@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

sup {
  vertical-align: text-top;
}

img,
picture {
  max-width: 100%;
  vertical-align: top;
}

iframe {
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

span {
  color: inherit;
  font-size: inherit;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  vertical-align: middle;
  transition: ease-in-out, 0.3s;
}

:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Shippori Mincho', serif;
}

body.en {
  letter-spacing: -0.03em;
}

.font_container {
  max-width: 1400px;
  margin-inline: auto;
  font-size: 12px;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.landing {
  overflow-x: clip;
}

.inner-lg {
  width: 100%;
  max-width: 850px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 750px) {
  .inner-lg {
    max-width: 600px;
    padding-inline: 16px;
  }
}

.inner-xl {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 750px) {
  .inner-xl {
    max-width: 600px;
    padding-inline: 16px;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  #logo img {
    width: 80%;
  }
}
@media (max-width: 620px) {
  #logo img {
    width: 65%;
  }
}
@media (max-width: 490px) {
  #logo img {
    width: 45%;
  }
}
@media (max-width: 390px) {
  #logo img {
    width: 35%;
  }
}

#catch {
  width: 100%;
  max-width: 960px;
  height: auto;
}

#catch h1 img {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

#globalnavi {
  min-width: 100%;
  max-width: 992px;
  padding-inline: 16px;
  margin-inline: auto;
}

#globalnavi ul {
  width: 100%;
  max-width: 800px;
}

.footer--2026 {
  overflow-x: clip;
}
.footer--2026 #footer_top_wrapper,
.footer--2026 #footer_top_wrapper_sp {
  position: relative;
  width: 100%;
  max-width: 833px;
  min-width: auto;
  margin-inline: auto;
}
.footer--2026 #footer_bottom_wrapper,
.footer--2026 #footer_bottom_wrapper_sp {
  min-width: auto;
}
.footer--2026 #footer_top_wrapper #footer_top .footerlinks {
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-inline: 16px;
}
@media screen and (max-width: 750px) {
  .footer--2026 #footer_top_wrapper_sp #footer_top_sp .footerlinks {
    margin-inline: auto;
  }
}
.footer--2026 #footer_top_wrapper #footer_top,
.footer--2026 #footer_top_wrapper_sp #footer_top_sp #footer_top_wrapper {
  position: relative;
  max-width: 960px;
  width: 100%;
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer--2026 #footer_top_wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #f3f3f3 none repeat scroll 0 0;
  z-index: -1;
}

.breadcrumb {
  width: 100%;
  max-width: 832px;
  margin-inline: auto;
  margin-bottom: 30px;
}

.breadcrumb ul {
  display: block;
  margin: 0;
  padding: 14px 16px 0;
  overflow: hidden;
}

.footer--2026 #footer_bottom_wrapper {
  padding: 15px 16px 0;
}
.footer--2026 #footer_bottom_wrapper #footer_bottom {
  width: 100%;
  max-width: 800px;
}
.footer--2026 .footer_logo img {
  width: 186px;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer--2026 #copyright {
  font-size: 9.1px;
  padding-top: 14px;
}

.pagetop_link--2026 {
  width: 100%;
  max-width: 800px;
  margin: 10% auto 1%;
}
@media (max-width: 800px) {
  .pagetop_link--2026 {
    padding-inline: 16px;
  }
}

.section-title {
  color: #030065;
  font-size: 283.3333333333%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .section-title {
    line-height: 1.4;
    font-size: 233.3333333333%;
  }
}

.section-title span {
  position: relative;
  letter-spacing: 0.1em;
}

.section-title span::before,
.section-title span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../image/2026/icon_title_01.svg) center/contain no-repeat;
}

.section-title span::before {
  left: -56px;
}
@media screen and (max-width: 750px) {
  .section-title span::before {
    left: -34px;
  }
}

.section-title span::after {
  right: -56px;
}
@media screen and (max-width: 750px) {
  .section-title span::after {
    right: -34px;
  }
}

@media screen and (max-width: 750px) {
  .eventContent .section-title span::after {
    right: -60px;
  }
}

.section-inner {
  position: relative;
  padding-top: 109px;
}

.section-line {
  position: relative;
  border-top: 3px solid #dfba50;
  border-bottom: 3px solid #dfba50;
}

.section-line::before,
.section-line::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dfba50;
}

.section-line::before {
  top: 2px;
}

.section-line::after {
  bottom: 2px;
}

.eventNumber-band {
  position: relative;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .eventNumber-band {
    margin-top: 20px;
  }
}

.eventNumber-band::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 24px;
  background: url(../image/2026/band.png) center/contain repeat;
}
@media screen and (max-width: 750px) {
  .eventNumber-band::before {
    top: -20px;
    height: 20px;
  }
}

.eventNumber-logo {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  z-index: 1;
}

.eventNumber-logo-text {
  font-family: 'Yuji Syuku', serif;
  color: #030065;
  font-size: 208.3333333333%;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

.eventNumber-logo-icon {
  width: 65px;
  height: 41px;
}

.eventNumber-logo-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.event-bg {
  background: url(../image/2026/bg_event.png) center/cover repeat;
  overflow-x: clip;
}

.cta-button {
  margin-top: 48px;
}

.cta-button a {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 382px;
  aspect-ratio: 382/76;
  margin-inline: auto;
  padding-left: 59px;
  background: url(../image/2026/cta_red.jpg) center/contain no-repeat;
  font-size: 166.6666666667%;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  transition: ease-in-out, 0.3s;
}
@media (max-width: 1200px) {
  .cta-button a {
    font-size: 150%;
  }
}
@media screen and (max-width: 750px) {
  .cta-button a {
    padding-left: 28px;
    width: 100%;
    min-height: 76px;
  }
}
@media (max-width: 390px) {
  .cta-button a {
    padding-left: 25px;
  }
}

.cta-button a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../image/2026/icon_out_link.svg) center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .cta-button a::before {
    width: 23px;
    height: 23px;
    right: 35px;
  }
}
@media (max-width: 390px) {
  .cta-button a::before {
    right: 26px;
  }
}

.cta-button a:hover {
  opacity: 0.7;
}

.deco {
  position: absolute;
}

.deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.deco_01 {
  top: 44px;
  right: -80px;
}
@media (max-width: 1200px) {
  .deco_01 {
    top: 14px;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .deco_01 {
    top: 74px;
    right: -40px;
  }
}
@media (max-width: 600px) {
  .deco_01 {
    top: -56px;
    right: -20px;
  }
}
.deco_01 img {
  width: 381px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_01 img {
    width: 241px;
  }
}
@media (max-width: 600px) {
  .deco_01 img {
    width: 181px;
  }
}

.deco_02 {
  bottom: 50px;
  left: -46px;
}
@media (max-width: 1200px) {
  .deco_02 {
    bottom: 0;
    left: 20px;
  }
}
.deco_02 img {
  width: 281px;
  height: 374px;
}
@media (max-width: 1200px) {
  .deco_02 img {
    width: 131px;
    height: 174px;
  }
}
.deco_03 {
  bottom: 110px;
  right: -180px;
}
@media (max-width: 1200px) {
  .deco_03 {
    bottom: 110px;
    right: -95px;
  }
}
@media screen and (max-width: 1000px) {
  .deco_03 {
    bottom: auto;
    top: -70px;
    right: 0;
  }
}
.deco_03 img {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_03 img {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .deco_03 img {
    width: 180px;
  }
}

.deco_04 {
  bottom: 7px;
  left: -145px;
}
@media (max-width: 1200px) {
  .deco_04 {
    left: -115px;
  }
}
@media screen and (max-width: 950px) {
  .deco_04 {
    left: -75px;
    bottom: -70px;
  }
}
@media screen and (max-width: 750px) {
  .deco_04 {
    left: -55px;
  }
}
.deco_04 img {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_04 img {
    width: 280px;
  }
}
@media screen and (max-width: 750px) {
  .deco_04 img {
    width: 240px;
  }
}

.deco_05 {
  top: -90px;
  right: -298px;
}
@media (max-width: 1200px) {
  .deco_05 {
    top: -70px;
    right: -100px;
  }
}
@media (max-width: 900px) {
  .deco_05 {
    right: -70px;
  }
}
@media screen and (max-width: 750px) {
  .deco_05 {
    right: -40px;
  }
}
.deco_05 img {
  width: 400px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_05 img {
    width: 240px;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .deco_05 img {
    width: 194px;
  }
}

.deco_08 {
  bottom: -20px;
  right: -10px;
}
@media (max-width: 1200px) {
  .deco_08 {
    bottom: 10px;
    right: 0;
  }
}
.deco_08 img {
  width: 280px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_08 img {
    width: 250px;
  }
}
@media screen and (max-width: 750px) {
  .deco_08 img {
    width: 150px;
  }
}

.deco_09 {
  top: 126px;
  left: -77px;
}
@media (max-width: 1200px) {
  .deco_09 {
    top: 132px;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .deco_09 {
    top: auto;
    left: auto;
    bottom: 90px;
    right: 0;
  }
}
.deco_09 img {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_09 img {
    width: 150px;
  }
}
@media (max-width: 650px) {
  .deco_09 img {
    width: 120px;
  }
}

.deco_10 {
  bottom: 864px;
  left: -30px;
}
@media (max-width: 1200px) {
  .deco_10 {
    bottom: 984px;
    left: 10px;
  }
}
@media screen and (max-width: 1040px) {
  .deco_10 {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .deco_10 {
    display: block;
    bottom: 50px;
  }
}
@media (max-width: 650px) {
  .deco_10 {
    bottom: 150px;
    left: -10px;
  }
}
.deco_10 img {
  width: 260px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_10 img {
    width: 170px;
  }
}
@media (max-width: 650px) {
  .deco_10 img {
    width: 130px;
  }
}

.deco_11 {
  bottom: 128px;
  left: -110px;
}
@media (max-width: 1300px) {
  .deco_11 {
    left: -100px;
  }
}
@media (max-width: 1200px) {
  .deco_11 {
    bottom: 848px;
    left: -50px;
  }
}
@media screen and (max-width: 1040px) {
  .deco_11 {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .deco_11 {
    display: block;
    bottom: -40px;
    left: 60px;
  }
}
@media (max-width: 650px) {
  .deco_11 {
    bottom: 50px;
    left: 40px;
  }
}
.deco_11 img {
  width: 404px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_11 img {
    width: 220px;
  }
}
@media (max-width: 650px) {
  .deco_11 img {
    width: 170px;
  }
}

.deco_12 {
  top: 1036px;
  right: -67px;
}
@media (max-width: 1200px) {
  .deco_12 {
    top: 1036px;
    right: 0;
  }
}
@media (max-width: 970px) {
  .deco_12 {
    display: none;
  }
}
@media (max-width: 820px) {
  .deco_12 {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .deco_12 {
    top: auto;
    right: 110px;
  }
}
@media (max-width: 650px) {
  .deco_12 {
    right: 90px;
    bottom: 152px;
  }
}
.deco_12 img {
  width: 336px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_12 img {
    width: 166px;
  }
}
@media (max-width: 650px) {
  .deco_12 img {
    width: 86px;
  }
}

.deco_13 {
  bottom: 120px;
  left: -229px;
}
@media (max-width: 1350px) {
  .deco_13 {
    bottom: 320px;
    left: auto;
    right: 50px;
  }
}
@media (max-width: 900px) {
  .deco_13 {
    bottom: 290px;
    right: 180px;
  }
}
@media screen and (max-width: 750px) {
  .deco_13 {
    right: 230px;
    top: auto;
    bottom: 59px;
  }
}
.deco_13 img {
  width: 277px;
  height: 397px;
}
@media (max-width: 1350px) {
  .deco_13 img {
    width: 147px;
    height: 207px;
  }
}
@media screen and (max-width: 750px) {
  .deco_13 img {
    width: 117px;
  }
}
.deco_14 {
  top: 130px;
  right: -230px;
}
@media (max-width: 1350px) {
  .deco_14 {
    top: 250px;
    right: 160px;
  }
}
@media (max-width: 900px) {
  .deco_14 {
    right: 50px;
  }
}
@media screen and (max-width: 750px) {
  .deco_14 {
    top: auto;
    bottom: 110px;
  }
}
.deco_14 img {
  width: 250px;
  height: 279px;
}
@media (max-width: 1200px) {
  .deco_14 img {
    width: 210px;
    height: 229px;
  }
}
@media screen and (max-width: 750px) {
  .deco_14 img {
    width: 180px;
  }
}
@media (max-width: 650px) {
  .deco_14 img {
    width: 160px;
  }
}

.deco_15 {
  bottom: 220px;
  left: -29px;
}
@media (max-width: 1200px) {
  .deco_15 {
    bottom: 0;
    left: 0;
  }
}
.deco_15 img {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_15 img {
    width: 220px;
  }
}
.deco_16 {
  top: 140px;
  right: -30px;
}
@media (max-width: 1200px) {
  .deco_16 {
    top: 190px;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .deco_16 {
    top: auto;
    bottom: 40px;
  }
}
.deco_16 img {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_16 img {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .deco_16 img {
    width: 170px;
  }
}

.deco_17 {
  bottom: -107px;
  left: -50px;
}
@media (max-width: 1200px) {
  .deco_17 {
    left: -30px;
  }
}
@media screen and (max-width: 750px) {
  .deco_17 {
    bottom: -97px;
  }
}
.deco_17 img {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_17 img {
    width: 210px;
  }
}
@media screen and (max-width: 750px) {
  .deco_17 img {
    width: 180px;
  }
}

.deco_18 {
  top: -157px;
  right: -105px;
}
@media (max-width: 1200px) {
  .deco_18 {
    top: -147px;
    right: -70px;
  }
}
@media screen and (max-width: 750px) {
  .deco_18 {
    top: -117px;
  }
}
.deco_18 img {
  width: 416px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_18 img {
    width: 246px;
  }
}
@media screen and (max-width: 750px) {
  .deco_18 img {
    width: 206px;
  }
}

.deco_19 {
  top: 336px;
  left: 35px;
}
@media (max-width: 1200px) {
  .deco_19 {
    top: -10px;
  }
}
.deco_19 img {
  width: 289px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_19 img {
    width: 129px;
  }
}
@media screen and (max-width: 750px) {
  .deco_19 img {
    width: 109px;
  }
}

.deco_20 {
  top: -11px;
  right: -1px;
}
@media (max-width: 1200px) {
  .deco_20 {
    width: 210px;
  }
}
@media screen and (max-width: 750px) {
  .deco_20 {
    display: none;
  }
}
.deco_20 img {
  width: 260px;
  height: auto;
}
.deco_21 {
  top: 127px;
  right: 66px;
}
@media (max-width: 1200px) {
  .deco_21 {
    top: 157px;
    right: 106px;
  }
}
@media screen and (max-width: 750px) {
  .deco_21 {
    display: none;
  }
}
.deco_21 img {
  width: 236px;
  height: auto;
}
@media (max-width: 1200px) {
  .deco_21 img {
    width: 186px;
  }
}
.dot-md {
  position: relative;
  padding-left: 10px;
}

.dot-md::before {
  content: '';
  position: absolute;
  top: 0.5lh;
  left: 0;
  transform: translateY(-50%);
  left: 0;
  width: 7px;
  height: 7px;
  border: 100px;
  border-radius: 100vh;
  background: #000000;
  z-index: 1;
}

.dot-lg {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .dot-lg {
    padding-left: 5%;
  }
}

.dot-lg::before {
  content: '●';
  position: absolute;
  top: 0.5lh;
  left: 3px;
  transform: translateY(-50%);
  color: #000000;
  font-size: 100%;
}
@media screen and (max-width: 750px) {
  .dot-lg::before {
    font-size: 83.3333333333%;
  }
}

.ja #___gcse_0 {
  margin-top: -12px;
  margin-left: 10px;
}
.ja #header_rightarea .headerlinks .arrow_iconlink {
  margin-left: 50px;
  padding-left: 15px;
}

.name-ku {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  transform: translateY(1px);
}

.name-ku img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ensou__schedule-td .name-ku {
  width: 15px;
  height: 15px;
  transform: translateY(0px) translateX(1px);
}

.access {
  background: #ffffff;
}

.access .section-inner {
  padding-top: 110px;
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .access .section-inner {
    padding-top: 80px;
  }
}

.access__body {
  width: 100%;
  max-width: 670px;
  margin-inline: auto;
}

.access__map {
  margin-top: 72px;
  width: 100%;
  max-width: 670px;
  margin-inline: auto;
  aspect-ratio: 670/480;
}
@media screen and (max-width: 750px) {
  .access__map {
    aspect-ratio: 343/300;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
}

.access__info {
  margin-top: 35px;
}
@media screen and (max-width: 750px) {
  .access__info {
    margin-top: 30px;
  }
}

.access__info-title {
  font-size: 125%;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.access__item {
  font-size: 125%;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .access__item {
    padding-left: 30px;
    font-size: 116.6666666667%;
    line-height: 1.7142857143;
  }
}

.accordion {
  margin-top: 85px;
}

.accordion__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin-inline: auto;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
  font-size: 166.6666666667%;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (max-width: 750px) {
  .accordion__title {
    max-width: 100%;
  }
}

.accordion__title::before,
.accordion__title::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../image/2026/flower.svg) center/contain no-repeat;
}

.accordion__title::before {
  left: 60px;
}
@media (max-width: 450px) {
  .accordion__title::before {
    left: 40px;
  }
}

.accordion__title::after {
  right: 60px;
}
@media (max-width: 450px) {
  .accordion__title::after {
    right: 40px;
  }
}

.accordion__title:hover {
  opacity: 0.8;
}

.accordion__icon {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.accordion__icon::before,
.accordion__icon::after {
  content: '';
  position: absolute;
  background-color: #000000;
  transition: all 0.32s ease;
}

.accordion__icon::before {
  width: 20px;
  height: 2px;
}

.accordion__icon::after {
  width: 2px;
  height: 20px;
}

.accordion.is-active .accordion__icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion_body {
  display: none;
  overflow: hidden;
}

.accordion__inner {
  padding: 74px 56px 62px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .accordion__inner {
    padding: 74px 14px 62px;
  }
}

.en .pagetop_link--2026 {
  max-width: 950px;
}
.en .footer--2026 #footer_top_wrapper {
  max-width: 100%;
}
.en .footer--2026 #footer_bottom_wrapper #footer_bottom {
  max-width: 970px;
}
.en .footer--2026 #footer_bottom_wrapper {
  padding: 29px 16px 50px;
}
.en #header_rightarea .arrow_iconlink {
  margin: 0;
  margin-top: 24px;
  margin-right: 25px;
}
.en #header_rightarea .arrow_iconlink.tokyo {
  margin-left: -22px;
}
.en #header_rightarea .arrow_iconlink.en {
  margin-right: 18px;
}
.en #header_rightarea .arrow_iconlink.font {
  margin-right: 5px;
}
.en #header_rightarea .text_size a.text_middle {
  margin: 6px 2px 0 0;
}
.en #header .header__teshigoto {
  width: 140px;
}
.en #header_rightarea .headerlinks .arrow_iconlink {
  margin-left: 40px;
  padding-left: 15px;
}
.en .footer--2026 .footer_logo img {
  width: 216px;
}
.en .footer--2026 #copyright {
  font-size: 125%;
}
.en #footer_bottom_address {
  padding-left: 0;
}
.en .section-title {
  line-height: 1.2;
}
.en .cta-button {
  margin-top: 38px;
}
.en .cta-button a {
  text-align: center;
  padding-left: 79px;
}
@media screen and (max-width: 750px) {
  .en .cta-button a {
    padding-left: 102px;
  }
}
@media (max-width: 390px) {
  .en .cta-button a {
    padding-left: 75px;
  }
}
.en .eventNumber-logo {
  gap: 19px;
  top: -60px;
}
.en .lead__text,
.en .ensou__description,
.en .stamp__description,
.en .stamp__note,
.en .lottery__prize-title,
.en .lottery__prize-item,
.en .stage__description {
  letter-spacing: -0.03em;
}
.en .lead .inner-lg {
  padding-top: 150px;
}
@media screen and (max-width: 750px) {
  .en .lead .inner-lg {
    padding-top: 100px;
  }
}
.en .overview .section-inner {
  padding-top: 105px;
  padding-bottom: 167px;
}
@media screen and (max-width: 750px) {
  .en .overview .section-inner {
    padding-top: 135px;
  }
}
.en th.overview__header {
  width: 208px;
  padding-inline: 8px;
}
@media screen and (max-width: 750px) {
  .en th.overview__header {
    width: 100%;
  }
}
.en .overview__cell {
  padding-block: 10px;
  padding-right: 4px;
  padding-left: 13px;
  letter-spacing: normal;
}
.en .eventMap .section-inner {
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .en .eventNavi .section-title span::before {
    left: -104px;
  }
}
.en .eventNavi__item-text {
  font-size: 125%;
  line-height: 1.3;
}
.en .eventNavi__item a {
  gap: 5px;
}
.en .eventNavi__list {
  margin-top: 75px;
}
.en .eventNavi__list-row + .eventNavi__list-row {
  margin-top: 46px;
}
.en .eventNavi .section-inner {
  padding-bottom: 150px;
}
.en .eventContent .section-title span {
  letter-spacing: 0.15em;
}
.en .eventContent__body {
  margin-top: 64px;
  padding-bottom: 100px;
}
@media (max-width: 850px) {
  .en .eventContent__body {
    align-items: center;
    flex-direction: column;
  }
}
.en .eventContent__visual {
  padding-top: 20px;
}
@media (max-width: 850px) {
  .en .eventContent__visual {
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .en .eventContent__image {
    max-width: 270px;
    margin-inline: auto;
  }
}
.en .eventContent__itemList {
  margin-top: 0;
  counter-reset: craft-counter;
}
.en .eventContent__itemList .eventContent__description {
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 750px) {
  .en .eventContent__itemList .eventContent__description {
    display: none;
  }
}
.en .eventContent__listItem {
  width: 200px;
  font-size: 108.3333333333%;
  counter-increment: craft-counter;
  padding-left: 0.5em;
  text-indent: -1.8em;
  letter-spacing: -0.01em;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .en .eventContent__listItem {
    width: auto;
  }
}
.en .eventContent__listItem + .eventContent__listItem {
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .en .eventContent__listItem + .eventContent__listItem {
    margin-top: 8px;
  }
}
.en .eventContent__listItem--sm {
  font-size: 83.3333333333%;
  line-height: 1;
  display: block;
  padding-left: 26px;
}
.en .eventContent__listItem::before {
  content: counter(craft-counter) ' ';
  display: inline-block;
  width: 2em;
  text-indent: 0;
}
.en .recommendProducts__body {
  margin-top: 65px;
}
.en .experience__block + .experience__block {
  margin-top: 44px;
}
.en .experience__header {
  gap: 13px;
}
@media screen and (max-width: 750px) {
  .en .experience__header {
    gap: 8px;
    padding-inline: 8px;
  }
}
@media (max-width: 390px) {
  .en .experience__header {
    padding-inline: 2px;
  }
}
.en .experience__content {
  margin-top: 23px;
}
.en .experience__list {
  gap: 9px;
}
@media screen and (max-width: 750px) {
  .en .experience__list {
    align-items: center;
  }
}
.en .experience__item {
  width: 370px;
}
@media screen and (max-width: 750px) {
  .en .experience__item {
    width: 100%;
  }
}
.en .experience__item-title {
  line-height: 1.8;
}
.en .experience__item-subtitle {
  font-size: 80%;
}
@media screen and (max-width: 750px) {
  .en .experience__item-subtitle {
    display: block;
  }
}
.en .experience__item-name {
  font-size: 108.3333333333%;
}
.en .experience__item-body {
  gap: 14px;
  margin-top: 14px;
}
.en .experience__item-meta {
  font-size: 108.3333333333%;
  line-height: 1.6;
}
.en .experience__item--26 .experience__item-meta {
  margin-top: 11px;
}
.en .experience__item-note {
  font-size: 83.3333333333%;
}
.en .experience__item-meta + .experience__item-name {
  margin-top: 10px;
}
.en .stage .section-inner {
  padding-top: 69px;
}
@media screen and (max-width: 750px) {
  .en .stage .section-inner {
    padding-bottom: 337px;
  }
}
@media screen and (max-width: 750px) {
  .en .stage .section-title span::before {
    left: -44px;
  }
}
@media (max-width: 560px) {
  .en .stage .section-title span::before {
    left: -94px;
  }
}
@media screen and (max-width: 750px) {
  .en .stage .section-title span::after {
    right: -44px;
  }
}
.en .stage__intro {
  max-width: 700px;
}
.en .stage__description.dot-md {
  margin-top: 10px;
}
.en .stage__list {
  gap: 20px 48px;
  max-width: 100%;
  margin-top: 31px;
  margin-left: 0;
}
@media (max-width: 1350px) {
  .en .stage__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.en .stage__item--heigher .stage__item-date {
  height: 93px;
}
@media screen and (max-width: 750px) {
  .en .stage__item--heigher .stage__item-date {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .en .stage__item--heigher + .stage__item--heigher .stage__item-date {
    height: 80px;
  }
}
@media (max-width: 440px) {
  .en .stage__item--heigher + .stage__item--heigher .stage__item-date {
    height: auto;
  }
}
.en .stage__item-title {
  flex-direction: column;
  padding-block: 9px;
  font-size: 125%;
  text-align: center;
  align-items: center;
}
.en .stage__item-title--sm {
  font-size: 108.3333333333%;
}
.en .stage__note {
  margin-top: 10px;
  font-size: 83.3333333333%;
  letter-spacing: -0.03em;
}
.en .tour .section-inner {
  padding-top: 80px;
}
.en .tour__body {
  padding-top: 36px;
}
.en .booth-tour__description {
  max-width: 710px;
}
.en .tour__body {
  padding-bottom: 80px;
}
.en .tour__table {
  margin-top: 33px;
}
.en .tour__tour-td {
  letter-spacing: -0.03em;
  padding-left: 30px;
}
.en .tour__table tbody {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.en .tour__images {
  bottom: 30px;
}
@media (max-width: 1020px) {
  .en .tour__images {
    position: static;
  }
}
.en .ensou .section-title {
  letter-spacing: 0.013em;
}
@media screen and (max-width: 750px) {
  .en .ensou .section-title span::before {
    left: -44px;
  }
}
@media screen and (max-width: 750px) {
  .en .ensou .section-title span::after {
    right: -84px;
  }
}
.en .ensou__meta-table {
  margin-top: 47px;
}
.en .ensou__schedule-tr {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .en .ensou__schedule-tr {
    flex-direction: column;
    align-items: flex-start;
  }
}
.en .ensou__schedule-th {
  height: 30px;
}
.en .ensou__schedule-table {
  margin-top: 24px;
}
.en .ensou__schedule-td {
  padding-left: 33px;
}
@media screen and (max-width: 750px) {
  .en .ensou__schedule-td {
    padding-left: 0;
  }
}
.en .ensou__schedule-table tbody {
  gap: 7px;
}
@media screen and (max-width: 750px) {
  .en .ensou__schedule-table tbody {
    gap: 16px;
  }
}
.en .ensou__images {
  bottom: 185px;
}
@media (max-width: 1020px) {
  .en .ensou__images {
    position: static;
  }
}
.en .accordion {
  margin-top: 75px;
}
@media screen and (max-width: 750px) {
  .en .accordion {
    margin-top: 125px;
  }
}
.en .stamp .section-inner {
  padding-top: 69px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .en .stamp .section-inner {
    padding-top: 110px;
  }
}
.en .stamp__body {
  margin-top: 70px;
  padding-bottom: 76px;
}
.en .stamp__prizes {
  margin-top: 35px;
}
.en .stamp__prize + .stamp__prize {
  margin-top: 13px;
}
.en .stamp__prize--bingo .stamp__prize-content {
  flex-direction: column;
  align-items: flex-start;
}
.en .stamp__prize-quantity {
  margin-left: auto;
}
.en .lottery .section-title span::before {
  left: -280px;
}
@media screen and (max-width: 750px) {
  .en .lottery .section-title span::before {
    left: -130px;
  }
}
.en .lottery .section-inner {
  padding-bottom: 86px;
}
.en .lottery__body {
  padding-bottom: 30px;
}
.en .lottery__prizes {
  max-width: 624px;
  gap: 15px;
  margin-top: 53px;
}
.en .lottery__prize {
  align-items: flex-start;
}
.en .lottery__prize-rank {
  width: 205px;
  gap: 18px;
}
.en .lottery__prize-title {
  font-size: 133.3333333333%;
}
.en .lottery__prize-details {
  align-items: flex-start;
}
.en .lottery__note {
  margin-top: 24px;
  letter-spacing: -0.03em;
}
.en .lottery__prize-item {
  line-height: 1.5;
}
.en .access .section-inner {
  padding-bottom: 10px;
}
.en .access__body {
  max-width: 100%;
}
.en .access__map {
  max-width: 100%;
  margin-top: 58px;
  aspect-ratio: 670/466;
}
.en .access__info {
  max-width: 770px;
  margin-top: 40px;
}
.en .access__item {
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .en .eventContent .section-title span::after {
    right: -30px;
    right: -106px;
  }
}
@media screen and (max-width: 750px) {
  .en .recommendProducts__title span::after {
    right: -74px;
  }
}
@media (max-width: 1300px) {
  .en .ensou .section-title span::after {
    right: -186px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 750px) {
  .en .ensou .section-title span::after {
    right: -154px;
  }
}
@media (max-width: 1300px) {
  .en .ensou .section-title span::before {
    left: -136px;
  }
}
@media screen and (max-width: 750px) {
  .en .ensou .section-title span::before {
    left: -124px;
  }
}
.en .stamp__prize-title-main {
  font-size: 166.6666666667%;
}
.en .deco_02 {
  bottom: 110px;
}
@media (max-width: 1200px) {
  .en .deco_02 {
    bottom: 0;
  }
}
.en .deco_03 {
  bottom: 140px;
}
@media (max-width: 1200px) {
  .en .deco_03 {
    bottom: 110px;
  }
}
@media screen and (max-width: 750px) {
  .en .deco_03 {
    bottom: auto;
    top: -70px;
  }
}
.en .deco_08 {
  bottom: -30px;
}
@media screen and (max-width: 750px) {
  .en .deco_08 {
    bottom: 50px;
  }
}
.en .deco_10 {
  bottom: 1505px;
}
@media (max-width: 1200px) {
  .en .deco_10 {
    bottom: 814px;
  }
}
@media screen and (max-width: 750px) {
  .en .deco_10 {
    bottom: 50px;
  }
}
@media (max-width: 650px) {
  .en .deco_10 {
    bottom: 150px;
  }
}
.en .deco_11 {
  bottom: 311px;
  left: -114px;
}
@media (max-width: 1200px) {
  .en .deco_11 {
    bottom: 688px;
    left: -10px;
  }
}
@media screen and (max-width: 750px) {
  .en .deco_11 {
    bottom: -40px;
    left: 60px;
  }
}
@media (max-width: 650px) {
  .en .deco_11 {
    bottom: 50px;
    left: 40px;
  }
}
.en .deco_12 {
  top: 756px;
}
@media (max-width: 1200px) {
  .en .deco_12 {
    top: 1036px;
  }
}
@media (max-width: 970px) {
  .en .deco_12 {
    display: none;
  }
}
@media (max-width: 820px) {
  .en .deco_12 {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .en .deco_12 {
    top: auto;
    right: 110px;
  }
}
@media (max-width: 650px) {
  .en .deco_12 {
    right: 90px;
    bottom: 152px;
  }
}
.en .deco_13 {
  bottom: 110px;
}
@media (max-width: 1350px) {
  .en .deco_13 {
    bottom: 430px;
  }
}
@media (max-width: 900px) {
  .en .deco_13 {
    bottom: 290px;
  }
}
@media screen and (max-width: 750px) {
  .en .deco_13 {
    bottom: 59px;
  }
}
.en .deco_14 {
  top: 111px;
  right: -243px;
}
@media (max-width: 1350px) {
  .en .deco_14 {
    top: 280px;
    right: 160px;
  }
}
@media (max-width: 900px) {
  .en .deco_14 {
    right: 50px;
  }
}
@media screen and (max-width: 750px) {
  .en .deco_14 {
    top: auto;
    bottom: 110px;
  }
}
.en .deco_14 img {
  width: 270px;
  height: 289px;
}
@media (max-width: 1200px) {
  .en .deco_14 img {
    width: 210px;
    height: 229px;
  }
}
@media screen and (max-width: 750px) {
  .en .deco_14 img {
    width: 180px;
  }
}
@media (max-width: 650px) {
  .en .deco_14 img {
    width: 160px;
  }
}
.en .deco_15 {
  bottom: 322px;
}
@media (max-width: 1200px) {
  .en .deco_15 {
    bottom: 0;
  }
}
.en .deco_16 {
  top: 140px;
  right: -82px;
}
@media (max-width: 1200px) {
  .en .deco_16 {
    top: 190px;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .en .deco_16 {
    top: auto;
    bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .en .deco_18 {
    top: -117px;
  }
}
.en .deco_21 {
  top: 147px;
  right: 46px;
}
@media (max-width: 1200px) {
  .en .deco_21 {
    top: 157px;
    right: 106px;
  }
}
@media screen and (max-width: 750px) {
  .en .deco_21 {
    display: none;
  }
}

.ensou {
  background: url(../image/2026/bg_ensou.png) center/contain repeat;
}

.ensou .section-inner {
  padding-top: 85px;
  padding-bottom: 150px;
}

.ensou__body {
  position: relative;
  width: 100%;
  margin-top: 53px;
  padding-top: 40px;
  padding-bottom: 48px;
  padding-inline: 30px;
  background: #ffffff;
  border: 3px solid #ece0be;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .ensou__body {
    padding-inline: 16px;
  }
}

.ensou__content {
  max-width: 700px;
  margin-inline: auto;
}

.ensou__description {
  font-size: 125%;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-weight: 600;
}

.ensou__meta-table {
  margin-top: 16px;
}

@media screen and (max-width: 750px) {
  .ensou__meta-table tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 750px) {
  .ensou__meta-table__row {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}

.ensou__meta-table__th {
  width: 45px;
  font-size: 133.3333333333%;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .ensou__meta-table__th {
    width: 100%;
    border: none;
    line-height: 1.666;
  }
}

.ensou__meta-table__cell {
  font-size: 133.3333333333%;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .ensou__meta-table__cell {
    border: none;
    width: 100%;
    line-height: 1.666;
  }
}

.ensou__schedule-table {
  margin-top: 33px;
}
@media screen and (max-width: 750px) {
  .ensou__schedule-table {
    margin-top: 25px;
  }
}

.ensou__schedule-table tbody {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 9px;
}
@media screen and (max-width: 750px) {
  .ensou__schedule-table tbody {
    align-items: center;
  }
}

.ensou__schedule-th {
  width: 150px;
  padding-block: 5px;
  font-size: 116.6666666667%;
  font-weight: 600;
  text-align: center;
  background: #a2a2a2;
  color: #ffffff;
  border-radius: 100vh;
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
}
@media screen and (max-width: 750px) {
  .ensou__schedule-th {
    display: flex;
    flex-direction: column;
    border: none;
    width: 48%;
    text-align: left;
    padding-inline: 16px;
    border: none;
  }
}
@media (max-width: 390px) {
  .ensou__schedule-th {
    width: 54%;
  }
}

.ensou__schedule-td {
  padding-left: 40px;
  font-size: 125%;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
  .ensou__schedule-td {
    border: none;
    padding-left: 0;
  }
}

.ensou__note {
  margin-top: 18px;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.3;
}

.ensou__images {
  position: absolute;
  bottom: 62px;
  right: 117px;
  max-width: 340px;
  aspect-ratio: 340/240;
}
@media (max-width: 1020px) {
  .ensou__images {
    position: static;
    margin-top: 30px;
    margin-inline: auto;
    max-width: 400px;
  }
}

.ensou__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ensou__profile {
  max-width: 660px;
  margin-inline: auto;
  background: #ffffff;
}

.ensou__profile-block {
  position: relative;
  padding-top: 80px;
}

.ensou__profile-block + .ensou__profile-block {
  margin-top: 80px;
}

.ensou__profile-block + .ensou__profile-block::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}

.ensou__profile-date {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 212px;
  height: 40px;
  border-radius: 100vh;
  background: #c11c04;
  color: #ffffff;
  font-size: 150%;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .ensou__profile-date {
    width: 80%;
    height: auto;
    padding-block: 8px;
    padding-inline: 12px;
  }
}

.ensou__profile-list {
  display: flex;
  flex-wrap: wrap;
  gap: 82px 69px;
}
@media (max-width: 810px) {
  .ensou__profile-list {
    gap: 50px;
  }
}
@media (max-width: 790px) {
  .ensou__profile-list {
    gap: 35px;
  }
}
@media screen and (max-width: 750px) {
  .ensou__profile-list {
    gap: 32px 16px;
  }
}

.ensou__profile-item {
  max-width: 295px;
}
@media (max-width: 810px) {
  .ensou__profile-item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .ensou__profile-item {
    width: calc((100% - 16px) / 2);
  }
}

.ensou__profile-item__image {
  width: 100%;
  max-width: 153px;
  aspect-ratio: 1;
  border-radius: 100vh;
  overflow: clip;
  margin-inline: auto;
}

.ensou__profile-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-inline: auto;
}

.ensou__profile-item__name {
  margin-top: 16px;
  text-align: center;
  font-size: 133.3333333333%;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 2.1875;
}

.ensou__profile-item__text {
  margin-top: 15px;
  font-size: 100%;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
}

.ensou-sp {
  display: none;
}
@media (max-width: 1300px) {
  .ensou-sp {
    display: block;
  }
}

.eventContent .section-inner {
  padding-top: 80px;
  padding-bottom: 87px;
}
@media screen and (max-width: 750px) {
  .eventContent .section-inner {
    padding-bottom: 110px;
  }
}

.eventContent__title {
  color: #000000;
  font-size: 283.3333333333%;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.eventContent__subtitle {
  margin-top: 10px;
  color: #030065;
  font-size: 166.6666666667%;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
}

.eventContent__body {
  display: flex;
  gap: 19px;
  margin-top: 54px;
  padding-top: 38px;
  padding-inline: 35px;
  padding-bottom: 70px;
  border: 3px solid #ece0be;
  border-radius: 10px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .eventContent__body {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .eventContent__body {
    gap: 40px;
    padding-inline: 16px;
  }
}

.eventContent__visual {
  flex-shrink: 0;
  max-width: 244px;
}
@media screen and (max-width: 750px) {
  .eventContent__visual {
    max-width: 100%;
  }
}

.eventContent__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100vh;
  overflow: clip;
}
@media screen and (max-width: 750px) {
  .eventContent__image {
    max-width: 270px;
    margin-inline: auto;
  }
}

.eventContent__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.eventContent__description {
  margin-top: 17px;
  padding-block: 5px;
  padding-inline: 4px;
  background: rgba(185, 150, 49, 0.18);
  font-size: 125%;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border-bottom: 2px solid #b99631;
}

.eventContent__description-icon {
  color: #b99631;
}

.eventContent__note {
  margin-top: 15px;
  font-size: 83.3333333333%;
  letter-spacing: 0.02em;
}

.eventContent__itemList {
  width: 100%;
  max-width: 700px;
  margin-top: 42px;
}
@media screen and (max-width: 750px) {
  .eventContent__itemList {
    margin-top: 0;
  }
}

.eventContent__table {
  width: 100%;
}

.eventContent__table img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.eventContent__list {
  list-style: none;
}

.eventContent__listItem {
  font-size: 125%;
  line-height: 1.65;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.eventContent__star {
  color: #b99631;
  font-weight: 700;
  margin-left: 4px;
}

.eventMap {
  position: relative;
  background: linear-gradient(to top, #f3f6f2, #ffffff);
}

.eventMap .section-inner {
  padding-bottom: 100px;
}

.eventMap__img {
  max-width: 772px;
  margin-top: 56px;
  margin-inline: auto;
}

.eventNavi {
  overflow-x: clip;
}

.eventNavi .section-inner {
  padding-top: 129px;
  padding-bottom: 170px;
}
@media screen and (max-width: 750px) {
  .eventNavi .section-inner {
    padding-bottom: 120px;
  }
}

.eventNavi__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 82px;
}

.eventNavi__list--pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .eventNavi__list--pc {
    display: none;
  }
}

.eventNavi__list--sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .eventNavi__list--sp {
    display: block;
  }
}

.eventNavi__list-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .eventNavi__list-row {
    max-width: 400px;
    margin-inline: auto;
    justify-content: space-between;
  }
}
@media (max-width: 450px) {
  .eventNavi__list-row {
    flex-direction: column;
    align-items: center;
  }
}

.eventNavi__item {
  position: relative;
}

.eventNavi__item a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-top: 4px;
  padding-bottom: 11px;
  width: 190px;
  border-bottom: 1px solid #000000;
  color: #000000;
  line-height: 1.1;
  transition: all 0.3s ease;
}
@media (max-width: 450px) {
  .eventNavi__item a {
    width: 240px;
    gap: 28px;
    padding-bottom: 6px;
  }
}

.eventNavi__item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 18px;
  background: url(../image/2026/icon_arrow.svg) center/contain no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .eventNavi__item a::after {
    width: 10px;
    height: 21px;
  }
}

.eventNavi__item a:hover {
  opacity: 0.7;
}

.eventNavi__item a:hover::after {
  bottom: -3px;
}

.eventNavi__item-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
}

.eventNavi__item-logo img {
  flex-shrink: 0;
  width: 35px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}

.eventNavi__item-logo-text {
  position: relative;
  color: #030065;
  font-family: 'Yuji Syuku', serif;
  font-size: 91.6666666667%;
  line-height: 1.2;
  text-align: center;
}

.eventNavi__item-text {
  font-size: 150%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
  .eventNavi__item-text {
    font-size: 133.3333333333%;
  }
}

.experience {
  position: relative;
  background: url(../image/2026/bg_experience_pc.jpg) center/cover no-repeat;
}

.experience .section-inner {
  padding-top: 82px;
  padding-bottom: 145px;
}
@media (max-width: 650px) {
  .experience .section-inner {
    padding-bottom: 220px;
  }
}

.experience__body {
  margin-top: 47px;
  padding-top: 60px;
  padding-bottom: 57px;
  background: #ffffff;
  border: 3px solid #ece0be;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .experience__body {
    margin-top: 60px;
  }
}

.experience__block + .experience__block {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .experience__block + .experience__block {
    margin-top: 70px;
  }
}

.experience__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 43px;
  padding-block: 9px;
  padding-inline: 63px;
  border-top: 3px solid #c11c04;
  border-bottom: 3px solid #c11c04;
}
@media screen and (max-width: 750px) {
  .experience__header {
    gap: 30px;
    padding-inline: 8px;
  }
}
@media (max-width: 430px) {
  .experience__header {
    gap: 11px;
  }
}

.experience__block--0112 .experience__header {
  gap: 11px;
}
@media (max-width: 430px) {
  .experience__block--0112 .experience__header {
    padding-inline: 2px;
  }
}

.experience__header::before,
.experience__header::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c11c04;
}

.experience__header::before {
  top: 2px;
}

.experience__header::after {
  bottom: 2px;
}

.experience__date {
  flex-shrink: 0;
  font-size: 125%;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

.experience__time {
  font-size: 125%;
  font-weight: 600;
  line-height: 1;
}

.experience__content {
  margin-top: 32px;
}

.experience__list {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 850px) {
  .experience__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .experience__list {
    flex-direction: column;
    gap: 30px;
  }
}

.experience__list + .experience__list {
  margin-top: 30px;
}

.experience__item {
  width: 356px;
}
@media screen and (max-width: 750px) {
  .experience__item {
    width: 100%;
  }
}

.experience__item-title {
  color: #030065;
  font-size: 125%;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .experience__item-title {
    text-align: center;
  }
}

.experience__item-body {
  display: flex;
  gap: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .experience__item-body {
    flex-direction: column;
    align-items: center;
  }
}

.experience__item-image {
  flex-shrink: 0;
  max-width: 160px;
  max-height: 110px;
  aspect-ratio: 160/110;
}
@media screen and (max-width: 750px) {
  .experience__item-image {
    max-width: 230px;
    max-height: none;
  }
}

.experience__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.experience__item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .experience__item-content {
    text-align: center;
  }
}

.experience__item-name {
  width: 100%;
  font-size: 125%;
  font-weight: 600;
  line-height: 1.4666666667;
  letter-spacing: 0.02em;
}

.experience__item--chochin .experience__item-name {
  font-size: 118%;
}
@media screen and (max-width: 750px) {
  .experience__item--chochin .experience__item-name {
    font-size: 125%;
  }
}

.experience__item--hanga .experience__item-name {
  font-size: 118%;
}
@media screen and (max-width: 750px) {
  .experience__item--hanga .experience__item-name {
    font-size: 125%;
  }
}

.experience__item-meta {
  width: 100%;
  font-size: 125%;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .experience__item-meta {
    flex-shrink: 0;
    white-space: nowrap;
    text-align: center;
  }
}

.experience__item--chochin .experience__item-meta {
  font-size: 117%;
}
@media screen and (max-width: 750px) {
  .experience__item--chochin .experience__item-meta {
    font-size: 125%;
  }
}

.experience__note {
  margin-top: 50px;
  font-size: 83.3333333333%;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.fv {
  text-align: center;
}

.fv img {
  max-width: 1040px;
  margin-inline: auto;
}

#header {
  width: 100%;
  max-width: 910px;
  padding-left: 60px;
  min-height: auto;
}
@media screen and (max-width: 750px) {
  #header {
    padding-left: 0;
  }
}
#header .header__logo {
  width: 220px;
}
#header .header__teshigoto {
  width: 160px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#header img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#header_rightarea .text_size {
  display: block;
  float: left;
  margin: 10px 0;
  overflow: hidden;
}

#header_rightarea .text_size a {
  display: block;
  float: left;
  font-size: 9px;
  line-height: 100%;
  background: #313131;
  text-decoration: none;
  color: #fff;
}

#header_rightarea .text_size a.text_small {
  margin: 12px 4px 0 0;
  padding: 5px;
}

#header_rightarea .text_size a.text_middle {
  margin: 6px 4px 0 0;
  padding: 8px;
}

#header_rightarea .text_size a.text_large {
  margin: 0;
  padding: 11px;
}

#header_rightarea .arrow_iconlink {
  margin: 19px;
  margin-left: 0;
}

#header_rightarea .arrow_iconlink.tokyo {
  margin-left: 17px;
}

#header_rightarea span.arrow_iconlink {
  margin-left: -7px;
}

#___gcse_0 {
  margin-top: -5px;
  margin-left: -20px;
  max-width: 214px;
  width: 214px;
}

.gsc-control-cse,
.gsc-control-wrapper-cse {
  max-width: 214px !important;
  width: 214px !important;
}

.gsc-search-box,
table.gsc-search-box {
  max-width: 214px !important;
  width: 214px !important;
  height: 20px !important;
}

.gsc-input,
td.gsc-input {
  max-width: 145px !important;
  width: 145px !important;
}

.gsc-input-box {
  max-width: 145px !important;
  width: 145px !important;
}

.gsc-search-button,
td.gsc-search-button {
  vertical-align: middle !important;
  width: 65px !important;
  min-width: 65px !important;
}

.gsc-search-button button.gsc-search-button-v2 {
  border-radius: 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  height: 20px !important;
  width: 65px !important;
  min-width: 65px !important;
}
.gsc-search-button button.gsc-search-button-v2 svg {
  width: 11px !important;
  height: 11px !important;
}

.lead {
  position: relative;
}

.lead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1389/404;
  background: url(../image/2026/bg_lead.png) center/cover no-repeat;
  z-index: -1;
}

.lead .inner-lg {
  padding-top: 155px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .lead .inner-lg {
    padding-top: 100px;
  }
}

.lead__text {
  font-size: 133.3333333333%;
  line-height: 3.125;
  text-align: center;
  font-weight: 800;
}
@media screen and (max-width: 750px) {
  .lead__text {
    text-align: left;
    line-height: 2;
  }
}

.lead__movie {
  width: 100%;
  max-width: 550px;
  aspect-ratio: 550/311;
  margin-top: 80px;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lead__movie {
    margin-top: 64px;
  }
}

.lead__movie iframe {
  width: 100%;
  height: 100%;
}

.lottery {
  background: url(../image/2026/bg_lottery.png) center/cover no-repeat;
}

.lottery .section-inner {
  padding-top: 168px;
  padding-bottom: 136px;
}
@media screen and (max-width: 750px) {
  .lottery .section-inner {
    padding-top: 198px;
  }
}

.lottery__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ffffff;
}

.lottery__line--top {
  top: 79px;
}
@media screen and (max-width: 750px) {
  .lottery__line--top {
    top: 110px;
  }
}

.lottery__line--bottom {
  bottom: 20px;
}

.lottery__line--top::before,
.lottery__line--bottom::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
}

.lottery__line--top::before {
  bottom: -6px;
}

.lottery__line--bottom::before {
  top: -6px;
}

.lottery__line--top::after {
  content: '';
  position: absolute;
  top: -13%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 62px;
  background: url(../image/2026/lottery_logo.svg) center/contain no-repeat;
}

.lottery .section-title {
  line-height: 1.1;
}

.lottery .section-title span::before,
.lottery .section-title span::after {
  content: '';
  position: absolute;
  width: 95px;
  height: 116px;
  background: url(../image/2026/lottery_title.svg) center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .lottery .section-title span::before,
  .lottery .section-title span::after {
    width: 61px;
    height: 74px;
  }
}

.lottery .section-title span::before {
  top: 10px;
  left: -150px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 750px) {
  .lottery .section-title span::before {
    top: 10px;
    left: -110px;
  }
}

.lottery .section-title span::after {
  top: 70px;
  right: -110px;
}
@media screen and (max-width: 750px) {
  .lottery .section-title span::after {
    top: 45px;
    right: -80px;
  }
}

.lottery__body {
  position: relative;
  margin-top: 81px;
  padding-block: 51px;
  padding-inline: 30px;
  background: #ffffff;
  border: 3px solid #ece0be;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .lottery__body {
    padding-inline: 16px;
  }
}

.lottery__content {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lottery__content {
    max-width: 100%;
  }
}

.lottery__description {
  font-size: 125%;
  font-weight: 600;
  line-height: 1.6666666667;
}

.lottery__prizes {
  max-width: 587px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 45px;
}
@media (max-width: 1200px) {
  .lottery__prizes {
    margin-top: 95px;
  }
}
@media screen and (max-width: 750px) {
  .lottery__prizes {
    max-width: 100%;
    gap: 32px;
    margin-top: 55px;
  }
}

.lottery__prize {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .lottery__prize {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .lottery__prize {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}

.lottery__prize-rank {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  min-width: 120px;
}
@media screen and (max-width: 750px) {
  .lottery__prize-rank {
    min-width: auto;
    gap: 8px;
  }
}

.lottery__prize-symbol {
  font-size: 133.3333333333%;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .lottery__prize-symbol {
    font-size: 133.3333333333%;
  }
}

.lottery__prize--grand .lottery__prize-symbol {
  color: #c11c04;
}

.lottery__prize--first .lottery__prize-symbol {
  color: #b99631;
}

.lottery__prize--second .lottery__prize-symbol {
  color: #2b3248;
}

.lottery__prize--third .lottery__prize-symbol {
  color: #2b3248;
}

.lottery__prize--participation .lottery__prize-symbol {
  color: #2b3248;
}

.lottery__prize-title {
  font-size: 150%;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .lottery__prize-title {
    font-size: 133.3333333333%;
  }
}

.lottery__prize-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .lottery__prize-details {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .lottery__prize-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.lottery__prize-item {
  font-size: 125%;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
  .lottery__prize-item {
    font-size: 116.6666666667%;
  }
}

.lottery__prize-quantity {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 25px;
  border: 1px solid #707070;
  border-radius: 100vh;
  font-size: 108.3333333333%;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .lottery__prize-quantity {
    width: 120px;
    font-size: 116.6666666667%;
    height: 45px;
  }
}
@media (max-width: 500px) {
  .lottery__prize-quantity {
    margin-left: auto;
  }
}

.lottery__note {
  margin-top: 40px;
  font-size: 100%;
  font-weight: 600;
  line-height: 2.0833333333;
  letter-spacing: 0.02em;
}

.lottery__deco--red {
  background: #c11c04;
}

.lottery__deco--yellow {
  background: #b99631;
}

.overview {
  background: url(../image/2026/bg_overview.png) center/cover repeat;
}

.overview .section-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.overview__table-body {
  margin-top: 53px;
  padding-block: 57px;
  border: 3px solid #ece0be;
  border-radius: 10px;
  background: #ffffff;
}

.overview__table {
  width: 100%;
  border-collapse: collapse;
}

.overview__row {
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 750px) {
  .overview__row {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.overview__row:first-child {
  border-top: 1px solid #000000;
}

th.overview__header {
  width: 185px;
  padding-block: 20px;
  padding-inline: 15px;
  font-size: 125%;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  th.overview__header {
    width: 100%;
    padding-block: 20px;
    font-weight: 500;
    border: none;
  }
}

.overview__cell {
  width: calc(100% - 177px);
  padding-block: 11px;
  padding-inline: 8px;
  font-size: 125%;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .overview__cell {
    width: 100%;
    padding-block: 14px;
    border: none;
  }
}

.recommendProducts__inner {
  padding-bottom: 122px;
}

.recommendProducts__title {
  color: #030065;
  font-size: 233.3333333333%;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
}

.recommendProducts__title span {
  position: relative;
}

.recommendProducts__title span::before,
.recommendProducts__title span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: url(../image/2026/icon_title_02.svg) center/contain no-repeat;
}

.recommendProducts__title span::before {
  left: -34px;
}

.recommendProducts__title span::after {
  right: -34px;
}

.recommendProducts {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.recommendProducts__body {
  width: 100%;
  margin-top: 45px;
  overflow: hidden;
}

.swiper.recommendProducts__slider {
  width: 100%;
  padding-block: 20px;
}

.recommendProducts__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide.recommendProducts__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 234px;
}

.swiper-slide.recommendProducts__item--even {
  margin-top: 70px;
}

.recommendProducts__item-image {
  position: relative;
  aspect-ratio: 1;
  max-width: 180px;
}

.recommendProducts__item-image::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 208px;
  height: 208px;
  background: #ebe1ad;
  border-radius: 100vh;
}

.recommendProducts__item-image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100vh;
}

.recommendProducts__item-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-inline: 14px;
  width: 100%;
  min-height: 82px;
  aspect-ratio: 234/82;
  background: url(../image/2026/products_text.png) center/contain no-repeat;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .recommendProducts__item-content {
    margin-top: -3px;
  }
}

.recommendProducts__shoecare .recommendProducts__item-content {
  padding-inline: 7px;
}

.recommendProducts__item-meta {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}

.recommendProducts__item-name {
  width: 100%;
  font-weight: 500;
  font-size: 100%;
  text-align: center;
  line-height: 1.1;
}

.recommendProducts__item-price {
  width: 100%;
  font-size: 100%;
  font-weight: 400;
  text-align: right;
  line-height: 1.1;
}

.stage {
  background: url(../image/2026/bg_stage.png) center/cover no-repeat;
}

.stage .section-inner {
  padding-top: 89px;
  padding-bottom: 137px;
}
@media screen and (max-width: 750px) {
  .stage .section-inner {
    padding-bottom: 317px;
  }
}

.stage__intro {
  max-width: 790px;
  margin-top: 46px;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .stage__intro {
    max-width: 100%;
  }
}

.stage__description {
  font-size: 125%;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
}

.stage__list {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 56px;
  flex-wrap: wrap;
}
@media (max-width: 1350px) {
  .stage__list {
    justify-content: flex-start;
    max-width: 400px;
    margin-left: 50px;
  }
}
@media (max-width: 750px) {
  .stage__list {
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .stage__list {
    max-width: 100%;
    gap: 16px;
    margin-left: 0;
  }
}

.stage__item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 350px;
  background: #ffffff;
  border-radius: 10px;
  border: 3px solid #809a74;
}
@media (max-width: 750px) {
  .stage__item {
    width: 540px;
    max-width: 100%;
  }
}
@media (max-width: 440px) {
  .stage__item {
    flex-direction: column;
  }
}

.stage__item-date {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 133px;
  padding-top: 24px;
  padding-bottom: 27px;
  background: #809a74;
  color: #ffffff;
  font-size: 125%;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .stage__item-date {
    width: 240px;
  }
}
@media (max-width: 580px) {
  .stage__item-date {
    width: 200px;
  }
}
@media (max-width: 440px) {
  .stage__item-date {
    width: 100%;
    padding-block: 10px;
  }
}

.stage__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-inline: 10px;
  font-size: 150%;
  font-weight: 600;
}
@media (max-width: 440px) {
  .stage__item-title {
    width: 100%;
    padding-block: 26px;
  }
}

.stage__note {
  width: 100%;
  max-width: 756px;
  margin-inline: auto;
  margin-top: 20px;
  font-size: 83.3333333333%;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.stage-md {
  display: none;
}
@media (max-width: 560px) {
  .stage-md {
    display: block;
  }
}

.stamp {
  background: url(../image/2026/bg_stamp.png) center/cover no-repeat;
}

.stamp .section-inner {
  padding-top: 89px;
  padding-bottom: 150px;
}

.stamp__body {
  margin-top: 50px;
  padding-bottom: 40px;
  padding-top: 44px;
  padding-inline: 30px;
  background: #ffffff;
  border: 3px solid #ece0be;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .stamp__body {
    padding-inline: 16px;
  }
}

.stamp__content {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
}

.stamp__description {
  font-size: 125%;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
}

.stamp__note {
  margin-top: 6px;
  font-size: 100%;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.stamp__card-image {
  margin-top: 30px;
  margin-inline: auto;
  max-width: 352px;
  aspect-ratio: 352/500;
}
@media screen and (max-width: 750px) {
  .stamp__card-image {
    max-width: 82%;
    margin-inline: auto;
  }
}

.stamp__card-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.stamp__prizes {
  position: relative;
  margin-top: 47px;
}

.stamp__prize {
  max-width: 390px;
}
@media screen and (max-width: 750px) {
  .stamp__prize {
    max-width: 100%;
  }
}

.stamp__prize + .stamp__prize {
  margin-top: 16px;
}

.stamp__prize-title {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding-top: 18px;
  padding-bottom: 15px;
  padding-inline: 8px;
  border-radius: 100vh;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .stamp__prize-title {
    max-width: 100%;
    font-size: 133.3333333333%;
    padding-inline: 20px;
  }
}

.stamp__prize-title-main {
  font-size: 183.3333333333%;
}
@media screen and (max-width: 750px) {
  .stamp__prize-title-main {
    font-size: 150%;
  }
}

.stamp__prize-title-sub {
  font-size: 133.3333333333%;
}
@media screen and (max-width: 750px) {
  .stamp__prize-title-sub {
    font-size: 108.3333333333%;
  }
}

.stamp__prize--perfect .stamp__prize-title {
  color: #eb0000;
  background: linear-gradient(to top, #f6caca, #feefef, #f6caca);
}

.stamp__prize--bingo .stamp__prize-title {
  color: #ffffff;
  background: linear-gradient(to top, #010a8a, #3740c0, #010a8a);
}

.stamp__prize--participation .stamp__prize-title {
  color: #333333;
  background: linear-gradient(to top, #b5b5b5, #dcdcdc, #b5b5b5);
}

.stamp__prize-content {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
}

.stamp__prize--bingo .stamp__prize-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.stamp__prize-item {
  padding-left: 11px;
  font-size: 125%;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  font-weight: 600;
}

.stamp__prize-quantity {
  font-size: 125%;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  text-align: right;
}

.stamp__prize-image {
  flex-shrink: 0;
  max-width: 200px;
}
@media screen and (max-width: 750px) {
  .stamp__prize-image {
    max-width: 280px;
    margin-inline: auto;
  }
}

.stamp__prize-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.tour {
  background: url(../image/2026/bg_tour.png) center/cover no-repeat;
}

.tour .section-inner {
  padding-top: 87px;
  padding-bottom: 150px;
}

.tour__body {
  margin-top: 50px;
  padding-top: 42px;
  padding-bottom: 50px;
  padding-inline: 30px;
  background: #ffffff;
  border: 3px solid #ece0be;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .tour__body {
    padding-inline: 16px;
  }
}

.tour__content {
  position: relative;
  width: 100%;
  max-width: 710px;
  margin-inline: auto;
}
@media (max-width: 1020px) {
  .tour__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.booth-tour__description {
  width: 100%;
  max-width: 528px;
  margin-inline: auto;
  font-size: 125%;
  font-weight: 600;
  line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
  .booth-tour__description {
    max-width: 100%;
  }
}

.tour__table {
  margin-top: 24px;
}
@media (max-width: 1020px) {
  .tour__table {
    order: 2;
  }
}

@media screen and (max-width: 750px) {
  .tour__table tbody {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and (max-width: 750px) {
  .tour__tour-tr {
    display: flex;
    flex-direction: column;
  }
}

.tour__tour-th {
  position: relative;
  width: 80px;
  padding-block: 0px;
  font-size: 125%;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .tour__tour-th {
    width: 100%;
    border: none;
  }
}

.tour__tour-td {
  padding-block: 0px;
  font-size: 125%;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .tour__tour-td {
    width: 100%;
    border: none;
  }
}

.tour__note {
  margin-top: 22px;
  font-size: 83.3333333333%;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media (max-width: 1020px) {
  .tour__note {
    order: 3;
  }
}

.tour__images {
  position: absolute;
  bottom: -17px;
  right: -127px;
  max-width: 340px;
  aspect-ratio: 340/214;
}
@media (max-width: 1020px) {
  .tour__images {
    position: static;
    order: 1;
    margin-top: 34px;
    margin-inline: auto;
  }
}

.tour__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
/*# sourceMappingURL=lp_jp26.css.map */

/* 11月30日追記 */
.youtube-embed {
  width: 100%;
  height: 100%;
}