@charset "UTF-8";
.c-btn a {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #4D4944;
}
.c-btn span {
  position: relative;
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
}
.c-btn span::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #4D4944;
  border-radius: 50%;
  transition: 0.5s ease all;
}
.c-btn span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
}
.c-btn span svg path {
  transition: 0.5s ease all;
}
.c-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 110px;
  height: 110px;
  transform: scale(0);
  background: #4D4944;
  transition: 0.6s ease all;
}
.c-btn--white a {
  color: #fff;
}
.c-btn--white span::after {
  border: 1px solid #fff;
}
.c-btn--white a span::before {
  background: #fff;
}
.p-productItem {
  position: relative;
  background-color: #faf4ed;
  max-width: 600px;
  margin-inline: auto;
  margin-top: 60px;
}
.p-productItem__catch {
  position: absolute;
}
.p-productItem__itemImg {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48.5%;
  z-index: 1;
}
.p-productItem__wrapper {
  position: relative;
  padding-top: 20%;
  padding-bottom: 12%;
  padding-left: 11%;
  padding-right: 11%;
}
.p-productItem__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.p-productItem--01 .p-productItem__img {
  overflow: hidden;
}
.p-productItem--01 .p-productItem__img img {
  transform: scale(1.5);
  -o-object-position: 0px -35px;
     object-position: 0px -35px;
}
.p-productItem--02 .p-productItem__img {
  overflow: hidden;
}
.p-productItem--02 .p-productItem__img img {
  transform: scale(1.5);
  -o-object-position: 35px -15px;
     object-position: 35px -15px;
}
.p-productItem--04 .p-productItem__img {
  overflow: hidden;
}
.p-productItem--04 .p-productItem__img img {
  transform: scale(1.7);
  -o-object-position: 0px -50px;
     object-position: 0px -50px;
}
.p-productItem__number {
  font-size: 18px;
  font-family: "Geologica", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #4D4944;
}
.p-productItem__title {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-top: 20px;
  font-weight: 500;
}
.p-productItem__text {
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-top: 20px;
  color: #78736a;
}
.p-productItem__name {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  font-family: "Geologica", sans-serif;
}
.p-productItem__price {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-family: "Geologica", sans-serif;
}
.p-productItem__btn {
  margin-top: 30px;
  margin-left: auto;
}
.p-productItem__btn.c-btn a {
  justify-content: flex-end;
}
.p-productItem__catch {
  position: absolute;
  top: 30px;
  right: -30px;
  font-size: 40px;
  font-family: "Geologica", sans-serif;
  letter-spacing: 0;
  color: #78736a;
  mix-blend-mode: multiply;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 400;
}
.p-productItem--inverted .p-productItem__catch {
  right: auto;
  left: -20px;
}
.p-newsItem {
  max-width: 500px;
  margin-inline: auto;
}
.p-newsItem__date {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Geologica", sans-serif;
  margin-top: 15px;
}
.p-newsItem__title {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 15px;
}
.p-newsItem__img {
  position: relative;
  overflow: hidden;
}
.p-newsItem__img::before {
  content: "";
  display: block;
  padding-top: 70.625%;
}
.p-newsItem__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.6s ease;
  transform: scale(1);
}
.p-newsItem:hover .p-newsItem__img img {
  transform: scale(1.1);
}
.floatingBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
.floatingBtn {
  transition: opacity 0.7s ease, transform 0.7s ease;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}
.floatingBtn.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.floatingBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 35px;
  border: 1px solid #4D4944;
  padding: 11px 20px;
  font-size: 14px;
  background-color: #fff;
  color: #4D4944;
  font-family: "Geologica", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  transition: 0.3s;
}
.floatingBtn a:hover {
  background-color: #4D4944;
  color: #fff;
}
.floatingBtn a:hover svg path {
  fill: #fff;
}
.floatingBtn a svg {
  width: 20px;
}
.backMovie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.backMovie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.backMovie .videoFallback {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/video-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  height: 100%;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #423c35 0%, #0e0d0b 100%);
  z-index: 9999;
  transition: opacity 0.1s ease;
}
#loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/noise.png);
  background-position: 0 0;
  background-repeat: repeat;
}
/* ロード完了時に非表示に */
#loading.hidden {
  opacity: 0;
  pointer-events: none;
}
.loading__inner {
  position: relative;
  padding-top: 30vh;
}
.loading__logo,
.loading__title,
.loading__text {
  opacity: 0;
  transform: translateY(20px);
}
.loading__logo {
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
}
.loading__title {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-top: 60px;
  text-align: center;
  color: #fff;
}
.loading__text {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-family: "Geologica", sans-serif;
}
.loading__loader {
  width: 48px;
  height: 48px;
  border: 5px solid #ececec;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.mv {
  position: relative;
  height: 100vh;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.3);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-banner {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 72%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 50;
  background-color: #fff;
  transition: 0.3s;
}
.p-banner:hover {
  bottom: 45px;
}
.p-banner a {
  display: flex;
  align-items: center;
}
.p-banner___img {
  width: 26%;
}
.p-banner__content {
  position: relative;
  width: 74%;
  padding-left: 18%;
}
.p-banner__content span {
  position: absolute;
  top: 48%;
  right: 3.2vw;
  transform: translateY(-50%);
  font-size: 1.6vw;
}
.p-banner__ja {
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-banner__en {
  color: #b2aca5;
  font-size: 2.67vw;
  letter-spacing: 0.1em;
  margin-top: 0.53vw;
  font-weight: 500;
  font-family: "Geologica", sans-serif;
}
.mv__inner {
  position: relative;
  padding-top: 30vh;
}
.mv__logo {
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
}
.mv__title {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-top: 60px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.mv__text {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-family: "Geologica", sans-serif;
}
.concept {
  position: relative;
  background-color: transparent;
  z-index: 0;
  overflow: hidden;
  background-image: url(../img/top/frame-test_sp2.png);
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.concept__bg {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  mix-blend-mode: screen;
  pointer-events: none;
}
.concept__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept__inner {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.concept__img {
  position: absolute;
  z-index: 10;
}
.concept__img--01 {
  top: 11vw;
  right: 0;
  width: 24%;
}
.concept__img--02 {
  bottom: 155vw;
  left: 0;
  width: 37.3%;
}
.concept__wrapper {
  position: relative;
  padding-bottom: 36vw;
  z-index: 5;
}
.concept__content {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 45.6vw;
  padding-left: 18vw;
  padding-bottom: 44.5vw;
}
.concept__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  width: 150vw;
  height: 95%;
  background-color: #ececec;
  z-index: -1;
}
.concept__catch {
  position: absolute;
  top: 13.7vw;
  left: 20px;
  font-size: 40px;
  font-family: "Geologica", sans-serif;
  letter-spacing: 0;
  color: #b2aca5;
  mix-blend-mode: multiply;
  text-orientation: mixed;
  font-weight: 400;
}
.concept__title {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.concept__text {
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-top: 8vw;
  color: #78736a;
}
.concept__btn.c-btn {
  margin-top: 10.6vw;
}
.concept__btn.c-btn a {
  justify-content: flex-end;
  padding-right: 7%;
}
.concept__swiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  margin-right: -14vw;
  margin-left: 23vw;
}
.concept__swiper::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/concept_item_border.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.concept__swiper .swiper-wrapper {
  width: 100%;
  height: inherit;
}
.concept__swiper .swiper-slide {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  height: inherit;
  transition-property: opacity;
  transition-duration: 2s;
  opacity: 0;
}
.concept__swiper .swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
  transition-delay: 1s;
}
.concept__swiper .concept__img-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.concept__swiper .swiper-slide--01 img {
  width: 27%;
}
.concept__swiper .swiper-slide--02 img {
  width: 46.8%;
}
.concept__swiper .swiper-slide--03 img {
  width: 29.8%;
}
.concept__swiper .swiper-slide--04 img {
  width: 28.5%;
}
.concept__swiper .swiper-slide--05 img {
  width: 50%;
}
.reason__bg {
  position: sticky;
  top: 0;
  height: 100vh;
}
.reason__bg video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.reason__inner {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /* 上から下へのフェードマスク */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, white 10%, white 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, white 10%, white 90%, transparent 100%);
  padding-bottom: 130px;
}
.reason__title {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
  z-index: 10;
  padding-top: 100px;
  font-weight: 500;
}
.reason__text {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 30px;
  font-weight: 500;
  text-align: center;
  color: #78736a;
}
.reason__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3%;
  margin-top: 60px;
  max-width: 550px;
  margin-inline: auto;
}
.product {
  position: relative;
}
.product__inner {
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #b2aca5;
  margin-top: -92vh;
}
.product__bg {
  position: sticky;
  top: 0;
  height: 100vh;
}
.product__bg video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.product__head {
  position: relative;
}
.product__catch {
  position: absolute;
  top: 420px;
  left: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 60px;
  font-family: "Geologica", sans-serif;
  mix-blend-mode: overlay;
  z-index: 5;
  font-weight: 400;
}
.product__catch span {
  display: inline-block;
  color: #000;
  mix-blend-mode: soft-light;
  animation: textSlider 90s linear infinite;
}
@keyframes textSlider {
  0% {
    transform: translateX(-100%); /* 初期位置（画面外左） */
  }
  100% {
    transform: translateX(0%); /* 最後の位置（画面外右） */
  }
}
.product__wrapper {
  padding-left: 16%;
  padding-right: 12%;
}
.product__title {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.product__text {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 30px;
  color: #78736a;
}
.product__btn {
  margin-top: 50px;
}
.product__btn.c-btn a {
  justify-content: flex-end;
}
.product__swiper {
  margin-top: 20vw;
  overflow: hidden;
  margin-inline: calc(50% - 50vw);
}
.productSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.product__list {
  margin-top: 80px;
}
.news {
  position: relative;
  background-color: #78736a;
  color: #fff;
  z-index: 20;
}
.news__inner {
  padding-top: 13.3%;
  padding-bottom: 16%;
  overflow: hidden;
}
.news__title {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
}
.news__subTitle {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.news__swiper {
  margin-right: calc(50% - 50vw);
}
.news__list {
  margin-top: 40px;
}
.news__btn {
  margin-top: 20px;
}
.news__btn.c-btn a {
  justify-content: flex-end;
}
.about {
  position: relative;
  background-color: #453f38;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/tree_ring.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  height: 100%;
}
.about__leaf {
  position: absolute;
  animation: sway 6s ease-in-out infinite;
  transform-origin: center;
  z-index: 20;
}
.about__leaf--01 {
  bottom: -57vw;
  left: -2vw;
  width: 18.75vw;
  filter: blur(7px);
  animation-delay: 0s;
}
.about__leaf--01 img {
  position: relative;
  z-index: 20;
}
.about__leaf--02 {
  top: 25%;
  right: -2.6%;
  width: 26.3%;
  filter: blur(7px);
  animation-delay: 2s;
}
.about__img {
  position: relative;
  z-index: 1;
}
.about__title {
  position: absolute;
  top: 12%;
  left: 12%;
  color: #fff;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.about__text {
  position: absolute;
  color: #fff;
  top: 30%;
  font-family: "Geologica", sans-serif;
  right: 12%;
  font-size: 7px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.about__text::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.about__logo {
  position: absolute;
  top: 38%;
  right: 12%;
  width: 120px;
}
@keyframes sway {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  25% {
    transform: rotate(2deg) translateY(1px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  75% {
    transform: rotate(-2deg) translateY(-1px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
.subPage {
  background-color: #ececec;
}
.subMv {
  position: relative;
}
.subMv__top {
  background-image: url(../img/common/tree_ring_mv.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.subMv__inner {
  padding-top: 55px;
  padding-bottom: 55px;
  margin-top: 70px;
}
.subMv__title {
  font-family: "Geologica", sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #b2aca5;
  line-height: 1;
  font-weight: 400;
}
.subMv__nav {
  margin-top: 22px;
}
.subMv__img {
  position: relative;
}
.subMv__img::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.subMv__img video,
.subMv__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-btnBlock {
  position: relative;
  display: block;
  margin-inline: auto;
  margin-inline: 5.3vw;
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: hidden;
}
.p-btnBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s ease;
  z-index: -1;
}
.p-btnBlock:hover::before {
  transform: scale(1.05);
}
.p-btnBlock--products::before {
  background-image: url(../img/common/btn_block_bg_aside_products_sp.png);
}
.p-btnBlock--concept::before {
  background-image: url(../img/common/btn_block_bg_aside_concept_sp.png);
}
.p-btnBlock__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 20px;
}
.p-btnBlock__title {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  line-height: 1;
}
.p-btnBlock__subTitle {
  font-size: 12px;
  color: #fff;
  margin-top: 14px;
  letter-spacing: 0.2em;
}
.p-btnBlock span::before {
  background-color: #fff;
}
.c-btn--white a {
  color: #fff;
}
.c-btn--white span::after {
  border: 1px solid #fff;
}
.p-list__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b3b3b2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-list__term {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #4D4944;
  width: 13.3%;
}
.p-list__description {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2;
  width: 73.3%;
}
.p-conceptHero__inner {
  position: relative;
  overflow: hidden;
  padding-top: 16%;
  padding-bottom: 64%;
}
.p-conceptHero__line {
  position: absolute;
  top: 3%;
  left: -12%;
  width: 140vw;
  height: 100%;
}
.p-conceptHero__line svg {
  display: block;
  clip-path: inset(0 0 100% 0); /* 全体が隠れた状態からスタート */
}
.p-conceptHero__item {
  position: relative;
}
.p-conceptHero__item--01 .p-conceptHero__img {
  width: 61%;
}
.p-conceptHero__item--01 .p-conceptHero__text {
  margin-right: 5.33vw;
  text-align: right;
  margin-top: 8%;
}
.p-conceptHero__item--02 {
  margin-top: 6%;
}
.p-conceptHero__item--02 .p-conceptHero__img {
  width: 40%;
  margin-left: auto;
}
.p-conceptHero__item--02 .p-conceptHero__text {
  margin-top: 8%;
}
.p-conceptHero__item--03 {
  margin-top: 6%;
}
.p-conceptHero__item--03 .p-conceptHero__img {
  width: 47%;
}
.p-conceptHero__item--03 .p-conceptHero__text {
  margin-top: 23.8%;
  text-align: right;
}
.p-conceptHero__item--04 {
  margin-top: 6%;
}
.p-conceptHero__item--04 .p-conceptHero__img {
  width: 64%;
  margin-left: auto;
}
.p-conceptHero__item--04 .p-conceptHero__text {
  margin-top: 8%;
  margin-left: 5.33vw;
}
.p-conceptHero__text {
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 3;
}
.p-conceptHero__decoration {
  position: absolute;
}
.p-conceptHero__decoration--01 {
  width: 55.6%;
  top: 80%;
  left: 3%;
}
.p-conceptHero__decoration--02 {
  top: 85%;
  right: 7%;
  width: 25.7%;
}
.p-conceptHero__decoration--03 {
  top: 120%;
  left: 5%;
  width: 28%;
}
.p-conceptHero__decoration--04 {
  top: 105%;
  right: 3%;
  width: 31.7%;
}
.mission {
  margin-top: 60px;
  background-image: url(../img/concept/mission_bg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 16vw;
  padding-bottom: 16vw;
  padding-left: 5.3vw;
  padding-right: 5.3vw;
}
.mission__inner {
  background-color: #fff;
}
.mission__content {
  width: 75%;
  margin-inline: auto;
  padding: 12% 0;
}
.mission__title {
  font-size: 14px;
  font-family: "Geologica", sans-serif;
  color: #4D4944;
  text-align: center;
  font-weight: 500;
}
.mission__subTitle {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 0.2em;
}
.mission__text {
  font-size: 12px;
  margin-top: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.mission__img {
  margin-top: 30px;
}
.mission__btn {
  margin-top: 40px;
}
.mission__btn a {
  justify-content: center;
}
.brand {
  background-color: #b2aca5;
}
.brand__inner {
  padding-top: 16vw;
  padding-bottom: 16vw;
}
.brand__title {
  font-size: 14px;
  font-family: "Geologica", sans-serif;
  color: #4D4944;
  font-weight: 500;
}
.brand__subTitle {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-top: 15px;
}
.brand__text {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  line-height: 2;
}
.brand__imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10%;
}
.brand__img--01 {
  width: 38%;
}
.brand__img--02 {
  width: 56%;
}
.brand__img--03 {
  width: 55%;
  margin-left: 10%;
  margin-top: -10%;
}
.philosophy {
  background-image: url(../img/concept/philosophy_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.philosophy__inner {
  padding: 16vw 5.3vw;
}
.philosophy__title {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Geologica", sans-serif;
  color: #fff;
  font-weight: 500;
}
.philosophy__subTitle {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-top: 15px;
  color: #fff;
}
.philosophy__text {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 30px;
  color: #fff;
  line-height: 2;
}
.philosophy__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0;
  -moz-column-gap: 3%;
       column-gap: 3%;
  margin-top: 30px;
}
.philosophy__item {
  width: 35%;
}
.philosophy__item--01 {
  margin-top: 10%;
  margin-left: -5%;
}
.philosophy__item--03 {
  margin-top: 5%;
}
.philosophy__item--04 {
  margin-left: 5%;
}
.philosophy__item--05 {
  margin-top: 5%;
  margin-left: 2%;
}
.philosophy__item--06 {
  margin-top: -3%;
}
.p-productList {
  margin-top: 21.3%;
  margin-bottom: 21.3%;
}
.p-productList__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #d5d5d5;
  max-width: 600px;
  margin-inline: auto;
}
.c-productCard {
  display: block;
  position: relative;
  padding: 15% 0;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  transition: 0.5s;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-productCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}
.c-productCard::before {
  background-image: var(--hover-img);
}
.c-productCard:nth-child(even) {
  border-right: none;
}
.c-productCard__title {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  font-family: "Geologica", sans-serif;
  letter-spacing: 0.1em;
}
.c-productCard__reading {
  font-size: 9px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 3px;
  font-weight: 500;
}
.c-productCard__price {
  font-size: 10px;
  font-family: "Geologica", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 82.3%;
}
.p-companyList {
  margin-top: 80px;
  margin-bottom: 80px;
}
.privacyPolicy {
  position: relative;
}
.privacyPolicy__text {
  margin-top: 40px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.privacyPolicy__list {
  margin-top: 30px;
}
.privacyPolicy__item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b2;
}
.privacyPolicy__term {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.privacyPolicy__description {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 15px;
}
.privacyPolicy__description a {
  color: #4D4944;
  text-decoration: underline;
  transition: 0.3s;
}
.privacyPolicy__description a:hover {
  opacity: 0.5;
}
.legalNotice {
  position: relative;
}
.legalNotice__list {
  margin-top: 20px;
}
.legalNotice .p-list__item {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.legalNotice .p-list__term {
  font-size: 15px;
  width: 100%;
}
.legalNotice .p-list__description {
  font-size: 15px;
  margin-top: 15px;
  width: 100%;
}
.p-howToItem {
  margin-top: 80px;
  max-width: 700px;
  margin-inline: auto;
}
.p-howToItem__content {
  margin-top: 30px;
}
.p-howToItem__number {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Geologica", sans-serif;
  color: #4D4944;
}
.p-howToItem__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Geologica", sans-serif;
  margin-top: 10px;
}
.p-howToItem__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
}
.p-howToItem__btn {
  margin-top: 30px;
}
.p-howToItem__btn.c-btn a {
  justify-content: flex-end;
}
.p-howToItem__btn.c-btn a div {
  display: inline;
}
.p-howToItem__btn.c-btn a div div {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.faq {
  margin-top: 80px;
}
.faq__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3vw;
}
.faq__link {
  text-align: center;
}
.faq__link a {
  display: block;
  color: #4D4944;
  background-color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 18px 0 20px;
  font-weight: bold;
  transition: 0.3s;
}
.faq__link a:hover {
  background-color: #4D4944;
  color: #fff;
}
.faq__item {
  margin-top: 60px;
}
.faq__item:first-child {
  margin-top: 50px;
}
.faq__title {
  color: #4D4944;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b2;
}
.p-faq__toggle {
  position: relative;
  font-size: 14px;
  padding-right: 50px;
  letter-spacing: 0.1em;
}
.p-faq__content {
  font-size: 12px;
  color: #78736a;
}
.p-faq__toggle::before {
  background: #4d4944;
  content: "";
  height: 2px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(90deg);
  transition: transform 0.3s;
  width: 12px;
}
.p-faq__toggle::after {
  background: #4d4944;
  content: "";
  height: 2px;
  position: absolute;
  right: 12px;
  top: 50%;
  transition: opacity 0.3s;
  width: 12px;
}
.p-faq__toggle.open::before {
  transform: rotate(180deg);
}
.p-faq__toggle.open::after {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .c-btn a {
    font-size: 20px;
    gap: 40px;
  }
  .c-btn span {
    width: 110px;
    height: 110px;
  }
  .c-btn span svg {
    width: 20px;
  }
  .c-btn a:hover span::after {
    transform: scale(1.2);
    opacity: 0;
  }
  .c-btn a:hover svg path {
    fill: #fff;
  }
  .c-btn a:hover span::before {
    transform: scale(1);
  }
  .c-btn--white a:hover svg path {
    fill: #0e0d0b;
  }
  .p-productItem {
    display: flex;
    align-items: center;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: 60px;
  }
  .p-productItem--inverted {
    flex-direction: row-reverse;
  }
  .p-productItem__itemImg {
    top: 50%;
    width: 24.3%;
  }
  .p-productItem__wrapper {
    width: 50%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 15.5%;
    padding-right: 5.5%;
  }
  .p-productItem--inverted .p-productItem__wrapper {
    padding-right: 15.5%;
    padding-left: 5.5%;
  }
  .p-productItem__img img {
    height: auto;
  }
  .p-productItem__img {
    width: 50%;
  }
  .p-productItem--01 .p-productItem__img img {
    transform: scale(1);
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  .p-productItem--02 .p-productItem__img img {
    transform: scale(1);
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  .p-productItem--04 .p-productItem__img img {
    transform: scale(1);
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  .p-productItem__number {
    font-size: 24px;
  }
  .p-productItem__title {
    font-size: 24px;
    margin-top: 60px;
  }
  .p-productItem__text {
    font-size: 15px;
    margin-top: 60px;
    letter-spacing: 0.1em;
  }
  .p-productItem__name {
    font-size: 18px;
    margin-top: 40px;
  }
  .p-productItem__price {
    font-size: 15px;
    margin-top: 10px;
  }
  .p-productItem__btn {
    margin-top: 80px;
  }
  .p-productItem__catch {
    font-size: 90px;
    top: 60px;
    right: -85px;
  }
  .p-productItem--inverted .p-productItem__catch {
    right: auto;
    left: -50px;
  }
  .p-newsItem {
    margin-top: 0px;
    max-width: none;
    margin-inline: 0;
  }
  .p-newsItem__date {
    font-size: 16px;
    margin-top: 20px;
  }
  .p-newsItem__title {
    font-size: 15px;
    margin-top: 20px;
  }
  .floatingBtn {
    bottom: 38px;
    right: 20px;
  }
  .floatingBtn a {
    padding: 15px 30px;
    font-size: 16px;
  }
  .floatingBtn a svg {
    width: 30px;
  }
  .loading__inner {
    padding-top: 40vh;
  }
  .loading__logo {
    max-width: 142px;
    width: 100%;
  }
  .loading__title {
    font-size: 18px;
    margin-top: 60px;
  }
  .loading__text {
    font-size: 16px;
    margin-top: 20px;
  }
  .p-banner {
    bottom: 40px;
    left: 60px;
    transform: translateX(0%);
    max-width: 380px;
    width: 100%;
  }
  .p-banner___img {
    width: 125px;
  }
  .p-banner__content {
    width: 255px;
    padding-left: 37px;
  }
  .p-banner__content span {
    right: 18px;
    font-size: 8px;
  }
  .p-banner__ja {
    font-size: 16px;
  }
  .p-banner__en {
    font-size: 14px;
    margin-top: 8px;
  }
  .mv__inner {
    padding-top: 40vh;
  }
  .mv__logo {
    max-width: 142px;
    width: 100%;
  }
  .mv__title {
    font-size: 18px;
    margin-top: 60px;
  }
  .mv__text {
    font-size: 16px;
    margin-top: 20px;
  }
  .concept {
    background-image: url(../img/top/frame-test.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .concept__img--01 {
    top: 90px;
    width: 16.7%;
  }
  .concept__img--02 {
    bottom: 265px;
    width: 26%;
  }
  .concept__wrapper {
    display: flex;
    gap: 20%;
    padding-top: 470px;
    padding-bottom: 670px;
    padding-left: 0;
  }
  .concept__content {
    width: 33.8%;
    padding-left: 5%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .concept__content::after {
    display: none;
  }
  .concept__catch {
    font-size: 90px;
    top: 200px;
  }
  .concept__title {
    font-size: 24px;
  }
  .concept__text {
    font-size: 15px;
    margin-top: 60px;
  }
  .concept__btn.c-btn {
    margin-top: 60px;
  }
  .concept__btn.c-btn a {
    padding-right: 0;
  }
  .concept__swiper {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 44.2%;
    height: 44.2%;
    margin-right: 0;
    margin-left: 0;
  }
  .concept__swiper::after {
    top: 20px;
  }
  .concept__swiper .swiper-slide--02 img {
    width: 37%;
  }
  .concept__swiper .swiper-slide--03 img {
    width: 23%;
  }
  .concept__swiper .swiper-slide--04 img {
    width: 23%;
  }
  .concept__swiper .swiper-slide--05 img {
    width: 40%;
  }
  .reason__inner {
    padding-bottom: 120px;
  }
  .reason__title {
    padding-top: 120px;
    font-size: 24px;
  }
  .reason__text {
    font-size: 15px;
    margin-top: 40px;
  }
  .reason__list {
    margin-top: 60px;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4.5%;
    -moz-column-gap: 2.8%;
         column-gap: 2.8%;
    max-width: 918px;
    width: 100%;
    margin-inline: auto;
  }
  .product__inner {
    padding-bottom: 200px;
    margin-top: -30%;
  }
  .product__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4.6%;
    margin-right: calc(50% - 50vw);
  }
  .product__catch {
    font-size: 120px;
    top: 320px;
    left: 0px;
  }
  .product__wrapper {
    width: 27.4%;
    padding-left: 0;
    padding-right: 0;
  }
  .product__title {
    font-size: 24px;
  }
  .product__text {
    font-size: 15px;
    margin-top: 60px;
  }
  .product__btn {
    margin-top: 100px;
  }
  .product__swiper {
    margin-top: 50px;
    width: 65%;
  }
  .product__list {
    margin-top: 80px;
  }
  .news__inner {
    display: flex;
    justify-content: space-between;
    gap: 4%;
    padding-top: 230px;
    padding-bottom: 260px;
  }
  .news__wrapper {
    width: 28%;
  }
  .news__title {
    font-size: 32px;
  }
  .news__subTitle {
    font-size: 15px;
    margin-top: 10px;
  }
  .news__swiper {
    width: 67.7%;
    margin-right: 0;
  }
  .news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.8%;
    margin-top: 0;
  }
  .news__btn {
    margin-top: 80px;
  }
  .news__btn.c-btn a {
    justify-content: flex-start;
  }
  .about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .about__leaf--01 {
    bottom: -52vw;
    left: -2.6vw;
    width: 18.75vw;
    filter: blur(0px);
  }
  .about__leaf--02 {
    top: 34.8%;
    right: -2.6%;
    width: 26.3%;
    filter: blur(0px);
  }
  .about__title {
    position: absolute;
    top: 15.3%;
    left: 16.3%;
    font-size: 24px;
  }
  .about__text {
    top: 29%;
    right: 9.7%;
    font-size: 14px;
  }
  .about__logo {
    top: 34.7%;
    right: 9.7%;
    width: 240px;
  }
  .subMv__top {
    background-position: right;
  }
  .subMv__inner {
    margin-top: 180px;
    padding-top: 130px;
    padding-bottom: 180px;
  }
  .subMv__title {
    font-size: 90px;
  }
  .subMv__img::before {
    padding-top: 38.17708333%;
  }
  .p-btnBlock {
    max-width: 1200px;
    width: 100%;
    margin-inline: auto;
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .p-btnBlock--products::before {
    background-image: url(../img/common/btn_block_bg_aside_products.png);
  }
  .p-btnBlock--concept::before {
    background-image: url(../img/common/btn_block_bg_aside_concept.png);
  }
  .p-btnBlock__inner {
    padding: 110px 100px;
  }
  .p-btnBlock__title {
    font-size: 90px;
  }
  .p-btnBlock__subTitle {
    font-size: 15px;
    margin-top: 28px;
  }
  .p-btnBlock:hover span::after {
    transform: scale(1.2);
    opacity: 0;
  }
  .p-btnBlock:hover svg path {
    fill: #fff;
  }
  .p-btnBlock:hover span::before {
    transform: scale(1);
  }
  .p-btnBlock:hover svg path {
    fill: #0e0d0b;
  }
  .p-list__term {
    font-size: 15px;
  }
  .p-list__description {
    font-size: 15px;
  }
  .p-conceptHero__inner {
    padding-top: 240px;
    padding-bottom: 380px;
  }
  .p-conceptHero__line {
    top: 5%;
    left: -7%;
    width: 114vw;
  }
  .p-conceptHero__item {
    display: flex;
  }
  .p-conceptHero__item--inverted {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .p-conceptHero__item--01 {
    align-items: center;
    gap: 11%;
  }
  .p-conceptHero__item--01 .p-conceptHero__img {
    width: 48%;
  }
  .p-conceptHero__item--01 .p-conceptHero__text {
    margin-top: -30px;
    margin-right: 0;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .p-conceptHero__item--02 {
    margin-top: -5%;
    align-items: center;
    justify-content: space-between;
  }
  .p-conceptHero__item--02 .p-conceptHero__img {
    width: 38.5%;
  }
  .p-conceptHero__item--02 .p-conceptHero__text {
    margin-top: 140px;
    padding-left: 8.75%;
  }
  .p-conceptHero__item--03 {
    margin-top: -5%;
    align-items: flex-end;
    gap: 18.5%;
  }
  .p-conceptHero__item--03 .p-conceptHero__img {
    width: 41%;
  }
  .p-conceptHero__item--03 .p-conceptHero__text {
    margin-top: 0;
    text-align: left;
  }
  .p-conceptHero__item--04 {
    margin-top: 4%;
    justify-content: space-between;
    align-items: center;
  }
  .p-conceptHero__item--04 .p-conceptHero__img {
    width: 50%;
    margin-left: 0;
  }
  .p-conceptHero__item--04 .p-conceptHero__text {
    margin-top: 8%;
    padding-left: 18.75%;
    margin-left: 0;
  }
  .p-conceptHero__text {
    font-size: 15px;
  }
  .p-conceptHero__decoration--01 {
    top: -40%;
    left: auto;
    right: -5%;
    width: 31%;
  }
  .p-conceptHero__decoration--02 {
    top: 40%;
    right: auto;
    left: 38%;
    width: 14%;
  }
  .p-conceptHero__decoration--03 {
    width: 18%;
    top: 45%;
    left: auto;
    right: -10%;
  }
  .p-conceptHero__decoration--04 {
    top: 70%;
    right: auto;
    left: 8%;
    width: 15.625%;
  }
  .mission {
    margin-top: 0;
    padding: 9.375vw 10vw;
  }
  .mission__title {
    font-size: 18px;
  }
  .mission__subTitle {
    font-size: 24px;
    margin-top: 30px;
  }
  .mission__text {
    font-size: 15px;
    margin-top: 40px;
  }
  .mission__img {
    margin-top: 60px;
  }
  .mission__btn {
    margin-top: 80px;
  }
  .brand__inner {
    display: flex;
    align-items: center;
    gap: 7%;
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .brand__content {
    padding-left: 10.625%;
  }
  .brand__title {
    font-size: 18px;
  }
  .brand__subTitle {
    font-size: 24px;
    margin-top: 30px;
  }
  .brand__text {
    font-size: 15px;
    margin-top: 40px;
  }
  .brand__imgs {
    width: 42.6%;
    margin-top: 0;
  }
  .philosophy {
    background-position: 0 0;
  }
  .philosophy__inner {
    margin-left: 46.875vw;
    padding-top: 110px;
    padding-bottom: 80px;
  }
  .philosophy__title {
    font-size: 18px;
  }
  .philosophy__subTitle {
    font-size: 24px;
    margin-top: 30px;
  }
  .philosophy__text {
    font-size: 15px;
    margin-top: 60px;
  }
  .philosophy__list {
    justify-content: flex-start;
    margin-top: 60px;
    width: 85%;
  }
  .philosophy__item {
    width: 28.5%;
  }
  .philosophy__item--01 {
    margin-top: 10%;
    margin-left: -5%;
  }
  .philosophy__item--03 {
    margin-top: 5%;
  }
  .philosophy__item--04 {
    margin-left: 5%;
  }
  .philosophy__item--05 {
    margin-top: 5%;
    margin-left: 2%;
  }
  .philosophy__item--06 {
    margin-top: -3%;
  }
  .p-productList {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .p-productList__inner {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1920px;
  }
  .c-productCard {
    padding: 100px 0;
  }
  .c-productCard:nth-child(even) {
    border-right: 1px solid #d5d5d5;
  }
  .c-productCard:nth-child(3n) {
    border-right: none;
  }
  .c-productCard__title {
    font-size: 20px;
  }
  .c-productCard__reading {
    font-size: 15px;
    margin-top: 10px;
  }
  .c-productCard__price {
    font-size: 15px;
  }
  .p-companyList {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .privacyPolicy__text {
    margin-top: 80px;
    font-size: 15px;
  }
  .privacyPolicy__list {
    margin-top: 60px;
  }
  .privacyPolicy__item {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .privacyPolicy__term {
    font-size: 18px;
  }
  .privacyPolicy__description {
    font-size: 15px;
    margin-top: 30px;
  }
  .legalNotice__list {
    margin-top: 40px;
  }
  .legalNotice .p-list__item {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .legalNotice .p-list__term {
    width: 15.8%;
    font-size: 15px;
  }
  .legalNotice .p-list__description {
    font-size: 15px;
    width: 77%;
    margin-top: 0;
  }
  .p-howToItem {
    display: flex;
    justify-content: center;
    gap: 5.2%;
    margin-top: 160px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .p-howToItem__img {
    width: 50%;
  }
  .p-howToItem__content {
    margin-top: 0;
    width: 44.8%;
  }
  .p-howToItem__number {
    font-size: 18px;
  }
  .p-howToItem__title {
    font-size: 24px;
    margin-top: 20px;
  }
  .p-howToItem__text {
    font-size: 15px;
    margin-top: 40px;
  }
  .p-howToItem__btn {
    margin-top: 60px;
  }
  .faq {
    margin-top: 160px;
  }
  .faq__links {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.3%;
  }
  .faq__link a {
    font-size: 18px;
    padding: 36px 0 40px;
  }
  .faq__item {
    margin-top: 120px;
  }
  .faq__item:first-child {
    margin-top: 100px;
  }
  .faq__title {
    padding-bottom: 40px;
    font-size: 24px;
  }
  .p-faq__toggle {
    font-size: 18px;
  }
  .p-faq__content {
    font-size: 15px;
  }
  .p-faq__toggle::before {
    width: 15px;
    right: 25px;
  }
  .p-faq__toggle::after {
    width: 15px;
    right: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .mission__content {
    width: 52%;
    padding: 120px 0;
  }
}
@media (hover: hover) {
  .c-productCard:hover::before {
    opacity: 1;
  }
  .c-productCard > * {
    position: relative;
    z-index: 1;
  }
}
/*# sourceMappingURL=pages.css.map */