@charset "UTF-8";
@import url(cmn.css);

/*----------------------------base-----------------------------------*/

body{
	background: #f3f3f3;
	position: relative;
	text-align: center;
}

img{
	max-width: 100%;
}

.fadein{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px);
	transition: 0.8s ease-in-out;
}
.fadeinActive{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: 0.8s ease-in-out;
}

.t{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.t>*{
	display: table-cell;
	vertical-align: top;
}

.w{
	max-width: 1240px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

main{
	overflow: hidden;
}

section{
	min-width: 320px;
	padding: 5rem 2%;
	box-sizing: border-box;
}

@media screen and (max-width: 800px){
	.fadein,
	.fadeinActive{
		opacity: 1;
		transform: translate(0,0); 
		-webkit-transform: translate(0,0);
		transition: 0s ease-in-out;
	}
}

@media screen and (max-width: 700px){
	section{
		padding: 3rem 2%;
	}
}

@media screen and (max-width: 500px){
	.sp_none{
		display: none;
	}
}

/*----------------------------loading-----------------------------------*/

#load{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}
#load div:nth-of-type(1){
	height: 100%;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.8s ease-in-out;
}
#load .loader {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #cc394f;
	border-radius: 50%;
	animation: spin 0.75s infinite linear;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	display: block;
}
#load .loader::before,
#load .loader::after {
	left: -2px;
	top: -2px;
	display: none;
	position: absolute;
	content: '';
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
}
#load .loader,
#load .loader::before {
	display: inline-block;
	border-color: transparent;
	border-top-color: #cc394f;
}
#load .loader::before {
	animation: spin 1.5s infinite ease;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/*----------------------------header-----------------------------------*/

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	min-width: 320px;
}
header .inner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
header .inner:before{
	content: "";
	display: block;
	height: 100%;
	min-width: calc(50% - 620px);
	background: #212121;
	position: absolute;
	top: 0;
	left: 0;
}
header h1{
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	text-align: left;
}
header p{
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	text-align: right;
	max-width: 620px;
	box-sizing: border-box;
	padding: 16px 2% 0 0;
}
@media screen and (max-width: 860px){
	header .inner:before{
		min-width: 0;
	}
	header h1{
		width: 75%;
		margin: 0;
	}
	header p{
		width: 25%;
		right: 0;
		left: auto;
		padding: 2.5vw 2% 0;
	}
}

/*----------------------------s1--------------------------------*/

#s1{
	position: relative;
	padding: 6rem 0 5rem;
}
#s1 .bg{
	width: 100%;
	height: calc((100vw - 1383px)*0.096 + 741px + 6rem);
	background: url(../../images/lp/bg.jpg) no-repeat 50% 60%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}
#s1 .bg:before{
	content: "";
	width: 100%;
	height: 240px;
	background: url(../../images/lp/nayami_img01_2.png) 50% 0 no-repeat #f00;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}
#s1 .bg:after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../../images/lp/bg.svg) no-repeat;
	background-position: 50% 100%;
	background-size: 110% auto;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
#s1 h2{
	padding: 0 2%;
	position: relative;
	z-index: 1;
}
#s1 h2 span{
	display: block;
	position: relative;
	height: 0;
	overflow: visible;
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
}
#s1 h2 span img{
	display: block;
	position: absolute;
	bottom: 0;
	right: 5%;
	height: 273px;
	z-index: 6;
}
#s1 .txt{
	margin-top: -8.9rem;
	padding: 0 2%;
	position: relative;
	z-index: 3;
}
#s1 .txt img{
	margin: 0 auto;
}
#s1 .txt img:nth-of-type(1){
	display: block;
}
#s1 .txt img:nth-of-type(2){
	display: none;
}
#s1 .img2{
	margin-bottom: 2rem;
}
.video{
	width: 1286px;
	position: absolute;
	top: 130px;
	left: calc(50% - 643px);
	z-index: 5;
}
.videoinner{
	width: 100%;
	max-width: 667px;
	position: absolute;
	top: 0;
	right: 0;
}
.iframewrap{
	position: relative;
	padding-top: 62.5%;
	background: #000;
}
.video iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1450px){
	#s1 .txt{
		margin-top: calc((100vw - 1395px) * -0.04 - 10.9rem + 4vw);
	}
	#s1 .bg{
		height: calc(55vw + 4rem);
	}
	#s1 h2 span img{
		height: 20vw;
	}
	.video{
		width: 89.2%;
		left: 5.4%;
		top: calc((100vw - 1395px) * 0.02 + 130px);
	}
	.videoinner{
		max-width: 52%;
	}
}
@media screen and (max-width: 1120px){
	#s1{
		padding-top: 4rem;
	}
	#s1 .txt{
		margin-top: calc((100vw - 430px) * -0.015 - 7vw);
	}
	.video{
		top: calc((100vw - 1120px) * 0.02 + 90px);
	}
}
@media screen and (max-width: 700px){
	#s1{
		padding-bottom: 3rem;
	}
}
@media screen and (max-width: 430px){
	#s1{
		padding-top: 3rem;
	}
	#s1 .bg{
		min-width: 320px;
		height: calc(176px + 3rem);
	}
	#s1 .txt{
		margin-top: 4vw;
	}
	#s1 .txt img:nth-of-type(1){
		display: none;
	}
	#s1 .txt img:nth-of-type(2){
		display: block;
	}
	.video{
		top: calc((100vw - 1120px) * 0.02 + 72px);
	}
}

/*----------------------------s2--------------------------------*/

#s2{
	background: #fff;
}
#s2 .f{
	width: 100%;
	max-width: 1100px;
	padding: 0 2%;
	box-sizing: border-box;
	margin: 0 auto 4rem;
	display: flex;
	justify-content: center;
	justify-content: space-between;
}
#s2 .f:nth-of-type(2){
	flex-direction: row-reverse;
	margin-bottom: 0;
}
#s2 .f>*{
	padding: 0 2%;
}
@media screen and (max-width: 550px){
	#s2 .f{
		display: block;
		margin: 0 auto 3rem;
	}
	#s2 .f h3{
		margin-bottom: 3rem;
	}
}

/*----------------------------s3--------------------------------*/

#s3{
	background: #212121;
	color: #fff;
	padding-bottom: 0;
}
#s3 h3{
	margin-bottom: 2rem;
}
#s3 p{
	position: relative;
	padding-bottom: 3rem;
}
#s3 p:nth-last-of-type(1){
	padding-bottom: 0;
}
#s3 p:before{
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-top: 1rem solid #b7adae;
	border-right: 1rem solid transparent;
	border-left: 1rem solid transparent;
	position: absolute;
	bottom: 1rem;
	left: calc(50% - 1rem);
}
#s3 p:nth-last-of-type(1):before{
	display: none;
}
@media screen and (max-width: 400px){
	#s3 p{
		text-align: left;
	}
}

/*----------------------------s4--------------------------------*/

#s4{
	background: #fff;
	position: relative;
	overflow: hidden;
	padding-top: 3rem;
}
#s4:before{
	content: "";
	display: block;
	width: 120%;
	height: 500px;
	position: absolute;
	top: -350px;
	left: -10%;
	background: #212121;
	z-index: 1;
	transform: rotate(-5deg);
}
#s4>*{
	position: relative;
	z-index: 2;
}
#s4 h3{
	margin-bottom: 2rem;
}
#s4 h3+div{
	margin-bottom: 2rem;
}
#s4 p{
	margin-bottom: 2rem;
	text-decoration: underline;
	font-size: 1.5rem;
	font-weight: normal;
}
#s4 .t{
	max-width: 1100px;
	margin: 0 auto 3rem;
}
#s4 .t>div{
	padding: 0 15px;
}
@media screen and (max-width: 620px){
	#s4:before{
		height: 60vw;
		top: -40vw;
	}
	#s4 h3,
	#s4 h3+div,
	#s4 p,{
		margin-bottom: 1rem;
	}
	#s4 p{
		font-size: 1rem;
	}
	#s4 .t{
		margin-bottom: 2rem;
	}
	#s4 .t>div{
		padding: 0 1%;
	}
}
@media screen and (max-width: 500px){
	#s4 .t{
		display: block;
	}
	#s4 .t>*{
		display: block;
		padding: 0;
		margin: 0 auto 2rem;
		width: 80%;
	}
}

/*----------------------------s5--------------------------------*/

#s5{
	background: #212121;
	color: #fff;
	position: relative;
	background: url(../../images/lp/photo_img.png) 50% 50% no-repeat #212121;
}
#s5 h3 img{
	margin: 0 auto;
}
#s5 h3 img:last-child{
	display: none;
}
#s5 ul{
	display: none;
}
@media screen and (max-width: 1200px){
	#s5{
		background-size: contain;
		padding-bottom: 3rem;
		padding-top: 3rem;
	}
	#s5 img{
		max-width: 50%;
	}
}
@media screen and (max-width: 680px){
	#s5{
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
	#s5{
		background-image: none;
	}
	#s5 img{
		max-width: 100%;
	}
	#s5 h3{
		margin-bottom: 1.5rem;
	}
	#s5 h3 img:first-child{
		display: none;
	}
	#s5 h3 img:last-child{
		display: block;
	}
	#s5 h3+div{
		display: none;
	}
	#s5 ul{
		display: table;
		table-layout: fixed;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	#s5 li{
		display: table-cell;
		overflow: hidden;
	}
	#s5 li:first-child{
		width: 35%;
	}
	#s5 li img{
		max-width: 1088px;
	}
	#s5 li:first-child img{
		width: 300%;
		margin-left: 2%;
	}
	#s5 li:last-child img{
		width: 300%;
		margin-left: -200%;
	}
}

/*----------------------------s6--------------------------------*/

#s6{
	position: relative;
}
#s6 h3{
	position: absolute;
	bottom: 5rem;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 5;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
}
#s6 .slide{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 370px;
}
#s6 .slide{
	position: relative;
	box-sizing: border-box;
	user-select: none;
	touch-action: pan-y;
}
#s6 .slide .slick-track{
	display: table;
	table-layout: fixed;
}
#s6 .slide .slideitem{
	display: table-cell;
	vertical-align: middle;
}
#s6 .slide p{
	margin-bottom: 1.5rem;
}
#s6 .slide .btn{
	margin-left: 2px;
}
#s6 .slick-prev,
#s6 .slick-next{
	display: block;
	text-indent: -10000px;
	outline: none;
	line-height: 10000px;
	font-size: 0px;
	border: none;
	height: 50px;
	width: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 565px);
	cursor: pointer;
	z-index: 10;
	overflow: hidden;
	background: #212121;
	border-radius: 100%;
	transition: 0.2s ease-in-out;
}
#s6 .slick-next{
	left: auto;
	right: calc(50% - 565px);
}
#s6 .slick-prev:before,
#s6 .slick-next:before{
	display: block;
	content: "";
	height: 10px;
	width: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
	cursor: pointer;
	position: absolute;
	top: 18px;
	left: 20px;
}
#s6 .slick-next:before{
	transform: rotate(45deg);
	left: 16px;
}
#s6 .slick-prev:hover,
#s6 .slick-next:hover{
	background-color: #cc394f;
}
@media screen and (max-width: 1200px){
	#s6 .slick-prev,
	#s6 .slick-next{
		left: 10px;
	}
	#s6 .slick-next{
		left: auto;
		right: 10px;
	}
}
@media screen and (max-width: 1080px){
	#s6 .slide{
		margin-bottom: 33vw;
	}
	#s6 .slick-prev,
	#s6 .slick-next{
		height: 40px;
		width: 40px;
		top: calc(50% - 20px);
	}
	#s6 .slick-prev:before,
	#s6 .slick-next:before{
		top: 14px;
		left: 16px;
	}
	#s6 .slick-next:before{
		left: 12px;
	}
}
@media screen and (max-width: 530px){
	#s6{
		padding-bottom: calc(40vw + 2rem);
	}
	#s6 h3{
		bottom: 2rem;
	}
	#s6 .slide{
		margin-bottom: 0;
	}
	#s6 .slick-prev,
	#s6 .slick-next{
		height: 30px;
		width: 30px;
		top: calc(50% - 15px);
		left: 5px;
	}
	#s6 .slick-next{
		left: auto;
		right: 5px;
	}
	#s6 .slick-prev:before,
	#s6 .slick-next:before{
		height: 7px;
		width: 7px;
		top: 10.5px;
		left: 11px;
	}
	#s6 .slick-next:before{
		left: 9px;
	}
}

/*----------------------------s7--------------------------------*/

#s7{
	position: relative;
}
#s7 h3{
	margin-bottom: 2rem;
}
#s7 .f{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#s7 .f>*{
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 1% 2rem;
}
#s7 p:before{
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-top: 3rem solid #cc394f;
	border-left: 6rem solid transparent;
	border-right: 6rem solid transparent;
	position: absolute;
	bottom: -1.5rem;
	left: calc(50% - 6rem);
}
@media screen and (max-width: 620px){
	#s7 h3{
		margin-bottom: 1rem;
	}
	#s7 .f>*{
		padding-bottom: 1rem;
	}
}

/*----------------------------s8--------------------------------*/

#s8{
	background: #fff;
	position: relative;
	z-index: -1;
}
#s8 h3,
#s8 div{
	margin-bottom: 2rem;
}
#s8 p{
	text-decoration: underline;
	font-size: 1.8rem;
}
@media screen and (max-width: 650px){
	#s8 p{
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 550px){
	#s8 p{
		font-size: 1.2rem;
	}
}

/*----------------------------s9--------------------------------*/

#s9{
	position: relative;
}
#s9:before{
	content: "";
	display: block;
	height: 80%;
	width: 150%;
	background: #fff;
	transform: rotate(-15deg);
	position: absolute;
	top: 10%;
	left: -25%;
	z-index: -1;
}
#s9 h3{
	font-size: 3rem;
	letter-spacing: -2px;
	position: relative;
	padding-bottom: 2rem;
	top: 0;
	bottom: 0;
}
#s9 h3:before{
	content: "";
	display: block;
	width: 100px;
	height: 5px;
	background: #cc394f;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
}
#s9 .slide{
	display: none;
	width: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	user-select: none;
	touch-action: pan-y;
	height: 370px;
}
#s9 .slick-track{
	display: table;
	table-layout: fixed;
}
#s9 .slideitem{
	display: table-cell;
	vertical-align: middle;
}
#s9 .slideitem div{
	width: 80%;
	max-width: 225px;
	height: 350px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#s9 .slideitem img{
	width: 400%;
	max-width: 900px;
	display: block;
}
#s9 .slideitem1 img{
	margin-top: -40%;
}
#s9 .slideitem2 img{
	margin-left: -105%;
	margin-top: -35%;
}
#s9 .slideitem3 img{
	margin-left: -210%;
	margin-top: -11.5%;
}
#s9 .slideitem4 img{
	margin-left: -310%;
	margin-top: 11%;
}
#s9 .slideitem div:before,
#s9 .slideitem div:after{
	content: "";
	display: block;
	background: #fff;
	height: 15%;
	width: 22%;
	position: absolute;
}
#s9 .slideitem1 div:before{
	top: 30%;
	right: 0;
}
#s9 .slideitem1 div:after{
	display: none;
}
#s9 .slideitem2 div:before{
	top: 22%;
	right: 0;
}
#s9 .slideitem2 div:after{
	top: 33%;
	left: -10%;
}
#s9 .slideitem3 div:before{
	top: 22%;
	right: -1%;
}
#s9 .slideitem3 div:after{
	top: 33%;
	left: -10%;
}
#s9 .slideitem4 div:before{
	top: 34%;
	left: -12%;
}
#s9 .slideitem4 div:after{
	display: none;
}
#s9 .slide p{
	margin-bottom: 1.5rem;
}
#s9 .slide .btn{
	margin-left: 2px;
}
#s9 .slick-prev,
#s9 .slick-next{
	display: block;
	text-indent: -10000px;
	outline: none;
	line-height: 10000px;
	font-size: 0px;
	border: none;
	height: 50px;
	width: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 565px);
	cursor: pointer;
	z-index: 10;
	overflow: hidden;
	background: #212121;
	border-radius: 100%;
	transition: 0.2s ease-in-out;
}
#s9 .slick-next{
	left: auto;
	right: calc(50% - 565px);
}
#s9 .slick-prev:before,
#s9 .slick-next:before{
	display: block;
	content: "";
	height: 10px;
	width: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
	cursor: pointer;
	position: absolute;
	top: 18px;
	left: 20px;
}
#s9 .slick-next:before{
	transform: rotate(45deg);
	left: 16px;
}
#s9 .slick-prev:hover,
#s9 .slick-next:hover{
	background-color: #cc394f;
}
#s9 .pointer{
	display: block;
	text-align: center;
	height: 15px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 1;
}
#s9 .pointer li{
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 5px;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	border-radius: 100%;
	background: #ccc;
}
#s9 .pointer li.slick-active{
	background: #cc394f;
}
#s9 .pointer button{
	display: none;
}
@media screen and (max-width: 650px){
	#s9{
		padding-bottom: 3rem;
	}
	#s9 h3{
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}
	#s9 .img{
		display: none;
	}
	#s9 .slide{
		display: block;
	}
}
@media screen and (max-width: 630px){
}
@media screen and (max-width: 550px){
	#s9 h3{
		font-size: 1.9rem;
	}
}




@media screen and (max-width: 1200px){
	#s9 .slick-prev,
	#s9 .slick-next{
		left: 10px;
	}
	#s9 .slick-next{
		left: auto;
		right: 10px;
	}
}
@media screen and (max-width: 1080px){
	#s9 .slick-prev,
	#s9 .slick-next{
		height: 40px;
		width: 40px;
		top: calc(50% - 20px);
	}
	#s9 .slick-prev:before,
	#s9 .slick-next:before{
		top: 14px;
		left: 16px;
	}
	#s9 .slick-next:before{
		left: 12px;
	}
}
@media screen and (max-width: 530px){
	#s9 .slick-prev,
	#s9 .slick-next{
		height: 30px;
		width: 30px;
		top: calc(50% - 15px);
		left: 5px;
	}
	#s9 .slick-next{
		left: auto;
		right: 5px;
	}
	#s9 .slick-prev:before,
	#s9 .slick-next:before{
		height: 7px;
		width: 7px;
		top: 10.5px;
		left: 11px;
	}
	#s9 .slick-next:before{
		left: 9px;
	}
}

/*----------------------------s10--------------------------------*/

#s10{
	padding-bottom: 3rem;
}
#s10 h4{
	display: inline-block;
	margin: 0 auto;
	font-size: 1.8rem;
	padding: 0 80px;
	position: relative;
}
#s10 h4:before,
#s10 h4:after{
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background: #111;
	position: absolute;
	left: 0;
	top: calc(50% - 0.5px);
}
#s10 h4:before{
	left: auto;
	right: 0;
}
#s10 .f{
	max-width: 1000px;
	margin: 0 auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#s10 .f>*{
	width: 50%;
	box-sizing: border-box;
	padding: 0 5%;
	margin-top: 2rem;
}
#s10 h5{
	font-size: 1.3rem;
	background: #cc394f;
	border-radius: 100px;
	color: #fff;
	margin-bottom: 1rem;
}
#s10 p{
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.7;
}
@media screen and (max-width: 800px){
	#s10 .f>*{
		padding: 0 2%;
	}
}
@media screen and (max-width: 600px){
	#s10 h4{
		font-size: 1.5rem;
		padding: 0 40px;
	}
	#s10 h4:before,
	#s10 h4:after{
		width: 30px;
	}
	#s10 .f>*{
		margin-top: 1.5rem;
		width: 100%;
	}
}
@media screen and (max-width: 550px){
	#s10 h4{
		font-size: 1.3rem;
	}
	#s10 p{
		font-size: 1rem;
	}
}
@media screen and (max-width: 400px){
	#s10{
		padding-bottom: 2rem;
	}
	#s10 h4{
		padding: 0 0 1.5rem;
	}
	#s10 h4:before{
		top: auto;
		bottom: 0;
		left: calc(50% - 15px);
	}
	#s10 h4:after{
		display: none;
	}
	#s10 .f>*{
	}
}

/*----------------------------s11--------------------------------*/

#s11{
	background: #fff;
	position: relative;
	padding-bottom: 3rem;
}
#s11:before{
	content: "";
	display: block;
	width: 100%;
	height: 30%;
	background: #f3f3f3;
	position: absolute;
	top: 0;
	left: 0;
}
#s11 a{
	position: relative;
	z-index: 2;
	display: block;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 550px){
	#s11{
		padding-bottom: 1rem;
	}
	#s11 a img{
		width: 100%;
	}
}

/*----------------------------s12--------------------------------*/

#s12{
	background: #fff;
	position: relative;
	padding-bottom: 0rem;
	height: 660px;
}
#s12 .w{
	text-align: left;
}
#s12 .inner{
	width: 55%;
}
#s12 h3{
	margin-bottom: 2rem;
}
#s12 p{
	font-size: 1.5rem;
}
#s12 p span{
	color: #cb3850;
}
#s12 .img{
	position: absolute;
	top: -4rem;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/lp/pc.png) calc(50% + 200px) 0 no-repeat;
	background-size: contain;
	max-width: 100%;
}
@media screen and (max-width: 1700px){
	#s12 .inner{
		width: 50%;
	}
	#s12 .img{
		background-position: 90% 0;
	}
}
@media screen and (max-width: 1500px){
	#s12{
		height: 44vw;
	}
	#s12 .img{
		top: -3rem;
		background-position: 105% 0 !important;
	}
}
@media screen and (max-width: 1200px){
	#s12{
		height: calc(40vw - 0rem);
		box-sizing: inherit;
	}
	#s12 .inner{
		width: 50%;
		padding: 0rem 0 7rem;
	}
	#s12 .img{
		top: -2.5rem;
		right: -2%;
		background-position: 100% 100% !important;
		height: 45vw;
		max-width: none;
	}
}
@media screen and (max-width: 1000px){
	#s12{
		height: auto;
	}
	#s12 .inner{
		padding-bottom: 9rem;
	}
	#s12 .img{
		top: auto;
		bottom: 3rem;
	}
}
@media screen and (max-width: 800px){
	#s12 h3{
		margin-bottom: 1rem;
		width: 150%;
	}
	#s12 .inner{
		padding: 0;
		height: 430px;
		width: 55%;
	}
	#s12 .img{
		right: -3%;
		height: 40vw;
	}
}
@media screen and (max-width: 650px){
	#s12 h3{
		width: 140%;
	}
	#s12 .inner{
		height: 50vw;
		width: 68%;
	}
	#s12 p{
		font-size: 1rem;
	}
	#s12 .img{
		right: -2%;
		height: 30vw;
		bottom: 1.5rem;
	}
}
@media screen and (max-width: 470px){
	#s12 h3{
		width: 150%;
		margin-bottom: 0.5rem;
	}
	#s12 .inner{
		height: 60vw;
		width: 62%;
	}
	#s12 .img{
		height: 35vw;
	}
}
@media screen and (max-width: 400px){
	#s12 .inner{
		height: auto;
		padding-bottom: 4rem;
	}
}

/*----------------------------s13--------------------------------*/

#s13 .w{
	max-width: 665px;
	width: 100%;
}
#s13 h3{
	font-size: 3rem;
	letter-spacing: -2px;
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	top: 0;
	bottom: 0;
}
#s13 h3:before{
	content: "";
	display: block;
	width: 100px;
	height: 5px;
	background: #cc394f;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
}
#s13 .img{
	margin-bottom: 1.5rem;
}
#s13 dl{
	display: table;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #212121;
}
#s13 dl:nth-of-type(2){
	border-bottom: 1px solid #212121;
	margin-bottom: 1.0rem;
}
#s13 dt,
#s13 dd{
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#s13 dt{
	width: 150px;
}
#s13 dt span{
	display: block;
	width: 100%;
	background: #212121;
	color: #f3f3f3;
}
#s13 dd:nth-of-type(1){
	font-size: 1.0rem;
}
#s13 dd:nth-of-type(2){
	text-align: left;
	padding-top: 20px;
}
#s13 dd:nth-of-type(2) span{
	font-size: 4rem;
	color: #cb3850;
}
#s13 p{
	text-align: left;
}
#s13 .cap{
	text-align: right;
	margin-bottom: 1.0rem;
}
@media screen and (max-width: 650px){
	#s13{
		padding-bottom: 3rem;
	}
	#s13 h3{
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}
}
@media screen and (max-width: 600px){
	#s13 dl{
		display: block;
	}
	#s13 dt{
		display: block;
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
	#s13 dd{
		display: inline-block
	}
}
@media screen and (max-width: 550px){
	#s13 h3{
		font-size: 1.9rem;
	}
}
@media screen and (max-width: 400px){
	#s13 dd{
		padding: 0 !important;
	}
	#s13 dd:nth-of-type(2){
		padding: 10px 0 10px 10px !important;
	}
	#s13 dd:nth-of-type(2) span{
		font-size: 3rem;
	}
}

/*----------------------------footer--------------------------------*/

footer{
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0;
}
footer ul{
	display: block;
	background: #fff;
	padding-bottom: 2rem;
}
footer ul li{
	display: inline-block;
	padding: 0 10px;
}
footer ul li:nth-of-type(1),
footer ul li:nth-of-type(2){
	border-right: 1px solid #ccc;
}
footer div{
	background: #212121;
	color: #999;
	font-size: 0.8rem;
	padding: 20px;
}
@media screen and (max-width: 550px){
	footer{
		font-size: 0.8rem;
	}
	footer ul{
		padding-bottom: 1rem;
	}
	footer ul li{
		display: block;
		line-height: 2;
	}
}

/*----------------------------btn--------------------------------*/

#btn{
	width: 100%;
	height: 0;
	margin: 0 auto;
	background: #ccc;
	text-align: left;
	position: relative;
	z-index: 10;
}
#btn div{
	position: fixed;
	z-index: 10;
	width: 100%;
	text-align: center;
	bottom: -60px;
	transition: 0.4s ease-in-out;
}
#btn.scrolled div{
	bottom: 30px;/*スクロールした時の下からの位置*/
}
#btn a{
	display: block;
	margin: 0 auto;
	max-width: 360px;
	width: 70%;
}
#btn.remove{
	opacity: 0;
}

/*----------------------------tab--------------------------------*/

#tab{
	width: 35px;
	height: 301px;
	position: fixed;
	top: calc(50% - 150px);
	right: 0;
	right: -40px;
	z-index: 10;
	opacity: 0;
	transition: 0.4s ease-in-out;
}
#tab.scrolled{
	right: 0;
	opacity: 1;
	display: block;
}
#tab ul{
	display: block;
}
#tab li{
	display: block;
	height: 150px;
	width: 35px;
	position: relative;
}
#tab li:first-child{
	margin-bottom: 1px;
}
#tab a{
	position: absolute;
	top: 58px;
	left: -58px;
	display: block;
	transform: rotate(90deg);
	width: 150px;
	height: 35px;
	box-sizing: border-box;
	padding-right: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	transition: 0.2s ease-in-out;
	background: #212121;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	line-height: 34px;
	vertical-align: text-bottom;
}
#tab a:hover{
	background: #CC394F;
}
#tab li:first-child a:before{
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	border: 1px solid #fff;
	position: absolute;
	top: 15px;
	left: calc(50% + 47px);
	transform: rotate(-90deg);
}
#tab li:first-child a:after{
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 13px;
	left: calc(50% + 50px);
	transform: rotate(-90deg);
}
#tab li:last-child a:before{
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: 13px;
	left: calc(50% + 39px);
	transform: rotate(45deg);
}
#tab li:last-child a:after{
	content: "";
	display: block;
	height: 1px;
	width: 10px;
	background: #fff;
	position: absolute;
	top: 16px;
	left: calc(50% + 32px);
	transform: rotate(-90deg);
}
@media screen and (max-width: 500px){
	#tab{
		display: none !important;
	}
}

/*----------------------------link etc--------------------------------*/

a{
	outline: 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #666;
}

a:hover{
	color: #999;
}





