@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;900&display=swap");
.site-header_special {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.masthead_special {
  position: relative;
  z-index: 1;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
}
.masthead_special .brand-logo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.globalnav_special {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  color: #603813;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0ms 500ms, pointer-events 0ms 500ms, -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0ms 500ms, pointer-events 0ms 500ms, -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 0ms 500ms, pointer-events 0ms 500ms;
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 0ms 500ms, pointer-events 0ms 500ms, -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
.globalnav_special.preload {
  -webkit-transition: opacity 0ms, pointer-events 0ms, -webkit-transform 0ms;
  transition: opacity 0ms, pointer-events 0ms, -webkit-transform 0ms;
  transition: transform 0ms, opacity 0ms, pointer-events 0ms;
  transition: transform 0ms, opacity 0ms, pointer-events 0ms, -webkit-transform 0ms;
}
.globalnav_special.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.globalnav_special.is-open .content {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.globalnav_special .content {
  height: 100dvh;
  overflow-y: auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  background-size: cover;
  background-repeat: repeat;
  background-position: center top;
}
.globalnav_special .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100%;
  padding: 75px 0;
  color: #fefefe;
  background-color: #2C2B2A;
}
.globalnav_special .content-inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/special_common/gnav-bg-noise.jpg);
  background-size: 100% auto;
  background-position: center;
  mix-blend-mode: color-burn;
}
.globalnav_special .gnav {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.globalnav_special .gnav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.globalnav_special .gnav__title {
  margin-top: 52px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
}
.globalnav_special .gnav-list {
  display: block;
  width: 100%;
  margin-top: 40px;
}
.globalnav_special .gnav-item {
  border-top: 1px solid #fefefe;
}
.globalnav_special .gnav-item:last-of-type {
  border-bottom: 1px solid #fefefe;
}
.globalnav_special .gnav__link {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 16px 16px;
}
.globalnav_special .gnav__link span {
  max-width: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalnav_special .gnav__link span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  background-image: url(../img/special_common/icon-gnav-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.globalnav_special .btn-wrap-special {
  margin-top: 80px;
}
.globalnav_special .btn-wrap-special .btn {
  color: #2C2B2A;
}

.gn-nav_special {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 9999;
}
.gn-nav_special .hamburger {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gn-nav_special .hamburger.is-active .hamburger__img::before {
  opacity: 1;
}
.gn-nav_special .hamburger.is-active .hamburger__img img {
  opacity: 0;
}
.gn-nav_special .hamburger-box {
  width: 32px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gn-nav_special .hamburger__img {
  position: relative;
}
.gn-nav_special .hamburger__img::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/special_common/icon-gnav-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.gn-nav_special .hamburger__img img {
  -webkit-transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0px 0px;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-transform: none;
  font: inherit;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  right: auto;
  width: 100%;
  background-color: #fff;
  opacity: 1;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 17px;
}

.hamburger-inner {
  top: 60%;
  display: block;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  right: 0;
  width: 27px;
  height: 3px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hamburger-inner::before, .hamburger-inner::after {
  display: block;
  content: "";
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  right: 0;
  bottom: -7px;
}
/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body {
  letter-spacing: 0;
}

.no-scroll {
  overflow: hidden;
}
.no-scroll .site-header_special, .no-scroll.page-shochikuza-detail .section-which-side .which-side-nav.is-fixed {
  -webkit-transform: translateX(calc(-50% - var(--scrollbar-width, 0) / 2));
          transform: translateX(calc(-50% - var(--scrollbar-width, 0) / 2));
}
.no-scroll .special-modal-inner-wrapper {
  padding-right: var(--scrollbar-width, 0);
}

.site-main {
  overflow: hidden;
  color: #2C2B2A;
  padding-top: 0;
}

.row {
  padding: 0 13px;
}

body {
  position: relative;
}
body::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 247, 223, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body.is-special-modal-open::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

body.is-locked {
  overflow: hidden;
  height: 100dvh;
}

.btn-wrap-special {
  position: relative;
  z-index: 1;
}
.btn-wrap-special + .btn-wrap-special {
  margin-top: 14px;
}
.btn-wrap-special .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 1rem;
  font-weight: 900;
  padding: 0.25em 0.5em;
  width: 100%;
  max-width: 134px;
  min-height: 33px;
  margin: auto;
  background: #FEFEFE;
  border: 1px solid #000;
}
.btn-wrap-special .btn::before {
  content: "";
  display: inline-block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.section-footer {
  position: relative;
}
.section-footer .section-content {
  padding: 40px 0 60px;
}
.section-footer .section-content.fadeIn.animate {
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.section-footer .footer-content {
  position: relative;
}
.section-footer .footer .sns__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-footer .footer .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 8px;
}
.section-footer .footer .btn-wrap-special {
  margin-top: 20px;
}
.section-footer .footer .btn-wrap-special + .btn-wrap-special {
  margin-top: 8px;
}

.preload .special-modal {
  display: none;
}

.special-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #333;
}
.special-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.special-modal ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.special-modal ::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 4px;
}
.special-modal ::-webkit-scrollbar-thumb {
  background-color: #ffdfa0;
  border-radius: 4px;
}
.special-modal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.special-modal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.special-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.special-modal-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 455px;
  margin: auto;
}
.special-modal-inner .panel {
  padding: 60px 0;
}
.special-modal-close {
  position: absolute;
  top: 30px;
  right: 0;
  color: transparent;
}
.special-modal-close::before, .special-modal-close::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ffdfa0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.special-modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.special-modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.inview-special {
  opacity: 0;
}
.inview-special.slideIn {
  -webkit-transform: translate(0px, 60px);
          transform: translate(0px, 60px);
}
.inview-special.slideIn.bottom {
  -webkit-transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(0px, 120px);
          transform: translate(0px, 120px);
}
.inview-special.slideIn.animate {
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.inview-special.fadeIn.animate {
  opacity: 1;
  -webkit-transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.masker {
  display: inline-block;
  overflow: hidden;
}
.masker .typo {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.masker.animate .typo {
  -webkit-transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

@-webkit-keyframes move {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(-30px) scale3d(0.5, 0.5, 0.5);
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(25px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(-30px) scale3d(0.5, 0.5, 0.5);
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(25px) scale3d(0.5, 0.5, 0.5);
  }
}
.page-top .site-header_special {
  visibility: hidden;
}
.page-top .section-inner {
  overflow: hidden;
}
.page-top .section-footer {
  background-image: url(../img/top/noren-bg.jpg);
  background-size: auto 100vh;
  background-position: center;
  background-repeat: no-repeat;
}
.page-top .section-kv {
  background-color: #000;
  height: 100vh;
}
.page-top .section-kv .kv {
  position: relative;
  opacity: 0;
  height: 100svh;
}
.page-top .section-kv .kv__movie {
  position: relative;
  width: 100%;
  height: 100svh;
}
.page-top .section-kv .kv__movie img,
.page-top .section-kv .kv__movie video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1.005);
          transform: translateY(-50%) scale(1.005);
}
.page-top .section-kv .kv-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 240px));
          transform: translate(-50%, calc(-50% + 240px));
}
.page-top .section-kv .kv-play-arrows {
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  text-align: center;
}
.page-top .section-kv .kv-play__arrow {
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}
.page-top .section-kv .kv-play__arrow:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}
.page-top .section-kv .kv-play__arrow:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}
.page-top .section-kv .kv-play__btn {
  margin-top: 24px;
}
.page-top .section-kv .kv-scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 180px);
          transform: translate(-50%, 180px);
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.page-top .section-kv .kv-scroll__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-top .section-kv .kv-scroll-arrows {
  position: relative;
  margin-top: 25px;
}
.page-top .section-kv .kv-scroll__arrow {
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}
.page-top .section-kv .kv-scroll__arrow:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}
.page-top .section-kv .kv-scroll__arrow:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}
.page-top .section-venue {
  background-color: #000;
}
.page-top .section-venue .venue {
  overflow: hidden;
  will-change: clip-path;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page-top .section-venue .venue__bg {
  height: 100dvh;
}
.page-top .section-venue .venue__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top .section-venue .venue__logo {
  width: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.page-top .section-noren {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.page-top .section-noren .content {
  background-color: #fff;
  overflow: hidden;
}
.page-top .section-noren .noren {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-top .section-noren .noren-block {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-top .section-noren .noren-slider {
  height: 100vh;
  background-image: url(../img/top/noren-bg.jpg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 20px;
}
.page-top .section-noren .noren-slider .swiper-wrapper {
  height: auto;
}
.page-top .section-noren .noren-slider .swiper-slide {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top .section-noren .noren-slider .swiper-pagination-bullets {
  max-width: none;
  gap: 5px 8px;
  margin: 16px auto 0;
}
.page-top .section-noren .noren-slider .swiper-pagination-bullet {
  counter-increment: num;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 32px;
  height: 35px;
  color: #fefefe;
}
.page-top .section-noren .noren-slider .swiper-pagination-bullet::before {
  content: counter(num);
  font-weight: 700;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1;
}
.page-top .section-noren .noren-slider .swiper-pagination-bullet::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 100px;
  background-color: #fefefe;
}
.page-top .section-noren .noren-slider .swiper-pagination-bullet-active {
  background-color: unset;
  color: #2C2B2A;
}
.page-top .section-noren .noren-slider .swiper-pagination-bullet-active::after {
  background-color: #2C2B2A;
}
.page-top .section-noren .noren-slider-prev, .page-top .section-noren .noren-slider-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: calc(50% + 25px);
  z-index: 1;
  background-image: url(../img/top/noren-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
.page-top .section-noren .noren-slider-prev {
  left: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-top .section-noren .noren-slider-next {
  right: 16px;
}
.page-top .section-noren .noren-wrapper {
  display: block;
  position: relative;
}
.page-top .section-noren .noren__close {
  background-color: #FFF5EB;
}
.page-top .section-noren .noren__open {
  background-color: #E4D0B5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.page-top .notice-modal .panel {
  position: relative;
  background-color: #fff;
  padding: 48px 24px 36px;
  text-align: center;
  margin: 0 28px;
  border-radius: 12px;
}
.page-top .notice-modal .panel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/special_common/bg-noise.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  border-radius: 12px;
}
.page-top .notice-modal .special-modal-content {
  position: relative;
}
.page-top .notice-modal .special-modal-close {
  top: 12px;
  right: 45px;
  width: 24px;
  height: 24px;
}
.page-top .notice-modal .special-modal-close::before, .page-top .notice-modal .special-modal-close::after {
  background-color: #2C2B2A;
  height: 2px;
}
.page-top .notice-modal .notice__title {
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  padding: 0 1.5em;
  position: relative;
}
.page-top .notice-modal .notice__title::before, .page-top .notice-modal .notice__title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/top/deco-flower.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-top .notice-modal .notice__title::before {
  left: 0;
}
.page-top .notice-modal .notice__title::after {
  right: 0;
}
.page-top .notice-modal .notice-content {
  margin-top: 16px;
}
.page-top .notice-modal .notice__text {
  font-size: 1.4rem;
  font-weight: 500;
}
.page-top .notice-modal .notice__img {
  margin-top: 16px;
}
.page-top .notice-modal .notice__link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 16px;
}

.page-shochikuza-detail .site-main {
  background: linear-gradient(180deg, #FAE9BA 0%, #FFF7E0 300px);
}
.page-shochikuza-detail .site-main::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 64px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/feeling/bg-noise.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  mix-blend-mode: color-burn;
}
.page-shochikuza-detail .site-main.message {
  background: #C94343;
}
.page-shochikuza-detail .site-main.message::before {
  background-image: url(../img/message/bg-noise.jpg);
}
.page-shochikuza-detail.blog .site-main {
  background: #89BB7E;
}
.page-shochikuza-detail.blog .site-main::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/blog/bg-wagara.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  opacity: 0.4;
}
.page-shochikuza-detail.blog .section {
  position: relative;
  z-index: 1;
}
.page-shochikuza-detail .nologin {
  position: relative;
  color: #FEFEFE;
  background-color: #080808;
  max-width: 320px;
  padding: 32px 20px;
  margin: 36px auto 0;
}
.page-shochikuza-detail .nologin::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/special_common/bg-noise.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center center;
  opacity: 0.2;
}
.page-shochikuza-detail .nologin__text {
  font-size: 1.4rem;
  font-weight: 700;
}
.page-shochikuza-detail .nologin .btn-wrap-special {
  display: block;
  margin-top: 24px;
  text-align: center;
  letter-spacing: 0.04em;
}
.page-shochikuza-detail .nologin .btn-wrap-special + .btn-wrap-special {
  margin-top: 8px;
}
.page-shochikuza-detail .nologin .btn-wrap-special.bottom {
  margin-top: 24px;
}
.page-shochikuza-detail .nologin .btn-wrap-special .btn {
  color: #2C2B2A;
  font-size: 1.4rem;
  max-width: 151px;
  min-height: 37px;
}
.page-shochikuza-detail .nologin .btn-wrap-special .btn-underline {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page-shochikuza-detail .section-feeling {
  position: relative;
  padding-top: 100px;
}
.page-shochikuza-detail .section-feeling .section-content {
  position: relative;
}
.page-shochikuza-detail .section-feeling .section-content.row {
  padding: 0 16px;
}
.page-shochikuza-detail .section-feeling .headline {
  text-align: center;
}
.page-shochikuza-detail .section-feeling .headline__text {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
}
.page-shochikuza-detail .section-feeling .content {
  margin-top: 32px;
}
.page-shochikuza-detail .section-feeling .board {
  position: relative;
  color: #E9E8E7;
  background-color: #2C2B2A;
  padding: 34px 8px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  max-width: 343px;
  margin: auto;
}
.page-shochikuza-detail .section-feeling .board::before, .page-shochikuza-detail .section-feeling .board::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.page-shochikuza-detail .section-feeling .board::before {
  width: 138px;
  height: 324px;
  background-image: url(../img/feeling/bg-deco-line.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
.page-shochikuza-detail .section-feeling .board::after {
  width: 100%;
  height: 100%;
  background-image: url(../img/feeling/bg-noise.png);
  background-size: 375px auto;
  background-position: center;
  mix-blend-mode: color-burn;
}
.page-shochikuza-detail .section-feeling .board-inner {
  position: relative;
  z-index: 1;
}
.page-shochikuza-detail .section-feeling .board-headline {
  text-align: center;
}
.page-shochikuza-detail .section-feeling .board-content {
  margin-top: 36px;
}
.page-shochikuza-detail .section-feeling .board-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  gap: 20px 35px;
  max-width: 275px;
  margin: auto;
}
.page-shochikuza-detail .section-feeling .board-list.board-list {
  margin-top: 20px;
}
.page-shochikuza-detail .section-feeling .board__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-shochikuza-detail .section-feeling .board__btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/feeling/pin.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-shochikuza-detail .section-feeling .board__name {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 0.11em;
  margin-top: 8px;
}
.page-shochikuza-detail .section-feeling .banner {
  margin-top: 32px;
}
.page-shochikuza-detail .section-feeling .banner a {
  display: block;
}
.page-shochikuza-detail .board-modal .special-modal-close {
  top: 76px;
  right: 45px;
  width: 24px;
  height: 24px;
}
.page-shochikuza-detail .board-modal .special-modal-close::before, .page-shochikuza-detail .board-modal .special-modal-close::after {
  background-color: #fefefe;
  height: 2px;
}
.page-shochikuza-detail .board-modal .special-modal-content {
  position: relative;
  color: #FEFEFE;
  background-color: #2C2B2A;
  padding: 34px 8px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 28px;
  padding: 64px 20px 60px;
}
.page-shochikuza-detail .board-modal .special-modal-content::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/feeling/bg-noise.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center center;
  mix-blend-mode: color-burn;
}
.page-shochikuza-detail .board-modal .board {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.page-shochikuza-detail .board-modal .board-artist {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-shochikuza-detail .board-modal .board-artist-inner {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  margin: auto;
}
.page-shochikuza-detail .board-modal .board-artist__group {
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 22px;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
}
.page-shochikuza-detail .board-modal .board-artist__group.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.page-shochikuza-detail .board-modal .board-artist__name {
  position: relative;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
}
.page-shochikuza-detail .board-modal .board-artist__name::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/feeling/pin.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
.page-shochikuza-detail .board-modal .board-artist__img {
  width: 68px;
  height: 68px;
  margin-top: 16px;
}
.page-shochikuza-detail .board-modal .board-artist__img img {
  border-radius: 50%;
}
.page-shochikuza-detail .board-modal .board-content {
  margin-right: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-shochikuza-detail .board-modal .board__text {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.page-shochikuza-detail .board-modal .board__text.sm {
  font-size: 1.4rem;
}
.page-shochikuza-detail .board-modal .board__text.lg {
  font-size: 1.8rem;
}
.page-shochikuza-detail .section-which-side {
  position: relative;
  padding-top: 92px;
}
.page-shochikuza-detail .section-which-side .section-content {
  position: relative;
}
.page-shochikuza-detail .section-which-side .section-content.row {
  padding: 0 16px;
}
.page-shochikuza-detail .section-which-side .headline {
  text-align: center;
}
.page-shochikuza-detail .section-which-side .headline__text {
  margin-top: 28px;
  font-size: 1.4rem;
  font-weight: 500;
}
.page-shochikuza-detail .section-which-side .headline-desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border: 1px solid #000;
  padding: 8px 12px;
  margin-top: 10px;
}
.page-shochikuza-detail .section-which-side .headline-desc::before {
  content: "";
  display: inline-block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.page-shochikuza-detail .section-which-side .headline-desc__icon {
  max-width: 36px;
}
.page-shochikuza-detail .section-which-side .headline-desc__text {
  font-weight: 500;
  margin-left: 6px;
  font-size: 1.1rem;
}
.page-shochikuza-detail .section-which-side .content {
  margin-top: 12px;
}
.page-shochikuza-detail .section-which-side .which-side {
  position: relative;
  padding-top: 77px;
}
.page-shochikuza-detail .section-which-side .which-side-nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.page-shochikuza-detail .section-which-side .which-side-nav.is-fixed {
  position: fixed;
  top: 64px;
  background-color: rgba(255, 246, 220, 0.7);
}
.page-shochikuza-detail .section-which-side .which-side-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 12px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.page-shochikuza-detail .section-which-side .which-side-block {
  background-size: 375px auto;
  background-position: top center;
  padding-bottom: 50px;
}
.page-shochikuza-detail .section-which-side .which-side-block.block-01 {
  background-image: url(../img/which-side/bg01.jpg);
}
.page-shochikuza-detail .section-which-side .which-side-block.block-01::before {
  background-image: url(../img/which-side/bg01-top.png);
}
.page-shochikuza-detail .section-which-side .which-side-block.block-02 {
  background-image: url(../img/which-side/bg02.jpg);
}
.page-shochikuza-detail .section-which-side .which-side-block.block-02::before {
  background-image: url(../img/which-side/bg02-top.png);
}
.page-shochikuza-detail .section-which-side .which-side-block.block-03 {
  background-image: url(../img/which-side/bg03.jpg);
}
.page-shochikuza-detail .section-which-side .which-side-block.block-03::before {
  background-image: url(../img/which-side/bg03-top.png);
}
.page-shochikuza-detail .section-which-side .which-side-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background-size: 375px auto;
  background-position: top left;
}
.page-shochikuza-detail .section-which-side .which-side__title {
  text-align: center;
  margin-top: 9px;
}
.page-shochikuza-detail .section-which-side .which-side-question {
  padding: 0 13px;
  margin: 16px auto 0;
  max-width: 375px;
}
.page-shochikuza-detail .section-which-side .which-side-question + .which-side-question {
  margin-top: 50px;
}
.page-shochikuza-detail .section-which-side .which-side-question-headline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 100px;
  padding: 8px 12px;
}
.page-shochikuza-detail .section-which-side .which-side-question-headline::before {
  content: "";
  display: inline-block;
  background-image: url(../img/feeling/bg-noise.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.page-shochikuza-detail .section-which-side .which-side-question-headline::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 24px;
  background-image: url(../img/which-side/icon-q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
}
.page-shochikuza-detail .section-which-side .which-side-question__text {
  position: relative;
  text-align: center;
  font-weight: 700;
}
.page-shochikuza-detail .section-which-side .which-side-question__text .type01,
.page-shochikuza-detail .section-which-side .which-side-question__text .type02 {
  font-size: 1.6rem;
}
.page-shochikuza-detail .section-which-side .which-side-question__text .type01.small,
.page-shochikuza-detail .section-which-side .which-side-question__text .type02.small {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 700;
}
.page-shochikuza-detail .section-which-side .which-side-question__text .type01 {
  color: #D9393B;
}
.page-shochikuza-detail .section-which-side .which-side-question__text .type02 {
  color: #2B4CB8;
}
.page-shochikuza-detail .section-which-side .which-side-question__text .small {
  font-weight: 500;
  font-size: 1.1rem;
  margin: 0 2px;
}
.page-shochikuza-detail .section-which-side .which-side-question-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 12px;
  margin-top: 16px;
}
.page-shochikuza-detail .section-which-side .which-side-question-box {
  width: calc((100% - 12px) / 2);
  background-color: rgba(254, 254, 254, 0.6);
  border-radius: 8px;
}
.page-shochikuza-detail .section-which-side .which-side-question-box.type-01 {
  --key-color: #D9393B;
}
.page-shochikuza-detail .section-which-side .which-side-question-box.type-02 {
  --key-color: #2B4CB8;
}
.page-shochikuza-detail .section-which-side .which-side-question-box.type-other {
  width: 100%;
  --key-color: #2EA62A;
}
.page-shochikuza-detail .section-which-side .which-side-question-box.type-other .which-side-question-artist {
  padding: 12px 26px 16px;
}
.page-shochikuza-detail .section-which-side .which-side-question-box.type-other .which-side-question-artist-item {
  width: calc((100% - 24px) / 4);
}
.page-shochikuza-detail .section-which-side .which-side-question-box__title {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--key-color);
  border-radius: 8px 8px 0 0;
  padding: 8px;
  overflow: hidden;
}
.page-shochikuza-detail .section-which-side .which-side-question-box__title::before {
  content: "";
  display: inline-block;
  background-image: url(../img/feeling/bg-noise.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.page-shochikuza-detail .section-which-side .which-side-question-artist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 8px;
  padding: 12px 12px 16px;
}
.page-shochikuza-detail .section-which-side .which-side-question-artist-item {
  width: calc((100% - 8px) / 2);
}
.page-shochikuza-detail .section-which-side .which-side-question-artist__img.js-special-modal-trigger {
  position: relative;
  border-radius: 50%;
  border: 4px solid var(--key-color);
}
.page-shochikuza-detail .section-which-side .which-side-question-artist__img.js-special-modal-trigger::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -14px;
  right: -8px;
  background-image: url(../img/which-side/icon-fukidashi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-shochikuza-detail .section-which-side .which-side-question-artist__img.js-special-modal-trigger img {
  width: 60px;
}
.page-shochikuza-detail .section-which-side .which-side-question-artist__img img {
  border-radius: 50%;
}
.page-shochikuza-detail .episode-modal .special-modal-close {
  top: 76px;
  right: 45px;
  width: 24px;
  height: 24px;
}
.page-shochikuza-detail .episode-modal .special-modal-close::before, .page-shochikuza-detail .episode-modal .special-modal-close::after {
  background-color: #2C2B2A;
  height: 2px;
}
.page-shochikuza-detail .episode-modal .special-modal-content {
  position: relative;
  background-color: #FEFEFE;
  border-radius: 12px;
  padding: 34px 8px;
  margin: 0 28px;
  padding: 48px 56px 36px;
}
.page-shochikuza-detail .episode-modal .episode__text {
  font-size: 1.4rem;
  font-weight: 700;
}
.page-shochikuza-detail .episode-modal .episode-artist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}
.page-shochikuza-detail .episode-modal .episode-artist__member {
  font-weight: 700;
  font-size: 1.4rem;
  margin-left: 8px;
}
.page-shochikuza-detail .section-blog {
  position: relative;
  padding-top: 97px;
}
.page-shochikuza-detail .section-blog .section-content {
  position: relative;
}
.page-shochikuza-detail .section-blog .section-content.row {
  padding: 0 16px;
}
.page-shochikuza-detail .section-blog .headline {
  text-align: center;
}
.page-shochikuza-detail .section-blog .headline__text {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 500;
}
.page-shochikuza-detail .section-blog .headline__text span {
  font-size: 1.2rem;
}
.page-shochikuza-detail .section-blog .content {
  margin-top: 20px;
}
.page-shochikuza-detail .section-blog .blog {
  position: relative;
  padding: 46px 30px 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 90, 76, 0.7)), color-stop(13%, rgba(228, 128, 70, 0.7)), color-stop(23%, rgba(198, 196, 88, 0.7)), color-stop(36%, rgba(131, 177, 106, 0.7)), color-stop(50%, rgba(122, 198, 132, 0.7)), color-stop(67%, rgba(104, 172, 179, 0.7)), color-stop(83%, rgba(111, 110, 174, 0.7)), to(rgba(182, 113, 174, 0.7)));
  background: linear-gradient(180deg, rgba(202, 90, 76, 0.7) 0%, rgba(228, 128, 70, 0.7) 13%, rgba(198, 196, 88, 0.7) 23%, rgba(131, 177, 106, 0.7) 36%, rgba(122, 198, 132, 0.7) 50%, rgba(104, 172, 179, 0.7) 67%, rgba(111, 110, 174, 0.7) 83%, rgba(182, 113, 174, 0.7) 100%);
}
.page-shochikuza-detail .section-blog .blog::before, .page-shochikuza-detail .section-blog .blog::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 375px auto;
  background-position: center top;
}
.page-shochikuza-detail .section-blog .blog::before {
  background-image: url(../img/blog/bg-noise.png);
  mix-blend-mode: color-burn;
}
.page-shochikuza-detail .section-blog .blog::after {
  opacity: 0.4;
  background-image: url(../img/blog/bg-wagara.png);
}
.page-shochikuza-detail .section-blog .blog-decos {
  position: relative;
  z-index: 2;
}
.page-shochikuza-detail .section-blog .blog__deco {
  position: absolute;
}
.page-shochikuza-detail .section-blog .blog__deco.deco-01 {
  width: 51px;
  top: 157px;
  left: calc(50% + 110px);
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.page-shochikuza-detail .section-blog .blog__deco.deco-02 {
  width: 49px;
  top: 848px;
  right: calc(50% + 114px);
}
.page-shochikuza-detail .section-blog .blog__deco.deco-03 {
  width: 74px;
  top: 1487px;
  left: calc(50% + 95px);
}
.page-shochikuza-detail .section-blog .blog__deco.deco-04 {
  width: 98px;
  top: 1892px;
  right: calc(50% + 122px);
  display: none;
}
.page-shochikuza-detail .section-blog .blog__deco.deco-05 {
  width: 97px;
  top: 2750px;
  left: calc(50% + 91px);
}
.page-shochikuza-detail .section-blog .blog__deco.deco-06 {
  width: 97px;
  top: 1894px;
  right: calc(50% + 92px);
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.page-shochikuza-detail .section-blog .blog-list {
  position: relative;
  z-index: 1;
  background-image: url(../img/blog/bg-frame.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25px 0 75px;
  max-width: 315px;
  margin: auto;
}
.page-shochikuza-detail .section-blog .blog-item {
  position: relative;
}
.page-shochikuza-detail .section-blog .blog-item:first-of-type::before {
  content: none;
}
.page-shochikuza-detail .section-blog .blog-item:nth-of-type(even) .blog-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.page-shochikuza-detail .section-blog .blog-item:nth-of-type(even) .blog-meta {
  text-align: left;
}
.page-shochikuza-detail .section-blog .blog-item:nth-of-type(even) .blog-content::before {
  left: initial;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.page-shochikuza-detail .section-blog .blog-item:nth-of-type(even) .blog-content::after {
  left: initial;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-shochikuza-detail .section-blog .blog-item::before, .page-shochikuza-detail .section-blog .blog-item::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.page-shochikuza-detail .section-blog .blog-item::before {
  top: 0;
}
.page-shochikuza-detail .section-blog .blog-item::after {
  bottom: 0;
}
.page-shochikuza-detail .section-blog .blog-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-shochikuza-detail .section-blog .blog-meta {
  width: 50%;
  text-align: right;
}
.page-shochikuza-detail .section-blog .blog__posted {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0.75em;
}
.page-shochikuza-detail .section-blog .blog-content {
  width: 50%;
  position: relative;
  text-align: center;
}
.page-shochikuza-detail .section-blog .blog-content::before, .page-shochikuza-detail .section-blog .blog-content::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  background-color: #fff;
}
.page-shochikuza-detail .section-blog .blog-content::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-shochikuza-detail .section-blog .blog-content::after {
  width: 35px;
  height: 1px;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-shochikuza-detail .section-blog .blog__chochin {
  display: inline-block;
  opacity: 0;
}
.page-shochikuza-detail .section-blog .blog__name {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 4px 0.75em 10px 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  opacity: 0;
}
.page-shochikuza-detail .section-blog .blog__name::after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  background-image: url(../img/blog/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-shochikuza-detail .section-blog .blog-end {
  position: relative;
  padding-top: 34px;
  text-align: center;
}
.page-shochikuza-detail .section-blog .blog-end::before {
  content: "";
  display: inline-block;
  height: 34px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-shochikuza-detail .section-blog .blog-end-hashtag {
  margin-top: 12px;
}
.page-shochikuza-detail .section-blog .blog-end-hashtag__text {
  font-weight: 700;
}
.page-shochikuza-detail .section-blog .blog-end-hashtag__btn {
  display: block;
  max-width: 258px;
  margin: 8px auto 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#E87474), color-stop(#EAA983), color-stop(#EAE75B), color-stop(#C5F8AA), color-stop(#8BD795), color-stop(#87DCE6), color-stop(#8FA1E0), color-stop(#A597DD), to(#FEAFF5));
  background-image: linear-gradient(90deg, #E87474, #EAA983, #EAE75B, #C5F8AA, #8BD795, #87DCE6, #8FA1E0, #A597DD, #FEAFF5);
  border-radius: 100px;
  padding: 3px;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(44, 43, 42, 0.8));
          filter: drop-shadow(2px 2px 0px rgba(44, 43, 42, 0.8));
}
.page-shochikuza-detail .section-blog .blog-end-hashtag__btn__inner {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 100px;
  padding: 5px 21px;
}
.page-shochikuza-detail .section-blog .blog-end__logo {
  margin-top: 14px;
}
.page-shochikuza-detail .section-blog .blog-end__date {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 5px;
}
.page-shochikuza-detail .section-blog-content {
  position: relative;
  margin-top: 96px;
}
.page-shochikuza-detail .section-blog-content .section-content {
  position: relative;
}
.page-shochikuza-detail .section-blog-content .section-content.row {
  padding: 0 16px;
}
.page-shochikuza-detail .section-blog-content .article {
  background-color: rgba(254, 254, 254, 0.7);
  padding: 24px 12px;
}
.page-shochikuza-detail .section-blog-content .article-artist {
  font-weight: 700;
}
.page-shochikuza-detail .section-blog-content .article-artist__group {
  font-size: 1.4rem;
}
.page-shochikuza-detail .section-blog-content .article-artist__name {
  font-size: 2.4rem;
}
.page-shochikuza-detail .section-blog-content .article-meta {
  margin-top: 16px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}
.page-shochikuza-detail .section-blog-content .article__posted span {
  margin-left: 8px;
}
.page-shochikuza-detail .section-blog-content .article__from {
  margin-top: 8px;
  font-weight: 500;
}
.page-shochikuza-detail .section-blog-content .article-content {
  margin-top: 32px;
  font-size: 1.4rem;
}
.page-shochikuza-detail .section-blog-content .article-content p + p {
  margin-top: 1.5em;
}
.page-shochikuza-detail .section-blog-content .article-pager {
  margin-top: 20px;
}
.page-shochikuza-detail .section-blog-content .article-pager .pager-item.next {
  margin-right: 0;
  margin-left: auto;
}
.page-shochikuza-detail .section-blog-content .article-pager .pager-item.next span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.page-shochikuza-detail .section-blog-content .article-pager .pager-item.next span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page-shochikuza-detail .section-blog-content .article-pager .pager-item.prev {
  margin-left: 0;
  margin-right: auto;
}
.page-shochikuza-detail .section-blog-content .article-pager .pager-item.prev span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.page-shochikuza-detail .section-blog-content .article-pager .pager-item.prev span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-shochikuza-detail .section-blog-content .article-pager .pager-item a {
  color: #2C2B2A;
  background-color: rgba(254, 254, 254, 0.7);
  border: none;
  min-height: 32px;
  padding: 5px 16px;
}
.page-shochikuza-detail .section-message {
  position: relative;
  padding-top: 91px;
}
.page-shochikuza-detail .section-message .section-content {
  position: relative;
}
.page-shochikuza-detail .section-message .section-content.row {
  padding: 0 16px;
}
.page-shochikuza-detail .section-message .headline {
  text-align: center;
}
.page-shochikuza-detail .section-message .headline__text {
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fefefe;
}
.page-shochikuza-detail .section-message .content {
  margin-top: 12px;
}
.page-shochikuza-detail .section-message .message-slide {
  position: relative;
}
.page-shochikuza-detail .section-message .message-slide .swiper {
  padding: 20px 0;
}
.page-shochikuza-detail .section-message .message-slide .swiper-slide-prev, .page-shochikuza-detail .section-message .message-slide .swiper-slide-next, .page-shochikuza-detail .section-message .message-slide .swiper-slide-duplicate-prev, .page-shochikuza-detail .section-message .message-slide .swiper-slide-duplicate-next {
  -webkit-transform: scale(0.78);
          transform: scale(0.78);
}
.page-shochikuza-detail .section-message .message-slide .swiper-slide-duplicate-next, .page-shochikuza-detail .section-message .message-slide .swiper-slide-next {
  -webkit-transform: translateX(-11%) scale(0.78);
          transform: translateX(-11%) scale(0.78);
}
.page-shochikuza-detail .section-message .message-slide .swiper-slide-duplicate-next.swiper-slide-duplicate-prev, .page-shochikuza-detail .section-message .message-slide .swiper-slide-next.swiper-slide-duplicate-prev {
  -webkit-transform: translateX(-11%) scale(0.78);
          transform: translateX(-11%) scale(0.78);
}
.page-shochikuza-detail .section-message .message-slide .swiper-slide-duplicate-prev, .page-shochikuza-detail .section-message .message-slide .swiper-slide-prev {
  -webkit-transform: translateX(11%) scale(0.78);
          transform: translateX(11%) scale(0.78);
}
.page-shochikuza-detail .section-message .message-slide .swiper-slide-duplicate-prev.swiper-slide-duplicate-next, .page-shochikuza-detail .section-message .message-slide .swiper-slide-prev.swiper-slide-duplicate-next {
  -webkit-transform: translateX(11%) scale(0.78);
          transform: translateX(11%) scale(0.78);
}
.page-shochikuza-detail .section-message .message-slide__prev, .page-shochikuza-detail .section-message .message-slide__next {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  background-color: #B63435;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-shochikuza-detail .section-message .message-slide__prev::before, .page-shochikuza-detail .section-message .message-slide__next::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}
.page-shochikuza-detail .section-message .message-slide__prev {
  left: 6%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.page-shochikuza-detail .section-message .message-slide__next {
  right: 6%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-shochikuza-detail .section-message .message-slide-item {
  width: 64%;
}
.page-shochikuza-detail .section-message .message-slide__img {
  width: 100%;
  -webkit-filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.25));
}
.page-shochikuza-detail .section-message .message-slide__img img {
  width: 100%;
  border-radius: 4px;
}
.page-shochikuza-detail .section-message .message-nav {
  position: relative;
  padding-top: 150px;
  margin-top: 10px;
}
.page-shochikuza-detail .section-message .message-nav-list {
  padding: 18px 34px;
  background-color: #A40103;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 10;
}
.page-shochikuza-detail .section-message .message-nav-list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/message/bg-nav-noise.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}
.page-shochikuza-detail .section-message .message-nav-list.is-fixed {
  position: fixed;
  top: 64px;
}
.page-shochikuza-detail .section-message .message-nav-item {
  max-width: 38px;
}
.page-shochikuza-detail .section-message .message-nav-item a {
  display: block;
}
.page-shochikuza-detail .section-message .message-nav__prev, .page-shochikuza-detail .section-message .message-nav__next {
  width: 28px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(182, 52, 53, 0.7);
  z-index: 2;
  cursor: pointer;
}
.page-shochikuza-detail .section-message .message-nav__prev.swiper-button-disabled, .page-shochikuza-detail .section-message .message-nav__next.swiper-button-disabled {
  opacity: 0;
}
.page-shochikuza-detail .section-message .message-nav__prev::before, .page-shochikuza-detail .section-message .message-nav__next::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 21px;
  background-image: url(../img/message/icon-nav-allow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-shochikuza-detail .section-message .message-nav__prev {
  left: 0;
}
.page-shochikuza-detail .section-message .message-nav__prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.page-shochikuza-detail .section-message .message-nav__next {
  right: 0;
}
.page-shochikuza-detail .section-message .message-list {
  margin-top: 27px;
}
.page-shochikuza-detail .section-message .message-item + .message-item {
  margin-top: 12px;
}
.page-shochikuza-detail .section-message .message-inner {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFEF1), to(#FFFBC9));
  background: linear-gradient(0deg, #FFFEF1 0%, #FFFBC9 100%);
  border: 5px solid #D98641;
  padding: 11px 23px 15px;
}
.page-shochikuza-detail .section-message .message-text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.page-shochikuza-detail .section-message .message-text__after {
  margin-top: 4px;
  text-align: right;
}
.page-shochikuza-detail .section-message .message-text__main {
  margin-top: 4px;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  border: 1px solid #6A4120;
  padding: 3px 15px;
}
.page-shochikuza-detail .section-message .message-artist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.page-shochikuza-detail .section-message .message-artist__img {
  max-width: 44px;
}
.page-shochikuza-detail .section-message .message-artist__img img {
  border-radius: 50%;
}
.page-shochikuza-detail .section-message .message-artist-info {
  font-weight: 700;
}
.page-shochikuza-detail .section-message .message-artist__name {
  font-size: 1.8rem;
}
.page-shochikuza-detail .message-modal .special-modal-close {
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
}
.page-shochikuza-detail .message-modal .special-modal-close::before, .page-shochikuza-detail .message-modal .special-modal-close::after {
  background-color: #fefefe;
  height: 2px;
}
.page-shochikuza-detail .message-modal .special-modal-bg {
  background-color: #2C2B2A;
}
.page-shochikuza-detail .message-modal .special-modal-content {
  position: relative;
  color: #FEFEFE;
  padding: 34px 0;
}
.page-shochikuza-detail .message-modal .message__name {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 933px){
  .site-header_special {
    max-width: 375px;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger.is-active:hover {
    opacity: 0.7;
  }
  .page-shochikuza-detail .section-which-side .which-side-nav {
    max-width: 375px;
  }
  .page-shochikuza-detail .section-message .message-nav-list {
    max-width: 375px;
  }
}
/*# sourceMappingURL=style.css.map */