@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #ffffff;
  background-color: #000000;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

li,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

button {
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  border-radius: 0;
}

.bg {
  background-image: url(../../assets//img/_common/bg/bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 375px 1fr;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 599px) {
  .grid {
    background-color: #000;
  }
}

.grid__left .grid__left--logo {
  position: fixed;
  top: 40px;
  left: 55px;
  width: 71px;
}
@media screen and (max-width: 960px) {
  .grid__left .grid__left--logo {
    display: none;
  }
}
.grid__main {
  background-color: #000000;
}

.grid__right {
  position: relative;
}
.grid__right .grid__right--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1430px) {
  .grid__right .grid__right--inner {
    display: none;
  }
}
.grid__right .grid__right--content {
  position: fixed;
  top: 25%;
  height: 100vh;
  color: #fefafa;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
.grid__right .grid__right--heading2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.grid__right .grid__right--heading2--title {
  font-size: 5.875rem;
  line-height: 1;
}
.grid__right .grid__right--heading2--text {
  font-size: 2rem;
  line-height: 1;
}
.grid__right .grid__right--boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
  margin-top: 36px;
}
.grid__right .grid__right--box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.grid__right .grid__right--box--body {
  margin-top: 8px;
  text-align: center;
  flex-grow: 1;
}
.grid__right .grid__right--box--text {
  font-size: 1rem;
  line-height: 1.73;
}
.grid__right .grid__right--box--text small {
  display: block;
  font-size: 12px;
}
.fv {
  position: relative;
  height: 670px;
  overflow: hidden;
}
.fv .fv__bg {
  height: inherit;
  position: relative;
  mix-blend-mode: lighten;
  z-index: 1;
}
.fv .fv__content {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.fv .fv__top,
.fv .fv__middle,
.fv .fv__bottom {
  width: 100%;
  margin-inline: auto;
}
.fv .fv__top {
  max-width: 320px;
}
.fv .fv__middle {
  max-width: 295px;
  margin-top: 10px;
}
.fv .fv__bottom {
  margin-top: 64px;
  max-width: 318px;
}
.privilege {
  padding-top: 80px;
}
.privilege .privilege__heading2 {
  max-width: 254px;
  width: 100%;
  margin-inline: auto;
}
.privilege .--inexperienced {
  position: relative;
  margin-top: 20px;
}
.privilege .--inexperienced .privilege__heading3 {
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  max-width: 100%;
  margin-inline: auto;
}
.privilege .--inexperienced .privilege__list {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 220px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privilege .--inexperienced .privilege__list--item {
  padding-block: 2px;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  border: 2px solid;
  border-image: linear-gradient(90deg, #af9546, #fffce9, #ad9342) 1;
}
.privilege .--inexperienced .privilege__text {
  position: absolute;
  bottom: 104px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 1.25rem;
  font-family: "toppan-bunkyu-midashi-min-st", serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
}
.privilege .--inexperienced .privilege__text .is-bigger {
  font-size: 1.5625rem;
}
.privilege .--inexperienced .privilege__text .is-change-color {
  color: #ddb100;
}
.privilege .--experienced-person {
  position: relative;
}
.privilege .--experienced-person .privilege__heading3 {
  position: absolute;
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  max-width: 100%;
  text-align: center;
}
.privilege .--experienced-person .privilege__heading3 img {
  width: 100%;
}
.privilege .--experienced-person .privilege__list {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 220px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privilege .--experienced-person .privilege__list--item {
  padding-block: 2px;
  font-size: 1.5625rem;
  letter-spacing: 2px;
  font-weight: 600;
  border: 2px solid;
  border-image: linear-gradient(90deg, #af9546, #fffce9, #ad9342) 1;
}
.privilege .--experienced-person .privilege__text {
  position: absolute;
  bottom: 134px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 1.0625rem;
  font-family: "toppan-bunkyu-midashi-min-st", serif;
  font-weight: 900;
  font-style: normal;
}
.merit {
  margin-top: 100px;
  height: 927px;
  overflow: hidden;
}
.merit .merit__content {
  position: relative;
}
.merit .merit__head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.merit .merit__heading2 {
  max-width: 200px;
  margin-inline: auto;
}
.merit .merit__text {
  margin-top: 50px;
  text-align: center;
}
.merit .merit__list {
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 330px;
}
.merit .merit__item:not(:first-child) {
  margin-top: -26px;
}
.achievement {
  margin-top: 18px;
  margin-bottom: 80px;
  height: 796px;
}
.achievement .achievement__inner {
  height: inherit;
}
.achievement .achievement__content {
  position: relative;
}
.achievement .achievement__heading2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 308px;
}
.achievement .achievement__list {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 320px;
}
.achievement .achievement__item:not(:first-child) {
  margin-top: -10px;
}
.js-message-text {
  height: 0;
  overflow: hidden;
}

.message {
  position: relative;
}
.message .message__bg {
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
}
.message .message__content {
  position: relative;
}
.message .message__heading2 {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 250px;
}
.message .message__body {
  max-width: 230px;
  width: 100%;
  padding-left: 18px;
  padding-top: 55px;
}
.message .message__body--text {
  font-size: 14px;
  text-shadow: 0px 2px 1.6px rgba(0, 0, 0, 0.92);
  opacity: 0.7;
}
.message .message__body--button-wrapper {
  margin-top: 32px;
  max-width: 180px;
  width: 100%;
  margin-inline: auto;
}
.message .message__body--button {
  padding-block: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  text-align: center;
  border: 2px solid;
  border-image: linear-gradient(90deg, #af9546, #fffce9, #ad9342) 1;
  transition: all 0.4s ease;
}
@media (any-hover: hover), (hover: hover) and (pointer: fine) {
  .message .message__body--button:hover, .message .message__body--button:focus {
    opacity: 0.8;
    border-image: linear-gradient(360deg, #af9546, #fffce9, #ad9342) 1;
  }
}
.sns {
  position: relative;
  margin-top: 64px;
  z-index: 100;
}
.sns .sns__bg {
  position: absolute;
  top: 0;
  height: 1720px;
  width: 100%;
  z-index: -1;
}
.sns .sns__bg img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.sns .sns__content {
  max-width: 320px;
  width: 100%;
  margin-inline: auto;
}
.sns .sns__heading2 {
  max-width: 130px;
  width: 100%;
  margin-inline: auto;
}
.sns .sns__text {
  margin-top: 50px;
  text-align: center;
  line-height: 1.38;
  letter-spacing: 1.6px;
}
.sns .sns__images {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.sns .sns__buttons {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.sns .sns__button {
  width: 100%;
}
.sns .sns__button a {
  padding-block: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  text-align: center;
  border: 2px solid;
  border-image: linear-gradient(90deg, #af9546, #fffce9, #ad9342) 1;
  transition: all 0.4s ease;
}
.sns .sns__button a .fa {
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 100vmax;
  transition: all 0.4s ease;
}
.sns .sns__button a span {
  line-height: 1;
}
@media (any-hover: hover), (hover: hover) and (pointer: fine) {
  .sns .sns__button a:hover, .sns .sns__button a:focus {
    opacity: 0.8;
    border-image: linear-gradient(360deg, #af9546, #fffce9, #ad9342) 1;
  }
  .sns .sns__button a:hover .fa, .sns .sns__button a:focus .fa {
    transform: rotate(25deg);
  }
}
.store {
  position: relative;
  margin-top: 100px;
  padding-bottom: 72px;
}
.store .store__bg {
  position: absolute;
  top: -230px;
  left: 0;
  height: 570px;
  width: 100%;
  z-index: 1;
}
.store .store__bg img {
  height: 570px;
  object-fit: cover;
  width: 100%;
}
.store .store__heading2 {
  max-width: 180px;
  width: 100%;
  margin-inline: auto;
}
.store .store__content {
  position: relative;
  z-index: 100;
}
.store .store__head {
  position: relative;
  margin-top: 50px;
  text-align: center;
  z-index: 10;
}
.store .store__head--heading3 {
  font-size: 23px;
  font-family: "toppan-bunkyu-midashi-min-st", serif;
  font-weight: 900;
  font-style: normal;
}
.store .store__head--text {
  line-height: 1.38;
  letter-spacing: 1.6px;
  text-shadow: 0 0 16.3px #000;
  opacity: 0.9;
}
.store .store__slider {
  position: relative;
  z-index: 10;
  margin-top: 50px;
  max-width: 330px;
  width: 100%;
  margin-inline: auto;
}
.store .store__slider img {
  height: 250px;
  object-fit: cover;
}
.store .store__slider .splide__arrows .button {
  width: 70px;
  height: 70px;
  background-color: transparent;
  transition: 0.2s;
  opacity: 1;
}
.store .store__slider .splide__arrows .button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
}
.store .store__slider .splide__arrows .prev::before {
  left: -36px;
  background-image: url(../img/_common/icon/icon_slider-arrow.png);
}
.store .store__slider .splide__arrows .next::before {
  left: 36px;
  transform: rotate(180deg);
  background-image: url(../img/_common/icon/icon_slider-arrow.png);
}
.strength {
  position: relative;
  z-index: 100;
}
.strength .strength__inner {
  padding-inline: 30px;
}
.strength .strength__heading2 {
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
}
.strength .strength__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.strength .strength__content {
  position: relative;
  z-index: 100;
  margin-top: 50px;
}
.strength .strength__boxes {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.strength .strength__box {
  display: flex;
  flex-direction: column-reverse;
}
.strength .strength__box--body--heading3 {
  margin-left: -20px;
}
.strength .strength__box--body--text {
  line-height: 1.38;
  letter-spacing: 1.6px;
}
.strength .strength__box--list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  text-align: center;
}
.strength .strength__box--item {
  padding-block: 10px;
  border: 2px solid;
  border-image: linear-gradient(90deg, #af9546, #fffce9, #ad9342) 1;
  letter-spacing: 1.2px;
}
.strength .strength__box--item.--1-line {
  grid-column: span 2/span 2;
}
.strength .strength__box--item.--minus-spacing {
  letter-spacing: -1px;
}
.strength .strength__box--item.--multiple-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1;
}
.strength .strength__box--item.--multiple-lines .is-bigger {
  font-size: 25px;
}
.strength .strength__box--item.--multiple-lines .is-small {
  font-size: 22px;
}
.strength .strength__box--images {
  position: relative;
}
.strength .strength__box--number {
  position: absolute;
  top: 0;
  right: -20px;
  width: 150px;
}
.strength .strength__box--number.--reverse {
  right: auto;
  left: -20px;
}
.strength .strength__map {
  margin-top: 22px;
}
.contact {
  margin-top: 100px;
}
.contact .contact__heading2 {
  max-width: 250px;
  width: 100%;
  margin-inline: auto;
}
.contact .contact__texts {
  margin-top: 50px;
  text-align: center;
}
.contact .contact__text--bigger {
  font-size: 30px;
  font-family: "toppan-bunkyu-midashi-min-st", serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1px;
}
.contact .contact__image-text {
  max-width: 270px;
  width: 100%;
  margin-inline: auto;
}
.contact .contact__text {
  margin-top: 20px;
  line-height: 1.38;
  letter-spacing: 1.6px;
  opacity: 0.9;
}
.contact .contact__buttons {
  margin-top: 30px;
  width: 100%;
  margin-inline: auto;
}
.contact .contact__button {
  position: relative;
}
.contact .contact__button:not(:first-child) {
  margin-top: -24px;
}
.contact .contact__button a {
  transition: all 0.4s ease;
}
.contact .contact__button a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 599px) {
  .contact .contact__button a[href*="tel:"] {
    pointer-events: visible;
    cursor: pointer;
  }
}
.contact .contact__button a .contact__button--title {
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%);
  left: 60%;
  white-space: nowrap;
  text-align: left;
}
.contact .contact__button a .contact__button--title.--secondary {
  left: 50%;
}
.contact .contact__button a .contact__button--title .id {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 2.2px;
}
.contact .contact__button a .contact__button--title .name {
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 1.4px;
}
@media (any-hover: hover), (hover: hover) and (pointer: fine) {
  .contact .contact__button a:hover, .contact .contact__button a:focus {
    opacity: 0.7;
  }
}
.footer {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.footer .footer__logo {
  max-width: 210px;
  width: 100%;
  margin-inline: auto;
}
.footer .footer__copy-right {
  margin-top: 60px;
  font-size: 12px;
  letter-spacing: 1.3px;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.light-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
  mix-blend-mode: screen;
}
.light-container img {
  width: 100%;
  height: auto;
  animation: blink 1.5s ease-in-out infinite alternate;
}