@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 {
  --svh: 100vh;
  --color-black: #000;
  --color-white: #fff;
  --color-gold: #cdb576;
  --gradient-main: linear-gradient(to right, #000000 0%, #1f1f1f 50%, #000000 100%);
  --font-jp: YakuHanMP, "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-eng: "EB Garamond", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 750px) {
  html {
    font-size: min(2.6666666667vw, 13px);
  }
}
@media screen and (max-width: 750px) and (min-width: 700px) {
  html {
    font-size: min(1.7142857143vw, 18px);
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: min(0.7142857143vw, 10px);
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12px);
  }
}

a {
  text-decoration: none;
}

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

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

.c-btn {
  position: relative;
}
.c-btn__link {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3rem;
  background: var(--gradient-main);
  border: 1px var(--color-gold) solid;
  border-radius: 50px;
  text-align: center;
  color: var(--color-gold);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-btn__link {
    padding: 0.1rem;
  }
}
.c-btn__link::after {
  content: "";
  width: 300%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%) no-repeat 100% 0/100% auto;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn__link:hover::after {
    transform: translateX(100%);
    transition: transform 2.6s var(--ease_out);
  }
}

.c-btn__link-inner {
  display: block;
  position: relative;
  padding-top: 1.6rem;
  padding-bottom: 1.9rem;
  border: 1px var(--color-gold) solid;
  border-radius: 50px;
}
@media screen and (max-width: 750px) {
  .c-btn__link-inner {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.c-btn__link-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 5.3%;
  width: 1.9rem;
  height: 100%;
  background: url(../img/arrow.png) no-repeat center center/100% auto;
}
.--download .c-btn__link-inner::before {
  right: auto;
  left: 8.5%;
  background-image: url(../img/icon_dl.png);
}
@media screen and (max-width: 750px) {
  .--download .c-btn__link-inner::before {
    left: 9%;
    width: 1.3rem;
  }
}
.--share .c-btn__link-inner::before {
  right: auto;
  left: 8.8%;
  width: 2rem;
  background-image: url(../img/icon_x.png);
}
@media screen and (max-width: 750px) {
  .--share .c-btn__link-inner::before {
    left: 9.5%;
    width: 1.3rem;
  }
}
.c-btn__text {
  display: block;
  position: relative;
  width: 75%;
  margin: 0 auto;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.85;
}
@media screen and (max-width: 750px) {
  .c-btn__text {
    font-size: 1.3rem;
  }
}
.c-btn input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn input:hover + .c-btn__link::after {
    transform: translateX(100%);
    transition: transform 2.6s var(--ease_out);
  }
}

.l-wrapper {
  position: relative;
  min-height: 100vh;
  background: var(--gradient-main);
  color: var(--color-white);
  font-family: var(--font-jp);
  overflow: hidden;
  opacity: 0;
}
.is-loaded .l-wrapper {
  opacity: 1;
  transition: opacity 0.6s var(--ease_out);
}

.l-content__head {
  position: relative;
}
.l-content__body {
  position: relative;
  background: url(../img/bg/bg_pattern-red1.jpg) repeat top center/auto auto;
  line-height: 1.85;
}
.l-content__body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000, #525252, #000);
  opacity: 0.1;
}
.l-content__body::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/footer_deco.png) repeat-x 0 0.7rem/auto 0.9rem;
}
@media screen and (max-width: 750px) {
  .l-content__body::after {
    background-position: 0 0.35rem;
    background-size: auto 0.45rem;
  }
}
.l-content__body-inner {
  position: relative;
  z-index: 1;
  padding-top: 9rem;
  padding-bottom: 11.9rem;
}
@media screen and (max-width: 750px) {
  .l-content__body-inner {
    padding-top: 4.8rem;
    padding-bottom: 7rem;
  }
}
.l-content__foot {
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--gradient-main);
  padding: 6.5rem 0 5rem;
  opacity: 1;
  transition: opacity 2.4s var(--ease_inout);
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding: 5rem 0 4.2rem;
  }
}
.is-result-in:not(.is-result-start) .l-footer {
  opacity: 0;
  transition: opacity 1s var(--ease_inout);
}
.l-footer::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/footer_deco.png") repeat-x 0 0.7rem/auto 0.9rem;
}
@media screen and (max-width: 750px) {
  .l-footer::before {
    background-position: 0 0.35rem;
    background-size: auto 0.45rem;
  }
}
.l-footer__container {
  width: calc(100% - 10rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .l-footer__container {
    padding-left: 30rem;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__container {
    width: 90%;
  }
}
.l-footer__brand {
  width: 24rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 751px) {
  .l-footer__brand {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__brand {
    width: 20rem;
    margin: 0 auto;
  }
}
.l-footer__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__brand-link {
    transition: opacity 0.6s var(--ease_out);
  }
  .l-footer__brand-link:hover {
    opacity: 0.8;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-footer__share {
    margin-top: 3.5rem;
  }
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 2.9rem;
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 3rem;
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .l-footer__legal-text {
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 0.8rem;
}

.l-footer_share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-footer_share {
    justify-content: center;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 750px) {
  .l-footer_share__cap {
    font-size: 1.2rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 5rem;
  height: 5rem;
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .l-footer_share__link {
    width: 4rem;
    height: 4rem;
  }
}
.l-footer_share__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_pattern-red1.jpg") repeat left 0 top 0/800px auto;
  opacity: 0;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link::before {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-footer_share__link:hover::before {
    opacity: 1;
  }
}
.l-footer_share__link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/footer/sns_frame.png") no-repeat center/contain;
  z-index: -1;
}
.l-footer_share__link-icon {
  width: 2.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .l-footer_share__link-icon {
    width: 1.6rem;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-footer_help__list {
    gap: 3.5rem;
    justify-content: center;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0.95rem;
  left: -2.5rem;
  transform: translateY(-50%);
  border-left: 1px solid var(--color-white);
}
@media screen and (max-width: 750px) {
  .l-footer_help__list-item + .l-footer_help__list-item::before {
    top: 0.5rem;
    left: -1.75rem;
  }
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02rem;
  color: var(--color-white);
}
@media screen and (max-width: 750px) {
  .l-footer_help__link {
    font-size: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link {
    transition: color 0.6s var(--ease_out);
  }
  .l-footer_help__link:hover {
    color: var(--color-gold);
  }
}