@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 loop_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loop_circle2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes shootingStar-slide {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    transform: translateY(600px);
  }
  100% {
    opacity: 0;
    transform: translateY(600px);
  }
}
@keyframes shootingStar-slide-sp {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    transform: translateY(150px);
  }
  100% {
    opacity: 0;
    transform: translateY(150px);
  }
}
@keyframes loopTitle {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes down_animation {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(88px);
    opacity: 0;
  }
}
@keyframes down_animation-scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes top_logo {
  0% {
    transform: rotateY(400deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@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);
  }
}
@keyframes modal_fadein-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
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;
  }
}
.l-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.l-footer {
  background-color: white;
}
.l-footer__inner {
  margin: 0 auto;
  max-width: 1040px;
  padding: 60px 0 50px;
  width: 90%;
}
@media screen and (max-width: 899px) {
  .l-footer__inner {
    max-width: 400px;
    padding: 14% 0 11%;
  }
}
.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, rgb(182, 145, 218) 0%, rgb(106, 96, 191) 25%, rgb(12, 39, 109) 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;
  }
}

.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 11;
}
.is-menu-open .l-menu {
  pointer-events: painted;
}
.l-menu__btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 60px;
  height: 43px;
  pointer-events: all;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (max-width: 899px) {
  .l-menu__btn {
    width: 36px;
    height: 27px;
    top: 22px;
    right: 17px;
  }
}
@media screen and (min-width: 900px) {
  .l-menu__btn:hover {
    transform: scale(0.98);
  }
  .l-menu__btn:hover .l-menu__btn-line .p-in_line {
    background-color: #ffbc98;
  }
  .l-menu__btn:hover .l-menu__btn-text {
    color: #ffbc98;
  }
}
.l-menu__btn-line {
  width: 100%;
  height: 15px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-menu__btn-line {
    height: 9px;
  }
}
.l-menu__btn-line .p-in_line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: black;
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (max-width: 899px) {
  .l-menu__btn-line .p-in_line {
    height: 1px;
  }
}
@media screen and (max-width: 1099px) {
  .l-menu__btn-line .p-in_line {
    background-color: white;
  }
  .over-kv .l-menu__btn-line .p-in_line {
    background-color: black;
  }
}
.is-menu-open .l-menu__btn-line .p-in_line {
  background-color: white;
}
.l-menu__btn-line .p-in_line:nth-child(1) {
  top: 5%;
}
.is-menu-open .l-menu__btn-line .p-in_line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
}
.l-menu__btn-line .p-in_line:nth-child(2) {
  top: 95%;
}
.is-menu-open .l-menu__btn-line .p-in_line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
}
.l-menu__btn-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Kalnia", serif;
  color: black;
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (max-width: 899px) {
  .l-menu__btn-text {
    font-size: 10px;
  }
}
@media screen and (max-width: 1099px) {
  .l-menu__btn-text {
    color: white;
  }
  .over-kv .l-menu__btn-text {
    color: black;
  }
}
.is-menu-open .l-menu__btn-text {
  color: white;
}
.l-menu__btn-text .p-in_open, .l-menu__btn-text .p-in_close {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.is-menu-open .l-menu__btn-text .p-in_open {
  opacity: 0;
}
.l-menu__btn-text .p-in_close {
  opacity: 0;
}
.is-menu-open .l-menu__btn-text .p-in_close {
  opacity: 1;
}
.l-menu__decobg {
  overflow: hidden;
  position: fixed;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-height: 600px;
  mix-blend-mode: overlay;
}
.l-menu__decobg-item {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0%;
  left: 0;
  transform: rotate(40deg);
}
@media screen and (max-width: 899px) {
  .l-menu__decobg-item {
    width: 25px;
    height: 25px;
  }
}
.l-menu__decobg-item:nth-child(1) {
  left: 1%;
  top: 49%;
}
.l-menu__decobg-item:nth-child(2) {
  left: 2%;
  top: 5%;
}
.l-menu__decobg-item:nth-child(3) {
  left: 61%;
  top: 34%;
}
.l-menu__decobg-item:nth-child(4) {
  left: 78%;
  top: 9%;
}
.l-menu__decobg-item:nth-child(5) {
  left: 84%;
  top: 38%;
}
.l-menu__decobg-item:nth-child(6) {
  left: 7%;
  top: 47%;
}
.l-menu__decobg-item:nth-child(7) {
  left: 54%;
  top: 10%;
}
.l-menu__decobg-item:nth-child(8) {
  left: 79%;
  top: 4%;
}
.l-menu__decobg-item:nth-child(9) {
  left: 99%;
  top: 1%;
}
.l-menu__decobg-item:nth-child(10) {
  left: 1%;
  top: 36%;
}
.l-menu__decobg-item-inner {
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: none;
}
.is-menu-open .l-menu__decobg-item-inner {
  animation: shootingStar-slide 10s cubic-bezier(0.33, 1, 0.68, 1) infinite both;
}
@media screen and (max-width: 899px) {
  .is-menu-open .l-menu__decobg-item-inner {
    animation: shootingStar-slide-sp 10s cubic-bezier(0.33, 1, 0.68, 1) infinite both;
  }
}
.item-1 .l-menu__decobg-item-inner {
  animation-delay: 1.3s;
}
@media screen and (max-width: 899px) {
  .item-1 .l-menu__decobg-item-inner {
    animation-delay: 1s;
  }
}
.item-2 .l-menu__decobg-item-inner {
  animation-delay: 5s;
}
@media screen and (max-width: 899px) {
  .item-2 .l-menu__decobg-item-inner {
    animation-delay: 3s;
  }
}
.item-3 .l-menu__decobg-item-inner {
  animation-delay: 30s;
}
@media screen and (max-width: 899px) {
  .item-3 .l-menu__decobg-item-inner {
    animation-delay: 22s;
  }
}
.item-4 .l-menu__decobg-item-inner {
  animation-delay: 6.5s;
}
.item-5 .l-menu__decobg-item-inner {
  animation-delay: 15s;
}
.l-menu__decobg-item-inner::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(0.8);
  background-color: #fff;
}
.l-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/menu/bg_menu_pc.jpg) no-repeat top left;
  background-size: cover;
  transform: scale(1.2);
  opacity: 0;
  transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .l-menu__bg {
    background: url(../img/common/menu/bg_menu_sp.jpg) no-repeat top left;
    background-size: cover;
  }
}
.is-menu-open .l-menu__bg {
  opacity: 1;
  transform: scale(1);
  transition: transform 10s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0s;
}
.l-menu__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.is-menu-open .l-menu__content {
  overflow: auto;
}
.l-menu__content-inner {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  padding: 80px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .l-menu__content-inner {
    padding: 80px 11%;
  }
}
.l-menu__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  transform: translateX(5.5%);
}
@media screen and (max-width: 899px) {
  .l-menu__list {
    padding: 0 0 33px;
    width: 100%;
    display: block;
    transform: translateX(0);
  }
}
.l-menu__list-item {
  width: 50%;
  margin-bottom: 27px;
  transform: translate(-18px, 18px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-menu-open .l-menu__list-item {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-menu-open .l-menu__list-item:nth-child(1) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.15s;
}
.is-menu-open .l-menu__list-item:nth-child(2) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.28s;
}
.is-menu-open .l-menu__list-item:nth-child(3) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.41s;
}
.is-menu-open .l-menu__list-item:nth-child(4) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.54s;
}
.is-menu-open .l-menu__list-item:nth-child(5) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.67s;
}
.is-menu-open .l-menu__list-item:nth-child(6) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.8s;
}
.is-menu-open .l-menu__list-item:nth-child(7) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.93s;
}
.is-menu-open .l-menu__list-item:nth-child(8) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 1.06s;
}
.is-menu-open .l-menu__list-item:nth-child(9) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 1.19s;
}
.is-menu-open .l-menu__list-item:nth-child(10) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 1.32s;
}
.is-menu-open .l-menu__list-item:nth-child(11) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 1.45s;
}
.is-menu-open .l-menu__list-item:nth-child(12) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 1.58s;
}
.is-menu-open .l-menu__list-item:nth-child(13) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 1.71s;
}
.is-menu-open .l-menu__list-item:nth-child(14) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 1.84s;
}
.is-menu-open .l-menu__list-item:nth-child(15) {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 1.97s;
}
@media screen and (max-width: 899px) {
  .l-menu__list-item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.l-menu__list-item a {
  text-decoration: none;
  padding-left: 46px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  vertical-align: baseline;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-menu__list-item a {
    padding-left: 28px;
  }
}
@media screen and (min-width: 900px) {
  .l-menu__list-item a:hover .p-in_text::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.l-menu__list-item a::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/common/deco.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .l-menu__list-item a::before {
    width: 9px;
    height: 9px;
  }
}
.l-menu__list-item a .p-in_text {
  font-family: "Kalnia", serif;
  color: white;
  font-size: min(50px, 3.8vw);
  line-height: 1;
  position: relative;
}
.l-menu__list-item a .p-in_text::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  background-color: #fff;
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (max-width: 899px) {
  .l-menu__list-item a .p-in_text {
    font-size: 28px;
  }
}
.l-menu__officialX {
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 135px;
  transform: translateY(15px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-menu-open .l-menu__officialX {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
@media screen and (max-width: 899px) {
  .l-menu__officialX {
    bottom: 17px;
    right: 17px;
    width: 95px;
  }
}
.l-menu__officialX a {
  display: block;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 900px) {
  .l-menu__officialX a:hover {
    transform: scale(1.15);
  }
}
.is-load .l-menu__officialX .p-in_base img {
  animation: loop_circle 10s linear infinite;
}
.l-menu__officialX .p-in_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-btn {
  text-align: center;
  background: linear-gradient(94deg, #fce0bf 0%, #fcc7de 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .c-btn:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
.c-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-btn__inner {
  display: block;
  position: relative;
}
.c-btn__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  width: 12px;
  height: 17px;
  background: url(../img/common/arrow.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .c-btn__inner::before {
    right: 4%;
    width: 9px;
    height: 15px;
  }
}
.c-btn__text {
  color: #000;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  display: block;
  padding: 13px 9%;
  text-decoration: none;
}
@media screen and (max-width: 899px) {
  .c-btn__text {
    font-size: 13px;
  }
}

.c-back {
  display: inline-block;
  vertical-align: baseline;
}
.c-back__inner {
  display: block;
  position: relative;
  text-decoration: none;
  padding-left: 28px;
}
@media screen and (max-width: 899px) {
  .c-back__inner {
    padding-left: 22px;
  }
}
.c-back__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 24px;
  transform: translateY(-50%) scaleX(-1);
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center center;
  mask: url(../img/common/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
}
@media screen and (max-width: 899px) {
  .c-back__inner::before {
    width: 13px;
    height: 18px;
  }
}
@media screen and (min-width: 900px) {
  .c-back:hover .c-back__text::after {
    transform-origin: left;
    transform: translateY(-50%) scaleX(1);
  }
}
.c-back__text {
  color: #fff;
  font-family: "Kalnia", serif;
  letter-spacing: 1.5px;
  font-size: 19px;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
.c-back__text::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleX(0);
  background-color: #fff;
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (max-width: 899px) {
  .c-back__text {
    font-size: 13px;
  }
}

.c-back-square {
  text-align: center;
  background-color: rgba(5, 20, 61, 0.8);
  position: relative;
  overflow: hidden;
}
.c-back-square::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(70, 94, 162, 0.8);
  pointer-events: none;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.85s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 900px) {
  .c-back-square:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.c-back-square__inner {
  text-decoration: none;
  display: block;
  padding: 15px 14%;
  position: relative;
}
@media screen and (max-width: 899px) {
  .c-back-square__inner {
    padding: 11px 14%;
  }
}
.c-back-square__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9%;
  width: 10px;
  height: 17px;
  transform: translateY(-50%) scaleX(-1);
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center center;
  mask: url(../img/common/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
}
@media screen and (max-width: 899px) {
  .c-back-square__inner::before {
    width: 9px;
    height: 13px;
  }
}
.c-back-square__text {
  color: #fff;
  font-family: "Kalnia", serif;
  font-size: 16px;
}
@media screen and (max-width: 899px) {
  .c-back-square__text {
    font-size: 12px;
  }
}

.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;
  }
}
.m-modal__bg {
  background: linear-gradient(184deg, rgb(182, 145, 218) 0%, rgb(106, 96, 191) 25%, rgb(12, 39, 109) 100%) !important;
  opacity: 0.96 !important;
  pointer-events: none;
}
.m-modal__close-btn {
  position: fixed !important;
  top: 39px !important;
  right: 39px !important;
  width: 61px !important;
  height: 16px !important;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .m-modal__close-btn {
    top: 17px !important;
    right: 15px !important;
    width: 38px !important;
    height: 18px !important;
  }
}
@media screen and (min-width: 900px) {
  .m-modal__close-btn:hover {
    opacity: 0.4;
  }
}
.m-modal__close-btn::before, .m-modal__close-btn::after {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100% !important;
  height: 2px !important;
}
@media screen and (max-width: 899px) {
  .m-modal__close-btn::before, .m-modal__close-btn::after {
    height: 1px !important;
  }
}
.m-modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(20deg) !important;
}
.m-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-20deg) !important;
}
.m-modal__content {
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.-youtube .m-modal__content {
  max-width: 1300px !important;
  width: 90% !important;
}
@media screen and (max-width: 899px) {
  .-youtube .m-modal__content {
    width: 100% !important;
  }
}
@media screen and (min-width: 900px) {
  .is-modal-overflow-prep .m-modal__content {
    margin: 75px auto !important;
  }
}

.p-temp_modal {
  background-color: #d0d4e2;
  padding: 6%;
}