@charset "UTF-8";

html {
	/*text-align:center;*/
}
footer{
	margin-top:-49px;
	position:relative;
}

@media screen and (min-width: 751px) {
	.sp { display: none; } 
}
@media screen and (max-width: 750px) {
	.pc { display: none; } 
}

/* hondashi */
#hondashi {
	width:100%;
	min-width:960px;
	background:url(../img/index/body_bg.jpg) center no-repeat #000;
	overflow:hidden;
	background-size:auto 100%;
}
@media screen and (max-width: 750px) {
	#ajinomoto_tpl_global_header {
		background: #fff;
	}
	#hondashi {
		position: relative;
		min-width:100%;
		background:none;
		padding-bottom: 190px;
	}
	#hondashi:before {
		content:"";
		position:fixed;
		bottom:0;
		left:0;
		z-index:-1;
		width:100vw;
		height:100vh;
		background:url(../img/index/body_bg_sp.jpg) center bottom no-repeat #000;
		background-size: cover;
	}
	#hondashi.btm:before {
		position: absolute;
	}
}
#contents {
	width:986px;
	position:relative;
	left:50%;
	margin-left:-493px;
/*	padding-bottom:454px;*/
	padding-bottom:640px;
	/*height:1883px;*/
}
@media screen and (max-width: 750px) {
	#contents {
		width:100%;
		height:auto;
		left:auto;
		margin-left:0;
		padding-bottom:0;
	}
}
#contents h1{
	position:absolute;
	left:30px;
	top:0;
	z-index:100;
}
@media screen and (max-width: 750px) {
	#contents h1{
		left:10px;
		top:0;
	}
	#contents h1 img{
		width: 20vw;
    height: auto;
    float: left;
	}
}
#sns_btns {
	float:right;
	margin:10px 0 -3px 0;
}
#sns_btns li{
	float:left;
	margin-right:18px;
}
#sns_btns li a:hover img{
	opacity:0.75;
}
@media screen and (max-width: 750px) {
	#sns_btns li{
		width: 35px;
		height: 35px;
		margin-right:10px;
	}
	#sns_btns li img{
		width: 100%;
		height: auto;
	}
}

/* main_visual */
#main_visual_shadow{
	clear:both;
	width:986px;
	height:466px;
	background:url(../img/index/main_visual_shadow.png) 0 0 no-repeat;
	position:relative;
	margin-bottom:2px;
}


.mansai_cp {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	#main_visual_shadow{
		width:100%;
		height:auto;
		background: transparent;
		margin-bottom:13px;
		padding-top: 13px;
	}
}
#main_visual{
	position:absolute;
	left:13px;
	top:13px;
}
@media screen and (max-width: 750px) {
	#main_visual{
		position: static;
	}
}
#main_visual,
#main_visual .bxslider a{
	width:960px;
	height:440px;
	overflow:hidden;
}
@media screen and (max-width: 750px) {
	#main_visual,
	#main_visual .bxslider a{
		width:100%;
		height:auto;
	}
	#main_visual .bxslider a img{
		width: 100%;
		height: auto;
	}
	.mansai_cp {
	position: absolute;
	top: 23px;
	right: 0;
	z-index: 1;
	}
}

/* banner */
.banner{
	clear:both;
	width:986px;
	padding:2px 0;
}
@media screen and (max-width: 750px) {
	.banner{
		width:100%;
	}
	.banner img{
		width:100%;
		height: auto;
	}
}
.banner p{
	padding:13px;
	background:url(../img/index/bnr_shadow.png) 0 0 no-repeat;
}
@media screen and (max-width: 750px) {
	.banner p{
		background:transparent;
	}
}
.banner.min p{
	background:url(../img/index/bnr_shadow_min.png) 0 0 no-repeat;
}
.banner p a{
	display:block;
	position:relative;
  /*background: #fff;*/
  border-radius: 5px;
}
.banner.arrow p a:after{
	content:"";
	display:block;
	width:32px;
	height:32px;
	background:url(../img/index/icon_navi_of.png) 0 0 no-repeat;
	position:absolute;
	right:10px;
	bottom:10px;
}
.banner.arrow p:first-child a:after{
	background: none;
}
@media screen and (max-width: 750px) {
	.banner.arrow p a:after{
		right:6px;
		bottom:6px;
    	width: 5vw;
		height:5vw;
		background-size: 5vw 5vw;
	}
	.banner.arrow p:first-child a:after{
	background: none;
}
}
.banner p a:hover img{
	opacity:0.75;
}
.banner.arrow p a:hover:after{
	background:url(../img/index/icon_navi_on.png) 0 0 no-repeat;
}
.banner.arrow p:first-child a:hover:after{
	background:none;
}
@media screen and (max-width: 750px) {
	.banner.arrow p a:hover:after{
		width: 5vw;
		height:5vw;
		background-size: 5vw 5vw;
		background-image: url(../img/index/icon_navi_of.png);
	}
	.banner.arrow p:first-child a:hover:after{
	background:none;
}
}

/* navi */
#navi{
	clear:both;
  /*width:986px;*/
	overflow:auto;
	padding:4px 0 0px 0;
	margin-bottom:-4px;
}
#navi>div{
	width:326px;
	height:326px;
	background:url(../img/index/navi_shadow.png) 0 0 no-repeat;
	box-sizing:border-box;
	padding:11px 0 0 13px;
	float:left;
	margin:0px 4px 4px 0;
}
@media screen and (max-width: 750px) {
  #navi{
    padding: 4px 13px 0;
  }
	#navi>div{
		width:49%;
		height:auto;
		background:transparent;
		padding: 0;
		margin: 0 0 1.8vw;
	}
  #navi>div:nth-child(2n){
    margin-left: 1.98%;
  }
  #navi>div a{
    border-radius: 1vw;
    background: #fff;
  }
}
@media screen and (min-width: 751px) {
  #navi>div:nth-child(3n){
    margin:0px 0px 4px 0;
  }
}
#navi>div a{
	display:block;
	width:300px;
	height:300px;
	position:relative;
}
@media screen and (max-width: 750px) {
	#navi>div a{
		width:100%;
		height:100%;
		box-shadow: 0 0 8px rgba(0,0,0,0.1);
	}
	#navi>div a img{
		width:100%;
		height:auto;
	}
}
#navi>div a:after{
	content:"";
	display:block;
	width:32px;
	height:32px;
	background:url(../img/index/icon_navi_of.png) 0 0 no-repeat;
	position:absolute;
	right:10px;
	bottom:10px;
}
@media screen and (max-width: 750px) {
	#navi>div a:after{
		width: 5vw;
		height:5vw;
		right:8px;
		bottom:8px;
		background-size: 5vw 5vw;
	}
}
#navi>div a:hover img{
	opacity:0.75;
}
#navi>div a:hover:after{
	background:url(../img/index/icon_navi_on.png) 0 0 no-repeat;
}
@media screen and (max-width: 750px) {
	#navi>div a:hover:after{
    	width: 5vw;
		height:5vw;
		background-size: 5vw 5vw;
		background-image: url(../img/index/icon_navi_of.png);
	}
}

/* bottom_bnr */
#bottom_bnr{
	clear:both;
	width:986px;
	overflow:auto;
	margin-top:15px;
}
@media screen and (max-width: 750px) {
	#bottom_bnr{
		width:100%;
	}
}
#bottom_bnr ul{
	display: flex;
	justify-content:center;
}
@media screen and (max-width: 750px) {
	#bottom_bnr ul{
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 13px;
	}
}
#bottom_bnr ul li,
#bottom_bnr ul li a{
	width:225px;
	height:66px;
}
#bottom_bnr ul li{
	margin-right:20px;
}
#bottom_bnr ul li:last-child{
	margin: 0;
}
#bottom_bnr ul li a{
	display:block;
	background-color:#fff;
}
#bottom_bnr ul li a:hover img{
	opacity:0.75;
}
@media screen and (max-width: 750px) {
	#bottom_bnr ul li{
		width: 48%;
		height: auto;
		margin: 0 0 13px;
		box-sizing: border-box;
	}
	#bottom_bnr ul li:last-child{
		margin: 0;
	}
	#bottom_bnr ul li a{
		width: 100%;
		height: 100%;
		background-color:transparent;
	}
	#bottom_bnr ul li img{
		width: 100%;
		height: auto;
	}
}

.mansai_cp img:hover {
	opacity: 0.9;
}

