@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 scrollDown {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes scrollDown2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes loop_x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pcircle {
  0% {
    top: -10%;
  }
  100% {
    top: 110%;
  }
}
@keyframes rotate_y {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes top_logo {
  0% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes loading {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(720deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}
@keyframes deco_kaku {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes deco_kaku2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-10deg);
  }
}
html body .m-modal .m-modal__content {
  max-width: 1300px;
}
@media screen and (max-height: 700px) {
  html body .m-modal .m-modal__content {
    max-width: 900px;
  }
}
@media screen and (max-height: 600px) {
  html body .m-modal .m-modal__content {
    max-width: 700px;
  }
}
@media screen and (max-width: 959px) {
  html body .m-modal .m-modal__content {
    width: 100%;
  }
}
html body .m-modal .m-modal__close {
  position: fixed;
  top: 30px;
  right: 55px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  html body .m-modal .m-modal__close {
    top: 16px;
    right: 34px;
    width: 40px;
    height: 40px;
  }
}
html body .m-modal .m-modal__close::before, html body .m-modal .m-modal__close::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e9deb6;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
html body .m-modal .m-modal__close::before {
  transform: translate(-50%, -50%) rotate(35deg);
}
html body .m-modal .m-modal__close::after {
  transform: translate(-50%, -50%) rotate(-35deg);
}
@media (hover: hover) {
  html body .m-modal .m-modal__close:hover::before, html body .m-modal .m-modal__close:hover::after {
    background-color: #ca4949;
  }
}
html body .m-modal .m-modal__bg {
  background: rgba(0, 0, 0, 0.9);
}

.is-modal-overflow-prep .m-modal .m-modal__content {
  margin: 0 auto;
}

.l-text {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-content .l-text {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-text.-in {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-content .l-text.-in {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-text__item {
  flex-shrink: 0;
  width: 3200px;
  animation: loop_x 30s linear infinite forwards;
}
@media screen and (max-width: 959px) {
  .l-text__item {
    width: 1500px;
  }
}
.-in .l-text__item {
  opacity: 0.15;
}

.l-bgstar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-bgsparkle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-bgsparkle__item {
  width: 32px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 959px) {
  .l-bgsparkle__item {
    width: 17px;
  }
}
.l-bgsparkle__item:nth-child(1) {
  left: 78%;
  animation: pcircle 16.8374113951s linear infinite both -3s;
}
@media screen and (max-width: 959px) {
  .l-bgsparkle__item:nth-child(1) {
    animation: pcircle 34.2201080399s linear infinite both -1s;
  }
}
.l-bgsparkle__item:nth-child(2) {
  left: 76%;
  animation: pcircle 15.4367871341s linear infinite both -6s;
}
@media screen and (max-width: 959px) {
  .l-bgsparkle__item:nth-child(2) {
    animation: pcircle 23.3330809635s linear infinite both -6s;
  }
}
.l-bgsparkle__item:nth-child(3) {
  left: 95%;
  animation: pcircle 14.693863157s linear infinite both -3s;
}
@media screen and (max-width: 959px) {
  .l-bgsparkle__item:nth-child(3) {
    animation: pcircle 33.454470877s linear infinite both -9s;
  }
}
.l-bgsparkle__item:nth-child(4) {
  left: 62%;
  animation: pcircle 24.6758088941s linear infinite both -12s;
}
@media screen and (max-width: 959px) {
  .l-bgsparkle__item:nth-child(4) {
    animation: pcircle 30.991366922s linear infinite both -12s;
  }
}
.l-bgsparkle__item:nth-child(5) {
  left: 2%;
  animation: pcircle 28.405908038s linear infinite both -10s;
}
@media screen and (max-width: 959px) {
  .l-bgsparkle__item:nth-child(5) {
    animation: pcircle 25.54011322s linear infinite both -5s;
  }
}
.l-bgsparkle__item:nth-child(6) {
  left: 63%;
  animation: pcircle 28.3291937766s linear infinite both -12s;
}
@media screen and (max-width: 959px) {
  .l-bgsparkle__item:nth-child(6) {
    animation: pcircle 26.148226467s linear infinite both -12s;
  }
}
.l-bgsparkle__item:nth-child(7) {
  left: 18%;
  animation: pcircle 11.3201939792s linear infinite both -14s;
}
@media screen and (max-width: 959px) {
  .l-bgsparkle__item:nth-child(7) {
    animation: pcircle 34.9618136297s linear infinite both -7s;
  }
}
.l-bgsparkle__item:nth-child(8) {
  left: 98%;
  animation: pcircle 15.2825477991s linear infinite both -8s;
}
@media screen and (max-width: 959px) {
  .l-bgsparkle__item:nth-child(8) {
    animation: pcircle 20.1177358137s linear infinite both -24s;
  }
}
.l-bgsparkle__item:nth-child(9) {
  left: 85%;
  animation: pcircle 14.554892655s linear infinite both -9s;
}
@media screen and (max-width: 959px) {
  .l-bgsparkle__item:nth-child(9) {
    animation: pcircle 18.6309877598s linear infinite both -9s;
  }
}
.l-bgsparkle__item:nth-child(10) {
  left: 5%;
  animation: pcircle 20.0311997667s linear infinite both -10s;
}
@media screen and (max-width: 959px) {
  .l-bgsparkle__item:nth-child(10) {
    animation: pcircle 28.8533638407s linear infinite both -10s;
  }
}
.l-bgsparkle__item:nth-child(11) {
  left: 42%;
  animation: pcircle 16.3332337559s linear infinite both -22s;
}
@media screen and (max-width: 959px) {
  .l-bgsparkle__item:nth-child(11) {
    animation: pcircle 15.3764156343s linear infinite both -33s;
  }
}
.l-bgsparkle__item.is-anime img {
  animation: rotate_y 0.6s ease forwards;
}

.l-content {
  position: relative;
  width: 100%;
  z-index: 2;
}
.-in .l-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.l-content__inner {
  position: relative;
}

.l-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.is-foot .l-frame {
  position: absolute;
}
.l-frame__item {
  position: absolute;
}
.l-frame__item.-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../img/frame_repeat_pc.png) repeat-x top left;
  background-size: 4px;
}
@media screen and (max-width: 959px) {
  .l-frame__item.-top {
    background: url(../img/frame_repeat_sp.png) repeat-x top left;
    background-size: 3px;
  }
}
.l-frame__item.-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../img/frame_repeat_pc.png) repeat-x top left;
  background-size: 4px;
  transform: scaleY(-1);
}
@media screen and (max-width: 959px) {
  .l-frame__item.-bottom {
    background: url(../img/frame_repeat_sp.png) repeat-x top left;
    background-size: 3px;
  }
}
.l-frame__item.-left {
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: url(../img/frame_repeat_x_pc.png) repeat-y top left;
  background-size: 45px;
}
@media screen and (max-width: 959px) {
  .l-frame__item.-left {
    background: url(../img/frame_repeat_x_sp.png) repeat-y top left;
    background-size: 23px;
  }
}
.l-frame__item.-right {
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: url(../img/frame_repeat_x_pc.png) repeat-y top left;
  background-size: 45px;
  transform: scaleX(-1);
}
@media screen and (max-width: 959px) {
  .l-frame__item.-right {
    background: url(../img/frame_repeat_x_sp.png) repeat-y top left;
    background-size: 23px;
  }
}
.l-frame__corner {
  position: absolute;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 959px) {
  .l-frame__corner {
    width: 23px;
    height: 23px;
  }
}
.l-frame__corner.-topleft {
  top: 0;
  left: 0;
  background: url(../img/frame_corner_pc.png) no-repeat center left;
  background-size: contain;
}
.l-frame__corner.-topright {
  top: 0;
  right: 0;
  background: url(../img/frame_corner_pc.png) no-repeat center left;
  background-size: contain;
  transform: scaleX(-1);
}
.l-frame__corner.-bottomleft {
  bottom: 0;
  left: 0;
  background: url(../img/frame_corner_pc.png) no-repeat center left;
  background-size: contain;
  transform: scale(1, -1);
}
.l-frame__corner.-bottomright {
  bottom: 0;
  right: 0;
  background: url(../img/frame_corner_pc.png) no-repeat center left;
  background-size: contain;
  transform: scale(-1, -1);
}

.l-wrap {
  opacity: 0;
}
.is-ready .l-wrap {
  opacity: 1;
}
.l-wrap__inner {
  position: relative;
}

.l-main {
  position: relative;
  overflow: hidden;
}

.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}
.is-menu-open .l-menu {
  pointer-events: auto;
}
.l-menu__btn {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 106px;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.3));
  cursor: pointer;
  pointer-events: all;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .l-menu__btn {
    top: 15px;
    right: 15px;
    width: 80px;
  }
}
.l-menu__btn-inner {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__btn-inner {
  transform: rotateY(360deg);
}
@media (hover: hover) {
  .l-menu__btn:hover {
    transform: scale(0.97);
  }
}
.l-menu__btn-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__btn-close {
  opacity: 1;
}
.l-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_ptn_white_pc.jpg) repeat center center;
  background-size: 504px;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__bg {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .l-menu__bg {
    background: url(../img/bg_ptn_white_sp.jpg) repeat center center;
    background-size: 255px;
  }
}
.l-menu__content {
  position: relative;
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.l-menu__content-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1047px;
  padding: 80px 0;
  min-height: 100%;
}
@media screen and (min-width: 960px) {
  .l-menu__content-inner {
    transform: translateX(-9%);
  }
}
@media screen and (max-width: 959px) {
  .l-menu__content-inner {
    padding: 70px 0;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1800px) {
  .l-menu__content-inner {
    max-width: 1200px;
  }
}
.l-menu__logo {
  flex-shrink: 0;
  width: 30%;
  width: 44.6rem;
  margin-right: 13.6rem;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (min-width: 1800px) {
  .l-menu__logo {
    width: 52.6rem;
  }
}
.is-menu-open .l-menu__logo {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.l-menu__logo img {
  transform: rotateY(360deg);
}
.is-menu-open .l-menu__logo img {
  animation: top_logo 1.1s cubic-bezier(0.76, 0, 0.24, 1) 0.1s forwards;
}
.l-menu__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-menu__logo a:hover {
    transform: scale(0.98);
    opacity: 0.8;
  }
}
@media screen and (max-width: 959px) {
  .l-menu__logo {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 220px;
  }
}
@media screen and (max-width: 959px) {
  .l-menu__list {
    transform: translateX(-7%);
  }
}
.l-menu__list-item {
  font-family: "Bodoni Moda", serif;
  transform: translateY(35px);
  opacity: 0;
}
.is-menu-open .l-menu__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-menu-open .l-menu__list-item:nth-child(2) {
  transition-delay: 0.3s;
}
.is-menu-open .l-menu__list-item:nth-child(3) {
  transition-delay: 0.4s;
}
.is-menu-open .l-menu__list-item:nth-child(4) {
  transition-delay: 0.5s;
}
.is-menu-open .l-menu__list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.is-menu-open .l-menu__list-item:nth-child(6) {
  transition-delay: 0.7s;
}
.is-menu-open .l-menu__list-item:nth-child(7) {
  transition-delay: 0.8s;
}
.is-menu-open .l-menu__list-item:nth-child(8) {
  transition-delay: 0.9s;
}
.is-menu-open .l-menu__list-item:nth-child(9) {
  transition-delay: 1s;
}
.is-menu-open .l-menu__list-item:nth-child(10) {
  transition-delay: 1.1s;
}
@media screen and (max-width: 959px) {
  .l-menu__list-item {
    text-align: center;
  }
}
.l-menu__list-item + .l-menu__list-item {
  margin-top: 44px;
}
@media screen and (max-width: 959px) {
  .l-menu__list-item + .l-menu__list-item {
    margin-top: 30px;
  }
}
.l-menu__list-item a {
  text-decoration: none;
  color: #b39242;
  font-size: 2.8rem;
  font-weight: 600;
  position: relative;
  padding-left: 3.3rem;
}
@media screen and (min-width: 1800px) {
  .l-menu__list-item a {
    font-size: 3.8rem;
    padding-left: 3.8rem;
  }
}
@media screen and (max-width: 959px) {
  .l-menu__list-item a {
    padding-left: 2.1rem;
    font-size: 2rem;
  }
}
@media (hover: hover) {
  .l-menu__list-item a:hover::before {
    opacity: 1;
    transform: scale(1);
  }
}
.l-menu__list-item a::before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/ic_star.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 1.2rem;
  left: 0;
  opacity: 0;
  transform: scale(0.6);
  pointer-events: none;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 1800px) {
  .l-menu__list-item a::before {
    top: 1.4rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 959px) {
  .l-menu__list-item a::before {
    top: 0.9rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.l-menu__sns {
  display: flex;
  align-items: center;
  padding-left: 3.3rem;
  margin-top: 53px;
  transform: translateY(35px);
  opacity: 0;
}
.is-menu-open .l-menu__sns {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (min-width: 1800px) {
  .l-menu__sns {
    padding-left: 3.8rem;
  }
}
@media screen and (max-width: 959px) {
  .l-menu__sns {
    text-align: center;
    display: block;
    padding: 0;
  }
}
.l-menu__sns-ttl {
  font-family: "Bodoni Moda", serif;
  color: #b39242;
  font-size: 1.7rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  flex-shrink: 0;
  margin-right: 3.3rem;
}
@media screen and (min-width: 1800px) {
  .l-menu__sns-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .l-menu__sns-ttl {
    padding-left: 3.3rem;
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
}
.l-menu__sns-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .l-menu__sns-list {
    justify-content: center;
  }
}
.l-menu__sns-list-item {
  width: 27px;
}
@media screen and (min-width: 1800px) {
  .l-menu__sns-list-item {
    width: 30px;
  }
}
@media screen and (max-width: 959px) {
  .l-menu__sns-list-item {
    width: 20px;
  }
}
.l-menu__sns-list-item + .l-menu__sns-list-item {
  margin-left: 26px;
}
@media screen and (max-width: 959px) {
  .l-menu__sns-list-item + .l-menu__sns-list-item {
    margin-left: 21px;
  }
}
.l-menu__sns-list-item a {
  display: block;
}
@media (hover: hover) {
  .l-menu__sns-list-item a:hover svg {
    fill: #b39242;
  }
}
.l-menu__sns-list-item svg {
  fill: #000;
  transition: fill 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-menu .l-frame {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu .l-frame {
  opacity: 1;
}

.l-in_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: url(../img/bg_ptn_white_pc.jpg) repeat center center;
  background-size: 504px;
}
@media screen and (max-width: 959px) {
  .l-in_bg {
    background: url(../img/bg_ptn_white_sp.jpg) repeat center center;
    background-size: 255px;
    padding: 12px;
  }
}
.l-in_bg__inner {
  padding-top: min(20.5%, 400px);
}
@media screen and (max-width: 959px) {
  .l-in_bg__inner {
    padding-top: 42.5%;
  }
}

.l-footer {
  position: relative;
  z-index: 2;
  background: url(../img/bg_ptn_white_pc.jpg) repeat center center;
  background-size: 504px;
}
@media screen and (max-width: 959px) {
  .l-footer {
    background: url(../img/bg_ptn_white_sp.jpg) repeat center center;
    background-size: 255px;
  }
}
.l-footer__inner {
  position: relative;
  padding: 100px 5%;
}
@media screen and (max-width: 959px) {
  .l-footer__inner {
    padding: 48px 5% 60px;
  }
}
.l-footer__pagetop {
  width: 58px;
}
@media screen and (min-width: 960px) {
  .l-footer__pagetop {
    position: absolute;
    bottom: 21px;
    right: 21px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__pagetop {
    width: 57px;
    margin: 0 auto;
    margin-bottom: 37px;
  }
}
.l-footer__pagetop a {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .l-footer__pagetop a {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__pagetop a:hover {
    transform: scale(1.1);
  }
}
.l-footer__pagetop-base {
  animation: loop_rotate 15s linear infinite;
}
.l-footer__pagetop-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.l-footer__bnr {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .l-footer__bnr {
    margin: 0 auto;
    width: 94%;
  }
}
.l-footer__bnr-item {
  width: 210px;
  margin-right: 1%;
}
@media screen and (max-width: 959px) {
  .l-footer__bnr-item {
    width: 49%;
    margin-right: 2%;
  }
}
.l-footer__bnr-item:last-of-type {
  margin-right: 0;
}
.l-footer__bnr-item a {
  display: block;
  overflow: hidden;
  position: relative;
}
.l-footer__bnr-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(233, 222, 182, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__bnr-item a:hover::after {
    opacity: 1;
  }
  .l-footer__bnr-item a:hover img {
    transform: scale(1.03);
  }
}
.l-footer__bnr-item img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .l-footer__share {
    margin-top: 38px;
  }
}
.l-footer__share-ttl {
  font-family: "Bodoni Moda", serif;
  color: #b39242;
  font-size: 1.6rem;
  flex-shrink: 0;
  letter-spacing: 3px;
  margin-right: 29px;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .l-footer__share-ttl {
    letter-spacing: 2px;
    font-size: 1.2rem;
    margin-right: 21px;
  }
}
.l-footer__share-list {
  display: flex;
}
.l-footer__share-list-item {
  width: 6rem;
}
@media screen and (max-width: 959px) {
  .l-footer__share-list-item {
    width: 4.5rem;
  }
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 1.8rem;
}
@media screen and (max-width: 959px) {
  .l-footer__share-list-item + .l-footer__share-list-item {
    margin-left: 0.8rem;
  }
}
.l-footer__share-list-item a {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  display: block;
  position: relative;
}
@media (hover: hover) {
  .l-footer__share-list-item a:hover {
    transform: scale(0.95);
  }
  .l-footer__share-list-item a:hover .l-footer__share-list-icon svg {
    fill: #b39242;
  }
}
.l-footer__share-list-icon {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38%;
}
@media screen and (max-width: 959px) {
  .l-footer__share-list-icon {
    top: 53%;
    width: 38%;
  }
}
.l-footer__share-list-icon svg {
  transition: fill 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-in {
  position: relative;
  padding: 20px 20px 0;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .l-in {
    padding: 12px 12px 0;
  }
}
.l-in__inner {
  position: relative;
  width: 100%;
}
.l-in__inner::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #b39242;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .l-in__inner::before {
    height: 1px;
    bottom: 0;
  }
}
.l-in__inner::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #b39242;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .l-in__inner::after {
    bottom: -2px;
  }
}
.l-in__content {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: min(20.5%, 400px);
}
@media screen and (max-width: 959px) {
  .l-in__content {
    padding-top: 42.5%;
  }
}
.l-in__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 49%;
  max-width: 960px;
}
@media screen and (max-width: 959px) {
  .l-in__bg {
    width: 95%;
  }
}
.l-in__bg img {
  transform: scale(0.95);
  opacity: 0;
}
.is-load .l-in__bg img {
  transform: scale(1);
  opacity: 1;
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-in__ribbon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 2000px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.l-in__ribbon-item {
  position: absolute;
}
.l-in__ribbon-item.-ribbon1 {
  top: 0;
  transform: translateY(-50%);
  left: -10.5%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .l-in__ribbon-item.-ribbon1 {
    transform: translateY(-32%) rotate(-14deg);
    left: -80.5%;
    width: 180%;
  }
}
.l-in__ribbon-item.-ribbon1 img {
  transform: translateY(-10%);
  opacity: 0;
}
.is-load .l-in__ribbon-item.-ribbon1 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-in__ribbon-item.-ribbon2 {
  bottom: 0;
  transform: translateY(6%);
  right: -33%;
  width: 69%;
}
@media screen and (max-width: 959px) {
  .l-in__ribbon-item.-ribbon2 {
    transform: translateY(19%);
    right: -84%;
    width: 130%;
  }
}
.l-in__ribbon-item.-ribbon2 img {
  transform: translateY(10%);
  opacity: 0;
}
.is-load .l-in__ribbon-item.-ribbon2 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-in__ribbon-item.-ribbon3 {
  bottom: 0;
  transform: translateY(49%);
  right: -5%;
  width: 15.5%;
}
@media screen and (max-width: 959px) {
  .l-in__ribbon-item.-ribbon3 {
    display: none;
  }
}
.l-in__ribbon-item.-ribbon3 img {
  transform: translate(15%, -15%);
  opacity: 0;
}
.is-load .l-in__ribbon-item.-ribbon3 img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-in__deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.05);
  width: 60%;
  max-width: 1176px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.is-load .l-in__deco {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .l-in__deco {
    width: 100%;
  }
}
.l-in__deco-item {
  position: absolute;
}
.l-in__deco-item.-d1 {
  top: -10.5%;
  left: 18%;
  width: 16%;
}
@media screen and (max-width: 959px) {
  .l-in__deco-item.-d1 {
    top: -7.5%;
    left: 12%;
    width: 19%;
  }
}
.l-in__deco-item.-d1 img {
  animation: deco_kaku steps(2) 1.8s infinite forwards;
}
.l-in__deco-item.-d2 {
  top: 49%;
  left: 2.5%;
  width: 13.5%;
  transform: translateY(-50%);
}
.l-in__deco-item.-d2 img {
  animation: deco_kaku2 steps(2) 1.8s infinite forwards;
}
@media screen and (max-width: 959px) {
  .l-in__deco-item.-d2 {
    top: 61%;
    left: 1.5%;
    width: 16.5%;
  }
}
.l-in__deco-item.-d3 {
  bottom: -9.5%;
  left: 15.5%;
  width: 13.5%;
}
@media screen and (max-width: 959px) {
  .l-in__deco-item.-d3 {
    bottom: -13.5%;
    left: 18.5%;
    width: 15.5%;
  }
}
.l-in__deco-item.-d3 img {
  animation: deco_kaku steps(2) 1.8s infinite forwards;
}
.l-in__deco-item.-d4 {
  top: 3%;
  right: 10%;
  width: 14%;
}
@media screen and (max-width: 959px) {
  .l-in__deco-item.-d4 {
    top: 60%;
    transform: translateY(-50%);
    right: 7%;
    width: 16%;
  }
}
.l-in__deco-item.-d4 img {
  animation: deco_kaku2 steps(2) 1.8s infinite forwards;
}
.l-in__deco-item.-d5 {
  bottom: -11%;
  right: 12%;
  width: 13.8%;
}
@media screen and (max-width: 959px) {
  .l-in__deco-item.-d5 {
    bottom: -15%;
    right: 0%;
    width: 16.8%;
  }
}
.l-in__deco-item.-d5 img {
  animation: deco_kaku steps(2) 1.8s infinite forwards;
}
.l-in__main {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  padding: 2.2% 0;
  width: 49%;
  max-width: 960px;
}
@media screen and (max-width: 959px) {
  .l-in__main {
    padding: 5.2% 0;
  }
}
.l-in__main-logo {
  margin: 0 auto;
  margin-bottom: 5%;
  width: 13%;
  transform: translateY(30px);
  opacity: 0;
}
.is-load .l-in__main-logo {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
@media screen and (max-width: 959px) {
  .l-in__main-logo {
    width: 30%;
    margin-bottom: 7%;
  }
}
.l-in__main-logo a {
  display: block;
}
@media (hover: hover) {
  .l-in__main-logo a:hover img {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
.l-in__main-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);
}
.l-in__main-ttl {
  margin: 0 auto;
  width: 41.5%;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .l-in__main-ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .l-in__main-ttl {
    width: 79.5%;
  }
}
.l-in__article {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  line-height: 1.6;
  padding-top: 84px;
  padding-bottom: 144px;
}
@media screen and (max-width: 959px) {
  .l-in__article {
    width: 84%;
    padding-top: 42px;
    padding-bottom: 81px;
  }
}

.c-more {
  display: inline-block;
  vertical-align: baseline;
}
.c-more__inner {
  text-decoration: none;
  font-family: "Bodoni Moda", serif;
  color: #b39242;
  font-size: 1.6rem;
  padding-right: 36px;
  letter-spacing: 1px;
  position: relative;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-more__inner {
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-more__inner:hover {
    color: #000;
  }
  .c-more__inner:hover::before {
    background-color: #000;
  }
}
@media screen and (max-width: 959px) {
  .c-more__inner {
    font-size: 1.4rem;
    padding-right: 25px;
    letter-spacing: 0px;
  }
}
.c-more__inner::before {
  content: "";
  width: 2.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-mask: url(../img/arrow.svg) no-repeat center center;
  mask: url(../img/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #b39242;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .c-more__inner::before {
    width: 2rem;
  }
}

.c-pagination__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-pagination__list-item {
  position: relative;
}
.c-pagination__list-item + .c-pagination__list-item {
  margin-left: 2.7rem;
}
@media screen and (max-width: 959px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-left: 1.7rem;
  }
}
.c-pagination__list-item.is-current {
  pointer-events: none;
}
.c-pagination__list-item.is-current::before {
  content: "";
  width: 150%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/pager_active.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .c-pagination__list-item.is-current::before {
    width: 110%;
    height: 110%;
  }
}
.c-pagination__list-item-inner {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Bodoni Moda", serif;
  color: #b39242;
}
@media screen and (max-width: 959px) {
  .c-pagination__list-item-inner {
    font-size: 1.2rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.is-current .c-pagination__list-item-inner {
  color: #fff;
}
@media (hover: hover) {
  .c-pagination__list-item-inner {
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-pagination__list-item-inner:hover {
    color: #000;
  }
}

.c-back {
  display: inline-block;
}
.c-back a {
  display: block;
  text-decoration: none;
  padding-left: 35px;
  position: relative;
  font-family: "Bodoni Moda", serif;
  color: #b39242;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .c-back a {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-left: 29px;
  }
}
@media (hover: hover) {
  .c-back a {
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-back a:hover {
    color: #000;
  }
  .c-back a:hover::before {
    background-color: #000;
  }
}
.c-back a::before {
  content: "";
  width: 2.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask: url(../img/arrow.svg) no-repeat center center;
  mask: url(../img/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #b39242;
  transform: scaleX(-1);
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .c-back a::before {
    width: 2rem;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
}
.is-load .l-loading {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-load .l-loading__content {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-loading__star {
  width: 30px;
  animation: loading 1.8s cubic-bezier(0.65, 0, 0.35, 1) infinite forwards;
}
@media screen and (max-width: 959px) {
  .l-loading__star {
    width: 18px;
  }
}
.l-loading__star svg {
  width: 100%;
  fill: #b39242;
}

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

@media screen and (min-width: 960px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  width: 100%;
  font-size: 62.5%;
}
@media screen and (min-width: 960px) {
  html {
    font-size: min(0.7142857143vw, 10px);
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 54%;
  }
}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
}