@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.l-wrapper {
  height: 100%;
  width: 100%;
}

.l-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(../img/sp/bg_base.jpg) repeat-y 0 center;
  background-size: 100%;
  max-width: 500px;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.l-content {
  position: relative;
  z-index: 1;
}
.-in .l-content {
  margin-bottom: 94px;
}
@media screen and (min-width: 768px) {
  .-in .l-content {
    margin-bottom: 30px;
  }
}

.l-officialx {
  position: fixed;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 500px;
  pointer-events: none;
  overflow: hidden;
}
.l-officialx__content {
  position: absolute;
  top: 24px;
  right: 0;
  width: 30px;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .l-officialx__content {
    width: 40px;
    top: 33px;
  }
}
.l-officialx__content a {
  display: block;
  transform-origin: right;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-officialx__content a:hover {
    opacity: 0.8;
    transform: scale(0.97);
  }
}
.l-officialx__main {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.l-officialx__icon {
  width: 16px;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .l-officialx__icon {
    width: 20px;
  }
}
.l-officialx__icon svg {
  fill: #fff;
}
.l-officialx__text {
  color: #fff;
  width: 20px;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-officialx__text {
    font-size: 18px;
  }
}

.l-section {
  padding-top: 50px;
  position: relative;
}
.-in .l-section {
  padding-top: 28px;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-top: 60px;
  }
}
.l-section__momiji {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-staff .l-section__momiji-base {
  transform: translate(-10%, 15%);
  opacity: 0;
}
.p-cast .l-section__momiji-base, .p-comic .l-section__momiji-base {
  transform: translate(10%, -15%);
  opacity: 0;
}
.p-cast .l-section__momiji-base img, .p-comic .l-section__momiji-base img {
  transform: rotate(20deg);
  transform-origin: top right;
}
.p-chara .l-section__momiji-base {
  transform: translate(-10%, 15%);
  opacity: 0;
}
.p-intro .l-section__momiji-base {
  transform: translate(10%, -15%);
  opacity: 0;
}
.l-section.is-active .l-section__momiji-base {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .l-section__momiji-base img {
  transform: rotate(0);
  transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-story .l-section__momiji-base {
  transform: translate(-10%, -15%);
  opacity: 0;
}
.p-story .l-section__momiji-base img {
  transform: rotate(40deg);
  transform-origin: top left;
}
.l-section__momiji-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.l-section__momiji-list-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-staff .l-section__momiji-list-item:nth-child(1) {
  transform: translate(-10%, -15%);
  opacity: 0;
}
.p-staff .l-section__momiji-list-item:nth-child(1) img {
  transform: rotate(50deg);
}
.p-cast .l-section__momiji-list-item:nth-child(1), .p-comic .l-section__momiji-list-item:nth-child(1) {
  opacity: 0;
  transform: translate(10%, -15%);
}
.p-cast .l-section__momiji-list-item:nth-child(1) img, .p-comic .l-section__momiji-list-item:nth-child(1) img {
  transform-origin: top right;
  transform: rotate(-5deg);
}
.p-chara .l-section__momiji-list-item:nth-child(1) {
  opacity: 0;
  transform: translate(-15%, 15%);
}
.p-chara .l-section__momiji-list-item:nth-child(1) img {
  transform-origin: top left;
  transform: rotate(15deg);
}
.p-intro .l-section__momiji-list-item:nth-child(1) {
  transform: translate(10%, 15%);
  opacity: 0;
}
.p-intro .l-section__momiji-list-item:nth-child(1) img {
  transform: rotate(30deg);
}
.p-story .l-section__momiji-list-item:nth-child(1) {
  transform: translate(-20%, -13%);
  opacity: 0;
}
.p-story .l-section__momiji-list-item:nth-child(1) img {
  transform: rotate(-50deg);
}
.p-staff .l-section__momiji-list-item:nth-child(2) {
  transform: translate(-15%, -15%);
  opacity: 0;
}
.p-staff .l-section__momiji-list-item:nth-child(2) img {
  transform: rotate(180deg);
}
.p-cast .l-section__momiji-list-item:nth-child(2), .p-comic .l-section__momiji-list-item:nth-child(2) {
  opacity: 0;
  transform: translate(15%, -25%);
}
.p-cast .l-section__momiji-list-item:nth-child(2) img, .p-comic .l-section__momiji-list-item:nth-child(2) img {
  transform: rotate(-60deg);
}
.p-chara .l-section__momiji-list-item:nth-child(2) {
  opacity: 0;
  transform: translate(-28%, 30%);
}
.p-chara .l-section__momiji-list-item:nth-child(2) img {
  transform: rotate(-10deg);
}
.p-intro .l-section__momiji-list-item:nth-child(2) {
  transform: translate(15%, -10%);
  opacity: 0;
}
.p-intro .l-section__momiji-list-item:nth-child(2) img {
  transform: rotate(-60deg);
}
.p-story .l-section__momiji-list-item:nth-child(2) {
  transform: translate(-28%, 15%);
  opacity: 0;
}
.p-story .l-section__momiji-list-item:nth-child(2) img {
  transform: rotate(30deg);
}
.p-cast .l-section__momiji-list-item:nth-child(3), .p-comic .l-section__momiji-list-item:nth-child(3) {
  opacity: 0;
  transform: translate(18%, -28%);
}
.p-cast .l-section__momiji-list-item:nth-child(3) img, .p-comic .l-section__momiji-list-item:nth-child(3) img {
  transform: rotate(-20deg);
}
.p-chara .l-section__momiji-list-item:nth-child(3) {
  opacity: 0;
  transform: translate(-20%, 35%);
}
.p-chara .l-section__momiji-list-item:nth-child(3) img {
  transform: rotate(-25deg);
}
.p-intro .l-section__momiji-list-item:nth-child(3) {
  transform: translate(25%, -20%);
  opacity: 0;
}
.p-intro .l-section__momiji-list-item:nth-child(3) img {
  transform: rotate(-20deg);
}
.p-story .l-section__momiji-list-item:nth-child(3) {
  transform: translate(-20%, -13%);
  opacity: 0;
}
.p-story .l-section__momiji-list-item:nth-child(3) img {
  transform: rotate(50deg);
  transform-origin: center right;
}
.l-section.is-active .l-section__momiji-list-item {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .l-section__momiji-list-item img {
  transform: rotate(0);
  transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section__ttl {
  text-align: center;
}
.l-section__ttl.-tate {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.l-section__ttl.-tate h2 {
  writing-mode: vertical-lr;
  letter-spacing: 0px;
  background: url(../img/sp/color_tate.jpg) no-repeat center center;
  background-size: cover;
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
}
.l-section__ttl h2 {
  font-size: 3.7rem;
  letter-spacing: 2.5px;
  font-weight: 600;
  background: url(../img/sp/color.jpg) no-repeat center center;
  background-size: cover;
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  transform: scale(1.15);
  filter: blur(3px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl h2 {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s cubic-bezier(0.25, 1, 0.5, 1), filter 2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .l-section__ttl h2 {
    font-size: 4.7rem;
  }
}
.l-section__ttl h2.space-reduce {
  letter-spacing: -2px;
}
.l-section__ttl-en {
  color: #ec1a34;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 3px;
  font-weight: 700;
  letter-spacing: -0.5px;
  transform: translateY(13px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl-en {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}
@media screen and (min-width: 768px) {
  .l-section__ttl-en {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
.-tate .l-section__ttl-en {
  writing-mode: vertical-lr;
  margin-top: 7px;
  margin-right: 0px;
}
@media screen and (min-width: 768px) {
  .-tate .l-section__ttl-en {
    margin-top: 10px;
  }
}
.l-section__content {
  margin: 0 auto;
  width: 82%;
}

.l-bg_white {
  position: relative;
  width: 100%;
}
.l-bg_white__bg {
  position: absolute;
  padding: 70px 0;
  top: 2.8rem;
  left: 0;
  width: 100%;
  height: calc(100% - 2.8rem);
}
@media screen and (min-width: 768px) {
  .l-bg_white__bg {
    padding: 90px 0;
  }
}
.l-bg_white__bg.-no-top {
  top: 0;
  height: 100%;
}
.l-bg_white__bg::before, .l-bg_white__bg::after {
  content: "";
  width: 100%;
  padding-top: 70px;
  position: absolute;
  left: 0;
  background: url(../img/sp/bg_bullet.png) repeat-x center bottom;
  background-size: 380px;
}
@media screen and (min-width: 768px) {
  .l-bg_white__bg::before, .l-bg_white__bg::after {
    background-size: 600px;
    padding-top: 90px;
  }
}
.l-bg_white__bg::before {
  top: 1px;
}
.l-bg_white__bg::after {
  bottom: 1px;
  background-position: center top;
}
.l-bg_white__content {
  width: 100%;
  height: 100%;
  background: url(../img/sp/bg_white.jpg) repeat 0 center;
  background-size: 380px;
}

.l-footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 80px;
    padding-bottom: 85px;
  }
}
.l-footer::before {
  content: "";
  width: 100%;
  padding-top: 160%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/sp/bg_footer.png) no-repeat center bottom;
  background-size: 100%;
  pointer-events: none;
}
.l-footer__original {
  margin: 0 auto 30px;
  width: 24rem;
}
@media screen and (min-width: 768px) {
  .l-footer__original {
    width: 30rem;
  }
}
.l-footer__original a {
  display: block;
}
@media (hover: hover) {
  .l-footer__original a:hover img {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
.l-footer__original img {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__inner {
  position: relative;
}
.l-footer__share {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__share-ttl {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: 13px;
  flex-shrink: 0;
  margin-right: 18px;
}
@media screen and (min-width: 768px) {
  .l-footer__share-ttl {
    font-size: 1.6rem;
  }
}
.l-footer__share-list {
  display: flex;
  justify-content: center;
}
.l-footer__share-list-item {
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__share-list-item {
    width: 2.5rem;
  }
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 20px;
}
.l-footer__share-list-item a {
  display: block;
}
@media (hover: hover) {
  .l-footer__share-list-item a:hover svg {
    fill: #b08a3e;
  }
}
.l-footer__share-list-item svg {
  transition: fill 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__anilink {
  margin-top: 32px;
}
.l-footer__anilink-list {
  display: flex;
  justify-content: center;
}
.l-footer__anilink-list-item {
  position: relative;
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item {
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item::before {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
}
.l-footer__anilink-list-item a {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  color: #000;
  font-size: 1.6rem;
  transition: color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__anilink-list-item a:hover {
    color: #b08a3e;
  }
}
.l-footer__text {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-top: 35px;
}
.l-footer__copy {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 34px;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pc/bg_pc.jpg) no-repeat center top;
  background-size: cover;
}

.l-pc_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-pc_area__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-pc_area__deco-item {
  position: absolute;
}
.l-pc_area__deco-item.-l {
  bottom: 6%;
  left: 0;
  width: 26%;
  max-width: 470px;
  transform: translate(-30%, 35%);
}
.is-load .l-pc_area__deco-item.-l {
  transform: translate(0, 0);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-pc_area__deco-item.-r {
  top: 0;
  right: 0;
  width: 18.5%;
  max-width: 360px;
  transform: translate(30%, -35%);
}
.is-load .l-pc_area__deco-item.-r {
  transform: translate(0, 0);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-pc_area__deco-momiji {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-pc_area__deco-momiji-item {
  position: absolute;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-pc_area__deco-momiji-item.-l1 {
  top: -23%;
  left: 40%;
  width: 23%;
  transform: translate(-55px, 40px);
  opacity: 0;
}
.is-load .l-pc_area__deco-momiji-item.-l1 {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.8s;
}
.l-pc_area__deco-momiji-item.-l1 img {
  transform: rotate(-180deg);
}
.is-load .l-pc_area__deco-momiji-item.-l1 img {
  transform: rotate(0);
  transition-delay: 0.8s;
}
.l-pc_area__deco-momiji-item.-l2 {
  top: 13%;
  right: 13%;
  width: 21%;
  transform: translate(-55px, 40px);
  opacity: 0;
}
.is-load .l-pc_area__deco-momiji-item.-l2 {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 1s;
}
.l-pc_area__deco-momiji-item.-l2 img {
  transform: rotate(-40deg);
}
.is-load .l-pc_area__deco-momiji-item.-l2 img {
  transform: rotate(0);
  transition-delay: 1s;
}
.l-pc_area__deco-momiji-item.-r1 {
  bottom: 30%;
  left: -32%;
  width: 30%;
  transform: translate(55px, -40px);
  opacity: 0;
}
.is-load .l-pc_area__deco-momiji-item.-r1 {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.8s;
}
.l-pc_area__deco-momiji-item.-r1 img {
  transform: rotate(-40deg);
}
.is-load .l-pc_area__deco-momiji-item.-r1 img {
  transform: rotate(0);
  transition-delay: 0.8s;
}
.l-pc_area__deco-momiji-item.-r2 {
  bottom: 0%;
  left: -52%;
  width: 31%;
  transform: translate(55px, -40px);
  opacity: 0;
}
.is-load .l-pc_area__deco-momiji-item.-r2 {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 1s;
}
.l-pc_area__deco-momiji-item.-r2 img {
  transform: rotate(-180deg);
}
.is-load .l-pc_area__deco-momiji-item.-r2 img {
  transform: rotate(0);
  transition-delay: 1s;
}
.l-pc_area__deco-momiji-item img {
  transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-pc_area__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.l-pc_area__box {
  width: calc(50% - 250px);
}
.l-pc_area__box.-r {
  padding: 4% 0 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-pc_area__logo {
  width: 63%;
  max-width: 330px;
  min-width: 180px;
  padding-top: 5%;
  padding-left: 4%;
}
@media screen and (max-width: 900px) {
  .l-pc_area__logo {
    display: none;
  }
}
.l-pc_area__logo a {
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-pc_area__logo a:hover {
    opacity: 0.7;
    transform: scale(0.97);
  }
}
.l-pc_area__menu {
  transform: translateX(-5%);
}
@media screen and (max-width: 1000px) {
  .l-pc_area__menu {
    display: none;
  }
}
.l-pc_area__menu-item {
  width: 80%;
  max-width: 23rem;
  margin: 0 auto;
}
.l-pc_area__menu-item + .l-pc_area__menu-item {
  margin-top: 12px;
}
.l-pc_area__menu-item a {
  display: block;
  position: relative;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-pc_area__menu-item a:hover {
    opacity: 0.6;
    transform: scale(0.97);
  }
}
.l-pc_area__menu-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  font-size: 2rem;
  color: #000;
  letter-spacing: 1px;
}
.l-pc_area__share {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-5%);
  margin-top: 3.3rem;
}
@media screen and (max-width: 1000px) {
  .l-pc_area__share {
    display: none;
  }
}
.l-pc_area__share-text {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-right: 15px;
  letter-spacing: -0.5px;
}
.l-pc_area__share-list {
  display: flex;
  align-items: center;
}
.l-pc_area__share-list-item {
  width: 2.2rem;
}
.l-pc_area__share-list-item a {
  display: block;
}
@media (hover: hover) {
  .l-pc_area__share-list-item a:hover svg {
    fill: #b08a3e;
  }
}
.l-pc_area__share-list-item svg {
  transition: fill 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-pc_area__share-list-item + .l-pc_area__share-list-item {
  margin-left: 1.8rem;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fcfbf7;
  z-index: 10;
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.76, 0, 0.24, 1);
}
.l-loading .loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.l-loading .loader::after,
.l-loading .loader::before {
  content: "";
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fad094;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite both;
}
@media screen and (max-width: 767px) {
  .l-loading .loader::after,
  .l-loading .loader::before {
    width: 50px;
    height: 50px;
  }
}
.l-loading .loader::after {
  animation-delay: 1s;
}
.l-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.is-ready .l-loading__content {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-in {
  width: 100%;
}
.l-in__logo a {
  display: block;
}
@media (hover: hover) {
  .l-in__logo a:hover img {
    transform: scale(0.99);
    opacity: 0.7;
  }
}
.l-in__logo img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-more {
  text-align: center;
  margin: 0 auto;
  width: 13rem;
}
@media screen and (min-width: 768px) {
  .c-more {
    width: 18rem;
  }
}
.c-more__inner {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (hover: hover) {
  .c-more__inner:hover::before, .c-more__inner:hover::after {
    transform: scaleX(0.6);
    background-color: #b08a3e;
  }
  .c-more__inner:hover .c-more__text {
    color: #b08a3e;
  }
}
.c-more__inner::before, .c-more__inner::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), background 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-more__inner::before {
  transform-origin: right;
}
.c-more__inner::after {
  transform-origin: left;
}
.c-more__text {
  padding: 0 1rem;
  color: #000;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: 1.4rem;
  transition: color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .c-more__text {
    font-size: 2rem;
    padding: 0 1.5rem;
  }
}

.c-pager {
  position: relative;
  padding: 0 7rem;
}
@media screen and (min-width: 768px) {
  .c-pager {
    padding: 0 9rem;
  }
}
.c-pager__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6.2rem;
}
@media screen and (min-width: 768px) {
  .c-pager__btn {
    width: 8rem;
  }
}
.c-pager__btn.-prev {
  left: 0;
}
.c-pager__btn.-prev a::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  margin-right: 8px;
  transform-origin: left;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-pager__btn.-prev a:hover::before {
    transform: scaleX(0.7);
  }
  .c-pager__btn.-prev a:hover .c-pager__btn-text {
    transform: translateX(-10px);
  }
}
.c-pager__btn.-next {
  right: 0;
}
.c-pager__btn.-next a::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  margin-left: 8px;
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-pager__btn.-next a:hover::after {
    transform: scaleX(0.7);
  }
  .c-pager__btn.-next a:hover .c-pager__btn-text {
    transform: translateX(10px);
  }
}
.c-pager__btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.c-pager__btn-text {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .c-pager__btn-text {
    font-size: 1.8rem;
  }
}
.c-pager__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-pager__list-item {
  font-size: 1.4rem;
  margin: 0 1px;
}
@media screen and (min-width: 768px) {
  .c-pager__list-item {
    font-size: 1.8rem;
    margin: 0 3px;
  }
}
.c-pager__list-item a, .c-pager__list-item span {
  display: block;
  text-decoration: none;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-weight: 500;
  padding: 0.5rem;
}
.c-pager__list-item span {
  color: #b08a3e;
}
.c-pager__list-item a {
  color: #000;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-pager__list-item a:hover {
    opacity: 0.5;
  }
}

.c-back {
  position: relative;
  text-align: center;
}
.c-back__btn {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-back__btn {
    top: 50%;
  }
}
.c-back__btn.-prev {
  left: 0;
}
.c-back__btn.-prev a::before {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #000;
  margin-right: 9px;
  transform-origin: left;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .c-back__btn.-prev a::before {
    width: 2.5rem;
    margin-right: 13px;
  }
}
@media (hover: hover) {
  .c-back__btn.-prev a:hover::before {
    transform: scaleX(0.7);
  }
  .c-back__btn.-prev a:hover .c-back__btn-text {
    transform: translateX(-10px);
  }
}
.c-back__btn.-next {
  right: 0;
}
.c-back__btn.-next a::after {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #000;
  margin-left: 9px;
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .c-back__btn.-next a::after {
    width: 2.5rem;
    margin-left: 13px;
  }
}
@media (hover: hover) {
  .c-back__btn.-next a:hover::after {
    transform: scaleX(0.7);
  }
  .c-back__btn.-next a:hover .c-back__btn-text {
    transform: translateX(10px);
  }
}
.c-back__btn a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.c-back__btn-text {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .c-back__btn-text {
    font-size: 1.7rem;
  }
}
.c-back__text a {
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  transition: color 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .c-back__text a {
    font-size: 1.7rem;
  }
}
@media (hover: hover) {
  .c-back__text a:hover {
    color: #b08a3e;
  }
}

body .m-modal .m-modal__content {
  margin: 0 auto;
}
body .m-modal .m-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  body .m-modal .m-modal__close:hover {
    opacity: 0.7;
    transform: scale(0.97);
  }
}
@media screen and (max-width: 767px) {
  body .m-modal .m-modal__close {
    top: 1px;
    right: 1px;
    width: 60px;
    height: 60px;
  }
}
body .m-modal .m-modal__close::before, body .m-modal .m-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 90%;
  background-color: #b08a3e;
}
body .m-modal .m-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body .m-modal .m-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body .m-modal .m-modal__content {
  width: 90%;
}
@media screen and (max-width: 767px) {
  body .m-modal .m-modal__content {
    width: 100%;
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  width: 100%;
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(get_vw(10, 1400), 10px);
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 54%;
  }
}

body {
  font-size: 1.6rem;
  font-family: YakuHanMP, "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
}