@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-gold: #b5a25e;
  --color-beige: #f1ebd7;
  --color-blue: #f5f7f8;
  --color-gray: #484848;
  --color-white: #fff;
  --font-jp: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-eng-gothic: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-eng-deco: "Londrina Solid", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-in-out-quart: cubic-bezier(0.76, 0, 0.24, 1);
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

html {
  font-size: min(0.7142857143vw, 12px);
}
@media screen and (max-width: 750px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

.l-wrapper {
  position: relative;
  color: var(--color-gray);
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 400;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .l-wrapper {
    font-size: 1.3rem;
  }
}

.l-content {
  position: relative;
}
.l-content__logo {
  position: fixed;
  top: 2.9rem;
  left: 3rem;
  z-index: 1;
  width: 15rem;
  opacity: 0;
}
.on-load .l-content__logo {
  opacity: 1;
  transition: opacity 0.7s var(--ease-out-cubic) 0.9s;
}
@media screen and (max-width: 750px) {
  .l-content__logo {
    display: none;
  }
}

.l-footer {
  position: relative;
  padding-bottom: 10rem;
  background: var(--color-white);
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding-bottom: 7rem;
  }
}
.l-footer__inner {
  position: relative;
}
.l-footer__official-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.l-footer__official-list-item {
  position: relative;
  width: 50%;
}
.l-footer__official-list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 73%;
  background: var(--color-gold);
}
@media screen and (max-width: 750px) {
  .l-footer__official-list-item::before {
    height: 80%;
  }
}
.l-footer__official-link {
  display: block;
  position: relative;
  padding-top: 6.3rem;
  padding-bottom: 6.4rem;
  background: var(--color-beige);
  text-decoration: none;
  transition: filter 0.4s var(--ease-out-cubic);
}
@media (hover: hover) {
  .l-footer__official-link:hover {
    filter: brightness(0.9);
  }
}
@media screen and (max-width: 750px) {
  .l-footer__official-link {
    height: 10rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l-footer__official-link::before {
  content: none;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  width: 0.8rem;
  padding-top: 0.8rem;
  background: url(../img/arrow_blank.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .l-footer__official-link::before {
    content: "";
  }
}
.l-footer__official-text {
  display: block;
  position: relative;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 2.5rem;
  color: var(--color-gold);
  font-size: 2.3rem;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 750px) {
  .l-footer__official-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-right: 0;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
}
.l-footer__official-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -0.5rem;
  transform: translateY(-50%);
  width: 1rem;
  padding-top: 1rem;
  background: url(../img/arrow_blank.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .l-footer__official-text::before {
    content: none;
  }
}
.l-footer__sns {
  margin-top: 12.2rem;
}
@media screen and (max-width: 750px) {
  .l-footer__sns {
    margin-top: 5.9rem;
  }
}
.l-footer__sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__sns-list-item {
  width: 2.7rem;
  margin: 0 2rem;
}
@media screen and (max-width: 750px) {
  .l-footer__sns-list-item {
    margin: 0 1.45rem;
  }
}
.l-footer__sns-list-item.--blog {
  width: 3.3rem;
}
@media screen and (max-width: 750px) {
  .l-footer__sns-list-item.--blog {
    width: 2.7rem;
  }
}
.l-footer__sns-list-item.--x {
  width: 2.7rem;
}
@media screen and (max-width: 750px) {
  .l-footer__sns-list-item.--x {
    width: 2.2rem;
  }
}
.l-footer__sns-list-item.--fb {
  width: 3rem;
}
@media screen and (max-width: 750px) {
  .l-footer__sns-list-item.--fb {
    width: 2.4rem;
  }
}
.l-footer__sns-list-item.--youtube {
  width: 3.2rem;
}
@media screen and (max-width: 750px) {
  .l-footer__sns-list-item.--youtube {
    width: 2.5rem;
  }
}
.l-footer__sns-link {
  display: block;
  transition: filter 0.4s var(--ease-out-cubic);
}
@media (hover: hover) {
  .l-footer__sns-link:hover {
    filter: brightness(1.2);
  }
}
.l-footer__copyright {
  margin-top: 4.6rem;
}
@media screen and (max-width: 750px) {
  .l-footer__copyright {
    margin-top: 2.8rem;
  }
}
.l-footer__copyright-text {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .l-footer__copyright-text {
    font-size: 1rem;
  }
}

.c-btn__link {
  display: block;
  position: relative;
  padding-top: 1.9rem;
  padding-bottom: 2.3rem;
  background: var(--color-gray);
  border-radius: 50rem;
  text-decoration: none;
  cursor: pointer;
  transition: filter 0.4s var(--ease-out-cubic);
}
@media (hover: hover) {
  .c-btn__link:hover {
    filter: brightness(0.7);
  }
}
@media screen and (max-width: 750px) {
  .c-btn__link {
    padding-top: 1.35rem;
    padding-bottom: 1.45rem;
  }
}
.--eng .c-btn__link {
  padding-top: 2.2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .--eng .c-btn__link {
    padding-top: 1.4rem;
    padding-bottom: 1.3rem;
  }
}
.--yellow .c-btn__link {
  background: var(--color-gold);
}
.c-btn__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 6%;
  width: 1.8%;
  height: 100%;
  background: url(../img/arrow_btn.png) no-repeat center center/100% auto;
}
.c-btn__text {
  display: block;
  text-align: center;
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .c-btn__text {
    font-size: 1.25rem;
  }
}
.--eng .c-btn__text {
  font-family: var(--font-eng-gothic);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .--eng .c-btn__text {
    font-size: 1.3rem;
  }
}

.m-modal.m-modal-custom {
  color: var(--color-gray);
  font-family: var(--font-jp);
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .m-modal.m-modal-custom {
    font-size: 1.3rem;
  }
}
.m-modal.m-modal-custom .m-modal__bg {
  background: var(--color-gold);
  opacity: 0.8;
  cursor: auto;
}
.m-modal.m-modal-custom .m-modal__content {
  width: 92.2%;
  max-width: 100rem;
  text-align: left;
}
.is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
  margin: 8rem auto;
}
@media screen and (max-width: 750px) {
  .is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
    margin: 4rem auto;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn {
  top: 1.5rem;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    top: 0.6rem;
    right: 1.2rem;
    width: 3rem;
    height: 3rem;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
  width: 0.2rem;
  height: 100%;
}