@charset "UTF-8";
:root {
  --ratio: 1;
  --winH: 100vh;
  --side-width: 32rem;
  --max-width: 1280px;
  --color-black: #000;
  --color-white: #fff;
  --color-pearl: #f5f4f2;
  --color-orange: #ffaf00;
  --color-green: #8fc33b;
  --color-brown-dark: #32190e;
}
@media screen and (min-width: 961px) and (max-height: 700px) {
  :root {
    --side-width: 25rem;
  }
}
@media screen and (min-width: 961px) and (max-width: 1600px) {
  :root {
    --ratio: .8;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  :root {
    --max-width: 750px;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --max-width: 560px;
  }
}
@media screen and (max-width: 960px) and (min-width: 751px) {
  :root {
    --max-width: 750px;
  }
}

/*
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: auto;
}
@media screen and (max-width: 960px) and (min-width: 561px) {
  html {
    font-size: 68.75%;
  }
}
@media screen and (max-width: 960px) and (min-width: 751px) {
  html {
    font-size: 75%;
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-brown-dark);
  background: var(--color-white);
  font-family: toppan-bunkyu-midashi-go-std, -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%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-brown-dark);
  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 {
  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 {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-wrap__loader {
  height: 6rem;
  width: 6rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 15;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 3rem;
    width: 3rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.is-load-active .l-wrap__loader {
  display: none;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.3rem solid var(--color-white);
  border-top: 0.3rem solid var(--color-brown-dark);
  animation: rotate 0.6s linear infinite;
  z-index: 20;
  pointer-events: none;
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-op .l-wrap__container {
  transition: opacity 0s linear;
}

.l-header {
  --color-header: var(--color-brown-dark);
  width: calc(32rem * var(--ratio));
  max-width: max(30vh, 20rem);
  height: var(--winH);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .l-header {
    display: none;
  }
}
.l-header__brand {
  width: 171.875%;
  max-width: 52.5rem;
  display: block;
  position: relative;
  padding-top: min(4rem, 5vh);
  margin-left: min(4rem, 5vh);
}
@media screen and (min-width: 961px) and (max-height: 1000px) {
  .l-header__brand {
    width: 143.75%;
    padding-top: min(1rem, 1vh);
  }
}
@media screen and (min-width: 961px) and (max-height: 700px) {
  .l-header__brand {
    width: 96%;
    padding-top: min(1rem, 1vh);
  }
}
.l-header__brand-img {
  display: block;
  position: relative;
  cursor: pointer;
}
.l-header__onair {
  display: none;
}
.l-header__content {
  width: var(--side-width);
  display: block;
  position: relative;
  margin-top: min(2rem, 2vh);
}
@media screen and (min-width: 961px) and (max-height: 800px) {
  .l-header__content {
    margin-top: 1rem;
  }
}
.l-header__bar {
  content: "";
  width: 2.9rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  transform: translate(100%, 0);
}
.l-header__bar-icon {
  width: 2.9rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__bar-svg {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  fill: var(--color-header);
  transition: fill 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-header__nav {
  display: block;
  position: relative;
}
.l-header__share {
  display: block;
  position: relative;
  margin-top: min(3rem, 3vh);
  margin-left: min(4.6rem, 5vh);
}
.l-header__notes {
  width: 100%;
  position: absolute;
  bottom: 1rem;
  left: 0;
  padding-left: min(4rem, 5vh);
}
.l-header__policy {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
}
.l-header__policy-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.1rem;
  font-family: eurostile, toppan-bunkyu-midashi-go-std, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05rem;
  color: var(--color-header);
  font-weight: 700;
  transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-header__policy-text::before {
  content: "";
  width: 0;
  height: 0.2rem;
  display: block;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
  border-bottom: 0.2rem solid var(--color-header);
  transition: width 0.35s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l-header__policy-text:hover::before {
    width: 100%;
    left: 0;
  }
}
.l-header__copy {
  width: 100%;
  display: block;
}
.l-header__copy-text {
  display: block;
  position: relative;
  font-size: 1rem;
  white-space: nowrap;
  letter-spacing: 0;
  color: var(--color-header);
  font-weight: 700;
  transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.l-header_nav {
  display: block;
  position: relative;
}
.l-header_nav__list {
  display: block;
  position: relative;
}
.l-header_nav__list-item {
  display: block;
  position: relative;
}
.l-header_nav__link {
  display: block;
  position: relative;
  padding: min(0.85rem, 0.6vh) 1rem min(0.85rem, 0.6vh) min(5rem, 5vh);
  cursor: pointer;
}
.l-header_nav__link::before {
  content: "";
  width: 1.6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: min(2rem, 2vh);
  background: url("../img/common/nav_icon.svg") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-header_nav__link.is-current::before {
  opacity: 1;
  animation: poyo 1s linear both;
}

.l-header_nav__link-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: min(2.4rem, 4vh);
  line-height: 1;
  color: var(--color-header);
  font-family: eurostile, toppan-bunkyu-midashi-go-std, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1), background 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 961px) and (max-height: 700px) {
  .l-header_nav__link-text {
    font-size: min(1.6rem, 3vh);
  }
}
.l-header_nav__link-text::before {
  content: "";
  width: 0;
  height: 0.4rem;
  display: block;
  position: absolute;
  bottom: -0.4rem;
  right: 0;
  border-bottom: 0.4rem solid var(--color-header);
  transition: width 0.35s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l-header_nav__link:hover .l-header_nav__link-text::before {
    width: 100%;
    left: 0;
  }
}

.l-header_share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.l-header_share__cap {
  display: block;
  position: relative;
  margin-right: 0.8rem;
  font-size: 1.8rem;
  line-height: 0.8;
  font-family: eurostile, toppan-bunkyu-midashi-go-std, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-header);
  transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 961px) and (max-height: 700px) {
  .l-header_share__cap {
    font-size: min(1.3rem, 3vh);
  }
}
.l-header_share__list {
  display: flex;
  align-items: center;
  position: relative;
}
.l-header_share__list-item {
  display: block;
  position: relative;
}
.l-header_share__list-item + .l-header_share__list-item {
  margin-left: 0.8rem;
}
.l-header_share__btn {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (min-width: 961px) and (max-height: 700px) {
  .l-header_share__btn {
    width: 3rem;
    height: 3rem;
  }
}
.l-header_share__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  opacity: 0.4;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l-header_share__btn:hover::before {
    opacity: 1 !important;
    background: var(--color-header) !important;
  }
}
.l-header_share__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.4rem solid var(--color-header);
  transition: border-color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-header_share__btn-icon {
  width: 2rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) and (max-height: 700px) {
  .l-header_share__btn-icon {
    width: 1.2rem;
  }
}
.-facebook .l-header_share__btn-icon {
  width: 1.2rem;
}
@media screen and (min-width: 961px) and (max-height: 700px) {
  .-facebook .l-header_share__btn-icon {
    width: 0.7rem;
  }
}
.l-header_share__btn-svg {
  width: 100%;
  height: auto !important;
  display: block;
  position: relative;
  fill: var(--color-header);
  transition: fill 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l-header_share__btn:hover .l-header_share__btn-svg {
    fill: var(--color-brown-dark) !important;
  }
  [data-mode=light] .l-header_share__btn:hover .l-header_share__btn-svg {
    fill: var(--color-white) !important;
  }
}

.l-nav {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 961px) {
  .l-nav {
    display: none !important;
  }
}
.l-nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}
.l-nav__cover {
  width: 100vw;
  min-width: 100vh;
  height: 100vh;
  min-height: 100vw;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1fr);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-nav__cover-item {
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0s linear 0.4s;
}
body:not(.is-menu-show) .l-nav__cover-item {
  transition: 0s linear !important;
}
.is-menu-open .l-nav__cover-item {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-menu-open .l-nav__cover-item:nth-child(1) {
  transition-delay: -0.18s;
}
.is-menu-open .l-nav__cover-item:nth-child(2) {
  transition-delay: -0.15s;
}
.is-menu-open .l-nav__cover-item:nth-child(3) {
  transition-delay: -0.12s;
}
.is-menu-open .l-nav__cover-item:nth-child(4) {
  transition-delay: -0.09s;
}
.is-menu-open .l-nav__cover-item:nth-child(5) {
  transition-delay: -0.06s;
}
.is-menu-open .l-nav__cover-item:nth-child(6) {
  transition-delay: -0.03s;
}
.is-menu-open .l-nav__cover-item:nth-child(7) {
  transition-delay: 0s;
}
.is-menu-open .l-nav__cover-item:nth-child(8) {
  transition-delay: -0.15s;
}
.is-menu-open .l-nav__cover-item:nth-child(9) {
  transition-delay: -0.12s;
}
.is-menu-open .l-nav__cover-item:nth-child(10) {
  transition-delay: -0.09s;
}
.is-menu-open .l-nav__cover-item:nth-child(11) {
  transition-delay: -0.06s;
}
.is-menu-open .l-nav__cover-item:nth-child(12) {
  transition-delay: -0.03s;
}
.is-menu-open .l-nav__cover-item:nth-child(13) {
  transition-delay: 0s;
}
.is-menu-open .l-nav__cover-item:nth-child(14) {
  transition-delay: 0.03s;
}
.is-menu-open .l-nav__cover-item:nth-child(15) {
  transition-delay: -0.12s;
}
.is-menu-open .l-nav__cover-item:nth-child(16) {
  transition-delay: -0.09s;
}
.is-menu-open .l-nav__cover-item:nth-child(17) {
  transition-delay: -0.06s;
}
.is-menu-open .l-nav__cover-item:nth-child(18) {
  transition-delay: -0.03s;
}
.is-menu-open .l-nav__cover-item:nth-child(19) {
  transition-delay: 0s;
}
.is-menu-open .l-nav__cover-item:nth-child(20) {
  transition-delay: 0.03s;
}
.is-menu-open .l-nav__cover-item:nth-child(21) {
  transition-delay: 0.06s;
}
.is-menu-open .l-nav__cover-item:nth-child(22) {
  transition-delay: -0.09s;
}
.is-menu-open .l-nav__cover-item:nth-child(23) {
  transition-delay: -0.06s;
}
.is-menu-open .l-nav__cover-item:nth-child(24) {
  transition-delay: -0.03s;
}
.is-menu-open .l-nav__cover-item:nth-child(25) {
  transition-delay: 0s;
}
.is-menu-open .l-nav__cover-item:nth-child(26) {
  transition-delay: 0.03s;
}
.is-menu-open .l-nav__cover-item:nth-child(27) {
  transition-delay: 0.06s;
}
.is-menu-open .l-nav__cover-item:nth-child(28) {
  transition-delay: 0.09s;
}
.is-menu-open .l-nav__cover-item:nth-child(29) {
  transition-delay: -0.06s;
}
.is-menu-open .l-nav__cover-item:nth-child(30) {
  transition-delay: -0.03s;
}
.is-menu-open .l-nav__cover-item:nth-child(31) {
  transition-delay: 0s;
}
.is-menu-open .l-nav__cover-item:nth-child(32) {
  transition-delay: 0.03s;
}
.is-menu-open .l-nav__cover-item:nth-child(33) {
  transition-delay: 0.06s;
}
.is-menu-open .l-nav__cover-item:nth-child(34) {
  transition-delay: 0.09s;
}
.is-menu-open .l-nav__cover-item:nth-child(35) {
  transition-delay: 0.12s;
}
.is-menu-open .l-nav__cover-item:nth-child(36) {
  transition-delay: -0.03s;
}
.is-menu-open .l-nav__cover-item:nth-child(37) {
  transition-delay: 0s;
}
.is-menu-open .l-nav__cover-item:nth-child(38) {
  transition-delay: 0.03s;
}
.is-menu-open .l-nav__cover-item:nth-child(39) {
  transition-delay: 0.06s;
}
.is-menu-open .l-nav__cover-item:nth-child(40) {
  transition-delay: 0.09s;
}
.is-menu-open .l-nav__cover-item:nth-child(41) {
  transition-delay: 0.12s;
}
.is-menu-open .l-nav__cover-item:nth-child(42) {
  transition-delay: 0.15s;
}
.is-menu-open .l-nav__cover-item:nth-child(43) {
  transition-delay: 0s;
}
.is-menu-open .l-nav__cover-item:nth-child(44) {
  transition-delay: 0.03s;
}
.is-menu-open .l-nav__cover-item:nth-child(45) {
  transition-delay: 0.06s;
}
.is-menu-open .l-nav__cover-item:nth-child(46) {
  transition-delay: 0.09s;
}
.is-menu-open .l-nav__cover-item:nth-child(47) {
  transition-delay: 0.12s;
}
.is-menu-open .l-nav__cover-item:nth-child(48) {
  transition-delay: 0.15s;
}
.is-menu-open .l-nav__cover-item:nth-child(49) {
  transition-delay: 0.18s;
}
.l-nav__cover-item:before {
  content: "";
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  display: block;
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  background-color: var(--color-brown-dark);
  opacity: 0;
  transform: scale(0);
  transition: opacity 0s linear 0.4s, transform 0s linear 0.4s;
}
body:not(.is-menu-show) .l-nav__cover-item:before {
  transition: 0s linear !important;
}
.is-menu-open .l-nav__cover-item:before {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-menu-open .l-nav__cover-item:nth-child(1)::before {
  transition-delay: -0.18s;
}

.is-menu-open .l-nav__cover-item:nth-child(2)::before {
  transition-delay: -0.15s;
}

.is-menu-open .l-nav__cover-item:nth-child(3)::before {
  transition-delay: -0.12s;
}

.is-menu-open .l-nav__cover-item:nth-child(4)::before {
  transition-delay: -0.09s;
}

.is-menu-open .l-nav__cover-item:nth-child(5)::before {
  transition-delay: -0.06s;
}

.is-menu-open .l-nav__cover-item:nth-child(6)::before {
  transition-delay: -0.03s;
}

.is-menu-open .l-nav__cover-item:nth-child(7)::before {
  transition-delay: 0s;
}

.is-menu-open .l-nav__cover-item:nth-child(8)::before {
  transition-delay: -0.15s;
}

.is-menu-open .l-nav__cover-item:nth-child(9)::before {
  transition-delay: -0.12s;
}

.is-menu-open .l-nav__cover-item:nth-child(10)::before {
  transition-delay: -0.09s;
}

.is-menu-open .l-nav__cover-item:nth-child(11)::before {
  transition-delay: -0.06s;
}

.is-menu-open .l-nav__cover-item:nth-child(12)::before {
  transition-delay: -0.03s;
}

.is-menu-open .l-nav__cover-item:nth-child(13)::before {
  transition-delay: 0s;
}

.is-menu-open .l-nav__cover-item:nth-child(14)::before {
  transition-delay: 0.03s;
}

.is-menu-open .l-nav__cover-item:nth-child(15)::before {
  transition-delay: -0.12s;
}

.is-menu-open .l-nav__cover-item:nth-child(16)::before {
  transition-delay: -0.09s;
}

.is-menu-open .l-nav__cover-item:nth-child(17)::before {
  transition-delay: -0.06s;
}

.is-menu-open .l-nav__cover-item:nth-child(18)::before {
  transition-delay: -0.03s;
}

.is-menu-open .l-nav__cover-item:nth-child(19)::before {
  transition-delay: 0s;
}

.is-menu-open .l-nav__cover-item:nth-child(20)::before {
  transition-delay: 0.03s;
}

.is-menu-open .l-nav__cover-item:nth-child(21)::before {
  transition-delay: 0.06s;
}

.is-menu-open .l-nav__cover-item:nth-child(22)::before {
  transition-delay: -0.09s;
}

.is-menu-open .l-nav__cover-item:nth-child(23)::before {
  transition-delay: -0.06s;
}

.is-menu-open .l-nav__cover-item:nth-child(24)::before {
  transition-delay: -0.03s;
}

.is-menu-open .l-nav__cover-item:nth-child(25)::before {
  transition-delay: 0s;
}

.is-menu-open .l-nav__cover-item:nth-child(26)::before {
  transition-delay: 0.03s;
}

.is-menu-open .l-nav__cover-item:nth-child(27)::before {
  transition-delay: 0.06s;
}

.is-menu-open .l-nav__cover-item:nth-child(28)::before {
  transition-delay: 0.09s;
}

.is-menu-open .l-nav__cover-item:nth-child(29)::before {
  transition-delay: -0.06s;
}

.is-menu-open .l-nav__cover-item:nth-child(30)::before {
  transition-delay: -0.03s;
}

.is-menu-open .l-nav__cover-item:nth-child(31)::before {
  transition-delay: 0s;
}

.is-menu-open .l-nav__cover-item:nth-child(32)::before {
  transition-delay: 0.03s;
}

.is-menu-open .l-nav__cover-item:nth-child(33)::before {
  transition-delay: 0.06s;
}

.is-menu-open .l-nav__cover-item:nth-child(34)::before {
  transition-delay: 0.09s;
}

.is-menu-open .l-nav__cover-item:nth-child(35)::before {
  transition-delay: 0.12s;
}

.is-menu-open .l-nav__cover-item:nth-child(36)::before {
  transition-delay: -0.03s;
}

.is-menu-open .l-nav__cover-item:nth-child(37)::before {
  transition-delay: 0s;
}

.is-menu-open .l-nav__cover-item:nth-child(38)::before {
  transition-delay: 0.03s;
}

.is-menu-open .l-nav__cover-item:nth-child(39)::before {
  transition-delay: 0.06s;
}

.is-menu-open .l-nav__cover-item:nth-child(40)::before {
  transition-delay: 0.09s;
}

.is-menu-open .l-nav__cover-item:nth-child(41)::before {
  transition-delay: 0.12s;
}

.is-menu-open .l-nav__cover-item:nth-child(42)::before {
  transition-delay: 0.15s;
}

.is-menu-open .l-nav__cover-item:nth-child(43)::before {
  transition-delay: 0s;
}

.is-menu-open .l-nav__cover-item:nth-child(44)::before {
  transition-delay: 0.03s;
}

.is-menu-open .l-nav__cover-item:nth-child(45)::before {
  transition-delay: 0.06s;
}

.is-menu-open .l-nav__cover-item:nth-child(46)::before {
  transition-delay: 0.09s;
}

.is-menu-open .l-nav__cover-item:nth-child(47)::before {
  transition-delay: 0.12s;
}

.is-menu-open .l-nav__cover-item:nth-child(48)::before {
  transition-delay: 0.15s;
}

.is-menu-open .l-nav__cover-item:nth-child(49)::before {
  transition-delay: 0.18s;
}

.l-nav__cover-item:after {
  content: "";
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  display: block;
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  border: 0.6rem solid var(--color-brown-dark);
}
.l-nav__in {
  width: 90%;
  max-width: 560px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  padding: calc(3.2rem * var(--ratio)) 0;
}
.l-nav__container {
  width: 100%;
  display: block;
  position: relative;
}
.l-nav__header {
  width: 100%;
  position: relative;
  margin: 0 auto 4rem;
}
.l-nav__brand {
  width: 75%;
  max-width: 525px;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-menu-open .l-nav__brand {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-nav__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.l-nav__list {
  display: block;
  position: relative;
}
.l-nav__list-item {
  display: block;
  position: relative;
}
.l-nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  cursor: pointer;
  opacity: 0;
  transform: translatey(4rem);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0s linear 0.4s;
}
.is-menu-open .l-nav__link {
  opacity: 1;
  transform: translatey(0);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.is-menu-open .l-nav__list-item:nth-child(1) .l-nav__link {
  transition-delay: 0s;
}
.is-menu-open .l-nav__list-item:nth-child(2) .l-nav__link {
  transition-delay: 0.05s;
}
.is-menu-open .l-nav__list-item:nth-child(3) .l-nav__link {
  transition-delay: 0.1s;
}
.is-menu-open .l-nav__list-item:nth-child(4) .l-nav__link {
  transition-delay: 0.15s;
}
.is-menu-open .l-nav__list-item:nth-child(5) .l-nav__link {
  transition-delay: 0.2s;
}
.is-menu-open .l-nav__list-item:nth-child(6) .l-nav__link {
  transition-delay: 0.25s;
}
.is-menu-open .l-nav__list-item:nth-child(7) .l-nav__link {
  transition-delay: 0.3s;
}
.is-menu-open .l-nav__list-item:nth-child(8) .l-nav__link {
  transition-delay: 0.35s;
}
.is-menu-open .l-nav__list-item:nth-child(9) .l-nav__link {
  transition-delay: 0.4s;
}
.is-menu-open .l-nav__list-item:nth-child(10) .l-nav__link {
  transition-delay: 0.45s;
}
.is-menu-open .l-nav__list-item:nth-child(11) .l-nav__link {
  transition-delay: 0.5s;
}
.is-menu-open .l-nav__list-item:nth-child(12) .l-nav__link {
  transition-delay: 0.55s;
}
.is-menu-open .l-nav__list-item:nth-child(13) .l-nav__link {
  transition-delay: 0.6s;
}
.is-menu-open .l-nav__list-item:nth-child(14) .l-nav__link {
  transition-delay: 0.65s;
}
.is-menu-open .l-nav__list-item:nth-child(15) .l-nav__link {
  transition-delay: 0.7s;
}
.l-nav__link::before {
  content: "";
  width: 1.6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/nav_icon.svg") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-nav__link.is-current::before {
  opacity: 1;
  animation: poyo 1s linear both;
}

.l-nav__link-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--color-white);
  font-family: eurostile, toppan-bunkyu-midashi-go-std, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1), background 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 2.4rem;
  }
}
.l-nav__link-text::before {
  content: "";
  width: 0;
  height: 0.4rem;
  display: block;
  position: absolute;
  bottom: -0.4rem;
  right: 0;
  border-bottom: 0.4rem solid var(--color-white);
  transition: width 0.35s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover .l-nav__link-text::before {
    width: 100%;
    left: 0;
  }
}

.l-main {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.is-load .l-main {
  position: relative;
}
.no-smooth .l-main {
  position: relative;
}

.l-footer {
  display: none;
  position: relative;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer {
    display: block;
  }
}
.l-footer__share {
  display: block;
  position: relative;
  padding: 4rem 0 4rem;
  background: var(--color-pearl);
}
.l-footer__notes {
  width: 100%;
  display: block;
  position: relative;
  padding: 2.4rem 0;
}
.l-footer__policy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 1rem;
}
.l-footer__policy-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.1rem;
  font-family: eurostile, toppan-bunkyu-midashi-go-std, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05rem;
  color: var(--color-header);
  font-weight: 700;
  transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-footer__policy-text::before {
  content: "";
  width: 0;
  height: 0.2rem;
  display: block;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
  border-bottom: 0.2rem solid var(--color-brown-dark);
  transition: width 0.35s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__policy-text:hover::before {
    width: 100%;
    left: 0;
  }
}
.l-footer__copy {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.l-footer__copy-text {
  display: block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0;
  color: var(--color-brown-dark);
  font-weight: 700;
}

.l-footer_share {
  display: block;
  position: relative;
}
.l-footer_share__cap {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 0.8;
  font-family: eurostile, toppan-bunkyu-midashi-go-std, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-header);
  transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-footer_share__list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 1.5rem;
}
.l-footer_share__btn {
  width: 6.4rem;
  height: 6.4rem;
  display: grid;
  place-items: center;
  position: relative;
}
.l-footer_share__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  opacity: 0.4;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-footer_share__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.4rem solid var(--color-brown-dark);
  transition: border-color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-footer_share__btn-icon {
  width: 2rem;
  display: block;
  position: relative;
}
.-facebook .l-footer_share__btn-icon {
  width: 1.2rem;
}
.l-footer_share__btn-svg {
  width: 100%;
  height: auto !important;
  display: block;
  position: relative;
  fill: var(--color-brown-dark);
  transition: fill 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.c-back {
  --contents-color: var(--color-brown-dark);
  display: block;
  position: relative;
  padding: 0 calc(6rem * var(--ratio));
}
[data-mode=dark] .c-back {
  --contents-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .c-back {
    padding: 0 3.4rem;
  }
}
.c-back::after {
  content: "";
  width: calc(2.4rem * var(--ratio));
  height: calc(3.2rem * var(--ratio));
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(0, -50%);
  background: url("../img/arrow.svg") no-repeat center/contain;
}
[data-mode=dark] .c-back::after {
  background: url("../img/arrow_w.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .c-back::after {
    width: 1rem;
  }
}
.c-back__text {
  display: block;
  position: relative;
  color: transparent;
  font-size: calc(8rem * var(--ratio));
  font-family: eurostile, toppan-bunkyu-midashi-go-std, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 1rem;
  -webkit-text-stroke: 0.4rem var(--contents-color);
}
@media screen and (max-width: 960px) {
  .c-back__text {
    font-size: 3.2rem;
    -webkit-text-stroke: 0.2rem var(--contents-color);
    letter-spacing: 0.5rem;
  }
}
.c-back__text::before {
  content: "";
  width: 0;
  height: 0.4rem;
  display: block;
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  border-bottom: 0.4rem solid var(--contents-color);
  transition: width 0.35s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-back:hover .c-back__text::before {
    width: 100%;
    left: 0;
  }
}

.c-tw {
  width: 2rem;
  position: fixed;
  top: 50%;
  right: 0.5rem;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .c-tw {
    display: none;
  }
}
.c-tw__link {
  display: block;
  position: relative;
}
.c-tw__link::before {
  content: "";
  width: 0.2rem;
  height: 0;
  display: block;
  position: absolute;
  left: -0.6rem;
  bottom: 0;
  border-left: 0.2rem solid var(--color-brown-dark);
  transition: height 0.35s cubic-bezier(0.5, 1, 0.89, 1), border-left-color 0.35s cubic-bezier(0.5, 1, 0.89, 1);
}
[data-mode=dark] .c-tw__link::before {
  border-left-color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .c-tw__link:hover::before {
    height: 100%;
    top: 0;
  }
}
.c-tw__link-svg {
  width: 100%;
  position: relative;
  fill: var(--color-brown-dark);
  transition: fill 0.35s cubic-bezier(0.5, 1, 0.89, 1);
}
[data-mode=dark] .c-tw__link-svg {
  fill: var(--color-white);
}

.c-menu {
  display: none;
  position: fixed;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 15;
  cursor: pointer;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .c-menu {
    display: block;
  }
}
.is-load .c-menu {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
}
.c-menu__open {
  width: 8rem;
  display: block;
  position: relative;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.is-menu-open .c-menu__open {
  opacity: 0;
  transform: translateY(5rem);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0s linear 0.4s;
}
.c-menu__close {
  width: 8rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(5rem);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0s linear 0.4s;
}
.is-menu-open .c-menu__close {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.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-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-orange);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-modal-open .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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.m-modal__cover {
  width: 100vw;
  min-width: 100vh;
  height: 100vh;
  min-height: 100vw;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1fr);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-modal__cover-item {
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0s linear 0.4s;
}
.is-modal-open .m-modal__cover-item {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-modal-open .m-modal__cover-item:nth-child(1) {
  transition-delay: 0.19s;
}
.is-modal-open .m-modal__cover-item:nth-child(2) {
  transition-delay: 0.22s;
}
.is-modal-open .m-modal__cover-item:nth-child(3) {
  transition-delay: 0.25s;
}
.is-modal-open .m-modal__cover-item:nth-child(4) {
  transition-delay: 0.28s;
}
.is-modal-open .m-modal__cover-item:nth-child(5) {
  transition-delay: 0.31s;
}
.is-modal-open .m-modal__cover-item:nth-child(6) {
  transition-delay: 0.34s;
}
.is-modal-open .m-modal__cover-item:nth-child(7) {
  transition-delay: 0.37s;
}
.is-modal-open .m-modal__cover-item:nth-child(8) {
  transition-delay: 0.22s;
}
.is-modal-open .m-modal__cover-item:nth-child(9) {
  transition-delay: 0.25s;
}
.is-modal-open .m-modal__cover-item:nth-child(10) {
  transition-delay: 0.28s;
}
.is-modal-open .m-modal__cover-item:nth-child(11) {
  transition-delay: 0.31s;
}
.is-modal-open .m-modal__cover-item:nth-child(12) {
  transition-delay: 0.34s;
}
.is-modal-open .m-modal__cover-item:nth-child(13) {
  transition-delay: 0.37s;
}
.is-modal-open .m-modal__cover-item:nth-child(14) {
  transition-delay: 0.4s;
}
.is-modal-open .m-modal__cover-item:nth-child(15) {
  transition-delay: 0.25s;
}
.is-modal-open .m-modal__cover-item:nth-child(16) {
  transition-delay: 0.28s;
}
.is-modal-open .m-modal__cover-item:nth-child(17) {
  transition-delay: 0.31s;
}
.is-modal-open .m-modal__cover-item:nth-child(18) {
  transition-delay: 0.34s;
}
.is-modal-open .m-modal__cover-item:nth-child(19) {
  transition-delay: 0.37s;
}
.is-modal-open .m-modal__cover-item:nth-child(20) {
  transition-delay: 0.4s;
}
.is-modal-open .m-modal__cover-item:nth-child(21) {
  transition-delay: 0.43s;
}
.is-modal-open .m-modal__cover-item:nth-child(22) {
  transition-delay: 0.28s;
}
.is-modal-open .m-modal__cover-item:nth-child(23) {
  transition-delay: 0.31s;
}
.is-modal-open .m-modal__cover-item:nth-child(24) {
  transition-delay: 0.34s;
}
.is-modal-open .m-modal__cover-item:nth-child(25) {
  transition-delay: 0.37s;
}
.is-modal-open .m-modal__cover-item:nth-child(26) {
  transition-delay: 0.4s;
}
.is-modal-open .m-modal__cover-item:nth-child(27) {
  transition-delay: 0.43s;
}
.is-modal-open .m-modal__cover-item:nth-child(28) {
  transition-delay: 0.46s;
}
.is-modal-open .m-modal__cover-item:nth-child(29) {
  transition-delay: 0.31s;
}
.is-modal-open .m-modal__cover-item:nth-child(30) {
  transition-delay: 0.34s;
}
.is-modal-open .m-modal__cover-item:nth-child(31) {
  transition-delay: 0.37s;
}
.is-modal-open .m-modal__cover-item:nth-child(32) {
  transition-delay: 0.4s;
}
.is-modal-open .m-modal__cover-item:nth-child(33) {
  transition-delay: 0.43s;
}
.is-modal-open .m-modal__cover-item:nth-child(34) {
  transition-delay: 0.46s;
}
.is-modal-open .m-modal__cover-item:nth-child(35) {
  transition-delay: 0.49s;
}
.is-modal-open .m-modal__cover-item:nth-child(36) {
  transition-delay: 0.34s;
}
.is-modal-open .m-modal__cover-item:nth-child(37) {
  transition-delay: 0.37s;
}
.is-modal-open .m-modal__cover-item:nth-child(38) {
  transition-delay: 0.4s;
}
.is-modal-open .m-modal__cover-item:nth-child(39) {
  transition-delay: 0.43s;
}
.is-modal-open .m-modal__cover-item:nth-child(40) {
  transition-delay: 0.46s;
}
.is-modal-open .m-modal__cover-item:nth-child(41) {
  transition-delay: 0.49s;
}
.is-modal-open .m-modal__cover-item:nth-child(42) {
  transition-delay: 0.52s;
}
.is-modal-open .m-modal__cover-item:nth-child(43) {
  transition-delay: 0.37s;
}
.is-modal-open .m-modal__cover-item:nth-child(44) {
  transition-delay: 0.4s;
}
.is-modal-open .m-modal__cover-item:nth-child(45) {
  transition-delay: 0.43s;
}
.is-modal-open .m-modal__cover-item:nth-child(46) {
  transition-delay: 0.46s;
}
.is-modal-open .m-modal__cover-item:nth-child(47) {
  transition-delay: 0.49s;
}
.is-modal-open .m-modal__cover-item:nth-child(48) {
  transition-delay: 0.52s;
}
.is-modal-open .m-modal__cover-item:nth-child(49) {
  transition-delay: 0.55s;
}
.m-modal__cover-item:before {
  content: "";
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  display: block;
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  background-color: var(--color-black);
  opacity: 0;
  transform: scale(0);
  transition: opacity 0s linear 0.4s, transform 0s linear 0.4s;
}
.is-modal-open .m-modal__cover-item:before {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-modal-open .m-modal__cover-item:nth-child(1)::before {
  transition-delay: 0.19s;
}

.is-modal-open .m-modal__cover-item:nth-child(2)::before {
  transition-delay: 0.22s;
}

.is-modal-open .m-modal__cover-item:nth-child(3)::before {
  transition-delay: 0.25s;
}

.is-modal-open .m-modal__cover-item:nth-child(4)::before {
  transition-delay: 0.28s;
}

.is-modal-open .m-modal__cover-item:nth-child(5)::before {
  transition-delay: 0.31s;
}

.is-modal-open .m-modal__cover-item:nth-child(6)::before {
  transition-delay: 0.34s;
}

.is-modal-open .m-modal__cover-item:nth-child(7)::before {
  transition-delay: 0.37s;
}

.is-modal-open .m-modal__cover-item:nth-child(8)::before {
  transition-delay: 0.22s;
}

.is-modal-open .m-modal__cover-item:nth-child(9)::before {
  transition-delay: 0.25s;
}

.is-modal-open .m-modal__cover-item:nth-child(10)::before {
  transition-delay: 0.28s;
}

.is-modal-open .m-modal__cover-item:nth-child(11)::before {
  transition-delay: 0.31s;
}

.is-modal-open .m-modal__cover-item:nth-child(12)::before {
  transition-delay: 0.34s;
}

.is-modal-open .m-modal__cover-item:nth-child(13)::before {
  transition-delay: 0.37s;
}

.is-modal-open .m-modal__cover-item:nth-child(14)::before {
  transition-delay: 0.4s;
}

.is-modal-open .m-modal__cover-item:nth-child(15)::before {
  transition-delay: 0.25s;
}

.is-modal-open .m-modal__cover-item:nth-child(16)::before {
  transition-delay: 0.28s;
}

.is-modal-open .m-modal__cover-item:nth-child(17)::before {
  transition-delay: 0.31s;
}

.is-modal-open .m-modal__cover-item:nth-child(18)::before {
  transition-delay: 0.34s;
}

.is-modal-open .m-modal__cover-item:nth-child(19)::before {
  transition-delay: 0.37s;
}

.is-modal-open .m-modal__cover-item:nth-child(20)::before {
  transition-delay: 0.4s;
}

.is-modal-open .m-modal__cover-item:nth-child(21)::before {
  transition-delay: 0.43s;
}

.is-modal-open .m-modal__cover-item:nth-child(22)::before {
  transition-delay: 0.28s;
}

.is-modal-open .m-modal__cover-item:nth-child(23)::before {
  transition-delay: 0.31s;
}

.is-modal-open .m-modal__cover-item:nth-child(24)::before {
  transition-delay: 0.34s;
}

.is-modal-open .m-modal__cover-item:nth-child(25)::before {
  transition-delay: 0.37s;
}

.is-modal-open .m-modal__cover-item:nth-child(26)::before {
  transition-delay: 0.4s;
}

.is-modal-open .m-modal__cover-item:nth-child(27)::before {
  transition-delay: 0.43s;
}

.is-modal-open .m-modal__cover-item:nth-child(28)::before {
  transition-delay: 0.46s;
}

.is-modal-open .m-modal__cover-item:nth-child(29)::before {
  transition-delay: 0.31s;
}

.is-modal-open .m-modal__cover-item:nth-child(30)::before {
  transition-delay: 0.34s;
}

.is-modal-open .m-modal__cover-item:nth-child(31)::before {
  transition-delay: 0.37s;
}

.is-modal-open .m-modal__cover-item:nth-child(32)::before {
  transition-delay: 0.4s;
}

.is-modal-open .m-modal__cover-item:nth-child(33)::before {
  transition-delay: 0.43s;
}

.is-modal-open .m-modal__cover-item:nth-child(34)::before {
  transition-delay: 0.46s;
}

.is-modal-open .m-modal__cover-item:nth-child(35)::before {
  transition-delay: 0.49s;
}

.is-modal-open .m-modal__cover-item:nth-child(36)::before {
  transition-delay: 0.34s;
}

.is-modal-open .m-modal__cover-item:nth-child(37)::before {
  transition-delay: 0.37s;
}

.is-modal-open .m-modal__cover-item:nth-child(38)::before {
  transition-delay: 0.4s;
}

.is-modal-open .m-modal__cover-item:nth-child(39)::before {
  transition-delay: 0.43s;
}

.is-modal-open .m-modal__cover-item:nth-child(40)::before {
  transition-delay: 0.46s;
}

.is-modal-open .m-modal__cover-item:nth-child(41)::before {
  transition-delay: 0.49s;
}

.is-modal-open .m-modal__cover-item:nth-child(42)::before {
  transition-delay: 0.52s;
}

.is-modal-open .m-modal__cover-item:nth-child(43)::before {
  transition-delay: 0.37s;
}

.is-modal-open .m-modal__cover-item:nth-child(44)::before {
  transition-delay: 0.4s;
}

.is-modal-open .m-modal__cover-item:nth-child(45)::before {
  transition-delay: 0.43s;
}

.is-modal-open .m-modal__cover-item:nth-child(46)::before {
  transition-delay: 0.46s;
}

.is-modal-open .m-modal__cover-item:nth-child(47)::before {
  transition-delay: 0.49s;
}

.is-modal-open .m-modal__cover-item:nth-child(48)::before {
  transition-delay: 0.52s;
}

.is-modal-open .m-modal__cover-item:nth-child(49)::before {
  transition-delay: 0.55s;
}

.m-modal__cover-item:after {
  content: "";
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  display: block;
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  border: 0.6rem solid var(--color-black);
}
.m-modal__content {
  width: min(80%, 1120px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  font-size: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 100%;
  }
}
[data-modal-type=youtube] .m-modal__content {
  max-width: 153vh;
}
.is-modal-open .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: 16%;
  }
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 84%;
    height: auto;
    margin: 2rem auto 0;
  }
}
.m-modal__close {
  width: calc(12rem * var(--ratio));
  height: calc(10rem * var(--ratio));
  display: block;
  position: fixed;
  top: calc(8rem * var(--ratio));
  right: calc(8rem * var(--ratio));
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .m-modal__close {
    width: calc(8rem * var(--ratio));
    height: calc(6rem * var(--ratio));
    top: calc(6rem * var(--ratio));
    right: calc(6rem * var(--ratio));
  }
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 4rem;
    height: 4rem;
    top: 3rem;
    right: 3rem;
  }
}
.m-modal__close-in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-modal__close-bar {
  content: "";
  width: 133%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 960px) {
  .m-modal__close-bar {
    height: 1px;
  }
}
.m-modal__close-bar.-bar1 {
  transform: translate(-50%, -50%) rotate(35deg);
}
.m-modal__close-bar.-bar2 {
  transform: translate(-50%, -50%) rotate(-35deg);
}
.m-modal__close-bar::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  transition: width 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-modal-open .m-modal__close-bar::before {
  width: 100%;
  left: auto;
  right: 0;
}
.is-modal-open .m-modal__close-bar.-bar1::before {
  transition-delay: 0.3s;
}

.m-modal__close-bar.-bar2::before {
  transition-delay: 0.1s;
}
.is-modal-open .m-modal__close-bar.-bar2::before {
  transition-delay: 0.2s;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: var(--winH);
}

.c-scrollbar {
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 0;
  width: 0.5rem;
  height: 100%;
  transform-origin: right center;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .c-scrollbar {
    width: 0.8rem;
    right: 0.5rem;
  }
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}
.c-scrollbar.is-hide {
  opacity: 0 !important;
}
.c-scrollbar_thumb {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-orange);
  width: 0.5rem;
  cursor: grab;
  border-radius: 200px;
  transition: background 0.85s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .c-scrollbar_thumb {
    width: 0.4rem;
  }
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

@keyframes poyo {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -80, 0, 1);
  }
  3.37% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -41.093, 0, 1);
  }
  3.47% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -40.1, 0, 1);
  }
  3.89% {
    transform: matrix3d(1.054, 0, 0, 0, 0, 0.951, 0, 0, 0, 0, 1, 0, 0, -36.058, 0, 1);
  }
  6.43% {
    transform: matrix3d(1.265, 0, 0, 0, 0, 0.761, 0, 0, 0, 0, 1, 0, 0, -16.209, 0, 1);
  }
  7.41% {
    transform: matrix3d(1.304, 0, 0, 0, 0, 0.727, 0, 0, 0, 0, 1, 0, 0, -10.615, 0, 1);
  }
  7.51% {
    transform: matrix3d(1.307, 0, 0, 0, 0, 0.724, 0, 0, 0, 0, 1, 0, 0, -10.107, 0, 1);
  }
  7.68% {
    transform: matrix3d(1.284, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, -9.271, 0, 1);
  }
  9.39% {
    transform: matrix3d(1.071, 0, 0, 0, 0, 0.748, 0, 0, 0, 0, 1, 0, 0, -2.473, 0, 1);
  }
  9.46% {
    transform: matrix3d(1.064, 0, 0, 0, 0, 0.75, 0, 0, 0, 0, 1, 0, 0, -2.268, 0, 1);
  }
  11.31% {
    transform: matrix3d(0.885, 0, 0, 0, 0, 0.798, 0, 0, 0, 0, 1, 0, 0, 2.143, 0, 1);
  }
  11.57% {
    transform: matrix3d(0.865, 0, 0, 0, 0, 0.805, 0, 0, 0, 0, 1, 0, 0, 2.572, 0, 1);
  }
  15.11% {
    transform: matrix3d(0.713, 0, 0, 0, 0, 0.917, 0, 0, 0, 0, 1, 0, 0, 5.058, 0, 1);
  }
  15.23% {
    transform: matrix3d(0.711, 0, 0, 0, 0, 0.92, 0, 0, 0, 0, 1, 0, 0, 5.063, 0, 1);
  }
  15.37% {
    transform: matrix3d(0.709, 0, 0, 0, 0, 0.924, 0, 0, 0, 0, 1, 0, 0, 5.064, 0, 1);
  }
  18.07% {
    transform: matrix3d(0.709, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 4.39, 0, 1);
  }
  20.94% {
    transform: matrix3d(0.76, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 3.01, 0, 1);
  }
  20.97% {
    transform: matrix3d(0.761, 0, 0, 0, 0, 1.028, 0, 0, 0, 0, 1, 0, 0, 2.997, 0, 1);
  }
  25.64% {
    transform: matrix3d(0.879, 0, 0, 0, 0, 1.036, 0, 0, 0, 0, 1, 0, 0, 1.028, 0, 1);
  }
  26.68% {
    transform: matrix3d(0.904, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0.728, 0, 1);
  }
  26.8% {
    transform: matrix3d(0.907, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0.696, 0, 1);
  }
  32.51% {
    transform: matrix3d(1.013, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, -0.125, 0, 1);
  }
  32.54% {
    transform: matrix3d(1.013, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, -0.127, 0, 1);
  }
  35.92% {
    transform: matrix3d(1.043, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, -0.203, 0, 1);
  }
  38.25% {
    transform: matrix3d(1.051, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, -0.182, 0, 1);
  }
  49.82% {
    transform: matrix3d(1.014, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, -0.008, 0, 1);
  }
  55.68% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0.008, 0, 1);
  }
  56.47% {
    transform: matrix3d(0.995, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0.008, 0, 1);
  }
  61.39% {
    transform: matrix3d(0.991, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0.005, 0, 1);
  }
  77.03% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  78.83% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  84.54% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.49% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.95% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ===============
Foundation
=============== */
/* ===============
Layout .l-XXX
=============== */
/* ===============
Object
=============== */
/* ----------
Component .c-XXX
---------- */
/* ----------
Project .p-XXX
---------- */
/* ----------
Utility .u-XXX .m-XXX
---------- */
/* ===============
Animation @keyframe
=============== */