@charset "UTF-8";
body.body-fun-fan-brew {
	background-color: #fff;
}
.detail{
	padding: 159px 60px 40px;
	font-feature-settings: "palt";
}
.detail .inner{
	position:relative;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin:0 auto;
}

@media screen and (max-width: 750px) {
	.detail{
		padding: 90px 20px 50px;
	}
	.detail .inner{
		display: block;
	}
}

.detail .img {
	flex: 0 0 auto;
	width: 40.33%;
	margin: 30px 0 0 3.5%;
}
.detail .img_box {
	position: relative;
}
.detail .img_box img.bottle {
	position:relative;
	width: 100%;
	z-index:1;
}
.detail .img_box img.glass{
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.detail .img .logo {
	margin: 25px 17.5% 0 -17.5%;
}
.detail .img .logo img {
	width:100%;
	height:auto;
}

@media screen and (max-width: 750px) {
	.detail .img {
		width: 100%;
		margin: 0 0 10px;
	}
	.detail .img_box {
		display: inline-block;
		width: 30%;
		margin-left: 10%;
		vertical-align: bottom;
	}
	.detail .img .logo {
		display: inline-block;
		width: 80%;
		margin: 0 0 0 -22%;
	}
	.detail .img .logo img {
		width:100%;
		height:auto;
	}
}

.detail .txt {
	flex: 1 0 53.67%;
	max-width: 602px;
}
.detail .txt img {
	width: 100%;
	height: auto;
}
.detail .txt .bg-box {
	margin-right: 6.68%;
	padding: 6% 5% 5%;
	background: #f5e9d8;
}
.detail .txt .graff {
	margin: 6.98% 6.81% 0 0.33%;
}

@media screen and (max-width: 750px) {
	.detail .txt {
		width: 100%;
		max-width: none;
	}
	.detail .txt .bg-box {
		margin: 0;
		padding: 5%;
	}
	.detail .txt .graff {
		margin: 20px 0 0;
	}
}

.detail .btn {
	margin-top: 60px;
	padding-top: 20px;
	border-top: solid 1px #231815;
}
.detail .btn a {
	display: block;
	width: 260px;
	margin: 0 auto;
	padding: 13px 0;
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #004896;
	text-decoration: none;
	-webkit-transition:opacity 0.4s;
	-moz-transition:opacity 0.4s;
	-ms-transition:opacity 0.4s;
	-o-transition:opacity 0.4s;
	transition:opacity 0.4s;
	opacity:1;
}
.detail .btn a:hover{
	opacity:0.6;
}

@media screen and (max-width: 750px) {
	.detail .btn a {
		font-size: 13px;
		padding: 6px 0;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}
}
