@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:"mamelon";
    src: url('../font/Mamelon-4-Hi-Regular.otf') format('truetype');
    font-style: normal;
	font-weight:400;
}

@font-face {
    font-family:"mamelon";
    src: url('../font/Mamelon-5-Hi-Regular.otf') format('truetype');
    font-style: normal;
	font-weight:500;
}


body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size:16px;
	line-height:1.6em;
	word-wrap: break-word;
	color: #444444;
}


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

a{
	color: #444444;
}


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

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

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

.r_btn {
    position: fixed;
    right: 20px;
    top:330px;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
    display: block;
}

.r_btn li{
	padding:0 0 10px 0;
}

.f_btn{
    position: fixed;
    right: 0;
	left:0;
    bottom: 0;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
    display: flex;
	text-align:center;
}

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

.f_btn ul{
	padding:20px 40px 10px 40px;
	background: linear-gradient(#3e4fac 0%, #00b5b5 100%);
	width:68%;
	box-sizing:border-box;
	display:flex;
	justify-content:center;
}

.f_btn ul li{
	padding:0 15px;
}

.f_btn p{
	width:32%;
	box-sizing:border-box;
	padding:20px 40px 10px 40px;
	background: linear-gradient(#f25f5f 0%, #fda022 100%);
}

@media screen and (max-width: 800px) {
.r_btn {
    right: 10px;
    top:200px;
	width:40px;
}

.r_btn li{
	padding:0 0 5px 0;
}

.f_btn{
    display:block;
}

.f_btn ul{
	padding:10px 20px 10px 20px;
	width:100%;
}

.f_btn ul li{
	padding:0 5px;
	max-width:180px;
}

.f_btn p{
	width:100%;
	padding:10px 20px 10px 20px;
}

.f_btn p a{
	display:block;
	max-width:280px;
	margin:0 auto;
}
}


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

.wd{
	max-width:1180px;
	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;
}

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

/* header
-------------------------------------------------------------------*/
header{
	position:relative;
	z-index:999;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
	background: #fff;
}

header .logo{
	text-align:center;
	display:inline-block;
}
header .logo span{
	display:block;
	font-size:18px;
	font-weight:500;
	margin:10px 0 0 0;
	height:20px;
}

header .gnav{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:20px 30px;
	min-width:1000px;
	position:relative;
	z-index:2;
}

header .gnav .link{
	padding:0 0 10px 0;
	border-bottom:1px solid #3E4FAC;
	display:flex;
	align-items:center;
}


header .gnav .link li:not(:last-child){
	padding:0 40px 0 0;
}

header .gnav .link li a{
	font-size:18px;
    font-family:"mamelon";
}

header .gnav .btn{
	display:flex;
	justify-content:flex-end;
	padding:15px 0 0 0;
}

header .gnav .btn li{
	padding:0 0 0 30px;
}

@media screen and (max-width: 1180px) {
header .gnav .link li:not(:last-child){
	padding:0 20px 0 0;
}
header .gnav .link li a{
	font-size:16px;
}
}

.gnav p{
	line-height: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;
}

header.clone_gnav .gnav{
	padding:10px 30px;
}

header.clone_gnav .gnav .btn{
	display:none;
}

@media screen and (max-width: 800px) {
.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #000;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}

body.fixed .black-bg {
	opacity: .8;
	visibility: visible;
}
	
header .gnav{
	display:none;
}

header{
	position:fixed;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
	background:#fff;
	width:100%;
	height:60px;
}

header .logo{
	display:inline-block;
	margin:5px 0 0 10px;
	text-align:center;
	line-height:1;
}

header .logo img{
	width:150px;
}

header .logo span{
	display:block;
	font-size:10px;
	font-weight:600;
	margin:0;
}

.spgnav{
	height:60px;
}

.topmenu.movmobb1{
    position: fixed;
    right: 10px;
    top: 8px;
	height:45px;
	width:45px;
	z-index:999;
}

.topmenu {
    display: block;
	height:45px;
	width:45px;
    cursor: pointer;
	transition: all 0.3s;
	position:relative;
	background: linear-gradient(#3e4fac 0%, #00b5b5 100%);
	box-sizing:border-box;
	border-radius:50%;
}


.top-trigger,
.top-trigger span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
    z-index: 99999;
}
.top-trigger {
    position: relative;
    width: 100%;
    height: 100%;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.top-trigger span {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	width: 15px;
	height: 1px;
	background-color: #fff;
    z-index: 99999;
	top:22px;
}

.mobilenav {
    top:0;
	bottom:0;
	right:-300px;
    position: fixed;
    height: 100%;
	box-sizing:border-box;
	overflow:auto;
	background: #F7F7F7;
	opacity:0;
	z-index:-1;
	width:260px;
	transition: all .6s;
	text-align:center;
}

body.fixed .mobilenav{
	opacity:1;
	z-index:999;
	right:0;
}

.menubox{
	position:relative;
	height:100%;
}


.menubox .nav{
	padding:80px 30px 0 30px;
}

.menubox .nav li{
	padding:0 0 30px 0;
}

.menubox .nav li:last-child{
	border-bottom:1px solid #3E4FAC;
}

.menubox .nav li a{
	display:block;
	font-size:16px;
	position:relative;
    font-family:"mamelon";
}

.menubox .btn{
	width:200px;
	margin:0 auto;
}

.menubox .btn li{
	padding:30px 0 0 0;
}

.top-trigger span:nth-of-type(1) {
    margin-top: -6px;
}

.top-trigger span:nth-of-type(2) {
    margin-top: 0;
}

.top-trigger span:nth-of-type(3) {
    margin-top: 6px;
}

body.fixed .movmobb1 span:nth-of-type(1) {
	margin-top: -1px;
	transform: translateX(-50%) translateY(1px) rotate(-45deg);
	background-color: #fff;
}
body.fixed .movmobb1 span:nth-of-type(2) {
	transform: translateX(-50%) translateY(-8px) rotate(45deg);
	margin-top: 8px;
	background-color: #fff;
}
body.fixed .movmobb1 span:nth-of-type(3) {
	opacity:0;
}

.clone_gnav{
	display:none;
}

}
/* footer
-------------------------------------------------------------------*/
footer{
	text-align:center;
	padding:120px 20px 0 20px;
}

footer .box{
	padding:0 0 30px 0;
	border-bottom:1px solid #707070;
}

footer .box .link{
	padding:40px 0;
}

footer .box .link li{
	display:inline-block;
	padding:0 20px;
}

footer .box .link li a{
	font-size:14px;
}

footer .box .btn a{
	width:300px;
	margin:0 auto 40px;
	line-height:60px;
	height:60px;
	font-size:22px;
	color:#fff;
    font-family:"mamelon";
	border-radius:30px;
	background:#373B46;
}

footer .box .f-link{
	padding:0 0 60px 0;
}

footer .box .f-link li{
	display:inline-block;
	padding:0 10px;
}

footer .box .sns li{
	display:inline-block;
	padding:0 20px;
}

footer .copy{
	padding:30px 0;
	font-size:12px;
}

@media screen and (max-width: 800px) {
footer{
	padding:70px 0 0 0;
}

footer .box{
	padding:0 20px 60px 20px;
}

footer .box .logo{
	width:220px;
	margin:0 auto 30px;
}

footer .box .link{
	display:none;
}

footer .box .btn a{
	width:280px;
	margin:0 auto 30px;
	line-height:50px;
	height:50px;
	font-size:18px;
}

footer .box .f-link{
	padding:0 0 30px 0;
}

footer .box .f-link li{
	display:block;
	width:240px;
	margin:0 auto 30px;
	padding:0;
}

footer .box .sns li{
	padding:0;
	margin:0 10px;
	width:25px;
}

footer .copy{
	padding:30px 0;
	font-size:11px;
}
}