@charset "UTF-8";
/*
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;
  text-decoration: none;
}

/* 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 {
  position: relative;
}

html {
  overscroll-behavior: none;
  background-color: white;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth !important;
  scroll-padding-top: 120px !important;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 50px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  font-weight: 500;
  color: #333333;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
  z-index: 2;
}

::-moz-selection {
  background: rgba(183, 141, 56, 0.2);
  color: #333333;
}

::selection {
  background: rgba(183, 141, 56, 0.2);
  color: #333333;
}

::-moz-selection {
  background: rgba(183, 141, 56, 0.2);
  color: #333333;
}

picture {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#fv {
  position: relative;
  width: 100%;
  height: 9.84rem;
}
@media screen and (min-width: 768px) {
  #fv::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(to bottom, #E8DCDC 0%, white 100%);
  }
}
#fv .l-video {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#fv .l-logo {
  width: 1.42rem;
  height: 1.41rem;
  position: absolute;
  z-index: 4;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/logo.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #fv .l-logo {
    width: 2.02rem;
    height: 2.02rem;
  }
}

#top-intro {
  padding-top: 2rem;
  padding-bottom: 0.83rem;
}
@media screen and (min-width: 768px) {
  #top-intro {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
#top-intro .c-heading--vert {
  position: absolute;
  top: -0.8rem;
  right: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-intro .c-heading--vert {
    position: relative;
    padding-left: 1.2rem;
    top: unset;
    right: unset;
  }
}
#top-intro .c-deco {
  width: 3.75rem;
  height: 3.47rem;
  top: 0.38rem;
  left: 0rem;
}
@media screen and (min-width: 768px) {
  #top-intro .c-deco {
    width: 5.35rem;
    height: 3.47rem;
    top: 1.34rem;
    left: -0.55rem;
  }
}
#top-intro .c-deco div {
  background-image: url("../img/common/brush1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.39rem center;
}
@media screen and (min-width: 768px) {
  #top-intro .c-deco div {
    background-position: center;
  }
}
#top-intro .l-desc {
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.3rem;
  margin-top: 1.96rem;
  margin-left: auto;
  padding-right: 1.72rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-desc {
    font-size: 0.16rem;
    line-height: 0.36rem;
  }
}
#top-intro .l-gallery {
  display: flex;
  display: flex;
  flex-direction: column;
  gap: 0.64rem;
  align-items: flex-start;
  margin-top: 0.82rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-intro .l-gallery {
    gap: 1.79rem;
    padding-right: 0.8rem;
    position: absolute;
    top: 1.46rem;
    left: 0;
    margin-top: unset;
    pointer-events: none;
  }
}
#top-intro .l-gallery picture, #top-intro .l-gallery video {
  width: 3.22rem;
  height: 1.71rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-gallery picture, #top-intro .l-gallery video {
    width: 4.96rem;
    height: 2.63rem;
  }
}
#top-intro .l-gallery picture {
  align-self: flex-end;
}
#top-intro .l-gallery video {
  position: relative;
  left: -0.2rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-gallery video {
    left: unset;
  }
}

#top-intro-pc {
  width: 100%;
  height: 80rem;
  position: relative;
  z-index: 10;
}
#top-intro-pc-container {
  position: sticky;
  top: calc((100vh - 8rem) / 2);
  left: 0;
  display: flex;
  align-items: center;
  max-width: unset;
  flex: none;
  overflow-x: scroll;
  gap: 1.6rem;
  height: 8rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#top-intro-pc-container::-webkit-scrollbar {
  display: none;
}

#top-intro1-pc {
  position: relative;
  width: calc(14.4rem + (100vw - 14.4rem) / 2);
  padding-left: calc((100vw - 14.4rem) / 2);
  height: 8rem;
  flex: none;
}
#top-intro1-pc-deco1 {
  width: 7.33rem;
  height: 4.9rem;
  top: 0;
  right: 0;
}
#top-intro1-pc-deco2 {
  width: 7.05rem;
  height: 4.7rem;
  bottom: 0;
  left: 0;
}
#top-intro1-pc .l-parent {
  width: 100%;
  height: 100%;
  padding-top: 2.56rem;
  position: relative;
}
#top-intro1-pc .l-container {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#top-intro1-pc .l-container .l-heading {
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.32rem;
  line-height: 0.53rem;
  letter-spacing: -0.031em;
  font-weight: 400;
  margin-bottom: 0.54rem;
}
#top-intro1-pc .l-container .l-heading span {
  display: block;
}
#top-intro1-pc .l-container .l-heading span:nth-of-type(2) {
  padding-left: 0.98rem;
}
#top-intro1-pc .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.98rem;
}

#top-intro2-pc {
  width: 20.74rem;
  height: 7.2rem;
  max-width: unset;
  flex: none;
}
#top-intro2-pc-deco1 {
  top: 0;
  left: 0;
  width: 12.8rem;
  height: 7.2rem;
}
#top-intro2-pc-deco1 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
#top-intro2-pc-deco2 {
  bottom: 1.54rem;
  right: 3.7rem;
  width: 4.9rem;
  height: 2.65rem;
}
#top-intro2-pc-deco2 div {
  background-image: url("../img/common/brush11.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#top-intro2-pc-deco3 {
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 2.4rem;
}
#top-intro2-pc-deco4 {
  bottom: 0;
  right: 0;
  width: 3.93rem;
  height: 2.95rem;
}
#top-intro2-pc .l-container {
  width: 3.73rem;
  margin-top: 0.35rem;
  margin-left: 9.09rem;
}
#top-intro2-pc .l-container .l-heading {
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.32rem;
  line-height: 0.53rem;
  letter-spacing: -0.031em;
  font-weight: 400;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
#top-intro2-pc .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.4rem;
  margin-bottom: 0.18rem;
}
#top-intro2-pc .l-container .c-btn--underline {
  margin-left: auto;
}
#top-intro2-pc .l-container .c-btn--underline span {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
#top-intro2-pc .l-gallery {
  width: 5.53rem;
  height: 5.61rem;
  position: absolute;
  top: 0.72rem;
  right: 1.55rem;
}
#top-intro2-pc .l-gallery img {
  border-radius: 0.04rem;
}

#top-intro3-pc {
  width: 20.74rem;
  height: 7.2rem;
  max-width: unset;
  flex: none;
}
#top-intro3-pc-deco1 {
  top: 0;
  left: 0;
  width: 9.43rem;
  height: 7.2rem;
}
#top-intro3-pc-deco1 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
#top-intro3-pc-deco2 {
  bottom: 0.37rem;
  right: -0.31rem;
  width: 9.5rem;
  height: 5.95rem;
}
#top-intro3-pc-deco2 div {
  background-image: url("../img/common/brush6.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#top-intro3-pc-deco3 {
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 2.4rem;
}
#top-intro3-pc-deco4 {
  bottom: 0;
  right: 0;
  width: 3.93rem;
  height: 2.95rem;
}
#top-intro3-pc .l-container {
  width: 4.24rem;
  margin-top: 0.35rem;
  margin-left: 8.32rem;
}
#top-intro3-pc .l-container .l-heading {
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.32rem;
  line-height: 0.53rem;
  letter-spacing: -0.031em;
  font-weight: 400;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
#top-intro3-pc .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.4rem;
  margin-bottom: 0.18rem;
}
#top-intro3-pc .l-container .c-btn--underline {
  margin-left: auto;
}
#top-intro3-pc .l-container .c-btn--underline span {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
#top-intro3-pc .l-gallery {
  width: 5.53rem;
  height: 5.61rem;
  position: absolute;
  top: 0.52rem;
  right: 0.97rem;
}
#top-intro3-pc .l-gallery img {
  border-radius: 0.04rem;
}

#top-intro1-sp {
  padding-bottom: 5.73rem;
}
#top-intro1-sp-deco1 {
  width: 2.81rem;
  height: 2.41rem;
  top: -0.82rem;
  right: 0;
}
#top-intro1-sp-deco1 div {
  background-image: url("../img/top/intro1-1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
#top-intro1-sp-deco2 {
  width: 3.73rem;
  height: 2.49rem;
  background-position: left;
  bottom: 3.76rem;
  left: -0.5rem;
}
#top-intro1-sp-deco2 div {
  background-image: url("../img/top/intro1-2.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#top-intro1-sp .c-heading {
  margin-bottom: 0.39rem;
}
#top-intro1-sp .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}

#top-intro2-sp {
  padding-bottom: 9.71rem;
}
#top-intro2-sp-deco1 {
  width: 3.75rem;
  height: 4.8rem;
  top: -4.47rem;
  right: 0;
}
#top-intro2-sp-deco1 div {
  background-image: url("../img/top/intro2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -1.04rem center;
}
#top-intro2-sp-deco2 {
  width: 3.59rem;
  height: 2.12rem;
  background-position: left;
  bottom: 7.87rem;
  left: 0.16rem;
}
#top-intro2-sp-deco2 div {
  background-image: url("../img/common/brush4.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#top-intro2-sp-deco3 {
  width: 3.13rem;
  height: 2.35rem;
  top: 0;
  left: 0;
}
#top-intro2-sp-deco4 {
  width: 2rem;
  height: 1.5rem;
  bottom: 0;
  right: 0;
}
#top-intro2-sp .c-heading {
  margin-bottom: 0.48rem;
}
#top-intro2-sp .l-desc {
  margin-top: 0.48rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#top-intro2-sp .c-btn--underline {
  margin-top: 0.32rem;
  margin-left: auto;
}
#top-intro2-sp .l-gallery {
  width: 3.43rem;
  height: 3.61rem;
  position: absolute;
  bottom: 5.54rem;
  left: 0.16rem;
  z-index: 4;
}
#top-intro2-sp .l-gallery picture {
  position: absolute;
}
#top-intro2-sp .l-gallery picture img {
  border-radius: 0.06rem;
}

#top-intro3-sp {
  padding-bottom: 4.61rem;
  z-index: 3;
}
#top-intro3-sp-deco1 {
  width: 3.75rem;
  height: 4.4rem;
  top: -4.74rem;
  right: 0;
}
#top-intro3-sp-deco1 div {
  background-image: url("../img/top/intro3.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -1.21rem center;
}
#top-intro3-sp-deco2 {
  width: 3.75rem;
  height: 4.76rem;
  background-position: left;
  top: 0;
  left: 0;
}
#top-intro3-sp-deco2 div {
  background-image: url("../img/common/brush6.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.61rem center;
}
#top-intro3-sp-deco3 {
  width: 3.13rem;
  height: 2.35rem;
  top: 0;
  right: 0;
}
#top-intro3-sp-deco4 {
  width: 2rem;
  height: 1.5rem;
  bottom: 0;
  left: 0;
}
#top-intro3-sp .c-heading {
  margin-bottom: 0.48rem;
}
#top-intro3-sp .l-desc {
  margin-top: 0.48rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#top-intro3-sp .c-btn--underline {
  margin-top: 0.32rem;
  margin-left: auto;
}
#top-intro3-sp .l-gallery {
  width: 3.43rem;
  height: 3.65rem;
  position: absolute;
  bottom: 0.32rem;
  left: 0.16rem;
  z-index: 4;
}
#top-intro3-sp .l-gallery picture {
  position: absolute;
}
#top-intro3-sp .l-gallery picture img {
  border-radius: 0.06rem;
}

#top-banner {
  padding-bottom: 5.15rem;
}
@media screen and (min-width: 768px) {
  #top-banner {
    padding-top: 1.19rem;
    padding-bottom: unset;
  }
}
#top-banner .l-banner {
  width: 100%;
}
#top-banner .l-banner img {
  width: 100%;
  height: auto;
}

#top-message {
  padding-bottom: 0.5rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #top-message {
    padding-top: 3.31rem;
    padding-bottom: 6.55rem;
    overflow: hidden;
  }
}
#top-message-deco1 {
  width: 3.75rem;
  height: 6.43rem;
  top: -5.15rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #top-message-deco1 {
    width: 16.65rem;
    height: 11.12rem;
    top: 0;
    left: calc(50% - 3.76rem);
  }
}
#top-message-deco1 div {
  background-image: url("../img/top/message.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -2.28rem center;
}
@media screen and (min-width: 768px) {
  #top-message-deco1 div {
    background-position: center;
  }
}
#top-message-deco2 {
  width: 3.75rem;
  height: 1.88rem;
  background-position: left;
  top: 1.59rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #top-message-deco2 {
    width: 4.61rem;
    height: 1.88rem;
    top: 4.14rem;
    left: unset;
    right: calc(50% + 0.67rem);
  }
}
#top-message-deco2 div {
  background-image: url("../img/common/brush7.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
#top-message .c-heading--vert {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-message .c-heading--vert {
    margin: unset;
    position: absolute;
    top: 1.83rem;
    right: calc(50% + 3.01rem);
  }
}
#top-message .c-heading--vert span:nth-of-type(2) {
  margin-top: 1.1em;
}
#top-message .l-desc {
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.42rem;
  letter-spacing: 0.13em;
  font-weight: 400;
  margin-top: 0.56rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #top-message .l-desc {
    margin-top: unset;
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
}
#top-message .l-video {
  width: 3.43rem;
  height: 1.93rem;
  position: absolute;
  z-index: 5;
  top: -2.33rem;
  left: 0.16rem;
}
@media screen and (min-width: 768px) {
  #top-message .l-video {
    width: 4.4rem;
    height: 2.47rem;
    top: 3.31rem;
    left: calc(50% + 1.8rem);
  }
}

#top-item {
  padding-bottom: 6.88rem;
}
@media screen and (min-width: 768px) {
  #top-item {
    padding-bottom: 6.76rem;
  }
}
#top-item-deco1 {
  position: absolute;
  width: 3.75rem;
  height: 6.59rem;
  top: -0.4rem;
  left: -0.2rem;
}
@media screen and (min-width: 768px) {
  #top-item-deco1 {
    width: 6.72rem;
    height: 6.34rem;
    top: -6.2rem;
    left: -1.5rem;
  }
}
#top-item-deco1 img {
  -o-object-position: -0.22rem center;
     object-position: -0.22rem center;
}
@media screen and (min-width: 768px) {
  #top-item-deco1 img {
    -o-object-position: center;
       object-position: center;
  }
}
#top-item-deco2 {
  position: absolute;
  width: 3.75rem;
  height: 6.41rem;
  top: -0.57rem;
  left: -0.54rem;
}
@media screen and (min-width: 768px) {
  #top-item-deco2 {
    width: 6.1rem;
    height: 6.7rem;
    top: -7.1rem;
    left: -1.3rem;
  }
}
#top-item-deco2 img {
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 768px) {
  #top-item-deco2 img {
    -o-object-position: center;
       object-position: center;
  }
}
#top-item .l-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.64rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #top-item .l-container {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    gap: unset;
  }
}
#top-item .l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #top-item .l-wrapper {
    width: 4.14rem;
    flex-direction: row;
    gap: 0.32rem;
  }
}
#top-item .l-wrapper .c-heading--name {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
#top-item .l-wrapper:nth-of-type(1) .c-heading--name {
  margin-bottom: 4.7rem;
}
@media screen and (min-width: 768px) {
  #top-item .l-wrapper:nth-of-type(1) .c-heading--name {
    margin-bottom: unset;
  }
}
#top-item .l-wrapper:nth-of-type(2) {
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  #top-item .l-wrapper:nth-of-type(2) {
    align-items: flex-start;
    margin-top: 3.28rem;
  }
}
#top-item .l-wrapper:nth-of-type(2) .c-heading--name {
  margin-bottom: 4.58rem;
}
@media screen and (min-width: 768px) {
  #top-item .l-wrapper:nth-of-type(2) .c-heading--name {
    margin-bottom: unset;
  }
}
#top-item .l-wrapper .c-btn--underline--red {
  margin-top: 0.3rem;
  margin-left: auto;
}
#top-item .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #top-item .l-desc {
    padding-top: 0.3rem;
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#top-item .l-desc small {
  font-size: 0.12rem;
}

#top-experience-deco1 {
  width: 3.75rem;
  height: 7.2rem;
  top: -7.35rem;
  left: 0;
  background-image: url("../img/top/experience1_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -2.84rem center;
}
@media screen and (min-width: 768px) {
  #top-experience-deco1 {
    background-image: url("../img/top/experience1_pc.webp");
    width: 16.38rem;
    height: 9.21rem;
    top: -7.09rem;
    left: unset;
    right: calc(50% - 4.8rem);
    background-position: center;
  }
}
#top-experience-deco2 {
  width: 3.28rem;
  height: 3.92rem;
  top: -1.44rem;
  left: 0.47rem;
  background-image: url("../img/common/brush3.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (min-width: 768px) {
  #top-experience-deco2 {
    width: 4.9rem;
    height: 4.89rem;
    backgorund-position: center;
    top: -2.24rem;
    left: calc(50% + 0.99rem);
  }
}
#top-experience-deco3 {
  position: absolute;
  right: -0.08rem;
  top: 0;
  width: 3.36rem;
  height: 1.68rem;
}
@media screen and (min-width: 768px) {
  #top-experience-deco3 {
    right: 0;
    width: 4.8rem;
    height: 2.4rem;
  }
}
#top-experience-deco4 {
  position: absolute;
  right: 0.16rem;
  bottom: 0.63rem;
  width: 2.7rem;
  height: 1.8rem;
}
@media screen and (min-width: 768px) {
  #top-experience-deco4 {
    width: 3.86rem;
    height: 2.57rem;
    bottom: 1.32rem;
    right: 0;
  }
}
#top-experience-deco5 {
  position: absolute;
  left: 0.16rem;
  bottom: 0;
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (min-width: 768px) {
  #top-experience-deco5 {
    width: 2.7rem;
    height: 2.7rem;
    left: 0;
  }
}
#top-experience-deco6 {
  width: 3.75rem;
  height: 4.78rem;
  bottom: 0.92rem;
  left: 0;
  background-image: url("../img/top/experience2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -1.48rem center;
}
@media screen and (min-width: 768px) {
  #top-experience-deco6 {
    width: 11.28rem;
    height: 7.52rem;
    bottom: 1.66rem;
    left: unset;
    right: calc(50% - 2.4rem);
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  #top-experience-deco7 {
    z-index: 10;
    background-image: url("../img/top/experience6.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 4.36rem;
    height: 3.96rem;
    bottom: -1.7rem;
    left: calc(50% + 1.4rem);
    background-position: center;
  }
}
#top-experience .c-heading--vert {
  position: absolute;
  top: -2.3rem;
  right: 0.32rem;
}
@media screen and (min-width: 768px) {
  #top-experience .c-heading--vert {
    top: -4.69rem;
    right: 0.8rem;
  }
}
#top-experience .c-heading--vert span:nth-of-type(2) {
  margin-top: 1.3em;
}
@media screen and (min-width: 768px) {
  #top-experience .c-heading--vert span:nth-of-type(2) {
    margin-top: unset;
  }
}
#top-experience .l-desc {
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.42rem;
  letter-spacing: 0.13em;
  font-weight: 400;
  margin-top: 0.56rem;
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  #top-experience .l-desc {
    font-size: 0.16rem;
    line-height: 0.4rem;
    margin-left: auto;
    margin-right: 2.16rem;
    margin-bottom: 6.64rem;
    white-space: nowrap;
  }
}
#top-experience .l-video {
  width: 3.43rem;
  height: 1.97rem;
  max-width: unset;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.56rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-experience .l-video {
    width: 4.8rem;
    height: 2.76rem;
    position: absolute;
    transform: unset;
    left: unset;
    top: 0.4rem;
    left: 0;
    margin-top: unset;
    margin-bottom: unset;
  }
}
#top-experience .l-gallery {
  max-width: unset;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 4.51rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-bottom: 2.82rem;
}
@media screen and (min-width: 768px) {
  #top-experience .l-gallery {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5.96rem;
    height: 6.93rem;
    left: unset;
    transform: unset;
    margin-bottom: unset;
  }
}
#top-experience .l-gallery img {
  border-radius: 0.08rem;
}
@media screen and (min-width: 768px) {
  #top-experience .l-content {
    width: 3.28rem;
    margin-left: 0.8rem;
  }
}
#top-experience .l-content p {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #top-experience .l-content p {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#top-experience .l-content .c-btn--underline--red {
  margin-top: 0.4rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #top-experience .l-content .c-btn--underline--red {
    margin-top: 0.62rem;
  }
}

#top-daruma {
  padding-top: 1.91rem;
  padding-bottom: 1.81rem;
}
@media screen and (min-width: 768px) {
  #top-daruma {
    padding-top: 5.57rem;
    padding-bottom: 3rem;
  }
}
#top-daruma-deco1 {
  display: none;
}
@media screen and (min-width: 768px) {
  #top-daruma-deco1 {
    display: block;
    width: 5.96rem;
    height: 8.94rem;
    background-image: url("../img/top/daruma1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.82rem;
    left: calc(50% - 3.89rem);
  }
}
#top-daruma-deco2 {
  top: 0;
  left: -0.64rem;
  width: 2.83rem;
  height: 2.64rem;
}
@media screen and (min-width: 768px) {
  #top-daruma-deco2 {
    top: 0;
    left: 0;
    width: 5.34rem;
    height: 4.99rem;
  }
}
#top-daruma-deco3 {
  bottom: 0;
  left: 0.33rem;
  width: 2.42rem;
  height: 1.62rem;
}
@media screen and (min-width: 768px) {
  #top-daruma-deco3 {
    left: unset;
    right: 0;
    width: 3.42rem;
    height: 2.28rem;
  }
}
#top-daruma-deco4 {
  width: 3.75rem;
  height: 2.23rem;
  background-image: url("../img/common/brush4.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.1rem center;
  top: 5.23rem;
  left: 0;
}
#top-daruma-deco5 {
  background-image: url("../img/top/daruma4.webp");
  width: 3.75rem;
  height: 5rem;
  right: 0;
  top: 0rem;
  background-position: -2.5rem center;
}
@media screen and (min-width: 768px) {
  #top-daruma-deco5 {
    width: 12.26rem;
    height: 9.2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -0.1rem center;
    top: 1.1rem;
    right: calc(50% - 2.24rem);
  }
}
#top-daruma .c-heading--vert {
  position: absolute;
  top: -0.7rem;
  right: 0.12rem;
}
@media screen and (min-width: 768px) {
  #top-daruma .c-heading--vert {
    top: -3.57rem;
    left: calc(50% + 2.07rem);
    right: unset;
  }
}
#top-daruma .l-gallery {
  max-width: unset;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 4.44rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 768px) {
  #top-daruma .l-gallery {
    position: absolute;
    left: -0.8rem;
    top: -2.15rem;
    width: 6.25rem;
    height: 7.68rem;
    transform: unset;
    margin-bottom: unset;
  }
}
#top-daruma .l-gallery img {
  border-radius: 0.08rem;
}
#top-daruma .c-btn--underline--red {
  margin-left: auto;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-daruma .c-btn--underline--red {
    margin-top: 0.56rem;
  }
}
@media screen and (min-width: 768px) {
  #top-daruma .l-container {
    width: 5.01rem;
    margin-left: auto;
  }
}

#top-store {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  #top-store {
    padding-bottom: 5.4rem;
  }
}
#top-store .c-heading--center {
  margin-bottom: 3.93rem;
}
@media screen and (min-width: 768px) {
  #top-store .c-heading--center {
    margin-bottom: 2.08rem;
  }
}
@media screen and (min-width: 768px) {
  #top-store .l-container {
    width: 3.36rem;
    margin-left: auto;
  }
}
#top-store .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.04rem;
}
@media screen and (min-width: 768px) {
  #top-store .l-desc {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
}
#top-store .c-btn--underline--red {
  margin-top: 0.26rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #top-store .c-btn--underline--red {
    margin-top: 0.64rem;
  }
}
#top-store .l-gallery {
  max-width: unset;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 2.6rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-store .l-gallery {
    position: absolute;
    left: 0.8rem;
    top: 2.4rem;
    width: 6.72rem;
    height: 6.28rem;
    transform: unset;
    margin-top: unset;
  }
}
#top-store .l-gallery img {
  border-radius: 0.08rem;
}
#top-store-deco1 {
  width: 3.75rem;
  height: 4.54rem;
  background-image: url("../img/common/brush5.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.32rem center;
  top: -2.17rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #top-store-deco1 {
    width: 6.37rem;
    height: 5.68rem;
    top: -2.51rem;
    left: calc(50% - 2.66rem);
  }
}
#top-store-deco2 {
  display: block;
  width: 3.75rem;
  height: 4.78rem;
  background-image: url("../img/top/store1_pc.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.62rem center;
  position: absolute;
  top: 0.62rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #top-store-deco2 {
    width: 9.68rem;
    height: 6.46rem;
    background-image: url("../img/top/store1_pc.webp");
    background-position: center;
    top: 0.1rem;
    left: unset;
    right: calc(50% - 0.69rem);
  }
}
#top-store-deco3 {
  top: 0;
  right: 0;
  width: 2.04rem;
  height: 1.36rem;
}
@media screen and (min-width: 768px) {
  #top-store-deco3 {
    width: 4.98rem;
    height: 3.32rem;
  }
}
#top-store-deco4 {
  bottom: 0;
  left: 0.12rem;
  width: 2.4rem;
  height: 1.6rem;
}
@media screen and (min-width: 768px) {
  #top-store-deco4 {
    padding-left: unset;
    width: 4rem;
    height: 2rem;
  }
}
#top-store-deco5 {
  display: none;
}
@media screen and (min-width: 768px) {
  #top-store-deco5 {
    display: block;
    background-image: url("../img/top/store4.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 6.46rem;
    height: 4.32rem;
    bottom: 0.88rem;
    left: calc(50% - 0.69rem);
  }
}

#top-online-shop {
  overflow: hidden;
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  #top-online-shop {
    padding-bottom: 2rem;
  }
}
#top-online-shop .c-heading--center {
  margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  #top-online-shop .c-heading--center {
    margin-bottom: 0.4rem;
  }
}
#top-online-shop .l-desc {
  text-align: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  width: 3.43rem;
  margin: 0 auto 0.48rem;
}
@media screen and (min-width: 768px) {
  #top-online-shop .l-desc {
    margin-bottom: 0.64rem;
    font-size: 0.16rem;
    line-height: 0.32rem;
    width: unset;
  }
}
#top-online-shop .l-slider {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
#top-online-shop .l-slider .swiper {
  height: 2.24rem;
  overflow: initial;
}
@media screen and (min-width: 768px) {
  #top-online-shop .l-slider .swiper {
    height: 22.2222222222vw;
  }
}
#top-online-shop .l-slider .swiper-wrapper {
  overflow: initial;
}
#top-online-shop .l-slider .l-link {
  display: flex;
  transition: 0.3s;
}
#top-online-shop .l-slider .l-link picture {
  flex-grow: 1;
  height: 100%;
}
#top-online-shop .l-slider .l-link h3 {
  display: flex;
  align-items: center;
  height: 100%;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-top: 0.17rem;
  position: relative;
  background-color: rgba(183, 141, 56, 0.1);
  width: 0.72rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  #top-online-shop .l-slider .l-link h3 {
    width: 1.2rem;
    padding-top: 0.24rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
#top-online-shop .l-slider .l-link h3 i {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.17rem;
  height: 0.17rem;
  left: 50%;
  bottom: 0.17rem;
  transform: translateX(-50%);
  background-color: #C62222;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  #top-online-shop .l-slider .l-link h3 i {
    width: 0.24rem;
    height: 0.24rem;
    bottom: 0.24rem;
  }
}
#top-online-shop .l-slider .l-link h3 i::after {
  content: "";
  width: 0.04rem;
  height: 0.05rem;
  background-image: url("../img/common/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  #top-online-shop .l-slider .l-link h3 i::after {
    width: 0.06rem;
    height: 0.08rem;
  }
}
#top-online-shop .l-slider__ui {
  display: flex;
  gap: 0.05rem;
  margin-top: 0.16rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #top-online-shop .l-slider__ui {
    width: 4.45rem;
    margin: 0.4rem auto 0;
  }
}
#top-online-shop .l-slider__next {
  width: 0.08rem;
  height: 0.06rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  #top-online-shop .l-slider__next {
    background-color: #B78D38;
    border-radius: 1rem;
    width: 0.2rem;
    height: 0.09rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0.03rem;
    padding-right: 0.03rem;
  }
}
#top-online-shop .l-slider__next::before {
  content: "";
  width: 0.08rem;
  height: 0.06rem;
  flex: none;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-online-shop .l-slider__next::before {
    filter: brightness(0) invert(1);
    width: 0.066rem;
    height: 0.0426rem;
  }
}
#top-online-shop .l-slider__prev {
  width: 0.08rem;
  height: 0.06rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  #top-online-shop .l-slider__prev {
    background-color: #B78D38;
    border-radius: 1rem;
    width: 0.2rem;
    height: 0.09rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0.03rem;
    padding-right: 0.03rem;
  }
}
#top-online-shop .l-slider__prev::before {
  content: "";
  width: 0.08rem;
  height: 0.06rem;
  flex: none;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  #top-online-shop .l-slider__prev::before {
    filter: brightness(0) invert(1);
    width: 0.066rem;
    height: 0.0426rem;
  }
}
#top-online-shop .l-slider__scrollbar {
  flex-grow: 1;
  background-color: rgba(183, 141, 56, 0.24);
  border-radius: 1rem;
  height: 0.03rem;
}
#top-online-shop .l-slider__scrollbar .swiper-scrollbar-drag {
  background-color: #B78D38;
}
#top-online-shop .c-btn--arrow--red {
  width: 2.4rem;
  height: 0.56rem;
  margin: 0.64rem auto 0;
}
@media screen and (min-width: 768px) {
  #top-online-shop .c-btn--arrow--red {
    width: 2.8rem;
    height: 0.72rem;
  }
}

#top-instagram {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  #top-instagram {
    padding-bottom: 2rem;
  }
}
#top-instagram .c-heading--center {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-instagram .c-heading--center {
    margin-bottom: 0.8rem;
  }
}
#top-instagram .c-btn--instagram {
  margin: 0.64rem auto 0;
}
@media screen and (min-width: 768px) {
  #top-instagram .c-btn--instagram {
    margin-top: 0.8rem;
  }
}
#top-instagram .l-slider {
  margin-bottom: 0.57rem;
}
@media screen and (min-width: 768px) {
  #top-instagram .l-slider {
    margin-bottom: 0.72rem;
  }
}
#top-instagram .l-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
#top-instagram .l-slider .swiper-wrapper .swiper-slide {
  max-height: 100%;
  display: block;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
#top-instagram .l-slider .swiper-wrapper .swiper-slide:hover {
  opacity: 0.7;
}
#top-instagram .l-slider .swiper-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
}

#top-news {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  #top-news {
    padding-bottom: 2rem;
  }
}
#top-news .c-heading--center {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-news .c-heading--center {
    margin-bottom: 0.64rem;
  }
}
@media screen and (min-width: 768px) {
  #top-news .p-news-list {
    width: 8.91rem;
    margin: auto;
  }
}

#top-global {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  #top-global {
    padding-bottom: 2rem;
  }
}
#top-global .c-heading--center {
  margin-bottom: 0.46rem;
}
#top-global .l-map {
  width: 100%;
  overflow: scroll;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #top-global .l-map {
    overflow: initial;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: unset;
  }
}
#top-global .l-map picture {
  display: block;
  width: 12rem;
  height: -moz-fit-content;
  height: fit-content;
  max-width: unset;
}
#top-global .c-btn--arrow--red {
  margin: auto;
}

#nakata-fv {
  width: 100%;
  height: 9.6rem;
}
@media screen and (min-width: 768px) {
  #nakata-fv {
    height: 9.84rem;
  }
}
#nakata-fv .l-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #nakata-fv .l-image {
    flex-direction: row;
  }
}
#nakata-fv .l-image picture {
  width: 100%;
  height: 50%;
}
@media screen and (min-width: 768px) {
  #nakata-fv .l-image picture {
    width: 50%;
    height: 100%;
  }
}
#nakata-fv .l-image::after {
  content: "";
  position: absolute;
  bottom: -0.36rem;
  left: 0;
  width: 100%;
  height: 2.05rem;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.98) 20%, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0.54) 60%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
}
#nakata-fv .l-container {
  width: 1.6rem;
  height: 4.34rem;
  position: absolute;
  top: 2.33rem;
  left: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.24rem;
  padding-bottom: 0.21rem;
}
@media screen and (min-width: 768px) {
  #nakata-fv .l-container {
    width: 2.4rem;
    height: 6.6rem;
    left: 50%;
    top: 1.2rem;
    transform: translateX(-50%);
    padding-top: 0.64rem;
    padding-bottom: 0.64rem;
  }
}
#nakata-fv .l-container {
  background: linear-gradient(to bottom, rgba(198, 34, 34, 0.3) 0%, rgba(168, 22, 22, 0.8) 25%, #d99292 50%, #f3dcdc 70%, white 90%, white 100%);
}
#nakata-fv .l-container .l-heading {
  color: white;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 0.33rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #nakata-fv .l-container .l-heading {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }
}
#nakata-fv .l-container .p-name {
  padding-right: 0.09rem;
  margin-top: unset;
  margin-bottom: unset;
  position: relative;
  left: 0.1rem;
}
@media screen and (min-width: 768px) {
  #nakata-fv .l-container .p-name {
    padding-right: 0.14rem;
    left: 0.1rem;
  }
}
#nakata-fv .l-container .p-name em {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.14rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.05rem;
  margin-left: 0.1rem;
}
@media screen and (min-width: 768px) {
  #nakata-fv .l-container .p-name em {
    font-size: 0.18rem;
    line-height: 0.28rem;
    padding-left: 0.1rem;
    margin-left: 0.15rem;
  }
}
#nakata-fv .l-container .p-name span {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #nakata-fv .l-container .p-name span {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#nakata-fv .l-container .p-name strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 0.2rem;
  letter-spacing: 0.4em;
  font-weight: 700;
  margin-left: 0.04rem;
  margin-right: 0.1rem;
}
@media screen and (min-width: 768px) {
  #nakata-fv .l-container .p-name strong {
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin-right: 0.13rem;
  }
}
#nakata-fv .l-container .p-name small {
  font-family: "Cormorant", serif;
  font-size: 0.12rem;
  line-height: 0.12rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #nakata-fv .l-container .p-name small {
    font-size: 0.16rem;
    line-height: 0.16rem;
  }
}

#nakata-intro {
  padding-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  #nakata-intro {
    padding-top: unset;
    overflow: hidden;
  }
}
#nakata-intro-deco1 {
  width: 100%;
  height: 5.6rem;
  background-image: url("../img/nakata/intro.webp");
  background-size: cover;
  background-repeat: no-repeat;
  top: 4.68rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #nakata-intro-deco1 {
    width: 12.29rem;
    height: 8.62rem;
    top: 0.49rem;
    left: unset;
    right: calc(50% - 2.75rem);
  }
}
#nakata-intro-deco2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #nakata-intro-deco2 {
    display: block;
    width: 6.1rem;
    height: 6.09rem;
    background-image: url("../img/common/brush8.svg");
    background-size: cover;
    background-repeat: no-repeat;
    top: 1.35rem;
    left: calc(50% + 2.75rem);
  }
}
#nakata-intro .l-heading {
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 0.37rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.57rem;
}
@media screen and (min-width: 768px) {
  #nakata-intro .l-heading {
    font-size: 0.32rem;
    line-height: 0.64rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #nakata-intro .l-container {
    width: 50%;
    margin-left: auto;
    position: relative;
    padding-left: 1.28rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    align-items: flex-start;
  }
}
#nakata-intro .l-video {
  width: 100%;
  height: 1.84rem;
  margin-top: 3.02rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #nakata-intro .l-video {
    position: absolute;
    bottom: 1.06rem;
    left: 0;
    transform: translateX(-100%);
    margin-top: calc(N / 100 * 1rem);
    margin-bottom: unset;
    width: 7.2rem;
    height: 4.05rem;
    max-width: unset;
  }
}
#nakata-intro .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #nakata-intro .l-desc {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
}

#nakata-profile {
  padding-top: 5.9rem;
}
@media screen and (min-width: 768px) {
  #nakata-profile {
    padding-top: 2.4rem;
  }
}
#nakata-profile-deco1 {
  width: 3.51rem;
  height: 2.11rem;
  background-image: url("../img/common/brush4.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  top: 0.37rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #nakata-profile-deco1 {
    width: 5.25rem;
    height: 2.64rem;
    top: -0.71rem;
    left: unset;
    right: calc(50% + 2.69rem);
    background-color: center;
  }
}
#nakata-profile-deco2 {
  width: 3.75rem;
  height: 3.78rem;
  background-image: url("../img/nakata/profile.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  top: 1.8rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  #nakata-profile-deco2 {
    width: 9.52rem;
    height: 6.36rem;
    top: 1.95rem;
  }
}
#nakata-profile .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #nakata-profile .l-desc {
    font-size: 0.16rem;
    line-height: 0.4rem;
    margin-bottom: 0.45rem;
  }
}
#nakata-profile .l-history {
  width: 100%;
  padding-bottom: 0.32rem;
  border-bottom: 0.01rem solid #C62222;
}
@media screen and (min-width: 768px) {
  #nakata-profile .l-history {
    width: 3.2rem;
  }
}
#nakata-profile .l-history h2 {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  gap: 0.22rem;
  width: 100%;
  align-items: center;
  color: #C62222;
  margin-bottom: 0.22rem;
}
#nakata-profile .l-history h2::after {
  content: "";
  flex-grow: 1;
  height: 0.01rem;
  background-color: #C62222;
}
#nakata-profile .l-history p {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.24rem;
}

#nakata-mission {
  padding-top: 4.97rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #nakata-mission {
    padding-top: 3.58rem;
    padding-bottom: 3.85rem;
    margin-bottom: -3.85rem;
  }
}
#nakata-mission-deco1 {
  width: 3.75rem;
  height: 4.58rem;
  background-image: url("../img/common/brush9.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  top: -0.54rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #nakata-mission-deco1 {
    width: 6.37rem;
    height: 5.73rem;
    top: -0.46rem;
    left: unset;
    left: calc(50% + 1.23rem);
    background-color: center;
  }
}
#nakata-mission-deco2 {
  width: 3.75rem;
  height: 5.6rem;
  background-image: url("../img/nakata/mission.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -3.2rem center;
  top: -0.24rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  #nakata-mission-deco2 {
    width: 12.26rem;
    height: 9.2rem;
    background-position: center;
    top: 0.34rem;
    right: calc(50% - 2.76rem);
  }
}
#nakata-mission .l-heading {
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.32rem;
  line-height: 0.32rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  gap: 0.1rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: -3.58rem;
  right: 0.24rem;
}
@media screen and (min-width: 768px) {
  #nakata-mission .l-heading {
    flex-direction: row;
    font-size: 0.36rem;
    line-height: 0.36rem;
    gap: unset;
    top: -0.8rem;
    right: 0;
  }
}
#nakata-mission .l-heading span {
  display: block;
  white-space: nowrap;
}
#nakata-mission .l-heading span:nth-of-type(2) {
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  #nakata-mission .l-heading span:nth-of-type(2) {
    margin-top: unset;
  }
}
#nakata-mission .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #nakata-mission .l-desc {
    display: block;
    padding-left: 0.8rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
    width: 50%;
    display: block;
    margin-left: auto;
  }
}

#nakata-daruma {
  padding-top: 4.36rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #nakata-daruma {
    padding-top: 3.85rem;
    padding-bottom: 1.69rem;
  }
}
#nakata-daruma-deco1 {
  width: 3.75rem;
  height: 4.18rem;
  background-image: url("../img/nakata/daruma1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.45rem center;
  top: 0.39rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  #nakata-daruma-deco1 {
    width: 10.44rem;
    height: 6.96rem;
    background-position: center;
    top: 0.54rem;
    left: calc(50% - 1.57rem);
  }
}
#nakata-daruma-deco3 {
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.16rem;
}
@media screen and (min-width: 768px) {
  #nakata-daruma-deco3 {
    gap: 0.25rem;
  }
}
#nakata-daruma-deco3 picture {
  width: 1.5rem;
  height: 1.83rem;
}
@media screen and (min-width: 768px) {
  #nakata-daruma-deco3 picture {
    width: 2.14rem;
    height: 2.62rem;
  }
}
#nakata-daruma-deco4 {
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 0.16rem;
}
@media screen and (min-width: 768px) {
  #nakata-daruma-deco4 {
    gap: 0.25rem;
  }
}
#nakata-daruma-deco4 picture {
  width: 1.65rem;
  height: 1.79rem;
}
@media screen and (min-width: 768px) {
  #nakata-daruma-deco4 picture {
    width: 2.35rem;
    height: 2.55rem;
  }
}
#nakata-daruma-deco5 {
  display: none;
}
@media screen and (min-width: 768px) {
  #nakata-daruma-deco5 {
    display: block;
    background-image: url("../img/common/brush2.svg");
    width: 6.03rem;
    height: 2.46rem;
    bottom: 1.44rem;
    left: unset;
    left: calc(50% - 1.38rem);
    background-color: center;
  }
}
#nakata-daruma .l-heading {
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.32rem;
  line-height: 0.32rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  gap: 0.1rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: -3.16rem;
  left: 0.24rem;
}
@media screen and (min-width: 768px) {
  #nakata-daruma .l-heading {
    flex-direction: row;
    font-size: 0.36rem;
    line-height: 0.36rem;
    gap: unset;
    top: -0.8rem;
    left: 0;
  }
}
#nakata-daruma .l-heading span {
  display: block;
  white-space: nowrap;
}
#nakata-daruma .l-heading span:nth-of-type(2) {
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  #nakata-daruma .l-heading span:nth-of-type(2) {
    margin-top: unset;
  }
}
#nakata-daruma .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #nakata-daruma .l-desc {
    padding-left: 1.21rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
}
#nakata-daruma .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #nakata-daruma .l-container {
    flex-direction: row-reverse;
    gap: unset;
  }
}
#nakata-daruma .l-container .l-gallery {
  width: 3.27rem;
  height: 2.18rem;
  position: relative;
  right: -0.24rem;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  #nakata-daruma .l-container .l-gallery {
    right: -0.85rem;
    width: 5.6rem;
    height: 3.74rem;
    margin-top: unset;
  }
}
#nakata-daruma .l-container .l-gallery img {
  border-radius: 0.08rem;
}
#nakata-daruma .l-container .l-item {
  width: 3.27rem;
  height: 3.62rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #nakata-daruma .l-container .l-item {
    width: 4.9rem;
    height: 5.27rem;
    margin-top: 1.01rem;
  }
}
#nakata-daruma .l-container .l-item__wrapper {
  position: absolute;
}
#nakata-daruma .l-container .l-item__name {
  width: 0.44rem;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
  position: relative;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.18rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #nakata-daruma .l-container .l-item__name {
    width: 0.62rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.26rem;
  }
}
#nakata-daruma .l-container .l-item__name::after {
  content: "";
  width: 0.035rem;
  height: 100%;
  background-image: url("../img/common/deco_brush.svg");
  background-size: auto auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(-1);
}
@media screen and (min-width: 768px) {
  #nakata-daruma .l-container .l-item__name::after {
    width: 0.035rem;
    height: 100%;
  }
}

#nakata-hobby {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #nakata-hobby {
    padding-bottom: 1.2rem;
  }
}
#nakata-hobby-deco1 {
  width: 1.4rem;
  height: 3.01rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url("../img/nakata/hobby1.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #nakata-hobby-deco1 {
    top: 1.29rem;
    left: 0;
    width: 2.42rem;
    height: 5.2rem;
  }
}
#nakata-hobby-deco2 {
  width: 1.4rem;
  height: 3.01rem;
  top: 1.7rem;
  right: 0.4rem;
  background-image: url("../img/nakata/hobby2.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #nakata-hobby-deco2 {
    top: 1.29rem;
    right: 0;
    width: 2.42rem;
    height: 5.2rem;
  }
}
#nakata-hobby .c-heading--center {
  margin-bottom: 4.45rem;
}
@media screen and (min-width: 768px) {
  #nakata-hobby .c-heading--center {
    margin-bottom: 1.2rem;
  }
}
#nakata-hobby .l-heading {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.32rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #nakata-hobby .l-heading {
    margin-bottom: 0.48rem;
  }
}
#nakata-hobby .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #nakata-hobby .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
    margin-bottom: 1.44rem;
    text-align: center;
  }
}
#nakata-hobby .l-gallery {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #nakata-hobby .l-gallery {
    justify-content: center;
    gap: 0.56rem;
  }
}
#nakata-hobby .l-gallery picture {
  width: 1.54rem;
  height: 1.15rem;
}
@media screen and (min-width: 768px) {
  #nakata-hobby .l-gallery picture {
    width: 4.27rem;
    height: 3.2rem;
  }
}

#nakata-gallery {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  #nakata-gallery {
    padding-bottom: 2rem;
  }
}
#nakata-gallery .l-heading {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #nakata-gallery .l-heading {
    margin-bottom: 0.48rem;
  }
}
#nakata-gallery .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #nakata-gallery .l-desc {
    margin-bottom: 0.8rem;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#nakata-gallery .l-slider {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #nakata-gallery .l-slider {
    gap: 0.8rem;
  }
}
#nakata-gallery .l-slider__main {
  width: 3.27rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #nakata-gallery .l-slider__main {
    width: 7rem;
  }
}
#nakata-gallery .l-slider__thumb img {
  border-radius: 0.04rem;
}
@media screen and (min-width: 768px) {
  #nakata-gallery .l-slider__thumb img {
    border-radius: 0.1rem;
  }
}

#chihiro-fv {
  width: 100%;
  height: 9.6rem;
}
@media screen and (min-width: 768px) {
  #chihiro-fv {
    height: 9.84rem;
  }
}
#chihiro-fv .l-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #chihiro-fv .l-image {
    flex-direction: row;
  }
}
#chihiro-fv .l-image picture {
  width: 100%;
  height: 50%;
}
@media screen and (min-width: 768px) {
  #chihiro-fv .l-image picture {
    width: 50%;
    height: 100%;
  }
}
#chihiro-fv .l-image::after {
  content: "";
  position: absolute;
  bottom: -0.36rem;
  left: 0;
  width: 100%;
  height: 2.05rem;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.98) 20%, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0.54) 60%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
}
#chihiro-fv .l-container {
  width: 1.6rem;
  height: 4.34rem;
  position: absolute;
  top: 2.33rem;
  left: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.24rem;
  padding-bottom: 0.21rem;
  background: linear-gradient(to bottom, rgba(183, 141, 56, 0.3) 0%, rgba(201, 169, 105, 0.78) 25%, white 100%);
}
@media screen and (min-width: 768px) {
  #chihiro-fv .l-container {
    width: 2.4rem;
    height: 6.6rem;
    left: 50%;
    top: 1.2rem;
    transform: translateX(-50%);
    padding-top: 0.43rem;
    padding-bottom: 0.46rem;
  }
}
#chihiro-fv .l-container .l-heading {
  color: white;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 0.33rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #chihiro-fv .l-container .l-heading {
    font-size: 0.32rem;
    line-height: 0.52rem;
    letter-spacing: 0.05em;
  }
}
#chihiro-fv .l-container .p-name {
  padding-right: unset;
  position: relative;
  left: 0.05rem;
  margin-top: unset;
  margin-bottom: unset;
}
@media screen and (min-width: 768px) {
  #chihiro-fv .l-container .p-name {
    padding-right: 0.05rem;
  }
}
#chihiro-fv .l-container .p-name em {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.14rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.05rem;
  margin-left: 0.1rem;
}
@media screen and (min-width: 768px) {
  #chihiro-fv .l-container .p-name em {
    font-size: 0.18rem;
    line-height: 0.28rem;
    padding-left: 0.1rem;
    margin-left: 0.15rem;
  }
}
#chihiro-fv .l-container .p-name span {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #chihiro-fv .l-container .p-name span {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#chihiro-fv .l-container .p-name strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 0.2rem;
  letter-spacing: 0.4em;
  font-weight: 700;
  margin-left: 0.04rem;
}
@media screen and (min-width: 768px) {
  #chihiro-fv .l-container .p-name strong {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
}
#chihiro-fv .l-container .p-name small {
  font-family: "Cormorant", serif;
  font-size: 0.12rem;
  line-height: 0.12rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #chihiro-fv .l-container .p-name small {
    font-size: 0.16rem;
    line-height: 0.16rem;
  }
}

#chihiro-intro {
  padding-top: 0.25rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #chihiro-intro {
    padding-top: unset;
    padding-bottom: 1.4rem;
    overflow: hidden;
  }
}
#chihiro-intro .l-heading {
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 0.37rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.57rem;
}
@media screen and (min-width: 768px) {
  #chihiro-intro .l-heading {
    font-size: 0.32rem;
    line-height: 0.64rem;
    margin-bottom: 1.6rem;
  }
}
#chihiro-intro .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #chihiro-intro .l-container {
    width: 50%;
    margin-left: auto;
    position: relative;
    padding-left: 1.28rem;
    gap: 0.56rem;
  }
}
#chihiro-intro .l-gallery {
  width: 3.23rem;
  height: 4.01rem;
  position: relative;
  margin-top: 0.08rem;
  margin-bottom: 0.08rem;
}
@media screen and (min-width: 768px) {
  #chihiro-intro .l-gallery {
    margin-top: unset;
    margin-bottom: unset;
    width: 5.16rem;
    height: 6.4rem;
    position: absolute;
    left: -0.44rem;
    top: 0.8rem;
    transform: translateX(-100%);
  }
}
#chihiro-intro .l-gallery picture {
  width: 1.5rem;
  height: 3rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #chihiro-intro .l-gallery picture {
    width: 2.4rem;
    height: 4.8rem;
  }
}
#chihiro-intro .l-gallery picture img {
  border-radius: 0.04rem;
}
#chihiro-intro .l-gallery picture:nth-of-type(1) {
  bottom: 0;
  left: 0;
}
#chihiro-intro .l-gallery picture:nth-of-type(2) {
  top: 0;
  right: 0;
}
#chihiro-intro .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #chihiro-intro .l-desc {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
}
#chihiro-intro .l-desc small {
  display: block;
  font-size: 0.8em;
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  #chihiro-intro .l-desc small {
    margin-top: 0.21rem;
  }
}

#chihiro-daruma {
  overflow: hidden;
  padding-bottom: 10.01rem;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma {
    padding-bottom: 9.58rem;
  }
}
#chihiro-daruma-deco1 {
  width: 6.14rem;
  height: 1.47rem;
  top: 0;
  left: -0.12rem;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma-deco1 {
    width: 9.7rem;
    height: 2.33rem;
    left: calc(50% - 2.5rem);
    top: -0.18rem;
  }
}
#chihiro-daruma-deco1 div {
  background-image: url("../img/common/sakura1.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#chihiro-daruma-deco2 {
  width: 5.3rem;
  height: 5.86rem;
  top: 1.7rem;
  left: 0.85rem;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma-deco2 {
    width: 8.32rem;
    height: 9.18rem;
    left: calc(50% + 0.44rem);
    top: 1.72rem;
  }
}
#chihiro-daruma-deco2 div {
  background-image: url("../img/chihiro/daruma1.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#chihiro-daruma-deco3 {
  width: 6.16rem;
  height: 3.78rem;
  top: 5.82rem;
  left: -2.65rem;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma-deco3 {
    width: 61.1111111111vw;
    height: 5.4rem;
    top: 4.23rem;
    left: 0;
  }
}
#chihiro-daruma-deco3 div {
  background-image: url("../img/chihiro/daruma2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0.04rem 0.04rem 0;
}
#chihiro-daruma-deco4 {
  width: 3.5rem;
  height: 1.66rem;
  top: 9.8rem;
  left: -0.26rem;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma-deco4 {
    top: 10.69rem;
    right: calc(50% + 2.87rem);
  }
}
#chihiro-daruma-deco4 div {
  background-image: url("../img/common/sakura2.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#chihiro-daruma-deco5 {
  width: 6.66rem;
  height: 4.17rem;
  bottom: 6.47rem;
  left: -0.26rem;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma-deco5 {
    bottom: 5.54rem;
    width: 8.32rem;
    height: 5.21rem;
    left: calc(50% + 0.1rem);
  }
}
#chihiro-daruma-deco5 div {
  background-image: url("../img/common/sakura3.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#chihiro-daruma .l-heading {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.32rem;
  line-height: 0.32rem;
  letter-spacing: 0.3em;
  font-weight: 400;
  color: #B78D38;
  margin: auto;
  display: block;
  text-align: center;
  margin-bottom: 8.99rem;
  writing-mode: vertical-rl;
  white-space: nowrap;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma .l-heading {
    font-size: 0.4rem;
    line-height: 0.53rem;
    letter-spacing: 0.4em;
  }
}
#chihiro-daruma .l-catch {
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: rgba(183, 141, 56, 0.1);
  font-family: "Cormorant", serif;
  font-size: 0.82rem;
  line-height: 0.98rem;
  letter-spacing: 0em;
  font-weight: 600;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 1.34rem;
  left: -0.28rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma .l-catch {
    writing-mode: horizontal-tb;
    top: 1.08rem;
    left: unset;
    right: calc(50% - 1.55rem);
    font-size: 1.02rem;
    line-height: 1.23rem;
  }
}
#chihiro-daruma .l-catch span {
  display: block;
}
#chihiro-daruma .l-catch span:nth-of-type(2) {
  margin-top: 0.58rem;
  margin-right: -0.25rem;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma .l-catch span:nth-of-type(2) {
    margin-top: -0.33rem;
    margin-left: 0.73rem;
    margin-right: unset;
  }
}
#chihiro-daruma .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma .l-desc {
    font-size: 0.16rem;
    line-height: 0.4rem;
    margin-bottom: 6.03rem;
  }
}
#chihiro-daruma .l-gallery {
  width: 3.75rem;
  height: 4.54rem;
  max-width: unset;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 3.15rem;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma .l-gallery {
    position: absolute;
    width: 63.3333333333vw;
    height: 6.82rem;
    top: 11.67rem;
    transform: unset;
    left: calc(50% - 1.92rem);
  }
}
#chihiro-daruma .l-gallery picture {
  position: absolute;
}
#chihiro-daruma .l-gallery picture:nth-of-type(1) {
  top: 0;
  right: 0;
  width: 3.51rem;
  height: 1.75rem;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma .l-gallery picture:nth-of-type(1) {
    width: 6.4rem;
    height: 3.2rem;
  }
}
#chihiro-daruma .l-gallery picture:nth-of-type(2) {
  bottom: 0;
  left: 0;
  width: 3.2rem;
  height: 2.15rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma .l-gallery picture:nth-of-type(2) {
    width: 4.2rem;
    height: 2.82rem;
  }
}
#chihiro-daruma .l-gallery picture:nth-of-type(3) {
  width: 1.96rem;
  height: 2.94rem;
  right: 0.2rem;
  bottom: -2.51rem;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma .l-gallery picture:nth-of-type(3) {
    width: 2.8rem;
    height: 4.2rem;
    right: unset;
    left: -3.68rem;
    bottom: -2.88rem;
  }
}
#chihiro-daruma .l-gallery picture:nth-of-type(3) img {
  border-radius: 0.04rem;
}
#chihiro-daruma .l-slider {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 1.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma .l-slider {
    width: 6.17rem;
    height: 2.6rem;
    position: relative;
    left: unset;
    transform: unset;
    margin-left: auto;
  }
}
#chihiro-daruma .l-slider .swiper {
  height: 100%;
}
#chihiro-daruma .l-slider .swiper-wrapper {
  height: 100%;
}
#chihiro-daruma .l-slider .swiper-slide {
  cursor: pointer;
  transition: 0.3s;
  height: 100%;
}
#chihiro-daruma .l-slider .swiper-slide:hover {
  opacity: 0.7;
}
#chihiro-daruma .l-slider img {
  border-radius: 0.04rem;
}
#chihiro-daruma .l-slider__next {
  display: none;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma .l-slider__next {
    display: block;
    width: 0.15rem;
    height: 0.25rem;
    position: absolute;
    right: -0.29rem;
    top: 50%;
    transform: translate(100%, -50%);
    background-image: url("../img/common/chevron_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(55%) sepia(93%) saturate(316%) hue-rotate(2deg) brightness(87%) contrast(87%);
    cursor: pointer;
  }
}
#chihiro-daruma .l-slider__prev {
  display: none;
}
@media screen and (min-width: 768px) {
  #chihiro-daruma .l-slider__prev {
    display: block;
    width: 0.15rem;
    height: 0.25rem;
    position: absolute;
    left: -0.29rem;
    top: 50%;
    transform: translate(-100%, -50%) scaleX(-1);
    background-image: url("../img/common/chevron_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(55%) sepia(93%) saturate(316%) hue-rotate(2deg) brightness(87%) contrast(87%);
    cursor: pointer;
  }
}

#chihiro-experience {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #chihiro-experience {
    padding-bottom: 2.64rem;
  }
}
#chihiro-experience-deco1 {
  width: 6.72rem;
  height: 3.78rem;
  top: -4.42rem;
  left: -3.21rem;
}
@media screen and (min-width: 768px) {
  #chihiro-experience-deco1 {
    width: 66.6666666667vw;
    height: 5.4rem;
    top: -6.74rem;
    left: 0;
  }
}
#chihiro-experience-deco1 div {
  background-image: url("../img/chihiro/experience1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0.04rem 0.04rem 0;
  background-position: calc(100% + 0.6rem);
}
@media screen and (min-width: 768px) {
  #chihiro-experience-deco1 div {
    background-position: center;
  }
}
#chihiro-experience-deco3 {
  display: none;
}
@media screen and (min-width: 768px) {
  #chihiro-experience-deco3 {
    display: block;
    width: 6.79rem;
    height: 1.63rem;
    background-image: url("../img/common/sakura1.webp");
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 0.19rem);
    top: -1.4rem;
    transform: translateX(-50%);
  }
}
#chihiro-experience-deco4 {
  display: none;
}
@media screen and (min-width: 768px) {
  #chihiro-experience-deco4 {
    display: block;
    width: 9.76rem;
    height: 8.33rem;
    background-image: url("../img/common/sakura4.webp");
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    bottom: -5.91rem;
    transform: translateX(-50%);
  }
}
#chihiro-experience-deco5 {
  display: none;
}
@media screen and (min-width: 768px) {
  #chihiro-experience-deco5 {
    display: block;
    width: 3.2rem;
    height: 2.4rem;
    right: calc(50% + 2.34rem);
    top: -0.91rem;
  }
  #chihiro-experience-deco5 div {
    background-image: url("../img/chihiro/experience3.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#chihiro-experience-deco6 {
  display: none;
}
@media screen and (min-width: 768px) {
  #chihiro-experience-deco6 {
    display: block;
    width: 4.83rem;
    height: 3.35rem;
    left: calc(50% + 2.37rem);
    bottom: -0.59rem;
  }
  #chihiro-experience-deco6 div {
    background-image: url("../img/chihiro/experience4.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
  }
}
#chihiro-experience-deco7 {
  display: none;
}
@media screen and (min-width: 768px) {
  #chihiro-experience-deco7 {
    display: block;
    width: 5.32rem;
    height: 3.55rem;
    right: calc(50% + 2.95rem);
    bottom: -3.86rem;
  }
  #chihiro-experience-deco7 div {
    background-image: url("../img/chihiro/experience5.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#chihiro-experience .c-heading--vert {
  position: absolute;
  left: 1.46rem;
  top: -8.21rem;
}
@media screen and (min-width: 768px) {
  #chihiro-experience .c-heading--vert {
    left: calc(50% + 3.62rem);
    top: -7.54rem;
  }
}
#chihiro-experience .c-heading--vert span:nth-of-type(2) {
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  #chihiro-experience .c-heading--vert span:nth-of-type(2) {
    margin-top: 0.8rem;
  }
}
#chihiro-experience .l-heading {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 0.4rem;
  letter-spacing: 0.16em;
  font-weight: 400;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #chihiro-experience .l-heading {
    font-size: 0.28rem;
    line-height: 0.56rem;
    margin-bottom: 0.45rem;
  }
}
#chihiro-experience .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  #chihiro-experience .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
    width: 5.6rem;
  }
}
#chihiro-experience .l-image {
  display: block;
  width: 3.51rem;
  height: 1.76rem;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  #chihiro-experience .l-image {
    width: 44.4444444444vw;
    height: 3.2rem;
    position: absolute;
    left: calc(50% + 0.73rem);
    bottom: 0.39rem;
  }
}
#chihiro-experience .l-image img {
  border-radius: 0.04rem 0 0 0.04rem;
}
#chihiro-experience .l-container {
  position: relative;
  margin-bottom: 0.53rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #chihiro-experience .l-container {
    margin-bottom: 2.18rem;
  }
}
#chihiro-experience .l-content {
  position: relative;
  padding-top: 0.23rem;
  padding-bottom: 0.32rem;
  border-top: 0.01rem solid #C62222;
  border-bottom: 0.01rem solid #C62222;
}
@media screen and (min-width: 768px) {
  #chihiro-experience .l-content {
    width: 6.4rem;
    margin: auto;
    padding-top: unset;
    padding-bottom: unset;
    border-top: unset;
    border-bottom: unset;
  }
}
#chihiro-experience .l-content--title {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.26rem;
  line-height: 0.38rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #C62222;
  margin-bottom: 0.19rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #chihiro-experience .l-content--title {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0.54rem;
  }
}
#chihiro-experience .l-content--desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #chihiro-experience .l-content--desc {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0.42rem;
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#chihiro-experience .l-content .c-box {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #chihiro-experience .l-content .c-box {
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
  }
}
#chihiro-experience .l-content .c-box p {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  #chihiro-experience .l-content .c-box p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-bottom: 0.08rem;
  }
}
#chihiro-experience .l-content .c-box a {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.15rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #B78D38;
}
@media screen and (min-width: 768px) {
  #chihiro-experience .l-content .c-box a {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}

#chihiro-events {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #chihiro-events {
    padding-bottom: 2rem;
  }
}
#chihiro-events-deco1 {
  display: none;
}
@media screen and (min-width: 768px) {
  #chihiro-events-deco1 {
    display: block;
    width: 3.57rem;
    height: 2.74rem;
    background-image: url("../img/chihiro/events1.webp");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 2.26rem;
    left: calc(50% + 2.83rem);
  }
}
#chihiro-events-deco2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #chihiro-events-deco2 {
    display: block;
    width: 3.63rem;
    height: 2.25rem;
    background-image: url("../img/chihiro/events2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -0.73rem;
    right: calc(50% + 2.34rem);
  }
}
#chihiro-events .c-heading--center {
  margin-bottom: 0.64rem;
}
#chihiro-events .l-list {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #chihiro-events .l-list {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
#chihiro-events .l-list dl {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #chihiro-events .l-list dl {
    flex-direction: row;
    align-items: baseline;
    gap: 0.64rem;
  }
}
#chihiro-events .l-list dl dt {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #chihiro-events .l-list dl dt {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#chihiro-events .l-list dl dd {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #chihiro-events .l-list dl dd {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}

#chihiro-media {
  padding-bottom: 2rem;
}
#chihiro-media .c-heading--center {
  margin-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #chihiro-media .c-heading--center {
    margin-bottom: 0.8rem;
  }
}
#chihiro-media .l-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #chihiro-media .l-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
#chihiro-media .l-container .l-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #chihiro-media .l-container .l-wrapper {
    width: 4.4rem;
    flex: none;
  }
}
#chihiro-media .l-container .l-wrapper .l-year {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: flex-start;
  width: 100%;
  border-bottom: 0.01rem solid #B78D38;
  padding-bottom: 0.24rem;
}
#chihiro-media .l-container .l-wrapper .l-year h3 {
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #chihiro-media .l-container .l-wrapper .l-year h3 {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#chihiro-media .l-container .l-wrapper .l-year div {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #chihiro-media .l-container .l-wrapper .l-year div {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#chihiro-media .l-container .l-wrapper .l-year div dl {
  display: flex;
}
#chihiro-media .l-container .l-wrapper .l-year div dl dt {
  width: 0.5rem;
  flex: none;
}

#about-fv {
  padding-top: 2.51rem;
  padding-bottom: 1.27rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about-fv {
    padding-top: 4rem;
    padding-bottom: 1.95rem;
  }
}
#about-fv::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3.75rem;
  height: 4.58rem;
  left: 0;
  bottom: -2.18rem;
  background-image: url("../img/common/brush10.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.56rem center;
}
@media screen and (min-width: 768px) {
  #about-fv::after {
    width: 6.36rem;
    height: 5.72rem;
    left: unset;
    right: calc(50% + 0.69rem);
    bottom: -2.96rem;
    background-position: center;
  }
}
#about-fv > * {
  position: relative;
  z-index: 2;
}
#about-fv .l-container {
  padding-top: 0.67rem;
  padding-left: 0.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about-fv .l-container {
    padding-top: 0.8rem;
    padding-left: 2rem;
  }
}
#about-fv .l-container .c-heading--page {
  position: absolute;
  top: 0;
  left: 0;
}
#about-fv .l-container .l-heading {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.29rem;
  line-height: 0.4rem;
  letter-spacing: -0.022em;
  font-weight: 400;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #about-fv .l-container .l-heading {
    font-size: 0.42rem;
    line-height: 0.56rem;
    margin-bottom: 0.32rem;
  }
}
#about-fv .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #about-fv .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}

#about-intro {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #about-intro {
    padding-bottom: 1.66rem;
  }
}
#about-intro .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about-intro .l-container {
    flex-direction: row;
    align-items: center;
    padding-left: 0.8rem;
    padding-right: 0.51rem;
    justify-content: space-between;
  }
}
#about-intro .l-container .l-video {
  width: 3.27rem;
  height: 2.18rem;
}
@media screen and (min-width: 768px) {
  #about-intro .l-container .l-video {
    width: 4.8rem;
    height: 2.86rem;
  }
}
#about-intro .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #about-intro .l-container .l-desc {
    width: 3.49rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
}

#about-tradition {
  padding-bottom: 1.21rem;
}
@media screen and (min-width: 768px) {
  #about-tradition {
    padding-bottom: unset;
    margin-bottom: -0.25rem;
  }
}
#about-tradition-deco1 {
  width: 4.98rem;
  height: 3.32rem;
  top: -0.58rem;
  right: 0.24rem;
  background-image: url("../img/about/tradition1.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #about-tradition-deco1 {
    width: 12.97rem;
    height: 8.66rem;
    right: calc(50% - 1.97rem);
    top: -2.92rem;
  }
}
#about-tradition-deco3 {
  display: none;
}
@media screen and (min-width: 768px) {
  #about-tradition-deco3 {
    display: block;
    bottom: -0.72rem;
    right: 0;
    background-image: url("../img/about/tradition3.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.86rem;
    height: 5.24rem;
  }
}
#about-tradition .c-heading--vert {
  margin-left: auto;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #about-tradition .c-heading--vert {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.45rem;
  }
}
#about-tradition .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #about-tradition .l-desc {
    width: 4rem;
    position: relative;
    top: -3rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
}
#about-tradition .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #about-tradition .l-container {
    flex-direction: row-reverse;
    gap: 1.6rem;
  }
}
#about-tradition .l-image {
  width: 3.27rem;
  height: 2.45rem;
}
@media screen and (min-width: 768px) {
  #about-tradition .l-image {
    width: 3.94rem;
    height: 2.95rem;
  }
}
#about-tradition .l-image img {
  border-radius: 0.04rem;
}

#about-daruma {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #about-daruma {
    padding-bottom: 3.02rem;
    overflow: hidden;
  }
}
#about-daruma-deco1 {
  width: 4.2rem;
  height: 2.11rem;
  top: -1.3rem;
  left: -0.61rem;
}
@media screen and (min-width: 768px) {
  #about-daruma-deco1 {
    width: 5.25rem;
    height: 2.63rem;
    top: 5.88rem;
    left: calc(50% + 3.35rem);
  }
}
#about-daruma-deco1 div {
  background-image: url("../img/common/brush4.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#about-daruma-deco2 {
  width: 4.49rem;
  height: 3rem;
  top: 0.48rem;
  left: -1.75rem;
}
@media screen and (min-width: 768px) {
  #about-daruma-deco2 {
    width: 9.52rem;
    height: 6.36rem;
    top: 0.54rem;
    left: unset;
    right: calc(50% - 0.54rem);
  }
}
#about-daruma-deco2 div {
  background-image: url("../img/about/daruma1.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#about-daruma .c-heading--vert {
  margin-left: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #about-daruma .c-heading--vert {
    margin-right: 2rem;
    margin-bottom: 0.84rem;
  }
}
@media screen and (min-width: 768px) {
  #about-daruma .c-heading--vert span:nth-of-type(2) {
    margin-top: 0.8rem;
  }
}
#about-daruma .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #about-daruma .l-desc {
    width: 4rem;
    margin-left: auto;
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
}
#about-daruma .l-gallery {
  width: 3.27rem;
  height: 4.22rem;
  position: relative;
  margin-bottom: 5.89rem;
}
@media screen and (min-width: 768px) {
  #about-daruma .l-gallery {
    width: 3.84rem;
    height: 4.95rem;
    margin-top: -0.2rem;
    margin-bottom: 3.1rem;
  }
}
#about-daruma .l-gallery picture {
  width: 1.53rem;
  height: 3.53rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #about-daruma .l-gallery picture {
    width: 1.8rem;
    height: 4.15rem;
  }
}
#about-daruma .l-gallery picture img {
  border-radius: 0.04rem;
}
#about-daruma .l-gallery picture:nth-of-type(1) {
  top: 0;
  left: 0;
  z-index: 2;
}
#about-daruma .l-gallery picture:nth-of-type(2) {
  bottom: 0;
  right: 0;
  z-index: 2;
}
#about-daruma .l-gallery picture:nth-of-type(3) {
  width: 3.75rem;
  height: 3rem;
  max-width: unset;
  left: -0.24rem;
  bottom: -2.31rem;
}
@media screen and (min-width: 768px) {
  #about-daruma .l-gallery picture:nth-of-type(3) {
    width: 9.16rem;
    height: 6.12rem;
    left: 3.63rem;
    top: 0.34rem;
    bottom: unset;
  }
}
#about-daruma .l-gallery picture:nth-of-type(3) img {
  -o-object-position: -0.61rem center;
     object-position: -0.61rem center;
}
#about-daruma .l-item {
  padding-left: 0.19rem;
}
@media screen and (min-width: 768px) {
  #about-daruma .l-item {
    margin-left: auto;
    margin-right: 0.8rem;
    width: 4.42rem;
    padding-left: 0.26rem;
  }
}
#about-daruma .l-item__image {
  position: absolute;
  width: 3.75rem;
  height: 3.89rem;
  max-width: unset;
  left: -0.24rem;
  top: -3.09rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #about-daruma .l-item__image {
    width: 5.8rem;
    height: 5.56rem;
    top: -1.45rem;
    left: -5.56rem;
  }
}
#about-daruma .l-item__name {
  position: relative;
  z-index: 2;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.26rem;
  line-height: 0.37rem;
  letter-spacing: -0.085em;
  font-weight: 400;
  position: relative;
  margin-bottom: 0.24rem;
}
#about-daruma .l-item__name::before {
  content: "";
  position: absolute;
  top: -0.02rem;
  left: -0.06rem;
  width: 0.13rem;
  height: 0.22rem;
  background-image: url("../img/common/deco_flower.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-100%);
}
#about-daruma .l-item__name::after {
  z-index: 2;
  content: "";
  position: absolute;
  bottom: -0.02rem;
  right: -0.06rem;
  width: 0.13rem;
  height: 0.3rem;
  background-image: url("../img/common/deco_flower2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(100%);
}
#about-daruma .l-item__desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.02rem;
}
@media screen and (min-width: 768px) {
  #about-daruma .l-item__desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}

#about-faq {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #about-faq {
    padding-bottom: 2rem;
  }
}
#about-faq .p-accordion {
  margin-top: 0.64rem;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #about-faq .p-accordion {
    margin-top: 0.64rem;
    margin-bottom: 1rem;
  }
}
#about-faq .c-btn--arrow--red {
  width: 3.16rem;
  height: 0.72rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #about-faq .c-btn--arrow--red {
    width: 3.72rem;
    height: 0.71rem;
  }
}
#about-faq .c-btn--arrow--red span {
  font-size: 0.18rem;
  line-height: 0.26rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #about-faq .c-btn--arrow--red span {
    padding-right: 0.2rem;
  }
}
#about-faq .c-btn--arrow--red i {
  right: 0.16rem;
}
@media screen and (min-width: 768px) {
  #about-faq .c-btn--arrow--red i {
    right: 0.36rem;
    width: 0.24rem;
    height: 0.24rem;
  }
  #about-faq .c-btn--arrow--red i::after {
    content: "";
    width: 0.08rem;
    height: 0.1rem;
  }
}

#access-fv {
  padding-top: 2.51rem;
  padding-bottom: 1.51rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #access-fv {
    padding-top: 4rem;
    padding-bottom: 1.79rem;
  }
}
#access-fv::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3.75rem;
  height: 4.58rem;
  left: 0;
  bottom: -2.18rem;
  background-image: url("../img/common/brush10.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.56rem center;
}
@media screen and (min-width: 768px) {
  #access-fv::after {
    width: 6.36rem;
    height: 5.72rem;
    left: unset;
    right: calc(50% + 0.69rem);
    bottom: -2.96rem;
    background-position: center;
  }
}
#access-fv > * {
  position: relative;
  z-index: 2;
}
#access-fv .l-container {
  padding-top: 1.02rem;
  padding-left: 0.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #access-fv .l-container {
    padding-top: 1.36rem;
    padding-left: 2rem;
  }
}
#access-fv .l-container .c-heading--page {
  position: absolute;
  top: 0;
  left: 0;
}
#access-fv .l-container .l-heading {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.29rem;
  line-height: 0.4rem;
  letter-spacing: -0.022em;
  font-weight: 400;
  margin-bottom: 0.31rem;
}
@media screen and (min-width: 768px) {
  #access-fv .l-container .l-heading {
    font-size: 0.42rem;
    line-height: 0.56rem;
    margin-bottom: 0.32rem;
  }
}
#access-fv .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #access-fv .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}

#access-intro {
  padding-bottom: 5.13rem;
}
@media screen and (min-width: 768px) {
  #access-intro {
    padding-bottom: 3.87rem;
  }
}
#access-intro-deco1 {
  width: 4.2rem;
  height: 2.11rem;
  left: -1.19rem;
  top: 2.41rem;
}
@media screen and (min-width: 768px) {
  #access-intro-deco1 {
    left: calc(50% + 2.48rem);
    top: unset;
    bottom: 2.23rem;
  }
}
#access-intro-deco1 div {
  background-image: url("../img/common/brush4.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#access-intro .c-heading--vert {
  position: absolute;
  top: 2.82rem;
  right: 0.24rem;
}
@media screen and (min-width: 768px) {
  #access-intro .c-heading--vert {
    position: relative;
    top: unset;
    right: -0.2rem;
    margin: 0 auto -3.19rem;
  }
}
#access-intro .c-heading--vert span:nth-of-type(2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  #access-intro .c-heading--vert span:nth-of-type(2) {
    margin-top: 0.94rem;
  }
}
#access-intro .l-container {
  display: flex;
  flex-direction: column;
  gap: 1.84rem;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #access-intro .l-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
#access-intro .l-container .l-video {
  width: 3.27rem;
  height: 2.18rem;
}
@media screen and (min-width: 768px) {
  #access-intro .l-container .l-video {
    width: 4.6rem;
    height: 4.63rem;
  }
}
#access-intro .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #access-intro .l-container .l-desc {
    width: 4rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
}

#access-mission {
  padding-bottom: 5.07rem;
}
@media screen and (min-width: 768px) {
  #access-mission {
    padding-bottom: 2.01rem;
  }
}
#access-mission-deco1 {
  width: 3.75rem;
  height: 4.8rem;
  top: -5.56rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #access-mission-deco1 {
    width: 15.23rem;
    height: 8.57rem;
    top: -3.68rem;
    left: unset;
    right: calc(50% - 4.8rem);
  }
}
#access-mission-deco1 div {
  background-image: url("../img/access/mission.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -1.23rem center;
}
@media screen and (min-width: 768px) {
  #access-mission-deco1 div {
    background-position: center;
  }
}
#access-mission .c-heading--vert {
  position: absolute;
  top: -1.2rem;
  right: 0.24rem;
}
#access-mission .c-heading--vert span:nth-of-type(2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  #access-mission .c-heading--vert span:nth-of-type(2) {
    margin-top: 0.94rem;
  }
}
#access-mission .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #access-mission .l-desc {
    width: 3.68rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
    margin-left: auto;
    margin-right: 1.61rem;
  }
}
#access-mission .l-video {
  display: block;
  position: absolute;
  width: 3.75rem;
  height: 2.16rem;
  top: -4rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #access-mission .l-video {
    width: 6.51rem;
    height: 3.74rem;
    top: -1rem;
    left: unset;
    right: calc(50% + 0.69rem);
  }
}
#access-mission .l-video div {
  background-image: url("../img/access/mission.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -1.23rem center;
}
@media screen and (min-width: 768px) {
  #access-mission .l-video div {
    background-position: center;
  }
}

#access-profile-deco1 {
  width: 3.75rem;
  height: 4.4rem;
  top: -4.25rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #access-profile-deco1 {
    width: 9.52rem;
    height: 6.36rem;
    top: -0.69rem;
    left: unset;
    right: calc(50% - 0.54rem);
  }
}
#access-profile-deco1 div {
  background-image: url("../img/access/profile1_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.64rem center;
}
@media screen and (min-width: 768px) {
  #access-profile-deco1 div {
    background-position: center;
    background-image: url("../img/access/profile1_pc.webp");
  }
}
#access-profile-deco2 {
  top: 5.03rem;
  left: 0.17rem;
  width: 3.4rem;
  height: 1.84rem;
}
@media screen and (min-width: 768px) {
  #access-profile-deco2 {
    width: 4.8rem;
    height: 2.65rem;
    top: unset;
    bottom: -0.85rem;
    left: calc(50% - 2.23rem);
  }
}
#access-profile-deco2 div {
  background-image: url("../img/common/brush11.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#access-profile .l-container {
  width: 3.13rem;
  margin: 0 auto 0.56rem;
}
@media screen and (min-width: 768px) {
  #access-profile .l-container {
    width: 3.73rem;
    margin-right: 0.8rem;
    marign-left: auto;
    margin-bottom: unset;
  }
}
#access-profile .l-container .l-heading {
  margin-bottom: 0.4rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.26rem;
  line-height: 0.43rem;
  letter-spacing: -0.025em;
  font-weight: 400;
  color: #B78D38;
}
@media screen and (min-width: 768px) {
  #access-profile .l-container .l-heading {
    font-size: 0.32rem;
    line-height: 0.53rem;
    letter-spacing: -0.031em;
  }
}
#access-profile .l-container .p-name {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #access-profile .l-container .p-name {
    position: relative;
    right: 0.35rem;
  }
}
#access-profile .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #access-profile .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#access-profile .l-container .c-btn--underline--red {
  min-width: unset;
  margin-top: 0.32rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #access-profile .l-container .c-btn--underline--red {
    margin-top: 0.4rem;
  }
  #access-profile .l-container .c-btn--underline--red span {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  #access-profile .l-container .c-btn--underline--red i {
    width: 0.16rem;
    height: 0.16rem;
  }
  #access-profile .l-container .c-btn--underline--red i::after {
    content: "";
    width: 0.04rem;
    height: 0.05rem;
  }
}
#access-profile .l-gallery {
  width: 3.43rem;
  height: 3.48rem;
  position: relative;
  max-width: unset;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #access-profile .l-gallery {
    position: absolute;
    left: 0;
    bottom: -3.63rem;
    width: 5.53rem;
    height: 5.61rem;
    transform: unset;
    margin-bottom: unset;
  }
}
#access-profile .l-gallery picture {
  width: 1.53rem;
  height: 3.53rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #access-profile .l-gallery picture {
    width: 1.8rem;
    height: 4.15rem;
  }
}
#access-profile .l-gallery picture img {
  border-radius: 0.04rem;
}
#access-profile .l-gallery picture:nth-of-type(1) {
  top: 0;
  left: 0;
  z-index: 2;
  width: 1.98rem;
  height: 1.49rem;
}
@media screen and (min-width: 768px) {
  #access-profile .l-gallery picture:nth-of-type(1) {
    width: 3.2rem;
    height: 2.4rem;
  }
}
#access-profile .l-gallery picture:nth-of-type(2) {
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 2.44rem;
  height: 1.83rem;
}
@media screen and (min-width: 768px) {
  #access-profile .l-gallery picture:nth-of-type(2) {
    width: 3.93rem;
    height: 2.95rem;
  }
}

#access-experience {
  overflow: hidden;
  padding-top: 3.78rem;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #access-experience {
    padding-top: 5.65rem;
    padding-bottom: 2.18rem;
  }
}
#access-experience-deco1 {
  width: 8.25rem;
  height: 4.64rem;
  top: 0;
  left: -2.83rem;
}
@media screen and (min-width: 768px) {
  #access-experience-deco1 {
    width: 11.78rem;
    height: 6.63rem;
    top: 3.36rem;
    left: calc(50% - 4.15rem);
  }
}
#access-experience-deco1 div {
  background-image: url("../img/access/experience.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#access-experience-deco2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #access-experience-deco2 {
    display: block;
    width: 6.03rem;
    height: 2.46rem;
    bottom: 1.45rem;
    left: calc(50% - 1.48rem);
  }
}
#access-experience-deco2 div {
  background-image: url("../img/common/brush2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#access-experience .l-heading {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.26rem;
  line-height: 0.42rem;
  letter-spacing: -0.031em;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #access-experience .l-heading {
    font-size: 0.32rem;
    line-height: 0.53rem;
    margin-bottom: 0.69rem;
  }
}
#access-experience .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #access-experience .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
    margin-bottom: 0.64rem;
  }
}
#access-experience .c-btn--arrow--red {
  margin: auto;
  width: 2.62rem;
  height: 0.72rem;
}
@media screen and (min-width: 768px) {
  #access-experience .c-btn--arrow--red {
    width: 3.18rem;
    height: 0.72rem;
    margin: unset;
  }
}
#access-experience .c-btn--arrow--red span {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 700;
}
#access-experience .c-btn--arrow--red i {
  right: 0.16rem;
}

#access-store {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #access-store {
    padding-bottom: 1.52rem;
  }
}
#access-store .c-heading--center {
  margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  #access-store .c-heading--center {
    margin-bottom: 0.72rem;
  }
}
#access-store .l-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  align-items: center;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #access-store .l-container {
    margin-bottom: 0.64rem;
    flex-direction: row;
    gap: 0.66rem;
  }
}
#access-store .l-container .l-image {
  width: 3.27rem;
  height: 2.18rem;
}
@media screen and (min-width: 768px) {
  #access-store .l-container .l-image {
    width: 4.94rem;
    height: 3.3rem;
    flex: none;
  }
}
#access-store .l-container .l-image img {
  border-radius: 0.04rem;
}
@media screen and (min-width: 768px) {
  #access-store .l-container .l-text {
    flex-grow: 1;
  }
}
#access-store .l-container .l-text .l-name {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #access-store .l-container .l-text .l-name {
    margin-bottom: 0.11rem;
  }
}
#access-store .l-container .l-text .l-info {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #access-store .l-container .l-text .l-info {
    font-size: 0.16rem;
    line-height: 0.32rem;
    margin-bottom: 0.29rem;
  }
}
#access-store .l-container .l-text .l-facility {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #access-store .l-container .l-text .l-facility {
    gap: 0.28rem;
  }
}
#access-store .l-container .l-text .l-facility dl {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #access-store .l-container .l-text .l-facility dl {
    gap: 0.08rem;
  }
}
#access-store .l-container .l-text .l-facility dl dt {
  color: #B78D38;
}
@media screen and (min-width: 768px) {
  #access-store .l-container .l-text .l-facility dl dt {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#access-store .l-container .l-text .l-facility dl dd {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #access-store .l-container .l-text .l-facility dl dd {
    font-size: 0.16rem;
    line-height: 0.32rem;
    letter-spacing: -0.1em;
    font-feature-settings: "palt" 1;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  #access-store .l-container .l-text .l-facility dl dd span {
    letter-spacing: 0;
  }
}
#access-store .l-map {
  width: 100%;
  height: 2.18rem;
}
@media screen and (min-width: 768px) {
  #access-store .l-map {
    height: 4.38rem;
  }
}
#access-store .l-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#access-global {
  padding-bottom: 2rem;
}
#access-global .c-heading--center {
  margin-bottom: 0.46rem;
}
#access-global .l-map {
  width: 100%;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  #access-global .l-map {
    overflow: initial;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#access-global .l-map picture {
  display: block;
  width: 12rem;
  height: -moz-fit-content;
  height: fit-content;
  max-width: unset;
}
#access-global .c-btn--arrow--red {
  margin: auto;
}
#access-global .l-container {
  margin-left: 0.24rem;
  width: 2.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: flex-start;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  #access-global .l-container {
    width: 8.64rem;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0.6rem auto 0;
  }
}
#access-global .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #access-global .l-container .l-wrapper {
    width: 2.4rem;
  }
}
#access-global .l-container .l-wrapper h3 {
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-bottom: 0.04rem;
  display: block;
  width: 100%;
  border-bottom: 0.01rem solid #B78D38;
  margin-bottom: 0.1rem;
}
#access-global .l-container .l-wrapper strong {
  display: block;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.08rem;
}
#access-global .l-container .l-wrapper p {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 400;
}

#experience-fv {
  padding-top: 2.51rem;
  padding-bottom: 1.46rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #experience-fv {
    padding-top: 4rem;
    padding-bottom: 1.59rem;
  }
}
#experience-fv::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3.75rem;
  height: 4.58rem;
  left: 0;
  bottom: -1.15rem;
  background-image: url("../img/common/brush10.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.56rem center;
}
@media screen and (min-width: 768px) {
  #experience-fv::after {
    width: 6.36rem;
    height: 5.72rem;
    left: unset;
    right: calc(50% + 0.69rem);
    bottom: -2.96rem;
    background-position: center;
  }
}
#experience-fv > * {
  position: relative;
  z-index: 2;
}
#experience-fv .l-container {
  padding-top: 1.02rem;
  padding-left: 0.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #experience-fv .l-container {
    padding-top: 0.45rem;
    padding-left: 2.8rem;
  }
}
#experience-fv .l-container .c-heading--page {
  position: absolute;
  top: 0;
  left: 0;
}
#experience-fv .l-container .l-heading {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.29rem;
  line-height: 0.4rem;
  letter-spacing: -0.022em;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #experience-fv .l-container .l-heading {
    font-size: 0.42rem;
    line-height: 0.56rem;
    margin-bottom: 0.32rem;
  }
}
#experience-fv .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.19rem;
}
@media screen and (min-width: 768px) {
  #experience-fv .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
    margin-bottom: 0.4rem;
  }
}
#experience-fv .l-container .l-button {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #experience-fv .l-container .l-button {
    flex-direction: row;
    gap: 0.38rem;
  }
}

#experience-intro {
  padding-bottom: 1.21rem;
}
@media screen and (min-width: 768px) {
  #experience-intro {
    padding-bottom: 1.2rem;
  }
}
#experience-intro .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #experience-intro .l-container {
    flex-direction: row;
    gap: 0.8rem;
  }
}
#experience-intro .l-container .l-video {
  width: 3.27rem;
  height: 1.88rem;
}
@media screen and (min-width: 768px) {
  #experience-intro .l-container .l-video {
    width: 4.8rem;
    height: 2.76rem;
    flex: none;
  }
}
#experience-intro .l-container .l-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #experience-intro .l-container .l-text {
    width: 50%;
  }
}
#experience-intro .l-container .l-text .l-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: flex-start;
  margin-bottom: 0.24rem;
}
#experience-intro .l-container .l-text .l-link dl {
  position: relative;
  padding-left: 0.16rem;
}
@media screen and (min-width: 768px) {
  #experience-intro .l-container .l-text .l-link dl {
    padding-left: 0.15rem;
  }
}
#experience-intro .l-container .l-text .l-link dl::before {
  content: "";
  width: 0.01rem;
  height: calc(100% - 0.08rem);
  position: absolute;
  top: 0.06rem;
  left: 0;
  background-color: #C62222;
}
#experience-intro .l-container .l-text .l-link dl dt {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#experience-intro .l-container .l-text .l-link dl dd {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #experience-intro .l-container .l-text .l-link dl dd {
    font-size: 0.16rem;
  }
}
#experience-intro .l-container .l-text .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #experience-intro .l-container .l-text .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#experience-intro .l-container .l-text .l-desc b {
  color: #C62222;
}

#experience-program {
  padding-bottom: 0.83rem;
}
@media screen and (min-width: 768px) {
  #experience-program {
    padding-bottom: 1.18rem;
  }
}
#experience-program .c-heading--center {
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #experience-program .c-heading--center {
    margin-bottom: 0.8rem;
  }
}

#etsuke-fv {
  padding-top: 2.51rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #etsuke-fv {
    padding-top: 4rem;
  }
}
#etsuke-fv::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3.75rem;
  height: 4.58rem;
  left: 0;
  bottom: -3.86rem;
  background-image: url("../img/common/brush10.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.56rem center;
}
@media screen and (min-width: 768px) {
  #etsuke-fv::after {
    width: 6.36rem;
    height: 5.72rem;
    left: unset;
    right: calc(50% + 0.69rem);
    bottom: -5.47rem;
    background-position: center;
  }
}
#etsuke-fv > * {
  position: relative;
  z-index: 2;
}
#etsuke-fv .l-container {
  padding-top: 1.01rem;
  padding-left: 0.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #etsuke-fv .l-container {
    padding-top: 1.97rem;
    padding-left: 2.8rem;
    flex-direction: row;
    gap: 0.56rem;
    align-items: center;
  }
}
#etsuke-fv .l-container .c-heading--page {
  position: absolute;
  top: 0;
  left: 0;
}
#etsuke-fv .l-container .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #etsuke-fv .l-container .l-heading {
    gap: 0.08rem;
  }
}
#etsuke-fv .l-container .l-heading strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.29rem;
  line-height: 0.39rem;
  letter-spacing: -0.022em;
  font-weight: 400;
  color: #C62222;
}
@media screen and (min-width: 768px) {
  #etsuke-fv .l-container .l-heading strong {
    font-size: 0.42rem;
    line-height: 0.61rem;
  }
}
#etsuke-fv .l-container .l-heading span {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #etsuke-fv .l-container .l-heading span {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
#etsuke-fv .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #etsuke-fv .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#etsuke-fv .l-container .l-button {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #etsuke-fv .l-container .l-button {
    flex-direction: row;
    gap: 0.38rem;
  }
}

#etsuke-intro {
  padding-top: 5.17rem;
  padding-bottom: 4.03rem;
  overflow: hidden;
}
#etsuke-intro-deco1 {
  width: 8.25rem;
  height: 4.64rem;
  top: 1.58rem;
  left: -2.97rem;
}
@media screen and (min-width: 768px) {
  #etsuke-intro-deco1 {
    width: 11.78rem;
    height: 6.63rem;
    top: 1.2rem;
    left: calc(50% - 3.81rem);
  }
}
#etsuke-intro-deco1 div {
  background-image: url("../img/etsuke/etsuke1.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #etsuke-intro {
    padding-top: 2.59rem;
    padding-bottom: 2.6rem;
    margin-bottom: -1rem;
  }
}
#etsuke-intro .l-heading {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: #C62222;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #etsuke-intro .l-heading {
    font-size: 0.28rem;
    line-height: 0.48rem;
    letter-spacing: 0.08em;
  }
}
#etsuke-intro .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #etsuke-intro .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}

#etsuke-info {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #etsuke-info {
    padding-bottom: 1.6rem;
  }
}
#etsuke-info-deco1 {
  width: 3.75rem;
  height: 4.76rem;
  top: -4.51rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #etsuke-info-deco1 {
    width: 11.28rem;
    height: 7.52rem;
    top: -2.28rem;
    left: unset;
    right: calc(50% - 2.08rem);
  }
}
#etsuke-info-deco1 div {
  background-image: url("../img/etsuke/etsuke2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -1.69rem center;
}
@media screen and (min-width: 768px) {
  #etsuke-info-deco1 div {
    background-position: center;
  }
}
#etsuke-info .l-container {
  width: 100%;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #etsuke-info .l-container {
    width: 4.8rem;
    margin-left: auto;
    font-size: 0.15rem;
    line-height: 0.28rem;
  }
}
#etsuke-info .l-container .l-table {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
  width: 100%;
}
#etsuke-info .l-container .l-table dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  align-items: flex-start;
  border-bottom: 0.01rem solid #B78D38;
  padding-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #etsuke-info .l-container .l-table dl {
    flex-direction: row;
  }
}
#etsuke-info .l-container .l-table dl dt {
  color: #B78D38;
}
@media screen and (min-width: 768px) {
  #etsuke-info .l-container .l-table dl dt {
    width: 0.91rem;
    flex: none;
  }
}
#etsuke-info .l-container .l-table div {
  border-bottom: 0.01rem solid #B78D38;
  padding-bottom: 0.16rem;
}
#etsuke-info .l-container b {
  color: #C62222;
}
#etsuke-info .l-container a {
  color: #C62222;
  font-weight: 700;
  text-decoration: underline;
}
#etsuke-info .l-container i {
  color: #B78D38;
  font-style: normal;
}

#etsuke-flow {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #etsuke-flow {
    padding-bottom: 2rem;
  }
}
#etsuke-flow .l-heading {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 0.4rem;
  text-align: center;
  color: #B78D38;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .l-heading {
    margin-bottom: 0.32rem;
  }
}
#etsuke-flow .l-table {
  margin-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .l-table {
    width: 7.21rem;
    margin: 0 auto 0.8rem;
  }
}
#etsuke-flow .l-table ol {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  counter-reset: count 0;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .l-table ol {
    font-size: 0.18rem;
    line-height: 0.48rem;
    gap: 0;
    margin-bottom: 0.2rem;
    letter-spacing: -0.05em;
  }
}
#etsuke-flow .l-table ol li {
  counter-increment: count 1;
  display: flex;
}
#etsuke-flow .l-table ol li::before {
  content: "0" counter(count);
  color: #B78D38;
  flex: none;
  width: 0.27rem;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .l-table ol li::before {
    width: 0.51rem;
  }
}
#etsuke-flow .l-table ol li small {
  display: block;
  font-size: 0.9em;
  line-height: 120%;
}
#etsuke-flow .l-table ul {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .l-table ul {
    font-size: 0.15rem;
    line-height: 0.3rem;
    letter-spacing: -0.05em;
  }
}
#etsuke-flow .l-table ul li {
  display: flex;
}
#etsuke-flow .l-table ul li::before {
  content: "※";
  color: #C62222;
}
#etsuke-flow .l-info {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .l-info {
    margin-bottom: 0.8rem;
  }
}
#etsuke-flow .l-info dl {
  width: 100%;
  border-bottom: 0.01rem solid #B78D38;
  padding: 0.24rem 0.16rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: flex-start;
}
#etsuke-flow .l-info dl:nth-of-type(1) {
  border-top: 0.01rem solid #B78D38;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .l-info dl {
    padding: 0.4rem 0.8rem 0.4rem 0.24rem;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
#etsuke-flow .l-info dl dt {
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .l-info dl dt {
    flex: none;
    font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 0.2rem;
    line-height: 0.4rem;
    letter-spacing: 0.08em;
    font-weight: 400;
    width: 2.96rem;
  }
}
#etsuke-flow .l-info dl dd {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .l-info dl dd {
    font-size: 0.15rem;
    line-height: 0.3rem;
  }
}
#etsuke-flow .l-info dl span {
  color: #C62222;
}
#etsuke-flow .c-box {
  padding: 0.4rem 0.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .c-box {
    padding: 0.57rem;
  }
}
#etsuke-flow .c-box h3 {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #C62222;
}
#etsuke-flow .c-box p {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.16rem;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .c-box p {
    margin-bottom: 0.23rem;
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
#etsuke-flow .c-box .c-btn--arrow--red {
  width: 2.7rem;
  height: 0.72rem;
  margin: auto;
  padding-right: unset;
  gap: 0;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .c-box .c-btn--arrow--red {
    width: 3.55rem;
    height: 0.95rem;
  }
}
#etsuke-flow .c-box .c-btn--arrow--red small {
  font-family: "Cormorant", serif;
  font-size: 0.17rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .c-box .c-btn--arrow--red small {
    font-size: 0.26rem;
    line-height: 0.32rem;
  }
}
#etsuke-flow .c-box .c-btn--arrow--red strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #etsuke-flow .c-box .c-btn--arrow--red strong {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
#etsuke-flow .c-box .c-btn--arrow--red i {
  right: 0.16rem;
}

#tegata-fv {
  padding-top: 2.51rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #tegata-fv {
    padding-top: 4rem;
  }
}
#tegata-fv::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3.75rem;
  height: 4.58rem;
  left: 0;
  bottom: -3.86rem;
  background-image: url("../img/common/brush10.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.56rem center;
}
@media screen and (min-width: 768px) {
  #tegata-fv::after {
    width: 6.36rem;
    height: 5.72rem;
    left: unset;
    right: calc(50% + 0.69rem);
    bottom: -5.47rem;
    background-position: center;
  }
}
#tegata-fv > * {
  position: relative;
  z-index: 2;
}
#tegata-fv .l-container {
  padding-top: 1.01rem;
  padding-left: 0.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #tegata-fv .l-container {
    padding-top: 1.97rem;
    padding-left: 2.8rem;
    flex-direction: row;
    gap: 0.56rem;
    align-items: center;
  }
}
#tegata-fv .l-container .c-heading--page {
  position: absolute;
  top: 0;
  left: 0;
}
#tegata-fv .l-container .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #tegata-fv .l-container .l-heading {
    gap: 0.08rem;
  }
}
#tegata-fv .l-container .l-heading strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.29rem;
  line-height: 0.39rem;
  letter-spacing: -0.022em;
  font-weight: 400;
  color: #C62222;
}
@media screen and (min-width: 768px) {
  #tegata-fv .l-container .l-heading strong {
    font-size: 0.42rem;
    line-height: 0.61rem;
  }
}
#tegata-fv .l-container .l-heading span {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #tegata-fv .l-container .l-heading span {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
#tegata-fv .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #tegata-fv .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#tegata-fv .l-container .l-button {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #tegata-fv .l-container .l-button {
    flex-direction: row;
    gap: 0.38rem;
  }
}

#tegata-intro {
  padding-top: 5.16rem;
  padding-bottom: 4.1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #tegata-intro {
    padding-top: 2.59rem;
    padding-bottom: 1.6rem;
  }
}
#tegata-intro-deco1 {
  width: 8.25rem;
  height: 6.09rem;
  top: 0.75rem;
  left: -2.65rem;
}
@media screen and (min-width: 768px) {
  #tegata-intro-deco1 {
    width: 11.38rem;
    height: 8.49rem;
    top: -0.45rem;
    left: calc(50% - 3.61rem);
  }
}
#tegata-intro-deco1 div {
  background-image: url("../img/tegata/tegata1.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #tegata-intro .l-container {
    padding-left: 0.8rem;
  }
}
#tegata-intro .l-heading {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: #C62222;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #tegata-intro .l-heading {
    font-size: 0.28rem;
    line-height: 0.48rem;
    letter-spacing: 0.08em;
  }
}
#tegata-intro .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #tegata-intro .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}

#tegata-info {
  padding-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #tegata-info {
    padding-bottom: 1.6rem;
  }
}
#tegata-info-deco1 {
  width: 3.75rem;
  height: 3.54rem;
  top: -3.94rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #tegata-info-deco1 {
    width: 5.2rem;
    height: 3.54rem;
    top: -0.86rem;
    left: unset;
    right: calc(50% + 0.4rem);
  }
}
#tegata-info-deco1 div {
  background-image: url("../img/tegata/tegata2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.72rem center;
}
@media screen and (min-width: 768px) {
  #tegata-info-deco1 div {
    background-position: center;
  }
}
#tegata-info .l-container {
  width: 100%;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #tegata-info .l-container {
    width: 4.8rem;
    margin-left: auto;
    font-size: 0.15rem;
    line-height: 0.28rem;
  }
}
#tegata-info .l-container .l-table {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
  width: 100%;
}
#tegata-info .l-container .l-table dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  align-items: flex-start;
  border-bottom: 0.01rem solid #B78D38;
  padding-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #tegata-info .l-container .l-table dl {
    flex-direction: row;
  }
}
#tegata-info .l-container .l-table dl dt {
  color: #B78D38;
}
@media screen and (min-width: 768px) {
  #tegata-info .l-container .l-table dl dt {
    width: 0.91rem;
    flex: none;
  }
}
#tegata-info .l-container .l-table div {
  border-bottom: 0.01rem solid #B78D38;
  padding-bottom: 0.16rem;
  width: 100%;
}
#tegata-info .l-container b {
  color: #C62222;
}
#tegata-info .l-container a {
  color: #C62222;
  font-weight: 700;
  text-decoration: underline;
}
#tegata-info .l-container i {
  color: #B78D38;
  font-style: normal;
}

#tegata-bottom {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #tegata-bottom {
    padding-bottom: 2rem;
  }
}
#tegata-bottom .c-box {
  padding: 0.4rem 0.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #tegata-bottom .c-box {
    padding: 0.57rem;
  }
}
#tegata-bottom .c-box h3 {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #C62222;
}
#tegata-bottom .c-box p {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.16rem;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  #tegata-bottom .c-box p {
    margin-bottom: 0.23rem;
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
#tegata-bottom .c-box .c-btn--arrow--red {
  width: 2.7rem;
  height: 0.72rem;
  margin: auto;
  padding-right: unset;
  gap: 0;
}
@media screen and (min-width: 768px) {
  #tegata-bottom .c-box .c-btn--arrow--red {
    width: 3.55rem;
    height: 0.95rem;
  }
}
#tegata-bottom .c-box .c-btn--arrow--red small {
  font-family: "Cormorant", serif;
  font-size: 0.17rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #tegata-bottom .c-box .c-btn--arrow--red small {
    font-size: 0.26rem;
    line-height: 0.32rem;
  }
}
#tegata-bottom .c-box .c-btn--arrow--red strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #tegata-bottom .c-box .c-btn--arrow--red strong {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
#tegata-bottom .c-box .c-btn--arrow--red i {
  right: 0.16rem;
}
#tegata-bottom .c-box em {
  display: block;
  margin-top: 0.16rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #tegata-bottom .c-box em {
    line-height: 0.2rem;
    margin-top: 0.32rem;
  }
}

#kit-fv {
  padding-top: 2.51rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #kit-fv {
    padding-top: 4rem;
  }
}
#kit-fv::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3.75rem;
  height: 4.58rem;
  left: 0;
  bottom: -4.13rem;
  background-image: url("../img/common/brush10.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.56rem center;
}
@media screen and (min-width: 768px) {
  #kit-fv::after {
    width: 6.36rem;
    height: 5.72rem;
    left: unset;
    right: calc(50% + 0.69rem);
    bottom: -5.47rem;
    background-position: center;
  }
}
#kit-fv > * {
  position: relative;
  z-index: 2;
}
#kit-fv .l-container {
  padding-top: 1.01rem;
  padding-left: 0.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #kit-fv .l-container {
    padding-top: 1.97rem;
    padding-left: 2.68rem;
    flex-direction: row;
    gap: 0.56rem;
    align-items: center;
  }
}
#kit-fv .l-container .c-heading--page {
  position: absolute;
  top: 0;
  left: 0;
}
#kit-fv .l-container .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #kit-fv .l-container .l-heading {
    gap: 0.08rem;
  }
}
#kit-fv .l-container .l-heading strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.29rem;
  line-height: 0.39rem;
  letter-spacing: -0.022em;
  font-weight: 400;
  color: #C62222;
}
@media screen and (min-width: 768px) {
  #kit-fv .l-container .l-heading strong {
    font-size: 0.42rem;
    line-height: 0.61rem;
  }
}
#kit-fv .l-container .l-heading span {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #kit-fv .l-container .l-heading span {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
#kit-fv .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #kit-fv .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#kit-fv .l-container .l-button {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #kit-fv .l-container .l-button {
    flex-direction: row;
    gap: 0.38rem;
  }
}

#kit-intro {
  padding-top: 5.44rem;
  padding-bottom: 3.94rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #kit-intro {
    padding-top: 2.59rem;
    padding-bottom: 1.6rem;
  }
}
#kit-intro-deco1 {
  width: 9.24rem;
  height: 5.2rem;
  top: 0.63rem;
  left: -4.07rem;
}
@media screen and (min-width: 768px) {
  #kit-intro-deco1 {
    width: 14.39rem;
    height: 8.09rem;
    top: -0.7rem;
    left: calc(50% - 6.23rem);
  }
}
#kit-intro-deco1 div {
  background-image: url("../img/kit/kit1.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #kit-intro .l-container {
    padding-left: 0.8rem;
  }
}
#kit-intro .l-heading {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: #C62222;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #kit-intro .l-heading {
    font-size: 0.28rem;
    line-height: 0.48rem;
    letter-spacing: 0.08em;
  }
}
#kit-intro .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #kit-intro .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}

#kit-info {
  padding-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #kit-info {
    padding-bottom: 1.6rem;
  }
}
#kit-info-deco1 {
  width: 3.75rem;
  height: 3.68rem;
  top: -3.82rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #kit-info-deco1 {
    width: 6.83rem;
    height: 4.6rem;
    top: -0.88rem;
    left: unset;
    right: calc(50% - 0.86rem);
  }
}
#kit-info-deco1 div {
  background-image: url("../img/kit/kit2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.35rem center;
}
@media screen and (min-width: 768px) {
  #kit-info-deco1 div {
    background-position: center;
  }
}
#kit-info .l-container {
  width: 100%;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #kit-info .l-container {
    width: 4.8rem;
    margin-left: auto;
    font-size: 0.15rem;
    line-height: 0.28rem;
  }
}
#kit-info .l-container .l-table {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
  width: 100%;
}
#kit-info .l-container .l-table dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  align-items: flex-start;
  border-bottom: 0.01rem solid #B78D38;
  padding-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #kit-info .l-container .l-table dl {
    flex-direction: row;
  }
}
#kit-info .l-container .l-table dl dt {
  color: #B78D38;
}
@media screen and (min-width: 768px) {
  #kit-info .l-container .l-table dl dt {
    width: 0.91rem;
    flex: none;
  }
}
#kit-info .l-container .l-table div {
  border-bottom: 0.01rem solid #B78D38;
  padding-bottom: 0.16rem;
  width: 100%;
}
#kit-info .l-container b {
  color: #C62222;
}
#kit-info .l-container a {
  color: #C62222;
  font-weight: 700;
  text-decoration: underline;
}
#kit-info .l-container i {
  color: #B78D38;
  font-style: normal;
}

#kit-bottom {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #kit-bottom {
    padding-bottom: 2rem;
  }
}
#kit-bottom .c-box {
  padding: 0.4rem 0.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #kit-bottom .c-box {
    padding: 0.32rem;
  }
}
#kit-bottom .c-box h3 {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #C62222;
}
#kit-bottom .c-box p {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.16rem;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  #kit-bottom .c-box p {
    margin-bottom: 0.23rem;
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
#kit-bottom .c-box .c-btn--arrow--red {
  width: 2.7rem;
  height: 0.72rem;
  margin: auto;
  padding-right: unset;
  gap: 0;
}
@media screen and (min-width: 768px) {
  #kit-bottom .c-box .c-btn--arrow--red {
    width: 3.55rem;
    height: 0.95rem;
  }
}
#kit-bottom .c-box .c-btn--arrow--red strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #kit-bottom .c-box .c-btn--arrow--red strong {
    font-size: 0.26rem;
    line-height: 0.31rem;
  }
}
#kit-bottom .c-box .c-btn--arrow--red small {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #kit-bottom .c-box .c-btn--arrow--red small {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
#kit-bottom .c-box em {
  display: block;
  margin-top: 0.16rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #kit-bottom .c-box em {
    line-height: 0.2rem;
    margin-top: 0.32rem;
  }
}

#class-fv {
  padding-top: 2.51rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #class-fv {
    padding-top: 3.09rem;
  }
}
#class-fv::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3.51rem;
  height: 4.87rem;
  right: 0;
  top: 1.09rem;
  background-image: url("../img/common/brush12.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 center;
}
@media screen and (min-width: 768px) {
  #class-fv::before {
    width: 6.1rem;
    height: 6.09rem;
    left: calc(50% - 4.41rem);
    top: 0.74rem;
    background-position: center;
  }
}
#class-fv::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3.75rem;
  height: 4.58rem;
  left: 0;
  bottom: -4.37rem;
  background-image: url("../img/common/brush10.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.56rem center;
}
@media screen and (min-width: 768px) {
  #class-fv::after {
    width: 6.36rem;
    height: 5.72rem;
    left: unset;
    right: calc(50% + 0.69rem);
    bottom: -7.68rem;
    background-position: center;
  }
}
#class-fv > * {
  position: relative;
  z-index: 2;
}
#class-fv .l-image {
  width: 2.72rem;
  height: 3.89rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #class-fv .l-image {
    width: 5.6rem;
    height: 8rem;
    left: 50%;
  }
}
#class-fv .l-container {
  padding-top: 1.61rem;
  padding-left: 0.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #class-fv .l-container {
    padding-top: unset;
    padding-left: 2.28rem;
    flex-direction: row;
    align-items: center;
  }
}
#class-fv .l-container .c-heading--page {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #class-fv .l-container .c-heading--page {
    top: 0.91rem;
  }
}
#class-fv .l-container .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #class-fv .l-container .l-heading {
    gap: 0.08rem;
  }
}
#class-fv .l-container .l-heading strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.39rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #C62222;
  padding-left: 0.33rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #class-fv .l-container .l-heading strong {
    font-size: 0.48rem;
    line-height: 0.54rem;
  }
}
#class-fv .l-container .l-heading strong small {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.34rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #class-fv .l-container .l-heading strong small {
    font-size: 0.42rem;
    line-height: 0.54rem;
  }
}
#class-fv .l-container .l-heading span {
  color: white;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.15rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 700;
  padding-bottom: 0.02rem;
  width: 1.96rem;
  height: 0.34rem;
  border-radius: 0.02rem;
  display: flex;
  align-items: center;
  padding-left: 0.11rem;
  background: linear-gradient(to right, #C62222 0%, transparent 100%);
}
@media screen and (min-width: 768px) {
  #class-fv .l-container .l-heading span {
    width: 2.38rem;
    height: 0.41rem;
    margin-bottom: 0.08rem;
    font-size: 0.2rem;
    line-height: 0.29rem;
    padding-left: 0.14rem;
  }
}

#class-intro {
  padding-top: 5.68rem;
  padding-bottom: 3.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #class-intro {
    padding-top: 4.8rem;
    padding-bottom: 1.6rem;
  }
}
#class-intro-deco1 {
  width: 5.41rem;
  height: 3.5rem;
  top: 2.08rem;
  left: -0.72rem;
}
@media screen and (min-width: 768px) {
  #class-intro-deco1 {
    width: 6.87rem;
    height: 4.44rem;
    top: 4.67rem;
    left: calc(50% - 0.22rem);
  }
}
#class-intro-deco1 div {
  background-image: url("../img/class/class2.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #class-intro .l-container {
    padding-left: 0.8rem;
  }
}
#class-intro .l-heading {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: #C62222;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #class-intro .l-heading {
    font-size: 0.28rem;
    line-height: 0.48rem;
    letter-spacing: 0.08em;
  }
}
#class-intro .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #class-intro .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}

#class-info {
  padding-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #class-info {
    padding-bottom: 1.6rem;
  }
}
#class-info-deco1 {
  width: 3.75rem;
  height: 2.56rem;
  top: -2.88rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #class-info-deco1 {
    width: 4.73rem;
    height: 3.26rem;
    top: -0.88rem;
    left: unset;
    right: calc(50% + 0.35rem);
  }
}
#class-info-deco1 div {
  background-image: url("../img/class/class3.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #class-info-deco1 div {
    background-position: center;
  }
}
#class-info .l-container {
  width: 100%;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #class-info .l-container {
    width: 4.8rem;
    margin-left: auto;
    font-size: 0.15rem;
    line-height: 0.28rem;
  }
}
#class-info .l-container .l-table {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
  width: 100%;
}
#class-info .l-container .l-table dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  align-items: flex-start;
  border-bottom: 0.01rem solid #B78D38;
  padding-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #class-info .l-container .l-table dl {
    flex-direction: row;
  }
}
#class-info .l-container .l-table dl dt {
  color: #B78D38;
}
@media screen and (min-width: 768px) {
  #class-info .l-container .l-table dl dt {
    width: 1.06rem;
    flex: none;
  }
}
#class-info .l-container .l-table div {
  border-bottom: 0.01rem solid #B78D38;
  padding-bottom: 0.16rem;
  width: 100%;
}
#class-info .l-container b {
  color: #C62222;
}
#class-info .l-container a {
  color: #C62222;
  font-weight: 700;
  text-decoration: underline;
}
#class-info .l-container i {
  color: #B78D38;
  font-style: normal;
}

#class-bottom {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #class-bottom {
    padding-bottom: 2rem;
  }
}
#class-bottom .c-box {
  padding: 0.4rem 0.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #class-bottom .c-box {
    padding: 0.32rem;
  }
}
#class-bottom .c-box h3 {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #C62222;
}
#class-bottom .c-box p {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.16rem;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  #class-bottom .c-box p {
    margin-bottom: 0.23rem;
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
#class-bottom .c-box .c-btn--arrow--red {
  width: 2.7rem;
  height: 0.72rem;
  margin: auto;
  padding-right: unset;
  gap: 0;
}
@media screen and (min-width: 768px) {
  #class-bottom .c-box .c-btn--arrow--red {
    width: 3.55rem;
    height: 0.95rem;
  }
}
#class-bottom .c-box .c-btn--arrow--red strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #class-bottom .c-box .c-btn--arrow--red strong {
    font-size: 0.26rem;
    line-height: 0.31rem;
  }
}
#class-bottom .c-box .c-btn--arrow--red small {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #class-bottom .c-box .c-btn--arrow--red small {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
#class-bottom .c-box strong {
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  margin-top: 0.24rem;
}
@media screen and (min-width: 768px) {
  #class-bottom .c-box strong {
    margin-top: 0.2rem;
  }
}

#otakiage-fv {
  padding-top: 2.51rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #otakiage-fv {
    padding-top: 4.29rem;
  }
}
#otakiage-fv::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3.75rem;
  height: 4.58rem;
  left: 0;
  bottom: -2.86rem;
  background-image: url("../img/common/brush10.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.56rem center;
}
@media screen and (min-width: 768px) {
  #otakiage-fv::after {
    width: 6.36rem;
    height: 5.72rem;
    left: unset;
    right: calc(50% + 0.69rem);
    bottom: -5.47rem;
    background-position: center;
  }
}
#otakiage-fv > * {
  position: relative;
  z-index: 2;
}
#otakiage-fv .l-container {
  padding-top: 0.54rem;
  padding-left: 0.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.23rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #otakiage-fv .l-container {
    padding-top: 0.4rem;
    padding-left: 2.8rem;
    gap: 0.32rem;
  }
}
#otakiage-fv .l-container .c-heading--page {
  position: absolute;
  top: 0;
  left: 0;
}
#otakiage-fv .l-container .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #otakiage-fv .l-container .l-heading {
    gap: 0.08rem;
  }
}
#otakiage-fv .l-container .l-heading strong {
  white-space: nowrap;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.29rem;
  line-height: 0.39rem;
  letter-spacing: -0.022em;
  font-weight: 400;
  color: #C62222;
}
@media screen and (min-width: 768px) {
  #otakiage-fv .l-container .l-heading strong {
    font-size: 0.42rem;
    line-height: 0.61rem;
  }
}
#otakiage-fv .l-container .l-heading span {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #otakiage-fv .l-container .l-heading span {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
#otakiage-fv .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #otakiage-fv .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#otakiage-fv .l-container .l-button {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #otakiage-fv .l-container .l-button {
    flex-direction: row;
    gap: 0.38rem;
  }
}

#otakiage-intro {
  padding-top: 0.8rem;
  padding-bottom: 0.32rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #otakiage-intro {
    padding-top: 2.59rem;
    padding-bottom: 5.16rem;
    margin-bottom: -3.56rem;
  }
}
#otakiage-intro-deco1 {
  top: 2.86rem;
  left: 0.62rem;
  width: 4.2rem;
  height: 3.2rem;
}
@media screen and (min-width: 768px) {
  #otakiage-intro-deco1 {
    width: 5.73rem;
    height: 4.37rem;
    top: unset;
    bottom: 0;
    left: calc(50% + 2.34rem);
  }
}
#otakiage-intro-deco1 div {
  background-image: url("../img/otakiage/otakiage2.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#otakiage-intro .l-container {
  display: flex;
  flex-direction: column;
  gap: 1.42rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #otakiage-intro .l-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
#otakiage-intro .l-image {
  width: 2.4rem;
  height: 3.38rem;
}
@media screen and (min-width: 768px) {
  #otakiage-intro .l-image {
    width: 3.24rem;
    height: 4.56rem;
  }
}
#otakiage-intro .l-heading {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: #C62222;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #otakiage-intro .l-heading {
    font-size: 0.28rem;
    line-height: 0.48rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 768px) {
  #otakiage-intro .l-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    align-items: flex-start;
  }
}
#otakiage-intro .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #otakiage-intro .l-desc {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
}
#otakiage-intro .l-desc small {
  margin-top: 0.24rem;
  display: block;
  color: #C62222;
  display: flex;
}
#otakiage-intro .l-desc small::before {
  content: "※";
}

#otakiage-info {
  padding-bottom: 3.23rem;
}
@media screen and (min-width: 768px) {
  #otakiage-info {
    padding-bottom: 0.75rem;
  }
}
#otakiage-info-deco1 {
  bottom: 0.89rem;
  left: 0;
  width: 3.29rem;
  height: 3.2rem;
}
@media screen and (min-width: 768px) {
  #otakiage-info-deco1 {
    width: 5.03rem;
    height: 4.89rem;
    top: unset;
    bottom: 0.59rem;
    right: calc(50% + 3.07rem);
  }
}
#otakiage-info-deco1 div {
  background-image: url("../img/otakiage/otakiage3.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#otakiage-info .l-container {
  width: 3.43rem;
  margin: auto;
  background-color: white;
  border-radius: 0.16rem;
  padding: 0.4rem 0.16rem;
}
@media screen and (min-width: 768px) {
  #otakiage-info .l-container {
    width: 7.6rem;
    margin: auto;
    padding: 0.64rem 0.6rem 0.8rem;
  }
}
#otakiage-info .l-container .l-heading {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin-bottom: 0.32rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #otakiage-info .l-container .l-heading {
    font-size: 0.26rem;
    line-height: 0.37rem;
    margin-bottom: 0.48rem;
  }
}
#otakiage-info .l-container .l-top {
  width: 100%;
  padding-bottom: 0.32rem;
  border-bottom: 0.01rem solid #B78D38;
}
@media screen and (min-width: 768px) {
  #otakiage-info .l-container .l-top {
    padding-bottom: 0.56rem;
  }
}
#otakiage-info .l-container .l-bottom {
  padding-top: 0.32rem;
}
@media screen and (min-width: 768px) {
  #otakiage-info .l-container .l-bottom {
    padding-top: 0.56rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
#otakiage-info .l-container h3 {
  color: #C62222;
  text-align: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  #otakiage-info .l-container h3 {
    font-size: 0.22rem;
    line-height: 0.32rem;
    margin-bottom: 0.4rem;
  }
}
#otakiage-info .l-container a:not(.c-btn--download) {
  text-decoration: underline;
}
#otakiage-info .l-container p {
  text-align: center;
}
#otakiage-info .l-container p, #otakiage-info .l-container ul {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #otakiage-info .l-container p, #otakiage-info .l-container ul {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#otakiage-info .l-container p small, #otakiage-info .l-container ul small {
  margin-top: 0.08rem;
  margin-bottom: 0.08rem;
  display: block;
}
#otakiage-info .l-container .c-btn--download {
  margin: 0.4rem auto 0;
}
@media screen and (min-width: 768px) {
  #otakiage-info .l-container .c-btn--download {
    margin-top: 0.64rem;
  }
}

#otakiage-bottom {
  padding-bottom: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #otakiage-bottom {
    padding-bottom: 2rem;
  }
}
#otakiage-bottom .l-heading {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
}
#otakiage-bottom .l-table {
  width: 3.27rem;
  margin: 0.3rem auto 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #otakiage-bottom .l-table {
    width: 4.8rem;
    margin-top: 0.4rem;
  }
}
#otakiage-bottom .l-table b {
  color: #C62222;
}
#otakiage-bottom .l-table dl {
  width: 100%;
  padding-bottom: 0.16rem;
  border-bottom: 0.16rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.01rem solid #B78D38;
}
#otakiage-bottom .l-info {
  width: 3.27rem;
  margin: 0.24rem auto 0.24rem;
  border-top: 0.01rem solid #B78D38;
  padding-top: 0.24rem;
  text-align: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #otakiage-bottom .l-info {
    width: 4.8rem;
  }
}
#otakiage-bottom .l-caution {
  display: block;
  text-align: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #otakiage-bottom .l-caution {
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
#otakiage-bottom .c-btn--arrow--beige {
  width: 2.7rem;
  height: 0.64rem;
  margin: 0.4rem auto 0;
}
@media screen and (min-width: 768px) {
  #otakiage-bottom .c-btn--arrow--beige {
    margin-top: 0.36rem;
  }
}
#otakiage-bottom .c-btn--arrow--beige span {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 700;
}
#otakiage-bottom .c-btn--arrow--beige i {
  right: 0.3rem;
}
#otakiage-bottom .l-deco {
  position: absolute;
  background-image: url("../img/common/brush4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.2rem;
  height: 2.11rem;
  bottom: 0.99rem;
  left: -0.22rem;
}
@media screen and (min-width: 768px) {
  #otakiage-bottom .l-deco {
    left: calc(50% + 3.57rem);
    bottom: 2.95rem;
    width: 5.25rem;
    height: 2.64rem;
  }
}

#program {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #program {
    padding-bottom: 1.2rem;
  }
}
#program .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.35rem;
  margin-bottom: 0.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #program .l-desc {
    margin-top: 0.3rem;
    margin-bottom: 0.8rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

#workshop {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #workshop {
    padding-bottom: 2rem;
  }
}
#workshop .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.35rem;
  margin-bottom: 0.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #workshop .l-desc {
    margin-top: 0.3rem;
    margin-bottom: 0.8rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#workshop .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #workshop .l-container {
    gap: 0.46rem;
  }
}
#workshop .l-container #workshop1 {
  background-color: #312710;
}
#workshop .l-container #workshop2 {
  background-color: #B78D38;
}
#workshop .l-container .l-wrapper {
  position: relative;
  width: 3.03rem;
  color: white;
}
@media screen and (min-width: 768px) {
  #workshop .l-container .l-wrapper {
    width: 100%;
  }
}
#workshop .l-container .l-wrapper::after {
  content: "";
  width: 0.3rem;
  height: 0.08rem;
  background-image: url("../img/common/arrow_half_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  position: absolute;
  bottom: 0.15rem;
  right: 0.15rem;
}
@media screen and (min-width: 768px) {
  #workshop .l-container .l-wrapper::after {
    width: 0.35rem;
    height: 0.09rem;
    right: 0.31rem;
    bottom: 0.24rem;
  }
}
#workshop .l-container .l-image {
  position: absolute;
  width: 3.03rem;
  height: 2.4rem;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #workshop .l-container .l-image {
    width: 100%;
    height: 100%;
  }
}
#workshop .l-container .l-image img {
  -o-object-position: top left;
     object-position: top left;
}
#workshop .l-container .l-text {
  padding: 2.56rem 0.16rem 0.36rem;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #workshop .l-container .l-text {
    padding: 0.31rem 0.32rem 0.52rem 4.48rem;
  }
}
#workshop .l-container .l-text .l-box {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.26rem;
  height: 0.22rem;
  border-radius: 0.014rem;
  padding-bottom: 0.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.06rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
@media screen and (min-width: 768px) {
  #workshop .l-container .l-text .l-box {
    min-width: 1.7rem;
    height: 0.32rem;
    font-size: 0.16rem;
    line-height: 0.2rem;
  }
}
#workshop .l-container .l-text .l-name {
  margin-bottom: 0.08rem;
}
@media screen and (min-width: 768px) {
  #workshop .l-container .l-text .l-name {
    margin-bottom: 0.15rem;
  }
}
#workshop .l-container .l-text .l-name strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.26rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #workshop .l-container .l-text .l-name strong {
    font-size: 0.36rem;
    line-height: 0.52rem;
  }
}
#workshop .l-container .l-text .l-name small {
  display: inline-block;
  margin-left: -0.1rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #workshop .l-container .l-text .l-name small {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
#workshop .l-container .l-text .l-content {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.11rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #workshop .l-container .l-text .l-content {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}

#contact-top {
  padding-top: 1.36rem;
  padding-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #contact-top {
    padding-top: 1.4rem;
    padding-bottom: 0.35rem;
  }
}
#contact-top .l-desc {
  text-align: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.6rem;
  margin-bottom: 0.32rem;
  width: 100vw;
  max-width: unset;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
@media screen and (min-width: 768px) {
  #contact-top .l-desc {
    width: 100%;
    max-width: 100%;
    position: initial;
    left: unset;
    transform: unset;
    margin-top: 0.8rem;
    margin-bottom: 0.38rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
}
#contact-top .c-box {
  width: 2.86rem;
  margin: auto;
  padding: 0.32rem 0.1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contact-top .c-box {
    width: 100%;
  }
}
#contact-top .c-box h3 {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  #contact-top .c-box h3 {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
#contact-top .c-box strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
  color: #C62222;
  display: block;
}
@media screen and (min-width: 768px) {
  #contact-top .c-box strong {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
#contact-top .c-box small {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  #contact-top .c-box small {
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}

#contact-main {
  padding-bottom: 2rem;
}
#contact-main .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.1rem;
  line-height: 0.15rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.13rem;
}
@media screen and (min-width: 768px) {
  #contact-main .l-desc {
    font-size: 0.12rem;
    line-height: 0.17rem;
    margin-bottom: 0.24rem;
  }
}
#contact-main .l-desc strong {
  display: block;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.16rem;
}

#contact-confirm {
  padding-top: 1.4rem;
  padding-bottom: 2rem;
}
#contact-confirm .l-heading {
  text-align: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #contact-confirm .l-heading {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
#contact-confirm .l-desc {
  text-align: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #contact-confirm .l-desc {
    margin-bottom: 0.8rem;
  }
}
#contact-confirm .l-desc small {
  font-size: 0.85em;
}

#contact-complete {
  padding-top: 1.4rem;
  padding-bottom: 2rem;
}
#contact-complete .l-heading {
  text-align: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #contact-complete .l-heading {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
#contact-complete .l-desc {
  text-align: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #contact-complete .l-desc {
    margin-bottom: 0.8rem;
  }
}
#contact-complete .l-desc small {
  font-size: 0.85em;
}
#contact-complete .c-btn--prev--red {
  margin: auto;
}

#logo-top {
  padding-top: 1.36rem;
  padding-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #logo-top {
    padding-top: 1.4rem;
    padding-bottom: 0.35rem;
  }
}
#logo-top .l-slider {
  max-width: unset;
  height: 1.4rem;
  position: relative;
  margin-top: 0.4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #logo-top .l-slider {
    width: 10.39rem;
    height: 2.6rem;
    margin: auto;
    margin-top: 0.89rem;
    position: relative;
    left: unset;
    transform: unset;
  }
}
#logo-top .l-slider .swiper {
  height: 100%;
}
#logo-top .l-slider .swiper-wrapper {
  height: 100%;
}
#logo-top .l-slider .swiper-slide {
  cursor: pointer;
  transition: 0.3s;
  height: 100%;
}
#logo-top .l-slider .swiper-slide:hover {
  opacity: 0.7;
}
#logo-top .l-slider img {
  border-radius: 0.04rem;
}
#logo-top .l-slider__next {
  display: none;
}
@media screen and (min-width: 768px) {
  #logo-top .l-slider__next {
    display: block;
    width: 0.15rem;
    height: 0.25rem;
    position: absolute;
    right: -0.29rem;
    top: 50%;
    transform: translate(100%, -50%);
    background-image: url("../img/common/chevron_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(55%) sepia(93%) saturate(316%) hue-rotate(2deg) brightness(87%) contrast(87%);
    cursor: pointer;
  }
}
#logo-top .l-slider__prev {
  display: none;
}
@media screen and (min-width: 768px) {
  #logo-top .l-slider__prev {
    display: block;
    width: 0.15rem;
    height: 0.25rem;
    position: absolute;
    left: -0.29rem;
    top: 50%;
    transform: translate(-100%, -50%) scaleX(-1);
    background-image: url("../img/common/chevron_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(55%) sepia(93%) saturate(316%) hue-rotate(2deg) brightness(87%) contrast(87%);
    cursor: pointer;
  }
}
#logo-top .l-desc {
  text-align: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.6rem;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #logo-top .l-desc {
    width: 100%;
    max-width: 100%;
    position: initial;
    left: unset;
    transform: unset;
    margin-top: 0.8rem;
    margin-bottom: 0.38rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
}

#reservation-top {
  padding-top: 1.36rem;
  padding-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #reservation-top {
    padding-top: 1.4rem;
    padding-bottom: 0.92rem;
  }
}
#reservation-top .l-desc {
  text-align: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.6rem;
  margin-bottom: 0.32rem;
  width: 100vw;
  max-width: unset;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
@media screen and (min-width: 768px) {
  #reservation-top .l-desc {
    width: 100%;
    max-width: 100%;
    position: initial;
    left: unset;
    transform: unset;
    margin-top: 0.8rem;
    margin-bottom: 0.38rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
}
#reservation-top .l-caution {
  text-align: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.32rem;
  width: 100vw;
  max-width: unset;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  color: #C62222;
}
@media screen and (min-width: 768px) {
  #reservation-top .l-caution {
    width: 100%;
    max-width: 100%;
    position: initial;
    left: unset;
    transform: unset;
    margin-bottom: 0.4rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
}
#reservation-top .l-caution b {
  font-weight: 700;
}
#reservation-top .c-box {
  width: 2.86rem;
  margin: auto;
  padding: 0.32rem 0.1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #reservation-top .c-box {
    width: 100%;
  }
}
#reservation-top .c-box h3 {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  #reservation-top .c-box h3 {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
#reservation-top .c-box strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
  color: #C62222;
  display: block;
}
@media screen and (min-width: 768px) {
  #reservation-top .c-box strong {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
#reservation-top .c-box small {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  #reservation-top .c-box small {
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}

#reservation-main {
  padding-bottom: 2rem;
}

#privacy-policy {
  padding-top: 1.36rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy {
    padding-top: 1.4rem;
    overflow: hidden;
  }
}
#privacy-policy .c-heading--center {
  margin-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .c-heading--center {
    margin-bottom: 0.8rem;
  }
}
#privacy-policy .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-desc {
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-bottom: 0.8rem;
  }
}
#privacy-policy .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.64rem;
  align-items: flex-start;
  width: 100%;
}
#privacy-policy .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-start;
  width: 100%;
}
#privacy-policy .l-wrapper p {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-wrapper p {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#privacy-policy .l-deco {
  display: none;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-deco {
    display: block;
    position: absolute;
    left: calc(50% + 3.57rem);
    bottom: 0.56rem;
    width: 5.25rem;
    height: 2.64rem;
    background-image: url("../img/common/brush4.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#news-archive {
  padding-top: 1.4rem;
  padding-bottom: 2rem;
}
#news-archive .c-heading--center {
  margin-bottom: 0.64rem;
}
#news-archive .p-news-list {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #news-archive .p-news-list {
    width: 8.91rem;
    margin: 0 auto 0.8rem;
  }
}

#news-article {
  padding-top: 1.4rem;
  padding-bottom: 2rem;
}
#news-article .c-heading--center {
  margin-bottom: 0.64rem;
}
#news-article .p-article {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #news-article .p-article {
    margin-bottom: 2rem;
  }
}

#news-article {
  position: relative;
  z-index: 5;
}

#naire-fv {
  padding-top: 2.51rem;
  padding-bottom: 0.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #naire-fv {
    padding-top: 4rem;
    padding-bottom: 1.65rem;
  }
}
#naire-fv::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3.75rem;
  height: 4.58rem;
  left: 0;
  bottom: -1.78rem;
  background-image: url("../img/common/brush10.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -0.56rem center;
}
@media screen and (min-width: 768px) {
  #naire-fv::after {
    width: 6.36rem;
    height: 5.72rem;
    left: unset;
    right: calc(50% + 0.69rem);
    bottom: -2.72rem;
    background-position: center;
  }
}
#naire-fv > * {
  position: relative;
  z-index: 2;
}
#naire-fv .l-container {
  padding-top: 0.67rem;
  padding-left: 0.56rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #naire-fv .l-container {
    padding-top: 1.12rem;
    padding-left: 2.4rem;
  }
}
#naire-fv .l-container .c-heading--page {
  position: absolute;
  top: 0;
  left: 0;
}
#naire-fv .l-container .l-heading {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.29rem;
  line-height: 0.4rem;
  letter-spacing: -0.022em;
  font-weight: 400;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #naire-fv .l-container .l-heading {
    font-size: 0.42rem;
    line-height: 0.56rem;
    margin-bottom: 0.32rem;
  }
}
#naire-fv .l-container .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #naire-fv .l-container .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#naire-fv .l-slider {
  max-width: unset;
  height: 1.4rem;
  position: relative;
  margin-top: 0.4rem;
  left: 0.24rem;
  width: 2.59rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #naire-fv .l-slider {
    width: 8.28rem;
    height: 2.6rem;
    margin: auto;
    margin-top: 0.89rem;
    position: relative;
    left: unset;
    transform: unset;
  }
}
#naire-fv .l-slider .swiper {
  height: 100%;
}
#naire-fv .l-slider .swiper-wrapper {
  height: 100%;
}
#naire-fv .l-slider .swiper-slide {
  cursor: pointer;
  transition: 0.3s;
  height: 100%;
}
#naire-fv .l-slider .swiper-slide:hover {
  opacity: 0.7;
}
#naire-fv .l-slider img {
  border-radius: 0.04rem;
}
#naire-fv .l-slider__next {
  display: none;
}
@media screen and (min-width: 768px) {
  #naire-fv .l-slider__next {
    display: block;
    width: 0.15rem;
    height: 0.25rem;
    position: absolute;
    right: -0.29rem;
    top: 50%;
    transform: translate(100%, -50%);
    background-image: url("../img/common/chevron_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(55%) sepia(93%) saturate(316%) hue-rotate(2deg) brightness(87%) contrast(87%);
    cursor: pointer;
  }
}
#naire-fv .l-slider__prev {
  display: none;
}
@media screen and (min-width: 768px) {
  #naire-fv .l-slider__prev {
    display: block;
    width: 0.15rem;
    height: 0.25rem;
    position: absolute;
    left: -0.29rem;
    top: 50%;
    transform: translate(-100%, -50%) scaleX(-1);
    background-image: url("../img/common/chevron_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(55%) sepia(93%) saturate(316%) hue-rotate(2deg) brightness(87%) contrast(87%);
    cursor: pointer;
  }
}

#naire-main {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #naire-main {
    padding-bottom: 2.79rem;
  }
}
#naire-main .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.47rem;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0.64rem;
}
@media screen and (min-width: 768px) {
  #naire-main .l-container {
    gap: 0.68rem;
    margin-bottom: 1.48rem;
  }
}
#naire-main .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #naire-main .l-container .l-wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
#naire-main .l-container .l-image {
  width: 2.8rem;
  height: 3.73rem;
}
@media screen and (min-width: 768px) {
  #naire-main .l-container .l-image {
    width: 3.6rem;
    height: 4.8rem;
    flex: none;
  }
}
#naire-main .l-container .l-text {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #naire-main .l-container .l-text {
    gap: 0.4rem;
    width: 4.8rem;
  }
}
#naire-main .l-container .l-text .l-heading {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #naire-main .l-container .l-text .l-heading {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
#naire-main .l-container .l-text .l-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #naire-main .l-container .l-text .l-desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#naire-main .l-button {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #naire-main .l-button {
    flex-direction: row;
    justify-content: center;
    gap: 0.64rem;
  }
}
#naire-main .l-button .c-btn--arrow--beige, #naire-main .l-button .c-btn--arrow--red {
  width: 3rem;
  height: 0.72rem;
}
#naire-main .l-button .c-btn--arrow--beige span, #naire-main .l-button .c-btn--arrow--red span {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 700;
}
#naire-main .l-button .c-btn--arrow--beige i, #naire-main .l-button .c-btn--arrow--red i {
  width: 0.24rem;
  height: 0.24rem;
  right: 0.36rem;
}
#naire-main .l-button .c-btn--arrow--beige i::after, #naire-main .l-button .c-btn--arrow--red i::after {
  width: 0.08rem;
  height: 0.1rem;
  filter: brightness(0) saturate(100%) invert(24%) sepia(47%) saturate(295%) hue-rotate(108deg) brightness(87%) contrast(89%);
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-header__logo {
  position: fixed;
  top: 0.16rem;
  left: 0.16rem;
  z-index: 99;
  width: 0.54rem;
  height: 0.54rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    top: 0.2rem;
    left: 0.2rem;
  }
}
.p-header__logo picture {
  width: 0.54rem;
  height: 0.54rem;
}
.p-header__ui {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 101;
  position: fixed;
  top: 0.24rem;
  right: 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-header__ui {
    width: 0.6rem;
    height: 100dvh;
    top: 0;
    right: 0.4rem;
    padding-top: 0.4rem;
    padding-bottom: 0.53rem;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.p-header__link {
  position: fixed;
  bottom: 0.71rem;
  right: 0.15rem;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.32rem;
}
@media screen and (min-width: 768px) {
  .p-header__link {
    position: initial;
    bottom: unset;
    right: unset;
  }
}
.p-header__link a {
  display: flex;
  align-items: center;
}
.p-header__link a:nth-of-type(1) {
  font-family: "Cormorant", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 500;
  gap: 0.16rem;
}
.p-header__link a:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 0.31rem;
  height: 0.28rem;
  background-image: url("../img/common/icon_cart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
.p-header__link a:nth-of-type(2) {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.18rem;
  letter-spacing: 0em;
  font-weight: 400;
  gap: 0.07rem;
}
.p-header__link a:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.26rem;
  background-image: url("../img/common/icon_brush.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
.p-header__nav {
  background-color: white;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  padding: 0.5rem 0.24rem 0 1.33rem;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    overflow-y: initial;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
.p-header__nav::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(183, 141, 56, 0.1);
  transition: 0.8s;
  opacity: 0;
}
.p-header__nav--check {
  display: none;
}
.p-header__nav--check:checked ~ .p-header__nav {
  opacity: 1 !important;
  pointer-events: all !important;
}
.p-header__nav--check:checked ~ .p-header__nav::before {
  content: "";
  opacity: 1;
}
.p-header__nav--check:checked ~ .p-header__nav .p-header__nav--logo {
  transform: translateX(0);
  opacity: 1;
}
.p-header__nav--check:checked ~ .p-header__nav .p-header__nav--menu p {
  transform: translateX(0);
  opacity: 1;
  transition-delay: var(--delay);
}
.p-header__nav--check:checked ~ .p-header__nav .p-header__nav--image div {
  animation: header-image 24s infinite;
}
.p-header__nav--check:checked ~ .p-header__nav .p-header__nav--image div:nth-of-type(1) {
  background-image: url("../img/common/header4.webp");
  background-size: contain;
  background-repeat: no-repeat;
  animation-delay: 0s;
}
.p-header__nav--check:checked ~ .p-header__nav .p-header__nav--image div:nth-of-type(2) {
  background-image: url("../img/common/header1.webp");
  background-size: contain;
  background-repeat: no-repeat;
  animation-delay: 6s;
}
.p-header__nav--check:checked ~ .p-header__nav .p-header__nav--image div:nth-of-type(3) {
  background-image: url("../img/common/header2.webp");
  background-size: contain;
  background-repeat: no-repeat;
  animation-delay: 12s;
}
.p-header__nav--check:checked ~ .p-header__nav .p-header__nav--image div:nth-of-type(4) {
  background-image: url("../img/common/header3.webp");
  background-size: contain;
  background-repeat: no-repeat;
  animation-delay: 18s;
}
@media screen and (min-width: 768px) {
  .p-header__nav--check:checked ~ .p-header__ui {
    background: transparent;
  }
}
.p-header__nav--check:checked ~ .p-header__ui .p-header__nav--box--line:nth-of-type(1) {
  transform-origin: top left;
  transform: translateY(-0.005rem) rotate(21.075deg);
  width: 0.35365rem;
}
.p-header__nav--check:checked ~ .p-header__ui .p-header__nav--box--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--check:checked ~ .p-header__ui .p-header__nav--box--line:nth-of-type(3) {
  transform-origin: bottom left;
  transform: translateY(0.005rem) rotate(-21.075deg);
  width: 0.35365rem;
}
.p-header__nav--box {
  display: block;
  position: relative;
  width: 0.33rem;
  height: 0.13rem;
  flex: none;
  cursor: pointer;
}
.p-header__nav--box--wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-header__nav--box--line {
  background-color: #333333;
  transition: 0.3s;
  width: 100%;
  height: 0.01rem;
  max-width: unset;
}
.p-header__nav--container {
  width: 100%;
  display: flex;
  gap: 0.13rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__nav--container {
    width: 11.2rem;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    gap: 0.8rem;
    position: relative;
  }
}
.p-header__nav--container .c-btn--arrow--beige {
  position: absolute;
  bottom: 0;
  left: 1.01rem;
  transform: translateX(-50%);
}
.p-header__nav--logo {
  position: fixed;
  top: 3.61rem;
  left: 0.24rem;
  width: 0.96rem;
  height: 0.96rem;
  display: block;
  opacity: 0;
  transform: translateX(0.2rem);
  transition: 0.8s;
}
@media screen and (min-width: 768px) {
  .p-header__nav--logo {
    position: initial;
    top: unset;
    left: unset;
    width: 2.02rem;
    height: 2.02rem;
  }
}
.p-header__nav--logo picture {
  width: 100%;
  height: 100%;
}
.p-header__nav--image {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav--image {
    display: block;
    margin-left: 0.8rem;
    position: relative;
    width: 3rem;
    height: 6rem;
    border-radius: 0.04rem;
    overflow: hidden;
    transform: translateX(0.2rem);
  }
}
.p-header__nav--image div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-header__nav--menu {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  color: #B78D38;
  overflow-y: scroll;
}
.p-header__nav--menu::-webkit-scrollbar {
  display: none;
}
.p-header__nav--menu {
  padding-bottom: 0.79rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu {
    justify-content: center;
    padding-bottom: unset;
    height: -moz-fit-content;
    height: fit-content;
    gap: 0.28rem;
  }
}
.p-header__nav--menu a {
  display: flex;
  gap: 0.08rem;
  --base-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu a {
    gap: 0.09rem;
  }
}
.p-header__nav--menu a i {
  display: block;
  width: 0.16rem;
  height: 0.01rem;
  flex: none;
  position: relative;
  top: 0.14rem;
}
.p-header__nav--menu a i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #B78D38;
}
.p-header__nav--menu a p {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  align-items: flex-start;
  opacity: 0;
  transform: translateX(0.2rem);
  transition: 0.5s;
}
.p-header__nav--menu a p strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: -0.031em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu a p strong {
    font-size: 0.2rem;
    line-height: 0.27rem;
  }
}
.p-header__nav--menu a p span {
  font-family: "Cormorant", serif;
  font-size: 0.1rem;
  line-height: 0.12rem;
  letter-spacing: -0.031em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu a p span {
    font-size: 0.12rem;
    line-height: 0.14rem;
  }
}
.p-header__nav--menu a p em {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.05rem;
}
.p-header__nav--menu a:nth-of-type(1) {
  --delay: calc(0.1s * 1 + 0.1s);
}
.p-header__nav--menu a:nth-of-type(2) {
  --delay: calc(0.1s * 2 + 0.1s);
}
.p-header__nav--menu a:nth-of-type(3) {
  --delay: calc(0.1s * 3 + 0.1s);
}
.p-header__nav--menu a:nth-of-type(4) {
  --delay: calc(0.1s * 4 + 0.1s);
}
.p-header__nav--menu a:nth-of-type(5) {
  --delay: calc(0.1s * 5 + 0.1s);
}
.p-header__nav--menu a:nth-of-type(6) {
  --delay: calc(0.1s * 6 + 0.1s);
}
.p-header__nav--menu a:nth-of-type(7) {
  --delay: calc(0.1s * 7 + 0.1s);
}
.p-header__nav--menu a:nth-of-type(8) {
  --delay: calc(0.1s * 8 + 0.1s);
}
.p-header__nav--menu a:nth-of-type(9) {
  --delay: calc(0.1s * 9 + 0.1s);
}
.p-header__nav--menu a:nth-of-type(10) {
  --delay: calc(0.1s * 10 + 0.1s);
}

.p-footer {
  position: relative;
  z-index: 50;
  padding: 0.48rem 0rem 0.27rem;
  background-image: url("../img/common/bg_fotoer.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(183, 141, 56, 0.05);
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 0.82rem;
    padding-bottom: 0.83rem;
  }
}
.p-footer__top {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    display: flex;
    position: absolute;
    top: -0.4rem;
    left: calc(50% + 5rem);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    border: 0.01rem solid #B78D38;
    transform: translateY(-100%);
    color: #B78D38;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0.11rem;
    font-family: "Cormorant", serif;
    font-size: 0.16rem;
    line-height: 0.17rem;
    letter-spacing: 0em;
    font-weight: 500;
  }
  .p-footer__top::before {
    content: "";
    width: 0.12rem;
    height: 0.09rem;
    background-image: url("../img/common/chevron_top.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.07rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    width: 14.4rem;
    margin: auto;
    padding-left: 0.92rem;
    padding-right: 1.6rem;
    display: flex;
    align-items: flex-end;
  }
}
.p-footer__logo {
  display: block;
  width: 1.04rem;
  height: 1.74rem;
  background-image: url("../img/common/logo_vert.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.32rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin: unset;
    width: 1.34rem;
    height: 2.25rem;
    order: 1;
  }
}
.p-footer__link {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    order: 3;
    margin-bottom: unset;
    margin-left: auto;
  }
}
.p-footer__button {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__button {
    align-items: flex-start;
    gap: 0.24rem;
    flex-direction: column-reverse;
  }
}
.p-footer__sns {
  margin-top: 0.23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.16rem;
  font-family: "Cormorant", serif;
  font-size: 0.14rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    margin-top: 0.38rem;
    gap: 0.18rem;
    font-size: 0.14rem;
    line-height: 0.17rem;
  }
}
.p-footer__sns::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__sns::before {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.p-footer__sns a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    order: 2;
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0.48rem;
    padding-top: 0.2rem;
  }
}
.p-footer__table {
  width: 100%;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  padding-bottom: 0.32rem;
  border-bottom: 0.01rem solid rgba(183, 141, 56, 0.3);
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  align-items: flex-start;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__table {
    gap: 0.1rem;
    padding-bottom: unset;
    border-bottom: unset;
    padding-top: 0.25rem;
    border-top: 0.01rem solid rgba(183, 141, 56, 0.3);
    padding-left: unset;
    padding-right: unset;
  }
}
.p-footer__table dl {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-footer__table dl {
    gap: 0;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__table dl dt {
    width: 0.75rem;
    flex: none;
  }
}
.p-footer__company {
  padding-top: 0.33rem;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-footer__company {
    padding-top: unset;
    padding-left: unset;
    padding-right: unset;
    padding-bottom: 0.27rem;
    gap: 0.16rem;
  }
}
.p-footer__company strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__company strong {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-footer__company span {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.13rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__company span {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
}
.p-footer__company i {
  font-family: "Cormorant", serif;
  font-size: 0.08rem;
  line-height: 0.09rem;
  letter-spacing: 0em;
  font-weight: 500;
  font-style: normal;
  margin-top: 0.25rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__company i {
    display: none;
  }
}

@keyframes header-image {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
.p-name {
  position: relative;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
.p-name span {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.18rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-name strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.28rem;
  line-height: 0.28rem;
  letter-spacing: 0.4em;
  font-weight: 700;
  margin-left: 0.08rem;
  margin-right: 0.13rem;
}
.p-name small {
  font-family: "Cormorant", serif;
  font-size: 0.16rem;
  line-height: 0.16rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-top: 0.02rem;
}
.p-name em {
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.18rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-left: 0.01rem solid #B78D38;
  height: 100%;
  font-style: normal;
  margin-left: 0.15rem;
  padding-left: 0.1rem;
}
.p-name:not(:has(span)) strong {
  margin-right: unset;
}

.p-form {
  width: 100%;
}
.p-form input[type=text], .p-form input[type=email], .p-form input[type=tel], .p-form input[type=date], .p-form input[type=number], .p-form select {
  display: block;
  border: 0.01rem solid rgba(183, 141, 56, 0.5);
  background-color: white;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  border-radius: 0;
  width: 100%;
  height: 0.44rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 0.04rem;
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form input[type=date]::-moz-placeholder, .p-form input[type=number]::-moz-placeholder, .p-form select::-moz-placeholder {
  color: #AFAFAF;
}
.p-form input[type=text]::placeholder, .p-form input[type=email]::placeholder, .p-form input[type=tel]::placeholder, .p-form input[type=date]::placeholder, .p-form input[type=number]::placeholder, .p-form select::placeholder {
  color: #AFAFAF;
}
.p-form input[type=text]:focus-visible, .p-form input[type=email]:focus-visible, .p-form input[type=tel]:focus-visible, .p-form input[type=date]:focus-visible, .p-form input[type=number]:focus-visible, .p-form select:focus-visible {
  outline: unset;
}
.p-form textarea {
  display: block;
  border: none;
  background-color: white;
  border: 0.01rem solid rgba(183, 141, 56, 0.5);
  padding: 0.11rem 0.16rem;
  border-radius: 0.04rem;
  width: 100%;
  height: 2.93rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    height: 1.6rem;
  }
}
.p-form textarea::-moz-placeholder {
  color: #AFAFAF;
}
.p-form textarea::placeholder {
  color: #AFAFAF;
}
.p-form textarea:focus-visible {
  outline: unset;
}
.p-form input[type=checkbox] {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0;
  margin: 0;
}
.p-form input[type=file] {
  display: none;
}
.p-form .wpcf7-response-output {
  border-radius: 0.03rem;
  background-color: white;
}
.p-form .wpcf7-spinner {
  display: none;
}
.p-form .wpcf7-not-valid {
  background-color: #fff0f0 !important;
}
.p-form .wpcf7-response-output {
  display: none;
}
.p-form [data-etsuke], .p-form [data-tegata] {
  display: none;
}
.p-form [data-active] {
  display: flex !important;
}
.p-form__first {
  display: none;
}
.p-form__second {
  display: none;
}
.p-form__third {
  display: none;
}
.p-form__switch {
  display: none;
}
.p-form__switch#form-switch-first:checked ~ .p-form__first {
  display: block !important;
}
.p-form__switch#form-switch-second:checked ~ .p-form__second {
  display: block !important;
}
.p-form__switch#form-switch-third:checked ~ .p-form__third {
  display: block !important;
}
.p-form__space {
  height: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__space {
    height: 0.3rem;
  }
}
.p-form__main {
  width: 100%;
}
.p-form__main--container {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
.p-form__subject {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__subject {
    margin-bottom: 0.56rem;
  }
}
.p-form__subject input {
  display: none;
}
.p-form__subject .wpcf7-list-item {
  margin: 0;
}
.p-form__subject .wpcf7-list-item label {
  width: 2.4rem;
  height: 0.8rem;
  border-radius: 0.16rem;
  border: 0.02rem solid #C62222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.26rem;
  line-height: 0.37rem;
  letter-spacing: 0em;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-form__subject .wpcf7-list-item label:not(:has(input:checked)) {
  opacity: 0.5;
}
.p-form__subject .wpcf7-list-item label:hover {
  opacity: 1 !important;
}
.p-form__subject .wpcf7-list-item:nth-of-type(1) label {
  background-image: url("../img/reservation/button_etsuke.webp");
}
.p-form__subject .wpcf7-list-item:nth-of-type(2) label {
  background-image: url("../img/reservation/button_tegata.webp");
}
.p-form__subject .wpcf7-radio {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__subject .wpcf7-radio {
    flex-direction: row;
    gap: 0.4rem;
    justify-content: center;
  }
}
.p-form__top {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.1rem;
  line-height: 0.15rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-form__top {
    font-size: 0.12rem;
    line-height: 0.17rem;
  }
}
.p-form__top strong {
  display: block;
  margin-bottom: 0.16rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
  align-items: flex-start;
  width: 100%;
}
.p-form__item dt {
  display: flex;
  flex-direction: column;
  gap: 0.02rem;
  width: 100%;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__item dt {
    gap: 0.12rem;
    flex-direction: row;
    align-items: center;
  }
}
.p-form__item dt span {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form__item dt span {
    gap: 0.1rem;
  }
}
.p-form__item dt small {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.1rem;
  line-height: 0.16rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__item dt small {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.p-form__item dd {
  width: 100%;
}
.p-form__item dd .wpcf7-form-control-wrap {
  width: 100%;
}
.p-form__item dd .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-form__item dd .wpcf7-checkbox li {
  display: flex;
  gap: 0.08rem;
}
.p-form__item dd .wpcf7-checkbox .wpcf7-list-item {
  margin-left: unset;
}
.p-form__item--required dt span::after {
  content: "必須";
  width: 0.33rem;
  height: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B78D38;
  color: white;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.11rem;
  line-height: 0.11rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-form__item .wpcf7-not-valid-tip {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-form__small {
    width: 2.68rem !important;
  }
}
.p-form__agreement {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.p-form__agreement a {
  text-decoration: underline;
}
.p-form__file {
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  padding: 0.1rem;
  border-radius: 0.04rem;
  border: 0.01rem dotted #B2BCB6;
  text-align: center;
}
.p-form__file:nth-of-type(1) {
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-form__file:nth-of-type(1) {
    margin-top: 0.2rem;
  }
}
.p-form__file:nth-of-type(2) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__file {
    padding: unset;
    background-color: unset;
    border: unset;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.13rem;
  }
}
.p-form__file .wpcf7-form-control-wrap {
  display: none;
}
.p-form__file--name {
  text-align: center;
  color: #707070;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  display: block;
  height: 0.19rem;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form__file--name {
    text-align: left;
    flex: none;
    margin-right: auto;
    margin-bottom: unset;
    order: 2;
  }
}
.p-form__file--name:empty::before {
  content: "ファイルが選択されていません。";
  color: #707070;
}
.p-form__file--button {
  width: 2.4rem;
  height: 0.54rem;
  border-radius: 0.04rem;
  background-color: #B78D38;
  cursor: pointer;
  margin: auto;
  border: 0.01rem solid #CAD0CD;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.17rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-form__file--button {
    width: 2.8rem;
    height: 0.4rem;
    gap: 0.16rem;
    order: 1;
    margin: unset;
  }
}
.p-form__file--button::before {
  content: "";
  width: 0.16rem;
  height: 0.19rem;
  display: block;
  background-image: url("../img/common/icon_upload.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.37;
}
.p-form__file--button i {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__file--button i {
    font-style: normal;
    display: inline;
  }
}
.p-form__file--caption {
  font-style: normal;
  margin-top: 0.08rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.13rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__file--caption {
    display: none;
  }
}
.p-form__file input[type=file] {
  display: none;
}
.p-form__unavailable {
  background-color: white;
  width: 100%;
  padding: 0.2rem;
  color: #C62222;
  border-radius: 0.1rem;
  border: 0.01rem solid #C62222;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__unavailable {
    padding: 0.66rem 0.96rem;
    border-radius: 0.24rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.p-form__unavailable span {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__unavailable span {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
}
.p-form__unavailable p {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-form__unavailable p {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
}
.p-form__unavailable ul {
  display: flex;
  justify-content: space-between;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.13rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__unavailable ul {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
}
.p-form__unavailable ul li {
  white-space: nowrap;
  width: 1.4rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-form__unavailable ul li {
    width: 1.8rem;
  }
}
.p-form__caution {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__caution {
    width: 6.4rem;
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin-top: 0.4rem;
  }
}
.p-form__caution span {
  color: #C62222;
}
.p-form__caution b {
  color: #C62222;
  font-weight: 700;
}
.p-form__policy {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__policy {
    margin-top: 0.5rem;
  }
}
.p-form__policy p {
  text-align: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-form__policy p {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
}
.p-form__policy p a {
  color: #B78D38;
  text-decoration: underline;
}
.p-form__policy div {
  display: flex;
  justify-content: center;
}
.p-form__policy div .wpcf7-not-valid {
  background-color: unset !important;
}
.p-form__policy div .wpcf7-list-item {
  margin-left: unset;
}
.p-form__policy div .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.p-form__policy div .wpcf7-not-valid-tip {
  text-align: center;
}
.p-form__button {
  display: flex;
  gap: 0.24rem;
  justify-content: center;
  margin-top: 0.48rem;
}
@media screen and (min-width: 768px) {
  .p-form__button {
    margin-top: 0.8rem;
  }
}
.p-form__button input {
  display: none;
}
.p-form__button .c-btn--arrow--red {
  cursor: pointer;
}
.p-form__hidden {
  display: none;
}

.p-form-confirm {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form-confirm {
    width: 8.04rem;
    margin: auto;
  }
}
.p-form-confirm__main {
  width: 100%;
}
.p-form-confirm__main--container {
  display: flex;
  flex-direction: column;
  gap: 0.21rem;
  align-items: flex-start;
  width: 100%;
}
.p-form-confirm__item {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  align-items: flex-start;
  padding-bottom: 0.21rem;
  border-bottom: 0.01rem solid #D5D9D7;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item {
    flex-direction: row;
    align-items: baseline;
  }
}
.p-form-confirm__item dt {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item dt {
    font-size: 0.16rem;
    line-height: 0.24rem;
    width: 2.13rem;
  }
}
.p-form-confirm__item dd {
  padding-left: 0.05rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item dd {
    padding-left: unset;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-form-confirm__send {
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  align-items: center;
}

.p-archive-years {
  font-family: "Cormorant", serif;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #707070;
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  align-items: flex-start;
}
.p-archive-years a[aria-current] {
  color: rgba(50, 41, 218, 0.7);
}
.p-archive-years:not(:has(a[aria-current])) li:first-child a {
  color: rgba(50, 41, 218, 0.7);
}

.p-article {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-article {
    gap: 0.4rem;
  }
}
.p-article__info {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-article__info {
    gap: 0.31rem;
  }
}
.p-article__date {
  font-family: "Cormorant", serif;
  font-size: 0.14rem;
  line-height: 0.14rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #C62222;
}
@media screen and (min-width: 768px) {
  .p-article__date {
    font-size: 0.16rem;
    line-height: 0.16rem;
  }
}
.p-article__category {
  display: flex;
  gap: 0.1rem;
  flex-wrap: wrap;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.13rem;
  line-height: 0.15rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-article__category a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.02rem 0.08rem 0.03rem;
  color: #5E6563;
  border-radius: 0.02rem;
  flex: none;
  white-space: nowrap;
  background-color: #EFF0F0;
}
.p-article__type {
  display: flex;
  gap: 0.11rem;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-article__type {
    gap: 0.08rem;
    margin-top: 0.26rem;
  }
}
.p-article__type li {
  display: flex;
  padding: 0.03rem 0.05rem 0.04rem;
  border: 0.01rem solid #2E483F;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-article__type li {
    font-size: 0.13rem;
    line-height: 0.19rem;
    padding: 0.03rem 0.05rem 0.04rem;
  }
}
.p-article__type li[data-slug=everyday] {
  order: 1;
  background-color: #C62222;
  color: white;
  border: unset;
  display: flex !important;
}
.p-article__type:has([data-end]) li {
  display: none;
}
.p-article__type:has([data-end]) [data-end] {
  display: flex !important;
}
.p-article__title {
  display: block;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.17rem;
  line-height: 0.27rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-article__title {
    font-size: 0.21rem;
    line-height: 0.32rem;
    margin-top: 0.24rem;
  }
}
.p-article__thumb {
  display: block;
  width: 100%;
}
.p-article__thumb img {
  display: block;
  width: 100%;
}
.p-article__content {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-article__content {
    line-height: 0.29rem;
  }
}
.p-article__content > * {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-article__content > * {
    margin-bottom: 0.6rem;
  }
}
.p-article__content > *:last-child {
  margin-bottom: unset;
}
.p-article__content .wp-block-image:first-child {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-article__content .wp-block-image:first-child {
    width: 7.2rem;
    max-width: 100%;
    left: unset;
    transform: unset;
    position: initial;
    margin: auto;
    margin-bottom: 0.69rem;
  }
}
.p-article__content .wp-block-image:first-child img {
  display: block;
  width: 100%;
  height: auto;
}
.p-article__content img {
  display: block;
}
.p-article__content h2 {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-article__content h2 {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
.p-article__content h3 {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 700;
  padding-left: 0.1rem;
  position: relative;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-article__content h3 {
    margin-bottom: 0.21rem;
  }
}
.p-article__content h3::before {
  content: "";
  position: absolute;
  top: 0.06rem;
  left: 0;
  width: 0.02rem;
  height: 0.15rem;
  background-color: #B78D38;
}
.p-article__content h4, .p-article__content h5, .p-article__content h6, .p-article__content b, .p-article__content strong {
  font-weight: 700;
}
.p-article__content ul {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-article__content ul {
    gap: 0.04rem;
  }
}
.p-article__content ul li {
  padding-left: 1em;
  position: relative;
}
.p-article__content ul li::before {
  content: "";
  position: absolute;
  width: 0.35em;
  height: 0.35em;
  background-color: #B78D38;
  border-radius: 100%;
  top: 0.8em;
  left: 0;
  display: block;
  flex: none;
}
.p-article__content ol {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
  counter-reset: count 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-article__content ol {
    gap: 0.04rem;
  }
}
.p-article__content ol li {
  padding-left: 1.6em;
  position: relative;
  counter-increment: count 1;
}
.p-article__content ol li::before {
  content: counter(count);
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background-color: #B78D38;
  border-radius: 100%;
  top: 0.5em;
  left: 0;
  display: block;
  color: white;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.1em;
  box-sizing: border-box;
  flex: none;
}
.p-article__content a:not([class]) {
  color: #B78D38;
  text-decoration: underline;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: unset !important;
}
.p-article__content a:not([class])[href*=".pdf"] {
  display: inline-flex;
  gap: 0.11rem;
  align-items: center;
}
.p-article__content a:not([class])[href*=".pdf"]::before {
  content: "";
  width: 0.19rem;
  height: 0.19rem;
  flex: none;
  display: inline-block;
  background-image: url("../img/common/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-article__content .wp-block-preformatted:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
  background-color: rgba(183, 141, 56, 0.1);
  padding: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-article__content .wp-block-preformatted:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
    padding: 0.3rem;
  }
}
.p-article__content .wp-block-quote:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
  background-color: #B78D38;
  padding: 0.17rem;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-article__content .wp-block-quote:not(:has(.wp-block-preformatted, .wp-block-quote)):not(:empty) {
    padding: 0.3rem;
  }
}
.p-article__content .wp-element-button {
  background-color: #333333;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  min-height: 0.62rem;
  border-radius: 2rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-article__content .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
}
.p-article__table {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
}
.p-article__table div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-article__table div dl {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-article__table div dl {
    flex-direction: row;
    border-top: 0.01rem solid #D5D9D7;
  }
}
.p-article__table div dl:nth-last-of-type(1) {
  border-bottom: 0.01rem solid #D5D9D7;
}
.p-article__table div dl dt {
  border-top: 0.01rem solid #D5D9D7;
  background-color: #F5F5F2;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 0.14rem 0.11rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-article__table div dl dt {
    padding: 0.24rem 0.18rem 0.25rem;
    width: 2.13rem;
    flex: none;
    border: unset;
  }
}
.p-article__table div dl dd {
  border-top: 0.01rem solid #D5D9D7;
  width: 100%;
  background-color: white;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.15rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-article__table div dl dd {
    flex-grow: 1;
    padding: 0.25rem;
    border: unset;
  }
}
.p-article__table div dl .c-btn--ticket {
  margin: auto;
  width: 2.96rem;
  height: 0.73rem;
  justify-content: center;
  gap: 0.28rem;
  margin-top: 0.4rem;
  padding-right: 0.3rem;
  margin-bottom: 0.35rem;
}
@media screen and (min-width: 768px) {
  .p-article__table div dl .c-btn--ticket {
    margin-top: 0.51rem;
    width: 3.87rem;
    height: 0.76rem;
    margin-left: unset;
    font-size: 0.17rem;
  }
}
.p-article__table--date {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5em;
}
.p-article__table--date span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.p-article__table--date span::after {
  content: " / ";
}
.p-article__table--date span:nth-last-of-type(1)::after {
  content: unset;
}
.p-article__table--date i {
  font-style: normal;
}

.p-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 0.69rem;
}
@media screen and (min-width: 768px) {
  .p-navigation {
    margin-top: 1.2rem;
  }
}
.p-navigation__prev {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  gap: 0.11rem;
  align-items: center;
  color: #C62222;
  height: -moz-fit-content;
  height: fit-content;
}
.p-navigation__prev::before {
  content: "";
  background-image: url("../img/common/chevron_simple_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.06rem;
  height: 0.1rem;
  transform: scaleX(-1);
}
.p-navigation__next {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  gap: 0.11rem;
  align-items: center;
  color: #C62222;
  height: -moz-fit-content;
  height: fit-content;
}
.p-navigation__next::after {
  content: "";
  background-image: url("../img/common/chevron_simple_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.06rem;
  height: 0.1rem;
}
.p-navigation__back {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding: 0 0.16rem 0.16rem;
  border-bottom: 0.015rem solid #C62222;
  color: #C62222;
}

.p-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-accordion {
    gap: 0.4rem;
  }
}
.p-accordion__wrapper {
  width: 100%;
}
.p-accordion__wrapper[data-accordion-active] .p-accordion__parent i::before {
  content: "";
  height: 0;
  opacity: 0;
}
.p-accordion__wrapper[data-accordion-active] .p-accordion__parent em::before {
  height: 0;
}
.p-accordion__wrapper[data-accordion-active] .p-accordion__child {
  height: auto;
  padding-top: 0.1rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-accordion__wrapper[data-accordion-active] .p-accordion__child {
    padding-top: 0.2rem;
  }
}
.p-accordion__parent {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 0.16rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.09rem;
  border-bottom: 0.01rem solid #B78D38;
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-accordion__parent {
    padding-bottom: 0.16rem;
  }
}
.p-accordion__parent i {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: 0.09rem;
  transform: translateY(-50%);
}
.p-accordion__parent i::before {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: 0.1rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: gray;
  transition: 0.3s;
}
.p-accordion__parent i::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.01rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: gray;
  transition: 0.3s;
}
.p-accordion__question {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.08rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-right: 0.42rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__question {
    gap: 0.06rem;
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.p-accordion__question::before {
  content: "Q.";
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 400;
  flex: none;
}
.p-accordion__question em {
  width: 0.16rem;
  height: 0.16rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-accordion__question em::before {
  content: "";
  width: 0.01rem;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #B78D38;
  transition: 0.3s;
}
.p-accordion__question em::after {
  content: "";
  width: 100%;
  height: 0.01rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #B78D38;
  transition: 0.3s;
}
.p-accordion__answer {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-accordion__answer a {
  text-decoration: underline;
  color: #B78D38;
}
@media screen and (min-width: 768px) {
  .p-accordion__answer {
    font-size: 0.15rem;
    line-height: 0.21rem;
    padding-left: 0.3rem;
  }
}
.p-accordion__answer h3 {
  display: flex;
  gap: 0.08rem;
  align-items: baseline;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__answer h3 {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.p-accordion__answer h3::before {
  content: "A.";
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 400;
  flex: none;
}
.p-accordion__answer p {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-accordion__answer p {
    padding-left: 0.39rem;
  }
}
.p-accordion__child {
  width: 100%;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: flex-start;
  opacity: 0;
  transition: 0.3s;
}
.p-accordion__item {
  padding-bottom: 0.11rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  width: 100%;
  display: block;
  border-bottom: 0.01rem solid #E0E0DA;
  position: relative;
}
.p-accordion__item::after {
  content: "";
  position: absolute;
  right: 0.02rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 0.1rem;
  background-image: url("../img/common/chevron_right_gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-program {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-program {
    align-items: flex-start;
    gap: 0.54rem;
  }
}
.p-program__wrapper {
  width: 3.03rem;
  height: 4.35rem;
  position: relative;
  padding: 2.31rem 0.2rem 0.28rem;
  background-color: white;
  box-shadow: 0 0 0.16rem rgba(183, 176, 161, 0.2);
}
@media screen and (min-width: 768px) {
  .p-program__wrapper {
    width: 8.6rem;
    height: 3.22rem;
    padding: unset;
    background: linear-gradient(to bottom, white 0%, transparent 100%);
    display: flex;
    box-shadow: unset;
  }
  .p-program__wrapper:nth-of-type(2n) {
    align-self: flex-end;
  }
}
.p-program__wrapper::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.08rem;
  background-image: url("../img/common/arrow_half_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0.2rem;
  right: 0.22rem;
}
@media screen and (min-width: 768px) {
  .p-program__wrapper::after {
    bottom: 0.38rem;
    right: 0.37rem;
  }
}
.p-program__image {
  width: 100%;
  height: 4.06rem;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-program__image {
    position: initial;
    top: unset;
    left: unset;
    mix-blend-mode: normal;
    width: 4.8rem;
    height: 100%;
    flex: none;
  }
}
.p-program__image picture {
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.p-program__image picture img {
  -o-object-position: center top;
     object-position: center top;
}
.p-program__image--caption {
  position: absolute;
  writing-mode: vertical-rl;
  color: white;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.39rem;
  line-height: 0.39rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  top: 0.03rem;
  left: 0.14rem;
  padding-top: 0.1rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-program__image--caption {
    display: none;
  }
}
.p-program__main {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-program__main {
    flex-grow: 1;
    height: 100%;
    padding: 0.24rem 0.37rem 0.38rem 0.4rem;
  }
}
.p-program__genre {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0.76rem;
  height: 0.23rem;
  border: 0.01rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.02rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 0.18rem;
  letter-spacing: 0em;
  font-weight: 700;
  border: 0.01rem solid #B78D38;
  color: #B78D38;
  position: absolute;
  top: 0.07rem;
  right: -0.06rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-program__genre {
    height: 0.3rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    top: 0.29rem;
    right: 0.37rem;
  }
}
.p-program__number {
  color: #DFCDA5;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.25rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.09rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-program__number {
    font-size: 0.3rem;
    line-height: 0.44rem;
    margin-bottom: 0.18rem;
  }
}
.p-program__name {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.27rem;
  line-height: 0.39rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-bottom: 0.09rem;
  position: relative;
  margin-bottom: 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-program__name {
    font-size: 0.32rem;
    line-height: 0.46rem;
    padding-bottom: 0.11rem;
    margin-bottom: 0.16rem;
  }
}
.p-program__name::after {
  content: "";
  width: 0.42rem;
  height: 0.01rem;
  background-color: #B78D38;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-program__desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-program__desc {
    font-size: 0.15rem;
  }
}
.p-program__desc b {
  display: block;
  font-weight: 700;
  margin-top: 0.08rem;
}

.p-program-hori {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-program-hori {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 0.22rem;
  }
}
.p-program-hori__wrapper {
  width: 3.03rem;
  height: 4.35rem;
  position: relative;
  padding: 2.31rem 0.2rem 0.28rem;
  background-color: white;
  box-shadow: 0 0 0.16rem rgba(183, 176, 161, 0.2);
}
.p-program-hori__wrapper::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.08rem;
  background-image: url("../img/common/arrow_half_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0.2rem;
  right: 0.22rem;
}
.p-program-hori__image {
  width: 100%;
  height: 4.06rem;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 3;
}
.p-program-hori__image picture {
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.p-program-hori__image picture img {
  -o-object-position: center top;
     object-position: center top;
}
.p-program-hori__image--caption {
  position: absolute;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: white;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.39rem;
  line-height: 0.39rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  top: 0.03rem;
  left: 0.14rem;
  padding-top: 0.1rem;
}
.p-program-hori__main {
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-program-hori__genre {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  height: 0.23rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.01rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.02rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 0.18rem;
  letter-spacing: 0em;
  font-weight: 700;
  border: 0.01rem solid #B78D38;
  color: #B78D38;
  position: absolute;
  z-index: 5;
  top: 0.14rem;
  right: 0.16rem;
}
.p-program-hori__genre--red {
  color: #C62222;
  border-color: #C62222;
}
.p-program-hori__number {
  color: #DFCDA5;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.25rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.09rem;
  display: block;
}
.p-program-hori__name {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.27rem;
  line-height: 0.39rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-bottom: 0.09rem;
  position: relative;
  margin-bottom: 0.13rem;
}
.p-program-hori__name::after {
  content: "";
  width: 0.42rem;
  height: 0.01rem;
  background-color: #B78D38;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-program-hori__desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-news-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.01rem;
  align-items: flex-start;
}
.p-news-list__wrapper {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news-list__wrapper {
    padding-top: 0.28rem;
    padding-bottom: 0.23rem;
    padding-left: 0.04rem;
    flex-direction: row;
    align-items: center;
  }
}
.p-news-list__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.015rem;
  background-color: transparent;
  background-image: radial-gradient(circle, #B78D38 0.015rem, transparent 0.01rem);
  background-position: 0 0;
  background-size: 0.05rem 0.015rem;
}
.p-news-list__wrapper:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.015rem;
  background-color: transparent;
  background-image: radial-gradient(circle, #B78D38 0.015rem, transparent 0.01rem);
  background-position: 0 0;
  background-size: 0.05rem 0.015rem;
}
.p-news-list__date {
  color: #C62222;
  font-family: "Cormorant", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news-list__date {
    display: block;
    width: 1.57rem;
  }
}
.p-news-list__title {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-news-list__title {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

.p-pagination {
  margin: auto;
}
.p-pagination .nav-links > .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
  gap: 0.24rem;
  color: #554F42;
}
.p-pagination .nav-links > .page-numbers .page-numbers {
  opacity: 0.2;
}
.p-pagination .nav-links > .page-numbers .page-numbers.current {
  opacity: 1;
}
.p-pagination .nav-links > .page-numbers .page-numbers:hover {
  opacity: 1 !important;
}
.p-pagination .nav-links > .page-numbers .dots {
  pointer-events: none;
}
.p-pagination .nav-links .prev {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  background-image: url("../img/common/icon_next.webp");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(55%) sepia(93%) saturate(316%) hue-rotate(2deg) brightness(87%) contrast(87%);
  opacity: 1 !important;
  transform: scaleX(-1);
}
.p-pagination .nav-links .next {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  background-image: url("../img/common/icon_next.webp");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(55%) sepia(93%) saturate(316%) hue-rotate(2deg) brightness(87%) contrast(87%);
  opacity: 1 !important;
}

.c-bg--white {
  background-color: #ffffff;
  width: 100%;
}

.c-desc {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 40000;
}
@media screen and (min-width: 768px) {
  .c-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
  }
}

.c-color--red {
  color: #C62222;
}

.c-deco {
  position: absolute;
  z-index: 1;
  max-width: unset;
  pointer-events: none;
}
.c-deco div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-deco--parent {
  position: relative;
}
.c-deco--parent > *:not(.c-deco) {
  position: relative;
  z-index: 2;
}

.c-bg {
  position: relative;
  z-index: 2;
  background-size: 100vw 10rem;
  background-position: center 0;
  background-repeat: repeat;
  margin-top: 0rem;
}
.c-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3rem;
  top: 0.01rem;
  left: 0;
  background-image: url("../img/common/bg1.webp");
  background-size: 100vw 3rem;
  background-repeat: no-repeat;
}
.c-bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 3rem);
  top: 3rem;
  left: 0;
  background-image: url("../img/common/bg2.webp");
  background-size: 14.4rem 10rem;
  background-position: center 0;
  background-repeat: repeat;
  margin-top: 0rem;
}
.c-bg--header {
  position: absolute;
  width: 100%;
  height: 7.2rem;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-bg--header {
    height: 61.1111111111vw;
  }
}
.c-bg--header img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.c-full {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-full {
    transform: unset;
    left: unset;
    position: initial;
    width: auto;
    max-width: 100%;
  }
}

.c-hidden-x {
  overflow-x: hidden;
  overflow-y: initial;
}

.c-link--external {
  opacity: 0.7;
  text-decoration: underline;
}
.c-link--external::after {
  content: "";
  width: 0.17rem;
  height: 0.17rem;
  display: inline-block;
  background-image: url("../img/common/icon_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.07rem;
  position: relative;
  top: 0.02rem;
}

.c-overflow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .c-overflow {
    overflow-x: initial;
    padding-bottom: unset;
  }
}
.c-overflow__wrapper {
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0.1rem;
  display: flex;
  gap: 0.2rem;
}
.c-overflow__wrapper::before {
  content: "";
}
@media screen and (min-width: 768px) {
  .c-overflow__wrapper::before {
    content: unset;
  }
}
.c-overflow__wrapper::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .c-overflow__wrapper::after {
    content: unset;
  }
}
@media screen and (min-width: 768px) {
  .c-overflow__wrapper {
    padding-bottom: unset;
  }
}
.c-overflow .simplebar-vertical {
  display: none;
}
.c-overflow .simplebar-horizontal {
  position: absolute;
  bottom: 0 !important;
  left: 0.2rem !important;
  width: 3.35rem;
  background-color: rgba(229, 238, 255, 0.6);
  border-radius: 1rem;
  height: 0.3rem !important;
}
.c-overflow .simplebar-horizontal .simplebar-scrollbar {
  background-color: #3229DA;
  opacity: 1;
  border-radius: 1rem;
  height: 100%;
  border: 0.06rem solid transparent;
  background-clip: padding-box;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.c-overflow .simplebar-horizontal .simplebar-scrollbar::before {
  content: "";
  width: 0.115rem;
  height: 0.06rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  position: initial;
  display: block;
  opacity: 1 !important;
  background-color: unset !important;
  transform: scaleX(-1);
}
.c-overflow .simplebar-horizontal .simplebar-scrollbar::after {
  content: "";
  width: 0.115rem;
  height: 0.06rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  position: initial;
  display: block;
}

.c-color--purple {
  color: #3229DA;
}

.c-btn, .c-btn--next, .c-btn--prev--red, .c-btn--prev, .c-btn--download, .c-btn--grad, .c-btn--grad--brown, .c-btn--grad--red, .c-btn--instagram, .c-btn--underline, .c-btn--underline--red, .c-btn--arrow, .c-btn--arrow--beige, .c-btn--arrow--red {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-btn--arrow, .c-btn--arrow--beige, .c-btn--arrow--red {
  padding-right: 0.19rem;
  width: 2rem;
  height: 0.56rem;
  border-radius: 0.05rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 600;
  background-color: var(--bg);
  color: var(--color);
}
@media screen and (min-width: 768px) {
  .c-btn--arrow, .c-btn--arrow--beige, .c-btn--arrow--red {
    width: 2.4rem;
    height: 0.64rem;
  }
}
.c-btn--arrow i, .c-btn--arrow--beige i, .c-btn--arrow--red i {
  position: absolute;
  width: 0.17rem;
  height: 0.17rem;
  background-color: white;
  border-radius: 100%;
  top: 50%;
  right: 0.08rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .c-btn--arrow i, .c-btn--arrow--beige i, .c-btn--arrow--red i {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.16rem;
  }
}
.c-btn--arrow i::after, .c-btn--arrow--beige i::after, .c-btn--arrow--red i::after {
  content: "";
  width: 0.06rem;
  height: 0.08rem;
  background-image: url("../img/common/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: var(--f-color);
}
@media screen and (min-width: 768px) {
  .c-btn--arrow i::after, .c-btn--arrow--beige i::after, .c-btn--arrow--red i::after {
    width: 0.07rem;
    height: 0.09rem;
  }
}
.c-btn--arrow span, .c-btn--arrow--beige span, .c-btn--arrow--red span {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
}
.c-btn--arrow span strong, .c-btn--arrow--beige span strong, .c-btn--arrow--red span strong {
  font-family: "Cormorant", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-btn--arrow span strong, .c-btn--arrow--beige span strong, .c-btn--arrow--red span strong {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
}
.c-btn--arrow span small, .c-btn--arrow--beige span small, .c-btn--arrow--red span small {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: -0.03rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-btn--arrow span small, .c-btn--arrow--beige span small, .c-btn--arrow--red span small {
    font-size: 0.14rem;
    line-height: 0.2rem;
    margin-top: -0.04rem;
  }
}
.c-btn--arrow--red {
  --color: #ffffff;
  --bg: #C62222;
  --f-color: brightness(0) saturate(100%) invert(23%) sepia(41%) saturate(4834%) hue-rotate(345deg) brightness(89%) contrast(101%);
}
.c-btn--arrow--beige {
  --color: #333333;
  --bg: #DFCDA5;
  --f-color: brightness(0) saturate(100%) invert(55%) sepia(93%) saturate(316%) hue-rotate(2deg) brightness(87%) contrast(87%);
}
.c-btn--underline, .c-btn--underline--red {
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: -0.031em;
  font-weight: 400;
  gap: 0.16rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 0.03rem;
  border-bottom: 0.01rem solid #B78D38;
}
.c-btn--underline i, .c-btn--underline--red i {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #C62222;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-btn--underline i, .c-btn--underline--red i {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.16rem;
  }
}
.c-btn--underline i::after, .c-btn--underline--red i::after {
  content: "";
  width: 0.04rem;
  height: 0.05rem;
  background-image: url("../img/common/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .c-btn--underline i::after, .c-btn--underline--red i::after {
    width: 0.07rem;
    height: 0.09rem;
  }
}
.c-btn--underline--red {
  color: #C62222;
  gap: 0.07rem;
  border-bottom: unset;
  padding-bottom: unset;
}
@media screen and (min-width: 768px) {
  .c-btn--underline--red {
    font-size: 0.16rem;
    line-height: 0.24rem;
    min-width: 2.03rem;
  }
}
.c-btn--underline--red span {
  display: block;
  flex-grow: 1;
  border-bottom: 0.01rem solid #C62222;
}
@media screen and (min-width: 768px) {
  .c-btn--underline--red i {
    width: 0.24rem;
    height: 0.24rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--underline--red i::after {
    width: 0.06rem;
    height: 0.08rem;
  }
}
.c-btn--instagram {
  width: 2.4rem;
  height: 0.56rem;
  border: 0.01rem solid #554F42;
  border-radius: 0.04rem;
  gap: 0.08rem;
  color: #554F42;
  font-family: "Cormorant", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.c-btn--instagram::before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--grad, .c-btn--grad--brown, .c-btn--grad--red {
  width: 3rem;
  height: 0.64rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0.11) 100%);
  border-radius: 0.04rem;
  border: 0.015rem solid #C62222;
  color: red;
  box-shadow: 0rem 0.03rem 0.06rem rgba(223, 205, 165, 0.56);
  padding-bottom: 0.07rem;
}
.c-btn--grad::after, .c-btn--grad--brown::after, .c-btn--grad--red::after {
  content: "";
  width: 0.13rem;
  height: 0.07rem;
  background-image: url("../img/common/chevron_bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0.07rem;
  left: 50%;
  transform: translateX(-50%);
  filter: brightness(0) saturate(100%) invert(23%) sepia(41%) saturate(4834%) hue-rotate(345deg) brightness(89%) contrast(101%);
}
.c-btn--grad span, .c-btn--grad--brown span, .c-btn--grad--red span {
  display: flex;
  align-items: baseline;
  gap: 0.08rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-btn--grad span, .c-btn--grad--brown span, .c-btn--grad--red span {
    gap: 0.14rem;
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.c-btn--grad span small, .c-btn--grad--brown span small, .c-btn--grad--red span small {
  font-size: 0.14rem;
  line-height: 0.2rem;
}
@media screen and (min-width: 768px) {
  .c-btn--grad span small, .c-btn--grad--brown span small, .c-btn--grad--red span small {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.c-btn--grad span strong, .c-btn--grad--brown span strong, .c-btn--grad--red span strong {
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .c-btn--grad span strong, .c-btn--grad--brown span strong, .c-btn--grad--red span strong {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
.c-btn--grad--brown {
  color: #B78D38;
  border-color: #B78D38;
}
.c-btn--grad--brown::after {
  filter: brightness(0) saturate(100%) invert(55%) sepia(93%) saturate(316%) hue-rotate(2deg) brightness(87%) contrast(87%);
}
.c-btn--download {
  background-color: #C62222;
  border-radius: 0.04rem;
  color: white;
  width: 2.7rem;
  height: 0.64rem;
  text-decoration: none;
}
.c-btn--download span {
  display: flex;
  gap: 0.08rem;
  justify-content: center;
  align-items: baseline;
}
.c-btn--download span::after {
  content: "";
  background-image: url("../img/common/icon_download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.13rem;
  height: 0.16rem;
  position: relative;
  top: 0.02rem;
}
.c-btn--next, .c-btn--prev--red, .c-btn--prev {
  width: 2.82rem;
  height: 0.72rem;
  background-color: #C62222;
  color: white;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0.04rem;
}
.c-btn--next:hover, .c-btn--prev--red:hover, .c-btn--prev:hover {
  opacity: 0.7;
}
.c-btn--next i, .c-btn--prev--red i, .c-btn--prev i {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  background-color: white;
  border-radius: 100%;
}
.c-btn--next i::after, .c-btn--prev--red i::after, .c-btn--prev i::after {
  content: "";
  width: 0.08rem;
  height: 0.1rem;
  background-image: url("../img/common/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(23%) sepia(41%) saturate(4834%) hue-rotate(345deg) brightness(89%) contrast(101%);
}
.c-btn--prev {
  background-color: transparent;
  border: 0.015rem solid #C62222;
  color: #C62222;
}
.c-btn--prev i {
  right: unset;
  left: 0.25rem;
  transform: translateY(-50%) scaleX(-1);
  background-color: #C62222;
}
.c-btn--prev i::after {
  filter: brightness(0) invert(1);
}
.c-btn--prev--red i {
  right: unset;
  left: 0.25rem;
  transform: translateY(-50%) scaleX(-1);
}

.c-heading {
  color: #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.26rem;
  line-height: 0.43rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 0.32rem;
    line-height: 0.53rem;
  }
}
.c-heading--vert, .c-heading--page {
  color: #B78D38;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.28rem;
  line-height: 0.34rem;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-heading--vert, .c-heading--page {
    font-size: 0.36rem;
    line-height: 0.38rem;
    gap: 0.24rem;
  }
}
.c-heading--vert span, .c-heading--page span {
  display: block;
  white-space: nowrap;
  padding-right: 0.08rem;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .c-heading--vert span, .c-heading--page span {
    padding-right: 0.12rem;
  }
}
.c-heading--vert span::before, .c-heading--page span::before {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: calc(100% - 0.04rem);
  top: 0.02rem;
  right: 0;
  background-color: #B78D38;
}
@media screen and (min-width: 768px) {
  .c-heading--vert span::before, .c-heading--page span::before {
    top: 0.03rem;
  }
}
.c-heading--page {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.39rem;
  line-height: 0.39rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-heading--page {
    font-size: 0.56rem;
    line-height: 0.56rem;
  }
}
@media screen and (min-width: 768px) {
  .c-heading--page span:nth-of-type(2) {
    margin-top: 0.8rem;
  }
}
.c-heading--name {
  color: #C62222;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.26rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  width: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  position: relative;
}
.c-heading--name::before {
  content: "";
  width: 0.13rem;
  height: 0.22rem;
  background-image: url("../img/common/deco_flower.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.c-heading--name::after {
  content: "";
  width: 0.13rem;
  height: 0.22rem;
  background-image: url("../img/common/deco_flower.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(-1);
}
.c-heading--center {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-heading--center {
    gap: 0.08rem;
  }
}
.c-heading--center strong {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.26rem;
  line-height: 0.37rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-bottom: 0.06rem;
  position: relative;
  display: block;
  text-align: center;
}
.c-heading--center strong::after {
  content: "";
  width: 0.56rem;
  height: 0.01rem;
  display: block;
  background-color: #B78D38;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-heading--center span {
  display: block;
  text-align: center;
  font-family: "Cormorant", serif;
  font-size: 0.14rem;
  line-height: 0.17rem;
  letter-spacing: -0.031em;
  font-weight: 500;
}
.c-heading--center em, .c-heading--center i {
  display: block;
  font-style: normal;
  text-align: center;
  font-family: "Cormorant", serif;
  font-size: 0.26rem;
  line-height: 0.31rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.06rem;
  position: relative;
}
.c-heading--center em::after, .c-heading--center i::after {
  content: "";
  width: 0.56rem;
  height: 0.01rem;
  display: block;
  background-color: #B78D38;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-heading--center i {
  letter-spacing: 0.1em;
}
.c-heading--border {
  color: #B78D38;
  padding-bottom: 0.1rem;
  width: 100%;
  display: block;
  border-bottom: 0.01rem solid #B78D38;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-heading--border {
    font-size: 0.16rem;
    line-height: 0.32rem;
    margin-bottom: 0.16rem;
  }
}

.c-list--dot {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
.c-list--dot li {
  display: flex;
}
.c-list--dot li::before {
  content: "・";
  color: #C62222;
}
.c-list--flower {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  align-items: flex-start;
  padding-left: 0.17rem;
}
@media screen and (min-width: 768px) {
  .c-list--flower {
    padding-left: 0.21rem;
  }
}
.c-list--flower dl {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-list--flower dl {
    gap: 0.24rem;
  }
}
.c-list--flower dl dt {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #C62222;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-list--flower dl dt {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.c-list--flower dl dt::before {
  content: "";
  width: 0.13rem;
  height: 0.22rem;
  position: absolute;
  background-image: url("../img/common/deco_flower.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -0.08rem;
  top: 0.01rem;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .c-list--flower dl dt::before {
    top: 0.02rem;
  }
}
.c-list--flower dl dd {
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-list--flower dl dd {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}

.c-box {
  background-color: rgba(183, 141, 56, 0.1);
  border-radius: 0.08rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-box {
    width: 8rem;
    margin: auto;
  }
}
.c-box p a, .c-box em a {
  color: #B78D38;
  text-decoration: underline;
}

.u-width, .u-width--340-1120, .u-width--375-1440, .u-width--335-960, .u-width--327-800, .u-width--327-960, .u-width--327-1100, .u-width--325-800, .u-width--335-800, .u-width--335-1120 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--340-1120, .u-width--375-1440, .u-width--335-960, .u-width--327-800, .u-width--327-960, .u-width--327-1100, .u-width--325-800, .u-width--335-800, .u-width--335-1120 {
    padding: 0;
    width: 11.2rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .u-width--335-800 {
    width: 8rem;
  }
}
.u-width--325-800 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .u-width--325-800 {
    padding-left: unset;
    padding-right: unset;
    width: 8rem;
  }
}
.u-width--327-1100 {
  padding-left: 0.24rem;
  padding-right: 0.24rem;
}
@media screen and (min-width: 768px) {
  .u-width--327-1100 {
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--327-960 {
  padding-left: 0.24rem;
  padding-right: 0.24rem;
}
@media screen and (min-width: 768px) {
  .u-width--327-960 {
    width: 9.6rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--327-800 {
  padding-left: 0.24rem;
  padding-right: 0.24rem;
}
@media screen and (min-width: 768px) {
  .u-width--327-800 {
    width: 8rem;
    padding-left: unset;
    padding-right: unset;
  }
}
@media screen and (min-width: 768px) {
  .u-width--335-960 {
    width: 9.6rem;
  }
}
.u-width--375-1440 {
  padding-left: unset;
  padding-right: unset;
}
@media screen and (min-width: 768px) {
  .u-width--375-1440 {
    width: 14.4rem;
  }
}
.u-width--340-1120 {
  padding-left: 0.175rem;
  padding-right: 0.175rem;
}
@media screen and (min-width: 768px) {
  .u-width--340-1120 {
    padding-left: unset;
    padding-right: unset;
    width: 11.2rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  opacity: 0;
  transition: 0.3s opacity ease;
  transition-delay: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-warpper {
  transition-timing-function: linear;
}

[class^=simplebar] {
  max-width: unset;
}

.js-delay--0s {
  animation-delay: 0s !important;
}
.js-delay--08s {
  animation-delay: 0.8s !important;
}

.js-fade {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(0.1rem);
}
.js-fade--active {
  animation: fade-appear 0.8s forwards;
}
.js-fade--center {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(0.1rem);
}
.js-fade--center--active {
  animation: fade-appear-center 0.8s forwards;
}
.js-fade--image-shift {
  overflow: hidden;
}
.js-fade--image-shift img {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateX(0.2rem);
  animation-delay: 1s;
}
.js-fade--image-shift--active img {
  animation: fade-image-shift 1s 0.3s forwards;
}
.js-fade--no-move {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  filter: blur(10px);
}
.js-fade--no-move--active {
  animation: fade-no-move 0.8s forwards;
}

.js-hori1 {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  pointer-events: none;
  transform: translateX(1rem);
}
.js-hori1--active {
  animation: hori-slide 1.2s forwards;
}
.js-hori2 {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  pointer-events: none;
  transform: translateX(1rem);
}
.js-hori2--active {
  animation: hori-slide 2s forwards;
}

.js-fade--line:nth-of-type(1)::before {
  animation-delay: 0s;
}
.js-fade--line:nth-of-type(2)::before {
  animation-delay: 0.3s;
}
.js-fade--line:nth-of-type(3)::before {
  animation-delay: 0.6s;
}
.js-fade--line--active::before {
  animation: fade-line 1.5s linear forwards;
}
.js-fade--line::before {
  content: "";
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  pointer-events: none;
  transform: scaleY(0);
  transform-origin: top;
}

@keyframes fade-appear {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(0.1rem);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0);
  }
}
@keyframes fade-no-move {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes fade-appear-center {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate(-50%, 0.1rem);
  }
  100% {
    opacity: 1;
    pointer-events: all;
    filter: blur(0px);
    transform: translate(-50%, 0);
  }
}
@keyframes fade-image-shift {
  0% {
    transform: translateX(0.2rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hori-slide {
  0% {
    transform: translateX(1rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fade-line {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.js-fv #fv-animation1 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 0.2s forwards fv-width;
}
.js-fv #fv-animation2 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 1s forwards fv-width;
}
.js-fv #fv-animation3 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 1.5s forwards fv-fade-up;
}
.js-fv #fv-animation4 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 2s forwards fv-fade-up;
}

@keyframes fv-width {
  0% {
    max-width: 0;
    opacity: 1;
  }
  100% {
    max-width: 100%;
    opacity: 1;
  }
}
@keyframes fv-fade-up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-load {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
.js-load--hidden {
  opacity: 0;
  pointer-events: none;
  transition-delay: 3s;
}
.js-load__logo {
  width: 1.45rem;
  height: 1.87rem;
  opacity: 0;
  background-image: url("../img/common/logo_v.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: 2s 1s forwards js-load-logo;
}

@keyframes js-load-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-modal-slider {
  position: fixed;
  top: 50dvh;
  transform: translateY(-50%);
  background-color: rgba(54, 45, 24, 0.8);
  border-radius: 0.08rem;
  padding-top: 0.68rem;
  padding-bottom: 0.34rem;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  filter: blur(2px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .js-modal-slider {
    width: 12.8rem;
    height: 7.4rem;
    left: 50vw;
    transform: translate(-50%, -50%);
    padding-top: 1.24rem;
    padding-bottom: 0.8rem;
  }
}
.js-modal-slider--active {
  opacity: 1;
  pointer-events: all;
  filter: blur(0px);
  z-index: 1000;
}
.js-modal-slider__container {
  margin-bottom: 0.24rem;
  width: 100%;
  width: 3.75rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .js-modal-slider__container {
    width: 7.2rem;
    height: 4.8rem;
    margin: 0 auto 0.32rem;
  }
}
.js-modal-slider__container .swiper {
  height: 100%;
}
.js-modal-slider__container .swiper-wrapper {
  height: 100%;
}
.js-modal-slider__container .swiper-slide {
  height: 100%;
  opacity: 0 !important;
}
.js-modal-slider__container .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.js-modal-slider__container .swiper-slide img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.js-modal-slider__close {
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  top: 0.24rem;
  right: 0.24rem;
  background-image: url("../img/common/icon_close.webp");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .js-modal-slider__close {
    width: 0.32rem;
    height: 0.32rem;
    top: 1.24rem;
    left: calc(50% + 3.8rem);
    right: unset;
  }
}
.js-modal-slider__ui {
  display: flex;
  justify-content: center;
  gap: 0.32rem;
  align-items: center;
  margin-top: 0.24rem;
}
.js-modal-slider__number {
  color: white !important;
  font-family: "Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.js-modal-slider__next {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../img/common/icon_next.webp");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.js-modal-slider__prev {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../img/common/icon_next.webp");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transform: scaleX(-1);
}

.js-map svg [data-href] {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */