@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #d8ccc3;
  color: #2e3943;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* 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;
}
.no_link{
pointer-events: none;
}

/* 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 !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ==========================================================================
//
// Concept About
//
========================================================================== */
.l-concept-about {
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .l-concept-about {
    padding-block: 18.3125rem 10.4375rem;
  }
}

/* ==========================================================================
//
// お問い合わせ
//
========================================================================== */
.l-contact {
  padding-block: 9.375rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-block: 11.875rem 18.4375rem;
  }
}

/* ==========================================================================
//
// FAQ
//
========================================================================== */
.l-faq {
  padding-block: 9.375rem;
}
@media screen and (min-width: 768px) {
  .l-faq {
    padding-block: 11.875rem 18.75rem;
  }
}

/* ==========================================================================
//
// インナー幅
//
========================================================================== */
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

/* ==========================================================================
//
// 商品の概要
//
========================================================================== */
.l-products-about {
  padding-block: 6.875rem 5.625rem;
}
@media screen and (min-width: 768px) {
  .l-products-about {
    padding-block: 13.75rem 11.625rem;
  }
}

/* ==========================================================================
//
// 使い方
//
========================================================================== */
.l-products-usage {
  padding-block: 6.875rem;
}
@media screen and (min-width: 768px) {
  .l-products-usage {
    padding-block: 18.4375rem 18.75rem;
  }
}

/* ==========================================================================
//
// Thanks
//
========================================================================== */
.l-thanks {
  padding-block: 11.25rem;
}
@media screen and (min-width: 768px) {
  .l-thanks {
    padding-block: 23.5rem 24.25rem;
  }
}

/* ==========================================================================
//
// Dewy
//
========================================================================== */
.l-top-dewy {
  padding-left: 1.25rem;
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .l-top-dewy {
    padding: 0;
    padding: initial;
    padding-block: 8.75rem 9.0625rem;
  }
}

/* ==========================================================================
//
// Effect
//
========================================================================== */
.l-top-effect {
  margin-top: -1px;
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .l-top-effect {
    padding: 0;
    padding: initial;
    padding-bottom: 9.375rem;
  }
}

/* ==========================================================================
//
// Feeling
//
========================================================================== */
.l-top-feeling {
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .l-top-feeling {
    padding-block: 10.625rem 11.5625rem;
  }
}

/* ==========================================================================
//
// お知らせ
// 
========================================================================== */
.l-top-topics {
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .l-top-topics {
    padding-block: 10.3125rem 7.1875rem;
  }
}

/* ==========================================================================
//
// メッセージ(Why Niea)
//
========================================================================== */
.l-why-niea-message {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-why-niea-message {
    margin-top: -16.5%;
    padding-top: 29%;
    padding-bottom: 17.5rem;
  }
}

/* ==========================================================================
//
// 選ぶ理由(Why Niea)
//
========================================================================== */
.l-why-niea-reason {
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .l-why-niea-reason {
    padding-block: 18.75rem 0;
  }
}

/* ==========================================================================
//
// ボタン01
//
========================================================================== */
.c-btn01 {
  width: 100%;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-btn01:hover {
    opacity: 1;
  }
}

.c-btn01::before {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  position: absolute;
  top: -30%;
  right: 5%;
  background-color: #f9f0e8;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (min-width: 768px) {
  .c-btn01::before {
    width: 5.9375rem;
    height: 5.9375rem;
    top: -50%;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-btn01:hover::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.c-btn01::after {
  content: "";
  width: 0.375rem;
  height: 0.8125rem;
  display: block;
  position: absolute;
  top: 68%;
  right: 25%;
  background: url("../images/common/icon_arrow_04.png") no-repeat center center/contain;
}

.c-btn01 span {
  padding: 0.5rem 3.125rem 0.5rem 0;
  display: inline-block;
  position: relative;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}

.c-btn01 span::before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

/* 重なってくる線（右へスライド） */
.c-btn01 span::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #8e7d74;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

@media screen and (min-width: 768px) {
  .c-btn01:hover span::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/* ==========================================================================
//
// CTA
//
========================================================================== */
.c-cta__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #9aa1a7;
  border-bottom: 1px solid #9aa1a7;
}

.c-cta__item {
  display: grid;
}

.c-cta__item a {
  padding-block: 1.25rem 2.1875rem;
  width: 100%;
  display: block;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-cta__item a {
    padding: 2.8125rem 1.875rem 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .c-cta__item a:hover {
    color: #d8ccc3;
    background-color: #2e3943;
    opacity: 1;
  }
}

.c-cta__item:first-child a::before {
  content: "";
  width: 0.0625rem;
  height: 55%;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #9aa1a7;
}

@media screen and (min-width: 768px) {
  .c-cta__item:first-child a.is-hidden::before {
    display: none;
  }
}

.c-cta__item a p {
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.c-cta__item a p::before {
  content: attr(data-en);
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-cta__item a p::before {
    font-size: 2.1875rem;
  }
}

/* ==========================================================================
//
// タイトル
//
========================================================================== */
.c-title {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.75rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 8.75rem;
  }
}

/* ==========================================================================
//
// タイトル02
//
========================================================================== */
.c-title02 {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 13.3333333333vw;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-title02 {
    font-size: 7.2916666667vw;
  }
}

/* ==========================================================================
//
// タイトル03
//
========================================================================== */
.c-title03 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.2727272727;
  letter-spacing: 0.15em;
  color: #fff;
}

.c-title03::after {
  content: attr(data-en);
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-title03::after {
    font-size: 6.25rem;
  }
}

/* ==========================================================================
//
// Concept About
//
========================================================================== */
@media screen and (min-width: 768px) {
  .p-concept-about__inner {
    max-width: unset;
  }
}

.p-concept-about__title-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-concept-about__title-wrapper {
    margin: 0 auto;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-concept-about__title-wrapper {
    padding: 0;
    padding: initial;
    padding-right: 3.4375rem;
  }
}

.p-concept-about__title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-concept-about__title {
    font-size: 1.875rem;
  }
}

.p-concept-about__title:nth-child(2) {
  margin-left: -0.5em;
}

.p-concept-about__texts {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-concept-about__texts {
    margin: 3.125rem auto 0;
    padding-left: 5rem;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1440px) {
  .p-concept-about__texts {
    padding-left: unset;
  }
}

.p-concept-about__texts::after {
  content: "";
  margin-top: 1.25rem;
  margin-inline: auto;
  width: 100%;
  max-width: 23.1875rem;
  height: 34.5625rem;
  display: block;
  background: url("../images/concept/concept_about.png") no-repeat center center/contain;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-concept-about__texts::after {
    margin-right: 0;
    margin-right: initial;
    margin-left: calc(50% - 50vw);
    width: 19.3229166667vw;
    height: 28.8020833333vw;
    position: absolute;
    top: -0.625rem;
    left: 0;
  }
}

.p-concept-about__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-concept-about__text {
    font-size: 1.125rem;
    line-height: 2.5;
  }
}

.p-concept-about__text + p {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-concept-about__text + p {
    margin-top: 2rem;
  }
}

.p-concept-about__catch {
  margin: 1.875rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.1666666667;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-concept-about__catch {
    margin-top: 6.625rem;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-concept-about__catch {
    padding-right: 4.5625rem;
  }
}

.p-concept-about__catch + p {
  margin-top: 0;
}

.p-concept-about__catch-en {
  margin: 0.625rem auto 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-concept-about__catch-en {
    margin-top: 0.75rem;
    width: 52.5%;
    min-width: 53.125rem;
  }
}

.p-concept-about__catch-en img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 984/325;
}

/* ==========================================================================
//
// CTA(Concept)
//
========================================================================== */
.p-concept-cta {
  margin: 5.625rem auto;
  padding-inline: 1.25rem;
  width: 100%;
  max-width: 77.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept-cta {
    margin: 11.25rem auto;
  }
}

/* ==========================================================================
//
// MV(Concept)
//
========================================================================== */
.p-concept-mv {
  position: relative;
}

.p-concept-mv__image {
  width: 100%;
}

.p-concept-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/667;
}
@media screen and (min-width: 768px) {
  .p-concept-mv__image img {
    aspect-ratio: 1920/1080;
  }
}

.p-concept-mv__catch {
  width: 100%;
  position: absolute;
  bottom: 10.6666666667vw;
  left: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-concept-mv__catch {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 7.2916666667vw;
    left: 8.59375vw;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-mv__title {
    line-height: 1;
  }
}

.p-concept-mv__text {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-concept-mv__text {
    margin-top: 0.9375rem;
    font-size: 1.5625vw;
  }
}

/* ==========================================================================
//
// Concept Story
//
========================================================================== */
.p-concept-story {
  overflow: hidden;
}

.p-concept-story__title {
  padding-bottom: 8vw;
  text-align: center;
  color: #2e3943;
}
@media screen and (min-width: 768px) {
  .p-concept-story__title {
    padding-bottom: 1.5625vw;
    padding-left: 16.875rem;
    text-align: left;
  }
}

.p-concept-story__swiper {
  margin: 0 calc(50% - 50vw);
  padding-top: 13.3333333333vw;
  padding-bottom: 16vw;
  width: 100vw;
  background: url("../images/concept/bg_concept_story.png") no-repeat center center/cover;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-concept-story__swiper {
    padding-top: 5.7291666667vw;
    padding-bottom: 9.375vw;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-story__swiper-wrapper {
    padding-left: 35%;
  }
}

.p-concept-story__swiper-slide {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media screen and (min-width: 768px) {
  .p-concept-story__swiper-slide {
    margin: 0;
    margin: initial;
    padding-inline: 0.78125vw;
  }
}

.p-concept-story__swiper-slide.swiper-slide-active {
  position: relative;
  z-index: 100;
  -webkit-transform: scale(1.27);
          transform: scale(1.27);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
@media screen and (min-width: 768px) {
  .p-concept-story__swiper-slide.swiper-slide-active {
    margin-inline: 3.125vw;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-story__swiper-slide .p-concept-story__swiper-image::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    background: url("../images/concept/concept_story_swiper_active.png") no-repeat center center/cover;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-story__swiper-slide:hover .p-concept-story__swiper-image::before {
    opacity: 1;
  }
}

.p-concept-story__swiper-image {
  position: relative;
}

.p-concept-story__swiper-slide.swiper-slide-active .p-concept-story__swiper-image::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background: url("../images/concept/concept_story_swiper_active.png") no-repeat center center/cover;
  opacity: 1;
}

.p-concept-story__swiper-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 450/724;
}

.p-concept-story__swiper-content {
  position: absolute;
  z-index: 100;
  bottom: 7.03125vw;
  left: 4.1666666667vw;
}
@media screen and (min-width: 768px) {
  .p-concept-story__swiper-content {
    bottom: 3.3854166667vw;
    left: 2.0833333333vw;
  }
}

.p-concept-story__swiper-content-title {
  width: 50%;
  position: relative;
  z-index: 100;
}

.p-concept-story__swiper-content-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 203/117;
}

/* 3枚目（index:2） */
.p-concept-story__swiper-slide[data-swiper-slide-index="2"] .p-concept-story__swiper-content-title {
  width: 37%;
}

.p-concept-story__swiper-slide[data-swiper-slide-index="2"] .p-concept-story__swiper-content-title img {
  aspect-ratio: 144/117;
}

.p-concept-story__swiper-slide[data-swiper-slide-index="2"] .p-concept-story__swiper-content-catch {
  margin-top: 8.5416666667vw;
}
@media screen and (min-width: 768px) {
  .p-concept-story__swiper-slide[data-swiper-slide-index="2"] .p-concept-story__swiper-content-catch {
    margin-top: 4.2708333333vw;
  }
}

/* 4枚目（index:3） */
.p-concept-story__swiper-slide[data-swiper-slide-index="3"] .p-concept-story__swiper-content-title img {
  aspect-ratio: 189/117;
}

/* 5枚目（index:4） */
.p-concept-story__swiper-slide[data-swiper-slide-index="4"] .p-concept-story__swiper-content-title img {
  aspect-ratio: 221/117;
}

.p-concept-story__swiper-slide[data-swiper-slide-index="4"] .p-concept-story__swiper-content-catch {
  margin-top: 9.375vw;
}
@media screen and (min-width: 768px) {
  .p-concept-story__swiper-slide[data-swiper-slide-index="4"] .p-concept-story__swiper-content-catch {
    margin-top: 4.6875vw;
  }
}

.p-concept-story__swiper-content-catch {
  margin-top: 4.6875vw;
}
@media screen and (min-width: 768px) {
  .p-concept-story__swiper-content-catch {
    margin-top: 2.34375vw;
  }
}

.p-concept-story__swiper-content-catch span {
  margin-top: -0.15625vw;
  padding-inline: 1.5625vw 1.25vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 2.2916666667vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
  background-color: #d8ccc3;
}
@media screen and (min-width: 768px) {
  .p-concept-story__swiper-content-catch span {
    padding-inline: 0.78125vw 0.625vw;
    font-size: 1.1458333333vw;
  }
}

.p-concept-story__swiper-content-text {
  margin-top: 1.8229166667vw;
  position: relative;
  z-index: 100;
  font-size: 1.7708333333vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-concept-story__swiper-content-text {
    font-size: 0.7291666667vw;
  }
}

/* ==========================================================================
//
// お問い合わせ
//
========================================================================== */
.p-contact {
  background-color: #bcb7d5;
}

@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 52.5rem;
  }
}

.p-contact__btn {
  margin-top: 4.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    margin-top: 9.1875rem;
  }
}

.p-contact__btn a {
  padding: 0.5rem 0.625rem 0.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  border: 1px solid #2e3943;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__btn a {
    padding: 1.125rem 0.625rem 0.5rem;
    font-size: 2.1875rem;
    border-radius: 6.25rem;
  }
}

.p-contact__btn a::after {
  content: "よくあるご質問はこちら";
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.p-contact__form {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 3.75rem;
  }
}

input,
select,
textarea {
  cursor: pointer;
}

.p-contact__item + div {
  margin-top: 0.6875rem;
}

.p-contact__label {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-contact__label {
    font-size: 1.375rem;
    line-height: 2.2727272727;
  }
}

.p-contact__label--required::after {
  content: "*";
  margin-left: 0.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #87555d;
}
@media screen and (min-width: 768px) {
  .p-contact__label--required::after {
    font-size: 1.375rem;
    line-height: 2.2727272727;
  }
}

.p-contact__label span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.9375rem;
  line-height: 2.2727272727;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}
@media screen and (min-width: 768px) {
  .p-contact__label span {
    margin-left: 0.9375rem;
    display: inline-block;
  }
}

.p-contact__input {
  margin-top: 0.375rem;
  padding: 1.125rem 1.875rem;
  width: 100%;
  display: block;
  background-color: #fff;
  border: none;
  border-radius: 0.625rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
}

select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}

.p-contact__input--select {
  padding-block: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  background: #fff url("../images/common/icon_arrow_02.png") no-repeat center center/contain;
  background-position: right 1.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__input--select {
    padding-block: 0.25rem;
    width: 18.75rem;
    font-size: 1.375rem;
    line-height: 2.2727272727;
  }
}

.p-contact__input::-webkit-input-placeholder {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.7777777778;
  letter-spacing: 0.15em;
  color: #9aa1a7;
}

.p-contact__input::-moz-placeholder {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.7777777778;
  letter-spacing: 0.15em;
  color: #9aa1a7;
}

.p-contact__input::-ms-input-placeholder {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.7777777778;
  letter-spacing: 0.15em;
  color: #9aa1a7;
}

.p-contact__input::placeholder {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.7777777778;
  letter-spacing: 0.15em;
  color: #9aa1a7;
}

textarea {
  min-height: 18.75rem;
  resize: none;
}

.p-contact__file-wrapper {
  position: relative;
}

input[type=file] {
  display: none; /* 元のinputを非表示にする */
}

.p-contact__file-label {
  margin-top: 0.375rem;
  padding: 0.3125rem 1.875rem;
  width: 18.75rem;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.2727272727;
  letter-spacing: 0.15em;
  background: #fff url("../images/common/icon_arrow_03.png") no-repeat center center/contain;
  background-position: right 1.75rem center;
  background-repeat: no-repeat;
  background-size: 0.5625rem 0.625rem;
  border: none;
  border-radius: 0.625rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-contact__file-label {
    font-size: 1.375rem;
    line-height: 2.2727272727;
  }
}

.p-contact__file-name {
  margin-top: 0.5rem;
  margin-left: 0.625rem;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.2727272727;
  letter-spacing: 0.15em;
}

.p-contact__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
input[type=checkbox] {
  margin: 0;
  margin: initial;
  padding: unset;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  border-radius: 0.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]::before {
  content: "";
  width: 0.625rem;
  height: 1.0625rem;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(50deg);
          transform: translate(-50%, -50%) rotate(50deg);
  border-right: 0.1875rem solid #2e3943;
  border-bottom: 0.1875rem solid #2e3943;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  input[type=checkbox]::before {
    top: 45%;
  }
}

input[type=checkbox]:checked::before {
  opacity: 1;
}

.p-contact__submit {
  margin-top: 2.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__submit {
    width: 50rem;
  }
}

.p-contact__submit-button {
  padding: 0.9375rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  background-color: #2e3943;
  border-radius: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__submit-button {
    font-size: 1.375rem;
    line-height: 2.2727272727;
  }
}

/* ==========================================================================
//
// フェードイン
//
========================================================================== */
.js-fadein {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.js-fadein-up {
  translate: 0 30px;
}

.js-scrollin {
  opacity: 1;
  translate: 0 0;
}

/* delay
---------------------------------------------------------- */
.js-fadein-up--delay {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-fadein-up--delay02 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js-fadein-up--delay03 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-fadein-up--delay04 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.js-fadein-up--delay05 {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

/* PC delay
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .js-fadein-up--delay--pc {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .js-fadein-up--delay02--pc {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

@media screen and (min-width: 768px) {
  .js-fadein-up--delay03--pc {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}

@media screen and (min-width: 768px) {
  .js-fadein-up--delay04--pc {
    -webkit-transition-delay: 2.5s;
            transition-delay: 2.5s;
  }
}

@media screen and (min-width: 768px) {
  .js-fadein-up--delay05--pc {
    -webkit-transition-delay: 3.2s;
            transition-delay: 3.2s;
  }
}

/* translateを使わずtopで対応 */
.js-fadein--top {
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.js-fadein-up--top {
  top: 30px; /* 初期位置を少し下げる */
}

.js-scrollin--top {
  opacity: 1;
  top: 0;
}

/* ==========================================================================
//
// FAQ
//
========================================================================== */
.p-faq {
  background-color: #bcb7d5;
}

.p-faq__link-list {
  margin-top: 4.375rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-faq__link-list {
    margin-top: 11.5625rem;
    grid-template-columns: 17.8125rem 24.0625rem 20.625rem;
  }
}

.p-faq__link-item {
  background-color: #2e3943;
}

.p-faq__link-item a {
  padding: 1.25rem 0.5rem 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.91875rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-faq__link-item a {
    padding: 1.375rem 0.625rem 1.25rem;
    font-size: 1.375rem;
  }
}

.p-faq__link-item:not(:last-child) a {
  border-bottom: 1px dashed #fff;
}
@media screen and (min-width: 768px) {
  .p-faq__link-item:not(:last-child) a {
    border: none;
    border-right: 1px dashed #fff;
  }
}

.p-faq__link-item a::before {
  content: "";
  width: 0.75rem;
  height: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../images/common/icon_arrow_01.png") no-repeat center center/contain;
}

.p-faq__content {
  margin-top: 1.875rem;
  display: grid;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-faq__content {
    margin-top: 0.625rem;
  }
}

.p-faq__content-item {
  padding: 1.875rem 1.5625rem 1.25rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-faq__content-item {
    padding: 3.125rem 2.8125rem 1.875rem;
  }
}

.p-faq__content-item-title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-faq__content-item-title {
    font-size: 1.875rem;
    line-height: 2.1666666667;
  }
}

.p-faq__content-item-list {
  margin-top: 0.0625rem;
}

.p-faq__item {
  padding-block: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item {
    padding-block: 1.25rem;
  }
}

.p-faq__item-question {
  padding: 0.5rem 0.9375rem 0.5rem 2.125rem;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-faq__item-question {
    padding: 0.75rem 1.5625rem 0.75rem 2.9375rem;
  }
}

.p-faq__item:not(:first-child) {
  border-top: 1px solid #9aa1a7;
}

.p-faq__item-question::before {
  content: "Q";
  position: absolute;
  top: 0.1875rem;
  left: 0;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.15em;
  color: #7d809f;
}
@media screen and (min-width: 768px) {
  .p-faq__item-question::before {
    top: 0.75rem;
    left: 0.25rem;
    font-size: 1.875rem;
  }
}

.p-faq__item-question-text {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-faq__item-question-text {
    font-size: 1.375rem;
    line-height: 1.8181818182;
  }
}

.p-faq__item-question-text::before,
.p-faq__item-question-text::after {
  content: "";
  width: 0.9375rem;
  height: 0.0625rem;
  position: absolute;
  top: 0.9375rem;
  right: -1rem;
  background-color: #8e7d74;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-faq__item-question-text::before,
  .p-faq__item-question-text::after {
    width: 1.25rem;
    height: 0.0625rem;
    top: 1.375rem;
    right: -1.625rem;
  }
}

.p-faq__item-question-text::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.js-accordion.open .p-faq__item-question-text::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.js-accordion.open .p-faq__item-question-text::after {
  opacity: 0;
}

.p-faq__item-answer {
  padding: 0.125rem 1.25rem 0.5rem 2.3125rem;
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__item-answer {
    padding: 0.125rem 2.5rem 0.875rem 2.9375rem;
  }
}

.p-faq__item-answer::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.15em;
  color: #87555d;
}
@media screen and (min-width: 768px) {
  .p-faq__item-answer::before {
    font-size: 1.875rem;
    left: 0.1875rem;
  }
}

.p-faq__item-answer-text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-faq__item-answer-text {
    font-size: 1.125rem;
    line-height: 1.9444444444;
  }
}

.p-faq__item-answer-text--green span {
  font-weight: bold;
  color: #487878;
}

.p-faq__item-answer-text--red span {
  font-weight: bold;
  color: #87555d;
}

.p-faq__item-answer-text-block {
  display: block;
}

.p-faq__item-answer-text + p {
  margin-top: 0.625rem;
}

.p-faq__item-answer-btn {
  margin-top: 1.125rem;
  width: 14.375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item-answer-btn {
    width: 19.375rem;
  }
}

.p-faq__item-answer-btn a {
  padding: 0.625rem 0.9375rem 0.875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
  background-color: #8e7d74;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item-answer-btn a {
    padding: 1.3125rem 1.875rem;
    font-size: 1.125rem;
    border-radius: 6.25rem;
  }
}

.p-faq__item-answer-btn a::after {
  content: "";
  margin-top: 0.0625rem;
  width: 0.75rem;
  height: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../images/common/icon_arrow_01.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-faq__item-answer-btn a::after {
    margin-top: 0.125rem;
  }
}

/* FAQ_CTA
---------------------------------------------------------- */
.p-faq__cta {
  margin: 5.625rem auto;
  padding-inline: 1.25rem;
  width: 100%;
  max-width: 77.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__cta {
    margin: 11.25rem auto;
  }
}

/* ==========================================================================
//
// フローティング
//
========================================================================== */
.js-floatin-up span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-5px) translateY(5px);
          transform: translateX(-5px) translateY(5px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s ease, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s ease;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s ease, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, opacity;
}

.js-floatin-up.is-visible span {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}

/* ==========================================================================
//
// フッター
//
========================================================================== */
.p-footer {
  background: url("../images/common/bg_footer.jpg") no-repeat 80% center/cover;
}
@media screen and (min-width: 768px) {
  .p-footer {
    background-position: right center;
  }
}

.p-footer__inner {
  margin: 0 auto;
  padding-block: 5.625rem 7.5rem;
  padding-inline: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-block: 11.25rem 15.9375rem;
    padding-inline: 6.25rem;
    max-width: 117.8125rem;
  }
}

.p-footer__logo {
  max-width: 8.125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: unset;
    width: 22.5rem;
  }
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 360/119;
}

.p-footer small {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 4.5;
  letter-spacing: 0.15em;
  color: #f9f0e8;
}

.p-footer__nav {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    position: relative;
  }
}

.p-footer__nav-list + ul {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-list + ul {
    margin: 0;
    margin: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-nav__dot {
    width: 0.375rem;
    height: 0.375rem;
    display: block;
    position: absolute;
    top: 1.6875rem;
    left: -0.9375rem;
    background-color: #f9f0e8;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.p-footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-footer__nav-item::before {
  content: "";
  margin-bottom: 1.25rem;
  width: 0.375rem;
  height: 0.375rem;
  display: block;
  background-color: #f9f0e8;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item::before {
    content: none;
  }
}

.p-footer__nav-item + li {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item + li {
    margin: 0;
    margin: initial;
  }
}

.p-footer__nav-item a {
  position: relative;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #f9f0e8;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item a {
    padding: 0.8125rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav-item a:hover {
    opacity: 1;
  }
}

.p-footer__nav-item a::before {
  content: attr(data-en);
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2142857143;
  letter-spacing: 0.05em;
  color: #f9f0e8;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item a::before {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav-item--lp a::after {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    display: block;
    position: absolute;
    top: 1.6875rem;
    left: -0.9375rem;
    background-color: #f9f0e8;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav-item--lp.active a::after {
    opacity: 1;
  }
}

/* ==========================================================================
//
// ヘッダー
//
========================================================================== */
.p-header {
  width: 100%;
  height: 3.75rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: transparent;
  isolation: auto;
}
@media screen and (min-width: 768px) {
  .p-header {
    mix-blend-mode: exclusion;
  }
}

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

.p-header__logo {
  width: 8.125rem;
  height: 100%;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 8.125rem;
    position: fixed;
    top: 1.875rem;
    left: 1.875rem;
  }
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 80/26;
}

@media screen and (min-width: 768px) {
  .p-header__logo a {
    padding: 0 1.25rem;
    height: 100%;
    display: block;
  }
}

.p-header__nav {
  padding-top: 9.375rem;
  padding-inline: 3.125rem;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: #95a4c9;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    padding: 0;
    padding: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    top: 2.8125rem;
    left: unset;
    right: 2.0625rem;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
}

.p-header__nav.is-active {
  opacity: 1;
  visibility: visible;
}

.p-header__nav-item--lp {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-header-nav__dot {
    width: 0.625rem;
    height: 0.625rem;
    display: block;
    position: absolute;
    top: 0.625rem;
    right: -1.25rem;
    background-color: #f9f0e8;
    border-radius: 50%;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
  }
}
@media screen and (min-width: 768px) {
  .p-header__nav-list {
    position: relative;
  }
}

.p-header__nav-item a {
  padding: 0.375rem 0;
  display: block;
  position: relative;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 5.8666666667vw;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-header__nav-item a {
    padding: 0.375rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-align: right;
    color: #f9f0e8;
  }
}

.p-header__nav-item a::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  position: absolute;
  top: 50%;
  left: -1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #2e3943;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-header__nav-item a::before {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .p-header__nav-item a:hover {
    opacity: 1;
  }
}

.p-header__hamburger {
  padding: 0 0.625rem;
  width: 3.75rem;
  height: 3.75rem;
  z-index: 9999;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}
.p-header__hamburger span {
  width: 100%;
  height: 0.1875rem;
  display: block;
  background-color: #2e3943;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.625rem;
}

.p-header__hamburger span:nth-child(2) {
  margin: 0.5rem 0;
}

.p-header__hamburger.is-active span:nth-child(1) {
  -webkit-transform: translate(0, 0.75rem) rotate(-45deg);
          transform: translate(0, 0.75rem) rotate(-45deg);
}

.p-header__hamburger.is-active span:nth-child(2) {
  background-color: transparent;
}

.p-header__hamburger.is-active span:nth-child(3) {
  -webkit-transform: translate(0, -0.625rem) rotate(45deg);
          transform: translate(0, -0.625rem) rotate(45deg);
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

/* ==========================================================================
//
// 商品の概要
//
========================================================================== */
@media screen and (min-width: 768px) {
  .p-products-about__inner {
    max-width: 95.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-products-about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-products-about__image-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-products-about__image-wrapper {
    width: 53.5117056856%;
  }
}

.p-products-about__image-head {
  width: 100%;
}

.p-products-about__image-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 800/845;
}

.p-products-about__image-bottom {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
*/}

.p-products-about__image {
  //width: 50%;
}

.p-products-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  //aspect-ratio: 400/231;
  border-radius: 0.25rem;
}

.p-products-about__content {
  padding: 1.875rem 1.25rem;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-products-about__content {
    padding: 4.0104166667vw 1.5625vw 1.0416666667vw 3.6458333333vw;
    width: 46.4882943144%;
  }
}
@media screen and (min-width: 1440px) {
  .p-products-about__content {
    padding: 3.125rem 1.875rem 1.25rem 2.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .p-products-about__content {
    padding: 4.8125rem 1.875rem 1.25rem 4.375rem;
  }
}

.p-products-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-products-about__title {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 1.25rem;
    white-space: nowrap;
  }
}

.p-products-about__title::before {
  content: "";
  width: 1.875rem;
  height: 2.6875rem;
  background: url("../images/common/bootslogo.png") no-repeat center center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-products-about__title p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-products-about__title p {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-products-about__title p {
    font-size: 1rem;
  }
}

.p-products-about__title p::before {
  content: "Boost Mainte Serum Aqua";
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.055em;
}
@media screen and (min-width: 768px) {
  .p-products-about__title p::before {
          font-size: 2.564583vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-products-about__title p::before {
   font-size: 2.6375rem;
  }
}

.p-products-about__text {
  margin-top: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-products-about__text {
    font-size: 0.9375vw;
    line-height: 1.9444444444;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .p-products-about__text {
    font-size: 1.125rem;
  }
}

.p-products-about__list {
  margin-top: 1.9270833333vw;
  padding-right: 1.5625vw;
}
@media screen and (min-width: 1440px) {
  .p-products-about__list {
    margin-top: 2.3125rem;
  }
}

.p-products-about__item {
  padding-block: 1rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-products-about__item {
    padding-block: 0.8333333333vw 0.6770833333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-products-about__item {
    padding-block: 1rem 0.8125rem;
  }
}

.p-products-about__item:first-child {
  border-bottom: 1px solid #2e3943;
}

.p-products-about__item-title {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #8e7d74;
}
@media screen and (min-width: 768px) {
  .p-products-about__item-title {
    font-size: 0.625vw;
  }
}

.p-products-about__item-dllist {
  margin-top: 0.1875rem;
}

.p-products-about__dlitem {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-products-about__dlitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}

.p-products-about__dlitem:first-child {
  border-bottom: 1px dashed rgba(46, 57, 67, .5);
}

.p-products-about__dlitem + div {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-products-about__dlitem + div {
    margin-top: 0.375rem;
  }
}

.p-products-about__dlitem dt {
  padding: 0.125rem 1.0625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #487878;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-products-about__dlitem dt {
    padding: 0.2604166667vw 0.8854166667vw;
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-products-about__dlitem dt {
    padding: 0.3125rem 1.0625rem;
    font-size: 0.75rem;
  }
}

.p-products-about__dlitem:nth-child(2) dt {
  padding-inline: 0.625rem;
  background-color: #87555d;
}

.p-products-about__dlitem dd {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-products-about__dlitem dd {
    margin: 0;
    margin: initial;
    font-size: 0.7291666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-products-about__dlitem dd {
    font-size: 0.875rem;
  }
}

.p-products-about__item-wrapper {
  margin-top: 0.3125rem;
  padding-right: 1.5625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.p-products-about__item-text {
  padding: 0.125rem 1.0625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.9230769231;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #7d809f;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-products-about__item-text {
    padding: 0.2604166667vw 0.8854166667vw;
    font-size: 0.6770833333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-products-about__item-text {
    padding: 0.3125rem 1.0625rem;
    font-size: 0.8125rem;
  }
}

.p-products-about__detail {
  margin-top: 2.6041666667vw;
  padding-right: 1.5625vw;
}
@media screen and (min-width: 1440px) {
  .p-products-about__detail {
    margin-top: 3.125rem;
  }
}

.p-products-about__detail-title {
  padding-block: 0.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #344553;
  border-top: 1px solid #344553;
  border-bottom: 1px solid #344553;
}
@media screen and (min-width: 768px) {
  .p-products-about__detail-title {
    font-size: 1.1458333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-products-about__detail-title {
    font-size: 1.375rem;
  }
}

.p-products-about__detail-image {
  margin-top: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-products-about__detail-image {
    margin-top: 1.5625vw;
    width: 96%;
  }
}
@media screen and (min-width: 1440px) {
  .p-products-about__detail-image {
    margin-top: 1.875rem;
  }
}

.p-products-about__detail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 541/312;
}

.p-products-about__coming-soon {
  margin: 5rem auto 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-products-about__coming-soon {
    margin-top: 10.75rem;
    width: 67%;
  }
}

.p-products-about__coming-soon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1000/400;
}

/* ==========================================================================
//
// CTA(Products)
//
========================================================================== */
.p-products-cta {
  margin: 5.625rem auto;
  padding-inline: 1.25rem;
  width: 100%;
  max-width: 77.5rem;
}
@media screen and (min-width: 768px) {
  .p-products-cta {
    margin: 11.25rem auto;
  }
}

/* ==========================================================================
//
// 商品のイメージ
//
========================================================================== */
.p-products-image {
  width: 100%;
}

.p-products-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1920/1000;
}

/* ==========================================================================
//
// MV
//
========================================================================== */
.p-products-mv {
  position: relative;
}

.p-products-mv video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/667;
}
@media screen and (min-width: 768px) {
  .p-products-mv video {
    aspect-ratio: 1920/1080;
  }
}

.p-products-mv__title {
  width: 100%;
  position: absolute;
  bottom: 5rem;
  left: 0;
  text-align: center;
}

/* ==========================================================================
//
// 使い方
//
========================================================================== */
.p-products-usage {
  background: url("../images/products/bg_products.png") no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-products-usage__inner {
    max-width: 78.75rem;
  }
}

.p-products-usage__title {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-products-usage__wrapper {
  margin-top: 2.5rem;
  margin-inline: auto;
  max-width: 31.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-products-usage__wrapper {
    margin: 0;
    margin: initial;
    margin-top: 3.6875rem;
    max-width: unset;
  }
}

.p-products-usage__wrapper-item + div {
  margin-top: 5.5rem;
}

.p-products-usage__list {
  display: grid;
  gap: 1.25rem;
  counter-reset: number-m;
}
@media screen and (min-width: 768px) {
  .p-products-usage__list {
    padding-left: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}

.p-products-usage__item {
  padding-top: 2.8125rem;
  position: relative;
  background-color: #f9f0e8;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-products-usage__item {
    padding-top: 5.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-products-usage__wrapper-item:nth-child(2) .p-products-usage__item {
    padding-bottom: 1.875rem;
  }
}

.p-products-usage__item:first-child:before {
  content: "インバスでの使い方";
  padding: 0.5rem 2.1875rem 0.5rem 1.75rem;
  position: absolute;
  top: -1.875rem;
  left: -2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.2727272727;
  letter-spacing: 0.15em;
  color: #fff;
  background-color: #487878;
  border-radius: 0 3.125rem 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-products-usage__item:first-child:before {
    font-size: 1.375rem;
  }
}

.p-products-usage__item--red:first-child:before {
  content: "アウトバスでの使い方";
  padding-right: 1.6875rem;
  background-color: #87555d;
}

.p-products-usage__item-head {
  position: relative;
}

.p-products-usage__item-head::before {
  counter-increment: number-m;
  content: "" counter(number-m) "";
  position: absolute;
  top: -1.0625rem;
  left: 3.4375rem;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #487878;
}
@media screen and (min-width: 768px) {
  .p-products-usage__item-head::before {
    font-size: 8.125rem;
  }
}

.p-products-usage__item--red .p-products-usage__item-head::before {
  color: #87555d;
}

.p-products-usage__item-image {
  margin: 0 auto;
  //width: 35%;
 
 text-align: center;
}

.p-products-usage__item-image img {
  //width: 100%;
  //height: 100%;
     //object-fit: cover;
  //aspect-ratio: 204/324;
  margin: 0 auto;
}

.p-products-usage__item-content {
  padding: 1.875rem 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-products-usage__item-content {
    padding: 3.4375rem 4.375rem 1.875rem;
  }
}

@media screen and (max-width: 768px) {
.p-products-usage__item-image img{
    margin: 0 auto;
    max-height: 193px;
    width: auto;
}

}


.p-products-usage__item-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.9444444444;
  letter-spacing: 0.15em;
}

.p-products-usage__item-subtext {
  margin-top: 1.25rem;
  padding: 0.3125rem 0.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #487878;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-products-usage__item-subtext {
    padding: 0.3125rem 1.25rem;
  }
}

.p-products-usage__item--red .p-products-usage__item-subtext {
  background-color: #87555d;
}
@media screen and (min-width: 768px) {
  .p-products-usage__item--red .p-products-usage__item-subtext {
    padding-inline: 2.0625rem;
  }
}

.p-products-usage__item-bottom::before {
  content: "Special Care";
  padding: 0.4375rem;
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: url("../images/products/bg_products_item.png") no-repeat center center/cover;
}

.p-products-usage__item-bottom .p-products-usage__item-text {
  padding: 1.875rem 1.25rem;
  background-color: #d8ccc3;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-products-usage__item-bottom .p-products-usage__item-text {
    padding: 2.1875rem 4.375rem;
  }
}

/* ==========================================================================
//
// スライドイン
//
========================================================================== */
.js-slidein span {
  display: inline-block;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  opacity: 0;
  -webkit-animation: slideIn 0.6s ease forwards;
          animation: slideIn 0.6s ease forwards;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* ==========================================================================
//
// Thanks
//
========================================================================== */
.p-thanks {
  background-color: #bcb7d5;
}

.p-thanks__catch {
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__catch {
    font-size: 1.875rem;
    line-height: 2.1666666667;
  }
}

.p-thanks__text {
  margin-top: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    font-size: 1.375rem;
    line-height: 2.2727272727;
  }
}

.p-thanks__btn {
  margin: 3.125rem auto 0;
  width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn {
    margin-top: 6.0625rem;
    width: 31.25rem;
  }
}

.p-thanks__btn a {
  padding: 0.5rem 1.875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.0625rem;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  border: 1px solid #2e3943;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn a {
    padding: 1.25rem 1.875rem 0.75rem;
    gap: 9.375rem;
    font-size: 1.75rem;
    border-radius: 6.25rem;
  }
}

.p-thanks__btn a::before {
  content: "";
  margin-bottom: 0.25rem;
  width: 0.75rem;
  height: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url("../images/common/icon_arrow_02.png") no-repeat center center/contain;
}

/* ==========================================================================
//
// 3step
//
========================================================================== */
.p-top-3step {
  overflow: hidden;
}

.p-top-3step__container-head {
  position: relative;
}

.p-top-3step__container-head video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1920/1114;
  z-index: -1;
}

.p-top-3step__wrapper {
  padding-block: 7.5rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__wrapper {
    padding-block: 14.6875rem;
    padding-left: 2vw;
    padding-right: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5625rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-3step__wrapper {
    padding-left: 15vw;
  }
}

.p-top-3step__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 100;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
  color: #d8ccc3;
}
@media screen and (min-width: 768px) {
  .p-top-3step__title {
    font-size: 6.25rem;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.p-top-3step__content {
  margin-top: 1.875rem;
  width: 100%;
  max-width: 62.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__content {
    margin: 0;
    margin: initial;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-3step__content {
    width: 62.5%;
    max-width: unset;
    min-width: 62.5rem;
  }
}

.p-top-3step__content-catch {
  margin-top: -0.625rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-3step__content-catch {
    font-size: 2.1875rem;
    line-height: 2;
  }
}

.p-top-3step__content-text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-3step__content-text {
    margin-top: 2.1875rem;
    line-height: 2.5;
  }
}

.p-top-3step__content-description {
  margin-top: 4.375rem;
  padding: 1.875rem 1.25rem;
  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;
  background-color: #8e7d74;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__content-description {
    margin-top: 4.375rem;
    padding: 2.75rem 8.4375rem 2.375rem 2.3125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.3125rem;
  }
}

.p-top-3step__content-description-catch {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-3step__content-description-catch {
    font-size: 1.375rem;
    line-height: 2.2727272727;
  }
}

.p-top-3step__content-description-catch::before {
  content: "";
  width: 3.125rem;
  height: 0.0625rem;
  display: block;
  position: absolute;
  top: 1.6875rem;
  left: -4.0625rem;
  background-color: #fff;
}

.p-top-3step__content-description-text {
  margin-top: 0.4375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  color: #fff;
}
.p-top-3step__container-bottom {
  margin-top: -0.0625rem;
  position: relative;
}

.p-top-3step__container-bottom::before {
  content: "";
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  background: url("../images/top/bg_3step.png") no-repeat center center/cover;
}

.p-top-3step__wrapper-bottom {
  padding-block: 0 6rem;
  padding-left: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__wrapper-bottom {
    padding-left: 2vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-3step__wrapper-bottom {
    padding-left: 15vw;
  }
}

.p-top-3step__title-bottom {
  visibility: hidden;
}

.p-top-3step__content-bottom {
  margin-top: -6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__content-bottom {
    margin-top: -13.4375rem;
  }
}

.p-top-3step__item {
  position: relative;
  background-color: #cfbfb5;
  border-radius: 0.5rem;
}

.p-top-3step__item:nth-child(2) {
  background-color: #f8ebe1;
}

.p-top-3step__item::before {
  content: "";
  width: 2.5rem;
  height: 1.875rem;
  display: block;
  position: absolute;
  top: 0;
  left: -3.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item::before {
    width: 5.1875rem;
    height: 4.1875rem;
    left: -5.9375rem;
  }
}

.p-top-3step__item:nth-child(1)::before {
  background: url("../images/top/num_top_3step_01.png") no-repeat center center/contain;
}

.p-top-3step__item:nth-child(2)::before {
  content: "";
  background: url("../images/top/num_top_3step_02.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item:nth-child(2)::before {
    width: 6.3125rem;
    left: -7.125rem;
  }
}

.p-top-3step__item:nth-child(3)::before {
  content: "";
  background: url("../images/top/num_top_3step_03.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item:nth-child(3)::before {
    width: 5.875rem;
    left: -6.875rem;
  }
}

.p-top-3step__item:nth-child(1)::after,
.p-top-3step__item:nth-child(2)::after {
  content: "";
  width: 6.25rem;
  height: 1.875rem;
  display: block;
  position: absolute;
  top: 100%;
  top: 99.9%;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/top/figure_top_3step_01.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item:nth-child(1)::after,
  .p-top-3step__item:nth-child(2)::after {
    width: 11.5rem;
    height: 3.4375rem;
  }
}

.p-top-3step__item:nth-child(2)::after {
  background: url("../images/top/figure_top_3step_02.png") no-repeat center center/contain;
}

.p-top-3step__item-content {
  position: relative;
}

.p-top-3step__item-content::before {
  content: "";
  width: 0.4375rem;
  height: 2.375rem;
  display: block;
  position: absolute;
  top: 1.3125rem;
  left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-content::before {
    left: 1.0625rem;
  }
}

.p-top-3step__item:nth-child(1) .p-top-3step__item-content::before {
  background: url("../images/top/text_top_3step_01.png") no-repeat center center/contain;
}

.p-top-3step__item:nth-child(2) .p-top-3step__item-content::before {
  background: url("../images/top/text_top_3step_02.png") no-repeat center center/contain;
}

.p-top-3step__item:nth-child(3) .p-top-3step__item-content::before {
  background: url("../images/top/text_top_3step_03.png") no-repeat center center/contain;
}

.p-top-3step__item-content::after {
  content: "";
  width: 0.4375rem;
  height: 1.875rem;
  display: block;
  position: absolute;
  bottom: 1.5625rem;
  right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-content::after {
    right: 1.25rem;
  }
}

.p-top-3step__item:nth-child(1) .p-top-3step__item-content::after {
  background: url("../images/top/text_top_3step_01-1.png") no-repeat center center/contain;
}

.p-top-3step__item:nth-child(2) .p-top-3step__item-content::after {
  height: 2.3125rem;
  background: url("../images/top/text_top_3step_02-1.png") no-repeat center center/contain;
}

.p-top-3step__item:nth-child(3) .p-top-3step__item-content::after {
  height: 2.9375rem;
  background: url("../images/top/text_top_3step_03-1.png") no-repeat center center/contain;
}

.p-top-3step__item-content-inner {
  margin-inline: 1.5625rem;
  padding-block: 1.5625rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
  border-right: 1px solid #2e3943;
  border-left: 1px solid #2e3943;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-content-inner {
    margin-inline: 2.75rem;
    padding-block: 0.8125rem 0.625rem;
    gap: 1.875rem;
  }
}

.p-top-3step__item:nth-child(2) .p-top-3step__item-content-inner {
  padding-bottom: 1.25rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item:nth-child(2) .p-top-3step__item-content-inner {
    padding-bottom: 3.75rem;
  }
}

.p-top-3step__item-text {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-text {
    font-size: 0.875rem;
  }
}

.p-top-3step__item-text::before {
  content: attr(data-en);
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-text::before {
    font-size: 1.875rem;
  }
}

.p-top-3step__item-image {
  width: 16%;
}

.p-top-3step__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 140/198;
}

/* 3step(02) コンテンツ
---------------------------------------------------------- */
.p-top-3step__item-head {
  padding-block: 0 0.625rem;
  position: relative;
  border-bottom: 1px solid #2e3943;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-head {
    padding-block: 4.1875rem 1.4375rem;
  }
}

.p-top-3step__item-head::before {
  content: "Boost";
  padding-left: 0.625rem;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(46, 57, 67, .5);
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-head::before {
    padding: 0;
    padding: initial;
    position: absolute;
    top: 4.125rem;
    left: 3.75rem;
    z-index: 100;
    font-size: 5.2083333333vw;
  }
}

.p-top-3step__item-head-title {
line-height: 1.3;
  padding-inline: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-head-title {
    padding: 0;
    padding: initial;
    padding-left: 18.191667vw;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    font-size: 2.2rem;
  }
}

.p-top-3step__item-head-title::before {
  content: "";
  width: 1.25rem;
  height: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../images/common/bootslogo.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-head-title::before {
    width: 1.875rem;
    height: 2.6875rem;
  }
}

.p-top-3step__item-head-texts {
  padding-block: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-head-texts {
    padding-left: 19.7916666667vw;
  }
}

.p-top-3step__item-head-text {
  position: relative;
  padding-inline: 0.625rem;
  z-index: 50;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-head-text {
    padding: 0;
    padding: initial;
    font-size: 1.375rem;
    line-height: 2;
  }
}

.p-top-3step__item-head-text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #2e3943;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-head-text::before {
    width: 135%;
  }
}

.p-top-3step__item-head-subtext {
  margin-top: 1.75rem;
  padding-inline: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.9444444444;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-head-subtext {
    padding: 0;
    padding: initial;
    font-size: 1.125rem;
  }
}

.p-top-3step__item-bottom {
  padding-bottom: 1.25rem;
  position: relative;
}

.p-top-3step__item-bottom::before {
  content: "";
  margin: 1.25rem auto 0;
  width: 12.5rem;
  height: 20.625rem;
  display: block;
  z-index: 100;
  background: url("../images/top/top_3step_02.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-3step__item-bottom::before {
    margin: 0;
    margin: initial;
    max-width: 20.375rem;
    width: 16.9791666667vw;
    max-height: 33.125rem;
    height: 27.6041666667vw;
    position: absolute;
    bottom: 0;
    left: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-3step__bottom-list {
    padding: 0;
    padding: initial;
    padding-left: 19.7916666667vw;
  }
}

.p-top-3step__bottom-item {
  padding-block: 1rem 0.8125rem;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__bottom-item {
    padding: 0;
    padding: initial;
    padding-block: 0.375rem 1.375rem;
  }
}

.p-top-3step__bottom-item:nth-child(2) {
  padding-top: 0.875rem;
}

.p-top-3step__bottom-item:first-child {
  border-bottom: 1px solid #2e3943;
}

.p-top-3step__bottom-title {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #8e7d74;
}
@media screen and (min-width: 768px) {
  .p-top-3step__bottom-title {
    font-size: 0.75rem;
  }
}

.p-top-3step__bottom-dllist {
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__bottom-dllist {
    padding-right: 2.5rem;
  }
}

.p-top-3step__bottom-dlitem {
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 1440px) {
  .p-top-3step__bottom-dlitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}

.p-top-3step__bottom-dlitem:first-child {
  border-bottom: 1px dashed rgba(46, 57, 67, .5);
}

.p-top-3step__bottom-dlitem + div {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__bottom-dlitem + div {
    margin-top: 0.375rem;
  }
}

.p-top-3step__bottom-dlitem dt {
  padding: 0.125rem 1.0625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #2e3943;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__bottom-dlitem dt {
    padding: 0.3125rem 1.0625rem;
    font-size: 0.75rem;
  }
}

.p-top-3step__bottom-dlitem:nth-child(2) dt {
  padding-inline: 0.625rem;
}

.p-top-3step__bottom-dlitem dd {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-3step__bottom-dlitem dd {
    margin: 0;
    margin: initial;
    font-size: 0.7291666667vw;
    font-size: 0.875rem;
  }
}

.p-top-3step__bottom-wrapper {
  margin-top: 0.3125rem;
  padding-right: 1.5625vw;
  display: grid;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__bottom-wrapper {
    padding-right: 1.875rem;
  }
}

.p-top-3step__bottom-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.p-top-3step__bottom-text {
  padding: 0.125rem 1.0625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.9230769231;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #2e3943;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-3step__bottom-text {
    padding: 0.3125rem 0.875rem;
    font-size: 0.8125rem;
  }
}

/* ==========================================================================
//
// キャッチ2
//
========================================================================== */
.p-top-catch1 {
  position: relative;
  overflow: hidden;
}

.p-top-catch1 video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/225;
}
@media screen and (min-width: 768px) {
  .p-top-catch1 video {
    aspect-ratio: 1920/751;
  }
}

.p-top-catch1__text {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.125rem;
  font-size: 4.2666666667vw;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-top-catch1__text {
    right: 20.4166666667%;
    font-size: 1.8229166667vw;
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-catch1__text {
    font-size: 2.1875rem;
  }
}

.p-top-catch1__text p:not(:nth-child(2)) {
  padding-left: 0.5em;
}

/* ==========================================================================
//
// キャッチ2
//
========================================================================== */
.p-top-catch2 {
  position: relative;
  overflow: hidden;
}

.p-top-catch2 video {
  width: 100%;
  height: 100%;
  display: block;
}

.p-top-catch2__image {
  width: 29.2708333333%;
  position: absolute;
  bottom: 12.5rem;
  bottom: 18.5185185185%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-top-catch2__image {
    width: 27%;
  }
}

.p-top-catch2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 519/316;
}

/* ==========================================================================
//
// Concept
//
========================================================================== */
.p-top-concept {
  position: relative;
  overflow: hidden;
}

.p-top-concept video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1920/1195;
      mix-blend-mode: overlay;
}

.p-top-concept__container {
  padding-block: 7.5rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__container {
    padding-block: 18.5rem 9.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-concept__inner {
    max-width: unset;
    padding-left: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-concept__inner {
    padding-left: 20.7vw;
  }
}

.p-top-concept__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.p-top-concept__title::after {
  content: "";
  width: 7rem;
  height: 0.0625rem;
  background-color: #9aa1a7;
}

.p-top-concept__content {
  padding-top: 1.75rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content {
    padding-left: 4.0625rem;
  }
}

.p-top-concept__content-catch {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content-catch {
    font-size: 1.8229166667vw;
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-concept__content-catch {
    font-size: 2.1875rem;
  }
}

.p-top-concept__content-text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content-text {
    margin-top: 2.1875rem;
    font-size: 1.1458333333vw;
    line-height: 2.5;
  }
}
@media screen and (min-width: 1920px) {
  .p-top-concept__content-text {
    font-size: 1.125rem;
  }
}

.p-top-concept__content-text p:nth-child(2) {
  margin-left: -0.5em;
}

.p-top-concept__content-image {
  margin-top: 1.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content-image {
    width: 48%;
  }
}

.p-top-concept__content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 231/30;
}

.p-top-concept__content-btn {
  margin-top: 1.25rem;
  margin-left: auto;
  width: 10.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content-btn {
    margin-top: 0.25rem;
  }
}

.p-top-concept__content-btn .c-btn01::before {
  top: 10%;
  right: 4%;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content-btn .c-btn01::before {
    top: -10%;
    right: 0;
  }
}

.p-top-concept__content-btn .c-btn01::after {
  top: 83%;
}

.p-top-concept__content-btn .c-btn01 span {
  padding-bottom: 1.25rem;
  color: #2e3943;
}

.p-top-concept__content-btn .c-btn01 span::before {
  background-color: #8e7d74;
}

.p-top-concept__content-btn .c-btn01 span::after {
  background-color: #2e3943;
}

.p-top-concept__images {
  margin-top: 1.25rem;
  position: relative;
  width: 100%;
  height: 80vw;
}
@media screen and (min-width: 768px) {
  .p-top-concept__images {
    margin: 0;
    margin: initial;
    width: 38.28125vw;
    max-width: 49.9375rem;
    height: 32.65625vw;
    max-height: 39.1875rem;
  }
}
.p-top-concept__image01 {
  width: 49%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-concept__image01 {
    width: 19.3229166667vw;
    max-width: 23.1875rem;
  }
}

.p-top-concept__image01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 371/553;
  border-radius: 0.25rem;
}

.p-top-concept__image02 {
  width: 82%;
  position: absolute;
  bottom: 0;
  right: -2.9375rem;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-top-concept__image02 {
    width: 32.2395833333vw;
    max-width: 38.6875rem;
    right: -4.375rem;
  }
}

.p-top-concept__image02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 619/351;
  border-radius: 0.25rem;
}

.p-top-concept__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}

.p-top-concept__list {
  -webkit-animation: scroll-left 100s infinite linear 0.5s both;
          animation: scroll-left 100s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-concept__item {
  width: 123.3125rem;
  height: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__item {
    width: 246.625rem;
    height: 7.875rem;
  }
}

.p-top-concept__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3946/126;
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* ==========================================================================
//
// Dewy
//
========================================================================== */
.p-top-dewy {
  background: url("../images/top/bg_top_dewy.jpg") no-repeat center center/cover;
  border-radius: 6.25rem 0 0 0;
  overflow: hidden;
}

.p-top-dewy__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-dewy__inner {
    padding-left: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-dewy__inner {
    padding-left: 15vw;
  }
}

.p-top-dewy__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 100;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-dewy__title {
    font-size: 6.25rem;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.p-top-dewy__wrapper {
  margin-top: 1.25rem;
  padding-block: 1.875rem;
  padding-inline: 1.25rem;
  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;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-dewy__wrapper {
    margin-top: 0.9375rem;
    padding-block: 4.1875rem 5rem;
    padding-inline: 10.4166666667vw 3.8020833333vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-dewy__wrapper {
    padding-inline: 19.4791666667vw 3.8020833333vw;
  }
}

.p-top-dewy__wrapper::before {
  content: "";
  margin: 0 auto;
  width: 12.5rem;
  height: 12.5rem;
  display: block;
  z-index: 5;
  background: url("../images/top/top_dewy_image.jpg") no-repeat center center/cover;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-dewy__wrapper::before {
    margin: 0;
    margin: initial;
    width: 23.0729166667vw;
    height: 23.0729166667vw;
    position: absolute;
    top: 9.6875rem;
    left: -15%;
    left: -13.75rem;
  }
}

.p-top-dewy__wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f9f0e8;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
  -webkit-filter: blur(4px);
          filter: blur(4px);
  border-radius: 1.25rem 0 0 1.25rem;
}

.p-top-dewy__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-top-dewy__content {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 55%;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-dewy__content {
    width: 46%;
  }
}

.p-top-dewy__content-catch {
  margin-top: -1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-dewy__content-catch {
    margin: 0;
    margin: initial;
    font-size: 2.1875rem;
    line-height: 2;
    text-align: left;
  }
}

.p-top-dewy__content-title {
  margin-top: 1.875rem;
  padding-block: 1.25rem 1.4375rem;
  border-top: 1px solid #9aa1a7;
  border-bottom: 1px solid #9aa1a7;
}

.p-top-dewy__content-title-image {
  margin: 0 auto;
  width: 60.5%;
}
@media screen and (min-width: 1440px) {
  .p-top-dewy__content-title-image {
    margin: 0;
    margin: initial;
  }
}

.p-top-dewy__content-title-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 276/152;
}

.p-top-dewy__content-title-text {
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .p-top-dewy__content-title-text {
    text-align: left;
  }
}

.p-top-dewy__content-list {
  margin-top: 2.8125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 600px) {
  .p-top-dewy__content-list {
    margin-inline: auto;
    max-width: 28.75rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-top-dewy__content-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .p-top-dewy__content-list {
    margin-inline: initial;
    max-width: unset;
    grid-template-columns: repeat(5, 1fr);
  }
}

.p-top-dewy__content-item {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-dewy__content-item-image {
  width: 5rem;
}

.p-top-dewy__content-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 80/80;
}

.p-top-dewy__content-item-text {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.p-top-dewy__image {
  margin: -2.5rem auto 0;
  width: 100%;
  max-width: 18.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-dewy__image {
    margin: 0;
    margin: initial;
    width: 43%;
    max-width: unset;
  }
}

.p-top-dewy__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 441/661;
  mix-blend-mode: multiply;
}

/* ==========================================================================
//
// Effect
//
========================================================================== */
.p-top-effect {
  overflow: hidden;
  background: url("../images/top/bg_top_effect.png") no-repeat center center/cover;
}

.p-top-effect__head_inner {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-effect__head_inner {
    padding-left: 2vw;
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-effect__head_inner {
    padding-left: 15vw;
  }
}

.p-top-effect__head {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-effect__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-effect__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 100;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
  color: #d8ccc3;
}
@media screen and (min-width: 768px) {
  .p-top-effect__title {
    margin-top: 14.375rem;
    font-size: 6.25rem;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.p-top-effect__head-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border-bottom: 1px solid #9aa1a7;
}
@media screen and (min-width: 768px) {
  .p-top-effect__head-wrapper {
    padding-bottom: 3.9375rem;
    width: 80vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-effect__head-wrapper {
    width: 75.6770833333vw;
  }
}

.p-top-effect__head-content {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-effect__head-content {
    margin-top: 13.5625rem;
    padding: 0;
    padding: initial;
    width: 35%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-effect__head-content {
    width: 29.9380591879%;
  }
}

.p-top-effect__head-catch {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-effect__head-catch {
    margin: 0;
    margin: initial;
    font-size: 2.1875rem;
    line-height: 2;
  }
}

.p-top-effect__head-text {
  margin-top: 0.9375rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-effect__head-text {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 2.5;
  }
}

.p-top-effect__head-btn {
  margin-top: 2.1875rem;
  margin-right: 0.8125rem;
  margin-left: auto;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-effect__head-btn {
    margin-right: 7.1875rem;
  }
}

.p-top-effect__head-image {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-effect__head-image {
    margin: 0;
    margin: initial;
    width: 50.240880936%;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-effect__head-image {
    width: 62.6290433586%;
  }
}

.p-top-effect__head-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 910/631;
}

.p-top-effect__inner {
  padding-inline: 1.25rem;
}

.p-top-effect__list {
  width: 100%;
  display: grid;
  gap: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-effect__list {
    margin: 0 auto;
    padding-left: 2.5rem;
    max-width: 62.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-effect__list {
    margin-top: 3.75rem;
    padding-left: unset;
    gap: 3.4375rem;
  }
}

.p-top-effect__list::before {
  content: "";
  width: 0.0625rem;
  height: 3.75rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #9aa1a7;
}
@media screen and (min-width: 768px) {
  .p-top-effect__list::before {
    height: 4.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-effect__list::before {
    height: 3.75rem;
    top: unset;
    bottom: 100%;
  }
}

.p-top-effect__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top-effect__item:nth-child(3) {
    margin-top: 3.4375rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-effect__item:nth-child(3) {
    margin: 0;
    margin: initial;
  }
}

.p-top-effect__item:first-child::before {
  content: "Repair";
  padding-block: 0.625rem;
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  color: #d8ccc3;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item:first-child::before {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-effect__item:first-child::before {
    position: absolute;
    top: 0;
    left: -5.625rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.p-top-effect__item:nth-child(2)::before {
  content: "Heat";
  padding-block: 0.625rem;
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  color: #d8ccc3;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item:nth-child(2)::before {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-effect__item:nth-child(2)::before {
    position: absolute;
    top: 0;
    left: -5.625rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.p-top-effect__item:nth-child(3)::before {
  content: "";
  width: 25.5rem;
  height: 17rem;
  display: block;
  position: absolute;
  top: -5rem;
  right: -13.125rem;
  z-index: 10;
  background: url("../images/top/top_effect_item_icon_sp.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item:nth-child(3)::before {
    width: 48.75rem;
    height: 43.8125rem;
    top: -2.625rem;
    right: unset;
    left: -23%;
    background: url("../images/top/top_effect_item_icon_pc.png") no-repeat center center/contain;
  }
}

.p-top-effect__item-title {
  padding: 0.125rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  background-color: #d8ccc3;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item-title {
    padding-inline: 1.5625rem;
    font-size: 1.5625rem;
  }
}

.p-top-effect__item-title::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #8e7d74;
  border-radius: 50%;
}

.p-top-effect__item-image {
  margin: 1.25rem auto 0;
  width: 98%;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item-image {
    margin: 0;
    margin: initial;
    margin-top: 2.125rem;
    width: 96%;
  }
}

.p-top-effect__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 541/704;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item-image img {
    aspect-ratio: 961/340;
  }
}

.p-top-effect__item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item-detail {
    margin-top: 0.3125rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5625rem;
  }
}

.p-top-effect__item-detail-title {
  padding: 4vw 1.3333333333vw;
  font-size: 2.6666666667vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item-detail-title {
    padding: 1.5625rem 0.9375rem;
    font-size: 0.875rem;
  }
}

.p-top-effect__item-detail-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item-detail-text {
    gap: 0.9375rem;
  }
}

.p-top-effect__item-detail-text-item {
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item-detail-text-item {
    font-size: 0.875rem;
  }
}

.p-top-effect__item-catch {
  margin-top: 0.9375rem;
  position: relative;
  z-index: 100;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item-catch {
    margin-top: 1.5625rem;
    font-size: 1.625rem;
    line-height: 1.9230769231;
  }
}

@media screen and (min-width: 768px) {
  .p-top-effect__item:nth-child(3) .p-top-effect__item-catch {
    margin-top: 2.0625rem;
    padding-left: 47.5%;
  }
}

.p-top-effect__item-text {
  margin-top: 0.625rem;
  position: relative;
  z-index: 100;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item-text {
    margin-top: 0.9375rem;
    max-width: 33.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-effect__item:nth-child(3) .p-top-effect__item-text {
    max-width: unset;
    padding-left: 47.5%;
  }
}

.p-top-effect__item-content-wrapper {
  position: relative;
}

.p-top-effect__item-image02 {
  margin: 20px auto 0;
  width: 60%;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item-image02 {
    margin: 0;
    margin: initial;
    width: 31%;
    position: absolute;
    bottom: 0;
    right: 1%;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-effect__item-image02 {
    right: 2.1875rem;
  }
}

.p-top-effect__item-image02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 310/319;
}

.p-top-effect__content {
  margin-top: 1.25rem;
  padding: 1.25rem 0.625rem;
  display: grid;
  gap: 1.25rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-effect__content {
    margin-top: 2rem;
    padding: 1.5625rem 1.875rem 1.875rem;
    max-width: 42.625rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }
}

.p-top-effect__content::before {
  content: "";
  width: 0.1875rem;
  height: 3.125rem;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-effect__content::before {
    width: 3.125rem;
    height: 0.1875rem;
    bottom: 0.9375rem;
    left: 99%;
    -webkit-transform: unset;
            transform: unset;
  }
}

.p-top-effect__content-item:first-child {
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed #2e3943;
}
@media screen and (min-width: 768px) {
  .p-top-effect__content-item:first-child {
    padding: 0;
    padding: initial;
    padding-right: 0.9375rem;
    border-bottom: unset;
    border-right: 1px dashed #2e3943;
  }
}

.p-top-effect__content-item-title {
  margin: 0 auto;
  padding: 0.4375rem 1.5625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #2e3943;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-effect__content-item-title {
    margin: 0;
    margin: initial;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-effect__content-item:nth-child(2) .p-top-effect__content-item-title {
    width: 95%;
  }
}

.p-top-effect__content-item-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-effect__content-item-text {
    text-align: left;
  }
}

.p-top-effect__item-image03 {
  margin: 0.625rem auto 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item-image03 {
    margin: 0;
    margin: initial;
    margin-top: 2.6875rem;
    margin-left: 47.5%;
    width: 31%;
  }
}

.p-top-effect__item-image03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 425/367;
}
@media screen and (min-width: 768px) {
  .p-top-effect__item-image03 img {
    aspect-ratio: 309/267;
  }
}

.p-top-effect__image-list {
  margin-top: 2.9375rem;
  width: 100%;
  height: 32vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-effect__image-list {
    height: 14.7395833333vw;
  }
}

.p-top-effect__image-item {
  position: absolute;
}

.p-top-effect__image-item:first-child {
  width: 18.2291666667vw;
  height: 10.4166666667vw;
  top: 0;
  left: 0;
}

.p-top-effect__image-item:nth-child(2) {
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-effect__image-item:nth-child(2) {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    top: unset;
    bottom: 0.78125vw;
    left: 24.6875vw;
  }
}

.p-top-effect__image-item:nth-child(3) {
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  bottom: 2.6666666667vw;
  left: 20vw;
}
@media screen and (min-width: 768px) {
  .p-top-effect__image-item:nth-child(3) {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    top: 0;
    left: 36.5104166667vw;
  }
}

.p-top-effect__image-item:nth-child(4) {
  width: 32vw;
  height: 21.3333333333vw;
  bottom: 6.6666666667vw;
  left: 48vw;
}
@media screen and (min-width: 768px) {
  .p-top-effect__image-item:nth-child(4) {
    width: 18.4895833333vw;
    height: 11.09375vw;
    bottom: 0.1041666667vw;
    left: 52.8645833333vw;
  }
}

.p-top-effect__image-item:nth-child(5) {
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  top: -1.3333333333vw;
  left: 77.3333333333vw;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-top-effect__image-item:nth-child(5) {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    top: 0;
    left: 77.7604166667vw;
  }
}

.p-top-effect__image-item:nth-child(6) {
  width: 18.2291666667vw;
  height: 10.4166666667vw;
  bottom: 0.78125vw;
  left: 85.9375vw;
  z-index: 10;
}

.p-top-effect__image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 200/200;
  border-radius: 0.25rem;
}

.p-top-effect__image-item:first-child img {
  aspect-ratio: 350/200;
}

.p-top-effect__image-item:nth-child(6) img {
  aspect-ratio: 350/200;
}

.p-top-effect__image-item video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 355/213;
}

/* ==========================================================================
//
// Feeling
//
========================================================================== */
.p-top-feeling {
  position: relative;
}

.p-top-feeling::before {
  content: "";
  width: 15.625rem;
  height: 4.25rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/top/figure_top_feeling.png") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-top-feeling::before {
    width: 32.3125rem;
    height: 8.5rem;
  }
}

.p-top-feeling__inner {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-feeling__inner {
    padding-left: 2vw;
    padding-right: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-feeling__inner {
    padding-left: 15vw;
    padding-right: 14vw;
  }
}

.p-top-feeling__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 100;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
  color: #8e7d74;
}
@media screen and (min-width: 768px) {
  .p-top-feeling__title {
    font-size: 6.25rem;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.p-top-feeling__wrapper {
  margin-top: -0.625rem;
}

.p-top-feeling__catch {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-top-feeling__catch {
    margin: 0;
    margin: initial;
    font-size: 2.1875rem;
    line-height: 2;
  }
}

.p-top-feeling__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-feeling__list {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
  }
}

.p-top-feeling__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-top-feeling__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
  }
}
@media screen and (min-width: 600px) and (min-width: 768px) {
  .p-top-feeling__item {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.p-top-feeling__item:nth-child(2) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-feeling__item:nth-child(2) {
    margin: 0;
    margin: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-top-feeling__item-detail {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-feeling__item-detail {
    margin-top: 7.8125rem;
    width: 33%;
  }
}

.p-top-feeling__item-detail-image {
  margin: 0 auto;
  width: 80%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-feeling__item-detail-image {
    margin: 0;
    margin: initial;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feeling__item-detail-image::before {
    content: "";
    width: 6.09375vw;
    height: 0.0625rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 101%;
    z-index: 100;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #707070;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feeling__item:nth-child(2) .p-top-feeling__item-detail-image::before {
    width: 6.25vw;
    left: unset;
    right: 100%;
  }
}

.p-top-feeling__item-detail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 193/193;
  border-radius: 50%;
}

.p-top-feeling__item-detail-text {
  margin-top: 1.125rem;
  margin-left: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-feeling__item-detail-text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-top-feeling__item-image {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-feeling__item-image {
    width: 58%;
  }
}

.p-top-feeling__item-image::before {
  content: "";
  width: 6.75rem;
  height: 2.25rem;
  display: block;
  position: absolute;
  top: -1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/top/top_feeling_before.png") no-repeat center center/contain;
}

.p-top-feeling__item:nth-child(2) .p-top-feeling__item-image::before {
  background: url("../images/top/top_feeling_after.png") no-repeat center center/contain;
}

.p-top-feeling__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 350/611;
  border-radius: 0.25rem;
}

/* ==========================================================================
//
// FV
//
========================================================================== */
.p-top-fv {
  position: relative;
}

.p-top-fv video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/667;
}
@media screen and (min-width: 768px) {
  .p-top-fv video {
    aspect-ratio: 1920/1080;
  }
}

.p-top-fv__image {
  width: 74.6666666667vw;
  position: absolute;
  bottom: 2.4479166667vw;
  left: 4.0625vw;
}
@media screen and (min-width: 768px) {
  .p-top-fv__image {
    width: 17.5520833333vw;
  }
}

.p-top-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 337/217;
}

/* ==========================================================================
//
// お知らせ
//
========================================================================== */
.p-top-topics__inner {
  margin: 0 auto;
  padding-inline: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__inner {
    padding-inline: 2.5rem 1.25rem;
    max-width: 78.75rem;
  }
}

.p-top-topics__wrapper {
  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;
}
@media screen and (min-width: 768px) {
  .p-top-topics__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
  }
}

.p-top-topics__title {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.p-top-topics__title::before {
  content: attr(data-en);
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.p-top-topics__list {
  display: grid;
  gap: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics__list {
    margin-top: 0.8125rem;
    width: 87%;
    grid-template-columns: repeat(3, 1fr);
    gap: unset;
  }
}

@media screen and (min-width: 768px) {
  .p-top-topics__item {
    padding-inline: 14%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-topics__item:not(:last-child) {
    border-right: 1px solid #9aa1a7;
  }
}

.p-top-topics__image {
  width: 100%;
}

.p-top-topics__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 250/250;
  border-radius: 0.9375rem;
}

.p-top-topics__content-date {
  margin-top: 0.9375rem;
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #8e7d74;
}
@media screen and (min-width: 768px) {
  .p-top-topics__content-date {
    margin-top: 1.5625rem;
  }
}

.p-top-topics__content-title {
  margin-top: 0.3125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.15em;
}

.p-top-topics .c-cta {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-topics .c-cta {
    margin-top: 5.9375rem;
  }
}

.p-top-topics .c-cta__list {
  border-bottom: unset;
}

/* ==========================================================================
//
// CTA(Why Niea)
//
========================================================================== */
.p-why-niea-cta {
  margin: 5.625rem auto;
  padding-inline: 1.25rem;
  width: 100%;
  max-width: 77.5rem;
}
@media screen and (min-width: 768px) {
  .p-why-niea-cta {
    margin: 11.25rem auto;
  }
}

/* ==========================================================================
//
// メッセージ(Why Niea)
//
========================================================================== */
.p-why-niea-message {
  background: url("../images/why_niea/bg_why_niea_message.jpg") no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-why-niea-message__inner {
    max-width: unset;
  }
}

.p-why-niea-message__wrapper {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-why-niea-message__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.2727272727;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-why-niea-message__text {
    font-size: 1.375rem;
  }
}

.p-why-niea-message__text + p {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-why-niea-message__text + p {
    margin-top: 2.625rem;
  }
}

.p-why-niea-message__main-text {
  margin: 2.5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 50;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-why-niea-message__main-text {
    margin-top: 5.375rem;
    padding-left: 5.9375rem;
    font-size: 2.1875rem;
  }
}

.p-why-niea-message__slide {
  margin-top: -1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}

.p-why-niea-message__list {
  -webkit-animation: scroll-left 100s infinite linear 0.5s both;
          animation: scroll-left 100s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-why-niea-message__item {
  width: 131.9375rem;
  height: 5.6875rem;
}
@media screen and (min-width: 768px) {
  .p-why-niea-message__item {
    width: 263.9375rem;
    height: 11.4375rem;
  }
}

.p-why-niea-message__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4223/183;
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* ==========================================================================
//
// MV(Why Niea)
//
========================================================================== */
.p-why-niea-mv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-why-niea-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-why-niea-mv__video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-why-niea-mv__video {
    width: 36.4583333333%;
  }
}

.p-why-niea-mv__video video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/667;
}
@media screen and (min-width: 768px) {
  .p-why-niea-mv__video video {
    aspect-ratio: 700/1080;
  }
}

.p-why-niea-mv__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-why-niea-mv__content {
    padding-top: 4.6875rem;
    padding-left: 6.4375rem;
    width: 63.5416666667%;
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    background-color: transparent;
  }
}

.p-why-niea-mv__title {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 16vw;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-why-niea-mv__title {
    font-size: 7.2916666667vw;
    color: #2e3943;
  }
}

.p-why-niea-mv__text {
  margin-top: -0.9375rem;
  font-size: 6.9333333333vw;
  font-weight: 500;
  line-height: 2.1666666667;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-why-niea-mv__text {
    font-size: 1.875rem;
    color: #2e3943;
  }
}

.p-why-niea-mv__image {
  width: 66.6666666667%;
  position: absolute;
  bottom: 2.6666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-why-niea-mv__image {
    width: 47.1354166667%;
    bottom: -0.9375vw;
    left: 26.5%;
    -webkit-transform: unset;
            transform: unset;
  }
}

.p-why-niea-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 905/328;
}

/* ==========================================================================
//
// 選ぶ理由(Why Niea)
//
========================================================================== */
.p-why-niea-reason__title {
  margin: 0 auto;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__title {
    width: 20%;
  }
}

.p-why-niea-reason__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 385/88;
}

.p-why-niea-reason__list {
  margin-top: 3.75rem;
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__list {
    margin-top: 6.5625rem;
    margin-left: auto;
    padding-left: 2.5rem;
    max-width: 102.5rem;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 2560px) {
  .p-why-niea-reason__list {
    margin-inline: auto;
  }
}

.p-why-niea-reason__item {
  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;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-why-niea-reason__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-why-niea-reason__item::before {
  content: "";
  width: 24vw;
  height: 24vw;
  display: block;
  position: absolute;
  top: 62vw;
  right: 0.9375rem;
  background: url("../images/why_niea/why_niea_reason_item_01.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item::before {
    width: 12.5vw;
    height: 12.5vw;
    top: 2.0833333333vw;
    right: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .p-why-niea-reason__item::before {
    width: 11.25rem;
    height: 11.25rem;
    top: -2.5rem;
    left: -6.25rem;
  }
}

.p-why-niea-reason__item:nth-child(2)::before {
  background: url("../images/why_niea/why_niea_reason_item_02.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item:nth-child(2)::before {
    top: 3.125rem;
    right: unset;
    left: 44%;
  }
}
@media screen and (min-width: 1440px) {
  .p-why-niea-reason__item:nth-child(2)::before {
    left: 37%;
  }
}

.p-why-niea-reason__item:nth-child(3)::before {
  right: unset;
  left: 0.9375rem;
  background: url("../images/why_niea/why_niea_reason_item_03.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item:nth-child(3)::before {
    width: 12.5vw;
    height: 12.5vw;
    top: 2.0833333333vw;
    left: unset;
    right: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .p-why-niea-reason__item:nth-child(3)::before {
    width: 11.25rem;
    height: 11.25rem;
    top: 5.625rem;
    left: -6.25rem;
  }
}

.p-why-niea-reason__item-head {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item-head {
    width: 40.5%;
  }
}
@media screen and (min-width: 1440px) {
  .p-why-niea-reason__item-head {
    width: 37.5%;
  }
}

@media screen and (min-width: 768px) {
  .p-why-niea-reason__item:nth-child(3) .p-why-niea-reason__item-head {
    width: 85%;
  }
}
@media screen and (min-width: 1440px) {
  .p-why-niea-reason__item:nth-child(3) .p-why-niea-reason__item-head {
    width: 76%;
  }
}

.p-why-niea-reason__item-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 743/551;
  border: 1px solid #2e3943;
  border-radius: 3rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item-head img {
    aspect-ratio: 600/761;
    border-radius: 6.25rem 0 0 0;
  }
}

.p-why-niea-reason__item:nth-child(2) .p-why-niea-reason__item-head img {
  border-radius: 0 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item:nth-child(2) .p-why-niea-reason__item-head img {
    border-radius: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-why-niea-reason__item:nth-child(3) .p-why-niea-reason__item-head img {
    aspect-ratio: 600/850;
  }
}

.p-why-niea-reason__item-content {
  counter-reset: number;
  padding: 12vw 1.5625rem;
  background-color: #819993;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item-content {
    padding: 1.25rem 3.125rem;
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .p-why-niea-reason__item-content {
    padding-inline: 6.25rem;
  }
}

.p-why-niea-reason__item:nth-child(2) .p-why-niea-reason__item-content {
  background-color: #7d809f;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item:nth-child(2) .p-why-niea-reason__item-content {
    border-radius: 6.25rem 0 0 0;
  }
}

.p-why-niea-reason__item:nth-child(3) .p-why-niea-reason__item-content {
  background-color: #be8794;
}

.p-why-niea-reason__item-title {
  padding-bottom: 1.25rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item-title {
    padding-bottom: 0.625rem;
    font-size: 2.0833333333vw;
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  .p-why-niea-reason__item-title {
    padding-bottom: 3.125rem;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 1440px) {
  .p-why-niea-reason__item:nth-child(2) .p-why-niea-reason__item-title {
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 1440px) {
  .p-why-niea-reason__item:nth-child(3) .p-why-niea-reason__item-title {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1920px) {
  .p-why-niea-reason__item:nth-child(3) .p-why-niea-reason__item-title {
    padding-bottom: 1.5625rem;
  }
}

.p-why-niea-reason__item-catch-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (min-width: 1440px) {
  .p-why-niea-reason__item-catch-wrapper {
    gap: 1.125rem;
  }
}

.p-why-niea-reason__item-catch {
  padding: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  color: #8e7d74;
  background-color: #fff;
  border-radius: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item-catch {
    padding: 0.5rem 1.25rem;
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-why-niea-reason__item-catch {
    padding: 0.9375rem 1.375rem;
    font-size: 1.875rem;
  }
}

.p-why-niea-reason__item:nth-child(2) .p-why-niea-reason__item-catch {
  padding: 0.625rem 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item:nth-child(2) .p-why-niea-reason__item-catch {
    padding: 0.9375rem 1.25rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 1440px) {
  .p-why-niea-reason__item:nth-child(2) .p-why-niea-reason__item-catch {
    padding: 1.4375rem 1.875rem;
  }
}

.p-why-niea-reason__item:nth-child(3) .p-why-niea-reason__item-catch {
  padding: 0.625rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item:nth-child(3) .p-why-niea-reason__item-catch {
    padding: 0.9375rem 1rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .p-why-niea-reason__item:nth-child(3) .p-why-niea-reason__item-catch {
    padding: 1.3125rem 2.0625rem;
  }
}

.p-why-niea-reason__item-catch-wrapper .p-why-niea-reason__item-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item-catch-wrapper .p-why-niea-reason__item-catch {
    gap: 0.625rem;
  }
}

.p-why-niea-reason__item-catch-wrapper .p-why-niea-reason__item-catch::before {
  counter-increment: number;
  content: "" counter(number) "";
  padding-left: 0.3125rem;
  padding-bottom: 0.125rem;
  width: 1.5625rem;
  height: 1.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2e3943;
  background-color: #d8ccc3;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item-catch-wrapper .p-why-niea-reason__item-catch::before {
    padding-left: 0.3125rem;
    padding-bottom: 0.125rem;
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.3125rem;
  }
}

.p-why-niea-reason__item-catch-wrapper .p-why-niea-reason__item-catch:nth-child(3)::before {
  padding-bottom: 0.3125rem;
}

.p-why-niea-reason__item-text-wrapper {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__item-text-wrapper {
    width: 85%;
  }
}
@media (min-width: 1920px) {
  .p-why-niea-reason__item-text-wrapper {
    width: 62%;
  }
}

.p-why-niea-reason__item-text {
  padding-block: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .p-why-niea-reason__item-text {
    padding-block: 0.375rem;
    font-size: 1.125rem;
    line-height: 2.5;
  }
}

.p-why-niea-reason__item-text-wrapper .p-why-niea-reason__item-text:not(:last-child) {
  border-bottom: 1px dashed #fff;
}

.p-why-niea-reason__sublist {
  counter-reset: number;
}
@media (min-width: 1920px) {
  .p-why-niea-reason__sublist {
    margin-top: 0.3125rem;
    width: 82%;
  }
}

@media (min-width: 1920px) {
  .p-why-niea-reason__item:nth-child(3) .p-why-niea-reason__sublist {
    margin-top: 0.625rem;
    width: 87%;
  }
}

.p-why-niea-reason__subitem {
  padding-block: 0.625rem;
}
@media screen and (min-width: 1440px) {
  .p-why-niea-reason__subitem {
    padding-block: 0.75rem;
  }
}

.p-why-niea-reason__subitem:not(:last-child) {
  border-bottom: 1px dashed #fff;
}

.p-why-niea-reason__subitem-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__subitem-title {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-why-niea-reason__subitem-title {
    font-size: 1.5rem;
    line-height: 1.875;
  }
}

.p-why-niea-reason__subitem-title::before {
  content: "";
  counter-increment: number;
  content: "" counter(number) "";
  padding-left: 0.3125rem;
  width: 1.5625rem;
  height: 1.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2e3943;
  background-color: #d8ccc3;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__subitem-title::before {
    padding-left: 0.1875rem;
    width: 1.5625rem;
    height: 1.5625rem;
    font-size: 0.75rem;
  }
}

.p-why-niea-reason__subitem:nth-child(3) .p-why-niea-reason__subitem-title::before {
  padding-bottom: 0.125rem;
}

.p-why-niea-reason__subitem-text {
  margin-top: 0.625rem;
  padding-left: 1.875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-why-niea-reason__subitem-text {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-why-niea-reason__subitem-text {
    margin-top: 0.125rem;
    font-size: 1.125rem;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
