@charset "UTF-8";
/* CSS Document */

a img{
	-webkit-transition:opacity 0.2s;
	-moz-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	-o-transition:opacity 0.2s;
	transition:opacity 0.2s;
	opacity:1;
}
a img:hover{
	opacity:0.6;
}
#wrap{
	padding-top: 110px;
	text-align:left;
	overflow:hidden;
}
#wrap > .container {
	padding-top: 0;
	min-width: auto;
}
body.header-fixed[aria-header-scroll="true"] #header,
body.header-fixed[aria-header-scroll="true"] #menu {
	transform: translateY(-200%);
}
#header{
	background-color: #004896 !important;
}
#header h1 a{
	cursor:pointer !important;
}
#header h1 img{
	opacity:1 !important;
}
#header h1 img:hover{
	opacity:0.6 !important;
}
#header ul li:first-child{
	margin-left:0;
}
#header ul li a{
	border-bottom:1px solid transparent !important;
}
#header ul li:nth-child(5) a{
	border-bottom:1px solid #fff !important;
}
#header ul li a:hover{
	border-bottom:1px solid #fff !important;
}
#header .sp ul li a,
#header .sp ul li.active a{
	border-bottom:1px solid transparent !important;
}
#menu{
	background-color:#fff;
	position:fixed;
	left:0;
	z-index:10;
	width:100%;
	font-size:0;
	padding:20px 0 10px 0;
	opacity:0;
	-webkit-transition:opacity 0.4s;
	-moz-transition:opacity 0.4s;
	-ms-transition:opacity 0.4s;
	-o-transition:opacity 0.4s;
	transition:opacity 0.4s;
}
#menu.active{
	opacity:1;
}
#menu .inner{
	max-width:960px;
	margin:0 auto;
	padding:0 30px;
}
#menu h2{
	display:inline-block;
	vertical-align:bottom;
}
#menu ul{
	display:inline-block;
	vertical-align:bottom;
	margin-left:50px;
}
#menu ul li{
	display:inline-block;
	vertical-align:bottom;
	margin-left:25px;
	width:52px;
}
#menu ul li:first-child{
	margin-left:0;
}
#menu ul li img{
	width:100%;
	height:auto;
	display:block;
	-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:0.3;
}
#menu ul li:hover img,
#menu ul li.active img{
	opacity:1;
}
.box{
	width:100%;
	min-height:100vh;
}
.section{
	width:960px;
	margin:0 auto;
}

#main{
	position:relative;
	text-align:center;
}
#main .section{
	position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
	width:100%;
}
#main h2{
	width:286px;
	margin:0 auto 40px auto;
}
#main h2 img{
	width:100%;
	height:auto;
}
#main p{
	margin-bottom:60px;
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:2;
}
#main ul{
	font-size:0;
}
#main ul li{
	display:inline-block;
	margin:0 48px;
}
#main ul li:first-child{
	margin-left:0;
}
#main ul li:last-child{
	margin-right:0;
}
#main ul li a img{
	background-color:#fff;
}
#img .section{
	padding-bottom:60px;
}
#img h2{
	width:210px;
	margin:0 auto 80px auto;
}
#img h2 img{
	width:100%;
	height:auto;
}
#img ul{
	overflow:hidden;
}
#img ul li{
	float:left;
	width:420px;
}
#img ul li:first-child{
	margin-right:120px;
}
#img ul li .img{
	margin-bottom:20px;
}
#img ul li .img img{
	width:100%;
	height:auto;
}
#img ul li p{
	font-size:14px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:1.8;
}
.scrollBtn a{
	background-image: url(/brand/beer/img/harmony/btn_arrow.png);
}
#footer{
	position:static;
}
@media screen and (max-width: 1080px) {
.box{
	width:auto;
	margin:0 60px;
}
.section{
	width:auto;
}
#main ul li{
	width:12%;
	margin:0 4%;
}
#main ul li img{
	width:100%;
	height:auto;
}
#img ul li{
	width:45%;
}
#img ul li:first-child{
	margin-right:10%;
}
}
@media screen and (max-width: 750px) {
#wrap{
	padding-top: 120px;
}
.box{
	margin:0 20px;
}
#menu{
	padding:10px 0 10px 0;
}
#menu .inner{
	padding:0 20px;
}
#menu h2{
	width:90px;
}
#menu h2 img{
	width:100%;
	height:auto;
}
#menu ul{
	margin-left:5px;
}
#menu ul li{
	margin-left:5px;
	width:33px;
}
#menu ul li img{
	width:100%;
	height:auto;
}
#main .section{
	padding:70px 0 20px 0;
	position:static;
  -webkit-transform:translate(0);
  transform:translate(0);
	margin-top:0 !important;
}
#main h2{
	width:200px;
	margin:0 auto 20px auto;
}
#main p{
	margin-bottom:20px;
	font-size:14px;
	text-align:left;
}
#main p .br_sp{
	display:none;
}
#main ul li{
	width:26%;
	margin:0 5%;
}
#main ul li:nth-child(1),
#main ul li:nth-child(2),
#main ul li:nth-child(3){
	margin-bottom:5%;
}
#main ul li:nth-child(3){
	margin-right:0;
}
#main ul li:nth-child(4){
	margin-left:0;
}
#img .section{
	padding-bottom:20px;
}
#img .section:first-child{
	margin-top:0 !important;
}
#img ul li{
	float:none;
	width:100%;
}
#img ul li:first-child{
	margin-bottom:30px;
}
#img ul li p{
	font-size:12px;
}
#img h2{
	width:180px;
	margin:0 auto 40px auto;
}
#img ul li .img{
	margin-bottom:15px;
}
}