@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 CRARITY2 Genesis
/*========================================================================*/

#nav-breadcrumbs {
  border-top: 1px solid #80bbc3 !important;
  border-bottom: 1px solid #99cbd1 !important;
  background-color: #e1eced !important;
}

.li-breadcrumbs-item {
  color: #005574 !important;
}

.a-breadcrumbs-item {
  color: #005574 !important;
}

.a-breadcrumbs-item:before,
#li-breadcrumbs-item-home a:hover:before {
  background-color: #005574 !important;
}

.a-breadcrumbs-item:after {
  background-color: #e1eced !important;
}

.li-breadcrumbs-item:last-child {
  background-color: #c8d8dd !important; /* #e1eced より少し濃いグレー寄りの色に調整 */
}

.li-breadcrumbs-item:last-child:after {
  background-color: #c8d8dd !important;
}

#li-breadcrumbs-item-home a:hover:after {
  background-color: #99bfc9 !important; /* ホバー時、#e1eced より濃く変化を感じる色に */
}

.a-breadcrumbs-item:hover {
  background-color: #99bfc9 !important;
}

.a-breadcrumbs-item:hover:after {
  background-color: #99bfc9 !important;
}

/*==========================================================*/
/* second main CRARITY2 Genesis
/*==========================================================*/
#sec-smGns {
  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, #e1eced 0%, #ffffff 50%, #e1eced 100%);
}

#div-smGns-cntr {
  display: flex;
  justify-content: flex-start;
}

#div-smGns-left {
  position: relative;
  width: 30%;
}

.p-sm-gold-label {
  position: absolute;
  top: 7vw;
  left: 5vw;
}

#fig-smGns-machine {
  margin-top: -10vw;
  padding-left: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#img-smGns-machine {
  width: auto;
  height: 65vw;
}

#div-smGns-center {
  margin-top: 5vw;
  width: 70%;
}

#p-smGns-sttl {
  margin-left: -3vw;
  font-size: 5.5vw;
  color: #005574;
  text-align: center;
}

#h2-smGns-ttl {
  margin-top: 2vw;
  margin-left: -2vw;
  font-size: 9vw;
  font-weight: bold;
  color: #005574;
  white-space: nowrap;
  text-align: center;
}

#ul-smGns-indications {
  margin-top: 2vw;
  margin-left: -4vw;
  display: flex;
  justify-content: center;
  gap: 1vw;
}

.li-smGns-indications {
  background-color: #005574;
  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-smGns-CPs-cntr {
  margin-top: 6vw;
  margin-left: 0;
  width: 66vw;
}

#h3-smGns-CPs-title {
  font-size: 4.5vw;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
  text-align: center;
}

#fig-smGns-CPs {
  position: relative;
  margin-top: 2vw;
  width: 66vw;
}

#fig-smGns-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: #fff000;
  z-index: 1;
}

#div-smGns-CPs-inr {
  position: relative;
  width: 100%;
  display: flex;
}

/*#div-smGns-CPs-inr::before {
  position: absolute;
  content: "Before";
  bottom: 0;
  right: 50%;
  background-color: #999;
  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-smGns-CPs-inr::after {
  position: absolute;
  content:"After";
  bottom: 0;
  right: 0;
  background-color: #cb4b8a;
  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-smGns-CPs {
  width: 33vw;
  height: auto;
}

.img-smGns-CPs:first-of-type {
  border-top-left-radius: 1vw;
  border-bottom-left-radius: 1vw;
}

.img-smGns-CPs:last-of-type {
  border-top-right-radius: 1vw;
  border-bottom-right-radius: 1vw;
}

#fig-smGns-model {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sec-smGns {
    margin-top: 54px;
  }
}

@media only screen and (min-width: 1025px){
  #sec-smGns {
    margin-top: 0;
    height: 424px;
  }

  #div-smGns-cntr {
    margin: 0 auto;
    width: 1000px;
    height: 100%;
  }

  #div-smGns-left {
    position: relative;
    width: 400px;
  }

  .p-sm-gold-label {
    position: absolute;
    top: 45px;
    left: 120px;
  }

  #fig-smGns-machine {
    margin-top: -80px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #img-smGns-machine {
    width: auto;
    height: 400px;
  }

  #div-smGns-center {
    margin-top: 40px;
    margin-left: 30px;
    width: 400px;
  }

  #p-smGns-sttl {
    margin-left: 0;
    font-size: 32px;
    text-align: center;
  }

  #h2-smGns-ttl {
    margin-top: 10px;
    margin-left: 0;
    font-size: 53px;
    text-align: center;
  }

  #ul-smGns-indications {
    margin-top: 10px;
    margin-left: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .li-smGns-indications {
    padding: 10px 20px 9px 20px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
  }

  #div-smGns-CPs-cntr {
    margin: 30px auto 0;
  }

  #fig-smGns-CPs {
    margin-top: 10px;
    width: 400px;
  }

  #fig-smGns-CPs img {
    width: 200px;
  }

  #fig-smGns-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-smGns-CPs-inr::before,
  #div-smGns-CPs-inr::after {
    padding: 5px 8px 4px 10px;
    font-size: 12px;
    border-radius: 5px 0 0 0;
  }

  .img-smGns-CPs:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .img-smGns-CPs:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #fig-smGns-model {
    display: block;
    margin-top: 50px;
    margin-left: 0;
    text-align: center;
  }

  #img-smGns-model {
    width: auto;
    height: 450px;
  }

  #spn-smGns-vial-title {
    display: block;
    margin-top: 15px;
    font-size: 22px;
    color: #555;
  }

  #spn-smGns-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%;
  text-align:center;
  /*background:linear-gradient(to right, #E5BB44 0%, #7D0800 25%, #E5BB44 50%, #7D0800 75%, #E5BB44 100%);*/
  background-color: #E5BB44;
  
}

.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%;
  background: radial-gradient(ellipse at center, #dd0000 0, #990000 70%);
  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*/
  font-weight: bold;
  color:#fff099;
  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: 100px;
    height: 94px;
  }

  .p-sm-gold-label::before {
    width:96px;
    height:90px;
    top:2px;
    left:2px;
  }

  .spn-sm-gold-label-1line {
    padding-top:38px;
    padding-left:2px;
    font-size:22px;
  }

  .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 CRARITY2 Genesis Active Ingredient
/*===================================================================*/

#sec-scGns-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-scGns-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-scGns-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-scGns-AI {
  margin: 5vw auto 0;
  width: 92vw;
}

.li-scGns-AI {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding: 3vw 0 2vw;
}

.li-scGns-AI:first-child {
  border-top: 1px solid #ddd;
}

/*.li-scGns-AI:last-child {
  border-bottom: none;
}*/

.fig-scGns-AI {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 24%;
  padding-right: 1vw;
}

#img-scGns-AI-hibamata {
  width: 15vw;
  height: auto;
}

#img-scGns-AI-maronie {
  width: 15vw;
  height: auto;
}

#img-scGns-AI-kurumi {
  width: 15vw;
  height: auto;
}

#img-scGns-AI-mpo {
  width: 15vw;
  height: auto;
}

#img-scGns-AI-mm {
  width: 15vw;
  height: auto;
}

.div-scGns-AI-cntr {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  width:76%;
}

.h3-scGns-AI {
  font-size: 4vw;
  font-weight: bold;
  color: #4A6484;
}

.p-scGns-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-scGns-ActiveIngredient {
    padding-bottom: 0;
  }

  #h1-scGns-AI {
    margin-top: 30px;
    font-size: 35px;
  }

  #h2-scGns-AI {
    margin-top: 10px;
    font-size: 25px;
    color: #777;
  }

  #ul-scGns-AI {
    margin: 30px auto 0;
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; 
  }

  /* #ul-scGns-AI > .li-scGns-AI:nth-last-child(1):nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  } */

  .li-scGns-AI {  
    width: 440px;
    border: 1px solid #ddd;
    padding: 20px 10px 20px 0;
  }

  .fig-scGns-AI {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-right: 0;
    width: 130px;
  }

  #img-scGns-AI-hibamata {
    width: 90px;
    height: auto;
  }

  #img-scGns-AI-maronie {
    width: 100px;
    height: auto;
  }

  #img-scGns-AI-kurumi {
    width: 100px;
    height: auto;
  }

  #img-scGns-AI-mpo {
    width: 100px;
    height: auto;
  }

  #img-scGns-AI-mm {
    width: 100px;
    height: auto;
  }

  .div-scGns-AI-cntr {
    width: 330px;
  }

  .h3-scGns-AI {
    font-size: 20px;
  }

  .p-scGns-AI {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
  }
}

/*===================================================================*/
/* second content sp-pc CRARITY2 Genesis Features
/*===================================================================*/

#sec-scGns-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-scGns-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-scGns-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-scGns-Ftr {
  margin:0 auto 0;
  width:92vw;
}

.li-scGns-Ftr {
  border-bottom: 1px solid #ddd;
  padding: 0 0 2vw;
}

.li-scGns-Ftr:last-child {
  border-bottom: none;
}

.div-scGns-Ftr-ttl {
  margin-top: 3vw;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.h3-scGns-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-scGns-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-scGns-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-scGns-Ftr {
  margin-left: 1vw;
  margin-right: 3vw;
  font-size: 3.5vw;
  line-height: 1.6;
}

.br-scGns-Ftr {
  display: block;
  height: 0;
}

.fig-scGns-Ftr {
  float: right;
  width: 30vw;
  margin-top: 0.5vw;
  margin-left: 1em;
}

#img-scGns-Ftr-cfre {
  display: block;
  width: 30vw;
  height: auto;
}

#img-scGns-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-scGns-Features {
    padding-bottom: 30px;
  }

  #h1-scGns-Ftr {
    margin-top: 30px;
    font-size: 35px;
  }

  #h2-scGns-Ftr {
    margin: 10px 0 25px; 
    font-size: 35px;
  }

  #ul-scGns-Ftr {
    margin:10px auto 0;
    width: 800px;
  }

  .li-scGns-Ftr {
    margin-top: 20px;
    padding: 0;
    border-bottom: 1px solid #000;
  }

  .li-scGns-Ftr:last-child {
    border-bottom: none;
  }

  .div-scGns-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-scGns-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-scGns-Ftr {
    margin-top: 5px;
    margin-left: 15px;
    width: 550px;
    font-size: 26px;
  }

  .div-scGns-Ftr-cntr {
    margin-top: 9px;
    width: 100%;
  }

  .p-scGns-Ftr {
    margin-left: 3px;
    margin-right: 10px;
    font-size: 17px;
    line-height: 1.8;
  }

  .br-scGns-Ftr {
    display: block;
    height: 0;
  }

  .fig-scGns-Ftr {
    float: right;
    width: 200px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 1em;
  }

  #img-scGns-Ftr-cfre {
    width: 200px;
  }

  #img-scGns-Ftr-rf {
    width: 200px;
  }
}

/*===================================================================*/
/* second content sp-pc CRARITY2 Genesis Treatment Areas
/*===================================================================*/

#sec-scGns-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-scGns-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-scGns-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-scGns-TA-cntr {
  position: relative;
  margin: 4vw auto 0;
  width: 80vw;
  background-color: #FEF7F2;
}  

#img-scGns-TA {
  width: 60vw;
  height: auto;
}

#ul-scGns-TA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.li-scGns-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-scGns-TA::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  height: 1px;
  border-top: 1px dotted #4A6484;
}

.li-scGns-TA:first-child {
  top: 3.5%;
  right: 10%;
}

.li-scGns-TA:nth-child(2) {
  top: 16.5%; 
  right: 10%;
}

.li-scGns-TA:nth-child(3) {
  top: 25%;
  right: 10%;
}

.li-scGns-TA:nth-child(4) {
  top: 33.5%;
  right: 25%;
}

/*.li-scGns-TA:nth-child(5) {
  top: 37%;
  right: 45%;
}*/

.li-scGns-TA:nth-child(5) {
  top: 41%;
  right: 25%;
}

.li-scGns-TA:nth-child(6) {
  top: 48%;
  right: 16%;
}

.li-scGns-TA:nth-child(7) {
  top: 62%;
  right: 15%;
}

.li-scGns-TA:nth-child(8) {
  top: 71%;
  right: 15%;
}

.li-scGns-TA:nth-child(9) {
  top: 80%;
  right: 17%;
}

.li-scGns-TA:nth-child(10) {
  top: 92%;
  right: 20%;
}

.li-scGns-TA:first-child::before {
  width: 31vw;
}

.li-scGns-TA:nth-child(2)::before {
  width: 36vw;
}

.li-scGns-TA:nth-child(3)::before {
  width: 45vw;
}

.li-scGns-TA:nth-child(4)::before {
  width: 17vw;
}

/*.li-scGns-TA:nth-child(5)::before {
  width: 48vw;
}*/

.li-scGns-TA:nth-child(5)::before {
  width: 17vw;
}

.li-scGns-TA:nth-child(6)::before {
  width: 34vw;
}

.li-scGns-TA:nth-child(7)::before {
  width: 33vw;
}

.li-scGns-TA:nth-child(8)::before {
  width: 50vw;
}
.li-scGns-TA:nth-child(9)::before {
  width: 38vw;
}

.li-scGns-TA:nth-child(10)::before {
  width: 15vw;
}

#div-scGns-TA-txt-pc {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media (min-width: 1025px) {
  #sec-scGns-TreatmentAreas {
    padding-bottom: 30px;
  }

  #h1-scGns-TA {
    margin-top: 30px;
    font-size: 37px;
  }

  #h2-scGns-TA {
    margin-top: 10px;
    font-size: 35px;
  }

  #div-scGns-TA-cntr {
    position: relative;
    margin: 25px auto 0;
    width: 1000px;
    display: flex;
    align-items: flex-start;
  }

  #img-scGns-TA {
    width: 380px;
    height: auto;
  }

  .li-scGns-TA {
    position: absolute;
    padding-left: 10px;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .li-scGns-TA::before {
    height: 2px;
    border-top: 2px dotted #4A6484;
  }
  
  .li-scGns-TA:first-child {
    top: 3.5%;
    right: 55%;
  }

  .li-scGns-TA:nth-child(2) {
    top: 16.5%;
    right: 50%;
  }

  .li-scGns-TA:nth-child(3) {
    top: 25%;
    right: 50%;
  }

  .li-scGns-TA:nth-child(4) {
    top: 33.5%;
    right: 55%;
  }

  .li-scGns-TA:nth-child(5) {
    top: 41%;
    right: 55%;
  }

  .li-scGns-TA:nth-child(6) {
    top: 48%;
    right: 56%;
  }

  .li-scGns-TA:nth-child(7) {
    top: 62%;
    right: 55%;
  }

  .li-scGns-TA:nth-child(8) {
    top: 71%;
    right: 55%;
  }

  .li-scGns-TA:nth-child(9) {
    top: 80%; 
    right: 57%;
  }

  .li-scGns-TA:nth-child(10) {
    top: 92%;
    right: 60%;
  }

  .li-scGns-TA:first-child::before {
    width: 200px;/*155px*/
  }

  .li-scGns-TA:nth-child(2)::before {
    width: 285px;/*240px*/
  }

  .li-scGns-TA:nth-child(3)::before {
    width: 345px;/*295px*/
  }

  .li-scGns-TA:nth-child(4)::before {
    width: 185px;/*140px*/
  }

  .li-scGns-TA:nth-child(5)::before {
    width: 190px;/*145px*/
  }

  .li-scGns-TA:nth-child(6)::before {
    width: 240px;/*195px*/
  }

  .li-scGns-TA:nth-child(7)::before {
    width: 240px;/*205px*/
  }

  .li-scGns-TA:nth-child(8)::before {
    width: 355px;/*305px*/
  }

  .li-scGns-TA:nth-child(9)::before {
    width: 260px;/*220px*/
  }

  .li-scGns-TA:nth-child(10)::before {
    width: 105px;/*70px*/;
  }

  #div-scGns-TA-txt-pc {
    display: block;
    margin:25px 25px 25px 170px;
    width: 100%;
    flex: 1;
    background-color: #fff;
  }

  #ul-scGns-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-scGns-TA-txt-pc {
    line-height: 1.6;
  }

  .li-scGns-TA-txt-pc:not(:first-child) {
    margin-top: 20px;
  }
}

/*========================================================================*/
/* second content sp-pc CRARITY2 Genesis Case Photo 
/*========================================================================*/

#sec-scGns-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%, #e1eced 120%);
}

#h1-scGns-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: #005574;
  text-align: center;
}

#h2-scGns-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-scGns-CPs-cntr {
  margin: 3vw auto 4vw;
  width: 94vw;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  border-radius: 4px;
}

.h3-scGns-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: #005574;
  text-align: center;
  background-color: #BDCADB;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.fig-scGns-CPs {
  width: 100%;
}

.div-scGns-CPs-imgs {
  position: relative;
  display: flex;
  width: 100%;
}

.div-scGns-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-scGns-CPs {  
  width: 47vw;
}

.figc-scGns-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-scGns-CPs-B {
  padding: 2.5vw 0 2.5vw;
  width: 47vw;
  font-size: 3.5vw;
  color: #000;
  background-color: #ccc;
  text-align: center;
}

.spn-scGns-CPs-A {
  padding: 2.5vw 0 2.5vw;
  width: 47vw;
  font-size: 3.5vw;
  color: #AF1E23;
  background-color: #ffdce3;
  text-align: center;
}

#dl-scGns-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-scGns-CPs {
  display:none;
}

.dt-scGns-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-scGns-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-scGns-CPs:checked ~ .dt-scGns-CPs:before {
  right:21vw;
  bottom:1.7vw;
  transform: rotate(-180deg);
}

.dd-scGns-CPs {
  overflow: hidden;
  position: relative;
  width:100%;
  max-height:0;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all .3s ease;
}

.input-scGns-CPs:checked ~ .dd-scGns-CPs {
  max-height: 500px;
  transition: max-height .5s ease;
  transform: translateZ(0);
}

#table-scGns-CPs {
  margin: 0 auto 2vw;
  width: 100%;
  font-size: 3vw;
  line-height: 1.5;
  border-collapse: collapse;
}

.tr-scGns-CPs:first-child .td-scGns-CPs-ttl {
  padding: 0 3vw 2vw 0;
}

.tr-scGns-CPs:first-child .td-scGns-CPs-txt {
  padding: 0 2vw 0 0;
}

.td-scGns-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-scGns-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-scGns-Case-Photos {
  }

  #h1-scGns-CPs-ttl {
    margin-top: 40px;
    font-size: 34px;
  }

  #h2-scGns-CPs-sttl {
    margin: 15px 0 30px; 
    font-size: 27px;
  }

  .div-scGns-CPs-cntr {
    margin: 0 auto 30px;
    width: 800px;
    box-shadow: 0 5px 7px rgba(0,0,0,0.2);
    border-radius: 8px;
  }

  .h3-scGns-CPs-ttl {
    margin-top: 20px;
    padding: 13px 0 10px;
    font-size: 28px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .div-scGns-CPs-imgs::after {
    width: 55px;
    height: 28px;
  }

  #div-scGns-CPs-imgs-B-faceline::before {
    width: 240px;
    height: 110px;
    bottom: 10px;
    left: 100px;
  }

  #div-scGns-CPs-imgs-B1::before {
    width: 200px;
    height: 120px;
    bottom: 5px;
    left: 50px;
  }

  #div-scGns-CPs-imgs-B-neck::before {
    width: 210px;
    height: 130px;
    bottom: 5px;
    left: 60px;
  }

  .img-scGns-CPs {  
    width: 400px;
  }

  .spn-scGns-CPs-B {
    padding: 12px 0 11px;
    width: 400px;
    font-size: 20px;
  }

  .spn-scGns-CPs-A {
    padding: 12px 0 11px;
    width: 400px;
    font-size: 20px;
  }

  #dl-scGns-CPs {
    margin: 0 auto 30px;
    width: 800px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .dt-scGns-CPs {
    padding: 14px 0 13px;
    font-size: 18px;
  }

  .dt-scGns-CPs:before {
    bottom:17px;
    right:245px;
    width:18px;
    height:20px;
  }

  .input-scGns-CPs:checked ~ .dt-scGns-CPs:before {
    bottom:9px;
    right:245px;
  }

  #table-scGns-CPs {
    width:100%;
    margin:0 auto 10px;
    font-size:14px;
  }

  .tr-scGns-CPs:first-child .td-scGns-CPs-ttl {
    padding: 0 20px 0 0;
  }

  .tr-scGns-CPs:first-child .td-scGns-CPs-txt {
    padding: 0 6px 0 0;
  }

  .td-scGns-CPs-ttl {
    padding: 6px 20px 0 0;
  }

  .td-scGns-CPs-txt {
    padding: 6px 6px 0 0;
  }
}

/*===============================================================*/
/* second content sp-pc CRARITY2 Genesis faq
/*===============================================================*/

#sec-scGns-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-scGns-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-scGns-faq-ttl {
  padding: 0 1.5vw;
  font-size: 5.5vw;
}

#h2-scGns-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-scGns-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-scGns-faq {
  display:none;
}

.dt-scGns-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-scGns-faq-first {
  margin-top:0;
}

.dt-scGns-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-scGns-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-scGns-faq:checked ~ .dt-scGns-faq:after {
  top: .8vw;
  bottom: 0;
  transform: rotate(-180deg);
}

.dd-scGns-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-scGns-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-scGns-faq:checked ~ .dd-scGns-faq {
  max-height:500px;
  transition: max-height .5s ease;
}

.p-scGns-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-scGns-faq {
    padding-bottom: 50px;
  }

  #h1-scGns-faq-ttl {
    margin: 20px auto 0;
    font-size: 40px;
  }

  #spn-scGns-faq-ttl {
    font-size: 35px;
    padding: 0 10px;
  }

  #h2-scGns-faq-sttl {
    margin: 10px 0 20px;
    font-size: 20px;
  }

  #dl-scGns-faq {
    margin: 20px auto 0;
    width: 900px;
  }

  .dt-scGns-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-scGns-faq-first {
    margin-top: 0;
  }

  .dt-scGns-faq:before {
    padding-left: 2px;
    padding-bottom: 2px;
    width: 56px;
    font-size: 21px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .dt-scGns-faq:after {
    top: 0;
    bottom: 8px;
    right: 20px;
    width: 19px;
    height: 21px;
  }

  .input-scGns-faq:checked ~ .dt-scGns-faq:after {
    top: 3px;
    bottom: 0;
  }

  .dd-scGns-faq:before {
    padding-top: 12px;
    padding-left: 20px;
    width: 64px;
    font-size: 27px;
  }

  .p-scGns-faq {
    padding: 15px 50px 0 75px;
    line-height: 1.5;
    font-size: 16px;
  }
}

/*========================================================================*/
/* second content sp-pc CRARITY2 Genesis price button
/*========================================================================*/

#div-scGns-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: #fff;
  text-align: center;
}

#a-scGns-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: #005574;
  transition: opacity 0.3s;
}

#a-scGns-prc-btn:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 1025px) {
  #div-scGns-prc-btn {
    padding: 50px 0 0;
  }

  #a-scGns-prc-btn {
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 19px;
    border-radius: 6px;
  }
}

/*===================================================================*/
/* second content sp-pc CRARITY2 Genesis About
/*===================================================================*/

#sec-scGns-abt {
  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-scGns-abt-cntr {
  width: 100%;
}

#h2-scGns-abt {
  margin-top: 4vw;
  width: 100%;
  font-size: 5.5vw;
  color: #005574;
  text-align: center;
}

#p-scGns-abt-sttl {
  margin-top: 1.5vw;
  font-size: 4.5vw;
  color: #333;
  text-align: center;
}

#fig-scGns-abt {
  margin-top: 3vw;
  width: 100vw;
  text-align: center; 
}

#img-scGns-abt-sp {
  width: 40vw;
  height: auto;
}

#img-scGns-abt-pc {
  display: none;
}

#p-scGns-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-scGns-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-scGns-abt-cell {
  margin-top: 6vw;
  font-size: 4.5vw;
  color: #000;
  text-align: center;
}

#div-scGns-abt-cell-cntr {
  width:100%;
}

#fig-scGns-abt-cell-vial-pc {
  display: none;
}

#fig-scGns-abt-cell { 
  position: relative;
  margin: 3vw auto 0;
  display: flex;
  width: 84vw;
  justify-content: space-between;
}

#fig-scGns-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-scGns-abt-cell-bfr {
  width: 40vw;
  height: auto;
}

#img-scGns-abt-cell-afr {
  width: 40vw;
  height: auto;
}

#p-scGns-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-scGns-abt {
    padding-bottom: 30px;
  }

  #div-scGns-abt-cntr {
    margin:0 auto;
    width: 1000px;
  }

  #h2-scGns-abt {
    margin-top: 40px;
    font-size: 34px;
  }

  #p-scGns-abt-sttl {
    margin: 10px 0 0; 
    font-size: 27px;
  }

  #div-scGns-abt-inr {
    margin-top: 0;
    display: flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
  }

  #fig-scGns-abt {
    margin-top: -100px;
    width: 230px;
  }

  #img-scGns-abt-pc {
    display: block;
    width: 230px;
    height: auto;
  }

  #img-scGns-abt-sp {
    display: none;
  }

  #p-scGns-abt {
    padding-left:50px;
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
  }

  #p-scGns-abt-smry {
    display: none;
    margin: 20px auto 0 auto;
    padding: 20px 30px 20px 40px;
    width:650px;
    font-size: 18px;
  }

  #div-scGns-abt-cell {
    overflow: hidden;
    margin-top: 40px;
    padding:30px 0 20px;
    width: 100%;
    background-color: #eee;
  }

  #h3-scGns-abt-cell {
    margin-top: 0;
    font-size: 28px;
    color: #4A6484;
    text-align: center;
  }

  #div-scGns-abt-cell-cntr {
    display: flex;
    width:100%;
    justify-content: flex-start;
    align-items: flex-end;
  }

  #fig-scGns-abt-cell-vial-pc {
    display:block;
    margin-top: 30px;
    margin-left: 85px;
    width: 170px;
    text-align: left;
  }

  #img-scGns-abt-cell-vial {
    width: 170px;
    height: auto;
    transform: rotate(-0.1deg);
  }

  #fig-scGns-abt-cell {
    margin-top: 30px;
    margin-left: 50px;
    width: 500px;
  }

  #fig-scGns-abt-cell::before {
    padding-top: 20px;
    padding-left: 10px;
    width: 110px;
    height: 55px;
    font-size: 18px;
  }

  #img-scGns-abt-cell-bfr,
  #img-scGns-abt-cell-afr {
    width: 230px;
  }

  #p-scGns-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 CRARITY2 Genesis Safety
/*===================================================================*/

#sec-scGns-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-scGns-saf-cntr {
  width: 100%;
}

#h1-scGns-saf-ttl {
  margin-top: 4vw;
  width: 100%;
  font-size: 5.5vw;
  color: #054F9A;
  text-align: center;
}

#h2-scGns-saf-sttl {
  margin-top: 1.5vw;
  font-size: 4.5vw;
  color: #333;
  text-align: center;
}

#ul-scGns-saf {
  margin: 4vw auto 0;
  width: 92vw;
}

.li-scGns-saf {
  width: 100%;
}

.li-scGns-saf:not(:first-child) {
  margin-top: 3vw;
}

.h3-scGns-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-scGns-saf::before {
  position: absolute;
  content: "";
  top: 15%;
  left: 10px;
  width: 5px;
  height: 70%;
  background-color: #5c82ad;
  border-radius: 5px;
}

.h3-scGns-saf::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eef3f9;
  border-radius: 3px;
  z-index: -1;
}

.div-scGns-saf-cntr {
  margin-top: 3vw;
  width:100%;
  padding: 0 2vw 1.5vw 2vw;
}

.fig-scGns-saf {
  float: left;
  margin-top: 1.5vw;
  margin-right: 4vw;
  margin-bottom: 1vw;
}

/*#fig-scGns-saf-world {
  margin-right: 2vw;
}*/

.img-scGns-saf {
  width: 28vw;
  height: auto;
}

/*#img-scGns-saf-world {
  width: 30vw;
}*/

.p-scGns-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-scGns-Safety {
    padding-bottom: 30px;
  }

  #div-scGns-saf-cntr {
    margin:0 auto;
    width: 1000px;
  }

  #h1-scGns-saf-ttl {
    margin-top: 30px;
    font-size: 37px;
  }

  #h2-scGns-saf-sttl {
    margin: 5px 0 0; 
    font-size: 30px;
  }

  #ul-scGns-saf {
    margin: 40px auto 0;
    width: 1000px;
  }

  .li-scGns-saf {  
    width: 100%;
  }

  .li-scGns-saf:not(:first-child) {
    margin-top: 40px;
  }

  .h3-scGns-saf {
    margin: 0;
    padding:2px 0 0 30px;
    font-size: 23px;
    line-height: 2;
    transform: translateX(230px);
    z-index: 10;
  }

  .h3-scGns-saf::before {
    position: absolute;
    content: "";
    top: 20%;
    left: 10px;
    width: 5px;
    height: 60%;
    border-radius: 5px;
    background-color: #5c82ad;
  }

  .h3-scGns-saf::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 770px;
    height: 100%;
    border-radius: 3px;
    z-index: -1;
  }

  .div-scGns-saf-cntr {
    display: flex;
    margin: 0;
    padding: 0 0 0 0; 
    width: 100%;
  }

  .fig-scGns-saf {
    float: none;
    margin-top: -47px;
    margin-right: 30px;
  }

  .img-scGns-saf {;
    margin-left: 0;
    width: 200px;
    height: auto;
  }

  #img-scGns-saf-3vial {
    margin: 0 15px;
    width: 170px;
  }

  .p-scGns-saf {
    margin-top: 10px;
    padding-left:10px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
  } 
}

/*===================================================================*/
/* second content sp-pc CRARITY2 Genesis Safety - Color Updated
/*===================================================================*/

#sec-scGns-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-scGns-saf-cntr {
  width: 100%;
}

#h1-scGns-saf-ttl {
  margin-top: 4vw;
  width: 100%;
  font-size: 5.5vw;
  color: #005574;
  text-align: center;
}

#h2-scGns-saf-sttl {
  margin-top: 1.5vw;
  font-size: 4.5vw;
  color: #005574;
  text-align: center;
}

#ul-scGns-saf {
  margin: 4vw auto 0;
  width: 92vw;
}

.li-scGns-saf {
  width: 100%;
}

.li-scGns-saf:not(:first-child) {
  margin-top: 3vw;
}

.h3-scGns-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: #005574;
  line-height: 1.3;
}

.h3-scGns-saf::before {
  position: absolute;
  content: "";
  top: 15%;
  left: 10px;
  width: 5px;
  height: 70%;
  background-color: #005574;
  border-radius: 5px;
}

.h3-scGns-saf::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e1eced;
  border-radius: 3px;
  z-index: -1;
}

.div-scGns-saf-cntr {
  margin-top: 3vw;
  width:100%;
  padding: 0 2vw 1.5vw 2vw;
}

.fig-scGns-saf {
  float: left;
  margin-top: 1.5vw;
  margin-right: 4vw;
  margin-bottom: 1vw;
}

/*#fig-scGns-saf-world {
  margin-right: 2vw;
}*/

.img-scGns-saf {
  width: 28vw;
  height: auto;
}

/*#img-scGns-saf-world {
  width: 30vw;
}*/

.p-scGns-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: #005574;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 1025px) {
  #sec-scGns-Safety {
    padding-bottom: 30px;
  }

  #div-scGns-saf-cntr {
    margin:0 auto;
    width: 1000px;
  }

  #h1-scGns-saf-ttl {
    margin-top: 30px;
    font-size: 37px;
  }

  #h2-scGns-saf-sttl {
    margin: 5px 0 0; 
    font-size: 30px;
  }

  #ul-scGns-saf {
    margin: 40px auto 0;
    width: 1000px;
  }

  .li-scGns-saf {  
    width: 100%;
  }

  .li-scGns-saf:not(:first-child) {
    margin-top: 40px;
  }

  .h3-scGns-saf {
    margin: 0;
    padding:2px 0 0 30px;
    font-size: 23px;
    line-height: 2;
    transform: translateX(230px);
    z-index: 10;
    color: #005574;
  }

  .h3-scGns-saf::before {
    position: absolute;
    content: "";
    top: 20%;
    left: 10px;
    width: 5px;
    height: 60%;
    border-radius: 5px;
    background-color: #005574;
  }

  .h3-scGns-saf::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 770px;
    height: 100%;
    border-radius: 3px;
    background-color: #e1eced;
    z-index: -1;
  }

  .div-scGns-saf-cntr {
    display: flex;
    margin: 0;
    padding: 0 0 0 0; 
    width: 100%;
  }

  .fig-scGns-saf {
    float: none;
    margin-top: -47px;
    margin-right: 30px;
  }

  .img-scGns-saf {
    margin-left: 0;
    width: 200px;
    height: auto;
  }

  #img-scGns-saf-3vial {
    margin: 0 15px;
    width: 170px;
  }

  .p-scGns-saf {
    margin-top: 10px;
    padding-left:10px;
    font-size: 16px;
    line-height: 1.7;
    color: #005574;
  } 
}


/*===================================================================*/
/* second content sp-pc CRARITY2 Genesis Indications
/*===================================================================*/

#sec-scGns-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-scGns-inds-cntr {
  width: 100%;
}

#h1-scGns-inds-ttl {
  margin-top: 4vw;
  width: 100%;
  font-size: 6vw;
  color: #054F9A;
  text-align: center;
}

#h2-scGns-inds-sttl {
  margin-top: 1.5vw;
  font-size: 4.5vw;
  color: #333;
  text-align: center;
}

#ul-scGns-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-scGns-inds {
  text-align: center;
}

.figc-scGns-inds {
  margin-top: 1vw;
  font-size: 3.5vw;
  text-align: center;
}

#ul-scGns-inds-txt {
  margin: 4vw auto 0;
  width: 92vw;
}

.li-scGns-inds-txt {  
  width: 100%;
}

 .li-scGns-inds-txt:not(:first-child) {
  margin-top: 2vw;
}

.h3-scGns-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-scGns-inds-txt::before {
  position: absolute;
  content: "";
  top: 15%;
  left: 10px;
  width: 5px;
  height: 70%;
  background-color: #5c82ad;
  border-radius: 5px;
}

.h3-scGns-inds-txt::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d8e2ec;
  border-radius: 3px;
  z-index: -1;
}

.div-scGns-inds-txt-cntr {
  margin-top: 2vw;
  width:100%;
  padding: 0 2vw 0 2vw;
}

.fig-scGns-inds-txt {
  float: left;
  margin-top: 1.5vw;
  margin-right: 4vw;
  margin-bottom: 0;
}

.img-scGns-inds-txt {
  width: 25vw;
  height: auto;
}

.p-scGns-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-scGns-Indications {
    padding-bottom: 30px;
  }

  #div-scGns-inds-cntr {
    margin:0 auto;
    width: 1000px;
  }

  #h1-scGns-inds-ttl {
    margin-top: 40px;
    font-size: 37px;
  }

  #h2-scGns-inds-sttl {
    margin: 15px 0 0; 
    font-size: 27px;
  }

  #ul-scGns-inds {
    margin: 40px auto 0;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    column-gap: 0;
    row-gap: 0;
  }

  .li-scGns-inds {  
    width: 180px;
  }

  .figc-scGns-inds {
    width: 100%;
    font-size: 17px;
    text-align: center;
  }

  .img-scGns-inds {
    width: 180px;
    height: auto;
  }

  .figc-scGns-inds {
    margin-top:10px;
    font-size: 20px;
    text-align: center;
  }

  #ul-scGns-inds-txt {
    margin: 40px auto 0;
    padding: 40px 40px 30px 40px;
    width: 1000px;
    background-color: #f3f6f9;
  }

  .li-scGns-inds-txt {  
    width: 100%;
  }

   .li-scGns-inds-txt:not(:first-child) {
    margin-top: 20px;
    width: 100%;
  }

  .h3-scGns-inds-txt {
    margin: 0;
    padding: 2px 0 0 30px;
    font-size: 23px;
    line-height: 2;
    transform: translateX(200px);
  }

  .h3-scGns-inds-txt::before {
    position: absolute;
    content: "";
    top: 20%;
    left: 10px;
    width: 5px;
    height: 60%;
    border-radius: 5px;
    background-color: #5c82ad;
  }

  .h3-scGns-inds-txt::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 717px;
    height: 100%;
    border-radius: 3px;
    z-index:-1;
  }

  .div-scGns-inds-txt-cntr {
    display: flex;
    margin: 0;
    padding: 0; 
    width: 100%;
  }

  .fig-scGns-inds-txt {
    float: none;
    margin-top: -47px;
    margin-right: 23px;
  }

  .img-scGns-inds-txt {
    margin-left: 0;
    width: 180px;
    height: auto;
  }

  .p-scGns-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-scGns-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-scGns-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-scGns-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-scGns-inj {
  margin: 3vw auto 0;
  width: 92vw;
}

.li-scGns-inj {
  padding: 3vw; 
  width: 100%;
  border: 1px solid #4a6c8c;
  box-shadow: inset 0 0 0 3vw #d8e2ec;
  background-color: #fff;
}

 .li-scGns-inj:not(:first-child) {
  margin-top: 3vw;
  width: 100%;
}

.h3-scGns-inj {
  position: relative;
  margin: 1vw 3vw 0;
  font-size: 5vw;
  text-align: center;
  line-height: 2;
  /*transform: translateX(200px);*/
}

.h3-scGns-inj::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px dotted #333;
}

.div-scGns-inj-cntr {
  padding: 2vw 3vw 2vw 4vw; 
  width: 100%;
}

.fig-scGns-inj {
  float: left;
  margin-right: 3vw;
}

#fig-scGns-inj-dr {
  margin-top: 1.7vw;
}

#fig-scGns-inj-neurajet {
  margin-top: 0;
  margin-right: 2vw;
  margin-left: -3vw;
}

#fig-scGns-inj-potenza {
  margin-top: 1.5vw;
}

.img-scGns-inj {
  width: 25vw;
  height: auto;
}

#img-scGns-inj-neurajet {
  width: 29vw;
  height: auto;
}

#img-scGns-inj-potenza {
  margin: 0 3vw;
  width: 13vw;
  height: auto;
}

.p-scGns-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-scGns-inj {
    padding-bottom: 50px;
  }

  #h1-scGns-inj-ttl {
    margin: 30px auto 0;
    font-size: 34px;
  }

  #h2-scGns-inj-sttl {
    margin: 10px 0 20px;
    font-size: 28px;
  }

  #ul-scGns-inj {
    margin: 30px auto 0;
    width: 1000px;
  }

  .li-scGns-inj {
    padding: 20px 30px 25px 30px; 
    width: 100%;
    border: 1px solid #4a6c8c;
    box-shadow: inset 0 0 0 10px #d8e2ec;
  }

   .li-scGns-inj:not(:first-child) {
    margin-top: 20px;
    width: 100%;
  }

  .h3-scGns-inj {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 26px;
    line-height: 1.8;
    text-align: left;
    transform: translateX(200px);
  }

  .h3-scGns-inj::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 745px;
    height: 100%;
    border-bottom: 1px dotted #333;
  }

  .div-scGns-inj-cntr {
    display: flex;
    padding: 0; 
    width: 100%;
  }

  .fig-scGns-inj {
    float: none;
    margin-top: -40px;
    margin-right: 23px;
  }

  #fig-scGns-inj-dr {
    margin-top: -27px;
  }

  #fig-scGns-inj-neurajet {
    margin-top: -30px;
    margin-left: 0;
    margin-right: 23px;
  }

  #fig-scGns-inj-potenza {
    margin-top: -50px;
  }

  .img-scGns-inj {
    width: 180px;
    height: auto;
  }

  #img-scGns-inj-dr {
    width: 180px;
    height: auto;
  }

  #img-scGns-inj-neurajet {
    width: 180px;
    height: auto;
  }

  #img-scGns-inj-potenza {
    margin: 0 55px;
    width: 70px;
    height: auto;
  }

  .p-scGns-inj {
    margin-top: 10px;
    padding-left:10px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
  } 
}

/*=========================================================*/
/* second content sp-pc Clarity2 genesis movie
/*=========================================================*/

#sec-scGns-mv {
  overflow: hidden;
  width: 100%;
  padding-bottom: 3vw;
  background-color: #fff;
  background: linear-gradient(-70deg, #f4fbf4 0%, #ffffff 50%, #f4fbf4 100%);
}

#h2-scGns-mv {
  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: #005574;
  text-align: center;
  white-space: nowrap;
}

#p-scGns-mv-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;
  padding-top: 1.5vw;
  font-size: 4.5vw;
  color: #333;
  text-align: center;
}

#div-scGns-mv-thum-cntr {
  margin:2.5vw auto 0;
  width: 70vw;
  display: flex;
  justify-content: center;
  gap: 0;
}

.figure-scGns-mv-thum {
  display: inline-block;
}

.div-scGns-mv-thum-img {
  position: relative;
}

.div-scGns-mv-thum-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1vw;
}

.div-scGns-mv-thum-img::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: clamp(24px, 12vw, 60px);
  height: clamp(24px, 12vw, 60px);
  background-image: url("play_button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-scGns-mv-thum-img::after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 1.2vw 1.4vw 1.1vw 1.7vw;
  font-size: 2.5vw;
  text-align: center;
  border-top-left-radius: 1vw;
  border-bottom-right-radius: 1vw;
  white-space: nowrap;
}

#div-scGns-mv-thum-img-face::after {
  content: "再生時間：53秒";
}

.figc-scGns-mv-thum {
  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;
  padding-top: 3vw;
  font-weight: bold;
  font-size: 4vw;
  color: #373737;
  text-align: center;
}

.video-modal {
  display: none;  /* 初期状態では非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.video-content {
  position: relative;
  width: 800px;
  max-width: 92%;
  text-align: center;
}

#modalVideo {
  width: 100%;
  aspect-ratio: 16 / 9.1;
  object-fit: cover;
}

.close-btn {
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color:transparent;
  cursor: pointer;
}

.close-btn:hover {
  cursor: pointer;
}

body.modal-open {
  height: 100%;
  touch-action: none; /* iOS でのスクロール防止 */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sec-scGns-mv {
    padding-bottom: 20px;
  }

  #h2-scGns-mv {
    margin: 35px auto 0;
    font-size: 37px;
  }

  #p-scGns-mv-sttl {
    padding-top: 10px;
    font-size: 23px;
  }
}

@media only screen and (min-width: 1025px){
  #section-scGns-mv {
    padding-bottom: 30px;
  }

  #h2-scGns-mv {
    margin-top: 40px;
    font-size: 35px;
  }

  #p-scGns-mv-sttl {
    padding-top: 8px;
    font-size: 29px;
  }

  #div-scGns-mv-thum-cntr {
    margin: 20px auto 0;
    width: 1025px;
    gap: 30px;
  }

  .fig-scGns-mv-thum {
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease;
  }

  .div-scGns-mv-thum-img img {
    width: 600px;
    border-radius: 5px;
  }

  .div-scGns-mv-thum-img::after {
    padding: 5px 8px 4px 10px;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .fig-scGns-mv-thum:hover {
    transform: scale(1.05);
    opacity: 0.6;
  }

  .figc-scGns-mv-thum {
    padding-top: 15px;
    font-size: 25px;
  }

  .close-btn {
    top: -45px;
    width: 40px;
    height: 40px;
  }
}

/*========================================================================*/
/* second content sp-pc Clarity2 genesis Treatment details
/*========================================================================*/

#sec-scGns-txDs {
    overflow: hidden;
    width: 100%;
    padding-bottom: 4vw;
    background-color: #e4e9ee;
}

#h1-scGns-txDs-ttl {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 4vw;
    width: 100%;
    font-size: 5.5vw;
    color: #054F9A;
    text-align: center;
    white-space: nowrap;
}

#h2-scGns-txDs-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;
}

#table-scGns-txDs {
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "Roboto", "Noto Sans JP", sans-serif;
    margin: 3.5vw auto 0;
    width: 92vw;
}

.th-scGns-txDs {
  padding: 2vw 2vw 2vw 2vw;
  width: 25%;
  font-size: 3.2vw;
  line-height: 1.6;
  background-color: #678aae;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.td-scGns-txDs {
  padding: 2vw 2vw 2vw 3vw;
  width: auto;
  font-size: 3.2vw;
  color: #333;
  line-height: 1.6;
  background-color: #f7f7f7;
  border-bottom: 1px solid #fffdf2; /*-- 全体の背景色と同じ --*/
  text-align: left;
}

.tr-scGns-txDs:last-child .th-scGns-txDs, 
.tr-scGns-txDs:last-child .td-scGns-txDs {
  border-bottom: none;
}

.tr-scGns-txDs:nth-child(odd) td {
  background-color: #fff;
}

#ul-scGns-cau {
  font-size: 3.2vw;
  color: #333;
}

.li-scGns-cau {
  position: relative;
  padding: 0 0 0 4.5vw;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.li-scGns-cau:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #7f97a8;
}

#p-scGns-txDs-note {
  width: 100%;
  padding: 2vw 3vw 0 0;
  font-size: 3.5vw;
  text-align: right;
}

@media only screen and (min-width: 1025px) {
    
  #sec-scGns-txDs {
    padding-bottom: 30px;
  }

  #h1-scGns-txDs-ttl {
    margin-top: 30px;
    font-size: 34px;
  }

  #h2-scGns-txDs-sttl {
    margin: 10px 0 20px;
    font-size: 28px;
  }

  #table-scGns-txDs {
    margin: 30px auto 0;
    width: 900px;   
  }

  .th-scGns-txDs {
    padding: 15px 0 12px 0;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle;
  }

  .td-scGns-txDs {
    font-size: 16px;
    padding: 15px 20px 12px 20px;
    line-height: 1.5;
    vertical-align: middle;
  }

  #ul-scGns-cau {
    font-size: 16px;
  }

  .li-scGns-cau {
    padding: 0 0 0 20px;
    line-height: 1.6;
  }

  .li-scGns-cau:before {
    top: 0;
    left: 0;
  }

  #p-scGns-txDs-note {
    margin: 0 auto;
    width: 900px;
    padding: 10px 0 0 0;
    font-size: 16px;
  }
}

/*========================================================================*/
/* second content sp-pc Clarity2 genesis Treatment details - Color Updated
/*========================================================================*/

#sec-scGns-txDs {
    overflow: hidden;
    width: 100%;
    padding-bottom: 4vw;
    background-color: #e1eced;
}

#h1-scGns-txDs-ttl {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 4vw;
    width: 100%;
    font-size: 5.5vw;
    color: #005574;
    text-align: center;
    white-space: nowrap;
}

#h2-scGns-txDs-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: #005574;
  text-align: center;
}

#table-scGns-txDs {
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "Roboto", "Noto Sans JP", sans-serif;
    margin: 3.5vw auto 0;
    width: 92vw;
}

.th-scGns-txDs {
  padding: 2vw 2vw 2vw 2vw;
  width: 25%;
  font-size: 3.2vw;
  line-height: 1.6;
  background-color: #005574;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.td-scGns-txDs {
  padding: 2vw 2vw 2vw 3vw;
  width: auto;
  font-size: 3.2vw;
  color: #005574;
  line-height: 1.6;
  background-color: #ffffff;
  border-bottom: 1px solid #e1eced;
  text-align: left;
}

.tr-scGns-txDs:last-child .th-scGns-txDs, 
.tr-scGns-txDs:last-child .td-scGns-txDs {
  border-bottom: none;
}

.tr-scGns-txDs:nth-child(odd) td {
  background-color: #f4f9fa;
}

#ul-scGns-cau {
  font-size: 3.2vw;
  color: #005574;
}

.li-scGns-cau {
  position: relative;
  padding: 0 0 0 4.5vw;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.li-scGns-cau:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #005574;
}

#p-scGns-txDs-note {
  width: 100%;
  padding: 2vw 3vw 0 0;
  font-size: 3.5vw;
  text-align: right;
  color: #005574;
}

@media only screen and (min-width: 1025px) {
    
  #sec-scGns-txDs {
    padding-bottom: 30px;
  }

  #h1-scGns-txDs-ttl {
    margin-top: 30px;
    font-size: 34px;
  }

  #h2-scGns-txDs-sttl {
    margin: 10px 0 20px;
    font-size: 28px;
  }

  #table-scGns-txDs {
    margin: 30px auto 0;
    width: 900px;   
  }

  .th-scGns-txDs {
    padding: 15px 0 12px 0;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle;
  }

  .td-scGns-txDs {
    font-size: 16px;
    padding: 15px 20px 12px 20px;
    line-height: 1.5;
    vertical-align: middle;
  }

  #ul-scGns-cau {
    font-size: 16px;
  }

  .li-scGns-cau {
    padding: 0 0 0 20px;
    line-height: 1.6;
  }

  .li-scGns-cau:before {
    top: 0;
    left: 0;
  }

  #p-scGns-txDs-note {
    margin: 0 auto;
    width: 900px;
    padding: 10px 0 0 0;
    font-size: 16px;
    color: #005574;
  }
}
/*===============================================================*/
/* second content sp-pc CRARITY2 Genesis faq - Color Updated */
/*===============================================================*/

#sec-scGns-faq {
  overflow: hidden;
  padding-bottom: 0;
  width: 100%;
  background-color: #fff;
}

#h1-scGns-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: #005574;
  text-align: center;
  white-space: nowrap;
}

#spn-scGns-faq-ttl {
  padding: 0 1.5vw;
  font-size: 5.5vw;
}

#h2-scGns-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: #005574;
  text-align: center;
}

#dl-scGns-faq {
  overflow: hidden;
  margin: 3vw 4vw 0;
  width: 92vw;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.input-scGns-faq {
  display: none;
}

.dt-scGns-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: #e1eced;
  color: #005574;
  border-radius: 4px;
  cursor: pointer;
}

#dt-scGns-faq-first {
  margin-top: 0;
}

.dt-scGns-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: #005574;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.dt-scGns-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: #005574;
  transition: all 0.3s ease;
  z-index: 1;
}

.input-scGns-faq:checked ~ .dt-scGns-faq:after {
  top: .8vw;
  bottom: 0;
  transform: rotate(-180deg);
}

.dd-scGns-faq {
  overflow: hidden;
  position: relative;
  background-color: #e1eced;
  width: 100%;
  max-height: 0;
  backface-visibility: hidden;
  transition: max-height .5s ease;
  transform: translateZ(0);
}

.dd-scGns-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: #005574;
  background-color: #e1eced;
}

.input-scGns-faq:checked ~ .dd-scGns-faq {
  max-height: 500px;
  transition: max-height .5s ease;
}

.p-scGns-faq {
  padding: 3vw 2vw 1vw 13vw;
  line-height: 1.6;
  font-size: 3.5vw;
  text-align: left;
  color: #005574;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 1025px) {
  #sec-scGns-faq {
    padding-bottom: 50px;
  }

  #h1-scGns-faq-ttl {
    margin: 20px auto 0;
    font-size: 40px;
  }

  #spn-scGns-faq-ttl {
    font-size: 35px;
    padding: 0 10px;
  }

  #h2-scGns-faq-sttl {
    margin: 10px 0 20px;
    font-size: 20px;
  }

  #dl-scGns-faq {
    margin: 20px auto 0;
    width: 900px;
  }

  .dt-scGns-faq {
    margin-top: 15px;
    padding: 19px 60px 17px 70px;
    font-size: 16px;
    border-radius: 6px;
  }

  #dt-scGns-faq-first {
    margin-top: 0;
  }

  .dt-scGns-faq:before {
    padding-left: 2px;
    padding-bottom: 2px;
    width: 56px;
    font-size: 21px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .dt-scGns-faq:after {
    top: 0;
    bottom: 8px;
    right: 20px;
    width: 19px;
    height: 21px;
  }

  .input-scGns-faq:checked ~ .dt-scGns-faq:after {
    top: 3px;
    bottom: 0;
  }

  .dd-scGns-faq:before {
    padding-top: 12px;
    padding-left: 20px;
    width: 64px;
    font-size: 27px;
  }

  .p-scGns-faq {
    padding: 15px 50px 0 75px;
    line-height: 1.5;
    font-size: 16px;
    color: #005574;
  }
}


