@charset "UTF-8";

@media print, screen and (min-width: 768px) {
/* addStyle ---------------------------------------------- */ 
html {
	width: 100%;
	height: 100%;
}
/* Fonts ---------------------------------------------- */ 
body{
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	color:#000;
	font-size:15px;
	font-family:san-serif;
	line-height:1.5;
}

/* for WinIE6 ----------------------------------------------*/
* html body {
	font-size:75%;
	font-family:san-serif;
	letter-spacing:0.5px;
	vertical-align:baseline;
}

/* Fonts for WinIE7 ----------------------------------------------*/

*:first-child+html body { 
	font-size:75%;
	font-family:san-serif;
}

/* Links ---------------------------------------------- */
a:link {color:#fff;text-decoration:none;}
a:visited {color:#fff;}
a:active {color:#fff;}
a:hover {color:#666;text-decoration:none;}
a:hover img{
	filter: alpha(opacity=7);
	-moz-opacity:0.7;
	opacity:0.7;
}
.tel-link {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

/* text accent --------------------------------------*/
strong{
	font-weight:bold;
	color:#fff;
	font-size:xx-large;
}
p.clear{
	clear:both;
}
/* total layout ------------------------------------*/
#wrapper{
	/*background-image:url("../img/bg/minamo.gif");*/
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 10%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed; 
	background-size: cover;
}
#background{
	background-image:url("../img/bg/mv.png");
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% -200px;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed; 
}
#wrapper02{
	background-image:url("../img/bg/back.gif");
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed; 
	background-size: cover;
}
#wrapper03{
	background-color: rgba(0,0,0,0.3);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed; 
	background-size: cover;
}
#wrapper04{
	background-color: rgba(255,255,255,0.5);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed; 
	background-size: cover;
}
#wrapper-minamo{
	background-image:url("../img/bg/minamo.gif");
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed; 
	background-size: cover;
}
#content{
	background-color: rgba(0,0,0,0.0);
	width: 960px;
	z-index: 930;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* header ------------------------------------------*/
header{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background-color: rgba(0,0,0,0.2);
	z-index:100;
}
header .inner{
	position:relative;
	margin:0 auto;
	width:960px;
	height:66px;
}
header h1{
	position:absolute;
	left:0;
	top:0;
}
header h1 img{
	width:185px;
	height:65px;
}
header #navgToggle {
	display:none;
}
/* navG ---------------------------------------------*/
#navG {
	display:block !important;
	position:absolute;
	left:200px;
	top:0;
	width:630px;
}
#navG li.menu {
	float:left;
	width:90px;/* 630 /メニュー数 */
}
#navG li.menu a {
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size:17px;
	line-height:33px;
	letter-spacing:0.05rem;
	text-align:center;
	text-shadow:-2px 2px 3px rgba(0,0,0,0.50);
}
#navG li.menu a:hover {
	color:#FFF;
	opacity:0.5;
	text-decoration:none;
	/*background-color:#FFF;*/
}
#navG li.social {
	position:absolute;
	top:16px;
}
#navG li.social img {
	width:34px;
	height:auto;
}
#navG li.social.btnFb {
	right:-42px;
}
#navG li.social.btnTw {
	right:-84px;
}
#navG li.social.btnIn {
	right:-126px;
}
#navGbg {
	display:none;
}

/* footer ---------------------------------------*/
#footer{
	clear:both;
	color:#ddd;
	width:816px;
	height:90px;
	padding:10px 72px 0 72px;
	margin-left:-72px;
	text-align:center;
	font-size:small;
}
#footer p a:link {color:#bbb;text-decoration:none;}
#footer p a:visited {color:#bbb;}
#footer p a:active {color:#bbb;}
#footer p a:hover {color:#666;text-decoration:none;}
.tel-link {
    color: #bbb;
    font-size: 16px;
    font-weight: bold;
}

/* sponsor ---------------------------------------*/
.sponsor {
	display:table !important;
	margin:0 auto;
}
.sponsorttl {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	line-height:71px;
	margin-right:20px;
}
.sponsorlogo {
	float:left;
	height:71px;
}
.sponsorlogo img {
	width:100px;
	height:auto;
}
.sponsorlogoVitacci {
	margin-right:20px;
}
.sponsorlogoHeineken {
	margin-right:20px;
}

/* topへ戻る ---------------------------------------*/
#footer .pagetop {
	display:none;
	position: fixed;
	bottom: 200px;
	right: 10px;
}
#footer .pagetop a {
	display: block;
	width: 55px;
	height: 55px;
	background-color: #dd3534;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	vertical-align:bottom;
	text-decoration: none;
	line-height: 50px;
}





}







/* min-width: 768px */

@media screen and (max-width: 767px) {
/* html body */
/* --------------------------------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%; /* iPhone */
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	min-width:320px;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.55;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", sans-serif;
}
/* Links ---------------------------------------------- */
a:link {color:#fff;text-decoration:none;}
a:visited {color:#fff;}
a:active {color:#fff;}
a:hover {color:#666;text-decoration:none;}
a:hover img{
	filter: alpha(opacity=7);
	-moz-opacity:0.7;
	opacity:0.7;
}
.tel-link {
    color: #666;
    font-weight: bold;
}
/* total layout ------------------------------------*/
#wrapper{
	
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
		background-size: cover;
}
#background{
	padding-top:80px;
    background-image:url("../img/bg/mv.png");
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
}
#wrapper02{background-image:url("../img/bg/back.gif");
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
		background-size: cover;
}
#wrapper03{background-color: rgba(0,0,0,0.3);
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
		background-size: cover;
}

#wrapper04{background-color: rgba(255,255,255,0.5);
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
		background-size: cover;

}

#wrapper-minamo{
	padding-top:50px;
	background-image:url("../img/CG-MINAMO.gif");
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
		background-size: cover;
}



#content{
}

/* header */
/* --------------------------------------------------------------------------- */
header {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height: 50px;
	background-color:rgba(30,30,30,0.5);
	z-index:100;
}
header h1 {
	position: absolute;
	left:10px;
	top:5px;
	width:90px;
}
header h1 a {
	display:block;
}
header h1 a img {
	width:auto;
	height:40px;
}
header #navgToggle {
	position: absolute;
	right: 10px;
	top: 14px;
	display:block;
	width: 30px;
	height: 22px;
}
header .menu-trigger,
header .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header .menu-trigger {
	position: relative;
	width: 30px;
	height: 22px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
header .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border-radius: 0;
}
header .menu-trigger span:nth-of-type(1) {
	top: 0;
}
header .menu-trigger span:nth-of-type(2) {
	top: 10px;
}
header .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
header .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
header .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
/* navG */
/* --------------------------------------------------------------------------- */
#navG {
	display:none;
	position:fixed;
	left:0;
	top:50px;
	width:100%;
	background-color:rgba(255,255,255,0.95);
	z-index:100;
}
#navG li.menu  {
	float:left;
	width:50%;
}
#navG li.menu a, #navG li.menu p {
	display:block;
	padding:15px 10px;
	background:url(../img/header/nav_arrow_sp.png) right center no-repeat;
	background-size:auto 14px;
	font-size:1.5rem;
	line-height:1;
	color:#252525;
	font-weight:bold;
	text-decoration:none;
	text-indent:0;
}
#navG li p {
	opacity:0;
}
#navG li.social {
	float:left;
	width:33.3%;
	padding:15px 0;
	text-align:center;
	background:none;
}
#navG li.social a {
	display:block;
	background:none;
	margin:0 5px;
	padding: 0 10px;
}
#navG li.social a img {
	width:80px;
	height:auto;
}
#navGbg {
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.5);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	z-index:50;
}


/* footer */
/* --------------------------------------------------------------------------- */
#wrapper02{
	padding:20px 0;
	background-image:url("../img/bg/back.gif");
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed; 
	background-size: cover;

}
#wrapper02 table{
	width:100% !important;
	height:auto !important;

}

/* sponsor ---------------------------------------*/
.sponsor {
}
.sponsorttl {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	margin-bottom:10px;
}
.sponsorlogo img {
	width:100px;
	height:auto;
}
.sponsorlogoVitacci {
	margin-bottom:20px;
}
.sponsorlogoHeineken {
	margin-bottom:20px;
}
}
/* max-width: 767px */


@media print, screen and (min-width: 768px) {
/* pc/sp */
/* --------------------------------------------------------------------------- */
.forPc {
	display:block !important;
}
.forSp {
	display:none !important;
}

.forPci {
	display:inline !important;
}
.forSpi {
	display:none !important;
}

}
/* min-width: 768px */
@media screen and (max-width: 767px) {
/* pc/sp */
/* --------------------------------------------------------------------------- */
.forPc {
	display:none !important;
}
.forSp {
	display:block !important;
}
.forPci {
	display:none !important;
}
.forSpi {
	display:inline !important;
}


}
/* min-width: 768px */

/* cf */
/* --------------------------------------------------------------------------- */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: block;
}