@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;
  }
  .p-reportList ul li {
    width: 48%;
    margin-bottom: 4%;
  }
  .p-reportList ul li:nth-child(2n-1) {
    margin-right: 4%;
  }
  .p-reportList ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-reportList ul li {
    max-width: 480px;
    margin: 0 auto 8%;
  }
}
.p-reportList a, .p-reportList li > div {
  display: block;
  text-decoration: none;
  position: relative;
  padding-top: 10vw;
  color: #1c0933;
}
@media screen and (min-width: 960px) {
  .p-reportList a, .p-reportList li > div {
    padding-top: 48px;
  }
}
.p-reportList a.comingSoon .reportList_img, .p-reportList li > div.comingSoon .reportList_img {
  background-color: black;
  position: relative;
}
.p-reportList a.comingSoon .reportList_img::after, .p-reportList li > div.comingSoon .reportList_img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(/wp-content/themes/2022aw/images/ico-comingsoon.png) no-repeat center center/contain;
  width: 128px;
  height: 106px;
  -webkit-transform: translate(-50%, calc(-50% + 16px));
          transform: translate(-50%, calc(-50% + 16px));
}
@media screen and (max-width: 519px) {
  .p-reportList a.comingSoon .reportList_img::after, .p-reportList li > div.comingSoon .reportList_img::after {
    margin-top: -1%;
    height: 86px;
  }
}
.p-reportList a.comingSoon .reportList_img, .p-reportList li > div.comingSoon .reportList_img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.p-reportList a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-reportList .reportList_ttl {
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-reportList .reportList_ttl {
    left: -16px;
  }
}
.p-reportList .reportList_ttl-s {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 300;
}
@media screen and (max-width: 519px) {
  .p-reportList .reportList_ttl-s {
    font-size: 1.2rem;
  }
}
.p-reportList .reportList_ttl-l {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 519px) {
  .p-reportList .reportList_ttl-l {
    font-size: 2.2rem;
  }
}
.p-reportList .reportList_detail {
  text-align: center;
  position: relative;
  background-color: white;
  line-height: 1.75;
  -webkit-box-shadow: 0 0 40px rgba(28, 9, 51, 0.12);
          box-shadow: 0 0 40px rgba(28, 9, 51, 0.12);
}
.p-reportList .reportList_detail::after {
  content: "";
  position: absolute;
  opacity: 0.4;
  border: 20px gray solid;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 519px) {
  .p-reportList .reportList_detail::after {
    border-width: 16px;
  }
}
.p-reportList .reportList_detail .reportList_img {
  overflow: hidden;
  height: 245px;
  position: relative;
}
@media screen and (max-width: 519px) {
  .p-reportList .reportList_detail .reportList_img {
    height: 200px;
  }
}
.p-reportList .reportList_detail .reportList_img img {
  height: 244px;
  width: auto;
  max-width: initial;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 519px) {
  .p-reportList .reportList_detail .reportList_img img {
    height: 200px;
  }
}
.p-reportList .reportList_detail p {
  padding: 24px 0 46px;
}
@media screen and (max-width: 519px) {
  .p-reportList .reportList_detail p {
    padding: 16px 0 34px;
  }
}
.p-reportList .fashion_show .reportList_ttl {
  width: 86vw;
  max-width: 358.8888888889px;
}
.p-reportList .fashion_show .reportList_detail::after {
  border-color: #f5428b;
  opacity: 0.5;
}
.p-reportList .stage .reportList_ttl {
  width: 74vw;
  max-width: 309.4444444444px;
}
.p-reportList .stage .reportList_detail::after {
  border-color: #6e41c9;
}
.p-reportList .booth .reportList_ttl {
  width: 74vw;
  max-width: 309.4444444444px;
}
.p-reportList .booth .reportList_detail::after {
  border-color: #03c7ca;
}

.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: #1c0933;
  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 {
  -webkit-box-shadow: 0 0 30px rgba(28, 9, 51, 0.12);
          box-shadow: 0 0 30px rgba(28, 9, 51, 0.12);
  width: 100%;
}
.p-reportBrandList .name {
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-reportBtn {
  display: block;
}
.p-reportBtn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.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;
}
@media screen and (max-width: 959px) {
  .p-reportNav._nav {
    margin-bottom: 120px !important;
  }
}
.p-reportNav .reportNav_ttl {
  text-align: center;
  color: white;
  line-height: 1.5;
  width: 50%;
  margin: 0 1.33%;
}
@media screen and (max-width: 959px) {
  .p-reportNav .reportNav_ttl {
    width: 100%;
    max-width: 400px;
    margin: 0;
  }
}
.p-reportNav .reportNav_ttl .reportNav_ttl-s {
  font-size: 1.4rem;
  margin-bottom: 2px;
  font-weight: 300;
}
@media screen and (max-width: 519px) {
  .p-reportNav .reportNav_ttl .reportNav_ttl-s {
    font-size: 1.2rem;
  }
}
.p-reportNav .reportNav_ttl .reportNav_ttl-l {
  font-size: 2.8rem;
  font-weight: 300;
}
@media screen and (max-width: 519px) {
  .p-reportNav .reportNav_ttl .reportNav_ttl-l {
    font-size: 2.2rem;
  }
}
.p-reportNav .reportNav_ttl img {
  width: 100%;
}
.p-reportNav .reportNav_left, .p-reportNav .reportNav_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .p-reportNav .reportNav_left, .p-reportNav .reportNav_right {
    display: none;
  }
}
.p-reportNav .reportNav_left img, .p-reportNav .reportNav_right img {
  width: 100%;
}
.p-reportNav.p-report_pageNav-sp {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .p-reportNav.p-report_pageNav-sp {
    margin-bottom: 100px;
  }
}

.p-report_pageNav {
  width: 100%;
  max-width: 1000px;
  z-index: 9;
  position: absolute;
  top: 190px;
  right: 0;
}
@media screen and (max-width: 1300px) {
  .p-report_pageNav {
    top: 270px;
  }
}
@media screen and (max-width: 959px) {
  .p-report_pageNav {
    top: 240px;
  }
}
@media screen and (max-width: 519px) {
  .p-report_pageNav {
    top: 220px;
  }
}
.p-report_pageNav.is-stop {
  position: fixed;
  left: 50%;
  width: 92%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 959px) {
  .p-report_pageNav.is-stop {
    top: 80px;
  }
}
.p-report_pageNav.is-move {
  -webkit-transition: none;
  transition: none;
}
.p-report_pageNav .report_pageNav_btn {
  width: 22%;
  color: white;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  padding-top: 4px;
  padding-right: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
  background-color: #8348c7;
  position: relative;
  cursor: pointer;
  margin-right: 0;
  margin-left: auto;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .p-report_pageNav .report_pageNav_btn {
    width: 100%;
  }
}
.p-report_pageNav .report_pageNav_btn::after {
  content: "";
  display: block;
  background: url(/wp-content/themes/2022aw/images/ico-reportNav.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-left: 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-report_pageNav .report_pageNav_linkList {
  display: none;
  position: absolute;
  top: 54px;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 22%;
  background-color: white;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #897c97 rgba(137, 124, 151, 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(137, 124, 151, 0.25);
}
.p-report_pageNav .report_pageNav_linkList::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #897c97;
          box-shadow: inset 0 0 6px #897c97;
}
@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);
  }
}
.p-report_pageNav .report_pageNav_linkList ul {
  padding: 16px 0;
}
.p-report_pageNav .report_pageNav_linkList a {
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 10px 10px 10px 26px;
  color: #1c0933;
}
.p-report_pageNav .report_pageNav_linkList a::before {
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  background: url(/wp-content/themes/2022aw/images/ico-flower-purple.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(10px + 0.6em);
  left: 10px;
  margin-top: -7px;
}
.p-report_pageNav .report_pageNav_linkList a:hover {
  -webkit-transform: translate(6px, 0);
          transform: translate(6px, 0);
  color: #ff5feb;
}

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

.p-reportFooterNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 16px;
}
.p-reportFooterNav .reportNav_left, .p-reportFooterNav .reportNav_right {
  width: 100%;
  max-width: 276px;
  margin: 2% 3%;
}
.p-reportFooterNav a {
  display: block;
}
.p-reportFooterNav a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.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: 6%;
  }
}
.p-fashionShowList .fashionShowList_img {
  margin-bottom: 8px;
}
.p-fashionShowList .fashionShowList_img img {
  width: 100%;
}
.p-fashionShowList .fashionShowList_ttl .fashionShowList_img {
  background-color: white;
  position: relative;
}
.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%);
}
@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;
}
.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);
  padding-right: 20px;
}
.p-report_pagetop::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #1c0933), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #1c0933 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-report_pagetop::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: url(/wp-content/themes/2022aw/images/ico-report_pagetop.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-report_pagetop:hover {
  color: #ff5feb;
}
.p-report_pagetop:hover::before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #ff5feb), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #ff5feb 10%, rgba(255, 255, 255, 0) 0%);
}
.p-report_pagetop:hover::after {
  -webkit-filter: initial;
          filter: initial;
}

.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 26px;
  margin-bottom: 16px;
  font-weight: bold;
}
@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;
  }
}
.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/2022aw/images/ico-flower-orange.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.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%;
}
.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 .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 {
  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_txtArea, .p-booth .stage_txtArea, .p-stage_report .booth_txtArea, .p-stage_report .stage_txtArea {
  margin-bottom: 48px;
}
.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: bold;
}
@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-wpComingsoon {
  padding: 10em 0;
  background: url(/wp-content/themes/2022aw/images/ico-comingsoon-bk.png) no-repeat center center/contain;
  width: 35vw;
  max-width: 160px;
  height: 120px;
  opacity: 0.5;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-wpComingsoon {
    padding: 15em 0;
  }
}

.p-pageNav_Comingsoon {
  padding: 10px;
}

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