@charset "utf-8";
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@font-face {
    font-family:"A1Mincho";
    src: url('../font/A-OTF-A1MinchoStd-Bold.otf') format('truetype');
    font-style: normal;
	font-weight:600;
}

body {
	font-family:"A1Mincho" , sans-serif;
	font-size:16px;
	line-height:1.6em;
	word-wrap: break-word;
	color: #fff;
	background:#000;
}



@media screen and (max-width: 800px) {
body {
	font-size:14px;
}
}

a{
	color: #fff;
}


h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

/* contents
-------------------------------------------------------------------*/
.slider{
    display: none;
}
 
.slider.slick-initialized{
    display: block; 
}

.wrap {
	min-width:1024px;
	overflow:hidden;
	position:relative;
}

.wd{
	max-width:1200px;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
}

.contents{
	clear:both;
}

.scale{
	width:100%;
	height:auto;
}

.sp{
	display:none !important;
}

.left{
	float:left;
}

.right{
	float:right;
}

img{
	max-width:100%;
	height:auto;
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}

.coverimg{
	overflow:hidden;
	position:relative;
}

.coverimg:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.coverimg img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	transition:1s all;
}

.f_btn{
	display:none;
}

@media screen and (max-width: 800px) {
.wrap {
	min-width:100%;
	overflow:hidden;
	box-sizing:border-box;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

.spscale{
	width:100%;
	height:auto;
}

.contents{
	margin:0;
}

.wd,.wd02{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}

.spscale{
	width:100%;
	height:auto;
}

img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

input{
	font-size:16px;
}

.f_btn.on{
    opacity: 1;
    z-index: 99;
}

.f_btn{
    position: fixed;
    bottom: 20px;
	left:0;
	right:0;
	margin:0 auto;
    transition: all 0.3s;
    z-index: 1;
    opacity: 1;
    display: flex;
	justify-content:space-between;
	align-items:center;
	padding:0 20px;
}

.f_btn.on.off{
    opacity: 0;
    z-index: -1;
}

.f_btn p{
	width:190px;
}

.f_btn ul{
    display: flex;
	justify-content:space-between;
	align-items:center;
}

.f_btn ul li:nth-child(1){
	width:25px;
}

.f_btn ul li:nth-child(2){
	width:28px;
	margin:0 0 0 20px;
}
}

/* header
-------------------------------------------------------------------*/
header .gnav{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:5px 40px;
	min-width:1000px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:999;
}

header .gnav ul{
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-weight:600;
	padding:20px 0;
}

.gnav p{
	line-height:0;
}

header .gnav ul > li{
	padding:0 0 0 15px;
	font-size:12px;
}

header .gnav ul > li a{
	width:195px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#333333;
	border-radius:21px;
	height:42px;
	position:relative;
}

header .gnav ul > li a:after{
	content:"";
	width:9px;
	height:9px;
	background:url(../img/common/h-subico.png) no-repeat center center;
	position:absolute;
	right:15px;
	top:8px;
}

header .gnav ul > li a img{
	padding:0 10px 0 0;
}

.clone_gnav {
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	margin:0 auto;
	z-index: 99;
	width: 100%;
	transition: .3s;
	transform: translateY(-250px);
	box-sizing:border-box;
}

.is-show,
.clone_gnav:hover{
	transform: translateY(0);
	top: 0;
}



@media screen and (max-width: 800px) {
header .gnav{
	display:none;
}

header{
	padding:0;
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:9999;
}

header .logo{
	width:145px;
	margin:20px;
}

.clone_gnav{
	display:none;
}

}
/* footer
-------------------------------------------------------------------*/
footer{
	padding:0 20px;
	background: url(../img/common/footer-bg.jpg) no-repeat top center;
	background-size:cover;
	font-size:12px;
}

footer .txt{
	padding:300px 0 280px 0;
	text-align:center;
	opacity: 0.64;
	font-size: 40px;
	letter-spacing: 0.04em;
	line-height:1.4em;
}

footer .link01 li{
	padding:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
}

footer .box-in{
	display:flex;
	justify-content:space-between;
	padding:10px 0 0 0;
}

footer .link02{
	display:flex;
}

footer .link02 li{
	position:relative;
}

footer .link02 li a{
	padding:0 10px;
	position:relative;
}

footer .link02 li a:after{
	content:"";
	position:absolute;
	right:0;
	top:5px;
	width:1px;
	height:15px;
	background:#fff;
}

footer .copy{
	font-size:10px;
	padding:0 0 50px 0;
}

@media screen and (max-width: 800px) {
footer{
	padding:0;
	background:none;
	text-align:center;
}

footer .txt{
	background: url(../img/common/sp/footer-bg.jpg) no-repeat top center;
	background-size:cover;
	padding:150px 20px;
	font-size: 30px;
	line-height:1.4em;
}

footer .link01{
	text-align:left;
	display:inline-block;
	padding:20px 0 10px 0;
}

footer .link01 li{
	padding:0 0 10px 0;
	display:block;
}

footer .box-in{
	display:block;
	padding:10px 0 0 0;
}

footer .link02{
	display:block;
}

footer .link02 li{
	padding:0 0 5px 0;
}

footer .link02 li a{
	padding:0;
}

footer .link02 li a:after{
	display:none;
}

footer .copy{
	font-size:10px;
	padding:20px 0 40px 0;
}

}