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

.grecaptcha-badge { opacity:0; }

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

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

body {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 400;
	font-size:18px;
	line-height:1.6;
	word-wrap: break-word;
	color: #000000;
	background:#1B5DAA;
}


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

a{
	color: #000000;
}


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

/* contents
-------------------------------------------------------------------*/
.face{
	padding:10px;
}

.wrap{
	position:relative;
}

.main{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:url(../img/common/main-bg.png) no-repeat center center;
	background-size:cover;
}

.main .l-txt{
	position:fixed;
	left:0;
	top:0;
	width:100px;
	text-align:center;
	height:100%;
	background:#000;
	box-sizing:border-box;
	padding:40px 0;
	transition: all 0.3s;
}

.main .r-txt{
	position:fixed;
	right:0;
	top:0;
	text-align:center;
	width:34%;
	box-sizing:border-box;
	padding:0 20px;
	transition: all 0.3s;
}

@media screen and (max-width: 1600px) {
.main .r-txt{
	width:30%;
}
}

@media screen and (max-width: 1460px) {
.main .r-txt{
	opacity:0;
	z-index:-1;
}
}

@media screen and (max-width: 1260px) {
.main .r-txt{
	width:18%;
}
}

@media screen and (max-width: 914px) {
.main .l-txt{
	opacity:0;
	z-index:-1;
}
}

.main .r-txt dt{
	padding:40px 0;
}

.main .r-txt dd a{
	width: 220px;
	height: 80px;
	line-height:80px;
	border-radius: 8px;
	background: linear-gradient(#eb0001 0%, #b92f2f 100%);
	margin:0 auto;
	color:#fff;
	text-align:center;
	font-weight:700;
	font-size:23px;
}

.contents{
	clear:both;
	max-width:700px;
	margin:0 auto;
	background:#fff;
	position:relative;
	z-index:3;
}

.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) {
.f_btn{
    right: 0;
	left:0;
    bottom:0;
	margin:0 auto;
	max-width:350px;
	padding:0 20px;
	animation:none;
}

	
.wrap {
	min-width:100%;
	overflow:hidden;
	box-sizing:border-box;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

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

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


/* footer
-------------------------------------------------------------------*/
footer{
	background:#777777;
	padding:50px 40px;
	color:#fff;
	max-width:700px;
	margin:0 auto;
	position:relative;
	z-index:3;
}

footer a{
	color:#fff;
}

@media screen and (max-width: 800px) {
footer{
	padding:30px 20px;
	max-width:inherit;
	font-size:14px;
}

}