@charset "UTF-8";
/*****************************************************
メディダーマ KOGAOメンテジェルページ
*****************************************************/

/*============================================================*/
/* 共通 */
/*============================================================*/
#kogaogel .txt-box--note{
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-inline: auto;
}
#kogaogel span.small-up {
  vertical-align: super;
  font-size: clamp(10px, 3vw, 12px);
}
#kogaogel ruby>rt{
  font-size: 10px;
  margin-bottom: 0.2em;
}
#kogaogel .note {
  font-size: clamp(10px, 3vw, 12px);
  text-align: right;
}
#kogaogel .middle {
  font-size: 0.8em;
}
#kogaogel span.sub-note {
  font-size: clamp(10px, 3vw, 12px);
  vertical-align: 100%;
}
@media screen and (min-width: 768px){
	.br-sp {display: none; }
}
@media screen and (max-width: 767px) {
	.br-pc {display: none; }
}

/*============================================================*/
/* kv */
/*============================================================*/
.kv {
  max-width: 2400px;
	width: 100%;
	margin: auto;
  position: relative;
  overflow: hidden;
}
.kv img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 767px) {
	.kv {
		min-width: auto;
	}
}

/*============================================================*/
/* コンテンツ背景 */
/*============================================================*/
#kogaogel .blbg {
  padding-inline: min(5vw, 30px);
  padding-block: min(10vw, 100px);
  background: linear-gradient(90deg, #D7CDF3 0%, #D6AEE3 25%, #AB8CD7 50%, #DFBBEB 75%, #D7CDF3 100%);
background-blend-mode: multiply;
mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #kogaogel .blbg {
    background: linear-gradient(90deg, #D7CDF3 -7%, #D4ACE4 6%, #A781CC 53%, #D4ACE4 97%, #D7CDF3 109%);
  }
}

/*============================================================*/
/* 商品詳細 */
/*============================================================*/

#kogaogel .detail__item {
  background-color: #e7d4f5;
  grid-template-areas: "detail__fig detail__title" "detail__fig detail__main" "detail__special detail__special" "detail__btns detail__btns";
}
#kogaogel .detail__special {
  grid-area: detail__special;
  border-radius: 7px;
  border: 1px solid #F8991D;
  background: rgba(255, 255, 255, 0.76);
  max-width: 754px;
  margin-top: min(14vw, 80px);
  margin-inline: auto;
  padding: min(5.8vw, 32px) min(3.6vw, 24px);
}
#kogaogel .detail__special--grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: min(4.8vw, 16px);
  justify-items: center;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #kogaogel .detail__special--grid {
    grid-template-columns: auto;
  }
}
#kogaogel .detail__special--copy {
  order: 1;
  font-size: min(3.8vw, 21px);
  font-weight: 700;
}
#kogaogel .detail__special--item {
  order: 3;
}
#kogaogel .detail__special--itemname {
  font-size: min(3.2vw, 18px);
  margin-bottom: min(2.4vw, 10px);
  font-weight: 700;
}
#kogaogel .detail__special--itemspec {
  font-size: min(3.4vw, 14px);
  margin-bottom: min(3.8vw, 24px);
}
#kogaogel .detail__special--img {
  grid-row: span 2;
  place-items: center;
  order: 2;
}
#kogaogel .detail__special a {
  display: block;
  max-width: 350px;
}
#kogaogel .detail__special a img {
    background-color: #FFF;
    max-width: 100%;
    height: auto;
}

#kogaogel .detail__btns {
  row-gap: min(10vw, 44px);
}
#kogaogel .detail__btns--card {
  display: grid;
  row-gap: min(4.8vw, 20px);
  grid-template-rows: subgrid;
  grid-row: span 2;
}
#kogaogel .detail__btns--item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: min(4.8vw, 20px);
  align-items: center;
}
#kogaogel .detail__btns--itemname {
  font-weight: 700;
}
#kogaogel .detail__btns--itemname span {
  font-weight: 400;
}
#kogaogel .detail__btns--btnblock {
  display: grid;
  row-gap: min(2.6vw, 10px);
}

/*============================================================*/
/* コラム KOGAOメンテジェルのみ*/
/*============================================================*/

#kogaogel .column__box{
  display: flex;
  flex-wrap: wrap;
  background: url(../../img/common/column_bg.webp) repeat center center;
  gap: 5%;
  width: 100%;
  max-width: 790px;
  border: 0; 
}
@media screen and (max-width: 767px) {
  #kogaogel .column__box{
    flex-direction: column;
    gap: min(10vw , 20px);
  }
}
#kogaogel .column__box-cont--text{
    text-align: left;
}

#kogaogel .column__box-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
}
#kogaogel .column__box-cont--title{
  font-size: clamp(24px, 5.6vw, 28px);
  font-weight: bold;
  border-block: solid 2px;
  line-height: 1.8;
  padding-inline: 1em;
  margin-bottom: 1em;
}
#kogaogel .column__box-cont--text .underline-y{
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: #FFEF24; /* 線の色 */
  text-underline-offset: -0.5em; 
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}


/*============================================================*/
/* ポイント共通 */
/*============================================================*/

#mediderma .point01, #mediderma .point02, #mediderma .point03 {
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: min(20vw, 120px);
}

#kogaogel .point__cont{
  padding-bottom: min(15vw, 80px);
  text-align: center;
}

#kogaogel .point__lead b {
  font-size: 1.3em;
  font-family: var(--font-serif);
  color: #FFEF24;
}
@media screen and (max-width: 767px) {
  #kogaogel .point__lead b {
    font-size: 1.2em;
  }
}
#kogaogel .white-shadow-box{
  width: 100%;
  max-width: 885px;
  margin-inline: auto;
  background-color: #e7d4f5;
  box-shadow: inset 0px 0px 300px 0px #FFFFFF;
  padding-inline: min(6vw, 60px);
  padding-block: min(10vw, 50px);
  text-align: center;
  color: #333;
}

/*============================================================*/
/* ポイント1 */
/*============================================================*/

#kogaogel .point01__ing01__cont01--fig{
  margin-bottom: 1rem;
}
#kogaogel .point01__cont02{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#kogaogel .point01__cont02-box{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  gap: 2rem;
  max-width: 885px;
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #kogaogel .point01__cont02-box{
    gap: 1rem;
  }
}
#kogaogel .point01__cont02-box li{
  width: calc((100% - 2rem) / 2);
  background-color: #fff;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(16px, 3.5vw, 20px);
  font-weight: bold;
  font-family: var(--font-serif);
}
@media screen and (max-width: 767px) {
  #kogaogel .point01__cont02-box li{
    font-size: clamp(16px, 4vw, 20px);
    width: 100%;
    padding: 0.5rem;
    gap: 0.5rem;
    max-width: 420px;
    margin-inline: auto;
  }
}
#kogaogel .point01__cont02-box li img{
  width: 40%;
}

#kogaogel .point01__cont02-box li:nth-of-type(1){
  color: #7C3750;
}
#kogaogel .point01__cont02-box li:nth-of-type(2){
  color: #72350A;
}



#kogaogel .point01__cont02 .point-box__ttl{
  font-family: var(--font-serif);
  color: #fff;
  line-height: 3;
  background: linear-gradient(108deg, #0E004E 0%, #B09C82 100%);
  width: 100%;
  max-width: 885px;
  text-align: center;
  font-size: min(4.6vw, 24px);
}
#kogaogel .point01__demo--text b{
  font-size: min(4.6vw, 22px);
  color: #333;
  letter-spacing: -0.05em;
  margin-left: 0.2em;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: #FFEF24; /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
#kogaogel .point01__demo--note {
  margin-top: min(2vw, 15px);
  margin-bottom: min(2vw, 15px);
  font-size: clamp(11px, 3vw, 12px);
  }
  
  #kogaogel .cont03__demo1 {
    max-width: 580px;
    margin: 0 auto;
  }
#kogaogel .cont03__demo1--item {
  display: grid;
  text-align: center;
  grid-template-rows: max-content auto 1fr;
  grid-template-columns: auto auto;
  column-gap: min(5vw, 47px);
  row-gap: min(2vw, 4px);
}
#kogaogel .cont03__demo1--item img{
  grid-row: 1;
  grid-column: 1/3;
}

#kogaogel .point01__demo--itemtext{
  grid-row: 2/3;
  grid-column: 1;
  font-weight: bold;
}
#kogaogel .point01__demo--itemtext2{
  grid-row: 2/3;
  grid-column: 2/3;
  margin-bottom: min(2vw, 12px);
  font-weight: bold;
}
#kogaogel .point01__demo--text{
  grid-row: 3/4;
  grid-column: 1/3;  
  color: #9B8042;
  font-size: 16px;
  font-weight: 700;
  padding: min(3vw, 16px) min(6vw, 15px);
  background-color: #FFFFFF;
  border: 1px solid #C4B5A2;
  box-shadow: 0px 0px 3px 0px rgb(195, 180, 161);
}

#kogaogel .point01__demo--itemtext span,#kogaogel .point01__demo--itemtext2 span{
  text-decoration: underline;
}
/*============================================================*/
/* ポイント2 */
/*============================================================*/


#kogaogel .point02__cont01-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  margin-bottom: 1rem;
}

#kogaogel .point02__cont01-container>li{
  width: calc(50% - 0.5rem);
  text-align: center;
  background-color: #fff;
  padding: 1rem;
  font-family: var(--font-serif);
  color: #C45B4B;
  font-size: clamp(22px, 4.5vw, 30px);
}
@media screen and (max-width: 767px) {
  #kogaogel .point02__cont01-container>li{
    max-width: 490px;
    width: 100%;
  }
}
#kogaogel .point02__cont01-container>li .benefits{
  font-family: var(--font-sans-serif);
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
#kogaogel .point02__cont01-container>li:nth-of-type(1){
  border-left: solid 5px #C47A4B;
  background: linear-gradient(134deg, white 0%, #F8E7C3 100%);
}
#kogaogel .point02__cont01-container>li:nth-of-type(2){
  border-left: solid 5px #E4BA47;
  background: linear-gradient(134deg, white 0%, #F8F6C3 100%);
  position: relative;
}
#kogaogel .point02__cont01-container>li:nth-of-type(3){
  border-left: solid 5px #D25368;
  background: linear-gradient(134deg, white 0%, #F8C3CA 100%);
}
#kogaogel .point02__cont01-container>li:nth-of-type(4){
  border-left: solid 5px #C45B4B;
  background: linear-gradient(134deg, white 0%, #FFD1B1 100%);
}
#kogaogel .point02__cont01-container>li:nth-of-type(2) img{ 
  position: absolute;
  top: -38%;
  right: 2%;
  width: 20%;
  max-width: 65px;
}
@media screen and (max-width: 767px) {
  #kogaogel .point02__cont01-container>li:nth-of-type(2) img{ 
    position: absolute;
    top: 48%;
    right: 6%;
    width: 13%;
  }
}
#kogaogel .point02__cont02 .point-box__ttl{
  display: inline-block;
  padding: 0.4em 3em;
  font-weight: 600;
  background-color: #fff;
  margin-bottom: 1rem;
}
#kogaogel .point02__cont03{
  display: flex;
  justify-content: center;
  gap: 2rem;
  max-width: 800px;
  margin-inline: auto;
}
#kogaogel .point02__cont03 img{
  width: calc(50% - 1rem);
}
@media screen and (max-width: 600px) {
  #kogaogel .point02__cont03{
    flex-direction: column;
  }
  #kogaogel .point02__cont03 img{
    width: 100%;
    max-width: 290px;
    margin-inline: auto;
  }
}

/*============================================================*/
/* ポイント3 */
/*============================================================*/
#kogaogel section.point03{
  margin-bottom: 0;
}
#kogaogel .point03__cont01 p{
  color: #5A377C;
  font-weight: bold;
  font-size: clamp(16px, 2.2vw, 25px);
  text-decoration: underline solid #5A377C;
  margin-top: 1rem;
}
#kogaogel .point03__cont02 .point-box__ttl{
  color: #fff;
  font-weight: bold;
  font-size: clamp(16px, 3vw, 35px);
  margin-bottom: 0.5em;
}

