@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;
}

:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

.l-nav_btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 160px;
  height: 130px;
  z-index: 3;
  cursor: pointer;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.is-menu-close .l-nav_btn {
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .l-nav_btn {
    width: 80px;
    height: 65px;
  }
}
@media (hover: hover) {
  .l-nav_btn:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.l-nav_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transform: scaleX(0);
  transform-origin: right;
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.l-nav_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
}
.l-nav_btn__content {
  position: absolute;
  top: 23px;
  right: 23px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .l-nav_btn__content {
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
  }
}
.l-nav_btn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #b39242;
  transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.l-nav_btn__line:nth-child(1) {
  top: 38%;
}
@media screen and (max-width: 899px) {
  .l-nav_btn__line:nth-child(1) {
    top: 36%;
  }
}
.is-menu-open .l-nav_btn__line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
}
.is-menu-open .l-nav_btn__line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(180deg) scaleX(0);
}
.l-nav_btn__line:nth-child(3) {
  top: 63%;
}
@media screen and (max-width: 899px) {
  .l-nav_btn__line:nth-child(3) {
    top: 66%;
  }
}
.is-menu-open .l-nav_btn__line:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.is-menu-open .l-nav {
  pointer-events: painted;
}
.l-nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.is-menu-open .l-nav__inner {
  overflow: auto;
}
.l-nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg/bg.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
}
.is-menu-open .l-nav__bg {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-nav__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/menu/bg_menu_pc.png) no-repeat center center;
  background-size: auto 100%;
  transform: scale(1.1);
}
.is-menu-open .l-nav__bg::before {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-menu-close .l-nav__bg::before {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .l-nav__bg::before {
    background: url(../img/common/menu/bg_menu_sp.png) no-repeat center bottom;
    background-size: auto 100%;
  }
}
.l-nav__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 10rem 0;
}
@media screen and (max-width: 899px) {
  .l-nav__content {
    padding: 7rem 0;
  }
}
.l-nav__list {
  margin: 0 auto;
  width: 86%;
  max-width: 1060px;
  padding-left: 2.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .l-nav__list {
    padding-left: 0;
    display: block;
  }
}
.l-nav__list-item {
  width: 33.33%;
  margin-bottom: 2.5rem;
  transform: translateY(35px);
  opacity: 0;
}
.is-menu-open .l-nav__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-nav__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-menu-open .l-nav__list-item:nth-child(2) {
  transition-delay: 0.34s;
}
.is-menu-open .l-nav__list-item:nth-child(3) {
  transition-delay: 0.48s;
}
.is-menu-open .l-nav__list-item:nth-child(4) {
  transition-delay: 0.62s;
}
.is-menu-open .l-nav__list-item:nth-child(5) {
  transition-delay: 0.76s;
}
.is-menu-open .l-nav__list-item:nth-child(6) {
  transition-delay: 0.9s;
}
.is-menu-open .l-nav__list-item:nth-child(7) {
  transition-delay: 1.04s;
}
.is-menu-open .l-nav__list-item:nth-child(8) {
  transition-delay: 1.18s;
}
.is-menu-open .l-nav__list-item:nth-child(9) {
  transition-delay: 1.32s;
}
.is-menu-open .l-nav__list-item:nth-child(10) {
  transition-delay: 1.46s;
}
.is-menu-open .l-nav__list-item:nth-child(11) {
  transition-delay: 1.6s;
}
.is-menu-open .l-nav__list-item:nth-child(12) {
  transition-delay: 1.74s;
}
.is-menu-open .l-nav__list-item:nth-child(13) {
  transition-delay: 1.88s;
}
.is-menu-open .l-nav__list-item:nth-child(14) {
  transition-delay: 2.02s;
}
.is-menu-open .l-nav__list-item:nth-child(15) {
  transition-delay: 2.16s;
}
@media screen and (max-width: 899px) {
  .l-nav__list-item {
    margin-bottom: 2.1rem;
    width: 100%;
  }
}
.l-nav__list-item a {
  padding-left: 3.9rem;
  text-decoration: none;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 4.2rem;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  color: #000;
  transition: color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .l-nav__list-item a {
    font-size: 2.7rem;
    padding-left: 2.1rem;
  }
}
@media (hover: hover) {
  .l-nav__list-item a:hover {
    color: #b39242;
  }
}
.l-nav__list-item a::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0.8rem;
  left: 0;
  background: url(../img/common/deco_star.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .l-nav__list-item a::before {
    top: 5px;
    width: 12px;
    height: 12px;
  }
}
.l-nav__official {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  opacity: 0;
}
.is-menu-open .l-nav__official {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .l-nav__official {
    position: fixed;
  }
}
.l-nav__official a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  width: 193px;
}
@media screen and (max-width: 899px) {
  .l-nav__official a {
    flex-direction: column;
    align-items: center;
    padding: 0 0;
    width: auto;
    width: 28px;
    height: 156px;
  }
}
@media (hover: hover) {
  .l-nav__official a:hover .l-nav__official-text {
    color: #b39242;
  }
  .l-nav__official a:hover .l-nav__official-text::after {
    background-color: #b39242;
  }
}
.l-nav__official a::before, .l-nav__official a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 40px;
  background: url(../img/common/menu/deco_sns2.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .l-nav__official a::before, .l-nav__official a::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 899px) {
  .l-nav__official a::before, .l-nav__official a::after {
    left: 50%;
    width: 28px;
    height: 9px;
    background: url(../img/common/menu/deco_sns.svg) no-repeat center center;
    background-size: contain;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 900px) {
  .l-nav__official a::before {
    left: 0;
  }
}
@media screen and (max-width: 899px) {
  .l-nav__official a::before {
    top: 0;
  }
}
@media screen and (min-width: 900px) {
  .l-nav__official a::after {
    right: 0;
    transform: translateY(-50%) scaleX(-1);
  }
}
@media screen and (max-width: 899px) {
  .l-nav__official a::after {
    bottom: 0;
    transform: translateX(-50%) scaleY(-1);
  }
}
.l-nav__official-text {
  color: #000;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  padding-right: 3.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .l-nav__official-text {
    font-size: 11px;
    padding-right: 0;
    padding-bottom: 26px;
    letter-spacing: -0.1px;
    writing-mode: vertical-lr;
  }
}
.l-nav__official-text::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-mask: url(../img/common/menu/icon_x.svg) no-repeat center center;
  mask: url(../img/common/menu/icon_x.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #000;
  transition: background-color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .l-nav__official-text::after {
    width: 17px;
    height: 17px;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    bottom: 0;
  }
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/bg/bg_v2.jpg) no-repeat center top;
  background-size: cover;
}

.l-bg_text {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
}
.l-bg_text__box {
  display: flex;
  overflow: hidden;
}
.is-load .l-bg_text__box:nth-child(1) .l-bg_text__list {
  animation: loop_text 80s linear infinite;
}
.is-load .l-bg_text__box:nth-child(2) .l-bg_text__list {
  animation: loop_text 80s linear infinite reverse;
}
.l-bg_text__list {
  display: flex;
  align-items: flex-end;
}
.l-bg_text__list + .l-bg_text__list {
  margin-top: 26px;
}
@media screen and (max-width: 899px) {
  .l-bg_text__list + .l-bg_text__list {
    margin-top: 13px;
  }
}
.l-bg_text__list-item {
  width: 1840px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 1900px) {
  .l-bg_text__list-item {
    width: 2000px;
  }
}
@media screen and (max-width: 899px) {
  .l-bg_text__list-item {
    width: 880px;
  }
}

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

.l-stalker {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-stalker.hover-in {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .l-stalker {
    display: none;
  }
}
.l-footer {
  background-color: #000;
  position: relative;
}
.l-footer__inner {
  margin: 0 auto;
  max-width: 1040px;
  padding: 60px 0 18px;
  width: 90%;
}
@media screen and (max-width: 899px) {
  .l-footer__inner {
    max-width: 400px;
    padding: 13.5% 0 6%;
  }
}
.l-footer__bnr-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .l-footer__bnr-list {
    justify-content: flex-start;
  }
}
.l-footer__bnr-list-item {
  width: 19.2%;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
  overflow: hidden;
}
.l-footer__bnr-list-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #e9578b 0%, #e6885e 50%, #e9578b 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-footer__bnr-list-item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .l-footer__bnr-list-item:nth-child(5n) {
    margin-right: 0;
  }
  .l-footer__bnr-list-item:hover::after {
    opacity: 0.4;
  }
  .l-footer__bnr-list-item:hover img {
    transform: scale(1.08);
  }
  .l-footer__bnr-list-item img {
    transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
@media screen and (max-width: 899px) {
  .l-footer__bnr-list-item {
    width: 48%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .l-footer__bnr-list-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  #acmncopy {
    flex-direction: row-reverse;
  }
}

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

.l-main {
  padding-bottom: 10rem;
  flex-grow: 1;
  position: relative;
}

.l-content {
  margin: 0 auto;
  width: 90%;
  max-width: 1160px;
}
@media screen and (min-width: 1900px) {
  .l-content {
    max-width: 1600px;
  }
}

.l-section__ttl h2 {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 14px;
  font-size: 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(90deg, #091d46 0%, #4166b0 50%, #091d46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 899px) {
  .l-section__ttl h2 {
    font-size: 34px;
    padding-bottom: 9px;
  }
}
.l-section__ttl h2::before {
  content: "";
  width: 100%;
  height: 5.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/deco_ttl.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .l-section__ttl h2::before {
    height: 2.5px;
  }
}
.l-section__ttl-cap {
  text-align: center;
  margin-top: 16px;
  font-size: 15px;
  letter-spacing: 3px;
}
@media screen and (max-width: 899px) {
  .l-section__ttl-cap {
    margin-top: 8px;
    font-size: 11px;
    letter-spacing: 2px;
  }
}

.l-wrap {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.l-wrap__inner {
  position: relative;
  flex-grow: 1;
}

.m-modal__content {
  margin: 0 auto;
}
.m-modal__bg {
  background: linear-gradient(90deg, #091d46 0%, #4166b0 100%) !important;
  opacity: 0.97;
}
.m-modal__close-btn {
  top: 0 !important;
  right: 0 !important;
  width: 160px !important;
  height: 130px !important;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 899px) {
  .m-modal__close-btn {
    width: 80px !important;
    height: 65px !important;
  }
}
@media (hover: hover) {
  .m-modal__close-btn:hover::after {
    transform: scaleX(1) !important;
    transform-origin: left !important;
  }
}
.m-modal__close-btn::before {
  content: "";
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0 !important;
  left: auto !important;
  right: 0 !important;
  background-color: #000 !important;
  transform: none !important;
}
.m-modal__close-btn::after {
  content: "";
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0 !important;
  left: auto !important;
  right: 0 !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  transform: none !important;
  transform: scaleX(0) !important;
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.m-modal__close-content {
  position: absolute;
  top: 23px;
  right: 23px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .m-modal__close-content {
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
  }
}
.m-modal__close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #b39242;
}
.m-modal__close-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(20deg);
}
.m-modal__close-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-20deg);
}

.c-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (hover: hover) {
  .c-more:hover .c-more__text {
    color: #b39242;
  }
}
.c-more__inner {
  display: block;
  text-decoration: none;
  position: relative;
  padding-right: 27px;
}
@media screen and (max-width: 899px) {
  .c-more__inner {
    padding-right: 2.1rem;
  }
}
.c-more__inner::after {
  content: "";
  width: 1.5rem;
  height: 100%;
  position: absolute;
  top: -1px;
  right: 0;
  background: url(../img/common/arrow.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .c-more__inner::after {
    width: 1.3rem;
  }
}
.c-more__text {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  color: #000;
  font-size: 1.8rem;
  transition: color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .c-more__text {
    font-size: 1.5rem;
  }
}

.c-back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (hover: hover) {
  .c-back:hover .c-back__text {
    color: #b39242;
  }
}
.c-back__inner {
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 27px;
}
@media screen and (max-width: 899px) {
  .c-back__inner {
    padding-left: 2.1rem;
  }
}
.c-back__inner::after {
  content: "";
  width: 1.5rem;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../img/common/arrow.svg) no-repeat center center;
  background-size: contain;
  transform: scaleX(-1);
}
@media screen and (max-width: 899px) {
  .c-back__inner::after {
    width: 1.3rem;
  }
}
.c-back__text {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  color: #000;
  font-size: 1.8rem;
  transition: color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .c-back__text {
    font-size: 1.5rem;
  }
}

.c-btn {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .c-btn:hover {
    transform: scale(0.97);
  }
  .c-btn:hover .c-btn__text {
    color: #b39242;
  }
}
.c-btn__inner {
  display: block;
  position: relative;
}
.c-btn__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #fff;
  transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 899px) {
  .c-btn__text {
    top: 48%;
    font-size: 12px;
  }
}

.c-category {
  position: relative;
}
.c-category__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-category__list-item {
  position: relative;
  margin-right: 1%;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  box-shadow: 0 0 0 1px #b39242;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 8px;
  width: 15.8%;
  text-align: center;
  border-radius: 100px;
  transform: translateY(35px);
  opacity: 0;
  overflow: hidden;
}
.is-load .c-category__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .c-category__list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.is-load .c-category__list-item:nth-child(2) {
  transition-delay: 0.42s;
}
.is-load .c-category__list-item:nth-child(3) {
  transition-delay: 0.54s;
}
.is-load .c-category__list-item:nth-child(4) {
  transition-delay: 0.66s;
}
.is-load .c-category__list-item:nth-child(5) {
  transition-delay: 0.78s;
}
.is-load .c-category__list-item:nth-child(6) {
  transition-delay: 0.9s;
}
.is-load .c-category__list-item:nth-child(7) {
  transition-delay: 1.02s;
}
.is-load .c-category__list-item:nth-child(8) {
  transition-delay: 1.14s;
}
.is-load .c-category__list-item:nth-child(9) {
  transition-delay: 1.26s;
}
.is-load .c-category__list-item:nth-child(10) {
  transition-delay: 1.38s;
}
.is-load .c-category__list-item:nth-child(11) {
  transition-delay: 1.5s;
}
.is-load .c-category__list-item:nth-child(12) {
  transition-delay: 1.62s;
}
.is-load .c-category__list-item:nth-child(13) {
  transition-delay: 1.74s;
}
.is-load .c-category__list-item:nth-child(14) {
  transition-delay: 1.86s;
}
.is-load .c-category__list-item:nth-child(15) {
  transition-delay: 1.98s;
}
.is-load .c-category__list-item:nth-child(16) {
  transition-delay: 2.1s;
}
.c-category__list-item.is-current {
  background-color: #b39242;
}
@media (hover: hover) {
  .c-category__list-item:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 900px) {
  .c-category__list-item:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .c-category__list-item {
    box-shadow: 0 0 0 0.6px #b39242;
    width: 32%;
    font-size: 1rem;
    margin-right: 2%;
    margin-bottom: 6px;
  }
  .c-category__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.c-category__list-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.c-category__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-category__list-inner {
  color: #b39242;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 2.4rem;
  padding: 0.2rem 0 0;
}
@media screen and (max-width: 899px) {
  .c-category__list-inner {
    height: 2rem;
  }
}
.is-current .c-category__list-inner {
  color: #fff;
}

.c-pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.c-pagination__list-item {
  font-size: 1.8rem;
  min-width: 2rem;
  margin: 0 2.1rem;
  opacity: 0.5;
  height: 100%;
  position: relative;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .c-pagination__list-item {
    margin: 0 1.5rem;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .c-pagination__list-item:hover {
    opacity: 1;
  }
}
.c-pagination__list-item.is-current {
  opacity: 1;
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .c-pagination__list-item.is-current {
    font-size: 16px;
  }
}
.c-pagination__list-item-inner {
  display: block;
  text-decoration: none;
  color: #000;
  font-family: "Vidaloka", serif;
  font-weight: 400;
}

@keyframes loop_text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes top_logo {
  0% {
    transform: rotateY(400deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes loop_rotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loop_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes modal_fadein {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modal_fadein-line {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  width: 100%;
  font-size: 62.5%;
}
@media screen and (min-width: 900px) {
  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: YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
}