@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{
	text-align:left;
	overflow:hidden;
}
#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(4) 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;
}

body{
	background:#231815;
}
#wrap{
	padding-top:190px;
	background: #231815;
	color:#fff;
}

.mr19 {
	margin-right: 19px;
}

@media screen and (max-width: 750px) {
#wrap{
	/*padding-top:47px;*/
	padding-top:120px;
}
}

#main{
	height:200px;
	background:url(/brand/beer/img/awards/main_bg.jpg) no-repeat;
	background-size:cover;
}
#main .inner{
	position:relative;
	max-width:620px;
	margin:0 auto;
}
#main .ttl{
	position:absolute;
	left:0;
	top:50px;
	width:100%;
}
#main .ttl h1 img{
	width:80px;
	height:auto;
}
#main .ttl::before{
	content:"";
	position:absolute;
	left:0;
	top:28px;
	width:410px;
	height:2px;
	background:#fff;
	background:linear-gradient(45deg, #fff, #231815);
	background:-webkit-linear-gradient(45deg, #fff, #231815);
}
#main .logo{
	position:absolute;
	right:0;
	top:40px;
	width:190px;
}
#main .logo img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 750px) {
#main{
	padding:0 20px;
	height:120px;
}
#main .inner{
	max-width:100%;
}
#main .ttl{
	top:40px;
}
#main .ttl h1 img{
	width:70px;
	height:auto;
}
#main .ttl::before{
	top:28px;
	width:60%;
	top:24px;
}
#main .logo{
	width:120px;
	top:20px;
}
}

#menu{
	position:relative;
	max-width:620px;
	margin:50px auto 80px auto;
}
#menu .ttl{
	position:absolute;
	left:0;
	top:0;
	width:83px;
}
#menu .ttl img{
	width:100%;
	height:auto;
}
#menu ul{
	padding-left:93px;
	font-size:0;
	padding-top:4px;
}
#menu ul li{
	display:inline-block;
	margin: 0 30px 20px 0;
}
#menu ul li span{
	position:relative;
	display:block;
	cursor:pointer;
}
#menu ul li img{
	height:24px;
	width:auto;
}
#menu ul li img.hover{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
#menu ul li span:hover img{
	opacity:0;
}
#menu ul li span:hover img.hover{
	opacity:1;
}
@media screen and (max-width: 750px) {
#menu{
	margin:30px auto;
	text-align:center;
}
#menu .ttl{
	position:relative;
	width:83px;
	margin:0 auto;
}
#menu ul{
	padding-left:0;
	padding-top:0;
	display:inline-block;
	text-align:left;
}
#menu ul li{
	display:block;
	margin:10px 0 0 0;
}
}

#list{
	max-width:620px;
	margin:0 auto;
}
#list .section{
	position:relative;
	background:#231815;
	box-shadow:0px 5px 40px -6px rgba(255,255,255,0.4);
	margin-top:20px;
	padding:50px 0px 30px 0px;
	min-height:202px;
}
#list .section .img{
	position:absolute;
	left:20px;
	top:50px;
	width:110px;
}
#list .section .img img{
	width:100%;
	height:auto;
}
#list .section ul{
	font-size:0;
	padding-left:140px;
}
#list .section ul li{
	display:inline-block;
}
#list .section ul li.block{
	display:block;
}
#list .section ul li img{
	height:115px;
	width:auto;
}
@media screen and (max-width: 750px) {
#list{
	max-width:100%;
}
#list .section{
	box-shadow:none;
	margin-top:0;
	padding:35px 20px 20px 20px;
	border-bottom:2px solid #473E3C;
	text-align:center;
	min-height:190px;
}
#list .section .inner{
	position:relative;
	display:inline-block;
	text-align:left;
}
#list .section:first-child{
	border-top:2px solid #473E3C;
}
#list .section .img{
	left:-13px;
	top:0;
	width:95px;
}
#list .section ul{
	font-size:0;
	padding-left:90px;
}
#list .section ul li{
	display:block;
	width: 191px;
}
#list .section ul li img{
	height:95px;
}
}

#link_btn{
	text-align:right;
	margin-top:60px;
}
#link_btn a{
	position:relative;
	display:inline-block;
	color:#fff;
	font-size:15px;
	text-decoration:none;
	padding-right:28px;
}
#link_btn a span{
	padding-bottom:5px;
	-webkit-transition:border 0.2s;
	-moz-transition:border 0.2s;
	-ms-transition:border 0.2s;
	-o-transition:border 0.2s;
	transition:border 0.2s;
	border-bottom:1px solid transparent;
}
#link_btn a:hover span{
	border-bottom:1px solid #fff;
}
#link_btn a::before{
	position:absolute;
	right:0;
	top:-2px;
	content:"";
	background-image:url(/brand/beer/img/awards/link_btn_arrow.png);
	background-size:22px;
	height:22px;
	width:22px;
}
@media screen and (max-width: 750px) {
#link_btn{
	text-align:center;
	margin:30px 20px 0 20px;
}
}

#shop_bnr{
	padding:60px 0 60px 0;
}
#shop_bnr a{
	display:inline-block;
	overflow:hidden;
	background:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#shop_bnr img{
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
@media screen and (max-width: 750px) {
#shop_bnr a{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
#shop_bnr img{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
}

.popup{
	display:none;
	position:relative;
	z-index:101;
}
.popup .over{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow-y:scroll;
}
.popup .bg{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.6;
}
.popup .inner{
	position:fixed;
	left:50%;
	top:50%;
	max-width:316px;
	margin-left:-178px;
	padding:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.popup .inner.min{
	position:relative;
	left:0;
	top:0;
	margin:0 auto !important;
}
.popup .inner .ttl{
	font-size:18px;
	padding:10px 0;
}
.popup .inner .close{
	position:absolute;
	right:20px;
	top:20px;
	background:#B2B2B2;
	width:28px;
	height:28px;
	cursor:pointer;
	-webkit-transition:opacity 0.2s;
	-moz-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	-o-transition:opacity 0.2s;
	transition:opacity 0.2s;
}
.popup .inner .close::before,
.popup .inner .close::after{
	content:"";
	position:absolute;
	width:24px;
	height:2px;
	background:#231815;
	top:13px;
	left:2px;
}
.popup .inner .close::before{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
}
.popup .inner .close::after{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
.popup .inner .close:hover{
	opacity:0.6;
}
.popup .inner .box{
	background:#D3D1D0;
	padding:10px 15px;
	color:#231815;
}
.popup .inner .box h2{
	margin-bottom:10px;
}
.popup .inner .box h2 img{
	width:100%;
	height:auto;
}
.popup .inner .box p{
	font-size:12px;
	line-height:1.75;
}
.popup .inner .box h3{
	position:relative;
	font-size:18px;
	margin-top:10px;
	padding-bottom:4px;
}
.popup .inner .box h3::before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	background:#fff;
	background:linear-gradient(45deg, #fff, #231815);
	background:-webkit-linear-gradient(45deg, #fff, #231815);
}
.popup .inner .box h4{
	font-size:15px;
	margin:20px 0 5px 0;
}
.popup .inner .box h3 + h4{
	margin-top:12px;
}
.popup .inner .box h4 span{
	font-size:10px;
	margin-left:5px;
	font-weight:normal;
	display: block;
}

.popup .inner .box table tr{
	height: 70px;
}
.popup .inner .box table tr.champion-block{
	height: 80px;
}

.popup .inner .box table th{
	vertical-align:top;
	text-align:center;
	font-size:11px;
	width: 72px;
}

.popup .inner .box table th.champion {
	line-height: 1.3;
}

.popup .inner .box table th img{
	display:block;
	width:44px;
	height:auto;
	margin: auto;
	margin-bottom: 2px;
}

/* ebs */
.popup .inner .box table.ebs th img{
	width:70px;
}

.popup .inner .box table td{
	vertical-align:top;
	padding:10px 0 0 15px;
}
.popup .inner .box table td ul{
	font-size:0;
}
.popup .inner .box table td ul li{
	display:inline-block;
	margin-right:20px;
}
.popup .inner .box table td ul li:nth-child(2n){
	margin-right:0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.popup .inner .box table td ul li img{
	height: 38px;
	width:auto;
}

.popupbox {
	margin: 20px 0;
}

.hyuganatsu_award_info {
	margin-top: 14px;
}

@media screen and (max-width: 750px) {
.popup .inner{
	max-width:280px;
	margin-left:-160px;
}
.popup .inner .box table td ul li img{
	height:24px;
}
.popup .inner .box table td ul li{
	margin-right:10px;
}
.popup .inner .box h4 span{
	display:block;
	margin-left:0;
}
}

#footer{
	position:static;
	background: #fff;
}
