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

:root {
  --font-family: sans-serif;
  --font-family-En: YakuHanMP, "Cormorant Garamond", serif;
  --font-family-Ja: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  --font-family-En-R: "Roboto", sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-bold: 500;
  --font-style-normal: normal;
  --font-style-italic: italic;
  --font-weight-light: 400;
  --primary-color: hsl(0, 0%, 30%);
  --accent-color: #08377d;
  --accent-color-sub: hsl(197, 100%, 36%);
  --title-color: hsl(0, 0%, 90%);
  --read-color: hsl(0, 0%, 45%);
  --color-grey-0: hsl(0, 0%, 0%);
  --color-grey-10: hsl(0, 0%, 10%);
  --color-grey-20: hsl(0, 0%, 20%);
  --color-grey-30: hsl(0, 0%, 30%);
  --color-grey-40: hsl(0, 0%, 40%);
  --color-grey-50: hsl(0, 0%, 50%);
  --color-grey-60: hsl(0, 0%, 60%);
  --color-grey-70: hsl(0, 0%, 70%);
  --color-grey-80: hsl(0, 0%, 80%);
  --color-grey-90: hsl(0, 0%, 90%);
  --color-grey-100: hsl(0, 0%, 100%);
  --font-feature: "palt" 1;
}
:root ::-moz-selection {
  color: #fff;
  background-color: grey;
}
:root ::selection {
  color: #fff;
  background-color: grey;
}

.roboto-400 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
  font-family: var(--font-family);
  text-align: center;
  color: var(--primary-color);
  font-feature-settings: var(--font-feature);
  letter-spacing: 0.13rem;
  line-height: 1.7rem;
  overflow-x: hidden;
  background: url("../images/bg_concrete.avif");
  background-repeat: repeat;
}

svg {
  display: none;
}

img {
  vertical-align: top;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
  margin: 32px;
}

h3 {
  font-size: 18px;
  margin: 16px 0;
}

.credit {
  font-family: var(--font-family-En-R);
  font-size: 0.7rem;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 8px;
}
@media screen and (max-width: 599px) {
  .credit {
    font-size: 80%;
    margin: 8px;
  }
}
@media screen and (min-width: 600px) {
  .credit {
    margin: 8px 0;
  }
}
.credit a {
  color: var(--read-color);
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.credit a:hover {
  color: rgb(255, 255, 255);
  background: var(--accent-color);
}

main section div.credit {
  font-family: var(--font-family-En-R);
  font-size: 70%;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 599px) {
  main section div.credit {
    width: 355px;
    font-size: 80%;
    margin: 8px;
  }
}
@media screen and (min-width: 600px) {
  main section div.credit {
    width: 580px;
    margin: 0 auto;
  }
}
main section div.credit a {
  color: var(--read-color);
  text-decoration: none;
  transition: all 0.5s ease-out;
}
main section div.credit a:hover {
  color: rgb(255, 255, 255);
  background: var(--accent-color);
}

section {
  overflow: hidden;
}

.section__line {
  display: none;
  display: grid;
  place-items: center;
  width: 1px;
  height: 50px;
  border-left: 1px solid rgb(224, 224, 224);
  box-shadow: 1px 0px 1px rgb(255, 255, 255), inset 0 1px 1px rgb(255, 255, 255);
  margin: 30px auto;
}

.svg__container-func {
  display: grid;
  place-items: center;
  margin-bottom: 30px;
}
.svg__container-func p.icon_title {
  margin: -20px 0px 20px 0px;
  padding: 5px 7px;
  font-weight: 600;
  font-family: var(--font-family);
}
@media screen and (max-width: 799px) {
  .svg__container-func p.icon_title {
    border-bottom: 2px solid var(--color-grey-60);
    font-size: 1rem;
    color: var(--color-grey-60);
  }
}
@media screen and (min-width: 800px) {
  .svg__container-func p.icon_title {
    border-bottom: 2px solid var(--color-grey-70);
    font-size: 0.9rem;
    color: #888;
  }
}
@media screen and (max-width: 799px) {
  .svg__container-func {
    max-width: 450px;
  }
}
@media screen and (min-width: 800px) {
  .svg__container-func {
    width: 100%;
  }
}
.svg__container-func ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.svg__container-func ul li {
  display: grid;
  place-items: center;
  align-items: start;
  text-align: center;
  width: 100px;
  height: 110px;
}
.svg__container-func ul li svg {
  display: grid;
  place-items: start center;
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  fill: #a1a1a1;
  /* 必要に応じて調整 */
}
.svg__container-func ul li p {
  font-family: var(--font-family);
  font-size: 10px;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.02rem;
  color: var(--color-grey-50);
  padding: 10px 0;
}

.collection {
  width: 100%;
  display: grid;
  place-items: center;
  font-family: var(--font-family-En-R);
  font-size: 90%;
  font-weight: 300;
  line-height: 1.2em;
}
.collection span {
  font-weight: 700;
}

.intro {
  overflow: hidden;
  aspect-ratio: 3/5;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media (max-width: 600px) {
  .intro {
    width: 100vw;
    height: 100svh;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .intro {
    width: 600px;
  }
}
@media (min-width: 1025px) {
  .intro {
    width: 600px;
  }
}
.intro .wrapper {
  width: auto;
  height: 100%;
  position: absolute;
}
.intro .wrapper0 {
  z-index: 1;
}
.intro .wrapper2 {
  z-index: 2;
}
.intro .wrapper3 {
  z-index: 3;
}
.intro .kv {
  vertical-align: top;
  aspect-ratio: 3/5;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .intro .kv {
    width: 100vw;
    -o-object-position: right top;
       object-position: right top;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .intro .kv {
    -o-object-position: 0px;
       object-position: 0px;
  }
}
@media (min-width: 1025px) {
  .intro .kv {
    -o-object-position: 0px;
       object-position: 0px;
  }
}

.firstview {
  display: grid;
  place-items: center;
  position: relative;
  width: 100vw;
  min-height: 100svh;
  color: rgb(162, 162, 162);
}
.firstview__contents {
  display: grid;
  place-items: center;
}
.firstview__contents .scene__wrapper {
  width: 70vw;
  max-width: 1200px;
}
.firstview__contents .scene__wrapper div.scene {
  max-width: 40vw;
  overflow: hidden;
  filter: brightness(94%) contrast(133%) grayscale(100%);
  opacity: 0.5;
}
.firstview__contents .scene__wrapper div.scene1 {
  width: 45%;
  min-width: 35vw;
  max-width: 450px;
  aspect-ratio: 1;
  margin: 0 auto 0 0;
  overflow: hidden;
}
.firstview__contents .scene__wrapper div.scene2 {
  width: 40%;
  min-width: 35vw;
  aspect-ratio: 4/3;
  margin: -40px auto 60px 20%;
  overflow: hidden;
}
.firstview__contents .scene__wrapper div.scene3 {
  width: 40%;
  min-width: 25vw;
  aspect-ratio: 9/16;
  margin: -15vw 0 0 auto;
  overflow: hidden;
}
.firstview__contents .scene img {
  -webkit-backdrop-filter: grayscale(30%);
          backdrop-filter: grayscale(30%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.3);
}
.firstview__heading-Ja {
  font-family: var(--font-family-Ja);
  font-size: 290%;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-feature-settings: var(--font-feature);
  word-break: keep-all;
  /* 長い単語でも折り返し可能に */
  overflow-wrap: anywhere;
  margin-top: 100px;
  font-size: 200%;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--primary-color);
}
.firstview__read-Ja {
  margin: 0 auto 3em auto;
  width: 90%;
  max-width: 560px;
  font-family: var(--font-family-Ja);
  font-size: 110%;
  font-style: normal;
  font-weight: var(--font-style-regular);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-feature-settings: var(--font-feature);
  color: var(--read-color);
}

.movie360degrees {
  overflow-x: hidden;
  position: relative;
}
.movie360degrees__heading-Ja {
  font-family: var(--font-family-Ja);
  font-size: 290%;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-feature-settings: var(--font-feature);
  word-break: keep-all;
  /* 長い単語でも折り返し可能に */
  overflow-wrap: anywhere;
}
.movie360degrees__read-Ja {
  margin: 0 auto 3em auto;
  width: 90%;
  max-width: 560px;
  font-family: var(--font-family-Ja);
  font-size: 110%;
  font-style: normal;
  font-weight: var(--font-style-regular);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-feature-settings: var(--font-feature);
  color: var(--read-color);
}
.movie360degrees video {
  width: 40%;
  /* 動画をレスポンシブ化 */
  max-width: calc(100vw - 64px);
  max-width: 630px;
  /* 動画の最大幅 */
  min-width: 300px;
  /* 動画の最小幅 */
  vertical-align: top;
  /* ↑動画の下の余白を削除 */
}
.movie360degrees img {
  vertical-align: top;
}
.movie360degrees__img--1 {
  width: 240px;
  left: 30vw;
  margin: 20px 0px 10px 0px;
}
.movie360degrees__img--2 {
  width: 320px;
  left: -100px;
  margin: 20px 5px 5px 15px;
}

.development__heading-Ja {
  font-family: var(--font-family-Ja);
  font-size: 290%;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-feature-settings: var(--font-feature);
  word-break: keep-all;
  /* 長い単語でも折り返し可能に */
  overflow-wrap: anywhere;
}
.development__read-Ja {
  margin: 0 auto 3em auto;
  width: 90%;
  max-width: 560px;
  font-family: var(--font-family-Ja);
  font-size: 110%;
  font-style: normal;
  font-weight: var(--font-style-regular);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-feature-settings: var(--font-feature);
  color: var(--read-color);
}
.development ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 30px;
}
.development ul li {
  border: 1px solid rgb(236, 236, 236);
  background: rgba(255, 255, 255, 0.5);
  width: 30vw;
  height: 100%;
  padding: 16px;
  position: relative;
}
.development ul li .swiper-area {
  position: relative;
}
.development ul li .swiper-area .swiper {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 3/4;
}
.development ul li .swiper-area .swiper .swiper-wrapper .swiper-slide {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.development ul li .swiper-area .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid red;
}
.development ul li .swiper-area .swiper-pagination {
  bottom: -20px !important;
  color: black;
}
.development ul li .swiper-area .swiper-button-prev,
.development ul li .swiper-area .swiper-button-next {
  color: rgb(255, 255, 255);
  transition: all 0.3s;
}
.development ul li .swiper-area .swiper-button-prev:hover,
.development ul li .swiper-area .swiper-button-next:hover {
  opacity: 1;
  color: #00bfff;
}
.development ul li .swiper-area .swiper-button-prev:after,
.development ul li .swiper-area .swiper-button-next:after {
  content: "";
  /*contentを空にする*/
}
.development ul li .development__heading3 {
  font-family: var(--font-family-Ja);
  font-size: 290%;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-feature-settings: var(--font-feature);
  word-break: keep-all;
  /* 長い単語でも折り返し可能に */
  overflow-wrap: anywhere;
  font-size: 150%;
  line-height: 1.8rem;
  color: var(--color-grey-40);
}
.development ul li,
.development ul li .development__item--img {
  width: 100%;
  max-width: 360px;
  position: relative;
}
.development ul li img,
.development ul li .development__item--img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
  transform: scale(1.1);
}
.development ul li .curveBelt,
.development ul li .development__item--img .curveBelt {
  position: absolute;
  top: 16px;
  right: -30px;
}
.development ul li .curveBelt img,
.development ul li .development__item--img .curveBelt img {
  border: 1px solid rgb(212, 212, 212);
  width: 140px;
  height: 140px;
}
.development ul li .development__read-Ja {
  margin: 0 auto 3em auto;
  width: 90%;
  max-width: 560px;
  font-family: var(--font-family-Ja);
  font-size: 110%;
  font-style: normal;
  font-weight: var(--font-style-regular);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-feature-settings: var(--font-feature);
  color: var(--read-color);
  font-size: 100%;
  text-align: left;
  color: var(--read-color);
  width: 100%;
  margin: 20px 0;
}

.interviews {
  background: url("../images/bg_concrete2.avif");
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: overlay;
  display: grid;
  place-items: center;
}
.interviews__heading-Ja {
  font-family: var(--font-family-Ja);
  font-size: 290%;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-feature-settings: var(--font-feature);
  word-break: keep-all;
  /* 長い単語でも折り返し可能に */
  overflow-wrap: anywhere;
  color: var(--color-grey-70);
}
.interviews__read-Ja {
  margin: 0 auto 5em auto;
  max-width: 560px;
  margin: 0 auto 3em auto;
  width: 90%;
  max-width: 560px;
  font-family: var(--font-family-Ja);
  font-size: 110%;
  font-style: normal;
  font-weight: var(--font-style-regular);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-feature-settings: var(--font-feature);
  color: var(--read-color);
}
.interviews .interviews__card {
  margin-bottom: 40px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.interviews .interviews__card--title {
  position: absolute;
  z-index: 100;
  margin: 10% auto;
  width: -moz-max-content;
  width: max-content;
  font-family: var(--font-family-Ja);
  font-size: 115%;
  line-height: 1.8rem;
  color: rgb(255, 255, 255);
}
.interviews .interviews__card--title span {
  background: var(--accent-color);
  padding: 1px;
}
.interviews .interviews__card--movie {
  position: relative;
}
.interviews .interviews__card--movie .interviews__include1,
.interviews .interviews__card--movie .interviews__include2 {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: -moz-max-content;
  width: max-content;
  font-family: var(--font-family-Ja);
  font-size: 100%;
  line-height: 1rem;
  color: rgb(255, 255, 255);
}
.interviews .interviews__card--movie .interviews__include1 span,
.interviews .interviews__card--movie .interviews__include2 span {
  background: rgba(0, 0, 0, 0.4);
  padding: 1px;
  margin-bottom: 5px;
}
.interviews .interviews__card--movie .interviews__include1.active,
.interviews .interviews__card--movie .interviews__include2.active {
  opacity: 1;
}
.interviews .interviews__card--movie video {
  width: 60%;
  /* 動画をレスポンシブ化 */
  max-width: calc(100vw - 64px);
  /* 動画の最大幅 */
  min-width: 300px;
  /* 動画の最小幅 */
  vertical-align: top;
  /* ↑動画の下の余白を削除 */
}
.interviews .interviews__card--avatar {
  width: calc(100% - clamp(1rem, 0.636rem + 1.82vw, 2rem));
  display: flex;
  place-items: center;
  margin: 0 auto 3em auto;
  width: 90%;
  max-width: 560px;
  font-family: var(--font-family-Ja);
  font-size: 110%;
  font-style: normal;
  font-weight: var(--font-style-regular);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-feature-settings: var(--font-feature);
  color: var(--read-color);
  margin: 0 0 clamp(1rem, 0.636rem + 1.82vw, 2rem) clamp(1rem, 0.636rem + 1.82vw, 2rem);
  line-height: 1.5em;
  text-align: left;
}
.interviews .interviews__card--avatar img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 16px 0 0;
}
.interviews .interviews__card--item {
  margin: 40px 0 0 0;
  display: flex;
  gap: 16px;
}
.interviews .interviews__card--item .interviews__card--photo {
  display: flex;
  width: 100% x;
}
.interviews .interviews__card--item .interviews__card--photo .interviews__read-Ja {
  margin: 0 auto 3em auto;
  width: 90%;
  max-width: 560px;
  font-family: var(--font-family-Ja);
  font-size: 110%;
  font-style: normal;
  font-weight: var(--font-style-regular);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-feature-settings: var(--font-feature);
  color: var(--read-color);
  text-align: left;
  margin: 0 clamp(1rem, 0.636rem + 1.82vw, 2rem);
}
@media screen and (max-width: 599px) {
  .interviews .interviews__card--item .interviews__card--photo .interviews__read-Ja {
    padding: 0 16px 0 0;
  }
}
@media screen and (min-width: 600px) {
  .interviews .interviews__card--item .interviews__card--photo .interviews__read-Ja {
    margin: 0 clamp(1rem, 0.636rem + 1.82vw, 2rem);
  }
}
.interviews .interviews__card--coordinate {
  display: flex;
  flex-flow: column;
  width: -moz-min-content;
  width: min-content;
}
.interviews .interviews__card--coordinate .interviews__card--img1,
.interviews .interviews__card--coordinate .interviews__card--img2,
.interviews .interviews__card--coordinate .interviews__card--img3 {
  width: clamp(11.25rem, 9.432rem + 9.09vw, 16.25rem);
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 400px;
  aspect-ratio: 9/16;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.interviews .interviews__card--coordinate .interviews__card--img1 .cover,
.interviews .interviews__card--coordinate .interviews__card--img2 .cover,
.interviews .interviews__card--coordinate .interviews__card--img3 .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  transition: all 1s ease-out;
}
.interviews .interviews__card--coordinate .interviews__card--img1 .cover .interviews .interviews__card--coordinate .interviews__card--img1 .cover.active,
.interviews .interviews__card--coordinate .interviews__card--img1 .cover .interviews .interviews__card--coordinate .interviews__card--img2 .cover.active,
.interviews .interviews__card--coordinate .interviews__card--img1 .cover .interviews .interviews__card--coordinate .interviews__card--img3 .cover.active,
.interviews .interviews__card--coordinate .interviews__card--img2 .cover .interviews .interviews__card--coordinate .interviews__card--img1 .cover.active,
.interviews .interviews__card--coordinate .interviews__card--img2 .cover .interviews .interviews__card--coordinate .interviews__card--img2 .cover.active,
.interviews .interviews__card--coordinate .interviews__card--img2 .cover .interviews .interviews__card--coordinate .interviews__card--img3 .cover.active,
.interviews .interviews__card--coordinate .interviews__card--img3 .cover .interviews .interviews__card--coordinate .interviews__card--img1 .cover.active,
.interviews .interviews__card--coordinate .interviews__card--img3 .cover .interviews .interviews__card--coordinate .interviews__card--img2 .cover.active,
.interviews .interviews__card--coordinate .interviews__card--img3 .cover .interviews .interviews__card--coordinate .interviews__card--img3 .cover.active {
  background-color: rgb(255, 3, 3);
}
.interviews .interviews__card--coordinate .interviews__card--img1 img,
.interviews .interviews__card--coordinate .interviews__card--img2 img,
.interviews .interviews__card--coordinate .interviews__card--img3 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  transform: scale(1.3);
}
.interviews .interviews__card3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.item {
  width: 100vw;
  background: url("../images/bg_concrete2.avif");
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: overlay;
  display: grid;
  place-items: center;
}
.item__heading-Ja {
  font-family: var(--font-family-Ja);
  font-size: 290%;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-feature-settings: var(--font-feature);
  word-break: keep-all;
  /* 長い単語でも折り返し可能に */
  overflow-wrap: anywhere;
  color: var(--color-grey-70);
}
.item__read-Ja {
  margin: 0 auto 3em auto;
  width: 90%;
  max-width: 560px;
  font-family: var(--font-family-Ja);
  font-size: 110%;
  font-style: normal;
  font-weight: var(--font-style-regular);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-feature-settings: var(--font-feature);
  color: var(--read-color);
}
.item__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.item__color {
  display: grid;
  place-items: center;
  font-family: var(--font-family-En);
  font-size: 1.5rem;
  margin: 20px;
}
.item .item__name {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -10px;
  right: 30px;
  z-index: -1;
}
.item .item__name img {
  width: 70%;
  height: 70%;
  border-radius: 0 30% 0 30%;
}
.item .item__name p {
  margin-top: 8px;
  font-family: var(--font-family-En);
  font-size: 150%;
  font-weight: 500;
  color: var(--read-color);
}
.item .sizeMeasurementSystem {
  margin-bottom: 40px;
  height: 100%;
}
.item .sizeMeasurementSystem p {
  display: grid;
  place-items: center;
  width: 90%;
  max-width: 560px;
  font-family: var(--font-family-En);
  font-size: 110%;
  font-style: normal;
  font-weight: var(--font-style-regular);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-feature-settings: var(--font-feature);
  color: var(--read-color);
  width: clamp(18.75rem, 11.932rem + 34.09vw, 37.5rem);
  height: clamp(37.5rem, 23.864rem + 34.09vw, 75rem);
  max-width: 600px;
  border: 1px solid rgb(193, 193, 193);
  background: rgba(255, 255, 255, 0.4);
}

.price {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .price img {
    width: 150px;
  }
}
@media screen and (min-width: 600px) {
  .price img {
    width: 200px;
  }
}

.btn__primary--buy {
  margin: 30px auto;
  width: 100%;
  border-radius: 3px;
}
.btn__primary--buy a {
  display: inline-block;
  position: relative;
  padding: 10px 40px;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  font-family: var(--font-family-Ja);
  font-size: 120%;
  color: var(--color-grey-30);
  border-radius: 3px;
}
.btn__primary--buy a::before {
  content: "Check!";
  position: absolute;
  top: -20%;
  left: -10%;
  font-family: var(--font-family-En);
  font-weight: var(--font-weight-bold);
  font-style: var(--font-style-italic);
  font-size: 140%;
  rotate: -5deg;
  color: var(--accent-color);
}
.btn__primary--buy a:link, .btn__primary--buy a:visited {
  color: var(--color-grey-30);
}
.btn__primary--buy a:hover {
  background-color: var(--accent-color-sub);
  cursor: pointer;
  color: white;
}
.btn__primary--buy a:active {
  background-color: var(--accent-color);
}

.sns__container {
  display: grid;
  place-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
.sns__container a {
  opacity: 1;
  transition: all 1s;
}
.sns__container a:hover {
  opacity: 0.5;
}
.sns__container img {
  vertical-align: top;
  margin: 0 20px;
  width: 40px;
  height: 40px;
}
.sns__container img.logo_unfilo {
  width: 60px;
  height: 40px;
}
@media screen and (min-width: 481px) {
  .sns__container img {
    width: 50px;
    height: 50px;
  }
  .sns__container img.logo_unfilo {
    width: 75px;
    height: 50px;
  }
}
@media screen and (min-width: 960px) {
  .sns__container img {
    width: 60px;
    height: 60px;
  }
  .sns__container img.logo_unfilo {
    width: 90px;
    height: 60px;
  }
}

.stuff__heading-En {
  font-family: var(--font-family-En);
  font-size: 330%;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  font-feature-settings: var(--font-feature);
}
.stuff__read-En {
  margin: 0 auto 1.5em auto;
  width: 90%;
  max-width: 560px;
  font-family: var(--font-family-En);
  font-size: 110%;
  font-style: normal;
  font-weight: var(--font-style-regular);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-feature-settings: var(--font-feature);
  color: var(--read-color);
  font-size: 110%;
  letter-spacing: 0.05em;
  color: var(--read-color);
}

.about {
  display: grid;
  place-items: center;
  width: 100%;
}
.about__heading-En {
  font-family: var(--font-family-En);
  font-size: 330%;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  font-feature-settings: var(--font-feature);
}
.about__read-Ja {
  margin: 0 auto 3em auto;
  width: 90%;
  max-width: 560px;
  font-family: var(--font-family-Ja);
  font-size: 110%;
  font-style: normal;
  font-weight: var(--font-style-regular);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-feature-settings: var(--font-feature);
  color: var(--read-color);
  font-size: 110%;
  color: var(--read-color);
}

aside .banner .p-brands__content a img {
  width: 300px;
  vertical-align: top;
  /* ↑動画の下の余白を削除 */
  margin-top: 10px;
}

footer {
  padding: 32px 0;
}
footer .footer--copyright {
  font-family: var(--font-family-En-R);
  font-size: 0.7rem;
  line-height: 1rem;
  letter-spacing: 0.01rem;
  color: var(--color-grey-60);
}

/* テーマスタイル */
@media screen and (max-width: 768px) {
  :root {
    --font-size: 14px;
  }
}
html {
  font-size: var(--font-size);
}

ul,
li {
  list-style: none;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

.container {
  display: grid;
  place-items: center;
  margin-bottom: 100px;
}
.container .list {
  /* レイアウト */
  max-width: 100%;
}

/* カードスタイル */
.item-inner {
  max-width: 400px;
  position: relative;
}
.item-inner::before {
  content: "Tap here!";
  position: absolute;
  top: -60px;
  left: 30px;
  writing-mode: vertical-rl;
  font-family: var(--font-family-En);
  font-size: 270%;
  font-weight: var(--font-weight-bold);
  font-style: italic;
  letter-spacing: -0.02rem;
  color: var(--accent-color);
  rotate: -90deg;
  z-index: 10;
}

.icon-q:before,
.icon-a:before {
  font-family: var(--font-family-En);
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.05rem;
  color: rgb(108, 108, 108);
  position: absolute;
  bottom: 60px;
  right: -30px;
}

.icon-q:before {
  content: "Front";
}

.icon-a:before {
  content: "Back";
}

.item-front {
  background: url("../images/model_front.avif");
}

.item-back {
  background: url("../images/model_back.avif");
}

.item-front,
.item-back {
  width: 300px;
  height: 600px;
  position: relative;
  box-shadow: 0 0 1rem 1px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-size: cover;
}

.list-item {
  perspective: 1000px;
}

.item-front {
  z-index: 2;
  backface-visibility: hidden;
}

.item-back {
  position: absolute;
  z-index: 1;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  top: 0;
  left: 0;
}

.list-item:hover .item-inner {
  transform: rotateY(180deg);
}

.item-inner {
  transform-style: preserve-3d;
  transition: transform 1s ease;
}

.is-active {
  transform: rotateY(360deg);
}

.slider1,
.slider2,
.slider3 {
  width: 100vw;
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.slider1 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: slide-fade;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

.slider2 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: slide-fade;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

.slider3 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@keyframes slide-fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.slider1 div:first-of-type {
  background-image: url("../images/point1-1.avif");
}

.slider1 div:nth-of-type(2) {
  background-image: url("../images/point1-2.avif");
  animation-delay: 4s;
}

.slider2 div:first-of-type {
  background-image: url("../images/point2-1.avif");
}

.slider2 div:last-of-type {
  background-image: url("../images/point2-2.avif");
  animation-delay: 4s;
}

.slider3 div:first-of-type {
  background-image: url("../images/point3.avif");
}/*# sourceMappingURL=style__c1.css.map */