.f-main {
  padding-top: 26.8rem;
}
@media screen and (max-width: 767px) {
  .f-main {
    padding-top: 15rem;
  }
}

.p-products {
  padding: 0 0 22rem;
}
@media screen and (max-width: 767px) {
  .p-products {
    padding: 0 0 11rem;
  }
}
.p-products-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-products-detail {
    flex-flow: column;
  }
}
.p-products-detail__img {
  width: 55rem;
  margin-left: -10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-products-detail__img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.p-products-detail__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-products-detail__slider {
  position: relative;
}
.p-products-detail__slider .swiper-button-prev,
.p-products-detail__slider .swiper-button-next {
  width: 1.2rem;
  height: 1.6rem;
}
.p-products-detail__slider .swiper-button-prev::after,
.p-products-detail__slider .swiper-button-next::after {
  content: none;
}
.p-products-detail__slider .swiper-button-prev {
  background: url(../img/products/icn_prev.svg) 0 0/100% auto no-repeat;
}
.p-products-detail__slider .swiper-button-next {
  background: url(../img/products/icn_next.svg) 0 0/100% auto no-repeat;
}
.p-products-detail__thumb {
  margin: 2rem 0 0;
}
.p-products-detail__thumb .swiper-wrapper {
  gap: 0 1rem;
}
.p-products-detail__thumb .swiper-slide {
  width: 7rem !important;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-products-detail__thumb .swiper-slide {
    width: 5.5rem !important;
  }
}
.p-products-detail__content {
  width: 58rem;
}
@media screen and (max-width: 767px) {
  .p-products-detail__content {
    width: 100%;
    padding: 4.5rem 0 0;
  }
}
.p-products-detail__content .cartjs_box {
  padding: 0;
}
.p-products-detail__content .cartjs_product_table {
  display: none;
}
.p-products-detail__content .cartjs_cart_in {
  margin: 0;
}
.p-products-detail__content .cartjs_cart_in input[type=submit] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24.6rem !important;
  height: 5.2rem !important;
  border-radius: 5rem !important;
  border: 1px solid #000 !important;
  background: #e6e6e6 !important;
  text-align: center !important;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem !important;
  color: #000 !important;
  transition: 0.5s !important;
  margin: 4rem 0 0 auto !important;
}
@media (any-hover: hover) {
  .p-products-detail__content .cartjs_cart_in input[type=submit]:hover {
    background: #000 !important;
    color: #e6e6e6 !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .p-products-detail__content .cartjs_cart_in input[type=submit] {
    width: 19rem !important;
    height: 4rem !important;
    font-size: 1.2rem !important;
  }
}
.p-products-detail__ttl {
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 2.9rem;
  line-height: 1.6;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .p-products-detail__ttl {
    font-size: 2.1rem;
    margin-top: 0;
  }
}
.p-products-detail__name {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-products-detail__name {
    font-size: 1rem;
    margin: 1.5rem 0 0;
  }
}
.p-products-detail__price {
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-products-detail__price {
    font-size: 1.4rem;
    margin: 1.8rem 0 0;
  }
}
.p-products-detail__price span {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-products-detail__price span {
    font-size: 1rem;
  }
}
.p-products-detail__txt {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-products-detail__txt {
    font-size: 1.2rem;
    line-height: 2.8;
    margin: 4rem 0 0;
  }
}
.p-products-detail-list {
  margin: 4rem 0 0;
}
.p-products-detail-list__item {
  position: relative;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-products-detail-list__item {
    font-size: 1.2rem;
    line-height: 2.8;
  }
}
.p-products-detail-list__item::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #000;
  border-radius: 100%;
}
.p-products__btn {
  display: block;
  width: 24.6rem;
  height: 5.2rem;
  margin: 4rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-products__btn {
    width: 19rem;
    height: 4rem;
    font-size: 1.2rem;
  }
}
.p-products__btn span,
.p-products__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  border: 1px solid #000;
  background: #e6e6e6;
  text-align: center;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #000;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .p-products__btn span:hover,
  .p-products__btn a:hover {
    background: #000;
    color: #e6e6e6;
    opacity: 1;
  }
}

.p-howto__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-howto__block {
    flex-flow: column;
    gap: 2.5rem 0;
    margin: 4.5rem 0 0;
  }
}
.p-howto-img {
  width: 72rem;
  height: 42.4rem;
  margin-left: -20rem;
}
@media screen and (max-width: 767px) {
  .p-howto-img {
    width: calc(100% + 4rem);
    height: 24rem;
    aspect-ratio: 6/4;
    margin: 0 0 0 -4rem;
  }
}
.p-howto-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-howto-img .c-swiper {
  width: 100%;
  height: 100%;
}
.p-howto-content {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .p-howto-content {
    width: 100%;
  }
}
.p-howto-content__txt {
  line-height: 2;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-howto-content__txt {
    font-size: 1.2rem;
    line-height: 2.8;
  }
}
.p-howto-content__txt + .p-howto-content__txt {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-howto-content__txt + .p-howto-content__txt {
    margin-top: 4rem;
  }
}

.p-buy {
  background: #f2f2f2;
  padding: 12.6rem 0 0;
  margin: 13rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-buy {
    margin-top: 11rem;
    padding: 14rem 0 0;
  }
}
.p-buy__txt {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-buy__txt {
    font-size: 1.2rem;
    line-height: 2.8;
    margin-top: 2.5rem;
  }
}
.p-buy__txt:first-of-type {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-buy__txt:first-of-type {
    margin-top: 5rem;
  }
}
.p-buy__txt span {
  display: block;
  font-weight: 700;
}

.p-flag {
  background: #f2f2f2;
  padding: 14.6rem 0 14rem;
}
@media screen and (max-width: 767px) {
  .p-flag {
    padding: 10rem 0 13rem;
  }
}
.p-flag__txt {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-flag__txt {
    font-size: 1.2rem;
    line-height: 2.8;
  }
}
.p-flag__txt:first-of-type {
  margin-top: 6rem;
}

.c-products-list {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .c-products-list {
    margin-top: 4.5rem;
  }
}