@charset "UTF-8";

/* ==========================================================================
   1. Root variables（デフォルト値）
   ========================================================================== */
:root {
  --color-main: #333;
  --color-bg: #151312;
  --color-text-inverse: #fff;
  --color-accent: #ffeb3f;
  --color-section-bg: #fff;
  --color-border: #000;
  --color-border-light: #fff;
}

/* ==========================================================================
   2. Theme（ページごとのメインカラー上書き）
   ========================================================================== */
body.theme-march {
  --color-main: #e95457;
}

body.theme-april {
  --color-main: #72c607;
}

/* ==========================================================================
   3. Layout（ベース・レイアウト・ユーティリティ）
   ========================================================================== */
body,
input,
button,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

@media screen and (min-width: 960px), print {
  html,
  body {
    min-width: 1023px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-bg);
  line-height: 1.6;
}

@media screen and (min-width: 960px), print {
  body {
    font-size: 1em;
  }
}

@media screen and (max-width: 959px) {
  body {
    font-size: 2.63157895vw;
  }
}

body {
  opacity: 0;
}

body.is-show {
  opacity: 1;
}

#wrapper {
  overflow: hidden;
}

@media screen and (min-width: 960px), print {
  a:hover {
    opacity: 0.5;
  }
}

.inside {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (min-width: 960px), print {
  .inside {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1225px;
  }
}

@media screen and (max-width: 959px) {
  .inside {
    padding-left: 3.94737vw;
    padding-right: 3.94737vw;
    max-width: 100%;
  }
}

/* Footer */
footer {
  position: relative;
}

footer::before {
  content: "";
  display: block;
  pointer-events: none;
  margin-top: 1px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  background: var(--color-border);
  background: linear-gradient(0deg, var(--color-border) 0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (min-width: 960px), print {
  footer::before {
    height: 40px;
  }
}

@media screen and (max-width: 959px) {
  footer::before {
    height: 15.78947vw;
  }
}

footer > div {
  padding: 0.75em 1em 2em;
  color: var(--color-text-inverse);
  background-color: var(--color-border);
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

@media screen and (min-width: 960px), print {
  footer > div {
    font-size: 140%;
  }
}

@media screen and (max-width: 959px) {
  footer > div {
    font-size: 140%;
  }
}

/* Display utilities */
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 960px), print {
  .sp {
    display: none !important;
  }
}

/* WebP detection */
html.webp .is_webp {
  display: block;
}

html.webp .is_jpg {
  display: none;
}

html.no-webp .is_webp {
  display: none;
}

html.no-webp .is_jpg {
  display: block;
}

/* ==========================================================================
   4. Component（ヒーロー・詳細・セクション等・色は変数で参照）
   ========================================================================== */
#contents.home #hero {
  position: relative;
}

/* hero 上ボタン（april.html 用・hero-mv と同幅・横並び） */
#contents.home #hero .hero-btns {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-btns {
    width: 1280px;
  }
}
@media screen and (max-width: 959px) {
  #contents.home #hero .hero-btns {
    width: 100vw;
  }
}
#contents.home #hero .hero-btns-inner {
  display: flex;
  flex-wrap: nowrap;
}
#contents.home #hero .hero-btns .hero-btn {
  display: block;
  flex: 1;
  width: 50%;
}
#contents.home #hero .hero-btns .hero-btn picture,
#contents.home #hero .hero-btns .hero-btn img {
  display: block;
  width: 100%;
  vertical-align: top;
}

#contents.home #hero .hero-mv {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-mv {
    width: 1280px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-mv {
    width: 100vw;
  }
}

#contents.home #hero .hero-mv picture,
#contents.home #hero .hero-mv img {
  display: block;
  width: 100%;
}

#contents.home #hero .hero-tx {
  background-color: var(--color-main);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx {
    width: 1280px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx {
    width: 100vw;
  }
}

#contents.home #hero .hero-tx .title {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .title {
    padding-bottom: 25px;
    width: 686px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .title {
    padding-bottom: 2.63158vw;
    width: 91.57895vw;
  }
}

#contents.home #hero .hero-tx .title picture,
#contents.home #hero .hero-tx .title img {
  display: block;
  width: 100%;
}

#contents.home #hero .hero-tx .title-txt {
  font-weight: 600;
  color: var(--color-text-inverse);
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .title-txt {
    font-size: 240%;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .title-txt {
    font-size: 145%;
    padding-bottom: 2.63158vw;
  }
}

#contents.home #hero .hero-tx .info {
  background-color: var(--color-section-bg);
  margin: 0 auto;
  color: var(--color-text-inverse);
  line-height: 1.7;
  font-weight: 600;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .info {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 320%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .info {
    padding-top: 2.63158vw;
    padding-bottom: 2.63158vw;
    font-size: 170%;
  }
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .info .info-txt {
    width: 850px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .info .info-txt {
    width: 91.05263vw;
  }
}

#contents.home #hero .hero-tx .info .info-txt {
  color: var(--color-main);
  text-align: center;
  margin: 0 auto;
}

#contents.home #hero .hero-tx .summary {
  margin: 0 auto;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary {
    width: 690px;
    margin-top: 100px;
    padding-bottom: 50px;
  }
  #contents.home #hero .hero-tx .summary > *:nth-last-child(n+2) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary {
    width: 91.57895vw;
    margin-top: 5.78947vw;
    padding-bottom: 10.52632vw;
  }
  #contents.home #hero .hero-tx .summary > *:nth-last-child(n+2) {
    margin-bottom: 2.63158vw;
  }
}

/* Summary inner - dl dt dd */
#contents.home #hero .hero-tx .summary-inner dl {
  display: flex;
}

#contents.home #hero .hero-tx .summary-inner dl dt {
  color: var(--color-main);
  padding-left: 0.1em;
  padding-bottom: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-section-bg);
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 800;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl dt {
    font-size: 250%;
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 90px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl dt {
    font-size: 170%;
    width: 15.26316vw;
    min-width: 15.26316vw;
    height: 15.26316vw;
    border-radius: 15.26316vw;
  }
}

#contents.home #hero .hero-tx .summary-inner dl dd {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl {
    gap: 0 25px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl {
    gap: 0 2.10526vw;
  }
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl.period {
    margin-bottom: 50px;
  }
  #contents.home #hero .hero-tx .summary-inner dl.period dd {
    margin-top: -6px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl.period {
    margin-bottom: 5.26316vw;
  }
  #contents.home #hero .hero-tx .summary-inner dl.period dd {
    margin-top: 0;
  }
}

#contents.home #hero .hero-tx .summary-inner dl.period dd img {
  display: block;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl.period dd img {
    width: 600px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl.period dd img {
    width: 75.78947vw;
  }
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl.time {
    margin-bottom: 50px;
  }
  #contents.home #hero .hero-tx .summary-inner dl.time dd {
    margin-top: -6px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl.time {
    margin-bottom: 5.26316vw;
  }
  #contents.home #hero .hero-tx .summary-inner dl.time dd {
    margin-top: 0;
  }
}

#contents.home #hero .hero-tx .summary-inner dl.time dd img {
  display: block;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl.time dd img {
    width: 352px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl.time dd img {
    width: 54.73684vw;
  }
}

#contents.home #hero .hero-tx .summary-inner dl.venue {
  font-feature-settings: "palt";
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl.venue .dd-cont > *:nth-child(n+2) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl.venue .dd-cont > *:nth-child(n+2) {
    margin-top: 1.31579vw;
  }
}

#contents.home #hero .hero-tx .summary-inner dl.venue .item {
  color: var(--color-accent);
  line-height: 1.4;
}

#contents.home #hero .hero-tx .summary-inner dl.venue .item .item-ttl {
  display: flex;
  gap: 0 0.2em;
  font-weight: 800;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl.venue .item .item-ttl {
    font-size: 310%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl.venue .item .item-ttl {
    font-size: 230%;
  }
}

#contents.home #hero .hero-tx .summary-inner dl.venue .item .item-ttl::before {
  content: "・";
}

#contents.home #hero .hero-tx .summary-inner dl.venue .item .item-txt .item-txt-main {
  color: var(--color-text-inverse);
  font-weight: 800;
  line-height: 0.9;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl.venue .item .item-txt .item-txt-main {
    font-size: 350%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl.venue .item .item-txt .item-txt-main {
    font-size: 260%;
  }
}

#contents.home #hero .hero-tx .summary-inner dl.venue .item .item-txt .item-txt-main span {
  font-size: 62.8571429%;
}

#contents.home #hero .hero-tx .summary-inner dl.venue .item .item-txt .item-txt-sub {
  color: var(--color-text-inverse);
  font-weight: 500;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl.venue .item .item-txt .item-txt-sub {
    font-size: 210%;
    padding-top: 10px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl.venue .item .item-txt .item-txt-sub {
    font-size: 140%;
    padding-top: 2.63158vw;
  }
}

#contents.home #hero .hero-tx .summary-inner dl.venue .item .item-txt .item-txt-sub span {
  font-size: 85.1851852%;
}

#contents.home #hero .hero-tx .summary-inner dl.venue .keywordrally {
  display: flex;
  background-color: var(--color-main);
}

#contents.home #hero .hero-tx .summary-inner dl.venue .keywordrally > div:nth-child(1) {
  padding: 0.4em 0.6em;
  padding-bottom: 0.45em;
  color: var(--color-main);
  background-color: var(--color-accent);
  line-height: 1;
  font-weight: 900;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl.venue .keywordrally > div:nth-child(1) {
    font-size: 240%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl.venue .keywordrally > div:nth-child(1) {
    font-size: 180%;
  }
}

#contents.home #hero .hero-tx .summary-inner dl.venue .keywordrally > div:nth-child(2) {
  color: var(--color-text-inverse);
  line-height: 1.3;
  font-weight: 800;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl.venue .keywordrally > div:nth-child(2) {
    font-size: 190%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl.venue .keywordrally > div:nth-child(2) {
    font-size: 150%;
  }
}

#contents.home #hero .hero-tx .summary-inner dl.venue .note {
  color: var(--color-text-inverse);
  line-height: 1.3;
  font-weight: 500;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl.venue .note {
    font-size: 210%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl.venue .note {
    font-size: 160%;
  }
}

#contents.home #hero .hero-tx .summary-inner dl.venue .note p {
  display: flex;
}

#contents.home #hero .hero-tx .summary-inner dl.venue .note p::before {
  content: "※";
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl.venue .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0 10px;
  }
  #contents.home #hero .hero-tx .summary-inner dl.venue .item .item-ttl {
    margin-top: 11px;
  }
  #contents.home #hero .hero-tx .summary-inner dl.venue .keywordrally {
    padding: 10px;
    gap: 10px;
    align-items: center;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl.venue .item .item-txt {
    margin-left: 3vw;
  }
  #contents.home #hero .hero-tx .summary-inner dl.venue .keywordrally {
    padding: 2.63158vw;
    gap: 1.05263vw;
    flex-direction: column;
    align-items: flex-start;
  }
  #contents.home #hero .hero-tx .summary-inner dl.venue .keywordrally > * {
    min-height: 0;
  }
  #contents.home #hero .hero-tx .summary-inner dl.venue .note {
    margin-left: 3vw;
  }
}

#contents.home #hero .hero-tx .summary-inner dl.fee dd {
  color: var(--color-accent);
  line-height: 1;
  font-weight: 800;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-inner dl.fee dd {
    font-size: 450%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-inner dl.fee dd {
    font-size: 240%;
  }
}

/* Summary fine (contact) */
#contents.home #hero .hero-tx .summary-fine dl {
  color: var(--color-text-inverse);
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-fine dl {
    padding-top: 30px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-fine dl {
    padding-top: 3.94737vw;
  }
}

#contents.home #hero .hero-tx .summary-fine dl dt {
  display: inline-block;
  padding: 0.6em 0.6em 0.65em;
  border: 1px solid var(--color-border-light);
  white-space: nowrap;
  line-height: 1;
  font-weight: 800;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-fine dl dt {
    font-size: 190%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-fine dl dt {
    font-size: 170%;
  }
}

@media screen and (min-width: 960px), print {
  #contents.home #hero .hero-tx .summary-fine dl dd {
    font-size: 200%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero .hero-tx .summary-fine dl dd {
    font-size: 140%;
  }
}

#contents.home #hero .hero-tx .summary-fine dl dd {
  font-weight: 500;
  align-items: center;
}

#contents.home #hero .hero-tx .summary-fine dl dd a {
  color: var(--color-text-inverse);
  text-decoration: underline;
}

#contents.home #hero .hero-tx .summary-fine dl dd .note ul li {
  display: flex;
}

#contents.home #hero .hero-tx .summary-fine dl dd .note ul li::before {
  content: "※";
}

#contents.home #hero .hero-tx .summary-fine dl dd .note ul li:nth-child(n+2) {
  margin-top: 0.2em;
}

/* Hero bg pseudo */
#contents.home #hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  max-width: none;
  height: 100%;
  background-position: 50% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (min-width: 960px), print {
  #contents.home #hero::before {
    width: 1280px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #hero::before {
    width: 100vw;
  }
}

/* Details */
#contents.home #details {
  position: relative;
}

@media screen and (min-width: 960px), print {
  #contents.home #details {
    padding-top: 80px;
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details {
    padding-top: 10.78947vw;
    padding-bottom: 19.05263vw;
  }
}

#contents.home #details .flex-layout {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 960px), print {
  #contents.home #details .flex-layout {
    gap: 20px;
  }
  #contents.home #details .flex-layout .flex-layout-item > *:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details .flex-layout {
    gap: 2.63158vw;
  }
  #contents.home #details .flex-layout .flex-layout-item > *:nth-child(n+2) {
    margin-top: 2.63158vw;
  }
}

#contents.home #details .callout {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 800;
}

@media screen and (min-width: 960px), print {
  #contents.home #details .callout {
    font-size: 260%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details .callout {
    font-size: 190%;
  }
}

#contents.home #details .period {
  display: inline-block;
  max-width: 100%;
}

#contents.home #details .period img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 960px), print {
  #contents.home #details .period.is-0320-0331 {
    width: 550px;
  }
  #contents.home #details .period.is-0321 {
    width: 295px;
  }
  #contents.home #details .period.is-0328 {
    width: 309px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details .period.is-0320-0331 {
    width: 83.68421vw;
  }
  #contents.home #details .period.is-0321 {
    width: 44.21053vw;
  }
  #contents.home #details .period.is-0328 {
    width: 46.31579vw;
  }
}

#contents.home #details .rain-out .txt {
  line-height: 1.2;
}

@media screen and (min-width: 960px), print {
  #contents.home #details .rain-out {
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0 10px;
  }
  #contents.home #details .rain-out .txt {
    font-size: 240%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details .rain-out {
    display: flex;
    justify-content: space-between;
    gap: 2.63158vw;
  }
  #contents.home #details .rain-out .txt {
    display: block;
    font-size: 160%;
  }
}

/* Details sections */
#contents.home #details section {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: var(--color-section-bg);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (min-width: 960px), print {
  #contents.home #details section {
    width: 980px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  }
  #contents.home #details section .in-cont {
    padding: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #contents.home #details section .in-cont dl {
    gap: 8px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details section {
    width: 92.10526vw;
    border-radius: 2.63158vw;
    box-shadow: 0vw 0vw 1.84211vw 0vw rgba(0, 0, 0, 0.1);
  }
  #contents.home #details section .in-cont {
    padding: 6.57895vw 3.94737vw 7.89474vw;
  }
  #contents.home #details section .in-cont dl {
    gap: 1.57895vw;
  }
}

#contents.home #details section h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text-inverse);
  background-color: var(--color-main);
}

@media screen and (min-width: 960px), print {
  #contents.home #details section h2 {
    height: 100px;
  }
  #contents.home #details section h2 span {
    font-size: 450%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details section h2 {
    height: 26.31579vw;
  }
  #contents.home #details section h2 span {
    font-size: 300%;
  }
}

#contents.home #details section h2 span {
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
}

#contents.home #details section h2 span strong {
  color: var(--color-accent);
  font-weight: inherit;
}

#contents.home #details section .in-cont {
  position: relative;
}

#contents.home #details section .in-cont dl {
  display: flex;
  align-items: center;
}

#contents.home #details section .in-cont dl dt {
  padding: 0.4em 0.4em 0.45em;
  border: 1px solid var(--color-border);
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
}

@media screen and (min-width: 960px), print {
  #contents.home #details section .in-cont dl dt {
    font-size: 200%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details section .in-cont dl dt {
    font-size: 160%;
  }
}

#contents.home #details section .in-cont dl dd {
  line-height: 1.5625;
}

@media screen and (min-width: 960px), print {
  #contents.home #details section .in-cont dl dd {
    font-size: 240%;
    margin-top: -2px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details section .in-cont dl dd {
    font-size: 160%;
    margin-top: 0.26316vw;
  }
}

@media screen and (min-width: 960px), print {
  #contents.home #details section:nth-child(n+2) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details section:nth-child(n+2) {
    margin-top: 13.15789vw;
  }
}

/* Section n1 */
@media screen and (min-width: 960px), print {
  #contents.home #details section#n1 .flex-layout {
    align-items: flex-end;
  }
  #contents.home #details section#n1 .flex-layout .flex-layout-item:nth-child(2) {
    margin-bottom: 4px;
  }
}

#contents.home #details section#n1 .split {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 960px), print {
  #contents.home #details section#n1 .split {
    margin-top: 95px;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details section#n1 .split {
    margin-top: 15.78947vw;
    align-items: center;
    gap: 6.57895vw;
  }
  #contents.home #details section#n1 .split > * {
    min-height: 0;
  }
}

#contents.home #details section#n1 .split .img {
  max-width: 100%;
}

#contents.home #details section#n1 .split .img picture,
#contents.home #details section#n1 .split .img img {
  display: block;
  width: 100%;
}

#contents.home #details section#n1 .split .split-item-map {
  position: relative;
}

@media screen and (min-width: 960px), print {
  #contents.home #details section#n1 .split .split-item-map {
    width: 690px;
  }
  #contents.home #details section#n1 .split .split-item-map .ttl {
    width: 192px;
    margin-top: -63px;
    margin-left: -50px;
  }
}

#contents.home #details section#n1 .split .split-item-map .ttl {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}

@media screen and (max-width: 959px) {
  #contents.home #details section#n1 .split .split-item-map {
    width: 71.05263vw;
  }
  #contents.home #details section#n1 .split .split-item-map .ttl {
    width: 36.84211vw;
    margin-top: -11.84211vw;
    margin-left: -6.57895vw;
  }
}

#contents.home #details section#n1 .split .split-item-map .ttl picture,
#contents.home #details section#n1 .split .split-item-map .ttl img {
  display: block;
  width: 100%;
}

#contents.home #details section#n1 .split .split-item-map .img {
  width: 100%;
}

@media screen and (min-width: 960px), print {
  #contents.home #details section#n1 .split .split-item-sticker {
    width: 200px;
  }
  #contents.home #details section#n1 .split .split-item-sticker .ttl {
    font-size: 180%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details section#n1 .split .split-item-sticker {
    width: 27.89474vw;
  }
  #contents.home #details section#n1 .split .split-item-sticker .ttl {
    font-size: 110%;
  }
}

#contents.home #details section#n1 .split .split-item-sticker .ttl {
  margin-bottom: 0.4em;
  line-height: 1;
}

#contents.home #details section#n1 .split .split-item-sticker .img {
  width: 100%;
}

#contents.home #details section#n1 .note {
  line-height: 1.4;
}

@media screen and (min-width: 960px), print {
  #contents.home #details section#n1 .note {
    font-size: 180%;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 106px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details section#n1 .note {
    font-size: 140%;
    margin-top: 2.63158vw;
    margin-bottom: 2.63158vw;
  }
}

#contents.home #details section#n1 .note ul {
  padding-top: 1em;
}

#contents.home #details section#n1 .note ul li {
  display: flex;
}

#contents.home #details section#n1 .note ul li::before {
  content: "※";
}

#contents.home #details section#n1 .note ul li:nth-child(n+2) {
  margin-top: 0.2em;
}

/* Section n2 */
@media screen and (min-width: 960px), print {
  #contents.home #details section#n2 .flex-layout {
    align-items: flex-end;
  }
  #contents.home #details section#n2 .flex-layout .flex-layout-item:nth-child(2) {
    margin-bottom: 4px;
  }
}

/* Section n3 */
#contents.home #details section#n3 .pikachu {
  max-width: 100%;
}

#contents.home #details section#n3 .pikachu picture,
#contents.home #details section#n3 .pikachu img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 960px), print {
  #contents.home #details section#n3 .pikachu {
    width: 247px;
  }
  #contents.home #details section#n3 .n3 {
    display: flex;
  }
  #contents.home #details section#n3 .n3 .n3-item-txt {
    order: 2;
    flex-grow: 1;
    gap: 25px;
  }
  #contents.home #details section#n3 .n3 .n3-item-img {
    order: 1;
    width: 270px;
    min-width: 270px;
  }
  #contents.home #details section#n3 .flex-layout {
    gap: 10px 20px;
  }
  #contents.home #details section#n3 .flex-layout .flex-layout-item .rain-out {
    margin-bottom: 8px;
  }
  #contents.home #details section#n3 .rain-cancel {
    font-size: 190%;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details section#n3 .pikachu {
    width: 48.15789vw;
    margin-left: auto;
    margin-right: auto;
  }
  #contents.home #details section#n3 .n3 {
    display: flex;
    flex-direction: column;
  }
  #contents.home #details section#n3 .n3 .n3-item-txt {
    order: 2;
    flex-grow: 1;
    gap: 8.42105vw;
  }
  #contents.home #details section#n3 .n3 .n3-item-img {
    order: 1;
  }
  #contents.home #details section#n3 .n3 .n3-item-img .pikachu {
    margin-top: 2.63158vw;
  }
  #contents.home #details section#n3 .rain-cancel {
    font-size: 150%;
  }
}

#contents.home #details section#n3 .n3 .n3-item-txt {
  display: flex;
  flex-direction: column;
}

#contents.home #details section#n3 .rain-cancel {
  text-align: right;
  width: 100%;
}

/* Section n4 */
@media screen and (min-width: 960px), print {
  #contents.home #details section#n4 .flex-layout {
    gap: 5px 20px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details section#n4 .flex-layout .flex-layout .flex-layout-item .rain-out {
    margin-bottom: -4vw;
  }
}

/* Credit */
#contents.home #details .credit {
  text-align: center;
  line-height: 1.3;
  font-size: 150%;
}

@media screen and (min-width: 960px), print {
  #contents.home #details .credit {
    margin-top: 25px;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details .credit {
    margin-top: 5.26316vw;
  }
}

/* Details bg pseudo */
#contents.home #details::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px), print {
  #contents.home #details::before {
    background-size: 1280px auto;
    background-position: 50% 0%;
    background-repeat: repeat-y;
  }
}

@media screen and (max-width: 959px) {
  #contents.home #details::before {
    background-size: 100% auto;
    background-position: 50% 30%;
    background-repeat: repeat-y;
  }
}

#contents.home #details::after {
  content: "";
  display: block;
  pointer-events: none;
  margin-top: -1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background: var(--color-bg);
  background: linear-gradient(180deg, var(--color-bg) 0%, rgba(21, 19, 18, 0) 100%);
}

/* Theme-specific background images（march / april でパスを切り替える場合はここで） */
@media screen and (min-width: 960px), print {
  html.webp #contents.home #details::before {
    background-image: url("../img/march/details_bg_pc_x1.webp");
  }
  html.webp #contents.home #hero::before {
    background-image: url("../img/march/hero_bg_pc.webp");
  }
}

@media screen and (max-width: 959px) {
  html.webp #contents.home #details::before {
    background-image: url("../img/march/details_bg_sp_x1.webp");
  }
  html.webp #contents.home #hero::before {
    background-image: url("../img/march/hero_bg_sp.webp");
  }
}

@media screen and (min-width: 960px), print {
  html.no-webp #contents.home #details::before {
    background-image: url("../img/march/details_bg_pc_x1.jpg");
  }
  html.no-webp #contents.home #hero::before {
    background-image: url("../img/march/hero_bg_pc.jpg");
  }
}

@media screen and (max-width: 959px) {
  html.no-webp #contents.home #details::before {
    background-image: url("../img/march/details_bg_sp_x1.jpg");
  }
  html.no-webp #contents.home #hero::before {
    background-image: url("../img/march/hero_bg_sp.jpg");
  }
}

/* april 用（body.theme-april のとき ../img/april/ を参照） */
@media screen and (min-width: 960px), print {
  html.webp body.theme-april #contents.home #details::before {
    background-image: url("../img/april/details_bg_pc_x1.webp");
  }
  html.webp body.theme-april #contents.home #hero::before {
    background-image: url("../img/april/hero_bg_pc.webp");
  }
}

@media screen and (max-width: 959px) {
  html.webp body.theme-april #contents.home #details::before {
    background-image: url("../img/april/details_bg_sp_x1.webp");
  }
  html.webp body.theme-april #contents.home #hero::before {
    background-image: url("../img/april/hero_bg_sp.webp");
  }
}

@media screen and (min-width: 960px), print {
  html.no-webp body.theme-april #contents.home #details::before {
    background-image: url("../img/april/details_bg_pc_x1.jpg");
  }
  html.no-webp body.theme-april #contents.home #hero::before {
    background-image: url("../img/april/hero_bg_pc.jpg");
  }
}

@media screen and (max-width: 959px) {
  html.no-webp body.theme-april #contents.home #details::before {
    background-image: url("../img/april/details_bg_sp_x1.jpg");
  }
  html.no-webp body.theme-april #contents.home #hero::before {
    background-image: url("../img/april/hero_bg_sp.jpg");
  }
}

/* april 用：ノベルティ画像サイズ（PC 410px / SP 380px 幅時 294px 可変） */
@media screen and (min-width: 960px), print {
  body.theme-april #contents.home #details section#n1 .split .split-item-sticker.sticker-size-april {
    width: 410px;
  }
}
@media screen and (max-width: 959px) {
  body.theme-april #contents.home #details section#n1 .split .split-item-sticker.sticker-size-april {
    width: 77.36842vw; /* 380px 幅のとき 294px */
  }
}

/* april 用：（例）2行目以降のみ字下げ */
body.theme-april #contents.home #details .note p.note-example {
  padding-left: 3em;
  text-indent: -3em; /* 1行目は字下げなし */
}
