:root {
  --txt-base: #000000;
  --border-base: #999999;
  --primary-blue: #001e60;
  --primary-white: #ffffff;
  --secondary-blue: #4c6c85;
  --secondary-green: #6ea200;
  --secondary-yellow: #dade1a;
}
.l-header__nav-item.--product > a > p {
  color: var(--secondary-yellow);
}
.p-product-block {
  padding-bottom: 9rem;
}
@media screen and (min-width: 769px) {
  .p-product-block {
    padding-bottom: 6rem;
  }
}
.p-product-block__head {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-block__head {
    margin-bottom: 4.5rem;
    padding-left: 4rem;
  }
}
.p-product-block__head .c-btn {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-block__head .c-btn {
    margin-top: 3.5rem;
  }
}
.p-product-block__list {
  display: grid;
  gap: 2rem;
}
.p-product-block__item {
  position: relative;
  aspect-ratio: 335/550;
  overflow: hidden;
  padding: 2rem 2.2rem;
}
@media screen and (min-width: 769px) {
  .p-product-block__item {
    aspect-ratio: 1380/453;
    padding: 8rem 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-product-block__item.--mt {
  margin-top: 2rem;
}
.p-product-block__item.--s {
  background: url("/assets/img/common/series_bg_s.webp") no-repeat center/cover;
}
.p-product-block__item.--x {
  background: url("/assets/img/common/series_bg_x.webp") no-repeat center/cover;
}
.p-product-block__item.--f {
  background: url("/assets/img/common/series_bg_f.webp") no-repeat center/cover;
}
.p-product-block__item.--e {
  background:
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
    url("/assets/img/common/series_bg_e.webp") no-repeat center/cover;
}
.p-product-block__item.--n {
  background: url("/assets/img/common/series_bg_n.webp") no-repeat center/cover;
}
.p-product-block__item.--g {
  background: url("/assets/img/common/series_bg_g.webp") no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  .p-product-block__item.--g {
    padding: 7rem 15rem;
  }
}
.p-product-block__item .item-ttl {
  position: relative;
  width: fit-content;
  height: 6.2rem;
}
@media screen and (min-width: 769px) {
  .p-product-block__item .item-ttl {
    height: 9.3rem;
  }
}
.p-product-block__item.--g .item-ttl {
  width: fit-content;
  height: 7.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-block__item.--g .item-ttl {
    height: 14.3rem;
  }
}
.p-product-block__item .item-ttl img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.p-product-block__item .item-copy-l {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--primary-white);
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-block__item .item-copy-l {
    font-size: 3.2rem;
    margin-top: 2.5rem;
  }
}
.p-product-block__item.--g .item-copy-l {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-block__item.--g .item-copy-l {
    margin-top: 2.5rem;
  }
}
.p-product-block__item .item-copy-l img {
  width: auto;
  height: 2.9rem;
}
@media screen and (min-width: 769px) {
  .p-product-block__item .item-copy-l img {
    height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-product-block__item.--g .item-copy-l img {
    height: 6.4rem;
  }
}
.p-product-block__item .item-copy-s {
  position: relative;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-block__item .item-copy-s {
    margin-top: 2.5rem;
  }
}
.p-product-block__item .item-copy-s img {
  width: auto;
  height: 1.56rem;
}
@media screen and (min-width: 769px) {
  .p-product-block__item .item-copy-s img {
    height: 2rem;
  }
}
.p-product-block__item .item-btn-wrap {
  display: grid;
  gap: 2rem 0;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-product-block__item .item-btn-wrap {
    position: relative;
    bottom: 0;
    display: flex;
    gap: 0 2rem;
    margin-inline: unset;
  }
}
.p-product-block__item .c-btn {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-product-block__item .c-btn {
    position: relative;
    bottom: unset;
    margin-top: 3.5rem;
    margin-inline: unset;
  }
}
.p-product-block__item.--n .c-btn {
  position: relative;
}
.p-product-block__item.--n .c-btn p {
  display: block;
  font-size: 1.9rem;
  line-height: 1;
}
.p-product-block__item.--n .c-btn p span.small {
  font-size: 0.7em;
}
.p-product-block__item.--g .c-btn {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-block__item.--g .c-btn {
    margin-top: 3.5rem;
  }
}
.p-product-block__item .item-comingsoon {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  text-align: center;
  color: #b3b3b3;
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-product-block__item .item-comingsoon {
    font-size: 4.4rem;
  }
}
.p-product-block__item .item-img {
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-product-block__item .item-img {
    left: auto;
  }
}
.p-product-block__item.--s .item-img {
  aspect-ratio: 994/1433;
  width: 16rem;
  transform: translate(0rem, 3.4rem);
}
@media screen and (min-width: 769px) {
  .p-product-block__item.--s .item-img {
    width: 50rem;
    right: 17rem;
    transform: translate(0rem, 15rem);
  }
}
.p-product-block__item.--x .item-img {
  aspect-ratio: 532/626;
  width: 20.5rem;
  transform: translate(-0.5rem, 5rem);
}
@media screen and (min-width: 769px) {
  .p-product-block__item.--x .item-img {
    width: 68rem;
    right: 9.5rem;
    transform: translate(0rem, 19rem);
  }
}
.p-product-block__item.--f .item-img {
  aspect-ratio: 703/688;
  width: 25rem;
  transform: translate(-0.3rem, 5.3rem);
}
@media screen and (min-width: 769px) {
  .p-product-block__item.--f .item-img {
    width: 59.5rem;
    right: 7rem;
    transform: translate(0rem, 14rem);
  }
}
.p-product-block__item.--n .item-img {
  aspect-ratio: 433/356;
  width: 27.5rem;
  transform: translate(0rem, 3.5rem);
}
@media screen and (min-width: 769px) {
  .p-product-block__item.--n .item-img {
    aspect-ratio: 1118/661;
    width: 56.5rem;
    right: 7rem;
    transform: translateY(1.5rem);
  }
}
.p-product-block__item.--g .item-img {
  aspect-ratio: 551/292;
  width: 27.7rem;
  transform: translate(0rem, 7rem);
}
@media screen and (min-width: 769px) {
  .p-product-block__item.--g .item-img {
    aspect-ratio: 1500/597;
    width: 61.5rem;
    right: 4.5rem;
    transform: translateY(0.5rem);
  }
}
.p-product-block__item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-product-dtl {
  padding-bottom: 6rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl {
    padding-bottom: 6rem;
  }
}
.p-product-dtl .l-page-sub {
  margin-top: 0;
}
.p-product-dtl main {
  padding-bottom: 14rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl main {
    padding-bottom: 0;
  }
}
.p-product-dtl-fixbtn {
  width: 100%;
  background-color: var(--primary-white);
  padding: 1rem 0.5rem;
  position: fixed;
  bottom: 0;
  z-index: 5;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}
.p-product-dtl-fixbtn.is-visible {
  transform: translateY(0);
}
.p-product-dtl-fixbtn__btnwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-fixbtn__btnwrap {
    gap: 0 1rem;
  }
}
.p-product-dtl-fixbtn__btnwrap .c-btn {
  border: 1px solid var(--primary-blue);
}
@media screen and (max-width: 768px) {
  .p-product-dtl-fixbtn__btnwrap .c-btn {
    min-width: unset;
    width: calc((100% - 1.5rem) / 2);
    padding: 0.5rem 5rem 0.5rem 2.4rem;
  }
}
.p-product-dtl-fixbtn__btnwrap .c-btn p {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-fixbtn__btnwrap .c-btn p {
    font-size: 1.9rem;
  }
}
.p-product-dtl-mv {
  position: relative;
  aspect-ratio: 375/517;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 8rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv {
    aspect-ratio: 1440/533;
    max-height: 53.3rem;
    padding: 17rem 0 0;
  }
}
.p-product-dtl-mv.--s {
  background: url("/assets/img/common/series_bg_s.webp") no-repeat center/cover;
}
.p-product-dtl-mv.--x {
  background: url("/assets/img/common/series_bg_x.webp") no-repeat center/cover;
}
.p-product-dtl-mv.--f {
  background: url("/assets/img/common/series_bg_f.webp") no-repeat center/cover;
}
.p-product-dtl-mv.--n {
  background: url("/assets/img/common/series_bg_n.webp") no-repeat center/cover;
}
.p-product-dtl-mv.--g {
  background: url("/assets/img/common/series_bg_g.webp") no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv.--g {
    padding: 15rem 0 0;
  }
}
.p-product-dtl-mv .container {
  position: relative;
  height: 100%;
}
.p-product-dtl-mv__ttl {
  width: fit-content;
  height: 7rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv__ttl {
    height: 10rem;
    margin-left: -3.5rem;
  }
}
.p-product-dtl-mv__ttl.--g {
  height: 9rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv__ttl.--g {
    height: 15rem;
    margin-left: -4rem;
  }
}
.p-product-dtl-mv__ttl img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.p-product-dtl-mv__copy-l {
  width: fit-content;
  height: 4rem;
  margin: 2.5rem 0 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv__copy-l {
    height: 7rem;
    margin: 5.5rem 0 0 -3.5rem;
  }
}
.p-product-dtl-mv__copy-l.--g {
  height: 8rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv__copy-l.--g {
    height: 14rem;
    margin: 2rem 0 0 -4rem;
  }
}
.p-product-dtl-mv__copy-l img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.p-product-dtl-mv__copy-s {
  margin: 1.5rem 0 0 0;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv__copy-s {
    margin: 2.5rem 0 0 -3.5rem;
  }
}
.p-product-dtl-mv__copy-s img {
  width: auto;
  height: 1.75rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv__copy-s img {
    height: 1.96rem;
  }
}
.p-product-dtl-mv__img {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv__img {
    position: absolute;
  }
}
.p-product-dtl-mv__img.--s {
  width: 24rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv__img.--s {
    width: 44.5rem;
    margin-top: 0;
    right: 8rem;
    top: -5rem;
  }
}
.p-product-dtl-mv__img.--x {
  width: 31rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv__img.--x {
    width: 55rem;
    margin-top: 0;
    right: 3.5rem;
    top: -4rem;
  }
}
.p-product-dtl-mv__img.--f {
  width: 34rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv__img.--f {
    width: 63.5rem;
    margin-top: 0;
    right: 1.5rem;
    top: -4.5rem;
  }
}
.p-product-dtl-mv__img.--ng {
  width: 21rem;
  transform: translateX(-25%);
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv__img.--ng {
    width: 31.5rem;
    transform: translateX(0);
    margin-top: 0;
    top: -5rem;
    right: 11.5rem;
  }
}
.p-product-dtl-mv__img.--nc {
  width: 22rem;
  transform: translateX(20%);
  margin-top: -8rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv__img.--nc {
    width: 34rem;
    transform: translateX(0);
    margin-top: 0;
    top: 8.5rem;
    right: -6rem;
  }
}
.p-product-dtl-mv__img.--g {
  width: 31rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mv__img.--g {
    width: 68.5rem;
    margin-top: 0;
    right: -2.5rem;
    top: 1rem;
  }
}
.p-product-dtl-head {
  position: relative;
  padding: 7.5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head {
    padding: 10rem 0 16rem;
  }
}
.p-product-dtl-head__movie {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-left: auto;
}
.p-product-dtl-head__movie .movie-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__movie .movie-ttl {
    font-size: 2.4rem;
  }
}
.p-product-dtl-head__movie .movie-wrap {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.p-product-dtl-head__movie .movie-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
  display: block;
}
.p-product-dtl-head__movie .movie-btn {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__movie .movie-btn {
    width: 10rem;
    height: 10rem;
  }
}
.p-product-dtl-head__movie .movie-btn.playing {
  display: none;
}
.p-product-dtl-head__block {
  position: relative;
  overflow: hidden;
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__block {
    grid-template-columns: 1fr 1fr;
  }
}
.p-product-dtl-head__block .block-video {
  position: absolute;
  width: 100%;
  height: 60%;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__block .block-video {
    width: 50%;
    height: 100%;
  }
}
.p-product-dtl-head__block .block-video.--left {
  top: -1%;
  left: 0;
  opacity: 0.2;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__block .block-video.--left {
    top: 0;
    clip-path: none;
  }
}
.p-product-dtl-head__block .block-video.--right {
  bottom: -1%;
  left: 0;
  opacity: 0.2;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__block .block-video.--right {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    clip-path: none;
  }
}
.p-product-dtl-head__block .block-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.p-product-dtl-head__block .block-item {
  position: relative;
  z-index: 1;
  aspect-ratio: 375/333.5;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__block .block-item {
    aspect-ratio: unset;
    height: 124rem;
    max-height: 125rem;
    padding: 37rem 0 20rem 0;
  }
}
.p-product-dtl-head__block .block-img {
  position: absolute;
  z-index: 1;
}
.p-product-dtl-head__block .block-img.--left {
  width: 80%;
  top: 5rem;
  left: -9rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__block .block-img.--left {
    width: 129%;
    max-width: 930px;
    margin-left: 0;
    position: absolute;
    top: 37rem;
    left: auto;
    right: 150px;
  }
}
.p-product-dtl-head__block .block-img.--right {
  width: 90%;
  bottom: 3.5rem;
  right: -15rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__block .block-img.--right {
    width: 144%;
    max-width: 1040px;
    position: absolute;
    top: 37rem;
    bottom: auto;
    left: 155px;
    right: auto;
  }
}
.p-product-dtl-head__block .block-ttl {
  font-family: "Inter", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  height: fit-content;
  color: var(--primary-white);
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__block .block-ttl {
    font-size: 10rem;
  }
}
.p-product-dtl-head__block .block-ttl.--left {
  transform: translate(85%, -50%);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__block .block-ttl.--left {
    transform: translate(0, 11%);
    right: 50px;
  }
}
.p-product-dtl-head__block .block-ttl.--right {
  transform: translate(23%, 8%);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__block .block-ttl.--right {
    transform: translate(0, 11%);
    left: 50px;
  }
}
.p-product-dtl-head__block .block-ttl span {
  font-size: 3.2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__block .block-ttl span {
    font-size: 6rem;
  }
}
.p-product-dtl-head__bg {
  width: auto;
  height: 9.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__bg {
    height: 32.3rem;
  }
}
.p-product-dtl-head__bg.--s {
  transform: translateX(-7rem);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__bg.--s {
    transform: translateX(-30rem);
  }
}
.p-product-dtl-head__bg.--x {
  transform: translateX(-6.5rem);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__bg.--x {
    transform: translateX(-28.5rem);
  }
}
.p-product-dtl-head__bg.--f {
  transform: translateX(-7rem);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__bg.--f {
    transform: translateX(-30rem);
  }
}
.p-product-dtl-head__bg.--n {
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(4rem);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__bg.--n {
    top: 19rem;
    bottom: auto;
    transform: translateY(0);
  }
}
.p-product-dtl-head__bg.--g {
  height: 14rem;
  transform: translateX(-3rem);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-head__bg.--g {
    height: 46rem;
    transform: translateX(-21rem);
  }
}
.p-product-dtl-head__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-product-dtl-block .block-head {
  position: relative;
  padding: 0 0 0 3rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .block-head {
  }
}
.p-product-dtl-block .block-num {
  display: inline-block;
  width: auto;
  height: 7rem;
  position: absolute;
  top: -2.5rem;
  left: 0;
  transform: translateX(-0.5rem);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .block-num {
    height: 21.7rem;
    transform: none;
  }
}
.p-product-dtl-block .block-num img {
  width: auto;
  height: 100%;
}
.p-product-dtl-block .block-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .block-ttl {
    font-size: 4.8rem;
  }
}
.p-product-dtl-cta {
  padding: 5.5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-cta {
    padding: 6.4rem 0;
    margin-bottom: 6rem;
  }
}
.p-product-dtl-cta.--s {
  background: url("/assets/img/common/series_bg_s.webp") no-repeat center/cover;
}
.p-product-dtl-cta.--x {
  background: url("/assets/img/common/series_bg_x.webp") no-repeat center/cover;
}
.p-product-dtl-cta.--f {
  background: url("/assets/img/common/series_bg_f.webp") no-repeat center/cover;
}
.p-product-dtl-cta.--n {
  background: url("/assets/img/common/series_bg_n.webp") no-repeat center/cover;
}
.p-product-dtl-cta.--g {
  background: url("/assets/img/common/series_bg_g.webp") no-repeat center/cover;
}
.p-product-dtl-cta__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-white);
  text-align: center;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-cta__ttl {
    margin-bottom: 4rem;
  }
}
.p-product-dtl-cta__btnwrap + .p-product-dtl-cta__ttl {
  margin-top: 3rem;
}
.p-product-dtl-cta__btnwrap {
  display: grid;
  gap: 1.7rem 1.7rem;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-cta__btnwrap {
    width: 70%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem 3rem;
  }
}
.p-product-dtl-cta__btnwrap .c-btn {
  border: 1px solid var(--primary-blue);
  width: 25.5rem;
  height: 6.6rem;
}
.p-product-dtl-cta__btnwrap .c-btn p {
  display: block;
  font-size: 1.9rem;
  line-height: 1;
}
.p-product-dtl-cta__btnwrap .c-btn span.icon {
  right: 1.5rem;
}
.p-product-dtl-s-head {
  position: relative;
  padding: 7.5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-s-head {
    padding: 18.5rem 0 8rem;
  }
}
.p-product-dtl-s-head__img {
  position: relative;
}
.p-product-dtl-s-head__img .img-wrap {
  width: 102%;
  height: auto;
  transform: translateX(3rem);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-s-head__img .img-wrap {
    transform: translateX(23rem);
  }
}
.p-product-dtl-block .s-01 {
  padding: 11rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .s-01 {
    padding: 21rem 0 0;
  }
}
.p-product-dtl-block .s-01-inner {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .s-01-inner {
    grid-template-columns: 37% 1fr;
    grid-template-rows: auto 1fr;
    gap: 5.5rem 7rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .s-01-head {
    padding: 3rem 0 0;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .s-01-head .block-num {
    top: -4rem;
    left: auto;
    right: 4rem;
  }
}
.p-product-dtl-block .s-01-head .block-ttl {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .s-01-head .block-ttl {
    margin-bottom: 2.5rem;
  }
}
.p-product-dtl-block .s-01-img {
  width: 60%;
  margin: 2rem auto;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .s-01-img {
    width: 92%;
    margin: 0 0 0 auto;
    grid-column: 1/2;
    grid-row: 1/3;
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    z-index: 1;
  }
}
.p-product-dtl-block .s-01-box {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .s-01-box {
    width: 85%;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.p-product-dtl-block .s-01-box-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .s-01-box-ttl {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.p-product-dtl-block .s-01-box-txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .s-01-box-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .s-01-box-txt + .s-01-box-txt {
  margin-top: 1.5rem;
}
.p-product-dtl-block .s-02 {
    padding: 11rem 0 0;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-02 {
        padding: 14rem 0 0;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-02-inner {
        display: grid;
        grid-template-columns: 44.5% 1fr;
        gap: 0 1rem;
        align-items: start;
    }
}
.p-product-dtl-block .s-02-head {
    margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-02-head {
        padding: 5rem 0 0 10rem;
        margin-bottom: 5rem;
        position: sticky;
        top: 8rem;
        align-self: start;
        height: fit-content;
        z-index: 1;
        order: 1;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-02-head .block-num {
        position: relative;
        top: 6rem;
        left: -12.5rem;
    }
}
.p-product-dtl-block .s-02-body {
    display: grid;
    gap: 8rem 0;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-02-body {
        padding-top: 4rem;
        padding-right: 6rem;
        gap: 4rem 0;
        order: 2;
    }
}
.p-product-dtl-block .s-02-body-img {
    width: 80%;
    height: auto;
    margin-top: 2.5rem;
    margin-inline: auto;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-02-body-img {
        margin-top: 5rem;
    }
}
.p-product-dtl-block .s-02-body-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2727272727;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-02-body-ttl {
        font-size: 2.8rem;
    }
}

.p-product-dtl-block .s-03 {
    padding: 11rem 0 0;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-03 {
        padding: 14rem 0 0;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-03-inner {
        display: grid;
        grid-template-columns: 44.5% 1fr;
        gap: 0 1rem;
        align-items: start;
    }
}
.p-product-dtl-block .s-03-head {
    margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-03-head {
        padding: 5rem 0 0 10rem;
        position: sticky;
        top: 8rem;
        align-self: start;
        height: fit-content;
        z-index: 1;
        order: 2;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-03-head .block-num {
        top: -4rem;
        left: auto;
        right: -7rem;
    }
}
.p-product-dtl-block .s-03-body {
    display: grid;
    gap: 8rem 0;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-03-body {
        padding-top: 4rem;
        padding-right: 6rem;
        gap: 4rem 0;
        order: 1;
    }
}
.p-product-dtl-block .s-03-body-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2727272727;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-03-body-ttl {
        font-size: 2.8rem;
    }
}

.p-product-dtl-block .s-04 {
    padding: 11rem 0 0;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-04 {
        padding: 14rem 0 0;
    }
}
@media screen and (min-width: 769px) {
.p-product-dtl-block .s-04-inner {
    display: grid;
    grid-template-columns: 44.5% 1fr;
    gap: 0 4rem;
    align-items: start;
}
}
.p-product-dtl-block .s-04-head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .s-04-head {
    padding: 5rem 0 0 10rem;
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    z-index: 1;
    orphans: 1;
  }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-04-head .block-ttl {
        margin-top: -7rem;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-04-head .block-num {
        position: relative;
        top: 0;
        left: -12.5rem;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-04-body {
        padding-top: 20rem;
        padding-right: 6rem;
        gap: 4rem 0;
        order: 2;
    }
}
.p-product-dtl-block .s-04-body {
    display: grid;
    gap: 8rem 0;
}
.p-product-dtl-block .s-04-body-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2727272727;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-04-body-ttl {
        font-size: 2.8rem;
    }
}
.p-product-dtl-block .s-05 {
    padding: 11rem 0 0;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-05 {
        padding: 14rem 0 0;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-05-inner {
        display: grid;
        grid-template-columns: 44.5% 1fr;
        gap: 0 1rem;
        align-items: start;
    }
}
.p-product-dtl-block .s-05-head {
    margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-05-head {
        padding: 5rem 0 0 10rem;
        position: sticky;
        top: 8rem;
        align-self: start;
        height: fit-content;
        z-index: 1;
        order: 2;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-05-head .block-num {
        top: -4rem;
        left: auto;
        right: -7rem;
    }
}
.p-product-dtl-block .s-05-body {
    display: grid;
    gap: 8rem 0;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-05-body {
        padding-top: 4rem;
        padding-right: 6rem;
        gap: 4rem 0;
        order: 1;
    }
}
.p-product-dtl-block .s-05-body-img {
    width: 80%;
    height: auto;
    margin-top: 2.5rem;
    margin-inline: auto;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-05-body-img {
        margin-top: 5rem;
    }
}
.p-product-dtl-block .s-05-body-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2727272727;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-05-body-ttl {
        font-size: 2.8rem;
    }
}

.p-product-dtl-block .s-06 {
    padding: 11rem 0 0;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-06 {
        padding: 14rem 0 0;
    }
}
@media screen and (min-width: 769px) {
.p-product-dtl-block .s-06-inner {
    display: grid;
    grid-template-columns: 44.5% 1fr;
    gap: 0 4rem;
    align-items: start;
}
}
.p-product-dtl-block .s-06-head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .s-06-head {
    padding: 5rem 0 0 10rem;
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    z-index: 1;
    order: 1;
  }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-06-head .block-ttl {
        margin-top: -7rem;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-06-head .block-num {
        position: relative;
        top: 0;
        left: -12.5rem;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-06-body {
        padding-top: 20rem;
        padding-right: 6rem;
        gap: 4rem 0;
        order: 2;
    }
}
.p-product-dtl-block .s-06-body {
    display: grid;
    gap: 8rem 0;
}
.p-product-dtl-block .s-06-body-img {
    width: 80%;
    height: auto;
    margin-top: 2.5rem;
    margin-inline: auto;
    overflow: hidden;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-06-body-img {
        margin-top: 5rem;
    }
}
.p-product-dtl-block .s-06-body-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2727272727;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-06-body-ttl {
        font-size: 2.8rem;
    }
}

.p-product-dtl-block .s-07 {
    padding: 11rem 0 0;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-07 {
        padding: 20rem 0 0;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-07-inner {
        display: grid;
        grid-template-columns: 44.5% 1fr;
        gap: 0 1rem;
        align-items: start;
    }
}
.p-product-dtl-block .s-07-head {
    margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-07-head {
        padding: 5rem 0 0 10rem;
        position: sticky;
        top: 8rem;
        align-self: start;
        height: fit-content;
        z-index: 1;
        order: 2;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-07-head .block-num {
        top: -4rem;
        left: auto;
        right: -7rem;
    }
}
.p-product-dtl-block .s-07-body {
    display: grid;
    gap: 8rem 0;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-07-body {
        padding-top: 5rem;
        padding-right: 6rem;
        gap: 4rem 0;
        order: 1;
    }
}
.p-product-dtl-block .s-07-body-img {
    width: 100%;
    height: auto;
    margin-bottom: 2.5rem;
    overflow: hidden;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-07-body-img {
        margin-bottom: 2rem;
    }
}
.p-product-dtl-block .s-07-body-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2727272727;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-07-body-ttl {
        font-size: 2.8rem;
    }
}
.p-product-dtl-block .s-07-body-txt.--s {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .s-07-body-txt.--s {
  font-size: 1rem;
}
}
.p-product-dtl-block .s-08 {
    padding: 11rem 0 12.5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-08 {
        padding: 12rem 0 17.5rem;
    }
}
@media screen and (min-width: 769px) {
.p-product-dtl-block .s-08-inner {
    display: grid;
    grid-template-columns: 44.5% 1fr;
    gap: 0 4rem;
    align-items: start;
}
}
.p-product-dtl-block .s-08-head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .s-08-head {
    padding: 5rem 0 0 10rem;
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    z-index: 1;
    order: 1;
  }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-08-head .block-ttl {
        margin-top: -7rem;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-08-head .block-num {
        position: relative;
        top: 0;
        left: -12.5rem;
    }
}
.p-product-dtl-block .s-08-body {
    display: grid;
    gap: 8rem 0;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-08-body {
        padding-top: 20rem;
        padding-right: 6rem;
        gap: 4rem 0;
        order: 2;
    }
}
.p-product-dtl-block .s-08-body-img {
    width: 80%;
    height: auto;
    margin-top: 2.5rem;
    margin-inline: auto;
    overflow: hidden;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-08-body-img {
        margin-top: 5rem;
    }
}
.p-product-dtl-block .s-08-body-ttl {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2727272727;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .s-08-body-ttl {
        font-size: 2.8rem;
    }
}












.p-product-dtl-panel {
  background-color: var(--primary-white);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-panel__inner {
    display: grid;
    grid-template-columns: 50% 1fr;
    align-items: center;
  }
}

.p-product-dtl-panel__box {
  padding: 5rem 0 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-panel__box {
    padding: 0 0;
  }
}
.p-product-dtl-panel__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-panel__ttl {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
.p-product-dtl-panel__txt {
  font-size: 1.6rem;
}
.p-product-dtl-panel__img {
  aspect-ratio: 1440/836;
  width: 80vw;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-panel__img {
    width: 50vw;
    margin-inline: unset;
  }
}
.p-product-dtl-block .x-01 {
  padding: 10rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01 {
    padding: 27rem 0 0;
  }
}
.p-product-dtl-block .x-01-inner {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-inner {
    grid-template-columns: 37% 1fr;
    grid-template-rows: auto 1fr;
    gap: 5.5rem 7rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-head {
    padding: 3rem 0 0;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-head .block-num {
    top: -4rem;
    left: auto;
    right: 4rem;
  }
}
.p-product-dtl-block .x-01-head .block-ttl {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-head .block-ttl {
    margin-bottom: 2.5rem;
  }
}
.p-product-dtl-block .x-01-img {
  width: 60%;
  margin: 2rem auto;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-img {
    width: 92%;
    margin: 0 0 0 auto;
    grid-column: 1/2;
    grid-row: 1/3;
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    z-index: 1;
  }
}
.p-product-dtl-block .x-01-box {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-box {
    width: 85%;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.p-product-dtl-block .x-01-box-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-box-ttl {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.p-product-dtl-block .x-01-box-txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-box-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .x-01-box-txt + .x-01-box-txt {
  margin-top: 1.5rem;
}
.x-01-body-img {
  width: 80%;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .x-01-body-img {
    width: 70%;
    margin-top: 5rem;
  }
}
.x-01-2-body-img {
  width: 80%;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .x-01-2-body-img {
    width: 40%;
    margin-top: 5rem;
  }
}
.p-product-dtl-block .x-01-item {
  position: relative;
  aspect-ratio: 375/200;
  width: 100vw;
  height: auto;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-item {
    aspect-ratio: 1440/575;
  }
}
.p-product-dtl-block .x-01-item-bg {
  width: 100%;
  height: 100%;
}
.p-product-dtl-block .x-01-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .x-01-item-bg.--g img {
  object-position: 15% center;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-item-bg.--g img {
    object-position: center center;
  }
}
.p-product-dtl-block .x-01-item-bg.--c img {
  object-position: 70% center;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-item-bg.--c img {
    object-position: center center;
  }
}
.p-product-dtl-block .x-01-item-box {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  z-index: 1;
}
.p-product-dtl-block .x-01-item-box.--g {
  left: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-item-box.--g {
    left: 12rem;
  }
}
.p-product-dtl-block .x-01-item-box.--c {
  left: auto;
  right: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-item-box.--c {
    right: 11rem;
  }
}
.p-product-dtl-block .x-01-item-ttl {
  font-family: "Inter", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary-white);
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-item-ttl {
    font-size: 10rem;
    letter-spacing: 0.04em;
    margin-bottom: 2.5rem;
  }
}
.p-product-dtl-block .x-01-item-ttl span {
  font-size: 0.7em;
  display: inline;
  margin-right: 1rem;
}
.p-product-dtl-block .x-01-item-txt {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.65;
  color: var(--primary-white);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-01-item-txt {
    font-size: 2.4rem;
  }
}

.p-product-dtl-block .x-02 {
  padding: 14rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-02 {
    padding: 15.5rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-02-inner {
    display: grid;
    grid-template-columns: 42.5% 1fr;
    gap: 0 6rem;
    align-items: start;
    padding-right: 6rem;
  }
}
.p-product-dtl-block .x-02-head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-02-head {
    padding: 5rem 0 0 4rem;
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-02-head .block-num {
    position: relative;
    top: 0;
    left: -6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-02-head .block-ttl {
    margin-top: -7rem;
  }
}
.p-product-dtl-block .x-02-body {
  display: grid;
  gap: 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-02-body {
    padding-top: 22rem;
    gap: 4rem 0;
  }
}
.p-product-dtl-block .x-02-body-img {
  width: 80%;
  height: auto;
  margin-top: 2.5rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-02-body-img {
    margin-top: 5rem;
  }
}
.p-product-dtl-block .x-02-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .x-02-body-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-02-body-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-block .x-02-body-txt {
  font-size: 1.6rem;
  line-height: 1.85;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-02-body-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .x-02-body-txt.--s {
  font-size: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-02-body-txt.--s {
    font-size: 1.2rem;
  }
}



.p-product-dtl-block .x-03 {
  padding: 14rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-03 {
    padding: 15.5rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-03-inner {
    display: grid;
    grid-template-columns: 42.5% 1fr;
    gap: 0 6rem;
    align-items: start;
    padding-left: 4rem;
  }
}
.p-product-dtl-block .x-03-head {
    margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .x-03-head {
        padding: 5rem 0 0 10rem;
        position: sticky;
        top: 8rem;
        align-self: start;
        height: fit-content;
        z-index: 1;
        order: 2;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .x-03-head .block-num {
        top: -4rem;
        left: auto;
        right: -7rem;
    }
}
.p-product-dtl-block .x-03-body {
  display: grid;
  gap: 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-03-body {
    padding-top: 6rem;
    gap: 4rem 0;
    order: 1;
  }
}
.p-product-dtl-block .x-03-body-img {
  width: 80%;
  height: auto;
  margin-top: 2.5rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-03-body-img {
    margin-top: 5rem;
  }
}
.p-product-dtl-block .x-03-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .x-03-body-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-03-body-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-block .x-03-body-txt {
  font-size: 1.6rem;
  line-height: 1.85;
}
.p-product-dtl-block .x-03-body-txt:nth-of-type(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-03-body-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .x-03-body-txt.--s {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-03-body-txt.--s {
    font-size: 1.6rem;
  }
}


.p-product-dtl-block .x-0 {
  padding: 3rem 0 7rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-0 {
    padding: 7rem 0 27rem;
  }
}
.p-product-dtl-block .x-0-inner {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-0-inner {
    grid-template-columns: 1fr 53%;
    grid-template-rows: auto auto auto;
    gap: 0 6rem;
  }
}
.p-product-dtl-block .x-0-inner-r {
  position: relative;
}
.p-product-dtl-block .x-0-head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-0-head {
    padding: 0 0 0 4rem;
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-0-head .block-num {
    top: -17.5rem;
    left: -2.5rem;
  }
}
.p-product-dtl-block .x-0-btnwrap {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-0-btnwrap {
    grid-column: 1/2;
    grid-row: 2/3;
    gap: 0 1rem;
    padding-left: 4rem;
    margin-bottom: 4.5rem;
  }
}
.p-product-dtl-block .x-0-btn {
  display: block;
  aspect-ratio: 164/50;
  width: calc((100% - 0.8rem) / 2);
  height: auto;
  border-radius: 9999px;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: var(--primary-white);
  background-color: var(--primary-blue);
  opacity: 0.2;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-0-btn {
    aspect-ratio: 230/50;
    width: 23rem;
  }
}
.p-product-dtl-block .x-0-btn.is-active {
  opacity: 1;
}
.p-product-dtl-block .x-0-txtbox {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-0-txtbox {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.p-product-dtl-block .x-0-txtitem {
  position: absolute;
  top: 0;
  left: 0;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-0-txtitem {
    left: 4rem;
  }
}
.p-product-dtl-block .x-0-txtitem.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.p-product-dtl-block .x-0-txt {
  font-size: 1.6rem;
  line-height: 1.85;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-0-txt {
    line-height: 2;
    margin-bottom: 2.5rem;
  }
}
.p-product-dtl-block .x-0-spec {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-product-dtl-block .x-0-imgwrap {
  position: relative;
  aspect-ratio: 1677/1022;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-0-imgwrap {
    grid-column: 2/3;
    grid-row: 1/4;
    aspect-ratio: unset;
  }
}
.p-product-dtl-block .x-0-img {
  width: 95%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-0-img {
    width: 115%;
    right: auto;
    margin-inline: unset;
  }
}
.p-product-dtl-block .x-0-img.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-product-dtl-block .x-04 {
  padding: 11rem 0 7rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-04 {
    padding: 15.5rem 0 20rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-04-inner {
    display: grid;
    grid-template-columns: 42.5% 1fr;
    gap: 0 6rem;
    align-items: start;
    padding-right: 6rem;
  }
}
.p-product-dtl-block .x-04-head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-04-head {
    padding: 5rem 0 0 4rem;
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-04-head .block-num {
    position: relative;
    top: 0;
    left: -6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-04-head .block-ttl {
    margin-top: -7rem;
  }
}
.p-product-dtl-block .x-04-body {
  display: grid;
  gap: 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-04-body {
    padding-top: 22rem;
    gap: 4rem 0;
  }
}
.p-product-dtl-block .x-04-body-img {
  width: 100%;
  height: auto;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-04-body-img {
    width: 70%;
    margin-top: 5rem;
  }
}
.p-product-dtl-block .x-04-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .x-04-body-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-04-body-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-block .x-04-body-txt {
  font-size: 1.6rem;
  line-height: 1.85;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-04-body-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .x-04-body-txt.--s {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-04-body-txt.--s {
    font-size: 1.6rem;
  }
}

.p-product-dtl-block .x-05 {
  padding: 11rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-05 {
    padding: 15.5rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-05-inner {
    display: grid;
    grid-template-columns: 42.5% 1fr;
    gap: 0 6rem;
    align-items: start;
    padding-left: 4rem;
  }
}
.p-product-dtl-block .x-05-head {
    margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .x-05-head {
        padding: 5rem 0 0 10rem;
        position: sticky;
        top: 8rem;
        align-self: start;
        height: fit-content;
        z-index: 1;
        order: 2;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .x-05-head .block-num {
        top: -4rem;
        left: auto;
        right: -7rem;
    }
}
.p-product-dtl-block .x-05-body {
  display: grid;
  gap: 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-05-body {
    padding-top: 6rem;
    gap: 4rem 0;
    order: 1;
  }
}
.p-product-dtl-block .x-05-body-img {
  width: 80%;
  height: auto;
  margin-top: 2.5rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-05-body-img {
    margin-top: 5rem;
  }
}
.p-product-dtl-block .x-05-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .x-05-body-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-05-body-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-block .x-05-body-txt {
  font-size: 1.6rem;
  line-height: 1.85;
}
.p-product-dtl-block .x-05-body-txt:nth-of-type(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-05-body-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .x-05-body-txt.--s {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-05-body-txt.--s {
    font-size: 1.6rem;
  }
}


.p-product-dtl-block .x-06 {
  padding: 14rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-06 {
    padding: 15.5rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-06-inner {
    display: grid;
    grid-template-columns: 42.5% 1fr;
    gap: 0 6rem;
    align-items: start;
    padding-right: 6rem;
  }
}
.p-product-dtl-block .x-06-head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-06-head {
    padding: 5rem 0 0 4rem;
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-06-head .block-num {
    position: relative;
    top: 0;
    left: -6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-06-head .block-ttl {
    margin-top: -7rem;
  }
}
.p-product-dtl-block .x-06-body {
  display: grid;
  gap: 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-06-body {
    padding-top: 22rem;
    gap: 4rem 0;
  }
}
.p-product-dtl-block .x-06-body-img {
  width: 100%;
  height: auto;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-06-body-img {
    width: 60%;
    margin-top: 5rem;
  }
}
.p-product-dtl-block .x-06-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .x-06-body-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-06-body-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-block .x-06-body-txt {
  font-size: 1.6rem;
  line-height: 1.85;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-06-body-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .x-06-body-txt.--s {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-06-body-txt.--s {
    font-size: 1.6rem;
  }
}


.p-product-dtl-block .x-07 {
  padding: 14rem 0 12.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-07 {
    padding: 15.5rem 0 15.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-07-inner {
    display: grid;
    grid-template-columns: 42.5% 1fr;
    gap: 0 6rem;
    align-items: start;
    padding-left: 4rem;
  }
}
.p-product-dtl-block .x-07-head {
    margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .x-07-head {
        padding: 5rem 0 0 10rem;
        position: sticky;
        top: 8rem;
        align-self: start;
        height: fit-content;
        z-index: 1;
        order: 2;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .x-07-head .block-num {
        top: -4rem;
        left: auto;
        right: -7rem;
    }
}
.p-product-dtl-block .x-07-body {
  display: grid;
  gap: 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-07-body {
    padding-top: 6rem;
    gap: 4rem 0;
    order: 1;
  }
}
.p-product-dtl-block .x-07-body-img {
  width: 80%;
  height: auto;
  margin-top: 2.5rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-07-body-img {
    margin-top: 5rem;
  }
}
.p-product-dtl-block .x-07-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .x-07-body-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-07-body-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-block .x-07-body-txt {
  font-size: 1.6rem;
  line-height: 1.85;
}
.p-product-dtl-block .x-07-body-txt:nth-of-type(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-07-body-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .x-07-body-txt.--s {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .x-07-body-txt.--s {
    font-size: 1.6rem;
  }
}


.p-product-dtl-naming {
  background-color: var(--primary-white);
  padding: 5rem 0 9rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-naming {
    padding: 5rem 0 10rem;
  }
}
.p-product-dtl-naming__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-naming__ttl {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
.p-product-dtl-block .f-01 {
  display: grid;
  gap: 5.5rem 0;
  padding: 10rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01 {
    padding: 18rem 0 0;
  }
}

.p-product-dtl-block .f-01-head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-head {
    padding: 14rem 0 0 15rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-head .block-num {
    top: 0.5rem;
    left: 2.5rem;
  }
}

.p-product-dtl-block .f-01-inner-top {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-inner-top {
    grid-template-columns: 37% 1fr;
    grid-template-rows: auto 1fr;
    gap: 5.5rem 7rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-head {
    padding: 3rem 0 0;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-head .block-num {
    top: -4rem;
    left: auto;
    right: 4rem;
  }
}
.p-product-dtl-block .f-01-head .block-ttl {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-head .block-ttl {
    margin-bottom: 2.5rem;
  }
}
.p-product-dtl-block .f-01-img {
  width: 60%;
  margin: 2rem auto;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-img {
    width: 92%;
    margin: 0 0 0 auto;
    grid-column: 1/2;
    grid-row: 1/3;
    position: sticky;
    top: 5rem;
    align-self: start;
    height: fit-content;
    z-index: 1;
  }
}
.p-product-dtl-block .f-01-box {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-box {
    width: 85%;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.p-product-dtl-block .f-01-box-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-box-ttl {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.p-product-dtl-block .f-01-box-txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-box-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .f-01-box-txt + .f-01-box-txt {
  margin-top: 1.5rem;
}
.p-product-dtl-block .f-01-color-inner {
  padding: 0 2rem;
  display: grid;
  gap: 2rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-color-inner {
    grid-template-columns: 60% 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-color-txtbox {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 0 3rem;
  }
}
.p-product-dtl-block .f-01-color-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-color-ttl {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.p-product-dtl-block .f-01-color-txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-color-txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-product-dtl-block .f-01-color-imgbox {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-color-imgbox {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.p-product-dtl-block .f-01-color-img {
  aspect-ratio: 861/483;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.p-product-dtl-block .f-01-color-img.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.p-product-dtl-block .f-01-color-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .f-01-color-img figcaption {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 0.5rem;
  margin-right: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-color-btnbox {
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 2rem 0 0 4rem;
  }
}
.p-product-dtl-block .f-01-color-btntxt {
  font-size: 1.4rem;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-color-btntxt {
    margin-bottom: 2rem;
  }
}
.p-product-dtl-block .f-01-color-btnwrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.8rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-color-btnwrap {
    width: 66%;
    gap: 2.5rem 1.8rem;
  }
}
.p-product-dtl-block .f-01-color-btn {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 9999px;
}
.p-product-dtl-block .f-01-color-btn[data-color="0"] {
  background-color: #039;
}
.p-product-dtl-block .f-01-color-btn[data-color="0"].is-active::before {
  border-color: #039;
}
.p-product-dtl-block .f-01-color-btn[data-color="1"] {
  background-color: green;
}
.p-product-dtl-block .f-01-color-btn[data-color="1"].is-active::before {
  border-color: green;
}
.p-product-dtl-block .f-01-color-btn[data-color="2"] {
  background-color: lime;
}
.p-product-dtl-block .f-01-color-btn[data-color="2"].is-active::before {
  border-color: lime;
}
.p-product-dtl-block .f-01-color-btn[data-color="3"] {
  background-color: blue;
}
.p-product-dtl-block .f-01-color-btn[data-color="3"].is-active::before {
  border-color: blue;
}
.p-product-dtl-block .f-01-color-btn[data-color="4"] {
  background-color: purple;
}
.p-product-dtl-block .f-01-color-btn[data-color="4"].is-active::before {
  border-color: purple;
}
.p-product-dtl-block .f-01-color-btn[data-color="5"] {
  background-color: #ff8000;
}
.p-product-dtl-block .f-01-color-btn[data-color="5"].is-active::before {
  border-color: #ff8000;
}
.p-product-dtl-block .f-01-color-btn[data-color="6"] {
  background-color: #ff0;
}
.p-product-dtl-block .f-01-color-btn[data-color="6"].is-active::before {
  border-color: #ff0;
}
.p-product-dtl-block .f-01-color-btn[data-color="7"] {
  background-color: red;
}
.p-product-dtl-block .f-01-color-btn[data-color="7"].is-active::before {
  border-color: red;
}
.p-product-dtl-block .f-01-color-btn[data-color="8"] {
  background-color: #faf;
}
.p-product-dtl-block .f-01-color-btn[data-color="8"].is-active::before {
  border-color: #faf;
}
.p-product-dtl-block .f-01-color-btn[data-color="9"] {
  background-color: #f0f;
}
.p-product-dtl-block .f-01-color-btn[data-color="9"].is-active::before {
  border-color: #f0f;
}
.p-product-dtl-block .f-01-color-btn[data-color="10"] {
  background-color: #fff;
  border: 1px solid #c2c2c2;
}
.p-product-dtl-block .f-01-color-btn[data-color="10"].is-active::before {
  border-color: #fff;
}
.p-product-dtl-block .f-01-color-btn.is-active::before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 9999px;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-product-dtl-block .f-01-size {
  padding: 2rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-size .container {
    padding: 4rem 6rem 0 12rem;
  }
}
.p-product-dtl-block .f-01-size-inner {
  display: grid;
  gap: 4rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-size-inner {
    grid-template-columns: 1fr 50%;
    grid-template-rows: 1fr auto;
    gap: 8rem 3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-size-txtbox {
    grid-column: 1/2;
    grid-row: 1/3;
    padding: 2rem 0;
  }
}
.p-product-dtl-block .f-01-size-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-size-ttl {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.p-product-dtl-block .f-01-size-txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-size-txt {
    line-height: 2;
  }
}
.f-01-body-img {
    width: 80%;
    margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .f-01-body-img {
    width: 50%;
    margin-top: 5rem;
    margin-inline: auto;
  }
}
.p-product-dtl-block .f-01-size-imgwrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-size-imgwrap {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.p-product-dtl-block .f-01-size-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.p-product-dtl-block .f-01-size-img.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.p-product-dtl-block .f-01-size-btnwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.8rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-size-btnwrap {
    grid-column: 2/3;
    grid-row: 2/3;
    gap: 0 1rem;
  }
}
.p-product-dtl-block .f-01-size-btn {
  display: block;
  aspect-ratio: 164/50;
  width: calc((100% - 0.8rem) / 2);
  height: auto;
  border-radius: 9999px;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: var(--primary-white);
  background-color: var(--primary-blue);
  opacity: 0.2;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-01-size-btn {
    aspect-ratio: 230/50;
    width: 23rem;
  }
}
.p-product-dtl-block .f-01-size-btn.is-active {
  opacity: 1;
}

.p-product-dtl-block .f-02 {
  padding: 14rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-02 {
    padding: 15.5rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-02-inner {
    display: grid;
    grid-template-columns: 42.5% 1fr;
    gap: 0 6rem;
    align-items: start;
    padding-right: 6rem;
  }
}
.p-product-dtl-block .f-02-head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-02-head {
    padding: 5rem 0 0 4rem;
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-02-head .block-num {
    position: relative;
    top: 0;
    left: -6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-02-head .block-ttl {
    margin-top: -7rem;
  }
}
.p-product-dtl-block .f-02-body {
  display: grid;
  gap: 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-02-body {
    padding-top: 22rem;
    gap: 4rem 0;
  }
}
.p-product-dtl-block .f-02-body-img {
  width: 80%;
  height: auto;
  margin-bottom: 2.5rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-02-body-img {
    width: 40%;
    margin-top: 5rem;
  }
}
.p-product-dtl-block .f-02-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .f-02-body-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-02-body-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-block .f-02-body-txt {
  font-size: 1.6rem;
  line-height: 1.85;
}
.f-02-body-txt + .f-02-body-txt {
  margin-top: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-02-body-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .f-02-body-txt.--s {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-02-body-txt.--s {
    font-size: 1.6rem;
  }
}



.p-product-dtl-block .f-03 {
  padding: 14rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-03 {
    padding: 15.5rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-03-inner {
    display: grid;
    grid-template-columns: 42.5% 1fr;
    gap: 0 6rem;
    align-items: start;
    padding-left: 4rem;
  }
}
.p-product-dtl-block .f-03-head {
    margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .f-03-head {
        padding: 5rem 0 0 10rem;
        position: sticky;
        top: 8rem;
        align-self: start;
        height: fit-content;
        z-index: 1;
        order: 2;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .f-03-head .block-num {
        top: -4rem;
        left: auto;
        right: -7rem;
    }
}
.p-product-dtl-block .f-03-body {
  display: grid;
  gap: 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-03-body {
    padding-top: 6rem;
    gap: 4rem 0;
    order: 1;
  }
}
.p-product-dtl-block .f-03-body-img {
  width: 60%;
  height: auto;
  margin-top: 5rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-03-body-img {
    margin-top: 2.5rem;
  }
}
.p-product-dtl-block .f-03-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .f-03-body-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-03-body-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-block .f-03-body-txt {
  font-size: 1.6rem;
  line-height: 1.85;
}
.p-product-dtl-block .f-03-body-txt:nth-of-type(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-03-body-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .f-03-body-txt.--s {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-03-body-txt.--s {
    font-size: 1.6rem;
  }
}

.p-product-dtl-block .f-04 {
  padding: 14rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-04 {
    padding: 15.5rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-04-inner {
    display: grid;
    grid-template-columns: 42.5% 1fr;
    gap: 0 6rem;
    align-items: start;
    padding-right: 6rem;
  }
}
.p-product-dtl-block .f-04-head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-04-head {
    padding: 5rem 0 0 4rem;
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-04-head .block-num {
    position: relative;
    top: 0;
    left: -6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-04-head .block-ttl {
    margin-top: -7rem;
  }
}
.p-product-dtl-block .f-04-body {
  display: grid;
  gap: 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-04-body {
    padding-top: 22rem;
    gap: 4rem 0;
  }
}
.p-product-dtl-block .f-04-body-img {
  width: 80%;
  height: auto;
  margin-bottom: 2.5rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-04-body-img {
    margin-bottom: 2rem;
  }
}
.p-product-dtl-block .f-04-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .f-04-body-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-04-body-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-block .f-04-body-txt {
  font-size: 1.6rem;
  line-height: 1.85;
}
.f-04-body-txt + .f-04-body-txt {
  margin-top: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-04-body-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .f-04-body-txt.--s {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-04-body-txt.--s {
    font-size: 1.6rem;
  }
}

.p-product-dtl-block .f-05 {
  padding: 14rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-05 {
    padding: 15.5rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-05-inner {
    display: grid;
    grid-template-columns: 42.5% 1fr;
    gap: 0 6rem;
    align-items: start;
    padding-left: 4rem;
  }
}
.p-product-dtl-block .f-05-head {
    margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .f-05-head {
        padding: 5rem 0 0 10rem;
        position: sticky;
        top: 8rem;
        align-self: start;
        height: fit-content;
        z-index: 1;
        order: 2;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .f-05-head .block-num {
        top: -4rem;
        left: auto;
        right: -7rem;
    }
}
.p-product-dtl-block .f-05-body {
  display: grid;
  gap: 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-05-body {
    padding-top: 6rem;
    gap: 4rem 0;
    order: 1;
  }
}
.p-product-dtl-block .f-05-body-img {
  width: 80%;
  height: auto;
  margin-top: 2.5rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-05-body-img {
    margin-top: 5rem;
  }
}
.p-product-dtl-block .f-05-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .f-05-body-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-05-body-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-block .f-05-body-txt {
  font-size: 1.6rem;
  line-height: 1.85;
}
.p-product-dtl-block .f-05-body-txt.small {
  font-size: 1.2rem;
}
.p-product-dtl-block .f-05-body-txt:nth-of-type(n+2) {
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-05-body-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .f-05-body-txt.--s {
  font-size: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-05-body-txt.--s {
    font-size: 1.2rem;
  }
}

.p-product-dtl-block .f-06 {
  padding: 14rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-06 {
    padding: 15.5rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-06-inner {
    display: grid;
    grid-template-columns: 42.5% 1fr;
    gap: 0 6rem;
    align-items: start;
    padding-right: 6rem;
  }
}
.p-product-dtl-block .f-06-head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-06-head {
    padding: 5rem 0 0 4rem;
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-06-head .block-num {
    position: relative;
    top: 0;
    left: -6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-06-head .block-ttl {
    margin-top: -7rem;
  }
}
.p-product-dtl-block .f-06-body {
  display: grid;
  gap: 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-06-body {
    padding-top: 22rem;
    gap: 4rem 0;
  }
}
.p-product-dtl-block .f-06-body-img {
  width: 80%;
  height: auto;
  margin-bottom: 2.5rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-06-body-img {
    margin-bottom: 2rem;
  }
}
.p-product-dtl-block .f-06-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .f-06-body-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-06-body-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-block .f-06-body-txt {
  font-size: 1.6rem;
  line-height: 1.85;
}
.f-06-body-txt + .f-06-body-txt {
  margin-top: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-06-body-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .f-06-body-txt.--s {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-06-body-txt.--s {
    font-size: 1.6rem;
  }
}

.p-product-dtl-block .f-07 {
  padding: 14rem 0 12.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-07 {
    padding: 15.5rem 0 15.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-07-inner {
    display: grid;
    grid-template-columns: 42.5% 1fr;
    gap: 0 6rem;
    align-items: start;
    padding-left: 4rem;
  }
}
.p-product-dtl-block .f-07-head {
    margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .f-07-head {
        padding: 5rem 0 0 10rem;
        position: sticky;
        top: 8rem;
        align-self: start;
        height: fit-content;
        z-index: 1;
        order: 2;
    }
}
@media screen and (min-width: 769px) {
    .p-product-dtl-block .f-07-head .block-num {
        top: -4rem;
        left: auto;
        right: -7rem;
    }
}
.p-product-dtl-block .f-07-body {
  display: grid;
  gap: 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-07-body {
    padding-top: 6rem;
    gap: 4rem 0;
    order: 1;
  }
}
.p-product-dtl-block .f-07-body-img {
  width: 80%;
  height: auto;
  margin-top: 2.5rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-07-body-img {
    margin-top: 5rem;
  }
}
.p-product-dtl-block .f-07-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .f-07-body-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-07-body-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-block .f-07-body-txt {
  font-size: 1.6rem;
  line-height: 1.85;
}
.p-product-dtl-block .f-07-body-txt:nth-of-type(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-07-body-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .f-07-body-txt.--s {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-07-body-txt.--s {
    font-size: 1.6rem;
  }
}

.p-product-dtl-block .f-08 {
  padding: 14rem 0 12.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-08 {
    padding: 15.5rem 0 15.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-08-inner {
    display: grid;
    grid-template-columns: 42.5% 1fr;
    gap: 0 6rem;
    align-items: start;
    padding-right: 6rem;
  }
}
.p-product-dtl-block .f-08-head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-08-head {
    padding: 5rem 0 0 4rem;
    position: sticky;
    top: 0;
    align-self: start;
    height: fit-content;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-08-head .block-num {
    position: relative;
    top: 0;
    left: -6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-08-head .block-ttl {
    margin-top: -7rem;
  }
}
.p-product-dtl-block .f-08-body {
  display: grid;
  gap: 5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-08-body {
    padding-top: 22rem;
    gap: 4rem 0;
  }
}
.p-product-dtl-block .f-08-body-img {
  width: 80%;
  height: auto;
  margin-bottom: 2.5rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-08-body-img {
    margin-bottom: 2rem;
  }
}
.p-product-dtl-block .f-08-body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .f-08-body-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-08-body-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-block .f-08-body-txt {
  font-size: 1.6rem;
  line-height: 1.85;
}
.f-08-body-txt + .f-08-body-txt {
  margin-top: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-08-body-txt {
    line-height: 2;
  }
}
.p-product-dtl-block .f-08-body-txt.--s {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .f-08-body-txt.--s {
    font-size: 1.6rem;
  }
}

.p-product-dtl-mainte {
  background-color: var(--primary-white);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mainte__inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0 6rem;
  }
}
.p-product-dtl-mainte__box {
  padding: 5rem 0 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mainte__box {
    width: calc(46% - 6rem);
    padding: 0 8rem 0 0;
  }
}
.p-product-dtl-mainte__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mainte__ttl {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
.p-product-dtl-mainte__txt {
  font-size: 1.6rem;
}
.p-product-dtl-mainte__img {
  aspect-ratio: 1473/679;
  width: 80vw;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-mainte__img {
    width: 54%;
    margin-inline: unset;
    margin-top: 4rem;
  }
}
.p-product-dtl-head.--n {
  padding-bottom: 0;
  margin-bottom: -2px;
}
.p-product-dtl-block .n-01 {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-01 {
    width: 100%;
    height: 40vw;
    max-height: 575px;
  }
}
.p-product-dtl-block .n-01-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .n-01-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .n-01-inner {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-01-inner {
    display: flex;
  }
}
.p-product-dtl-block .n-01-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 2rem 3rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-01-item {
    width: 50%;
    padding: 0 0 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-01-head {
    padding: 0 0 0 0;
    margin-top: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-01-head .block-num {
    top: -14rem;
    left: -9rem;
  }
}
.p-product-dtl-block .n-01-head .block-ttl {
  font-size: 2.4rem;
  color: var(--primary-white);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-01-head .block-ttl {
    font-size: 4rem;
  }
}
.p-product-dtl-block .n-01-item-txt {
  color: var(--primary-white);
  line-height: 1.875;
  margin-top: 4rem;
}
.p-product-dtl-block .n-01-img {
  padding-bottom: 6rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-01-img {
    width: 50%;
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
}
.p-product-dtl-block .n-01-img figure {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-01-img figure {
    width: 98%;
    margin-inline: unset;
  }
}
.p-product-dtl-block .n-02 {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-02 {
    width: 100%;
    height: 40vw;
    max-height: 575px;
  }
}
.p-product-dtl-block .n-02-inner {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-02-inner {
    display: flex;
    flex-direction: row-reverse;
  }
}
.p-product-dtl-block .n-02-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 2rem 3rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-02-item {
    width: 48%;
    padding: 0 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-02-head {
    padding: 0 0 0 0;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-02-head .block-num {
    top: -13rem;
    right: -6rem;
    left: auto;
  }
}
.p-product-dtl-block .n-02-head .block-ttl {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-02-head .block-ttl {
    font-size: 4rem;
  }
}
.p-product-dtl-block .n-02-item-txt {
  line-height: 1.875;
  margin-top: 4rem;
}
.p-product-dtl-block .n-02-img {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-02-img {
    width: 52%;
    height: 100%;
    max-height: 575px;
    position: absolute;
    top: 0;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-02-img.-sp {
    display: none;
  }
}
.p-product-dtl-block .n-02-img figure {
  width: 100vw;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-02-img figure {
    aspect-ratio: 1048/1150;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 0 0;
  }
}
.p-product-dtl-block .n-02-img figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 100%;
  object-position: left center;
}
.p-product-dtl-block .n-03 {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-03 {
    width: 100%;
    height: 40vw;
    max-height: 575px;
  }
}
.p-product-dtl-block .n-03::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-product-dtl-block .n-03-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .n-03-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-block .n-03-inner {
  position: relative;
  height: 100%;
  min-height: 40rem;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-03-inner {
    display: flex;
  }
}
.p-product-dtl-block .n-03-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-03-item {
    width: 52%;
    padding: 0 0 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-03-head {
    padding: 0 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-03-head .block-num {
    top: -17rem;
    left: -8rem;
  }
}
.p-product-dtl-block .n-03-head .block-ttl {
  font-size: 2.4rem;
  color: var(--primary-white);
}
@media screen and (min-width: 769px) {
  .p-product-dtl-block .n-03-head .block-ttl {
    font-size: 4rem;
  }
}
.p-product-dtl-block .n-03-item-txt {
  color: var(--primary-white);
  line-height: 1.875;
  margin-top: 4rem;
}
.p-product-dtl-useful {
  padding: 8rem 0 10rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-useful {
    padding: 13rem 0 17rem;
  }
}
.p-product-dtl-useful__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-useful__ttl {
    font-size: 4.8rem;
  }
}
.p-product-dtl-useful__txt {
  text-align: center;
  margin-top: 3rem;
}
.p-product-dtl-useful__list {
  display: grid;
  gap: 6rem 0;
  margin-top: 6rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-useful__list {
    padding: 0 7rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 4rem;
    margin-top: 8rem;
  }
}
.p-product-dtl-useful__item .item-ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-useful__item .item-ttl {
    font-size: 2.8rem;
  }
}
.p-product-dtl-useful__item .item-read {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-useful__item .item-read {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
.p-product-dtl-useful__item .item-txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-useful__item .item-txt {
    line-height: 2;
  }
}
.p-product-dtl-useful__item .item-img {
  aspect-ratio: 550/302;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 1.5rem;
}
.p-product-dtl-useful__item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-dtl-g-head {
  position: relative;
  padding: 7.5rem 0;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-g-head {
    padding: 18rem 0 7rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-g-head__inner {
    display: grid;
    grid-template-columns: 1fr 36.5%;
    gap: 0 8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-g-head__box {
    padding-top: 6rem;
  }
}
.p-product-dtl-g-head__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-g-head__ttl {
    font-size: 4.8rem;
    margin-bottom: 3.5rem;
  }
}
.p-product-dtl-g-head__txt {
  font-size: 1.6rem;
  line-height: 2;
}
.p-product-dtl-g-head__txt + .p-product-dtl-g-head__txt {
  margin-top: 1.5rem;
}
.p-product-dtl-g-head__img {
  width: 60vw;
  height: auto;
  margin-top: 3rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-g-head__img {
    width: 50vw;
    margin-top: 0;
    margin-inline: unset;
  }
}
.p-product-dtl-gblock {
  padding: 10rem 0 15rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-gblock {
    padding: 17.5rem 0 28rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-dtl-gblock .container {
    padding: 0 5rem;
  }
}
.p-product-dtl-gblock__list {
  display: grid;
  gap: 8rem 0;
}
.p-product-dtl-gblock__item .item-catewrap {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-gblock__item .item-catewrap {
    gap: 0 1rem;
    margin-bottom: 2rem;
  }
}
.p-product-dtl-gblock__item .item-cate {
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary-white);
  text-align: center;
  background-color: var(--primary-blue);
  padding: 0.5rem 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-gblock__item .item-cate {
    font-size: 1.5rem;
    padding: 0.8rem 2rem;
  }
}
.p-product-dtl-gblock__item .item-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-gblock__item .item-ttl {
    font-size: 3.2rem;
  }
}
.p-product-dtl-gblock__item .item-txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-product-dtl-gblock__item .item-txt {
    line-height: 2;
  }
}
.p-product-dtl-gblock__item .item-txt.--small {
  font-size: 1.4rem;
}
.p-product-dtl-gblock__item .item-img {
  aspect-ratio: 1100/310;
  margin-top: 2rem;
}
.p-product-dtl-gblock__item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
