@charset "utf-8";
/* CSS Document */

html, *, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {

    /* 3. Remove gray overlay on links for iOS.*/
    /*-webkit-tap-highlight-color: transparent;*/ 
    
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    
    font-size: 10px; /* 1rem->10px  */
    line-height: 1.5;
}

:root {
--color-maintext: #333333;
    
--color-bg-global: #ffffff;
    
--color-primary: #000000;
--color-secondary: #ffffff;
--color-third: #FAF9F7;
--color-fourth: #344C62;
--color-Fifth: #E6EEF7;
--color-sixth: #C6DCF2;
--color-seventh: #2E6AB8;

--color-details-base: #FAF9F7;

--font-family-primary: 'Noto Sans JP';
--font-family-primary-sub: sans-serif;

--font-size-pc: 1.6rem;
--font-size-mb: 1.6rem;
--font-size-sp: 1.2rem;
    
--font-size-base:1.6rem;
    
--max-width-global: 1440px;/*1060px 1440px 1620*/
    
--max-width-inner: 980px;
    
}
/*****************************************************************************************/

body, h1, h2, h3, h4, h5, h6 ,p,
figure, blockquote, dl, dd {
  margin: 0;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1, h2, h3, h4, h5, h6,button, input, label {
  line-height: 1.1;
}

img,picture{
    /*vertical-align:bottom;*/
    display: block;
    /*max-width: 100%;*/
    width: 100%;
    height: auto;
}

/* Lists (enumeration) */
/* ============================================ */

ul[role='list'],ol[role='list'] {
  list-style: none;
}

ul,ol {
  margin:0;
  padding:0;
  list-style: none;
}

a {
  -webkit-tap-highlight-color: transparent; /*強調をなくす*/
}

/* ============================================ */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-family: var(--font-family-primary),  var(--font-family-primary-sub);
    /*font-family: 'Noto Sans JP', sans-serif;*/
   /*font-family: "メイリオ";*/
    
    font-size: var(--font-size-pc);
    font-weight: 400;/*normal*/
    
    background-color: var(--color-bg-global);
    color: var(--color-maintext);
    
    --color-lineup-bg: var(--color-third);
    --color-footer-bg: var(--color-third);
    --color-discon: var(--color-fourth);
    --color-discon-bg: var(--color-Fifth);
    --color-text-ingredients: var(--color-seventh);
    overflow-y: auto;
}

#placeholder{
    width: 86%;
    overflow: auto;
    margin: 0 auto;
}

/*for soap(goods)*/
/* ============================================ */
/*sp-global-header****************************/
.sp-site-header{
    width:100%;
   /* max-width:min(100%,var(--max-width-global));*/
}

.sp-s-h-inner{
  /*width: 100%;*/
  /*max-width:min(100%,var(--max-width-inner));*/
  max-width:min(100%,var(--max-width-global));
  margin:0 auto;
  font-size: 0;
}

.sp-s-h-inner a{
  display: inline-block;
  margin-left: .5%;/*2 2.8%*/
}

.sp-site-header-logo{
  /*padding: min(10%, 20px) 16px;*/
  padding: min(10%, 20px) 10px;
  display: inline-block;
}

.sp-site-header-logo img{
	width: clamp(112px, 13vw, 120px);
    height: auto;
}

/*******************************************/
/*******************************************/
/*ハンバーガーメニュー位置*/
.navpanel-openbtn{
-webkit-tap-highlight-color: transparent; /* スマホ強調をなくす */
}

/*ハンバーガーメニュー*/
.navpanel-openbtn{
    position: fixed;
    top: 5px;
    right: 10px;
    
    z-index: 50;
    opacity: .3;
    
    width: 48px;
    height: 48px;
    
    background-color: #FFFFFF;
    border-radius : 10px;
    cursor: pointer;
    display:grid;
    place-content: center;
    grid-template-columns: 46.6%;
    grid-template-rows: 32.5%;
}

.navpanel-openbtn-inner{
    position: relative; 
}

.navpanel-openbtn span{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #000000;
}

.navpanel-openbtn span:nth-of-type(1){
     top: 0;
}

.navpanel-openbtn span:nth-of-type(2){
    top: 50%;
}

.navpanel-openbtn span:nth-of-type(3){
    top: 100%;
}

.navpanel-openbtn.active span:nth-of-type(1){
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.navpanel-openbtn.active span:nth-of-type(2){
    opacity: 0;
}

.navpanel-openbtn.active span:nth-of-type(3){
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

/*nav-panel
/* under line */
/*#i-navpanel-container {
    position: relative; 
}*/

/*navpnl-bkにposition .navpnl-bk{position:fixed;}*/
.l-navpanel{
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-footer-bg);
    width: min(100%, 640px);
    /*height: 100%;*/
    font-size: 17px;
    font-weight: 600;
    line-height: 1.75;
    color: #3171BF;
}

.l-navpanel a{
	/*display: inline-block;*/
	display: block;
	text-decoration: none;
    color: inherit;
}
/**************************************/
.l-navpanel p{
    margin-bottom: 0.5em;
    margin-left: 1em;
}

.l-navpanel >ul{
  padding:58px min(8%, 20px) 3em;
  background-color: var(--color-footer-bg);
}

.l-navpanel .sub-items li:last-child{
    margin-bottom: 1.5em;
}

.l-navpanel >ul li.heading{
    margin-top: 1.2em;
}

.l-navpanel .arrow_r li p{
    padding-left: 1em;
}

.l-navpanel .arrow_r li p::before{
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2.4px solid #3171BF; 
  border-right: 2.4px solid #3171BF;
  transform: rotate(45deg);
  margin-right: 1em;
}
        
.l-navpanel-underline{
    width: 100%;
    border-bottom: 1.2px solid #3171BF;
}

.l-navpanel .rounded-btn{
	display: block;
	width: max(90%, 300px);
	margin: 0 auto;
	text-align: center;
	/*display: inline-block;*/
    border: 1px solid #3171BF;
    border-radius: 9999px;
	background: #ffffff;
	padding: 0.5em 1em;
	letter-spacing: 0.1em;
}

@media (max-width:374.88px){
.l-navpanel .rounded-btn{
    width: 100%;
	}
}
/**********************************/
@media (any-hover: hover) {
  .l-navpanel a:hover{
      opacity: 0.7;
  }
}
/*************************/
.l-navpanel a:active{
    opacity: 0.5;
    }

.l-navpanel a.rounded-btn:active{
    opacity: 0.5;
    }
/*************************/

/***********************************/
/*ナビパネルフッター*/
.sp-s-h-inner-nav-panel{
  text-align: center;
  font-size: 0;
  padding: 8px 0 20px;
  background-color: var(--color-footer-bg);
}

.sp-s-h-inner-nav-panel a{
  display: inline-block;
}

.sp-s-h-inner-nav-panel .sp-site-header-logo img{
    width: clamp(95px, 25vw, 106px);
/*    height: auto;*/
}

.navpanel-footer{
  padding-bottom: 15px;
  background: var(--color-footer-bg);
}


/*@media(max-width: 639.88px){*/
@media(max-width: 640px){
/*リフレッシュされない　ulの階層とGCロゴ　*/
  .l-navpanel{
 /* width:100%;*/
  height: 100%;
  }
  .navpanel-footer{
  padding-bottom: 80px;
  }
}

/* end ナビパネル　フッター　*/

/*****************************/
/*****sp-page-header**********/
.sp-page-header{
  max-width:min(100%,var(--max-width-global));
  width: 100%;
  margin:0 auto;
}

.sp-h-inner{
  position:relative;
  width:100%;
  height: auto;
}

.sp-h-titile{
  position:absolute;
  filter: drop-shadow(2px 2px 5px);
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  width: clamp(156px, 22.5vw, 250px); 
}

@media (max-width:767.88px){
  .sp-h-titile{
  top:47%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  width: clamp(156px, 39vw, 250px);
  }
}
/*****************************************/
/*sp-page-main****************************/
.sp-page-main{
  width: 100%;
  margin:0 auto;
}

.sp-main-container{
    max-width:min(100%,var(--max-width-inner));/*980*/
    width: 100%;
    margin:0 auto;  
}

.sp-gd-read-container{
    text-align:center;
    padding: clamp(60px, 12%, 117px) 0 clamp(48px, 5%, 72px);/*14% 137px*/
}

.sp-gd-read-container p{
    text-align:center;
    font-size: clamp(18.5px, 2.8vw, 26px); /*24px*/
    font-weight: 300;/*ExtraLight 200  Light 300*/
    line-height:2;
    padding-bottom: 1em; 
}

.sp-gd-banner-container{
    width: 58%;/*53%*/
    max-width: 600px;/*490px 520 552px*/
    margin:0 auto clamp(70px, 13%, 130px);
}

@media (max-width: 767.88px){
  .sp-gd-read-container{
      padding-top: clamp(50px, 8%, 117px);
  }
  .sp-gd-banner-container{
      width:97%;
      max-width: 490px;
      margin-bottom: clamp(90px, 20%, 130px);
  }
}

/*column*/
.sp-gd-banner-container ul{
    width:100%;
    height:auto;
    display: flex;
    gap:4px;
    flex-direction:row;
    justify-content: center;
}

.sp-gd-l-nav-cag-container{
  padding-bottom: clamp(105px, 28vw, 250px);
  width: 100%;
  background-color: var(--color-lineup-bg);
}

@media (min-width: 1120px){
  .sp-gd-nav-bg-above{
      height: 421px;
  }
  .sp-gd-nav-bg-under{
      height: 330px;
  }

  .sp-gd-nav-bg-above img,
  .sp-gd-nav-bg-under img{
      height: 100%;
      object-fit: cover;
  }
}

.sp-gd-images-p-pgh-container{
    width: 100%;
    background-color: var(--color-discon-bg);
}
@media (min-width: 980.22px){
    .sp-gd-images-p-pgh-container picture{
        margin:0 auto; 
    }
    .images-p-pgh-current-end-container-inner{
        max-width: 2268px;
        height: 701px;
    }
    .images-p-pgh-footer-container-inner{
        max-width: 1980px;
        height: 300px;
    }
    
    .sp-gd-images-p-pgh-container img{
          height: 100%;
          object-fit: cover;
    }
}

/*ラインナップ　メニュー　99C098*/
.sp-gd-e-nav{
  background-color:#96C6FF;
}

.sp-gd-e-titile-container{
    text-align: center;
}

.sp-gd-e-titile-container h1{
  color: var(--color-secondary);
  font-size: clamp(24px, 5vw, 42px);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom:calc(1.1em);
  display:inline-block;
  position:relative;
}

/* ランナップタイトルの両脇[\ /] */
.sp-gd-e-titile-container h1::before,
.sp-gd-e-titile-container h1::after{
    content:"";
    display:inline-block;
    width:2.5px;
    height:1.4em;
    transform-origin: 100% 100%; 
    background-color: var(--color-secondary);
    position:absolute;
    bottom: -5%;
}

.sp-gd-e-titile-container h1::before{
    transform:rotate(-25deg);
    left:-0.2em;
}

.sp-gd-e-titile-container h1::after{
    transform:rotate(25deg);
    right:-0.2em;
}

/* ============================================ */
/*goods Category*/
/* ============================================ */
.sp-gd-category-contanier{
  max-width:700px;
  margin: 0 auto;
}

.sp-gd-category-contanier ul{
  margin: 0 auto;
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
}

.sp-gd-category-contanier li{
    color: var(--color-secondary);
    margin: 0 1.025em 1.45em;/* 1.125em*/
}

.sp-gd-category-contanier li a{
  display:inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color:inherit;
  background-color:#3493B8;
  padding:1.2em 1.2em 1.625em; /*1em 1.2em 1.425em;*/
  border-radius:9999px;
  box-shadow:2px 2px 10px 1px #225E70;
}

@media (any-hover: hover) {
.sp-gd-category-contanier li a:hover{
    opacity: 0.8;
    }
}

.sp-gd-category-contanier li a:active{
    transform: translate(2px,2px);
    box-shadow:1px 1px 10px 1px #225E70;
    }

.sp-gd-category-contanier li p{
    font-size: clamp(13.5px, 1.8vw, 15.6px);
    font-weight:500;
    letter-spacing:0.12em;
    min-width:4em;
    display :inline-block;
    position: relative;
}



.sp-gd-category-contanier li p::before,
.sp-gd-category-contanier li p::after{
  position: absolute;
  content:"";
  display: inline-block;
  background: #ffffff;
  border-radius: 9999px;
  top: 110%;
  width: 2px;
  height: .5em;
  transform-origin: bottom;
}
    
.sp-gd-category-contanier li p::before{
  left: calc(50% + 0.5px);
  transform: rotate(-35deg);
  }  
    
.sp-gd-category-contanier li p::after{
  transform: rotate(35deg);
  left: calc(50% - 0.5px);
}   
    
@media (max-width:767.88px){
  .sp-gd-e-titile-container h1{
  font-weight: 800;/*ExtraBolod 800  Black 900*/
  }

  .sp-gd-category-contanier {
  max-width:600px;
  margin: 0 auto;
  }

  .sp-gd-category-contanier li{
  width:45%;
  margin: 0 max(0.5em, 0.25%) 1em;
  }

  .sp-gd-category-contanier li a{
  /* display: block;*/
  /*display:inline-flex;*/
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0.7em 1em 1.125em;
  }
}

.sp-gd-cat-discon-link-contanier{
    text-align: start;
    color: var(--color-discon);
}

.sp-gd-cat-discon-link-contanier a{
text-decoration: none;
color:inherit;
}

.sp-gd-cat-discon-link-contanier p{
    font-size: clamp(13px, 1.8vw, 16px);
    font-weight: 600;
    letter-spacing:0.1em;/*0.12*/
    margin-top: 1.4em;/*0.4em*/
    margin-left: 1em;
    position: relative;
    display: inline-block;
    /*line-height: 1.5;*/
}

/*リンク矢印*/
.sp-gd-cat-discon-link-contanier p::before,
.sp-gd-cat-discon-link-contanier p::after{
    position: absolute;
    content:"";
    display: inline-block;
    top: calc(50% - ((.7em) / 2));
    width: 2px;
    height: .7em;/*0.64em*/
    background: var(--color-discon);
    border-radius: 9999px;
  transform-origin: bottom;
}

.sp-gd-cat-discon-link-contanier p::before{
    transform: rotate(35deg);
    right:calc(-.6em + 0.5px);
}

.sp-gd-cat-discon-link-contanier p::after{
    transform: rotate(-35deg);
    right:calc(-.6em - 0.5px);
}

/* ============================================ */
/*end goods Category*/
/* ============================================ */


/* ============================================ */
/*linrup*/
/* ============================================ */
.sp-gd-lineup{
    background-color: var(--color-lineup-bg);
    padding: 0 6.1%;/*5.1%*/
}

/*category header*/
.sp-gd-category-header-container{
  text-align: center;
}

.sp-gd-category-header h2{
    display:inline-block;
    font-size: clamp(20px, 5.4vw, 38px);/*40px clamp(18px, 5vw, 40px)*/
    font-weight: 700; /*Bold 700 semiBold 600 medium 500*/
    letter-spacing: 0.5em;
    margin-top: clamp(37px, 10vw, 100px);
    margin-bottom: 3em;/*2.8em 4.5em 3.5em*/
}

.sp-gd-category-header h2.sp-gd-category-header-link{
    margin-top: calc(clamp(37px, 10vw, 100px) + 2.62em);
}

/*h2 [how to use]*/
.sp-gd-category-header-link{
    position: relative;
}

.sp-gd-category-header-link a{
    display: block;
    text-decoration: none;
    width: 3.8em;
    height: 2.82em;/*0.7409557448606737*/
    background: url("../images/howtouse-btn-ol01.svg") no-repeat;
    background-position: center;
    background-size: contain;
    /*h2 center*/
    position: absolute;
    bottom: 0.2em;
    right: -3.6em;
}

#c-sc .sp-gd-category-header-link a{
    bottom: 1em;
    right: -4em;
}

@media (max-width:767.88px){
    .sp-gd-category-header-link a{
    top: -3em;
    right: -2.5em;
}
    #c-sc .sp-gd-category-header-link a{
    top: -3em;
    right: -2em;
}
}

.sp-gd-category-header-link a:active{
    opacity: 0.7;
}
/* ============================================ */

.sp-gd-lineup-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(100px,auto);
    column-gap:1em;/*1em 4.5em*/
    row-gap:clamp(140px, 20.5vw, 200px);
    margin-bottom: clamp(105px, 28vw, 250px);
}

.sp-gd-lineup-container:last-child{
    margin-bottom: 0;
}

@media (max-width:767.88px){
  .sp-gd-lineup{
  padding: 0 0;/*0 6.1%*/
  }

  .sp-gd-lineup-container{
  grid-template-columns: 1fr 1fr;
  column-gap: 0;/*1em*/
  row-gap:clamp(140px, 31.4vw, 240px);
  margin-left:clamp(10px, 3vw, 15px);
  margin-right: clamp(10px, 3vw, 15px);
  }

  .sp-gd-category-header h2{
  font-size: clamp(28px, 5.4vw, 36px);
  font-weight: 600; 
  } 
}

/* */
.sp-gd-lp-item a, .sp-gd-discon-item a{
    text-decoration: none;
    color:inherit;
    display: block; 
}

.sp-gd-lp-item a:active, .sp-gd-discon-item a:active{
    opacity:0.8;
}

.sp-gd-lp-img-box{
    margin:0 0 1.5em 0;/* 1.2em 0 1.2em 0 */
    position: relative;
    width:100%;
}

.sp-gd-lp-aspect{
    padding-bottom:calc(5/7 * 100%);/*5/7 7/10 9/15*/
}

.sp-gd-lp-img {
    position:absolute;
    width:100%;
    height: 100%;
    top:0;
}

.sp-gd-lp-img img{
  width:100%;
  height: 100%;
  object-fit: contain;
 filter: drop-shadow(2px 2px 5px rgba(160, 160, 160, 0.8));
}

.sp-gd-lp-text{
    text-align:center;
}

.sp-gd-lp-text-test{
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

.sp-gd-lp-text h3{
    margin:0 2em .8em;/*3em*/
    display: inline-block;
    text-align:left;
    font-size: clamp(11px, 1.75vw, 15px);
    letter-spacing: .11em;/*.13em*/
    font-weight: 600;/*medium500 semiBold600*/
}

.sp-gd-lp-text h3.sp-insert-gcmk{
    position: relative;
    padding-left: 1.4em;
    margin-right: calc(2em - 1.4em);
    }


@media (max-width:767.88px){
 .sp-gd-lp-text h3{
    font-size: clamp(11px, 2.5vw, 16px);/*15px*/
    margin:0 clamp(1.2em, calc((1em - 11px) * (3.5 * 10)) , 3em) .8em;
}
    
.sp-gd-lp-text h3.sp-insert-gcmk{
    margin-right: clamp(0, calc((1em - 11px) * (3.5 * 10) - 1.4em) , 3em - 1.4em)
    }
}

.sp-gd-lp-item .sp-insert-gcmk::before, .sp-gd-discon-item .sp-insert-gcmk::before{
    content:"";
    display: inline-block;
    vertical-align:middle;
    width:1.4em;
    height: 1.4em;
    background: url("../images/gc-mk.svg") no-repeat;/*#F97B7D*/
    background-size: contain;
    position: absolute;
    top: 0;
    left: -0.1em;
}

/* ============================================ */
/*menu container*/
/* ============================================ */

/* ============================================ */
/*images-per-paragraph container*/
/* ============================================ */

/* ============================================ */
/*discontinued*/
/* ============================================ */

.sp-gd-discontinued{
    width: 100%;
    background-color: var(--color-discon-bg);
    padding: 0 6.1%;/*5.1%*/
}

/*discontinued header*/
.sp-gd-discontinued-header-container{
  padding: clamp(75px, 17%, 165px) 0 clamp(85px, 15%, 128px);
}

.sp-gd-discontinued-header{
    text-align: center;
}

.sp-gd-discontinued-header h2{
    display: inline-block;
    font-size: clamp(18px, 3.7vw, 32px);/*3.5vw*/
    font-weight: 700;/*bold*/
    color: var(--color-discon);
    line-height: 1.25;
    letter-spacing: 0.05em;
    padding:0.652em 2.4em;/*1.2em*/
    background-color: #FFFFFF;
    border:1px solid var(--color-discon);
}

.sp-gd-discontinued-header p{
    margin-top:0.5em;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 600;
    color: var(--color-discon);
}

.sp-gd-discontinued-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(100px,auto);
    column-gap:1em;/*1em 4.5em*/
    row-gap:10em;/*8.5em*/
}

@media (max-width:767.88px){
  .sp-gd-discontinued-container{
      grid-template-columns: 1fr 1fr;
      column-gap: 0;/*1em*/
  } 
}

/* ============================================ */
/* ============================================ */
.sp-gd-end-images-container{
    background-color: var(--color-discon-bg);
}

/* ============================================ */
/*footer*/
footer {
    background-color: var(--color-footer-bg);
}

.sp-gd-footer-container{
    padding-bottom: 40px;/*28%*/
    text-align: center;
}

.sp-s-h-inner-footer{
  text-align: center;
  font-size: 0;
  padding: 5% 0 0;/*9*/
}


.sp-s-h-inner-footer a{
  display: inline-block;
}

.sp-s-h-inner-footer .sp-site-header-logo img{
     width: clamp(120px, 20vw, 180px);
}

.sp-gd-footer-Copyright{
    font-size:12px;
}

/* ============================================ */
/*end footer*/
/* ============================================ */


/* ============================================ */
/* ============================================ */
/*page details*/
/* ============================================ */
.sp-gds-detail-wrap{
      border-radius: 48px;
      box-shadow: 2px 2px 5px 6px rgba(0,0,0,0.06);
    width:100%; 
}

.sp-gds-detail-wrap.detail-bk-current{
  background-color: var(--color-details-base);
  padding-bottom: max(18%, 120px);/*90px 80px 23% 25% 35%;*/
  background-image: url("../images/detail-bk-a.svg"), url("../images/detail-bk-c04.svg"), url("../images/detail-bk-b.svg");
  background-repeat: no-repeat,no-repeat, repeat-y;
  background-position: top, bottom, top;
  background-size: 100%, 100%, 100%;
}

.sp-gds-detail-wrap.detail-bk-discon{
  background-color: var(--color-sixth);/*#c6dcf2 f5faff bdd2e6 f5faff f8fbff*/
  padding-bottom: max(10.5%, 120px);/*90px 80px 8% 10.5%*/
}

@media (max-width:767.88px){
.sp-gds-detail-wrap{
    border-radius: 0;
    box-shadow: none;
    min-height: 100vh;
    /*height: 100%;*/
    }
}

.sp-gds-detail-header{
  text-align: center;
}

.sp-gds-detail-header h1{
   /* display: flex;
    justify-content: center;*/
    display: inline-block;
    /*white-space: nowrap;*/
    /*font-size: 1.625em;*/
    /*text-align: center;*/
    letter-spacing: 0.1em;
    line-height: 1.5;/* 1.3 1.27 1.1*/
}

.detail-gc-mk{
    display: inline-block;
   /* width: 1.625em;*//*1.625em (1em * 1.3 - 2px)*/
    width: auto;
    height: calc(1em * 1.3 - 2px);
    vertical-align:middle;
    margin-bottom: 0.2em;
    margin-right:  0.2em;/* 8px 0.2em*/
}

.sp-gds-features-container{
    display: flex;
    margin:0 4% 10%;
}

.sp-gds-features-container .sp-gds-features-img{
    position:relative;
    width:100%;
}

@media (min-width:768px){
  .sp-gds-features-container{
  align-items:start;
  }
  .sp-gds-features-container .sp-gds-features-img{
  max-width:400px;
  min-width:min(50%,400px);
  }
}

.sp-gds-features-container .sp-gds-features-img::before{
    content:"";
    display: block;
    padding-bottom: calc(3/4 *100%);
}

.sp-gds-features-img img{
    position:absolute;
    top:0;
    width:100%;
    
    height:100%;
    object-fit:contain;
    filter: drop-shadow(2px 2px 5px rgba(160, 160, 160, 0.8));
    padding: 0.65em 0;
}

.sp-gds-features-text{
     margin:2em 6em 0 0;
}

.sp-gds-features-text h2{
    font-size:1.5em;
    font-weight: 600;
    margin-bottom: 1.5em;
    letter-spacing: 0.05em;
    line-height: 1.5;/* 1.3 1.27 1.1*/
}

.sp-gds-features-text h3{
    font-size: 18px;/*1em*/
    letter-spacing: 0.05em;
    line-height: 1.75;/* 1.27 1.1*/
    font-weight:400;/* regular 400*/
 }
 
/*成分エリア　最初は表示*/
.sp-gds-ingredients{
  display: block;
  margin: 0 8% 0;
  padding: 3em 3em;

  background: #ffffff;
  border-radius: 60px;/*80px*/
}

#js-detail-discon .sp-gds-ingredients{
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.sp-gds-ingredients.hide{
     display: none;
}

.sp-gds-ingredients-header{
  margin: 0 1% 0;
  letter-spacing: 0.2em;
  padding-bottom: 0.4em;
}

#js-detail-discon .sp-gds-ingredients-header{
    padding-bottom: 1em;
}

.sp-gds-ingredients-header h2{
    font-size: clamp(18.5px, 2.25vw, 20px);
    text-align:center;
    color: var(--color-text-ingredients);
     padding: 0 7.6% .4em;
}

#js-detail-discon .sp-gds-ingredients-header h2{
    border-bottom: var(--color-text-ingredients) dotted 2px;
}

.sp-gds-ingredients-header span{
    font-size: max(0.8em, 15px);
}

.sp-gds-ingredients >p{
    margin: 0 5% 0;
    /*margin: 0 10% 0;*/
    letter-spacing: 0.05em;
    line-height: 1.75;
    font-size: 18px;
}

.sp-gds-ingredients .discon-notice{
    margin-top: 1em;
    color: #14328b;/*#14328b*/
}

@media(min-width: 768px){   
  .sp-gds-detail-header h1{
  font-size: clamp(23px, 2.5vw ,24px);
  margin: 0 clamp(4%, 13vw, 10em) 5em;
  padding-top: 5.75em;/* 3.83em 5.75*/
      }
    
  #js-detail-discon .sp-gds-detail-header h1{
  margin-bottom: 2em;
  padding-top: 3.5em;/* 3.83em 5.75*/
      }   

  .sp-gds-features-text{
      margin:2em clamp(2em, 8vw, 6em) 0 0;
  }
    
  .sp-gds-features-text h2{
      font-size: clamp(20px, 2.2vw ,21px);
  }
}


@media(max-width: 767.88px){
  .sp-gds-features-container{
      flex-direction: column;
      gap:3em;
  }

  .sp-gds-detail-header h1{
      font-size: clamp(20px, 5.3vw ,23px);
      margin: 0 clamp(4%, calc(2vw + ((1em - 20px) * 30)), 9%) 4em;
      padding-top: 4em;
      }

  #js-detail-discon .sp-gds-detail-header h1{
    margin-bottom: 2em;
    padding-top: 3.5em;/* 3.83em 5.75*/
      }

  .sp-gds-features-img img{
      padding: clamp(0.65em, 2.5vw, 20px) 4%;/*0.65em 4%*/
  }


  .sp-gds-features-text{
      font-size: clamp(18.5px, 4.4vw ,32px);
      margin:0 clamp(0.8em, calc(3vw + ((1em - 18.5px) * 5)) , 90px);
  }

  .sp-gds-features-text h2{
      margin-bottom: 2em;
      font-size: clamp(18px, 4.8vw ,20px);
  }

  .sp-gds-features-text h3{
      margin-bottom: 2em;
   }

    /*成分エリア*/
  .sp-gds-ingredients{
    padding: 3em 0;
    border-radius: 60px;/*80px*/
  }

}

/* ============================================ */
/*end page details*/
/* ============================================ */


/* ============================================ */
/*generic*/
/* ============================================ */

/*a class="sp-dg-hover sp-dg-active"*/
@media (any-hover: hover) {
  a.sp-dg-hover-opacity:hover{
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0.7;
  }
}

a.sp-dg-hover-opacity:active{
    opacity: 1;
}

a.sp-dg-active-down{
    display: inline-block;
}
a.sp-dg-active-down:active{
    transform: translate(2px,2px);
}

/*改行*/
.sp-insert-br{
     display: none;
}

@media (max-width:414px) {
  .sp-insert-br{
      display: inline;
    }
}

/* space */
.sp-space-3{
    padding-top: 3em;
}

.sp-space-global-3{
    padding-top: 3rem;
}

.sp-space-global-10{
    padding-top: 10rem;
}

/*******************************/
/* arrow */

/* arrow right */
.arrow-right::before,
.arrow-right::after{
    position: absolute;
    content:"";
    display: inline-block;
    right: -0.64em;
    width: 0.64em;
    height: 2px;
    background: var(--color-discon);
    border-radius: 9999px;
   transform-origin: right;
}

.arrow-right::before{
    transform: rotate(45deg);
    top:calc(50% + 0.5px);
}

.arrow-right::after{
    transform: rotate(-45deg);
    top:calc(50% - 0.5px);
}

/* end arrow */

/* page top */
#back-to-top{
    position:fixed;
    /* modal 999 モーダルより下へ;*/
    z-index: 800;
    bottom: 80px;
    right: 10px;
    width: 37px;
    height: 35px;
}