﻿@charset "UTF-8";

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

  Rare Glow Foundation 

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

html {
  font-size: 62.5%;
}

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

@media (min-width: 769px) {

#BrandID_CK #product-information {
  margin-top: 0 !important;
}
}

@media (max-width: 769px) {
#BrandID_CK #detailOne {
  padding-bottom: 0 !important;
}
}

/* ========================================================
                      * 共通設定  *
========================================================= */

:root {
  --font_regular: "Noto Sans JP", sans-serif;
  --font_serif: "source-han-serif-japanese", serif;
  --font_eng: europa, sans-serif;
  --font_eng_serif: adobe-garamond-pro, serif;
  --font_mix: europa, "Noto Sans JP", sans-serif;
  --color_regular: #000;
  --color-black:#000000;
  --color_brown: #C88C60;
  --color-light:#F9F3ED;
  --color-beige:#F4E7DC;
  --color-bg:#F7F7F7;
  --color-gray01:#BCBCBC;
  --color-gray02:#666666;
}

.Product_detail_5 {
  overflow: hidden;
  color: var(--color-black);
  font-family: var(--font_mix);
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 110rem;
  margin: 0 auto;
  max-width: 100%;
}

.Product_detail_5 p {
  color: var(--color-black);
  font-family: var(--font_mix);
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 2;
}

.Product_detail_5 img,
.Product_detail_5 svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;

}
.Product_detail_5 img {

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

.Product_detail_5 .note {
font-size: 1.2rem;
color: var(--color-gray02);
}


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

/* ----------SEC01---------- */
.Product_detail_5 .sec01 {
  background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/bg_pc.jpg) no-repeat;
  background-size: cover;
  padding: 6rem 0 6rem;
  
}

.Product_detail_5 .lead {
  font-family: var(--font_serif);
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.Product_detail_5 .feaure_list {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.Product_detail_5 .feaure_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/circle.png) no-repeat;
  background-size: contain;
  content: "";
}

.Product_detail_5 .feaure_list li span {
  margin-top: 0.7rem;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.Product_detail_5 .sec01 .text {
  margin-top: 4rem;
  display: block;
  font-size: 1.6rem;

}

/* ----------SEC02---------- */

.Product_detail_5 .sec02 {
  padding: 6.7rem 0 6rem;
  background-color: var(--color-bg);
}

.Product_detail_5 .sec_subtitle {
  font-size: 1.6rem;
}

.Product_detail_5 .sec_title {
  position: relative;
  width: fit-content;
  margin: -.5rem auto 0;
  font-family: var(--font_serif);
  font-size: 3.2rem;
  z-index: 2;
}

.Product_detail_5 .sec_title:before {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 1.6rem;
  background-color: var(--color-beige);
  content: "";
  z-index: -1;
}

.Product_detail_5 .artist_blk {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 4.3rem;
}

.Product_detail_5 .artist_blk figure {
  width: 10rem;
}

.Product_detail_5 .artist_detail {
  margin-top: 0.5rem;
}

.Product_detail_5 .artist_title {
  font-size: 1.275rem;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-decoration-color: var(--color-gray01);
  text-underline-offset: 0.7rem;
  text-align: left;
}

.Product_detail_5 .artist_name {
  font-size: 2rem;
  text-align: left;
}

.Product_detail_5 .artist_link {
  position: relative;
  width: 14rem;
  margin-top: 3.3rem;
}

.Product_detail_5 .artist_link span {
  display: block;
  font-size: 1.3rem;
  text-align: left;
}

.Product_detail_5 .artist_link:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/arrow.svg) no-repeat;
  background-size: 100%;
  animation: pagearrow 2s linear infinite;
  content: "";
}

.Product_detail_5 .qa_blk {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  gap: 4rem;
}

.Product_detail_5 .q_group {
  display: flex;
  gap: 1rem;
  width: 32.1rem;
  height: 5.1rem;
  padding: 1rem 0 0 2rem;
  background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/fukidashi_q.svg) no-repeat;
  background-size: contain;
}

.Product_detail_5 .qa_blk .qa_item:nth-of-type(2) .q_group {
  width: 27.1rem;
  height: 5.1rem;
  padding: 1rem 0 0 3rem;
  background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/fukidashi_q02.svg) no-repeat;
  background-size: contain;
}

.Product_detail_5 .qa_eng {
  font-family: var(--font_eng_serif);
  font-size: 2rem;
  text-align: left;
}

.Product_detail_5 .qa_jp {
  font-size: 1.6rem;
  text-align: left;
}

.Product_detail_5 .a_group {
  width: 37rem;
  height: 17.9rem;
  margin: 1rem 0 0 6rem;
  padding: 3rem 0 0 3.1rem;
  background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/fukidashi_a.svg) no-repeat;
  background-size: contain;
}

.Product_detail_5 .a_group .qa_jp {
  margin-left: 0.6rem;
}

.Product_detail_5 .qa_jp_text {
  display: block;
  width: 31.1rem;
  margin-top: 0.4rem;
  padding-top: 1.4rem;
  font-size: 1.3rem;
  text-align: justify;
  border-top: 0.1rem var(--color-gray01) solid;
  line-height: 2;
}

.Product_detail_5 .recommend_title {
  position: relative;
  margin-top: 4rem;
  margin-left: 6rem;
  font-size: 2rem;
  text-align: left;
}

.Product_detail_5 .recommend_title:before {
  position: absolute;
  top: 50%;
  right: -9rem;
  transform: translateX(-50%);
  width: 18.4rem;
  height: 0.1rem;
  background-color: var(--color-gray01);
  content: "";
}

.Product_detail_5 .recommend_list {
  margin-top: 4rem;
  margin-left: 6rem;
  display: flex;
  gap: 2rem;
}

.Product_detail_5 .qa_blk .qa_item:nth-of-type(2) .recommend_list {
  gap: 4rem;
}

.Product_detail_5 .recommend_list li{
  display: flex;
  gap: 1rem;
}

.Product_detail_5 .recommend_img {
  width: 5.4rem;
}

.Product_detail_5 .recommend_credit {
  margin-top: -0.5rem;
}

.Product_detail_5 .recommend_name {
  font-size: 1.2rem;
  text-align: left;
}

.Product_detail_5 .recommend_price {
  font-size: 1.2rem;
  text-align: left;
}

.Product_detail_5 .recommend_btn {
  position: relative;
  margin-top: 1rem;
  width: 7.8rem;
}

.Product_detail_5 .recommend_btn span {
  position: relative;
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: 0.025em;
}

.Product_detail_5 .recommend_btn:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 0.6rem;
  height: 1.1rem;
  background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/arrow.svg) no-repeat;
  background-size: 100%;
  content: "";
}

/* ----------SEC03---------- */
.Product_detail_5 .sec03 {
  padding: 6.7rem 0 9rem;
  background-color: #ffffff;
}

.Product_detail_5 .point_num {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  z-index: 2;
}

.Product_detail_5 .point_num:before {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 115%;
  height: 1.2rem;
  background-color: var(--color-beige);
  content: "";
  z-index: -1;
}

.Product_detail_5 .point_title {
  margin-top: 2.5rem;
  font-family: var(--font_serif);
  font-size: 3.2rem;
  white-space: nowrap;
}

.Product_detail_5 .point_blk {
  display: flex;
}

/* Point01 */
.Product_detail_5 .point01 .point_blk {
  margin-top: 3.7rem;
  justify-content: center;
  gap: 5rem;
}

.Product_detail_5 .point01 .point_left_title {
  font-family: var(--font_serif);
  font-size: 2rem;
}

.Product_detail_5 .point01 .point_blk_left .point_img {
  width: 39.4rem;
  margin-top: 3.4rem;
}

.Product_detail_5 .point01 .point_right_title {
  width: 28rem;
  padding: 0.1rem 0;
  margin-left: 9rem;
  border-radius: 2.2rem;
  border: var(--color-gray01) solid 0.1rem;
  font-family: var(--font_serif);
  font-size: 2rem;
}

.Product_detail_5 .point01 .point_blk_right .point_img {
  width: 37rem;
  margin-top: 60px;
}

.Product_detail_5 .point01 .note {
  margin-top: 4.5rem;
}

/* Point02 */
.Product_detail_5 .point02 {
  margin-top: 6.5rem;
}

.Product_detail_5 .point02 .point_blk {
  width: 72.4rem;
  margin: 0 auto;
  gap: 10rem;
}

.Product_detail_5 .point02 .point_blk_left {
  margin-top: 4rem;
}

.Product_detail_5 .point02 img {
  width: 30rem;
}

.Product_detail_5 .point02 .lable_list {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  text-align: center;
}

.Product_detail_5 .point02 .lable_list li {
  display: block;
  padding: 0.1rem 0;
  width: 12rem;
  background-color: var(--color-beige);
  font-size: 1.3rem;
}

.Product_detail_5 .poin02 .point_blk_right {
  width: 30rem;
}

/* Point03 */
.Product_detail_5 .point03 {
  margin-top: 6rem;
}

.Product_detail_5 .point03 .point_sub_title {
  margin-top: 2.5rem;
  font-family: var(--font_serif);
  font-size: 2rem;
}

.Product_detail_5 .point03 .point_blk {
  margin-top: 7rem;
  gap: 8.6rem;
  justify-content: center;
  margin-left: 10.9rem;
}

.Product_detail_5 .point03 .point_blk_right,
.Product_detail_5 .point03 .point_blk_left {
  width: 43rem;
}

.Product_detail_5 .point03 .point_num02 {
  display: flex;
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid var(--color-gray01);
  font-family: var(--font_eng_serif);
  font-size: 2rem;
  justify-content: center;
  align-items: center;
}

.Product_detail_5 .point_num02 span{
  display: block;
  margin-left: 0.1rem;
  margin-top: 0.2rem;
  font-size: 2rem;
  z-index: 2;
  
}

.Product_detail_5 .point03 .point_blk_inner {
  display: flex;
  gap: 2.3rem;
}

.Product_detail_5 .point03 .point_blk_left picture {
  width: 7.6rem;
  height: fit-content;
}

_::-webkit-full-page-media, _:future, :root .Product_detail_5 .point03 .point_blk_left picture {
  height: -webkit-max-content;
}

.Product_detail_5 .graph_describe {
  margin-top: -1.7rem;
}

.Product_detail_5 .graph_describe .graph_blk:nth-of-type(2) {
  margin-top: 1.7rem;
}

.Product_detail_5 .graph_name {
  font-size: 1.6rem;
  text-align: left;
}

.Product_detail_5 .graph_name span{
  display: inline-block;
  margin-left: 1.2rem;
  font-size: 1.2rem;
  text-align: left;
}

.Product_detail_5 .graph_detail {
  max-width: 27rem;
  margin-top: 0.7rem;
  font-size: 1.3rem;
  text-align: left;
}

.Product_detail_5 .point03 .point_blk_right picture {
  width: 37rem;
  margin-top: 4.8rem;
  margin-left: -4.7rem;
}

.Product_detail_5 .point03 .point_blk_right .graph_blk {
  display: flex;
  gap: 2rem;
}


/* ----------SEC04---------- */
.Product_detail_5 .sec04 {
  padding: 6.5rem 0 6rem;
  background-color: var(--color-bg);
}

.Product_detail_5 .review_container {
  margin-top: 4.3rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.Product_detail_5 .review_slide {
  width: 28.6rem;
  padding: 2.4rem 3rem 3rem;
  border: var(--color-gray01) 0.1rem solid;
}

.Product_detail_5 .staff_blk {
  display: flex;
  justify-content: space-between;
}

.Product_detail_5 .staff_store {
  font-size: 1.3rem;
  text-align: left;
}

.Product_detail_5 .staff_pick {
  display: block;
  width: 11rem;
  padding: .4rem 0 .3rem;
  font-size: 1.2rem;
  line-height: 1;
  background-color: var(--color-beige);
}

.Product_detail_5 .staff_img {
  width: 4rem;
  height: fit-content;
  margin-top: 0.5rem;
}

_::-webkit-full-page-media, _:future, :root .Product_detail_5 .staff_img {
  height: auto;
}

.Product_detail_5 .review_img {
  width: 22.6rem;
  margin-top: 2.8rem;
}

.Product_detail_5 .review_detail {
  width: 22.6rem;
  margin: 2.3rem auto 0;
  font-size: 1.3rem;
  text-align: justify;
}

.Product_detail_5 .sec04 .note {
  margin-top: 2rem;

}


/* ----------SEC05---------- */
.Product_detail_5 .sec05 {
  padding: 7rem 0 7rem;
  background-color: #ffffff;
}

.Product_detail_5 .title_blk {
  display: flex;
  gap: 7.3rem;
  justify-content: center;
  margin-left: 1rem;
}

.Product_detail_5 .title_group {
  margin-top: 6.6rem;
}

.Product_detail_5 .title_blk picture {
  width: 16rem;
}

.Product_detail_5 .sec05 .sec_subtitle {
  font-size: 1.6rem;
}

.Product_detail_5 .item_img {
  width: 16rem;
}

.Product_detail_5 .blk {
  display: flex;
  justify-content: center;
  margin-top: 4.3rem;
  gap: 7.5rem;
}

.Product_detail_5 .compare_title_group {
  width: 39.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.Product_detail_5 .compare_title {
  font-size: 1.3rem;
}

.Product_detail_5 .compare_blk {
  margin-top: 3.3rem;
  gap: 7.5rem;
}

.Product_detail_5 .compare_wrap .compare_blk:nth-of-type(1) {
  margin-top: 0;
}

.Product_detail_5 .compare_item {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  width: 41.6rem;
}

.Product_detail_5 .compare_var_name {
  width: fit-content;
  font-size: 1.3rem;
  padding: 0 1.8rem 0;
  background-color: var(--color-beige);
  border-radius: 1.3rem;
}

.Product_detail_5 .compare_wrap .compare_blk:nth-of-type(1) .compare_arrow {
  width: 25.4rem;
}
.Product_detail_5 .compare_wrap .compare_blk:nth-of-type(2) .compare_arrow {
  width: 18.6rem;
}
.Product_detail_5 .compare_wrap .compare_blk:nth-of-type(3) .compare_arrow {
  width: 18.6rem;
}
.Product_detail_5 .compare_wrap .compare_blk:nth-of-type(4) .compare_arrow {
  width: 25.4rem;
}

.Product_detail_5 .compare_comment {
  max-width: 41rem;
  margin-top: 1.3rem;
  font-size: 1.3rem;
  text-align: justify;
}

.Product_detail_5 .var_list {
  position: relative;
  width: 41rem;
  height: 32.1rem;
  margin-top: 8.2rem;
  background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/map_pc.png) no-repeat;
  background-size: 100%;
}

.Product_detail_5 .var_list li {
  position: absolute;
  max-width: 8.3rem;
}

.Product_detail_5 .var_list li:nth-of-type(1) {
  top: 3.5rem;
  right: 10.7rem;
}
.Product_detail_5 .var_list li:nth-of-type(2) {
  top: 13rem;
  right: 12.3rem;
}
.Product_detail_5 .var_list li:nth-of-type(3) {
  top: 10rem;
  left: 6.2rem;
}

.Product_detail_5 .var_list li img {
  width: 4.8rem;
  margin: 0 auto;
}

.Product_detail_5 .var_num {
  margin-top: -0.5rem;
  font-size: 1.327rem;
}

.Product_detail_5 .var_name {
  margin-top: -1rem;
  font-size: 1.206rem;
  white-space: nowrap;
}

/*=======================================
                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) {
  html {
    font-size: calc(10* (100vw / 750));
  }

  .Product_detail_5 .pc_only {
    display: none;
  }

  .Product_detail_5 .sp_only {
    display: block;
  }


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

  .Product_detail_5 {
    width: 100%;
    padding-top: 12rem;
  }

  /* ----------SEC01---------- */
  .Product_detail_5 .sec01 {
    background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/bg_sp.png) no-repeat;
    background-size: cover;
    padding: 12rem 0;
  }

  .Product_detail_5 .lead {
    font-size: 4rem;
  }

  .Product_detail_5 .feaure_list {
    margin-top: 8rem;
    display: flex;
    justify-content: center;
    gap: 4rem;
  }


  .Product_detail_5 .feaure_list li {
    width: 19rem;
    height: 19rem;
  }

  .Product_detail_5 .feaure_list li span {
    margin-top: 0.7rem;
    font-size: 2.4rem;
  }

  .Product_detail_5 .sec01 .text {
    margin-top: 8.5rem;
    font-size: 2.8rem;
  }

  /* ----------SEC02---------- */

  .Product_detail_5 .sec02 {
    padding: 13.5rem 0 12rem;
  }

  .Product_detail_5 .sec_subtitle {
    font-size: 2.8rem;
  }

  .Product_detail_5 .sec_title {
    margin: -1rem auto 0;
    font-size: 5.2rem;
  }

  .Product_detail_5 .sec_title:before {
    bottom: 1rem;
    width: 110%;
    height: 2.8rem;
  }

  .Product_detail_5 .artist_blk {
    gap: 5rem;
    margin-top: 5.3rem;
  }

  .Product_detail_5 .artist_blk figure {
    width: 15rem;
  }

  .Product_detail_5 .artist_detail {
    margin-top: -0.5rem;
  }

  .Product_detail_5 .artist_title {
    font-size: 2.4rem;
    text-decoration-thickness: 0.2rem;
    text-underline-offset: 1rem;
  }

  .Product_detail_5 .artist_name {
    font-size: 4rem;
  }

  .Product_detail_5 .artist_link {
    width: 26rem;
    margin-top: 2.5rem;
  }

  .Product_detail_5 .artist_link span {
    display: block;
    font-size: 2.4rem;
  }

  .Product_detail_5 .artist_link:before {
    width: 1.2rem;
    height: 2rem;
  }

  .Product_detail_5 .qa_blk {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 9.5rem;
    gap: 9rem;
  }

  .Product_detail_5 .q_group {
    display: flex;
    gap: 2rem;
    width: 56rem;
    height: 10.5rem;
    padding: 2.5rem 0 0 3rem;
    margin-left: 5rem;
    background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/fukidashi_q_sp.svg) no-repeat;
    background-size: 100%;
  }

  .Product_detail_5 .qa_blk .qa_item:nth-of-type(2) .q_group {
    width: 45.5rem;
    height: 10.5rem;
    padding: 2.5rem 0 0 3rem;
    background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/fukidashi_q02_sp.svg) no-repeat;
    background-size: 100%;
  }

  .Product_detail_5 .qa_eng {
    font-size: 4rem;
  }

  .Product_detail_5 .qa_jp {
    font-size: 2.8rem;
  }

  .Product_detail_5 .a_group {
    width: 60rem;
    height: 36.2rem;
    margin: 2rem 0 0 10rem;
    padding: 4.5rem 0 0 5rem;
    background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/fukidashi_a_sp.svg) no-repeat;
    background-size: 100%;
  }

  .Product_detail_5 .a_group .qa_jp {
    margin-left: 1.6rem;
  }

  .Product_detail_5 .qa_jp_text {
    width: 50rem;
    margin-top: 1rem;
    padding-top: 2rem;
    font-size: 2.4rem;
    border-top: 0.2rem var(--color-gray01) solid;
  }

  .Product_detail_5 .recommend_title {
    margin-top: 4.5rem;
    margin-left: 5rem;
    font-size: 3.4rem;
  }

  .Product_detail_5 .recommend_title:before {
    right: -11rem;
    width: 32.6rem;
    height: 0.2rem;
    margin-top: 0.4rem;
  }

  .Product_detail_5 .recommend_list {
    margin-top: 4rem;
    margin-left: 5rem;
    gap: 3rem;
  }

  .Product_detail_5 .qa_blk .qa_item:nth-of-type(2) .recommend_list {
    gap: 3rem;
  }

  .Product_detail_5 .recommend_list li{
    gap: 3.2rem;
  }

  .Product_detail_5 .recommend_img {
    width: 10rem;
  }

  .Product_detail_5 .recommend_credit {
    margin-top: -1.2rem;
    width: 18rem;
  }

  .Product_detail_5 .recommend_name {
    font-size: 2rem;
  }

  .Product_detail_5 .recommend_price {
    font-size: 2rem;
  }

  .Product_detail_5 .recommend_btn {
    margin-top: 1rem;
    width: 13.7rem;
  }

  .Product_detail_5 .recommend_btn span {
    font-size: 2.4rem;
  }

  .Product_detail_5 .recommend_btn:before {
    width: 1.2rem;
    height: 2rem;
  }

  /* ----------SEC03---------- */
  .Product_detail_5 .sec03 {
    padding: 13rem 0 19rem;
  }

  .Product_detail_5 .point_num {
    font-size: 3.4rem;
  }

  .Product_detail_5 .point_num:before {
    bottom: 1rem;
    height: 2rem;
  }

  .Product_detail_5 .point_title {
    margin-top: 2rem;
    font-size: 5.2rem;
  }


  /* Point01 */
  .Product_detail_5 .point01 .point_blk {
    flex-direction: column;
    margin-top: 2rem;
    gap: 20rem;
  }

  .Product_detail_5 .point01 .point_left_title {
    font-size: 3.4rem;
  }

  .Product_detail_5 .point01 .point_blk_left .point_img {
    width: 75rem;
    margin-top: 4rem;
  }

  .Product_detail_5 .point01 .point_right_title {
    width: 65rem;
    padding: 1rem 0 0.8rem;
    margin: 0 auto;
    border-radius: 4.3rem;
    border: var(--color-gray01) solid 0.2rem;
    font-size: 3.4rem;
  }

  .Product_detail_5 .point01 .point_blk_right {
    position: relative;
  }


  .Product_detail_5 .point01 .point_blk_right:before {
    position: absolute;
    top: -26rem;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 1.2rem;
    height: 20rem;
    background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/point01_02_decor.png) no-repeat;
    background-size: 100%;
    content: "";
  }

  .Product_detail_5 .point01 .point_blk_right .point_img {
    width: 75rem;
    margin-top: 6rem;
  }

  .Product_detail_5 .point01 .note {
    margin-top: 5rem;
    font-size: 2rem;
  }

  /* Point02 */
  .Product_detail_5 .point02 {
    margin-top: 7rem;
  }

  .Product_detail_5 .point02 .point_blk {
    width: 100%;
    margin: 0 auto;
    gap: 10rem;
    flex-direction: column;
  }

  .Product_detail_5 .point02 .point_blk_left {
    margin-top: 4rem;
  }

  .Product_detail_5 .point02 img {
    width: 65rem;
    margin: 0 auto;
  }

  .Product_detail_5 .point02 .lable_list {
    margin-top: 2rem;
    gap: 1rem;
  }

  .Product_detail_5 .point02 .lable_list li {
    padding: 0.1rem 0;
    width: 22rem;
    font-size: 2.4rem;
  }

  .Product_detail_5 .poin02 .point_blk_right {
    width: 30rem;
  }

  /* Point03 */
  .Product_detail_5 .point03 {
    margin-top: 13rem;
  }

  .Product_detail_5 .point03 .point_sub_title {
    margin-top: 1.5rem;
    font-size: 3.4rem;
  }

  .Product_detail_5 .point03 .point_blk {
    flex-direction: column;
    margin-top: 9rem;
    margin-left: 0;
    gap: 12.5rem;
  }

  .Product_detail_5 .point03 .point_blk_right,
  .Product_detail_5 .point03 .point_blk_left {
    width: 100%;
  }

  .Product_detail_5 .point03 .point_num02 {
    width: 5rem;
    height: 5rem;
    margin-left: 10rem;
    border: 0.2rem solid var(--color-gray01);
  }

  .Product_detail_5 .point03 .point_num02 span {
    margin-left: 0.2rem;
    margin-top: 0.2rem;
    font-size: 4rem;
  }

  .Product_detail_5 .point03 .point_blk_right .point_num02 {
    margin-left: 14rem;
  }


  .Product_detail_5 .point03 .point_blk_inner {
    display: flex;
    gap: 2rem;
    margin-left: 49px;
    margin-top: -16px;
  }

  .Product_detail_5 .point03 .point_blk_left picture {
    width: 15rem;
  }

  .Product_detail_5 .graph_describe {
    margin-top: -3rem;
  }

  .Product_detail_5 .graph_describe .graph_blk:nth-of-type(2) {
    margin-top: 2.4rem;
  }

  .Product_detail_5 .graph_name {
    font-size: 2.8rem;
  }

  .Product_detail_5 .graph_name span{
    margin-left: 2.2rem;
    font-size: 2rem;
  }

  .Product_detail_5 .graph_detail {
    max-width: 38rem;
    margin-top: 0rem;
    font-size: 2.4rem;
  }

  .Product_detail_5 .point03 .point_blk_right picture {
    width: 55.1rem;
    margin-top: 5rem;
    margin-left: 10rem;
  }

  .Product_detail_5 .point03 .point_blk_right .graph_blk {
    gap: 2rem;
  }


  /* ----------SEC04---------- */
  .Product_detail_5 .sec04 {
    padding: 13rem 0 14rem;
  }

  .Product_detail_5 .review_container {
    margin-top: 5rem;
    display: flex;
    gap: 2rem;
    justify-content: center;
  }

  .Product_detail_5 .review_slide {
    width: 65rem;
    padding: 3.6rem 5rem 3.6rem;
    margin: 0 1rem 0;
    border: var(--color-gray01) 0.2rem solid;
  }

  .Product_detail_5 .staff_blk {
    display: flex;
    justify-content: space-between;
  }

  .Product_detail_5 .staff_store {
    font-size: 2.4rem;
  }

  .Product_detail_5 .staff_pick {
    width: 20.2rem;
    padding: 1rem 0 1rem;
    margin-top: 0.8rem;
    font-size: 2.2rem;
  }

  .Product_detail_5 .staff_img {
    width: 10rem;
    height: fit-content;
    margin-top: 1.2rem;
  }

  .Product_detail_5 .review_img {
    width: 55rem;
    margin-top: 5.2rem;
  }

  .Product_detail_5 .review_detail {
    width: 55rem;
    margin: 4rem auto 0;
    font-size: 2.4rem;
  }

  .Product_detail_5 .sec04 .note {
    margin-top: 3rem;
    margin-left: 48rem;
    font-size: 2rem;
  }

  .Product_detail_5 .slick-dots {
    bottom: -4.5rem;
  }

  .Product_detail_5 .slick-dots li {
    margin: 0 0.75rem;
    width: 5rem;
    height: 0.8rem;

  }

  .Product_detail_5 .slick-dots li button {
    margin: 0;
    width: 5rem;
    height: 0.8rem;
    padding: 0;

  }

  .Product_detail_5 .slick-dots li button:before {
    display: block;
    top: 0;
    left: 0;
    width: 5rem;
    height: 0.8rem;
    background-color: #BCBCBC;
    opacity: 0.3;
    content: "";
  }

  .Product_detail_5 .slick-dots li.slick-active button:before {
    opacity: 1;
  }


  /* ----------SEC05---------- */
  .Product_detail_5 .sec05 {
    padding: 14rem 0 8rem;
  }

  .Product_detail_5 .title_blk {
    gap: 11.2rem;
    margin-left: 0;
  }

  .Product_detail_5 .title_group {
    margin-top: 8.6rem;
  }

  .Product_detail_5 .title_blk picture {
    width: 23.6rem;
  }

  .Product_detail_5 .sec05 .sec_subtitle {
    font-size: 2.8rem;
  }

  .Product_detail_5 .item_img {
    width: 16rem;
  }

  .Product_detail_5 .blk {
    flex-direction: column;
    margin-top: 8.4rem;
    gap: 0.6rem;
  }

  .Product_detail_5 .compare_title_group {
    width: 62.1rem;
  }

  .Product_detail_5 .compare_title {
    font-size: 2.4rem;
  }

  .Product_detail_5 .compare_blk {
    margin-top: 6.6rem;
  }


  .Product_detail_5 .compare_item {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem auto 0;
    width: 65rem;
  }

  .Product_detail_5 .compare_var_name {
    font-size: 2.4rem;
    padding: 0.4rem 3rem 0.2rem;
    border-radius: 2.7rem;
  }

  .Product_detail_5 .compare_wrap .compare_blk:nth-of-type(1) .compare_arrow {
    width: 38.2rem;
  }
  .Product_detail_5 .compare_wrap .compare_blk:nth-of-type(2) .compare_arrow {
    width: 26.2rem;
  }
  .Product_detail_5 .compare_wrap .compare_blk:nth-of-type(3) .compare_arrow {
    width: 26.2rem;
  }
  .Product_detail_5 .compare_wrap .compare_blk:nth-of-type(4) .compare_arrow {
    width: 38.2rem;
  }

  .Product_detail_5 .compare_comment {
    max-width: 65rem;
    margin: 2rem auto 0;
    font-size: 2.4rem;
  }

  .Product_detail_5 .var_list {
    width: 68rem;
    height: 53.3rem;
    margin-left: 2.2rem;
    background: url(https://celvoke.com/Contents/ProductDetail/4573623430746/map_sp.png) no-repeat;
    background-size: 100%;
  }

  .Product_detail_5 .var_list li {
    max-width: 13.8rem;
  }

  .Product_detail_5 .var_list li:nth-of-type(1) {
    top: 5rem;
    right: 18rem;
  }
  .Product_detail_5 .var_list li:nth-of-type(2) {
    top: 21rem;
    right: 20.8rem;
  }
  .Product_detail_5 .var_list li:nth-of-type(3) {
    top: 15.6rem;
    left: 9.8rem;
  }

  .Product_detail_5 .var_list li img {
    width: 8rem;
  }

  .Product_detail_5 .var_num {
    margin-top: -0.5rem;
    font-size: 2.2rem;
  }

  .Product_detail_5 .var_name {
    margin-top: -1rem;
    font-size: 2rem;
  }
}