@charset "UTF-8";
/* メディアクエリ */
/* 変数 */
:root {
  --background-color: #F1F1F1;
  --background-color-second: #F1EDE4;
  --main-black: #1A1A1A;
  --main-white: #FFFFFF;
  --main-gray: #DCDCDC;
  --text-red: #9E0B0B;
  --main-font: "Noto Sans JP", sans-serif;
  --sub-font: "Noto Serif JP", serif;
  scrollbar-gutter: stable;
}

/* base */
html {
  scroll-behavior: smooth;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 680px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: var(--main-font);
  font-weight: 400;
  color: var(--main-black);
  font-size: 1.6rem;
  line-height: 1.9;
  background-color: var(--main-white);
  box-sizing: border-box;
  letter-spacing: 0.03em;
  text-box-trim: trim-both;
}
@media screen and (min-width: 680px) {
  body {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

body:not(:has(.loading.is_hidden)) {
  overflow-y: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

li {
  list-style: none;
}

small {
  font-size: 0.75rem;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

p {
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

/* 共通部 */
.main {
  background-color: var(--main-white);
  overflow: hidden;
}

.section {
  padding-block: 4.8rem;
  background-color: var(--main-white);
}
@media screen and (min-width: 680px) {
  .section {
    padding-block: 4rem;
  }
}

.section--baige {
  background-color: var(--background-color-second);
}

.container {
  width: 100%;
  max-width: 710px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.section__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.2rem;
  margin-top: 3.8rem;
}

.section__title {
  position: relative;
  font-family: var(--sub-font);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
  text-box-trim: trim-both;
}
.section__title::after {
  position: absolute;
  display: block;
  content: "";
  width: 9rem;
  height: 1px;
  background: linear-gradient(to right, #F1F1F1, var(--main-black), #F1F1F1);
  bottom: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 680px) {
  .section__title br {
    display: none;
  }
}

.section__text {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
  text-box-trim: trim-both;
  margin-top: 4.1rem;
}
@media screen and (min-width: 680px) {
  .section__text {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.content__list {
  background-color: #F7F7F7;
  padding-left: 1rem;
  padding-right: 1.4rem;
  padding-block: 0.6rem;
}

.content__list--first {
  margin-top: 2.4rem;
}

.content__list--baige {
  background-color: #FFFBF3;
}

.list__item {
  padding-block: 1.3rem;
}

.list__inner {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}

.list__icon {
  width: 2rem;
  height: 1.9rem;
}

.list__text {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: bold;
  padding-top: 0.8rem;
  padding-bottom: 1.1rem;
  text-box-trim: trim-both;
  border-bottom: 1px solid var(--main-gray);
}
@media screen and (min-width: 680px) {
  .list__text {
    font-size: 1.9rem;
  }
}

.list__text--last {
  border: unset;
}

.arrow {
  display: block;
  width: 13.3rem;
  height: 4.1rem;
  margin-inline: auto;
  background: linear-gradient(to bottom, rgba(146, 129, 45, 0) 0%, #C0781B 100%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0%);
          clip-path: polygon(0 0, 50% 100%, 100% 0%);
  margin-top: 2.4rem;
}

.arrow--cta {
  margin-top: 0;
}

.arrow--reverse {
  transform: rotate(-180deg) scale(0.6);
  margin-top: -3rem;
}
@media screen and (min-width: 680px) {
  .arrow--reverse {
    transform: rotate(-180deg) scale(0.7);
    margin-top: -2.5rem;
  }
}

/* 補助 */
.dib {
  display: inline-block;
}

.fwb {
  font-weight: 700;
}

.fc-red {
  color: var(--text-red);
}

@media screen and (min-width: 680px) {
  .br--sp {
    display: none;
  }
}

.section__title .br--pc {
  display: block;
}

.yellow-marker {
  background-color: #FAFF6C;
}

.pink-marker {
  background-color: #F7DBC5;
}

.orange-marker {
  background-color: #FFC08D;
}

.underbar {
  border-bottom: 2px solid var(--main-black);
}

.underbar--red {
  border-bottom: 2px solid var(--text-red);
}

.fz17 {
  font-size: 1.7rem;
}

/* ボタンのスタイル */
.button__wrapper {
  display: block;
  width: 33.9rem;
  padding: 3px;
  background: linear-gradient(to right, #7D6B14 0%, #FEF1AF 32%, #7D6B14 61%, #FEF1AF 85%);
  border-radius: 4rem;
  margin-inline: auto;
  margin-top: -2.3rem;
  transition: all 0.3s;
}

.button {
  position: relative;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  padding-top: 1.9rem;
  padding-bottom: 1.3rem;
  padding-right: 3.1rem;
  width: 100%;
  height: 100%;
  text-align: right;
  background-color: #2E282B;
  border-radius: 4rem;
  text-box-trim: trim-both;
}
.button::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 3.6rem;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
  z-index: 10;
}

@media (any-hover: hover) {
  .button__wrapper:has(.button:hover) {
    opacity: 0.7;
  }
}
.button__text {
  background: linear-gradient(to right, #FEF1AF 0%, #FEF1AF 65%, #7D6B14 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}

.button__icon {
  display: block;
  width: 0.6rem;
  padding-top: 0.3rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 680px) {
  .button__icon {
    padding-top: 0.1rem;
  }
}
.button__icon img {
  vertical-align: super;
}

/* top */
.top__title {
  font-family: var(--sub-font);
  font-weight: 600;
  color: #F4E2A0;
  text-align: center;
  background-color: #2E282B;
  letter-spacing: 0;
  padding-top: 2.7rem;
  padding-bottom: 3.2rem;
}

.top__text {
  display: block;
  font-size: 2.4rem;
  line-height: 1.5;
  text-box-trim: trim-both;
  margin-top: 0.4rem;
}
@media screen and (min-width: 680px) {
  .top__text {
    font-size: 3.6rem;
    margin-top: 0;
  }
}

.top__text--m {
  display: block;
  font-size: 2.1rem;
}
@media screen and (min-width: 680px) {
  .top__text--m {
    font-size: 2.7rem;
  }
}

.top__text--s {
  font-size: 2rem;
}
@media screen and (min-width: 680px) {
  .top__text--s {
    font-size: 3rem;
  }
}

/* 限定公開 */
.heading {
  color: var(--text-red);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 2.2rem;
  font-size: 3rem;
}
@media screen and (min-width: 680px) {
  .heading {
    font-size: 3.6rem;
  }
}

.heading__text {
  font-family: var(--sub-font);
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin-top: 2.2rem;
}

.heading__text--md {
  font-weight: 700;
  font-size: 2.2rem;
}

.heading__text--l {
  font-weight: 900;
  font-size: 2.3rem;
}

.section--first {
  padding-top: 3.2rem;
}

/* profile */
.section--profile {
  background-color: #262626;
}
.section--profile .section__title {
  color: #EAE9D7;
}
.section--profile .section__title::after {
  background: linear-gradient(to right, rgba(241, 241, 241, 0) 0%, #EAE9D7 46%, rgba(241, 241, 241, 0) 100%);
}

.profile__name {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #EAE9D7;
  text-box-trim: trim-both;
}

.profile__list {
  padding-left: 2rem;
}

.profile__item {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #EAE9D7;
  list-style: disc;
}
@media screen and (min-width: 680px) {
  .profile__item {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.profile__inner {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  color: #EAE9D7;
  font-size: 1.2rem;
  font-weight: 500;
}

.profile__mark,
.profile__text {
  text-box-trim: trim-both;
}

/* 初回案内 */
.section--last {
  margin-top: -1px;
  background-color: var(--main-black);
  padding-bottom: 2rem;
}
@media screen and (min-width: 680px) {
  .section--last {
    padding-bottom: 5.7rem;
  }
}
.section--last .section__title {
  background: linear-gradient(to right, #7D6B14 0%, #FEF1AF 32%, #7D6B14 61%, #FEF1AF 85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section--last .section__title::after {
  background: linear-gradient(to right, rgba(241, 241, 241, 0) 0%, #D1C279 46%, rgba(241, 241, 241, 0) 100%);
}
.section--last .main__text {
  color: #EAE9D7;
}

.last__heading {
  text-box-trim: trim-both;
}

.last__heading--silver {
  background: linear-gradient(to right, #918E7B 0%, #F0EDDF 32%, #918E7B 61%, #F0EDDF 85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
}
@media screen and (min-width: 680px) {
  .last__heading--silver {
    font-size: 2.2rem;
  }
}

.last__heading--gold {
  position: relative;
  background: linear-gradient(to right, #7D6B14 0%, #FEF1AF 32%, #7D6B14 61%, #FEF1AF 85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (min-width: 680px) {
  .last__heading--gold {
    font-size: 2rem;
  }
}
.last__heading--gold::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(to right, #7D6B14 0%, #FEF1AF 32%, #7D6B14 61%, #FEF1AF 85%);
  bottom: -0.2rem;
  left: 0;
  -webkit-clip-path: polygon(28% 0, 72% 0%, 72% 100%, 28% 100%);
          clip-path: polygon(28% 0, 72% 0%, 72% 100%, 28% 100%);
}
@media screen and (min-width: 680px) {
  .last__heading--gold::after {
    -webkit-clip-path: polygon(37.5% 0, 62.5% 0%, 62.5% 100%, 37.5% 100%);
            clip-path: polygon(37.5% 0, 62.5% 0%, 62.5% 100%, 37.5% 100%);
  }
}

/* footer */
.footer {
  background-color: var(--main-black);
  padding-block: 3rem;
  color: var(--main-white);
  letter-spacing: 0.2em;
}
@media screen and (min-width: 680px) {
  .footer {
    padding-top: 0rem;
  }
}
.footer .container {
  padding: 0;
}

.footer__small {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  margin-inline: auto;
}

.footer__nav {
  margin-top: 1.2rem;
}

.footer__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.footer__link {
  color: #4c4c4c;
  font-size: 0.6rem;
  line-height: 1;
  /* border-bottom: 1px solid var(--main-white); */
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  display: block flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-white);
  width: 100%;
  height: 100vh;
  z-index: 1000;
  transition: all 0.8s;
}

.loading__text {
  font-weight: 700;
  font-size: 3rem;
}

.loading.is_hidden {
  opacity: 0;
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */