@charset "UTF-8";

.second-pc {display:none;}

@media only screen and (min-width: 768px) and (max-width: 1024px){
   .br-sp {display: none;}
   .second-pc {display:none;}
}

@media only screen and (min-width: 1025px){ 
    .br-sp {display: none;}
    .second-pc {display:block;}
}

.spn-red {
  color: #AD1457;
}

.spn-br {
  display: block;
  height: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*========================================================================*/
/* breadcrumbs color
/*========================================================================*/

#nav-breadcrumbs {
  border-top: 1px solid #aaa !important;
  border-bottom: 1px solid #aaa !important;
  background-color: #eee !important;
}

.li-breadcrumbs-item {
  color: #666 !important;
}

.a-breadcrumbs-item {
  color: #666 !important;
}

.a-breadcrumbs-item:before,
#li-breadcrumbs-item-home a:hover:before {
  background-color: #aaa !important;
}

.a-breadcrumbs-item:after {
  background-color: #eee !important;
}

.li-breadcrumbs-item:last-child {
  background-color: #ddd !important;
}

.li-breadcrumbs-item:last-child:after {
  background-color: #ddd !important;
}

#li-breadcrumbs-item-home a:hover:after {
  background-color: #ccc !important;
}

.a-breadcrumbs-item:hover {
  background-color: #ccc !important;
}

.a-breadcrumbs-item:hover:after {
  background-color: #ccc !important;
}

/*==========================================================*/
/* second main JuveLook
/*==========================================================*/
#sec-sm-juLk {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  margin-top: 44px;
  width: 100%;
  height: 70vw;
  background: linear-gradient(-70deg, #ddd 0%, #ffffff 50%, #ddd 100%);
}

#div-sm-juLk-cntr {
  display: flex;
  justify-content: flex-start;
}

#div-sm-juLk-left {
  width: 30%;
}

#fig-sm-juLk-model {
  display: none;
}

#fig-sm-juLk-vial-sp {
  margin-top: 2.5vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#figc-sm-juLk-vial-sp {
  margin-left: -2vw ;
  padding: 1.1vw 2vw 1.1vw 2.6vw;
  font-size: 3vw;
  color: #fff;
  background-color: #921D22;
  border-radius: 3vw;
  text-align: center;
}

#img-sm-juLk-vial-sp {
  margin-top: 1vw;
  width: 21vw;
  height: auto;
}

#spn-sm-juLk-vial-title-sp {
  margin-top: 1.5vw;
  font-size: 2.8vw;
}

#spn-sm-juLk-vial-subtitle-sp {
  margin-top: 1vw;
  font-size: 2.6vw;
}

#div-sm-juLk-center {
  margin-top: 3.5vw;
  width: 70%;
}

#p-sm-juLk-subtitle {
  margin-left: -1vw;
  font-size: 4vw;
  color: #000;
}

#h2-sm-juLk-title {
  margin-top: 2vw;
  margin-left: -2vw;
  font-size: 8vw;
  font-weight: bold;
  color: #888;
  white-space: nowrap;
  text-align: left;
}

#ul-sm-juLk-indications {
  margin-left: -1vw;
  margin-top: 2vw;
  display: flex;
  gap: 1vw;
}

.li-sm-juLk-indications {
  background-color: #777;
  color: #fff;
  padding: 1.1vw 2.5vw 1.2vw 2.6vw;
  border-radius: 3vw;
  font-size: 3.5vw;
  font-weight: bold;
  white-space: nowrap;
}

#div-sm-juLk-CPs-cntr {
  margin-top: 6vw;
  margin-left: -17vw;
  width: 74vw;
}

#h3-sm-juLk-CPs-title {
  font-size: 4.5vw;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
  text-align: center;
}

#fig-sm-juLk-CPs {
  position: relative;
  margin-top: 2vw;
  width: 74vw;
}

#fig-sm-juLk-CPs::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 51%;
  width: 7vw;
  height: 4vw;
  transform: translate(-50%, -50%);
  clip-path: polygon(0% 25%, 60% 25%, 60% 0%, 100% 50%, 60% 100%, 60% 75%, 0% 75%);
  background: #ccc;
  z-index: 1;
}

#div-sm-juLk-CPs-inr {
  position: relative;
  width: 100%;
  display: flex;
}

#div-sm-juLk-CPs-inr::before {
  position: absolute;
  content: "Before";
  bottom: 0;
  right: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 1.2vw 1.4vw 1.1vw 1.7vw;
  font-size: 2.5vw;
  border-radius: 1vw 0 0 0;
  white-space: nowrap;
}

#div-sm-juLk-CPs-inr::after {
  position: absolute;
  content:"After";
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 1.2vw 1.4vw 1.1vw 1.7vw;
  font-size: 2.5vw;
  border-radius: 1vw 0 0 0;
  white-space: nowrap;
}

.img-sm-juLk-CPs {
  width: 37vw;
  height: auto;
}

#div-sm-juLk-right {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sec-sm-juLk {
    margin-top: 54px;
  }
}

@media only screen and (min-width: 1025px){
  #sec-sm-juLk {
    margin-top: 0;
    height: 424px;
  }

  #div-sm-juLk-cntr {
    margin: 0 auto;
    width: 1100px;
    height: 100%;
  }

  #div-sm-juLk-left {
    width: auto;
  }

  #fig-sm-juLk-vial-sp{
    display: none;
  }

  #fig-sm-juLk-model {
    display: block;
    margin-top: 50px;
    margin-left: 0;
    text-align: center;
  }

  #img-sm-juLk-model {
    width: auto;
    height: 450px;
  }

  #div-sm-juLk-center {
    margin-top: 50px;
    margin-left: -70px;
    width: auto;
  }

  #p-sm-juLk-subtitle {
    display: none;
  }

  #h2-sm-juLk-title {
    margin-top: 0;
    margin-left: 0;
    font-size: 50px;
    text-align: center;
  }

  #ul-sm-juLk-indications {
    margin-left: 0;
    margin-top: 10px;
    gap: 10px;
  }

  .li-sm-juLk-indications {
    padding: 10px 20px 9px 20px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
  }

  #div-sm-juLk-CPs-cntr {
    margin: 30px auto 0;
    width: 400px;
  }

  #h3-sm-juLk-CPs-title {
    font-size: 28px;
  }

  #fig-sm-juLk-CPs {
    margin-top: 10px;
    width: 400px;
  }

  #fig-sm-juLk-CPs img {
    width: 200px;
  }

  #fig-sm-juLk-CPs::before {
    width: 35px;
    height: 25px;
    transform: translate(-50%, -50%);
    clip-path: polygon(0% 25%, 60% 25%, 60% 0%, 100% 50%, 60% 100%, 60% 75%, 0% 75%);
  }

  #div-sm-juLk-CPs-inr::before,
  #div-sm-juLk-CPs-inr::after {
    padding: 5px 8px 4px 10px;
    font-size: 12px;
    border-radius: 5px 0 0 0;
  }

  #div-sm-juLk-right {
    display: block;
    margin-top: 100px;
    margin-left: 40px;
  }

  #div-sm-juLk-right .p-sm-gold-label {
    margin-left: 15px;
  }

  #fig-sm-juLk-vial {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #img-sm-juLk-vial {
    width: 180px;
    height: auto;
  }

  #spn-sm-juLk-vial-title {
    display: block;
    margin-top: 15px;
    font-size: 22px;
    color: #555;
  }

  #spn-sm-juLk-vial-subtitle {
    display: block;
    font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "Roboto", "Noto Sans JP", sans-serif;
    margin-top: 8px;
    font-size: 17px;
    color: #555;
  }
}

/*==========================================================*/
/* gold label
/*==========================================================*/
.p-sm-gold-label {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position:relative;
  width:21.6vw;/*80px*/
  height:11.34vw;/*42px*/
  border-radius:50%;
  -webkit-border-radius:50%;
  text-align:center;
  background:linear-gradient(to right, #E5BB44 0%, #7D0800 25%, #E5BB44 50%, #7D0800 75%, #E5BB44 100%);
  background:-webkit-linear-gradient(right, #E5BB44 0%, #7D0800 25%, #E5BB44 50%, #7D0800 75%, #E5BB44 100%);
}

.p-sm-gold-label::before {
  position:absolute;
  content:"";
  width:20.52vw;/*76px*/
  height:10.26vw;/*38px*/
  top:0.54vw;/*2px*/
  left:0.54vw;/*2px*/
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background:linear-gradient(to bottom, #FFFFFF 20%, #FFF8CB 100%);
  background:-webkit-linear-gradient(top, #FFFFFF 20%, #FFF8CB 100%);
  z-index:1;
}

.spn-sm-gold-label-1line {
  position:absolute;
  padding-top:4.05vw;/*15px*/
  width:100%;
  height:100%;
  display:block;
  text-align:center;
  font-size:3.51vw;/*13px*/
  color:#000000;
  z-index:2;
}

.spn-sm-gold-label-2line {
  position:absolute;
  padding-top:2vw;
  font-size:2.97vw;/*11px*/
  width:100%;
  height:100%;
  display:block;
  text-align:center;
  color:#000000;
  line-height:1.2;
  z-index:2;
}

.spn-sm-gold-label-No1 {
  position:absolute;
  padding-top:0.81vw;/*3px*/
  width:100%;
  height:100%;
  display:block;
  text-align:center;
  font-size:2.97vw;/*11px*/
  color:#000000;
  z-index:2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sm-gold-label {
    width:140px;
    height:60px;
  }

  .p-sm-gold-label::before {
    width:136px;
    height:56px;
    top:2px;
    left:2px;
  }

  .spn-sm-gold-label-1line {
    padding-top:20px;
    font-size:20px;
  }

  .spn-sm-gold-label-2line {
    padding-top:11px;
    font-size:16px;/*11px*/
    line-height: 1.3;
  }

  .spn-sm-gold-label-No1 {
    padding-top:12px;
    font-size:16px;
    color:#000000;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 1025px) {
  .p-sm-gold-label {
    width:140px;
    height:60px;
  }

  .p-sm-gold-label::before {
    width:136px;
    height:56px;
    top:2px;
    left:2px;
  }

  .spn-sm-gold-label-1line {
    padding-top:20px;
    font-size:20px;
  }

  .spn-sm-gold-label-2line {
    padding-top:12px;
    font-size:16px;/*11px*/
    line-height: 1.3;
  }

  .spn-sm-gold-label-No1 {
    padding-top:12px;
    font-size:16px;
    color:#000000;
    line-height:1.3;
  }
}

/*----------------------------------------------------------------------------------*/
/* div second content silver label
/*----------------------------------------------------------------------------------*/
.p-sc-silver-label {
    position: relative;
    width:20vw;
    height:13vw;
    border-radius:50%;
    text-align:center;
    background:linear-gradient(to right, #B3B2AF 0%, #000000 25%, #B3B2AF 50%, #000000 75%,  #B3B2AF 100%);
    z-index:1;
}

.p-sc-silver-label::before {
    position: absolute;
    content:"";
    width:19.5vw;
    height:12.5vw;
    top:0.25vw;
    left:0.25vw;
    border-radius: 50%;
    background:linear-gradient(to bottom, #FFFFFF 20%, #EBEBEB 100%);
    z-index:1;
}

.spn-sc-silver-label-1line {
    position:absolute;
    padding-top:4.05vw;/*15px*/
    width:100%;
    height:100%;
    display:block;
    text-align:center;
    font-size:3.51vw;/*13px*/
    color:#000000;
    z-index:2;
}

.spn-sc-silver-label-2line {
    position:absolute;
    padding-top:2.5vw;
    width:100%;
    height:100%;
    display:block;
    text-align:center;
    font-size:3.7vw;
    font-weight: bold;
    color:#000000;
    z-index:2;
}

.spn-sc-silver-label-num {
  display:block;
  margin-top: 0.5vw;
  font-size: 5vw;
  font-style: italic;
  text-align: center;
}

.spn-sc-silver-label-No2 {
    position:absolute;
    padding-top:0.81vw;/*3px*/
    width:100%;
    height:100%;
    display:block;
    text-align:center;
    font-size:2.97vw;/*11px*/
    color:#000000;
    z-index:2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sc-silver-label {
    width:140px;
    height:60px
  }

  .p-sc-silver-label::before {
    width:136px;
    height:56px;
    top:2px;
    left:2px;
  }

  .spn-sc-silver-label-1line {
    padding-top:20px;
    font-size:20px;
    letter-spacing:0.05em;
  }

  .spn-sc-silver-label-No2 {
    padding-top: 12px;
    font-size: 16px;
    color:#000000;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 1025px) {
  .p-sc-silver-label {
    width:140px;
    height:60px;
  }

  .p-sc-silver-label::before {
    width:136px;
    height:56px;
    top:2px;
    left:2px;
  }

  .spn-sc-silver-label-1line {
    padding-top:20px;
    font-size: 20px;
    letter-spacing:0.05em;
  }

  .spn-sc-silver-label-No2 {
    padding-top: 12px;
    font-size: 16px;
    color:#000000;
    line-height:1.3;
  }
}

/*===================================================================*/
/* second content sp-pc JuveLook Active Ingredient
/*===================================================================*/

#sec-sc-juLk-ActiveIngredient {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  padding-bottom: 4vw;
  width: 100%;
}

#h1-sc-juLk-AI {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: 5vw;
  width: 100%;
  font-size: 5.5vw;
  color: #4A6484;
  text-align: center;
  white-space: nowrap;
}

#h2-sc-juLk-AI {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: 1.5vw;
  font-size: 4vw;
  color: #000;
  text-align: center;
}

#ul-sc-juLk-AI {
  margin: 5vw auto 0;
  width: 92vw;
}

.li-sc-juLk-AI {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding: 3vw 0 2vw;
}

.li-sc-juLk-AI:first-child {
  border-top: 1px solid #ddd;
}

/*.li-sc-juLk-AI:last-child {
  border-bottom: none;
}*/

.fig-sc-juLk-AI {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 24%;
  padding-right: 1vw;
}

#img-sc-juLk-AI-hibamata {
  width: 15vw;
  height: auto;
}

#img-sc-juLk-AI-maronie {
  width: 15vw;
  height: auto;
}

#img-sc-juLk-AI-kurumi {
  width: 15vw;
  height: auto;
}

#img-sc-juLk-AI-mpo {
  width: 15vw;
  height: auto;
}

#img-sc-juLk-AI-mm {
  width: 15vw;
  height: auto;
}

.div-sc-juLk-AI-cntr {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  width:76%;
}

.h3-sc-juLk-AI {
  font-size: 4vw;
  font-weight: bold;
  color: #4A6484;
}

.p-sc-juLk-AI {
  margin-top: 1.5vw;
  font-size: 3.5vw;
  line-height: 1.4;
  color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media (min-width: 1025px) {
  #sec-sc-juLk-ActiveIngredient {
    padding-bottom: 0;
  }

  #h1-sc-juLk-AI {
    margin-top: 30px;
    font-size: 35px;
  }

  #h2-sc-juLk-AI {
    margin-top: 10px;
    font-size: 25px;
    color: #777;
  }

  #ul-sc-juLk-AI {
    margin: 30px auto 0;
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; 
  }

  /* #ul-sc-juLk-AI > .li-sc-juLk-AI:nth-last-child(1):nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  } */

  .li-sc-juLk-AI {  
    width: 440px;
    border: 1px solid #ddd;
    padding: 20px 10px 20px 0;
  }

  .fig-sc-juLk-AI {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-right: 0;
    width: 130px;
  }

  #img-sc-juLk-AI-hibamata {
    width: 90px;
    height: auto;
  }

  #img-sc-juLk-AI-maronie {
    width: 100px;
    height: auto;
  }

  #img-sc-juLk-AI-kurumi {
    width: 100px;
    height: auto;
  }

  #img-sc-juLk-AI-mpo {
    width: 100px;
    height: auto;
  }

  #img-sc-juLk-AI-mm {
    width: 100px;
    height: auto;
  }

  .div-sc-juLk-AI-cntr {
    width: 330px;
  }

  .h3-sc-juLk-AI {
    font-size: 20px;
  }

  .p-sc-juLk-AI {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
  }
}

/*===================================================================*/
/* second content sp-pc JuveLook Features
/*===================================================================*/

#sec-sc-juLk-Features {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  padding-bottom: 2vw;
  width: 100%;
  background: radial-gradient(circle, #fff 0%, #DDE2E7 120%);
}

#h1-sc-juLk-Ftr {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: 4vw;
  width: 100%;
  font-size: 5.5vw;
  color: #4A6484;
  text-align: center;
  white-space: nowrap;
}

#h2-sc-juLk-Ftr {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: 1.5vw;
  font-size: 4.5vw;
  color: #333;
  text-align: center;
}

#ul-sc-juLk-Ftr {
  margin:0 auto 0;
  width:92vw;
}

.li-sc-juLk-Ftr {
  border-bottom: 1px solid #ddd;
  padding: 0 0 2vw;
}

.li-sc-juLk-Ftr:last-child {
  border-bottom: none;
}

.div-sc-juLk-Ftr-ttl {
  margin-top: 3vw;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.h3-sc-juLk-Ftr {
  margin-top:0.5vw;
  margin-left:2vw;
  width:65vw;
  font-size: 4.5vw;
  font-weight: bold;
  color: #4A6484;
  line-height: 1.4;
  overflow-wrap: break-word;
}

.spn-sc-juLk-Ftr-new {
  margin-right: 1vw;
  padding: 0.7vw 1.2vw 0.4vw 1.7vw;
  font-size: 2.5vw;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  background-color: #e60023;
  vertical-align: 2px;
}

.div-sc-juLk-Ftr-cntr {
  margin-top: 2vw;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  width:100%;
}

.p-sc-juLk-Ftr {
  margin-left: 1vw;
  margin-right: 3vw;
  font-size: 3.5vw;
  line-height: 1.6;
}

.br-sc-juLk-Ftr {
  display: block;
  height: 0;
}

.fig-sc-juLk-Ftr {
  float: right;
  width: 30vw;
  margin-top: 0.5vw;
  margin-left: 1em;
}

#img-sc-juLk-Ftr-cfre {
  display: block;
  width: 30vw;
  height: auto;
}

#img-sc-juLk-Ftr-rf {
  display: block;
  width: 30vw;
  height: auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media (min-width: 1025px) {
  #sec-sc-juLk-Features {
    padding-bottom: 30px;
  }

  #h1-sc-juLk-Ftr {
    margin-top: 30px;
    font-size: 35px;
  }

  #h2-sc-juLk-Ftr {
    margin: 10px 0 25px; 
    font-size: 35px;
  }

  #ul-sc-juLk-Ftr {
    margin:10px auto 0;
    width: 800px;
  }

  .li-sc-juLk-Ftr {
    margin-top: 20px;
    padding: 0;
    border-bottom: 1px solid #000;
  }

  .li-sc-juLk-Ftr:last-child {
    border-bottom: none;
  }

  .div-sc-juLk-Ftr-ttl {
    margin-top: 15px;
    justify-content: flex-start;
  }

  .p-sc-silver-label {
    width: 140px;
    height: 60px;
    flex-shrink: 0;
  }

  .spn-sc-silver-label-num {
    margin-top: 0.5vw;
    font-size: 17px;
  }

  .spn-sc-juLk-Ftr-new {
    margin-right: 4px;
    padding: 5px 8px 3px 11px;
    font-size: 17px;
    border-radius: 6px;
    vertical-align: 3px;
  }

  .spn-sc-silver-label-2line {
    padding-top: 9px;
    font-size: 20px;
  }

  .spn-sc-silver-label-num {
    margin-top: 0;
    padding-right: 5px;
    font-size: 30px;
  }

  .h3-sc-juLk-Ftr {
    margin-top: 5px;
    margin-left: 15px;
    width: 550px;
    font-size: 26px;
  }

  .div-sc-juLk-Ftr-cntr {
    margin-top: 9px;
    width: 100%;
  }

  .p-sc-juLk-Ftr {
    margin-left: 3px;
    margin-right: 10px;
    font-size: 17px;
    line-height: 1.8;
  }

  .br-sc-juLk-Ftr {
    display: block;
    height: 0;
  }

  .fig-sc-juLk-Ftr {
    float: right;
    width: 200px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 1em;
  }

  #img-sc-juLk-Ftr-cfre {
    width: 200px;
  }

  #img-sc-juLk-Ftr-rf {
    width: 200px;
  }
}

/*===================================================================*/
/* second content sp-pc JuveLook Treatment Areas
/*===================================================================*/

#sec-sc-juLk-TreatmentAreas {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  padding-bottom: 4vw;
  width: 100%;
}

#h1-sc-juLk-TA {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top:4vw;
  width:100%;
  font-size:5.5vw;
  color:#4A6484;
  text-align:center;
  white-space:nowrap;
}

#h2-sc-juLk-TA {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top:1.5vw;
  font-size:4.5vw;
  color:#333;
  text-align:center;
}

#div-sc-juLk-TA-cntr {
  position: relative;
  margin: 4vw auto 0;
  width: 80vw;
  background-color: #FEF7F2;
}  

#img-sc-juLk-TA {
  width: 60vw;
  height: auto;
}

#ul-sc-juLk-TA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.li-sc-juLk-TA {
  position: absolute;
  padding-left: 2vw;
  font-size: 3.5vw;
  color: #333;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.li-sc-juLk-TA::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  height: 1px;
  border-top: 1px dotted #4A6484;
}

.li-sc-juLk-TA:first-child {
  top: 3.5%;
  right: 10%;
}

.li-sc-juLk-TA:nth-child(2) {
  top: 16.5%; 
  right: 10%;
}

.li-sc-juLk-TA:nth-child(3) {
  top: 25%;
  right: 10%;
}

.li-sc-juLk-TA:nth-child(4) {
  top: 33.5%;
  right: 25%;
}

/*.li-sc-juLk-TA:nth-child(5) {
  top: 37%;
  right: 45%;
}*/

.li-sc-juLk-TA:nth-child(5) {
  top: 41%;
  right: 25%;
}

.li-sc-juLk-TA:nth-child(6) {
  top: 48%;
  right: 16%;
}

.li-sc-juLk-TA:nth-child(7) {
  top: 62%;
  right: 15%;
}

.li-sc-juLk-TA:nth-child(8) {
  top: 71%;
  right: 15%;
}

.li-sc-juLk-TA:nth-child(9) {
  top: 80%;
  right: 17%;
}

.li-sc-juLk-TA:nth-child(10) {
  top: 92%;
  right: 20%;
}

.li-sc-juLk-TA:first-child::before {
  width: 31vw;
}

.li-sc-juLk-TA:nth-child(2)::before {
  width: 36vw;
}

.li-sc-juLk-TA:nth-child(3)::before {
  width: 45vw;
}

.li-sc-juLk-TA:nth-child(4)::before {
  width: 17vw;
}

/*.li-sc-juLk-TA:nth-child(5)::before {
  width: 48vw;
}*/

.li-sc-juLk-TA:nth-child(5)::before {
  width: 17vw;
}

.li-sc-juLk-TA:nth-child(6)::before {
  width: 34vw;
}

.li-sc-juLk-TA:nth-child(7)::before {
  width: 33vw;
}

.li-sc-juLk-TA:nth-child(8)::before {
  width: 50vw;
}
.li-sc-juLk-TA:nth-child(9)::before {
  width: 38vw;
}

.li-sc-juLk-TA:nth-child(10)::before {
  width: 15vw;
}

#div-sc-juLk-TA-txt-pc {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media (min-width: 1025px) {
  #sec-sc-juLk-TreatmentAreas {
    padding-bottom: 30px;
  }

  #h1-sc-juLk-TA {
    margin-top: 30px;
    font-size: 37px;
  }

  #h2-sc-juLk-TA {
    margin-top: 10px;
    font-size: 35px;
  }

  #div-sc-juLk-TA-cntr {
    position: relative;
    margin: 25px auto 0;
    width: 1000px;
    display: flex;
    align-items: flex-start;
  }

  #img-sc-juLk-TA {
    width: 380px;
    height: auto;
  }

  .li-sc-juLk-TA {
    position: absolute;
    padding-left: 10px;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .li-sc-juLk-TA::before {
    height: 2px;
    border-top: 2px dotted #4A6484;
  }
  
  .li-sc-juLk-TA:first-child {
    top: 3.5%;
    right: 55%;
  }

  .li-sc-juLk-TA:nth-child(2) {
    top: 16.5%;
    right: 50%;
  }

  .li-sc-juLk-TA:nth-child(3) {
    top: 25%;
    right: 50%;
  }

  .li-sc-juLk-TA:nth-child(4) {
    top: 33.5%;
    right: 55%;
  }

  .li-sc-juLk-TA:nth-child(5) {
    top: 41%;
    right: 55%;
  }

  .li-sc-juLk-TA:nth-child(6) {
    top: 48%;
    right: 56%;
  }

  .li-sc-juLk-TA:nth-child(7) {
    top: 62%;
    right: 55%;
  }

  .li-sc-juLk-TA:nth-child(8) {
    top: 71%;
    right: 55%;
  }

  .li-sc-juLk-TA:nth-child(9) {
    top: 80%; 
    right: 57%;
  }

  .li-sc-juLk-TA:nth-child(10) {
    top: 92%;
    right: 60%;
  }

  .li-sc-juLk-TA:first-child::before {
    width: 200px;/*155px*/
  }

  .li-sc-juLk-TA:nth-child(2)::before {
    width: 285px;/*240px*/
  }

  .li-sc-juLk-TA:nth-child(3)::before {
    width: 345px;/*295px*/
  }

  .li-sc-juLk-TA:nth-child(4)::before {
    width: 185px;/*140px*/
  }

  .li-sc-juLk-TA:nth-child(5)::before {
    width: 190px;/*145px*/
  }

  .li-sc-juLk-TA:nth-child(6)::before {
    width: 240px;/*195px*/
  }

  .li-sc-juLk-TA:nth-child(7)::before {
    width: 240px;/*205px*/
  }

  .li-sc-juLk-TA:nth-child(8)::before {
    width: 355px;/*305px*/
  }

  .li-sc-juLk-TA:nth-child(9)::before {
    width: 260px;/*220px*/
  }

  .li-sc-juLk-TA:nth-child(10)::before {
    width: 105px;/*70px*/;
  }

  #div-sc-juLk-TA-txt-pc {
    display: block;
    margin:25px 25px 25px 170px;
    width: 100%;
    flex: 1;
    background-color: #fff;
  }

  #ul-sc-juLk-TA-txt-pc {
    margin-top: 10px;
    padding: 20px 20px 10px 20px;
    width: 100%;
    min-height: 355px; 
    font-size: 18px;
    color: #333;
    background-color: #fff;
    border-radius: 8px;
  }

  .li-sc-juLk-TA-txt-pc {
    line-height: 1.6;
  }

  .li-sc-juLk-TA-txt-pc:not(:first-child) {
    margin-top: 20px;
  }
}

/*========================================================================*/
/* second content sp-pc JuveLook Case Photo 
/*========================================================================*/

#sec-sc-juLk-Case-Photos {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  overflow: hidden;
  width: 100%;
  background: radial-gradient(circle, #fff 0%, #DDE2E7 120%);
}

#h1-sc-juLk-CPs-ttl {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: 4vw;
  width: 100%;
  font-size: 5.5vw;
  color: #054F9A;
  text-align: center;
}

#h2-sc-juLk-CPs-sttl {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: 1.5vw;
  font-size: 4.5vw;
  color: #333;
  text-align: center;
}

.div-sc-juLk-CPs-cntr {
  margin: 3vw auto 4vw;
  width: 94vw;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  border-radius: 4px;
}

.h3-sc-juLk-CPs-ttl {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: 2vw;
  padding: 2.8vw 0 2.5vw;
  font-size: 4.5vw;
  font-weight: bold;
  color: #4A6484;
  text-align: center;
  background-color: #BDCADB;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.fig-sc-juLk-CPs {
  width: 100%;
}

.div-sc-juLk-CPs-imgs {
  position: relative;
  display: flex;
  width: 100%;
}

.div-sc-juLk-CPs-imgs::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 51%;
  width: 7vw;
  height: 4vw;
  transform: translate(-50%, -50%);
  clip-path: polygon(0% 25%, 60% 25%, 60% 0%, 100% 50%, 60% 100%, 60% 75%, 0% 75%);
  background: #fff000;
  z-index: 1;
}

.img-sc-juLk-CPs {  
  width: 47vw;
}

.figc-sc-juLk-CPs {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  width: 100%;
  display: flex;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.spn-sc-juLk-CPs-B {
  padding: 2.5vw 0 2.5vw;
  width: 47vw;
  font-size: 3.5vw;
  color: #000;
  background-color: #ccc;
  text-align: center;
}

.spn-sc-juLk-CPs-A {
  padding: 2.5vw 0 2.5vw;
  width: 47vw;
  font-size: 3.5vw;
  color: #AF1E23;
  background-color: #ffdce3;
  text-align: center;
}

#dl-sc-juLk-CPs {
  overflow:hidden;
  margin:0 0 2vw;
  width:100%;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
}

.input-sc-juLk-CPs {
  display:none;
}

.dt-sc-juLk-CPs {
  position: relative;
  padding: 3vw 0 3.2vw;
  width: 100%;  
  font-size: 3.3vw;
  color: #333;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.dt-sc-juLk-CPs:before {
  position:absolute;
  right:21vw;
  bottom:3.5vw;
  content:"";
  width: 3.5vw;
  height: 4vw;
  clip-path: polygon(8.5% 41.25%, 50% 83%, 91.5% 41.25%, 100% 50%, 50% 100%, 0 50%);
  background-color: #2D3B4D;
  transition: all 0.3s ease;
  z-index:1;
}

.input-sc-juLk-CPs:checked ~ .dt-sc-juLk-CPs:before {
  right:21vw;
  bottom:1.7vw;
  transform: rotate(-180deg);
}

.dd-sc-juLk-CPs {
  overflow: hidden;
  position: relative;
  width:100%;
  max-height:0;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all .3s ease;
}

.input-sc-juLk-CPs:checked ~ .dd-sc-juLk-CPs {
  max-height: 500px;
  transition: max-height .5s ease;
  transform: translateZ(0);
}

#table-sc-juLk-CPs {
  margin: 0 auto 2vw;
  width: 100%;
  font-size: 3vw;
  line-height: 1.5;
  border-collapse: collapse;
}

.tr-sc-juLk-CPs:first-child .td-sc-juLk-CPs-ttl {
  padding: 0 3vw 2vw 0;
}

.tr-sc-juLk-CPs:first-child .td-sc-juLk-CPs-txt {
  padding: 0 2vw 0 0;
}

.td-sc-juLk-CPs-ttl {
  padding: 1vw 3vw 0 0;
  width: 25%;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

.td-sc-juLk-CPs-txt {
  padding: 1vw 2vw 0 0;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

@media only screen and (min-width: 1025px) {
  #sec-sc-juLk-Case-Photos {
  }

  #h1-sc-juLk-CPs-ttl {
    margin-top: 40px;
    font-size: 34px;
  }

  #h2-sc-juLk-CPs-sttl {
    margin: 15px 0 30px; 
    font-size: 27px;
  }

  .div-sc-juLk-CPs-cntr {
    margin: 0 auto 30px;
    width: 800px;
    box-shadow: 0 5px 7px rgba(0,0,0,0.2);
    border-radius: 8px;
  }

  .h3-sc-juLk-CPs-ttl {
    margin-top: 20px;
    padding: 13px 0 10px;
    font-size: 28px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .div-sc-juLk-CPs-imgs::after {
    width: 55px;
    height: 28px;
  }

  #div-sc-juLk-CPs-imgs-B-faceline::before {
    width: 240px;
    height: 110px;
    bottom: 10px;
    left: 100px;
  }

  #div-sc-juLk-CPs-imgs-B1::before {
    width: 200px;
    height: 120px;
    bottom: 5px;
    left: 50px;
  }

  #div-sc-juLk-CPs-imgs-B-neck::before {
    width: 210px;
    height: 130px;
    bottom: 5px;
    left: 60px;
  }

  .img-sc-juLk-CPs {  
    width: 400px;
  }

  .spn-sc-juLk-CPs-B {
    padding: 12px 0 11px;
    width: 400px;
    font-size: 20px;
  }

  .spn-sc-juLk-CPs-A {
    padding: 12px 0 11px;
    width: 400px;
    font-size: 20px;
  }

  #dl-sc-juLk-CPs {
    margin: 0 auto 30px;
    width: 800px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .dt-sc-juLk-CPs {
    padding: 14px 0 13px;
    font-size: 18px;
  }

  .dt-sc-juLk-CPs:before {
    bottom:17px;
    right:245px;
    width:18px;
    height:20px;
  }

  .input-sc-juLk-CPs:checked ~ .dt-sc-juLk-CPs:before {
    bottom:9px;
    right:245px;
  }

  #table-sc-juLk-CPs {
    width:100%;
    margin:0 auto 10px;
    font-size:14px;
  }

  .tr-sc-juLk-CPs:first-child .td-sc-juLk-CPs-ttl {
    padding: 0 20px 0 0;
  }

  .tr-sc-juLk-CPs:first-child .td-sc-juLk-CPs-txt {
    padding: 0 30px 0 0;
  }

  .td-sc-juLk-CPs-ttl {
    padding: 6px 20px 0 0;
    width: 15%;
  }

  .td-sc-juLk-CPs-txt {
    padding: 6px 30px 0 0;
  }
}

/*===============================================================*/
/* second content sp-pc juLk faq
/*===============================================================*/

#sec-juLk-faq {
  overflow: hidden;
  padding-bottom: 0;
  width: 100%;
  /*background-color:#faf8f5;*/
  background-color: #f3f6f9;
  /*background: linear-gradient(-70deg, #e0e0e0 0%, #ffffff 50%, #e0e0e0 100%);*/
  /*background: -webkit-linear-gradient(-70deg, #e0e0e0 0%, #ffffff 50%, #e0e0e0 100%);*/
  /*background: radial-gradient(circle, #ffffff 0%, #e0e0e0 120%);*/
  /*background: -webkit-radial-gradient(circle, #ffffff 0%, #e0e0e0 120%);*/
}

#h1-juLk-faq-ttl {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 3vw;
  width: 100%;
  font-size: 8vw;
  color: #054F9A;
  text-align: center;
  white-space: nowrap;
}

#spn-juLk-faq-ttl {
  padding: 0 1.5vw;
  font-size: 5.5vw;
}

#h2-juLk-faq-sttl {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 1vw;
  font-size: 3.5vw;
  color: #333;
  text-align: center;
}

#dl-juLk-faq {
  overflow: hidden;
  margin: 3vw 4vw 0;
  width: 92vw;
  -moz-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.input-juLk-faq {
  display:none;
}

.dt-juLk-faq {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2vw;
  padding: 2.5vw 8vw 2.5vw 15vw;
  width: 100%;
  line-height: 1.5;
  font-size: 3.5vw;
  background-color: #d8e2ec;
  color: #333;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}

#dt-juLk-faq-first {
  margin-top:0;
}

.dt-juLk-faq:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  content: "Q";
  padding-left: .5vw;
  padding-bottom: .5vw;
  top: 0;
  left: 0;
  width: 11vw;
  height: 100%;
  font-size: 5vw;
  font-weight: bold;
  color: #fff;
  background-color: #5c82ad;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.dt-juLk-faq::after {
  position: absolute;
  content:"";
  margin: auto;
  top: 0;
  bottom: 1vw;
  right: 2.5vw;
  width: 3.5vw;
  height: 4vw;
  clip-path: polygon(8.5% 41.25%, 50% 83%, 91.5% 41.25%, 100% 50%, 50% 100%, 0 50%);
  background-color: #4a6c8c;
  transition: all 0.3s ease;
  z-index:1;
}

.input-juLk-faq:checked ~ .dt-juLk-faq:after {
  top: .8vw;
  bottom: 0;
  transform: rotate(-180deg);
}

.dd-juLk-faq {
  overflow: hidden;
  position: relative;
  background-color: #f3f6f9;
  /*border-top:1px solid #FFFFFF;*/
  width: 100%;
  max-height: 0;
  backface-visibility: hidden;
  transition: max-height .5s ease;
  transform: translateZ(0);
}

.dd-juLk-faq:before {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  padding-top: 2.9vw;
  padding-left: 4vw;
  width: 11vw;
  height: 100%;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  color: #34495e;
  background-color: #f3f6f9;
}

.input-juLk-faq:checked ~ .dd-juLk-faq {
  max-height:500px;
  transition: max-height .5s ease;
}

.p-juLk-faq {
  padding: 3vw 2vw 1vw 13vw;
  line-height: 1.6;
  font-size: 3.5vw;
  text-align: left;
  color: #333;
}

/* 768inch 0.13vw/px 7.68px/vw */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 1025px) {
  #sec-juLk-faq {
    padding-bottom: 50px;
  }

  #h1-juLk-faq-ttl {
    margin: 20px auto 0;
    font-size: 40px;
  }

  #spn-juLk-faq-ttl {
    font-size: 35px;
    padding: 0 10px;
  }

  #h2-juLk-faq-sttl {
    margin: 10px 0 20px;
    font-size: 20px;
  }

  #dl-juLk-faq {
    margin: 20px auto 0;
    width: 900px;
  }

  .dt-juLk-faq {
    margin-top: 15px;
    padding: 19px 60px 17px 70px;
    font-size: 16px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  
  #dt-juLk-faq-first {
    margin-top: 0;
  }

  .dt-juLk-faq:before {
    padding-left: 2px;
    padding-bottom: 2px;
    width: 56px;
    font-size: 21px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .dt-juLk-faq:after {
    top: 0;
    bottom: 8px;
    right: 20px;
    width: 19px;
    height: 21px;
  }

  .input-juLk-faq:checked ~ .dt-juLk-faq:after {
    top: 3px;
    bottom: 0;
  }

  .dd-juLk-faq:before {
    padding-top: 12px;
    padding-left: 20px;
    width: 64px;
    font-size: 27px;
  }

  .p-juLk-faq {
    padding: 15px 50px 0 75px;
    line-height: 1.5;
    font-size: 16px;
  }
}

/*========================================================================*/
/* second content sp-pc juLk price button
/*========================================================================*/

#div-juLk-prc-btn {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  width: 100%;
  padding: 6vw 0 6vw;
  background-color: #f3f6f9;
  text-align: center;
}

#a-juLk-prc-btn {
  display: inline-block;
  width: 43vw;
  height: 11vw;
  font-size: 3.8vw;
  color: #fff;
  line-height: 11vw;
  text-align: center;
  border-radius: 1vw;
  background-color: #4871a0;
  transition: opacity 0.3s;
}

#a-juLk-prc-btn:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 1025px) {
  #div-juLk-prc-btn {
    padding: 50px 0 0;
  }

  #a-juLk-prc-btn {
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 19px;
    border-radius: 6px;
  }
}

/*===================================================================*/
/* second content sp-pc JuveLook About
/*===================================================================*/

#sec-sc-juLk-About {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  overflow: hidden;
  padding-bottom: 4vw;
  width: 100%;
}

#div-sc-juLk-Abt-cntr {
  width: 100%;
}

#h1-sc-juLk-Abt-ttl {
  margin-top: 4vw;
  width: 100%;
  font-size: 5.5vw;
  color: #054F9A;
  text-align: center;
}

#h2-sc-juLk-Abt-sttl {
  margin-top: 1.5vw;
  font-size: 4.5vw;
  color: #333;
  text-align: center;
}

#fig-sc-juLk-Abt {
  margin-top: 3vw;
  width: 100vw;
  text-align: center; 
}

#img-sc-juLk-Abt-sp {
  width: 40vw;
  height: auto;
}

#img-sc-juLk-Abt-pc {
  display: none;
}

#p-sc-juLk-Abt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  margin: 2vw auto 0 auto;
  padding-left: 1vw;
  width: 88vw;
  color: #333;
  font-size: 3.5vw;
  line-height: 1.7;
  text-align: left;
}

#p-sc-juLk-Abt-smry {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  margin: 2vw auto 0 auto;
  padding: 4vw 6vw;
  width: 88vw;
  color: #333;
  font-size: 3.5vw;
  line-height: 1.6;
  background-color: #EFEFEF ;
}

#h3-sc-juLk-Abt-cell {
  margin-top: 6vw;
  font-size: 4.5vw;
  color: #000;
  text-align: center;
}

#div-sc-juLk-Abt-cell-cntr {
  width:100%;
}

#fig-sc-juLk-Abt-cell-vial-pc {
  display: none;
}

#fig-sc-juLk-Abt-cell { 
  position: relative;
  margin: 3vw auto 0;
  display: flex;
  width: 84vw;
  justify-content: space-between;
}

#fig-sc-juLk-Abt-cell::before {
  position: absolute;
  content: "24時間後";
  padding-top: 4.1vw;
  padding-left: 1vw;
  top: 50%;
  left: 51%;
  width: 17vw;
  height: 11vw;
  transform: translate(-50%, -50%);
  clip-path: polygon(0% 25%, 60% 25%, 60% 0%, 100% 50%, 60% 100%, 60% 75%, 0% 75%);
  background: #FFFF00;
  font-size: 3vw;
  font-weight: bold;
  color: #000;
  z-index: 1;
}

#img-sc-juLk-Abt-cell-bfr {
  width: 40vw;
  height: auto;
}

#img-sc-juLk-Abt-cell-afr {
  width: 40vw;
  height: auto;
}

#p-sc-juLk-Abt-cell {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  margin-top: 4vw;
  font-size: 4.5vw;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.spn-sc-red-cell {
  padding-left: 1vw;
  font-size: 6vw;
  vertical-align: 1px;
}

.spn-sc-red-adj {
  font-size: 7vw;
  vertical-align: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 1025px) {
  #sec-sc-juLk-About {
    padding-bottom: 30px;
  }

  #div-sc-juLk-Abt-cntr {
    margin:0 auto;
    width: 1000px;
  }

  #h1-sc-juLk-Abt-ttl {
    margin-top: 40px;
    font-size: 34px;
  }

  #h2-sc-juLk-Abt-sttl {
    margin: 10px 0 0; 
    font-size: 27px;
  }

  #div-sc-juLk-Abt-inr {
    display: flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
  }

  #fig-sc-juLk-Abt {
    margin-top: 0;
    width: 230px;
  }

  #img-sc-juLk-Abt-pc {
    display: block;
    width: 230px;
    height: auto;
  }

  #img-sc-juLk-Abt-sp {
    display: none;
  }

  #p-sc-juLk-Abt {
    padding-left:50px;
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
  }

  #p-sc-juLk-Abt-smry {
    display: none;
    margin: 20px auto 0 auto;
    padding: 20px 30px 20px 40px;
    width:650px;
    font-size: 18px;
  }

  #div-sc-juLk-Abt-cell {
    overflow: hidden;
    margin-top: 40px;
    padding:30px 0 20px;
    width: 100%;
    background-color: #eee;
  }

  #h3-sc-juLk-Abt-cell {
    margin-top: 0;
    font-size: 28px;
    color: #4A6484;
    text-align: center;
  }

  #div-sc-juLk-Abt-cell-cntr {
    display: flex;
    width:100%;
    justify-content: flex-start;
    align-items: flex-end;
  }

  #fig-sc-juLk-Abt-cell-vial-pc {
    display:block;
    margin-top: 30px;
    margin-left: 85px;
    width: 170px;
    text-align: left;
  }

  #img-sc-juLk-Abt-cell-vial {
    width: 170px;
    height: auto;
    transform: rotate(-0.1deg);
  }

  #fig-sc-juLk-Abt-cell {
    margin-top: 30px;
    margin-left: 50px;
    width: 500px;
  }

  #fig-sc-juLk-Abt-cell::before {
    padding-top: 20px;
    padding-left: 10px;
    width: 110px;
    height: 55px;
    font-size: 18px;
  }

  #img-sc-juLk-Abt-cell-bfr,
  #img-sc-juLk-Abt-cell-afr {
    width: 230px;
  }

  #p-sc-juLk-Abt-cell {
    margin-top: 25px;
    font-size: 27px;
    font-weight: normal;
  }

  .spn-sc-red-cell {
    padding-left: 3px;
    font-size: 27px;
    vertical-align: 0;
    font-weight: normal;
  }

  .spn-sc-red-adj {
    font-size: 40px;
    vertical-align: -3px;
    font-weight: normal;
  }
}

/*===================================================================*/
/* second content sp-pc JuveLook Safety
/*===================================================================*/

#sec-sc-juLk-Safety {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  overflow: hidden;
  padding-bottom: 4vw;
  width: 100%;
}

#div-sc-juLk-saf-cntr {
  width: 100%;
}

#h1-sc-juLk-saf-ttl {
  margin-top: 4vw;
  width: 100%;
  font-size: 5.5vw;
  color: #054F9A;
  text-align: center;
}

#h2-sc-juLk-saf-sttl {
  margin-top: 1.5vw;
  font-size: 4.5vw;
  color: #333;
  text-align: center;
}

#ul-sc-juLk-saf {
  margin: 4vw auto 0;
  width: 92vw;
}

.li-sc-juLk-saf {
  width: 100%;
}

.li-sc-juLk-saf:not(:first-child) {
  margin-top: 3vw;
}

.h3-sc-juLk-saf {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  margin: 3vw 0 1vw 0;
  padding: 1.5vw 3vw 1.5vw 8vw;
  font-size: 4.5vw;
  color: #333;
  line-height: 1.3;
}

.h3-sc-juLk-saf::before {
  position: absolute;
  content: "";
  top: 15%;
  left: 10px;
  width: 5px;
  height: 70%;
  background-color: #5c82ad;
  border-radius: 5px;
}

.h3-sc-juLk-saf::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eef3f9;
  border-radius: 3px;
  z-index: -1;
}

.div-sc-juLk-saf-cntr {
  margin-top: 3vw;
  width:100%;
  padding: 0 2vw 1.5vw 2vw;
}

.fig-sc-juLk-saf {
  float: left;
  margin-top: 1.5vw;
  margin-right: 4vw;
  margin-bottom: 1vw;
}

/*#fig-sc-juLk-saf-world {
  margin-right: 2vw;
}*/

.img-sc-juLk-saf {
  width: 28vw;
  height: auto;
}

/*#img-sc-juLk-saf-world {
  width: 30vw;
}*/

.p-sc-juLk-saf {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  width: auto;
  font-size: 3.5vw;
  line-height: 1.6;
  color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 1025px) {
  #sec-sc-juLk-Safety {
    padding-bottom: 30px;
  }

  #div-sc-juLk-saf-cntr {
    margin:0 auto;
    width: 1000px;
  }

  #h1-sc-juLk-saf-ttl {
    margin-top: 30px;
    font-size: 37px;
  }

  #h2-sc-juLk-saf-sttl {
    margin: 5px 0 0; 
    font-size: 30px;
  }

  #ul-sc-juLk-saf {
    margin: 40px auto 0;
    width: 1000px;
  }

  .li-sc-juLk-saf {  
    width: 100%;
  }

  .li-sc-juLk-saf:not(:first-child) {
    margin-top: 40px;
  }

  .h3-sc-juLk-saf {
    margin: 0;
    padding:2px 0 0 30px;
    font-size: 23px;
    line-height: 2;
    transform: translateX(230px);
    z-index: 10;
  }

  .h3-sc-juLk-saf::before {
    position: absolute;
    content: "";
    top: 20%;
    left: 10px;
    width: 5px;
    height: 60%;
    border-radius: 5px;
    background-color: #5c82ad;
  }

  .h3-sc-juLk-saf::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 770px;
    height: 100%;
    border-radius: 3px;
    z-index: -1;
  }

  .div-sc-juLk-saf-cntr {
    display: flex;
    margin: 0;
    padding: 0 0 0 0; 
    width: 100%;
  }

  .fig-sc-juLk-saf {
    float: none;
    margin-top: -47px;
    margin-right: 30px;
  }

  .img-sc-juLk-saf {;
    margin-left: 0;
    width: 200px;
    height: auto;
  }

  #img-sc-juLk-saf-3vial {
    margin: 0 15px;
    width: 170px;
  }

  .p-sc-juLk-saf {
    margin-top: 10px;
    padding-left:10px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
  } 
}

/*===================================================================*/
/* second content sp-pc JuveLook Indications
/*===================================================================*/

#sec-sc-juLk-Indications {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  overflow: hidden;
  padding-bottom: 4vw;
  width: 100%;
}

#div-sc-juLk-inds-cntr {
  width: 100%;
}

#h1-sc-juLk-inds-ttl {
  margin-top: 4vw;
  width: 100%;
  font-size: 6vw;
  color: #054F9A;
  text-align: center;
}

#h2-sc-juLk-inds-sttl {
  margin-top: 1.5vw;
  font-size: 4.5vw;
  color: #333;
  text-align: center;
}

#ul-sc-juLk-inds {
  margin: 4vw auto 0;
  width: 92vw;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25vw, 1fr));
  column-gap: 3vw;
  row-gap: 4vw;
}

.li-juLk-inds {
  text-align: center;
}

.figc-sc-juLk-inds {
  margin-top: 1vw;
  font-size: 3.5vw;
  text-align: center;
}

#ul-sc-juLk-inds-txt {
  margin: 4vw auto 0;
  width: 92vw;
}

.li-sc-juLk-inds-txt {  
  width: 100%;
}

 .li-sc-juLk-inds-txt:not(:first-child) {
  margin-top: 2vw;
}

.h3-sc-juLk-inds-txt {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  margin: 0;
  padding: 1.6svw 3vw 1.5vw 8vw;
  font-size: 4.5vw;
  color: #333;
  line-height: 1.3;
}

.h3-sc-juLk-inds-txt::before {
  position: absolute;
  content: "";
  top: 15%;
  left: 10px;
  width: 5px;
  height: 70%;
  background-color: #5c82ad;
  border-radius: 5px;
}

.h3-sc-juLk-inds-txt::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d8e2ec;
  border-radius: 3px;
  z-index: -1;
}

.div-sc-juLk-inds-txt-cntr {
  margin-top: 2vw;
  width:100%;
  padding: 0 2vw 0 2vw;
}

.fig-sc-juLk-inds-txt {
  float: left;
  margin-top: 1.5vw;
  margin-right: 4vw;
  margin-bottom: 0;
}

.img-sc-juLk-inds-txt {
  width: 25vw;
  height: auto;
}

.p-sc-juLk-inds-txt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  width: auto;
  font-size: 3.5vw;
  line-height: 1.6;
  color: #333;
}

@media only screen and (min-width: 1025px) {
  #sec-sc-juLk-Indications {
    padding-bottom: 30px;
  }

  #div-sc-juLk-inds-cntr {
    margin:0 auto;
    width: 1000px;
  }

  #h1-sc-juLk-inds-ttl {
    margin-top: 40px;
    font-size: 37px;
  }

  #h2-sc-juLk-inds-sttl {
    margin: 15px 0 0; 
    font-size: 27px;
  }

  #ul-sc-juLk-inds {
    margin: 40px auto 0;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    column-gap: 0;
    row-gap: 0;
  }

  .li-sc-juLk-inds {  
    width: 180px;
  }

  .figc-sc-juLk-inds {
    width: 100%;
    font-size: 17px;
    text-align: center;
  }

  .img-sc-juLk-inds {
    width: 180px;
    height: auto;
  }

  .figc-sc-juLk-inds {
    margin-top:10px;
    font-size: 20px;
    text-align: center;
  }

  #ul-sc-juLk-inds-txt {
    margin: 40px auto 0;
    padding: 40px 40px 30px 40px;
    width: 1000px;
    background-color: #f3f6f9;
  }

  .li-sc-juLk-inds-txt {  
    width: 100%;
  }

   .li-sc-juLk-inds-txt:not(:first-child) {
    margin-top: 20px;
    width: 100%;
  }

  .h3-sc-juLk-inds-txt {
    margin: 0;
    padding: 2px 0 0 30px;
    font-size: 23px;
    line-height: 2;
    transform: translateX(200px);
  }

  .h3-sc-juLk-inds-txt::before {
    position: absolute;
    content: "";
    top: 20%;
    left: 10px;
    width: 5px;
    height: 60%;
    border-radius: 5px;
    background-color: #5c82ad;
  }

  .h3-sc-juLk-inds-txt::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 717px;
    height: 100%;
    border-radius: 3px;
    z-index:-1;
  }

  .div-sc-juLk-inds-txt-cntr {
    display: flex;
    margin: 0;
    padding: 0; 
    width: 100%;
  }

  .fig-sc-juLk-inds-txt {
    float: none;
    margin-top: -47px;
    margin-right: 23px;
  }

  .img-sc-juLk-inds-txt {
    margin-left: 0;
    width: 180px;
    height: auto;
  }

  .p-sc-juLk-inds-txt {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
    margin-top: 10px;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
  }
}

/*===============================================================*/
/* second content sp-pc juLk Injection
/*===============================================================*/

#sec-juLk-inj {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  padding-bottom: 4vw;
  width: 100%;
  /*background-color:#faf8f5;*/
  background-color: #f3f6f9;
  /*background: linear-gradient(-70deg, #e0e0e0 0%, #ffffff 50%, #e0e0e0 100%);*/
  /*background: -webkit-linear-gradient(-70deg, #e0e0e0 0%, #ffffff 50%, #e0e0e0 100%);*/
  /*background: radial-gradient(circle, #ffffff 0%, #e0e0e0 120%);*/
  /*background: -webkit-radial-gradient(circle, #ffffff 0%, #e0e0e0 120%);*/
}

#h1-juLk-inj-ttl {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 3vw;
  width: 100%;
  font-size: 5.5vw;
  color: #054F9A;
  text-align: center;
  white-space: nowrap;
}

#h2-juLk-inj-sttl {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 1.5vw;
  font-size: 4.5vw;
  color: #333;
  text-align: center;
}

#ul-juLk-inj {
  margin: 3vw auto 0;
  width: 92vw;
}

.li-juLk-inj {
  padding: 3vw; 
  width: 100%;
  border: 1px solid #4a6c8c;
  box-shadow: inset 0 0 0 3vw #d8e2ec;
  background-color: #fff;
}

 .li-juLk-inj:not(:first-child) {
  margin-top: 3vw;
  width: 100%;
}

.h3-juLk-inj {
  position: relative;
  margin: 1vw 3vw 0;
  font-size: 5vw;
  text-align: center;
  line-height: 2;
  /*transform: translateX(200px);*/
}

.h3-juLk-inj::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px dotted #333;
}

.div-juLk-inj-cntr {
  padding: 2vw 3vw 2vw 4vw; 
  width: 100%;
}

.fig-juLk-inj {
  float: left;
  margin-right: 3vw;
}

#fig-juLk-inj-dr {
  margin-top: 1.7vw;
}

#fig-juLk-inj-neurajet {
  margin-top: 0;
  margin-right: 2vw;
  margin-left: -3vw;
}

#fig-juLk-inj-potenza {
  margin-top: 1.5vw;
}

.img-juLk-inj {
  width: 25vw;
  height: auto;
}

#img-juLk-inj-neurajet {
  width: 29vw;
  height: auto;
}

#img-juLk-inj-potenza {
  margin: 0 3vw;
  width: 13vw;
  height: auto;
}

.p-juLk-inj {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  font-size: 3.5vw;
  line-height: 1.6;
  color: #333;
} 

@media only screen and (min-width: 1025px) {
  #sec-juLk-inj {
    padding-bottom: 50px;
  }

  #h1-juLk-inj-ttl {
    margin: 30px auto 0;
    font-size: 34px;
  }

  #h2-juLk-inj-sttl {
    margin: 10px 0 20px;
    font-size: 28px;
  }

  #ul-juLk-inj {
    margin: 30px auto 0;
    width: 1000px;
  }

  .li-juLk-inj {
    padding: 20px 30px 25px 30px; 
    width: 100%;
    border: 1px solid #4a6c8c;
    box-shadow: inset 0 0 0 10px #d8e2ec;
  }

   .li-juLk-inj:not(:first-child) {
    margin-top: 20px;
    width: 100%;
  }

  .h3-juLk-inj {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 26px;
    line-height: 1.8;
    text-align: left;
    transform: translateX(200px);
  }

  .h3-juLk-inj::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 745px;
    height: 100%;
    border-bottom: 1px dotted #333;
  }

  .div-juLk-inj-cntr {
    display: flex;
    padding: 0; 
    width: 100%;
  }

  .fig-juLk-inj {
    float: none;
    margin-top: -40px;
    margin-right: 23px;
  }

  #fig-juLk-inj-dr {
    margin-top: -27px;
  }

  #fig-juLk-inj-neurajet {
    margin-top: -30px;
    margin-left: 0;
    margin-right: 23px;
  }

  #fig-juLk-inj-potenza {
    margin-top: -50px;
  }

  .img-juLk-inj {
    width: 180px;
    height: auto;
  }

  #img-juLk-inj-dr {
    width: 180px;
    height: auto;
  }

  #img-juLk-inj-neurajet {
    width: 180px;
    height: auto;
  }

  #img-juLk-inj-potenza {
    margin: 0 55px;
    width: 70px;
    height: auto;
  }

  .p-juLk-inj {
    margin-top: 10px;
    padding-left:10px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
  } 
}