@charset "UTF-8";
/* 
---------------------------------------------------------------------------- */
.m-page-mv {
  background: url(../../images/product/bg_mv_pc.png) no-repeat center right/cover;
}

.p-product-sec {
  padding: 7rem 0 4rem;
}

.p-product-ttl2 {
  color: #8BA3BA;
  font-size: 3.2rem;
  line-height: 1.40625;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .m-page-mv {
    background: url(../../images/product/bg_mv_sp.png) no-repeat center right/cover;
  }
  .p-product-sec {
    padding: 0 0 5.3333333333vw;
  }
  .p-product-ttl2 {
    font-size: 6.4vw;
    margin-bottom: 6.6666666667vw;
    position: relative;
  }
  .p-product-ttl2::before {
    position: absolute;
    content: "";
    bottom: -2.6666666667vw;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 1px;
    height: 10.6666666667vw;
    background-color: #8BA3BA;
  }
}
/* 
---------------------------------------------------------------------------- */
.p-skin-check-inner {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.p-skin-check-item:not(:last-child) {
  margin-bottom: 4rem;
}

.p-skin-check-image {
  width: 45.8333333333vw;
  min-width: 45.8333333333vw;
}

.p-skin-check-point {
  color: #8BA3BA;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 200;
  font-family: "Poppins";
  margin-bottom: 1rem;
}

.p-product-func-wrap {
  margin: 15rem 0 17rem;
}
.p-product-func-wrap:first-child {
  margin-top: 0;
}

.p-product-func-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  position: relative;
}
.p-product-func-inner._left {
  flex-direction: row-reverse;
}
.p-product-func-inner._left .p-product-func-box {
  margin-left: -3.125vw;
}
.p-product-func-inner._right .p-product-func-box {
  margin-right: -3.125vw;
}

.p-product-func-box {
  width: 76rem;
  padding: 3.125vw 4.1666666667vw 3.125vw 4.1666666667vw;
  box-shadow: 0 0 0.625vw rgba(139, 163, 186, 0.15);
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-product-func-bg-txt {
  position: absolute;
  bottom: -0.5208333333vw;
  right: -0.4166666667vw;
  color: #8BA3BA;
  font-size: 8.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 200;
  font-size: 4.4270833333vw;
  font-family: "Poppins";
  opacity: 0.17;
}

.p-product-func-ttl {
  color: #8BA3BA;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 2.0833333333vw;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 2.6041666667vw;
  position: relative;
}
.p-product-func-ttl::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 3.125vw;
  height: 1px;
  background-color: #8BA3BA;
}

.p-product-func-lead {
  font-size: 2.4rem;
  line-height: 1.7916666667;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 1.25vw;
  margin-bottom: 1.3020833333vw;
}
.p-product-func-lead span {
  color: #FFF;
  background-color: #8BA3BA;
  padding: 0 0.2604166667vw;
  margin: 0 0.15625vw;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.p-product-func-image {
  width: 45.8333333333vw;
}

.p-product-func-item {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 10rem;
  position: relative;
}
.p-product-func-item._left {
  flex-direction: row-reverse;
}
.p-product-func-item._left .p-product-func-item-box::before {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.p-product-func-item-box {
  width: 58rem;
  padding: 5rem;
  box-shadow: 0 0 1.2rem rgba(139, 163, 186, 0.15);
  background-color: #fff;
  position: relative;
}
.p-product-func-item-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 11rem;
  height: 100%;
  background-color: #fff;
}

.p-product-func-lead {
  font-size: 2.4rem;
  line-height: 1.7916666667;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.p-product-func-lead span {
  color: #FFF;
  background-color: #8BA3BA;
  padding: 0 0.5rem;
  margin: 0 0.3rem;
}

.p-product-func-item-image {
  position: relative;
  width: 62rem;
  min-width: 62rem;
  margin-bottom: 3rem;
  z-index: 1;
}

.p-product-func-item-l {
  display: flex;
  align-items: end;
}

.p-product-func-item-l-image {
  width: 43.75vw;
  min-width: 43.75vw;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.p-product-func-item-l-box {
  width: 72rem;
  padding: 5rem;
  box-shadow: 0 0 1.2rem rgba(139, 163, 186, 0.15);
  background-color: #fff;
  position: relative;
}
.p-product-func-item-l-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 11rem;
  height: 100%;
  background-color: #fff;
}

.p-usage-scene {
  padding: 12rem 0;
}

.p-usage-scene-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.8rem;
}

.p-usage-scene-item {
  text-align: center;
  width: calc(25% - 2.1rem);
  padding: 2rem;
  padding-bottom: 3rem;
  background-color: #EEF2F6;
  position: relative;
}
.p-usage-scene-item::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 0.5rem;
  width: 2.3rem;
  height: 2.3rem;
  clip-path: polygon(0% 100%, 0 0, 100% 0);
  background-color: #8BA3BA;
}

.p-usage-scene-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.7rem;
  margin-bottom: 1.5rem;
}

.p-usage-scene-item-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  height: 6rem;
}

@media screen and (max-width: 767px) {
  .p-skin-check-inner {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-skin-check-image {
    width: 100%;
    min-width: 100%;
  }
  .p-skin-check-point {
    font-size: 6.4vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-product-func-wrap {
    margin: 20vw auto 21.3333333333vw;
  }
  .p-product-func-wrap:first-child {
    margin-top: 0;
  }
  .p-product-func-inner {
    flex-direction: column-reverse;
  }
  .p-product-func-inner._left {
    flex-direction: column-reverse;
  }
  .p-product-func-inner._left .p-product-func-box {
    margin-left: 0;
  }
  .p-product-func-inner._right .p-product-func-box {
    margin-right: 0;
  }
  .p-product-func-box {
    width: 100%;
    margin-top: -2.6666666667vw;
    padding: 9.3333333333vw 5.3333333333vw;
    box-shadow: 0 0 3.2vw rgba(139, 163, 186, 0.15);
  }
  .p-product-func-bg-txt {
    bottom: -1.3333333333vw;
    right: -0.8vw;
    font-size: 10.6666666667vw;
  }
  .p-product-func-ttl {
    font-size: 6.4vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .p-product-func-ttl::before {
    width: 16vw;
  }
  .p-product-func-lead {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .p-product-func-lead span {
    display: inline-block;
    padding: 0 0.8vw;
    margin: 0 0.8vw 0.2666666667vw;
  }
  .p-product-func-image {
    width: 100%;
  }
  .p-product-func-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5.3333333333vw;
  }
  .p-product-func-item._left {
    flex-direction: column;
  }
  .p-product-func-item._left .p-product-func-item-box::before {
    left: auto;
    right: 0;
    transform: translateX(100%);
  }
  .p-product-func-item-box {
    width: auto;
    padding: 5.3333333333vw;
    padding-bottom: 8vw;
    margin: 0 5.3333333333vw;
    box-shadow: 0 0 3.2vw rgba(139, 163, 186, 0.15);
  }
  .p-product-func-item-box::before {
    content: none;
  }
  .p-product-func-lead {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .p-product-func-lead span {
    display: inline-block;
    padding: 0 0.8vw;
    margin: 0 0.8vw 0.2666666667vw;
  }
  .p-product-func-item-image {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
  }
  .p-product-func-item-l {
    flex-direction: column;
    align-items: center;
  }
  .p-product-func-item-l-image {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
  }
  .p-product-func-item-l-box {
    width: auto;
    padding: 5.3333333333vw;
    padding-bottom: 8vw;
    margin: 0 5.3333333333vw;
    box-shadow: 0 0 3.2vw rgba(139, 163, 186, 0.15);
  }
  .p-product-func-item-l-box::before {
    content: none;
  }
  .p-usage-scene {
    padding: 16vw 0;
  }
  .p-usage-scene-list {
    justify-content: start;
    gap: 2.6666666667vw 4vw;
  }
  .p-usage-scene-item {
    width: calc(50% - 4vw / 2);
    padding: 4vw;
  }
  .p-usage-scene-item::before {
    top: 1.3333333333vw;
    left: 1.3333333333vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  .p-usage-scene-item-img {
    height: 15.2vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-usage-scene-item-img img {
    max-width: 100%;
    max-height: 100%;
  }
  .p-usage-scene-item-ttl {
    font-size: 4.2666666667vw;
    height: 12.2666666667vw;
  }
}
/* tab
---------------------------------------------------------------------------- */
.p-product-tab {
  padding-top: 15rem;
}

.p-product-tab-list {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
}
.p-product-tab-list._top button {
  border-bottom: none;
}
.p-product-tab-list._bottom button {
  border-top: none;
}

.p-product-tab-item {
  flex: 1;
}
.p-product-tab-item button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8BA3BA;
  font: inherit;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  width: 100%;
  height: 7rem;
  border: 0.2rem solid #8BA3BA;
  transition: all 0.3s;
}
.p-product-tab-item.is-active button {
  color: #fff;
  background-color: #8BA3BA;
  pointer-events: none;
}

.p-product-tab-content {
  display: none;
  padding: 12rem 0;
  border-top: 0.2rem solid #8BA3BA;
  border-bottom: 0.2rem solid #8BA3BA;
  background-color: #EEF2F6;
}

.p-product-more-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .p-product-tab {
    padding-top: 21.3333333333vw;
  }
  .p-product-tab-list {
    gap: 2.6666666667vw;
  }
  .p-product-tab-item button {
    font-size: 4.2666666667vw;
    height: 17.0666666667vw;
    border: 0.5333333333vw solid #8BA3BA;
  }
  .p-product-tab-content {
    padding: 16vw 0;
    border-top: 0.5333333333vw solid #8BA3BA;
    border-bottom: 0.5333333333vw solid #8BA3BA;
  }
  .p-product-more-btn-wrap {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 13.3333333333vw;
  }
}
/* content 1
---------------------------------------------------------------------------- */
.p-product-tab-content1 .p-product-func-wrap {
  margin-bottom: 14rem;
}
.p-product-tab-content1 .p-product-func-bg-txt {
  font-size: 6rem;
}

.p-product-func-text {
  text-align: center;
  padding: 5rem;
  margin-bottom: 6rem;
  background-color: #fff;
}

.p-product-func-text-ttl {
  color: #8BA3BA;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 2rem;
}

.p-feature-flow-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 3rem auto 4rem;
  counter-reset: flow-counter;
}

.p-feature-flow-item {
  text-align: center;
  position: relative;
}
.p-feature-flow-item::before {
  position: absolute;
  content: counter(flow-counter, decimal-leading-zero);
  counter-increment: flow-counter;
  top: 0.5rem;
  left: 0;
  color: #8BA3BA;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 200;
  font-family: "Poppins";
}
.p-feature-flow-item:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 4.5rem;
  right: 0;
  transform: translateX(100%);
  width: 100%;
  height: 0.2rem;
  background-color: #8BA3BA;
}
.p-feature-flow-item img {
  width: 9.7rem;
}

.p-feature-label {
  color: #8BA3BA;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 1rem;
}

.p-feature-flow-btn .m-btn01 {
  width: 44rem;
  margin: auto;
}

.p-merit {
  padding: 12rem 0;
  background-color: #EEF2F6;
}
.p-merit .m-sec-ttl01-en {
  bottom: 7.5rem;
}

.p-merit-list {
  display: flex;
  justify-content: space-between;
}

.p-merit-item {
  width: calc(33.3333333333% - 1.3333333333rem);
  background-color: #fff;
}

.p-merit-item-inner {
  padding: 2.5rem;
  padding-bottom: 3rem;
}

.p-merit-image {
  width: 6.4rem;
  min-width: 6.4rem;
}

.p-merit-text {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-merit-label {
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 200;
  font-family: "Poppins";
  text-align: center;
  width: 15.4rem;
  padding: 1.2rem 0 0.9rem;
  background-color: #8BA3BA;
}

.p-merit-title {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-product-tab-content1 .p-product-func-wrap {
    margin: 0 10.6666666667vw;
    margin-bottom: 18.6666666667vw;
  }
  .p-product-tab-content1 .p-product-func-image {
    width: 89.3333333333vw;
    min-width: 89.3333333333vw;
  }
  .p-product-tab-content1 .p-product-func-bg-txt {
    font-size: 8.5333333333vw;
  }
  .p-product-func-text {
    text-align: left;
    padding: 5.3333333333vw;
    margin-bottom: 16vw;
  }
  .p-product-func-text-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 1.5rem;
  }
  .p-feature-flow-txt {
    text-align: left;
  }
  .p-feature-flow-list {
    flex-wrap: wrap;
    gap: 5.3333333333vw 6.6666666667vw;
    width: calc(100% - (2.6666666667vw));
    margin: 6.6666666667vw 0 8vw auto;
  }
  .p-feature-flow-item::before {
    top: 1.3333333333vw;
    left: -2.6666666667vw;
    font-size: 8vw;
  }
  .p-feature-flow-item:not(:last-child)::after {
    content: none;
  }
  .p-feature-flow-item:not(:last-child):not(:nth-child(even))::after {
    content: "";
    top: 13.3333333333vw;
    right: 0;
    height: 0.5333333333vw;
  }
  .p-feature-flow-item img {
    width: 28vw;
  }
  .p-feature-label {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
  .p-feature-flow-btn .m-btn01 {
    width: 100%;
    height: 26.6666666667vw;
    line-height: 1.3333333333;
  }
  .p-merit {
    padding: 16vw 0;
  }
  .p-merit-list {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-merit-item {
    width: 100%;
  }
  .p-merit-item-inner {
    padding: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
  .p-merit-image {
    width: 15.7333333333vw;
    min-width: 15.7333333333vw;
  }
  .p-merit-text {
    gap: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-merit-label {
    font-size: 5.8666666667vw;
    width: 29.3333333333vw;
    padding: 2.6666666667vw 0 1.8666666667vw;
  }
  .p-merit-title {
    font-size: 5.3333333333vw;
  }
}
/* content 2
---------------------------------------------------------------------------- */
.p-product-tab-content2 .p-product-func-bg-txt {
  font-size: 6rem;
}

/* 共通のSwiperスタイル */
.p-product-swiper-box {
  text-align: center;
  padding: 6rem 8rem;
  margin-bottom: 6rem;
  background-color: #fff;
}

.p-product-swiper-box-inner {
  width: 72.9rem;
  margin: 2rem auto 0;
  position: relative;
}

.p-product-swiper-slide {
  width: 100%;
  height: auto;
  aspect-ratio: 729/490;
}
.p-product-swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-product-swiper-pagination {
  position: static;
}
.p-product-swiper-pagination select {
  display: none;
}

.swiper-pagination-bullet-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8BA3BA;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  width: 14rem;
  height: 5rem;
  border-radius: 0;
  border: 1px solid #8BA3BA;
  background: #fff;
  opacity: 1;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper-pagination-bullet.is-current {
  color: #fff;
  background: #8BA3BA;
  position: relative;
}
.swiper-pagination-bullet.is-current::before {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #8BA3BA;
  width: 1.6rem;
  height: 1.6rem;
}

.p-product-swiper-button-prev,
.p-product-swiper-button-next {
  top: 50%;
  width: 11.2rem;
  height: auto;
  aspect-ratio: 112/45;
  margin: 0;
  transition: all 0.3s;
}
.p-product-swiper-button-prev::after,
.p-product-swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/product/icn_arw_bl.svg) no-repeat center/contain;
}
@media (hover: hover) {
  .p-product-swiper-button-prev:hover,
  .p-product-swiper-button-next:hover {
    opacity: 0.7;
  }
}

.p-product-swiper-button-prev {
  transform: translate(-100%, -50%);
  left: 3rem;
}
.p-product-swiper-button-prev::after {
  scale: -1 1;
}

.p-product-swiper-button-next {
  transform: translate(100%, -50%);
  right: 3rem;
}

@media screen and (max-width: 767px) {
  .p-product-tab-content2 .p-product-func-bg-txt {
    font-size: 8.5333333333vw;
  }
  /* 共通のSwiperスタイル */
  .p-product-swiper-box {
    padding: 10.6666666667vw 5.3333333333vw 8vw;
    margin-bottom: 8vw;
  }
  .p-product-swiper-box-inner {
    width: 100%;
    margin: 4vw auto 0;
  }
  .p-product-swiper-pagination select {
    display: block;
    color: #8BA3BA;
    font: inherit;
    font-size: 4.2666666667vw;
    width: 100%;
    height: 13.3333333333vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    border: 1px solid #8BA3BA;
    background-color: #fff;
    background-image: url(../../images/product/icn_arw02_bl.svg);
    background-repeat: no-repeat;
    background-position: right 5.3333333333vw center;
    background-size: 4vw auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .p-product-swiper-pagination select::-ms-expand {
    display: none;
  }
  .p-product-swiper-pagination select option {
    color: #8BA3BA;
    background: #fff;
  }
  .swiper-pagination-bullet-wrap {
    display: none;
  }
  .p-product-swiper-button-prev,
  .p-product-swiper-button-next {
    width: 12vw;
    aspect-ratio: 45/23;
  }
  .p-product-swiper-button-prev::after,
  .p-product-swiper-button-next::after {
    background: url(../../images/product/icn_arw03_bl.svg) no-repeat center/contain;
  }
  .p-product-swiper-button-prev {
    left: 9.3333333333vw;
  }
  .p-product-swiper-button-next {
    right: 9.3333333333vw;
  }
}
/* content 3
---------------------------------------------------------------------------- */
.p-product-spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 8rem;
}

.p-product-spec-text {
  width: calc(100% - 42rem);
}

.p-product-spec-title {
  font-size: 2.4rem;
  line-height: 1.7916666667;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
  border-left: 0.2rem solid #8BA3BA;
}

.p-product-spec-image {
  width: 42rem;
}

.p-product-spec-image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-product-accessory-title {
  font-size: 3.2rem;
  line-height: 1.34375;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}

.p-product-accessory-list {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 12rem;
}

.p-product-accessory-item {
  width: 34rem;
}

.p-product-accessory-label {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-left: 1.5rem;
  margin-top: 1.5rem;
  border-left: 0.2rem solid #8BA3BA;
}

.p-product-spec-table {
  background-color: #fff;
  padding: 6rem 8rem;
}

.p-product-spec-table-content {
  width: 100%;
  border-collapse: collapse;
}
.p-product-spec-table-content tr {
  display: flex;
  gap: 2rem;
}
.p-product-spec-table-content th,
.p-product-spec-table-content td {
  text-align: left;
  padding: 1rem 0;
}
.p-product-spec-table-content th {
  color: #8BA3BA;
  font-weight: 500;
  min-width: 15rem;
  border-bottom: 1px solid #8BA3BA;
}
.p-product-spec-table-content td {
  width: 100%;
  border-bottom: 1px solid #D7D8DA;
}
.p-product-spec-table-content td span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-product-spec-item {
    flex-direction: column-reverse;
    gap: 5.3333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
  .p-product-spec-text {
    width: 100%;
  }
  .p-product-spec-title {
    font-size: 5.3333333333vw;
    padding-left: 4vw;
    margin-bottom: 4vw;
    border-left: 0.5333333333vw solid #8BA3BA;
  }
  .p-product-spec-image {
    width: 100%;
  }
  .p-product-accessory-title {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
  .p-product-accessory-list {
    flex-direction: column;
    gap: 9.3333333333vw;
    margin-bottom: 16vw;
  }
  .p-product-accessory-item {
    width: 100%;
  }
  .p-product-accessory-label {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 500;
    padding-left: 4vw;
    margin-top: 4vw;
    border-left: 0.5333333333vw solid #8BA3BA;
  }
  .p-product-spec-table {
    padding: 8vw 5.3333333333vw;
  }
  .p-product-spec-table-content tr {
    flex-direction: column;
    gap: 0;
  }
  .p-product-spec-table-content tr:not(:last-child) {
    margin-bottom: 4vw;
  }
  .p-product-spec-table-content th,
  .p-product-spec-table-content td {
    padding: 0;
  }
  .p-product-spec-table-content th {
    min-width: 100%;
    padding-bottom: 1.3333333333vw;
  }
  .p-product-spec-table-content td {
    padding-top: 1.3333333333vw;
    border-bottom: none;
  }
  .p-product-spec-table-content td span {
    font-size: 3.7333333333vw;
  }
}
/* column
---------------------------------------------------------------------------- */
.p-product-column {
  padding-top: 16.5rem;
}

.p-product-column-wrapper {
  display: flex;
  gap: 4rem;
}

.p-column-item-link {
  flex: 1;
  display: block;
  max-width: 37.4rem;
  height: 100%;
  padding-bottom: 7.5rem;
  border-bottom: 1px solid rgba(139, 163, 186, 0.3);
}
.p-column-item-link::before, .p-column-item-link::after {
  top: auto;
  transform: none;
}
.p-column-item-link::before {
  bottom: 3rem;
  right: 0;
}
.p-column-item-link::after {
  bottom: 4.2rem;
  right: 2rem;
}
@media (hover: hover) {
  .p-column-item-link:hover .p-column-item-image img {
    transform: scale(1.1);
  }
  .p-column-item-link:hover .p-column-item-ttl {
    color: #8BA3BA;
    text-decoration: underline;
  }
}

.p-column-item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 364/225;
  overflow: hidden;
  margin-bottom: 1rem;
}
.p-column-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.p-column-item-ttl {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 2rem;
  margin-top: 1.5rem;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .p-product-column {
    padding-top: 21.3333333333vw;
  }
  .p-product-column-wrapper {
    flex-direction: column;
    gap: 8vw;
  }
  .p-column-item-link {
    max-width: 100%;
    padding-bottom: 14.6666666667vw;
  }
  .p-column-item-link::before {
    width: 13.6vw;
    bottom: 5.3333333333vw;
    right: 0;
  }
  .p-column-item-link::after {
    width: 5.3333333333vw;
    bottom: calc(5.3333333333vw + 2.6666666667vw);
    right: 4vw;
  }
  .p-column-item-image {
    margin-bottom: 2.6666666667vw;
  }
  .p-column-item-ttl {
    font-size: 4.8vw;
    margin-top: 1.3333333333vw;
  }
}
