@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=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Zen+Old+Mincho:wght@500;600&display=swap");
.site-header_special {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

.masthead_special {
  position: relative;
  z-index: 1;
  height: 65px;
  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;
}
.masthead_special .brand-logo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}

.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: 40px 0;
}

.gn-nav_special {
  position: fixed;
  top: 7px;
  right: 10px;
  z-index: 9999;
}
.gn-nav_special .hamburger {
  width: 45px;
  height: 45px;
  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;
}

/*!
 * 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 {
  -webkit-transform: translateX(calc(-50% - var(--scrollbar-width, 0) / 2));
          transform: translateX(calc(-50% - var(--scrollbar-width, 0) / 2));
}

.site-main {
  overflow: hidden;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.row {
  padding: 0 20px;
}

body {
  position: relative;
}
body::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.8);
  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;
}

.section-footer {
  position: relative;
  padding-top: 260px;
  padding-bottom: 35px;
}
.section-footer .footer__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
  width: 777px;
}
.section-footer .footer-content {
  position: relative;
}
.section-footer .footer .sns {
  margin-top: 20px;
}
.section-footer .footer .sns__title {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
  text-align: 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: 2px;
}

.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;
  padding: 80px 20px;
}
.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-close {
  position: absolute;
  top: 20px;
  right: 16px;
  color: transparent;
  width: 42px;
  height: 42px;
}
.special-modal-close::before, .special-modal-close::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
  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);
}
.special-modal.blog-modal .special-modal-inner .panel {
  position: relative;
}
.special-modal.blog-modal .special-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  color: transparent;
  width: 28px;
  height: 28px;
}
.special-modal.blog-modal .special-modal-close::before, .special-modal.blog-modal .special-modal-close::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.special-modal.blog-modal .special-modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.special-modal.blog-modal .special-modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-modal .modal-content {
  font-family: "Zen Old Mincho", serif;
  background-image: url(../img/top/modal-bg.jpg);
  background-size: cover;
  color: #fff;
  padding: 50px 38px 60px;
}
.special-modal .modal-content__header {
  position: relative;
}
.special-modal .modal-content .title {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-align: center;
}
.special-modal .modal-content .author {
  text-align: center;
  margin-top: 22px;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0.04em;
  font-family: "Cormorant Infant", serif;
  vertical-align: top;
}
.special-modal .modal-content .author__icon {
  position: relative;
  top: -0.3rem;
  left: 0.2rem;
}
.special-modal .modal-content .author__icon img {
  width: 1.6rem;
}
.special-modal .modal-content .text {
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: none;
  white-space: nowrap;
}
.special-modal .modal-content__body {
  margin-top: 50px;
}
.special-modal .modal-content__body img {
  width: 100%;
  -webkit-filter: drop-shadow(2px 2px 30px rgba(183, 183, 183, 0.15));
          filter: drop-shadow(2px 2px 30px rgba(183, 183, 183, 0.15));
}
.special-modal .modal-content__footer {
  margin-top: 30px;
}
.special-modal .modal-content__footer .confirm {
  margin-bottom: 24px;
}
.special-modal .modal-content__footer .confirm__label {
  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;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.special-modal .modal-content__footer .confirm__input {
  display: none;
}
.special-modal .modal-content__footer .confirm__checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid currentColor;
  margin-right: 8px;
  position: relative;
}
.special-modal .modal-content__footer .confirm__input:checked + .confirm__checkbox::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 80%;
  height: 50%;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
}
.special-modal .modal-content__footer .confirm[hidden] {
  display: none;
}
.special-modal .modal-content__footer .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.special-modal .modal-content__footer .vote-button {
  max-width: 150px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: 0.05em;
  padding: 5px 22px;
  border-radius: 9999px;
  background-color: #fff;
  color: #1a1a1a;
  position: relative;
}
.special-modal .modal-content__footer .vote-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
}
.special-modal .modal-content__footer .vote-button .spinner {
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  display: none;
}
.special-modal .modal-content__footer .vote-button.is-loading {
  opacity: 0.8;
  pointer-events: none;
}
.special-modal .modal-content__footer .vote-button.is-loading::after {
  content: none;
}
.special-modal .modal-content__footer .vote-button.is-loading .spinner {
  display: inline-block;
}
.special-modal .modal-content__footer .blog-button {
  max-width: 150px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: 0.05em;
  padding: 5px 22px;
  border-radius: 9999px;
  background-color: #1a1a1a;
  color: #fff;
  position: relative;
}
.special-modal .modal-content__footer .blog-button .icon {
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
  height: 10px;
}
.special-modal .modal-content__footer .blog-button .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.special-modal .modal-content__footer .blog-button .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.special-modal .modal-content__footer .blog-button[aria-expanded=true] .icon::after {
  -webkit-transform: translate(-50%, 0) scale(1, 0);
          transform: translate(-50%, 0) scale(1, 0);
}
.special-modal .modal-content__footer .blog-button.is-open .icon::after {
  -webkit-transform: translate(-50%, 0) scale(1, 0);
          transform: translate(-50%, 0) scale(1, 0);
}
.special-modal .modal-content__footer .sns-share {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
.special-modal .modal-content__footer .sns-share__text {
  margin-left: 15px;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
}
.special-modal .modal-content .step1,
.special-modal .modal-content .step2 {
  display: none;
}
.special-modal .modal-content .step1.is-show,
.special-modal .modal-content .step2.is-show {
  display: block;
}
.special-modal .modal-content .step1[hidden],
.special-modal .modal-content .step2[hidden] {
  display: none;
}
.special-modal .accordion-panel {
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
  overflow: hidden;
  height: 0;
}
.special-modal .accordion-panel__inner {
  padding: 60px 50px;
}
.special-modal .modal-blog-content {
  font-family: "Zen Old Mincho", serif;
  padding: 80px 50px 60px;
  background-color: #fff;
  color: #1a1a1a;
}
.special-modal .blog-content .title {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
}
.special-modal .blog-content * + .title {
  margin-top: 24px;
}
.special-modal .blog-content .maintitle {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
.special-modal .blog-content .subtitle {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
  text-align: center;
}
.special-modal .blog-content * + .subtitle {
  margin-top: 36px;
}
.special-modal .blog-content .image {
  margin: 0 -36px;
}
.special-modal .blog-content .image img {
  width: 100%;
}
.special-modal .blog-content * + .image {
  margin-top: 24px;
}
.special-modal .blog-content .works-title {
  font-size: 2.4rem;
  line-height: 1.0909090909;
  letter-spacing: 0.1em;
  text-align: center;
}
.special-modal .blog-content * + .works-title {
  margin-top: 28px;
}
.special-modal .blog-content .date {
  font-family: "Cormorant Infant", serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
}
.special-modal .blog-content * + .date {
  margin-top: 24px;
}
.special-modal .blog-content .author-term {
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
}
.special-modal .blog-content * + .author-term {
  margin-top: 24px;
}
.special-modal .blog-content .author {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 14px auto 0;
  padding: 0 0 10px;
  position: relative;
}
.special-modal .blog-content .author::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.special-modal .blog-content .author.fujigaya::after {
  background-color: #ff00b2;
}
.special-modal .blog-content .author.miyata::after {
  background-color: #9000ff;
}
.special-modal .blog-content * + .author {
  margin-top: 24px;
}
.special-modal .blog-content .author-term + .author,
.special-modal .blog-content .titile + .author {
  margin-top: 14px;
}
.special-modal .blog-content .episode.fujigaya {
  color: #ff00b2;
}
.special-modal .blog-content .episode.miyata {
  color: #9000ff;
}
.special-modal .blog-content .episode__title {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.special-modal .blog-content .episode__title::before, .special-modal .blog-content .episode__title::after {
  content: "";
  width: 23px;
  border-top: 1px dashed currentColor;
}
.special-modal .blog-content .episode__text {
  margin-top: 14px;
  font-size: 1.1rem;
  line-height: 1.8181818182;
  letter-spacing: 0.03em;
}
.special-modal .blog-content * + .episode {
  margin-top: 24px;
}
.special-modal .blog-content .text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.05em;
}
.special-modal .blog-content * + .text {
  margin-top: 36px;
}

.fetch-failed-modal .modal-bg {
  background: rgba(26, 26, 26, 0.8);
}

.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%);
}

.page-top .masthead_special {
  padding: 0 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.page-top .brand-logo a {
  display: block;
}
.page-top .site-main {
  padding-top: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  z-index: auto;
}
.page-top .opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
.page-top .opening-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-clip-path 1.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: clip-path 1.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: clip-path 1.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-clip-path 1.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-clip-path: polygon(0 0, 130% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 130% 0, 100% 100%, 0 100%);
}
.page-top .opening-count.is-hidden {
  -webkit-clip-path: polygon(0 0, 0 0, -30% 100%, -60% 100%);
          clip-path: polygon(0 0, 0 0, -30% 100%, -60% 100%);
}
.page-top .opening-count__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-top .opening-count__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top .opening-count__logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  opacity: 0.05;
}
.page-top .opening-count__logo img {
  width: 100%;
}
.page-top .opening-count__number {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  position: absolute;
  top: 49%;
  right: 7.6923%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 20.5128vw;
  line-height: 0.8;
  letter-spacing: 0.08em;
  overflow: hidden;
}
.page-top .opening-count__number .hidden {
  opacity: 0;
  visibility: hidden;
}
.page-top .opening-count__number .numbers {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top .opening-count__number .numbers_1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  bottom: 0;
  right: 25%;
}
.page-top .opening-count__number .numbers_2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  right: 0;
}
.page-top .opening-overlay {
  background-color: rgba(26, 26, 26, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
}
.page-top .opening-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
}
.page-top .opening-works__column {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.page-top .opening-works__column_md {
  width: 33.5878%;
}
.page-top .opening-works__column_md > * + * {
  margin-top: 13.6364%;
}
.page-top .opening-works__column_sm {
  width: 22.9008%;
  position: relative;
}
.page-top .opening-works__column_sm > * + * {
  margin-top: 20%;
}
.page-top .opening-works__image img {
  width: 100%;
}
.page-top .section-hero {
  position: relative;
  z-index: 1;
}
.page-top .section-hero .hero {
  overflow: clip;
}
.page-top .section-hero .hero img {
  width: 100%;
}
.page-top .section-hero .hero__head {
  aspect-ratio: 393/517;
  background-image: url(../img/top/hero-bg.jpg);
  background-size: cover;
  position: relative;
}
.page-top .section-hero .hero__decoration {
  position: absolute;
}
.page-top .section-hero .hero__decoration_1 {
  top: 20.6963%;
  left: -1.2723%;
  width: 45.8015%;
  mix-blend-mode: exclusion;
}
.page-top .section-hero .hero__decoration_2 {
  top: -45.7338%;
  right: -2.5445%;
  width: 45.8015%;
  mix-blend-mode: exclusion;
}
.page-top .section-hero .hero__decoration_3 {
  top: 37.884%;
  left: -0.7634%;
  width: 45.8015%;
}
.page-top .section-hero .hero__title {
  position: absolute;
  top: 38.6847%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 74.8092%;
}
.page-top .section-hero .hero__bottom {
  background-color: #eae7dc;
  color: #1a1a1a;
  position: relative;
  aspect-ratio: 393/293;
}
.page-top .section-hero .hero__heading {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
}
.page-top .section-hero .hero__name {
  position: absolute;
  top: 0;
  -webkit-transform: translate(0, -72.2222%);
          transform: translate(0, -72.2222%);
  z-index: 1;
}
.page-top .section-hero .hero__name_1 {
  left: 13.486%;
  width: 25.4453%;
}
.page-top .section-hero .hero__name_2 {
  left: 61.3232%;
  width: 27.2265%;
}
.page-top .section-hero .hero__text {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: 0.05em;
  width: 61.0687%;
  position: absolute;
  top: 60.7509%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.page-top .section-works {
  padding: 80px 0;
  position: relative;
}
.page-top .section-works::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/works-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.page-top .section-works .content {
  position: relative;
  z-index: 1;
}
.page-top .section-works .work-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
}
.page-top .section-works .work__button {
  text-align: left;
}
.page-top .section-works .work__image img {
  width: 100%;
  -webkit-filter: drop-shadow(2px 2px 30px rgba(183, 183, 183, 0.15));
          filter: drop-shadow(2px 2px 30px rgba(183, 183, 183, 0.15));
}
.page-top .section-works .work__body {
  margin-top: 14px;
}
.page-top .section-works .work__title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5714285714;
  letter-spacing: 0.08em;
}
.page-top .section-works .work__author {
  margin-top: 2px;
  font-size: 1rem;
  font-weight: 600;
  hyphenate-limit-chars: 1.6;
  letter-spacing: 0.05em;
}
.page-top .section-works .work__footer {
  margin-top: 12px;
}
.page-top .section-works .work__footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px 0 0 -6px;
}
.page-top .section-works .work__footer-inner > * {
  margin: 8px 0 0 6px;
}
.page-top .section-works .work__vote-button {
  border: 1px solid #fff;
  background-color: #fff;
  color: #1a1a1a;
  border-radius: 9999px;
  font-size: 1.1rem;
  line-height: 1.2rem;
  letter-spacing: 0.05em;
  padding: 6px 7px;
  position: relative;
}
.page-top .section-works .work__vote-button .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  display: none;
}
.page-top .section-works .work__vote-button.is-loading {
  opacity: 0.8;
  pointer-events: none;
}
.page-top .section-works .work__vote-button.is-loading::after {
  content: none;
}
.page-top .section-works .work__vote-button.is-loading .spinner {
  display: inline-block;
}
.page-top .section-works .work__vote-button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}
.page-top .section-works .work__blog-button {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 9999px;
  font-size: 1.1rem;
  line-height: 1.2rem;
  padding: 6px 7px;
}
.page-top .section-works .banner-list {
  margin-top: 71px;
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: -ms-grid;
  display: grid;
  gap: 22px;
}
.page-top .section-works .banner-question {
  position: relative;
}
.page-top .section-works .banner-question__bg {
  position: relative;
}
.page-top .section-works .banner-question__bg img {
  width: 100%;
}
.page-top .section-works .banner-question__button {
  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: absolute;
  top: 63.75%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 67.7966%;
  border-radius: 9999px;
  color: #46535c;
  background-image: -webkit-gradient(linear, left top, right top, from(#e7e9ec), color-stop(50%, #fff), to(#cccfd2));
  background-image: linear-gradient(90deg, #e7e9ec 0%, #fff 50%, #cccfd2 100%);
  min-height: 10.7692vw;
  font-size: 3.5897vw;
  padding: 0;
  -webkit-box-shadow: 0.5128vw 0.5128vw 1.0256vw rgba(30, 39, 47, 0.1);
          box-shadow: 0.5128vw 0.5128vw 1.0256vw rgba(30, 39, 47, 0.1);
}
.page-top .section-works .banner a {
  display: block;
}
.page-top .section-works .banner img {
  width: 100%;
}
.page-top .section-works .outro {
  margin-top: 49px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top .section-works .outro .back-to-top {
  margin-top: 30px;
}
.page-top .section-works .sns-list__heading {
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
  text-align: center;
}
.page-top .section-works .sns-list__list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
}
.page-top .section-works .sns-list__link {
  display: block;
}
.page-top .section-works .back-to-top {
  font-family: "Cormorant Infant", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
  padding: 11px 27px;
  border: 1px solid #fff;
  border-radius: 9999px;
}
.page-top .section-notlogin {
  padding: 0 0 80px;
  position: relative;
}
.page-top .section-notlogin::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/works-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.page-top .section-notlogin .content {
  position: relative;
  z-index: 1;
}
.page-top .section-notlogin .login {
  padding: 43.5897% 0 69.2308%;
  background-image: url(../img/top/notlogin-bg.png);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.page-top .section-notlogin .login__inner {
  margin: auto;
  max-width: 294px;
  background-color: #fff;
  color: #1a1a1a;
  padding: 50px 27px;
}
.page-top .section-notlogin .login__text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  padding: 0 9px;
  line-height: 1.7857;
}
.page-top .section-notlogin .login__button-list {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
.page-top .section-notlogin .login__button {
  width: 100%;
  min-height: 42px;
  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;
  padding: 0.5em 1em;
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 9999px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  position: relative;
}
.page-top .section-notlogin .login__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  background-image: url(../img/top/arrow.svg);
  background-size: 100% 100%;
}
.page-top .section-notlogin .outro {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top .section-notlogin .outro .back-to-top {
  margin-top: 30px;
}
.page-top .section-notlogin .sns-list__heading {
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
  text-align: center;
}
.page-top .section-notlogin .sns-list__list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
}
.page-top .section-notlogin .sns-list__link {
  display: block;
}
.page-top .section-notlogin .back-to-top {
  font-family: "Cormorant Infant", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
  padding: 11px 27px;
  border: 1px solid #fff;
  border-radius: 9999px;
}

@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;
  }
  .no-scroll.page-top .opening,
  .no-scroll.page-top .section-works:before {
    -webkit-transform: translateX(calc(-50% - var(--scrollbar-width, 0) / 2));
            transform: translateX(calc(-50% - var(--scrollbar-width, 0) / 2));
  }
  .page-top .opening {
    max-width: 375px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .page-top .opening-count {
    max-width: 375px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .page-top .opening-count__number {
    font-size: 80px;
  }
  .page-top .opening-overlay {
    max-width: 375px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .page-top .opening-works {
    max-width: 375px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .page-top .section-works::before {
    max-width: 375px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .page-top .section-works .banner-question__button {
    font-size: 1.4rem;
    min-height: 42px;
    padding: 0.5em 1em;
    -webkit-box-shadow: 2px 2px 4px rgba(30, 39, 47, 0.1);
            box-shadow: 2px 2px 4px rgba(30, 39, 47, 0.1);
  }
  .page-top .section-notlogin::before {
    max-width: 375px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media (hover: hover) and (pointer: fine){
  .special-modal .modal-content__footer .vote-button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .special-modal .modal-content__footer .vote-button:hover {
    opacity: 0.8;
  }
  .special-modal .modal-content__footer .blog-button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .special-modal .modal-content__footer .blog-button:hover {
    opacity: 0.8;
  }
  .special-modal .modal-content__footer .sns-share {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .special-modal .modal-content__footer .sns-share:hover {
    opacity: 0.8;
  }
  .page-top .section-works .work__vote-button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-top .section-works .work__vote-button:hover {
    opacity: 0.8;
  }
  .page-top .section-works .work__blog-button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-top .section-works .work__blog-button:hover {
    opacity: 0.8;
  }
  .page-top .section-works .banner-question__button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-top .section-works .banner-question__button:hover {
    opacity: 0.8;
  }
  .page-top .section-works .banner a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-top .section-works .banner a:hover {
    opacity: 0.8;
  }
  .page-top .section-works .sns-list__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-top .section-works .sns-list__link:hover {
    opacity: 0.8;
  }
  .page-top .section-works .back-to-top {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-top .section-works .back-to-top:hover {
    opacity: 0.8;
  }
  .page-top .section-notlogin .login__button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-top .section-notlogin .login__button:hover {
    opacity: 0.8;
  }
  .page-top .section-notlogin .sns-list__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-top .section-notlogin .sns-list__link:hover {
    opacity: 0.8;
  }
  .page-top .section-notlogin .back-to-top {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-top .section-notlogin .back-to-top:hover {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=style.css.map */