@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-gold: #d3a243;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
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, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 13px);
  }
}
@media screen and (max-width: 960px) and (min-width: 700px) {
  html {
    font-size: min(1.7142857143vw, 18px);
  }
}
@media screen and (min-width: 961px) {
  html {
    font-size: min(0.7142857143vw, 10px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

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

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  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;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.l-wrap::before {
  content: "";
  width: 100%;
  min-width: 100vh;
  height: 100%;
  min-height: 100vw;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask: url("../img/mask2.png") no-repeat 50% 0/100% 1200%;
  mask: url("../img/mask2.png") no-repeat 50% 0/100% 1200%;
  background: var(--color-white);
  z-index: 10;
  pointer-events: none;
}
.is-load .l-wrap::before {
  opacity: 0;
  transition: opacity 1.5s var(--ease_out) 0.25s;
  animation: mask 1s steps(11, end) forwards;
}
.l-wrap::after {
  content: "";
  width: 28rem;
  height: 28rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/logo_yoko2.png") no-repeat center/contain;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap::after {
    width: 18rem;
    height: 18rem;
  }
}
.is-load .l-wrap::after {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out);
}
.l-wrap__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
    width: 2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out) 1s;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.2rem solid transparent;
  border-top: 0.2rem solid var(--color-gold);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}
.l-wrap__bg canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__container {
  display: block;
  position: relative;
  z-index: 0;
  background: url("../img/bg_pattern.jpg") repeat center top/141.8rem auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__container {
    background-size: 70.9rem auto;
  }
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 2s var(--ease_inout);
}
.is-load.is-op .l-wrap__container {
  transition: opacity 0s linear;
}

.l-header {
  width: 100%;
  display: block;
  top: 0;
  left: 0;
}
.l-header__bg {
  width: 100%;
  max-width: 180rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.l-header__deco {
  width: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.l-header__deco.--deco1 {
  width: 19.4rem;
  left: 6.7%;
}
@media screen and (max-width: 960px) {
  .l-header__deco.--deco1 {
    width: 5.5rem;
    left: 5.3%;
  }
}
.l-header__deco.--deco2 {
  width: 4.2rem;
  left: 10.1%;
}
@media screen and (max-width: 960px) {
  .l-header__deco.--deco2 {
    width: 1.4rem;
  }
}
.l-header__deco.--deco3 {
  width: 1.92rem;
  left: 16.5%;
}
@media screen and (max-width: 960px) {
  .l-header__deco.--deco3 {
    width: 0.7rem;
    left: 17.5%;
  }
}
.l-header__deco.--deco4 {
  width: 4rem;
  left: 23.8%;
}
@media screen and (max-width: 960px) {
  .l-header__deco.--deco4 {
    display: none;
    content-visibility: hidden;
    visibility: hidden;
  }
}
.l-header__deco.--deco5 {
  width: 4.2rem;
  left: 76.2%;
}
@media screen and (max-width: 960px) {
  .l-header__deco.--deco5 {
    display: none;
    content-visibility: hidden;
    visibility: hidden;
  }
}
.l-header__deco.--deco6 {
  width: 4.3rem;
  left: 84.2%;
}
@media screen and (max-width: 960px) {
  .l-header__deco.--deco6 {
    width: 1.2rem;
    left: 82%;
  }
}
.l-header__deco.--deco7 {
  width: 4rem;
  left: 91%;
}
@media screen and (max-width: 960px) {
  .l-header__deco.--deco7 {
    width: 1.1rem;
    left: 89%;
  }
}
.l-header__deco.--deco8 {
  width: 2.21rem;
  left: 97.4%;
}
@media screen and (max-width: 960px) {
  .l-header__deco.--deco8 {
    width: 0.6409rem;
  }
}
.l-header__container {
  height: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header__container {
    height: 8rem;
  }
}
.l-header__content {
  display: block;
  position: relative;
}
.l-header__logo {
  width: 51.6rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-header__logo {
    width: 21rem;
  }
}
.l-header__lang {
  display: block;
  position: fixed;
  top: 3rem;
  left: 3rem;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .l-header__lang {
    display: none;
    content-visibility: hidden;
    visibility: hidden;
  }
}

.l-nav {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
  scrollbar-width: thin;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  pointer-events: auto;
  opacity: 1;
}
.l-nav__container {
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    padding: 6rem 0;
  }
}
.l-nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: transparent;
  transition: background-color 0.4s var(--ease_out);
}
.is-menu-open .l-nav__bg {
  background-color: var(--color-white);
  transition: background-color 0s linear 0.8s;
}
.l-nav__bg::before {
  content: "";
  width: 100%;
  min-width: 100vh;
  height: 100%;
  min-height: 100vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
  -webkit-mask: url("../img/mask.png") no-repeat 50% 0/100% 1200%;
  mask: url("../img/mask.png") no-repeat 50% 0/100% 1200%;
}
.is-menu-open .l-nav__bg::before {
  animation: mask 0.8s steps(11, end);
}
.l-nav__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/menu_frame01.png") no-repeat left top/min(20%, 31.5rem) auto, url("../img/menu_frame02.png") no-repeat right top/min(20%, 31.5rem) auto, url("../img/menu_frame03.png") no-repeat left bottom/min(20%, 31.5rem) auto, url("../img/menu_frame04.png") no-repeat right bottom/min(20%, 31.5rem) auto;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-nav__bg::after {
    background: url("../img/menu_frame01.png") no-repeat left top/min(30%, 31.5rem) 21%, url("../img/menu_frame02.png") no-repeat right top/min(30%, 31.5rem) 21%, url("../img/menu_frame03.png") no-repeat left bottom/min(30%, 31.5rem) 21%, url("../img/menu_frame04.png") no-repeat right bottom/min(30%, 31.5rem) 21%;
  }
}
.is-menu-open .l-nav__bg::after {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout) 0.5s;
}
.l-nav__bg-movie {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.2;
  content-visibility: hidden;
  visibility: hidden;
}
.is-menu-show .l-nav__bg-movie {
  display: block;
  content-visibility: visible;
  visibility: visible;
}
.l-nav__bg-movie video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-nav__content {
  width: 75rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    width: 30rem;
  }
}
.l-nav__brand {
  width: 31.4rem;
  display: block;
  position: fixed;
  top: 3rem;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-nav__brand {
    display: none;
    content-visibility: hidden;
    visibility: hidden;
  }
}
.is-menu-open .l-nav__brand {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout) 0.5s;
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2rem;
  }
}
.l-nav__list-item {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
.is-menu-open .l-nav__list-item {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout);
}
.is-menu-open .l-nav__list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.is-menu-open .l-nav__list-item:nth-child(2) {
  transition-delay: 0.35s;
}
.is-menu-open .l-nav__list-item:nth-child(3) {
  transition-delay: 0.4s;
}
.is-menu-open .l-nav__list-item:nth-child(4) {
  transition-delay: 0.45s;
}
.is-menu-open .l-nav__list-item:nth-child(5) {
  transition-delay: 0.5s;
}
.is-menu-open .l-nav__list-item:nth-child(6) {
  transition-delay: 0.55s;
}
.is-menu-open .l-nav__list-item:nth-child(7) {
  transition-delay: 0.6s;
}
.is-menu-open .l-nav__list-item:nth-child(8) {
  transition-delay: 0.65s;
}
.is-menu-open .l-nav__list-item:nth-child(9) {
  transition-delay: 0.7s;
}
.is-menu-open .l-nav__list-item:nth-child(10) {
  transition-delay: 0.75s;
}
.is-menu-open .l-nav__list-item:nth-child(11) {
  transition-delay: 0.8s;
}
.is-menu-open .l-nav__list-item:nth-child(12) {
  transition-delay: 0.85s;
}
.is-menu-open .l-nav__list-item:nth-child(13) {
  transition-delay: 0.9s;
}
.is-menu-open .l-nav__list-item:nth-child(14) {
  transition-delay: 0.95s;
}
.is-menu-open .l-nav__list-item:nth-child(15) {
  transition-delay: 1s;
}
.is-menu-open .l-nav__list-item:nth-child(16) {
  transition-delay: 1.05s;
}
.is-menu-open .l-nav__list-item:nth-child(17) {
  transition-delay: 1.1s;
}
.is-menu-open .l-nav__list-item:nth-child(18) {
  transition-delay: 1.15s;
}
.is-menu-open .l-nav__list-item:nth-child(19) {
  transition-delay: 1.2s;
}
.is-menu-open .l-nav__list-item:nth-child(20) {
  transition-delay: 1.25s;
}
.l-nav__link {
  display: block;
  position: relative;
  cursor: pointer;
}
.l-nav__link-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 1rem 0;
  font-size: 4rem;
  letter-spacing: 0.2rem;
  font-family: "Gloock", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    padding: 1rem 2rem;
    font-size: 2.4rem;
    text-align: center;
  }
}
.l-nav__line {
  width: 0;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__line {
    transition: width 0s linear 0.4s, opacity 0.4s var(--ease_inout);
  }
  .l-nav__link:hover .l-nav__line {
    width: calc(100% + 2rem);
    opacity: 1;
    transition: width 0.45s var(--ease_out), opacity 0.1s var(--ease_inout);
  }
}
.l-nav__line::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/pen_line.png") repeat-x 0 100%/auto 0.5rem;
}
.l-nav__line-deco {
  width: 4rem;
  display: block;
  position: absolute;
  bottom: 0.3rem;
  left: calc(100% + 1.1rem);
  transform: translate(-50%, 0) rotate(-30deg);
  transform-origin: 4% 90%;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__line-deco {
    transition: opacity 0.4s var(--ease_inout);
  }
  .l-nav__link:hover .l-nav__line-deco {
    opacity: 1;
    transition: opacity 0.4s var(--ease_inout);
  }
}
.l-nav__circle {
  width: 40%;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 4rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.l-nav__circle-path {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-black);
  stroke-width: 0.15rem;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.l-nav__link:hover .l-nav__circle-path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.2s var(--ease_out);
}
.l-nav__sns {
  width: 100%;
  display: block;
  position: relative;
  margin: 5.6rem auto 0;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-nav__sns {
    margin-top: 1.5rem;
  }
}
.is-menu-open .l-nav__sns {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout) 0.7s;
}
.l-nav__lang {
  width: 31.4rem;
  display: block;
  position: fixed;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-nav__lang {
    bottom: 2.5rem;
  }
}
.is-menu-open .l-nav__lang {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout) 0.5s;
}

.l-nav_sns {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav_sns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.l-nav_sns__cap {
  display: block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.12rem;
  font-family: "Gloock", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .l-nav_sns__cap {
    margin-right: 2.7rem;
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 960px) {
  .l-nav_sns__cap {
    margin-bottom: 1.2rem;
    font-size: 1rem;
    text-align: center;
  }
}
.l-nav_sns__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav_sns__list {
    justify-content: center;
    gap: 3rem;
  }
}
.l-nav_sns__list-item {
  display: block;
  position: relative;
}
.l-nav_sns__link {
  width: 1.6rem;
  display: block;
  position: relative;
}

.l-menu {
  width: 7.4rem;
  display: block;
  position: fixed;
  right: 2rem;
  top: 2rem;
  z-index: 15;
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 4rem;
    right: 1.4rem;
    top: 1.2rem;
  }
}
.l-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/menu_base_gold.png") no-repeat center/contain;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-menu:hover::before {
    opacity: 1;
  }
}
.l-menu::after {
  content: "";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-menu__bar {
  width: 1.8rem;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-menu__bar {
    width: 1rem;
    height: 0.5rem;
  }
}
.l-menu__bar-line {
  width: 100%;
  height: 0.2rem;
  display: block;
  position: relative;
  background: var(--color-white);
  transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1), top 0.5s cubic-bezier(0.65, 0, 0.35, 1), transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 960px) {
  .l-menu__bar-line {
    height: 0.1rem;
  }
}
.is-menu-open .l-menu__bar-line:nth-child(1) {
  transform: translateY(0.52rem) rotate(-35deg);
}
@media screen and (max-width: 960px) {
  .is-menu-open .l-menu__bar-line:nth-child(1) {
    transform: translateY(0.2rem) rotate(-35deg);
  }
}
.is-menu-open .l-menu__bar-line:nth-child(2) {
  opacity: 0;
}
.is-menu-open .l-menu__bar-line:nth-child(3) {
  transform: translateY(-0.52rem) rotate(35deg);
}
@media screen and (max-width: 960px) {
  .is-menu-open .l-menu__bar-line:nth-child(3) {
    transform: translateY(-0.2rem) rotate(35deg);
  }
}

.l-main {
  display: block;
  position: relative;
  min-height: calc(var(--svh) - 42rem);
}
@media screen and (max-width: 960px) {
  .l-main {
    min-height: calc(var(--svh) - 29.6rem);
  }
}

.l-footer {
  min-height: 26rem;
  display: block;
  position: relative;
  padding: 5rem 0 5rem;
}
@media screen and (max-width: 960px) {
  .l-footer {
    min-height: 21.6rem;
    margin-top: 3.5rem;
    padding: 0 0 1rem;
  }
}
.l-footer__container {
  width: 95%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding-bottom: 4.8rem;
  }
}
.l-footer__brand {
  width: 26rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    width: 18rem;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__share {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    margin: 3.2rem auto 0;
  }
}
.l-footer__pagetop {
  width: 11rem;
  height: 11rem;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 6.8rem;
    height: 6.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop:hover {
    background-color: var(--color-gold);
    transition: background-color 0s linear 0.5s;
  }
}
.l-footer__pagetop::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-gold);
  -webkit-mask: url("../img/mask.png") no-repeat 50% 0/100% 1200%;
  mask: url("../img/mask.png") no-repeat 50% 0/100% 1200%;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop:hover::before {
    animation: mask 0.5s steps(11, end);
  }
}
.l-footer__pagetop::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-gold);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop::after {
    border-width: 0.1rem;
  }
}
.l-footer__pagetop-text {
  width: 100%;
  display: block;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
  font-family: "Gloock", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1.2;
  text-align: center;
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-text {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop-text {
    transition: color 0.5s var(--ease_inout);
  }
  .l-footer__pagetop:hover .l-footer__pagetop-text {
    color: var(--color-white);
  }
}

.l-footer_share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .l-footer_share {
    justify-content: center;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  margin-right: 2.5rem;
  font-size: 1.5rem;
  font-family: "Gloock", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 600;
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    margin-right: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 2rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list-item + .l-footer_share__list-item {
    margin-left: 1.5rem;
  }
}
.l-footer_share__link {
  width: 2.4rem;
  height: 2rem;
  display: block;
  position: relative;
}
.l-footer_share__link::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 0.15rem solid var(--color-gold);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link::before {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-footer_share__link:hover::before {
    opacity: 1;
  }
}
.l-footer_share__link img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-btn_more {
  display: block;
  position: relative;
}
.c-btn_more__text {
  display: block;
  position: relative;
  padding: 0.6rem 2.5rem;
  font-size: 2rem;
  font-family: "Gloock", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.4rem;
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .c-btn_more__text {
    padding: 0.4rem 2rem;
    font-size: 1.1rem;
    letter-spacing: 0.3rem;
  }
}
.c-btn_more__text::after {
  content: "";
  width: 1.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/arrow_s.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .c-btn_more__text::after {
    width: 1.4rem;
  }
}
.c-btn_more__circle {
  width: 15rem;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .c-btn_more__circle {
    display: block;
  }
}
.c-btn_more__circle-path {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-gold);
  stroke-width: 0.1rem;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.c-btn_more:hover .c-btn_more__circle-path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.8s var(--ease_out);
}

.c-btn_back {
  display: block;
  position: relative;
}
.c-btn_back__text {
  display: block;
  position: relative;
  padding: 0.6rem 0.5rem 0.6rem 3.5rem;
  font-size: 1.8rem;
  font-family: "Gloock", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.4rem;
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .c-btn_back__text {
    padding: 0.4rem 2.6rem;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
  }
}
.c-btn_back__text::after {
  content: "";
  width: 1.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/arrow_s.png") no-repeat center/contain;
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .c-btn_back__text::after {
    width: 1.4rem;
  }
}
.c-btn_back__circle {
  width: 20rem;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .c-btn_back__circle {
    display: block;
  }
}
.c-btn_back__circle-path {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-gold);
  stroke-width: 0.1rem;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.c-btn_back:hover .c-btn_back__circle-path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.8s var(--ease_out);
}

.c-lang {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem;
  border-radius: 20rem;
  background-color: var(--color-white);
}
.c-lang::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-gold);
  border-radius: 20rem;
}
.c-lang__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.c-lang__list-item {
  display: block;
  position: relative;
}
.c-lang__list-item + .c-lang__list-item {
  margin-left: 0.2rem;
}
.c-lang__link {
  width: 4.8rem;
  display: block;
  position: relative;
  border-radius: 20rem;
}
.is-current .c-lang__link {
  pointer-events: none;
}
.c-lang__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20rem;
  background-color: var(--color-gold);
  opacity: 0;
}
.is-current .c-lang__link::before {
  opacity: 1;
}
.c-lang__link-text {
  display: block;
  position: relative;
  top: 0.1em;
  font-size: 1.4rem;
  font-family: "Amiri", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .c-lang__link-text {
    transition: color 0.5s var(--ease_inout);
  }
  .c-lang__link:hover .c-lang__link-text {
    color: var(--color-gold);
  }
}

.c-pagination {
  display: block;
  position: relative;
}
.c-pagination__inner {
  display: block;
  position: relative;
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.c-pagination__list-item {
  display: block;
  position: relative;
}
.c-pagination__list-item + .c-pagination__list-item {
  margin-left: 2rem;
}
@media screen and (max-width: 960px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-left: 0.5rem;
  }
}
.c-pagination__link {
  width: 4rem;
  height: 4rem;
  display: block;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .c-pagination__link {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.is-current .c-pagination__link {
  pointer-events: none;
}
.c-pagination__link::before {
  content: "";
  width: 175%;
  height: 175%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/frame_base.svg") no-repeat center/contain;
  opacity: 0;
  z-index: -1;
}
.is-current .c-pagination__link::before {
  opacity: 1;
}
.c-pagination__link-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-family: "Gloock", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .c-pagination__link-text {
    font-size: 1.3rem;
  }
}
.is-current .c-pagination__link-text {
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link-text {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-pagination__link:hover .c-pagination__link-text, .c-pagination__link:focus-visible .c-pagination__link-text {
    color: var(--color-pink);
  }
}

.p-in {
  display: block;
  position: relative;
  margin-top: -0.4rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 960px) {
  .p-in {
    margin-top: -0.2rem;
    padding-bottom: 7rem;
  }
}
.p-in__base {
  display: block;
  position: relative;
  margin-bottom: 5rem;
  padding: 1.2rem 0;
  z-index: 0;
  background: url("../img/bg_pattern.jpg") repeat center top/141.8rem auto;
}
@media screen and (max-width: 960px) {
  .p-in__base {
    margin-bottom: 2rem;
    padding: 1rem 0;
    background-size: 70.9rem auto;
  }
}
.p-in__base::before {
  content: "";
  width: 100%;
  height: calc(100% - 1.2rem);
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0;
  border-top: 0.2rem solid var(--color-gold);
  border-bottom: 0.2rem solid var(--color-gold);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-in__base::before {
    height: calc(100% - 0.9rem);
    top: 0.45rem;
    border-width: 0.1rem;
  }
}
.p-in__base::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.4rem solid var(--color-gold);
  border-bottom: 0.4rem solid var(--color-gold);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-in__base::after {
    border-width: 0.2rem;
  }
}
.p-in__base-in {
  display: block;
  position: relative;
  padding: 0.8rem 0;
}
@media screen and (max-width: 960px) {
  .p-in__base-in {
    padding: 0.4rem 0;
  }
}
.p-in__base-in::before {
  content: "";
  width: 100%;
  height: calc(100% - 1.2rem);
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0;
  border-top: 0.2rem solid var(--color-black);
  border-bottom: 0.2rem solid var(--color-black);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-in__base-in::before {
    height: calc(100% - 0.6rem);
    top: 0.3rem;
    border-width: 0.1em;
  }
}
.p-in__base-in::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.3rem solid var(--color-black);
  border-bottom: 0.3rem solid var(--color-black);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-in__base-in::after {
    border-width: 0.2rem;
  }
}
.p-in__header {
  width: 100%;
  height: 20rem;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-in__header {
    height: 9.2rem;
  }
}
.p-in__header-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-in__header-bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-in__header-in {
  width: 100%;
  max-width: 140rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-in__title {
  width: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-in__deco {
  width: 30rem;
  position: absolute;
  bottom: 2rem;
  left: 88%;
  transform: translate(-50%, 50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-in__deco {
    width: 9rem;
    bottom: -1.5rem;
    left: 86%;
  }
}
.p-in__inner {
  width: 80%;
  max-width: 108rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-in__inner {
    width: 90%;
  }
}

.p-attention {
  width: 100%;
  max-width: 74rem;
  display: block;
  position: relative;
  padding: 5.8rem 0;
  margin: 0 auto;
  background: var(--color-white);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-attention {
    width: 85.5%;
    padding: 3.8rem 0;
  }
}
.p-attention::before {
  content: "";
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  border: 0.1rem solid var(--color-gold);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-attention::before {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
    top: 0.4rem;
    left: 0.4rem;
  }
}
.p-attention::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3rem solid var(--color-gold);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-attention::after {
    border-width: 0.2rem;
  }
}
.p-attention__content {
  width: 90%;
  max-width: 60rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-attention__content {
    width: 85%;
  }
}
.p-attention__title {
  display: block;
  position: relative;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Amiri", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-attention__title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.p-attention__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Amiri", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-attention__text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 1.2s var(--ease_out);
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior: none;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-modal-show .m-modal {
  opacity: 1;
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background: var(--color-gold);
  opacity: 0.9;
}
.m-modal__content {
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  font-size: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 92%;
  }
}
.is-modal-show .m-modal__content {
  opacity: 1;
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 6rem auto;
}
@media screen and (max-width: 960px) {
  .is-modal-overflow-prep .m-modal__content {
    margin-top: 8rem;
  }
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
[data-modal-type=img] .m-modal__content {
  max-width: 80%;
}
[data-modal-type=youtube] .m-modal__content {
  width: 100%;
  max-width: 159.3vh;
  padding: 2rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content {
    padding: 0.8rem;
  }
}
[data-modal-type=youtube] .m-modal__content::before {
  content: "";
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  border: 0.2rem solid var(--color-white);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content::before {
    width: calc(100% - 0.9rem);
    height: calc(100% - 0.9rem);
    top: 0.45rem;
    left: 0.45rem;
    border-width: 0.1rem;
  }
}
[data-modal-type=youtube] .m-modal__content::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.4rem solid var(--color-white);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content::after {
    border-width: 0.2rem;
  }
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content {
    width: 100%;
    max-width: min(153vh, 750px);
  }
}
[data-modal-type=youtube] .m-modal__content > * {
  display: block;
  position: relative;
  background-color: var(--color-white);
  padding: 1.5rem;
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content > * {
    padding: 0.8rem;
  }
}
[data-modal-type=youtube] .m-modal__content > *::before {
  content: "";
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  border: 0.2rem solid var(--color-black);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content > *::before {
    width: calc(100% - 0.6rem);
    height: calc(100% - 0.6rem);
    border-width: 0.1em;
    top: 0.3rem;
    left: 0.3rem;
  }
}
[data-modal-type=youtube] .m-modal__content > *::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3rem solid var(--color-black);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content > *::after {
    border-width: 0.2rem;
  }
}
.m-modal__close {
  width: 6rem;
  height: 6rem;
  display: block;
  position: fixed;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 4.5rem;
    height: 4.5rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.m-modal__close::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  transform: rotate(45deg);
}
.m-modal__close::after {
  content: "";
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 0.15rem solid var(--color-white);
}
.m-modal__close-in {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__close-in::before {
  content: "";
  width: 50%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: var(--color-white);
}
.m-modal__close-in::after {
  content: "";
  width: 50%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--color-white);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes mask {
  0% {
    -webkit-mask-position: 50% 0;
    mask-position: 50% 0;
  }
  100% {
    -webkit-mask-position: 50% 100%;
    mask-position: 50% 100%;
  }
}