@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: 100px !important;
  scroll-margin-top: 100px !important;
  background-color: black;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 100px;
  }
}

strong {
  font-weight: 700;
}

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

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  overscroll-behavior-y: none;
  font-weight: 500;
  color: #2C2929;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth !important;
  scroll-padding-top: 100px !important;
  scroll-margin-top: 100px !important;
}
@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;
}

::-moz-selection {
  background: #2C2929;
  color: #ffffff;
}

::selection {
  background: #2C2929;
  color: #ffffff;
}

::-moz-selection {
  background: #2C2929;
  color: #ffffff;
}

#fv {
  position: relative;
  background-image: url("../img/common/fv.sp.webp");
  background-repeat: no-repeat;
  height: 9.32rem;
  width: 100%;
  background-size: cover;
  overflow: hidden;
  min-height: 8.5rem;
}
@media screen and (min-width: 768px) {
  #fv {
    background-image: url("../img/common/fv.pc.webp");
    height: 100vh;
    min-height: 7rem;
    background-position: bottom;
  }
}
#fv::after {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.63rem;
  background-image: url("../img/common/twinkle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0.59rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  #fv::after {
    content: unset;
    display: none;
  }
}
#fv .l-catch {
  position: absolute;
  width: 3.33rem;
  height: 4.15rem;
  top: 0.81rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  max-width: 333px;
}
@media screen and (min-width: 768px) {
  #fv .l-catch {
    width: calc(j333 / 100 * 1rem);
    height: 4.15rem;
    max-width: unset;
    top: 0.82rem;
  }
}
#fv .l-catch img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
#fv .l-catch span {
  display: none;
}
#fv .l-open {
  position: absolute;
  width: 2.36rem;
  height: 0.32rem;
  bottom: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media screen and (min-width: 768px) {
  #fv .l-open {
    bottom: 1.15rem;
    width: 3.07rem;
    height: 0.33rem;
  }
}
#fv .l-open img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 0.15rem black) drop-shadow(0 0 0.15rem black);
  user-select: none;
}
#fv .l-period {
  position: absolute;
  width: 2.48rem;
  height: 0.35rem;
  bottom: 1.29rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-top: 0.01rem solid white;
  border-bottom: 0.01rem solid white;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #fv .l-period {
    bottom: 0.65rem;
    width: 3.11rem;
    height: 0.36rem;
  }
}
#fv .l-period img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 0.15rem black) drop-shadow(0 0 0.15rem black);
  user-select: none;
}

#bg1 {
  position: relative;
}
#bg1::before {
  content: "";
  position: absolute;
  top: 3.52rem;
  left: 0;
  width: 100%;
  height: 13.13rem;
  background-image: url("../img/common/bg1.webp");
  background-size: 19.67rem 13.13rem;
  background-position: 75% 50%;
  background-repeat: no-repeat;
  opacity: 0.45;
}
@media screen and (min-width: 768px) {
  #bg1::before {
    top: -1.14rem;
    height: 97.8472222222vw;
    background-position: 55.75% 50%;
  }
}

#intro {
  text-align: center;
  color: white;
  padding-bottom: 1.44rem;
}
@media screen and (min-width: 768px) {
  #intro {
    padding-bottom: 1.82rem;
    padding-top: 0.67rem;
  }
}
#intro .l-logo {
  width: 2.9rem;
  height: 0.58rem;
  margin: auto;
  margin-bottom: 0.57rem;
}
@media screen and (min-width: 768px) {
  #intro .l-logo {
    width: 5.4rem;
    height: 1.08rem;
    margin-bottom: 0.81rem;
  }
}
#intro .l-logo img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#intro .l-catch {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.44rem;
  letter-spacing: 0.024em;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #intro .l-catch {
    font-size: 0.36rem;
    line-height: 0.69rem;
    margin-bottom: 0.92rem;
  }
}
#intro .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.34rem;
  letter-spacing: 0.035em;
  font-weight: 400;
  margin-bottom: 0.47rem;
}
@media screen and (min-width: 768px) {
  #intro .l-desc {
    line-height: 0.38rem;
    margin-bottom: 0.92rem;
  }
}
#intro .l-ticket {
  width: 3.25rem;
  margin: auto;
  border: 0.01rem solid white;
  padding: 0.13rem 0.3rem 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #intro .l-ticket {
    width: 8.4rem;
    padding-left: unset;
    padding-right: unset;
    padding-top: 0.18rem;
    padding-bottom: 0.11rem;
    flex-direction: row;
    justify-contetn: space-between;
    text-align: left;
    align-items: flex-start;
  }
}
#intro .l-ticket h3 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #intro .l-ticket h3 {
    font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.2rem;
    line-height: 0.29rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
#intro .l-ticket__top {
  padding-bottom: 0.13rem;
  border-bottom: 0.01rem solid white;
}
@media screen and (min-width: 768px) {
  #intro .l-ticket__top {
    padding-bottom: unset;
    border-bottom: unset;
    padding-left: 0.57rem;
    border-right: 0.01rem solid white;
    width: 50%;
    padding-bottom: 0.05rem;
  }
}
#intro .l-ticket__top p strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.23rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #intro .l-ticket__top p strong {
    font-size: 0.26rem;
  }
}
#intro .l-ticket__top p span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #intro .l-ticket__top p span {
    font-size: 0.22rem;
  }
}
#intro .l-ticket__bottom {
  padding-top: 0.11rem;
}
@media screen and (min-width: 768px) {
  #intro .l-ticket__bottom {
    padding-top: unset;
    padding-left: 0.3rem;
    padding-right: 0.2rem;
    width: 50%;
  }
}
#intro .l-ticket__bottom p {
  width: 3rem;
  margin-top: -0.03rem;
}
@media screen and (min-width: 768px) {
  #intro .l-ticket__bottom p {
    margin-top: -0.12rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
  }
}
#intro .l-ticket__bottom p span {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #intro .l-ticket__bottom p span {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
#intro .l-ticket__bottom p strong i {
  font-style: normal;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.33rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #intro .l-ticket__bottom p strong i {
    font-size: 0.24rem;
    line-height: 0.52rem;
  }
}
#intro .l-ticket__bottom p strong i b {
  font-weight: 700;
  font-size: 0.25rem;
  line-height: 0.33rem;
}
@media screen and (min-width: 768px) {
  #intro .l-ticket__bottom p strong i b {
    font-size: 0.36rem;
    line-height: 0.52rem;
  }
}
#intro .l-ticket__bottom p strong small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #intro .l-ticket__bottom p strong small {
    margin-top: -0.08rem;
  }
}
#intro .l-ticket__note {
  position: absolute;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
  left: 50%;
  bottom: -0.09rem;
  transform: translate(-50%, 100%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #intro .l-ticket__note {
    bottom: -0.12rem;
    left: unset;
    right: 0;
    transform: translateY(100%);
    text-align: right;
  }
}

#info {
  position: relative;
  padding-bottom: 1.09rem;
  color: white;
}
@media screen and (min-width: 768px) {
  #info {
    padding-bottom: 1.48rem;
  }
}
#info::before {
  content: "";
  display: block;
  width: 100%;
  height: 7.81rem;
  position: absolute;
  z-index: -1;
  top: -1.11rem;
  left: 0;
  background-image: url("../img/common/melodic.sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  #info::before {
    background-image: url("../img/common/melodic.pc.png");
    width: 7.34rem;
    height: 4.89rem;
    top: 0.11rem;
    left: calc(50% + 0.1rem);
    transform: translateX(-50%);
  }
}
#info .l-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  margin-bottom: 3.93rem;
}
@media screen and (min-width: 768px) {
  #info .l-heading {
    margin-bottom: 2.99rem;
    gap: 0.3rem;
  }
}
#info .l-heading strong {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  align-items: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #info .l-heading strong {
    display: flex;
    flex-direction: row;
    gap: 0.2rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
#info .l-heading strong img {
  display: block;
  width: 1.79rem;
  height: 0.4rem;
}
@media screen and (min-width: 768px) {
  #info .l-heading strong img {
    width: 2.12rem;
    height: 0.47rem;
  }
}
@media screen and (min-width: 768px) {
  #info .l-heading strong span {
    padding-top: 0.06rem;
  }
}
#info .l-heading figure {
  width: 3.26rem;
  height: 0.47rem;
}
@media screen and (min-width: 768px) {
  #info .l-heading figure {
    width: 4.3rem;
    height: 0.62rem;
  }
}
#info .l-heading figure img {
  display: block;
  width: 100%;
  height: 100%;
}
#info .l-banner {
  width: 3.25rem;
  height: 1.83rem;
  border: 0.015rem solid white;
  margin: 0.5rem auto 1rem;
}
@media screen and (min-width: 768px) {
  #info .l-banner {
    width: 6.01rem;
    height: 3.38rem;
    margin-top: 0.6rem;
    margin-bottom: 1.33rem;
  }
}
#info .l-banner img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#info .l-desc {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #info .l-desc {
    margin-bottom: 1.33rem;
    flex-direction: row;
    gap: 1.01rem;
    align-items: flex-end;
  }
}
#info .l-desc .l-logo {
  width: 1.91rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #info .l-desc .l-logo {
    width: 2.4rem;
    gap: 0.41rem;
    flex: none;
  }
}
#info .l-desc .l-logo img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
#info .l-desc p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #info .l-desc p {
    line-height: 0.38rem;
  }
}

#contents {
  padding-bottom: 0.5rem;
  color: white;
}
#contents .c-heading {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #contents .c-heading {
    margin-bottom: 0.72rem;
  }
}
#contents .l-container {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contents .l-container {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #contents .l-wrapper {
    width: 50%;
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#contents .l-wrapper:nth-of-type(1) {
  margin-bottom: -0.55rem;
}
#contents .l-wrapper:nth-of-type(1) img {
  width: 4.2rem;
  height: 5.12rem;
}
@media screen and (min-width: 768px) {
  #contents .l-wrapper:nth-of-type(1) img {
    width: 4.76rem;
    height: 7.83rem;
    margin-top: -0.1rem;
  }
}
@media screen and (min-width: 768px) {
  #contents .l-wrapper:nth-of-type(2) {
    padding-top: 1.45rem;
  }
}
#contents .l-wrapper:nth-of-type(2) img {
  width: 3.7rem;
  height: 4.03rem;
  margin-top: 0.17rem;
}
@media screen and (min-width: 768px) {
  #contents .l-wrapper:nth-of-type(2) img {
    width: 4.98rem;
    height: 5.43rem;
    padding-right: 0.42rem;
    margin-top: unset;
  }
}
#contents .l-wrapper h3 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.37rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 0.02rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #contents .l-wrapper h3 {
    font-size: 0.32rem;
    line-height: 0.46rem;
    gao: 0.04rem;
  }
}
#contents .l-wrapper h3 i {
  font-style: normal;
  font-family: "Homenaje", "Zen Kaku Gothic New", serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #contents .l-wrapper h3 i {
    line-height: 0.43rem;
  }
}
#contents .l-wrapper p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#contents .l-wrapper img {
  display: block;
}

#bg2 {
  position: relative;
}
#bg2::before {
  content: "";
  position: absolute;
  top: 3.52rem;
  left: 0;
  width: 100%;
  height: 13.13rem;
  background-image: url("../img/common/bg2.webp");
  background-size: 19.67rem 13.13rem;
  background-position: 45.75% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #bg2::before {
    top: 2.4rem;
    width: 100%;
    height: 18.76rem;
    background-position: 55.75% 50%;
  }
}

#course {
  padding-top: 0.4rem;
  position: relative;
  height: 10.5rem;
}
@media screen and (min-width: 768px) {
  #course {
    padding-top: 0.79rem;
    background-image: url("../img/common/course.pc.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90.8333333333vw;
  }
}
#course .l-container {
  position: relative;
  z-index: 2;
  color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #course .l-container {
    gap: 0.58rem;
  }
}
#course .l-container h2 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #course .l-container h2 {
    font-size: 0.26rem;
    line-height: 0.54rem;
  }
}
#course .l-container h2 i {
  font-weight: 400;
  font-family: "Homenaje", "Zen Kaku Gothic New", serif;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #course .l-container h2 i {
    font-size: 0.27rem;
  }
}
#course .l-container span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.63rem;
  height: 0.31rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.21rem;
  letter-spacing: 0.022em;
  font-weight: 700;
  border: 0.01rem solid white;
}
#course .l-course {
  max-width: unset;
  width: 100vw;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: initial !important;
  padding-bottom: 0.27rem;
}
@media screen and (min-width: 768px) {
  #course .l-course {
    width: 7rem;
    height: 6.78rem;
    margin: auto;
    position: initial;
    left: unset;
    transform: unset;
  }
}
#course .l-course figure {
  max-width: unset;
  width: 11.5rem;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  #course .l-course figure {
    width: 100%;
    height: 100%;
    padding-left: unset;
    padding-right: unset;
  }
}
#course .l-course figure img {
  display: block;
  width: 100%;
}
#course .l-course .simplebar-track {
  height: 0.08rem !important;
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, white 40%, white 60%, transparent 60%, transparent 100%) !important;
}
#course .l-course .simplebar-track .simplebar-scrollbar {
  background-color: white !important;
}
#course .l-course .simplebar-track .simplebar-scrollbar::before {
  content: unset;
}

#location {
  padding-top: 1.01rem;
  padding-bottom: 1.02rem;
  color: white;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  #location {
    padding-top: 1.2rem;
    overflow: initial;
    padding-bottom: 1.38rem;
  }
}
#location .c-heading {
  margin-bottom: 0.53rem;
}
#location .l-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 0.67rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #location .l-heading {
    margin-bottom: 0.68rem;
  }
}
#location .l-heading span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#location .l-heading strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.32rem;
  line-height: 0.46rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#location .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.36rem;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #location .l-container {
    padding-left: 0.24rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
#location .l-text {
  border: 0.01rem solid white;
  color: white;
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #location .l-text {
    width: 4.8rem;
    flex: none;
    padding-top: 0.49rem;
    padding-bottom: 0.4rem;
  }
}
#location .l-text .l-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.56rem;
  height: 0.3rem;
  border-radius: 0.5rem;
  background-color: #BAA756;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.02rem;
}
@media screen and (min-width: 768px) {
  #location .l-text .l-top {
    width: 2.3rem;
    height: 0.45rem;
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
#location .l-text .l-info h4 {
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#location .l-text .l-info h4 strong {
  font-size: 0.26rem;
  line-height: 0.37rem;
  font-weight: 500;
}
#location .l-text .l-info a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.22rem;
  margin-bottom: 0.3rem;
  gap: 0.06rem;
}
#location .l-text .l-info a span {
  text-decoration: underline;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#location .l-text .l-info a small {
  font-family: "Homenaje", "Zen Kaku Gothic New", serif;
  font-size: 0.14rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Times New Roman", "Roman", serif;
}
#location .l-text .l-info a small::before {
  content: "";
  width: 0.14rem;
  height: 0.19rem;
  background-image: url("../img/common/icon_pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.06rem;
}
#location .l-text .l-info a small::after {
  content: "→";
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 300;
  margin-left: 0.02rem;
}
#location .l-text .l-info div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  #location .l-text .l-info div {
    gap: 0;
  }
}
#location .l-text .l-info p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0.022em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #location .l-text .l-info p {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#location .l-text .l-info p strong {
  font-size: 0.18rem;
  font-weight: 500;
}
#location .l-access {
  width: 3.6rem;
  height: 3.96rem;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  #location .l-access {
    width: 5.01rem;
    height: 4.26rem;
  }
}
#location .l-access img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#location .l-map {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: initial !important;
  padding-bottom: 0.27rem;
}
@media screen and (min-width: 768px) {
  #location .l-map {
    width: 7rem;
    height: 6.78rem;
    margin: auto;
    position: initial;
    left: unset;
    transform: unset;
  }
}
#location .l-map figure {
  max-width: unset;
  width: 4.97rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  #location .l-map figure {
    width: 100%;
    height: 100%;
    padding-left: unset;
    padding-right: unset;
  }
}
#location .l-map figure img {
  display: block;
  width: 100%;
}
#location .l-map .simplebar-track {
  height: 0.08rem !important;
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, white 40%, white 60%, transparent 60%, transparent 100%) !important;
}
#location .l-map .simplebar-track .simplebar-scrollbar {
  background-color: white !important;
}
#location .l-map .simplebar-track .simplebar-scrollbar::before {
  content: unset;
}

#sns .c-heading {
  margin-bottom: 0.53rem;
}
@media screen and (min-width: 768px) {
  #sns .c-heading {
    margin-bottom: 0.96rem;
  }
}
#sns .l-sns {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
@media screen and (min-width: 768px) {
  #sns .l-sns {
    flex-direction: row;
    justify-content: space-between;
  }
}
#sns .l-sns__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.44rem;
}
@media screen and (min-width: 768px) {
  #sns .l-sns__wrapper {
    width: 3.52rem;
  }
}
#sns .l-sns__wrapper img {
  width: 0.25rem;
  height: 0.25rem;
}
@media screen and (min-width: 768px) {
  #sns .l-sns__wrapper img {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#sns .l-sns__wrapper iframe {
  width: 100%;
}

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

.p-main {
  max-width: 100vw;
}

.p-header {
  position: fixed;
  z-index: 5001;
  width: 100%;
  height: 0.53rem;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 1.2rem;
  }
}
.p-header--bg {
  position: fixed;
  z-index: 5000;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.1rem;
  background: linear-gradient(to bottom, #000320 0%, rgba(43, 44, 58, 0.8) 70%, rgba(84, 84, 84, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .p-header--bg {
    height: 1.1rem;
  }
}
.p-header__logo {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 0.16rem;
  padding-top: 0.1rem;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    align-items: flex-start;
    height: -moz-fit-content;
    height: fit-content;
    margin: unset;
    padding: unset;
  }
}
.p-header__logo img {
  width: 1.64rem;
  height: 0.33rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex: none;
  display: block;
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    margin-top: unset;
    width: 2.46rem;
    height: 0.49rem;
  }
}
.p-header__container {
  position: relative;
  z-index: 5004;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.39rem;
    width: 14.4rem;
    padding-left: 0.4rem;
    padding-right: 2rem;
    padding-bottom: 0.44rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: unset;
  }
}
.p-header__nav {
  position: fixed;
  z-index: 5004;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.3s;
  overflow: scroll;
  display: flex;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav--bg {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #000320 0%, rgba(6, 9, 36, 0.9) 70%, rgba(43, 44, 58, 0.8) 90%, rgba(0, 3, 32, 0) 100%);
  transform: translateX(100%);
  mix-blend-mode: multiply;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__nav--bg {
    display: none;
  }
}
.p-header__nav--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav--pc {
    display: flex;
    gap: 1rem;
    color: white;
    padding-bottom: 0.1rem;
  }
  .p-header__nav--pc a {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
  }
  .p-header__nav--pc a::before {
    content: "";
    width: 0.16rem;
    height: 0.17rem;
    background-image: url("../img/common/icon_leaves.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -0.23rem;
    transform: translateX(-100%);
  }
  .p-header__nav--pc a strong {
    font-family: "Homenaje", "Zen Kaku Gothic New", serif;
    font-size: 0.18rem;
    line-height: 0.2rem;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  .p-header__nav--pc a span {
    font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.12rem;
    line-height: 0.16rem;
    letter-spacing: 0.012em;
    font-weight: 500;
  }
}
.p-header__nav__container {
  max-height: unset;
  padding-top: 0.84rem;
  padding-bottom: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.p-header__nav__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.44rem;
}
.p-header__nav__bottom--logo {
  width: 1.29rem;
  height: 0.92rem;
  display: block;
}
.p-header__nav__bottom--logo img {
  display: block;
}
.p-header__nav__bottom--copyright {
  width: 2.49rem;
  height: 0.11rem;
  background-image: url("../img/common/copyright.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-header__nav--top {
    display: flex;
    justify-content: space-between;
  }
}
.p-header__nav--menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  float: left;
  margin-bottom: 0.76rem;
  gap: 0.48rem;
  position: relative;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu {
    gap: 0.3rem;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: unset;
  }
}
.p-header__nav--menu::before {
  content: "";
  width: 1.35rem;
  height: 1.69rem;
  background-image: url("../img/common/logo_large.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.15rem;
}
.p-header__nav--menu li {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu li {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 0.3rem;
  }
  .p-header__nav--menu li:not(:last-of-type)::after {
    content: "";
    width: 0.2rem;
    height: 0.21rem;
    margin-top: 0.03rem;
    display: block;
    background-image: url("../img/common/icon_open.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-header__nav--menu li a,
.p-header__nav--menu li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.035rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu li a,
  .p-header__nav--menu li div {
    gap: 0.01rem;
  }
}
.p-header__nav--menu li strong {
  font-family: "Homenaje", "Zen Kaku Gothic New", serif;
  font-size: 0.27rem;
  line-height: 0.3rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu li strong {
    font-size: 0.18rem;
    line-height: 0.22rem;
  }
}
.p-header__nav--menu li span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu li span {
    font-size: 0.12rem;
    line-height: 0.16rem;
  }
}
.p-header__nav--sns {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  padding-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--sns {
    padding-bottom: unset;
    margin-left: 0.57rem;
  }
}
.p-header__nav--sns a {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
}
.p-header__nav--sns a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header__nav--box {
  position: absolute;
  z-index: 5005;
  top: 0.26rem;
  right: 0.24rem;
  width: 0.3rem;
  height: 0.21rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    display: none;
  }
}
.p-header__nav--box::before {
  content: "";
  width: 0.41rem;
  height: 0.44rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/icon_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: -1;
  transition: 0.3s;
}
.p-header__nav--box--line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.015rem;
  border-radius: 0.1rem;
  background-color: #BAA756;
  transition: 0.3s;
}
.p-header__nav--box--line:nth-of-type(1) {
  top: 0;
}
.p-header__nav--box--line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.p-header__nav--box--line:nth-of-type(3) {
  bottom: 0;
}
.p-header__nav--box span {
  position: absolute;
  font-family: "Homenaje", "Zen Kaku Gothic New", serif;
  color: #BAA756;
  font-size: 0.1rem;
  line-height: 0.12rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%) scale(0.7);
  transform-origin: top center;
  max-width: unset;
}
.p-header__nav--box--check {
  display: none;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__container .p-header__nav {
  transform: translateX(0);
  opacity: 1;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__nav--box--line {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header .p-header__nav--box::before {
  content: "";
  opacity: 1;
}
.p-header__nav--box--check:checked ~ .p-header__nav--bg {
  transform: translateX(0);
  opacity: 1;
}

.p-footer {
  padding-top: 1.1rem;
  padding-bottom: 0.28rem;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
  }
}
.p-footer__container {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    width: 8.4rem;
    margin: auto;
    padding-left: unset;
    padding-right: unset;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.p-footer__menu strong {
  font-family: "Homenaje", "Zen Kaku Gothic New", serif;
  font-size: 0.18rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
  margin-bottom: 0.2rem;
}
.p-footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.p-footer__menu ul li {
  display: flex;
  gap: 0.5em;
  font-family: "Homenaje", "Zen Kaku Gothic New", serif;
  font-size: 0.14rem;
  line-height: 0.15rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-footer__menu ul li::before {
  content: "-";
}
.p-footer__logo {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
.p-footer__logo a {
  display: block;
}
.p-footer__logo a:nth-of-type(1) {
  width: 1.11rem;
  height: 0.54rem;
}
.p-footer__logo a:nth-of-type(2) {
  width: 1.34rem;
  height: 0.3rem;
}
.p-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__address {
  display: flex;
  flex-wrap: wrap;
  gap: 0.11rem 0.15rem;
  margin-top: 0.33rem;
  margin-bottom: 0.3rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    width: 2.7rem;
    margin-top: 0.67rem;
    margin-bottom: 0.48rem;
  }
}
.p-footer__address span {
  display: block;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-footer__address span small {
  font-family: "Homenaje", "Zen Kaku Gothic New", serif;
  font-size: 0.16rem;
}
.p-footer__copyright {
  font-family: "Homenaje", "Zen Kaku Gothic New", serif;
  font-size: 0.12rem;
  line-height: 0.13rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #BAA756;
}

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

.c-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 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-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-overflow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .c-overflow {
    overflow-x: initial;
    padding-bottom: unset;
  }
}
.c-overflow > * {
  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;
}
@media screen and (min-width: 768px) {
  .c-overflow > * {
    padding-bottom: unset;
  }
}

.c-color--black {
  --color: #2C2929;
  --f-color: brightness(0) saturate(100%) invert(24%) sepia(47%) saturate(295%) hue-rotate(108deg) brightness(87%) contrast(89%);
}
.c-color--white {
  --color: #ffffff;
  --f-color: brightness(0) invert(1);
}

.c-btn, .c-btn--transparent {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 2.95rem;
  height: 0.64rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  border: 0.015rem solid #707070;
  background-color: #F4F4F4;
  color: #2C2929;
}
.c-btn--transparent {
  margin: unset;
  background-color: rgba(244, 244, 244, 0.85);
}
.c-btn--arrow {
  display: flex;
  align-items: center;
  padding-left: 0.23rem;
  padding-right: 0.07rem;
  margin: auto;
  width: 3.25rem;
  height: 0.52rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.17rem;
  letter-spacing: 0.022em;
  font-weight: 700;
  border: 0.015rem solid white;
  color: white;
  justify-content: space-between;
  border-radius: 1rem;
}
.c-btn--arrow::after {
  content: "";
  width: 0.09rem;
  height: 0.12rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--gray {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 3.25rem;
  height: 0.61rem;
  font-family: "Homenaje", "Zen Kaku Gothic New", serif;
  font-size: 0.18rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: black;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.c-heading {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading {
    gap: 0.05rem;
  }
}
.c-heading strong {
  font-family: "Homenaje", "Zen Kaku Gothic New", serif;
  font-size: 0.44rem;
  line-height: 0.48rem;
  letter-spacing: 0.027em;
  font-weight: 400;
  color: #BAA756;
}
@media screen and (min-width: 768px) {
  .c-heading strong {
    font-size: 0.54rem;
    line-height: 0.59rem;
    letter-spacing: 0.03em;
  }
}
.c-heading span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: white;
}
@media screen and (min-width: 768px) {
  .c-heading span {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}

.u-width, .u-width--375-1080, .u-width--325-840, .u-width--325-864, .u-width--325-1080 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--375-1080, .u-width--325-840, .u-width--325-864, .u-width--325-1080 {
    padding: 0;
    width: 10.8rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-864 {
    width: 8.64rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-840 {
    width: 8.4rem;
  }
}
.u-width--375-1080 {
  padding-left: unset;
  padding-right: unset;
}
@media screen and (min-width: 768px) {
  .u-width--375-1080 {
    width: 10.8rem;
  }
}

@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;
}

.simplebar-track {
  background: #DFE2E2 !important;
  height: 0.04rem !important;
  width: 3.25rem;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .simplebar-track {
    display: none;
  }
}

.simplebar-scrollbar {
  min-height: 0.04rem;
  background: #2C2929 !important;
  border-radius: 0.1rem;
}
.simplebar-scrollbar::before {
  z-index: 10;
  background: #2C2929 !important;
  opacity: 1 !important;
}

.js-fade {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  pointer-events: none;
  opacity: 0;
}
.js-fade--active {
  animation: fade-appear 1.5s forwards;
}

@keyframes fade-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.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;
  }
}/*# sourceMappingURL=style.css.map */