.info {
  color: #6a4c5c;
  background-color: #fbd0e7;
}
@media screen and (max-width: 519px) {
  .info.android .num {
    padding-bottom: 0;
    padding-top: 3px;
  }
}
.info .p-float__admission-report, .info .p-float__admission-only, .info .p-rakutenFashionBnr-float {
  display: none;
}
.info .bgWrap-info {
  padding-top: 80px;
  background-color: #fbd0e7;
}
@media screen and (min-width: 960px) {
  .info .bgWrap-info {
    padding-top: min(16%, 140px);
  }
}
.info .bgWrap-info::before {
  content: "";
  position: fixed;
  width: 300%;
  height: 300%;
  background-position: bottom center;
  background-repeat: repeat;
  background-size: 188px;
  background-image: url(/wp-content/themes/2025ss/images/info/bg_pattern.png);
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
  mix-blend-mode: overlay;
  top: 50%;
  left: 50%;
  z-index: 1;
}
@media screen and (min-width: 520px) {
  .info .bgWrap-info::before {
    background-size: 260px;
  }
}
.info .p-sectionTtl img {
  height: 50px;
  -webkit-filter: drop-shadow(0 0 10px rgba(251, 208, 231, 0.5)) drop-shadow(0 0 10px rgba(251, 208, 231, 0.5)) drop-shadow(0 0 10px rgba(251, 208, 231, 0.5));
          filter: drop-shadow(0 0 10px rgba(251, 208, 231, 0.5)) drop-shadow(0 0 10px rgba(251, 208, 231, 0.5)) drop-shadow(0 0 10px rgba(251, 208, 231, 0.5));
}
@media screen and (max-width: 519px) {
  .info .p-sectionTtl img {
    height: 40px;
  }
}
.info .p-timeTable {
  padding-top: 120px;
}
@media screen and (max-width: 519px) {
  .info .p-timeTable {
    padding-top: 80px;
  }
}
.info .p-timeTable .timeTable_wrap {
  padding: 70px 90px;
  margin-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .info .p-timeTable .timeTable_wrap {
    padding: 8vw 3vw;
  }
}
@media screen and (max-width: 519px) {
  .info .p-timeTable .timeTable_wrap {
    padding: 8vw 6px 8vw 14px;
    margin-bottom: 20vw;
  }
}
.info .p-timeTable .timeTable_ttList {
  position: relative;
}
.info .p-timeTable .timeTable_ttList .txt-camera {
  position: relative;
  padding-left: 50px;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 519px) {
  .info .p-timeTable .timeTable_ttList .txt-camera {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}
.info .p-timeTable .timeTable_ttList .txt-camera::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/2025ss/images/info/ico_camera.svg) no-repeat center center/contain;
  width: 25px;
  height: 22px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.info .p-timeTable .timeTable_ttList .txt-camera::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #b39aa7 3px, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 6px 3px;
  width: 18px;
  height: 3px;
  left: 32px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.info .p-timeTable .timeTable_ttList .u-caution {
  color: #6a4c5c;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.info .p-timeTable .timeTable_ttList .scrollList {
  padding: 10px;
  max-height: 600px;
  overflow-y: scroll;
}
@media screen and (max-width: 519px) {
  .info .p-timeTable .timeTable_ttList .scrollList {
    max-height: 65vh;
    max-height: 65dvh;
  }
}
.info .p-timeTable .timeTable_ttList .scrollList.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}
@media screen and (max-width: 519px) {
  .info .p-timeTable .timeTable_ttList .scrollList.scrollbar::-webkit-scrollbar {
    width: 2px;
  }
}
.info .p-timeTable .timeTable_ttList .scrollList.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 50px;
}
.info .p-timeTable .timeTable_ttList .scrollList.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #b39aa7;
}
.info .p-timeTable .timeTable_ttList ul {
  position: relative;
  margin-left: 36px;
  padding-bottom: 20px;
}
@media screen and (min-width: 520px) {
  .info .p-timeTable .timeTable_ttList ul {
    margin-left: 60px;
  }
}
.info .p-timeTable .timeTable_ttList ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #6a4c5c;
  display: block;
}
.info .p-timeTable .timeTable_ttList ul li {
  position: relative;
  font-size: 1.4rem;
  padding: 4% 0px 4% 30px;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width: 520px) {
  .info .p-timeTable .timeTable_ttList ul li {
    font-size: 1.8rem;
    padding: 1.5% 0px 1.5% 50px;
    line-height: 1.4;
  }
}
.info .p-timeTable .timeTable_ttList ul li:first-child {
  top: -0.9rem;
  padding: 0 0 0 30px;
  line-height: 1;
}
@media screen and (min-width: 520px) {
  .info .p-timeTable .timeTable_ttList ul li:first-child {
    padding: 0 0 0 50px;
  }
}
.info .p-timeTable .timeTable_ttList ul li:last-child {
  bottom: -0.9rem;
  padding: 0 0 0 30px;
  line-height: 1;
}
@media screen and (min-width: 520px) {
  .info .p-timeTable .timeTable_ttList ul li:last-child {
    padding: 0 0 0 50px;
  }
}
.info .p-timeTable .timeTable_ttList ul li::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #b39aa7 2px, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 4px 2px;
  background-repeat: repeat-x;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 6px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 520px) {
  .info .p-timeTable .timeTable_ttList ul li::before {
    background-size: 6px 3px;
    width: 30px;
    left: 12px;
  }
}
.info .p-timeTable .timeTable_ttList ul li .txt-s {
  font-size: 1.1rem;
  display: block;
  line-height: 1.4;
  text-shadow: none;
  margin-top: 4px;
  color: #6a4c5c;
  font-weight: 400;
}
.info .p-timeTable .timeTable_ttList ul li .time {
  position: absolute;
  color: #6a4c5c;
  left: -44px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  font-size: 1.2rem;
  text-align: right;
  text-shadow: none;
  font-weight: 400;
}
@media screen and (min-width: 520px) {
  .info .p-timeTable .timeTable_ttList ul li .time {
    width: 45px;
    font-size: 1.6rem;
    left: -60px;
  }
}
.info .p-timeTable .timeTable_ttList ul li .time::after {
  content: "";
  background-color: #6a4c5c;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: calc(50% - 1px);
  right: -13px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 520px) {
  .info .p-timeTable .timeTable_ttList ul li .time::after {
    width: 8px;
    height: 8px;
    right: -19px;
  }
}
.info .p-timeTable .timeTable_ttList ul li.specialShow {
  color: #e04e49;
}
.info .p-timeTable .timeTable_ttList ul li.specialFashionShow {
  color: #e668ab;
}
.info .p-timeTable .timeTable_ttList ul li.live {
  color: #3ea6d7;
}
.info .p-timeTable .timeTable_ttList ul li.specialStage {
  color: #976ae3;
}
.info .p-timeTable .timeTable_ttList ul li.dj {
  color: #e0b100;
}
.info .p-timeTable .timeTable_ttList ul li.show {
  color: #79c60e;
}
.info .p-timeTable .timeTable_ttList ul li .Photography-OK {
  position: relative;
}
.info .p-timeTable .timeTable_ttList ul li .Photography-OK::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(/wp-content/themes/2025ss/images/info/ico_camera.svg) no-repeat center center/contain;
  width: 25px;
  height: 22px;
}
@media screen and (max-width: 519px) {
  .info .p-timeTable .timeTable_ttList ul li .Photography-OK::after {
    top: calc(50% + 1px);
    right: -20px;
    width: 15px;
    height: 12px;
  }
}
.info .p-timeTable .timeTable_ttList ul li .runwayOnly {
  margin-left: 4px;
}
@media screen and (max-width: 519px) {
  .info .p-timeTable .timeTable_ttList ul li .runwayOnly {
    display: block;
    margin-left: 0;
  }
}
.info .p-timeTable .timeTable_ttList ul li .runwayOnly img {
  width: 25px;
  height: 22px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 519px) {
  .info .p-timeTable .timeTable_ttList ul li .runwayOnly img {
    width: 15px;
    height: 12px;
  }
}
.info .p-timeTable .timeTable_ttList ul li .runwayOnly span {
  font-size: 1.1rem;
  color: #6a4c5c;
  font-weight: 400;
}
.info .p-boothMap .boothMap_wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
  padding: 70px;
}
@media screen and (max-width: 959px) {
  .info .p-boothMap .boothMap_wrap {
    padding: 8vw 3vw 3vw;
    margin-bottom: 6vw;
  }
}
.info .p-boothMap .boothMap_map {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.info .p-boothMap .cautionList {
  font-size: 1.4rem;
}
@media screen and (max-width: 519px) {
  .info .p-boothMap .cautionList {
    font-size: 1rem;
  }
}
.info .p-boothMap .cautionList li {
  text-indent: -1em;
  padding-left: 1em;
}
.info .p-boothMap .cautionList .num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 1px;
  text-indent: 0;
}
@media screen and (max-width: 519px) {
  .info .p-boothMap .cautionList .num {
    font-size: 1.1rem;
  }
}
.info .p-boothMap .cautionList .star {
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 2px;
  margin: 0 1px;
}
@media screen and (max-width: 519px) {
  .info .p-boothMap .cautionList .star {
    width: 13px;
    height: 13px;
  }
}
.info .p-boothMap .cautionList .photo {
  width: 23px;
  height: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 4px;
  margin-right: 5px;
  left: -1px;
}
@media screen and (max-width: 519px) {
  .info .p-boothMap .cautionList .photo {
    width: 17px;
    height: 13px;
    top: 2px;
  }
}
.info .p-boothMap .cautionList .info {
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 4px;
  margin-left: 10px;
  margin-right: 5px;
  background-color: transparent;
}
@media screen and (max-width: 519px) {
  .info .p-boothMap .cautionList .info {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    top: 3px;
  }
}
.info .p-boothMap .linkArea-wrap {
  background-color: #fbfaf9;
  border-radius: 16px;
  padding: 0 4vw 4vw;
}
@media screen and (max-width: 519px) {
  .info .p-boothMap .linkArea-wrap {
    border-radius: 10px;
  }
}
.info .p-boothMap .linkArea-wrap .linkArea-ttl {
  color: white;
  background-color: #6a4c5c;
  font-size: 2rem;
  border-radius: 9999px;
  max-width: 200px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: -16px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 600;
}
@media screen and (max-width: 519px) {
  .info .p-boothMap .linkArea-wrap .linkArea-ttl {
    max-width: 130px;
    font-size: 1.4rem;
    top: -12px;
  }
}
.info .p-boothMap .linkArea-wrap .linkArea-subttl {
  text-align: center;
  color: #6a4c5c;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.info .p-boothMap .linkArea-wrap .linkArea-subttl::before, .info .p-boothMap .linkArea-wrap .linkArea-subttl:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-size: 10px 3px;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #6a4c5c), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #6a4c5c 30%, rgba(255, 255, 255, 0) 0%);
  background-repeat: repeat-x;
}
@media screen and (max-width: 519px) {
  .info .p-boothMap .linkArea-wrap .linkArea-subttl::before, .info .p-boothMap .linkArea-wrap .linkArea-subttl:after {
    background-size: 8px 2px;
    height: 2px;
  }
}
.info .p-boothMap .linkArea-wrap .linkArea-subttl::before {
  margin-right: 2rem;
}
@media screen and (max-width: 519px) {
  .info .p-boothMap .linkArea-wrap .linkArea-subttl::before {
    margin-right: 1rem;
  }
}
.info .p-boothMap .linkArea-wrap .linkArea-subttl::after {
  margin-left: 2rem;
}
@media screen and (max-width: 519px) {
  .info .p-boothMap .linkArea-wrap .linkArea-subttl::after {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 519px) {
  .info .p-boothMap .linkArea-wrap .linkArea-subttl {
    font-size: 1.4rem;
  }
}
.info .p-boothMap .linkArea-wrap .linkArea-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info .p-boothMap .linkArea-wrap .linkArea-list li {
  width: 47%;
  margin-bottom: 10px;
}
.info .p-boothMap .linkArea-wrap .linkArea-list li:nth-child(2n+1) {
  width: 50%;
  margin-right: 3%;
}
.info .p-boothMap .linkArea-wrap .linkArea-list.-bl a {
  color: #3ea6d7;
}
.info .p-boothMap .linkArea-wrap .linkArea-list.-bl a span {
  background-color: #3ea6d7;
}
.info .p-boothMap .linkArea-wrap .linkArea-list.-rd a {
  color: #e04e49;
}
.info .p-boothMap .linkArea-wrap .linkArea-list.-rd a span {
  background-color: #e04e49;
}
.info .p-boothMap .linkArea-wrap .linkArea-list.-pk a {
  color: #e668ab;
}
.info .p-boothMap .linkArea-wrap .linkArea-list.-pk a span {
  background-color: #e668ab;
}
.info .p-boothMap .linkArea-wrap .linkArea-list a {
  padding: 6px 10px 6px 26px;
  position: relative;
  display: block;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.info .p-boothMap .linkArea-wrap .linkArea-list a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 519px) {
  .info .p-boothMap .linkArea-wrap .linkArea-list a {
    padding: 6px 0px 6px 22px;
  }
}
.info .p-boothMap .linkArea-wrap .linkArea-list .num {
  position: absolute;
  top: 5px;
  left: 0;
}
.info .p-boothMap .linkArea-wrap .linkArea-list i {
  font-style: normal;
  position: relative;
  top: 0.4em;
}
.info .p-boothlist {
  margin-bottom: 160px;
}
@media screen and (max-width: 519px) {
  .info .p-boothlist {
    margin-bottom: 20vw;
  }
}
.info .p-brandList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 16px 2%;
}
.info .p-brandList li {
  width: 23.5%;
  margin: 0 !important;
}
@media screen and (max-width: 959px) {
  .info .p-brandList li {
    width: 32%;
  }
}
@media screen and (max-width: 519px) {
  .info .p-brandList li {
    width: 49%;
  }
}
.info .p-brandList li a {
  margin-bottom: 1rem;
  position: relative;
  display: block;
}
.info .p-brandList li a::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 7%;
  height: 6%;
  background: url(/wp-content/themes/2025ss/images/info/ico_link.svg) no-repeat center center/contain;
}
@media screen and (min-width: 960px) {
  .info .p-brandList li a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .info .p-brandList li a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.info .p-brandList li a img {
  width: 100%;
  -webkit-clip-path: polygon(0 12px, 4px 12px, 4px 8px, 8px 8px, 8px 4px, 12px 4px, 12px 0, calc(100% - 12px) 0, calc(100% - 12px) 4px, calc(100% - 8px) 4px, calc(100% - 8px) 8px, calc(100% - 4px) 8px, calc(100% - 4px) 12px, 100% 12px, 100% calc(100% - 12px), calc(100% - 4px) calc(100% - 12px), calc(100% - 4px) calc(100% - 8px), calc(100% - 8px) calc(100% - 8px), calc(100% - 8px) calc(100% - 4px), calc(100% - 12px) calc(100% - 4px), calc(100% - 12px) 100%, 12px 100%, 12px calc(100% - 4px), 8px calc(100% - 4px), 8px calc(100% - 8px), 4px calc(100% - 8px), 4px calc(100% - 12px), 0 calc(100% - 12px));
          clip-path: polygon(0 12px, 4px 12px, 4px 8px, 8px 8px, 8px 4px, 12px 4px, 12px 0, calc(100% - 12px) 0, calc(100% - 12px) 4px, calc(100% - 8px) 4px, calc(100% - 8px) 8px, calc(100% - 4px) 8px, calc(100% - 4px) 12px, 100% 12px, 100% calc(100% - 12px), calc(100% - 4px) calc(100% - 12px), calc(100% - 4px) calc(100% - 8px), calc(100% - 8px) calc(100% - 8px), calc(100% - 8px) calc(100% - 4px), calc(100% - 12px) calc(100% - 4px), calc(100% - 12px) 100%, 12px 100%, 12px calc(100% - 4px), 8px calc(100% - 4px), 8px calc(100% - 8px), 4px calc(100% - 8px), 4px calc(100% - 12px), 0 calc(100% - 12px));
}
.info .p-brandList li p {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 8px;
  text-shadow: 0 0 10px #fbd0e7, 0 0 10px #fbd0e7, 0 0 10px #fbd0e7, 0 0 10px #fbd0e7, 0 0 10px #fbd0e7, 0 0 10px #fbd0e7;
}
@media screen and (min-width: 960px) {
  .info .p-brandList li p {
    font-size: 1.6rem;
  }
}
.info .p-brandList li .num {
  position: absolute;
  top: 5%;
  left: 5%;
}
.info .p-brand {
  position: relative;
}
.info .p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  overflow-y: auto;
}
.info .p-modal .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(251, 208, 231, 0.8);
}
.info .p-modal .modal_contents {
  padding: 5% 5% 10%;
  width: 90%;
  max-width: 800px;
  height: auto;
  max-height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: scroll;
  z-index: 1;
}
@media screen and (max-width: 519px) {
  .info .p-modal .modal_contents {
    border-radius: 10px;
  }
}
.info .p-modal .modal_contents .modal_logo {
  max-width: 140px;
  margin: 0 auto 20px;
}
.info .p-modal .modal_contents .modal_txtArea_name {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0.3em;
}
.info .p-modal .modal_contents .p-btn-close {
  display: inline-block;
  background: #01335b;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  background: url(/wp-content/themes/2025ss/images/info/ico_close.png) no-repeat center center/contain;
  cursor: pointer;
}
.info .js-modal {
  display: none;
}
.info .p-boothWrap {
  padding: 70px;
}
@media screen and (max-width: 959px) {
  .info .p-boothWrap {
    padding: 50px 6vw;
  }
}
@media screen and (max-width: 519px) {
  .info .p-boothWrap {
    padding: 40px 4vw;
  }
}
.info .p-booth .booth_ttl {
  font-size: 2.4rem;
  position: relative;
  line-height: 1.3;
  padding-left: 1.2em;
  margin-bottom: 24px;
  font-weight: 600;
}
.info .p-booth .booth_ttl::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  background: url(/wp-content/themes/2025ss/images/ico_heart.svg) no-repeat center center/contain;
  width: 20px;
  height: 22px;
}
@media screen and (max-width: 519px) {
  .info .p-booth .booth_ttl::before {
    width: 16px;
    height: 18px;
    top: 0.1em;
  }
}
.info .p-booth .booth_ttl i {
  font-style: normal;
  position: relative;
  top: 0.3em;
}
@media screen and (max-width: 519px) {
  .info .p-booth .booth_ttl {
    font-size: 1.8rem;
  }
}
.info .p-booth .booth_logo {
  width: min(40%, 300px);
  margin: 0 auto;
  position: relative;
}
.info .p-booth .booth_logo::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background: url(/wp-content/themes/2025ss/images/info/frame.png) no-repeat center center/contain;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.info .p-booth .booth_txtArea_ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 519px) {
  .info .p-booth .booth_txtArea_ttl {
    font-size: 1.6rem;
  }
}
.info .p-booth .flow {
  border-top: 1px solid #b39aa7;
  border-bottom: 1px solid #b39aa7;
  padding: 1em 0;
  display: inline-block;
}
.info .p-booth .flow li {
  text-indent: -1em;
  padding-left: 1em;
}
.info .p-booth_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);
  position: relative;
  color: #b39aa7;
  border-bottom: 1px solid #b39aa7;
}
.info .p-booth_pagetop:hover {
  color: #6a4c5c;
  border-color: #6a4c5c;
}
.info .p-booth_pagetop:hover::after {
  opacity: 1;
}
.info .p-booth_pagetop::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 9px;
  background: url(/wp-content/themes/2025ss/images/info/ico_arrow-mocha.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);
  opacity: 0.5;
}
.info .num {
  width: 1.35em;
  height: 1.35em;
  border-radius: 50%;
  letter-spacing: 0;
  line-height: 1;
  z-index: 1;
  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;
  color: white;
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
  padding-bottom: 2px;
  vertical-align: middle;
}
@media screen and (max-width: 519px) {
  .info .num {
    font-size: 1.4rem;
  }
}
.info .num.-bl {
  background-color: #3ea6d7;
}
.info .num.-rd {
  background-color: #e04e49;
}
.info .num.-pk {
  background-color: #e668ab;
}
.info .batsu {
  font-size: 0.8em;
  position: relative;
  margin-right: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
.info .infoNav {
  width: min(90%, 450px);
  position: absolute;
  z-index: 2;
  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;
  gap: 1%;
  background: url(/wp-content/themes/2025ss/images/info/bg_infoNav-x2.png) no-repeat center center/100% 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-filter: drop-shadow(0 0 10px rgba(251, 208, 231, 0.5)) drop-shadow(0 0 10px rgba(251, 208, 231, 0.5)) drop-shadow(0 0 10px rgba(251, 208, 231, 0.5));
          filter: drop-shadow(0 0 10px rgba(251, 208, 231, 0.5)) drop-shadow(0 0 10px rgba(251, 208, 231, 0.5)) drop-shadow(0 0 10px rgba(251, 208, 231, 0.5));
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 519px) {
  .info .infoNav {
    max-width: 345px;
  }
}
.info .infoNav.fixed {
  position: fixed;
  top: 98px;
}
@media screen and (max-width: 959px) {
  .info .infoNav.fixed {
    top: 10px;
  }
}
@media screen and (max-width: 519px) {
  .info .infoNav.fixed {
    background: none;
    width: 240px;
    top: 0;
    right: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    gap: 0;
  }
  .info .infoNav.fixed li {
    background: url(/wp-content/themes/2025ss/images/info/bg_infoNav-sp.png) no-repeat center center/contain;
  }
  .info .infoNav.fixed li:not(:last-child)::after {
    content: none;
  }
  .info .infoNav.fixed li a {
    width: 80px;
    min-width: inherit;
    height: 56px;
  }
  .info .infoNav.fixed li a::after {
    bottom: 6px;
  }
}
@media screen and (max-width: 320px) {
  .info .infoNav.fixed li a {
    max-width: 75px;
  }
}
.info .infoNav li {
  position: relative;
}
.info .infoNav li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -2px;
  background-color: #b39aa7;
  width: 3px;
  height: calc(100% - 14px);
}
@media screen and (max-width: 519px) {
  .info .infoNav li:not(:last-child)::after {
    width: 2px;
    height: calc(100% - 18px);
  }
}
.info .infoNav li a {
  color: white;
  width: 140px;
  height: 60px;
  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;
  font-weight: 600;
  font-size: 1.6rem;
  position: relative;
  padding: 6px 10px 12px;
  line-height: 1.1;
  text-align: center;
  font-family: bitcount-prop-double-square, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 519px) {
  .info .infoNav li a {
    width: 110px;
    height: 45px;
    font-size: 1.2rem;
    padding: 6px 10px 10px;
  }
}
.info .infoNav li a::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
  width: 18px;
  height: 10px;
  background: url(/wp-content/themes/2025ss/images/info/ico_arrow-wh.svg) no-repeat center center/contain;
}
@media screen and (max-width: 519px) {
  .info .infoNav li a::after {
    width: 6px;
    height: 8px;
    bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .info .infoNav li a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.info .u-linkSpot-booth {
  margin-top: -240px;
  padding-top: 240px;
}
@media screen and (max-width: 959px) {
  .info .u-linkSpot-booth {
    margin-top: -160px;
    padding-top: 160px;
  }
}
.info .spNav__btnWrap.is-active::after {
  opacity: 1;
}
.info .spNav__btn::before, .info .spNav__btn::after, .info .spNav__btn .menu {
  -webkit-filter: drop-shadow(0 2px 0 #b7940e);
          filter: drop-shadow(0 2px 0 #b7940e);
}
.info .p-section--partner::before {
  background-image: url(/wp-content/themes/2025ss/images/pattern_dot-pk-wh.png);
}