@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: #26251d;
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-line: rgba(38, 37, 29, 0.3);
  --color-brown: #9d7200;
  --color-brown-base: rgba(99, 72, 0, 0.7);
  --color-filter: rgba(240, 232, 212, 0.9);
  --color-orage: #d9401d;
  --color-yellow: #ebd565;
  --color-yellow-dark: #c3a443;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 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: auto;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 8px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Noto Serif JP", "游明朝", "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-text) !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;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  font-family: "Noto Serif JP", "游明朝", "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";
  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);
  font-feature-settings: normal;
}

[data-suffix]::after {
  content: attr(data-suffix);
  font-feature-settings: normal;
}

.l-wrap {
  display: block;
  position: relative;
  background: url("../img/bg/bg_pattern1.jpg") repeat 0 0/1000px auto;
}
@media screen and (max-width: 960px) {
  .l-wrap {
    background-size: 500px auto;
  }
}
.l-wrap__container {
  min-height: var(--svh);
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}

@media screen and (min-width: 961px) {
  .l-nav {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translateY(-100%);
  }
  .is-load .l-nav {
    transform: translateY(0%);
    transition: transform 0.6s var(--ease_out) 0.3s;
  }
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: none;
    z-index: 10;
    background: url("../img/bg/bg_pattern1.jpg") repeat 0 0/500px auto;
    opacity: 0;
    transition: opacity 0.8s var(--ease_out);
  }
  .is-menu-show .l-nav {
    display: block;
  }
  .is-menu-open .l-nav {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.4s var(--ease_out);
  }
}
.l-nav__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .l-nav__container {
    padding-top: 5.6428571429%;
  }
  .l-nav__container::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/kv/header_pc.webp") repeat-x 0 0/auto 100%;
    filter: drop-shadow(0 0 2rem rgba(36, 33, 18, 0.3));
    pointer-events: none;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    min-height: 100vh;
    background: url("../img/bg/bg_deco_repeat_sp.webp") repeat 0 0/100% auto;
  }
}
.l-nav__content {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list-item::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    background: var(--color-white);
  }
  .l-nav__list-item:last-child::after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    top: 55%;
    left: 100%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: var(--color-white);
  }
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 2.2rem;
  }
}
.l-nav__link {
  display: block;
  position: relative;
  padding: 1rem 3.15rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  color: var(--color-white);
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 2.3rem;
    letter-spacing: 0.3rem;
    color: var(--color-text);
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-nav__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-nav__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-nav__link:hover {
      text-decoration: underline;
    }
  }
}
.is-current .l-nav__link {
  color: var(--color-yellow);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .is-current .l-nav__link {
    color: var(--color-orage);
  }
}

.l-menu {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  outline: none !important;
}
@media screen and (min-width: 961px) {
  .l-menu {
    display: none;
  }
}
.l-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/kv/header_sp.webp") repeat-x 0 0/378.4px auto;
  filter: drop-shadow(0 0 2rem rgba(36, 33, 18, 0.3));
}
.l-menu__content {
  width: 100%;
  height: 74.8px;
  display: block;
  position: relative;
}
.l-menu__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: absolute;
  top: 42%;
  left: 50%;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  color: var(--color-white);
  transform: translate(-50%, -50%);
  transition: opacity 0.2s var(--ease_out);
}
.l-menu__text.--open {
  opacity: 1;
}
.is-menu-open .l-menu__text.--open {
  opacity: 0;
}
.l-menu__text.--close {
  opacity: 0;
}
.is-menu-open .l-menu__text.--close {
  opacity: 1;
}
.l-menu__text::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--color-white);
}
.l-menu__text::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 55%;
  left: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--color-white);
}

.l-footer {
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--color-black);
  padding: 5rem 0 4.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 3.5rem 0;
  }
}
.l-footer__container {
  width: 94.2857142857%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    width: 89.5%;
  }
}
.l-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    padding-right: 35rem;
  }
}
.l-footer__official {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__official {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    margin-top: 3rem;
  }
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 2.6rem;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 3rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 1.8rem;
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1.1rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 0.8rem;
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 0.6rem;
}

.l-footer_official {
  display: block;
  position: relative;
}
.l-footer_official__list {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_official__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.l-footer_official__list-item {
  width: 24rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_official__list-item {
    width: 20rem;
  }
}
@media screen and (min-width: 961px) {
  .l-footer_official__list-item + .l-footer_official__list-item {
    margin-top: 1rem;
  }
}
.l-footer_official__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_official__link {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-footer_official__link:hover {
    opacity: 0.6;
  }
}

.l-footer_share {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    left: -0.3rem;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Besley", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (min-width: 961px) {
  .l-footer_share__cap {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list {
    gap: 0.6rem;
  }
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 3.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-footer_share__link:hover {
    opacity: 0.6;
  }
}
.l-footer_share__link-base {
  display: block;
  position: relative;
}
.l-footer_share__link-img {
  width: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-footer_share__link-img {
    width: 1.7rem;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    justify-content: center;
    gap: 2rem;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__link {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  color: var(--color-white);
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    padding-left: 1rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer_help__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link:hover {
      text-decoration: underline;
    }
  }
}
.l-footer_help__link::before {
  content: "";
  width: 0.7rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/arrow_white.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link::before {
    width: 0.6rem;
  }
}
.l-footer_help__link-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link-text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.c-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 11.2rem;
}
@media screen and (max-width: 960px) {
  .c-pagination {
    padding: 0 4rem;
  }
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pagination__list {
    gap: 0.2rem;
  }
}
.c-pagination__list-item {
  display: block;
  position: relative;
}
.c-pagination__link {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 0.2rem;
  border-radius: 50%;
  background: transparent;
}
@media screen and (max-width: 960px) {
  .c-pagination__link {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.is-current .c-pagination__link {
  color: var(--color-orage);
  pointer-events: none;
}
.c-pagination__link::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: currentColor;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .c-pagination__link::after {
    width: 3px;
    height: 3px;
  }
}
.is-current .c-pagination__link::after {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link::after {
    transition: opacity 0.3s var(--ease_out);
  }
  .c-pagination__link:hover::after {
    opacity: 1;
  }
}
.c-pagination__link-text {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-family: "Besley", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  color: currentColor;
}
@media screen and (max-width: 960px) {
  .c-pagination__link-text {
    font-size: 1.4rem;
  }
}
.c-pagination__nav {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .c-pagination__nav {
    width: 3rem;
    height: 3rem;
  }
}
.c-pagination__nav.--prev {
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
}
.c-pagination__nav.--next {
  right: 0;
}
.c-pagination__nav:not([href]) {
  opacity: 0.3;
  pointer-events: none;
}
.c-pagination__nav-icon {
  width: 1.2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pagination__nav-icon {
    width: 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__nav:hover .c-pagination__nav-icon {
    animation: arrow 1s linear;
  }
}
.c-pagination__back {
  display: block;
  position: relative;
}

.p-top {
  display: block;
  position: relative;
  z-index: 0;
}
.p-top__cotnainer {
  display: block;
  position: relative;
}
.p-top__header {
  display: block;
  position: relative;
}
.p-top__inner {
  min-height: var(--svh);
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 14.8rem;
}
@media screen and (max-width: 960px) {
  .p-top__inner {
    padding-bottom: 7.9rem;
  }
}
.p-top__inner::before {
  content: "";
  width: 100%;
  height: calc(100% - 41.5rem);
  display: block;
  position: absolute;
  top: 41.5rem;
  left: 0;
  background: url("../img/bg/bg_deco_repeat_pc.webp") repeat 0 0/100% auto;
}
@media screen and (max-width: 960px) {
  .p-top__inner::before {
    height: calc(100% - 38rem);
    top: 38rem;
    background: url("../img/bg/bg_deco_repeat_sp.webp") repeat 0 0/100% auto;
  }
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero::after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/kv/line_pc.jpg") repeat-x 0 0/auto 10px;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-hero::after {
    height: 8.5px;
    background: url("../img/kv/line_sp.jpg") repeat-x 0 0/auto 8.5px;
  }
}
.p-hero__content {
  display: block;
  position: relative;
}
.p-hero__slide {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.p-hero__kv {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}
.p-hero__kv-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-hero__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.6rem;
  position: absolute;
  bottom: 2rem;
  left: 0;
}
.p-hero__pagination-item {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__pagination-item {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-hero__pagination-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  transform: rotate(45deg);
}
.p-hero__pagination-item.is-slide-current::before {
  background: var(--color-orage);
}

.p-hero__title {
  width: 22%;
  display: block;
  position: absolute;
  top: 71.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 54%;
    top: 81.2%;
  }
}
.p-hero__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.p-hero__cover-l {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0%);
}
.is-load .p-hero__cover-l {
  transform: translateX(-91%);
  transition: transform 1s var(--ease_inout) 0.6s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__cover-l {
    transform: translateX(-91%);
  }
}
.p-hero__cover-l::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/kv/door_pc.jpg") no-repeat 100% 60%/cover;
  box-shadow: 0 0 2rem 0 rgba(36, 33, 18, 0.3);
}
@media screen and (max-width: 960px) {
  .p-hero__cover-l::before {
    background: url("../img/kv/door_sp.jpg") no-repeat 100% 60%/cover;
  }
}
.p-hero__cover-r {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0%);
}
.is-load .p-hero__cover-r {
  transform: translateX(87.5%);
  transition: transform 1s var(--ease_inout) 0.6s;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__cover-r {
    transform: translateX(91%);
  }
}
.p-hero__cover-r::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/kv/door_pc.jpg") no-repeat 100% 60%/cover;
  transform: scale(-1, 1);
  box-shadow: 0 0 2rem 0 rgba(36, 33, 18, 0.3);
}
@media screen and (max-width: 960px) {
  .p-hero__cover-r::before {
    background: url("../img/kv/door_sp.jpg") no-repeat 100% 60%/cover;
  }
}

.p-hero_kv {
  display: block;
  position: relative;
}
.p-hero_kv__chara {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-headline {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 12rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-headline {
    padding: 6rem 0 0;
  }
}
.p-headline::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_deco1.webp") no-repeat -7.5rem -14rem/40rem auto, url("../img/bg/bg_deco2.webp") no-repeat calc(100% + 9em) -3.5rem/60rem auto;
}
@media screen and (max-width: 960px) {
  .p-headline::before {
    background: url("../img/bg/bg_deco1.webp") no-repeat -4rem -4rem/20rem auto, url("../img/bg/bg_deco2.webp") no-repeat calc(100% + 7rem) 10rem/26rem auto;
  }
}
.p-headline__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-headline__container {
    display: grid;
    grid-template-columns: 30rem 1fr;
    gap: 5rem;
  }
}
.p-headline__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__header {
    margin-bottom: 2.5rem;
  }
}
.p-headline__title {
  width: 25.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline__title {
    width: 15.5rem;
  }
}
.p-headline__more {
  width: 20rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-headline__more {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__more {
    width: 13.2rem;
  }
}
.p-headline__more-base {
  display: block;
  position: relative;
}
.p-headline__more-base::after {
  content: "";
  width: 0.6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  background: url("../img/arrow_white.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-headline__more-base::after {
    width: 0.5rem;
    right: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-headline__more:hover .p-headline__more-base::after {
    animation: arrow 1s linear;
  }
}
.p-headline__more-text {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
  color: var(--color-white);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-headline__more-text {
    font-size: 1.1rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-headline__more-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-headline__more:hover .p-headline__more-text {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-headline__more:hover .p-headline__more-text {
      text-decoration: underline;
    }
  }
}
.p-headline__inner {
  display: block;
  position: relative;
}
.p-headline__list {
  display: block;
  position: relative;
}
.p-headline__list-item {
  width: 100%;
  display: block;
  position: relative;
}
.p-headline__list-item:nth-child(n+4) {
  display: none;
}
.p-headline__list-item:first-child::before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 960px) {
  .p-headline__list-item:first-child::before {
    height: 4px;
  }
}
.p-headline__list-item::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 960px) {
  .p-headline__list-item::after {
    height: 4px;
  }
}

.p-headline_article {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  position: relative;
  padding: 2.1rem 5rem 2.1rem 0;
}
@media screen and (max-width: 960px) {
  .p-headline_article {
    gap: 1rem;
    padding: 1.95rem 3rem 1.95rem 0;
  }
}
.p-headline_article::after {
  content: "";
  width: 1rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  background: url("../img/arrow_black.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-headline_article::after {
    width: 0.7rem;
    right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-headline_article:hover::after {
    animation: arrow 1s linear;
  }
}
.p-headline_article__date {
  min-width: 8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline_article__date {
    min-width: 6rem;
  }
}
.p-headline_article__date-day {
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.3;
  font-family: "Besley", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-headline_article__date-day {
    font-size: 1.8rem;
  }
}
.p-headline_article__date-year {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6rem;
  display: block;
  position: relative;
  margin-top: 0.2rem;
  padding: 0.1rem 1rem;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-family: "Besley", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  color: var(--color-white);
  background: var(--color-text);
}
@media screen and (max-width: 960px) {
  .p-headline_article__date-year {
    margin-top: 0;
    padding: 0.1rem 0.6rem;
    min-width: 4.8rem;
    font-size: 1rem;
  }
}
.p-headline_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  top: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 961px) {
  .p-headline_article__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article__title {
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-headline_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-headline_article:hover .p-headline_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-headline_article:hover .p-headline_article__title {
      text-decoration: underline;
    }
  }
}

.p-about {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 14rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-about {
    padding: 8rem 0 0;
  }
}
.p-about__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-about__header {
  display: block;
  position: relative;
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 960px) {
  .p-about__header {
    margin-bottom: 2.4rem;
  }
}
.p-about__title {
  width: 32rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-about__title {
    width: 19.8rem;
  }
}
.p-about__inner {
  display: block;
  position: relative;
}
.p-about__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about__tab {
    gap: 1rem;
  }
}
.p-about__tab-item {
  display: block;
  position: relative;
}
.p-about__btn {
  width: 12rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about__btn {
    width: 9rem;
  }
}
.p-about__btn-base {
  display: block;
  position: relative;
}
.p-about__btn-base::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/tab_base-on.webp") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
.is-current .p-about__btn-base::before {
  opacity: 1;
}
.p-about__btn-text {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  color: var(--color-white);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-about__btn-text {
    font-size: 1.2rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-about__btn-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-about__btn:hover .p-about__btn-text {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-about__btn:hover .p-about__btn-text {
      text-decoration: underline;
    }
  }
}
.p-about__content {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  margin: 4rem auto 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-about__content {
    margin-top: 2.5rem;
  }
}
.p-about__content::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: url("../img/frame_top.webp") no-repeat center top/100% auto, url("../img/frame_top.webp") no-repeat center bottom/100% auto;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-about__content::after {
    width: 100%;
    background: url("../img/frame_top_sp.webp") no-repeat center top/100% auto, url("../img/frame_top_sp.webp") no-repeat center bottom/100% auto;
  }
}
.p-about__content-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0 1.5rem;
  z-index: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-about__content-item {
    padding: 0.7rem;
  }
}
.p-about__content-item.is-current {
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.3s var(--ease_out);
}

.p-about_content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem;
  background: var(--color-yellow-dark);
}
.p-about_content__container {
  width: 100%;
  display: block;
  position: relative;
  padding: 6rem 0 5.8rem;
  margin: 0 auto;
  background: #fff url("../img/bg/bg_pattern2.jpg") repeat 0 0/900px auto;
}
@media screen and (max-width: 960px) {
  .p-about_content__container {
    padding: 3.5rem 0 2rem;
    background-size: 450px auto;
  }
}
.p-about_content__header {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-about_content__header {
    margin-bottom: 2rem;
  }
}
.p-about_content__title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
  color: var(--color-yellow-dark);
}
@media screen and (max-width: 960px) {
  .p-about_content__title {
    font-size: 1.8rem;
  }
}
.p-about_content__inner {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-about_data {
  display: block;
  position: relative;
  padding: 3.6rem 0;
}
@media screen and (min-width: 961px) {
  .p-about_data {
    display: grid;
    grid-template-columns: 10rem 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-about_data {
    padding: 1.9rem 0;
  }
}
.p-about_data::before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 960px) {
  .p-about_data::before {
    height: 4px;
  }
}
.p-about_data__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about_data__header {
    margin-bottom: 0.4rem;
  }
}
.p-about_data__title {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-brown);
}
@media screen and (max-width: 960px) {
  .p-about_data__title {
    font-size: 1.3rem;
  }
}
.p-about_data__inner {
  display: block;
  position: relative;
}
.p-about_data__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-about_data__text {
    font-size: 1.3rem;
  }
}
.p-about_data__text a {
  color: var(--color-orage);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-about_data__text a:hover {
    text-decoration: none;
  }
}
.p-about_data__text small {
  display: block;
  position: relative;
  font-size: 0.8em;
}
.p-about_data__access {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 961px) {
  .p-about_data__access {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .p-about_data__access {
    font-size: 1.3rem;
  }
}
.p-about_data__access a {
  color: var(--color-orage);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-about_data__access a:hover {
    text-decoration: none;
  }
}
.p-about_data__access small {
  display: block;
  position: relative;
  font-size: 0.8em;
}
.p-about_data__access + .p-about_data__access {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-about_data__access + .p-about_data__access {
    margin-top: 1.2rem;
  }
}
.p-about_data__access-text {
  flex: 1 1 0;
  display: block;
  position: relative;
}
.p-about_data__access-time {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about_data__access-time {
    margin-top: 0.4rem;
  }
}
.p-about_data__map {
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-about_data__map {
    height: 180px;
    margin-top: 1.2rem;
  }
}
.p-about_data__map iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-howto {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-howto {
    padding: 6rem 0 0;
  }
}
.p-howto__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-howto__header {
  display: block;
  position: relative;
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 960px) {
  .p-howto__header {
    margin-bottom: 2.5rem;
  }
}
.p-howto__title {
  width: 32rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-howto__title {
    width: 19.5rem;
  }
}
.p-howto__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-howto__tab {
    gap: 1rem;
  }
}
.p-howto__tab-item {
  display: block;
  position: relative;
}
.p-howto__btn {
  width: 12rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-howto__btn {
    width: 9rem;
  }
}
.p-howto__btn-base {
  display: block;
  position: relative;
}
.p-howto__btn-base::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/tab_base-on.webp") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
.is-current .p-howto__btn-base::before {
  opacity: 1;
}
.p-howto__btn-text {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  color: var(--color-white);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-howto__btn-text {
    font-size: 1.2rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-howto__btn-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-howto__btn:hover .p-howto__btn-text {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-howto__btn:hover .p-howto__btn-text {
      text-decoration: underline;
    }
  }
}
.p-howto__content {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  margin: 4rem auto 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-howto__content {
    margin-top: 2.5rem;
  }
}
.p-howto__content::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: url("../img/frame_top.webp") no-repeat center top/100% auto, url("../img/frame_top.webp") no-repeat center bottom/100% auto;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-howto__content::after {
    width: 100%;
    background: url("../img/frame_top_sp.webp") no-repeat center top/100% auto, url("../img/frame_top_sp.webp") no-repeat center bottom/100% auto;
  }
}
.p-howto__content-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0 1.5rem;
  z-index: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-howto__content-item {
    padding: 0.7rem;
  }
}
.p-howto__content-item.is-current {
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.3s var(--ease_out);
}

.p-howto_content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem;
  background: var(--color-yellow-dark);
}
.p-howto_content__container {
  width: 100%;
  display: block;
  position: relative;
  padding: 6rem 0 5.8rem;
  margin: 0 auto;
  background: #fff url("../img/bg/bg_pattern2.jpg") repeat 0 0/900px auto;
}
@media screen and (max-width: 960px) {
  .p-howto_content__container {
    padding: 3.5rem 0 2rem;
    background-size: 450px auto;
  }
}
.p-howto_content__header {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-howto_content__header {
    margin-bottom: 2rem;
  }
}
.p-howto_content__title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
  color: var(--color-yellow-dark);
}
@media screen and (max-width: 960px) {
  .p-howto_content__title {
    font-size: 1.8rem;
  }
}
.p-howto_content__lead {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-howto_content__lead {
    margin-top: 1.2rem;
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.p-howto_content__line {
  width: 100%;
  max-width: 40rem;
  display: block;
  position: relative;
  margin: 2rem auto 0;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 960px) {
  .p-howto_content__line {
    margin-top: 1.4rem;
    padding: 2rem;
  }
}
.p-howto_content__line-cap {
  display: block;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-howto_content__line-cap {
    font-size: 1.2rem;
  }
}
.p-howto_content__line-cap a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-howto_content__line-cap a:hover {
    text-decoration: none;
  }
}
.p-howto_content__line-qr {
  width: 100%;
  max-width: 20rem;
  display: block;
  position: relative;
  margin: 1.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-howto_content__line-qr {
    max-width: 15rem;
    margin-top: 1rem;
  }
}
.p-howto_content__inner {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-howto_detail {
  display: block;
  position: relative;
  padding: 4.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-howto_detail {
    padding: 2.8rem 0;
  }
}
.p-howto_detail::before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 960px) {
  .p-howto_detail::before {
    height: 4px;
  }
}
.p-howto_detail__header {
  display: block;
  position: relative;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 960px) {
  .p-howto_detail__header {
    margin-bottom: 1.5rem;
  }
}
.p-howto_detail__title {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-brown);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-howto_detail__title {
    font-size: 1.3rem;
    text-align: left;
  }
}
.p-howto_detail__inner {
  display: block;
  position: relative;
}
.p-howto_detail__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-howto_detail__text {
    font-size: 1.3rem;
  }
}
.p-howto_detail__text a {
  color: var(--color-orage);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-howto_detail__text a:hover {
    text-decoration: none;
  }
}
.p-howto_detail__text small {
  display: block;
  position: relative;
  font-size: 0.8em;
}
.p-howto_detail__schedule {
  display: block;
  position: relative;
}
.p-howto_detail__schedule-item {
  display: block;
  position: relative;
}
.p-howto_detail__schedule-item + .p-howto_detail__schedule-item {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-howto_detail__schedule-item + .p-howto_detail__schedule-item {
    margin-top: 1.4rem;
  }
}
.p-howto_detail__note {
  display: block;
  position: relative;
  margin-top: -0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.1;
}
@media screen and (max-width: 960px) {
  .p-howto_detail__note {
    margin-top: -0.5rem;
    font-size: 1rem;
    line-height: 1.9;
  }
  .p-howto_detail__note span:not(:last-child) {
    margin-bottom: 0.4em;
  }
}
.p-howto_detail__note:not(:first-child) {
  margin-top: 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-howto_detail__note:not(:first-child) {
    margin-top: 0.4rem;
  }
}

.p-howto_schedule {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-howto_schedule {
    display: grid;
    grid-template-columns: 16rem 1fr;
  }
}
.p-howto_schedule::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-brown);
}
.p-howto_schedule__header {
  display: block;
  position: relative;
  padding: 2.8rem 1rem;
  background: var(--color-brown-base);
}
@media screen and (max-width: 960px) {
  .p-howto_schedule__header {
    padding: 0.8rem 1.2rem;
  }
}
.p-howto_schedule__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-howto_schedule__title {
    font-size: 1.3rem;
    text-align: left;
  }
}
.p-howto_schedule__inner {
  display: block;
  position: relative;
  padding: 2.8rem 4rem 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-howto_schedule__inner {
    padding: 1.8rem 1.2rem 1.8rem;
  }
}
.p-howto_schedule__text {
  display: block;
  position: relative;
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-howto_schedule__text {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
  }
}
.p-howto_schedule__duration {
  display: block;
  position: relative;
}
.p-howto_schedule__duration-cap {
  display: block;
  position: relative;
  margin-bottom: 0.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-brown);
}
@media screen and (max-width: 960px) {
  .p-howto_schedule__duration-cap {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
}
.p-howto_schedule__duration-text {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-howto_schedule__duration-text {
    font-size: 1.4rem;
  }
}
.p-howto_schedule__cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-top: 1rem;
  padding: 0.4rem 0.8rem 0.4rem 1.2rem;
  font-size: 1.3rem;
  letter-spacing: 0.15rem;
  color: var(--color-white);
  background: var(--color-brown-base);
}
@media screen and (max-width: 960px) {
  .p-howto_schedule__cap {
    margin-top: 0.8rem;
    padding: 0.3rem 0.6rem 0.3rem 1rem;
    font-size: 1rem;
  }
}
.p-howto_schedule__note {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 960px) {
  .p-howto_schedule__note {
    font-size: 1rem;
  }
}

.p-goods {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-goods {
    padding: 5.8rem 0 0;
  }
}
.p-goods__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-goods__header {
    margin-bottom: 2.5rem;
  }
}
.p-goods__title {
  width: 25rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-goods__title {
    width: 15.2rem;
  }
}
.p-goods__inner {
  width: 100%;
  display: block;
  position: relative;
  padding: 0 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-goods__inner {
    padding: 0 0.7rem;
  }
}
.p-goods__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: url("../img/frame_top.webp") no-repeat center top/100% auto, url("../img/frame_top.webp") no-repeat center bottom/100% auto;
}
@media screen and (max-width: 960px) {
  .p-goods__inner::after {
    width: 100%;
    background: url("../img/frame_top_sp.webp") no-repeat center top/100% auto, url("../img/frame_top_sp.webp") no-repeat center bottom/100% auto;
  }
}

.p-goods_content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem;
  background: var(--color-yellow-dark);
}
.p-goods_content__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  background: #fff url("../img/bg/bg_pattern2.jpg") repeat 0 0/900px auto;
}
@media screen and (max-width: 960px) {
  .p-goods_content__container {
    background-size: 450px auto;
  }
}
.p-goods_content__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.5rem 7rem;
}
@media screen and (max-width: 960px) {
  .p-goods_content__inner {
    padding: 4.2rem 1.4rem;
  }
}
.p-goods_content__special {
  display: block;
  position: relative;
  margin-bottom: 6rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-goods_content__special {
    margin-bottom: 3.5rem;
    padding-bottom: 2.5rem;
  }
}
.p-goods_content__special::before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 960px) {
  .p-goods_content__special::before {
    height: 4px;
  }
}
.p-goods_content__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem 3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-goods_content__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 2rem;
  }
}
.p-goods_content__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-goods_content__detail {
  width: 100%;
  display: block;
  position: relative;
  margin: 6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-goods_content__detail {
    margin-top: 3.5rem;
  }
}

.p-goods_special {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-goods_special {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5rem;
  }
}
.p-goods_special__header {
  width: 36rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-goods_special__header {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.p-goods_special__visual {
  display: block;
  position: relative;
}
.p-goods_special__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-goods_special__inner {
    flex: 1 1 0;
    min-width: 0;
    padding-top: 9.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_special__inner {
    margin: 0 auto;
  }
}
.p-goods_special__title {
  display: block;
  position: relative;
  margin-bottom: 0.7rem;
  font-size: 2.7rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  font-weight: 400;
  color: var(--color-brown);
}
@media screen and (max-width: 960px) {
  .p-goods_special__title {
    font-size: 1.8rem;
  }
}
.p-goods_special__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-goods_special__text {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-goods_special__text strong {
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0;
}
.p-goods_special__note {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.85;
}
@media screen and (max-width: 960px) {
  .p-goods_special__note {
    margin-top: 0.4rem;
    font-size: 1rem;
  }
}

.p-goods_special_visual {
  display: block;
  position: relative;
}
.p-goods_special_visual__slide {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-goods_special_visual__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-goods_special_visual__list-item {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-goods_special_visual__main {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods_special_visual__main img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-goods_special_visual__pagination {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.3rem;
  position: relative;
  margin-top: 0.5rem;
}
.p-goods_special_visual__pagination-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-goods_special_visual__btn {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
.p-goods_special_visual__btn.is-current {
  pointer-events: none;
}
.p-goods_special_visual__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-yellow-dark);
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
.p-goods_special_visual__btn.is-current::after {
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {
  .p-goods_special_visual__btn:hover::after {
    opacity: 0.2;
  }
}
.p-goods_special_visual__btn img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-goods_article {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: left;
  color: var(--color-black);
}
.p-goods_article__visual {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-goods_article__visual {
    margin-bottom: 1.1rem;
  }
}
.p-goods_article__visual::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-yellow-dark);
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_article:hover .p-goods_article__visual::after {
    opacity: 0.2;
  }
}
.p-goods_article__title {
  display: block;
  position: relative;
  font-size: 1.7rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  color: var(--color-brown);
}
@media screen and (max-width: 960px) {
  .p-goods_article__title {
    font-size: 1.3rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-goods_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-goods_article:hover .p-goods_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-goods_article:hover .p-goods_article__title {
      text-decoration: underline;
    }
  }
}
.p-goods_article__price {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-goods_article__price {
    margin-top: 0.3rem;
    font-size: 1.2rem;
  }
}
.p-goods_article__price small {
  font-size: 0.8em;
}

.p-goods_article_visual {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods_article_visual__slide {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.p-goods_article_visual__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-goods_article_visual__list-item {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-goods_article_visual__main {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods_article_visual__main img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-goods_article_visual__pagination {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.7rem;
  position: absolute;
  bottom: 1.1rem;
  left: 1.1rem;
}
@media screen and (max-width: 960px) {
  .p-goods_article_visual__pagination {
    gap: 0.6rem;
  }
}
.p-goods_article_visual__pagination-item {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: relative;
  background-color: var(--color-black);
  transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  .p-goods_article_visual__pagination-item {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-goods_article_visual__pagination-item:only-child {
  display: none;
}
.p-goods_article_visual__pagination-item.is-current {
  background-color: var(--color-orage);
}

.p-goods_detail {
  display: block;
  position: relative;
  padding: 4.5rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-goods_detail {
    padding: 2.8rem 0 0;
  }
}
.p-goods_detail::before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 960px) {
  .p-goods_detail::before {
    height: 4px;
  }
}
.p-goods_detail__header {
  display: block;
  position: relative;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 960px) {
  .p-goods_detail__header {
    margin-bottom: 1.4rem;
  }
}
.p-goods_detail__title {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-brown);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-goods_detail__title {
    font-size: 1.3rem;
    text-align: left;
  }
}
.p-goods_detail__inner {
  display: block;
  position: relative;
}
.p-goods_detail__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-goods_detail__text {
    font-size: 1.3rem;
  }
}
.p-goods_detail__text a {
  color: var(--color-orage);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_detail__text a:hover {
    text-decoration: none;
  }
}
.p-goods_detail__text small {
  display: block;
  position: relative;
  font-size: 0.8em;
}
.p-goods_detail__note {
  display: block;
  position: relative;
  margin-top: -0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.1;
}
@media screen and (max-width: 960px) {
  .p-goods_detail__note {
    margin-top: -0.5rem;
    font-size: 1rem;
    line-height: 1.9;
  }
  .p-goods_detail__note span:not(:last-child) {
    margin-bottom: 0.4em;
  }
}

.p-goods_single {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 6rem 7.5rem;
  font-size: 1rem;
  text-align: left;
  background: #fff url("../img/bg/bg_pattern2.jpg") repeat 0 0/900px auto;
}
@media screen and (min-width: 961px) {
  .p-goods_single {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_single {
    padding: 2rem 2.2rem;
    background-size: 450px auto;
  }
}
.p-goods_single::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.8rem solid var(--color-yellow-dark);
}
@media screen and (max-width: 960px) {
  .p-goods_single::before {
    border-width: 0.4rem;
  }
}
.p-goods_single__header {
  width: 42rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-goods_single__header {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.p-goods_single__visual {
  display: block;
  position: relative;
}
.p-goods_single__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-goods_single__inner {
    flex: 1 1 0;
    min-width: 0;
    padding-top: 9.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_single__inner {
    margin: 0 auto;
  }
}
.p-goods_single__title {
  display: block;
  position: relative;
  margin-bottom: 0.7rem;
  font-size: 2.7rem;
  letter-spacing: 0.05rem;
  line-height: 1.3;
  font-weight: 400;
  color: var(--color-brown);
}
@media screen and (max-width: 960px) {
  .p-goods_single__title {
    margin-bottom: 0.2rem;
    font-size: 1.8rem;
  }
}
.p-goods_single__price {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-goods_single__price {
    font-size: 1.6rem;
  }
}
.p-goods_single__price small {
  font-size: 0.8em;
}
.p-goods_single__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-goods_single__text {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-goods_single__note {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.85;
}
@media screen and (max-width: 960px) {
  .p-goods_single__note {
    margin-top: 0.4rem;
    font-size: 1rem;
  }
}

.p-goods_single_visual {
  display: block;
  position: relative;
}
.p-goods_single_visual__slide {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-goods_single_visual__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-goods_single_visual__list-item {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-goods_single_visual__main {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods_single_visual__main img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-goods_single_visual__pagination {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.3rem;
  position: relative;
  margin-top: 0.5rem;
}
.p-goods_single_visual__pagination-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-goods_single_visual__btn {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
.p-goods_single_visual__btn.is-current {
  pointer-events: none;
}
.p-goods_single_visual__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-yellow-dark);
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
.p-goods_single_visual__btn.is-current::after {
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {
  .p-goods_single_visual__btn:hover::after {
    opacity: 0.2;
  }
}
.p-goods_single_visual__btn img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-news {
  width: 100%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-news {
    padding-top: 2.5rem;
  }
}
.p-news__inner {
  display: block;
  position: relative;
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  width: 100%;
  display: block;
  position: relative;
}
.p-news__list-item:first-child::before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 960px) {
  .p-news__list-item:first-child::before {
    height: 4px;
  }
}
.p-news__list-item::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 960px) {
  .p-news__list-item::after {
    height: 4px;
  }
}
.p-news__pagination {
  width: 100%;
  display: block;
  position: relative;
  margin: 3rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-news__pagination {
    margin-top: 1rem;
  }
}
.p-news__back {
  width: 20rem;
  display: block;
  position: relative;
  margin: 7.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-news__back {
    width: 13rem;
    margin-top: 4rem;
  }
}
.p-news__back-base {
  display: block;
  position: relative;
}
.p-news__back-base::after {
  content: "";
  width: 0.6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 2rem;
  background: url("../img/arrow_white.svg") no-repeat center/contain;
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .p-news__back-base::after {
    width: 0.5rem;
    left: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news__back:hover .p-news__back-base::after {
    animation: arrow_prev 1s linear;
  }
}
.p-news__back-text {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
  color: var(--color-white);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-news__back-text {
    font-size: 1.1rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news__back-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-news__back:hover .p-news__back-text {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news__back:hover .p-news__back-text {
      text-decoration: underline;
    }
  }
}

.p-news_article {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  position: relative;
  padding: 2.1rem 5rem 2.1rem 0;
}
@media screen and (max-width: 960px) {
  .p-news_article {
    gap: 1rem;
    padding: 1.95rem 3rem 1.95rem 0;
  }
}
.p-news_article::after {
  content: "";
  width: 1rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  background: url("../img/arrow_black.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-news_article::after {
    width: 0.7rem;
    right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article:hover::after {
    animation: arrow 1s linear;
  }
}
.p-news_article__date {
  min-width: 8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news_article__date {
    min-width: 6rem;
  }
}
.p-news_article__date-day {
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.3;
  font-family: "Besley", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-news_article__date-day {
    font-size: 1.8rem;
  }
}
.p-news_article__date-year {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6rem;
  display: block;
  position: relative;
  margin-top: 0.2rem;
  padding: 0.1rem 1rem;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-family: "Besley", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  color: var(--color-white);
  background: var(--color-text);
}
@media screen and (max-width: 960px) {
  .p-news_article__date-year {
    margin-top: 0;
    padding: 0.1rem 0.6rem;
    min-width: 4.8rem;
    font-size: 1rem;
  }
}
.p-news_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  top: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 961px) {
  .p-news_article__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-news_article:hover .p-news_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news_article:hover .p-news_article__title {
      text-decoration: underline;
    }
  }
}

.p-news_single {
  display: block;
  position: relative;
}
.p-news_single__header {
  display: block;
  position: relative;
  padding-bottom: 4rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    padding-bottom: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.p-news_single__header::before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 960px) {
  .p-news_single__header::before {
    height: 4px;
  }
}
.p-news_single__date {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Besley", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
  }
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.1;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.3rem;
  }
}
.p-news_single__text a {
  color: var(--color-orage);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_single__text a:hover {
    text-decoration: none;
  }
}
.p-news_single__text img {
  max-width: 70%;
  height: auto !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news_single__text img {
    max-width: 100%;
  }
}
.p-news_single__text iframe {
  max-width: 70%;
}
@supports (aspect-ratio: 16/9) {
  .p-news_single__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text iframe {
    max-width: 100%;
  }
}

.p-page {
  min-height: var(--svh);
  display: block;
  position: relative;
  z-index: 0;
  padding: 14rem 0 11.5rem;
}
@media screen and (max-width: 960px) {
  .p-page {
    padding: 10rem 0 6.5rem;
  }
}
.p-page::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_deco_repeat_pc.webp") repeat 0 0/100% auto;
}
.p-page__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-page__cover {
  width: 100%;
  height: 100vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.p-page__cover-l {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 2rem 0 rgba(36, 33, 18, 0.3);
  transform: translateX(-50%);
}
.is-load .p-page__cover-l {
  transform: translateX(-90%);
  transition: transform 1s var(--ease_inout);
}
.p-page__cover-l::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/kv/door_pc.jpg") no-repeat 100% 60%/cover;
}
@media screen and (max-width: 960px) {
  .p-page__cover-l::before {
    background: url("../img/kv/door_sp.jpg") no-repeat 100% 60%/cover;
  }
}
.p-page__cover-r {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 0 2rem 0 rgba(36, 33, 18, 0.3);
  transform: translateX(50%);
}
.is-load .p-page__cover-r {
  transform: translateX(90%);
  transition: transform 1s var(--ease_inout);
}
.p-page__cover-r::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/kv/door_pc.jpg") no-repeat 100% 60%/cover;
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .p-page__cover-r::before {
    background: url("../img/kv/door_sp.jpg") no-repeat 100% 60%/cover;
  }
}
.p-page__container {
  width: 80%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-page__header {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
}
.is-load .p-page__header {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s var(--ease_out) 0.3s, transform 1s var(--ease_out) 0.3s;
}
.p-page__title {
  display: block;
  position: relative;
  margin: 0 auto;
}
.--news .p-page__title {
  width: 25.5rem;
}
@media screen and (max-width: 960px) {
  .--news .p-page__title {
    width: 15.5rem;
  }
}
.p-page__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
}
.is-load .p-page__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s var(--ease_out) 0.5s, transform 1s var(--ease_out) 0.5s;
}

.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.--thumb {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.u-lazy.--thumb.is-lazy-loaded {
  width: auto;
  max-width: 100%;
  opacity: 1;
}
.u-lazy.--thumb.is-lazy-loaded:not(.is-lazy-end) {
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy.--thumb + .u-lazy__loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #fff 0%, #fff 26%, #efefef 50%, #fff 75%, #fff 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
  animation: skeleton_screen 1s linear infinite;
}
.u-lazy.--thumb.is-lazy-loading + .u-lazy__loader,
.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  display: block;
}

.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior-y: none;
  outline: none !important;
  background: var(--color-filter);
  opacity: 0;
  transition: all 0.6s var(--ease_out);
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: none !important;
}
.m-modal__container {
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 13.5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .m-modal__container {
    padding: 5rem 0;
  }
}
.m-modal__content {
  width: 92%;
  max-width: 107rem;
  height: auto !important;
  display: block;
  position: relative;
  font-size: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 88%;
  }
}
.is-modal-show .m-modal__content {
  opacity: 1;
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.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 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  gap: 0.5rem;
  cursor: pointer;
  top: 3.5rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 12rem;
    top: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close {
    transition: opacity 0.4s var(--ease_out);
  }
  .m-modal__close:hover {
    opacity: 0.6;
  }
}
.m-modal__close-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--color-brown);
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .m-modal__close-text {
    font-size: 1.3rem;
  }
}
.m-modal__close-icon {
  width: 5rem;
  height: 2.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .m-modal__close-icon {
    width: 4rem;
  }
}
.m-modal__close-icon::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  border-bottom: 1px solid var(--color-brown);
}
.m-modal__close-icon::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
  border-bottom: 1px solid var(--color-brown);
}

@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 clip-out {
  0% {
    -webkit-clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clip-out-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
}
@keyframes clip-in-top {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
  }
  100% {
    -webkit-clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes glitch {
  0% {
    clip: rect(200px, 9999px, 63px, 0);
  }
  4% {
    top: -3px;
    clip: rect(7px, 9999px, 6px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 78px, 0);
  }
  12% {
    clip: rect(85px, 9999px, 25px, 0);
  }
  16% {
    clip: rect(93px, 9999px, 38px, 0);
  }
  20% {
    left: 8px;
    clip: rect(70px, 9999px, 96px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(39px, 9999px, 65px, 0);
  }
  32% {
    clip: rect(36px, 9999px, 34px, 0);
  }
  36% {
    left: -12px;
    clip: rect(84px, 9999px, 96px, 0);
  }
  40% {
    top: -5px;
    clip: rect(99px, 9999px, 45px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(63px, 9999px, 20px, 0);
  }
  52% {
    clip: rect(5px, 9999px, 44px, 0);
  }
  56% {
    left: 11px;
    clip: rect(65px, 9999px, 270px, 0);
  }
  60% {
    clip: rect(4px, 9999px, 300px, 0);
  }
  64% {
    clip: rect(6px, 9999px, 9px, 0);
  }
  68% {
    top: 1px;
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    clip: rect(32px, 9999px, 64px, 0);
  }
  76% {
    left: -12px;
    clip: rect(0px, 9999px, 96px, 0);
  }
  80% {
    clip: rect(99px, 9999px, 45px, 0);
  }
  84% {
    top: -2px;
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    clip: rect(70px, 9999px, 96px, 0);
  }
  92% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  96% {
    left: 6px;
    clip: rect(39px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(37px, 9999px, 73px, 0);
  }
}
@keyframes glitch_min {
  0% {
    left: -5px;
    clip: rect(10px, 9999px, 63px, 0);
  }
  4% {
    clip: rect(137px, 9999px, 150px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 178px, 0);
  }
  12% {
    left: -2px;
    clip: rect(85px, 9999px, 125px, 0);
  }
  16% {
    clip: rect(223px, 9999px, 258px, 0);
  }
  20% {
    left: 10px;
    clip: rect(100px, 9999px, 146px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(9px, 9999px, 45px, 0);
  }
  32% {
    clip: rect(136px, 9999px, 164px, 0);
  }
  36% {
    left: -4px;
    clip: rect(84px, 9999px, 116px, 0);
  }
  40% {
    top: 3px;
    clip: rect(229px, 9999px, 315px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(163px, 9999px, 180px, 0);
  }
  52% {
    clip: rect(205px, 9999px, 244px, 0);
  }
  56% {
    left: 2px;
    clip: rect(135px, 9999px, 170px, 0);
  }
  60% {
    clip: rect(14px, 9999px, 100px, 0);
  }
  64% {
    left: -1px;
    clip: rect(116px, 9999px, 129px, 0);
  }
  68% {
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    top: -4px;
    clip: rect(232px, 9999px, 264px, 0);
  }
  76% {
    left: -4px;
    clip: rect(100px, 9999px, 196px, 0);
  }
  80% {
    clip: rect(199px, 9999px, 245px, 0);
  }
  84% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    left: -5px;
    clip: rect(1px, 9999px, 296px, 0);
  }
  92% {
    clip: rect(141px, 9999px, 272px, 0);
  }
  96% {
    clip: rect(33px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(137px, 9999px, 273px, 0);
  }
}