@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

dd {
    display: block;
    margin-inline-start: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
    margin: 0;
    padding: 0;
}
html { line-height: 0;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a,
a:visited{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #000;
}
a:hover,
a:active {
    color: #000;
}
a:hover {
	opacity: 1.0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
li,ul {
	list-style: none;
}

/*****************

clearfix

*****************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}
/* End hide from IE-mac */



/***********   COMMON settng ***********/
html {font-size: 15px;}
body {
    font-family: '游ゴシック体', 'YuGothic', 'Yu Gothic medium', 'Hiragino Sans', 'Meiryo', sans-serif;
    line-height: 1.8;
	text-align: left;
    background: #fff;
    -webkit-text-size-adjust: 100%;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.pc_img {display: inline-block;}
.sp_img {display: none;}

a img:hover,
input[type=image]:hover {
	opacity: 1.0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.left { float: left;}
.right { float: right;}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}
main {
	margin: auto;
	overflow: hidden;
}

section {
	margin: 100px auto;
}

#wrap {
	overflow:hidden;
}

.inner_S {
	max-width: 900px;
	width: 85%;
	margin: auto;
}
.inner_M {
	max-width: 1050px;
	width: 85%;
	margin: auto;
}


/***********   TEXT SETTING ***********/

.txt_XL {font-size: 3.2rem; line-height: 1.3;}
.txt_L {font-size: 1.8rem; line-height: 1.5;}
.txt_M {font-size: 1.25rem;}
.txt_S {font-size: 0.8rem;}
.txt_cnt { text-align: center; }

h1 {
	width:70%;
	max-width: 500px;
	margin: 80px auto 20px;
}

.btn {
	width:90%;
	max-width: 300px;
	background: #000;
	text-align: center;
	margin: 80px auto;
}
.btn a {
	color: #fff;
	padding: 20px 0;
	display: block;
}


@media screen and (max-width: 767px) {
.btn {
	margin: 80px auto;
}
.btn a {
	color: #fff;
	padding: 7% 0;
	display: block;
	font-size: 0.9rem;
}

}


