@charset "UTF-8";
@media screen and (max-width: 519px) {
  .info.android .num {
    padding-bottom: 0;
    padding-top: 3px;
  }
}
.info .u-inner {
  z-index: 0;
}
.info .p-float__admission-report, .info .p-float__admission-only, .info .p-rakutenFashionBnr-float {
  display: none;
}
@media screen and (max-width: 959px) {
  .info .p-float__campaign {
    bottom: 10px;
    left: 1vw;
    right: auto;
    top: auto;
  }
}
.info .bgWrap-info {
  position: relative;
  padding-top: 100px;
  background: linear-gradient(180deg, #cc6f9d 80px, #e57aa0 calc(25% + 80px), #6d5495 100%);
}
@media screen and (min-width: 960px) {
  .info .bgWrap-info {
    margin-top: 80px;
  }
}
@media screen and (max-width: 320px) {
  .info .bgWrap-info {
    padding-top: 80px;
  }
}
.info .bgWrap-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/wp-content/themes/2025aw/images/bg_pattern-grad-pk.png) repeat-x top left;
  width: 100%;
  height: 80px;
  background-size: 1px 80px;
}
.info .tabWrap {
  width: min(90%, 520px);
  position: absolute;
  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: 10px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 2;
}
.info .tabWrap li {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 42px;
  width: 110px;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
@media screen and (min-width: 520px) {
  .info .tabWrap li {
    height: 60px;
    width: 164px;
  }
}
.info .tabWrap li#timeTable {
  background-image: url("/wp-content/themes/2025aw/images/info/tab_timeTable.png");
}
.info .tabWrap li#boothMap {
  background-image: url("/wp-content/themes/2025aw/images/info/tab_boothMap.png");
}
.info .tabWrap li#brand {
  background-image: url("/wp-content/themes/2025aw/images/info/tab_brand.png");
}
.info .tabWrap li.active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.info .tabWrap li a {
  display: block;
  height: 42px;
  width: 110px;
}
@media screen and (min-width: 520px) {
  .info .tabWrap li a {
    height: 60px;
    width: 164px;
  }
}
.info .tabWrap.fixed {
  position: fixed;
  top: 98px;
}
@media screen and (max-width: 959px) {
  .info .tabWrap.fixed {
    gap: 4px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: 0;
    right: 2%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .info .tabWrap.fixed li {
    background: url(/wp-content/themes/2025aw/images/info/bg_infoNav-sp.png) no-repeat center center/contain;
  }
}
@media screen and (max-width: 959px) {
  .info .tabWrap.fixed li {
    height: 57px;
    width: 82px;
  }
  .info .tabWrap.fixed li#timeTable {
    background-image: url("/wp-content/themes/2025aw/images/info/tab_timeTable-fixed.png");
  }
  .info .tabWrap.fixed li#boothMap {
    background-image: url("/wp-content/themes/2025aw/images/info/tab_boothMap-fixed.png");
  }
  .info .tabWrap.fixed li#brand {
    background-image: url("/wp-content/themes/2025aw/images/info/tab_brand-fixed.png");
  }
}
.info .content {
  display: none;
  padding-block: 80px 20vw;
}
@media screen and (min-width: 520px) {
  .info .content {
    padding-block: 120px 160px;
  }
}
.info .content.show {
  display: block;
}
.info .pageTtl {
  width: min(80%, 540px);
  margin-inline: auto;
  position: relative;
}
.info .pageTtl::after {
  content: "";
  position: absolute;
  top: -32vw;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: min(164%, 935px);
  height: 70vw;
  background-image: url(/wp-content/themes/2025aw/images/info/bg_pageTtl.png);
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .info .pageTtl::after {
    width: 935px;
    height: 490px;
    top: -230px;
  }
}
.info .p-sectionTtl img {
  height: 50px;
}
@media screen and (max-width: 519px) {
  .info .p-sectionTtl img {
    height: 42px;
  }
}
.info .p-timeTable .timeTable_wrap {
  background-color: white;
  border-radius: 20px;
  border: 1px solid #120e3b;
  padding: 8vw 6px 8vw 14px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .info .p-timeTable .timeTable_wrap {
    padding: 8vw 3vw;
  }
}
@media screen and (min-width: 960px) {
  .info .p-timeTable .timeTable_wrap {
    padding: 70px 90px;
    border-radius: 30px;
  }
}
.info .p-timeTable .timeTable_wrap::after {
  content: "";
  position: absolute;
  bottom: -4vw;
  right: -4vw;
  background: url(/wp-content/themes/2025aw/images/info/img_girl.png) no-repeat bottom right/contain;
  width: 78px;
  height: 238px;
}
@media screen and (min-width: 520px) {
  .info .p-timeTable .timeTable_wrap::after {
    width: min(19%, 155px);
    height: 476px;
  }
}
@media screen and (min-width: 960px) {
  .info .p-timeTable .timeTable_wrap::after {
    bottom: -40px;
    right: -40px;
  }
}
@media screen and (max-width: 320px) {
  .info .p-timeTable .timeTable_wrap::after {
    content: none;
  }
}
.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/2025aw/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, #98929c 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: #120e3b;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.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: #120e3b;
  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, #98929c 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: #120e3b;
  font-weight: 400;
}
.info .p-timeTable .timeTable_ttList ul li .time {
  position: absolute;
  color: #120e3b;
  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: #120e3b;
  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: #e57aa0;
}
.info .p-timeTable .timeTable_ttList ul li.specialFashionShow {
  color: #e57aa0;
}
.info .p-timeTable .timeTable_ttList ul li.live {
  color: #60a3c8;
}
.info .p-timeTable .timeTable_ttList ul li.specialStage {
  color: #6d5495;
}
.info .p-timeTable .timeTable_ttList ul li.dj {
  color: #df8875;
}
.info .p-timeTable .timeTable_ttList ul li.show {
  color: #83ac73;
}
.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: calc(50% + 2px);
  right: -30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(/wp-content/themes/2025aw/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 {
    right: -20px;
    width: 18px;
    height: 16px;
  }
}
.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: 3px;
}
@media screen and (max-width: 519px) {
  .info .p-timeTable .timeTable_ttList ul li .runwayOnly img {
    width: 18px;
    height: 16px;
  }
}
.info .p-timeTable .timeTable_ttList ul li .runwayOnly span {
  font-size: 1.1rem;
  color: #120e3b;
  font-weight: 400;
}
.info .p-boothMap .boothMap_wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-color: white;
  border-radius: 20px;
  border: 1px solid #120e3b;
  position: relative;
  z-index: 2;
  padding: 8vw 3vw 3vw;
  margin-bottom: 5vw;
}
@media screen and (min-width: 960px) {
  .info .p-boothMap .boothMap_wrap {
    margin-bottom: 30px;
    padding: 70px;
  }
}
.info .p-boothMap .boothMap_wrap::before {
  content: "";
  position: absolute;
  bottom: -1vw;
  left: -10vw;
  background: url(/wp-content/themes/2025aw/images/info/img_rabbit.png) no-repeat bottom right/contain;
  width: 92px;
  height: 112px;
}
@media screen and (min-width: 520px) {
  .info .p-boothMap .boothMap_wrap::before {
    width: min(23%, 185px);
    height: 223px;
  }
}
@media screen and (min-width: 960px) {
  .info .p-boothMap .boothMap_wrap::before {
    bottom: -14px;
    left: -80px;
  }
}
.info .p-boothMap .boothMap_wrap::after {
  content: "";
  position: absolute;
  bottom: -1vw;
  right: -5vw;
  background: url(/wp-content/themes/2025aw/images/info/img_cat.png) no-repeat bottom right/contain;
  width: 80px;
  height: 90px;
}
@media screen and (min-width: 520px) {
  .info .p-boothMap .boothMap_wrap::after {
    width: min(19%, 160px);
    height: 180px;
  }
}
@media screen and (min-width: 960px) {
  .info .p-boothMap .boothMap_wrap::after {
    bottom: -14px;
    right: -50px;
  }
}
.info .p-boothMap .u-notesList-num-wh {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-shadow: 1px 1px 0px #120e3b, -1px 1px 0px #120e3b, 1px -1px 0px #120e3b, -1px -1px 0px #120e3b, 1px 0px 0px #120e3b, 0px 1px 0px #120e3b, -1px 0px 0px #120e3b, 0px -1px 0px #120e3b;
}
.info .p-boothMap .u-notesList-num-wh span {
  color: #f19f00;
}
.info .p-boothMap .linkArea-wrap {
  border-top: 2px solid #120e3b;
  border-bottom: 2px solid #120e3b;
  padding: 40px 4vw;
}
@media screen and (max-width: 959px) {
  .info .p-boothMap .linkArea-wrap {
    padding: min(8vw, 40px) 0;
  }
}
.info .p-boothMap .linkArea-wrap .linkArea-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(12, auto);
  grid-auto-flow: column;
  gap: 1rem;
}
.info .p-boothMap .linkArea-wrap .linkArea-list li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid; /* 項目の途中で分割されないようにする */
}
.info .p-boothMap .linkArea-wrap .linkArea-list li a {
  color: white;
  padding: 6px 10px 6px 36px;
  position: relative;
  display: block;
  line-height: 1.2;
  font-weight: 600;
  text-shadow: 1px 1px 0px #120e3b, -1px 1px 0px #120e3b, 1px -1px 0px #120e3b, -1px -1px 0px #120e3b, 1px 0px 0px #120e3b, 0px 1px 0px #120e3b, -1px 0px 0px #120e3b, 0px -1px 0px #120e3b;
}
.info .p-boothMap .linkArea-wrap .linkArea-list li a:hover {
  opacity: 0.7;
}
.info .p-boothMap .linkArea-wrap .linkArea-list li a.disabled {
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 519px) {
  .info .p-boothMap .linkArea-wrap .linkArea-list li a {
    padding: 6px 0px 6px 22px;
  }
}
.info .p-boothMap .linkArea-wrap .linkArea-list li a .ico {
  position: absolute;
  top: 5px;
  left: -3px;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 520px) {
  .info .p-boothMap .linkArea-wrap .linkArea-list li a .ico {
    width: 28px;
    height: 28px;
  }
}
.info .p-boothMap .linkArea-wrap .linkArea-list li a .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.info .p-boothMap .linkArea-wrap .linkArea-list .num {
  position: absolute;
  top: 5px;
  left: 0;
}
.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: 4%;
  right: 4%;
  width: 6%;
  height: 6%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: url(/wp-content/themes/2025aw/images/info/ico_arrow-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%;
  border: 1px solid #120e3b;
}
.info .p-brandList li p {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 8px;
  color: white;
  text-shadow: 1px 1px 0px #6d5495, -1px 1px 0px #6d5495, 1px -1px 0px #6d5495, -1px -1px 0px #6d5495, 1px 0px 0px #6d5495, 0px 1px 0px #6d5495, -1px 0px 0px #6d5495, 0px -1px 0px #6d5495, 0px 0px 2px #6d5495, 0px 0px 2px #6d5495, 0px 0px 2px #6d5495, 0px 0px 2px #6d5495, 0px 0px 2px #6d5495, 0px 0px 2px #6d5495;
}
@media screen and (min-width: 520px) {
  .info .p-brandList li p {
    text-shadow: 2px 2px 0px #6d5495, -2px 2px 0px #6d5495, 2px -2px 0px #6d5495, -2px -2px 0px #6d5495, 2px 0px 0px #6d5495, 0px 2px 0px #6d5495, -2px 0px 0px #6d5495, 0px -2px 0px #6d5495, 0px 0px 2px #6d5495, 0px 0px 2px #6d5495, 0px 0px 2px #6d5495, 0px 0px 2px #6d5495, 0px 0px 2px #6d5495, 0px 0px 2px #6d5495;
  }
}
@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-brandList li .ico {
  position: absolute;
  top: 4%;
  left: 5%;
}
.info .p-brandList li .ico img {
  border: none;
  border-radius: inherit;
  width: 26px;
}
.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(72, 77, 147, 0.9);
}
.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;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #120e3b;
}
@media screen and (min-width: 520px) {
  .info .p-modal .modal_contents {
    border-radius: 20px;
    padding: 3% 5% 10%;
  }
}
.info .p-modal .modal_contents .modal_logo {
  max-width: 140px;
  margin: 0 auto 16px;
}
.info .p-modal .modal_contents .modal_ttl {
  font-size: 1.8rem;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 1em;
  font-weight: 600;
  color: #484d93;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .info .p-modal .modal_contents .modal_ttl {
    font-size: 2.4rem;
  }
}
.info .p-modal .modal_contents .modal_ttl::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  background: url(/wp-content/themes/2025aw/images/ico_star.png) no-repeat center center/contain;
  width: 20px;
  height: 22px;
}
@media screen and (max-width: 519px) {
  .info .p-modal .modal_contents .modal_ttl::before {
    width: 16px;
    height: 18px;
    top: 0.3em;
  }
}
.info .p-modal .modal_contents .modal_ttl i {
  font-style: normal;
  position: relative;
  top: 0.3em;
}
.info .p-modal .modal_contents .modal_txtArea_ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1em;
  color: #484d93;
}
@media screen and (min-width: 520px) {
  .info .p-modal .modal_contents .modal_txtArea_ttl {
    font-size: 2rem;
  }
}
.info .p-modal .modal_contents .p-btn-close {
  display: inline-block;
  background: #120e3b;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  background: url(/wp-content/themes/2025aw/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 .num {
  width: 1.35em;
  height: 1.35em;
  border-radius: 5px;
  border: 1px solid #120e3b;
  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: 500;
  padding-bottom: 2px;
  vertical-align: middle;
  text-shadow: none;
}
@media screen and (max-width: 519px) {
  .info .num {
    font-size: 1.4rem;
  }
}
.info .num.-bl {
  background-color: #484d93;
}
.info .num.-yw {
  background-color: #f19f00;
}
.info .batsu {
  font-size: 0.8em;
  position: relative;
  margin-right: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
.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;
  }
}