@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/*----HTML再定義--------------------------------------------------*/
/*全ての要素のマージンを0にする*/
* { margin: 0;	padding: 0 }
html {	height : 100%;}
body {
	height : 100%;
	font-size: 16px;
	color: #4f6b72;
	/* フォントファミリ明朝 
	font-family:Times New Roman , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif;
	*/
	/* フォントファミリゴシック */
/*	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}
.english { 
	font-family: "Century Gothic", "Century Gothic pro", Arial, sans-serif;
}
/*LinkBasic*/
a {	text-decoration: none;}
a:hover {	color: #0066CC;	text-decoration: underline;	color: #FF3399;}
a:visited {	color: #0066CC;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
	width:100%;
	max-width:100%;
}
article {
    display: block;
	background: url("../img/pc_bk.png") center center / cover no-repeat fixed;
    width: 100vw;
    height: 100vh;
}
.contens {
    margin: 0 auto;
    text-align: center;
	padding: 25vh 0 0;
}
.txtinfo {
    color: #ffffff;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0 auto 25px;
}
p.brand {
    color: #ffffff;
	font-size: 1.4em;
}
.relese {
    font-size: 1.6em;
    font-weight: bold;
    color: #ffffff;
    margin: 0 auto 30px;
}
.sns {
    margin: 0 auto;
    text-align: center;
    margin: 5% auto 0;
}
footer {
    background: #F2F215;
    padding: 30px 0;
    color: #030303;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer {
    margin: 0 auto;
    text-align: center;
}
ul.reserv {
    display: flex;
    justify-content: center;
    list-style: none;
	align-items: center;
	margin: 0 0 5px;
}
li.j_res {
    font-size: 0.8em;
    border: solid 1px #333333;
    padding: 3px;
    margin-right: 10px;
}
li.e_res.english {
    font-size: 1.2em;
}
.contens figure {
    width: 50%;
    margin: 0 auto;
}
.sns {
    width: 2%;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
/* SP */
@media (max-width: 767px) {	
	body {
		height:100vh;
		background: url("../img/sp_bk.png") center center / cover no-repeat fixed;
		overflow: hidden;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	article {
		background: none;
		height:100vh;
	}
	.contens figure {
	    width: 90%;
	}
	.sns {
	    width: 7%;
	    margin-top: 20vh;
	}
}