@charset "UTF-8";

/*//////////////////////////////////////////////////

Calming Series Common Css

//////////////////////////////////////////////////*/

html {
  font-size: 62.5%;
}

/* Biople */
#Wrap {
  width: 100%;
  /* padding-top: 0; */
}

/* ===================
  FONT FACE
=================== */
@font-face {
  font-family: "century-gothic-Regular";
  src: url('https://vintorte.pro/Contents/ProductDetail/font/GOTHIC.otf') format('opentype'),
  url('https://vintorte.pro/Contents/ProductDetail/font/GOTHIC.TTF') format('ttf'),
  url('https://vintorte.pro/Contents/ProductDetail/font/GOTHIC.woff') format('woff'),
  url('https://vintorte.pro/Contents/ProductDetail/font/GOTHIC.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "century-gothic-Bold";
  src: url('https://vintorte.pro/Contents/ProductDetail/font/GOTHICB.otf') format('opentype'),
  url('https://vintorte.pro/Contents/ProductDetail/font/GOTHICB.TTF') format('ttf'),
  url('https://vintorte.pro/Contents/ProductDetail/font/GOTHICB.woff') format('woff'),
  url('https://vintorte.pro/Contents/ProductDetail/font/GOTHICB.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* ===================
      ROOTS
=================== */
:root {
  --color-main:#93B8AA;
  --color-bg1:#E4EDE8;
  --color-bg2:#F5F7F6;
  --color-bg3:#CCDDD4;
  --color-bg4:#E5EEE7;
  --color-underline:#D8E5DE;
  --color-gray1:#C6C6C6;
  --color-gray2:#A9AAAA;
  --color-gray3:#808080;
  --color-white:#ffffff;
  --color-text-main:#000000;
  --font-english-regular-safari: "century-gothic-Regular";
  --font-english-bold-safari: "century-gothic-Bold";
  --font-english: 'Century Gothic', sans-serif;
}

/*=======================================
                PC
========================================*/

/* ===================
  LP Contents
=================== */

.Product_detail_5 {
  overflow: hidden;
  color: var(--color-text-main);
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 110rem;
  margin: 0 auto;
  max-width: 100%;
}

.Product_detail_5 p {
  color: var(--color-text-main);
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

_::-webkit-full-page-media, _:future, :root .Product_detail_5 .font_en {
  font-family: var(--font-english-regular-safari),sans-serif;
}

_::-webkit-full-page-media, _:future, :root .Product_detail_5 .font_en_bold {
  font-family: var(--font-english-bold-safari),sans-serif;
}

.Product_detail_5 img,
.Product_detail_5 svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.Product_detail_5 img {
  image-rendering: -webkit-optimize-contrast;
}
.Product_detail_5 picture {
  display: block;
}
.Product_detail_5 a {
  display: block;
  color: inherit;
}
.Product_detail_5 a:hover {
  opacity: 0.6;
}
.Product_detail_5 *:focus {
  outline: none;
}
.Product_detail_5 a,
.Product_detail_5 label {
  -webkit-tap-highlight-color: rgba(226, 228, 232, 0.8);
}
.Product_detail_5 input {
  display: none;
}
.Product_detail_5 li,
.Product_detail_5 ol {
  list-style-type: none;
}
.Product_detail_5 .sp_only {
  display: none;
}
.Product_detail_5 .pc_only {
  display: block;
}
.Product_detail_5 sup {
  font-size: 0.6em;
}
.Product_detail_5 #share img {
  margin: auto;
}
.Product_detail_5 *,
.Product_detail_5 *:before,
.Product_detail_5 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.Product_detail_5 picture {
  display: flex;
}

.Product_detail_5 .flex_wrap {
  display: flex;
}

/* ===================
      SEC COMMON
=================== */
.Product_detail_5 .ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  z-index: 0;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.075em;
  color: var(--color-text-main);
}

/* Accordion common setting */
.Product_detail_5 .textwrap {
  text-align: center;
}

.Product_detail_5 .textwrap_inner {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease;
}

.Product_detail_5 .point3 .textwrap.open .textwrap_inner {
  overflow: hidden;
  max-height: 37.6rem;
  transition: max-height 1s ease;
}
@media only screen and (max-width: 768px) {
.Product_detail_5 .point3 .textwrap.open .textwrap_inner {
  max-height: var(--max-height);
}
}


.Product_detail_5 .textwrap.open .textwrap_inner {
  max-height: var(--max-height);
  margin-bottom: 1rem;
}

.Product_detail_5 .textwrap_text {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  color: #000000;
}

.Product_detail_5 .note {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.075em;
  color: var(--color-text-main);
  text-align: center;
}

.Product_detail_5 .more_btn {
  display: inline-block;
  position: relative;
  padding-left: 0.3rem;
  padding-right: 1.6rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--color-gray2);
  font-family: var(--font-english);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  z-index: 0;
  color: var(--color-gray2);
}


.Product_detail_5 .more_btn:before,
.Product_detail_5 .more_btn:after {
  position: absolute;
  top: 0.5rem;
  right: 0.4rem;
  width: 0.6rem;
  height: 1px;
  border-bottom: 1px solid var(--color-gray2);
  z-index: 0;
  content: "";
}

.Product_detail_5 .more_btn:after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.Product_detail_5 .open .more_btn::after {
  transform: rotate(0deg);
}

/* Swipe Arrow */

.Product_detail_5 .swiper-button-prev,
.Product_detail_5 .swiper-button-next {
  top: 20rem;
  height: 3rem;
  width: 3rem;
  background-image: url(https://vintorte.pro/Contents/ProductDetail/CalmingSeries/swipe_arrow.svg);
  background-size: 100%;
}

.Product_detail_5 .swiper-button-next {
  right: -1.6rem;
}

.Product_detail_5 .swiper-button-prev {
  left: -1.6rem;
}

.Product_detail_5 .swiper-button-prev {
  transform: rotate(180deg);
}

.Product_detail_5 .swiper-button-prev::after,
.Product_detail_5 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3rem;
  margin: auto;
  width: 3rem;
}

/* Swipe Dot */
.Product_detail_5 .swiper-pagination{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0.2rem !important;
}

.Product_detail_5 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.76rem;
}

.Product_detail_5 .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: -1rem;
}

.Product_detail_5 .swiper-pagination-bullet {
  position: static;
  margin: .5rem !important;
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  opacity: 1;
  border: 1px solid var(--color-gray3);
  background: transparent;
}

.Product_detail_5 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 1rem);
}

/* Dot Active */
.Product_detail_5 .swiper-pagination-bullet-active {
  background-color: var(--color-gray3);
  border: none;
  height: 0.8rem;
  width: 0.8rem;
}

/* Simple bar */
.Product_detail_5 .simple-bar_wrap{
  width: -moz-available;
  width: -webkit-fill-available;
  margin: auto;
}

.Product_detail_5 .simplebar-content-wrapper {
  overflow: visible !important;
}

/* ===================
    Recommend
=================== */
.Product_detail_5 .recommended {
  padding: 7.2rem 0 6rem;
  background-color: var(--color-bg1);
}

.Product_detail_5 .recommended_group {
  position: relative;
  margin-top: 6.5rem;
}

.Product_detail_5 .recommended_lead {
  font-size: 1.6rem;
  line-height: 1.968;
  text-align: center;
}

.Product_detail_5 .recommended_title {
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -.3rem;
  padding: .5rem 0 .5rem;
  color: var(--color-white);
  font-size: 1.5rem;
  line-height: 1;
  background-color: var(--color-main);
  box-sizing: border-box;
  width: 32rem;
  z-index: 1;
  text-align: center;
  border-radius: 1.3rem;
}

.Product_detail_5 .recommended_list {
  margin-inline: auto;
  padding: 3.5rem 0 3rem;
  width: 55rem;
  background-color: var(--color-white);
}

.Product_detail_5 .recommended_item {
  display: inline-block;
  position: relative;
  padding-left: 12.5rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  width: 100%;
  z-index: 0;
}

.Product_detail_5 .recommended_list .recommended_item:last-of-type {
  margin-bottom: 0;
}

.Product_detail_5 .recommended_item:before {
  position: absolute;
  top: -0.4rem;
  left: 8.5rem;
  width: 2.4rem;
  height: 2rem;
  background-image: url(https://vintorte.pro/Contents/ProductDetail/CalmingSeries/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  content: "";
}

.Product_detail_5 .recommended__item:nth-of-type(n+2) {
  margin-top: 0;
}

/* ===================
        POINT
  =================== */
.Product_detail_5 .point {
  padding: 6rem 0;
  background-color: var(--color-bg2);
}

.Product_detail_5 .point_ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  z-index: 0;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.Product_detail_5 .point_ttl::before,
.Product_detail_5 .point_ttl::after {
  content: "";
  position: absolute;
  top: 1rem;
  width: 33.5rem;
  height: 1px;
  border-bottom: 1px solid var(--color-main);
  z-index: 0;
}

.Product_detail_5 .point_ttl::before {
  left: -36rem;
}

.Product_detail_5 .point_ttl::after {
  right: -36rem;
}

.Product_detail_5 .point_item {
  list-style-type: none;
  counter-increment: cnt;
  padding: 6rem 0 6rem;
}

.Product_detail_5 .point_item.point1{
  background-color: var(--color-bg2);
}
.Product_detail_5 .point_item.point2{
  background-color: var(--color-bg1);
}
.Product_detail_5 .point_item.point3{
  background-color: var(--color-bg2);
  padding-bottom: 0;
}

.Product_detail_5 .point_item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "" counter(cnt) "";
  transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  font-family: var(--font-english);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  width: 5rem;
  height: 5rem;
}

_::-webkit-full-page-media, _:future, :root .Product_detail_5 .point_item::before {
  font-family: var(--font-english-bold-safari),sans-serif;
}

.Product_detail_5 .point_item:nth-of-type(odd):before {
  background-color: var(--color-main);
  color: var(--color-white);
}

.Product_detail_5 .point_item:nth-of-type(even):before {
  background-color: var(--color-white);
  color: var(--color-main);
}

.Product_detail_5 .point_item_title {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  position: relative;
  z-index: 4;
}

.Product_detail_5 .underline{
  position: relative;
}

.Product_detail_5 .underline:before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 107%;
  height: 0.8rem;
  background-color: var(--color-underline);
  content: "";
  z-index: -1;
}

.Product_detail_5 .point2 .underline:before {
  background-color: #b5cdc0;
}

.Product_detail_5 .point_item_text span {
  z-index: 0;
}

.Product_detail_5 .point_item_text .underline:before {
  width: 102%;
}

.Product_detail_5 .point1 .howto_wrap {
  margin-top: 4rem;
}

.Product_detail_5 .point1 .textwrap {
  margin-top: 1.7rem;
}

.Product_detail_5 .point1 .howto_subttl {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  color: #000000;
}

.Product_detail_5 .point1 .howto_subttl:before,
.Product_detail_5 .point1 .howto_subttl:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1.5rem;
  background-image: url(https://vintorte.pro/Contents/ProductDetail/CalmingSeries/decor_ttl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  content: "";
}

.Product_detail_5 .point1 .howto_subttl:before {
  left: -2rem;
}

.Product_detail_5 .point1 .howto_subttl:after {
  transform: translateY(-50%) rotate(60deg);
  right: -2rem;
}

.Product_detail_5 .point1 .howto_ttl {
  margin-top: 1.3rem;
  font-family: var(--font-english);
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

_::-webkit-full-page-media, _:future, :root .Product_detail_5 .point1 .howto_ttl {
  font-family: var(--font-english-regular-safari),sans-serif;
}

.Product_detail_5 .point1 .howto_group {
  position: relative;
  width: 86rem;
  margin: 3.2rem auto 0;
  padding: 1.3rem 0 3.5rem;
  background-color: var(--color-white);
  border-radius: 2rem;
}

.Product_detail_5 .point1 .howto_group_label {
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 18rem;
  margin: 0 auto;
  padding: 0.6rem 0 0.6rem;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-main);
  border-radius: 1.2rem;
}

.Product_detail_5 .point1 .howto_group_ttl {
  position: relative;
  width: fit-content;
  margin: 2rem auto 0;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;

}

.Product_detail_5 .point1 .howto_group_subttl {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

.Product_detail_5 .point1 .howto_step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67rem;
  margin: 2rem auto 0;
  padding: 0.4rem 0 0.4rem;
  background-color: var(--color-gray1);
  gap: 3.2rem;
}

.Product_detail_5 .simplebar-track.simplebar-vertical {
  visibility: hidden !important;
}

.Product_detail_5 .point1 .howto_step li{
  position: relative;
  display: inline-block;
  font-family: var(--font-english);
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
}

_::-webkit-full-page-media, _:future, :root .Product_detail_5 .point1 .howto_step li {
  font-family: var(--font-english-regular-safari),sans-serif;
}

.Product_detail_5 .point1 .howto_step .step_arrow {
  width: .4rem;
}

.Product_detail_5 .point1 .howto_step li:first-of-type:before{
  content: none;
}

.Product_detail_5 .point1 .howto_item {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1.8rem;
  width: 67rem;
  margin: 2rem auto 0;
}

.Product_detail_5 .point1 .howto_inner {
  position: relative;
  width: 67rem;
  margin: 0 auto;
}

.Product_detail_5 .point1 .howto_inner:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.3rem;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--color-gray3);
  content: "";
}

_::-webkit-full-page-media, _:future, :root .Product_detail_5 .point1 .howto_inner:before {
  bottom: 0.4rem;
}

.Product_detail_5 .point1 .howto_inner:after {
  position: absolute;
  bottom: -0.15rem;
  right: -.1rem;
  width: 0.5rem;
  height: 1rem;
  background-image: url(https://vintorte.pro/Contents/ProductDetail/CalmingSeries/arrow_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  content: "";
}

_::-webkit-full-page-media, _:future, :root .Product_detail_5 .point1 .howto_inner:after {
  bottom: 0;
}

.Product_detail_5 .point1 .howto_item li {
  width: 9rem;
}

.Product_detail_5 .point1 .howto_item li .howto_item_name {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: var(--color-gray2);
}

.Product_detail_5 .point1 .howto_item li .dot {
  display: block;
  margin: 1rem auto 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--color-gray3);
  border-radius: 50%;
}

.Product_detail_5 .point1 .decor_anim {
  position: relative;
  z-index: 0;
}

.Product_detail_5 .point1 .decor_anim:before {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 2.2rem;
  background: url(https://vintorte.pro/Contents/ProductDetail/CalmingSeries/decor_sunrays_pc.svg) no-repeat;
  background-size: 100%;
  width: 9rem;
  height: 3.5rem;
  opacity: 0;
  z-index: 1;
  -webkit-animation: flicker 1s steps(4) infinite;
  animation: flicker 1s steps(4) infinite;
  content: "";
}

.Product_detail_5 .group2 .howto_item .decor_anim:nth-of-type(2):before {
  top: 0.5rem;
}

.Product_detail_5 .group2 .howto_item .decor_anim:nth-of-type(3):before {
  top: 7rem;
}

@-webkit-keyframes flicker {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flicker {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.Product_detail_5 .point1 .group2 {
  margin: 4.3rem auto 0;
}

.Product_detail_5 .point1 .group2 .howto_group_ttl:before {
  position: absolute;
  bottom: -.5rem;
  left: -9rem;
  width: 7.6rem;
  height: 2.5rem;
  background-image: url(https://vintorte.pro/Contents/ProductDetail/CalmingSeries/fukidashi_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  content: "";
}

.Product_detail_5 .point1 .group2 .howto_step {
  width: 34.6rem;
}

.Product_detail_5 .point1 .group2 .howto_inner {
    width: 34.6rem;
    margin: 0 auto;
}

.Product_detail_5 .point1 .group2 .howto_item {
  width: 34.6rem;
}


.Product_detail_5 .point2 .point_graph {
  width: 58rem;
  margin: 2.3rem auto 0;
}

.Product_detail_5 .point2 .textwrap {
  margin-top: 2rem;
}

.Product_detail_5 .point3 .graph_group {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.Product_detail_5 .point3 .graph_pic {
  width: 55rem;
  margin: 0 auto;
}

.Product_detail_5 .point3 .graph_detail {
  position: absolute;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: left;
}

.Product_detail_5 .point3 .graph_detail span {
  font-weight: 700;
}

.Product_detail_5 .point3 .graph_detail.detail_top {
  top: 3.8rem;
  right: 5.1rem;
}
.Product_detail_5 .point3 .graph_detail.detail_middle {
  top: 11.2rem;
  right: 0.7rem;
}
.Product_detail_5 .point3 .graph_detail.detail_last {
  top: 20.6rem;
  right: 9rem;
}

.Product_detail_5 .point3 .textwrap {
  margin-top: 1.8rem;
}

.Product_detail_5 .point3 .textwrap_text {
  margin-top: 2rem;
}

/* ===================
    STAFF REVIEW
=================== */

.Product_detail_5 .staff_review {
  padding: 6rem;
  background-color: var(--color-bg3);
}

.Product_detail_5 .staff_review .ttl {
  font-family: var(--font-english);
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.075em;
  color: var(--color-text-main);
}

_::-webkit-full-page-media, _:future, :root .Product_detail_5 .staff_review .ttl {
  font-family: var(--font-english-bold-safari),sans-serif;
}

.Product_detail_5 .staff_review ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

.Product_detail_5 .staff_review ul li {
  width: 28rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem 3rem 3rem;
  text-align: justify;
}

.Product_detail_5 .review_name {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.Product_detail_5 .review_name img {
  width: 7rem;
}

.Product_detail_5 .review_name span {
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}

.Product_detail_5 .review_comment {
  margin: 0 auto;
  width: 22rem;
  padding-top: 1.4rem;
  font-size: 1.1rem;
  line-height: 2;
  text-align: justify;
}



/* ===================
    FEATURE
=================== */
.Product_detail_5 .feature {
  padding: 6rem 0;
  background-color: var(--color-bg4);
}

.Product_detail_5 .feature_inner {
  width: 86rem;
  margin: 4rem auto 0;
  padding: 5rem 0 6rem;
  background-color: var(--color-white);
  border-radius: 2rem;
}

.Product_detail_5 .feature_num {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--font-english);
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: var(--color-main);
}

_::-webkit-full-page-media, _:future, :root .Product_detail_5 .feature_num {
  font-family: var(--font-english-bold-safari),sans-serif;
}

.Product_detail_5 .feature_num:before,
.Product_detail_5 .feature_num:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7rem;
  height: 1px;
  background-color: var(--color-main);
  content: "";
}

.Product_detail_5 .feature_num:before {
  left: -2.2rem;
}

.Product_detail_5 .feature_num:after {
  right: -2.2rem;
}

.Product_detail_5 .feature_subttl {
  position: relative;
  width: fit-content;
  margin: 2rem auto 0;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}

.Product_detail_5 .feature_subttl:before,
.Product_detail_5 .feature_subttl:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-image: url(https://vintorte.pro/Contents/ProductDetail/CalmingSeries/decor_text2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  content: "";
}

.Product_detail_5 .feature_subttl:before {
  left: -1.9rem;
}

.Product_detail_5 .feature_subttl:after {
  transform: translateY(-50%) rotate(69deg);
  right: -2.1rem;
}

.Product_detail_5 .feature_ttl {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.Product_detail_5 .feature_ttl span {
  position: relative;
  z-index: 5;
}

.Product_detail_5 .feature_ttl span:before {
  z-index: -1;
}

.Product_detail_5 .feature .textwrap {
  margin-top: 2.3rem;
}


.Product_detail_5 .feature .feature01 .textwrap .textwrap_inner {
  position: relative;
  max-height: 34rem;
}

.Product_detail_5 .feature .feature01 .textwrap.open .textwrap_inner {
  max-height: 83rem;
}

.Product_detail_5 .feature .feature01 .textwrap .textwrap_inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18rem;
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 13.75%, rgb(255, 255, 255) 100%);
  content: "";
  z-index: 3;
}

.Product_detail_5 .feature .feature01 .textwrap.open .textwrap_inner::before {
  display: none;
}



.Product_detail_5 .feature .feature01 .graph_group {
  position: relative;
}

.Product_detail_5 .feature .feature01 .graph_pic01 {
  width: 30rem;
  margin: 0 auto;
}

.Product_detail_5 .feature .feature01 .graph_text_group {
  position: absolute;
  top: 4.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8rem;
}

.Product_detail_5 .feature .feature01 .graph_text {
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: center;
}

.Product_detail_5 .feature .feature01 .graph_pic02 {
  margin: 1rem auto 0;
  width: 2rem
}
.Product_detail_5 .feature .feature01 .graph_pic03 {
  margin: 3rem auto 0;
  width: 35rem
}

.Product_detail_5 .feature01 .feature_text {
  margin-top: 3.6rem;
}

.Product_detail_5 .feature01 .note {
  margin-top: 1.2rem;
  margin-bottom: .4rem;
}

.Product_detail_5 .feature_group.feature02 {
  margin-top: 6rem;
}

.Product_detail_5 .feature_group.feature02 .feature_ttl {
  margin-top: 1.2rem;
}

.Product_detail_5 .feature_group.feature02 .textwrap {
  margin-top: 1.8rem;
}

.Product_detail_5 .feature_group.feature03 {
  margin-top: 5.8rem;
}

.Product_detail_5 .feature_group.feature03 .feature_ttl {
  margin-top: 1.4rem;
}

.Product_detail_5 .ingre_free_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  width: 33rem;
  margin: 2.3rem auto 0;
}

.Product_detail_5 .ingre_free_list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 3rem;
  border: 1px solid var(--color-gray3);
}

.Product_detail_5 .ingre_free_list li:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(343deg);
  width: 102%;
  height: .1rem;
  background: var(--color-gray3);
  content: "";
}

.Product_detail_5 .ingre_free_list li span{
  display: block;
  width: 70%;
  height: fit-content;
  font-size: 1.2rem;
  line-height: 2;
  color: var(--color-text-main);
  background-color: var(--color-white);
  letter-spacing: 0.075em;
  text-align: center;
  z-index: 5;
}



/* ===================
    PRODUCT
=================== */
.Product_detail_5 .product {
  padding: 8rem;
}

.Product_detail_5 .product_ttl {
  margin-bottom: 5rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.075em;
  color: var(--color-text-main);
  text-align: center;
}

.Product_detail_5 .product_swiper_outer {
  position: relative;
  height: 43rem;
  /* overflow: hidden; */
}

.Product_detail_5 .product_swiper_outer:before,
.Product_detail_5 .product_swiper_outer:after {
  position: absolute;
  top: 0;
  width: 9rem;
  height: 40rem;
  background-color: var(--color-white);
  content: "";
  z-index: 5;
}

.Product_detail_5 .product_swiper_outer:before{
  left: -10rem;
}
.Product_detail_5 .product_swiper_outer:after{
  right: -10rem;
}

.Product_detail_5 .product_swiper_area {
  display: contents;
  width: 95rem;
  margin: 0 auto;
  overflow: hidden;
}

.Product_detail_5 .product_swiper {
  position: relative;
  width: 94rem;
  height: 38rem;
  margin: 0 auto;
  padding: 1rem 0rem;
}

.Product_detail_5 .product_slide {
  width: 22rem !important;
  padding: 3rem 0;
  background-color: #ffffff;
  filter: drop-shadow(0px 0px 5px rgb(0,0,0,0.1));
  border-radius: 2rem;
}

.Product_detail_5 .product_cate {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.1rem 1.1rem 0rem;
  font-size: 1.2rem;
  line-height: 1.3;
  color: var(--color-gray2);
  border: 1px solid var(--color-gray2);
}

.Product_detail_5 .product_img {
  width: 20rem;
  margin: 2rem auto 0;
}

.Product_detail_5 .product_name {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.75;
  color: var(--color-text-main);
  text-align: center;
}

.Product_detail_5 .product_credit {
  font-family: var(--font-english);
  font-style: normal;
  margin-top: .7rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--color-text-main);
  text-align: center;
  letter-spacing: 0.075em;
}

.Product_detail_5 .product_credit .tax {
  font-size: 1rem;
}

_::-webkit-full-page-media, _:future, :root .Product_detail_5 .product_credit {
  font-family: var(--font-english-regular-safari),sans-serif;
}

/*=======================================
                TABLET
========================================*/

@media screen and (min-width: 769px) and (max-width: 1400px) {
  html {
    font-size: calc(10* (100vw / 1400));
  }
}

/*=======================================
                    SP
========================================*/

@media only screen and (max-width: 768px) {
  .Product_detail_5 .pc_only {
    display: none;
  }

  .Product_detail_5 .sp_only {
    display: block;
  }

  /* ===================
    LP Contents
  =================== */

  .Product_detail_5 {
    width: 100%;
    padding-top:calc(60* (100vw / 750));
  }

  /* ===================
        SEC COMMON
  =================== */
  .Product_detail_5 .ttl {
    font-size: calc(38* (100vw / 750));
  }

  /* Accordion common setting */
  .Product_detail_5 .textwrap.open .textwrap_inner {
    margin-bottom: calc(20*(100vw / 750));
  }

  .Product_detail_5 .textwrap_text {
    font-size: calc(24*(100vw / 750));
  }

  .Product_detail_5 .note {
    font-size: calc(20* 100vw / 750);
    margin-top: calc(12* 100vw / 750);
  }

  .Product_detail_5 .more_btn {
    padding-left: calc(6* 100vw / 750);
    padding-right: calc(30* 100vw / 750);
    padding-bottom: calc(3* 100vw / 750);
    font-size: calc(20* 100vw / 750);
    line-height: 1;
  }

  .Product_detail_5 .more_btn:before,
  .Product_detail_5 .more_btn:after {
    position: absolute;
    top: calc(10* 100vw / 750);
    right: calc(4* 100vw / 750);
    width: calc(14* 100vw / 750);
    height: calc(2* 100vw / 750);
    border-bottom: calc(2* 100vw / 750) solid;
  }

  /* Swipe Arrow */
  .Product_detail_5 .swiper-button-prev,
  .Product_detail_5 .swiper-button-next {
    top: 50%;
    height: calc(60 * 100vw/750);
    width: calc(60 * 100vw/750);
  }

  .Product_detail_5 .swiper-button-next {
    right: calc(85 * 100vw/750);
  }

  .Product_detail_5 .swiper-button-prev {
    left: calc(85 * 100vw/750);
  }

  .Product_detail_5 .swiper-button-prev::after,
  .Product_detail_5 .swiper-button-next::after {
    height: calc(60 * 100vw/750);
    width: calc(60 * 100vw/750);
  }

  /* Swipe Dot */
  .Product_detail_5 .swiper-pagination{
    position: absolute;
    right: 0;
    left: 0;
    bottom: calc(-40 * 100vw/750) !important;
  }

  .Product_detail_5 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(15 * 100vw/750);
  }

  .Product_detail_5 .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: calc(0 * 100vw/750);
  }

  .Product_detail_5 .swiper-pagination-bullet {
    margin: calc(10 * 100vw/750) !important;
    width: calc(16 * 100vw/750);
    height: calc(16 * 100vw/750);
  }

  /* Dot Active */
  .Product_detail_5 .swiper-pagination-bullet-active {
    height: calc(16 * 100vw/750);
    width: calc(16 * 100vw/750);
  }

  /* Simple bar */
  .Product_detail_5 .simple-bar_wrap *{
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }

  .Product_detail_5 .simple-bar_wrap{
    /* overflow-x: scroll; */
    padding-bottom: calc(50 * 100vw/750);
  }

  .Product_detail_5 .simple-bar_wrap *::-webkit-scrollbar{
    display:none;
  }

  .Product_detail_5 .simple-bar_wrap ul{
    display: flex;
    width: fit-content;
    padding: 0 calc(70* 100vw / 750);
  }

  .Product_detail_5 .simplebar-track.simplebar-horizontal {
    height: calc(6 * 100vw/750);
    width: calc(610 * 100vw/750);
    background: rgba(255, 255, 255, .7);
    margin: auto;
  }

  .Product_detail_5 .simplebar-track.simplebar-horizontal .simplebar-scrollbar{
    top: 0;
    height: calc(6 * 100vw/750);
  }

  .Product_detail_5 .simplebar-scrollbar:before{
    background: #B0C2BB;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0;
    opacity: 1;
  }

  .Product_detail_5 .simplebar-content-wrapper {
  overflow: scroll hidden !important;
  }
  /* ===================
      Recommend
  =================== */
  .Product_detail_5 .recommended {
  padding: calc(90 * 100vw/750) 0 calc(80 * 100vw/750);
  }

  .Product_detail_5 .recommended_group {
    margin-top: calc(90 * 100vw/750)
  }

  .Product_detail_5 .recommended_lead {
    font-size: calc(26 * 100vw/750);
    line-height: 2;
  }

  .Product_detail_5 .recommended_title {
    padding: calc(7* 100vw / 750) calc(20* 100vw / 750);
    margin-top: 0;
    font-size: calc(26* 100vw / 750);
    width: calc(480* 100vw / 750);
    top: calc(-20* 100vw / 750);
  }

  .Product_detail_5 .recommended_list {
    padding: calc(48 * 100vw/750) calc(0 * 100vw/750) calc(35 * 100vw/750);
    width: calc(670 * 100vw/750);
  }

  .Product_detail_5 .recommended_item {
    padding-left: calc(116* 100vw / 750);
    margin-bottom: calc(8* 100vw / 750);
    font-size: calc(26* 100vw / 750);
    line-height: 2;
    text-align: left;
    z-index: 0;
    white-space: nowrap;
  }

  .Product_detail_5 .recommended_item:before {
    top: calc(10* 100vw / 750);
    left: calc(52* 100vw / 750);
    width: calc(36* 100vw / 750);
    height: calc(30* 100vw / 750);
  }

  /* ===================
        POINT
  =================== */
  .Product_detail_5 .point {
    padding: calc(85* 100vw / 750) 0 calc(73 *100vw / 750);
  }

  .Product_detail_5 .point_ttl {
    font-size: calc(40* 100vw / 750);
    margin: 0 auto calc(0* 100vw / 750);
  }

  .Product_detail_5 .point_ttl::before,
  .Product_detail_5 .point_ttl::after {
    content: "";
    position: absolute;
    top: calc(17* 100vw / 750);
    width: calc(165* 100vw / 750);
    height: 1px;
  }

  .Product_detail_5 .point_ttl::before {
    left: calc(-185* 100vw / 750);
  }

  .Product_detail_5 .point_ttl::after {
    right: calc(-185* 100vw / 750);
  }

  .Product_detail_5 .point_item {
    padding: calc(60* 100vw / 750) 0 calc(60* 100vw / 750);
  }

  .Product_detail_5 .point_item::before {
    margin-bottom: calc(15* 100vw / 750);
    font-size: calc(40* 100vw / 750);
    width: calc(90* 100vw / 750);
    height: calc(90* 100vw / 750);
  }

  .Product_detail_5 .point_item_title {
    font-size: calc(32 * 100vw/750);
  }

  .Product_detail_5 .underline:before{
    height: calc(16* 100vw / 750);
  }

  .Product_detail_5 .point1 {
    padding: calc(60* 100vw / 750) calc(30* 100vw / 750) calc(60* 100vw / 750) calc(30* 100vw / 750);
  }

  .Product_detail_5 .point1 .howto_wrap {
    margin-top: calc(80 * 100vw/750);
  }

  .Product_detail_5 .point1 .textwrap {
    margin-top: calc(40 * 100vw/750);
  }

  .Product_detail_5 .point1 .howto_subttl {
    font-size: calc(28 * 100vw/750);
  }

  .Product_detail_5 .point1 .howto_subttl:before,
  .Product_detail_5 .point1 .howto_subttl:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(16* 100vw / 750);
    height: calc(27* 100vw / 750);
    background-image: url(https://vintorte.pro/Contents/ProductDetail/CalmingSeries/decor_ttl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    content: "";
  }

  .Product_detail_5 .point1 .howto_subttl:before {
    left: calc(-35 * 100vw/750);
    transform: translateY(-50%) rotate(185deg);
  }

  .Product_detail_5 .point1 .howto_subttl:after {
    right: calc(-34* 100vw / 750);
    transform: translateY(-50%) rotate(60deg);
  }

  .Product_detail_5 .point1 .howto_ttl {
    margin-top: calc(25 * 100vw/750);
    font-size: calc(40 * 100vw/750);
  }

  .Product_detail_5 .point1 .howto_group {
    position: relative;
    width: auto;
    margin: calc(45* 100vw / 750) auto 0;
    padding: calc(12* 100vw / 750) calc(40* 100vw / 750) calc(60* 100vw / 750) calc(40* 100vw / 750);
    border-radius: calc(20* 100vw / 750);
  }

  .Product_detail_5 .point1 .simple-bar_wrap {
    padding: 0 calc(0 * 100vw/750) calc(55 * 100vw/750);
  }

  .Product_detail_5 .point1 .simplebar-track.simplebar-horizontal {
    background: #EDEDED;
  }

  .Product_detail_5 .point1 .simplebar-scrollbar:before {
    background: #D3D3D3;
  }

  .Product_detail_5 .point1 .simplebar-track.simplebar-horizontal {
    width: calc(610* 100vw / 750);
  }

  .Product_detail_5 .point1 .howto_group_label {
    top: calc(-20 * 100vw/750);
    width: calc(260 * 100vw/750);
    padding: calc(9 * 100vw/750) 0 calc(7 * 100vw/750);
    font-size: calc(26 * 100vw/750);
    border-radius: calc(20 * 100vw/750)
  }

  .Product_detail_5 .point1 .howto_group_ttl {
    margin: calc(45 * 100vw/750) auto 0;
    font-size: calc(28 * 100vw/750);
  }

  .Product_detail_5 .point1 .howto_group_subttl {
    margin-top: calc(20 * 100vw/750);
    font-size: calc(24 * 100vw/750);
  }

  .Product_detail_5 .point1 .howto_step {
    width: fit-content;
    margin: calc(35 * 100vw/750) auto 0;
    padding: calc(11 * 100vw/750) calc(61 * 100vw/750) calc(10 * 100vw/750);
    gap: calc(55 * 100vw/750);
  }


  .Product_detail_5 .point1 .howto_step li{
    font-size: calc(30 * 100vw/750);
  }

  .Product_detail_5 .point1 .howto_step .step_arrow {
    width: calc(8 * 100vw/750);
  }

  .Product_detail_5 .point1 .howto_item {
    gap: calc(28 * 100vw/750);
    /* width: calc(1250 * 100vw/750); */
    width: fit-content;
    margin: calc(30 * 100vw/750) auto 0;
    padding: 0 calc(16 * 100vw/750) 0;
  }



  .Product_detail_5 .point1 .howto_inner:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(8 * 100vw/750);
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--color-gray3);
    content: "";
  }

  .Product_detail_5 .point1 .howto_inner:after {
    position: absolute;
    bottom: calc(2.4* 100vw / 750);
    right: calc(-1* 100vw / 750);
    width: calc(7.7 * 100vw/750);
    height: calc(13.4 * 100vw/750);
    background-image: url(https://vintorte.pro/Contents/ProductDetail/CalmingSeries/arrow_gray_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    content: "";
  }

  _::-webkit-full-page-media, _:future, :root .Product_detail_5 .point1 .howto_inner:after {
    bottom: calc(3 * 100vw/750);
  }


  _::-webkit-full-page-media, _:future, :root .Product_detail_5 .point1 .howto_inner:before {
    bottom: calc(9* 100vw / 750);
    right: calc(-1.5* 100vw / 750);
  }

  .Product_detail_5 .point1 .howto_item li {
    width: calc(180 * 100vw/750);
  }

  .Product_detail_5 .point1 .howto_item li .howto_item_name {
    margin-top: calc(20 * 100vw/750);
    font-size: calc(22 * 100vw/750);
  }

  .Product_detail_5 .point1 .howto_item li .dot {
    margin: calc(28 * 100vw/750) auto 0;
    width: calc(20 * 100vw/750);
    height: calc(20 * 100vw/750);
  }

  .Product_detail_5 .point1 .decor_anim:before {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: calc(42 * 100vw/750);
    background: url(https://vintorte.pro/Contents/ProductDetail/CalmingSeries/decor_sunrays_sp.svg) no-repeat;
    background-size: 100%;
    width: calc(180 * 100vw/750);
    height: calc(70 * 100vw/750);
    opacity: 0;
    z-index: 1;
    -webkit-animation: flicker 1s steps(4) infinite;
    animation: flicker 1s steps(4) infinite;
    content: "";
  }

  .Product_detail_5 .point1 .group1 .howto_inner {
    width: fit-content;
  }

  .Product_detail_5 .point1 .group1 .howto_inner:before {
    /* width: calc(1250* 100vw / 750); */
    width: 100%;
  }

  .Product_detail_5 .point1 .group1 .howto_item {
    margin: calc(30* 100vw / 750) 0;
    padding: 0;
  }

  .Product_detail_5 .point1 .group1 .howto_step {
    margin: calc(35* 100vw / 750) 0;
  }

  .Product_detail_5 .point1 .group1 .howto_inner:before {
    /* left: calc(625* 100vw / 750); */
  }

  .Product_detail_5 .point1 .group1 .howto_inner:after {
    /* right: calc(4* 100vw / 750);
    bottom: calc(2* 100vw / 750); */
    right: calc(0* 100vw / 750);
    bottom: calc(1* 100vw / 750);
  }

  #BrandID_FO #serum .point1 .group1 .howto_inner:after {
    bottom: calc(2* 100vw / 750);
  }
  #BrandID_BS #serum .point1 .group1 .howto_inner:after {
    bottom: calc(3* 100vw / 750);
  }

  #BrandID_CK #lotion .point1 .group1 .howto_inner:after {
    right: calc(-1* 100vw / 750);
  }

  _::-webkit-full-page-media, _:future, :root #BrandID_CK #serum .point1 .group1 .howto_inner:after {
    bottom: calc(3* 100vw / 750);
  }
  _::-webkit-full-page-media, _:future, :root #BrandID_BP #serum .point1 .group1 .howto_inner:after {
    bottom: calc(3* 100vw / 750);
  }
  _::-webkit-full-page-media, _:future, :root #BrandID_CK #lotion .point1 .group1 .howto_inner:after {
    bottom: calc(3* 100vw / 750);
  }
  _::-webkit-full-page-media, _:future, :root #BrandID_BS #lotion .point1 .group1 .howto_inner:after {
    bottom: calc(3* 100vw / 750);
  }

  _::-webkit-full-page-media, _:future, :root #BrandID_CK #balm .point1 .group1 .howto_inner:after {
    bottom: calc(3* 100vw / 750);
  }


  .Product_detail_5 .group2 .howto_item .decor_anim:nth-of-type(2):before {
    top: calc(0 * 100vw/750);
  }

  .Product_detail_5 .group2 .howto_item .decor_anim:nth-of-type(3):before {
    top: calc(139 * 100vw/750);
  }

  .Product_detail_5 .point1 .group1 .howto_item:after {
    width: calc(0* 100vw / 750);
    height: calc(40* 100vw / 750);
    background-color: #ffffff;
    content: "";
  }


  .Product_detail_5 .point1 .group2 {
    margin: calc(70 * 100vw/750) auto 0;
    padding: calc(12* 100vw / 750) calc(0* 100vw / 750) calc(60* 100vw / 750) calc(0* 100vw / 750);
  }

  .Product_detail_5 .point1 .group2 .howto_inner {
    width: fit-content;
  }

  .Product_detail_5 .point1 .group2 .howto_group_ttl:before {
    position: absolute;
    bottom: calc(32* 100vw / 750);
    left: calc(-109* 100vw / 750);
    width: calc(146 * 100vw/750);
    height: calc(78 * 100vw/750);
    background-image: url(https://vintorte.pro/Contents/ProductDetail/CalmingSeries/fukidashi_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    content: "";
  }

  .Product_detail_5 .point1 .group2 .howto_step {
    width: calc(626 * 100vw/750);
  }

   .Product_detail_5 .point1 .group2 .howto_inner {
    width: calc(626 * 100vw/750);
   }

  .Product_detail_5 .point1 .group2 .howto_item {
    width: calc(626 * 100vw/750);
  }

  .Product_detail_5 .point_item.point2 {
    padding: calc(80* 100vw / 750) 0 calc(80* 100vw / 750);
  }

  .Product_detail_5 .point2 .point_graph {
    width: calc(680 * 100vw/750);
    margin: calc(30 * 100vw/750) auto 0;
  }


  .Product_detail_5 .point2 .textwrap {
    margin-top: calc(40 * 100vw/750);
  }

  .Product_detail_5 .point_item.point3 {
    padding: calc(80* 100vw / 750) 0 calc(0* 100vw / 750);
  }

  .Product_detail_5 .point3 .graph_pic {
    width: calc(730 * 100vw/750);
  }

  .Product_detail_5 .point3 .graph_detail {
    font-size: calc(21 * 100vw/750);
    line-height: 1.75;
  }

  .Product_detail_5 .point3 .graph_detail.detail_top {
    top: calc(41* 100vw / 750);
    right: calc(-2* 100vw / 750);
  }
  .Product_detail_5 .point3 .graph_detail.detail_middle {
    top: calc(141* 100vw / 750);
    right: calc(40* 100vw / 750);
  }
  .Product_detail_5 .point3 .graph_detail.detail_last {
    top: calc(305* 100vw / 750);
    right: calc(70* 100vw / 750);
  }

  .Product_detail_5 .point3 .textwrap {
    margin-top: calc(30 * 100vw/750);
  }

  .Product_detail_5 .point3 .textwrap_text {
    margin-top: calc(20 * 100vw/750);
  }

  /* ===================
    STAFF REVIEW
=================== */

.Product_detail_5 .staff_review {
  padding: calc(80 * 100vw/750) 0 calc(70 * 100vw/750);
}

.Product_detail_5 .staff_review .ttl {
  font-size: calc(40 * 100vw/750);
}

.Product_detail_5 .staff_review ul {
  justify-content: flex-start;
  gap: calc(30 * 100vw/750);
  margin-top: calc(40 * 100vw/750);
}

.Product_detail_5 .staff_review ul li {
  width: calc(580 * 100vw/750);
  border-radius: calc(20 * 100vw/750);
  padding: calc(40 * 100vw/750) calc(50 * 100vw/750) calc(40 * 100vw/750);
}

.Product_detail_5 .review_name {
  gap: calc(30 * 100vw/750);
}

.Product_detail_5 .review_name img {
  width: calc(140 * 100vw/750);
}

.Product_detail_5 .review_name span {
  font-size:calc(26 * 100vw/750);
}

.Product_detail_5 .review_comment {
  width: calc(480 * 100vw/750);
  padding-top: calc(20 * 100vw/750);
  font-size: calc(24 * 100vw/750);
}

  /* ===================
      FEATURE
  =================== */
  .Product_detail_5 .feature {
    padding: calc(80 * 100vw/750) 0;
  }

  .Product_detail_5 .feature_inner {
    width: calc(680 * 100vw/750);
    margin: calc(40 * 100vw/750) auto 0;
    padding: calc(50 * 100vw/750) 0 calc(80 * 100vw/750);
    border-radius: calc(20 * 100vw/750);
  }

  .Product_detail_5 .feature_num {
    font-size: calc(54 * 100vw/750)
  }

  .Product_detail_5 .feature_num:before,
  .Product_detail_5 .feature_num:after {
    width: calc(10 * 100vw/750);
    height: 1px;
  }

  .Product_detail_5 .feature_num:before {
    left: calc(-27 * 100vw/750)
  }

  .Product_detail_5 .feature_num:after {
    right: calc(-27 * 100vw/750)
  }

  .Product_detail_5 .feature_subttl {
    margin: calc(40 * 100vw/750) auto 0;
    font-size: calc(30 * 100vw/750);
  }

  .Product_detail_5 .feature_subttl:before,
  .Product_detail_5 .feature_subttl:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(18 * 100vw/750);
    height: calc(26 * 100vw/750);
    background-image: url(https://vintorte.pro/Contents/ProductDetail/CalmingSeries/decor_text2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    content: "";
  }

  .Product_detail_5 .feature_subttl:before {
    left: calc(-40 * 100vw/750);
  }

  .Product_detail_5 .feature_subttl:after {
    right: calc(-40 * 100vw/750);
    transform: translateY(-50%) rotate(69deg);
  }

  .Product_detail_5 .feature_ttl {
    margin-top: calc(20 * 100vw/750);
    font-size: calc(31 * 100vw/750);
  }

  .Product_detail_5 .feature .textwrap {
    margin-top: calc(40 * 100vw/750);
  }


  .Product_detail_5 .feature .feature01 .textwrap .textwrap_inner {
    position: relative;
    max-height: calc(645 * 100vw/750);
  }

  .Product_detail_5 .feature .feature01 .textwrap.open .textwrap_inner {
    max-height: calc(1630 * 100vw/750);
  }

  .Product_detail_5 .feature .feature01 .textwrap .textwrap_inner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(240 * 100vw/750);
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 13.75%, rgb(255, 255, 255) 100%);
    content: "";
    z-index: 3;
  }

  .Product_detail_5 .feature .feature01 .graph_pic01 {
    width: calc(580 * 100vw/750);
  }

  .Product_detail_5 .feature .feature01 .graph_text_group {
    top: calc(94* 100vw / 750);
    gap: calc(148* 100vw / 750);
  }

  .Product_detail_5 .feature .feature01 .graph_text {
    font-size: calc(26 * 100vw/750);
    white-space: nowrap;
  }

  .Product_detail_5 .feature .feature01 .graph_pic02 {
    margin: calc(20 * 100vw/750) auto 0;
    width: calc(40 * 100vw/750);
  }
  .Product_detail_5 .feature .feature01 .graph_pic03 {
    margin: calc(40 * 100vw/750) auto 0;
    width: calc(680 * 100vw/750);
  }

  .Product_detail_5 .feature01 .feature_text {
    margin-top: calc(44 * 100vw/750);
  }

  .Product_detail_5 .feature01 .note {
    margin-top: calc(32* 100vw / 750);
    margin-bottom: calc(0* 100vw / 750);
    line-height: 2;
  }

  .Product_detail_5 .feature_group.feature02 {
    margin-top: calc(80 * 100vw/750);
  }

  .Product_detail_5 .feature_group.feature02 .feature_ttl {
    margin-top: calc(30 * 100vw/750);
  }

  .Product_detail_5 .feature_group.feature02 .textwrap {
    margin-top: calc(30 * 100vw/750);
  }

  .Product_detail_5 .feature_group.feature03 {
    margin-top: calc(80 * 100vw/750);
  }

  .Product_detail_5 .feature_group.feature03 .feature_ttl {
    margin-top: calc(30 * 100vw/750);
  }

  .Product_detail_5 .ingre_free_list {
    display: flex;
    flex-wrap: wrap;
    width: calc(420 * 100vw/750);
    gap: calc(20 * 100vw/750);
    margin: calc(48 * 100vw/750) auto 0;
  }

  .Product_detail_5 .ingre_free_list li {
    width: calc(200 * 100vw/750);
    height: calc(60 * 100vw/750);
  }

  .Product_detail_5 .ingre_free_list li:first-of-type {
    margin: 0 calc(40 * 100vw/750);
  }

  .Product_detail_5 .ingre_free_list li:before {
    height: 1px;
  }

  .Product_detail_5 .ingre_free_list li span{
    font-size: calc(24 * 100vw/750);
  }

  /* ===================
      PRODUCT
  =================== */
  .Product_detail_5 .product {
    padding: calc(100 * 100vw/750) 0 calc(175 * 100vw/750);
  }

  .Product_detail_5 .product_ttl {
    margin-bottom: calc(40 * 100vw/750);
    font-size: calc(36 * 100vw/750);
  }

  .Product_detail_5 .product_swiper_outer {
    height: calc(765 * 100vw/750);
  }

  .Product_detail_5 .product_swiper_outer:before,
  .Product_detail_5 .product_swiper_outer:after {
    width: 0;
  }

  .Product_detail_5 .product_swiper_area {
    width: 100%;
    height: calc(745 * 100vw/750);
  }

  .Product_detail_5 .product_swiper {
    width: 100%;
  }

  .Product_detail_5 .product_slide {
    width: calc(440 * 100vw/750) !important;
    height: calc(700* 100vw / 750);
    padding: calc(60* 100vw / 750) 0 calc(40* 100vw / 750);
    border-radius: calc(20* 100vw / 750);
  }

  .Product_detail_5 .product_cate {
    padding: calc(0 * 100vw/750) calc(30 * 100vw/750) 0rem;
    font-size: calc(22 * 100vw/750);
    height: calc(36 * 100vw/750);
    line-height: calc(35.5 * 100vw/750);
  }

  .Product_detail_5 .product_img {
    width: calc(400* 100vw / 750);
    margin: calc(30* 100vw / 750) auto calc(0* 100vw / 750);
  }

  .Product_detail_5 .product_name {
    margin-top: calc(30* 100vw / 750);
    font-size: calc(24 * 100vw/750);
    line-height: 1.75;
  }

  .Product_detail_5 .product_credit {
    margin-top: calc(22* 100vw / 750);
    font-size: calc(20 * 100vw/750);
    line-height: 1.5;
    letter-spacing: inherit;

  }

  .Product_detail_5 .product_swiper_area .swiper-button-prev,
  .Product_detail_5 .product_swiper_area .swiper-button-next {
    top: calc(405* 100vw / 750);
  }

  .Product_detail_5 .product_swiper_area .swiper-button-prev {
    left: calc(95* 100vw / 750);
  }

  .Product_detail_5 .product_swiper_area .swiper-button-next {
    right: calc(95* 100vw / 750);
  }

  .Product_detail_5 .product_swiper_area .swiper-pagination {
    bottom: calc(-120 * 100vw/750);
  }

}

#lotion .recommended_item {
  padding-left:14.1rem;
}
#lotion .recommended_item:before {
  left: 10.2rem;
}

#lotion .main {
  width: 36rem;
  margin: 3rem auto 0;
}

#lotion .point1 .group1 .decor_anim:before {
  top: 0.5rem;
}

@media only screen and (max-width: 768px) {
  #lotion .recommended_item {
  padding-left:calc(166* 100vw / 750);
}
  #lotion .recommended_item:before {
    left: calc(102* 100vw / 750);
  }
  #lotion .main {
    width: calc(540 * 100vw/750);
    margin: calc(30 * 100vw/750) auto 0;
  }
  #lotion .point1 .textwrap {
    margin-top: calc(25* 100vw / 750);
  }
  #lotion .point1 .group1 .decor_anim:before {
    top: calc(0 * 100vw/750)
  }
  /* #lotion .point1 .group1 .howto_inner:before {
    left: calc(523* 100vw / 750);
    width: calc(1033* 100vw / 750);
  } */
  #lotion .point1 .group1 .howto_inner:after {
    bottom: calc(2* 100vw / 750);
  }
}


#balm .recommended_item {
  padding-left:14.1rem;
}
#balm .recommended_item:before {
  left: 10.2rem;
}

#balm .point1 .howto_step {
  width: 34.6rem;
}

#balm .point1 .howto_inner {
  width: 34.6rem;
}

#balm  .point1 .howto_item {
  width: 34.6rem;
}

#balm .point1 .group1 .decor_anim:before {
  top: 6.9rem;
}

@media only screen and (max-width: 768px) {
  #balm .recommended_item {
    padding-left:calc(168* 100vw / 750);
  }
  #balm .recommended_item:before {
    left: calc(107* 100vw / 750);
  }
  #balm .main {
    width: calc(540 * 100vw/750);
    margin: calc(30 * 100vw/750) auto 0;
  }
  #balm .point1 .howto_item {
    width: calc(626* 100vw / 750);
  }
  #balm .point1 .group1 .decor_anim:before {
    top: calc(130 * 100vw/750)
  }
  #balm .point1 .group1 .howto_inner:before {
    left: calc(313* 100vw / 750);
    width: calc(626* 100vw / 750);
  }
  #balm .point1 .howto_step {
    width: calc(626* 100vw / 750);
  }
  #balm .point1 .howto_inner {
    width: calc(626* 100vw / 750);
  }
  #balm .point1 .group1 .howto_item:after {
    width: 0;
  }
  #balm .point1 .group1 .howto_inner:after {
    right: calc(-1* 100vw / 750);
    bottom: calc(2* 100vw / 750);
  }
  #balm .point1 .howto_group {
    padding: calc(12* 100vw / 750) calc(0* 100vw / 750) calc(60* 100vw / 750) calc(0* 100vw / 750);
  }
}
