@charset "UTF-8";


/* パンクズ */
#bread-crumb {
	position: static;
	transform: none;
  }
  @media screen and (max-width: 1025px) {
	#bread-crumb {
	  margin: 0 0 15px;
	  padding: 0 15px;
	  border-top: 1px solid #9B9B9B;
	  width: 100%;
	}
  }

/* ２段目のパンくずを無効化（現在キャンペーンを無効化） */
#bread-crumb-listTop li:nth-of-type(2) a {
	pointer-events: none;
  }


  /* ページ見出し */
#Journal article > h2 {
	display: none;
  }
  

/* ユーティリティ */
.u_sp {
	display: none;
  }

  .u_inlineblock {
	display: inline-block ;
  }
  
  
  @media screen and (max-width: 768px) {
	.u_pc {
		display: none;
	  }
	  
	.u_sp {
	  display: block;
	}
	.u_sp_inlineblock {
	  display: inline-block ;
	}
  
  }
  
  
  .u_clearfix:after {
	content: "";
	display: block;
	clear: both;
  } 


  .u_font_zen{
	font-family: "Zen Kurenaido", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.u_font_mincho {
	font-family: "Noto Serif JP", serif;
  }

.content_width:after {
	content: "";
	display: block;
	clear: both;
  } 

  .content_width{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	line-height:1.8;
	font-size:16px;
	letter-spacing: 0.1em;
	padding-left:20px;
	padding-right:20px;
  }

  @media screen and (max-width: 768px) {
	.content_width{
		padding-left:3vw;
		padding-right:3vw;
	}
  }



/*common*/


.feature_hoshiimo-headline01{
	text-align: center;
	font-family:"Noto Serif JP", serif;
	font-weight: 600;
	font-size: 30px !important;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    padding-bottom: 24px !important;
    margin-bottom: 40px !important;
	position: relative;
	line-height:1.6 !important;
}

.feature_hoshiimo-headline01::before {
    position: absolute;
    bottom: 0;
	left:0;
	right:0;
	margin:0 auto;
    content: "";
    width: 200px;
    height: 10px;
    display: block;
	background-image: -o-repeating-linear-gradient(135deg, #fff 0px, #fff 3px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-image: repeating-linear-gradient(-45deg, #fff 0px, #fff 3px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 10px 10px;
}


.feature_hoshiimo-headline01._type02::before {
	background-image: -o-repeating-linear-gradient(135deg, #db6557 0px, #db6557 3px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-image: repeating-linear-gradient(-45deg, #db6557 0px, #db6557 3px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 10px 10px;
}


.feature_hoshiimo-headline01_small01{
	font-size: 20px;

}


@media screen and (max-width: 768px) {


	.feature_hoshiimo-headline01{
		font-size: 5.5vw !important;
		padding-bottom: 5vw !important;
		margin-bottom: 10vw !important;
	}
	
	.feature_hoshiimo-headline01::before {
		width: 30vw;
		height: 2.3vw;
		background-size: 2vw 2vw;
	}
	
	
	.feature_hoshiimo-headline01._type02::before {
		background-size: 2vw 2vw;
	}
	


}

/*feature_hoshiimo-mv*/

.feature_hoshiimo-mv h1{
	display: block !important;
	position: relative;
	z-index: 2;
	margin-bottom:200px;
}

.feature_hoshiimo-mv h1 img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.feature_hoshiimo-mv h1{
		margin-bottom:30vw;
	}
	
}



/*feature_hoshiimo-about*/



.feature_hoshiimo-about{
	background: url(https://cdn.shopserve.jp/okabemen.co.jp/cdnassets/feature/feature_hoshiimo/bg01.png) no-repeat center / cover;
    position: relative;
    padding: 0 0 60px;
	z-index: 1;
}

.feature_hoshiimo-about .content_width{
	max-width:1000px;
}

.feature_hoshiimo-about::before {
    position: absolute;
    top: -330px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(https://cdn.shopserve.jp/okabemen.co.jp/cdnassets/feature/feature_hoshiimo/bg01_wave.png) no-repeat center top / 1920px auto;
	z-index: -1;
}



.feature_hoshiimo-about_headline01{
	font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-bottom: 35px;
}


.feature_hoshiimo-about_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}


.feature_hoshiimo-about_image01{
    position: relative;
    width: 36.7%;
    margin-right: 6.6%;
}



.feature_hoshiimo-about_content01 {
    width: 56.7%;
    max-width: 640px;
    margin-bottom: 10px;
}



.feature_hoshiimo-about_image02{
    position: relative;
    width: 36.7%;
    margin-left: 6.6%;
}



.feature_hoshiimo-about_content02{
    width: 56.7%;
    max-width: 640px;
}

.feature_hoshiimo-about_image02 img,
.feature_hoshiimo-about_image01 img{
	border-radius:10px;
}






@media screen and (max-width: 768px) {
	
	.feature_hoshiimo-about{
		padding: 0 0 10vw;
	}
	
	.feature_hoshiimo-about::before {
		top: -55vw;
		background-size:cover;
	}
	
	
	
	.feature_hoshiimo-about_headline01{
		font-size: 4.2vw;
		margin-bottom: 3vw;
	}
	
	
	.feature_hoshiimo-about_inner {
		display: block;
		margin-bottom: 8vw;
	}
	
	.feature_hoshiimo-about_image02,
	.feature_hoshiimo-about_image01{
		width: auto;
		margin-right: 0;
		margin-left:0;
		text-align: center;
	}
	
	
	.feature_hoshiimo-about_content02,
	.feature_hoshiimo-about_content01 {
		width: auto;
		max-width: inherit;
		margin-bottom: 3vw;
		font-size: 3.5vw;
	}
	
	

	
	.feature_hoshiimo-about_image02 img,
	.feature_hoshiimo-about_image01 img{
		border-radius:2vw;
	}
	
	

}

/*feature_hoshiimo-catch*/

.feature_hoshiimo-catch{
	text-align: right;
	padding:60px 0 60px;
	margin:0 auto;
	position: relative;
	z-index: 1;
	max-width:900px;
	border-radius: 10px;
}

.feature_hoshiimo-catch:after{
	content: "";
	width: 75%;
	height: 100%;
	display: block;
	background: url(https://cdn.shopserve.jp/okabemen.co.jp/cdnassets/feature/feature_hoshiimo/catch_image01.jpg) center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left:0;
	z-index: -2;
	border-radius: 10px;
}
.feature_hoshiimo-catch::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;

	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)) , color-stop(70%, #FFF));
	background: -o-linear-gradient(left, rgba(255,255,255,0) , #FFF 70%);
	background: linear-gradient(to right, rgba(255,255,255,0) , #FFF 70%);
	position: absolute;
	top: 0;
	left:0;
	z-index: -1;
	border-radius:0 10px 10px 0;
}

.feature_hoshiimo-catch_text03{
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 768px) {

	.feature_hoshiimo-catch{
		padding:5vw 0 5vw;
		margin:0 3vw;
	}
	
	
	.feature_hoshiimo-catch:after{
		width: 50vw;
		border-radius:2vw;
	}
	.feature_hoshiimo-catch::before {
		background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)) , color-stop(50vw, #FFF));	
		background: -o-linear-gradient(left, rgba(255,255,255,0) , #FFF 50vw);	
		background: linear-gradient(to right, rgba(255,255,255,0) , #FFF 50vw);
		border-radius:0 2vw 2vw 0;
	}
	
	.feature_hoshiimo-catch_text03{
		font-size: 3.4vw;
	}

}

/*feature_hoshiimo-wide*/

.feature_hoshiimo-wide{
	position: relative;
	height:500px;
	z-index: 1;
	margin-bottom:80px;

}

.feature_hoshiimo-wide::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:0;
	bottom:0;
	margin:0 auto;
	background:url(https://cdn.shopserve.jp/okabemen.co.jp/cdnassets/feature/feature_hoshiimo/wide_image01.jpg) center center no-repeat;
	background-size: cover;
	height:100%;
	width:100%;
	z-index: -1;
	
}


.feature_hoshiimo-wide_catch{
	font-size: 30px;
	color:#fff;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;

	z-index: 1;
	letter-spacing: 0.5em;
	line-height:2;
	font-weight: bold;
	text-shadow: 0px 0px 14px rgba(110, 23, 11),
	0px 0px 14px rgba(110, 23, 11);


}

.feature_hoshiimo-wide_inner{
	float:right;
	position: relative;
	z-index: 1;
	padding:70px 0 0 40px;
	height:500px;
	width:205px;
}

.feature_hoshiimo-wide_inner:before{
	content: "";
	display: block;
	position: absolute;
	right:0;
	top:20px;
	width:100%;
	height:calc(100% - 50px);
	background:rgba(110, 23, 11, 0.4);
	z-index: -1;
}

.feature_hoshiimo-wide_inner:after{
	content: "";
	display: block;
	position: absolute;
	right:15px;
	top:35px;
	border:1px solid #fff;
	width:100%;
	height:calc(100% - 50px);
	margin:0 auto;
}


@media screen and (max-width: 768px) {

	
	.feature_hoshiimo-wide{
		height:58vw;
		margin-bottom:10vw;
	
	}

	
	.feature_hoshiimo-wide_catch{
		font-size: 4vw;
		text-shadow: 0px 0px 3vw rgba(0, 0, 0, 3),
		0px 0px 3vw rgba(0, 0, 0, 3);
		letter-spacing: 0.3em;
		
	}
	
	.feature_hoshiimo-wide_inner{
		padding:6.5vw 0 0 3vw;
		height:56vw;
		width:25vw;
	}
	
	.feature_hoshiimo-wide_inner:before{
		top:2vw;
		height:calc(100% - 4vw);
	
	}
	
	.feature_hoshiimo-wide_inner:after{
		right:2vw;
		top:4vw;
		height:calc(100% - 4vw);
		margin:0 auto;
	}
	
	

}


/*feature_hoshiimo-recommended*/

.feature_hoshiimo-recommended{
	margin-bottom:100px;
}

.feature_hoshiimo-recommended_item{
	margin:0 auto;
	max-width:315px;
}

.feature_hoshiimo-recommended_item_child{
	margin-bottom:20px;
	position: relative;

}

.feature_hoshiimo-recommended_item_mark{
	color:#fff;
	position: absolute;
	z-index: 3;
	left: -20px;
	top:-25px;
	font-weight: 600;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	width:90px;
	height:90px;
	padding-top:12px;
	line-height:1.3;
	font-size: 16px;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.feature_hoshiimo-recommended_item_mark_big{
	font-size: 28px;
}

.feature_hoshiimo-recommended_item_mark:before{
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background:url(https://cdn.shopserve.jp/okabemen.co.jp/cdnassets/feature/feature_hoshiimo/recommended_icon.png) center center no-repeat;
	background-size: cover;
	z-index: -1;
}


.feature_hoshiimo-recommended_item_name{
	font-size:20px !important;
	margin-bottom:10px;
	line-height:1.6;
	font-weight: 600;
}

.feature_hoshiimo-recommended_item_image{
	margin-bottom:20px;
}

.feature_hoshiimo-recommended_item_image img{
	border-radius:10px;
}



.feature_hoshiimo-recommended_item_price{
	font-size:34px;
	line-height:1.6;
	font-weight: 600;
	text-align: right;
}

.feature_hoshiimo-recommended_item_tax{
	font-size:16px;
	color:#666;
	font-weight: normal;
}

.feature_hoshiimo-recommended_item_button{
	border: 1px solid #db6557;
    background: url(https://cdn.shopserve.jp/okabemen.co.jp/cdnassets/feature/feature_hoshiimo/icon_cart.png) no-repeat right 20px center / 26px auto, #db6557;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ffffff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 72px;
    border-radius: 8px;
    margin-top: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


@media screen and (min-width: 769px) {
	.feature_hoshiimo-recommended_item_button:hover {
		background: url(https://cdn.shopserve.jp/okabemen.co.jp/cdnassets/feature/feature_hoshiimo/icon_cart_pink.png) no-repeat right 20px center/26px auto, #ffffff;
		color: #db6557 !important;
	  }
	
}



  @media screen and (max-width: 768px) {

	.feature_hoshiimo-recommended{
		margin-bottom:10vw;
	}
	
	.feature_hoshiimo-recommended_item{
		margin:0 auto;
		max-width:inherit;
		width:50vw;
	}
	
	.feature_hoshiimo-recommended_item_child{
		margin-bottom:5vw;
	
	}
	
	.feature_hoshiimo-recommended_item_mark{
		left: -2vw;
		top:-2vw;
		width:15vw;
		height:15vw;
		padding-top:1.5vw;
		line-height:1.3;
		font-size: 4vw;
	}
	
	.feature_hoshiimo-recommended_item_mark_big{
		font-size: 5vw;
	}
	
	.feature_hoshiimo-recommended_item_mark:before{
		background-size: 100%;
	}
	
	
	.feature_hoshiimo-recommended_item_name{
		font-size:4vw !important;
		margin-bottom:2vw;
	}
	
	.feature_hoshiimo-recommended_item_image{
		margin-bottom:2vw;
	}
	
	.feature_hoshiimo-recommended_item_image img{
		border-radius:1.5vw;
	}
	
	
	
	.feature_hoshiimo-recommended_item_price{
		font-size:6vw;
	}
	
	.feature_hoshiimo-recommended_item_tax{
		font-size:3vw;
	}
	
	.feature_hoshiimo-recommended_item_button{
		height: 12vw;
		border-radius: 2vw;
		margin-top: 2vw;
		font-size: 4vw;
	}

	.feature_hoshiimo-recommended_item_button{
		background-size: 3.5vw;
	}
	
  }

  /*feature_hoshiimo-attention*/

  .feature_hoshiimo-attention .content_width{
	max-width:900px;
	padding-bottom:20px;
  }

  .feature_hoshiimo-attention_content{
	position: relative;
	padding-left:200px;
	z-index: 1;
  }

  .feature_hoshiimo-attention_content::before{
	content:"";
	display: block;
	position: absolute;
	width:180px;
	height:180px;
	background: url(https://cdn.shopserve.jp/okabemen.co.jp/cdnassets/feature/feature_hoshiimo/attention_image01.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 100%;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
	z-index: -1;
  }

  .feature_hoshiimo-attention_headline01{
	font-size: 20px !important;
	padding-left:30px;
	position: relative;
	line-height:1.6 !important;
	margin-bottom:10px;

  }

  .feature_hoshiimo-attention_headline01::before{
	content:"";
	display: block;
	position: absolute;
	left: 0;
	top:5px;
	width:20px;
	height:20px;
	border-radius: 100%;
	background:#000;
  }

  @media screen and (max-width: 768px) {


	.feature_hoshiimo-attention .content_width{
		max-width:inherit;
		padding-bottom:0;
	  }
	
	  .feature_hoshiimo-attention_content{
		padding-left:35vw;
		font-size: 3.5vw;
	  }
	
	  .feature_hoshiimo-attention_content::before{
		width:30vw;
		height:30vw;
	  }
	
	  .feature_hoshiimo-attention_headline01{
		font-size: 4vw !important;
		padding-left:4.5vw;
		margin-bottom:1.5vw;
	
	  }
	
	  .feature_hoshiimo-attention_headline01::before{
		top:1vw;
		width:4vw;
		height:4vw;
	  }

  }