/*-- 汎用 --*/
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }
.pb-1 { padding-bottom: 1rem; }
.pb-2 { padding-bottom: 2rem; }
.pb-3 { padding-bottom: 3rem; }

/**************************************
#subscLP
**************************************/
#subscLP{
  display: block;
  width: 100%;
  padding: 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}


#subscLP .subTTL{
  display: block;
  padding-top: 3.5rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #4C3820;
}

#subscLP.doripSide .subTTL{
  background: url("https://drip-pod.jp/img/subsc/drippod/icon_mame.svg") center top no-repeat;
  background-size: 3rem auto;
}

#subscLP.capsuleSide .subTTL{
  background: url("https://drip-pod.jp/img/subsc/capsule/icon_cup.svg") center top no-repeat;
  background-size: 3rem auto;
}

#subscLP .subTTL > em{
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

#subscLP .subTTL > strong{
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  line-height: 1.5;
}

#subscLP .subTTL > strong > em{
  font-size: 2.6rem;
}
#subscLP .subTTL > strong > span{
  font-size: 3rem;
}

#subscLP .subTTL > span{
  display: block;
  margin-top: 1.2rem;
  font-size: 1.1rem;
  letter-spacing: 0.5em;
  color: #D1BFA1;
}


/**************************************
doripSide mainTTLArea
**************************************/
#subscLP.doripSide .mainTTLArea{
  display: block;
  height: 65.1rem;
  width: 100%;
  padding: 2.7rem 3rem 2.8rem;
  margin-bottom: 0;
  position: relative;
  background: url("https://drip-pod.jp/img/subsc/drippod/bg_main_sp.jpg") center top no-repeat;
  background-size: cover;
  overflow: hidden;
}



#subscLP.doripSide .mainTTLArea > .text{
  display: block;
  margin: 0 auto;
}


#subscLP.doripSide .mainTTLArea > .text .mainTTL{
  display: block;
  width: 100%;
  padding: 2.5rem 3.5rem;
  margin-bottom: 3.5rem;
  background: rgba(244,241,231,.8);
  border-radius: 3rem 0 3rem 0;
}

#subscLP.doripSide .mainTTLArea > .text .mainTTL > img{display: block;}
#subscLP.doripSide .mainTTLArea > .text .mainTTL > img:nth-of-type(1){width: 100%; margin-bottom: 3.2rem;}
#subscLP.doripSide .mainTTLArea > .text .mainTTL > img:nth-of-type(2){width: 18.2rem; margin: 0 auto;}

#subscLP.doripSide .mainTTLArea > .text > p{
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #895210;
  line-height: 2;
}



/**************************************
capsuleSide mainTTLArea
**************************************/
#subscLP.capsuleSide .mainTTLArea{
  display: block;
  height: 60rem;
  width: 100%;
  padding: 4rem 3rem 0;
  margin-bottom: 0;
  position: relative;
  background: url("https://drip-pod.jp/img/subsc/capsule/bg_main_sp.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}


#subscLP.capsuleSide .mainTTLArea > .text{
  display: block;
  height: 100%;
  margin: 0 auto;
}

#subscLP.capsuleSide .mainTTLArea > .text::after{
  content: '';
  display: block;
  width: 1.8rem;
  height: 28rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/icon_dorip.svg") center top repeat-y;
  background-size: 100% auto;
  position: absolute;
  right: 3.5rem;
  bottom: -5rem;
  z-index: 3;
}


#subscLP.capsuleSide .mainTTLArea > .text .mainTTL{
  display: block;
  width: 100%;
  padding: 2.5rem 3.5rem;
  margin-bottom: 2rem;
  background: rgba(244,241,231,.8);
  border-radius: 3rem 0 3rem 0;
}

#subscLP.capsuleSide .mainTTLArea > .text .mainTTL > img{display: block;}
#subscLP.capsuleSide .mainTTLArea > .text .mainTTL > img:nth-of-type(1){width: 100%; margin-bottom: 1.3rem;}
#subscLP.capsuleSide .mainTTLArea > .text .mainTTL > img:nth-of-type(2){width: 100%; margin: 0 auto;}

#subscLP.capsuleSide .mainTTLArea > .text > p{
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #895210;
  line-height: 2;
}

/**************************************
capsuleSide mainTTLArea2
**************************************/
#subscLP.capsuleSide .mainTTLArea2{
  display: block;
  height: 32rem;
  width: 100%;
  padding: 4rem 3rem 0;
  margin-bottom: 0;
  position: relative;
  background: url("https://drip-pod.jp/img/subsc/capsule/bg_main_sp2.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}


#subscLP.capsuleSide .mainTTLArea2 > .text{
  display: block;
  height: 100%;
  margin: 0 auto;
}

/*#subscLP.capsuleSide .mainTTLArea2 > .text::after{
  content: '';
  display: block;
  width: 1.8rem;
  height: 28rem;
  background: url(../../img/subsc/drippod/icon_dorip.svg) center top repeat-y;
  background-size: 100% auto;
  position: absolute;
  right: 3.5rem;
  bottom: -5rem;
  z-index: 3;
}
*/

#subscLP.capsuleSide .mainTTLArea2 > .text .mainTTL{
  display: block;
  width: 100%;
  padding: 2.5rem 3.5rem;
  margin-bottom: 2rem;
  background: rgba(244,241,231,.8);
  border-radius: 3rem 0 3rem 0;
}

#subscLP.capsuleSide .mainTTLArea2 > .text .mainTTL > img{display: block;}
#subscLP.capsuleSide .mainTTLArea2 > .text .mainTTL > img:nth-of-type(1){width: 100%; margin-bottom: 1.3rem;}
#subscLP.capsuleSide .mainTTLArea2 > .text .mainTTL > img:nth-of-type(2){width: 100%; margin: 0 auto;}

#subscLP.capsuleSide .mainTTLArea2 > .text > p{
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #895210;
  line-height: 2;
}


/**************************************
doripLede
**************************************/
#subscLP .doripLede{
  display: block;
  width: 100%;
  padding: 4rem 0 0;
  background: url("https://drip-pod.jp/img/subsc/drippod/bg_wave_gray.svg") left bottom repeat-x #AD917D;
  background-size: auto 2.8rem;
  position: relative;
}
#subscLP .doripLede::before{
  content: '';
  display: block;
  width: 100%;
  height: 2.8rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/bg_wave_brawn.svg") left bottom repeat-x;
  background-size: auto 2.8rem;
  position: absolute;
  left: 0;
  top: -2.8rem;
  z-index: 3;
}


#subscLP .doripLede > .inner{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5rem 7rem;
  overflow: hidden;
  position: relative;
}

#subscLP .doripLede > .inner::after{
  content: '';
  display: block;
  width: 2rem;
  height: 43rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/icon_dorip.svg") center top repeat-y;
  background-size: 100% auto;
  position: absolute;
  right: -1rem;
  top: 0;
  z-index: 3;
}


#subscLP .doripLede > .inner > figure{
  display: block;
  width: 100%;
  padding-bottom: 49.14004914004914%;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
#subscLP .doripLede > .inner > figure > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#subscLP .doripLede > .inner > h2{
  display: block;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-align: center;
}

#subscLP .doripLede > .inner > h2 > span{
  display: block;
  padding-top: 0.8rem;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.5em;
  color: #D1BFA1;
}

#subscLP .doripLede > .inner > p{
  display: block;
  padding-top: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  color: #FFFFFF;
}

/*-------------------------------------
 追加
--------------------------------------*/
#subscLp .campaignArea {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 2rem var(--contentsPadding);
  background-color: #F5F4F2;
}
#subscLp .campaignArea > .campaign {
  display: block;
  width: 100%;
}


/**************************************
servicePoint
**************************************/
#subscLP .servicePoint{
  display: block;
  width: 100%;
  padding: 2rem var(--contentsPadding) 10rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/bg_wave_lightbrawn.svg") left bottom repeat-x #F5F4F2;
  background-size: auto 2.8rem;
  position: relative;
}
#subscLP.capsuleSide .servicePoint.waveWhite{
  background-image: url("https://drip-pod.jp/img/subsc/drippod/bg_wave_white.svg");
}

#subscLP.capsuleSide .servicePoint{
  display: block;
  width: 100%;
  padding: 2rem var(--contentsPadding) 10rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/bg_wave_gray.svg") left bottom repeat-x #F4F1E7;
  background-size: auto 2.8rem;
  position: relative;
}

#subscLP.capsuleSide .servicePoint::before{
  content: '';
  display: block;
  width: 100%;
  height: 2.8rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/bg_wave_lightbrawn.svg") left bottom repeat-x;
  background-size: auto 2.8rem;
  position: absolute;
  left: 0;
  top: -2.8rem;
  z-index: 3;
}

#subscLP .servicePoint > .lede{
  display: block;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  color: #4C3820;
}

#subscLP .servicePoint > .campaign {
  width: 100%;
  padding: 0 2rem 4rem;
  margin: 0 auto;
}
#subscLP .servicePoint > .campaign > picture {
  width: 100%;
  height: auto;
}
#subscLP .servicePoint > .campaign > picture > img {
  width: 100%;
}

#subscLP ol.servicePointList{
  display: block;
  margin: 0 auto;
  padding: 0 0;
}

#subscLP .servicePoint > .lede + ol.servicePointList{padding-top: 3rem;}

#subscLP ol.servicePointList > li{
  display: block;
  width: 100%;
  padding: 2.5rem;
  border-radius: 5rem 0 5rem 0;
  background: #FFFFFF;
  position: relative;
}

#subscLP ol.servicePointList > li + li{margin-top: 1.6rem;}

#subscLP ol.servicePointList > li > span{
  display: block;
  width: 4.5rem;
  position: absolute;
  top: -0.7rem;
  left: 0;
}
#subscLP ol.servicePointList > li > span > img{display: block; width: 100%; height: auto;}

#subscLP ol.servicePointList > li > dl{
  display: block;
}

#subscLP ol.servicePointList > li > dl > dt{
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #4C3820;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
#subscLP ol.servicePointList > li > dl > dt strong{color: #DC2D0A;}

#subscLP ol.servicePointList > li > dl > dd.fig{
  display: block;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  background-image : linear-gradient(to right, #C4A17F,  #C4A17F 3px, transparent 2px, transparent 7px);
  background-size: 7px 1px;
  background-position: left bottom;
  background-repeat: repeat-x; 
}

#subscLP ol.servicePointList > li > dl > dd.fig > img{
  display: block;
  max-width: 17rem;
  height: auto;
  margin: 0 auto;
}

#subscLP ol.servicePointList > li > dl > dd.text{
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.7;
  color: #4C3820;
}

/*campBannerList**/
#subscLP ul.campBannerList{
  display: block;
  width: 100%;
  padding: 6rem 0 0;
}
#subscLP ul.campBannerList > li + li{margin-top: 3rem;}

#subscLP ul.campBannerList > li.offRate{
  width: 100%;
}
#subscLP ul.campBannerList > li.offRate > .outer{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #F0A42B;
  background: #FFFFFF;
  border-radius: 1.5rem;
  overflow: hidden;
}

#subscLP ul.campBannerList > li.offRate > .outer > picture{
  order: 2;
  display: block;
  width: 100%;
  padding-bottom: 35.69230769230769%;
  overflow: hidden;
  position: relative;
}
#subscLP ul.campBannerList > li.offRate > .outer > picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

#subscLP ul.campBannerList > li.offRate > .outer > .text{
  display: block;
  order: 1;
  width: 100%;
  padding: 4rem 2.5rem 2rem;
}

#subscLP ul.campBannerList > li.offRate > .outer > .text > dl{
  display: block;
}

#subscLP ul.campBannerList > li.offRate > .outer > .text > dl > dt{
  display: block;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #4C3820;
}

#subscLP ul.campBannerList > li.offRate > .outer > .text > dl > dt > strong{
  display: block;
  margin-top: 1rem;
  font-size: 4rem;
  color: #F0A42B;
}
#subscLP ul.campBannerList > li.offRate > .outer > .text > dl > dt > strong > em{font-size: 3rem;}

#subscLP ul.campBannerList > li.offRate > .outer > .text > dl > dd{
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

/**************************************
present
**************************************/
#subscLP ul.campBannerList > li.present {
  position: relative;
  width: 100%;
  padding: 1.2rem 0;
  border: 3px solid #D95E1D;
  border-radius: 1.5rem;  
  background: #FFFFFF;
}

#subscLP ul.campBannerList > li.present > .checkIcon{
  display: block;
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: -1rem;
  top: -0.8rem;
  transform: rotate(-12deg);
}
#subscLP ul.campBannerList > li.present > .checkIcon > img{
  display: block;
  width: 100%;
  height: auto;
}

#subscLP ul.campBannerList > li.present > .ribbonIcon {
  position: absolute;
  display: block;
  width: 10rem;
  height: auto;
  left: 1.2rem;
  top: 0.5rem;
}
#subscLP ul.campBannerList > li.present > .ribbonIcon > img {
  display: block;
  width: 100%;
  height: auto;
}

#subscLP ul.campBannerList > li.present > .presentRibbon {
  width: 100%;
  height: 4rem;
  padding-right: 0.5rem;
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0.5rem;
  text-align: end;
  color: #FFF;
  background-color: #D95E1D;
}

#subscLP ul.campBannerList > li.present > .outer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 2.4rem 1.2rem 2.4rem;
  overflow: hidden;
}

#subscLP ul.campBannerList > li.present > .outer > figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
#subscLP ul.campBannerList > li.present > .outer > figure::before {
  content: url("https://drip-pod.jp/img/subsc/capsule/icon_kirakira_left.svg");
  width: 3.5rem;
  height: auto;
}
#subscLP ul.campBannerList > li.present > .outer > figure::after {
  content: url("https://drip-pod.jp/img/subsc/capsule/icon_kirakira_right.svg");
  width: 3.5rem;
  height: auto;
}
#subscLP ul.campBannerList > li.present > .outer > figure > img {
  display: block;
  margin: 0 auto;
  width: calc(100% - 7rem);
  height: auto;
}

#subscLP ul.campBannerList > li.present > .outer > figure > figcaption {
  display: block;  
  padding-left: 6rem;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #D95E1D;
  text-align: center;
}
#subscLP ul.campBannerList > li.present > .outer > figure > figcaption > span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

#subscLP ul.campBannerList > li.present > .outer > .text {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

#subscLP ul.campBannerList > li.present > .outer > .text > p + p { margin-top: 1.5rem; }

#subscLP ul.campBannerList > li.present > .outer > .text > p.caution { font-size: 1.2rem; }

#subscLP ul.campBannerList > li.present > .outer > .text > p:first-child {
  font-size: larger;
  font-weight: 700;
}

#subscLP ul.campBannerList > li.present > .outer > .text > p > span.decoHighlight {
  background: linear-gradient(transparent 70%, yellow 70%);
}



/*campBanner**/
#subscLP .campBanner{
  display: block;
  margin: 4rem auto 0;
}

#subscLP .campBanner a,
#subscLP .campBanner img{display: block; width: 100%; height: auto;}




/**************************************
servicePoint
**************************************/
#subscLP .subscPlan{
  display: block;
  width: 100%;
  margin-top: -1px;
  /* padding: 2rem var(--contentsPadding) 13rem; */
  background: url("https://drip-pod.jp/img/subsc/drippod/bg_wave_white.svg") left bottom repeat-x #F4F1E7;
  background-size: auto 2.8rem;
  position: relative;
}

#subscLP .subscPlan::before{
  content: '';
  display: block;
  width: 25.6rem;
  height: 7.9rem;
 /* background: url("../../img/subsc/drippod/text_image_cafee_subsc.svg") center center no-repeat;*/
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: -5rem;
  pointer-events: none;
  transform: translateX(3rem);
}


#subscLP.capsuleSide .subscPlan{
  display: block;
  width: 100%;
  margin-top: -1px;
  /* padding: 2rem var(--contentsPadding) 13rem; */
  background: url("https://drip-pod.jp/img/subsc/drippod/bg_wave_lightbrawn.svg") left bottom repeat-x #F5F4F2;
  background-size: auto 2.8rem;
  position: relative;
}

#subscLP.capsuleSide .subscPlan::before{
  content: '';
  display: block;
  width: 25.6rem;
  height: 7.9rem;
 /*background: url("../../img/subsc/drippod/text_image_cafee_subsc.svg") center center no-repeat;*/
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: -5rem;
  pointer-events: none;
  transform: translateX(3rem);
}

    
/*planAnchor ***/
#subscLP ul.planAnchor{
  display: block;
  margin: 0 auto 7rem;
}


#subscLP ul.planAnchor > li{
  display: block;
  width: 100%;
  white-space: nowrap;
}

#subscLP ul.planAnchor > li + li{ margin-top: 1.5rem;}

#subscLP ul.planAnchor > li > a{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.1rem 0;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  min-height: 11rem;
  border-radius: 5px;
  background: #2C4772;
  color: #FFFFFF;
}
#subscLP ul.planAnchor > li.blue > a{background: #2C4772;}
#subscLP ul.planAnchor > li.orange > a{background: #D95E1D;}

#subscLP ul.planAnchor > li > .planAnchor-head{
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  color: #DB672C;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 2%;
}
#subscLP ul.planAnchor > li > a > .catch{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}

#subscLP ul.planAnchor > li > a > .catch::before,
#subscLP ul.planAnchor > li > a > .catch::after{
  content: '';
  display: block;
  width: 2px;
  height: 1.4rem;
  background: #FFFFFF;
}

#subscLP ul.planAnchor > li > a > .catch::before{
  margin-right: 1.2rem;
  transform: rotate(160deg);
}
#subscLP ul.planAnchor > li > a > .catch::after{
  margin-left: 1.2rem;
  transform: rotate(-160deg);
}

#subscLP ul.planAnchor > li > a > .catch > strong{
  margin-top: -10px;
  position: relative;
  padding-top: 10px;
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 1.06em 0.3em;
	background-image: radial-gradient(circle at center, #FFFFFF 20%, transparent 20%);
}

#subscLP ul.planAnchor > li > a > .title{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
#subscLP ul.planAnchor > li > a > .title > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#subscLP ul.planAnchor > li > a > .title > p > span:nth-child(2) {
  display: block;
  font-size: 1.4rem;
}

#subscLP ul.planAnchor > li > a > .title::before{
  left: -5rem;
  top: -0.5rem;
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.1rem;
  margin-right: 0.2rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/icon_mame.svg") center center no-repeat;
  background-size: 100% auto;
}

#subscLP.capsuleSide ul.planAnchor > li > a > .title::before{
  margin-bottom: 0;
  background: url("https://drip-pod.jp/img/subsc/capsule/icon_cup.svg") center center no-repeat;
  background-size: 100% auto;
}

#subscLP ul.planAnchor > li > a > .title::after{
  right: -5rem;
  bottom: 0;
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  margin-left: 0.2rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/arrow_anchor.svg") center center no-repeat;
  background-size: 100% auto;
}
#subscLP ul.planAnchor > li > a > .title > span {
  display: block;
  font-size: 1.4rem;
}

#subscLP ul.planAnchor > li > a > .description {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}

/**************************************
subscDetailBox
**************************************/
#subscLP .subscDetailBox{
  display: block;
  width: 100%;
  margin: -1px auto 0;
  background: #FFFFFF;
  border-top: 4px solid #2C4772;
  border-bottom: 4px solid #2C4772;
}
#subscLP .subscDetailBox#aboutSelectSubsc{border-top-color: #D95E1D; border-bottom-color: #D95E1D;}

#subscLP .subscDetailBox.bdNone
#subscLP .subscDetailBox.bdNone#aboutSelectSubsc{
  border-top: 0;
  border-bottom: 0;
}

#subscLP .subscDetailBox + .subscDetailBox{margin-top: 7rem; padding-bottom: 13rem;}

#subscLP .subscDetailBox > .btnEntry,
#subscLP .subscDetailBox > .btnMore{
  display: block;
  width: 27rem;
  margin: 0 auto 1.5rem;
}

#subscLP .subscDetailBox > .btnEntry > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  padding-top: 0.2rem;
  background: #DC2D0A;
  border-radius: 2px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.16em;
}

#subscLP .subscDetailBox > .btnMore > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  padding-top: 0.2rem;
  border: 1px solid #4C3820;
  background: #FFFFFF;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #4C3820;
  letter-spacing: 0.16em;
}

#subscLP .subscDetailBox > h3{
  display: block;
  /*width: calc(100% - 4rem);*/
  padding: 3rem 0 2.4rem;
  margin: 0 auto 2.3rem;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  color: #2C4772;
  letter-spacing: 0.16rem;
  background-image : linear-gradient(to right, #8D8173,  #8D8173 3px, transparent 2px, transparent 7px);
  background-size: 7px 1px;
  background-position: left bottom;
  background-repeat: repeat-x; 
}

#subscLP .subscDetailBox > h3.aboutTitle{ width: 100%;background-color: #2C4772;color:#fff;}

#subscLP .subscDetailBox > h3 > .subTitle::before{
  white-space: pre;
  content: '\A'
}

#subscLP .subscDetailBox#aboutSelectSubsc > h3{color: #D95E1D;}
#subscLP .subscDetailBox#aboutSelectSubsc > h3.aboutTitle{background-color: #D95E1D;color:#fff;}


#subscLP .subscDetailBox > h3 > span{
  /* display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center; */
  height: 3.2rem;
  width: 9.4rem;
  padding: 0;
  margin: 0 auto 1rem;
  border: 1px solid #2C4772;
  border-radius: 1.6rem; 
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
#subscLP .subscDetailBox > h3 > span.subTitle {
  display: inline;
  padding: 0;
  border: none;
  font-size: smaller;
}

#subscLP .subscDetailBox#aboutSelectSubsc > h3 > span{border-color: #D95E1D;}
#subscLP .subscDetailBox > p {
  margin-bottom: 1.2rem;
  font-size: 1rem;
  text-align: center;
}

#subscLP .subscDetailBox .aboutDetail{
  display: block;
  padding: 0 2rem 4rem;
}

#subscLP .subscDetailBox .aboutDetail > figure {
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
}
#subscLP .subscDetailBox .aboutDetail > figure > img {
  display: block;
  width: 100%;
  height: auto;
}

#subscLP .subscDetailBox .aboutDetail > .text{
  display: block;
  width: 100%;
}

#subscLP .subscDetailBox .aboutDetail > .text > figure{
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
}
#subscLP .subscDetailBox .aboutDetail > .text > figure > img {
  display: block;
  width: 100%;
  height: auto;
}
#subscLP .subscDetailBox .aboutDetail > .text > figure.switch {
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
}
#subscLP .subscDetailBox .aboutDetail > .text > figure.switch > img {
  display: block;
  width: 100%;
  height: auto;
}

#subscLP .subscDetailBox .aboutDetail > .text > h4{
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: left;
}
#subscLP .subscDetailBox .aboutDetail > .text > h4 > span {
  font-size: xx-large;
  color: #D95E1D;
}

#subscLP .subscDetailBox .aboutDetail > .text > p,
#subscLP .subscDetailBox .aboutDetail > .text > .coupon{
  display: block;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

/*-- 2023/11/10 追加 --*/
#subscLP .subscDetailBox .aboutDetail > .text > .coupon > img {
	display: block;
	margin-bottom: 1rem;
	max-width: 100%;
	height: auto;
}
#subscLP .subscDetailBox .aboutDetail > .text > .coupon > p {
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background: #DC2D0A;
}
#subscLP .subscDetailBox .aboutDetail > .text > .coupon > ul{ display: block; }

#subscLP .subscDetailBox .aboutDetail > .text > .coupon > ul > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
#subscLP .subscDetailBox .aboutDetail > .text > .coupon > ul > li + li{ margin-top: 0.1rem; }

#subscLP .subscDetailBox .aboutDetail > .text > .coupon > ul > li::before{
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
}
#subscLP .subscDetailBox .aboutDetail > .text > .coupon > ul > li::after{
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #DC2D0A;
  border-radius: 50%;
  position: absolute;
  left: calc(1.5rem - 2px);
  top: calc(1.5rem - 2px);
}
#subscLP .subscDetailBox .aboutDetail > .text > .coupon > ul > li > span{
  display: block;
  width: calc(100% - 2rem);
  padding-top: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
}
/*-- 追加end --*/

#subscLP .subscDetailBox .aboutDetail > .text > .price{
  display: block;
  margin-bottom: 3rem;
  padding: 2rem 1.5rem 2rem 1.5rem;
  background: #F5F4F2;
  position: relative;
}

#subscLP.capsuleSide .subscDetailBox .aboutDetail > .text > .price{
  display: inline-block;
  padding: 2rem 2rem 2rem 2rem;
}


#subscLP .subscDetailBox .aboutDetail > .text > .price > .postageFree{
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
  right: -1.7rem;
  bottom: -2.9rem;
}
#subscLP.capsuleSide .subscDetailBox .aboutDetail > .text > .price > .postageFree{
  right: -8rem;
  top: calc(50% - 3.25rem);
  bottom: inherit;
}

#subscLP .subscDetailBox .aboutDetail > .text > .price > .postageFree > img{display: block; width: 100%; height: auto;}

#subscLP .subscDetailBox .aboutDetail > .text > .price > .attention{
  display: block;
  /*margin-bottom: 1.5rem;*/
  margin-bottom: -0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #DC2D0A;
  line-height: 1.7;
  text-align: left;
}


#subscLP .subscDetailBox .aboutDetail > .text > .price > .postageFree2{
  display: block;
  width: 12rem;
  height: 6.5rem;
  position: absolute;
  right: -1.7rem;
  bottom: -2.9rem;
}
#subscLP.capsuleSide .subscDetailBox .aboutDetail > .text > .price > .postageFree2{
  right: -13rem;
  top: calc(50% - 3.25rem);
  bottom: inherit;
}

#subscLP .subscDetailBox .aboutDetail > .text > .price > .postageFree2 > img{display: block; width: 100%; height: auto;}

#subscLP .subscDetailBox .aboutDetail > .text > .price > .attention{
  display: block;
  /*margin-bottom: 1.5rem;*/
  margin-bottom: -0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #DC2D0A;
  line-height: 1.7;
  text-align: left;
}


#subscLP .subscDetailBox .aboutDetail > .text > .price > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

#subscLP .subscDetailBox .aboutDetail > .text > .price > dl + dl{
  margin-top: 1.3rem;
}


#subscLP .subscDetailBox .aboutDetail > .text > .price > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 2.9rem;
  width: 7.8rem;
  margin-right: 1.2rem;
  background: #C4A17F;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  transform: rotate(-10deg);
  white-space: nowrap;
}
#subscLP .subscDetailBox .aboutDetail > .text > .price > dl.first > dt{background: #F0A42B;}


#subscLP .subscDetailBox .aboutDetail > .text > .price > dl > dd,
#subscLP .subscDetailBox .aboutDetail > .text > .price > .priceDetail{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}
#subscLP .subscDetailBox .aboutDetail > .text > .price > dl > dd > strong,
#subscLP .subscDetailBox .aboutDetail > .text > .price > .priceDetail > strong{
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#subscLP .subscDetailBox .aboutDetail > .text > .price > dl > dd > span,
#subscLP .subscDetailBox .aboutDetail > .text > .price > .priceDetail > span{
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding-bottom: 0.5rem;
  margin-left: 0.2rem;
}

#subscLP .subscDetailBox .aboutDetail > .text > .price > dl > dd > em,
#subscLP .subscDetailBox .aboutDetail > .text > .price > .priceDetail > em{
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 0.5rem;
}
#subscLP .subscDetailBox .aboutDetail > .text > .price > dl > dd > em::before,
#subscLP .subscDetailBox .aboutDetail > .text > .price > .priceDetail > em::before{
  content: '';
  display: block;
  width: 2px;
  height: 1.3rem;
  margin-right: 0.5rem;
  background: #C4A17F;
  transform: rotate(20deg);
}


#subscLP .subscDetailBox .aboutDetail ul.points{
  display: block;
}

#subscLP .subscDetailBox .aboutDetail ul.points > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
#subscLP .subscDetailBox .aboutDetail ul.points > li + li{margin-top: 0.8rem;}

#subscLP .subscDetailBox .aboutDetail ul.points > li::before{
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/icon_dorop_red.svg") center center no-repeat;
  background-size: 100% auto;
}

#subscLP .subscDetailBox .aboutDetail ul.points > li > span{
  display: block;
  width: calc(100% - 3.5rem);
  padding-top: 0.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  color: #4C3820;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/**************************************
campaign
**************************************/
#subscLP .subscDetailBox .campaign {
  padding: 0 2rem 4rem;
}
#subscLP .subscDetailBox .campaign > picture {
  width: 100%;
  height: auto;
}
#subscLP .subscDetailBox .campaign > picture > img {
  width: 100%;
}
#subscLP .subscDetailBox .campaign > a > picture {
  width: 100%;
  height: auto;
}
#subscLP .subscDetailBox .campaign > a > picture > img {
  width: 100%;
}
#subscLP .subscDetailBox .campaign > ul{ display: block; }

#subscLP .subscDetailBox .campaign ul > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
#subscLP .subscDetailBox .campaign > ul > li + li{ margin-top: 0.1rem; }

#subscLP .subscDetailBox .campaign > ul > li::before{
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
}
#subscLP .subscDetailBox .campaign > ul > li::after{
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #DC2D0A;
  border-radius: 50%;
  position: absolute;
  left: calc(1.5rem - 2px);
  top: calc(1.5rem - 2px);
}
#subscLP .subscDetailBox .campaign > ul > li > span{
  display: block;
  width: calc(100% - 2rem);
  padding-top: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
}
#subscLP .subscDetailBox .campaign > div > div.btn > a{
  display: flex;
  position: absolute;
  right: calc(100% - 85%);
  bottom: 1.6rem;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 5.2rem;
  margin: 0 auto;
  padding-top: 0.2rem;
  border: 1px solid #4C3820;
  background: #FFFFFF;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #4C3820;
  letter-spacing: 0.16em;
}

/**************************************
machineSelect
**************************************/
#subscLP .subscDetailBox .machineSelect{
  display: block;
  width: calc(100% - 4rem);
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin: 0 auto;
  letter-spacing: 0.16rem;
  background-image : linear-gradient(to right, #8D8173,  #8D8173 3px, transparent 2px, transparent 7px);
  background-size: 7px 1px;
  background-position: left top;
  background-repeat: repeat-x; 
}

#subscLP .subscDetailBox .machineSelect > h5{
  display: block;
  margin-bottom: 2.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #4C3820;
}

#subscLP .subscDetailBox .machineSelect > ul{display: block;}

#subscLP .subscDetailBox .machineSelect > ul > li{
  display: block;
  padding: 3rem 2.5rem 3rem 12rem;
  border-radius: 4rem 0 4rem 0;
  background: #F5F4F2;
  position: relative;
}

#subscLP .subscDetailBox .machineSelect > ul > li + li{margin-top: 0.8rem;}

#subscLP .subscDetailBox .machineSelect > ul > li > figure{
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  mix-blend-mode: multiply;
  position: absolute;
  left: 2.5rem;
  top: calc(50% - 3.8rem);
}
#subscLP .subscDetailBox .machineSelect > ul > li > figure > img{display: block; width: 100%; height: auto;}


#subscLP .subscDetailBox .machineSelect > ul > li > dl{
  display: block;
  width: 100%;
}

#subscLP .subscDetailBox .machineSelect > ul > li > dl > dt{
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #BFAA96;
}

#subscLP .subscDetailBox .machineSelect > ul > li > dl > dd{
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #4C3820;
}

#subscLP .subscDetailBox .machineSelect > ul > li > dl > dd > .color{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.6rem;
}

#subscLP .subscDetailBox .machineSelect > ul > li > dl > dd > .color::before{
  content: '';
  width: 1.5rem;
  height: 1px;
  background: #C4A17F;
  margin-right: 1rem;
}
#subscLP .subscDetailBox .machineSelect > ul > li > dl > dd > .color > em{
  display: block;
  width: 100%;
  margin-top: 0.2rem;
  font-size: 1.3rem;
  color: #BFAA96;
  padding-left: 2.5rem;
}

/*btn**/
#subscLP .subscDetailBox .machineSelect > ul > li > .btn{
  display: block;
  width: 100%;
  padding-top: 1.5rem;
}
#subscLP .subscDetailBox .machineSelect > ul > li > .btn > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  padding-top: 0.2rem;
  background: #DC2D0A;
  border-radius: 2px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.16em;
}

/*more**/
#subscLP .subscDetailBox .machineSelect .more{
  display: block;
  margin-top: 1.5rem;
  text-align: right;
}

#subscLP .subscDetailBox .machineSelect .more > a{
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: right;
  color: #4C3820;
  text-decoration: underline;
}

#subscLP .subscDetailBox .machineSelect .more > a::after{
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/arrow_more.svg") center center no-repeat;
  background-size: 100% auto;
}


/**************************************
cautionBox
**************************************/
#subscLP .subscDetailBox .cautionBox{
  display: block;
  width: calc(100% - 2rem);
  padding-bottom: 5rem;
  margin: 0 auto;
}

#subscLP .subscDetailBox > .btnEntry + .cautionBox,
#subscLP .subscDetailBox > .btnMore + .cautionBox{margin-top: 4rem;}


#subscLP .subscDetailBox .cautionBox > dl{
  display: block;
  padding: 3rem 1.5rem;
  border: 1px solid #DC2D0A;
}

#subscLP .subscDetailBox .cautionBox > dl > dt{
  display: block;
  padding-bottom: 1.7rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #4C3820;
  letter-spacing: 0.16em;
  position: relative;
}
#subscLP .subscDetailBox .cautionBox > dl > dt::after{
  content: '';
  display: block;
  width: 4rem;
  height: 2px;
  background: #DC2D0A;
  position: absolute;
  bottom: 0;
  left: calc(50% - 2rem);
}

#subscLP .subscDetailBox .cautionBox > dl > dt > span{
  font-size: 1.3rem;
}


#subscLP .subscDetailBox .cautionBox > dl > dd{
  display: block;
}

#subscLP .subscDetailBox .cautionBox > dl > dd > ul{display: block;}

#subscLP .subscDetailBox .cautionBox > dl > dd > ul > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
#subscLP .subscDetailBox .cautionBox > dl > dd > ul > li + li{margin-top: 0.1rem;}

#subscLP .subscDetailBox .cautionBox > dl > dd > ul > li::before{
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
}
#subscLP .subscDetailBox .cautionBox > dl > dd > ul > li::after{
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #DC2D0A;
  border-radius: 50%;
  position: absolute;
  left: calc(1rem - 2px);
  top: calc(1rem - 2px);
}

#subscLP .subscDetailBox .cautionBox > dl > dd > ul > li > span{
  display: block;
  width: calc(100% - 2rem);
  padding-top: 0.2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
}

#subscLP .subscDetailBox .cautionBox > dl > dd > ul > li > span a{text-decoration: underline;}

/**************************************
aboutSubscSystem
**************************************/
#subscLP .subscDetailBox .aboutSubscSystem{
  display: block;
  width: 100%;
  padding: 4rem 0 0;
  margin: 0 auto;
  background: #2C4772;
}

#subscLP .subscDetailBox .aboutSubscSystem > h4{
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.16em;
  color: #FFFFFF;
}


#subscLP .subscDetailBox .aboutSubscSystem .course{
  display: block;
  margin: 0 auto;
  padding: 2.6rem 2rem 0;
  position: relative;
  z-index: 2;
}

#subscLP .subscDetailBox .aboutSubscSystem .course > dl{
  display: block;
  width: 100%;
}
#subscLP .subscDetailBox .aboutSubscSystem .course > dl + dl{margin-top: 2rem;}


#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  background: #C4A17F;
  border-radius: 2rem 0 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  position: relative;
}
#subscLP .subscDetailBox .aboutSubscSystem .course > dl.first > dt{background: #F0A42B;}

#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dt > img{
  display: block;
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
}

#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 2rem 1rem 2rem 2rem;
  background: #FFFFFF;
  border: 1px solid #C4A17F;
  border-top: none;
  border-radius: 0 0 3rem 0;
}

#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd > .attention{
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  color: #DC2D0A;
}

#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd > figure{
  display: block;
  width: 10rem;
  margin-right: 2rem;
}
#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd > figure > img{
  display: block;
  width: 100%;
  height: auto;
}

#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd > dl{
  display: block;
  width: calc(100% - 12rem);
}

#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd > dl > dt{
  display: block;
  margin-bottom: 1.3rem;
  font-size: 1.5rem;
  color: #4C3820;
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd > dl > dd{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}
#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd > dl > dd > strong{
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd > dl > dd > span{
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding-bottom: 0.2rem;
  margin-left: 0.3rem;
}

#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd > dl > dd > em{
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 0.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 0.4rem;
}
#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd > dl > dd > em::before{
  content: '';
  display: block;
  width: 2px;
  height: 1.3rem;
  margin-right: 0.8rem;
  background: #C4A17F;
  transform: rotate(20deg);
}


#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: -6rem;
  padding: 11rem 2rem 8rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/bg_about_subsc_right.jpg") right top no-repeat,url("https://drip-pod.jp/img/subsc/drippod/bg_about_subsc_left.jpg") left bottom no-repeat,#FFFFFF;
  background-size: 15rem auto, 15rem auto;
}

#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dt{
  display: block;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
  position: relative;
}

#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dt > span{
  display: block;
  margin-bottom: 1rem;
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dt > strong{
  font-size: 2.2rem;
}

#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dt::after{
  content: '';
  display: block;
  width: 4rem;
  height: 2px;
  background: #DC2D0A;
  position: absolute;
  bottom: 0;
  left: calc(50% - 2rem);
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dt > p{
  padding-top: 1rem;
  font-size: 1.2rem;
}

#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd{display: block;}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd > ul{display: block;}

#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd > ul > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd > ul > li + li{margin-top: 0.8rem;}

#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd > ul > li::before{
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/icon_dorop_red.svg") center center no-repeat;
  background-size: 100% auto;
}

#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd > ul > li > span{
  display: block;
  width: calc(100% - 3.5rem);
  padding-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  color: #4C3820;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/**************************************************
2023.12 追加・世界のコーヒーお届け便 月替わりコーヒーバナー
***************************************************/
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.world-tsukigawari {
	display: block;
	margin-top: 3rem;
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.world-tsukigawari > h5 {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.world-tsukigawari > .month-coffee {
	display: block;
	margin: 0 auto;
	padding: 2.6rem 1rem 0;
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.world-tsukigawari > .month-coffee > dl {
	display: block;
	width: 100%;
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.world-tsukigawari > .month-coffee > dl + dl {
	margin-top: 2rem;
}

#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.world-tsukigawari > .month-coffee > dl > dt {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 4rem;
	background: #C4A17F;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
	color: #FFF;
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.world-tsukigawari > .month-coffee > dl > dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 2rem 1rem 2rem 2rem;
	background: #FFF;
	border: 1px solid #C4A17F;
	border-top: none;
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.world-tsukigawari > .month-coffee > dl > dd > figure {
	display: block;
	width: 10rem;
	/*margin-right: 3rem;*/
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.world-tsukigawari > .month-coffee > dl > dd > figure > img {
	display: block;
	width: 100%;
	height: auto;
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.world-tsukigawari > .month-coffee > dl > dd > dl {
	display: block;
	width: calc(100% - 12rem);
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.world-tsukigawari > .month-coffee > dl > dd > dl > dt {
	display: block;
	margin-bottom: 1.3rem;
	/*font-size: 1.6rem;*/
	color: #4C3820;
	text-align: left;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.world-tsukigawari > .month-coffee > dl > dd > dl > dd > strong {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04rem;
}
/** 追加ここまで **/


#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.btn{
  display: block;
  /*width: 27rem;*/
  margin-top: 3rem;
  width: 100%;
  padding: 1rem;
}

#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.btn > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.2rem;
  padding-top: 0.2rem;
  border: 1px solid #4C3820;
  background: #FFFFFF;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #4C3820;
  letter-spacing: 0.16em;
}

#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.caution{
  display: block;
  margin-top: 1.8rem;
  font-size: 1.2rem;
  font-weight: 500%;
  text-align: center;
  color: #4C3820;
}

/**************************************
campPresent
**************************************/
#subscLP .subscDetailBox .campPresent{
  display: block;
  width: calc(100% - 2rem);
  padding-bottom: 5rem;
  margin: 0 auto;
}

#subscLP .subscDetailBox .campPresent > .inner{
  display: block;
  padding: 10.4rem 2.5rem 4rem;
  background: #F5F4F2;
  position: relative;
}

#subscLP .subscDetailBox .campPresent > .inner > .checkIcon{
  display: block;
  width: 7.2rem;
  height: 7.2rem;
  position: absolute;
  left: -1rem;
  top: -1.8rem;
  transform: rotate(-30deg);
}
#subscLP .subscDetailBox .campPresent > .inner > .checkIcon > img{display: block; width: 100%; height: auto;}

#subscLP .subscDetailBox .campPresent > .inner > figure{
  display: block;
  width: 21.5rem;
  margin: 0 auto 2rem;
  mix-blend-mode: multiply;
}

#subscLP .subscDetailBox .campPresent > .inner > figure > img{display: block; width: 100%; height: auto;}

#subscLP .subscDetailBox .campPresent > .inner > dl{
  display: block;
  width: 100%;
}

#subscLP .subscDetailBox .campPresent > .inner > dl > dt{
  display: block;
  width: 100%;
  padding-left: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  position: absolute;
  top: 4rem;
  left: 0;
}
#subscLP .subscDetailBox .campPresent > .inner > dl > dt > span{
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

#subscLP .subscDetailBox .campPresent > .inner > dl > dd{
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

#subscLP .subscDetailBox .campPresent > .inner > dl > dd + dd{margin-top: 1rem;}

#subscLP .subscDetailBox .campPresent > .inner > dl > dd.caution{font-size: 1.2rem;}


/**************************************
aboutDorippod
**************************************/
#subscLP #aboutDorippod{
  display: block;
  width: 100%;
  margin-top: -1px;
  padding: 4rem 0 8rem;
  position: relative;
}


#subscLP #aboutDorippod::before{
  content: '';
  display: block;
  width: 26.1rem;
  height: 7rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/text_image_dorip_bod.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -1rem;
  top: -8rem;
  pointer-events: none;
}


#subscLP #aboutDorippod .dorippodPoint{
  display: block;
  width: 100%;
  padding: 0 2.5rem;
  margin: 0 auto 7rem;
}

#subscLP #aboutDorippod .dorippodPoint > ul{
  display: block;
}

#subscLP #aboutDorippod .dorippodPoint > ul > li{
  display: block;
  width: 100%;
}

#subscLP #aboutDorippod .dorippodPoint > ul > li + li{margin-top: 5rem;}

#subscLP #aboutDorippod .dorippodPoint > ul > li > figure{
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 4rem 0 4rem 0;
  overflow: hidden;
}
#subscLP #aboutDorippod .dorippodPoint > ul > li > figure > img{display: block; width: 100%; height: auto;}


#subscLP #aboutDorippod .dorippodPoint > ul > li > dl{display: block;}

#subscLP #aboutDorippod .dorippodPoint > ul > li > dl > dt{
  display: block;
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

#subscLP #aboutDorippod .dorippodPoint > ul > li > dl > dd{
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}


/*useGuide***/
#subscLP #aboutDorippod .useGuide{
  display: block;
  width: 100%;
  margin: 0 auto;
}

#subscLP #aboutDorippod .useGuide > dl{
  display: block;
  padding: 4rem 2.5rem 4rem;
  background: #F5F4F2;
}
#subscLP #aboutDorippod .useGuide > dl + dl{
  background: #F4F1E7;
}

#subscLP #aboutDorippod .useGuide > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #4C3820;
  letter-spacing: 0.16em;
}

#subscLP #aboutDorippod .useGuide > dl > dt::before,
#subscLP #aboutDorippod .useGuide > dl > dt::after{
  content: '';
  display: block;
  width: 2px;
  height: 1.4rem;
  background: #DC2D0A;
}

#subscLP #aboutDorippod .useGuide > dl > dt::before{
  margin-right: 3rem;
  transform: rotate(160deg);
}
#subscLP #aboutDorippod .useGuide > dl > dt::after{
  margin-left: 3rem;
  transform: rotate(-160deg);
}

#subscLP #aboutDorippod .useGuide > dl > dd{display: block;}

/*useStep**/
#subscLP #aboutDorippod .useGuide ol.useStep{
  display: block;
  padding: 0.5rem 1.5rem 0;
  position: relative;
  z-index: 1;
}

#subscLP #aboutDorippod .useGuide ol.useStep::after{
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, #DC2D0A, #DC2D0A 2px, transparent 2px);
  background-size: 2px 8px;
  background-position: left top;
  background-repeat: repeat-y;
  position: absolute;
  left: 5.4rem;
  top: 0.5rem;
  z-index: -1;
}

#subscLP #aboutDorippod .useGuide ol.useStep > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
#subscLP #aboutDorippod .useGuide ol.useStep > li + li{margin-top: 3rem;}

#subscLP #aboutDorippod .useGuide ol.useStep > li > figure{
  display: block;
  width: 10rem;
  aspect-ratio: 1 / 1;
  position: relative;
}
#subscLP #aboutDorippod .useGuide ol.useStep > li > figure > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#subscLP #aboutDorippod .useGuide ol.useStep > li > figure > figcaption{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding-top: 0.5rem;
  background: #DC2D0A;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  position: absolute;
  left: -1rem;
  top: -1rem;
}

#subscLP #aboutDorippod .useGuide ol.useStep > li > span{
  display: block;
  width: calc(100% - 10rem);
  padding-left: 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: left;
  line-height: 1.9;
}

#subscLP #aboutDorippod .useGuide ol.useStep > li > span > span{
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

    
#subscLP #aboutDorippod .useGuide ul.care{
  display: block;
  position: relative;
  z-index: 1;
}

#subscLP #aboutDorippod .useGuide ul.care > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
#subscLP #aboutDorippod .useGuide ul.care > li + li{margin-top: 2rem;}

#subscLP #aboutDorippod .useGuide ul.care > li > figure{
  display: block;
  width: 13.5rem;
  aspect-ratio: 1 / 1;
  margin-right: 2.5rem;
  position: relative;
}

#subscLP #aboutDorippod .useGuide ul.care > li > figure > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#subscLP #aboutDorippod .useGuide ul.care > li > span{
  display: block;
  width: calc(100% - 16rem);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.9;
  text-align: left;
}
      
/**************************************
aboutDorippod
**************************************/
#subscLP #aboutDorippodSpec{
  display: block;
  width: 100%;
  padding: 0 1.5rem 10rem;
  margin: 0 auto;
  background: url(../../img/subsc/drippod/bg_wave_lightbrawn.svg) left bottom repeat-x #FFFFFF;
  background-size: auto 2.8rem;
  position: relative;
}

#subscLP #aboutDorippodSpec > .inner{
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 4px solid #F5F4F2;
  padding: 4rem 2rem;
  position: relative;
}
  

#subscLP #aboutDorippodSpec .specWrap{
  display: block;
}


#subscLP #aboutDorippodSpec #doripColorSlider{
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}

#subscLP #aboutDorippodSpec #doripColorSlider > ul.sliderWrapper{}
#subscLP #aboutDorippodSpec #doripColorSlider > ul.sliderWrapper > li.slider{
  width: 100%;
  padding-bottom: 58.36065573770492%;
  overflow: hidden;
  position: relative;
}
#subscLP #aboutDorippodSpec #doripColorSlider > ul.sliderWrapper > li.slider img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-position: center;
}

#subscLP #aboutDorippodSpec #doripColorSlider > ul.control{
  display: block;
  width: 100%;
}

#subscLP #aboutDorippodSpec #doripColorSlider > ul.control > li{
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: calc(50% - 1.5rem);
  z-index: 2;
  transition: opacity .3s ease;
}
#subscLP #aboutDorippodSpec #doripColorSlider > ul.control > li > img{display: block; width: 100%; height: auto;}

#subscLP #aboutDorippodSpec #doripColorSlider > ul.control > li.prev{left: 0;}
#subscLP #aboutDorippodSpec #doripColorSlider > ul.control > li.next{right: 0;}

#subscLP #aboutDorippodSpec #doripColorSlider > ul.control > li.prev.swiper-button-disabled,
#subscLP #aboutDorippodSpec #doripColorSlider > ul.control > li.next.swiper-button-disabled{opacity: 0; cursor: inherit;}

/*text***/
#subscLP #aboutDorippodSpec .specText{
  display: block;
  width: 100%;
}

#subscLP #aboutDorippodSpec .specText > dl{
  display: block;
}
#subscLP #aboutDorippodSpec .specText > dl + dl{margin-top: 3rem;}

#subscLP #aboutDorippodSpec .specText > dl > dt{
  display: block;
  padding: 1.3rem 1rem 1.2rem;
  margin-bottom: 2rem;
  border-top: 1px dotted #4C3820;
  border-bottom: 1px dotted #4C3820;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#subscLP #aboutDorippodSpec .specText > dl > dd{display: block;}



/*colorList*****/
#subscLP #aboutDorippodSpec .specText > dl > dd > ul.colorList{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem 0.6rem;
}

#subscLP #aboutDorippodSpec .specText > dl > dd > ul.colorList > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 1rem;
  width: calc(50% - 0.3rem);
}

#subscLP #aboutDorippodSpec .specText > dl > dd > ul.colorList > li > em{
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

#subscLP #aboutDorippodSpec .specText > dl > dd > ul.colorList > li.white > em{
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}
#subscLP #aboutDorippodSpec .specText > dl > dd > ul.colorList > li.brown > em{background: #4B381F;}
#subscLP #aboutDorippodSpec .specText > dl > dd > ul.colorList > li.ashrose > em{background: #CCA1A6;}
#subscLP #aboutDorippodSpec .specText > dl > dd > ul.colorList > li.mint > em{background: #9AB9AD;}

#subscLP #aboutDorippodSpec .specText > dl > dd > ul.colorList > li > span{
  display: block;
  width: calc(100% - 2.5rem);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}


/*system*****/
#subscLP #aboutDorippodSpec .specText > dl > dd > dl.system{
  display: block;
  padding-left: 1.5rem;
  position: relative;
}
#subscLP #aboutDorippodSpec .specText > dl > dd > dl.system::before{
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #4C3820;
  position: absolute;
  left: 0.5rem;
  top: 1.4rem;
}

#subscLP #aboutDorippodSpec .specText > dl > dd > dl.system + dl.system{
  margin-top: 2.5rem;
}

#subscLP #aboutDorippodSpec .specText > dl > dd > dl.system > dt{
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 2.25;
}

#subscLP #aboutDorippodSpec .specText > dl > dd > dl.system > dd{
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.3;
}


/*specCatalog*****/
#subscLP #aboutDorippodSpec .specText > dl > dd > .specCatalog{
  display: block;
  border-bottom: 1px solid #EEEEEE;
}
#subscLP #aboutDorippodSpec .specText > dl > dd > .specCatalog > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  border-top: 1px solid #EEEEEE;
}

#subscLP #aboutDorippodSpec .specText > dl > dd > .specCatalog > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 12rem;
  padding: 1.9rem 1.5rem 1.5rem;
  background: #F5F4F2;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

#subscLP #aboutDorippodSpec .specText > dl > dd > .specCatalog > dl > dd{
  display: block;
  width: calc(100% - 12rem);
  padding: 1.9rem 1.5rem 1.5rem;
  background: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.3;
}


#subscLP #aboutDorippodSpec .specText > .btnMoreInfo{
  display: block;
  width: 27rem;
  margin: 4rem auto 0;
}

#subscLP #aboutDorippodSpec .specText > .btnMoreInfo > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.2rem;
  padding-top: 0.2rem;
  border: 1px solid #4C3820;
  background: #FFFFFF;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #4C3820;
  letter-spacing: 0.16em;
}


/**************************************
instaBox
**************************************/
#subscLP .instaBox{
  display: block;
  width: 100%;
  background: url("../../img/subsc/drippod/bg_wave_gray.svg") left bottom repeat-x #F4F1E7;
  background-size: auto 2.8rem;
}

#subscLP .instaBox .inner{
  display: block;
  padding: 4rem 1.5rem 10rem 1.5rem;
  background: url("../../img/home/bg_home_insta_sp.svg") 1rem 19rem no-repeat;
  background-size: 3rem auto;
}

#subscLP .instaBox .inner #instaWrap{
  display: block;
  width: 100%;
  padding-left: 4.5rem;
}

#subscLP .instaBox .inner #instaWrap > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem 1.5rem;
}

#subscLP .instaBox .inner #instaWrap > ul > li{
  display: block;
  width: calc((100% - 3rem) / 3);
}

#subscLP .instaBox .inner #instaWrap > ul > li > .outer{
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
#subscLP .instaBox .inner #instaWrap > ul > li > .outer img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}


#subscLP .instaBox .inner .subTTL{
  display: block;
  margin: 0 auto 3rem;
}

#subscLP .instaBox .inner .text{
  display: block;
  padding-top: 3rem;
  padding-left: 4.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.9;
}

#subscLP .instaBox .inner .text > p + p{margin-top: 1.5rem;}


#subscLP .instaBox .inner .text > .followLink{margin-top: 2.5rem; text-align: center;}

#subscLP .instaBox .inner .text > .followLink > a{
  display: inline-block;
  padding-bottom: 0.1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #4C3820;
  letter-spacing: 0.15em;
  position: relative;
}

#subscLP .instaBox .inner .text > .followLink > a::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #4C3820;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*******/
#instaWrap .ecbn-selection-page-wrapper .ecbn-selection-header,
#instaWrap .ecbn-selection-page-wrapper .ecbn-selection-header2,
#instaWrap .ecbn-selection-page-wrapper .ecbn-selection-title,
#instaWrap .ecbn-selection-wrapper .ecbn-selection-title,
#instaWrap .ecbn-selection-page-wrapper .ecbn-selection-image-loading-more,
#instaWrap .ecbn-selection-footer,
#instaWrap .ecbn-selection-footer2{
  display: none;
}
  
/**************************************
otherLinks
**************************************/
#subscLP .otherLinks{
  display: block;
  width: 100%;
  padding: 0 0 0;
  background-size: auto 2.8rem;
  position: relative;
}

#subscLP.capsuleSide .otherLinks{
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 0 0 0;
  background: none;
  position: relative;
}

#subscLP.capsuleSide .otherLinks::before{
  content: '';
  display: block;
  width: 26.1rem;
  height: 7rem;
  background: url("../../img/subsc/drippod/text_image_dorip_bod.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -1rem;
  top: -8rem;
  pointer-events: none;
}



#subscLP .otherLinks > .inner{
  display: block;
  margin-top: -1px;
  padding: 4rem 1.5rem 10rem;
  background: url(../../img/subsc/drippod/bg_wave_white.svg) left bottom repeat-x #F5F4F2;
  background-size: auto 2.8rem;
}

#subscLP.capsuleSide .otherLinks > .inner{
  display: block;
  margin-top: -1px;
  padding: 4rem 1.5rem 10rem;
  background: url(../../img/subsc/drippod/bg_wave_white.svg) left bottom repeat-x #F4F1E7;
  background-size: auto 2.8rem;
}


#subscLP .otherLinks > .inner > dl{
  display: block;
  width: 100%;
  margin: 0 auto;
}
#subscLP .otherLinks > .inner > dl + dl{margin-top: 4rem;}

#subscLP .otherLinks > .inner > dl > dt.subTTL{width: 100%; margin-bottom: 2rem; padding-top: 4.5rem;}
#subscLP .otherLinks > .inner > dl > dt.subTTL > em{font-size: 1.5rem;}
#subscLP .otherLinks > .inner > dl > dt.subTTL > strong{font-size: 1.8rem;}

#subscLP .otherLinks > .inner > dl > dd{
  display: block;
  width: 100%;
}


#subscLP .otherLinks > .inner > dl > dd > ul{display: block;}
#subscLP .otherLinks > .inner > dl > dd > ul > li{display: block;}
#subscLP .otherLinks > .inner > dl > dd > ul > li + li{margin-top: 2rem;}
  
#subscLP .otherLinks > .inner > dl > dd > ul > li > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-right: 2.5rem;
  background: #FFFFFF;
  border-radius: 3.5rem 0 3.5rem;
  overflow: hidden;
  position: relative;
}

#subscLP .otherLinks > .inner > dl > dd > ul > li > a::after{
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("../../img/common/arrow_short_right.svg") center center no-repeat;
  background-size: 1.2rem auto;
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
}


#subscLP .otherLinks > .inner > dl > dd > ul > li > a > figure{
  display: block;
  width: 13.5rem;
  height: 100%;
  min-height: 15rem;
  overflow: hidden;
  position: relative;
}
#subscLP .otherLinks > .inner > dl > dd > ul > li > a > figure > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}


#subscLP .otherLinks > .inner > dl > dd > ul > li > a > dl{
  display: block;
  width: calc(100% - 13.5rem);
  padding-left: 2rem;
}

#subscLP .otherLinks > .inner > dl > dd > ul > li > a > dl > dt{
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  color: #4C3820;
}

#subscLP .otherLinks > .inner > dl > dd > ul > li > a > dl > dt > span{
  display: block;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  background-color: #DC2D0A;
}

#subscLP .otherLinks > .inner > dl > dd > ul > li > a > dl > dd{
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}


#subscLP .otherLinks > .inner > .btnNext{
  display: block;
  width: 27rem;
  margin: 9rem auto 0;
}

/* ddキャンペーン */
#subscLP ul.campBannerList > li.offRate-202410{
  width: 100%;
  }
  #subscLP ul.campBannerList > li.offRate-202410 > .outer{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #F0A42B;
  background: #FFFFFF;
  border-radius: 1.5rem;
  overflow: hidden;
  }
  #subscLP ul.campBannerList > li.offRate-202410 > .outer > picture{
  order: 2;
  display: block;
  width: 100%;
  padding-bottom: 35.69230769230769%;
  overflow: hidden;
  position: relative;
  }
  #subscLP ul.campBannerList > li.offRate-202410 > .outer > picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  }
  #subscLP ul.campBannerList > li.offRate-202410 > .outer > .text{
  display: block;
  order: 1;
  width: 100%;
  padding: 4rem 2.5rem 2rem;
  }
  #subscLP ul.campBannerList > li.offRate-202410 > .outer > .text > dl{
  display: block;
  }
  #subscLP ul.campBannerList > li.offRate-202410 > .outer > .text > dl > dt{
  display: block;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #4C3820;
  }
  #subscLP ul.campBannerList > li.offRate-202410 > .outer > .text > dl > dt > strong{
  display: block;
  margin-top: 1rem;
  font-size: 4rem;
  color: #F0A42B;
  }
  #subscLP ul.campBannerList > li.offRate-202410 > .outer > .text > dl > dt > strong > em{font-size: 3rem;}
  #subscLP ul.campBannerList > li.offRate-202410 > .outer > .text > dl > dd{
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.7;
  }
  li.offRate-202410.switch {
  margin-top: 0!important;
  }
  .ddcampaign {
  margin-top: 4rem;
  }
  .ddcampaign > picture > img {
  width: 100%;
  }
  .ddcampaign-select {
  }
  figure.ddcampaign-select {
  }
  .pcView {
  display: none;
  }
  .price-postageicon {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 0rem 0rem 0rem;
  justify-content: center;
  }
  .price-postageicon > .postageFree {
  display: block;
  width: 8rem;
  height: 6rem;
  /*margin-right: 2rem;*/
  }
  .postageFree > img {
  display: block;
  width: 80%;
  height: auto;
  }
  .priceDetail {
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  justify-content: flex-start;
  background: #F5F4F2;
  padding: 1rem 1.5rem 1.2rem;
  }
  .priceDetail > strong {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  }
  .priceDetail > span {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding-bottom: 0.4rem;
  margin-left: 0.5rem;
  white-space: nowrap;
  }
  .priceDetail > em {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 1rem;
  }
  .priceDetail > em::before {
  content: '';
  display: block;
  width: 2px;
  height: 1.6rem;
  margin-right: 1rem;
  background: #C4A17F;
  transform: rotate(20deg);
  }
  .sellect-privilege-sp > .priceDetail {
  padding: 1rem 0.5rem 1.2rem;
  }
  .price-postageicon > dl {
  display: flex;
  justify-content: space-evenly;
  }
  #subscLP .subscDetailBox .aboutDetail > .text > .price > .price-postageicon > dl > dd {
  align-content: flex-end;
  padding-bottom: 0.5rem;
  }
  #subscLP .subscDetailBox .aboutDetail > .text > .price > .price-postageicon > dl > dd > strong {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  }
  #subscLP .subscDetailBox .aboutDetail > .text > .price > .price-postageicon > dl > dd > span {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding-bottom: 0.5rem;
  margin-left: 0.2rem;
  }
  #subscLP .subscDetailBox .aboutDetail > .text > .price > .price-postageicon > dl > dd > em {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 0.5rem;
  }
  #subscLP .subscDetailBox .aboutDetail > .text > .price > .price-postageicon > dl > dd > em::before {
  content: '';
  display: block;
  width: 2px;
  height: 1.3rem;
  margin-right: 0.5rem;
  background: #C4A17F;
  transform: rotate(20deg);
  }
  #subscLP .subscDetailBox .aboutDetail > .text > .price > .price-postageicon > dl > figure {
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  margin-left: 2rem;
  /*position: absolute;
  right: -1.7rem;
  bottom: -2.9rem;*/
  }
  #subscLP .subscDetailBox .aboutDetail > .text > .price > .price-postageicon > dl > figure > img {
  width: 100%;
  }
  .sellect-privilege-sp {
  margin-top: 2rem;
  }
  .annotation {
  margin-top: -3rem;
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6rem;
  }
  span.annotation-symbol {
  font-size: 1.1rem;
  }
  .annotation-system {
  margin-top: 1.1rem;
  font-weight: 700;
  line-height: 1.6rem;
  }
  /* ddキャンペーン end */
.campaign_text {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 700;
}

 .dd_campaign_text {
 font-size: 1.3rem;
 text-align: left;
 margin-bottom: 1.2rem;
 }

/*2024年11月キャンペーン */
.Cmap_2024 {
  margin-bottom: 2rem;
  padding-top: 1rem;
}


.Camp_2024_Title {
  background-color: #DC2D0A;
  padding: 1.5rem 0.5rem;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
}

.Camp_2024_Title > p {
  white-space: nowrap;
}

.Camp_2024_PostageFree {
  max-width: 6rem;
  max-height: 6rem;
}

.Camp_2024_PostageFree_Price {
  display: flex;
  margin: 2rem 0rem 0rem;
}

.Camp_2024_PostageFree > img {
  width: 6rem;
}

.Camp_2024_Price_Strikethrough > span {
  font-size: 0.8rem;
  white-space: nowrap;
  padding-top: 0.2rem;
}

.Camp_2024_Price_Strikethrough {
  font-size: 1.2rem;
  display: flex;
}

.Camp_2024_Price {
  display: flex;
  align-items: flex-end;
  padding-bottom: 1.6rem;
  margin-left: 1rem;
  background: #F5F4F2;
  width: 100%;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  justify-content: center;
  white-space: nowrap;
}

del.c_del_1 {
  background-image: linear-gradient(#4C3820, #4C3820);
  background-position: 0 38%;
  background-size: 100% 1px;
  background-repeat: repeat-x;
  text-decoration: none;
  padding: 0 2px;
}

.Camp_2024_Price_Red , .points > li > span > span {
  color: #DC2D0A;
}

.Camp_2024_Price_Red > span {
  font-size: 1.1rem;
}

.Camp_2024_Price_Red > strong {
  font-size: 2.4rem;
  font-weight: 900;
}

.gensen {
  margin-left: 0.5rem;
}

.Camp_2024_Annotation {
  padding: 1rem 0rem 1rem;
  margin-bottom: 0rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  line-height: 2rem;
  white-space: nowrap;
}

.Camp_2024_CouponCode > a {
  display: flex;
  border: 1px solid #4C3820;
  padding: 2rem;
  font-size: 2rem;
  /* gap: 4.5rem; */
  white-space: nowrap;
  justify-content: space-evenly;
}

.Camp_2024_CouponCode > a > dd {
  font-weight: 900;
}

.Camp_2024_CouponCode > a > dt {
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 1.5rem;
}


.c_del_2 {
  padding-bottom: 0.2rem;
}

.c_del_2 > dd {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.c_del_2 > dd > strong {
  font-size: 1.3rem;
  /*font-weight: 700;*/
  letter-spacing: 0em;
}

.c_del_2 > dd > span {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  padding-bottom: 0.2rem;
  margin-left: 0.1rem;
  white-space: nowrap;
}

.Camp_2024_System {
  margin: 1.3rem 0rem 1.3rem;
  font-size: 1.4rem;
  color: white;
  background: #DC2D0A;
  padding: 0.5rem 0.5rem;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  font-weight: 900;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Camp_2024_System_price {
  display: flex;
  align-items: flex-end;
}

p.Camp_2024_System_limited {
  font-size: 0.8rem;
}

p.Camp_2024_System_desc {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.Camp_2024_System_desc::before {
  content: '';
  display: block;
  width: 2px;
  height: 2.2rem;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  background: white;
  transform: rotate(0deg);
}

.Camp_2024_System_price > dd {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    margin-left: 0.5rem;
    color: #DC2D0A;
}

.Camp_2024_System_price > dd > strong {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.Camp_2024_System_price > dd > span {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-bottom: 0.2rem;
  margin-left: 0.2rem;
  white-space: nowrap;
}

.Camp_2024_Title.spView {
  display: flex;
  justify-content: center;
  width: 106%;
  margin-left: -3%;
}

.Camp_2024_Title > p {
  white-space: nowrap;
  font-size: 1rem;
  display: flex;
  align-items: center;
  line-height: 1.3rem;
}

p.Camp_2024_Title_desc {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

.Camp_2024_Title_desc::before {
  content: '';
  display: block;
  width: 2px;
  height: 2.2rem;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  background: white;
  transform: rotate(0deg);
}


/*タイトル部分修正*/
#subscLP .subscDetailBox > h3 > p > span {
  padding: 2px;
  border: 1px solid #2C4772;
  border-radius: 1.6rem;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

#subscLP .subscDetailBox > h3 > p.title {
 display: flex;
 align-items: center;
 justify-content: center;
}

#subscLP .subscDetailBox > h3 > p.subTitle {
  display: flex;
  padding: 0;
  border: none;
  font-size: smaller;
  justify-content: center;
  margin-top: 1rem;
}

#subscLP .subscDetailBox#aboutSelectSubsc > h3 > p > span {
  border-color: #D95E1D;
}

span.subTitle {
  font-size: smaller;
}


/*2024/12/24　追記*/
#subscLP .subscDetailBox .aboutDetail > .text > .yoyaku202412 {
  margin-top: -2rem;
  margin-bottom: 2rem;
}

#subscLP .subscDetailBox .aboutDetail > .text > .yoyaku202412 > p {
  font-size: 1.3rem;
  line-height: normal;
}

/*2025/1/9　追記*/

.Camp_2025_bottle {
  display: block;
  border: 1px solid rgb(209, 0, 0);
  border-radius: 5px;
  /*background-color: #DC2D0A;*/
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.Camp_2025_bottle > dl > dt {
font-size: 1.6rem;
text-align: center;
padding: 1rem;
font-weight: 900;
color: white;
border-radius: 5px 5px 0px 0px;
background-color: rgb(209, 0, 0);
}

.Camp_2025_bottle > dl > dd {
background-color: white;
display: flex;
border-radius: 0px 0px  4px 4px;
justify-content: space-evenly;
padding: 1rem;
align-items: center;
}

.Camp_2025_bottle > dl > dd > figure {
  width: 40%;
  padding: 1rem 1rem 1rem 0rem;
}

.Camp_2025_bottle > dl > dd > figure > img {
    width: 100%;
}

.Camp_2025_bottle > dl > dd > dl {
text-align: left;
align-self: center;
}

.Camp_2025_bottle > dl > dd > dl > dt {
font-size: 1.6rem;
font-weight: 900;
margin-bottom: 1rem;
}

.Camp_2025_bottle > dl > dd > dl > dd {
    font-size: 1.6rem;
    font-weight: 900;
    color: #DC2D0A;

}


.Camp_2025_bottle_Annotation {
  padding: 1rem 0rem 1rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  line-height: 2rem;
  white-space: nowrap;
}

/*2025/1/17　YOUBI定期*/ 
.Youbi_Subsc > .Youbi_Subsc_Detail > figure {
  margin-bottom: 2.5rem;
}

.Youbi_Subsc > .Youbi_Subsc_Detail > figure > img {
width: 100%;
}

section.Youbi_Subsc {
background-color: rgb(242, 242, 242);
}

.Youbi_Subsc_Title {
text-align: center;
font-size: 1.9rem;
padding: 3rem 0 2.4rem;
color: #000000;
font-weight: 700;
background-image: linear-gradient(to right, #8D8173,  #8D8173 3px, transparent 2px, transparent 7px);
background-size: 7px 1px;
background-position: left bottom;
background-repeat: repeat-x;
margin: 0rem 0rem 2rem;
}

.Youbi_Subsc_Price {
display: flex;
}

p.Youbi_Subsc_Title_drippodyoubi {
padding-bottom: 2rem;
display: inline-flex;
align-items: center;
}

span.new {
background-color: #DC2D0A;
border-radius: 25px;
padding: 0.3rem 2rem 0.3rem;
font-size: 1.5rem;
color: #FFFFFF;
margin-right: 1rem;
}

p.Youbi_Subsc_Title_drippodyoubi {
padding-bottom: 1rem;
display: inline-flex;
align-items: center;
font-weight: 500;
}

/*.Youbi_Subsc_Title_CourseName {
display: flex;
justify-content: center;
align-items: end;
}*/

p.Youbi_Subsc_Title_Sub {
font-size: smaller;
margin-top: 0.5rem;
}

.Youbi_Subsc_Detail {
display: block;
padding: 0 2rem 5rem;
}

p.Youbi_Subsc_text {
font-size: 1.7rem;
margin-bottom: 1.5rem;
color: #000000;
font-weight: 700;
letter-spacing: 0.08em;
line-height: 1.5;
}

.Youbi_Subsc_Price_PostageFree > img {
  max-width: 6rem;
  max-height: 6rem;
}

.Youbi_Subsc_Price_Amount > dd > span {
font-size: 1.1rem;
color: #000000;
}

.Youbi_Subsc_Price_Amount > dd > strong {
font-size: 2.4rem;
font-weight: 900;
color: #000000;
margin: 0rem 0.5rem;
}

.Youbi_Subsc_CTA {
background-color: #DC2D0A;
text-align: center;
height: 4rem;
font-size: 1.5rem;
font-weight: 700;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
}

.Youbi_Subsc_CTA > a {
color: #ffffff;
}

.Youbi_Subsc_CTA > a > p {
color: #ffffff;
}

.Youbi_Subsc_Price_Annotation {
  padding: 1rem 0rem 1rem;
  margin-bottom: 0rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  line-height: 2rem;
  white-space: nowrap;
  margin-bottom: 3rem;
  color: #000000;
}

/*.Youbi_Subsc_Description {
width: 44rem;
}*/

dl.Youbi_Subsc_Price_Amount {
background-color: #ffffff;
width: 100%;
display: flex;
align-items: center;
margin-left: 1rem;
justify-content: center;
padding: 1.6rem;
}

p.Youbi_Subsc_text_sub {
display: block;
margin-bottom: 2rem;
font-size: 1.4rem;
font-weight: 500;
text-align: left;
letter-spacing: 0.08em;
line-height: 1.7;
color: #000000;
}

p.Youbi_Subsc_text_sub {
display: block;
margin-bottom: 2rem;
font-size: 1.5rem;
font-weight: 500;
text-align: left;
letter-spacing: 0.08em;
line-height: 1.7;
color: #000000;
}


#subscLP .subscDetailBox .kakaku_a{
padding: 0 2rem 4rem;
}

#subscLP .subscDetailBox .kakaku_a > picture > img {
  width: 100%;
}

#subscLP .subscDetailBox .kakaku_a > p {
font-size: 1.1rem;
text-align: center;
margin-top: 1.2rem;
}


/*2025/2/21追加*/
#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price{
  display: block;
  margin-bottom: 3rem;
  padding: 2rem 1.5rem 2rem 1.5rem;
  background: #F5F4F2;
  position: relative;
}

#subscLP.capsuleSide .subscDetailBox .aboutDetail > .text > .switch > .price{
  display: inline-block;
  padding: 2rem 2rem 2rem 2rem;
}


#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .postageFree{
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
  right: -1.7rem;
  bottom: -2.9rem;
}
#subscLP.capsuleSide .subscDetailBox .aboutDetail > .text > .switch > .price > .postageFree{
  right: -8rem;
  top: calc(50% - 3.25rem);
  bottom: inherit;
}

#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .postageFree > img{display: block; width: 100%; height: auto;}

#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .attention{
  display: block;
  /*margin-bottom: 1.5rem;*/
  margin-bottom: -0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #DC2D0A;
  line-height: 1.7;
  text-align: left;
}

#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > dl + dl{
  margin-top: 1.3rem;
}


#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 2.9rem;
  width: 7.8rem;
  margin-right: 1.2rem;
  background: #C4A17F;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  transform: rotate(-10deg);
  white-space: nowrap;
}
#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > dl.first > dt{background: #F0A42B;}


#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > dl > dd,
#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .priceDetail{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}
#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > dl > dd > strong,
#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .priceDetail > strong{
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > dl > dd > span,
#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .priceDetail > span{
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding-bottom: 0.5rem;
  margin-left: 0.2rem;
}

#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > dl > dd > em,
#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .priceDetail > em{
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 0.5rem;
}
#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > dl > dd > em::before,
#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .priceDetail > em::before{
  content: '';
  display: block;
  width: 2px;
  height: 1.3rem;
  margin-right: 0.5rem;
  background: #C4A17F;
  transform: rotate(20deg);
}

#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .price-postageicon > dl > dd {
  align-content: flex-end;
  padding-bottom: 0.5rem;
  }
  #subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .price-postageicon > dl > dd > strong {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  }
  #subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .price-postageicon > dl > dd > span {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding-bottom: 0.5rem;
  margin-left: 0.2rem;
  }
  #subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .price-postageicon > dl > dd > em {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 0.5rem;
  }
  #subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .price-postageicon > dl > dd > em::before {
  content: '';
  display: block;
  width: 2px;
  height: 1.3rem;
  margin-right: 0.5rem;
  background: #C4A17F;
  transform: rotate(20deg);
  }
  #subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .price-postageicon > dl > figure {
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  margin-left: 2rem;
  /*position: absolute;
  right: -1.7rem;
  bottom: -2.9rem;*/
  }
  #subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .price-postageicon > dl > figure > img {
  width: 100%;
  }
 
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch {
    display: block;
    width: 100%;
  }
  #subscLP .subscDetailBox .aboutSubscSystem .course > div + dl{margin-top: 2rem;}
  
  
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dt{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 4rem;
    background: #C4A17F;
    border-radius: 2rem 0 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    position: relative;
  }
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl.first > dt{background: #F0A42B;}
  
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dt > img{
    display: block;
    width: 6rem;
    height: 6rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
  }
  
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dd{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 2rem 1rem 2rem 2rem;
    background: #FFFFFF;
    border: 1px solid #C4A17F;
    border-top: none;
    border-radius: 0 0 3rem 0;
  }
  
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dd > .attention{
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6;
    color: #DC2D0A;
  }
  
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dd > figure{
    display: block;
    width: 10rem;
    margin-right: 2rem;
  }
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dd > figure > img{
    display: block;
    width: 100%;
    height: auto;
  }
  
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dd > dl{
    display: block;
    width: calc(100% - 12rem);
  }
  
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dd > dl > dt{
    display: block;
    margin-bottom: 1.3rem;
    font-size: 1.5rem;
    color: #4C3820;
    text-align: left;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dd > dl > dd{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
  }
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dd > dl > dd > strong{
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dd > dl > dd > span{
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    padding-bottom: 0.2rem;
    margin-left: 0.3rem;
  }
  
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dd > dl > dd > em{
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 0.2rem;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 0.4rem;
  }
  #subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dd > dl > dd > em::before{
    content: '';
    display: block;
    width: 2px;
    height: 1.3rem;
    margin-right: 0.8rem;
    background: #C4A17F;
    transform: rotate(20deg);
  }

 /*2025/2/26　追記*/
 #subscLP .subscDetailBox .aboutDetail > .text > .switch > .small_annotation {
  margin-top: -2rem;
  margin-bottom: 2rem;
}

#subscLP .subscDetailBox .aboutDetail > .text > .switch > .small_annotation > p {
  font-size: 1.3rem;
  line-height: normal;
}

  /*2025/2/26　追記*/
#subscLP .subscDetailBox .aboutDetail > .text > .price > dl > dd, #subscLP .subscDetailBox .aboutDetail > .text > .price > p.priceDetail {
  justify-content: center;
}

.price.switch {
  width: 74%;
}


  /*2025/4/21　追記*/
  .Camp_2025_PostageFree_Price {
    display: flex;
    justify-self: center;
    margin-bottom: 2rem;
  }

  .Camp_2025_Price {
    margin: 0 auto;
  }

  .Camp_2025_Price > strong {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .Camp_2025_Price > span {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    padding-bottom: 0.5rem;
    margin-left: 0.5rem;
  }

  .Camp_2025_Price > em {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    padding-left: 1rem;
  }

  .Camp_2025_Price > em::before {
  content: '';
  display: block;
  width: 2px;
  height: 1.6rem;
  margin-right: 1rem;
  background: #C4A17F;
  transform: rotate(20deg);
  }

  p.Camp_2025_Price {
    background-color: #F5F4F2;
    padding: 1.6rem 1.6rem;
    margin-left: 2rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
}

.Camp_2025_suiso_Annotation {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  line-height: 2rem;
  white-space: nowrap;
  padding-top: 1rem;
}

.Youbi_Subsc_Offer {
  padding: 0 1.5rem;
}

figure.Camp_2025_PostageFree {
  max-width: 6rem;
  max-height: 6rem;
}

figure.Camp_2025_PostageFree > img {
  width: 6rem;
}

.APPDL_coupon > a > picture > img {
    width: 100%;
    margin-bottom: 3rem;
}


/*2025/5/21　追記*/

.Camp_2025_capsuel {
  display: block;
  border: 1px solid #DC2D0A;
  border-radius: 5px;
  background-color: #DC2D0A;
  margin-top: 2rem;
}

.Camp_2025_capsuel > dl > dt {
font-size: 1.6rem;
text-align: center;
padding: 1rem;
font-weight: 900;
color: white;
border-radius: 5px 5px 0px 0px;
}

.Camp_2025_capsuel > dl > dd {
background-color: white;
display: flex;
border-radius: 0px 0px  4px 4px;
justify-content: center;
padding: 1rem;
align-items: center;
}

.Camp_2025_capsuel > dl > dd > figure {
  width: 70%;
  padding: 1rem 1rem 1rem 0rem;
}

.Camp_2025_capsuel > dl > dd > figure > img {
    width: 100%;
}

.Camp_2025_capsuel > dl > dd > dl {
text-align: center;
align-self: center;
}

.Camp_2025_capsuel > dl > dd > dl > dt {
font-size: 1.2rem;
font-weight: 900;
margin-bottom: 1rem;
}

.Camp_2025_capsuel > dl > dd > dl > dd {
font-size: 1rem;
}

   /*2025/6/25　追記*/
.Camp_PriceDown_youbi{
    margin-bottom: 3rem;
}

.Camp_2024_CouponCode_youbi > a {
  display: flex;
  border: 1px solid #000000;
  padding: 2rem;
  font-size: 2rem;
  white-space: nowrap;
  justify-content: space-evenly;
  color:#000000;
}

.Camp_2024_CouponCode_youbi > a > dd {
  font-weight: 900;
}

.Camp_2024_CouponCode_youbi > a > dt {
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 1.5rem;
}

.Camp_2024_Price_youbi {
  display: flex;
  align-items: flex-end;
  padding-bottom: 1.6rem;
  margin-left: 1rem;
  background: #FFFFFF;
  width: 100%;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  justify-content: center;
  white-space: nowrap;
  color:#000000;
}

.Camp_2024_Annotation_youbi {
  padding: 1rem 0rem 1rem;
  margin-bottom: 0rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  line-height: 2rem;
  white-space: nowrap;
  color:#000000;
}

.APPDL_coupon > picture > img {
    width: 100%;
    margin-bottom: 3rem;
}

.teiki2506cam {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
}


.teiki2506cam_2 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.teiki2506cam p:nth-of-type(2) {
    font-size: 1.3rem;
}


.CampaignFV > a > picture > img {
    width: 100%;
    padding: 0 3rem 2rem;
}

.capsuel_osusumesupeciality {
    margin-bottom: 2rem;
    font-size: 1.6rem;
}

.capsuel_osusumesupeciality > p {
  line-height: initial;
}

span.capsuel_osusumesupeciality_new {
    padding: 0 1rem;
    background-color:rgb(209, 0, 0);
    border-radius: 1rem;
    color: white;
    margin-right: 0.5rem;
}

.Camp_202511_Capsuel {
  max-width: 10rem;
  max-height: 10rem;
}

.Camp_202511_Capsuel > img {
  width: 6rem;
}

.Camp_2025_bottle > dl > dd > .Camp_202512_Capsuel {
    max-width: 20rem;
    max-height: 20rem;
    width: 130%;
}


.campaign_20260427 {
  text-align: center;
  margin: 1rem 0rem 2rem;
  font-size: 100%;
  border: 1px solid #D10000;
  padding: 0 0 2rem;
}
.campaign_20260427 > h4 {
  background-color: #D10000;
  padding: 2rem;
  font-weight: 900;
  font-size:1.8rem;
  color: white;
}
.campaign_20260427 > p {
  padding: 1rem 0px 1rem;
  font-size: 1.5rem;
  text-align: center;                              
  line-height: normal;
}
span.bigredbold {
  color: #D10000;
  font-size: 1.8rem;
  font-weight: 900;                               
}

.campaign_20260427 > p.couponcode {
  text-align: center;
  font-size: 1.8rem;
}
button.copycoupon {
  font-size: 1.8rem;
  color: white;
  background-color: #B3A05D;
  font-weight: 900;
  padding: 1rem 2rem;
  border-radius: 35px;
}
