@charset "UTF-8";
/* ========================================
エフドットプロテイン
=========================================== */
/* ------------------------------------------
共通　
-----------------------------------------  */
main{
  color: #333333;
}

img {
  width: initial;
  max-width: 100%;
  height: auto;
}
dt{
  display: inline-block;
  font-weight: normal;
}
dd{
  display: inline-block;
}
.info{
  font-size: 0.8rem;
  margin-top: 1em;
  text-align: left;
}
#ptotein .wrap section{
  text-align: center;
}
.note{
  font-size: 0.8rem;
}
.pc_show{
  display: inline;
}
.sp_show{
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_show{
    display: none;
  }
  .sp_show{
    display: inline-block;
  }
}
.jump{
  text-decoration: underline;
}


/* ------CARTデザイン------- */
.cart form {
  height: fit-content;
  margin-top: 1em;
  height: 40px;
  display: flex;
  width: 100%;
  margin-inline: auto;
}
.present-banner_small{
  width: 100%;
}
.product .present-banner_small .info{
  font-size: 13px;
}
.select_wrapper{
  width: 55px;
  margin-right: 5px;
  height: 40px;
}
.select_wrapper select {
  font-size: 16px;
}
.cart_btn {
  font-weight: bold;
  align-items: center;
  display: inline-block;
  align-items: center;
  color: #fff;
  padding: 0.5rem;
  background-color: #858585;
  position: relative;
  width: calc(100% - 60px);
  height: 100%;
}
.cart_btn-present{
  font-weight: bold;
  align-items: center;
  display: inline-block;
  align-items: center;
  color: #fff;
  padding: 0.5rem;
  background-color: #858585;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.cart_btn:before{
  background-color: #858585;
  background: url(/assets/protein/img/icon_cart.svg) ;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 19px;
  left: 30px;
  width: 18px;
}
.cart_btn:after{
  background-color: #858585;
  background: url(/assets/protein/img/icon_arrow.svg) ;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 4px;
  right: 30px;
  width: 18px;
}
.cart_btn-present:after{
  background-color: #858585;
  background: url(/assets/protein/img/icon_plus.svg) ;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 58%;
  text-align: center;
  transform: translate(0, -50%);
  height: 19px;
  right: 30px;
  width: 18px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .present-banner_small{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .select_wrapper select {
    background-position: center right 1.5vw;
    padding: 1.2vw 2vw 1.2vw 2vw;
  }
  .select_wrapper{
    width: 65px;
    margin-right: 5px;
    height: 40px;
  }
  .cart_btn {
    width: calc(100% - 65px);
    height: 100%;
  }
}

/* ------------------------------------------
KV
-----------------------------------------  */

.kv{
  background-color: #D3C1B7;
  background-image: url(/assets/protein/img/kv.png) ;
  background-repeat: no-repeat;
  /* clip-path:  ellipse(100% 80% at 50% 100%); */
  background-position: center;
  background-size: cover;
  width: 100%;
  /* max-width: 1920px; */
}
.kv_inner{
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  width: 100%;
}
.curve-wrap{
  overflow: hidden;
  width: 100%;
  position: absolute;
}
.curve{
  border-bottom-left-radius: 50% 8vw;
  border-bottom-right-radius: 50% 8vw;
  width: 110%;
  height: 8vw;
  margin-left: -5%;
  background:  #D3C1B7;
}
@media screen and (max-width: 768px) {
  .kv{
    height: fit-content;
    background-image: url(/assets/protein/img/kv_sp.png) ;
    background-position: top center;
    background-size: contain;
  }
  .kv_inner{
    flex-direction: column;
    max-height: 100%;
  }
  .kv_innner-lead{
    margin-top: 10vw;
    padding-inline: 10px;
  }
  .curve{
    border-bottom-left-radius: 50% 20vw;
    border-bottom-right-radius: 50% 20vw;
    width: 110%;
    height: 20vw;
    margin-left: -5%;
    background:  #D3C1B7;
  }
}

/* ----------------------------------- */
/* -------秋のキャンペーン後削除-------- */
/* ----------------------------------- */
/* .kv_inner{
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}
.icon_kv_fall{
  position: absolute;
  top: 5%;
  width: 30vw;
  max-width: 200px;
  left: 1%;
}
@media screen and (max-width: 1000px) {
  
}
@media screen and (max-width: 768px) {
  .icon_kv_fall{
    top: 3%;
    left: 3%;
    transform: translateX(0%);
    max-width: 40vw;
    max-width: 40vw;
  }
}
.kv{
  background-color: #EECAA5;
  background-image: url(/assets/protein/img/fall/kv-fall.png) ;
}
.curve{
  background-color: #EECAA5;
}
@media screen and (max-width: 768px) {
  .kv{

    background-image: url(/assets/protein/img/fall/kv_sp-fall.png) ;
  }
  .curve{
    
    background-color: #EECAA5;
  }
}
.ttl_offer{
  padding-top: 100px;
  margin-inline: auto;
  width: 90vw;
  max-width: 400px;
}
.product-wrap{
  padding-top: 80px!important;
}
@media screen and (max-width: 768px) {
  .kv_innner-lead {
      margin-top: 0vw!important;
      padding-inline: 10px;
  }
} */
/* ----------------------------------- */
/* -------秋のキャンペーン後削除-------- */
/* ----------------------------------- */


/* ------------------------------------------
CONCEPT
-----------------------------------------  */
.concept{
  background-image: url(/assets/protein/img/bg_concept.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding-top: calc(80px + 8vw);
  padding-bottom: 80px;
}
.concept__title{
  font-size: clamp(20px , 5vw ,25px);
  font-family: "\6E38\660E\671D\4F53", "Yu Mincho", YuMincho, serif;
  text-align: center;
  line-height: 2;
  margin-bottom: 2em;
}
.concept__lead{
  font-size: 20px;
  font-size: clamp(16px , 3vw ,20px);
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concept{
    padding-top: calc(80px + 20vw);
    padding-bottom: 80px;
  }
}
.logo_momotani{
  width: 50%;
  max-width: 260px;
  min-width: 250px;
  margin-bottom: 20px;
}

/* ------------------------------------------
PRODUCT
-----------------------------------------  */
.product{
  width: 100%;
  padding-bottom: 90px;
}
.product-wrap{
  padding-top: 150px;
  display: flex;
  width: 100%;
  max-width: 1000px;
  justify-content: space-between;
  align-items: start;
  margin-inline: auto;
}
.product__icon{
  max-width: 175px;
  position: absolute;
  left: 10px;
  top: -55px;
  width: fit-content;
}
.product__item{
  position: relative;
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flavor{
  margin-top: 5px;
}
.product__caption{
  width: 37%;
  text-align: left;
  overflow-y: auto; /* 必要に応じてスクロール */
}
.product__title{
  font-size: 28px;
  font-weight: bold;
}
.detail{
  margin-top: 1em;
}
.detail-price{
  margin-top: 0;
}
.detail-flavor dd{
  border: solid thin #333333;
  border-radius: 1em;
  padding-inline: 1em;
  background-color: #F2F2F2;
}
.off-catch_wrap{
  width: 100%;
  box-sizing: border-box;
  background-color: #FDEEED;
  text-align: center;
  padding: 5px 0;
  margin-top: 1em;
}
.product .info{
  font-size: 15px;
  padding-left: 1em;  /* 全体を1文字分右にずらす */
  text-indent: -1em;  /* 1行目だけ左に戻す */
}
.present-small{
  margin-top: 25px;
  width: 100%;
  padding: 40px 20px 20px;
  text-align: center;
  background-color: #FFF9E8;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .product-wrap{
    flex-direction: column;
    padding-top: 30vw;
    justify-content: center;
    align-items: center;
    padding-inline: 10px;
    gap: 10vw;
  }
  .product__item{
    width: 100%;
    max-width: 600px;
  }
  .flavor{
    margin-top: 3vw;
  }
  .product__caption{
    width: 100%;
    max-width: 600px;
  }
  .product__icon{
    max-width: 120px;
  }
  .present-small{
    margin-top: 10vw;
  }
}

/* ------------------------------------------
CONTENTS01
-----------------------------------------  */
.contents01{
  background-color: #FCE5E3;
}
.contents01-wrap{
  width: 100%;
  padding: 90px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents01-wrap{
    padding: 15vw 10px;
    max-width: 600px;
  }
}

/* ------------------------------------------
CONTENTS02
-----------------------------------------  */
.contents02{
  background-color: #E8EDF2;
  width: 100%;
} 
.contents02-wrap{
  padding: 90px 0 0;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.contents__lead{
  margin-bottom: 70px;
}
.pink-highlight{
  font-weight: bold;
  width: fit-content;
  color: #E95283;
}
@media screen and (max-width: 768px) {
  .contents02-wrap{
    padding: 15vw 10px 0;
    max-width: 600px;
  }
  .contents__lead{
    margin-bottom: 40px;
  }
}
/* ------------------------------------------
CONTENTS03
-----------------------------------------  */
.contents03{
  background-color: #F0EFEF;
  width: 100%;
} 
.contents03-wrap{
  padding: 0 0 90px;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents03-wrap{
    padding: 10vw 10px;
    max-width: 600px;
  }
}

/* ------------------------------------------
point共通
-----------------------------------------  */
.point__title{
  text-align: left;
  width: 100%;
  max-width: 850px;
  margin-inline: auto;
  margin-bottom: 35px;
}
.point__container{
  padding-bottom: 150px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto ;
}
.point__box{
  width: 100%;
  height: 228px;
  max-width: 850px;
  background-color: #fff;
  display: flex;
  margin: 0 auto 30px;
  justify-content: center;
  align-items: center;
}
.point__box01 .pink{
  color: #E95283;
}
.point01 .pink-highlight{
  color: #E95283;
  font-size: 1.2em;
  font-weight: bold;
}
.box__title{
  margin-top: 0.5em;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
}
.box-caption{
  width: 30%;
  background-color: #A48B8B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 228px;
  padding: 10px;
}
.box-lead{
  width: 70%;
  padding-left: 3% ;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}
.point_all{
  background-color: #DBD6D3;
  width: 100%;
} 
@media screen and (max-width: 768px) {
  .point__container{
    max-width: 600px;
    padding-inline: 10px;
    padding-bottom: 12vw;
  }
  .point__title{
    width: 100%;
    max-width: 600px;
    padding-inline: 10px;
  }
  .point__box{
    width: 100%;
    max-width: 600px;
    height: auto;
    flex-direction: column;
  }
  .box__title{
    font-size: clamp(20px , 4vw , 30px);
  }
  .box-caption{
    width: 100%;
    max-height: 150px;
    height: fit-content;
    min-height: 100px;
    padding: 15px;
  }
  .box-lead{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px , 3vw, 24px);
    padding-left:0 ;
    text-align: center;
    padding: 3vw;
    min-height: 150px;
  }
}
/* --------------
point01 box01
-----------------  */
.point01-wrap{
  padding: 150px 0 0;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.speech-bubble {
  position: relative;
  display: inline-block;
  padding: 10px 1em;
  background: #fff; /* 吹き出しの背景色 */
  color: #A48B8B; /* 文字色 */
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px; /* 丸みをつける */
  text-align: center;
}
.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff; /* 吹き出しと同じ色 */
}
.box01-lead .sub-lead{
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: start;
  align-items: center;
  margin-top: 15px;
}
.box01-lead .sub-lead01{
  font-size: 14px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 5px 3px 3px;
  background-color: #633321;
}
@media screen and (max-width: 768px) {
  .speech-bubble {
    padding: 5px 1em;
  }
  .box01-lead .sub-lead{
    flex-direction: column;
    text-align: left;
  }
}


/* --------------
point01 box02
-----------------  */
.box02-lead{
  display: flex;
  justify-content: start;
  align-items: center;
}
.box02-lead__main{
  margin-bottom: 10px;
}
.shareNo1{
  margin-right: 15px;
}
.box03-lead .pink-highlight{
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .box02-lead{
    justify-content: center;
    flex-direction: column;
    text-align: left;
  }
  .box02-lead__main{
    text-align: center;
    margin-top: 1em;
  }
  .shareNo1{
    width: 45%;
    max-width: 130px;
    margin-right: 0;
  }
}

/* --------------
point01 box03
-----------------  */
.point__box03{
  background-image: url(/assets/protein/img/point01-img_bg.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .point__box03{
    background-image: none;
    justify-content: center;
  }
}

/* ------------------------------------------
POINT02
-----------------------------------------  */
.point__container02, .point__container04, .point__container05{
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
}

/* ------------------------------------------
POINT04
-----------------------------------------  */
.point__container04{
  width: 100%;
}
.point__container04-lead{
  font-size: 1.5em;
  font-weight: bold;
}
.point__container04-box{
  margin-top: 30px;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 6%;
}
.point__container04-box p{
  font-weight: bold;
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .point__container04-box{
    gap: 2%;
  }
}


/* ------------------------------------------
POINT04
-----------------------------------------  */
.point__container05-box{
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .point__container05-box{
    flex-direction: column;
    gap: 10vw;
  }
}

/* ------------------------------------------
CATCH
-----------------------------------------  */
.catch__title{
  padding: 20px 0 50px ;
  font-size: clamp(25px,5vw,36px);
  font-weight: bold;
  text-align: center;
  color: #fff;
  
  background-color: #FFF9E8;
  background-image: url(/assets/protein/img/bg_catch.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.catch__title>.note{
  font-size: 0.6em;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .catch__title{
    background-image: url(/assets/protein/img/bg_catch_sp.png);
  }
}

/* ------------------------------------------
CONTENTS04
-----------------------------------------  */
.contents04{
  background: transparent linear-gradient(180deg, #FFF9E8 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  height: fit-content;
}
.contents04-wrap{
  padding: 90px 0 0;
  display: flex;
  width: 100%;
  max-width: 1000px;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents04-wrap{
    padding: 10vw 10px;
    max-width: 600px;
    flex-direction: column;
    gap: 10vw;
  }
}


/* ------------------------------------------
PRESENT_banner
-----------------------------------------  */
.present{
  width: 100%;
  background: url('/assets/protein/img/bg_wave.png') repeat-x ;
  background-position: center 150%;
  padding: 10px 0 90px;
}
.present-wrap{
  border-radius: 30px 0 30px 0; /* 左下のみ角丸なし */
  box-shadow: 5px 5px 0 #D2D2D2; /* 右下にくっきり影 */
  background-color: #FFF9E8;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 50px 0 30px ;
}
.present-wrap img{
  width: 50%;
}
.present-banner_cart{
  width: 70%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .present-wrap{
    border-radius: 10px;
    max-width: 600px;
    width: calc(100% - 20px);
    padding: 50px 10px 30px;
    margin-inline: auto;
  }
  .present-wrap img{
    width: 50%;
    min-width: 300px;
  }
  .present-banner_cart{
    width: 50%;
    min-width: 300px;
  }
}

/* ------------------------------------------
HOW TO
-----------------------------------------  */
.howto{
  width: 100%;
  background-color: #DCD6D2;
  padding: 0 0 90px;
}
.howto-wrap{
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 10px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: start;
}
.howto_lead-wrap{
  text-align: left;
  display: flex;
  flex-direction: column;
}
.howto__caption{
  font-size: 30px;
  font-size: clamp(20px , 5.5vw ,30px);
  font-weight: bold;
  margin-bottom: 1em;
}
.howto__lead p:first-child{
  font-size: clamp(16px , 4vw ,20px);
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .howto{
    width: 100%;
    padding-inline: 10px;
  }
  .howto-wrap{
    max-width: 600px;
    flex-direction: column;
    align-items: center;
  }
  .howto__caption{
    text-align: center;
  }
}

/* ------------------------------------------
CAUTION
-----------------------------------------  */
.caution{
  width: 100%;
  background-color: #DCD6D2;
  padding: 0 0 90px;
}
.caution-wrap{
  margin: 0 auto;
  background-color: #ffffff93;
  padding: 50px 50px;
  width: 100%;
  max-width: 1000px;
  color: #532317;
  font-size: 14px;
  text-align: left;
}
.allergy{
  width: fit-content;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
.allergy dt{
  background-color: #502518;
  color: #fff;
  padding-inline: 1em;
  line-height: 2;
}
.allergy dd{
  color: #502518;
  border: #502518 solid thin;
  padding-inline: 1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .caution{
  padding-inline:10px ;
  }
  .caution-wrap{
    max-width: 600px;
  }
}