@charset "utf-8";

/* flex系 */
.fw_bold{
	font-weight: bold;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nowrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ai_fs {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ai_fe {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.ai_c {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.jc_fs {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.jc_fe {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.jc_c {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.jc_sb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.jc_sa {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}


/* -----------------------------------------------------
	common
----------------------------------------------------- */
#under_mv.coffee{
	background-image: url("../img/coffee/mv.jpg");
}

/* -----------------------------------------------------
	Section1
----------------------------------------------------- */
#coffee img{
	vertical-align: bottom;
}
#coffee .ttl02 .ja, .ttl03 .ja, .ttl04 .ja{
	letter-spacing: 0;
}

/* 1600/ 165px 200 1035px 200 */
#coffee #section01{
	padding-top: 50px;
}
#coffee .coffee_sec01 .flex .txt_wrap,
#coffee .coffee_sec01 .flex .img_wrap{
    width: 50%;
}
#coffee h1 .ff_yugoth{
	font-size: 35px;
	font-weight: bold;
}
#coffee .ff_yugoth{
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
}
#coffee h2{
	font-size: 30px;
	padding-bottom: 0;
	line-height: 40px;
}
#coffee h2 span{
	font-size: 25px;
}
#coffee .coffee_sec01 .flex:first-of-type .txt_wrap{
    padding-right: 7.048%;
}
#coffee .coffee_sec01 .flex:first-of-type .img_wrap div{
    background-image: url("../img/coffee/sec01_bg01_pc.png");
	padding-top: 115.7%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#coffee .coffee_sec01 .flex:nth-of-type(2){
	padding-top: 100px;
}
#coffee .coffee_sec01 .flex:nth-of-type(2) h2{
	padding-top: 20px;
}
#coffee .coffee_sec01 .flex:last-of-type .txt_wrap{
    padding-left: 6.5%;
}
#coffee .coffee_sec01 .txt_wrap p{
	font-size: 16px;
}

#coffee .coffee_sec01 .bg_gray{
	background-color: #e2e2e2;
	padding-left: 8.365%;
	padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 3.88%;
}

#coffee .coffee_sec01 .bg02 figure{
	width: 100%;
}
#coffee .coffee_sec01 .bg02 figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#coffee .coffee_sec01 .bg_gray figure{
	width: 31.712%;
	margin-bottom: 12px;
}
#coffee .coffee_sec01 .bg_gray figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#coffee .coffee_sec01 h3{
	font-size: 18px;
	font-weight: bold;
}
#coffee .coffee_sec01 h3 ~ p{
	font-size: 15px;
	line-height: 25px;
}
#coffee .price{
	font-size: 34px;
	font-weight: bold;
}

#coffee .price .st_price{
	color: #b81b2e;
	font-size: 58px;
	font-family: 'Tahoma','Avenir','Avenir',sans-serif;
}
#coffee .img01{
	width: 63%;
	margin-left: auto;
	padding-top: 40px;
}

#coffee .msg{
	background-image: url("../img/coffee/sec02_img01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	/* H416 W1030 */
	min-height: 416px;
	margin-top: 80px;
}

#coffee .msg div{
	margin-top: 80px;
	padding-top: 13.59%;
	padding-bottom: 11.165%;
	color: #fff;
}
#coffee .msg p{
	text-align: center;
}
#coffee .msg p:first-of-type{
	font-size: 25px;
}
#coffee .msg p:last-of-type{
	font-size: 18px;
	font-weight: bold;
	margin-top: 5.82%;
}

#coffee .fs18{
	font-size: 18px;
}
#coffee br.sp_only{
	display: none;
}

@media screen and (max-width: 767px) {
	#under_mv.coffee{
		background-image: url("../img/coffee/mv_sp.jpg");
	}
	#coffee #section01{
		padding-top: 24px;
	}
	#coffee h1 .ff_yugoth{
		font-size: 17.5px;
	}
	#coffee .ttl02 .ja, .ttl03 .ja, .ttl04 .ja{
		font-size: 13px;
	}
	#coffee .coffee_sec01 .flex:first-of-type .txt_wrap{
		padding-right: 0;
	}
	#coffee .coffee_sec01 .flex .txt_wrap,
	#coffee .coffee_sec01 .flex .img_wrap{
		width: 100%;
	}
	#coffee h2{
		font-size: 15px;
	}
	#coffee h1{
		text-align: left;
	}
	#coffee .coffee_sec01 .flex:first-of-type .img_wrap div{
		background-image: url("../img/coffee/sec01_bg01_sp.png");
	}
	#coffee .coffee_sec01 .txt_wrap p{
		font-size: 13px;
		line-height: 1.9;
	}
	/*#coffee h2{
		padding-bottom: 20px;
	}*/
	#coffee .coffee_sec01 .flex .img_wrap{
		padding-top: 28px;
	}
	#coffee .coffee_sec01 .order1{
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	#coffee .coffee_sec01 .order2{
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	#coffee .coffee_sec01 .flex:nth-of-type(2){
		padding-top: 30px;
	}
	#coffee .coffee_sec01 h3{
		font-size: 13px;
	}
	#coffee .coffee_sec01 h3 ~ p{
		font-size: 12px;
		line-height: 17.5px;
	}
	#coffee .coffee_sec01 .bg_gray{
		/* 40 50 560 */
		/* padding-left: 20px;
		padding-right: 25px; */
		padding-left: 7.14%;
		padding-right: 7.14%;
	}
	#coffee .coffee_sec01 .flex:last-of-type .txt_wrap{
		padding-left: 0;
	}
	#coffee .coffee_sec01 .flex:nth-of-type(2) h2{
		padding-top: 0;
		line-height: 20px;
	}
	#coffee h2 span{
		font-size: 15px;
	}
	#coffee .coffee_sec01 .flex:nth-of-type(2) p{
		font-size: 14px;
	}
	#coffee .coffee_sec01 .flex:nth-of-type(2) h2{
		font-size: 20px;
	}
	#coffee .price .st_price{
		font-size: 28px;
	}
	#coffee .price{
		font-size: 17px;
	}
	#coffee .img01{
		padding-top: 20px;
		display: none;
	}
	#coffee .msg p:first-of-type{
		font-size: 15px;
	}
	#coffee .msg p:last-of-type{
		font-size: 11px;
	}
	#coffee br.sp_only{
		display: inline;
	}
	#coffee .msg{
		background-image: url("../img/coffee/sec02_img01_sp.jpg");
		margin-top: 40px;
		padding-bottom: 0;
		min-height: initial;
	}
	#coffee .msg > div{
		margin-top: 0;
		padding-top: 24.10%;
		padding-bottom: 25%;
	}
}