@charset "UTF-8";

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

UV product 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 {
  --UVmilk-main:#64C8AF;
  --UVmilk-bg1:#E6F5F2;
  --UVmilk-bg2:#F5FBFA;
  --UVmilk-underline:#C1E9DF;
  --UVmilkS-main:#FABE00;
  --UVmilkS-bg1:#FDF5CD;
  --UVmilkS-bg2:#FFFDEF;
  --UVmilkS-underline: #FDE599;
  --color-gray1:#808080;
  --color-gray2:#A9AAAA;
  --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);
}

.Product_detail_5 .underline{
  position: relative;
}

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

/* 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;
}

.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: 2rem;
  font-size: 1rem;
  line-height: 2;
  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);
}

/* ===================
    Recommend
=================== */
.Product_detail_5 .recommended {
  padding: 7.4rem 0 6rem;
}

.Product_detail_5 .recommended_lead {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.968;
  text-align: center;
  z-index: 1;
}

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

.Product_detail_5 .recommended_title {
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -.3rem;
  padding: .5rem 0 .5rem;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-white);
  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-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  content: "";
}


/* .Product_detail_5 .recommended_item:after {
  position: absolute;
  top: -0.2rem;
  left: 9rem;
  width: 2rem;
  height: 1.4rem;
  mask-image: url("https://137-test-forganics.win-win.partners/ProductDetail/UVproduct/check_green.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("https://137-test-forganics.win-win.partners/Contents/ProductDetail/UVproduct/check_green.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  content: "";
} */


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

/* ===================
        POINT 
  =================== */
.Product_detail_5 .point {
  padding: 6rem 0;
}

.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;
  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_list .point_item:last-of-type {
  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_title {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  position: relative;
  z-index: 4;
}


/* POINT 1 */
.Product_detail_5 .point1 .point_detail {
  margin-top: 0.5rem;
  width: 74rem;
  margin: 2rem auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}

.Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(odd) {
  display: flex;
  flex-direction: row;
}

.Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(even) {
  display: flex;
  flex-direction: row-reverse;
}

.Product_detail_5 .point1 .point_detail .point_detail_blk {
  position: relative;
}

.Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(1) {
  margin-left: 10rem;
}

.Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(2) {
  margin-right: 9.2rem;
}

.Product_detail_5 .point1 .point_ingredient_img {
  position: absolute;
  border-radius: 50%;
}

.Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(1) .point_ingredient_img {
  width: 12.3rem;
  top: -1.4rem;
  left: -10.6rem;
  clip-path: circle(6rem at 60px 63px);
}

.Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(1) .point_ingredient_img img {
  margin-left: -.2rem;
}

.Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(2) .point_ingredient_img {
  width: 18.5rem;
  top: -1.4rem;
  right: -16rem;
  clip-path: circle(6rem at 5rem 6.2rem);
}

.Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(2) .point_ingredient_img img {
  margin-left: -4rem;
}

.Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(1) .txt_blk {
  padding: 2.3rem 6rem 2.5rem 3.5rem;
}

.Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(2) .txt_blk {
  padding: 2.3rem 15rem 2.5rem 5rem;
}

.Product_detail_5 .point1 .point_detail .point_ingredient_describe {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  color: var(--color-text-main);
}

.Product_detail_5 .point1 .point_detail .point_ingredient_name {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  color: var(--color-text-main);
}

.Product_detail_5 .point1 .note {
  margin-top: 2.7rem;
}

/* POINT 2 */
.Product_detail_5 .point2 .textwrap {
  margin-top: 1rem;
}

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

.Product_detail_5 .point2 .point_ingredient_img {
  width: 22.5rem;
  margin: 0 auto;
}

.Product_detail_5 .point2 .point_detail {
  margin-top: 1.8rem;
}

.Product_detail_5 .point2 .point_detail .point_detail_blk {
  margin-top: 2.5rem;
}

.Product_detail_5 .point2 .point_detail .point_detail_blk:first-of-type {
  margin-top: 0rem;
}

.Product_detail_5 .point2 .point_detail .point_ingredient_name {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.Product_detail_5 .point2 .point_detail .point_ingredient_describe {
  position: relative;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  z-index: 1;
}

/* POINT 3 */
.Product_detail_5 .point3 .ingredient_list {
  display: flex;
  flex-wrap: wrap;
  width: 49rem;
  row-gap: 1rem;
  margin: 0 auto;
  justify-content: center;
}

.Product_detail_5 .point3 .ingredient_list li .ingredient_img {
  margin: 1.6rem auto 0; 
  border-radius: 50%;
}

.Product_detail_5 .point3 .ingredient_list li:nth-of-type(2) {
  padding-left: 4.8rem;
}


.Product_detail_5 .point3 .ingredient_list li:nth-of-type(1) .ingredient_img {
  width: 16rem;
  clip-path: circle(6rem at 7.3rem 6.3rem);
}

.Product_detail_5 .point3 .ingredient_list li:nth-of-type(1) .ingredient_img img {
  margin-left: -0.8rem;
  padding-top: 0.3rem;
}

.Product_detail_5 .point3 .ingredient_list li:nth-of-type(2) .ingredient_img {
  width: 16.65rem;
  clip-path: circle(6rem at 8rem 6.5rem);
}

.Product_detail_5 .point3 .ingredient_list li:nth-of-type(2) .ingredient_img img {
  margin-left: -0.1rem;
}

.Product_detail_5 .point3 .ingredient_list li:nth-of-type(3) .ingredient_img {
  width: 16.9rem;
  clip-path: circle(6rem at 8.4rem 6.5rem);
}

.Product_detail_5 .point3 .ingredient_list li:nth-of-type(3) .ingredient_img img {
  padding-top: .8rem;
  margin-left: -2.3rem;
}

.Product_detail_5 .point3 .ingredient_list li .ingredient_name {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 2rem;
  text-align: center;
  z-index: 1;
}

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

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


/* POINT 4 */
.Product_detail_5 .point4 .textwrap.open .textwrap_inner {
  max-height: 57rem;
}

.Product_detail_5 .point4 .graph_pic {
  width: 59.7rem;
  margin: 0 auto;
}

.Product_detail_5 .point4 .textwrap {
  margin-top: 1rem;
}

.Product_detail_5 .point4 .textwrap.open {
  margin-top: 4rem;
}

.Product_detail_5 .point4 .point_item_text {
  margin-top: 2.4rem;
}

/* POINT 5 */
.Product_detail_5 .point5 .guarantee_list {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.Product_detail_5 .point5 .guarantee_list li {
  width: 18rem;
}

.Product_detail_5 .point5 .guarantee_img {
  width: 10rem;
  margin: 0 auto;
}

.Product_detail_5 .point5 .guarantee_name {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

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

.Product_detail_5 .point5 .textwrap.open {
  margin-top: 3.5rem;
}

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

.Product_detail_5 .staff_review {
  padding: 5.7rem 0;
  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 2.5rem;
  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.6rem;
  font-size: 1.1rem;
  line-height: 2;
  text-align: justify;
}

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

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

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

.Product_detail_5 .product_slide {
  width: 24rem;
  padding: 3rem 0;
  background-color: #ffffff;
  border-radius: 2rem;
}

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

.Product_detail_5 .product_catch:before {
  position: absolute;
  top: 0;
  right: -2rem;
  display: block;
  width: 0.1rem;
  height: 1.6rem;
  background-size: 100%;
  transform: rotate(40deg);
  content: "";
}

.Product_detail_5 .product_catch:after {
  position: absolute;
  top: 0;
  left: -2rem;
  display: block;
  width: 0.1rem;
  height: 1.6rem;
  background-size: 100%;
  transform: rotate(320deg);
  content: "";
}

.Product_detail_5 .product_label {
  display: block;
  width: fit-content;
  margin: 0 auto;
  width: 18rem;
  border-radius: 1rem;
  padding: 0.5rem 0 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

.Product_detail_5 .product_label.label01 {
  margin-top: 1.3rem;
}

.Product_detail_5 .product_label.label02 {
  margin-top: 1.1rem;
}

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

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

.Product_detail_5 .product_img {
  width: 16rem;
  margin: 1.7rem auto 0;
}

.Product_detail_5 .product_feature_list {
  margin: 1.8rem auto 0;
  width: 16rem;
}

.Product_detail_5 .product_feature_list li {
  display: flex;
  margin-bottom: 0.3rem;
  align-items: center;
  gap: 1rem;
}

.Product_detail_5 .product_feature_list li:last-of-type {
  margin-bottom: 0;
}

.Product_detail_5 .product_feature_list li .feature {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--color-text-main);
  text-align: left;
  letter-spacing: 0.05em;
  width: 9rem;
}

.Product_detail_5 .product_feature_list li .feature span {
  font-size: 1.2rem;
}

.Product_detail_5 .product_feature_list li .rate2 {
  width: 3.9rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.Product_detail_5 .product_feature_list li .rate3 {
  width: 6rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

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

.slide_green .product_catch {
  color: var(--UVmilk-main);
}

.slide_green .product_catch:before,
.slide_green .product_catch:after {
  background-color: var(--UVmilk-main);
}

.slide_green .product_label.label01 {
  color: var(--UVmilk-main);
  border: 1px solid var(--UVmilk-main);
}

.slide_green .product_label.label02 {
  background-color: var(--UVmilk-main);
  color: var(--color-white);
}

.slide_yellow .product_catch {
  color: var(--UVmilkS-main);
}

.slide_yellow .product_catch:before,
.slide_yellow .product_catch:after {
  background-color: var(--UVmilkS-main);
}

.slide_yellow .product_catch:before {
  right: -1rem;
}

.slide_yellow .product_catch:after {
  left: -1rem;
}

.slide_yellow .product_label.label01 {
  color: var(--UVmilkS-main);
  border: 1px solid var(--UVmilkS-main);
}

.slide_yellow .product_label.label02 {
  background-color: var(--UVmilkS-main);
  color: var(--color-white);
}

.slide_green .product_feature_list li .rate2 {
  background-image: url(https://vintorte.pro/Contents/ProductDetail/UVproduct/rate2.svg);
}

.slide_green .product_feature_list li .rate3 {
  background-image: url(https://vintorte.pro/Contents/ProductDetail/UVproduct/rate3.svg);
}

.slide_yellow .product_feature_list li .rate2 {
  background-image: url(https://vintorte.pro/Contents/ProductDetail/UVproduct/rate2_yellow.svg);
}

.slide_yellow .product_feature_list li .rate3 {
  background-image: url(https://vintorte.pro/Contents/ProductDetail/UVproduct/rate3_yellow.svg);
}

/*=======================================
                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(40* (100vw / 750));
  }

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

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

  .Product_detail_5 .textwrap_text {
    font-size: calc(24*(100vw / 750));
    width: calc(650*(100vw / 750));
    margin: 0 auto;
  }

  .Product_detail_5 .note {
    font-size: calc(20* 100vw / 750);
    margin-top: calc(20* 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;
  }

  /* ===================
      Recommend
  =================== */
  .Product_detail_5 .recommended {
  padding: calc(90 * 100vw/750) 0 calc(100 * 100vw/750);
  }

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

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

  .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(700 * 100vw/750);
  }

  .Product_detail_5 .recommended_item {
    padding-left: calc(100* 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(40* 100vw / 750);
    width: calc(36* 100vw / 750);
    height: calc(30* 100vw / 750);
  }

  /* .Product_detail_5 .recommended_item:after {
    position: absolute;
    top: calc(12* 100vw / 750);
    left: calc(45* 100vw / 750);
    width: calc(33* 100vw / 750);
    height:calc(25* 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(17* 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);
  }


  /* POINT 1 */
  .Product_detail_5 .point1 {
    padding: calc(60* 100vw / 750) 0 calc(70* 100vw / 750);
  }

  .Product_detail_5 .point1 .point_detail {
    margin: calc(55 * 100vw/750) auto 0;
    width: calc(750 * 100vw/750);
    gap: calc(40 * 100vw/750);
  }

  .Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(1) {
    margin-left: 0;
  }
  
  .Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(2) {
    margin-right: 0;
  }
  
  .Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(1) .point_ingredient_img {
    width: calc(123* 100vw / 750);
    top: calc(22* 100vw / 750);
    left: calc(49* 100vw / 750);
    clip-path: circle(calc(60* 100vw / 750) at calc(60* 100vw / 750) calc(62* 100vw / 750));
  }
  
  .Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(1) .point_ingredient_img img {
    margin-left: calc(-2 * 100vw/750);
  }
  
  .Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(2) .point_ingredient_img {
    width: calc(185* 100vw / 750);
    top: calc(27* 100vw / 750);
    right: calc(15* 100vw / 750);
    clip-path: circle(calc(60* 100vw / 750) at calc(88* 100vw / 750) calc(60* 100vw / 750));
  }
  
  .Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(2) .point_ingredient_img img {
    margin-left: calc(0 * 100vw/750);
  }

  .Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(1) .txt_blk {
    padding: calc(38 * 100vw/750) calc(100 * 100vw/750) calc(50 * 100vw/750) calc(190 * 100vw/750);
  }
  
  .Product_detail_5 .point1 .point_detail .point_detail_blk:nth-of-type(2) .txt_blk {
    padding: calc(38 * 100vw/750) calc(193 * 100vw/750) calc(50 * 100vw/750) calc(50 * 100vw/750);
  }

  .Product_detail_5 .point1 .point_detail .point_detail_blk .txt_blk {
    padding: calc(50 * 100vw/750) 0;
  }


  .Product_detail_5 .point1 .point_detail .point_ingredient_describe {
    font-size: calc(28 * 100vw/750);
    line-height: 1.75;
  }

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

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

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

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

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

  .Product_detail_5 .point2 .point_ingredient_img {
    width: calc(495 * 100vw/750);
    margin: 0 auto;
  }

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

  .Product_detail_5 .point2 .point_detail .point_detail_blk {
    margin-top: calc(50 * 100vw/750);
  }

  .Product_detail_5 .point2 .point_detail .point_ingredient_name {
    margin-top: calc(40 * 100vw/750);
    font-size: calc(28 * 100vw/750);
  }

  .Product_detail_5 .point2 .point_detail .point_ingredient_describe {
    width: calc(600 * 100vw/750);
    margin: calc(20 * 100vw/750) auto 0;
    font-size: calc(24 * 100vw/750);
    text-align: justify;
  }

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

  .Product_detail_5 .point3 .ingredient_list {
    width: calc(680* 100vw / 750);
    gap: 0;
    row-gap: calc(25* 100vw / 750);
    margin: calc(42* 100vw / 750) auto 0;
    justify-content: center;
  }

  .Product_detail_5 .point3 .ingredient_list li .ingredient_img {
    margin: calc(0 * 100vw/750) auto 0; 
  }

  .Product_detail_5 .point3 .ingredient_list li:nth-of-type(2) {
    padding-left: calc(0 * 100vw/750);
  }

  .Product_detail_5 .point3 .ingredient_list li:nth-of-type(1) .ingredient_img {
    width: calc(333 * 100vw/750);
    clip-path: circle(calc(125 * 100vw/750) at calc(175 * 100vw/750) calc(130 * 100vw/751));
  }
  
  .Product_detail_5 .point3 .ingredient_list li:nth-of-type(1) .ingredient_img img {
    margin-left: calc(2* 100vw / 750);
    padding-top: calc(6* 100vw / 750);
  }

  .Product_detail_5 .point3 .ingredient_list li:nth-of-type(2) .ingredient_img {
    width: calc(346 * 100vw/750);
    clip-path: circle(calc(125 * 100vw/750) at calc(164 * 100vw/750) calc(130 * 100vw/751));
  }
  
  .Product_detail_5 .point3 .ingredient_list li:nth-of-type(2) .ingredient_img img {
    margin-left: calc(-2* 100vw / 750);
  }

  .Product_detail_5 .point3 .ingredient_list li:nth-of-type(3) .ingredient_img {
    width: calc(354 * 100vw/750);
    clip-path: circle(calc(125 * 100vw/750) at calc(177 * 100vw/750) calc(137 * 100vw/751));
  }
  
  .Product_detail_5 .point3 .ingredient_list li:nth-of-type(3) .ingredient_img img {
    padding-top: calc(12* 100vw / 750);
    margin-left: calc(-48* 100vw / 750);
  }


  .Product_detail_5 .point3 .ingredient_list li .ingredient_name {
    font-size: calc(28* 100vw / 750);
    margin-top: calc(28* 100vw / 750);
    line-height: 1.8;
  }

  .Product_detail_5 .point3 .ingredient_list li:nth-of-type(3) .ingredient_name {
    margin-top: calc(16* 100vw / 750);
  }

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

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

  /* POINT 4 */
  .Product_detail_5 .point4 {
    padding: calc(75* 100vw / 750) 0 calc(80* 100vw / 750);
  }

  .Product_detail_5 .point4 .textwrap.open .textwrap_inner {
    max-height: var(--max-height);
  }

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

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

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

  .Product_detail_5 .point4 .point_item_text {
    margin-top: calc(50 * 100vw/750);
    width: calc(620*(100vw / 750));
    text-align: left;
  }

  .Product_detail_5 .point4 .note {
    margin-top: calc(17 * 100vw/750);
  }

  /* POINT 5 */
  .Product_detail_5 .point5 {
    padding: calc(80* 100vw / 750) 0 calc(60* 100vw / 750);
  }

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

  .Product_detail_5 .point5 .textwrap.open {
    margin-top: calc(44* 100vw / 750);
  }

  .Product_detail_5 .point5 .guarantee_list {
    margin-top: calc(50 * 100vw/750);
    gap: calc(0 * 100vw/750);
  }

  .Product_detail_5 .point5 .guarantee_list li {
    width: calc(300 * 100vw/750);
  }

  .Product_detail_5 .point5 .guarantee_img {
    width: calc(180 * 100vw/750);
  }

  .Product_detail_5 .point5 .guarantee_name {
    margin-top: calc(40 * 100vw/750);
    font-size: calc(24 * 100vw/750);
  }


  .Product_detail_5 .point5 .textwrap_text {
    text-align: left;
    width: calc(600*(100vw / 750));
  }

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

  .Product_detail_5 .staff_review {
    padding: calc(80 * 100vw/750) 0 calc(80 * 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);
  }


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

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

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

  .Product_detail_5 .product_slide {
    padding: calc(60* 100vw / 750) calc(40* 100vw / 750) calc(60* 100vw / 750);
    border-radius: calc(20* 100vw / 750);
  }

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

  .Product_detail_5 .product_catch:before {
    top: calc(0* 100vw / 750);
    right: calc(-30* 100vw / 750);
    width: calc(2* 100vw / 750);
    height: calc(30* 100vw / 750);
  }
  
  .Product_detail_5 .product_catch:after {
    top: calc(0 * 100vw/750);
    left:calc(-30 * 100vw/750);
    width: calc(2 * 100vw/750);
    height: calc(30 * 100vw/750);
  }

  .Product_detail_5 .product_label {
    width: calc(320* 100vw / 750);
    border-radius: calc(12* 100vw / 750);
    padding: calc(8* 100vw / 750) 0 calc(4* 100vw / 750);
    font-size: calc(22* 100vw / 750);
  }
  
  .Product_detail_5 .product_label.label01 {
    margin-top: calc(14 * 100vw/750);
  }
  
  .Product_detail_5 .product_label.label02 {
    margin-top: calc(15 * 100vw/750);
  }
  
  .Product_detail_5 .product_name {
    margin-top: calc(30* 100vw / 750);
    font-size: calc(24 * 100vw/750);
  }

  .Product_detail_5 .product_credit {
    margin-top: calc(9* 100vw / 750);
    font-size: calc(24* 100vw / 750);
    letter-spacing: inherit;
  }

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

  .Product_detail_5 .product_feature_list {
    margin: calc(26 * 100vw/750) auto 0;
    width: calc(275* 100vw / 750);
  }
  
  .Product_detail_5 .product_feature_list li {
    display: flex;
    margin-bottom: calc(5* 100vw / 750);
    align-items: center;
    gap: calc(0* 100vw / 750);
  }
  
  .Product_detail_5 .product_feature_list li .feature {
    font-size: calc(24 * 100vw/750);
    width: calc(172* 100vw / 750);
  }
  
  .Product_detail_5 .product_feature_list li .feature span {
    font-size: calc(24 * 100vw/750);
  }

  .Product_detail_5 .product_feature_list li .rate2 {
    width: calc(66 * 100vw/750);
    height: calc(18 * 100vw/750);
  }

  .Product_detail_5 .product_feature_list li .rate3 {
    width: calc(102 * 100vw/750);
    height: calc(18 * 100vw/750);
  }  

}  

/* ===================
    #UVproduct_milk
  =================== */
#UVproduct_milk .underline:before {
  background-color: var(--UVmilk-underline);
}
#UVproduct_milk .recommended{
  background-color: var(--UVmilk-bg1);
} 
#UVproduct_milk .recommended_item:before {
  background-image: url(https://vintorte.pro/Contents/ProductDetail/UVproduct/check_green.svg);
}
#UVproduct_milk .recommended_title {
  background-color: var(--UVmilk-main);
}
#UVproduct_milk .recommended_item:after {
  background: var(--UVmilk-main);
}
#UVproduct_milk .point {
  background-color: var(--UVmilk-bg2);
}
#UVproduct_milk .point_ttl::before,
#UVproduct_milk .point_ttl::after {
  border-bottom: 1px solid var(--UVmilk-main);
}
#UVproduct_milk .point_item:nth-of-type(odd){
  background-color: var(--UVmilk-bg2);
}
#UVproduct_milk .point_item:nth-of-type(even){
  background-color: var(--UVmilk-bg1);
}
#UVproduct_milk .point_item:nth-of-type(odd):before {
  background-color: var(--UVmilk-main);
  color: var(--color-white);
}
#UVproduct_milk .point_item:nth-of-type(even):before {
  background-color: var(--color-white);
  color: var(--UVmilk-main);
}
#UVproduct_milk .point1 .point_detail .point_detail_blk .txt_blk {
  background-color: var(--UVmilk-bg1);
}
#UVproduct_milk .staff_review {
  background-color: var(--UVmilk-bg1);
}
#UVproduct_milk .product {
  background-color: var(--UVmilk-bg2);
}
/* ===================
    #UVproduct_milkS
=================== */
#UVproduct_milkS .underline:before {
  background-color: var(--UVmilkS-underline);
}
#UVproduct_milkS .recommended{
  background-color: var(--UVmilkS-bg1);
}
#UVproduct_milkS .recommended_item:before {
  background-image: url(https://vintorte.pro/Contents/ProductDetail/UVproduct/check_yellow.svg);
}
#UVproduct_milkS .recommended_title {
  background-color: var(--UVmilkS-main);
}
#UVproduct_milkS .recommended_item:after {
  background: var(--UVmilkS-main);
}
#UVproduct_milkS .point {
  background-color: var(--UVmilkS-bg2);
}
#UVproduct_milkS .point_ttl::before,
#UVproduct_milkS .point_ttl::after {
  border-bottom: 1px solid var(--UVmilkS-main);
}
#UVproduct_milkS .point_item:nth-of-type(odd){
  background-color: var(--UVmilkS-bg2);
}
#UVproduct_milkS .point_item:nth-of-type(even){
  background-color: var(--UVmilkS-bg1);
}
#UVproduct_milkS .point_item:nth-of-type(odd):before {
  background-color: var(--UVmilkS-main);
  color: var(--color-white);
}
#UVproduct_milkS .point_item:nth-of-type(even):before {
  background-color: var(--color-white);
  color: var(--UVmilkS-main);
}
#UVproduct_milkS .point1 .point_detail .point_detail_blk .txt_blk {
  background-color: var(--UVmilkS-bg1);
}
#UVproduct_milkS .staff_review {
  background-color: var(--UVmilkS-bg1);
}
#UVproduct_milkS .product {
  background-color: var(--UVmilkS-bg2);
}


/*----- Swipe -----*/
.Product_detail_5 .product_container {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

@media only screen and (max-width: 768px) {
  .Product_detail_5 .product_inner {
    position: relative;
    z-index: 0;
  }

  .Product_detail_5 .swiper-button-next:after, 
  .Product_detail_5 .swiper-rtl .swiper-button-prev:after,
  .Product_detail_5 .swiper-button-prev:after, 
  .Product_detail_5 .swiper-rtl .swiper-button-next:after {
    content: "";
  }

  .Product_detail_5 .product .swiper-button-next, 
  .Product_detail_5 .product .swiper-button-prev {
    margin: auto;
    top: calc(-70 * 100vw/750);
    bottom: 0;
    width: calc(60 * 100vw/750);
    height: calc(60 * 100vw/750);
    background-size: 100%;
    background-image: url(https://vintorte.pro/Contents/ProductDetail/UVproduct/slide_arrow.png);
  }

  .Product_detail_5 .product .swiper-button-prev {
    left: calc(95 * 100vw/750);
    transform: scale(-1, 1);
  }

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

  }

  .Product_detail_5 .product .swiper-pagination {
    position: static;
    margin-top: calc(32 * 100vw/750);
    line-height: 1;
  }

  .Product_detail_5 .product .swiper-pagination-bullet {
    margin: 0 calc(15 * 100vw/750);
    background: transparent;
    border: 1px solid var(--color-gray2);
    opacity: 1;
    width: calc(22 * 100vw/750);
    height: calc(22 * 100vw/750);
  }

  .Product_detail_5 .product .swiper-pagination-bullet-active {
    background: var(--color-gray2);
    border: none;
  }

}

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

.Product_detail_5 .simplebar-content-wrapper {
  /*PC時スクロールできない*/
  overflow: visible !important;
}

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

@media only screen and (max-width: 768px) {

  .Product_detail_5 .simple-bar_wrap {
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
    overflow-x: scroll;
    padding-bottom: calc(60 * 100vw/750);
  }
  
  .Product_detail_5 .simplebar-content-wrapper {
    overflow: scroll hidden !important;
  }

  .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: #a7a7a7;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0;
    opacity: 1;
  }


}