@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@700&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;
  background-color: rgba(254, 254, 254, 0.7);
  padding: 0 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: url(../img/blog_award_common/gnav-bg.jpg);
  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: calc(100% - 10px);
  margin: 5px;
  padding: 40px 0;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, #debb64, #eadfae, #af873e, #debb64, #ece3bd, #c29c4d) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#debb64), color-stop(#eadfae), color-stop(#af873e), color-stop(#debb64), color-stop(#ece3bd), to(#c29c4d)) 1;
     border-image: linear-gradient(90deg, #debb64, #eadfae, #af873e, #debb64, #ece3bd, #c29c4d) 1;
}
.globalnav_special .btn-wrap {
  margin-bottom: 32px;
}
.globalnav_special .gnav {
  max-width: 295px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.globalnav_special .gnav__logo {
  position: relative;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.globalnav_special .gnav__logo::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#debb64), color-stop(#eadfae), color-stop(#af873e), color-stop(#debb64), color-stop(#ece3bd), to(#c29c4d));
  background-image: linear-gradient(90deg, #debb64, #eadfae, #af873e, #debb64, #ece3bd, #c29c4d);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.globalnav_special .gnav-list {
  display: block;
  width: 100%;
  margin-top: 27px;
}
.globalnav_special .gnav-item.child {
  counter-increment: num;
}
.globalnav_special .gnav-item.child .gnav__link::before {
  content: "0" counter(num);
}
.globalnav_special .gnav__link {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0.75em 0;
  padding-left: 1.75em;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #debb64, #eadfae, #af873e, #debb64, #ece3bd, #c29c4d) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#debb64), color-stop(#eadfae), color-stop(#af873e), color-stop(#debb64), color-stop(#ece3bd), to(#c29c4d)) 1;
     border-image: linear-gradient(90deg, #debb64, #eadfae, #af873e, #debb64, #ece3bd, #c29c4d) 1;
}
.globalnav_special .gnav__link::after {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  background-image: url(../img/blog_award_common/gnav-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.globalnav_special .sns {
  margin-top: 85px;
}
.globalnav_special .sns__title {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.globalnav_special .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: 10px;
}
.globalnav_special .btn-wrap-special {
  margin-top: 35px;
}
.globalnav_special .btn-wrap-special .btn {
  color: #fff;
}

.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;
}
.gn-nav_special .hamburger-inner, .gn-nav_special .hamburger-inner::before, .gn-nav_special .hamburger-inner::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#debb64), color-stop(#eadfae), color-stop(#af873e), color-stop(#debb64), color-stop(#ece3bd), to(#c29c4d));
  background-image: linear-gradient(90deg, #debb64, #eadfae, #af873e, #debb64, #ece3bd, #c29c4d);
}

/*!
 * 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;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}

.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(0, 0, 0, 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;
}

.bg__arrow {
  position: absolute;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% var(--progress), 0% var(--progress));
          clip-path: polygon(0% 0%, 100% 0%, 100% var(--progress), 0% var(--progress));
  --progress: 0%;
  -webkit-transition: -webkit-clip-path 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-clip-path 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 400ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-wrap-special {
  position: relative;
  z-index: 1;
  text-align: center;
}
.btn-wrap-special + .btn-wrap-special {
  margin-top: 14px;
}
.btn-wrap-special .btn {
  font-family: "M PLUS 1", sans-serif;
  color: #052C5A;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #fefefe;
  min-height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.25em 20px;
  border-radius: 8px;
}

.section-footer {
  position: relative;
  padding-top: 42px;
  padding-bottom: 40px;
}
.section-footer .deco__flower {
  position: absolute;
}
.section-footer .deco__flower--01 {
  top: 102px;
  left: calc(50% + 110px);
}
.section-footer .deco__flower--02 {
  width: 57px;
  top: 35px;
  right: calc(50% + 95px);
}
.section-footer .footer-content {
  position: relative;
}
.section-footer .footer .sns__title {
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.6rem;
  color: #052C5A;
  font-weight: 700;
  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: 30px;
  margin-top: 5px;
}
.section-footer .footer .btn-wrap-special {
  margin-top: 24px;
}

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

.section-schedule {
  margin-top: 20px;
}
.section-schedule .content {
  text-align: center;
}
.section-schedule .schedule {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(-13px);
          transform: translateX(-13px);
}
.section-schedule .schedule-list {
  width: 80%;
  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;
  position: absolute;
  top: 9.9%;
  left: 14.5%;
}
.section-schedule .schedule-item {
  position: relative;
  width: 33.3333333333%;
}
.section-schedule .schedule-item::before {
  content: "";
  display: block;
  padding-top: 129.5%;
  pointer-events: none;
}
.section-schedule .schedule-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-schedule .schedule__stamp {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 61%;
}
.section-schedule .schedule__link {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 6.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 75.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%);
}

@-webkit-keyframes opneBook {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-80deg);
            transform: rotateY(-80deg);
  }
}

@keyframes opneBook {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-80deg);
            transform: rotateY(-80deg);
  }
}
.page-top .site-main {
  background-color: #FFB6D3;
}
.page-top .site-main .bg-border {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-top .site-main .bg-border::before {
  content: "";
  display: inline-block;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 12px;
  z-index: -1;
}
.page-top .site-main .bg-border::after {
  content: "";
  display: inline-block;
  width: 357px;
  height: 1339px;
  background-image: url(../img/top/bg-heart.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 22px;
  left: calc(50% + 3px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-top .section-hero {
  position: relative;
  padding-top: 22px;
  text-align: center;
}
.page-top .section-hero .deco__flower {
  position: absolute;
  opacity: 0;
}
.page-top .section-hero .deco__flower--01 {
  top: 7px;
  right: calc(50% + 110px);
}
.page-top .section-hero .deco__flower--02 {
  width: 57px;
  top: 147px;
  left: calc(50% + 125px);
}
.page-top .section-hero .headline__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 359px;
  -webkit-mask-size: 10770px auto;
          mask-size: 10770px auto;
  -webkit-mask-image: url("../img/top/css_sprites.png");
          mask-image: url("../img/top/css_sprites.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  will-change: mask-position;
}
.page-top .section-hero .headline__text {
  color: #052C5A;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0.25em;
  opacity: 0;
}
.page-top .section-book {
  position: relative;
  margin-top: 8px;
  z-index: 1;
}
.page-top .section-book .bg__arrow {
  width: 258px;
  top: -23px;
  right: calc(50% - 26px);
}
.page-top .section-book .content {
  padding: 12px 0;
}
.page-top .section-book .book {
  position: relative;
  display: block;
  max-width: 275px;
  margin: auto;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  -webkit-perspective: 2000px;
          perspective: 2000px;
  opacity: 0;
}
.page-top .section-book .book.is-animate .book__page.front {
  -webkit-animation: opneBook 500ms forwards;
          animation: opneBook 500ms forwards;
}
.page-top .section-book .book__page.front {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.page-top .section-book .book__page.front img {
  -webkit-transform: translate(-5px, -1px);
          transform: translate(-5px, -1px);
}
.page-top .section-book .book__page.back {
  margin-left: auto;
  width: 98%;
}
.page-top .section-book .book__page img {
  display: block;
}
.page-top .section-book .book__btn {
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-41%) rotate(6deg);
          transform: translateX(-41%) rotate(6deg);
}
.page-top .section-schedule {
  margin-top: 50px;
}
.page-top .section-schedule .schedule__base {
  position: relative;
}
.page-top .section-schedule .schedule__base::before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 65px;
  background-image: url(../img/top/icon-pen.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -32px;
  left: calc(50% + 72px);
}

@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page-detail .site-main {
  background-color: #1c60a1;
}
.page-detail .section-footer {
  padding: 60px 0;
}
.page-detail .section-footer .sns__title {
  color: #fefefe;
}
.page-detail .section-note-content {
  margin-top: 20px;
}
.page-detail .section-note-content .note {
  position: relative;
  -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-detail .section-note-content .note-wrapper {
  position: relative;
  overflow: hidden;
  padding-right: 12px;
}
.page-detail .section-note-content .note-stack {
  position: absolute;
  inset: 0;
}
.page-detail .section-note-content .note-stack::before, .page-detail .section-note-content .note-stack::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #FFFAEF;
}
.page-detail .section-note-content .note-stack::before {
  width: calc(100% - 6px);
}
.page-detail .section-note-content .note-stack::after {
  width: calc(100% - 9px);
  -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-detail .section-note-content .note .stf__item:last-child .note-content .handle,
.page-detail .section-note-content .note .stf__item:last-child .note-content .question,
.page-detail .section-note-content .note .stf__item:last-child .note-content .answer,
.page-detail .section-note-content .note .stf__item:last-child .note-content .next-question,
.page-detail .section-note-content .note .stf__item:last-child .note-content .reaction {
  visibility: hidden;
}
.page-detail .section-note-content .note .stf__item:last-child .note-bg {
  visibility: hidden;
}
.page-detail .section-note-content .note-page {
  color: #313131;
  background-color: #FFFAEF;
  padding-top: 16px;
  padding-left: 26px;
  padding-right: 14px;
  padding-bottom: 50px;
}
.page-detail .section-note-content .note-page::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 52px 0 0;
  border-color: #F6F2E4 transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-detail .section-note-content .note-page.dummy::before {
  content: none;
}
.page-detail .section-note-content .note-bg__arrow01 {
  top: 0;
  left: calc(50% - 20px);
}
.page-detail .section-note-content .note-bg__arrow02 {
  top: 420px;
  right: -14px;
}
.page-detail .section-note-content .note-bg__arrow03 {
  top: 640px;
  left: -26px;
}
.page-detail .section-note-content .note-bg__arrow04 {
  bottom: -38px;
  right: -14px;
}
.page-detail .section-note-content .note-meta {
  min-height: 24px;
}
.page-detail .section-note-content .note__posted {
  font-size: 1.2rem;
}
.page-detail .section-note-content .note__posted span {
  font-family: "sichandic", sans-serif;
  font-size: 1.6rem;
  margin: 0 2px;
}
.page-detail .section-note-content .note-content {
  position: relative;
  z-index: 1;
  border-top: 2px solid #888;
  margin-top: 6px;
  padding-bottom: 14px;
}
.page-detail .section-note-content .note-content::before {
  content: "";
  display: inline-block;
  width: calc(100% + 21px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-image: linear-gradient(180deg, #E5E5E5 1px, transparent 1px);
  background-size: 100% 26px;
  background-position: center -1px;
}
.page-detail .section-note-content .note-pagination {
  margin-top: 32px;
}
.page-detail .section-note-content .note-pager {
  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;
  gap: 12px;
}
.page-detail .section-note-content .note-pager__item.prev, .page-detail .section-note-content .note-pager__item.next {
  width: 80px;
}
.page-detail .section-note-content .note-pager__btn {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1B5E9F;
  background-color: #fff;
  border-radius: 100px;
  padding: 4px 10px;
}
.page-detail .section-note-content .handle {
  position: relative;
  margin-top: 12px;
}
.page-detail .section-note-content .handle-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-detail .section-note-content .handle__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  color: #fff;
  background-color: #052C5A;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  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;
  line-height: 1.4;
}
.page-detail .section-note-content .handle-artist {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "sichandic", sans-serif;
  line-height: 1;
  margin-left: 8px;
}
.page-detail .section-note-content .handle-artist.red {
  color: #C40D0D;
}
.page-detail .section-note-content .handle-artist.pink {
  color: #D23DAD;
}
.page-detail .section-note-content .handle-artist.purple {
  color: #77089C;
}
.page-detail .section-note-content .handle-artist.green {
  color: #056515;
}
.page-detail .section-note-content .handle-artist.yellow {
  color: #E5D014;
}
.page-detail .section-note-content .handle-artist.orange {
  color: #E96C24;
}
.page-detail .section-note-content .handle-artist.blue {
  color: #2D3ACB;
}
.page-detail .section-note-content .handle-artist.navy {
  color: #052C5A;
}
.page-detail .section-note-content .handle-artist.black {
  color: #313131;
}
.page-detail .section-note-content .handle-artist__group {
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.page-detail .section-note-content .handle-artist__name {
  position: relative;
  font-size: 4rem;
  padding-right: 1.25em;
}
.page-detail .section-note-content .handle-artist__name::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 32px;
  background-image: url(../img/detail/icon-pen.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.page-detail .section-note-content .handle__img {
  max-width: 268px;
  margin: 12px auto 0;
  text-align: center;
}
.page-detail .section-note-content .handle__img img {
  max-height: 268px;
}
.page-detail .section-note-content .question {
  position: relative;
  margin-top: 40px;
  background-color: #D8EEDC;
  padding: 8px 32px 16px;
  border-radius: 12px;
}
.page-detail .section-note-content .question::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 23px 0 0;
  border-color: #D8EEDC transparent transparent transparent;
  position: absolute;
  left: 40px;
  bottom: 0;
  -webkit-transform: translateY(100%) skew(-20deg);
          transform: translateY(100%) skew(-20deg);
}
.page-detail .section-note-content .question-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-detail .section-note-content .question-headline::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../img/detail/icon-question.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-detail .section-note-content .question-headline__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 4px;
}
.page-detail .section-note-content .question-artist {
  font-family: "sichandic", sans-serif;
  margin-left: 8px;
}
.page-detail .section-note-content .question-artist__group {
  font-size: 1.2rem;
}
.page-detail .section-note-content .question-artist__name {
  font-size: 2.4rem;
  line-height: 1;
}
.page-detail .section-note-content .question-content {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #313131;
}
.page-detail .section-note-content .question__text {
  font-size: 1.4rem;
  font-weight: 700;
}
.page-detail .section-note-content .question__wysiwyg {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.page-detail .section-note-content .question__wysiwyg p + p,
.page-detail .section-note-content .question__wysiwyg p + img {
  margin-top: 1.5em;
}
.page-detail .section-note-content .question__wysiwyg img + img,
.page-detail .section-note-content .question__wysiwyg img + p {
  margin-top: 1.5em;
}
.page-detail .section-note-content .answer {
  position: relative;
  margin-top: 44px;
}
.page-detail .section-note-content .answer-inner {
  padding: 16px 24px;
  background-color: #fff;
  border: 2px solid #052C5A;
  border-radius: 12px;
}
.page-detail .section-note-content .answer__wysiwyg {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.page-detail .section-note-content .answer__wysiwyg p {
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-text-decoration-color: #C8C9CA;
          text-decoration-color: #C8C9CA;
}
.page-detail .section-note-content .answer__wysiwyg p + p,
.page-detail .section-note-content .answer__wysiwyg p + img {
  margin-top: 12px;
}
.page-detail .section-note-content .answer__wysiwyg img + img,
.page-detail .section-note-content .answer__wysiwyg img + p {
  margin-top: 12px;
}
.page-detail .section-note-content .next-question {
  position: relative;
  margin-top: 38px;
  background-color: #FFDFF1;
  padding: 36px 20px 28px;
}
.page-detail .section-note-content .next-question::before {
  content: "";
  display: block;
  width: 103px;
  height: 36px;
  background-image: url(../img/detail/next-question-tape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-detail .section-note-content .next-question-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-detail .section-note-content .next-question-headline__text {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 4px;
}
.page-detail .section-note-content .next-question-artist {
  font-family: "sichandic", sans-serif;
}
.page-detail .section-note-content .next-question-artist__group {
  font-size: 1.2rem;
}
.page-detail .section-note-content .next-question-artist__name {
  font-size: 2.4rem;
  line-height: 1;
}
.page-detail .section-note-content .next-question-content {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #313131;
}
.page-detail .section-note-content .next-question__text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.page-detail .section-note-content .next-question__wysiwyg {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  letter-spacing: 0.04em;
}
.page-detail .section-note-content .next-question__wysiwyg p + p,
.page-detail .section-note-content .next-question__wysiwyg p + img {
  margin-top: 1.5em;
}
.page-detail .section-note-content .next-question__wysiwyg img + img,
.page-detail .section-note-content .next-question__wysiwyg img + p {
  margin-top: 1.5em;
}
.page-detail .section-note-content .next-question-handle {
  margin-top: 16px;
  text-align: center;
}
.page-detail .section-note-content .next-question-handle__label {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #ED6D98;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 4px;
}
.page-detail .section-note-content .next-question-handle__label::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 5px 0 5px;
  border-color: #ED6D98 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 75%);
          transform: translate(-50%, 75%);
}
.page-detail .section-note-content .next-question-handle-artist {
  margin-top: 16px;
  font-family: "sichandic", sans-serif;
  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: 2.4rem;
  line-height: 1;
}
.page-detail .section-note-content .next-question-handle-artist span {
  font-size: 1.6rem;
  margin-right: 8px;
}
.page-detail .section-note-content .next-question-handle-artist__group {
  font-size: 1.6rem;
}
.page-detail .section-note-content .next-question-handle-artist__name {
  font-size: 2.4rem;
  margin-left: 8px;
  line-height: 1;
}
.page-detail .section-note-content .reaction {
  position: relative;
  margin-top: 32px;
}
.page-detail .section-note-content .reaction::before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 45px;
  position: absolute;
  top: -24px;
  left: -18px;
  background-image: url(../img/detail/fukidashi-click.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-detail .section-note-content .reaction-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F9EBB2;
  padding: 2px 10px;
}
.page-detail .section-note-content .reaction__btn {
  position: relative;
  width: 60px;
  height: 60px;
}
.page-detail .section-note-content .reaction__btn::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.page-detail .section-note-content .reaction__btn.btn-01::before {
  background-image: url(../img/detail/reaction-icon01-active.png);
}
.page-detail .section-note-content .reaction__btn.btn-02::before {
  background-image: url(../img/detail/reaction-icon02-active.png);
}
.page-detail .section-note-content .reaction__btn.btn-03::before {
  background-image: url(../img/detail/reaction-icon03-active.png);
}
.page-detail .section-note-content .reaction__btn.btn-04::before {
  background-image: url(../img/detail/reaction-icon04-active.png);
}
.page-detail .section-note-content .reaction__btn.is-active::before {
  -webkit-animation: scaleIn 500ms 100ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: scaleIn 500ms 100ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.page-detail .section-note-content .reaction__btn.is-active img {
  -webkit-animation: scaleOut 400ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: scaleOut 400ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.page-detail .section-schedule {
  margin-top: 60px;
}

@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;
  }
}
/*# sourceMappingURL=style.css.map */