@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}
}

.breadcrumb__list{
	padding:0 20px;
}

/* contents
-------------------------------------------------------------------*/
.contents{
	position: relative;
}

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

.fix:after{
    content: " ";
    display: block;
    clear: both;
}

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

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

.sp{
	display:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

.link_ad{
	margin-top:0;
	padding-top:0;
}

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;
}

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

.wd{
	width:100%;
	margin:0 auto;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

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

.contents{
	overflow:hidden;
	width:100%;
	box-sizing:border-box;
	margin:0;
}

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

.link_ad{
	margin-top:-60px;
	padding-top:60px;
}

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

.pc{
	display:none;
}

.sp{
	display:block;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

input{
	font-size:16px;
}
}



/* header
-------------------------------------------------------------------*/
header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:999;
}

header nav{
	padding:30px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
}

header h1{
}

header nav ul{
	display:flex;
}

header nav li{
	padding:0 10px;
}

header nav li a{
	color:#fff;
}

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

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

.spgnav{
	display:none;
}

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

.spgnav{
	display:block;
	position: fixed;
	left: 0;
	top: 0;
	background:#DC3333;
	width: 100%;
	z-index:999;
	height:60px;
}
	
.spgnav ul li ul{
	display:none;
}

.spgnav .logo{
	padding: 10px 0 0 10px;
    width: 150px;
}

.topmenu {
    display: block;
    height: 60px;
    position: fixed;
	right:0;
	margin:0 auto;
    top: 0;
	background:#000;
    width: 60px;
    z-index: 9999;
    cursor: pointer;
}

.sptrigger,
.sptrigger span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
    z-index: 99999;
}
.sptrigger {
    position: relative;
    width: 100%;
    height: 100%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sptrigger span {
	position: absolute;
	left: 50%;
	width: 30px;
	margin-top:-10px;
	margin-left: -15px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
    z-index: 99999;
}
.sptrigger.active span {
	background-color: #fff;
}
.sptrigger span:nth-of-type(1) {
    top: 34px;
}
.sptrigger span:nth-of-type(2) {
    top: 44px;
}
.spmenu {
    top: 60px;
    left: 0;
    z-index: 1000;
    display: none;
    position: fixed;
    width: 100%;
	padding:0;
    background:rgba(0,0,0,0.8);
}
.spmenu .box_in{
    width: 100%;
	text-align:center;
}

.spmenu ul{
	text-align:center;
}

.spmenu ul li{
	border-bottom:1px solid #fff;
}
	
.spmenu ul li:last-child{
	border-bottom:none;
}

.spmenu ul li a,
.spmenu ul li span{
	font-size:14px;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#fff;
	padding:15px 0;
	display:block;
	transition: .3s;
	position:relative;
}

.spmenu ul li:last-child a{
	background:#0079dc;
}

.spmenu ul li ul li{
	border-bottom:none;
	background:#fff;
}
	
.spmenu ul li ul li a{
	font-size:13px;
	border-top:1px solid #68cc43;
	color: #222222;
}

.spmenu ul li span:after{
	content: "";
	position: absolute;
    right: 20px;
    top: 35%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
	
.spmenu ul li span.on:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
}

.movmobb1 .active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	    transform: translateY(8px) rotate(-45deg);
}
.movmobb1 .active span:nth-of-type(2) {
	-webkit-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-2px) rotate(45deg);
}
}

/* footer
-------------------------------------------------------------------*/
footer .topbtn {
    position: absolute;
    right: 0;
    top: -80px;
}

footer {
    padding: 50px 20px 30px 20px;
    background: #000000;
    position: relative;
	color:#fff;
}

footer a{
	color:#fff;
}

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

footer .linkbox .address {
    padding: 0 160px 0 0;
}

footer .linkbox {
    display: flex;
}

footer .linkbox .txtbox {
    padding: 20px 0 0 0;
}

footer .linkbox .txtbox dl {
    font-size: 12px;
	line-height:1.6em;
}

footer .linkbox .txtbox dl dt{
	font-weight:bold;
}

footer .link .link01 {
    padding: 0 60px 0 0;
}

footer .link .link01 li:first-child{
    font-weight: bold;
}

footer .link .link01 li:not(:first-child){
	font-size:14px;
	padding:5px 0 0 10px;
}

footer .copy{
	font-size:11px;
	padding:25px 0 0 0;
	text-align:center;
}

@media screen and (max-width: 800px) {
footer .topbtn {
    top: -60px;
	width:60px;
}

footer {
    padding: 40px 20px 20px 20px;
	text-align:center;
}

footer .box {
    max-width: inherit;
}

footer .logo{
	width:200px;
	margin:0 auto;
}

footer .linkbox{
	display:block;
}

footer .linkbox .address {
    padding: 0;
}

footer .copy{
	font-size:11px;
	padding:15px 0 0 0;
	text-align:center;
}
}
