@charset "utf-8";
@import url("style2.css");

body,html {width: 100%;height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #d0d2db;	
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 2.2;		/*行間*/
	background: #27292e;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

a {
	color: #d0d2db;
    text-decoration : none;
	transition: 0.4s;
}
a:hover {
	color: #6983a9;	
}

header {
	width: 100%;height: 110%;overflow: hidden;position: relative;
	background: #27292e url(../images/bg.jpg) no-repeat center center;	/*背景画像の設定（古いブラウザ用）*/
	background: #27292e url(../images/bg.jpg) no-repeat center center / cover;	
}

header h1 {
	position: absolute;
	top: 0px;	
	width: 100%;	
	text-align: center;		
	background: #99918b;	
	background: rgba(0,0,0,0.7);	
	color: #d0d2db;	
	font-weight: normal;	
	letter-spacing: 0.2em;
	font-size: 12px;		
	z-index: 10;	
}

.inner {
	overflow: hidden;
	max-width: 1400px;	
	padding: 50px 10%;	
}


.bg1 {
	background: #18191c;	
}

.contents h2 {
	clear: both;
	margin-bottom: 30px;
	font-size: 40px;		
	text-align: center;		
	letter-spacing: 0.2em;	
	line-height: 1.5;		
}

.contents h2 span {
	display: block;
	font-size: 12px;	
}

.contents h3 {
	clear: both;
	margin-bottom: 20px;	
	font-size: 20px;		
	background: url(../images/line1.png) no-repeat center bottom;	
	background: url(../images/line1.png) no-repeat center bottom / 100% 2px;	
	padding: 0 10px;	
}

.contents p {
	padding: 0px 10px 30px;	
}

.contents p + p {
	margin-top: -10px;
}

.contents section + section {
	margin-top: 50px;	
}

/*キャッチコピー*/
#red {color: #ff0000;
    }

footer {
	clear: both;
	text-align: center;
	background: #222;	
	color: #fff;		
	padding: 10px 0;	
}
footer a {text-decoration: none;color: #fff;}
footer .pr {display: block;font-size: 12px;}

/*上
*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}

body .nav-fix-pos-pagetop a {
	display: none;
}

/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;	
	line-height: 50px;
	z-index: 100;
	position: fixed;
	bottom: 20px;	
	right: 1%;		
    background: #fff;
	background: rgba(0,0,0,0.6);	
	color: #fff;	
	border-radius: 50%;	
	animation-name: scroll;	
	animation-duration: 1S;
	animation-fill-mode: forwards;	
}
/*マウスオン時の背景色*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999
        ;
}

.look {background: #c3b5a2;background: rgba(0,0,0,0.1);padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.ad, .ad a {color: #ffd900 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fl {float: left;}
.fr {float: right;}
.big1 {font-size: 40px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}

/*画面幅800px以下の設定
*/
@media screen and (max-width:800px){

/*inner
*/
.inner {
	padding: 50px 3%;	
}


body.s-n #sub,body.s-n #footermenu,.m-n {display: none;}
.big1 {font-size: 20px;}
.fl {float: none;}
.fr {float: none;}
.sh {display:block;}
.pc {display:none;}

}

/*画面幅480px以下の設定
*/
@media screen and (max-width:480px){

/*全体の設定*/
body {
	font-size: 12px;	
	line-height: 1.5;	
}


.inner {
	padding: 30px 3%;	
}


.contents h2 {
	margin-bottom: 20px;	
	font-size: 24px;		
	letter-spacing: normal;
}

.contents h3 {
	margin-bottom: 10px;	
	font-size: 16px;	
	padding-bottom: 5px;	
}

.contents p {
	padding: 0px 10px 20px;		
}

.contents section + section {
	margin-top: 20px;
}

.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}

}
