@charset "UTF-8";
.report-wrap .p-float__admission-report, .report-wrap .p-float__admission-only {
  display: none;
}
.report-wrap .p-pageTtl {
  margin-bottom: 60px;
}
@media screen and (max-width: 519px) {
  .report-wrap .p-pageTtl {
    margin-bottom: 40px;
  }
}

.reportTop__img {
  max-width: 800px;
  margin: 0 auto;
}
.reportTop__img .imgWrap {
  position: relative;
}
@media screen and (max-width: 959px) {
  .reportTop__img .imgWrap {
    width: 94%;
    margin: 0 auto;
  }
}
.reportTop__img .imgWrap::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .reportTop__img .imgWrap::before {
    background-image: url(/wp-content/themes/2025ss/images/frame_youtube-pc.png);
  }
}
@media screen and (max-width: 959px) {
  .reportTop__img .imgWrap::before {
    background-image: url(/wp-content/themes/2025ss/images/frame_youtube.png);
    width: 105%;
    height: 108%;
    top: -2%;
    left: -2%;
  }
}
.reportTop__img .imgWrap img {
  border-radius: 30px;
}

@media screen and (min-width: 960px) {
  .p-reportList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    gap: 40px 4%;
  }
  .p-reportList ul li {
    width: 48%;
  }
  .p-reportList ul li:not(:last-child) {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 959px) {
  .p-reportList ul li {
    width: min(80%, 480px);
    margin: 0 auto;
  }
  .p-reportList ul li:not(:last-child) {
    margin-bottom: 10%;
  }
}
.p-reportList a {
  max-width: 320px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 519px) {
  .p-reportList a {
    max-width: 270px;
  }
}
@media screen and (min-width: 960px) {
  .p-reportList a:hover img {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
    -webkit-filter: none;
            filter: none;
  }
}
.p-reportList a img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: drop-shadow(3px 4px 0 #5681fc);
          filter: drop-shadow(3px 4px 0 #5681fc);
}
.p-reportList .reportList_detail {
  text-align: center;
}
.p-reportList .reportList_detail p {
  color: #01335b;
  font-weight: 600;
  margin-bottom: min(40px, 6%);
}

.p-reportBtn, .p-reportBtn-fs, .p-reportBtn-booth, .p-reportBtn-stage {
  display: block;
}
.p-reportBtn.comingsoon, .comingsoon.p-reportBtn-fs, .comingsoon.p-reportBtn-booth, .comingsoon.p-reportBtn-stage {
  pointer-events: none;
  -webkit-filter: contrast(0.4);
          filter: contrast(0.4);
}
@media screen and (min-width: 960px) {
  .p-reportBtn-fs:hover img, .p-reportBtn-booth:hover img, .p-reportBtn-stage:hover img {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
    -webkit-filter: none;
            filter: none;
  }
}
.p-reportBtn-fs img, .p-reportBtn-booth img, .p-reportBtn-stage img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: drop-shadow(3px 4px 0 #5681fc);
          filter: drop-shadow(3px 4px 0 #5681fc);
}

.p-allBtn {
  display: inline-block;
  max-width: 156px;
}
@media screen and (max-width: 519px) {
  .p-allBtn {
    max-width: 140px;
  }
}
.p-allBtn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-reportBrandList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media screen and (min-width: 960px) {
  .p-reportBrandList ul li {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
  }
  .p-reportBrandList ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-reportBrandList ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .p-reportBrandList ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-reportBrandList ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .p-reportBrandList ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .p-reportBrandList ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-reportBrandList a {
  color: #01335b;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
}
.p-reportBrandList a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 2;
}
.p-reportBrandList img {
  width: 100%;
}
.p-reportBrandList .name {
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-reportNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-report_pageNav {
  z-index: 9;
  position: fixed;
  width: 400px;
  right: -400px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: calc(2% + 80px);
}
@media screen and (max-width: 519px) {
  .p-report_pageNav {
    width: 280px;
    right: -280px;
    top: 2%;
  }
}
@media screen and (max-width: 519px) {
  .p-report_pageNav.-other {
    width: 300px;
    right: -300px;
  }
}
@media screen and (max-width: 519px) {
  .p-report_pageNav.-other.is-stop {
    width: 300px;
    right: -300px;
  }
}
@media screen and (max-width: 519px) {
  .p-report_pageNav.-other.is-stop .report_pageNav_btn {
    width: 300px;
    right: 300px;
  }
}
.p-report_pageNav.-other.is-on {
  right: 0;
}
.p-report_pageNav.-other.is-on .report_pageNav_btn {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  right: 0;
}
.p-report_pageNav.-other.is-on .report_pageNav_linkList {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.p-report_pageNav .report_pageNav_btn {
  width: 400px;
  will-change: transform;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  color: white;
  position: absolute;
  background-color: #01335b;
  border-radius: 30px 0 0 30px;
  cursor: pointer;
  right: 0;
  padding: 8px 0 8px 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
@media screen and (max-width: 519px) {
  .p-report_pageNav .report_pageNav_btn {
    width: 280px;
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
    font-size: 1.2rem;
    padding: 8px 0 8px 20px;
  }
}
.p-report_pageNav .report_pageNav_btn span {
  position: relative;
}
.p-report_pageNav .report_pageNav_btn span::after {
  content: "";
  background: url(/wp-content/themes/2025ss/images/ico_reportNav.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 519px) {
  .p-report_pageNav .report_pageNav_btn span::after {
    width: 12px;
    height: 12px;
  }
}
.p-report_pageNav .report_pageNav_btn:hover {
  -webkit-filter: brightness(1.25);
          filter: brightness(1.25);
}
@media screen and (max-width: 519px) {
  .p-report_pageNav .report_pageNav_btn:hover {
    -webkit-filter: none;
            filter: none;
  }
}
.p-report_pageNav .report_pageNav_linkList {
  width: 400px;
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
  background-color: rgba(255, 255, 255, 0.8);
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: auto;
  padding-top: 26px;
  margin-top: 24px;
  border: 2px solid #01335b;
  border-radius: 0 0 0 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  scrollbar-color: #6e809e rgba(110, 128, 158, 0.25);
  scrollbar-width: thin;
}
.p-report_pageNav .report_pageNav_linkList::-webkit-scrollbar {
  width: 4px;
}
.p-report_pageNav .report_pageNav_linkList::-webkit-scrollbar-track {
  background-color: rgba(110, 128, 158, 0.25);
}
.p-report_pageNav .report_pageNav_linkList::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #6e809e;
          box-shadow: inset 0 0 6px #6e809e;
}
@media screen and (max-width: 959px) {
  .p-report_pageNav .report_pageNav_linkList {
    width: 100%;
    min-width: initial;
    max-height: calc(100vh - 160px);
    max-height: calc(var(--vh, 1vh) * 100 - 160px);
  }
}
@media screen and (max-width: 519px) {
  .p-report_pageNav .report_pageNav_linkList {
    padding-top: 40px;
  }
}
.p-report_pageNav .report_pageNav_linkList ul {
  padding: 10px 0 20px;
}
.p-report_pageNav .report_pageNav_linkList a {
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 10px 20px 10px 30px;
  color: #01335b;
}
.p-report_pageNav .report_pageNav_linkList a::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(/wp-content/themes/2025ss/images/ico_heart.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 14px;
  left: 14px;
}
.p-report_pageNav .report_pageNav_linkList a:hover {
  -webkit-transform: translate(6px, 0);
          transform: translate(6px, 0);
}
.p-report_pageNav .report_pageNav_linkList a i {
  font-style: normal;
  position: relative;
  top: 0.4em;
}
.p-report_pageNav.is-stop .report_pageNav_btn {
  right: 400px;
}
@media screen and (max-width: 519px) {
  .p-report_pageNav.is-stop .report_pageNav_btn {
    right: 280px;
  }
}
.p-report_pageNav.is-on {
  right: 0;
}
.p-report_pageNav.is-on .report_pageNav_btn {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  right: 0;
}
.p-report_pageNav.is-on .report_pageNav_linkList {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.p-report_pageNav_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: none;
}
.p-report_pageNav_bg.is-on {
  display: block;
}

.p-reportFooterNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  bottom: 1px;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 6px 0 10px;
  gap: 2%;
}
@media screen and (max-width: 959px) {
  .p-reportFooterNav {
    bottom: 16vw;
  }
}
@media screen and (max-width: 519px) {
  .p-reportFooterNav {
    height: 66px;
  }
}
.p-reportFooterNav .reportNav_left, .p-reportFooterNav .reportNav_right {
  width: 48%;
  max-width: 168px;
}
.p-reportFooterNav a {
  display: block;
}
@media screen and (max-width: 519px) {
  .p-reportFooterNav a {
    height: 45px;
  }
}

.p-reportTtl .reportTtl {
  width: min(100%, 480px);
  margin-bottom: -16px;
}

.p-fashionShowList {
  margin-bottom: 100px;
}
@media screen and (max-width: 519px) {
  .p-fashionShowList {
    margin-bottom: 50px;
  }
}
.p-fashionShowList:last-child {
  margin-bottom: 0;
}
.p-fashionShowList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media screen and (min-width: 960px) {
  .p-fashionShowList ul li {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 4%;
  }
  .p-fashionShowList ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-fashionShowList ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .p-fashionShowList ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-fashionShowList ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
.p-fashionShowList .fashionShowList_img {
  margin-bottom: 8px;
  position: relative;
  display: block;
}
.p-fashionShowList .fashionShowList_img::before {
  content: "";
  background: url(/wp-content/themes/2025ss/images/ico_copyright.png) no-repeat bottom left/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 27%;
  height: 12%;
  z-index: 1;
}
.p-fashionShowList .fashionShowList_img img {
  width: 100%;
}
.p-fashionShowList .fashionShowList_ttl .fashionShowList_img {
  background-color: white;
  position: relative;
}
.p-fashionShowList .fashionShowList_ttl .fashionShowList_img::before {
  content: none;
}
.p-fashionShowList .fashionShowList_ttl .fashionShowList_img::after {
  content: "";
  display: block;
  padding-top: 150%;
}
@media screen and (max-width: 519px) {
  .p-fashionShowList .fashionShowList_ttl .fashionShowList_img::after {
    padding-top: 200px;
  }
}
.p-fashionShowList .fashionShowList_ttl .fashionShowList_img img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 519px) {
  .p-fashionShowList .fashionShowList_ttl .fashionShowList_img img {
    height: 200px;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-fashionShowList .fashionShowList_name {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 12px;
  color: #01335b;
  font-weight: 600;
}
.p-fashionShowList .fashionShowList_name span {
  display: block;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.p-report_pagetop {
  text-align: right;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #01335b;
  border-bottom: 1px solid #01335b;
}
.p-report_pagetop:hover {
  opacity: 0.6;
}
.p-report_pagetop::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(/wp-content/themes/2025ss/images/ico_arrow-nv.svg) no-repeat center center/contain;
  position: relative;
  top: 0;
  margin-left: 6px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.u-linkSpot-report {
  margin-top: -120px;
  padding-top: 120px;
}
@media screen and (max-width: 959px) {
  .u-linkSpot-report {
    margin-top: -180px;
    padding-top: 180px;
  }
}
@media screen and (max-width: 519px) {
  .u-linkSpot-report {
    margin-top: -160px;
    padding-top: 160px;
  }
}

.p-booth, .p-stage_report {
  max-width: 800px;
  margin: 0 auto;
}
.p-booth .booth_ttl, .p-booth .stage_ttl, .p-stage_report .booth_ttl, .p-stage_report .stage_ttl {
  font-size: 2rem;
  position: relative;
  line-height: 1.3;
  padding: 8px 10px 8px 22px;
  margin-bottom: 16px;
  color: #01335b;
  font-weight: 600;
}
@media screen and (min-width: 520px) {
  .p-booth .booth_ttl, .p-booth .stage_ttl, .p-stage_report .booth_ttl, .p-stage_report .stage_ttl {
    margin-bottom: 32px;
    font-size: 2.4rem;
    padding: 8px 10px 8px 26px;
  }
}
.p-booth .booth_ttl::before, .p-booth .stage_ttl::before, .p-stage_report .booth_ttl::before, .p-stage_report .stage_ttl::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/2025ss/images/ico_heart.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 519px) {
  .p-booth .booth_ttl::before, .p-booth .stage_ttl::before, .p-stage_report .booth_ttl::before, .p-stage_report .stage_ttl::before {
    width: 16px;
    height: 16px;
  }
}
.p-booth .booth_ttl i, .p-booth .stage_ttl i, .p-stage_report .booth_ttl i, .p-stage_report .stage_ttl i {
  font-style: normal;
  position: relative;
  top: 0.4em;
}
.p-booth .stage_imgList-l li, .p-booth .booth_imgList-l li, .p-stage_report .stage_imgList-l li, .p-stage_report .booth_imgList-l li {
  margin-bottom: 1%;
  position: relative;
}
.p-booth .stage_imgList-l img, .p-booth .booth_imgList-l img, .p-stage_report .stage_imgList-l img, .p-stage_report .booth_imgList-l img {
  width: 100%;
  pointer-events: none;
}
.p-booth .stage_imgList-l a, .p-booth .booth_imgList-l a, .p-stage_report .stage_imgList-l a, .p-stage_report .booth_imgList-l a {
  display: block;
  position: relative;
}
.p-booth .stage_imgList-l a::before, .p-booth .booth_imgList-l a::before, .p-stage_report .stage_imgList-l a::before, .p-stage_report .booth_imgList-l a::before {
  content: "";
  background: url(/wp-content/themes/2025ss/images/ico_copyright.png) no-repeat bottom left/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18%;
  height: 12%;
  z-index: 1;
}
.p-booth .booth_imgList, .p-booth .stage_imgList, .p-stage_report .booth_imgList, .p-stage_report .stage_imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-booth .booth_imgList li, .p-booth .stage_imgList li, .p-stage_report .booth_imgList li, .p-stage_report .stage_imgList li {
  position: relative;
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.p-booth .booth_imgList li:nth-child(2n), .p-booth .booth_imgList li:last-child, .p-booth .stage_imgList li:nth-child(2n), .p-booth .stage_imgList li:last-child, .p-stage_report .booth_imgList li:nth-child(2n), .p-stage_report .booth_imgList li:last-child, .p-stage_report .stage_imgList li:nth-child(2n), .p-stage_report .stage_imgList li:last-child {
  margin-right: 0;
}
.p-booth .booth_imgList img, .p-booth .stage_imgList img, .p-stage_report .booth_imgList img, .p-stage_report .stage_imgList img {
  width: 100%;
}
.p-booth .booth_imgList a, .p-booth .stage_imgList a, .p-stage_report .booth_imgList a, .p-stage_report .stage_imgList a {
  display: block;
  position: relative;
}
.p-booth .booth_imgList a::before, .p-booth .stage_imgList a::before, .p-stage_report .booth_imgList a::before, .p-stage_report .stage_imgList a::before {
  content: "";
  background: url(/wp-content/themes/2025ss/images/ico_copyright.png) no-repeat bottom left/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9vh;
  height: 12%;
  z-index: 1;
}
.p-booth .booth_txtArea, .p-booth .stage_txtArea, .p-stage_report .booth_txtArea, .p-stage_report .stage_txtArea {
  margin-bottom: 48px;
  color: #01335b;
}
.p-booth .booth_txtArea .booth_txtArea_ttl, .p-booth .booth_txtArea .stage_txtArea_ttl, .p-booth .stage_txtArea .booth_txtArea_ttl, .p-booth .stage_txtArea .stage_txtArea_ttl, .p-stage_report .booth_txtArea .booth_txtArea_ttl, .p-stage_report .booth_txtArea .stage_txtArea_ttl, .p-stage_report .stage_txtArea .booth_txtArea_ttl, .p-stage_report .stage_txtArea .stage_txtArea_ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 520px) {
  .p-booth .booth_txtArea .booth_txtArea_ttl, .p-booth .booth_txtArea .stage_txtArea_ttl, .p-booth .stage_txtArea .booth_txtArea_ttl, .p-booth .stage_txtArea .stage_txtArea_ttl, .p-stage_report .booth_txtArea .booth_txtArea_ttl, .p-stage_report .booth_txtArea .stage_txtArea_ttl, .p-stage_report .stage_txtArea .booth_txtArea_ttl, .p-stage_report .stage_txtArea .stage_txtArea_ttl {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 519px) {
  .p-booth .booth_txtArea .booth_txtArea_ttl, .p-booth .booth_txtArea .stage_txtArea_ttl, .p-booth .stage_txtArea .booth_txtArea_ttl, .p-booth .stage_txtArea .stage_txtArea_ttl, .p-stage_report .booth_txtArea .booth_txtArea_ttl, .p-stage_report .booth_txtArea .stage_txtArea_ttl, .p-stage_report .stage_txtArea .booth_txtArea_ttl, .p-stage_report .stage_txtArea .stage_txtArea_ttl {
    margin-bottom: 16px;
  }
}

.p-error {
  text-align: center;
}
.p-error h1 {
  font-size: 4rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 519px) {
  .p-error h1 {
    font-size: 2.4rem;
  }
}
.p-error p {
  font-size: 1.8rem;
}
@media screen and (max-width: 519px) {
  .p-error p {
    font-size: 1.4rem;
  }
}

.p-pageNav_Comingsoon {
  padding: 10px;
}

.u-palt {
  margin-right: 2px;
}

.download-none {
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  /* PCの右クリック禁止 */
  pointer-events: none;
}