@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  scroll-behavior: smooth;
}
@media (max-width: 1260px) {
  html {
    font-size: 1.2698412698vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

a {
  text-decoration: none;
}

body {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms;
            animation-duration: 0.01ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-duration: 0.01ms;
            transition-duration: 0.01ms;
    scroll-behavior: auto;
  }
}
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1260px;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.l-inner2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1145px;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-inner2 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.c-btn.c-btn--head {
  padding: 0.9375rem 3.75rem 0.9375rem 1.875rem;
  font-size: 1rem;
  line-height: 1.25;
}
.c-btn.c-btn--head:before {
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/common/arrow-icon.svg) center top/cover no-repeat;
  right: 1rem;
}

.c-btn {
  display: inline-block;
  padding: 1.25rem 3.75rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: rgba(0, 0, 0, .35);
  border: 1px solid transparent;
  -o-border-image: linear-gradient(94deg, #f8d0ab 7%, #ffe4c4 12%, #dcb272 28%, #d3a263 33%, #a16c22 39%, #eac891 66%, #f2dec4 73%, #905a0a 95%, #a37709 100%);
     border-image: linear-gradient(94deg, #f8d0ab 7%, #ffe4c4 12%, #dcb272 28%, #d3a263 33%, #a16c22 39%, #eac891 66%, #f2dec4 73%, #905a0a 95%, #a37709 100%);
  border-image-slice: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn {
    padding: 1.25rem 2.03125rem;
    font-size: 1.125rem;
    text-align: left;
  }
}
.c-btn:before {
  display: block;
  content: "";
  width: 4.125rem;
  height: 0.5rem;
  background: url(../images/common/arrow-icon-gold.svg) center top/cover no-repeat;
  position: absolute;
  right: -2.0625rem;
  top: calc(50% - 0.375rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn:before {
    width: 2.8125rem;
    height: 0.340625rem;
    right: -1.125rem;
    top: calc(50% + 0.875rem);
  }
}

@media (hover: hover) {
  .c-btn:hover {
    background-color: rgba(255, 255, 255, .2);
    color: #000;
    opacity: 1;
  }
  .c-btn:hover:before {
    -webkit-transform: translateX(0.625rem) translateY(-50%);
            transform: translateX(0.625rem) translateY(-50%);
  }
  .c-btn--head:hover:before {
    background: url(../images/common/arrow-icon-black.svg) center top/cover no-repeat;
  }
}
.c-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.c-form__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.c-form__select {
  width: 100%;
  padding: 0.76875rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  background-color: #323232;
  border-radius: 0.1875rem;
  border: none;
}
@media screen and (max-width: 768px) {
  .c-form__select {
    padding: 0.9375rem 0.625rem;
  }
}

.c-form__label {
  font-family: "Libre Baskerville", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.c-form__required {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #b50022;
}

.c-form__input {
  width: 100%;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
  background-color: #323232;
  border-radius: 0.1875rem;
  border: none;
}
@media screen and (max-width: 768px) {
  .c-form__input {
    padding: 0.625rem;
  }
}

.c-form__textarea {
  width: 100%;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
  background-color: #323232;
  border-radius: 0.1875rem;
  border: none;
}
@media screen and (max-width: 768px) {
  .c-form__textarea {
    padding: 0.625rem;
  }
}

/* 擬似要素で矢印を表示（ラッパーに対して） */
.c-form__btn {
  margin-top: 3.125rem;
  display: block;
  margin-inline: auto;
  position: relative;
  width: 31.5rem;
  height: 5.5625rem;
}
@media screen and (max-width: 768px) {
  .c-form__btn {
    margin-top: 0;
    width: 20.3125rem;
    height: 3.875rem;
    -webkit-transform: translateY(calc(100% + 2.5rem)) translateX(-0.625rem);
            transform: translateY(calc(100% + 2.5rem)) translateX(-0.625rem);
  }
}
.c-form__btn::before {
  display: block;
  content: "";
  width: 4.125rem;
  height: 0.5rem;
  background: url(../images/common/arrow-icon-gold.svg) center top/cover no-repeat;
  position: absolute;
  z-index: 1;
  right: -2.0625rem;
  top: calc(50% - 0.125rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-form__btn::before {
    width: 2.8125rem;
    height: 0.340625rem;
    right: -1.25rem;
  }
}
@media (hover: hover) {
  .c-form__btn:hover {
    background-color: rgba(255, 255, 255, .2);
    color: #000;
  }
  .c-form__btn:hover::before {
    -webkit-transform: translateX(0.625rem) translateY(-50%);
            transform: translateX(0.625rem) translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .de-DE .c-form__btn {
    -webkit-transform: translateY(calc(100% + 5.5rem)) translateX(-0.625rem);
            transform: translateY(calc(100% + 5.5rem)) translateX(-0.625rem);
  }
}

/* ボタン本体のスタイル */
.c-form__submit {
  display: inline-block;
  width: 31.5rem;
  height: 5.5625rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2083333333;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: rgba(0, 0, 0, .35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid transparent;
  -o-border-image: linear-gradient(94deg, #f8d0ab 7%, #ffe4c4 12%, #dcb272 28%, #d3a263 33%, #a16c22 39%, #eac891 66%, #f2dec4 73%, #905a0a 95%, #a37709 100%);
     border-image: linear-gradient(94deg, #f8d0ab 7%, #ffe4c4 12%, #dcb272 28%, #d3a263 33%, #a16c22 39%, #eac891 66%, #f2dec4 73%, #905a0a 95%, #a37709 100%);
  border-image-slice: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__submit {
    width: 20.3125rem;
    height: 3.875rem;
    font-size: 1.125rem;
  }
}

/* ホバー時の背景変更 */
@media (hover: hover) {
  .c-form__submit:hover {
    background-color: rgba(255, 255, 255, .2);
    color: #000;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  /* 送信ボタン下完了時 */
  border: 1px solid transparent;
  -o-border-image: linear-gradient(94deg, #f8d0ab 7%, #ffe4c4 12%, #dcb272 28%, #d3a263 33%, #a16c22 39%, #eac891 66%, #f2dec4 73%, #905a0a 95%, #a37709 100%);
     border-image: linear-gradient(94deg, #f8d0ab 7%, #ffe4c4 12%, #dcb272 28%, #d3a263 33%, #a16c22 39%, #eac891 66%, #f2dec4 73%, #905a0a 95%, #a37709 100%);
  border-image-slice: 1;
  color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  /* 送信ボタン下未入力警告 */
  border: 1px solid #b50022;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.failed .wpcf7-response-output {
    margin-top: -2.75rem;
  }
}

.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  font-weight: 500;
}

.wpcf7-spinner {
  margin-top: 0.625rem;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .wpcf7-form.sent .wpcf7-response-output {
    margin-top: -2.75rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
  -webkit-transition: visibility 0.3s;
  transition: visibility 0.3s;
  z-index: 3;
  bottom: 2.5rem !important;
}

.c-text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #fff;
}

.c-text.c-text--shadow {
  text-shadow: 0px 0px 1.875rem rgba(0, 0, 0, .25);
}

.p-brand {
  background: url(../images/common/brand-bg.webp) center bottom/cover repeat-x;
  padding-top: 17.625rem;
  padding-bottom: 14.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-brand {
    padding-top: 6.25rem;
    padding-bottom: 11.5625rem;
  }
}

.p-brand__img01 {
  position: absolute;
  top: 13.125rem;
  right: 0;
  width: 39.75rem;
  aspect-ratio: 636/444;
}

.p-brand__img02 {
  position: absolute;
  top: 51.38%;
  left: 0;
  width: 15.875rem;
  aspect-ratio: 254/325;
}

.p-brand__title {
  font-family: "Libre Baskerville", serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-brand__title {
    font-size: 2.375rem;
    line-height: 150%;
  }
}

.p-brand__text1 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 340%;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-brand__text1 {
    margin-top: 2.5rem;
    line-height: 200%;
  }
}

.p-brand__text2 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 300%;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: 3.75rem;
  width: 45.0625rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-brand__text2 {
    font-size: 1.25rem;
    line-height: 200%;
    margin-top: 1.25rem;
    width: 100%;
    margin-left: 0;
    margin-left: initial;
  }
}

.p-brand__img03 {
  width: 31.875rem;
  aspect-ratio: 510/356;
  margin-top: 12.4375rem;
  margin-inline: auto;
  margin-right: 12.75rem;
}
@media screen and (max-width: 768px) {
  .p-brand__img03 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 3.75rem;
    aspect-ratio: 375/227;
  }
}

.p-contact {
  background-color: #000;
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 0 0 12.625rem 0;
  }
}

.p-contact__title {
  font-family: "Libre Baskerville", serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    font-size: 2.375rem;
    line-height: 150%;
  }
}

.p-contact__text {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 42.8125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-contact__text {
    margin-top: 2.5rem;
  }
}

.p-contact__content {
  margin-top: 3.75rem;
  padding: 6.25rem;
  background-color: #1a1a1a;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(94deg, #f8d0ab 7%, #ffe4c4 12%, #dcb272 28%, #d3a263 33%, #a16c22 39%, #eac891 66%, #f2dec4 73%, #905a0a 95%, #a37709 100%);
     border-image: linear-gradient(94deg, #f8d0ab 7%, #ffe4c4 12%, #dcb272 28%, #d3a263 33%, #a16c22 39%, #eac891 66%, #f2dec4 73%, #905a0a 95%, #a37709 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 768px) {
  .p-contact__content {
    margin-top: 2.5rem;
    padding: 3.75rem 0.625rem 0 0.625rem;
  }
}

.p-contact__form {
  width: 100%;
  max-width: 40rem;
  margin-inline: auto;
}

.p-cta {
  background: url(../images/common/cta-bg.webp) center top/cover no-repeat;
  aspect-ratio: 1440/882;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-cta {
    background: url(../images/common/cta-bg.webp) right top/cover no-repeat;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media screen and (max-width: 768px) {
  .p-cta .l-inner {
    padding: 0 0.3125rem;
  }
}

.p-cta__box {
  background-color: rgba(0, 0, 0, .8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6.25rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-cta__box {
    padding: 5rem 0.9375rem 6.375rem 0.9375rem;
  }
}

.p-cta__title {
  font-family: "Libre Baskerville", serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-cta__title {
    font-size: 2.375rem;
    line-height: 150%;
  }
}

.p-cta__lead {
  font-family: "Libre Baskerville", serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2307692308;
  letter-spacing: 0.04em;
  color: #fff;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-cta__lead {
    font-size: 1.25rem;
    margin-top: 0.3125rem;
    text-align: center;
  }
}

.p-cta__text {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-cta__text {
    margin-top: 2.5rem;
    text-align: left;
  }
}

.p-cta__btn {
  margin-top: 3.75rem;
}

.p-evolution {
  padding-top: 21.15625rem;
  padding-bottom: 21.15625rem;
  background: url(../images/common/evolution-bg.webp) center top/cover repeat-x;
  height: 78.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-evolution {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    height: auto;
    height: initial;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    background-color: #000;
  }
}

.p-evolution__img01 {
  position: absolute;
  top: 11.375rem;
  right: -11rem;
  width: 31rem;
  aspect-ratio: 496/805;
}

.p-evolution__img02 {
  position: absolute;
  bottom: 6.3125rem;
  left: -9.375rem;
  width: 25.5625rem;
  aspect-ratio: 409/483;
}
@media screen and (max-width: 768px) {
  .p-evolution__img02 {
    width: 45.0666666667%;
    aspect-ratio: 169/315.81;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    top: 1.875rem;
    right: 0;
  }
}

.p-evolution__title {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-evolution__subtitle {
  line-height: 170%;
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-evolution__subtitle {
    font-size: 1.375rem;
  }
}

.p-evolution__maintitle {
  line-height: 170%;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-evolution__maintitle {
    font-size: 1.875rem;
    margin-top: 0.9375rem;
  }
}

.p-evolution__body {
  margin-top: 6.25rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  width: 100%;
  max-width: 56.25rem;
}
@media screen and (max-width: 768px) {
  .p-evolution__body {
    margin-top: 2.5rem;
    gap: 1.25rem;
  }
}

.p-feature {
  padding-top: 16.5rem;
  padding-bottom: 18.4375rem;
  background: url(../images/common/feature-bg.webp) center bottom/cover repeat-x;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-feature {
    padding-top: 7.5rem;
    padding-bottom: 11.5rem;
    background: url(../images/common/feature-bg.webp) right bottom/cover repeat-x;
  }
}

.p-feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .p-feature__items {
    gap: 5rem;
  }
}

.p-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 1.875rem;
  }
}

.p-feature__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-feature__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-feature__item-body {
  width: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  margin-top: 4.9375rem;
  position: absolute;
  top: 0;
  left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-feature__item-body {
    width: 100%;
    margin-top: 0;
    position: static;
    position: initial;
    gap: 1.25rem;
  }
}

.p-feature__item:nth-child(even) .p-feature__item-body {
  left: auto;
  left: initial;
  right: 0;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-feature__item:nth-child(even) .p-feature__item-body {
    margin-top: 0;
  }
}

.p-feature__item-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-feature__item-title {
    font-size: 1.75rem;
    line-height: 1.2142857143;
  }
}

.p-feature__img {
  width: 41.875rem;
  aspect-ratio: 670/328;
}
@media screen and (max-width: 768px) {
  .p-feature__img {
    width: 100%;
  }
}

.p-footer {
  background-color: #1a1a1a;
  color: #fff;
  padding-top: 6.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-top: 7.5rem;
  }
}

.p-footer__logo {
  display: block;
  width: 11.4375rem;
  aspect-ratio: 183/53;
}

.p-footer__text {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 220%;
  letter-spacing: 0.02em;
  margin-top: 1.25rem;
  margin-left: 0.125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__text {
    margin-top: 1.0625rem;
    margin-left: 0;
  }
}

.p-footer__copyright {
  margin-top: 4.375rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    margin-top: 3.75rem;
  }
}

/* fv全体 */
.p-fv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  color: #fff;
}

/* 背景画像 */
.p-fv__bg {
  position: fixed;
  inset: 0;
  background: url(../images/common/fv-bg.webp) center bottom/cover no-repeat;
  -webkit-transition: opacity 2s ease-in-out, -webkit-filter 2s ease-in-out;
  transition: opacity 2s ease-in-out, -webkit-filter 2s ease-in-out;
  transition: filter 2s ease-in-out, opacity 2s ease-in-out;
  transition: filter 2s ease-in-out, opacity 2s ease-in-out, -webkit-filter 2s ease-in-out;
}

/* 背景画像をブラーして非表示にする */
.p-fv.is-blurred .p-fv__bg {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="60" /></filter></svg>#filter');
  -webkit-filter: blur(60px);
          filter: blur(60px);
  opacity: 0;
}

/* 背景動画 */
.p-fv__video-wrap {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background-color: #000;
}

/* 最初は動画を透明にしておく */
.p-top-fv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
}

/* is-blurred クラスがついたら動画を表示 */
.p-fv.is-blurred .p-top-fv__video {
  opacity: 1;
}

/* 動画に黒レイヤーをかける */
.p-fv__video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 1;
}

/* コンテンツ（テキスト） */
.p-fv__content {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 12.25rem;
  padding: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-fv__content {
    margin-top: 12.625rem;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-height: 710px) {
  .p-fv__content {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 768px) and (max-height: 650px) {
  .p-fv__content {
    margin-top: 7.5rem;
  }
}

@media screen and (max-width: 768px) and (max-height: 750px) {
  .de-DE .p-fv__content {
    margin-top: 6.25rem;
  }
}

.p-fv__lead {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2083333333;
  letter-spacing: 0.02em;
  text-shadow: 0 0.33125rem 0.33125rem rgba(0, 0, 0, .25);
  padding: 0 0.3125rem 0.3125rem 0.3125rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv__lead {
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }
}
.p-fv__lead:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, color-stop(7%, #f8d0ab), color-stop(12%, #ffe4c4), color-stop(28%, #dcb272), color-stop(33%, #d3a263), color-stop(39%, #a16c22), color-stop(66%, #eac891), color-stop(73%, #f2dec4), color-stop(95%, #905a0a), to(#a37709));
  background: linear-gradient(to left, #f8d0ab 7%, #ffe4c4 12%, #dcb272 28%, #d3a263 33%, #a16c22 39%, #eac891 66%, #f2dec4 73%, #905a0a 95%, #a37709 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-fv__main-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.p-fv__top-copy {
  font-size: 3.5rem;
  line-height: 155%;
  text-shadow: 0 0.33125rem 0.33125rem rgba(0, 0, 0, .25);
}
@media screen and (max-width: 768px) {
  .p-fv__top-copy {
    font-size: 1.75rem;
  }
}

.p-fv__bottom-copy {
  font-size: 2.875rem;
  line-height: 155%;
  text-shadow: 0 0.33125rem 0.33125rem rgba(0, 0, 0, .25);
}
@media screen and (max-width: 768px) {
  .p-fv__bottom-copy {
    font-size: 1.75rem;
  }
}

.p-fv__sub-copy {
  margin-top: 1.875rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2083333333;
  letter-spacing: 0.02em;
  text-shadow: 0 0.33125rem 0.33125rem rgba(0, 0, 0, .25);
}
@media screen and (max-width: 768px) {
  .p-fv__sub-copy {
    font-size: 1.125rem;
  }
}

.p-fv__btn {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-fv__btn {
    margin-top: 5.875rem;
    margin-left: -1.25rem;
  }
}

.p-header {
  height: 5.625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 4.375rem;
  }
}

.p-header__inner {
  max-width: 90rem;
  margin-inline: auto;
  padding: 0 3.5rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding: 0 1.125rem 0 0.9375rem;
  }
}

.p-header__flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.p-header__logo a {
  display: block;
  width: 100%;
  max-width: 11.4375rem;
  aspect-ratio: 183/53;
}
@media screen and (max-width: 768px) {
  .p-header__logo a {
    max-width: 10.625rem;
  }
}

.p-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-header__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #fff;
}

.bogo-language-switcher {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #a9a9a9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bogo-language-switcher a {
  padding: 0.625rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .bogo-language-switcher a {
    padding: 0.375rem;
  }
}

.bogo-language-switcher a.current {
  color: #fff;
  pointer-events: none;
}

.bogo-language-switcher li.en-US {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bogo-language-switcher li.en-US:after {
  display: block;
  content: "";
  width: 0.125rem;
  height: 0.9375rem;
  background-color: #fff;
}

.p-lineup {
  padding-top: 10rem;
  padding-bottom: 6.25rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-lineup {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-lineup__title {
  font-family: "Libre Baskerville", serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lineup__title {
    font-size: 1.875rem;
    line-height: 150%;
  }
}

.p-lineup__text {
  font-family: "Libre Baskerville", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2222222222;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-lineup__text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-lineup__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-lineup__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-lineup__item {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-lineup__item {
    width: 100%;
    gap: 0;
  }
}

.p-lineup__img {
  width: 100%;
  max-width: 22.5rem;
  aspect-ratio: 360/320;
}
@media screen and (max-width: 768px) {
  .p-lineup__img {
    max-width: none;
    max-width: initial;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-lineup__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-lineup__item-body {
    display: contents;
  }
}

.p-lineup__item-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6071428571;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lineup__item-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.5rem;
    line-height: 160%;
  }
}

.de-DE .p-lineup__item-title {
  height: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .de-DE .p-lineup__item-title {
    height: auto;
    height: initial;
  }
}

.p-lineup__item-text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-lineup__item-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.25rem;
    line-height: 180%;
  }
}

.p-story {
  padding-top: 10rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-story {
    padding-top: 7.5rem;
  }
}

.p-story__title {
  font-family: "Libre Baskerville", serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-story__title {
    font-size: 1.875rem;
  }
}

.p-story__title span {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3e3be), to(#c1a96f));
  background: linear-gradient(to bottom, #f3e3be 0%, #c1a96f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 非Webkitブラウザ用（対応ブラウザ少） */
  background-clip: text;
  color: transparent;
}

.p-story__body {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  color: #fff;
  max-width: 56.25rem;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-story__body {
    margin-top: 2.25rem;
  }
}

.p-story__img {
  width: 100%;
  max-width: 37.5rem;
  aspect-ratio: 600/194;
  margin-top: 1.875rem;
  -webkit-transform: translateY(2.25rem);
          transform: translateY(2.25rem);
  margin-left: -5.0625rem;
}
@media screen and (max-width: 768px) {
  .p-story__img {
    max-width: none;
    max-width: initial;
    margin-left: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    margin: 0 calc(50% - 50vw);
    margin-top: 8.0625rem;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .p-story__body .c-text {
    line-height: 190%;
  }
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

.u-mobile2 {
  display: none;
}
@media screen and (max-width: 400px) {
  .u-mobile2 {
    display: block;
  }
}

.js-scrollBlur,
.js-fadeIn {
  will-change: opacity, transform;
  opacity: 0;
  visibility: hidden;
}

.js-hidden.is-hidden {
  display: none;
}

.js-blur {
  opacity: 0;
}
/*# sourceMappingURL=styles.css.map */
