@charset "UTF-8";

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

Body Mist L (4571649065331) 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://f-organics.jp/Contents/ProductDetail/font/GOTHIC.otf') format('opentype'),
  url('https://f-organics.jp/Contents/ProductDetail/font/GOTHIC.TTF') format('ttf'),
  url('https://f-organics.jp/Contents/ProductDetail/font/GOTHIC.woff') format('woff'),
  url('https://f-organics.jp/Contents/ProductDetail/font/GOTHIC.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

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

/* ===================
      ROOTS
=================== */
:root {
  --color-main:#AED28D;
  --color-sub:#D6E8C5;
  --color-second:#DAC637;
  --color-underline:#C7DDA9;
  --color-bg1:#FDFCEC;
  --color-bg2:#F8F7C9;
  --color-bg3:#F6F6F6;
  --color-gray1:#bebebe;
  --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: 107%;
  height: 0.8rem;
  background-color: var(--color-underline);
  content: "";
  z-index: -1;
}

.Product_detail_5 .color {
  color:var(--color-second);
}

.Product_detail_5 .point_item_text {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
  z-index: 2;
}

/* 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 .textwrap.open .textwrap_inner {
  max-height: var(--max-height);
  margin-bottom: 0.8rem;
}

.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: 1.6;
  letter-spacing: 0.075em;
  color: var(--color-text-main);
  text-align: center;
}

.Product_detail_5 .more_btn {
  display: inline-block;
  position: relative;
  margin-top: 2rem;
  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 .open .more_btn {
  margin-top: 0;
}


.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: 2.5rem 0 6rem;
  width: 100%;
  height: 100%;
  background-image: url(https://f-organics.jp/Contents/ProductDetail/4571649065331/bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.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);
  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: 17.3rem;
  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: -.3rem;
  left: 13.2rem;
  width: 2.4rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://f-organics.jp/Contents/ProductDetail/4571649065331/check.svg);
  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 0;
  background-color: #F5FFFA;
}

.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;
  border-bottom: 1px solid #000;
  opacity: .5;

}

.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:nth-of-type(odd) {
  background-color: #F5FFFA;
}

.Product_detail_5 .point_item:nth-of-type(even) {
  background-color: #ECFCF6;
}


.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;
  color: #ACE2CE;
}

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

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

_::-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 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.Product_detail_5 .point1 .image01 {
  width: 30rem;
  margin: 2rem auto 0;
}

.Product_detail_5 .point1 .point_item_text {
  margin: 2rem auto 0;
}

.Product_detail_5 .point1 .image02 {
  width: 36.2rem;
  margin: 2.5rem auto 0;
}


/* POINT 2 */

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

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

.Product_detail_5 .point2 .note {
  margin-top: 1rem;
}

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



/* HOW TO */
.Product_detail_5 .howto_group {
  position: relative;
  width: 50rem;
  margin: 56px auto 0;
  padding: 2.6rem 0 2.4rem;
  border: 1px solid #9FC9B9;
}

.Product_detail_5 .howto_ttl {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 13.5rem;
  font-family: var(--font-english);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #9FC9B9;
  text-align: center;
  background-color: #F5FFFA;
}

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

.Product_detail_5 .howto_txt {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}

.Product_detail_5 .howto_group .howto_txt:last-of-type {
  margin-top: 1rem;
}


/* POINT 3 */
.Product_detail_5 .point2 .textwrap {
  margin-top: 0.3rem;
}

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

.Product_detail_5 .point2 .img_blk {
  width: 56rem;
  margin: 3rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  row-gap: 0.7rem;
}

.Product_detail_5 .point2 .img_blk li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.Product_detail_5 .point2 .img_blk li:last-of-type {
  margin-left: -2.2rem;
}

.Product_detail_5 .point2 .img_blk li img {
  width: 8rem;
}

.Product_detail_5 .point2 .img_txt {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
}

.Product_detail_5 .point2 .note {
  margin-top: 1.7rem;
}

.Product_detail_5 .point2 .more_btn {
  margin-top: 1rem;
}


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

.Product_detail_5 .staff_review {
  padding: 5.7rem 0;
  background-color: #F5FFFA;
}

.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;
}



/*=======================================
                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: 102%;
  }

  /* Accordion common setting */
  .Product_detail_5 .textwrap.open .textwrap_inner {
    margin-bottom: calc(0*(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);
    line-height: 2;
  }

  .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(30 * 100vw/750) 0 calc(80 * 100vw/750);
  background-image: url(https://f-organics.jp/Contents/ProductDetail/4571649065331/bg_sp.png);
  }

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

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


  /* ===================
        POINT 
  =================== */
  .Product_detail_5 .point {
    padding: calc(80* 100vw / 750) 0 calc(0 *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 .note {
    margin-top: calc(30* 100vw / 750);
  }

  .Product_detail_5 .point1 .image01 {
    width: calc(600* 100vw / 750);
    margin: calc(32* 100vw / 750) auto 0;
  }

  .Product_detail_5 .point1 .point_item_text {
    margin: calc(38* 100vw / 750) auto 0;
  }

  .Product_detail_5 .point1 .image02 {
    width: calc(620* 100vw / 750);
    margin: calc(30* 100vw / 750) auto 0;
  }

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

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

  .Product_detail_5 .point2 .textwrap {
    margin-top: calc(-3* 100vw / 750);
  }
  
  .Product_detail_5 .point2 .textwrap.open {
    margin-top: calc(37* 100vw / 750);
  }
  
  .Product_detail_5 .point2 .note {
    margin-top: calc(10* 100vw / 750);
  }
  
  .Product_detail_5 .point2 .more_btn {
    margin-top: calc(28* 100vw / 750);
  }

  /* HOW TO */
  .Product_detail_5 .howto_group {
    width: calc(700* 100vw / 750);
    margin: calc(90* 100vw / 750) auto 0;
    padding: calc(56* 100vw / 750) 0 calc(48* 100vw / 750);
  }

  .Product_detail_5 .howto_ttl {
    top: calc(-23* 100vw / 750);
    width: calc(250* 100vw / 750);
    font-size: calc(32* 100vw / 750);
  }

  .Product_detail_5 .howto_txt {
    font-size: calc(24* 100vw / 750);
  }
  
  .Product_detail_5 .howto_group .howto_txt:last-of-type {
    margin-top: calc(17* 100vw / 750);
  }
  

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

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

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

  .Product_detail_5 .point2 .img_blk {
    width: calc(750* 100vw / 750);
    margin: calc(50* 100vw / 750) auto 0;
    gap: calc(70* 100vw / 750);
    row-gap: calc(40* 100vw / 750);
  }
  
  .Product_detail_5 .point2 .img_blk li {
    gap: calc(10* 100vw / 750);
  }
  
  .Product_detail_5 .point2 .img_blk li:nth-of-type(7) {
    margin-left: calc(33* 100vw / 750);
  }
  .Product_detail_5 .point2 .img_blk li:last-of-type {
    margin-left: calc(-37* 100vw / 750);
  }
  
  .Product_detail_5 .point2 .img_blk li img {
    width: calc(140* 100vw / 750);
  }

  .Product_detail_5 .point2 .img_txt {
    font-size: calc(22* 100vw / 750);
  }
  
  .Product_detail_5 .point2 .note {
    margin-top: calc(18* 100vw / 750);
    line-height: 1.5;
  }

  .Product_detail_5 .point2 .more_btn {
    margin-top: calc(36* 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);
  }


}  


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


}