


body {
	margin: 0;
	padding: 0;
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #0B318F;
	font-size: 16px;
  font-weight: 400;
	line-height: 1.7em;
	text-align: center;
}

.inner {
	width: 1200px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.t-center {
	text-align: center;
}

.js-fade {
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.spbr {
	display: none;
}
.sp {
	display: none;
}






.motion_10 {
	background-color: #FFE700;
	text-align: center;
	position: relative;
}
.motion_10 .inner {
	text-align: center;
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.motion_10 .img_10 {
	width: auto;
	height: 80vh;
}
.motion_10 .arror1 {
	position: absolute;
	left: 50%;
	bottom: -85px;
	transform: translateX(-50%);
	z-index: 20;
}


.motion_20 {
	text-align: center;
	position: relative;
}
.motion_20 .inner {
	text-align: center;
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.motion_20 .message {
	font-size: 28px;
	line-height: 1.8;
}
.motion_20 .arror2 {
	position: absolute;
	left: 50%;
	bottom: -92px;
	transform: translateX(-50%);
	z-index: 2;
}


.motion_30 {
	background-color: #FFE700;
	position: relative;
}
.motion_30 .inner {
	padding-bottom: 10vh;
}
/*
.motion_30 .lrw {
	display: flex;
}
.motion_30 .lrl {
	width: 494px;
	padding-top: 100px;
}
*/
.motion_30 .lrl .img_10 {
	width: 100%;
	height: auto;
}
.motion_30 .lrr {
	padding-top: 140px;
	/*width: 706px;*/
}
.motion_30 .lrr .img_10 {
	width: 300px;
}
.motion_30 .lrr .title2 {
	margin-bottom: 20px;
}
.motion_30 .lrr .title3 {
	margin-bottom: 40px;
	width: auto;
	height: 650px;
}
.motion_30 .lrr .comingsoon_aroor1 {
	margin-top: 140px;
	margin-left: 40px;
	width: 40px;
}


.motion_30 .arror1 {
	position: absolute;
	left: 50%;
	bottom: -85px;
	transform: translateX(-50%);
	z-index: 20;
}


.motion_40 {
	position: relative;
}
.motion_40 .inner {
	padding-bottom: 10vh;
}
.motion_40 .lrw {
	display: flex;
}
.motion_40 .lrl {
	width: 494px;
	padding-top: 140px;
}
.motion_40 .img_10 {
	width: 100%;
	height: auto;
}
.motion_40 .lrr {
	padding-top: 140px;
	padding-left: 100px;
	width: 706px;
}
.motion_40 .lrr .title2 {
	margin-bottom: 20px;
}
.motion_40 .lrr h3 {
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.4;
}
.motion_40 .lrr .img_10 {
	margin-bottom: 20px;
}
.motion_40 .lrr .kikan {
	font-size: 20px;
	margin-top: 40px;
}
.motion_40 .lrr .kikan strong {
	display: inline-block;
	color: #0B318F;
	border: solid 1px #0B318F;
	border-radius: 50px;
	padding: 5px 20px;
	margin-right: 15px;
}

.img50 {

}

.mini {
	font-size: 75%;
	margin-top: 10px;
}
.clase {
	
}

.motion_40 .lrr .hukkatu_p {
	display: inline-block;
	color: #0B318F;
	border: solid 1px #0B318F;
	border-radius: 50px;
	padding: 5px 20px;
	margin-right: 15px;
	font-size: 24px;
	margin-top: 20px;
	font-weight: bold;
}








.link_b {
	display: inline-block;
	color: #FFEA00;
	background-color: #0B318F;
	border-radius: 50px;
	padding: 15px 60px;
	margin-right: 15px;
	font-size: 22px;
	font-weight: bold;
	margin-top: 40px;
	transition: all 0.2s;
}

@keyframes hover-bounce{
	0%{transform:scale(1)}
	40%{transform:scale(.85)}
	to{transform:scale(1)}
}

.link_b:hover {
	animation: hover-bounce .5s ease 1;
}
.comingsoon_bottom {
	width: 100%;
	height: auto;
}


footer {
	background-color: #ffea00;
}
footer .lrw {
	display: flex;
}
footer .lrl  {
	padding-right: 200px;
}
footer .lrr ul {
	display: flex;
}
footer .lrr ul li {
	padding: 10px 80px;
}
.footer_sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 73px 0 120px;
}
.footer_sns li {
	width: calc(25% - 32px);
}
.footer_sns li a {
	background-color: #fff;
	border-radius: 15px;
	display: block;
	height: 160px;
	position: relative;
}
.footer_sns li a img {
	width: 48px;
	height: 48px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.footer_sns li a:hover img {
	animation: hover-bounce .5s ease 1;
}
.copy {
	text-align: center;
}




.swiper-button-prev, .swiper-rtl .swiper-button-next {
    position: absolute;
    left: 0px;
    right: auto;
    top: 50%;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    position: absolute;
    right: 0px;
    left: auto;
    top: 50%;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '〉';
    font-size: 72px;
    color: #17308a;
    cursor: pointer;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '〈';
    font-size: 72px;
    color: #17308a;
    cursor: pointer;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    z-index: 100;
}


















@media only screen and (max-width: 767px) {
	
	.inner {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.spbr {
		display: block;
	}
	.pc {
		display: none!important;
	}
	.sp {
		display: block;
	}
	
	
	.motion_10 .inner {
		height: 80vh;
		box-sizing: border-box;
	}
	
	.motion_10 .img_10 {
		width: 100%;
		height: auto;
	}
	.motion_10 .arror1 {
		width: 50px;
		height: auto;
		bottom: -35px;
	}
	.innerbottom {
		height: 20vh;
	}
	.innerbottom .arror3 {
		width: 50px;
		height: auto;
		margin-top: 5vh;
	}
	
	
	.motion_20 .img_10 {
		width: 100%;
		height: auto;
	}
	.motion_20 .message {
		font-size: 20px;
	}
	.motion_20 .arror2 {
		width: 50px;
		height: auto;
		bottom: -38px;
	}
	
	/*
	.motion_30 .img_10 {
		width: 100%;
		height: auto;
	}
	.motion_30 .lrw {
		display: block;
	}
	.motion_30 .lrl {
		padding-top: 20px;
		width: 100%;
	}
	*/
	.motion_30 .lrr {
		padding-top: 80px;
		width: 100%;
	}
	.motion_30 .lrr .img_10 {
		width: 100px;
	}
	.motion_30 .title2 {
		width: 100%;
	}
	.motion_30 .lrr .title3 {
		width: auto;
		width: 40vw;
		height: auto;
	}
	.motion_30 .lrr .comingsoon_aroor1 {
		width: 20px;
		margin-top: 50px;
		width: 40px;
	}
	.motion_30 .arror1 {
		width: 50px;
		height: auto;
		bottom: -35px;
	}
	
	
	.motion_40 .lrw {
		display: block;
	}
	.motion_40 .lrl {
		width: 100%;
		padding-top: 50px;
	}
	.motion_40 .lrr {
		width: 100%;
		padding-top: 20px;
		padding-left: 0px;
	}
	.motion_40 .title2 {
		width: 100%;
	}
	.motion_40 .lrr .message {
		font-size: 14px;
	}
	.motion_40 .lrr h3 {
		font-size: 18px;
	}
	.motion_40 .lrr .kikan {
		font-size: 16px;
		line-height: 2.0;
	}
	.motion_40 .lrr .kikan strong {
		padding: 0px 20px;
	}
	
	.img50_1 {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 30px;
	}
	.img50_2 {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 30px;
	}
	
	
	
	
	
	footer .inner {
		text-align: center;
	}
	footer .lrw {
		display: block;
	}
	footer .lrl {
		padding: 0;
	}
	footer .lrr ul {
		display: block;
	}
	.footer_sns ul {
		
	}
	.footer_sns li a {
		height: auto;
		background-color: #ffea00;
	}
	
	
	.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        display: none;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        display: none;
    }
	
	
	
	
	
	
	
}


