@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

html {
}
body {
	font-family: 'Helvetica Neue', Helvetica, 'Noto Sans JP', sans-serif;
	font-size:18px;
	text-align:center;
	line-height:2;
	color:#444;
}
a {
	transition : opacity 0.4s;
	-webkit-transition : opacity 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.7;
}

.only_smart,
.only_smart_i{
	display:none !important;
}

img{
	max-width:100%;
}

#wrapper{
	min-width:1000px;
	background-color:#ebe0ed;
}


/* header */
header{
	width:100%;
	min-width:1000px;
	height:100px;
	position:fixed;
	z-index:100;
	position:fixed;
	background-color:#6d1d78;
	box-shadow:0 0 6px rgba(0,0,0,0.2);
}
header > div{
	max-width:960px;
	height:100px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
header > div h1 a{
	display:block;
	width:276px;
	line-height:1;
}
header > div h1 a span{
	display:inline-block;
	margin-top:2%;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	letter-spacing:-0.03em;
	white-space:nowrap;
}
header > div nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header > div nav ul li{
	width:100px;
	line-height:40px;
}
header > div nav ul li:nth-child(n+6){
	width:70px;
}
header > div nav ul li:nth-child(-n+4){
	border-right:1px solid #fff;
}
header > div nav ul li a{
	font-size:20px;
	font-weight:bold;
	color:#fff;
}
header > div nav ul li:nth-child(-n+5) a{
	display:inline-block;
	transform:scaleX(0.8);
	cursor:pointer;
}
header > div nav ul li a span{
	display:none;
}



/* article */
article{
	padding-top:100px;
}


/* .cont */
.cont{
	width:1000px;
	margin:auto;
}


/* #overlay */
html.overlay {
	overflow:hidden;
	height:100%;
}
#overlay,
#overlay2{
	width:100%;
	height:100vh;
	padding:50px 0 70px;
	background-color:rgba(0,0,0,0.6);
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
	overflow-y:auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	display:none;
}
#overlay:before,
#overlay2:before{
	content:'×';
	color:#fff;
	position:fixed;
	right:40px;
	top:20px;
	cursor:pointer;
}
#overlay > div{
	width:90%;
	max-width:1077px;
	margin:auto;
}
#overlay2 > div{
	width:90%;
	max-width:601px;
	margin:auto;
}


/* footer */
footer{
	margin-top:-170px;
	padding:170px 0 0;
	background:url(../images/foot_bg.png)no-repeat center top;
	color:#fff;
}
footer dl{
	margin:30px 0 40px;
}
footer dl dt{
	margin-bottom:10px;
}
footer dl dd a{
	font-size:21px;
	color:#fff;
}

footer nav ul{
	width:770px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
    align-items: flex-end;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
}
footer nav ul li{
	width:154px;
	line-height:24px;
}
footer nav ul li{
	border-right:1px solid #fff;
}
footer nav ul li:first-child{
	border-left:1px solid #fff;
}
footer nav ul li a{
	font-size:15px;
	color:#fff;
}
footer > p{
	line-height:50px;
	font-size:14px;
}


/* #to_top */
#topbtn{
	font-size:24px;
	font-weight:bold;
	color:#fff;
}


/* #bottom_banner */
#bottom_banner{
	position:fixed;
	top:40%;
	right:0;
	z-index:90;
}
#bottom_banner li{
	margin:10px 0;
	background-color:#fff;
}
