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


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

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

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

.wd{
	max-width:980px;
	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:-66px;
	padding-top:66px;
}

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

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

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


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

.wd,
.wd02{
	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:-66px;
	padding-top:66px;
}

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



/* nav
-------------------------------------------------------------------*/
nav{
	margin-bottom:-70px;
}

nav ul{
	display:flex;
	justify-content:center;
}

nav ul li{
	padding:0 5px;
}

nav ul li:not(:last-child) a{
	display:block;
	width: 188px;
	height: 60px;
	line-height:60px;
	text-align:center;
	background: #fff;
	color:#C3B256;
	border-radius:70px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

nav ul li:not(:last-child) a:hover,
nav ul li:not(:last-child).active a{
	background: #C3B256;
	color:#fff;
}

nav ul li:last-child{
}

nav ul li.link .ico{
	width:192px;
	height:60px;
	position:relative;
}

nav ul li .ico img{
	height: auto;
	left: 0;
	position: absolute;
}

nav ul li .ico img:last-of-type {
	opacity: 0;
	transition: opacity .3s;
}

nav ul li .ico:hover img {
	opacity: 1;
}

nav ul li.link .raku a{
	display:block;
	border-radius:4px;
	background:#9B1818;
	color:#fff;
	width:150px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:8px auto 0;
}

nav ul li.link .raku a:hover{
	background:#333333;
}

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

nav.clone_nav ul li a{
	border-radius:0 0 24px 24px;
}

.is-show {
    transform: translateY(0);
    top: 0;
}
@media screen and (max-width: 800px) {
nav{
	display:none;
}
}

/* footer
-------------------------------------------------------------------*/
footer{
	padding:0 20px 170px 20px;
	max-width:1250px;
	margin:0 auto;
	position:relative;
}

footer .ico{
	position:absolute;
	bottom:0;
	left:275px;
}

footer .btn{
	position:absolute;
	bottom:80px;
	right:30px;
}

footer .copy{
	padding:30px 0 0 40px;
	font-size:11px;
	text-align:left;
}

.f_btn{
	display:none;
}
@media screen and (max-width: 800px) {
.f_btn {
	display:inline-block;
	width:90%;
    position: fixed;
    bottom: -180px;
	right:0;
	left:0;
	margin:0 auto;
	text-align:center;
	transition: all 0.3s;
	z-index:99;
}

.f_btn.on{
    bottom: 10px;
}

.f_btn.off{
    bottom:-180px;
}	
	
footer{
	padding:0 20px 0 20px;
	max-width:inherit;
	margin:0 auto;
	position:relative;
}

footer .ico{
	position:static;
	padding:0;
	margin-top:-7%;
}

footer .btn{
	display:none;
}

footer .copy{
	display:none;
}
}
