/********** メイン画像 **********/
#cat-ochugen .page-head {
	margin: 0 !important;
}
#cat-ochugen .page-head .page-head__image {
	margin: 0 !important;
}


/********** お中元受付期間 **********/
#cat-ochugen .bnr-gochumon {
	width: 100%;
	min-height: 200px;
	margin: 0 0 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-font-feature-settings: "palt"; /* Safari/Chrome対応 */
	font-feature-settings: "palt";
	line-height: 1.45;
	font-size: 36px;
	color: #ffffff;
	background: #cc3333;
}
#cat-ochugen .bnr-gochumon .txt-day {
	font-size: 48px;
	color: #ffff00;
}

/********** btn_konyu_blue **********/
#cat-ochugen .btn_konyu_blue {
	margin-bottom: 100px;
}

/********** 特典 **********/
#cat-ochugen .tokuten-set {
	margin: 0 0 29px;
}

/********** 専用メッセージ **********/
#cat-ochugen .message-card {
	margin: 0 0 93px;
}


/********** ランキング：ranking-section **********/
#cat-ochugen #ranking-section {
	scroll-margin-top: 140px;
}

#cat-ochugen .content-title.ochugen--bg1 {
	padding: .5em .25em;
	background: center bottom / cover url(../../images/category/ochugen/ochugen-title_bgsp.png) no-repeat;
	color: #000033;
	font-size: min(4rem,5vw);
	text-align: center;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	#cat-ochugen .content-title.fathersday--bg1 {
		padding: .75em .25em;
		background: center bottom / cover url(../../images/category/ochugen/ochugen-title_bg.png) no-repeat;
	}
}

/********** ランキング **********/
#cat-ochugen .ranking-block {
	margin-bottom: 140px;
}
#cat-ochugen .ranking-block .product-cta:nth-of-type(4),
#cat-ochugen .ranking-block .product-cta:nth-of-type(5),
#cat-ochugen .ranking-block .product-cta:nth-of-type(6) {
	gap: 40px;
}

#cat-ochugen .ranking-block .product-cta:nth-of-type(4) .rank-icon,
#cat-ochugen .ranking-block .product-cta:nth-of-type(5) .rank-icon,
#cat-ochugen .ranking-block .product-cta:nth-of-type(6) .rank-icon {
	width: 70px;
}


/********** サムネイル **********/
#cat-ochugen .ranking-block .product-cta__thumb {
	width: 41.8%;
}
#cat-ochugen .ranking-block .product-cta:nth-of-type(4) .product-cta__thumb,
#cat-ochugen .ranking-block .product-cta:nth-of-type(5) .product-cta__thumb,
#cat-ochugen .ranking-block .product-cta:nth-of-type(6) .product-cta__thumb {
	width: 20%;
}
#cat-ochugen .ranking-block .product-cta:nth-of-type(4) .product-cta__thumb img,
#cat-ochugen .ranking-block .product-cta:nth-of-type(5) .product-cta__thumb img,
#cat-ochugen .ranking-block .product-cta:nth-of-type(6) .product-cta__thumb img {
	display: block;
}

/********** 右側 **********/
#cat-ochugen .ranking-block .product-cta:nth-of-type(4) .product-cta__body,
#cat-ochugen .ranking-block .product-cta:nth-of-type(5) .product-cta__body,
#cat-ochugen .ranking-block .product-cta:nth-of-type(6) .product-cta__body {
	padding: 0 0 60px;
}

/********** 通常価格 **********/
/*
#cat-ochugen .ranking-block .regular-price {
	font-size: 48px;
	color: #cc3333;
	font-weight: bold;
}
#cat-ochugen .ranking-block .regular-price .txt-tax {
	font-size: 24px;
}
*/

/********** 通常価格 2重価格用 **********/
#cat-ochugen .ranking-block .regular-price {
	font-size: 24px;
}
#cat-ochugen .ranking-block .regular-price .txt-tax {
	font-size: 16px;
}

/********** 販売価格 **********/
#cat-ochugen .ranking-block .product-cta__price {
	position: relative;
	margin-top: -5px;
	margin-bottom: 35px;
	font-size: 48px;
	font-weight: bold;
}
	
/********** OFF **********/
#cat-ochugen .ranking-block .mark-off {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 5px;
	line-height: 1.2;
	font-size: 30px;
	font-weight: bold;
	background: #ffff00;
}
#cat-doyounoushi .ranking-block .mark-off .mark-off-big {
	font-size: 36px;
}


/********** ご購入はコチラ **********/
#cat-ochugen .ranking-block .product-cta__btn {
	display: block;
	width: 300px;
	height: 80px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background: #c00 url("../../images/category/ochugen/icon-cart.png") no-repeat 62px 50%;
}




/* --------------------------------------------------------------------------------
メディアクエリ（幅：中間）
-------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1199px) {

}




/* --------------------------------------------------------------------------------
メディアクエリ（幅：狭い）
-------------------------------------------------------------------------------- */
@media screen and (min-width: 1px) and (max-width: 767px) {
	/********** お中元受付期間 **********/
	#cat-ochugen .bnr-gochumon {
		width: 100%;
		min-height: 26vw;
		margin: 0 0 6vw;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		-webkit-font-feature-settings: "palt"; /* Safari/Chrome対応 */
		font-feature-settings: "palt";
		line-height: 1.45;
		font-size: 4vw;
		color: #ffffff;
		background: #cc3333;
	}
	#cat-ochugen .bnr-gochumon .txt-day {
		font-size: 6vw;
		color: #ffff00;
		margin: 2vw 0 0;
		display: block;
	}


	
	/********** 今すぐ購入される方はこちら **********/
	#cat-ochugen .btn_konyu_blue {
		margin-bottom: 6vw;
	}
	
	/********** 特典 **********/
	#cat-ochugen .tokuten-set {
		margin: 0 0 3vw;
	}

	/********** 専用メッセージ **********/
	#cat-ochugen .message-card {
		margin: 0 0 10vw;
	}


	/********** ランキング：ranking-section **********/
	#cat-ochugen #ranking-section {
		scroll-margin-top: 38vw;
	}

	/********** ランキング **********/
	#cat-ochugen .ranking-block {
		margin-bottom: 10vw;
	}
	#cat-ochugen .ranking-block .product-cta:nth-of-type(1),
	#cat-ochugen .ranking-block .product-cta:nth-of-type(2),
	#cat-ochugen .ranking-block .product-cta:nth-of-type(3),
	#cat-ochugen .ranking-block .product-cta:nth-of-type(4),
	#cat-ochugen .ranking-block .product-cta:nth-of-type(5),
	#cat-ochugen .ranking-block .product-cta:nth-of-type(6) {
		gap: 4vw;
	}

	#cat-ochugen .ranking-block .product-cta:nth-of-type(4) .rank-icon,
	#cat-ochugen .ranking-block .product-cta:nth-of-type(5) .rank-icon,
	#cat-ochugen .ranking-block .product-cta:nth-of-type(6) .rank-icon {
		width: 18vw;
	}

	/********** 右側 **********/
	#cat-ochugen .ranking-block .product-cta:nth-of-type(4) .product-cta__body,
	#cat-ochugen .ranking-block .product-cta:nth-of-type(5) .product-cta__body,
	#cat-ochugen .ranking-block .product-cta:nth-of-type(6) .product-cta__body {
		padding: 0 0 60px;
	}

	/********** サムネイル **********/
	#cat-ochugen .ranking-block .product-cta__thumb {
		width: 100%;
	}
	#cat-ochugen .ranking-block .product-cta:nth-of-type(4) .product-cta__thumb,
	#cat-ochugen .ranking-block .product-cta:nth-of-type(5) .product-cta__thumb,
	#cat-ochugen .ranking-block .product-cta:nth-of-type(6) .product-cta__thumb {
		width: 100%;
	}
	#cat-ochugen .ranking-block .product-cta:nth-of-type(4) .product-cta__thumb img,
	#cat-ochugen .ranking-block .product-cta:nth-of-type(5) .product-cta__thumb img,
	#cat-ochugen .ranking-block .product-cta:nth-of-type(6) .product-cta__thumb img {
		display: block;
		margin: 0 auto;
	}
	
	/********** 通常価格 **********/
	/*
	#cat-ochugen .ranking-block .regular-price {
		padding: 0 0 1vw;
		font-size: 8vw;
		font-weight: bold;
	}
	#cat-ochugen .ranking-block .regular-price .txt-tax {
		font-size: 4vw;
	}
	*/
	
	/********** 通常価格 2重価格用 **********/
	#cat-ochugen .ranking-block .regular-price {
		font-size: min(2.4rem,5vw);
	}
	#cat-ochugen .ranking-block .regular-price .txt-tax {
		font-size: 75%;
	}
	
	/********** 販売価格 **********/
	#cat-ochugen .ranking-block .product-cta__price {
		position: relative;
		font-size: min(4.8rem,8vw);
		font-weight: bold;
		margin: 0 0 .5em;
	}

	#cat-ochugen .ranking-block .mark-off {
		display: inline-block;
		margin-right: .25em;
		padding: .1em .5em;
		line-height: 1.2;
		font-size: min(3rem,4vw);
		font-weight: bold;
		background: #ffff00;
	}
	#cat-ochugen .ranking-block .mark-off .mark-off-big {
		font-size: min(3.6rem,6vw);
	}
	
	/********** ご購入はコチラ **********/
	#cat-ochugen .ranking-block .product-cta__btn{
		display: block;
		width: 62vw;
		height: 16vw;
		border-radius: 2vw;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		font-size: 4vw;
		color: #fff;
		background-position: 12vw 50%;
		background-size: 5vw auto;
	}
	
}







