/*-- 汎用 --*/
.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: 6.5rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #4C3820;
}

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

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

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

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

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

#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: 71rem;
  width: 100%;
  padding: 0 var(--contentsPadding) 13rem;
  margin-bottom: 3rem;
  position: relative;
  background: url("../../img/subsc/drippod/bg_main.jpg") center center no-repeat;
  background-size: auto 100%;
  overflow: hidden;
}

#subscLP.doripSide .mainTTLArea::before{
  content: '';
  display: block;
  width: calc(50% - 80rem + 2px);
  height: 100%;
  background: url(../../img/subsc/drippod/bg_main_bg_left.jpg) right center repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#subscLP.doripSide .mainTTLArea::after{
  content: '';
  display: block;
  width: calc(50% - 80rem + 2px);
  height: 100%;
  background: url("../../img/subsc/drippod/bg_main_bg_right.jpg") left center repeat-x;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}


#subscLP.doripSide .mainTTLArea > .text{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: calc(1300px + 6rem);
  margin: 0 auto;
}


#subscLP.doripSide .mainTTLArea > .text .mainTTL{
  display: block;
  width: 52.2rem;
  padding: 4rem 5rem;
  margin-bottom: 2.5rem;
  background: rgba(244,241,231,.8);
  border-radius: 30px 0 30px 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: 25.2rem; margin: 0 auto;}

#subscLP.doripSide .mainTTLArea > .text > p{
  display: block;
  width: 52.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.8;
}



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

#subscLP.capsuleSide .mainTTLArea::before{
  content: '';
  display: block;
  width: calc(50% - 80rem + 2px);
  height: 100%;
  background: url("https://drip-pod.jp/img/subsc/capsule/bg_main_bg_left.jpg") right center repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#subscLP.capsuleSide .mainTTLArea::after{
  content: '';
  display: block;
  width: calc(50% - 80rem + 2px);
  height: 100%;
  background: url("https://drip-pod.jp/img/subsc/capsule/bg_main_bg_right.jpg") left center repeat-x;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}


#subscLP.capsuleSide .mainTTLArea > .text{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: calc(1300px + 6rem);
  margin: 0 auto;
  position: relative;
}

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


#subscLP.capsuleSide .mainTTLArea > .text .mainTTL{
  display: block;
  width: 52.2rem;
  padding: 4rem 5rem;
  margin-bottom: 2.5rem;
  background: rgba(244,241,231,.8);
  border-radius: 30px 0 30px 0;
}

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

#subscLP.capsuleSide .mainTTLArea > .text > p{
  display: block;
  width: 52.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.8;
}

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

#subscLP.capsuleSide .mainTTLArea2::before{
  content: '';
  display: block;
  width: calc(50% - 80rem + 2px);
  height: 100%;
  background: url("https://drip-pod.jp/img/subsc/capsule/bg_main_bg_left.jpg") right center repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#subscLP.capsuleSide .mainTTLArea2::after{
  content: '';
  display: block;
  width: calc(50% - 80rem + 2px);
  height: 100%;
  background: url("https://drip-pod.jp/img/subsc/capsule/bg_main_bg_right.jpg") left center repeat-x;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}


#subscLP.capsuleSide .mainTTLArea2 > .text{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: calc(1300px + 6rem);
  margin: 0 auto;
  position: relative;
}

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


#subscLP.capsuleSide .mainTTLArea2 > .text .mainTTL{
  display: block;
  width: 52.2rem;
  padding: 4rem 5rem;
  margin-bottom: 2.5rem;
  background: rgba(244,241,231,.8);
  border-radius: 30px 0 30px 0;
}

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

#subscLP.capsuleSide .mainTTLArea2 > .text > p{
  display: block;
  width: 52.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.8;
}

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


#subscLP .doripLede > .inner{
  display: block;
  width: 100%;
  min-height: 22.1rem;
  padding-left: 40.6rem;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}

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


#subscLP .doripLede > .inner > figure{
  display: block;
  width: 40.7rem;
  padding-bottom: 20rem;
  border-radius: 1rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
#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;
  padding: 4rem 0 2.6rem 3rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

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

#subscLP .doripLede > .inner > p{
  display: block;
  padding-left: 3rem;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #FFFFFF;
}

/**************************************
servicePoint
**************************************/
#subscLP .servicePoint{
  display: block;
  width: 100%;
  padding: 2rem var(--contentsPadding) 20rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/bg_wave_lightbrawn.svg") left bottom repeat-x #F5F4F2;
  background-size: auto 12rem;
  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) 20rem;
  background: url("https://drip-pod.jp/img/subsc/drippod/bg_wave_gray.svg") left bottom repeat-x #F4F1E7;
  background-size: auto 12rem;
  position: relative;
}

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

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

#subscLP .servicePoint > .campaign {
  width: 100%;
  max-width: 940px;
  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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3.9rem 4rem;
  max-width: 1300px;
  margin: 0 auto;
}

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

#subscLP ol.servicePointList > li{
  display: block;
  width: calc((100% - 8rem) / 3);
  padding: 3.5rem 3.5rem 3.5rem 3.5rem;
  border-radius: 8rem 0 8rem 0;
  background: #FFFFFF;
  position: relative;
}

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

#subscLP ol.servicePointList > li > dl{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}

#subscLP ol.servicePointList > li > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 6.2rem;
  width: 100%;
  padding-left: 1rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #4C3820;
  letter-spacing: 0.1em;
  line-height: 1.4;
  white-space: nowrap;
}
#subscLP ol.servicePointList > li > dl > dt strong{color: #DC2D0A;}

#subscLP.capsuleSide ol.servicePointList > li:nth-of-type(-n + 3) > dl > dt{
  min-height: 6rem;
}


#subscLP ol.servicePointList > li > dl > dd.fig{
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0;
  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;
  width: 100%;
  max-width: 25rem;
  height: auto;
  margin: 0 auto;
}

#subscLP ol.servicePointList > li > dl > dd.text{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 6.2rem - 14rem);
  padding-top: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.7;
  color: #4C3820;
}

#subscLP.capsuleSide ol.servicePointList > li:nth-of-type(-n + 3) > dl > dd.text{
  height: calc(100% - 9.2rem - 14rem);
}

/*campBannerList**/
#subscLP ul.campBannerList{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin: 6rem auto 0;
  gap: 0 0;
  justify-content: center;
}

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

#subscLP ul.campBannerList > li.offRate > .outer > picture{
  display: block;
  width: 22rem;
  height: 100%;
  overflow: hidden;
}
#subscLP ul.campBannerList > li.offRate > .outer > picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#subscLP ul.campBannerList > li.offRate > .outer > .text{
  width: calc(100% - 22rem);
  padding: 3rem 4rem;
}

#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 {
  width: 50.69230769230769%;
  padding: 2.4rem 0;
  position: relative;
  border: 3px solid #D95E1D;
  background: #FFFFFF;
  border-radius: 1.5rem;
}

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

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

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

#subscLP ul.campBannerList > li.present > .outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 2.4rem;
  height: 100%;
  overflow: hidden;
}

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

#subscLP ul.campBannerList > li.present > .outer > figure > figcaption {
  display: block;
  padding-left: 8rem;
  margin-bottom: 1.4rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  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: calc((100% - 35%) - 2.4rem);
  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: 0.8rem; }

#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: large;
  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;
  max-width: 70rem;
  margin: 6rem 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: 0 var(--contentsPadding) 30rem;
  background: url("../../img/subsc/drippod/bg_wave_white.svg") left bottom repeat-x #F4F1E7;
  background-size: auto 12rem;
  position: relative;
}

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


#subscLP.capsuleSide .subscPlan{
  display: block;
  width: 100%;
  margin-top: -1px;
  padding: 0 var(--contentsPadding) 24rem;
  background: url("../../img/subsc/drippod/bg_wave_lightbrawn.svg") left bottom repeat-x #F5F4F2;
  background-size: auto 12rem;
  position: relative;
}

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

    
/*planAnchor ***/
#subscLP ul.planAnchor{
  display: grid;
  align-items: stretch;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  gap:0 4rem;
  max-width: 1100px;
  margin: 0 auto 7rem;
}


#subscLP ul.planAnchor > li{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  flex-shrink: 1;
  width: 100%;
}
  
#subscLP ul.planAnchor > li > a{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  align-items: center;
  justify-content: center;
  gap: 0.7rem 0;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 13rem;
  border-radius: 5px;
  background: #2C4772;
  color: #FFFFFF !important;
}
#subscLP ul.planAnchor > li.blue > a{background: #2C4772;}
#subscLP ul.planAnchor > li.orange > a{background: #D95E1D;}

#subscLP ul.planAnchor > li > .planAnchor-head{
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  color: #DB672C;
  letter-spacing: 0.1em;
  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.8rem;
  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: wrap;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
#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: 2rem;
}

#subscLP ul.planAnchor > li > a > .title::before{
  left: -6rem;
  top: -1rem;
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.3rem;
  margin-right: 1.5rem;
  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: -6rem;
  bottom: 0;
  content: '';
  display: block;
  width: 5rem;
  height: 5rem;
  margin-left: 1.5rem;
  background: url("../../img/subsc/drippod/arrow_anchor.svg") center center no-repeat;
  background-size: 100% auto;
}

#subscLP ul.planAnchor > li > a > .title > span {
  font-size: 2rem;
}

#subscLP ul.planAnchor > li > a > .description {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}

/**************************************
subscDetailBox
**************************************/
#subscLP .subscDetailBox{
  display: block;
  width: 100%;
  max-width: 1100px;
  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: 10rem;}

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

#subscLP .subscDetailBox > .btnEntry > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8rem;
  padding-top: 0.2rem;
  background: #DC2D0A;
  border-radius: 2px;
  font-size: 2rem;
  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: 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 > h3{
  /* display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 3rem; */
  width: calc(100% - 16rem);
  padding: 3rem 0;
  margin: 0 auto 2rem;
  font-size: 3rem;
  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.doripSide .subscDetailBox > h3{padding-right: 14.7rem;} */

#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.8rem;
  margin-right: 1rem;
  padding: 0.5rem 2rem;
  border: 1px solid #2C4772;
  border-radius: 1.9rem; 
  font-size: 1.4rem;
  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: 2rem;
  font-size: 1.2rem;
  text-align: center;
}


#subscLP .subscDetailBox .aboutDetail{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 8rem 5rem;
}

#subscLP .subscDetailBox .aboutDetail > figure {
  display: block;
  width: calc(100% - 50rem);
}
#subscLP .subscDetailBox .aboutDetail > figure > img { 
  display: block;
  width: 100%;
  height: auto;
}

#subscLP .subscDetailBox .aboutDetail > .text{
  display: block;
  width: 44rem;
}
#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.8rem;
  font-size: 2.2rem;
  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.5rem;
  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-color: #DC2D0A;
  /*background-color: #C4A17F;*/
}
#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: 2.5rem 6.2rem 2.5rem 3rem;
  background: #F5F4F2;
  position: relative;
}

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


#subscLP .subscDetailBox .aboutDetail > .text > .price > .postageFree{
  display: block;
  width: 8rem;
  height: 8rem;
  position: absolute;
  right: -2rem;
  top: -1.5rem;
}
#subscLP.capsuleSide .subscDetailBox .aboutDetail > .text > .price > .postageFree{
  right: -10rem;
  top: calc(50% - 4rem);
}

#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;
  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: 16rem;
  height: 8rem;
  position: absolute;
  right: -2rem;
  top: -1.5rem;
}
#subscLP.capsuleSide .subscDetailBox .aboutDetail > .text > .price > .postageFree2{
  right: -17rem;
  top: calc(50% - 4rem);
}

#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;
  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.5rem;
}


#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.7rem;
  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: 3rem;
  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.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding-bottom: 0.5rem;
  margin-left: 0.5rem;
}

#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.5rem;
  font-weight: 700;
  padding-left: 1rem;
}
#subscLP .subscDetailBox .aboutDetail > .text > .price > dl > dd > em::before,
#subscLP .subscDetailBox .aboutDetail > .text > .price > .priceDetail > em::before{
  content: '';
  display: block;
  width: 2px;
  height: 1.6rem;
  margin-right: 1rem;
  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: 1rem;
  background: url("../../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% - 4rem);
  padding-top: 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  color: #4C3820;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/**************************************
campaign
**************************************/
#subscLP .subscDetailBox .campaign {
  padding: 0 8rem 5rem;
}
#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 {
  position: absolute;
  right: 85px;
  bottom: 36px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
  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% - 16rem);
  padding-top: 4.6rem;
  padding-bottom: 5rem;
  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: 3.7rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #4C3820;
}

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

#subscLP .subscDetailBox .machineSelect > ul > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 1.5rem 4.5rem 1.5rem 4rem;
  border-radius: 3rem 0 3rem 0;
  background: #F5F4F2;
}

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

#subscLP .subscDetailBox .machineSelect > ul > li > figure{
  display: block;
  width: 9rem;
  height: 9rem;
  mix-blend-mode: multiply;
}
#subscLP .subscDetailBox .machineSelect > ul > li > figure > img{display: block; width: 100%; height: auto;}


#subscLP .subscDetailBox .machineSelect > ul > li > dl{
  display: block;
  width: calc(100% - 9rem - 24rem);
  padding: 0 3rem;
}

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

#subscLP .subscDetailBox .machineSelect > ul > li > dl > dd{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #4C3820;
}

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

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

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

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

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

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


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

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


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

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

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


#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: 3rem;
  height: 3rem;
}
#subscLP .subscDetailBox .cautionBox > dl > dd > 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 .cautionBox > dl > dd > ul > li > span{
  display: block;
  width: calc(100% - 3rem);
  padding-top: 0.6rem;
  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: 5rem 8rem;
  margin: 0 auto;
  background: #2C4772;
}

#subscLP .subscDetailBox .aboutSubscSystem > h4{
  display: block;
  margin-bottom: 3.6rem;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.16em;
  color: #FFFFFF;
}
#subscLP .subscDetailBox .aboutSubscSystem > h4 > span{
  font-size: smaller;
}

#subscLP .subscDetailBox .aboutSubscSystem .course{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 0 4rem;
  max-width: 88rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

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

#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.2rem;
  background: #C4A17F;
  border-radius: 3rem 0 0 0;
  font-size: 2rem;
  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: 8rem;
  height: 8rem;
  position: absolute;
  right: -2rem;
  top: -1rem;
}

#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: calc(100% - 5.2rem);
  padding: 2rem 2.5rem 2.5rem;
  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.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #DC2D0A;
}

#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd > figure{
  display: block;
  width: 10rem;
  margin-right: 3rem;
}
#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% - 14rem);
}

#subscLP .subscDetailBox .aboutSubscSystem .course > 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 .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: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd > dl > dd > span{
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding-bottom: 0.5rem;
  margin-left: 0.5rem;
}

#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.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 1rem;
}
#subscLP .subscDetailBox .aboutSubscSystem .course > dl > dd > dl > dd > em::before{
  content: '';
  display: block;
  width: 2px;
  height: 1.6rem;
  margin-right: 1rem;
  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: 9rem 3rem 5rem;
  background: url("../../img/subsc/drippod/bg_about_subsc_right.jpg") right top no-repeat,url("../../img/subsc/drippod/bg_about_subsc_left.jpg") left bottom no-repeat,#FFFFFF;
}

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

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

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

#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: 1rem;
  background: url("../../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% - 4rem);
  padding-top: 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  color: #4C3820;
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

/**************************************************
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: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
	gap: 0 4rem;
	max-width: 88rem;
	margin: 0 auto;
}
#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.world-tsukigawari > .month-coffee > dl {
	display: block;
	width: calc(50% - 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: 2rem;
	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%;
	min-height: calc(100% - 5.2rem);
	padding: 2rem 2.5rem 2.5rem;
	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% - 13rem);
}
#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.6rem;
	font-weight: 700;
	letter-spacing: 0.04rem;
}
/** 追加ここまで **/

#subscLP .subscDetailBox .aboutSubscSystem dl.systemDetail > dd.btn{
  display: block;
  width: 30rem;
  margin-top: 3rem;
}

#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.3rem;
  font-size: 1.2rem;
  font-weight: 500%;
  text-align: center;
  color: #4C3820;
}

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

#subscLP .subscDetailBox .campPresent > .inner{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 4rem;
  background: #F5F4F2;
  position: relative;
}

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

#subscLP .subscDetailBox .campPresent > .inner > figure{
  display: block;
  width: 27.9rem;
  mix-blend-mode: multiply;
}

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

#subscLP .subscDetailBox .campPresent > .inner > dl{
  display: block;
  width: calc(100% - 27.9rem);
}

#subscLP .subscDetailBox .campPresent > .inner > dl > dt{
  display: block;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
#subscLP .subscDetailBox .campPresent > .inner > dl > dt > span{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: 0 var(--contentsPadding) 10rem;
  position: relative;
}

#subscLP #aboutDorippod::before{
  content: '';
  display: block;
  width: 70.7rem;
  height: 19.1rem;
  background: url("../../img/subsc/drippod/text_image_dorip_bod.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: -18rem;
  pointer-events: none;
}


#subscLP #aboutDorippod .dorippodPoint{
  display: block;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 7rem;
}

#subscLP #aboutDorippod .dorippodPoint > ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 0 5rem;
}

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

#subscLP #aboutDorippod .dorippodPoint > ul > li > figure{
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
  border-radius: 3rem 0 3rem 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: 2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

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


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

#subscLP #aboutDorippod .useGuide > dl{
  display: block;
  padding: 5rem 10rem 6rem;
  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: 3.7rem;
  font-size: 2.4rem;
  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: 2rem;
  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: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0 4.8rem;
  position: relative;
  z-index: 1;
}

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

#subscLP #aboutDorippod .useGuide ol.useStep > li{
  display: block;
  width: calc((100% - 4.8rem * 3) / 4);
}

#subscLP #aboutDorippod .useGuide ol.useStep > li > figure{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 4rem;
  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: 5rem;
  height: 5rem;
  padding-top: 0.5rem;
  background: #DC2D0A;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  position: absolute;
  left: calc(50% - 2.5rem);
  bottom: -2.5rem;
}

#subscLP #aboutDorippod .useGuide ol.useStep > li > span{
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
  line-height: 1.9;
}

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

    
#subscLP #aboutDorippod .useGuide ul.care{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0 8rem;
  position: relative;
  z-index: 1;
}

#subscLP #aboutDorippod .useGuide ul.care > li{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: calc(50% - 4rem);
}

#subscLP #aboutDorippod .useGuide ul.care > li > figure{
  display: block;
  width: 24rem;
  aspect-ratio: 1 / 1;
  margin-right: 3rem;
  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% - 27rem);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.9;
  text-align: left;
}
      
/**************************************
aboutDorippod
**************************************/
#subscLP #aboutDorippodSpec{
  display: block;
  width: 100%;
  max-width: calc(1300px + var(--contentsPadding)*2);
  padding: 0 var(--contentsPadding) 10rem;
  margin: 0 auto;
}

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

#subscLP #aboutDorippodSpec .specWrap{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}


#subscLP #aboutDorippodSpec #doripColorSlider{
  display: block;
  width: calc(100% - 62rem);
}

#subscLP #aboutDorippodSpec #doripColorSlider > ul.control{display: none;}

#subscLP #aboutDorippodSpec #doripColorSlider > ul.sliderWrapper{
  display: block;
}

#subscLP #aboutDorippodSpec #doripColorSlider > ul.sliderWrapper > li.slider{
  display: block;
  width: 100%;
}
#subscLP #aboutDorippodSpec #doripColorSlider > ul.sliderWrapper > li.slider + li.slider{
  margin-top: 1rem;
}

#subscLP #aboutDorippodSpec #doripColorSlider > ul.sliderWrapper > li.slider > img{
  display: block;
  width: 100%;
  height: auto;
}

/*text***/
#subscLP #aboutDorippodSpec .specText{
  display: block;
  width: 55rem;
}

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

#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: 2rem;
  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 3rem;
}

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

#subscLP #aboutDorippodSpec .specText > dl > dd > ul.colorList > li > em{
  display: block;
  width: 3rem;
  height: 3rem;
  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% - 4rem);
  padding-top: 0.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}



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

#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: block;
  width: 14rem;
  padding: 1.9rem 1.5rem 1.5rem;
  background: #F5F4F2;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

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


#subscLP #aboutDorippodSpec .specText > .btnMoreInfo{
  display: block;
  width: 30rem;
  margin: 5rem 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%;
  padding: 6rem var(--contentsPadding) 6rem;
  margin: 6rem auto;
  background: linear-gradient(90deg, #EFEBDD 0%, #EFEBDD 49.9%, #FFFFFF 49.9%, #FFFFFF 100%);
}

#subscLP .instaBox .inner{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 130rem;
  min-height: 48rem;
  margin: 0 auto;
  padding: 0 2rem 4rem 81rem;
  background: url("../../img/home/bg_home_insta.svg") 12rem top no-repeat;
  background-size: 6rem auto;
  position: relative;
}

#subscLP .instaBox .inner #instaWrap{
  display: block;
  width: 48rem;
  position: absolute;
  left: 24rem;
  top: 0;
}

#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{
  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%;
  margin-top: 8rem;
  padding: 12rem 0 0;
  background: url("../../img/subsc/drippod/bg_wave_gray.svg") left top repeat-x;
  background-size: auto 12rem;
  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: 70.7rem;
  height: 19.1rem;
  background: url("../../img/subsc/drippod/text_image_dorip_bod.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: -18rem;
  pointer-events: none;
}



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

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


#subscLP .otherLinks > .inner > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
#subscLP .otherLinks > .inner > dl + dl{margin-top: 8rem;}

#subscLP .otherLinks > .inner > dl > dt.subTTL{width: 28rem;}
#subscLP .otherLinks > .inner > dl > dt.subTTL > em{font-size: 1.5rem;}
#subscLP .otherLinks > .inner > dl > dt.subTTL > strong{font-size: 2.5rem;}

#subscLP .otherLinks > .inner > dl > dd{
  display: block;
  width: calc(100% - 35rem);
  padding-top: 2rem;
}


#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: 1.5rem;}
  
#subscLP .otherLinks > .inner > dl > dd > ul > li > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-right: 4.5rem;
  background: #FFFFFF;
  border-radius: 3rem 0 3rem;
  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: 1.5rem;
}


#subscLP .otherLinks > .inner > dl > dd > ul > li > a > figure{
  display: block;
  width: 12rem;
  padding-bottom: 12rem;
  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% - 12rem);
  padding-left: 3rem;
}

#subscLP .otherLinks > .inner > dl > dd > ul > li > a > dl > dt{
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  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.5rem 1rem;
  margin-bottom: 1rem;
  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;
}

.subscDetailBox .campaign picture > img {
	width: 50%;
}

.campaign.switch {
    text-align: center;
}

/*ddキャンペーン*/
.ddcampaign {
  /*width: 46.53846153846154%;*/
  width: 48.65%;
  }
  .ddcampaign > picture > img {
  width: 100%;
  }
  .ddcampaign-select {
  padding: 0;
  }
  figure.ddcampaign-select {
  padding: 0!important;
  }
  #subscLP ul.campBannerList > li.offRate-202410 {
  /*width: 46.53846153846154%;*/
  width: 48.65%;
  }
  #subscLP ul.campBannerList > li.offRate-202410 > .outer{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  border: 1px solid #F0A42B;
  background: #FFFFFF;
  border-radius: 1.5rem;
  overflow: hidden;
  }
  #subscLP ul.campBannerList > li.offRate-202410 > .outer > picture{
  display: block;
  width: 22rem;
  height: 100%;
  overflow: hidden;
  }
  #subscLP ul.campBannerList > li.offRate-202410 > .outer > picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  }
  #subscLP ul.campBannerList > li.offRate-202410 > .outer > .text{
  width: calc(100% - 22rem);
  padding: 3rem 4rem;
  }
  #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;
  }
  .annotation {
  margin-top: -3rem;
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  }
  span.annotation-symbol {
  font-size: 1.1rem;
  }
  .annotation-system {
  margin-top: 1rem;
  font-weight: 700;
  }

  .annotation > p , .annotation-system > p {
    line-height: 1.5rem;
  }

  /*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;
}

.campaign_text_uline {	
  background: #ffec00;	
  color: #54270d;	
  font-weight: bold;	
  font-size: 1.7rem;	
  }	

  /*2024年11月キャンペーン */
  .Camp_2024_Title {
    background-color: #DC2D0A;
    padding: 1.5rem;
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
  }
  
  .Camp_2024_PostageFree_Price {
    display: flex;
    margin: 2rem 0rem 0rem;
  }
  
  .Camp_2024_PostageFree > img {
    width: 8rem;
  }
  
  .Camp_2024_Price_Strikethrough > span {
    font-size: 1.2rem;
  }
  
  .Camp_2024_Price_Strikethrough {
    font-size: 1.4rem;
  }
  
  .Camp_2024_Price {
    display: flex;
    align-items: flex-end;
    padding-bottom: 2.2rem;
    padding-left: 1rem;
    margin-left: 1rem;
    background: #F5F4F2;
    width: 100%;
    gap: 1.2rem;
  }
  
  
  del.c_del_1 {
    background-image: linear-gradient(#4C3820, #4C3820);
    background-position: 0 48%;
    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.4rem;
  }
  
  .Camp_2024_Price_Red > strong {
    font-size: 3.3rem;
    font-weight: 900;
  }
  
  .gensen {
    margin-left: 1.5rem;
  }
  
  .Camp_2024_Annotation {
      padding: 1rem;
      margin-bottom: 2rem;
      font-size: 1.4rem;
      font-weight: 700;
      text-align: right;
      line-height: 2rem;
  }
  
  .Camp_2024_CouponCode > a {
    display: flex;
    border: 1px solid #4C3820;
    padding: 2rem;
    font-size: 2rem;
    gap: 10rem;
  }
  
  .Camp_2024_CouponCode > a > dd {
    font-weight: 900;
  }
  
  .c_del_2 {
    padding-bottom: 0.4rem;
  }
  
  .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.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  
  .c_del_2 > dd > span {
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.16em;
      padding-bottom: 0.2rem;
      margin-left: 0.5rem;
      white-space: nowrap;
  }
  
  .Camp_2024_System {
    margin: 1.3rem 0rem 1.3rem;
    font-size: 1.5rem;
    color: white;
    background: #DC2D0A;
    padding: 1rem 0.5rem;
    text-align: center;
    border-radius: 5px;
    width: 108%;
    font-weight: 900;
  }
  
  .Camp_2024_System_price {
    display: flex;
    align-items: flex-end;
  }
  
  .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: 3rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  
  .Camp_2024_System_price > dd > span {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    padding-bottom: 0.5rem;
    margin-left: 0.5rem;
    white-space: nowrap;
  }
  
  /*タイトル部分修正*/
  #subscLP .subscDetailBox > h3 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #subscLP .subscDetailBox > h3 > p > span {
    /*height: 3.8rem;*/
    margin-right: 1rem;
    padding: 0.5rem 2rem;
    border: 1px solid #2C4772;
    border-radius: 1.9rem;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
  }
  
  #subscLP .subscDetailBox > h3 > p.title {
    display: flex;
    align-items: center;
    justify-content: center;
   }
  
  #subscLP .subscDetailBox > h3 > p.subTitle {
    display: inline;
    padding: 0;
    border: none;
    font-size: smaller;
  }
  
  #subscLP .subscDetailBox#aboutSelectSubsc > h3 > p > span {
    border-color: #D95E1D;
  }
  
  /*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-bottom: 2rem;
  }
  
  .Camp_2025_bottle > dl > dt {
    font-size: 1.8rem;
    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: 1.5rem;
    align-items: center;
  }
  
  .Camp_2025_bottle > dl > dd > figure {
      width: 45%;
      padding: 0rem 1rem 0rem 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 {
    width: calc(100% - 50rem);
}

.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: 3rem;
  padding: 5rem 0 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 8rem 2rem;
}

.Youbi_Subsc_Price {
  display: flex;
  justify-self: center;
}

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: 2.3rem;
  color: #FFFFFF;
  margin-right: 1rem;
}

p.Youbi_Subsc_Title_drippodyoubi {
  padding-bottom: 2rem;
  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;
}

.Youbi_Subsc_Detail {
  display: flex;
  padding: 0 8rem 5rem;
  justify-content: space-between;
}

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

.Youbi_Subsc_Price_PostageFree > img {
  width: 8rem;
}

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

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

.Youbi_Subsc_CTA {
  background-color: #DC2D0A;
  text-align: center;
  height: 5.5rem;
  font-size: 2rem;
  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;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
  line-height: 2rem;
  color: #000000;
}

.Youbi_Subsc_Description {
  width: 44rem;
}

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

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;
}

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 8rem 5rem;
}

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

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


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

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


#subscLP .subscDetailBox .aboutDetail > .text > .switch > .price > .postageFree{
  display: block;
  width: 8rem;
  height: 8rem;
  position: absolute;
  right: -2rem;
  top: -1.5rem;
}
#subscLP.capsuleSide .subscDetailBox .aboutDetail > .text > .switch > .price > .postageFree{
  right: -10rem;
  top: calc(50% - 4rem);
}

#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;
  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.5rem;
}


#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.7rem;
  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: 3rem;
  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.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding-bottom: 0.5rem;
  margin-left: 0.5rem;
}

#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.5rem;
  font-weight: 700;
  padding-left: 1rem;
}
#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.6rem;
  margin-right: 1rem;
  background: #C4A17F;
  transform: rotate(20deg);
}

#subscLP .subscDetailBox .aboutSubscSystem .course > .switch {
  display: block;
  width: calc(50% - 2rem);
}

#subscLP .subscDetailBox .aboutSubscSystem .course > .switch > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.2rem;
  background: #C4A17F;
  border-radius: 3rem 0 0 0;
  font-size: 2rem;
  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: 8rem;
  height: 8rem;
  position: absolute;
  right: -2rem;
  top: -1rem;
}

#subscLP .subscDetailBox .aboutSubscSystem .course > .switch >  dl > dd{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: calc(100% - 5.2rem);
  padding: 2rem 2.5rem 2.5rem;
  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.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #DC2D0A;
}

#subscLP .subscDetailBox .aboutSubscSystem .course > .switch >  dl > dd > figure{
  display: block;
  width: 10rem;
  margin-right: 3rem;
}
#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% - 14rem);
}

#subscLP .subscDetailBox .aboutSubscSystem .course > .switch >  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 .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: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#subscLP .subscDetailBox .aboutSubscSystem .course > .switch >  dl > dd > dl > dd > span{
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding-bottom: 0.5rem;
  margin-left: 0.5rem;
}

#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.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 1rem;
}
#subscLP .subscDetailBox .aboutSubscSystem .course > .switch >  dl > dd > dl > dd > em::before{
  content: '';
  display: block;
  width: 2px;
  height: 1.6rem;
  margin-right: 1rem;
  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: 62%;
  }

  /*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: 3rem;
    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.5rem;
    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: 2.5rem 2.5rem;
    margin-left: 2rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
}

.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 2.5rem;
}

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


 /*2025/5/21　追記*/
  
  .Camp_2025_capsuel {
      display: block;
      border: 1px solid #DC2D0A;
      border-radius: 5px;
      background-color: #DC2D0A;
  }
  
  .Camp_2025_capsuel > dl > dt {
    font-size: 1.8rem;
    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: 1.5rem;
    align-items: center;
  }
  
  .Camp_2025_capsuel > dl > dd > figure {
      width: 80%;
      padding: 0rem 1rem 0rem 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.6rem;
    font-weight: 900;
    margin-bottom: 1rem;
  }
  
  .Camp_2025_capsuel > dl > dd > dl > dd {
    font-size: 1.3rem;
  }


   /*2025/6/25　追記*/

  .Camp_PriceDown_youbi {
    margin-bottom: 2rem;
  }

  .Camp_2024_CouponCode_youbi > a {
    display: flex;
    border: 1px solid #000000;
    padding: 2rem;
    font-size: 2rem;
    gap: 10rem;
    color:#000000;
  }
  
  .Camp_2024_CouponCode_youbi > a > dd {
    font-weight: 900;
  }
    
  .Camp_2024_Price_youbi {
    display: flex;
    align-items: flex-end;
    padding-bottom: 2.2rem;
    padding-left: 1rem;
    margin-left: 1rem;
    background: #FFFFFF;
    width: 100%;
    gap: 1.2rem;
    color:#000000;
  }


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


.APPDL_coupon > picture > img {
  width: 90%;
  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;
}


.CampaignFV {
    text-align: center;
    margin: 2rem auto;
}

.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: 12rem;
  max-height: 12rem;
}

.Camp_202511_Capsuel > img {
    width: 8rem;
}

.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:2rem;
  color: white;
}
.campaign_20260427 > p {
  padding: 1.2rem;
  font-size: 1.5rem;
  text-align: center;                              
  line-height: normal;
}
span.bigredbold {
  color: #D10000;
  font-size: 2rem;
  font-weight: 900;                               
}

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