@charset "utf-8";



/*---------------------------------------
  だしプレッソ関連LP レスポンシブ
----------------------------------------*/

/*----------------------------------------
    common
----------------------------------------*/
.pc_view {
  display: block;
}
.sp_view {
  display: none;
}
.sp_br {
  display: none;
}

#main_title_en{
    padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
  .sp_br {
    display: inline;
  }
    
#main_title_en{
    padding-top: 0;
} 
    
}
#content_detail {
  background-color: #fff;
}
#content_detail img {
  max-width: 100%;
  height: auto;
}

@media all and (-ms-high-contrast: none) {
#content_detail img {
  max-width: 350px;
}
}

#content_detail * {
  box-sizing: border-box;
}

/*  #presso_trial_set
だしプレッソお試しセット
----------------------------------------*/
.br_sp {
  display: none;
}

.main_visual img {
  max-width: 100%;
  margin: 0 auto 50px;
}
.top_mv {
  text-align: center;
}

.section_content {
  max-width: 1120px;
  margin: 0 auto 150px;
}
.section_content_title {
  margin: 0 auto 40px !important;
  font-size: 35px !important;
  font-weight: bold;
  text-align: center;
}

.section_content_title span{
  font-size: 40px !important;
}
.section_content_title .small_title{
  font-size: 32px !important;
}
.section_content_text {
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
}

/*lp2(広告A/Bテスト_離乳食訴求)用ここから*/
.section_content_col_text a.blue {
  color: #036eb8;
  text-decoration: underline;
}

.section_content_col_text.notice {
  background-color: #f8f8f8;
  padding: 15px;
  margin-top: 30px;
}
.section_content_col_text.notice span {
  font-weight: bold;
  font-size: 18px !important;
  display: block;
}
/*lp2(広告A/Bテスト_離乳食訴求)用ここまで*/

.section_content_row {
  display: flex;
  justify-content: space-between;
}

.patern1 > .section_content_col:first-child {
  width: 555px;
  margin-right: 35px;
}
.patern1 > .section_content_col:nth-child(2) {
  width: calc(100% - 590px);
  margin-right: 35px;
}
.patern2 > .section_content_col:first-child {
  width: calc(100% - 480px);
}
.patern2 > .section_content_col:nth-child(2) {
  width: 445px;
  margin-left: 35px;
}
.patern3 > .section_content_col:first-child {
  width: 445px;
  margin-right: 35px;
}
.patern3 > .section_content_col:nth-child(2) {
  width: calc(100% - 480px);
}

.patern4 {
  margin-bottom: 140px;
}
.patern4 > .section_content_col {
  width: 31.25%;
  text-align: center;
}

.patern5 {
  flex-wrap:wrap;
	text-align: center;
}


.section_content_col {
  margin: 0 auto 50px;
}

.patern5 .section_content_col {
  width: 45%;
}

.recipe_bnr {
  margin: 0 auto;
  font-size: 14px;
  width: 200px;
}

.recipe_bnr a{
  border: 1px solid #555555;
  font-size: 14px;
  padding: 10px;
  display: block;
    text-align: center;
}

.section_content_col_title {
  margin: 0 !important;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.8em;
}
.section_content_col_text {
  margin: 0;
  font-size: 18px;
  line-height: 1.8em;
}

.section_content_col_text span{
  font-size: 15px;
}

/*lp2(広告A/Bテスト_離乳食訴求)用ここから*/
.section_content_col_text.notice span {
  font-size: 13px !important;
}
/*lp2(広告A/Bテスト_離乳食訴求)用ここまで*/


.section_content_obi {
  max-width: 1120px;
  height: 250px;
  margin: 0 auto 70px !important;
  text-indent: -9999px;
  background-image: url(../lp1/tp/img/img05.jpg);
  background-size: 1120px 250px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
}

.style_text {
  padding: 25px 0;
  font-size: 20px;
}

.patern5 .style_text {
  padding: 15px 0;
}

#content_detail #nutrition h4 {
  margin: 20px auto 10px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
  font-weight: 600;
  color: #4c4c4c;
}

@media screen and (max-width:767px) {
  .br_sp {
    display: inline;
  }
  .section_content {
    padding: 0 10px;
    margin: 0 auto 50px;
  }

  .section_content_row {
    display: block;
  }
  .section_content_col {
    margin-bottom: 0;
  }
  .patern1 > .section_content_col,
  .patern2 > .section_content_col,
  .patern3 > .section_content_col {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .patern1 > .section_content_col:first-child,
  .patern2 > .section_content_col:first-child,
  .patern3 > .section_content_col:nth-child(2) {
    margin: 0 auto 15px;
  }
  .section_content_row.patern3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 20px auto 0;
  }

  
  .section_content_title {
    margin: 0 auto 20px !important;
    font-size: 7vw !important;
  }
	
  .section_content_title span{
    font-size: 8vw !important;
  }
	.section_content_title .small_title{
    font-size: 5vw !important;
  }
	
	
  .section_content_col_title {
    font-size: 20px !important;
  }
  .section_content_col_title_span {
    font-size: 18px !important;

  }
  .section_content_text {
    margin: 0 auto 20px;
  }
  .section_content_text,
  .section_content_col_text {
    font-size: 14px !important;
    text-align: left;
  }
	
  .section_content_col_text span{
    font-size: 13px;
  }

  

  .patern4 {
    margin-bottom: 50px;
  }
	
	
  .patern4 > .section_content_col {
    width: 100%;
    margin: 0 auto 30px;
  }
	
  .patern5 > .section_content_col {
    width: 100%;
    margin: 0 auto 45px;
  }
	
	
	
	
  .section_content_obi {
    margin: 10px auto 30px !important;
    height: auto;
    text-indent: 0;
    background-image: none;
  }
  .style_text {
    padding: 20px 0;
    font-size: 18px;
  }
}

.section_content_joubisai{
	margin: 0 auto;
	text-align: center;
}

#content_detail .detail_list{
	padding-bottom: 140px;
}

/* #presso_trial_set .block_container .col_photo::after {
  background-image: url(../img/gentei49.png);
} */

/* #presso_trial_set .buy_cart p.trial_set_price .trial_text{
  color:#be2000;
} */

#presso_trial_set .buy_cart p.trial_set_price .trial_price{
	margin-left: 30px;
}

#product{
	padding: 0;
}

@media (max-width: 767px){
#presso_trial_set .buy_cart p.trial_set_price{
		text-align: center;
	}
	
#presso_trial_set .buy_cart p.trial_set_price .trial_price{
	margin-left: 10px;
}	

#content_detail .detail_list{
	padding-bottom: 65px;
}

	#presso_trial_set .title_area .ico_brandbook{
		width: 120px;
  }

}


/*  関連記事
----------------------------------------*/

#article{
    background-color: #F8F8F8;
    max-width: 1120px;
    margin: 0 auto 100px;
    padding: 50px 10px;
}

#article .mini_title{
    font-size: 28px;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
    padding-bottom: 10px;
}

#article .mini_title img{
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media all and (-ms-high-contrast: none) {
#article .mini_title img{
    top: 18px;
}
}

.article_box p span:nth-of-type(2){
    display: block;
    padding-top: 10px;
}

.article{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.article_box{
    padding: 0 8px;
    /*IE*/
    width: 33.3%;
}

.article_box:nth-of-type(n+4){
  margin-top: 50px;
}

.article_box p{
    font-size: 18px;
    padding: 15px 0 20px;
}

#article .recipe_bnr{
    background-color: #ffffff;
}


@media (max-width: 767px){
#article{
    margin: 0 auto 50px;
    padding: 30px 10px 20px;
}  
#article .section_content_title{
    margin: 0!important;
}
    
.article{
    display: block;
}
    
#article .mini_title{
    font-size: 4.5vw;
}
    
#article .mini_title img{
    top: 25px;
}

.article_box{
    padding: 20px 0;
    display: flex;
    width: 100%;
} 
.article_box:nth-of-type(n+4) {
  margin-top: 0;
}
    
.article_box .article_img{
    width: 80%;
}

.article_box .article_desc{
    width:85%
}
    
.article_box p{
    font-size: 16px;
    padding: 0 0 10px 10px;
    text-align: left;
}
   
#article .recipe_bnr{
    width: 80%;
} 
    
.recipe_bnr a {
    padding: 7px;
}
    
}



/*  media
----------------------------------------*/

.media{
    background-color: #F8F8F8;
}

.media .section_content_title{
    padding-top: 50px;
}

.media .style_text{
    text-align: left;
    font-size: 18px;
}

.media .recipe_bnr{
    background-color: #ffffff;
    margin-top: 15px;
}

.m_br{display: none}

.voice {
  padding: 0 50px;
}

.voice .section_content_col {
  width:30%;
  height: 120px;
  position:relative;
  font-size: 17px;
}

.voice .section_content_col p {
  margin-bottom:20px;
}

.voice .section_content_col span {
  position: absolute;
  font-weight:bold;
  bottom: 0;
  right: 50px;
}

.media_logo {
  flex-wrap:wrap;
  padding: 0 50px;
}

@media screen and (min-width:481px) and ( max-width:768px) {
.m_br{display: block}
    
}

@media screen and (max-width: 767px){
.media {
    padding-bottom: 8px;
}
    
.media .style_text{
    font-size: 16px;
}

.voice {
  padding: 0 15px;
}
.voice .section_content_col {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 13px;
}
.voice .section_content_col p {
  margin-bottom: 20px;
}
.voice .section_content_col span {
  position: absolute;
  right: 0;
}

.section_content_row.media_logo {
  display: flex;
  padding: 0 15px;
}
.media_logo .section_content_col {
  width: 30%;
  margin: 0 0 20px;
}

}

@media screen and (max-width: 480px){
.media .section_content_title{
    font-size: 5.9vw!important
}

}












