@charset "UTF-8";
/* 共通設定 */
/*
viewport幅（最大幅想定）
スマホ表示  375px想定
PC表示 1200px想定
デザインの最大幅によって適宜vwの調整が必要です。
*/
@media only screen and (min-width: 768px) {
  body {
    font-size: 10px;
  }
}

body.is-open {
  width: 100vw;
  height: 100vw;
  overflow: hidden;
}

.p-officialSuit {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit {
    max-width: none;
    width: 100% !important;
  }
}
.p-officialSuit div,
.p-officialSuit p,
.p-officialSuit ul,
.p-officialSuit ol,
.p-officialSuit li,
.p-officialSuit dl,
.p-officialSuit dt,
.p-officialSuit dd,
.p-officialSuit table,
.p-officialSuit th,
.p-officialSuit td,
.p-officialSuit h1,
.p-officialSuit h2,
.p-officialSuit h3,
.p-officialSuit h4,
.p-officialSuit h5 {
  padding: 0;
  margin: 0 auto;
  vertical-align: bottom;
  line-height: 1;
  color: #000000;
}
.p-officialSuit img {
  vertical-align: bottom;
  width: 100%;
}
.p-officialSuit ul,
.p-officialSuit ol {
  list-style-position: outside;
}
.p-officialSuit ul li,
.p-officialSuit ol li {
  list-style-type: none;
}
.p-officialSuit h1,
.p-officialSuit h2,
.p-officialSuit h3,
.p-officialSuit h4,
.p-officialSuit h5 {
  text-align: center;
}
.p-officialSuit p,
.p-officialSuit li {
  font-size: 4.2666666667vw;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit p,
  .p-officialSuit li {
    font-size: 1.40625vw;
  }
}
@media only screen and (min-width: 1060px) {
  .p-officialSuit p,
  .p-officialSuit li {
    font-size: 1.8rem;
  }
}
.p-officialSuit area {
  outline: none;
}
.p-officialSuit a {
  outline: none;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit a > picture, .p-officialSuit a > img, .p-officialSuit a > div, .p-officialSuit a > p, .p-officialSuit a > span {
    transition: opacity 0.3s;
  }
}
.p-officialSuit a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit a:hover > picture, .p-officialSuit a:hover > img, .p-officialSuit a:hover > div, .p-officialSuit a:hover > p, .p-officialSuit a:hover > span {
    opacity: 0.6;
  }
}
.p-officialSuit button {
  text-indent: 100%;
  overflow: hidden;
  border: none;
  white-space: nowrap;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit button:hover {
    opacity: 0.6;
  }
}
.p-officialSuit .linkTxt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.p-officialSuit-urawa div,
.p-officialSuit-urawa p,
.p-officialSuit-urawa ul,
.p-officialSuit-urawa ol,
.p-officialSuit-urawa li,
.p-officialSuit-urawa dl,
.p-officialSuit-urawa dt,
.p-officialSuit-urawa dd,
.p-officialSuit-urawa table,
.p-officialSuit-urawa th,
.p-officialSuit-urawa td,
.p-officialSuit-urawa h1,
.p-officialSuit-urawa h2,
.p-officialSuit-urawa h3,
.p-officialSuit-urawa h4,
.p-officialSuit-urawa h5,
.p-officialSuit-urawa a {
  color: #fff;
}
.p-officialSuit-urawa .p-officialSuit__main {
  background-color: #000;
}
.p-officialSuit-urawa .p-officialSuit__main:before, .p-officialSuit-urawa .p-officialSuit__main:after {
  background-color: #ee0a2d;
}

.p-officialSuit .p-officialSuit__header {
  background-color: #000;
}
.p-officialSuit .p-officialSuit__header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 375px;
  width: 100%;
  max-height: 195px;
  height: 52vw;
  background: url(../img/main.jpg) center center no-repeat;
  background-size: auto 100%;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__header h1 {
    max-width: none;
    max-height: none;
    height: 43.75vw;
    background-size: cover;
  }
}
.p-officialSuit .p-officialSuit__header h1 > span {
  width: 73.0666666667%;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__header h1 > span {
    max-width: 625px;
    width: 48.828125vw;
  }
}
.p-officialSuit .p-officialSuit__main {
  position: relative;
  width: 100%;
  padding: 13.3333333333vw 0 8.5333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__main {
    padding-top: 4.6875vw;
    padding-bottom: 5.078125vw;
  }
}
@media only screen and (min-width: 1060px) {
  .p-officialSuit .p-officialSuit__main {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}
.p-officialSuit .p-officialSuit__main:before, .p-officialSuit .p-officialSuit__main:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  max-height: 20px;
  height: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__main:before, .p-officialSuit .p-officialSuit__main:after {
    height: 1.5625vw;
  }
}
.p-officialSuit .p-officialSuit__main:before {
  top: 0;
}
.p-officialSuit .p-officialSuit__main:after {
  bottom: 0;
}
.p-officialSuit .p-officialSuit__movie {
  width: 89.3333333333%;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__movie {
    max-width: 1280px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__movie > div {
    width: 81.25%;
  }
}
.p-officialSuit .p-officialSuit__movie video {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__movie video {
    display: none;
  }
}
.p-officialSuit .p-officialSuit__movie video + video {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__movie video + video {
    display: block;
  }
}
.p-officialSuit .p-officialSuit__abstract {
  margin-top: 6.1333333333vw;
  text-align: center;
  line-height: 1.88;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__abstract {
    margin-top: 1.640625vw;
    line-height: 2;
  }
}
@media only screen and (min-width: 1060px) {
  .p-officialSuit .p-officialSuit__abstract {
    margin-top: 21px;
  }
}
.p-officialSuit .p-officialSuit__abstract > span:before {
  content: "\a";
  white-space: pre;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__abstract > span:before {
    content: none;
  }
}
.p-officialSuit .p-officialSuit__members {
  margin-top: 6.1333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members {
    max-width: 1280px;
    width: 100%;
    margin-top: 2.421875vw;
  }
}
@media only screen and (min-width: 1060px) {
  .p-officialSuit .p-officialSuit__members {
    margin-top: 31px;
  }
}
.p-officialSuit .p-officialSuit__members > ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 89.3333333333%;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members > ul {
    width: 82.8125%;
  }
}
.p-officialSuit .p-officialSuit__members > ul li {
  width: 47.7611940299%;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members > ul li {
    width: 23.1132075472%;
    margin: 0 0.9433962264%;
  }
}
.p-officialSuit .p-officialSuit__members > ul li:nth-of-type(2n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members > ul li:nth-of-type(2n+1) {
    margin-left: 0.9433962264%;
  }
}
.p-officialSuit .p-officialSuit__members > ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members > ul li:nth-of-type(2n) {
    margin-right: 0.9433962264%;
  }
}
.p-officialSuit .p-officialSuit__members > ul li:nth-of-type(n+3) {
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members > ul li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members > ul li:nth-of-type(n+5) {
    margin-top: 1.5625vw;
  }
}
@media only screen and (min-width: 1060px) {
  .p-officialSuit .p-officialSuit__members > ul li:nth-of-type(n+5) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members > ul li a {
    pointer-events: none;
  }
}
.p-officialSuit .p-officialSuit__members > ul li a.is-open + span {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}
.p-officialSuit .p-officialSuit__members > ul li a.is-open + span > span {
  z-index: 11;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members > ul li a:hover {
    cursor: default;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members > ul li a:hover span,
  .p-officialSuit .p-officialSuit__members > ul li a:hover img {
    opacity: 1;
  }
}
.p-officialSuit .p-officialSuit__members__fig {
  position: relative;
}
.p-officialSuit .p-officialSuit__members__fig > span {
  position: absolute;
  left: 6.25%;
  bottom: 2.6666666667vw;
  line-height: 1.2;
  font-size: 4vw;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members__fig > span {
    left: 5.7142857143%;
    bottom: 1.171875vw;
    line-height: 1;
    font-size: 1.40625vw;
  }
}
@media only screen and (min-width: 1060px) {
  .p-officialSuit .p-officialSuit__members__fig > span {
    bottom: 15px;
    font-size: 1.8rem;
  }
}
.p-officialSuit .p-officialSuit__members__fig > span > span:before {
  content: "\a";
  white-space: pre;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members__fig > span > span:before {
    content: none;
  }
}
.p-officialSuit .p-officialSuit__members__fig-large {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 10;
}
.p-officialSuit .p-officialSuit__members__fig-large:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-officialSuit .p-officialSuit__members__fig-large > span {
  width: 89.3333333333%;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.p-officialSuit .p-officialSuit__members > p {
  width: 89.3333333333%;
  margin-top: 10.1333333333vw;
  line-height: 1.88;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members > p {
    margin-top: 3.75vw;
    text-align: center;
    line-height: 2;
  }
}
@media only screen and (min-width: 1060px) {
  .p-officialSuit .p-officialSuit__members > p {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__members > p > span:before {
    content: "\a";
    white-space: pre;
  }
}
.p-officialSuit .p-officialSuit__footer {
  width: 100%;
  padding: 10.6666666667vw 0 6.4vw;
  overflow: hidden;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__footer {
    padding-top: 7.03125vw;
    padding-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 1060px) {
  .p-officialSuit .p-officialSuit__footer {
    padding-top: 90px;
    padding-bottom: 20px;
  }
}
.p-officialSuit .p-officialSuit__footer__contents {
  margin-left: 5.3333333333%;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__footer__contents {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
  }
}
.p-officialSuit .p-officialSuit__footer__contents > ul {
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__footer__contents > ul {
    display: flex;
    width: 82.8125%;
  }
}
.p-officialSuit .p-officialSuit__footer__contents > ul > li {
  position: relative;
  width: 42.6666666667vw;
  margin-right: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__footer__contents > ul > li {
    width: 23.1132075472%;
    margin: 0 0.9433962264%;
  }
}
.p-officialSuit .p-officialSuit__footer__contents > ul > li > span:nth-of-type(2) {
  position: absolute;
  left: 6.25%;
  bottom: 2.6666666667vw;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__footer__contents > ul > li > span:nth-of-type(2) {
    left: 5.7142857143%;
    bottom: 1.171875vw;
  }
}
@media only screen and (min-width: 1060px) {
  .p-officialSuit .p-officialSuit__footer__contents > ul > li > span:nth-of-type(2) {
    bottom: 15px;
  }
}
.p-officialSuit .p-officialSuit__footer__contents > ul > li > span:nth-of-type(2) > span:nth-of-type(1) {
  height: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__footer__contents > ul > li > span:nth-of-type(2) > span:nth-of-type(1) {
    max-height: 28px;
    height: 2.1875vw;
  }
}
.p-officialSuit .p-officialSuit__footer__contents > ul > li > span:nth-of-type(2) > span:nth-of-type(1) img {
  width: auto;
  height: 100%;
}
.p-officialSuit .p-officialSuit__footer__contents > ul > li > span:nth-of-type(2) > span:nth-of-type(2) {
  margin-top: 2.1333333333vw;
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-officialSuit .p-officialSuit__footer__contents > ul > li > span:nth-of-type(2) > span:nth-of-type(2) {
    margin-top: 0.625vw;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1060px) {
  .p-officialSuit .p-officialSuit__footer__contents > ul > li > span:nth-of-type(2) > span:nth-of-type(2) {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}