@charset "UTF-8";

@font-face {
    font-family: 'TAV';
    src: url('../fonts/Taviraj-Regular.woff');
}
@font-face {
    font-family: 'OUT';
    src: url('../fonts/Outfit-Regular.woff');
}
@font-face {
    font-family: 'OUT-MDI';
    src: url('../fonts/Outfit-Medium.woff');
}
@font-face {
    font-family: 'OUT-BLD';
    src: url('../fonts/Outfit-Bold.woff');
}
@font-face {
    font-family: 'IBM'; 
    src: url('../fonts/IBMPlexSansJP-Regular.woff2');
}
@font-face {
    font-family: 'IBM-BLD';
    src: url('../fonts/IBMPlexSansJP-Bold.woff2');
}
@font-face {
    font-family: 'IBM-JP-BLD';
    src: url('../fonts/IBMPlexSansJP-SemiBold.woff2');
}
@font-face {
    font-family: 'IBM-MDI';
    src: url('../fonts/IBMPlexSans-Medium.woff2');
}
@font-face {
    font-family: 'IBM-JP-MDI';
    src: url('../fonts/IBMPlexSansJP-Medium.woff2');
}
@font-face {
    font-family: 'IBM-SEM-BLD';
    src: url('../fonts/IBMPlexSans-SemiBold.woff2');
}
@font-face {
    font-family: 'IBM-SEM-JP-BLD';
    src: url('../fonts/IBMPlexSansJP-SemiBold.woff2');
}
@font-face {
    font-family: 'NOTO';
    src: url('../fonts/NotoSansJP-Regular.otf');
}
@font-face {
    font-family: 'NOTO-MDI';
    src: url('../fonts/NotoSansJP-Medium.otf');
}
@font-face {
    font-family: 'NOTO-BLD';
    src: url('../fonts/NotoSansJP-Bold.otf');
}
@font-face {
    font-family: 'NOTO-BLK';
    src: url('../fonts/NotoSansJP-Black.otf');
}



:root {
  --color-ink: #393939;
  --color-black: #141414;
  --color-muted: #8c8c8c;
  --color-paper: #ffffff;
  --color-soft: #eeeeee;
  --color-panel: #bfbfbf;
  --color-line: rgba(57, 57, 57, .18);
  --content: 1440px;
  --narrow: 1240px;
  --header-height: 80px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  color: #077EE1;
  background: var(--color-paper);
  font-family: Inter, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.3;
}

body.is-menu-open {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#sneaker,
#apparel,
#other,
#music-timetable,
#music-headliner,
#music-lineup,
#tokyo23-timetable,
#tokyo23-team,
#special-fashion-show,
#special-meet-up,
#special-raffle,
#special-talk-show,
#guideline,
#venue-map,
#access {
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.anchor-target {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

button,
summary {
  font: inherit;
}

/*hide*/
    .hide-pc {
      display: none;
    }
    .hide-pc-2 {
        display: none;
    }
    .hide-sp-2 {
        display: block;
    }
/*hide*/

/*youtube*/
    #movie-section {
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    #movie-section img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }

    .tv__movie {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 170px;
        padding-top: 512px;
        position: relative;
    }
    .tv__movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
/*youtube*/

@media (min-width: 1200px) {
/*youtube*/
    #movie-section {
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    #movie-section img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }

    .tv__movie {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 170px;
        padding-top: 512px;
        position: relative;
    }
    .tv__movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
/*youtube*/
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-height);
  background: #fff;
}

.site-header__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 17px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 44px;
  padding: 0 24px;
/*  background: #eee;*/
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0;
  white-space: nowrap;
}

.overlay-menu__logo {
  font-weight: 800;
  letter-spacing: 0;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.button-5 {
    padding: 15px 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    width: 264px;
    border: solid #077EE1 1px;
    background-color: #fff;
    border-radius: 10px;
    font-family: 'NOTO-BLD';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #077EE1;
}
.button-5:hover {
    padding: 15px 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    width: 264px;
    border: solid #077EE1 1px;
    background-color: #077EE1;
    border-radius: 10px;
    font-family: 'NOTO-BLD';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #fff;
}

.button-2,
.button-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 237px;
  min-height: 46px;
  padding: 15px 50px;
  border: 0;
  border-radius: 99px;
  background: var(--color-black);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  transition: color .28s var(--ease), background .28s var(--ease), transform .28s var(--ease);
}

.ticket-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 237px;
  min-height: unset;
  padding: 10px 50px;
  border: 0;
  border-radius: 99px;
  background: #DFBCFA;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  transition: color .28s var(--ease), background .28s var(--ease), transform .28s var(--ease);
}

.language-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 40px;
  border-radius: 99px;
  border: 1px solid #077EE1;
  background: #fff;
  color: #077EE1;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  transition: color .28s var(--ease), background .28s var(--ease);
}

.language-button:hover,
.button-2:hover,
.button-4:hover {
  background: #077EE1;
  color: #fff;
}

.ticket-button:hover {
  border: 1px solid #DFBCFA;
  background: #fff;
  color: #DFBCFA;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50px;
  height: 50px;
  padding: 15px;
  border: 0;
  background: transparent;
  color: #077EE1;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 35px;
  height: 2px;
  background: #333;
  transition: transform .35s var(--ease), opacity .35s var(--ease);
}

.site-header .menu-toggle {
  color: #077EE1;
}

.site-header .menu-toggle span {
  flex: 0 0 auto;
  opacity: 1;
  background-color: #077EE1;
}

.is-menu-open .menu-toggle span:first-child,
.menu-toggle--close span:first-child {
  transform: translateY(12px) rotate(45deg);
}

.is-menu-open .menu-toggle span:nth-child(2),
.menu-toggle--close span:nth-child(2) {
  opacity: 0;
}

.is-menu-open .menu-toggle span:last-child,
.menu-toggle--close span:last-child {
  transform: translateY(-12px) rotate(-45deg);
}

.overlay-menu {
  position: fixed;
  inset: 0;
  z-index: 3000;
  pointer-events: none;
}

.overlay-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .16);
  opacity: 0;
  transition: opacity .45s var(--ease);
}

.overlay-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(400px, 100vw);
  min-height: 100dvh;
  padding: 15px 30px 40px;
  background: #fff;
  transform: translateX(100%);
  transition: transform .55s var(--ease);
  overflow-y: auto;
}

.overlay-menu.is-open {
  pointer-events: auto;
}

.overlay-menu.is-open::before {
  opacity: 1;
}

.overlay-menu.is-open .overlay-menu__panel {
  transform: translateX(0);
}

.overlay-menu__head,
.overlay-menu__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.overlay-menu__nav {
  display: grid;
  gap: 0;
  margin: 70px 0;
  border-top: 1px solid var(--color-line);
}

.overlay-menu__item,
.overlay-menu__group summary {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-line);
  color: #077EE1;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  transition: color .25s var(--ease), transform .25s var(--ease);
}

.overlay-menu__item:hover,
.overlay-menu__group summary:hover {
  color: var(--color-muted);
  transform: translateX(6px);
}

.overlay-menu__group summary::-webkit-details-marker {
  display: none;
}

.overlay-menu__group summary {
  position: relative;
}

.overlay-menu__group summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 20px;
}

.overlay-menu__group[open] summary::after {
  content: "-";
}

.overlay-menu__group a {
  display: block;
  padding: 0 0 14px 18px;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 700;
}

.sns-list {
  display: flex;
  gap: 10px;
}

.sns-list a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #077EE1;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  transition: transform .28s var(--ease), background .28s var(--ease), color .28s var(--ease);
}

.sns-list a:hover {
  transform: translateY(-5px) scale(1.08);
  background: #077EE1;
  color: #fff;
}

.lp-contents-box {
  overflow: clip;
  background: #fff;
}

.lp-contents {
  width: 100%;
}

.fv-section {
  position: relative;
  padding-top: var(--header-height);
  background: transparent;
}

.title-img-top {
  position: sticky;
  top: var(--header-height);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 960px;
  min-height: 0;
  background: var(--color-soft);
  overflow: hidden;
}

.kv-placeholder {
  width: 375px;
  margin: 0;
  color: var(--color-muted);
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.ticket-button--kv {
  display: none;
}

.hero-copy {
  width: 58%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
  width: 100%;
  margin: 0px 0px;
  padding: 0.1px 0px;
  background: #fff;
  text-align: center;
  word-break: break-word;
}

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.hero-info {
  margin: 0px auto 80px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  color: var(--color-muted);
}

.lp-title-1,
.lp-title-2,
.lp-txt {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.lp-title-1 {
  margin: 40px 0px 40px 0px;
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.lp-title-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "gotham", sans-serif;
font-weight: 700;
font-style: normal;
  color: #077EE1;
  font-size: 36px;
  line-height: 46px;
}

.lp-title-2-2 {
  margin-top: 0;
  margin-bottom: 80px;
  color: #077EE1;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}

.lp-txt-title {
  margin: 0px auto 41px auto;
  font-family: 'NOTO';
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
}

.is-sp {
  display: none;
}

.lp-txt {
  margin-top: 0;
  margin-bottom: 0;
  color: #077EE1;
  font-size: 18px;
  line-height: normal;
  text-align: center;
}

.lp-txt--date {
  font-weight: 500;
}

.lp-txt--venue {
  font-weight: 400;
}

.item-section,
.item-section-2,
.item-section-3,
.item-section-4,
.item-section-4-5,
.item-section-5,
.item-section-6,
.item-section-7,
.item-section-8,
.item-section-9,
.item-section-10 {
  padding: 100px 0;
}

.item-section,
.item-section-4,
.item-section-7 {
  background: var(--color-panel);
}

.item-section-3 {
  background: var(--color-soft);
}

.item-section-5 {
  background: #077EE1;
  color: #fff;
}

.item-section-9,
.item-section-10 {
  background: #fff;
}

.timetable-section {
  height: auto;
  min-height: 0;
  padding: clamp(98px, 7.291667vw, 140px) 0 clamp(88px, 6.25vw, 120px);
  background-color: #E3EBFA;
  color: #077EE1;
}

.timetable-section .lp-title-3 {
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
  font-size: 44px;
  line-height: 54px;
}

.text-box-timetable {
    width: 880px;
    text-align: center;
    margin: 40px auto 0px auto;
}

.text-box-timetable .lp-txt-8 {
  color: #393939;
  font-family: 'NOTO';
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 0px auto 0px auto;
}

.timetable-block {
  width: min(64.583333vw, 1240px);
  margin: clamp(76px, 5.208333vw, 100px) auto 0;
}

.timetable-title {
  margin: 0px auto 10px auto;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #077EE1;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}

.timetable-title-2 {
  margin: 0px auto 0px auto;
  font-family: 'NOTO-BLD';
  font-style: normal;
  color: #077EE1;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.timetable-title span {
  display: inline-block;
  margin: 0 .28em;
  color: #8f8f8f;
}

.timetable-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 2.083333vw, 40px);
  margin-top: 80px;
}

.timetable-card {
  min-width: 0;
}

.timetable-date {
  margin: 0 0 clamp(24px, 1.5625vw, 30px);
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #393939;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.timetable-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  background: #eee;
  color: #777;
  font-size: clamp(12px, 0.833333vw, 16px);
  line-height: 1;
  text-align: center;
}

.timetable-modal-trigger {
/*  font-family: 'NOTO-BLD';*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 49px;
  padding: 0;
  margin: 60px auto;
  border: 1px solid #077EE1;
  border-radius: 999px;
  font: inherit;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-color .24s ease, color .24s ease, border-color .24s ease, transform .18s ease;
}

.timetable-modal-trigger--light {
  background: #fff;
  color: #077EE1;
}

.timetable-modal-trigger--dark {
  font-family: 'NOTO-BLD';
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  color: #077EE1;
}

@media (hover: hover) and (pointer: fine) {
  .timetable-modal-trigger--light:hover {
    background: #077EE1;
    color: #fff;
  }

  .timetable-modal-trigger--dark:hover {
    background: #077EE1;
    color: #fff;
  }
}

.timetable-modal-trigger:active {
  transform: scale(.97);
}

.timetable-modal-trigger--light:active {
  background: #077EE1;
  color: #fff;
}

.timetable-modal-trigger--dark:active {
  background: #fff;
  color: #077EE1;
}

.timetable-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: url(./bg_003.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity .24s ease, visibility .24s ease;
}

#special .box-img-8 {
  position: relative;
  --special-content-closed-height: 360px;
  --special-vertical-padding: 60px;
  min-height: 0;
  max-height: var(--special-closed-height, calc(var(--special-content-closed-height) + var(--special-vertical-padding)));
  overflow: hidden;
  padding: 30px clamp(42px, 3.125vw, 60px);
  border-radius: 30px;
  background: #fff;
  transition: max-height .48s var(--ease);
}

.timetable-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.timetable-modal__panel {
  position: relative;
  min-height: 100dvh;
  padding: 210px 0 150px;
}

.timetable-modal__close {
  position: fixed;
  top: 116px;
  right: 7.34375vw;
  z-index: 2;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform .2s ease;
}

.timetable-modal[data-active-modal="tokyo23"] .timetable-modal__close {
  right: 16%;
/*  transform: translateX(-50%);*/
}

.timetable-modal__close::before,
.timetable-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  transform-origin: center;
}

.timetable-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.timetable-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
  .timetable-modal__close:hover {
    transform: scale(1.08);
  }

  .timetable-modal[data-active-modal="tokyo23"] .timetable-modal__close:hover {
    transform: translateX(0%) scale(1.08);
  }
}

.timetable-modal__content[hidden] {
  display: none !important;
}

.timetable-modal__grid {
  display: grid;
  gap: 40px;
  width: min(64.583333vw, 1240px);
  margin: 0 auto;
}

.timetable-modal__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.timetable-modal__grid--single {
  grid-template-columns: minmax(0, 1fr);
  width: min(32.291667vw, 620px);
}

.timetable-modal__date {
  margin: 0 0 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.timetable-modal__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  background: #eee;
  color: #077EE1;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

  .section-nav-2 {
    width: 100%;
    background-color: #E3EBFA;
  }

@media (min-width: 1200px) {
  /*.item-section-2 {
    height: 1094px;
  }*/

  .section-nav {
    height: 174px;
  }

  /*.item-section-3 {
    min-height: 2536px;
    height: auto;
  }

  .item-section-4 {
    min-height: 2756px;
    height: auto;
  }

  .item-section-5 {
    height: 3609px;
  }

  .item-section-6 {
    height: 2167px;
  }

  .item-section-7 {
    height: 3216px;
  }*/

  /*#information {
    height: 4901px;
  }

  .history-section {
    height: 2207px;
  }*/

  /*.item-section-9 {
    height: 1068px;
  }

  .item-section-10 {
    height: 661px;
  }*/
}

.lp-title-3,
.lp-title-3-2,
.lp-title-4,
.lp-title-4-2,
.lp-title-4-3,
.lp-title-4-4,
.lp-title-4-5,
.lp-title-5,
.lp-title-6 {
  width: var(--content);
  margin: 0 auto;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.lp-title-3,
.lp-title-3-2 {
  color: currentColor;
  font-size: 44px;
}

.lp-title-4,
.lp-title-4-2,
.lp-title-4-3,
.lp-title-4-4,
.lp-title-4-5 {
  margin-top: 80px;
  color: var(--color-muted);
  font-size: 36px;
}

.lp-title-5 {
  width: auto;
  color: var(--color-muted);
  font-size: 30px;
  text-align: left;
}

.lp-title-6 {
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
  font-size: 36px;
  line-height: 46px;
}

.lp-txt-4,
.lp-txt-5,
.lp-txt-8,
.lp-txt-9,
.lp-txt-10,
.lp-txt-11,
.lp-txt-13,
.lp-txt-16,
.lp-txt-20,
.lp-txt-21 {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.lp-txt-8-2 {
  width: var(--content);
  margin: 20px auto 0px auto;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.text-box-1,
.text-box-5,
.text-box-6,
.text-box-8,
.text-box-11 {
  width: var(--content);
  margin: 40px auto 0;
}

.text-box-2 {
  margin: 40px auto 0px auto;
  width: 100%;
  text-align: center;
}

.text-box-3 {
  margin: 40px auto 0px auto;
  width: 100%;
  text-align: center;
}

.text-box-4 {
  margin: 2.083333vw auto 0px auto;
  width: 100%;
  text-align: center;
}

.text-box-4-2 {
  margin: 0px auto 30px auto;
  width: 88%;
  text-align: center;
}

@media (max-width: 1200px) {
  .text-box-2 {
    margin: 30px auto 0px auto;
    width: 88%;
    text-align: center;
  }
  .text-box-3 {
    margin: 20px auto 0px auto;
    width: 88%;
    text-align: center;
  }
  .text-box-4 {
    margin: 40px auto 0px auto;
    width: 88%;
    text-align: center;
  }
}

.text-box-1 p,
.text-box-2 p,
.text-box-3 p,
.text-box-4 p,
.text-box-5 p,
.text-box-6 p,
.text-box-8 p,
.text-box-11 p {
  width: 100%;
}

.lp-txt-9,
.lp-txt-10 {
  margin-top: 20px;
  font-weight: 800;
}

.section-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 14px;
  width: 74%;
  min-height: 174px;
  margin: 0 auto;
  padding: 100px 0px 47px 0px;
/*  background: #fff;*/
}

.section-nav a {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    padding: 0 18px;
    border: 1px solid #077EE1;
    border-radius: 14px;
    color: #077EE1;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.12;
    text-align: center;
    letter-spacing: 0;
    transition: color .28s var(--ease);
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
}

.section-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background-color: #fff;
  transform: scale(1);
  transform-origin: center;
  transition: transform .36s var(--ease), background .28s var(--ease);
  will-change: transform;
}

.section-nav a span {
  position: relative;
  z-index: 1;
  display: block;
}

.section-nav a:hover {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .section-nav a:hover::before {
    background: #077EE1;
    transform: scale(1.06);
  }
}

@media (hover: none) {
  .section-nav a:active,
  .section-nav a:focus-visible {
    color: #fff;
  }

  .section-nav a:active::before,
  .section-nav a:focus-visible::before {
    background: #077EE1;
    transform: scale(1.04);
  }
}

.lp-contents-clearfix,
.lp-contents-clearfix-2,
.lp-contents-clearfix-3,
.lp-contents-clearfix-4,
.lp-contents-clearfix-4-2,
.lp-contents-clearfix-5,
.lp-contents-clearfix-5-2,
.lp-contents-clearfix-5-3,
.lp-contents-clearfix-5-4,
.lp-contents-clearfix-6,
.lp-contents-clearfix-7,
.lp-contents-clearfix-8,
.lp-contents-clearfix-10 {
  width: var(--content);
  margin: 80px auto 0;
  display: grid;
  gap: 30px;
}

.lp-contents-clearfix {
  grid-auto-flow: column;
  grid-auto-columns: 450px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 22px;
}

.box-img-1 {
  scroll-snap-align: center;
}

.box-img-1 img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #eee;
}

.lp-txt-2 {
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.lp-txt-3 {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.3;
}

.lp-contents-clearfix-2 {
  gap: 0;
}

.item-section-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  padding: 80px 0;
  background-image: url(./bg_003-2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-section-2 .lp-title-3 {
  width: 100%;
/*  height: 53px;*/
font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
/*  color: #077EE1;*/
  font-size: 44px;
  line-height: 54px;
}

.item-section-2 .atc-news-section {
  display: none;
}

.item-section-2 .lp-contents-clearfix-2 {
  width: 1440px;
  height: 641px;
  margin: 0;
  padding: 80px 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 48.2px;
  overflow: hidden;
  border-radius: 50px;
  background: var(--color-soft);
  /*background-image: url(./bg_004.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;*/
}

.box-img-2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 5px 20px;
  border-radius: 100px;
  transition: color .28s var(--ease), background-color .28s var(--ease), transform .28s var(--ease);
}

.box-img-2 .news-info {
  display: flex;
  align-items: center;
  gap: 50px;
  min-width: 0;
  color: #077EE1;
  font-size: 20px;
  white-space: nowrap;
}

.box-img-2 .news-date {
  color: #393939;
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  transition: color .28s var(--ease);
}

.box-img-2 .news-title {
  margin: 0;
  font-family: 'NOTO-BLD';
  color: #393939;
  font-size: 20px;
  line-height: 30px;
  transition: color .28s var(--ease);
}

.box-img-2 .news-readmore {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #077EE1;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  white-space: nowrap;
  transition: color .28s var(--ease), transform .28s var(--ease);
}

.box-img-2 .news-readmore::after {
  content: "↗";
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  transition: transform .28s var(--ease);
}

@media (max-width: 1200px) {
  .box-img-2 .news-readmore::after {
    content: "↗";
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    transition: transform .28s var(--ease);
  }
}

.box-img-2 img {
  display: none;
}

.box-img-2 a:hover {
  color: #077EE1;
}

.box-img-2 a:hover .news-date,
.box-img-2 a:hover .news-title,
.box-img-2 a:hover .news-readmore {
  color: var(--color-muted);
}

.box-img-2 a:hover .news-readmore::after {
  transform: translate(5px, -5px);
}

.box-img-2.is-hidden {
  display: none;
}

.news-placeholder {
  min-height: 40px;
  pointer-events: none;
  visibility: hidden;
}

.news-pagination {
  display: none;
  align-items: center;
  justify-content: center;
  grid-template-columns: 15px repeat(3, 40px) 15px;
  gap: 20px;
  min-height: 40px;
  margin-top: -20px;
}

.news-pagination.is-visible {
  display: grid;
}

.news-pagination__btn,
.news-pagination__spacer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #077EE1;
  border-radius: 100px;
  background: #fff;
  color: #077EE1;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  cursor: pointer;
  transition: color .28s var(--ease), background-color .28s var(--ease), transform .28s var(--ease);
}

.news-pagination__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #077EE1;
  border-radius: 100px;
  background: transparent;
  color: #077EE1;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  cursor: pointer;
  transition: color .28s var(--ease), background-color .28s var(--ease), transform .28s var(--ease);
}

.news-pagination__arrow {
  width: 15px;
  border: 0;
  border-radius: 0;
  font-size: 34px;
  line-height: 1;
}

.news-pagination__spacer,
.news-pagination__arrow.is-disabled {
  visibility: hidden;
  pointer-events: none;
}

.news-pagination__btn.is-active,
.news-pagination__btn:hover,
.news-pagination__arrow:not(.is-disabled):hover {
  background: #077EE1;
  color: #fff;
}

.news-pagination__arrow:not(.is-disabled):hover {
  transform: translateX(4px);
}

.lp-contents-clearfix-3,
.lp-contents-clearfix-5-3,
.lp-contents-clearfix-5-4 {
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.box-img-3 img,
.box-img-5-3 img,
.box-img-5-4 img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff;
}

.lp-txt-6,
.lp-txt-7 {
  margin: 10px 10px 0;
  font-size: 14px;
  line-height: 1.2;
}

.lp-txt-6 {
  color: var(--color-muted);
}

.button-2,
.button-4 {
  width: 237px;
  min-height: 46px;
  margin: 40px auto 0;
}

#products {
  margin-top: -2px;
  display: flex;
  flex-direction: column;
  align-items: center;
/*  padding: 100px 0;*/
  background-color: #E3EBFA;
}

#products .lp-title-3 {
  width: var(--content);
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
  font-size: 44px;
  line-height: 54px;
}

#products .text-box-1 {
  width: var(--content);
  margin: 40px auto 0;
}

#products .lp-txt-4,
#products .lp-txt-5 {
  width: 100%;
  margin: 0;
  color: #393939;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

#products .lp-txt-5 {
  margin-top: 38px;
  color: #393939;
  font-weight: 400;
}

#products .lp-title-4 {
  width: var(--content);
  margin: 62px auto 0;
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
  font-size: 40px;
  line-height: normal;
}

#products .lp-contents-clearfix-3 {
  width: calc(100% - 18px);
  margin: 39px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid #aaa;
/*  border-bottom: 0.5px solid #aaa;*/
}

#products .box-img-3 {
  position: relative;
  min-width: 0;
  background: #fff;
  border-left: 0.1px solid #c4c4c4;
  border-right: 0.1px solid #c4c4c4;
}

#products .box-img-3:first-child {
  border-left: 0;
}

#products .box-img-3 a {
  display: block;
  overflow: hidden;
  border-radius: 0;
  background-color: #f8f8f8;
  background-image:
    linear-gradient(45deg, #eeeeee 25%, transparent 25%),
    linear-gradient(-45deg, #eeeeee 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #eeeeee 75%),
    linear-gradient(-45deg, transparent 75%, #eeeeee 75%);
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
  background-size: 20px 20px;
}

#products .box-img-3 img {
  width: 100%;
  height: 304px;
  object-fit: cover;
  opacity: 0;
  transition: transform .36s var(--ease), filter .36s var(--ease);
}

#products .box-img-3 a:hover img {
  transform: scale(1.04);
  filter: brightness(.96);
}

#products .lp-txt-6,
#products .lp-txt-7 {
  margin: 18px 10px 0;
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
}

#products .lp-txt-6 {
  color: var(--color-muted);
  font-weight: 500;
}

#products .lp-txt-7 {
  margin-top: 10px;
  margin-bottom: 56px;
  color: #077EE1;
  font-weight: 400;
}

#products > a {
  display: inline-flex;
  margin: 20px auto 0;
}

#products .button-2 {
  width: 237px;
  min-height: 46px;
  margin: 0;
  border: 1px solid #077EE1;
  border-radius: 5px;
  background: #fff;
  color: #077EE1;
  font-size: 16px;
  font-weight: 800;
}

@media (hover: hover) and (pointer: fine) {
  #products .button-2:hover {
    background: #077EE1;
    color: #fff;
  }
}

#products .product-badges {
  position: absolute;
  top: 13px;
  right: 12px;
  z-index: 2;
  display: flex;
  gap: 2px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

#products .product-badge--exclusive {
  color: #576aff;
}

#products .product-badge--limited {
  color: #ff2d55;
}

#products .box-img-3.fade-target {
  transform: translateX(-26px);
  transition-duration: .7s;
  transition-delay: calc(var(--stagger, 0) * 90ms);
}

#products .box-img-3.fade-target.is-visible {
  transform: translateX(0);
}

.lp-contents-clearfix-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lp-contents-clearfix-4-2 {
  grid-template-columns: repeat(4, 1fr);
  width: 1098px;
}

.box-img-4 {
  position: relative;
  min-height: 204px;
  perspective: 1000px;
}

.box-img-4 a {
  position: relative;
  display: block;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .55s var(--ease), scale .25s var(--ease);
}

.box-img-4 img {
  height: 100%;
  min-height: 204px;
  object-fit: cover;
  background: #fff;
}

.box-img-4::after {
  content: "+";
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--color-muted);
  border-radius: 50%;
  color: var(--color-muted);
  font-weight: 800;
  transition: color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}

.box-img-4:hover a {
  scale: .97;
}

.box-img-4.is-open a {
  transform: rotateY(180deg);
}

.box-img-4.is-open::before {
  content: "ブランド詳細テキストが入ります";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #fff;
  color: #077EE1;
  font-weight: 800;
  text-align: center;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

.box-img-4:hover::after {
  color: #077EE1;
  border-color: #077EE1;
  transform: rotate(90deg);
}

#exhibitors {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: 2756px;
  padding: 100px 0;
  background-image: url(./bg_005-2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #077EE1;
  margin-bottom: -2px;
}

#exhibitors .lp-title-3 {
  width: 100%;
  color: #077EE1;
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 44px;
  line-height: normal;
  letter-spacing: 2px;
}


#exhibitors .lp-txt-8,
#exhibitors .lp-txt-9 {
  width: 100%;
  margin: 0;
  color: #393939;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

#exhibitors .lp-txt-10 {
  width: 100%;
  margin: 0px auto 0px auto;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #077EE1;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

#exhibitors .lp-txt-9 {
  margin-top: 20px;
  font-weight: 100;
}

#exhibitors .lp-title-4-2 {
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: 80px auto 20px auto;
  color: #077EE1;
  font-size: 44px;
  line-height: 54px;
}


#exhibitors .lp-contents-clearfix-4,
#exhibitors .lp-contents-clearfix-4-2 {
  width: var(--content);
  margin: 60px auto 0;
  display: grid;
  gap: 18px;
}

#exhibitors .lp-contents-clearfix-4 {
  grid-template-columns: repeat(5, 1fr);
}

#exhibitors .lp-contents-clearfix-4-2 {
  grid-template-columns: repeat(4, calc((100% - 72px) / 5));
  justify-content: center;
}

#exhibitors .box-img-4 {
  position: relative;
  min-height: 204px;
  perspective: none;
}

#exhibitors .box-img-4 a {
  display: grid;
  place-items: center;
  height: 204px;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  transform: none;
  transform-style: flat;
  transition: transform .32s var(--ease), filter .32s var(--ease);
}

#exhibitors .box-img-4 img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  background: #fff;
}

#exhibitors .box-img-4::before,
#exhibitors .box-img-4::after {
  content: none;
}

#exhibitors .box-img-4:hover a {
  scale: 1;
  transform: translateY(-4px);
  filter: brightness(.96);
}

#exhibitors .box-img-4.fade-target {
  transform: translateY(28px);
  transition-delay: calc(var(--stagger, 0) * 55ms);
}

#exhibitors .box-img-4.fade-target.is-visible {
  transform: translateY(0);
}

#exhibitors .box-img-4 {
  min-height: auto;
  aspect-ratio: 259 / 361;
  border-radius: 20px;
  perspective: 1200px;
  cursor: pointer;
}

#exhibitors .booth-card__inner {
    position: relative;
    width: 100%;
    height: 100%;
/*    border: 1px solid #077EE1;*/
    transform-style: preserve-3d;
    transition: transform .58s var(--ease);
}

#exhibitors .box-img-4.is-open .booth-card__inner {
  transform: rotateY(180deg);
}

#exhibitors .booth-card__face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid #077EE1;
}

#exhibitors .booth-card__front {
  display: grid;
  place-items: center;
  transition: transform .26s var(--ease);
}

#exhibitors .booth-card__back {
  padding: 32px 30px 30px;
  transform: rotateY(180deg);
}

#exhibitors .booth-card__back-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#exhibitors .box-img-4:hover .booth-card__front {
  transform: scale(.97);
}

#exhibitors .booth-card__logo {
  display: grid;
  place-items: center;
  width: 45%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #f8f8f8;
  background-image:
    linear-gradient(45deg, #eeeeee 25%, transparent 25%),
    linear-gradient(-45deg, #eeeeee 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #eeeeee 75%),
    linear-gradient(-45deg, transparent 75%, #eeeeee 75%);
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
  background-size: 20px 20px;
}

#exhibitors .booth-card__logo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: transparent;
}

#exhibitors .booth-card__new {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 39px;
  height: 20px;
  padding: 0 9px;
  border-radius: 999px;
  background: #077EE1;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
}

#exhibitors .booth-card__toggle {
  position: absolute;
  right: 19px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: #eee;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}

#exhibitors .booth-card__toggle::before,
#exhibitors .booth-card__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #999;
  transform: translate(-50%, -50%);
  transition: background .25s var(--ease);
}

#exhibitors .booth-card__toggle--open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#exhibitors .booth-card__toggle:hover {
  transform: scale(.9);
  background: #999;
  color: #fff;
}

#exhibitors .booth-card__toggle:hover::before,
#exhibitors .booth-card__toggle:hover::after {
  background: #fff;
}

#exhibitors .booth-card__toggle--close {
  background: #999;
  color: #fff;
}

#exhibitors .booth-card__toggle--close::before,
#exhibitors .booth-card__toggle--close::after {
  background: #fff;
}

#exhibitors .booth-card__toggle--close::after {
  display: none;
}

#exhibitors .booth-card__brand {
  margin: 0;
  color: var(--color-black);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

#exhibitors .booth-card__description {
  margin: 30px 0 0;
  color: var(--color-black);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

#exhibitors .booth-card__instagram {
  position: static;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 19px;
  transition: transform .25s var(--ease), opacity .25s var(--ease);
}

#exhibitors .booth-card__instagram:hover {
  opacity: .8;
  transform: scale(.94);
}

#exhibitors .booth-card__instagram img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#exhibitors .box-img-4 a,
#exhibitors .box-img-4:hover a,
#exhibitors .box-img-4.is-open a {
  height: auto;
  scale: 1;
  transform: none;
  filter: none;
/*  margin-top: auto;*/
}

#exhibitors .box-img-4::before,
#exhibitors .box-img-4::after {
  content: none;
}

.item-section-5 .lp-title-4-3,
.item-section-5 .lp-txt-11,
.item-section-5 .lp-txt-13,
.item-section-5 .lp-txt-12 {
  color: #fff;
}

.lp-contents-clearfix-5 {
  grid-template-columns: repeat(2, 1fr);
}

.lp-contents-clearfix-5-2 {
  grid-template-columns: repeat(3, 1fr);
}

.box-img-5 img,
.box-img-5-2 img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/*.lp-txt-12 {
  margin: 20px 0 0;
  color: currentColor;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}*/

.button-3 {
  width: var(--content);
  height: 44px;
  margin: 28px auto 0;
}

.button-3::before,
.button-3::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
  font-weight: 800;
}

.button-3::before {
  content: "10.31 SAT";
  background: #fff;
  color: #077EE1;
}

.button-3::after {
  content: "11.1 SUN";
}

.lp-contents-clearfix-6,
.lp-contents-clearfix-8 {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.title-img-top-2,
.title-img-top-3,
.title-img-top-6,
.text-box-9,
.text-box-10 {
  width: var(--narrow);
  margin: 40px auto 0;
}

.title-img-top-4 {
 width: 84%;
 margin: 60px auto 60px auto;
}
.title-img-top-4 img{
 width: 100%;
 margin: 0px auto 0px auto;
}

.title-img-top-5 {
 width: 63%;
 margin: 20px auto 60px auto;
}
.title-img-top-5 img{
 width: 100%;
 margin: 0px auto 0px auto;
}

@media (max-width: 1200px) {
.title-img-top-4 {
 width: 88%;
 margin: 40px auto 40px auto;
}
.title-img-top-4 img{
 width: 100%;
 margin: 0px auto 0px auto;
}

.title-img-top-5 {
 width: 88%;
 margin: 20px auto 40px auto;
}
.title-img-top-5 img{
 width: 100%;
 margin: 0px auto 0px auto;
}
}

.lp-contents-clearfix-7 {
  grid-template-columns: 360px 1fr;
  gap: 64px;
  align-items: start;
}

.box-img-8 {
  background: rgba(255, 255, 255, .42);
  padding: 40px;
}

.lp-txt-14 {
  margin: 34px 0 10px;
  font-size: 20px;
  font-weight: 800;
}

.lp-txt-15 {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.box-img-9 {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px 40px;
}

.lp-txt-17,
.lp-txt-18 {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.lp-txt-17 {
  color: var(--color-muted);
  font-weight: 800;
}

.text-box-9 {
  display: grid;
  gap: 0;
}

.text-box-10 {
  width: 100%;
}

.text-box-9 .text-box-10 {
  margin: 0;
}

.lp-contents-clearfix-9,
.lp-contents-clearfix-9-2 {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  align-items: start;
  padding: 26px 0;
}

.lp-contents-clearfix-9 {
  cursor: pointer;
}

.lp-contents-clearfix-9-2 {
  display: none;
  padding-top: 0;
}

.text-box-10.is-open .lp-contents-clearfix-9-2 {
  display: grid;
}

.box-img-11 img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  transition: filter .25s var(--ease), transform .25s var(--ease);
}

.lp-contents-clearfix-9:hover .box-img-11 img,
.lp-contents-clearfix-9-2:hover .box-img-11 img {
  transform: scale(.92);
  filter: grayscale(1);
}

.lp-txt-19 {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.border-1 {
  height: 1px;
  background: var(--color-line);
}

.lp-txt-20 {
  margin-top: 80px;
  font-weight: 800;
}

.text-box-10 > a {
  position: relative;
  display: table;
  margin: 14px auto 0;
  font-weight: 800;
}

.text-box-10 > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s var(--ease);
}

.text-box-10 > a:hover::after {
  transform: scaleX(1);
}

.lp-contents-clearfix-10 {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.lp-contents-clearfix-11 {
  text-align: center;
  width: 21.4%;
  flex-wrap: wrap;
  display: flex;
  margin: 20px auto 30px auto;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
}
.lp-contents-clearfix-11 a{
  opacity: 1;
}
.lp-contents-clearfix-11 a:hover{
  opacity: 1;
}

@media (max-width: 1200px) {
.lp-contents-clearfix-11 {
  text-align: center;
  width: 88%;
  flex-wrap: wrap;
  display: flex;
  margin: 20px auto 60px auto;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
}
.lp-contents-clearfix-11 a{
  opacity: 1;
}
.lp-contents-clearfix-11 a:hover{
  opacity: 1;
}
}

/*.lp-contents-clearfix-11 {
  grid-template-columns: repeat(4, 56px);
  justify-content: center;
}*/

.lp-contents-clearfix-12 {
  text-align: center;
  width: 32.3%;
  flex-wrap: wrap;
  display: flex;
  margin: 0px auto 60px auto;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
}
.lp-contents-clearfix a{
  opacity: 1;
}
.lp-contents-clearfix a:hover{
  opacity: 1;
}

.box-img-14 {
  width: 20%;
  margin: 0px 0px 0px 0px;
  flex-direction: row;
  text-align: center;
}
.box-img-14 picture{
  width: 100%;
  margin: 0px auto 0px auto;
}
.box-img-14 img{
  width: 100%;
  margin: 0px auto 0px auto;
}

.box-img-15 {
  width: 32.2%;
  margin: 0px 0px 0px 0px;
  flex-direction: row;
  text-align: center;
}
.box-img-15 picture{
  width: 100%;
  margin: 0px auto 0px auto;
}
.box-img-15 img{
  width: 100%;
  margin: 0px auto 0px auto;
}

@media (max-width: 1200px) {
.lp-contents-clearfix-12 {
  text-align: center;
  width: 180px;
  flex-wrap: wrap;
  display: flex;
  margin: 0px auto 20px auto;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
}
.lp-contents-clearfix a{
  opacity: 1;
}
.lp-contents-clearfix a:hover{
  opacity: 1;
}

.box-img-14 {
  width: 20%;
  margin: 0px 0px 0px 0px;
  flex-direction: row;
  text-align: center;
}
.box-img-14 picture{
  width: 100%;
  margin: 0px auto 0px auto;
}
.box-img-14 img{
  width: 100%;
  margin: 0px auto 0px auto;
}

.box-img-15 {
  width: 100%;
  margin: 0px 0px 20px 0px;
  flex-direction: row;
  text-align: center;
}
.box-img-15 picture{
  width: 100%;
  margin: 0px auto 0px auto;
}
.box-img-15 img{
  width: 100%;
  margin: 0px auto 0px auto;
}
}

.fade-target {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
  transition-delay: calc(var(--stagger, 0) * 70ms);
}

.fade-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.carousel-controls {
  width: var(--content);
  margin: 18px auto 0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.carousel-controls button,
.brand-modal__close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #077EE1;
  border-radius: 50%;
  background: transparent;
  color: #077EE1;
  font-weight: 800;
  cursor: pointer;
  transition: color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}

.carousel-controls button:hover,
.brand-modal__close:hover {
  color: var(--color-muted);
  border-color: var(--color-muted);
  transform: scale(.94);
}

#pickup {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
/*  height: 1179px;*/
  padding: 100px 0;
  background: #E3EBFA;
  background-color: #E3EBFA;
  overflow: hidden;
}

#pickup .lp-title-3 {
  width: 100%;
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
  font-size: 44px;
  font-weight: 800;
  line-height: normal;
/*  white-space: nowrap;*/
  background-color: #E3EBFA;
}

#pickup .pickup-splide {
  width: 1440px;
  height: 846px;
  margin: 0;
}

#pickup .pickup-slider-frame {
  width: 1440px;
/*  height: 846px;*/
  margin: 0;
  overflow: hidden;
}

#pickup .lp-contents-clearfix {
  width: 100%;
  height: 846px;
  margin: 0;
  display: flex;
  gap: 0;
  overflow: visible;
  scroll-snap-type: none;
  padding: 0;
}

#pickup .box-img-1 {
  width: 450px;
  flex: 0 0 450px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  scroll-snap-align: none;
}

#pickup .box-img-1 img {
  display: block;
  border-radius: 20px;
}

/*#pickup .box-img-1::before {
  content: "Instagram 4:5 画像";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  height: 562.5px;
  border-radius: 20px;
  background: var(--color-soft);
  color: var(--color-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}*/

#pickup .lp-txt-2,
#pickup .lp-txt-3 {
  width: 100%;
  margin: 0;
  color: #393939;
  text-align: left;
  word-break: break-word;
}

#pickup .lp-txt-2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 36px;
}

#pickup .lp-txt-3 {
  margin-top: -10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

#pickup .splide__arrows {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  width: 1710px;
  height: 562.5px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  transform: translateX(-50%);
}

#pickup .splide__arrow {
  position: static;
  transform: none;
  opacity: 1;
  width: 55px;
  height: 562.5px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #077EE1;
  font-size: 0;
  line-height: 1;
  pointer-events: auto;
}

#pickup .splide__arrow svg {
  display: none;
}

#pickup .splide__arrow::before {
  display: block;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

#pickup .splide__arrow--prev::before {
  content: "‹";
}

#pickup .splide__arrow--next::before {
  content: "›";
}

#pickup .splide__pagination {
  display: none;
}

.brand-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 30px;
  background: rgba(0, 0, 0, .42);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s var(--ease);
}

.brand-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.brand-modal__dialog {
  position: relative;
  width: min(315px, 100%);
  max-height: calc(100dvh - 60px);
  padding: 54px 22px 24px;
  background: #fff;
  overflow-y: auto;
  transform: translateY(24px) scale(.96);
  transition: transform .35s var(--ease);
}

.brand-modal.is-open .brand-modal__dialog {
  transform: translateY(0) scale(1);
}

.brand-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.brand-modal__body p {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.brand-modal {
  background: rgba(0, 0, 0, .68);
}

.brand-modal__dialog {
  width: min(260px, calc(100vw - 72px));
  padding: 0;
  border-radius: 24px;
  overflow: visible;
  background: #fff;
}

.brand-modal__close {
  display: none;
}

.brand-modal__body {
  position: relative;
  min-height: 375px;
  padding: 34px 22px 58px;
}

.brand-modal__body .booth-card__brand {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.brand-modal__body .booth-card__description {
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 1.35;
}

.brand-modal__body .booth-card__instagram {
  margin-top: 19px;
}

.brand-modal__body .booth-card__toggle {
  right: 29px;
  bottom: 28px;
}

@media (min-width: 1200px) {
  :root {
    --content: 75vw;
    --narrow: 64.583333vw;
    --header-height: 4.166667vw;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .site-header {
    height: 4.166667vw;
  }

  .site-header__inner {
    padding: 0.885417vw 5.208333vw;
  }

  .site-header__logo {
    width: 9.375vw;
    height: 2.291667vw;
    padding: 0 1.25vw;
    font-size: 0.833333vw;
  }

  .site-header__actions {
    gap: 0.729167vw;
  }

  .button-2,
  .button-4 {
    width: 237px;
    min-height: 46px;
    padding: 0.78125vw 2.604167vw;
    border-radius: 5.15625vw;
    font-size: 16px;
  }

  .ticket-button {
      width: 237px;
      min-height: unset;
      padding: 10px 0px;
      border-radius: 100px;
      font-size: 16px;
  }

  .language-button {
    width: 62px;
    height: 40px;
    border-radius: 100px;
    font-size: 0.833333vw;
  }

  .menu-toggle {
    gap: 0.520833vw;
    width: 2.604167vw;
    height: 2.604167vw;
    padding: 0.78125vw;
  }

  .menu-toggle span {
    width: 1.822917vw;
    height: 0.104167vw;
  }

  .overlay-menu__panel {
    width: 20.833333vw;
    padding: 0.78125vw 1.5625vw 2.083333vw;
  }

  .overlay-menu__head,
  .overlay-menu__foot {
    gap: 0.833333vw;
  }

  .overlay-menu__nav {
    margin: 3.645833vw 0;
  }

  .overlay-menu__item,
  .overlay-menu__group summary {
    padding: 1.041667vw 0;
    font-size: 1.041667vw;
  }

  .overlay-menu__group summary::after {
    top: 1.041667vw;
  }

  .overlay-menu__group a {
    padding: 0 0 0.729167vw 0.9375vw;
    font-size: 0.729167vw;
  }

  .sns-list {
    gap: 0.520833vw;
  }

  .sns-list a {
    width: 2.083333vw;
    height: 2.083333vw;
    font-size: 0.625vw;
  }

  .title-img-top {
    height: 50vw;
  }

  .kv-placeholder {
    width: 19.53125vw;
    font-size: 1.875vw;
  }

  .hero-copy {
    gap: 60px;
/*    min-height: 27.34375vw;*/
/*    padding: 5.208333vw 12.5vw;*/
    background-image: url(./bg_001-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-copy-2 {
      width: 68%;
      margin: 40px auto;
      /* gap: 60px; */
      /* min-height: 27.34375vw; */
      /* padding: 5.208333vw 12.5vw; */
      padding: 0.1px 0px;
      background-image: url(./bg_002-2.png);
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
  }

  .hero-title {
    gap: 0vw;
  }

  .hero-info {
    gap: 0.520833vw;
  }

  /*.lp-title-2 {
    font-size: 2vw;
  }*/

  /*.item-section,
  .item-section-2,
  .item-section-3,
  .item-section-4,
  .item-section-4-5,
  .item-section-5,
  .item-section-6,
  .item-section-7,
  .item-section-8,
  .item-section-9,
  .item-section-10 {
    padding: 5.208333vw 0;
  }*/

  #pickup {
    gap: 0;
/*  height: 61.40625vw;*/
    padding: 100px 0px 100px 0px;
  }

  #pickup .lp-title-3 {
    font-size: 44px;
    font-family: "gotham", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #077EE1;
    background-color: #E3EBFA;
    margin-bottom: 80px;
  }

  #pickup .pickup-splide {
    margin: 0px auto 0px auto;
    width: 75vw;
/*    height: 44.0625vw;*/
  }

  #pickup .pickup-slider-frame {
    margin: 0px auto 0px auto;
    width: 75vw;
/*    height: 44.0625vw;*/
  }

  #pickup .lp-contents-clearfix {
    height: 44.0625vw;
  }

  #pickup .box-img-1 {
    width: 23.4375vw;
    flex-basis: 23.4375vw;
    gap: 0;
  }

  #pickup .box-img-1::before {
    width: 23.4375vw;
    height: 29.296875vw;
    border-radius: 1.041667vw;
    font-size: 0.833333vw;
  }

  #pickup .lp-txt-2 {
    font-size: 20px;
    line-height: 30px;
    margin: 35px 0px 20px 0px;
  }

  #pickup .lp-txt-3 {
    margin-top: -5px;
    font-size: 16px;
    line-height: 26px;
  }

  #pickup .splide__arrows {
    width: 89.0625vw;
    height: 29.296875vw;
  }

  #pickup .splide__arrow {
    width: 2.864583vw;
    height: 29.296875vw;
  }

  #pickup .splide__arrow::before {
    font-size: 2.916667vw;
  }

  .item-section-2 {
/*    height: 56.979167vw;*/
    gap: 4.166667vw;
    padding: 80px 0px 80px 0px;
    background-color: #fff;
  }

  /*.item-section-2 .lp-title-3 {
    height: 2.760417vw;
    font-size: 2.291667vw;
  }*/

  .item-section-2 .lp-contents-clearfix-2 {
    width: 75vw;
    height: 33.385417vw;
    padding: 4.166667vw 5.208333vw;
    border-radius: 2.604167vw;
    gap: 2.510417vw;
  }

  .box-img-2 a {
    height: 2.083333vw;
    min-height: 2.083333vw;
    padding: 0.260417vw 1.041667vw;
    border-radius: 5.208333vw;
  }

  .box-img-2 .news-info {
    gap: 50px;
/*    font-size: 20px;
    line-height: 30px;*/
  }

  /*.box-img-2 .news-title {
    ffont-size: 20px;
    line-height: 30px;
  }*/

  .box-img-2 .news-readmore {
    gap: 0.260417vw;
    font-size: 16px;
    color: #077EE1;
  }

  .box-img-2 .news-readmore::after {
    font-size: 0.9375vw;
  }

  .news-placeholder {
    min-height: 2.083333vw;
  }

  .news-pagination {
    grid-template-columns: 0.78125vw repeat(3, 2.083333vw) 0.78125vw;
    gap: 1.041667vw;
    min-height: 2.083333vw;
    margin-top: -1.041667vw;
  }

  .news-pagination__btn,
  .news-pagination__arrow,
  .news-pagination__spacer {
    width: 2.083333vw;
    height: 2.083333vw;
    font-size: 16px;
  }

  .news-pagination__arrow {
    width: 0.78125vw;
    font-size: 1.770833vw;
  }

  .section-nav {
      height: 9.0625vw;
      min-height: 9.0625vw;
      width: 74%;
      gap: 0.729167vw;
      padding: 0.1px 0px;
      margin-bottom: 0px;
  }

  .section-nav a {
    min-height: 3.854167vw;
    padding: 0 0.9375vw;
    border-radius: 0.729167vw;
    font-size: 16px;
  }

  /*.item-section-3 {
    min-height: 132.083333vw;
    height: auto;
  }

  .item-section-4 {
    min-height: 143.541667vw;
    height: auto;
  }*/

  /*.item-section-5 {
    height: 187.96875vw;
  }

  .item-section-6 {
    height: 112.864583vw;
  }

  .item-section-7 {
    height: 167.5vw;
  }*/

  /*#information {
    height: 255.260417vw;
  }

  .history-section {
    height: 114.947917vw;
  }*/

  /*.item-section-9 {
    height: 55.625vw;
  }*/

  .lp-title-3,
  .lp-title-3-2,
  .lp-title-6 {
    font-size: 36px;
  }

  .lp-title-4,
  .lp-title-4-2,
  .lp-title-4-3,
  .lp-title-4-4,
  .lp-title-4-5 {
    margin-top: 4.166667vw;
    font-size: 1.875vw;
  }

  .lp-title-5 {
    font-size: 1.5625vw;
  }

  .lp-txt-4,
  .lp-txt-5,
  .lp-txt-8,
  .lp-txt-9,
  .lp-txt-10,
  .lp-txt-11,
  .lp-txt-13,
  .lp-txt-16,
  .lp-txt-20,
  .lp-txt-21 {
    font-size: 0.833333vw;
  }

  .title-img-top-7 {
    width: 292px;
    margin: 60px auto 60px auto;
    display: block;
  }

  .title-img-top-7 img{
    width: 100%;
  }

  .text-box-1,
  .text-box-5,
  .text-box-6,
  .text-box-8,
  .text-box-11,
  .title-img-top-2,
  .title-img-top-3,
  .title-img-top-6,
  .text-box-9,
  .text-box-10 {
    margin-top: 2.083333vw;
  }

  .lp-contents-clearfix,
  .lp-contents-clearfix-2,
  .lp-contents-clearfix-3,
  .lp-contents-clearfix-4,
  .lp-contents-clearfix-4-2,
  .lp-contents-clearfix-5,
  .lp-contents-clearfix-5-2,
  .lp-contents-clearfix-5-3,
  .lp-contents-clearfix-5-4,
  .lp-contents-clearfix-6,
  .lp-contents-clearfix-7,
  .lp-contents-clearfix-8,
  .lp-contents-clearfix-10 {
    margin-top: 4.166667vw;
    gap: 1.5625vw;
  }

  .box-img-2 a {
    grid-template-columns: 8.333333vw 1fr auto;
    gap: 2.604167vw;
    min-height: 4.6875vw;
    padding: 1.458333vw 0;
  }

  .item-section-2 .box-img-2 a {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    height: 2.083333vw;
    min-height: 2.083333vw;
    padding: 0.260417vw 1.041667vw;
  }

  .box-img-2 a::before,
  .box-img-2 .button::before,
  .lp-txt-12,
  .lp-txt-14 {
    font-size: 1.041667vw;
  }

  .box-img-2 a::after,
  .lp-txt-3,
  .lp-txt-15,
  .lp-txt-17,
  .lp-txt-18,
  .lp-txt-19 {
    font-size: 0.833333vw;
  }

  .lp-contents-clearfix-3,
  .lp-contents-clearfix-5-3,
  .lp-contents-clearfix-5-4,
  .lp-contents-clearfix-4 {
    gap: 0.9375vw;
  }

  .button-2,
  .button-4 {
    width: 237px;
  min-height: 46px;
    margin-top: 2.083333vw;
  }

  #products {
/*    min-height: 132.083333vw;*/
    height: auto;
    padding: 0.1px 0px 0.1px 0px;
  }

  #products .lp-title-3 {
    width: 100%;
    font-family: "gotham", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #077EE1;
    font-size: 44px;
    line-height: 54px;
    letter-spacing: 2px;
    margin-top: 200px;
  }

  #products .text-box-1 {
    width: 100%;
    margin-top: 40px;
  }

  #products .lp-txt-4,
  #products .lp-txt-5 {
    font-size: 16px;
    line-height: 26px;
    color: #393939;
  }

  #products .lp-txt-5 {
    margin-top: 40px;
  }

  #products .lp-txt-5 a{
    text-decoration: underline;
  }

  #products .lp-title-4 {
    width: 100%;
    margin-top: 80px;
    font-size: 36px;
    font-family: "gotham", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #077EE1;
    line-height: 46px;
    letter-spacing: 2px;
  }

  #products .lp-contents-clearfix-3 {
    width: 100%;
    margin-top: 40px;
    gap: 0;
  }

  #products .box-img-3 a {
    background-position: 0 0, 0 0.757576vw, 0.757576vw -0.757576vw, -0.757576vw 0;
    background-size: 1.515152vw 1.515152vw;
  }

  #products .box-img-3 img {
    height: 23.030303vw;
  }

  #products .lp-txt-6 {
    margin: 1.363636vw 0.757576vw 0;
    font-family: "gotham", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #077EE1;
    font-size: 14px;
  }

  #products .lp-txt-7 {
    margin: 1.363636vw 0.757576vw 0;
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #141414;
    font-size: 14px;
  }

  #products .lp-txt-7 {
    margin-top: 0.757576vw;
    margin-bottom: 4.242424vw;
  }

  #products > a {
    margin-top: 1.515152vw;
  }

  #products .button-2 {
    width: 237px;
    min-height: 46px;
    border-radius: 0.378788vw;
    font-family: "gotham", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #077EE1;
    font-size: 16px;
  }

  #products .product-badges {
    top: 0.984848vw;
    right: 0.909091vw;
    gap: 0.151515vw;
    font-size: 1.212121vw;
  }

  #exhibitors {
    min-height: 143.541667vw;
    padding: 5.208333vw 0;
  }

  /*#exhibitors .lp-title-3 {
    width: 75vw;
    font-size: 2.291667vw;
  }*/


  #exhibitors .lp-txt-8 {
    font-size: 16px;
    line-height: 26px;
  }

  #exhibitors .lp-txt-9 {
    font-size: 16px;
    line-height: 26px;
  }

  /*#exhibitors .lp-txt-10 {
    font-size: 20px;
    color: #393939;
  }*/

  #exhibitors .lp-txt-9 {
    margin-top: 40px;
  }

  /*#exhibitors .lp-title-4-2 {
    width: 75vw;
    margin-top: 5.208333vw;
    font-size: 36px;
    line-height: 46px;
  }*/

  /*#exhibitors .lp-txt-10 {
    margin-top: 0.520833vw;
  }*/

  #exhibitors .lp-contents-clearfix-4,
  #exhibitors .lp-contents-clearfix-4-2 {
    width: 75vw;
    margin-top: 3.125vw;
    gap: 0.9375vw;
  }

  #exhibitors .lp-contents-clearfix-4 {
    grid-template-columns: repeat(5, 1fr);
  }

  #exhibitors .lp-contents-clearfix-4-2 {
    grid-template-columns: repeat(4, calc((100% - 3.75vw) / 5));
    justify-content: center;
  }

  #exhibitors .box-img-4 {
    min-height: 0;
  }

  #exhibitors .booth-card__face {
      border-radius: 1.041667vw;
      border: 1px solid #077EE1;
  }

  #exhibitors .booth-card__new {
    top: 30px;
    right: 30px;
    min-width: 2.03125vw;
    height: 1.041667vw;
    padding: 0 0.46875vw;
    font-size: 0.625vw;
  }

  #exhibitors .booth-card__toggle {
    right: 0.989583vw;
    bottom: 1.5vw;
    width: 1.354167vw;
    height: 1.354167vw;
  }

  #exhibitors .booth-card__toggle::before,
  #exhibitors .booth-card__toggle::after {
    width: 0.520833vw;
    height: 0.104167vw;
  }

  #exhibitors .booth-card__brand {
    font-size: 1.25vw;
  }

  #exhibitors .booth-card__description {
    margin-top: 1.5625vw;
    font-size: 0.885417vw;
  }

  #exhibitors .booth-card__back {
    padding: 1.666667vw 1.5625vw 1.5625vw;
  }

  #exhibitors .booth-card__instagram {
    width: 1.25vw;
    height: 1.25vw;
    margin-top: 0.989583vw;
    border-radius: 0.364583vw;
  }

  .lp-contents-clearfix-4-2 {
    width: 57.1875vw;
  }

  #exhibitors .lp-contents-clearfix-4-2 {
    width: 75vw;
  }

  .box-img-4,
  .box-img-4 img {
    min-height: 10.625vw;
  }

  .box-img-4::after {
    right: 0.625vw;
    bottom: 0.625vw;
    width: 1.458333vw;
    height: 1.458333vw;
  }

  .button-3 {
    height: 2.291667vw;
    margin-top: 1.458333vw;
  }

  .button-3::before,
  .button-3::after {
    height: 2.291667vw;
  }

  .lp-contents-clearfix-7 {
    grid-template-columns: 18.75vw 1fr;
    gap: 3.333333vw;
  }

  .box-img-8 {
    padding: 2.083333vw;
  }

  .box-img-9 {
    grid-template-columns: 6.25vw 1fr;
    gap: 1.041667vw 2.083333vw;
  }

  .lp-contents-clearfix-9,
  .lp-contents-clearfix-9-2 {
    grid-template-columns: 2.916667vw 1fr;
    gap: 1.25vw;
    padding: 1.354167vw 0;
  }

  .box-img-11 img {
    width: 2.5vw;
    height: 2.5vw;
  }

  .lp-txt-20 {
    margin-top: 4.166667vw;
  }

  .lp-contents-clearfix-10 {
    gap: 0.625vw;
  }

/*  .lp-contents-clearfix-11 {
    grid-template-columns: repeat(4, 2.916667vw);
  }*/

}

@media (min-width: 1200px) and (max-width: 1599px) {
  #exhibitors .lp-contents-clearfix-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  #exhibitors .lp-contents-clearfix-4-2 {
    grid-template-columns: repeat(4, 1fr);
    justify-content: initial;
  }
}

@media (max-width: 1199px) {
  :root {
    --content: min(calc(100vw - 200px), 1080px);
    --narrow: min(81.25vw, 1040px);
  }

  .site-header__inner {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
  }

  .title-img-top {
    height: 640px;
    min-height: 0;
  }

  .hero-copy {
    gap: 60px;
    min-height: 465px;
    padding: 0px 0px;
  }

  .lp-contents-clearfix {
    grid-auto-columns: 360px;
  }

  .lp-contents-clearfix-3 {
    grid-template-columns: repeat(5, 1fr);
  }

  .lp-contents-clearfix-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  #pickup {
    gap: 60px;
    height: 1049px;
    padding: 80px 0;
  }

  #pickup .lp-contents-clearfix {
    width: 100%;
    height: 776px;
    gap: 0;
  }

  #pickup .pickup-splide,
  #pickup .pickup-slider-frame {
    width: 1080px;
    height: 776px;
  }

  #pickup .box-img-1 {
    width: 330.5px;
    flex-basis: 330.5px;
    gap: 25.5px;
  }

  #pickup .box-img-1::before {
    width: 330px;
    height: 412.5px;
  }

  #pickup .lp-txt-2 {
    height: 90px;
  }

  #pickup .lp-txt-3 {
    margin-top: -5.5px;
  }

  #pickup .splide__arrows {
    top: 0;
    width: 1280px;
    height: 413px;
  }

  #pickup .splide__arrow {
    width: 55px;
    height: 413px;
  }
}

@media (max-width: 767px) {
  :root {
    --content: 315px;
    --narrow: 315px;
    --header-height: 74px;
  }

  .site-header {
    background: #f7f7f7;
  }

  .site-header__inner {
    width: calc(100% - 30px);
    height: 59px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px 10px;
    background: #fff;
  }

  .site-header__logo {
    width: 100px;
    height: unset;
    padding: 0 0px;
    color: #077EE1;
    font-size: 16px;
    font-weight: 800;
  }

  .site-header .ticket-button {
    display: none;
  }

  .language-button {
    width: 62px;
    height: 40px;
    padding: 0;
    font-size: 20px;
  }

  .menu-toggle {
    width: 46px;
    height: 38px;
    padding: 0;
    gap: 8px;
  }

  .menu-toggle span {
    width: 46px;
    height: 3px;
  }

  .is-menu-open .menu-toggle span:first-child,
  .menu-toggle--close span:first-child {
    transform: translateY(11px) rotate(45deg);
  }

  .is-menu-open .menu-toggle span:last-child,
  .menu-toggle--close span:last-child {
    transform: translateY(-11px) rotate(-45deg);
  }

  .overlay-menu__panel {
    width: 100vw;
  }

  .title-img-top {
    height: 638px;
    min-height: 0;
  }

  .kv-placeholder {
    position: absolute;
    top: 306px;
    left: 0;
    width: 100%;
    font-size: 16px;
  }

  .ticket-button--kv {
    position: absolute;
    left: 50%;
    top: 557px;
    display: inline-flex;
    width: 297px;
    min-width: 0;
    min-height: 48px;
    padding: 15px 100px;
    transform: translateX(-50%);
  }

  .hero-copy {
    gap: 40px;
    width: 100%;
    min-height: 363px;
    padding: 0px 0px;
  }

  .hero-title {
    gap: 0px;
    width: 100%;
  }

  .hero-info {
    width: 100%;
  }

  .lp-title-1 {
    margin: 40px auto 5px auto;
    padding-top: 0;
    font-size: 36px;
  }

  .lp-title-2 {
    margin: 0px auto 20px auto;
    font-size: 16px;
    line-height: 26px;
  }

  .lp-title-2-2 {
    margin-top: 0;
    margin-bottom: 40px;
    color: #077EE1;
    font-size: 16px;
    font-weight: 900;
    line-height: 26px;
}

  .lp-txt-title {
    width: 88%;
    margin: 0px auto 20px auto;
    color: #000;
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
    text-align: center;
    letter-spacing: 1px;
  }

  .lp-txt {
    margin-top: 0;
    padding-bottom: 64px;
    font-size: 16px;
  }

  .hero-info .lp-txt {
    padding-bottom: 0;
  }

  .is-pc {
    display: none;
  }

  .is-sp {
    display: inline;
  }

  .item-section,
  .item-section-2,
  .item-section-3,
  .item-section-4,
  .item-section-5,
  .item-section-6,
  .item-section-7,
  .item-section-8,
  .item-section-9,
  .item-section-10 {
    padding: 70px 0;
  }

  .section-nav {
    grid-template-columns: repeat(3, 1fr);
    width: 88%;
    min-height: auto;
    gap: 10px;
    padding: 30px 0;
  }

  .section-nav a {
    min-height: 64px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 13px;
  }

  .lp-contents-clearfix,
  .lp-contents-clearfix-2,
  .lp-contents-clearfix-3,
  .lp-contents-clearfix-4,
  .lp-contents-clearfix-4-2,
  .lp-contents-clearfix-5,
  .lp-contents-clearfix-5-2,
  .lp-contents-clearfix-5-3,
  .lp-contents-clearfix-5-4,
  .lp-contents-clearfix-6,
  .lp-contents-clearfix-7,
  .lp-contents-clearfix-8,
  .lp-contents-clearfix-10 {
    width: var(--content);
    margin-top: 44px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lp-contents-clearfix {
    width: 100%;
    grid-auto-columns: 315px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #pickup {
    gap: 40px;
    height: 920px;
    padding: 40px 0;
    overflow: hidden;
  }

  #pickup .lp-title-3 {
    width: 100%;
    font-size: 44px;
  font-weight: 800;
  line-height: normal;
    background-color: #E3EBFA;
  }

  #pickup .pickup-splide,
  #pickup .pickup-slider-frame {
    position: relative;
    left: 50%;
    width: 918px;
    height: 330px;
    margin: 0;
    overflow: visible;
    transform: translateX(-50%);
  }

  #pickup .lp-contents-clearfix {
    width: 100%;
    height: 330px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    overflow: visible;
  }

  #pickup .box-img-1 {
    width: 264px;
    height: 330px;
    flex: 0 0 264px;
    gap: 0;
  }

  #pickup .box-img-1::before {
    width: 264px;
    height: 330px;
    border-radius: 20px;
  }

  #pickup .box-img-1 .lp-txt-2,
  #pickup .box-img-1 .lp-txt-3 {
    display: none;
  }

  #pickup .box-img-1.is-active .lp-txt-2,
  #pickup .box-img-1.is-active .lp-txt-3 {
    position: absolute;
    left: 50%;
    display: block;
    width: 315px;
    transform: translateX(-50%);
    text-align: center;
  }

  #pickup .box-img-1.is-active .lp-txt-2 {
    top: 430px;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
  }

  #pickup .box-img-1.is-active .lp-txt-3 {
    top: 533px;
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
  }

  #pickup .lp-contents-clearfix::after {
    content: "";
    position: absolute;
    top: 369px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: -22px 0 0 var(--color-muted), 22px 0 0 #fff;
    transform: translateX(-50%);
  }

  #pickup .splide__arrows {
    top: 204px;
    left: 0;
    width: 100%;
    height: 44px;
    transform: none;
  }

  #pickup .splide__arrow {
    width: 44px;
    height: 44px;
    color: transparent;
  }

  #pickup .splide__arrow::before {
    font-size: 0;
  }

  .box-img-2 a {
    height: auto;
    min-height: 90px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
  }

  .box-img-2 .news-info {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    white-space: normal;
  }

  .lp-contents-clearfix-3,
  .lp-contents-clearfix-5-3,
  .lp-contents-clearfix-5-4,
  .lp-contents-clearfix-10 {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-contents-clearfix-4,
  .lp-contents-clearfix-4-2 {
    grid-template-columns: repeat(2, 1fr);
    width: var(--content);
  }

  .box-img-4,
  .box-img-4 img {
    min-height: 140px;
  }

  .lp-contents-clearfix-5-2 {
    grid-template-columns: repeat(3, 1fr);
  }

  .lp-contents-clearfix-7,
  .lp-contents-clearfix-8 {
    grid-template-columns: 1fr;
  }

  .box-img-8 {
    padding: 24px;
  }

  .box-img-9 {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lp-contents-clearfix-9,
  .lp-contents-clearfix-9-2 {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .button-2,
  .button-4 {
    width: 237px;
  min-height: 46px;
  }

  #products {
    padding: 0.1px 0px 40px 0px;
  }

  #products .lp-title-3,
  #products .text-box-1,
  #products .lp-title-4,
  #products .lp-contents-clearfix-3 {
    width: var(--content);
  }

  #products .lp-title-3 {
    font-size: 36px;
  }

  #products .text-box-1 {
    margin-top: 40px;
  }

  #products .lp-txt-4,
  #products .lp-txt-5 {
    font-size: 16px;
    line-height: 26px;
  }

  .lp-txt-5 a{
      font-size: 14px;
      line-height: 24px;
      text-decoration: underline;
      color: #8C8C8C;
  }

  .lp-txt-5 a:hover{
      font-size: 14px;
      line-height: 24px;
      text-decoration: none;
      color: #8C8C8C;
  }

  #products .lp-txt-4 {
    width: 100%;
    text-align: left;
  }

  #products .lp-txt-5 {
    width: 100%;
    text-align: left;
  }

  #products .lp-txt-5 {
    margin-top: 24px;
  }

  #products .lp-title-4 {
    margin-top: 60px;
    font-size: 28px;
  }

  #products .lp-contents-clearfix-3 {
    width: calc(100% - 18px);
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 30px;
  }

  #products .box-img-3:nth-child(odd) {
    border-left: 0;
  }

  #products .box-img-3:nth-child(n + 3) {
    border-top: 1px solid #c4c4c4;
  }

  #products .box-img-3 img {
    height: 42vw;
  }

  #products .lp-txt-6,
  #products .lp-txt-7 {
    margin: 8px 6px 0;
    font-size: 12px;
  }

  #products .lp-txt-7 {
    margin-bottom: 34px;
  }

  #products .product-badges {
    top: 8px;
    right: 7px;
    font-size: 13px;
  }

  #products > a {
    margin-top: 34px;
  }

  #products .button-2 {
    width: 240px;
    min-width: 180px;
    min-height: 48px;
    font-size: 16px;
  }

  #products .button-2:active {
    transform: scale(.96);
  }

  #exhibitors {
    min-height: 0;
    padding: 40px 0px 40px 0px;
  }

  #exhibitors .lp-title-3,
  #exhibitors .lp-title-4-2,
  #exhibitors .lp-contents-clearfix-4,
  #exhibitors .lp-contents-clearfix-4-2 {
    width: var(--content);
  }

  #exhibitors .lp-title-3 {
    font-size: 36px;
  }

  #exhibitors .lp-txt-10 {
    margin-top: 10px;
    color: #393939;
    font-weight: 800;
  }

  #exhibitors .lp-txt-8,
  #exhibitors .lp-txt-9 {
    font-size: 16px;
    line-height: 26px;
  }

  #exhibitors .lp-txt-10 {
    font-family: "gotham", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #077EE1;
    font-size: 18px;
    line-height: 28px;
  }

  #exhibitors .lp-txt-8 {
    width: 100%;
    text-align: left;
  }

  #exhibitors .lp-txt-9 {
    width: 100%;
    text-align: left;
  }

  #exhibitors .lp-title-4-2 {
    width: var(--content);
    margin: 100px auto 0;
    color: #8C8C8C;
    line-height: normal;
}

  #exhibitors .lp-title-4-2 {
    width: 100%;
    font-family: "gotham", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #077EE1;
    margin-top: 30px;
    font-size: 36px;
    line-height: 46px;
  }

  #exhibitors .lp-contents-clearfix-4,
  #exhibitors .lp-contents-clearfix-4-2 {
    width: calc(100% - 36px);
    grid-template-columns: repeat(3, 1fr);
    justify-content: initial;
    gap: 5px;
    margin-top: 30px;
  }

  #exhibitors .lp-contents-clearfix-4-2 .box-img-4:nth-child(4):last-child {
    grid-column: 2;
  }

  #exhibitors .box-img-4,
  #exhibitors .box-img-4 img {
    min-height: 0;
  }

  #exhibitors .box-img-4 {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
  }

  #exhibitors .booth-card__face {
    border-radius: 8px;
  }

  #exhibitors .booth-card__logo {
    width: 56%;
  }

  #exhibitors .booth-card__toggle--open {
    display: none;
  }

  #exhibitors .booth-card__new {
        top: 4px;
        right: 4px;
        min-width: 43px;
        height: 18px;
        font-size: 11px;
  }

  #exhibitors .box-img-4:hover .booth-card__front {
    transform: none;
  }

  #exhibitors .box-img-4:active .booth-card__front {
    transform: scale(.96);
  }

  .ticket-button:active,
  .button-2:active,
  .button-4:active,
  .box-img-4:active a,
  .sns-list a:active {
    transform: scale(.96);
  }

  .ticket-button--kv:active {
    transform: translateX(-50%) scale(.96);
  }
}

#special {
  height: auto;
  min-height: 0;
  padding: 100px 0px 100px 0px;
  background-image: url(./bg_007.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #077EE1;
}

#special .lp-title-3 {
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
  font-size: 44px;
  line-height: 54px;
}

#special .text-box-6 {
  width: 100%;
  margin-top: 40px;
}

#special .lp-txt-8 {
  font-family: 'NOTO';
  color: #393939;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 0px auto;
}

#special .lp-title-4-4 {
  margin-top: clamp(34px, 2.34375vw, 45px);
  color: #8f8f8f;
  font-size: clamp(32px, 2.083333vw, 40px);
  line-height: 1;
}

#special .title-img-top-3 {
  width: min(32.291667vw, 620px);
  margin-top: clamp(36px, 2.34375vw, 45px);
  overflow: hidden;
  border-radius: clamp(14px, 0.9375vw, 18px);
  background: #eee;
}

#special .title-img-top-3 img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

#special .lp-contents-clearfix-7 {
  width: min(64.583333vw, 1240px);
  margin-top: clamp(18px, 1.041667vw, 20px);
  grid-template-columns: 28.75% 1fr;
  gap: 0;
  align-items: stretch;
}

#special .title-img-top-3 + .lp-contents-clearfix-7 {
  margin-top: clamp(78px, 5.208333vw, 100px);
}

#special .box-img-7 {
  min-height: clamp(330px, 23.4375vw, 450px);
  overflow: hidden;
  border-radius: 18px 0 0 18px;
  background: #eee;
  border-radius: 30px;
}

#special .box-img-7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#special .box-img-8 {
  position: relative;
  --special-content-closed-height: 360px;
  --special-vertical-padding: 60px;
  min-height: 0;
  max-height: var(--special-closed-height, calc(var(--special-content-closed-height) + var(--special-vertical-padding)));
  overflow: hidden;
  padding: 30px clamp(42px, 3.125vw, 60px);
  border-radius: 30px;
  background: #fff;
  transition: max-height .48s var(--ease);
}

#special .lp-contents-clearfix-7.is-open .box-img-8 {
  max-height: var(--special-open-height, 980px);
}

#special .lp-contents-clearfix-7.has-no-overflow .box-img-8 {
  max-height: var(--special-closed-height, calc(var(--special-content-closed-height) + var(--special-vertical-padding)));
}

#special .text-box-7 {
  max-height: var(--special-content-closed-height);
  overflow: hidden;
}

#special .lp-contents-clearfix-7.is-open .text-box-7,
#special .lp-contents-clearfix-7.has-no-overflow .text-box-7 {
  max-height: none;
  overflow: visible;
}

#special .lp-title-5 {
  width: 100%;
  font-family: 'NOTO-BLD';
  font-size: 30px;
  line-height: 40px;
  color: #077EE1;
  text-align: center;
}

#special .lp-txt-14 {
  width: 100%;
  font-family: 'NOTO-BLD';
  font-size: 20px;
  line-height: 30px;
  color: #077EE1;
  text-align: left;
  margin: 20px auto 10px 0px;
}

#special .lp-txt-15 {
  font-family: 'NOTO';
  font-size: 16px;
  line-height: 26px;
  color: #393939;
  text-align: left;
  margin: 0px auto 0px 0px;
}

#special .special-map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(18.229167vw, 350px);
  aspect-ratio: 1.6 / 1;
  margin-top: clamp(28px, 2.083333vw, 40px);
  border-radius: 16px;
  background: #eee;
  color: #a0a0a0;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

#special .special-accordion__toggle {
    position: absolute;
    right: 7%;
    bottom: 6%;
    display: grid;
    place-items: center;
    width: clamp(24px, 1.5625vw, 30px);
    height: clamp(24px, 1.5625vw, 30px);
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    background-image: url("https://dev-atmos.s3-ap-northeast-1.amazonaws.com/assets/img/features/atmos-con_2026/special_content_accordion_btn.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    cursor: pointer;
    transition: transform .24s var(--ease);
}

#special .lp-contents-clearfix-7.has-no-overflow .special-accordion__toggle {
  display: none;
}

#special .special-accordion__toggle::before,
#special .special-accordion__toggle::after {
  content: none;
  display: none;
}

#special .lp-contents-clearfix-7.is-open .special-accordion__toggle {
  background-image: url("https://dev-atmos.s3-ap-northeast-1.amazonaws.com/assets/img/features/atmos-con_2026/special_content_accordion_btn-2.png");
}

@media (hover: hover) and (pointer: fine) {
  #special .special-accordion__toggle:hover {
    transform: scale(1.08);
  }
}

@media (max-width: 1199px) {
  #special {
    padding: 40px 0px 40px 0px;
  }

  #special .lp-title-3 {
    width: 315px;
    font-size: 36px;
    line-height: 46px;
  }

  #special .text-box-6,
  #special .lp-txt-8 {
    width: 315px;
  }

  #special .text-box-6 {
    margin-top: 22px;
  }

  #special .lp-txt-8 {
            font-size: 16px;
        line-height: 26px;
        text-align: left;
  }

  #special .lp-txt-8 br {
    display: none;
  }

  #special .lp-title-4-4 {
    margin-top: 44px;
    font-size: 24px;
  }

  #special .title-img-top-3 {
    width: 315px;
    margin-top: 26px;
    border-radius: 10px;
  }

  #special .lp-contents-clearfix-7,
  #special .title-img-top-3 + .lp-contents-clearfix-7 {
    width: 315px;
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  #special .box-img-7 {
    min-height: 420px;
    border-radius: 30px;
  }

  #special .box-img-7,
  #special .box-img-8 {
    min-height: clamp(513px, 26.40625vw, 507px);
  }

  #special .box-img-8 {
    --special-content-closed-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px !important;    /* 1920px以上の画面幅でも強制適用 */
    padding-bottom: 30px !important; /* 1920px以上の画面幅でも強制適用 */
  }

  #special .lp-contents-clearfix-7.is-open .box-img-8 {
    max-height: var(--special-open-height, 1200px);
  }

  #special .special-map-placeholder {
    width: 100%;
    margin-top: 26px;
    border-radius: 12px;
    font-size: 13px;
  }

  #special .special-accordion__toggle {
    right: 26px;
    bottom: 15.5px;
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 767px) {
  #special .lp-title-3 {
    width: 220px;
  }

  #special .text-box-6,
  #special .title-img-top-3,
  #special .lp-contents-clearfix-7 {
    width: calc(100% - 60px);
    max-width: 315px;
  }

  #special .lp-txt-8 {
    width: 100%;
  }

  #special .box-img-7 {
    min-height: 333px;
  }
  #special .box-img-7 {
    height: auto;
    min-height: clamp(330px, 23.4375vw, 450px);
  }
}

#special .box-img-7 {
  align-self: start;
  height: clamp(330px, 23.4375vw, 450px);
  min-height: 0;
}

#special .lp-contents-clearfix-7.is-open .box-img-7 {
  height: clamp(330px, 23.4375vw, 450px);
}

#information {
/*  height: auto;*/
/*  min-height: 0;*/
  padding: clamp(86px, 5.208333vw, 100px) 0 clamp(92px, 6.25vw, 120px);
  background: #fff;
  color: #077EE1;
  margin-bottom: -2px;
}

#information .lp-title-3 {
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
  font-size: 44px;
  line-height: 54px;
}

#information .lp-title-4-5 {
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 70px;
  color: #077EE1;
  font-size: 36px;
  line-height: 46px;
}

#information .lp-title-4-5-2 {
  font-family: 'NOTO-BLD';
  color: #077EE1;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 10px auto 0px auto;
}

#information .lp-title-4 {
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 40px;
  color: #077EE1;
  font-size: 36px;
  line-height: 46px;
}

#information .text-box-8 {
  width: min(30.208333vw, 580px);
  margin-top: clamp(28px, 1.5625vw, 30px);
}

#information .lp-txt-8 {
  font-family: 'NOTO-MDI';
  color: #393939;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

#information .lp-txt-16 {
  width: min(53.958333vw, 1036px);
  margin: 60px auto 20px auto;
  color: #8f8f8f;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
}

#information .lp-contents-clearfix-8 {
  width: min(53.958333vw, 1036px);
  margin-top: clamp(50px, 3.645833vw, 70px);
  grid-template-columns: 1fr 1fr;
  gap: clamp(80px, 6.25vw, 120px);
  align-items: center;
}

#information .box-img-9 {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px 28px;
}

#information .box-img-10 {
  background: #eee;
}

#information .box-img-10 img {
  display: block;
  width: 100%;
  aspect-ratio: 500 / 300;
  object-fit: cover;
}

#information .lp-txt-17,
#information .lp-txt-18 {
  margin: 0;
  color: #393939;
  font-size: clamp(13px, 0.833333vw, 16px);
  line-height: 1.45;
}

#information .lp-txt-17 {
  font-weight: 800;
}

#information .text-box-9 {
  width: min(53.958333vw, 1036px);
  margin-top: clamp(48px, 3.125vw, 60px);
  display: grid;
  gap: 0;
}

#information .text-box-9 .text-box-10 {
  width: 100%;
  margin: 0;
}

#information .lp-contents-clearfix-9,
#information .lp-contents-clearfix-9-2 {
  grid-template-columns: 38px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px 0;
}

#information .lp-contents-clearfix-9 {
  cursor: pointer;
}

#information .lp-contents-clearfix-9-2 {
  display: grid;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  transition: max-height .34s var(--ease), opacity .24s var(--ease), padding .34s var(--ease);
}

#information .text-box-10.is-open .lp-contents-clearfix-9-2 {
  max-height: 240px;
  padding-top: 30px;
  padding-bottom: 18px;
  opacity: 1;
}

#information .box-img-11 {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #077EE1;
  border-radius: 50%;
  background: #077EE1;
  color: #fff;
  font-size: 0;
  transition: background .24s var(--ease), color .24s var(--ease), transform .24s var(--ease);
}

#information .lp-contents-clearfix-9-2 .box-img-11 {
  background: #fff;
  color: #077EE1;
}

#information .box-img-11::before {
  color: currentColor;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

#information .lp-contents-clearfix-9 .box-img-11::before {
  content: "Q";
}

#information .lp-contents-clearfix-9-2 .box-img-11::before {
  content: "A";
}

#information .box-img-11 img {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  #information .lp-contents-clearfix-9:hover .box-img-11,
  #information .lp-contents-clearfix-9-2:hover .box-img-11 {
    background: #fff;
    color: #077EE1;
    transform: scale(.94);
  }

  #information .lp-contents-clearfix-9-2:hover .box-img-11 {
    background: #077EE1;
    color: #fff;
  }
}

#information .lp-contents-clearfix-9:active .box-img-11,
#information .lp-contents-clearfix-9-2:active .box-img-11 {
  background: #fff;
  color: #077EE1;
  transform: scale(.94);
}

#information .lp-contents-clearfix-9-2:active .box-img-11 {
  background: #077EE1;
  color: #fff;
}

#information .lp-txt-19 {
  margin: 0;
  color: #393939;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

#information .border-1 {
  height: 1px;
  background: var(--color-line);
  margin: 20px 0px 20px 0px;
}

#information > a {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: clamp(26px, 1.5625vw, 30px) auto 0;
  color: inherit;
}

#information > a .button-4 {
  width: 237px;
  min-height: 46px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid #077EE1;
  border-radius: 6px;
  background: #fff;
  color: #077EE1;
}

#information > a .button-4:hover {
  background: #077EE1;
  color: #fff;
}

#information > .text-box-10:last-of-type {
  width: min(53.958333vw, 1036px);
  margin: 80px auto 0px auto;
  padding: clamp(34px, 2.604167vw, 50px) clamp(40px, 3.125vw, 60px);
  border-radius: 12px;
  background-color: #077EE1;
  text-align: center;
}

#information .lp-txt-20 {
  width: 100%;
  margin: 0px auto;
  font-family: 'NOTO-BLD';
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

#information > .text-box-10:last-of-type > a {
  font-family: 'NOTO';
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

#information .lp-txt-21 {
  font-family: 'NOTO';
  width: 100%;
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 1200px) {
  #information {
/*    min-height: 255.260417vw;*/
/*    height: auto;*/
  }
}

@media (max-width: 1199px) {
  #special .box-img-7,
  #special .lp-contents-clearfix-7.is-open .box-img-7 {
    height: 420px;
    min-height: 0;
  }

  #information {
    padding: 42px 0px 40px 0px;
  }

  #information .lp-title-3 {
    width: 315px;
    font-size: 36px;
    line-height: 46px;
  }

  #information .lp-title-4,
  #information .lp-title-4-5 {
    width: 100%;
    margin-top: 40px;
    font-size: 30px;
  }

  #information .text-box-8,
  #information .lp-txt-8,
  #information .lp-txt-16,
  #information .lp-contents-clearfix-8,
  #information .text-box-9 {
    width: calc(100% - 30px);
    max-width: 315px;
  }

  #information .text-box-8 {
    margin-top: 28px;
  }

  #information .lp-txt-8 {
    font-size: 16px;
    line-height: 26px;
  }

  #information .lp-txt-16 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  #information .lp-contents-clearfix-8 {
    width: 100%;
    margin-top: 26px;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 0;
    max-width: 100%;
  }

  #information .box-img-10 {
    width: 100%;
      order: -1;
      position: relative;
      /* left: 50%; */
      width: 100%;
      /* margin-left: -50vw; */
      align-self: center;
  }

  #information .box-img-10 img,
  #information .box-img-10 iframe {
    width: 100%;
    aspect-ratio: 375 / 164;
  }

  #information .box-img-9 {
    width: 88%;
    align-self: center;
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #information .lp-txt-17 {
    font-size: 20px;
  }

  #information .lp-txt-18 {
    font-size: 16px;
  }

  #information .text-box-9 {
    margin-top: 32px;
  }

  #information .lp-contents-clearfix-9,
  #information .lp-contents-clearfix-9-2 {
    grid-template-columns: 32px 1fr;
    gap: 12px;
    padding: 0 0;
  }

  #information .text-box-10.is-open .lp-contents-clearfix-9-2 {
    max-height: 420px;
    padding-bottom: 18px;
  }

  #information .lp-txt-19 {
    font-size: 16px;
    line-height: 26px;
  }

  #information > a .button-4 {
    width: 237px;
  min-height: 46px;
    font-size: 16px;
  }

  #information > .text-box-10:last-of-type {
    width: calc(100% - 60px);
    max-width: 315px;
    margin-top: 34px;
    padding: 28px 22px;
    border-radius: 10px;
  }

  #information .lp-txt-20 {
    font-size: 20px;
  }

  #information > .text-box-10:last-of-type > a {
    font-size: 16px;
  }

  #information .lp-txt-21 {
        font-size: 16px;
        text-align: left;
    }
}

@media (max-width: 767px) {
  #special .box-img-7,
  #special .lp-contents-clearfix-7.is-open .box-img-7 {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  #special .box-img-7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#tokyo23 {
  height: auto;
  min-height: 0;
  padding: 100px 0px 100px 0px;
  background: #fff;
  color: #077EE1;
}

#tokyo23 .lp-contents-clearfix-6 {
  width: min(22.666667vw, 470px);
  margin-top: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 1.041667vw, 20px);
}

#tokyo23 .box-img-6 {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eee;
}

#tokyo23 .box-img-6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#tokyo23 .lp-title-3-2 {
  margin-top: 80px;
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
  font-size: 44px;
  line-height: 54px;
}

#tokyo23 .lp-txt-10 {
  margin-top: 20px;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #077EE1;
  font-size: 20px;
  line-height: 30px;
}

#tokyo23 .text-box-5 {
  font-family: 'NOTO';
  margin-top: 40px;
  font-size: 16px;
  color: #393939;
  line-height: 26px;
  letter-spacing: 0;
}

#tokyo23 .lp-txt-8 {
  color: #077EE1;
  font-size: 16px;
  line-height: 26px;
}

#tokyo23 .lp-title-4-4 {
  margin-top: 80px;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #077EE1;
  font-size: 36px;
  line-height: 46px;
}

#tokyo23 .title-img-top-2 {
  width: min(39.0625vw, 750px);
  margin-top: clamp(46px, 3.125vw, 60px);
  overflow: hidden;
  border-radius: clamp(14px, 0.9375vw, 18px);
  background: #eee;
}

#tokyo23 .title-img-top-2 img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

#tokyo23 .lp-contents-clearfix-5-4 {
  width: min(73.958333vw, 1420px);
  margin-top: 40px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 1.5625vw, 30px);
}

#tokyo23 .box-img-5-4 a {
  display: block;
  overflow: hidden;
  border-radius: clamp(12px, 0.9375vw, 18px);
  background: #eee;
}

#tokyo23 .box-img-5-4 img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

#tokyo23 .lp-txt-12 {
  margin-top: 20px;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #393939;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

#tokyo23 > a {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: clamp(28px, 1.5625vw, 30px) auto 0;
  color: inherit;
}

#tokyo23 .button-4 {
  width: 237px;
  min-height: 46px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid #077EE1;
  border-radius: 4px;
  background: #fff;
  color: #077EE1;
}

@media (hover: hover) and (pointer: fine) {
  #tokyo23 .button-4:hover {
    background: #077EE1;
    color: #fff;
  }
}

@media (max-width: 1199px) {
  #tokyo23 {
    padding: 40px 0 72px;
  }

  #tokyo23 .lp-contents-clearfix-6 {
    width: 160px;
    gap: 15px;
  }

  #tokyo23 .lp-title-3-2 {
    width: 315px;
    margin-top: 26px;
    font-size: 34px;
    line-height: 1.3;
  }

  #tokyo23 .lp-txt-10 {
    width: 315px;
    margin-top: 24px;
    font-size: 17px;
  }

  #tokyo23 .text-box-5,
  #tokyo23 .lp-txt-8 {
    width: 315px;
  }

  #tokyo23 .text-box-5 {
    margin-top: 25px;
  }

  #tokyo23 .lp-txt-8 {
  color: #393939;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  #tokyo23 .lp-txt-8 br {
    display: none;
  }

  #tokyo23 .lp-title-4-4 {
    margin-top: 40px;
    font-size: 30px;
  }

  #tokyo23 .title-img-top-2 {
    width: 315px;
    margin-top: 32px;
    border-radius: 14px;
  }

  #tokyo23 .lp-contents-clearfix-5-4 {
    width: 315px;
    margin-top: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 20px;
  }

  #tokyo23 .box-img-5-4 a {
    border-radius: 2px;
  }

  #tokyo23 .lp-txt-12 {
    margin-top: 12px;
    font-size: 15px;
  }

  #tokyo23 > a {
    margin-top: 28px;
  }

  #tokyo23 .button-4 {
    width: 237px;
  min-height: 46px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #tokyo23 .lp-title-3-2 {
    font-size: 36px;
  }
}

#music {
  height: auto;
  min-height: 0;
  padding: clamp(80px, 7.5vw, 144px) 0 clamp(96px, 9vw, 172px);
  background-image: url(./bg_006.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

#music .lp-title-3 {
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
  font-size: 44px;
  line-height: 54px;
}

#music .lp-txt-8 {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

#music .lp-title-4-3 {
  margin-top: 60px;
  color: #8f8f8f;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 2px;
}

#music .lp-title-4-3 + .lp-contents-clearfix-5 {
  margin-top: clamp(92px, 6.770833vw, 130px);
}

#music .lp-contents-clearfix-5 {
  width: min(64.583333vw, 1240px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 1.5625vw, 30px);
}

#music .box-img-5 {
  position: relative;
}

#music .box-img-5::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + clamp(16px, 1.145833vw, 22px));
  color: #fff;
  font-size: clamp(12px, 0.833333vw, 16px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

#music .box-img-5:nth-child(1)::before {
  content: "10.31 SAT";
}

#music .box-img-5:nth-child(2)::before {
  content: "11.1 SUN";
}

#music .box-img-5 a,
#music .box-img-5-2 a,
#music .box-img-5-3 a {
  display: block;
  overflow: hidden;
  border-radius: clamp(12px, 0.9375vw, 18px);
  background: #eee;
}

#music .box-img-5 img,
#music .box-img-5-2 img,
#music .box-img-5-3 img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

#music .lp-txt-11 {
  width: min(55.208333vw, 1060px);
  margin-top: 40px;
  color: #e5e5e5;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

#music .lp-contents-clearfix-5-2 {
  width: min(74.479167vw, 1430px);
  margin-top: clamp(58px, 4.166667vw, 80px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 1.5625vw, 30px);
}

#music .lp-txt-12 {
  margin-top: 20px;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

#music .button-3 {
  display: flex;
  width: min(18.75vw, 360px);
  height: clamp(32px, 2.291667vw, 44px);
  margin: clamp(26px, 1.5625vw, 30px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 8px;
  background: #fff;
}

#music .button-3::before,
#music .button-3::after {
  content: none;
}

#music .button-3__tab {
  width: 50%;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #7f7f7f;
  font: inherit;
  font-size: clamp(12px, 0.833333vw, 16px);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background .24s var(--ease), color .24s var(--ease);
  -webkit-tap-highlight-color: transparent;
}

#music .button-3__tab + .button-3__tab {
  border-left: 1px solid rgba(51, 51, 51, .18);
}

#music .button-3__tab.is-active {
  background: #9b9b9b;
  color: #fff;
}

#music .button-3__tab:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}

#music .music-day-panel[hidden] {
  display: none;
}

#music .lp-txt-13 {
  margin-top: clamp(42px, 2.604167vw, 50px);
  color: #e5e5e5;
  font-size: clamp(12px, 0.833333vw, 16px);
  line-height: 1;
}

#music .lp-contents-clearfix-5-3 {
  width: min(74.479167vw, 1430px);
  margin-top: clamp(36px, 2.604167vw, 50px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 1.5625vw, 30px);
}

@media (hover: hover) and (pointer: fine) {
  #music .button-3__tab:not(.is-active):hover {
    background: #d8d8d8;
    color: #333;
  }
}


@media (max-width: 1199px) {
  #music {
    padding: 70px 0 86px;
  }

  #music .lp-title-3 {
    width: 315px;
    font-size: 36px;
  }

  #music .lp-title-3 span {
    display: block;
    max-width: 250px;
    margin: 0 auto;
  }

  #music .lp-txt-11,
  #music .lp-txt-13 {
    width: 315px;
  }


  #music .lp-txt-8 {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  #music .lp-title-4-3 {
    margin-top: 46px;
    font-size: 26px;
  }

  #music .lp-title-4-3 + .lp-contents-clearfix-5 {
    margin-top: 34px;
  }

  #music .lp-contents-clearfix-5,
  #music .lp-contents-clearfix-5-2,
  #music .lp-contents-clearfix-5-3 {
    width: 315px;
    gap: 18px;
  }

  #music .lp-contents-clearfix-5 {
    grid-template-columns: 1fr;
  }

  #music .box-img-5::before {
    position: static;
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
  }

  #music .lp-contents-clearfix-5-2 {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }

  #music .lp-contents-clearfix-5-3 {
    margin-top: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
  }

  #music .lp-contents-clearfix-5-3 a {
    border-radius: 4px;
  }

  #music .lp-txt-11 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  #music .lp-txt-12 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  #music .button-3 {
    width: 180px;
    height: 30px;
    margin-top: 22px;
    border-radius: 5px;
  }

  #music .button-3__tab {
    font-size: 12px;
  }

  #music .lp-txt-13 {
    margin-top: 30px;
    font-size: 16px;
  }

  #music .box-img-5-2 a {
    border-radius: 10px;
  }

  #music .box-img-5-3 img {
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 767px) {
  #music {
    padding: 42px 0 74px;
  }

  #music .lp-title-3 {
    font-size: 36px;
    line-height: 46px;
  }

  #music .lp-title-4-3 {
    font-size: 30px;
  }

  #music .lp-contents-clearfix-5,
  #music .lp-contents-clearfix-5-2,
  #music .lp-contents-clearfix-5-3,
  #music .lp-txt-11,
  #music .lp-txt-13 {
    width: 100%;
    max-width: 315px;
  }

  #music .lp-txt-8 {
    width: 100%;
  }
}

#history {
  height: auto;
  min-height: 0;
  padding: 100px 0px 100px 0px;
  background: #E3EBFA;
  color: #077EE1;
}

#history .lp-title-3 {
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
  font-size: 44px;
  line-height: 54px;
}

#history .title-img-top-6 {
  width: min(48.958333vw, 940px);
  margin-top: 80px;
  background: #eee;
}

#history .title-img-top-6 img {
  display: block;
  width: 100%;
  aspect-ratio: 940 / 530;
  object-fit: cover;
}

#history .text-box-11 {
  width: 100%;
  margin-top: 40px;
}

#history .lp-txt-8 {
  font-family: 'NOTO';
  font-size: 16px;
  line-height: 26px;
  color: #393939;
  font-size: 16px;
  line-height: 26px;
}

#history .lp-title-4-4 {
  margin-top: 80px;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #077EE1;
  font-size: 36px;
  line-height: 46px;
}

#history .lp-contents-clearfix-10 {
  width: min(64.583333vw, 1240px);
  margin-top: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

#history .box-img-13 {
  overflow: hidden;
  background: #eee;
}

#history .box-img-13 img {
  display: block;
  width: 100%;
  aspect-ratio: 1.78 / 1;
  object-fit: cover;
}

#history .box-img-13.is-history-hidden {
  display: none;
}

#history > a {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: clamp(34px, 2.34375vw, 45px) auto 0;
  color: inherit;
}

#history > a .button-4 {
  width: 237px;
  min-height: 46px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid #077EE1;
  border-radius: 4px;
  background: #fff;
  color: #077EE1;
}

#history > a .button-4:hover {
  background: #077EE1;
  color: #fff;
}

#sponsors {
  height: auto;
  min-height: 0;
  padding: 100px 0px;
  background-image: url(./bg_008.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #077EE1;
}

#sponsors .lp-title-3 {
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
  font-size: 44px;
  line-height: 54px;
}

#sponsors .lp-contents-clearfix-4 {
  width: min(75vw, 1440px);
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

#sponsors .box-img-4 {
  position: relative;
  min-height: auto;
  aspect-ratio: 259 / 361;
  border-radius: 20px;
  perspective: 1200px;
  cursor: pointer;
}

#sponsors .box-img-4:nth-child(n+11) {
  display: none;
}

#sponsors .box-img-4.fade-target {
  transform: translateY(28px);
  transition-delay: calc(var(--stagger, 0) * 55ms);
}

#sponsors .box-img-4.fade-target.is-visible {
  transform: translateY(0);
}

#sponsors .booth-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .58s var(--ease);
}

#sponsors .box-img-4.is-open .booth-card__inner {
  transform: rotateY(180deg);
}

#sponsors .booth-card__face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#sponsors .booth-card__front {
  display: grid;
  place-items: center;
  transition: transform .26s var(--ease);
  border: 1px solid #077EE1;
}

#sponsors .box-img-4:hover .booth-card__front {
  transform: scale(.97);
}

#sponsors .booth-card__back {
  padding: 32px 30px 64px;
  transform: rotateY(180deg);
}

#sponsors .booth-card__back-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#sponsors .booth-card__logo {
  display: grid;
  place-items: center;
  width: 45%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #f8f8f8;
  background-image:
    linear-gradient(45deg, #eeeeee 25%, transparent 25%),
    linear-gradient(-45deg, #eeeeee 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #eeeeee 75%),
    linear-gradient(-45deg, transparent 75%, #eeeeee 75%);
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
  background-size: 20px 20px;
}

#sponsors .booth-card__logo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: transparent;
}

#sponsors .booth-card__toggle {
  position: absolute;
  right: 19px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: #eee;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

#sponsors .booth-card__toggle::before,
#sponsors .booth-card__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #999;
  transform: translate(-50%, -50%);
}

#sponsors .booth-card__toggle--open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#sponsors .booth-card__toggle--close {
  background: #999;
}

#sponsors .booth-card__toggle--close::before,
#sponsors .booth-card__toggle--close::after {
  background: #fff;
}

#sponsors .booth-card__toggle--close::after {
  display: none;
}

#sponsors .booth-card__brand {
  margin: 0;
  color: var(--color-black);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

#sponsors .booth-card__description {
  margin: 30px 0 0;
  color: var(--color-black);
  font-size: 17px;
  line-height: 1.35;
  text-align: left;
}

#sponsors .booth-card__back .booth-card__instagram {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  display: block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 0;
  transition: transform .25s var(--ease), opacity .25s var(--ease);
}

#sponsors .booth-card__back .booth-card__instagram:hover {
  opacity: .8;
  transform: scale(.94);
}

#sponsors .booth-card__back .booth-card__instagram img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: transparent;
}

#sponsors .box-img-4 a,
#sponsors .box-img-4:hover a,
#sponsors .box-img-4.is-open a {
  height: auto;
  scale: 1;
  transform: none;
  filter: none;
}

#sponsors .box-img-4::before,
#sponsors .box-img-4::after {
  content: none;
}

@media (min-width: 1200px) {
  #history.history-section,
  #sponsors.item-section-9 {
    height: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  #sponsors .lp-contents-clearfix-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1199px) {
  #history {
    padding: 44px 0px 80px 0px;
  }

  #history .lp-title-3 {
    width: 315px;
    font-size: 36px;
  }

  #history .title-img-top-6 {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-top: 44px;
    margin-left: -50vw;
  }

  #history .title-img-top-6 img {
    aspect-ratio: 375 / 213;
  }

  #history .text-box-11,
  #history .lp-txt-8,
  #history .lp-contents-clearfix-10 {
    width: calc(100% - 60px);
    max-width: 315px;
  }

  #history .text-box-11 {
    margin-top: 22px;
  }

  #history .lp-txt-8 {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

/*  #history .lp-txt-8 br {
    display: none;
  }*/

  #history .lp-title-4-4 {
    margin-top: 44px;
    font-size: 30px;
  }

  #history .lp-contents-clearfix-10 {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  #history > a {
    margin-top: 26px;
  }

  #history > a .button-4 {
    width: 237px;
  min-height: 46px;
    font-size: 16px;
  }

  #sponsors {
    padding: 50px 0 70px;
  }

  #sponsors .lp-title-3 {
    width: 315px;
    font-size: 36px;
  }

  #sponsors .lp-contents-clearfix-4 {
    width: calc(100% - 36px);
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  #sponsors .box-img-4 {
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
  }

  #sponsors .box-img-4:nth-child(n+11) {
    display: block;
  }

  #sponsors .booth-card__face {
    border-radius: 8px;
  }

  #sponsors .booth-card__logo {
    width: 56%;
  }

  #sponsors .booth-card__toggle--open {
    display: none;
  }

  #sponsors .box-img-4:hover .booth-card__front {
    transform: none;
  }

  #sponsors .box-img-4:active .booth-card__front {
    transform: scale(.96);
  }
}

.overlay-menu {
  z-index: 3000;
  background: transparent;
  pointer-events: none;
}

.overlay-menu::before {
  pointer-events: none;
  background: transparent;
}

.overlay-menu.is-open {
  pointer-events: none;
}

.overlay-menu__panel {
  right: 0;
  left: auto;
  width: min(400px, 100vw);
  height: 100dvh;
  min-height: 0;
  padding: 18px 10px 40px;
  background-image: url(./bg_005.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #151515;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}

.overlay-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.overlay-menu__logo {
  display: grid;
  place-items: center;
  width: 180px;
  height: 44px;
/*  background: #eee;*/
  color: #111;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  pointer-events: auto;
}

.overlay-menu .menu-toggle--close {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #fff;
  pointer-events: auto;
}

.overlay-menu .menu-toggle--close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 29px;
  height: 2px;
  background: #077EE1;
  transform-origin: center;
}

.overlay-menu .menu-toggle--close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.overlay-menu .menu-toggle--close span:nth-child(2) {
  opacity: 0;
}

.overlay-menu .menu-toggle--close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.overlay-menu__nav {
  display: grid;
  gap: 9px;
  margin: 28px 0 0;
  border: 0;
}

.overlay-menu__item,
.overlay-menu__group {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  pointer-events: auto;
}

.overlay-menu__item,
.overlay-menu__group summary {
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #077EE1;
  color: #077EE1;
  font-size: 20px;
  font-weight: 800;
  line-height: 54px;
  list-style: none;
  cursor: pointer;
  transition: color .24s var(--ease), background .24s var(--ease), transform .24s var(--ease);
}

.overlay-menu__item:hover,
.overlay-menu__group summary:hover,
.overlay-menu__item:active,
.overlay-menu__group summary:active {
  background: #077EE1;
  color: #fff;
  transform: none;
}

.overlay-menu__group summary {
  position: relative;
  padding-right: 46px;
}

.overlay-menu__group summary::-webkit-details-marker {
  display: none;
}

.overlay-menu__group summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  color: currentColor;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-54%);
}

.overlay-menu__group[open] summary::after {
  content: "-";
  transform: translateY(-58%);
}

.overlay-menu__group a {
  display: flex;
  align-items: center;
  min-height: 38px;
  margin: 0 16px;
  padding: 0;
  border-bottom: 1px solid #ebf5fd;
  color: #077EE1;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  transition: color .22s var(--ease), background .22s var(--ease), padding-left .22s var(--ease);
}

.overlay-menu__group a:hover,
.overlay-menu__group a:active {
  color: #151515;
  padding-left: 6px;
}

.overlay-menu__group a:last-child {
  margin-bottom: 8px;
}

.overlay-menu__foot {
  display: grid;
  width: 100%;
  justify-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  text-align: center;
}

.sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.sns-list a {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  background: #f2f2f2;
  pointer-events: auto;
  transition: transform .28s var(--ease), background .28s var(--ease);
}

.sns-list a:hover,
.sns-list a:active {
  background: #fff;
  transform: scale(1.12);
}

.sns-list img {
  width: 100%;
/*  height: 34px;*/
  object-fit: contain;
}

.overlay-menu .ticket-button--wide {
  justify-self: center;
  width: min(297px, calc(100vw - 78px));
  min-width: 0;
  min-height: 49px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  border: 1px solid #DFBCFA;
  border-radius: 999px;
  background: #DFBCFA;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  pointer-events: auto;
}

.overlay-menu .ticket-button--wide:hover,
.overlay-menu .ticket-button--wide:active {
  border: 1px solid #DFBCFA;
  background: #fff;
  color: #DFBCFA;
  transform: none;
}

@media (max-width: 767px) {
  .overlay-menu__panel {
    width: 100vw;
    height: 100dvh;
    min-height: 0;
    padding: 18px 10px 38px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
  }

  .overlay-menu__head {
    padding: 0 30px;
  }

  .overlay-menu__nav {
    gap: 9px;
    margin-top: 21px;
  }

  .overlay-menu__item,
  .overlay-menu__group summary {
    min-height: 54px;
    font-size: 20px;
    line-height: 54px;
  }

  .overlay-menu__foot {
    gap: 29px;
    margin-top: 28px;
  }

  .sns-list {
    gap: 20px;
  }

  .sns-list a {
    width: 60px;
    height: 60px;
  }
}

/* Final page-wide polish */
.news-pagination__btn {
  display: grid;
  place-items: center;
  padding: 0;
  line-height: 0;
  text-align: center;
}

@media (min-width: 768px) {
  #special .lp-contents-clearfix-7 {
    align-items: stretch;
  }

  #special .box-img-7,
  #special .box-img-8 {
    min-height: clamp(330px, 26.40625vw, 507px);
  }

  #special .box-img-8 {
    --special-content-closed-height: clamp(224px, 15.677083vw, 301px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: clamp(34px, 2.760417vw, 53px);
    padding-bottom: clamp(34px, 2.760417vw, 53px);
  }

  #special .box-img-8 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #information .lp-contents-clearfix-8 {
    width: min(69.791667vw, 1340px);
    grid-template-columns: minmax(320px, 430px) minmax(440px, 640px);
    justify-content: center;
    align-items: center;
    gap: clamp(110px, 8.333333vw, 160px);
  }

  #information .box-img-9 {
    grid-template-columns: 1fr;
    align-self: center;
    gap: 14px;
    align-content: start;
  }

  #information .box-img-9 .lp-txt-17 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  #information .box-img-9 .lp-txt-17:first-child {
    margin-top: 0;
  }

  #information .box-img-9 .lp-txt-18 {
    font-size: 16px;
    line-height: 26px;
  }

  #information .box-img-10 {
    align-self: center;
    width: min(36.71875vw, 705px);
    aspect-ratio: 705 / 416;
    overflow: hidden;
    background: #eee;
  }

  #information .box-img-10 iframe {
    display: block;
    width: 100%;
    height: 100%;
  }

  #sponsors .booth-card__back {
    padding: clamp(22px, 1.5625vw, 30px) clamp(18px, 1.354167vw, 26px) clamp(54px, 3.333333vw, 64px);
  }

  #sponsors .booth-card__brand {
    font-size: clamp(16px, 1.041667vw, 20px);
  }

  #sponsors .booth-card__description {
    margin-top: clamp(18px, 1.25vw, 24px);
    font-size: clamp(11px, 0.729167vw, 14px);
    line-height: 1.34;
  }

  #sponsors .booth-card__back .booth-card__instagram {
    left: clamp(18px, 1.354167vw, 26px);
    bottom: clamp(24px, 1.5625vw, 30px);
  }

  #footer .box-img-14 a {
    display: grid;
    place-items: center;
    transition: transform .24s var(--ease);
  }

  #footer .box-img-14 a:hover {
    transform: scale(1.12);
  }
}

@media (max-width: 767px) {
  .site-header__inner {
    width: calc(100% - 4px);
    height: 76px;
    margin-top: 2px;
    padding: 0 20px;
  }

  .site-header__logo {
    width: 100px;
    height: unset;
  }

  .language-button {
    width: 62px;
    height: 37px;
  }

  .menu-toggle {
    width: 46px;
    height: 38px;
  }

  .ticket-button--kv {
    position: absolute;
    right: auto;
    bottom: 40px;
    left: 50%;
    width: min(297px, calc(100vw - 78px));
    min-width: 0;
    min-height: 49px;
    transform: translateX(-50%);
  }

  #pickup {
    height: 922px;
    padding: 43px 0 56px;
    gap: 39px;
  }

  #pickup .lp-title-3 {
    font-size: 44px;
  font-weight: 800;
  line-height: normal;
    background-color: #E3EBFA;
  }

  #pickup .pickup-splide,
  #pickup .pickup-slider-frame {
    width: 100vw;
    height: 333px;
    overflow: visible;
  }

  #pickup .box-img-1,
  #pickup .box-img-1::before {
    width: 266px;
    height: 333px;
    border-radius: 19px;
  }

  #pickup .box-img-1.is-active .lp-txt-2 {
    top: 431px;
    width: 315px;
    font-size: 20px;
    line-height: 1.5;
  }

  #pickup .box-img-1.is-active .lp-txt-3 {
    top: 535px;
    width: 315px;
    font-size: 16px;
    line-height: 1.32;
  }

  #pickup .lp-contents-clearfix::after {
    top: 372px;
  }

  #news.item-section-2 {
    padding: 59px 0px 40px 0px;
    background-image: url(./bg_011.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #news .lp-title-3 {
    width: 100%;
    font-size: 36px;
    line-height: 1;
  }

  #news .lp-contents-clearfix-2 {
    width: 315px;
    height: auto;
    margin-top: 44px;
    padding: 28px 17px 24px;
    gap: 48px;
    border-radius: 14px;
    border: solid 1px #077EE1;
    background: #eee;
  }

  #news .box-img-2 a {
    min-height: 105px;
    padding: 0;
    gap: 12px;
    border-radius: 0;
  }

  #news .box-img-2 .news-info {
    gap: 12px;
  }

  #news .box-img-2 .news-date {
    font-size: 14px;
  }

  #news .box-img-2 .news-title {
    font-size: 18px;
    line-height: 1.45;
  }

  #news .box-img-2 .news-readmore {
    font-size: 12px;
  }

  #news .news-pagination {
    grid-template-columns: repeat(3, 40px) 20px;
    gap: 20px;
    margin-top: 39px;
  }

  #news .news-pagination__spacer,
  #news .news-pagination__arrow--prev {
    display: none;
  }

  .section-nav {
    width: 88%;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 51px 0 0;
    margin: 0px auto 80px auto;
  }

  .section-nav a {
    min-height: 64px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.12;
  }

  .brand-modal {
    z-index: 4000;
    align-items: center;
    padding: 0;
  }

  .brand-modal__dialog {
    width: min(340px, calc(100vw - 75px));
    max-height: calc(100dvh - 40px);
    border-radius: 30px;
    overflow: visible;
  }

  .brand-modal__body {
    min-height: 486px;
    padding: 46px 28px 74px;
  }

  .brand-modal__body .booth-card__brand {
    font-size: 24px;
  }

  .brand-modal__body .booth-card__description {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.35;
  }

  .brand-modal__body .booth-card__instagram {
    position: absolute;
    left: 40px;
    bottom: 39px;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
  }

  .brand-modal__body .booth-card__instagram img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .brand-modal__body .booth-card__toggle {
    right: 40px;
    bottom: 39px;
  }

  #exhibitors .lp-contents-clearfix-4-2 {
    width: calc(100% - 60px);
    grid-template-columns: repeat(3, 1fr);
    justify-content: start;
    gap: 11px;
  }

  #exhibitors .lp-contents-clearfix-4-2 .box-img-4 {
    aspect-ratio: 1.25 / 1;
    border-radius: 8px;
  }

  #exhibitors .lp-contents-clearfix-4-2 .box-img-4:nth-child(4) {
    grid-column: 1;
  }

  #footer .box-img-14 a {
    display: grid;
    place-items: center;
    transition: transform .2s var(--ease);
  }

  #footer .box-img-14 a:active {
    transform: scale(1.12);
  }
}

@media (max-width: 767px) {
  .ticket-button--kv {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(373px, calc(100vw - 58px));
    min-width: 0;
    min-height: 61px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
    transition: opacity .24s var(--ease), visibility .24s var(--ease), transform .24s var(--ease);
    transform: translateX(-50%);
    isolation: isolate;
    z-index: 9990;
  }

  .is-menu-open .ticket-button--kv,
  .ticket-button--kv.is-footer-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(16px);
  }

  #pickup {
    height: 922px;
    padding: 49px 0 45px;
    gap: 0px;
    background: #c9c9c9;
  }

  #pickup .lp-title-3 {
    font-size: 44px;
  font-weight: 800;
  line-height: normal;
    background-color: #E3EBFA;
  }

  #pickup .pickup-splide,
  #pickup .pickup-slider-frame {
    left: 50%;
    width: 100vw;
    height: 333px;
    transform: translateX(-50%);
    overflow: visible;
  }

  #pickup .lp-contents-clearfix {
    height: 333px;
    align-items: stretch;
    overflow: visible;
  }

  #pickup .box-img-1,
  #pickup .box-img-1::before {
    width: 266px;
    height: 333px;
    border-radius: 19px;
  }

  #pickup .box-img-1 {
    flex-basis: 266px;
  }

  #pickup .lp-contents-clearfix::after {
    top: 373px;
    width: 14px;
    height: 14px;
    box-shadow: -22px 0 0 #8f8f8f, 22px 0 0 #fff;
  }

  #pickup .box-img-1.is-active .lp-txt-2 {
    top: 431px;
    width: 315px;
    font-size: 20px;
    line-height: 1.5;
  }

  #pickup .box-img-1.is-active .lp-txt-3 {
    top: 535px;
    width: 315px;
    font-size: 16px;
    line-height: 1.32;
  }

  #news .lp-contents-clearfix-2 {
    margin-top: 30px;
  }

  #news .news-pagination {
    grid-template-columns: 20px repeat(3, 40px) 20px;
    gap: 20px;
    margin-top: 20px;
  }

  #news .news-pagination__arrow--prev {
    display: inline-flex;
  }

  #news .news-pagination__spacer {
    display: inline-flex;
  }

  .brand-modal__dialog {
    width: min(250px, calc(100vw - 70px));
    border-radius: 24px;
  }

  .brand-modal__body {
    min-height: 360px;
    padding: 33px 20px 58px;
  }

  .brand-modal__body .booth-card__brand {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
  }

  .brand-modal__body .booth-card__description {
    margin-top: 25px;
            margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.35;
    color: #000;
  }

  .brand-modal__body .booth-card__instagram {
    left: 30px;
    bottom: 29px;
    width: 24px;
    height: 24px;
  }

  .brand-modal__body .booth-card__toggle,
  .brand-modal__body .booth-card__toggle--close {
    right: 30px;
    bottom: 29px;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 50%;
    background: #999;
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  .brand-modal__body .booth-card__toggle::before,
  .brand-modal__body .booth-card__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transform: translate(-50%, -50%);
  }

  .brand-modal__body .booth-card__toggle::after {
    display: none;
  }

  #products .lp-contents-clearfix-3 {
    border-bottom: 0;
  }

  #products .box-img-3 {
    border-bottom: 1px solid #c4c4c4;
  }
}

@media (max-width: 767px) {
  .brand-modal__body .booth-card__instagram {
    position: absolute;
    left: 30px;
    right: auto;
    bottom: 29px;
    z-index: 1;
  }

  .brand-modal__body .booth-card__toggle,
  .brand-modal__body .booth-card__toggle--close {
    position: absolute;
    right: 30px;
    left: auto;
    bottom: 29px;
    z-index: 2;
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    transform: none;
    background: #999;
    color: transparent;
  }

  .brand-modal__body .booth-card__toggle::before,
  .brand-modal__body .booth-card__toggle--close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transform: translate(-50%, -50%);
  }

  .brand-modal__body .booth-card__toggle::after,
  .brand-modal__body .booth-card__toggle--close::after {
    content: none;
    display: none;
  }

  #exhibitors .lp-contents-clearfix-4,
  #exhibitors .lp-contents-clearfix-4-2,
  #sponsors .lp-contents-clearfix-4 {
    width: calc(100% - 36px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: start;
    justify-items: stretch;
    gap: 5px;
  }

  #exhibitors .lp-contents-clearfix-4-2 .box-img-4,
  #exhibitors .lp-contents-clearfix-4 .box-img-4,
  #sponsors .lp-contents-clearfix-4 .box-img-4 {
    width: auto;
    aspect-ratio: 1 / 1;
  }

  #exhibitors .lp-contents-clearfix-4-2 {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: start !important;
    justify-items: stretch;
    margin-right: auto;
    margin-left: auto;
  }

  #exhibitors .lp-contents-clearfix-4-2 .box-img-4,
  #exhibitors .lp-contents-clearfix-4-2 .box-img-4:nth-child(4),
  #exhibitors .lp-contents-clearfix-4-2 .box-img-4:nth-child(4):last-child {
    grid-column: auto !important;
  }
}

@media (max-width: 767px) {
  #pickup.item-section {
    position: relative;
    height: 922px;
    padding: 49px 0 45px;
    overflow: hidden;
    background: #E3EBFA;
  }

  #pickup .lp-title-3 {
    margin: 0 auto;
    font-size: 44px;
  font-weight: 800;
  line-height: normal;
    background-color: #E3EBFA;
  }

  #pickup .pickup-splide {
    position: relative;
    left: 50%;
    width: 100vw;
    height: 333px;
    margin-top: 42px;
    overflow: visible;
    transform: translateX(-50%);
  }

  #pickup .pickup-slider-frame,
  #pickup .splide__track {
    width: 100vw;
    height: 333px;
    overflow: visible;
  }

  #pickup .splide__list.lp-contents-clearfix {
    width: auto;
    height: 333px;
    margin: 0;
    padding: 0;
    align-items: stretch;
    gap: 0;
    overflow: visible;
  }

  #pickup .splide__slide.box-img-1 {
    position: relative;
    width: 266px !important;
    height: 333px;
    flex: 0 0 266px;
    margin: 0;
    padding: 0;
  }

  #pickup .box-img-1::before {
    position: absolute;
    inset: 0;
    width: 266px;
    height: 333px;
    border-radius: 19px;
    background: #eee;
  }

  #pickup .box-img-1 img {
    width: 266px;
    height: 333px;
    border-radius: 19px;
    object-fit: cover;
  }

  #pickup .box-img-1 .lp-txt-2,
  #pickup .box-img-1 .lp-txt-3 {
    display: none;
  }

  #pickup .box-img-1.is-active .lp-txt-2,
  #pickup .box-img-1.is-active .lp-txt-3 {
    position: absolute;
    left: 50%;
    z-index: 3;
    display: block;
    width: 315px;
    margin: 0;
    color: #393939;
    text-align: center;
    transform: translateX(-50%);
  }

  #pickup .box-img-1.is-active .lp-txt-2 {
    top: 431px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    text-align: left;
  }

  #pickup .box-img-1.is-active .lp-txt-3 {
    top: 535px;
    font-size: 16px;
    line-height: 1.32;
    text-align: left;
  }

  #pickup .lp-contents-clearfix::after {
    content: none;
    display: none;
  }

  #pickup .splide__pagination {
    position: absolute;
    top: 372px;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
  }

  #pickup .splide__pagination li {
    display: flex;
    width: 14px;
    height: 14px;
    margin: 0;
  }

  #pickup .splide__pagination__page {
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    transform: none;
  }

  #pickup .splide__pagination__page.is-active {
    background: #077EE1;
    transform: none;
  }

  #pickup .splide__arrows,
  #pickup .splide__arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  .timetable-section {
    padding: 68px 0 78px;
    background: #fff;
  }

  .timetable-section .lp-title-3 {
    width: 315px;
    font-size: 36px;
    line-height: 1;
  }

  .text-box-timetable {
    width: 315px;
    margin-top: 39px;
  }

  .text-box-timetable .lp-txt-8 {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .text-box-timetable .lp-txt-8 br {
    display: none;
  }

  .timetable-block {
    width: 315px;
    margin-top: 66px;
  }

  .timetable-title {
    font-size: 28px;
    line-height: 1.18;
  }

  .timetable-title span {
    display: none;
  }

  .timetable-grid {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-top: 34px;
  }

  .timetable-card + .timetable-card {
    margin-top: 10px;
  }

  .timetable-date {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .timetable-img {
    width: 100%;
    aspect-ratio: 315 / 394;
    border-radius: 14px;
    font-size: 14px;
  }

  .timetable-modal-trigger {
    width: 215px;
    height: 49px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .timetable-modal__panel {
    min-height: 100dvh;
    padding: 136px 0 88px;
  }

  .timetable-modal__close,
  .timetable-modal[data-active-modal="tokyo23"] .timetable-modal__close {
    top: 47px;
    right: 30px;
    left: auto;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .timetable-modal__close::before,
  .timetable-modal__close::after {
    width: 54px;
    height: 4px;
  }

  .timetable-modal__grid,
  .timetable-modal__grid--single {
    grid-template-columns: 1fr;
    gap: 43px;
    width: calc(100% - 60px);
    max-width: 315px;
  }

  .timetable-modal__date {
    margin-bottom: 44px;
    font-size: 28px;
  }

  .timetable-modal__image {
    aspect-ratio: 315 / 394;
    border-radius: 20px;
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

@media (max-width: 1200px) {
    .title-img-top-7 {
      width: 227px;
      margin: 40px auto 20px auto;
      display: block;
    }

    .title-img-top-7 img{
      width: 100%;
    }
  }

@media (max-width: 1200px) {
  .button-5 {
    padding: 15px 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    width: 264px;
    border: solid #077EE1 1px;
    background-color: #fff;
    border-radius: 10px;
    font-family: 'NOTO-BLD';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #077EE1;
}
.button-5:hover {
    padding: 15px 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    width: 264px;
    border: solid #077EE1 1px;
    background-color: #077EE1;
    border-radius: 10px;
    font-family: 'NOTO-BLD';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #fff;
}
}

@media (max-width: 1200px) {
/*hide*/
    .hide-pc {
      display: inline-block;
    }
    .hide-pc-2 {
        display: inline-block;
    }
    .hide-sp-2 {
        display: none;
    }
/*hide*/

.item-section,
  .item-section-2,
  .item-section-3,
  .item-section-4,
  .item-section-5,
  .item-section-6,
  .item-section-7,
  .item-section-8,
  .item-section-9,
  .item-section-10 {
    padding: 40px 0;
  }
}

.l-hd {
        display: none;
    }

    #footer {
    width: 100%;
    padding: 80px 0;
    color: #333;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
}
@media (max-width: 1200px) {

#footer {
    width: 100%;
    padding: 40px 0px 57px 0px;
    color: #333;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
}

}

/* Final adjustments */
.overlay-menu__group summary {
  border-radius: 14px;
  background: transparent;
  overflow: hidden;
}

.overlay-menu__group:not([open]):hover,
.overlay-menu__group:not([open]):active {
  background: #077EE1;
}

.overlay-menu__group summary:hover,
.overlay-menu__group summary:active {
  background: #077EE1;
  color: #fff;
}

.overlay-menu__group[open] summary {
  border-radius: 14px 14px 0 0;
}

.overlay-menu__group a:last-of-type {
  border-bottom: 0;
}

.news-pagination__arrow:not(.is-disabled):hover {
  background: transparent;
  color: var(--color-muted);
}

@media (min-width: 768px) {
  .fv-section {
    padding-top: calc(var(--header-height) + min(50vw, 960px));
  }

  .title-img-top {
    position: fixed;
    top: 7%;
    right: 0;
    left: 0;
    z-index: 0;
    height: min(50vw, 960px);
    pointer-events: none;
  }

  .hero-copy,
  .fv-section ~ section {
    position: relative;
    z-index: 2;
  }

  #pickup {
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  #pickup .pickup-splide,
  #pickup .pickup-slider-frame,
  #pickup .splide__track,
  #pickup .lp-contents-clearfix {
    height: auto;
  }

  #pickup .pickup-slider-frame,
  #pickup .splide__track {
    overflow: hidden;
  }

  #pickup .lp-contents-clearfix {
    align-items: flex-start;
  }

  #pickup .box-img-1 {
    height: auto;
  }

  #pickup .lp-txt-2 {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fv-section {
    padding-top: calc(var(--header-height) + 640px);
  }

  .title-img-top {
    height: 640px;
  }
}

@media (min-width: 768px) {
  #products .box-img-3:nth-child(n + 6) {
    display: none;
  }
}

@media (max-width: 767px) {
  #pickup.item-section {
    height: var(--pickup-section-height, auto);
    min-height: 950px;
  }

  #products .lp-contents-clearfix-3 {
    border-top: 0;
    border-bottom: 0;
  }

  #products .box-img-3 {
    border-top: 1px solid #c4c4c4;
    border-bottom: 0;
  }

  #products .box-img-3:nth-child(n + 3) {
    border-top: 1px solid #c4c4c4;
  }

  #apparel + .lp-contents-clearfix-3 .box-img-3:nth-child(n + 5),
  #other + .lp-contents-clearfix-3 .box-img-3:nth-child(n + 5) {
    display: none;
  }

  #products .box-img-3.is-product-sp-hidden {
    display: none;
  }

  #products .box-img-3.fade-target {
    transform: translateY(28px);
    transition-duration: .7s;
    transition-delay: calc(var(--stagger, 0) * 75ms);
  }

  #products .box-img-3.fade-target.is-visible {
    transform: translateY(0);
  }
}

/* Final layout corrections */
#exhibitors .booth-card__back-content,
#sponsors .booth-card__back-content,
.brand-modal__body .booth-card__back-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#exhibitors .booth-card__instagram,
#sponsors .booth-card__back .booth-card__instagram,
.brand-modal__body .booth-card__instagram {
  margin-top: auto;
}

.brand-modal__body .booth-card__back-content {
  min-height: calc(375px - 92px);
}

#movie-section .tv__movie {
  width: 100%;
  height: auto;
  padding-top: 0;
  aspect-ratio: 16 / 9;
  position: relative;
}

#movie-section .tv__movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#history .box-img-13 {
  transition: opacity .34s var(--ease), transform .34s var(--ease);
}

#history .box-img-13.fade-target {
  transition-delay: calc(var(--stagger, 0) * 70ms);
}

@media (max-width: 1199px) {
  #information .box-img-10 {
    width: 100%;
    aspect-ratio: 315 / 180;
    overflow: hidden;
  }

  #information .box-img-10 iframe {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
}

/* MUSIC LIVE STAGE final layout */
#music {
  padding-top: clamp(92px, 5.625vw, 108px);
  padding-bottom: clamp(116px, 7.291667vw, 140px);
}


#music .text-box-4 {
  width: 100%;
  margin-top: 40px;
}

#music .lp-txt-8 {
  font-family: 'NOTO';
  color: #393939;
  font-size: 16px;
  line-height: 26px;
}

#music .timetable-modal-trigger {
  font-family: 'NOTO-BLD';
  font-size: 16px;
  line-height: 26px;
  margin-top: clamp(62px, 4.166667vw, 80px);
  margin-bottom: 0;
}

#music .lp-title-4-3 {
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #077EE1;
  margin-top: 80px;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0;
}

#music .button-3 {
  display: none;
}

#music .music-day-panel {
  width: 100%;
}

#music .music-day-panel + .music-day-panel {
  margin-top: clamp(72px, 4.6875vw, 90px);
}

#music .music-day-title {
  width: 100%;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #077EE1;


  margin: 80px auto 0px auto;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}

#music .lp-txt-13 {
  width: 100%;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #393939;
  margin-top: 40px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

#music .lp-contents-clearfix-5-3 {
  width: min(84.375vw, 1350px);
  margin-top: 40px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(26px, 1.5625vw, 30px);
}

#music .box-img-5-3 a {
  border-radius: 10px;
}

/*#music .lp-txt-12 {
  margin-top: clamp(16px, 1.041667vw, 20px);
  font-size: clamp(16px, 1.041667vw, 20px);
  line-height: 1;
}*/

@media (max-width: 767px) {
  #music {
    padding: 39px 0 75px;
  }

  #music .lp-title-3 {
    width: 315px;
    font-size: 34px;
    line-height: 1.1;
  }

  #music .lp-title-3 span {
    max-width: 240px;
  }

  #music .text-box-4 {
    width: 315px;
    margin-top: 42px;
    text-align: left;
  }

  #music .lp-txt-8 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
  }

  #music .lp-txt-8 br {
    display: none;
  }

  #music .timetable-modal-trigger {
    margin-top: 40px;
    margin-bottom: 0;
  }

  #music .lp-title-4-3 {
    margin-top: 46px;
    font-size: 30px;
    line-height: 40px;
  }

  #music .music-day-panel + .music-day-panel {
    margin-top: 38px;
  }

  #music .music-day-title {
    margin-top: 30px;
    font-size: 30px;
  }

  #music .lp-txt-13 {
    width: 88%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.2;
  }

  #music .lp-contents-clearfix-5-3 {
    width: 88%;
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px 14px;
  }

  #music .box-img-5-3 a {
    border-radius: 4px;
  }

  #music .lp-txt-12 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1;
  }
}

/* Booth card image buttons */
#exhibitors .booth-card__toggle,
#sponsors .booth-card__toggle,
.brand-modal__body .booth-card__toggle,
.brand-modal__body .booth-card__toggle--close {
  overflow: visible;
  padding: 0;
  background: transparent;
  border-radius: 50%;
  color: transparent;
}

#exhibitors .booth-card__toggle::before,
#exhibitors .booth-card__toggle::after,
#sponsors .booth-card__toggle::before,
#sponsors .booth-card__toggle::after,
.brand-modal__body .booth-card__toggle::before,
.brand-modal__body .booth-card__toggle::after,
.brand-modal__body .booth-card__toggle--close::before,
.brand-modal__body .booth-card__toggle--close::after {
  content: none;
  display: none;
}

#exhibitors .booth-card__toggle img,
#sponsors .booth-card__toggle img,
.brand-modal__body .booth-card__toggle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

#exhibitors .booth-card__toggle:hover,
#sponsors .booth-card__toggle:hover {
  background: transparent;
  transform: scale(.9);
}

#exhibitors .booth-card__new,
#sponsors .booth-card__new {
  width: 44px;
  min-width: 44px;
  height: 21px;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  z-index: 9;
}

#exhibitors .booth-card__logo,
#sponsors .booth-card__logo {
  width: 198.75px;
  max-width: 100%;
  height: auto;
}

#exhibitors .booth-card__logo img,
#sponsors .booth-card__logo img {
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
}

@media (max-width: 767px) {
  #exhibitors .booth-card__new,
  #sponsors .booth-card__new {
    width: 39px;
    min-width: 39px;
    height: 18px;
    padding: 0;
    font-size: 10px;
    line-height: 1;
  }

  #exhibitors .booth-card__logo,
  #sponsors .booth-card__logo {
    width: 80px;
    max-width: 100%;
    height: auto;
  }

  #exhibitors .booth-card__logo img,
  #sponsors .booth-card__logo img {
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: contain;
  }

  .hero-copy {
    gap: 60px;
/*    min-height: 27.34375vw;*/
/*    padding: 5.208333vw 12.5vw;*/
    background-image: url(./bg_010.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-info {
    margin: 0px auto 40px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    color: var(--color-muted);
}


  .hero-copy-2 {
      width: 88%;
      margin: 0px auto 20px auto;
      /* gap: 60px; */
      /* min-height: 27.34375vw; */
      /* padding: 5.208333vw 12.5vw; */
      padding: 0.1px 0px;
      background-image: url(./bg_009.png);
      background-position: bottom;
      background-size: 100%;
      background-repeat: no-repeat;
  }

  #products .lp-title-4 {
  width: var(--content);
  margin: 40px auto 0px auto;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #077EE1;
  font-size: 30px;
  line-height: normal;
}

.timetable-modal {

  background-image: url(./bg_005.png);

}

.lp-title-6 {
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #077EE1;
  font-size: 30px;
  line-height: 40px;
}
}

#news .box-img-2 a:hover .news-info,
#news .box-img-2 a:hover .news-date,
#news .box-img-2 a:hover .news-title,
#news .box-img-2 a:hover .news-readmore,
#news .box-img-2 a:active .news-info,
#news .box-img-2 a:active .news-date,
#news .box-img-2 a:active .news-title,
#news .box-img-2 a:active .news-readmore {
  color: #077EE1;
}

#sponsors .booth-card__toggle--open {
  display: grid;
}

#sponsors .lp-contents-clearfix-4 {
  width: var(--content);
  margin: 60px auto 0;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

#sponsors .box-img-4 {
  aspect-ratio: 259 / 361;
  border-radius: 20px;
}

#sponsors .box-img-4:nth-child(n+11) {
  display: block;
}

#sponsors .booth-card__face {
  border: 1px solid #077EE1;
  border-radius: 20px;
}

#sponsors .booth-card__back {
  padding: 32px 30px 30px;
}

#sponsors .box-img-4:hover .booth-card__front,
#sponsors .box-img-4:active .booth-card__front {
  transform: scale(.97);
}

#exhibitors .booth-card__toggle--open > img,
#sponsors .booth-card__toggle--open > img {
  transition: opacity .24s var(--ease);
  opacity: 1;
}

#exhibitors .booth-card__toggle--open,
#sponsors .booth-card__toggle--open {
  right: 19px;
  bottom: 20px;
  display: grid;
  width: 26px;
  height: 26px;
  background: transparent;
}

#exhibitors .booth-card__toggle--open > img,
#sponsors .booth-card__toggle--open > img {
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  object-fit: contain;
  content: url("https://dev-atmos.s3-ap-northeast-1.amazonaws.com/assets/img/features/atmos-con_2026/more_btn.png");
}

#exhibitors .box-img-4:hover .booth-card__toggle--open > img,
#sponsors .box-img-4:hover .booth-card__toggle--open > img,
#exhibitors .box-img-4:active .booth-card__toggle--open > img,
#sponsors .box-img-4:active .booth-card__toggle--open > img,
#exhibitors .booth-card__toggle--open:hover > img,
#sponsors .booth-card__toggle--open:hover > img,
#exhibitors .booth-card__toggle--open:active > img,
#sponsors .booth-card__toggle--open:active > img {
  content: url("https://dev-atmos.s3-ap-northeast-1.amazonaws.com/assets/img/features/atmos-con_2026/more_btn-blue.png");
}

@media (max-width: 1199px) {
  #sponsors .booth-card__toggle--open {
    display: none;
  }
}

#sponsors .lp-contents-clearfix-4 {
  width: var(--content);
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

#sponsors .box-img-4 {
  position: relative;
  min-height: auto;
  aspect-ratio: 259 / 361;
  border-radius: 20px;
  perspective: 1200px;
  cursor: pointer;
}

#sponsors .box-img-4:nth-child(n+11) {
  display: block;
}

#sponsors .booth-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .58s var(--ease);
}

#sponsors .booth-card__face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid #077EE1;
  border-radius: 20px;
  background: #fff;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#sponsors .booth-card__front {
  display: grid;
  place-items: center;
  transition: transform .26s var(--ease);
}

#sponsors .booth-card__back {
  padding: 32px 30px 30px;
  transform: rotateY(180deg);
}

#sponsors .booth-card__brand {
  margin: 0;
  color: var(--color-black);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

#sponsors .booth-card__description {
  margin: 30px 0 0;
  color: var(--color-black);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

#sponsors .booth-card__back .booth-card__instagram {
  position: static;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: auto;
  transition: transform .25s var(--ease), opacity .25s var(--ease);
}

#sponsors .booth-card__back .booth-card__instagram:hover {
  opacity: .8;
  transform: scale(.94);
}

@media (min-width: 1200px) and (max-width: 1919px) {
  #sponsors .lp-contents-clearfix-4 {
    width: 75vw;
    margin-top: 3.125vw;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.9375vw;
  }

  #sponsors .box-img-4 {
    min-height: 0;
    border-radius: 1.041667vw;
  }

  #sponsors .booth-card__face {
    border-radius: 1.041667vw;
  }

  #sponsors .booth-card__brand {
    font-size: 1.25vw;
  }

  #sponsors .booth-card__description {
    margin-top: 1.5625vw;
    font-size: 0.885417vw;
  }

  #sponsors .booth-card__back {
    padding: 1.666667vw 1.5625vw 1.5625vw;
  }

  #sponsors .booth-card__back .booth-card__instagram {
    width: 1.25vw;
    height: 1.25vw;
  }

  #sponsors .booth-card__toggle {
    right: 0.989583vw;
    bottom: 1.5vw;
    width: 1.354167vw;
    height: 1.354167vw;
  }
}

@media (max-width: 767px) {
  #sponsors .lp-contents-clearfix-4 {
    width: 88%;
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  #sponsors .box-img-4 {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
  }

  #sponsors .booth-card__face {
    border-radius: 8px;
  }

  #sponsors .booth-card__logo {
    width: 56%;
  }

  #sponsors .booth-card__toggle--open {
    display: none;
  }

  #sponsors .box-img-4:hover .booth-card__front {
    transform: none;
  }

  #sponsors .box-img-4:active .booth-card__front {
    transform: scale(.96);
  }

  #exhibitors .booth-card__toggle--open,
  #sponsors .booth-card__toggle--open {
    right: 19px;
    bottom: 20px;
    display: none;
    width: 26px;
    height: 26px;
    background: transparent;
  }
}
  .l-ft {
        margin-top: -66px;
    }


/* =========================================================
   PICKUP / SP
   テキスト量に応じてスライドの高さを可変
   ========================================================= */

@media screen and (max-width: 767px) {

  /* セクション自体はJSで高さを制御 */
  #pickup.item-section {
    height: var(--pickup-section-height, auto) !important;
    min-height: 0;
    overflow: hidden;
  }

  /*
   * Splideの高さ固定を解除
   */
  #pickup .pickup-splide,
  #pickup .pickup-slider-frame,
  #pickup .splide__track,
  #pickup .splide__list.lp-contents-clearfix {
    height: auto !important;
  }

  /*
   * スライド本体
   */
  #pickup .splide__slide.box-img-1 {
    position: relative;
    width: 266px !important;
    height: auto !important;
    min-height: 0 !important;
    flex: 0 0 266px;
  }

  /*
   * 画像は従来どおり333px固定
   */
  #pickup .box-img-1 > img {
    display: block;
    width: 266px;
    height: 333px;
    border-radius: 19px;
    object-fit: cover;
  }

  /*
   * テキストは通常フローに戻す
   */
  #pickup .box-img-1.is-active .lp-txt-2,
  #pickup .box-img-1.is-active .lp-txt-3 {
    position: static !important;
    left: auto !important;
    width: 315px;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-left: 50%;
    transform: translateX(-50%);
    overflow: visible !important;
  }

  /*
   * 画像の下からタイトルまで98px
   *
   * 333px（画像）
   * + 98px
   * = 431px
   */
  #pickup .box-img-1.is-active .lp-txt-2 {
    margin-top: 98px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    color: #393939;
    text-align: left;
  }

  /*
   * タイトルと本文の間隔
   */
  #pickup .box-img-1.is-active .lp-txt-3 {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.32;
    color: #393939;
    text-align: left;
  }

  /*
   * テキスト表示領域をクリップしない
   */
  #pickup .pickup-slider-frame,
  #pickup .splide__track {
    overflow: visible !important;
  }

  #pickup .splide__list {
    align-items: flex-start !important;
  }

}

/* =========================================================
   PICK UP SLIDER
   Dynamic Height Fix
   ========================================================= */


/*
 * ---------------------------------------------------------
 * PC
 * ---------------------------------------------------------
 */
@media (min-width: 768px) {

  #pickup {
    height: auto !important;
    min-height: 0;
    overflow: hidden;
  }

  #pickup .pickup-splide,
  #pickup .pickup-slider-frame,
  #pickup .splide__track,
  #pickup .splide__list.lp-contents-clearfix {
    height: auto;
  }

  #pickup .splide__track {
    overflow: hidden;
  }

  #pickup .splide__list.lp-contents-clearfix {
    align-items: flex-start;
  }

  #pickup .splide__slide.box-img-1 {
    height: auto;
    min-height: 0;
  }

  #pickup .box-img-1 img {
    display: block;
  }

  #pickup .lp-txt-2,
  #pickup .lp-txt-3 {
    height: auto;
  }
}


/*
 * ---------------------------------------------------------
 * SP
 * ---------------------------------------------------------
 */
@media (max-width: 767px) {

  /*
   * Section
   *
   * JSが --pickup-section-height を設定する。
   */
  #pickup.item-section {
    height: var(--pickup-section-height, auto) !important;
    min-height: 0;
    overflow: hidden;
  }


  /*
   * Splide本体
   *
   * JSからheightを設定する。
   */
  #pickup .pickup-splide {
    height: auto;
    overflow: visible;
  }


  /*
   * Track
   */
  #pickup .pickup-slider-frame,
  #pickup .splide__track {
    height: auto;
    overflow: visible;
  }


  /*
   * List
   */
  #pickup .splide__list.lp-contents-clearfix {
    height: auto;
    align-items: flex-start;
    overflow: visible;
  }


  /*
   * Slide
   *
   * JSから実際に必要な高さを設定する。
   */
  #pickup .splide__slide.box-img-1 {
    height: auto;
    min-height: 333px;
  }


  /*
   * 画像
   */
  #pickup .box-img-1 img {
    display: block;
    width: 266px;
    height: 333px;
    object-fit: cover;
  }


  /*
   * アクティブスライドのテキスト
   */
  #pickup .box-img-1.is-active .lp-txt-2,
  #pickup .box-img-1.is-active .lp-txt-3 {
    height: auto;
    max-height: none;
    overflow: visible;
  }


  /*
   * 非アクティブスライドのテキスト
   */
  #pickup .box-img-1:not(.is-active) .lp-txt-2,
  #pickup .box-img-1:not(.is-active) .lp-txt-3 {
    display: none;
  }


  /*
   * ページネーション
   *
   * 既存の位置を維持。
   */
  #pickup .splide__pagination {
    top: 372px;
  }

}

/* =========================================================
   SPONSORS CARD BUTTON FINAL FIX
   ========================================================= */
#sponsors .box-img-4 .booth-card__toggle {
  position: absolute;
  right: 19px;
  bottom: 20px;
  z-index: 20;
  display: grid !important;
  place-items: center;
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
}

#sponsors .box-img-4 .booth-card__toggle::before,
#sponsors .box-img-4 .booth-card__toggle::after {
  content: none !important;
  display: none !important;
}

#sponsors .box-img-4 .booth-card__toggle > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  min-height: 0;
  object-fit: contain;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none;
}

#sponsors .box-img-4 .booth-card__toggle--open > img {
  content: url("https://dev-atmos.s3-ap-northeast-1.amazonaws.com/assets/img/features/atmos-con_2026/more_btn.png");
}

#sponsors .box-img-4:hover .booth-card__toggle--open > img,
#sponsors .box-img-4 .booth-card__toggle--open:hover > img {
  content: url("https://dev-atmos.s3-ap-northeast-1.amazonaws.com/assets/img/features/atmos-con_2026/more_btn-blue.png");
}

#sponsors .box-img-4 .booth-card__toggle--close > img {
  content: url("https://dev-atmos.s3-ap-northeast-1.amazonaws.com/assets/img/features/atmos-con_2026/modal-exhibitor_btn.png");
}

@media (min-width: 1200px) and (max-width: 1919px) {
  #sponsors .box-img-4 .booth-card__toggle {
    right: 0.989583vw;
    bottom: 1.5vw;
    width: 1.354167vw;
    height: 1.354167vw;
    min-width: 1.354167vw;
    min-height: 1.354167vw;
  }
}

@media (max-width: 767px) {
  #sponsors .box-img-4 .booth-card__toggle--open {
    display: none !important;
    right: 7px;
    bottom: 7px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
  }
}

/* =========================================================
   PRODUCTS VIEW ALL ACCORDION
   ========================================================= */
#products .lp-contents-clearfix-3 .box-img-3[hidden] {
  display: none !important;
}

#products .lp-contents-clearfix-3.is-products-open .box-img-3 {
  display: block !important;
  border-bottom: 1px solid #aaa;
}

@media (min-width: 768px) {
  #products .lp-contents-clearfix-3:not(.is-products-open) .box-img-3:nth-child(-n + 5) {
    display: block !important;
  }
}

#products > a[hidden] {
  display: none !important;
}

/* =========================================================
   PRODUCTS GRID BORDER NORMALIZE
   ========================================================= */
#products .lp-contents-clearfix-3 {
  gap: 0 !important;
  padding-top: 1px;
  padding-left: 1px;
  border: 0 !important;
}

#products .lp-contents-clearfix-3 .box-img-3 {
  border: 1px solid #c4c4c4 !important;
  margin-top: -1px;
  margin-left: -1px;
}

#products .lp-contents-clearfix-3 .box-img-3[hidden] {
  border: 0 !important;
  margin: 0 !important;
}

.fv-section-tkt {
  width: 100%;
  margin: 0px auto;
  background-image: url(./bg-001-2.webp),url(./bg-001_sp.webp);
  background-position: top,center;
  background-size: 100%,cover;
  background-repeat: repeat,no-repeat;
  padding: 0.1px 0px;
}

.item-section-tkt {
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  padding: 80px 0px;
}

.item-section-2-tkt {
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  background-image: url(./bg_013-tkt.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
}

.lp-title-1-tkt {
  margin: 10.166667vw auto 60px auto;
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 44px;
  line-height: 54px;
  color: #077EE1;
  text-align: center;
  letter-spacing: 0px;
}

.lp-title-2-tkt {
  margin: 0px auto 20px auto;
  font-family: 'NOTO-BLD';
  font-size: 36px;
  line-height: 46px;
  color: #F05659;
  text-align: center;
  letter-spacing: 0px;
}

.lp-title-2-2-tkt {
  margin: 0px auto 40px auto;
  font-family: 'NOTO-BLD';
  font-size: 36px;
  line-height: 46px;
  color: #077EE1;
  text-align: center;
  letter-spacing: 0px;
}

.lp-title-3-tkt {
  margin: 0px auto 0px auto;
  font-family: "gotham", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 36px;
  line-height: 46px;
  color: #077EE1;
  text-align: center;
  letter-spacing: 0px;
}

.lp-title-4-tkt {
  margin: 0px auto 60px auto;
  font-family: 'NOTO-BLD';
  font-size: 36px;
  line-height: 46px;
  color: #393939;
  text-align: center;
  letter-spacing: 0px;
}

.lp-title-5-tkt {
  margin: 0px auto 40px 0px;
  font-family: 'NOTO-BLD';
  font-size: 30px;
  line-height: 40px;
  color: #393939;
  text-align: left;
  letter-spacing: 0px;
}

.lp-txt-tkt {
  margin: 0px auto 10px auto;
  font-family: 'NOTO-BLD';
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 0px;
}

.lp-txt-tkt-2-2 {
  margin: 0px auto 0px 0px;
  font-family: 'NOTO-MDI';
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  letter-spacing: 0px;
}

.lp-txt-tkt-2-2 ul{
  display: block;
  list-style-type: disc;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 26px;
  unicode-bidi: isolate;
}

.lp-txt-tkt-2-2 li{
  margin: 0px auto 0px 0px;
  font-family: 'NOTO-MDI';
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  letter-spacing: 0px;
}

.lp-txt-tkt-2-2 li::marker {
  font-size: 10px;
}

.lp-txt-tkt-2 {
  margin: 0px auto 10px 0px;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 35px;
  color: #393939;
  text-align: left;
  letter-spacing: 0px;
}

.lp-txt-tkt-3 {
  margin: 0px auto 14px 0px;
  font-family: 'NOTO-BLD';
  font-size: 36px;
  line-height: 46px;
  color: #077EE1;
  text-align: left;
  letter-spacing: 0px;
}

.lp-txt-tkt-4 {
  margin: 0px auto 0px auto;
  font-family: 'NOTO-BLD';
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 0px;
}

.lp-txt-tkt-4-eng {
    margin: 0px auto 0px auto;
    font-family: 'NOTO-BLD';
    font-size: 14px;
    line-height: 13.8px;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
}

.lp-txt-tkt-5 {
  margin: 18px auto 10px 0px;
  font-family: 'NOTO';
  font-size: 14px;
  line-height: 24px;
  color: #393939;
  text-align: center;
  letter-spacing: 0px;
}

.lp-txt-tkt-5-2 {
  margin: 0px auto 0px 0px;
  font-family: 'NOTO-BLD';
  font-size: 20px;
  line-height: 30px;
  color: #393939;
  text-align: center;
  letter-spacing: 0px;
}

.lp-txt-tkt-5-eng {
  margin: 0px auto 7px 0px;
  font-family: 'NOTO';
  font-size: 14px;
  line-height: 20px;
  color: #393939;
  text-align: center;
  letter-spacing: 0px;
}

.lp-txt-tkt-6 {
  margin: 16px auto 16px auto;
  font-family: 'NOTO';
  font-size: 16px;
  line-height: 26px;
  color: #393939;
  text-align: center;
  letter-spacing: 0px;
}

.lp-txt-tkt-6-eng {
  margin: 16px auto 16px auto;
  font-family: 'NOTO';
  font-size: 16px;
  line-height: 26px;
  color: #393939;
  text-align: center;
  letter-spacing: 0px;
}

.lp-txt-tkt-6-2 {
  margin: auto 0px auto 0px;
  font-family: 'NOTO-BLD';
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  letter-spacing: 0px;
}

.lp-txt-tkt-7 {
  margin: auto auto 2px 0px;
  font-family: 'NOTO-BLD';
  font-size: 20px;
  line-height: 30px;
  color: #077EE1;
  text-align: left;
  letter-spacing: 0px;
}

.lp-txt-tkt-7-eng {
  margin: auto auto 2px 0px;
  font-family: 'NOTO-BLD';
  font-size: 20px;
  line-height: 30px;
  color: #077EE1;
  text-align: left;
  letter-spacing: -1px;
}

.lp-txt-tkt-8 {
  margin: 0px auto auto 0px;
  font-family: 'NOTO';
  font-size: 16px;
  line-height: 26px;
  color: #077EE1;
  text-align: left;
  letter-spacing: 0px;
}

.lp-txt-tkt-9 {
  margin: auto auto auto auto;
  font-family: 'NOTO-BLD';
  font-size: 20px;
  line-height: 30px;
  color: #393939;
  text-align: center;
  letter-spacing: 0px;
}

.lp-txt-tkt-10 {
  margin: 20px auto 20px auto;
  font-family: 'NOTO-BLD';
  font-size: 30px;
  line-height: 40px;
  color: #077EE1;
  text-align: center;
  letter-spacing: 0px;
}

.lp-txt-tkt-11 {
  margin: 0px auto 60px auto;
  font-family: 'NOTO';
  font-size: 16px;
  line-height: 26px;
  color: #393939;
  text-align: center;
  letter-spacing: 0px;
}

.lp-txt-tkt-12 {
  margin: 0px auto 4px 0px;
  font-family: 'NOTO-BLD';
  font-size: 20px;
  line-height: 30px;
  color: #393939;
  text-align: left;
  letter-spacing: 0px;
}

.lp-txt-tkt-13 {
  margin: 0px auto 0px 0px;
  font-family: 'NOTO';
  font-size: 16px;
  line-height: 26px;
  color: #393939;
  text-align: left;
  letter-spacing: 0px;
}

.text-box-6-2-tkt ul{
  display: block;
  list-style-type: disc;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 26px;
  unicode-bidi: isolate;
}

.text-box-6-2-tkt li{
  margin: 0px auto 0px 0px;
  font-family: 'NOTO';
  font-size: 16px;
  line-height: 26px;
  color: #393939;
  text-align: left;
  letter-spacing: 0px;
}

.text-box-6-2-tkt li::marker {
  font-size: 10px;
}

.title-img-top-tkt {
  width: 164px;
  margin: 0px auto 60px auto;
}

.title-img-top-tkt img{
  width: 100%;
  margin: 0px auto 0px auto;
}

/* button */

.button-tkt {
    padding: 15px 0px;
    margin: 0px auto 60px auto;
    text-align: center;
    width: 663px;
    border: solid #077EE1 1px;
    background-color: #fff;
    border-radius: 50px;
    font-family: 'NOTO-BLD';
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #077EE1;
}
.button-tkt:hover {
    padding: 15px 0px;
    margin: 0px auto 60px auto;
    text-align: center;
    width: 663px;
    border: solid #077EE1 1px;
    background-color: #077EE1;
    border-radius: 50px;
    font-family: 'NOTO-BLD';
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #fff;
}

.button-tkt-blu {
    padding: 15px 0px;
    margin: 0px auto 60px auto;
    text-align: center;
    width: 663px;
    border: solid #077EE1 1px;
    background-color: #077EE1;
    border-radius: 50px;
    font-family: 'NOTO-BLD';
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #fff;
}
.button-tkt-blu:hover {
    padding: 15px 0px;
    margin: 0px auto 60px auto;
    text-align: center;
    width: 663px;
    border: solid #077EE1 1px;
    background-color: #fff;
    border-radius: 50px;
    font-family: 'NOTO-BLD';
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #077EE1;
}

.button-tkt-2 {
    padding: 10px 0px;
    margin: 0px auto 80px auto;
    text-align: center;
    width: 384px;
    border: solid #077EE1 1px;
    background-color: #fff;
    border-radius: 50px;
    font-family: 'NOTO-BLD';
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #077EE1;
}
.button-tkt-2:hover {
    padding: 10px 0px;
    margin: 0px auto 80px auto;
    text-align: center;
    width: 384px;
    border: solid #077EE1 1px;
    background-color: #077EE1;
    border-radius: 50px;
    font-family: 'NOTO-BLD';
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #fff;
}

/* button */

.text-box-1-tkt {
    width: 750px;
    margin: 0px auto 60px auto;
    background-color: #F05659;
    padding: 20px 0px;
    border-radius: 10px;
}

.text-box-1-2-tkt {
    width: 690px;
    margin: 0px auto 0px auto;
}

.text-box-2-tkt {
    width: 1080px;
    margin: 0px auto 0px auto;
    padding: 0.1px 0px;
    border-radius: 0px;
}

.lp-contents-clearfix-tkt {
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    margin: 0px auto 60px auto;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
    gap: 1.1%;
}

.lp-contents-clearfix-tkt a{
    opacity: 1;
}
.lp-contents-clearfix-tkt a:hover{
    opacity: 0.5;
}

.lp-contents-clearfix-tkt-2 {
    text-align: center;
    width: 1080px;
    flex-wrap: wrap;
    display: flex;
    margin: 0px auto 0px auto;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    gap: 0%;
    background-color: #077EE1;
    padding: 16px 0px;
    border-top: 1px solid #077EE1;
    border-radius: 10px 10px 0px 0px;
    align-items: center;
}

.lp-contents-clearfix-tkt-2 a{
    opacity: 1;
}
.lp-contents-clearfix-tkt-2 a:hover{
    opacity: 0.5;
}

.lp-contents-clearfix-tkt-2-sp {
    text-align: center;
    width: 1080px;
    flex-wrap: wrap;
    display: none;
    margin: 0px auto 0px auto;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    gap: 0%;
    background-color: #077EE1;
    padding: 16px 0px;
    border-top: 1px solid #077EE1;
    border-radius: 10px 10px 0px 0px;
    align-items: center;
}

.lp-contents-clearfix-tkt-2-sp a{
    opacity: 1;
}
.lp-contents-clearfix-tkt-2-sp a:hover{
    opacity: 0.5;
}

.lp-contents-clearfix-tkt-2-2-sp {
    text-align: center;
    width: 1080px;
    flex-wrap: wrap;
    display: none;
    margin: 0px auto 0px auto;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    gap: 0%;
    background-color: #077EE1;
    padding: 16px 0px;
    border-top: 1px solid #077EE1;
    border-radius: 10px 10px 0px 0px;
    align-items: center;
}

.lp-contents-clearfix-tkt-2-2-sp a{
    opacity: 1;
}
.lp-contents-clearfix-tkt-2-2-sp a:hover{
    opacity: 0.5;
}

.lp-contents-clearfix-tkt-2-2 {
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    margin: 0px auto 0px auto;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 0%;
    padding: 16px 0px;
    border-top: 1px solid #077EE1;
    border-radius: 0px 0px 0px 0px;
}

.lp-contents-clearfix-tkt-2-2 a{
    opacity: 1;
}
.lp-contents-clearfix-tkt-2-2 a:hover{
    opacity: 0.5;
}

.lp-contents-clearfix-tkt-3 {
    text-align: center;
    width: 932px;
    flex-wrap: wrap;
    display: flex;
    margin: 0px auto 60px auto;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
    gap: 0%;
    padding: 0px 0px;
}

.lp-contents-clearfix-tkt-3 a{
    opacity: 1;
}
.lp-contents-clearfix-tkt-3 a:hover{
    opacity: 0.5;
}

.box-img-1-tkt {
    position: relative;
    width: 15.7%;
    margin: 0px 0px;
    padding: 0.1px 0px 27px 0px;
    background-color: #fff;
    border-radius: 10px;
}

.box-img-1-tkt-eng {
    position: relative;
    width: 15.7%;
    margin: 0px 0px;
    padding: 0.1px 0px 7.5px 0px;
    background-color: #fff;
    border-radius: 10px;
}

.box-img-2-tkt {
    width: 165px;
    margin: 0px 0px;
    padding: 0px 0px 0px 16px;
    text-align: center;
}

.box-img-3-tkt {
    width: 179px;
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.box-img-4-tkt {
    width: 50%;
    margin: 0px 0px;
}

.box-img-4-tkt img{
    width: 100%;
    margin: 0px auto;
}

.text-box-3-tkt {
    width: 99.9%;
    margin: 0px auto;
    background-color: #077EE1;
    padding: 16px 0px;
    border-radius: 10px 10px 0px 0px;
}

.text-box-4-tkt {
    width: 1080px;
    margin: 0px auto 0px auto;
    border-radius: 0px 0px 10px 10px;
    padding: 0px 0px;
    background-color: #fff;
    border-bottom: solid 1px #077EE1;
    border-left: solid 1px #077EE1;
    border-right: solid 1px #077EE1;
}

.text-box-5-tkt {
    width: 1080px;
    margin: 0px auto 31px auto;
    border-radius: 0;
    padding: 0px 0px;
    text-align: left;
}

.text-box-5-2-tkt {
    width: 1080px;
    margin: 0px auto 60px auto;
    border-radius: 0;
    padding: 0px 0px;
    text-align: left;
}

.text-box-6-tkt {
    width: 1080px;
    margin: 0px auto 31px auto;
    border-radius: 10px;
    padding: 40px 0px;
    background-color: #fff;
}

.text-box-6-2-tkt {
    width: 1020px;
    margin: 0px auto 0px auto;
    border-radius: 10px;
    padding: 0px 0px;
    text-align: left;
}

.text-box-6-3-tkt {
    width: 1080px;
    margin: 0px auto 0px auto;
    border-radius: 10px;
    padding: 40px 0px;
    background-color: #fff;
}

.box-img-1-tkt-sold {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url(./tkt-sold_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
      z-index: 1;
}

.box-img-1-tkt-sold_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0px auto 0px auto;
  font-family: 'NOTO-BLD';
  font-size: 16.5px;
  line-height: 25px;
  color: #F05683;
  text-align: center;
  letter-spacing: 0px;
  z-index: 2;
}


@media (max-width: 1200px) {

  .fv-section-tkt {
    width: 100%;
    margin: 0px auto;
    background-image: url(./tkt_001.webp),url(./bg-001_sp.webp);
    background-position: top,center;
    background-size: 100%,cover;
    background-repeat: repeat,no-repeat;
    padding: 0.1px 0px;
  }

  .item-section-tkt {
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    padding: 40px 0px;
  }

  .item-section-2-tkt {
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    background-image: url(./bg_013-tkt.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
  }

  .lp-title-1-tkt {
    margin: 114px auto 30px auto;
    font-family: "gotham", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 36px;
    line-height: 46px;
    color: #077EE1;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-title-2-tkt {
    margin: 0px auto 20px auto;
    font-family: 'NOTO-BLD';
    font-size: 20px;
    line-height: 30px;
    color: #F05659;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-title-2-2-tkt {
    margin: 0px auto 30px auto;
    font-family: 'NOTO-BLD';
    font-size: 18px;
    line-height: 28px;
    color: #077EE1;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-title-3-tkt {
    margin: 0px auto 0px auto;
    font-family: "gotham", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 36px;
    line-height: 46px;
    color: #077EE1;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-title-4-tkt {
    margin: 0px auto 24px auto;
    font-family: 'NOTO-BLD';
    font-size: 30px;
    line-height: 40px;
    color: #393939;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-title-5-tkt {
    margin: 0px auto 20px 0px;
    font-family: 'NOTO-BLD';
    font-size: 20px;
    line-height: 30px;
    color: #393939;
    text-align: left;
    letter-spacing: 0px;
  }

  .lp-txt-tkt {
    margin: 0px auto 10px auto;
    font-family: 'NOTO-BLD';
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-2-2 {
    margin: 0px auto 0px 0px;
    font-family: 'NOTO-MDI';
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: left;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-2 {
    margin: 0px auto 10px auto;
    font-family: "gotham", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #393939;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-3 {
    margin: 0px auto 20px auto;
    font-family: 'NOTO-BLD';
    font-size: 30px;
    line-height: 40px;
    color: #077EE1;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-4 {
    margin: 0px auto 0px auto;
    font-family: 'NOTO-BLD';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-5 {
    margin: 18px auto 10px 0px;
    font-family: 'NOTO';
    font-size: 16px;
    line-height: 26px;
    color: #393939;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-5-2 {
    margin: 0px auto 0px auto;
    font-family: 'NOTO-BLD';
    font-size: 20px;
    line-height: 30px;
    color: #393939;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-6 {
    margin: 12px auto 32px auto;
    font-family: 'NOTO';
    font-size: 16px;
    line-height: 26px;
    color: #393939;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-6-eng {
    width: 84%;
    margin: 12px auto 32px auto;
    font-family: 'NOTO';
    font-size: 16px;
    line-height: 26px;
    color: #393939;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-6-2 {
    margin: 0px auto 0px 0px;
    font-family: 'NOTO-BLD';
    font-size: 16px;
    line-height: 26px;
    color: #077EE1;
    text-align: left;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-7 {
    margin: 0px auto 0px auto;
    font-family: 'NOTO-BLD';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-8 {
    margin: 0px auto 0px auto;
    font-family: 'NOTO-BLD';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-9 {
    margin: 0px auto 0px auto;
    font-family: 'NOTO-BLD';
    font-size: 16px;
    line-height: 26px;
    color: #077EE1;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-10 {
    margin: 12px auto 12px auto;
    font-family: 'NOTO-BLD';
    font-size: 20px;
    line-height: 30px;
    color: #077EE1;
    text-align: center;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-11 {
    width: 84%;
    margin: 0px auto 24px auto;
    font-family: 'NOTO';
    font-size: 16px;
    line-height: 26px;
    color: #393939;
    text-align: left;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-12 {
    margin: 0px auto 4px 0px;
    font-family: 'NOTO-BLD';
    font-size: 20px;
    line-height: 30px;
    color: #393939;
    text-align: left;
    letter-spacing: 0px;
  }

  .lp-txt-tkt-13 {
    margin: 0px auto 0px 0px;
    font-family: 'NOTO';
    font-size: 16px;
    line-height: 26px;
    color: #393939;
    text-align: left;
    letter-spacing: 0px;
  }

  .text-box-6-2-tkt ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 14px;
    unicode-bidi: isolate;
  }

  .text-box-6-2-tkt li{
    margin: 0px auto 0px 0px;
    font-family: 'NOTO';
    font-size: 16px;
    line-height: 26px;
    color: #393939;
    text-align: left;
    letter-spacing: 0px;
  }

  .text-box-6-2-tkt li::marker {
    font-size: 10px;
  }

  .title-img-top-tkt {
    width: 164px;
    margin: 0px auto 30px auto;
  }

  .title-img-top-tkt img{
    width: 100%;
    margin: 0px auto 0px auto;
  }

  /* button */

  .button-tkt {
      padding: 15px 0px;
      margin: 0px auto 30px auto;
      text-align: center;
      width: 84%;
      border: solid #077EE1 1px;
      background-color: #fff;
      border-radius: 50px;
      font-family: 'NOTO-BLD';
      font-size: 21.33px;
      line-height: 32.33px;
      letter-spacing: 0px;
      color: #077EE1;
  }
  .button-tkt:hover {
      padding: 15px 0px;
      margin: 0px auto 30px auto;
      text-align: center;
      width: 84%;
      border: solid #077EE1 1px;
      background-color: #077EE1;
      border-radius: 50px;
      font-family: 'NOTO-BLD';
      font-size: 21.33px;
      line-height: 32.33px;
      letter-spacing: 0px;
      color: #fff;
  }

  .button-tkt-blu {
      padding: 15px 0px;
      margin: 0px auto 30px auto;
      text-align: center;
      width: 84%;
      border: solid #077EE1 1px;
      background-color: #077EE1;
      border-radius: 50px;
      font-family: 'NOTO-BLD';
      font-size: 21.33px;
      line-height: 32.33px;
      letter-spacing: 0px;
      color: #fff;
  }
  .button-tkt-blu:hover {
      padding: 15px 0px;
      margin: 0px auto 30px auto;
      text-align: center;
      width: 84%;
      border: solid #077EE1 1px;
      background-color: #fff;
      border-radius: 50px;
      font-family: 'NOTO-BLD';
      font-size: 21.33px;
      line-height: 32.33px;
      letter-spacing: 0px;
      color: #077EE1;
  }

  .button-tkt-2 {
      padding: 10px 0px;
      margin: 0px auto 40px auto;
      text-align: center;
      width: 84%;
      border: solid #077EE1 1px;
      background-color: #fff;
      border-radius: 50px;
      font-family: 'NOTO-BLD';
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0px;
      color: #077EE1;
  }
  .button-tkt-2:hover {
      padding: 10px 0px;
      margin: 0px auto 40px auto;
      text-align: center;
      width: 84%;
      border: solid #077EE1 1px;
      background-color: #077EE1;
      border-radius: 50px;
      font-family: 'NOTO-BLD';
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0px;
      color: #fff;
  }

  /* button */

  .text-box-1-tkt {
      width: 84%;
      margin: 0px auto 30px auto;
      background-color: #F05659;
      padding: 20px 0px;
      border-radius: 10px;
  }

  .text-box-1-2-tkt {
      width: 84%;
      margin: 0px auto 0px auto;
  }

  .text-box-2-tkt {
      width: 84%;
      margin: 0px auto 10px auto;
      padding: 0.1px 0px;
      border-radius: 0px;
  }

  .lp-contents-clearfix-tkt {
      text-align: center;
      width: 100%;
      flex-wrap: wrap;
      display: flex;
      margin: 0px auto 0px auto;
      flex-direction: row;
      justify-content: flex-start;
      align-content: center;
      align-items: flex-start;
      gap: 1.1%;
  }

  .lp-contents-clearfix-tkt a{
      opacity: 1;
  }
  .lp-contents-clearfix-tkt a:hover{
      opacity: 0.5;
  }

  .lp-contents-clearfix-tkt-2 {
      text-align: center;
      width: 1080px;
      flex-wrap: wrap;
      display: none;
      margin: 0px auto 0px auto;
      flex-direction: row;
      justify-content: space-between;
      align-content: center;
      gap: 0%;
      background-color: #077EE1;
      padding: 16px 0px;
      border-top: 1px solid #077EE1;
      border-radius: 10px 10px 0px 0px;
      align-items: center;
  }

  .lp-contents-clearfix-tkt-2 a{
      opacity: 1;
  }
  .lp-contents-clearfix-tkt-2 a:hover{
      opacity: 0.5;
  }

  .lp-contents-clearfix-tkt-2-sp {
      text-align: center;
      width: 84%;
      flex-wrap: wrap;
      display: flex;
      margin: 0px auto 0px auto;
      flex-direction: row;
      justify-content: space-between;
      align-content: center;
      gap: 0%;
      background-color: #077EE1;
      padding: 0.1px 0px;
      border-top: 1px solid #077EE1;
      border-radius: 10px 10px 0px 0px;
      align-items: center;
      padding: 16px 0px;
  }

  .lp-contents-clearfix-tkt-2-sp a{
      opacity: 1;
  }
  .lp-contents-clearfix-tkt-2-sp a:hover{
      opacity: 0.5;
  }

  .lp-contents-clearfix-tkt-2-2-sp {
      text-align: center;
      width: 84%;
      flex-wrap: wrap;
      display: flex;
      margin: 0px auto 16px auto;
      flex-direction: row;
      justify-content: space-between;
      align-content: center;
      gap: 0%;
      padding: 16px 0px;
      background-color: unset;
      border-bottom: 1px solid #077EE1;
      border-left: 1px solid #077EE1;
      border-right: 1px solid #077EE1;
      border-radius: 0px 0px 10px 10px;
      align-items: center;
  }

  .lp-contents-clearfix-tkt-2-2-sp a{
      opacity: 1;
  }
  .lp-contents-clearfix-tkt-2-2-sp a:hover{
      opacity: 0.5;
  }

  .lp-contents-clearfix-tkt-2-2 {
      text-align: center;
      width: 100%;
      flex-wrap: wrap;
      display: flex;
      margin: 0px auto 0px auto;
      flex-direction: row;
      justify-content: space-between;
      align-content: center;
      align-items: center;
      gap: 0%;
      padding: 16px 0px;
      border-top: 1px solid #077EE1;
      border-radius: 0px 0px 0px 0px;
  }

  .lp-contents-clearfix-tkt-2-2 a{
      opacity: 1;
  }
  .lp-contents-clearfix-tkt-2-2 a:hover{
      opacity: 0.5;
  }

  .lp-contents-clearfix-tkt-3 {
      text-align: center;
      width: 84%;
      flex-wrap: wrap;
      display: flex;
      margin: 0px auto 0px auto;
      flex-direction: column;
      justify-content: space-between;
      align-content: center;
      align-items: flex-start;
      gap: 0%;
      padding: 0px 0px;
  }

  .lp-contents-clearfix-tkt-3 a{
      opacity: 1;
  }
  .lp-contents-clearfix-tkt-3 a:hover{
      opacity: 0.5;
  }

  .box-img-1-tkt {
      position: relative;
      width: 100%;
      margin: 0px 0px 20px 0px;
      padding: 0.1px 0px 27px 0px;
      background-color: #fff;
      border-radius: 10px;
  }

  .box-img-1-tkt-eng {
      position: relative;
      width: 100%;
      margin: 0px 0px 20px 0px;
      padding: 0.1px 0px 27px 0px;
      background-color: #fff;
      border-radius: 10px;
  }

  .box-img-2-tkt {
      width: 100%;
      margin: 0px 0px;
      padding: 0px 0px 0px 0px;
      text-align: center;
  }

  .box-img-3-tkt {
      width: 188px;
      margin: 0px 0px 28px 0px;
      padding: 0px 0px 0px 12px;
      text-align: left;
  }

  .box-img-3-2-tkt {
      width: 76px;
      margin: 0px 0px 28px 0px;
      padding: 0px 12px 0px 0px;
      text-align: center;
  }

  .box-img-3-2-tkt-eng {
      width: 125px;
      margin: 0px 0px 28px 0px;
      padding: 0px 12px 0px 0px;
      text-align: center;
  }

  .box-img-3-tkt-2 {
      width: 188px;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 12px;
      text-align: left;
  }

  .box-img-3-2-tkt-2 {
      width: 76px;
      margin: 0px 0px 0px 0px;
      padding: 0px 12px 0px 0px;
      text-align: center;
  }

  .box-img-3-2-tkt-eng-2 {
      width: 125px;
      margin: 0px 0px 0px 0px;
      padding: 0px 12px 0px 0px;
      text-align: center;
  }

  .box-img-4-tkt {
    border-radius: 10px;
      width: 100%;
      margin: 0px auto 24px auto;
  }

  .box-img-4-tkt img{
    border-radius: 10px;
      width: 100%;
      margin: 0px auto;
  }

  .text-box-3-tkt {
      width: 99.9%;
      margin: 0px auto;
      background-color: #077EE1;
      padding: 16px 0px;
      border-radius: 10px 10px 0px 0px;
  }

  .text-box-4-tkt {
    display: none;
      width: 1080px;
      margin: 0px auto 0px auto;
      border-radius: 0px 0px 10px 10px;
      padding: 0px 0px;
      background-color: #fff;
      border-bottom: solid 1px #077EE1;
      border-left: solid 1px #077EE1;
      border-right: solid 1px #077EE1;
  }

  .text-box-5-tkt {
      width: 84%;
      margin: 0px auto 20px auto;
      border-radius: 0;
      padding: 0px 0px;
      text-align: left;
  }

  .text-box-5-2-tkt {
      width: 84%;
      margin: 0px auto 24px auto;
      border-radius: 0;
      padding: 0px 0px;
      text-align: left;
  }

  .text-box-6-tkt {
      width: 84%;
      margin: 0px auto 16px auto;
      border-radius: 10px;
      padding: 24px 0px;
      background-color: #fff;
  }

  .text-box-6-2-tkt {
      width: 88%;
      margin: 0px auto 0px auto;
      border-radius: 10px;
      padding: 0px 0px;
      text-align: left;
  }

  .text-box-6-3-tkt {
      width: 84%;
      margin: 0px auto 0px auto;
      border-radius: 10px;
      padding: 24px 0px;
      background-color: #fff;
  }

  .box-img-1-tkt-sold {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./tkt-sold_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
        z-index: 1;
  }

  .box-img-1-tkt-sold_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0px auto 0px auto;
    font-family: 'NOTO-BLD';
    font-size: 16.5px;
    line-height: 25px;
    color: #F05683;
    text-align: center;
    letter-spacing: 0px;
    z-index: 2;
  }


}