@charset "UTF-8";

body{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size:0.7rem;
	line-height:1.75em;
	
	background-color:#f0f0f0;
	color:#222;
	
	box-sizing: border-box;
	padding:10px;
	
	padding-top:25%;
}

@media only screen and (min-width: 360px){
	
	body{
		font-size:0.75rem;
		line-height:1.75em;
	}
	
}

@media only screen and (min-width: 480px){
	
	body{
		font-size:0.8rem;
		line-height:1.75em;
	}
	
}

@media only screen and (min-width: 600px){
	
	body{
		font-size:0.85rem;
		line-height:1.75em;
	}
	
}

@media only screen and (min-width: 720px){
	
	body{
		font-size:0.9rem;
		line-height:1.75em;
	}
	
}

@media only screen and (min-width: 960px){
	body{
		padding-top:320px;
	}
}

a{
	color:#f00;
	text-decoration: none;
}

a:hover{
	color:#f44;
	text-decoration: underline;
}

img{
	max-width: 100%;
	max-height: 100%;
	
	vertical-align: bottom;
}

.font-serif_jp{
	font-family: 'Noto Serif JP', serif;
}

.font-serif_en{
	font-family: 'Noto Serif Display', serif;
}

.font-reset{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.bg-img{
	position: absolute;
	top:0;
	left:0;
	
	width:100%;
	
	z-index: -10;
}

.bg-img:before{
	display:block;
	content:"";
	
	width:100%;
	
	box-sizing: border-box;
	padding-top:640px;
}

.bg-img img{
	/*width:100%;*/
	
	position: absolute;
	top:0;
	left:0;
	right:0;
	
	margin:0 auto;
	
	object-fit: cover;
	object-position: center top;
}

/*//////////----- HEADER -----//////////*/

#header{
	width:100%;
	margin-bottom:20px;
}

#header div.wrap{
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	background-color:#fff;
	color:#222;
	
	box-sizing: border-box;
	padding:10px;
	
	border-radius:5px;
}

#header p.logo{
	text-align: center;
	
	box-sizing: border-box;
	padding:15px 0;
}

#header p.logo img{
	width:60%;
	vertical-align: bottom;
	max-width: 240px;
}

#header h1{
	font-size:1.0rem;
	line-height:1.75em;
	font-weight:700;
	
	text-align: center;
	
	color:#49a;
}

#header h1 span.note{
	display:block;
	
	font-size:2.5rem;
	line-height:60px;
	font-weight:400;
}

#header h1 span.note:before{
	content:"-";
	
	box-sizing: border-box;
	padding:0 10px;
}

#header h1 span.note:after{
	content:"-";
	
	box-sizing: border-box;
	padding:0 10px;
}

#header p.caption{
	text-align: center;
	margin-bottom:10px;
}

#header p.caption:last-child{
	margin-bottom:15px;
}

@media only screen and (min-width: 480px){
	
	#header h1{
		font-size:1.25rem;
		line-height:1.75em;
	}
	
	#header h1 span.note{
		font-size:3.5rem;
		line-height:80px;
	}
	
}

/*//////////----- BTN-SUBMIT -----//////////*/

#bt-menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    color: #fff;
	
	box-sizing: border-box;
	padding:15px;
}

#bt-menu div.inner{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 960px;
}

#bt-menu p.btn-submit{
	width:100%;
	text-align: center;
}

#bt-menu p.btn-submit a{
	display:block;
	width:100%;
	margin:0 auto;
	max-width: 480px;
	
	background-color:#f80;
	color:#fff;
	
	line-height:50px;
	text-align: center;
	
	box-sizing: border-box;
	border-radius:2.5px;
	border:solid 5px #f80;
	
	text-decoration: none;
	font-weight:bold;
	
	font-size:1.25rem;
}
	
#bt-menu p.btn-submit a:hover{
	background-color:#fff;
	color:#f80;
}

#bt-menu p.btn-download{
	width:100%;
	margin-top:10px;
	text-align: center;
}

#bt-menu p.btn-download a{
	display:block;
	width:100%;
	margin:0 auto;
	max-width: 480px;
	
	background-color:#4a9;
	color:#fff;
	
	line-height:50px;
	text-align: center;
	
	box-sizing: border-box;
	border-radius:2.5px;
	border:solid 5px #4a9;
	
	text-decoration: none;
	font-weight:bold;
	
	font-size:1.15rem;
}
	
#bt-menu p.btn-download a:hover{
	background-color:#fff;
	color:#4a9;
}

@media only screen and (min-width: 768px){
	
	#bt-menu p.btn-submit{
		width:calc(50% - 10px);
		margin-right:10px;
	}
	
	#bt-menu p.btn-download{
		width:calc(50% - 10px);
		margin-left:10px;
		margin-top:0;
	}
	
}
