/*COMMON*/
body{
    font-weight: 500;
	font-family: "Noto Sans JP",Sans-serif;
}
.wrap{
    width: 90%;
    max-width: 1280px;
}
.bkw{
	background: #fff;
}
.en{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: -0.05em;
}
.border {
	position: relative;
	z-index: 0;
}

/*CV*/
.cv_p{
	color: #fff;
	font-size: 1.1vw;
	line-height: 1.2em;
}
.cv_p br{
	display: none;
}
.cv{
	background: #fff;
	border: 5px solid #ff257c;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	border-radius: 10px;
}
.cv-btn {
	display: block;
}
.cv-btn_hero{
	background: #ff257c;
	padding: 5px 20px;
	border-radius: 30px;
	color: #fff;
	font-size: 21px;
	position: relative;
	z-index: 999;
	transition: 0.3s;
}
.cv-btn_hero:after{
	content: "▼";
	color:#ff257c;
	display: block;
	font-size: 24px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	transition: 0.3s
}
.cv-btn:hover .cv-btn_hero{
	background: #fff000;
	color: #ff257c;
	font-weight: 700;
}
.cv-btn:hover .cv-btn_hero:after{
	color: #fff000;
}
.btn {
	background: #fff000;
	border-radius: 15px;
	padding: 30px 50px 0 !important;
	border: 5px solid #ff257c;
	box-shadow: 0 10px 10px rgba(0,0,0,0.5);
	text-align: center;
	line-height: 1.2em;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	margin-top: -10px;
}
.btn span{
	font-size: 31px;
	font-weight: 900;
	margin-bottom: 10px;
	z-index: 999;
	position: relative;
}
.btn i{
	color: #ff257c;
	font-size: 38px;
}
.btn:before {
	content: "";
	background-color: rgba(255,255,255,0.8);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: 20.5em;
	transform: skewX(-45deg) translateX(0);
	transition: none;
	z-index: 9;
}
.btn:after {
	content: "";
	background-color: rgba(255,255,255,0.5);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left:-4.5em;
	transform: skewX(-45deg) translateX(0);
	transition: none;
}
.btn:hover {
    background-color: #ff257c;
	border: 5px solid #fff;
    border-bottom: 4px solid darken(#ff257c, 10%);
    color: #fff !important;
}
.btn:hover span,
.btn:hover small,
.btn:hover i{
	color: #fff;
}
.btn:hover:before {
	transform: translateX(30em);
	transition: all 0.3s ease-in-out;
}
.btn:hover:after {
	transform: skewX(-45deg) translateX(23.5em);
	transition: all 0.3s ease-in-out;
}
.btn br.forsp{
	display: none !important;
}
.fixed-btn{
	display: none;
}
.fixed-btn.sticky{
	display: block;
	position: fixed;
	top: 20px;	
	right: 20px;
	z-index: 999999;
}
.fixed-btn.sticky a{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #ff257c;
	transition: 0.3s;
}
.fixed-btn.sticky a span{
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.1em;
}
.fixed-btn.sticky a span i{
	color: #fff;
}
.fixed-btn.sticky a:hover{
	background: #f9db04;
}
.fixed-btn.sticky a:hover span,
.fixed-btn.sticky a:hover span i{
	color: #000;
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
@media screen and (max-width: 1380px) {
	.cv_p{
		font-size: 1.2vw;
	}

}
@media screen and (max-width: 1180px) {
	.cv_p{
		font-size: 2vw;
	}
	.cv_p br{
		display: block;
	}
	.btn{
		padding: 30px 20px 0 !important;
	}
	.btn span{
		font-size: 2.4vw
	}
	.btn:before {
		left: 13.5em;
	}
	.btn:after {
		left:-4.5em;
	}
}
@media screen and (max-width: 980px) {
	.btn span{
		font-size: 3vw
	}
	.btn:before {
		left: 9.5em;
	}
}
@media screen and (max-width: 780px) {
	.cv_p{
		font-size: 2.6vw;
	}
}
@media screen and (max-width: 680px) {
	.cv_p{
		font-size: 4.4vw;
	}
	.main-catch .cv_p{
		font-size: 4vw;
	}
	.cv-btn_hero{
		font-size: 16px;
	}
	.btn{
		padding: 25px 15px 0 !important;
	}
	.btn span{
		margin-bottom: 0;
		font-size: 18px;
	}
	.btn:before {
		left: 10.5em;
	}
	.btn i{
		font-size: 28px;
	}
	.main-cv .btn br.forsp{
		display: block !important;
	}
	.fixed-btn.sticky{
		width: 100%;
		top: 0;	
		right: 0;
		box-shadow: 0 10px 10px rgba(0,0,0,0.5);
	}
	.fixed-btn.sticky a{
		width: 100%;
		height: auto;
		border-radius: 0;
		padding: 10px 0; 
	}
	.fixed-btn.sticky a span br{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.main-catch .cv_p{
		font-size: 5vw;
	}
}







/*TEL*/
.cv-tel_a{
	font-size: 3vw;
	color: #ff257c;
	line-height: 1em;
}
.cv-tel_small{
	font-size: 1.2vw;
	font-weight: 700;
}
.main-cv .cv-tel{
	margin-top: 10px;
}
.main-cv .cv-tel_small{
	color: #fff;
}
@media screen and (max-width: 1380px) {
	.cv-tel_a{
		font-size: 5vw;
	}
	.cv-tel_small{
		font-size: 2vw;
	}
	.main-cv .cv-tel_a{
		font-size: 34px !important;
	}
	.main-cv .cv-tel_small{
		font-size: 18px !important;
	}
}
@media screen and (max-width: 980px) {
	.cv-tel_a{
		font-size: 6vw;
	}
	.cv-tel_small{
		font-size: 2.4vw;
	}
}
@media screen and (max-width: 680px) {
	.cv-tel_a{
		font-size: 8vw;
	}
	.cv-tel_small{
		font-size: 3.4vw;
	}
	.main-cv .cv-tel_small{
		font-size: 16px !important;
	}
}
@media screen and (max-width: 480px) {
	.cv-tel_a{
		font-size: 11vw;
	}
	.cv-tel_small{
		font-size: 4.4vw;
	}
}




/*MAIN*/
.main{
	background: #002859;
	z-index: 0;
}
.main:before{
	content: "";
	display: block;
	width: 35%;
	height: 100%;
	background: url("../img/bk01.png") no-repeat top 80px right;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.main:after{
	content: "";
	display: block;
	width: 33%;
	height: 100%;
	background: url("../img/bk02.png") no-repeat bottom left;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.main-h1 img{
	width: 85px;
}

.head h1{
	font-size: 18px;
	color: #fff;
}
.head h1 a:hover{
	opacity: 0.6;
}
.main-sticker{
	width: 100px;
	margin-right: 20px;
}
.main-h1 *{
	color: #fff;
	font-weight: 700;
	line-height: 1.2em;
}
.main-h101{
	font-size: 6vw;
}
.main-h102{
	font-size: 3.2vw;
	font-style: italic;
}
.main-h103{
	font-size: 1.9vw;
	font-style: italic;
}
.maim-50{
	font-size: 13vw;
	letter-spacing: -3px;
	color: #ff257c;
	line-height: 1em;
	font-weight: 900;
}
.main-price{
	border-top: 1px solid #ff257c;
	border-bottom: 1px solid #ff257c;
}
.main-price b{
	font-size: 4vw;
	color: #ff257c;
	font-weight: 900;
}
.main-price02{
	padding: 10px 0 !important;
	color: #fff;
	font-size: 3vw;
	font-weight: 900;
	line-height: 1.1em;
}
.main-price_dai{
	vertical-align: 2px;
}

@media screen and (max-width: 1380px) {
	.main-h101{
		font-size: 9vw;
	}
	.main-h102{
		font-size: 3.6vw;
	}
	.main-h103{
		font-size: 2.2vw;
	}
	.maim-50{
		font-size: 15vw;
	}
	.main:before,
	.main:after{
		height: 90%;
	}
}
@media screen and (max-width: 1180px) {
	.main:before{
		background: url("../img/bk01.png") no-repeat bottom right;
		background-size: cover;
	}
	.main-h101{
		font-size: 10vw;
	}
	.main-h102{
		font-size: 4.2vw;
	}
	.main-h103{
		font-size: 2.5vw;
	}
	.maim-50{
		font-size: 15vw;
	}
	.main-price b{
		font-size: 5vw;
	}
	.main-price02{
		font-size: 3vw;
		line-height: 1.2em;
	}
	.main:before,
	.main:after{
		height: 80%;
	}
}
@media screen and (max-width: 780px) {
	.main-h101{
		font-size: 13vw;
	}
	.main-h102{
		font-size: 5.3vw;
	}
	.main-h103{
		font-size: 3.2vw;
	}
	.maim-50{
		font-size: 20vw;
	}
	.main-price b{
		font-size: 6vw;
	}
	.main-price02{
		font-size: 4vw;
		line-height: 1.2em;
	}
	.main:after{
		height: 70%;
	}
}
@media screen and (max-width: 680px) {
	.main-sticker {
		width: 80px;
		margin-right: 15px;
	}
	.main-h1 img {
		width: 65px;
	}
	.head h1 {
		font-size: 14px;
	}
	.main:before,
	.main:after{
		height: 38%;
	}
	.main-h101{
		font-size: 16vw;
	}
	.main-h102{
		font-size: 6.3vw;
	}
	.main-h103{
		font-size: 5vw;
	}
	.main-price b{
		font-size: 7vw;
	}
	.main-price02{
		font-size: 5vw;
	}
	.maim-50{
		font-size: 25vw;
		line-height: 0.9em;
	}
}
@media screen and (max-width: 380px) {
	.main-h103{
		font-size: 5.6vw;
	}
	.maim-50{
		font-size: 30vw;
	}
	.main-price b{
		font-size: 9vw;
	}
	.main-price02{
		font-size: 6vw;
	}
}





/*CAMPAIGN*/
.main-cv{
	padding-bottom: 10%;
}
.campaign{
	top: -100%;
	right:30%;
	transform: rotate(10deg);
	z-index: 9999;
}
.campaign-inner_wrap{
	z-index: 1;
}
.campaign-inner_wrap *{
	color: #fff;
	font-weight: 700;
	line-height: 1.2em;
}
.campaign-bk{
	display: block;
	background: #ff257c;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	width: 100%;
	padding: 50%;
	border-radius: 50%;
	z-index: 0;
}
.campaign-inner_small{
	font-size: 2vw;
	padding: 0 2vw;
}
.campaign-inner_b{
	font-size: 4vw;
}
.contact .campaign{
	top: inherit;
	bottom: 10%;
	right: 25%;
	transform:translateY(15%) rotate(10deg)
}
.contact .campaign-inner_small{
	font-size: 3vw;
}
.contact .campaign-inner_b{
	font-size: 4.6vw;
}

/*PRESENT*/
.border01 .present{
	display: none;
}
.present{
	bottom:0;
	right: 10%;
	transform:translateY(30%)  rotate(10deg);
	z-index: 9999;
}
.present-inner{
	padding-left: 5px;
}
.present-inner_wrap{
	z-index: 1;
}
.present-inner_wrap *{
	color: #ff257c !important;
	font-weight: 700;
	line-height: 1.2em;
}
.present-bk{
	display: block;
	background: #fff;
	border: 5px solid #ff257c;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	padding: 50%;
	border-radius: 50%;
	z-index: 0;
}
.present-inner_small{
	font-size: 1.4vw;
	font-weight: 700;
	line-height: 1.2em;
}
.present-inner_span{
	font-size: 2.4vw;
	font-weight: 900;
	line-height: 1em;
	padding: 0 1.4vw;
}
.border01 {
	padding: 100px 0 !important;
}
.border01::after{
	background:#fff;
	content: '';
	position: absolute;
	left:0;
	top: -100%;
	transform: skewY(-5deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	height:100%;
}
/*SCENE01*/
.scene01{
	position: relative;
	z-index: 8;
	overflow-x: hidden;
	margin-top: -5%;
}
.scene01-h2{
	font-size: 48px;
	font-weight: 900;
	line-height: 1.2em;
}
.scene01-h2:before{
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	background: #f9e604;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: -1;
}
.scene01-li{
	flex-basis: 32%;
}
@media screen and (max-width: 2180px) {
	.campaign{
		right: 27%;
	}
}
@media screen and (max-width: 1880px) {
	.main-cv{
		padding-bottom: 12%;
	}
	.campaign{
		right: 25%;
	}
	.scene01{
		margin-top: -10%;
	}
	.contact .campaign-inner_small{
		font-size: 3.4vw;
	}
	.contact .campaign-inner_b{
		font-size: 5vw;
	}
}
@media screen and (max-width: 1580px) {
	.main-cv{
		padding-bottom: 15%;
	}
	.campaign {
		top: -110%;
	}
	.scene01{
		margin-top: -15%;
	}
}
@media screen and (max-width: 1280px) {
	.campaign {
		top: -130%;
		right: 17%;
	}
	.border01 {
		padding: 90px 0 !important;
	}
	.campaign-inner_small{
		font-size: 3vw;
	}
	.campaign-inner_b{
		font-size: 5vw;
	}
	.contact .campaign{
		transform:translateY(10%) rotate(10deg)
	}
	.contact .campaign-inner_b{
		font-size: 5vw;
	}
	.scene01-li p{
		font-size: 15px;
	}
	.scene01-excla{
		width: 30px;
		padding: 0 30px;
		top: -30px;
	}
	.contact .campaign{
		right: 27%;
	}
}
@media screen and (max-width: 1180px) {
	.main-cv{
		padding-bottom: 20%;
	}
	.scene01{
		margin-top: -20%;
	}
	.scene01-h2{
		font-size: 5.4vw;
	}
	.present{
		right: 12%;
	}
	.present-inner_small{
		font-size: 1.4vw;
	}
	.present-inner_span{
		font-size: 2.4vw;
	}
	.contact .campaign-inner_small{
		font-size: 4vw;
	}
	.contact .campaign-inner_b{
		font-size: 5.4vw;
	}
}
@media screen and (max-width: 980px) {
	.main-cv{
		padding-bottom: 25%;
	}
	.campaign {
		right: 15%;
	}
	.scene01{
		margin-top: -30%;
	}
	.campaign-inner_b{
		font-size: 4vw;
	}
	.scene01-h2 br{
		display: block !important;
	}
	.campaign-inner_small{
		font-size: 3vw;
	}
	.campaign-inner_b{
		font-size: 5vw;
	}
	.contact .campaign{
		right: 24%;
	}
	.contact .campaign-inner_small{
		font-size: 5vw;
	}
	.contact .campaign-inner_b{
		font-size: 7vw;
	}
	.present{
		right: 5%;
	}
	.present-inner_small{
		font-size: 1.8vw;
	}
	.present-inner_span{
		font-size: 3vw;
	}
}
@media screen and (max-width: 780px) {
	.main-cv{
		padding-bottom: 30%;
	}
	.campaign {
		right: 3%;
	}
	.scene01{
		margin-top: -35%;
	}
	.scene01-ol{
		display: block;
		width: 100%;
	}
	.scene01-li{
		flex-basis: 70%;
		max-width: 70%;
	}
	.scene01-li:nth-child(2){
		margin: -50px 0 0 auto !important;
	}
}
@media screen and (max-width: 680px) {
	.main-cv{
		padding-bottom: 35%;
	}
	.campaign {
		top: -130%;
	}
	.border01 {
		padding: 70px 0 !important;
	}
	.scene01{
		margin-top: -30%;
	}
	.contact .campaign{
		right: 28%;
	}
	.present{
		transform:translateY(20%)  rotate(10deg);
	}
	.present-bk {
		border: 3px solid #ff257c;
	}
	.present-inner_small{
		font-size: 2vw;
	}
	.present-inner_span{
		font-size: 3.4vw;
	}
}
@media screen and (max-width: 580px) {
	.border01 {
		padding: 60px 0 !important;
	}
	.campaign-inner_small{
		font-size: 4.5vw;
	}
	.campaign-inner_b{
		font-size: 6.8vw;
	}
	.scene01-h2{
		font-size: 7vw;
	}
	.scene01-li{
		flex-basis: 80%;
		max-width: 80%;
	}
	.scene01-li:nth-child(2){
		margin: 0 0 0 auto !important;
	}
}
@media screen and (max-width: 480px) {
	.campaign {
		top: -115%;
	}
	.campaign-inner_small{
		font-size: 5vw;
	}
	.campaign-inner_b{
		font-size: 8vw;
	}
	.border01 {
		padding: 55px 0 !important;
	}
	.contact .campaign{
		right: 30%;
		transform:translateY(-35%) rotate(10deg);
	}
	.contact .campaign-inner_small{
		font-size: 6vw;
	}
	.contact .campaign-inner_b{
		font-size: 9vw;
	}
	.present-inner_small{
		font-size: 3.4vw;
	}
	.present-inner_span{
		font-size: 4vw;
	}
}
@media screen and (max-width: 380px) {
	.campaign {
		top: -100%;
	}
	.main-h1,
	.main-price{
		margin-bottom: 10px !important;
	}
	.scene01-li{
		flex-basis: 90%;
		max-width: 90%;
	}
}











/*SCENE02*/
.border02{
	z-index: 9;
}
.border02::after{
	background:#002859;
	content: '';
	position: absolute;
	left:0;
	top: -80%;
	transform: skewY(-4deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	padding-bottom: 20%;
}
.scene02{
	overflow-x: hidden;
}
.scene02-h3{
	width: 95%;
	font-size: 3.2vw;
	line-height: 1.2em;
	color: #fff;
	font-style: italic;
	transform: skewY(-4deg);
	transform-origin: top left;
	font-weight: 900;
}
.scene02-h3 span{
	font-size: 2.8vw;
	color: #fff;
	font-style: italic;
	font-weight: 900;
}
.scene02-h3 img{
	width: 20vw;
}
.scene02{
	background: #002859;
	z-index: 9;
}
.scene02-summary{
	flex-basis: 45%;
	padding: 0 5%;
}
.scene02-h4{
	font-size: 56px;
	font-weight: 900;
	font-style: italic;
	color: #ff257c;
	line-height: 1.1em;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
.scene02-p{
	font-size: 18px;
	color: #fff;
}
.scene02-p small{
	color: #fff;
}
.scene02-img{
	flex-basis: 45%;
}
.scene02-summary:after{
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
.scene02-dotto{
	width: 25%;
	bottom: -5%;
}
.scene02-li:nth-child(odd) {
	justify-content: flex-end;
}
.scene02-li:nth-child(odd) .scene02-h4{
	text-align: right;
}
.scene02-li:nth-child(odd)  .scene02-summary{
	margin-right: -10%;
}
.scene02-li:nth-child(odd) .scene02-dotto{
	right: 25%;
	transform: rotate(-40deg);
	transform-origin: top right;
}
.scene02-li:nth-child(even) {
	justify-content: flex-start;
}
.scene02-li:nth-child(even)  .scene02-summary{
	margin-left: -10%;
}
.scene02-li:nth-child(even) .scene02-summary{
	order: 1;
}
.scene02-li:nth-child(even) .scene02-dotto{
	left: 25%;
	transform: rotate(40deg);
	transform-origin: top left;
}
@media screen and (max-width: 1480px) {
	.scene02-h4{
		font-size: 3.7vw;
	}
}
@media screen and (max-width: 980px) {
	.scene02-li:first-child{
		padding-top: 30px;
	}
	.scene02-summary{
		flex-basis: 55%;
	}
	.scene02-img{
		flex-basis: 45%;
	}
	.scene02-dotto{
		width: 20%;
	}
}
@media screen and (max-width: 780px) {
	.scene02-h3{
		text-align: center;
		font-size: 5.8vw;
		padding-bottom: 40px;
	}
	.scene02-h3 span{
		display: block;
		font-size: 7.8vw;
		margin-top: 10px;
	}
	.border02::after{
		top: -28%;
		padding-bottom: 40%;
	}
}
@media screen and (max-width: 680px) {
	.scene02-li:first-child{
		padding-top: 0;
	}
	.scene02-h3 img{
		width: 21vw;
	}
	.scene02-summary{
		margin: 0 !important;
		padding: 0 !important;
	}
	.scene02-h4{
		font-size: 5.8vw;
		line-height: 1.2em;
		margin-bottom: 5px !important;
		color: #ff257c;
		text-shadow: none;
	}
	.scene02-p{
		font-size: 16px;
	}
	.scene02-summary:after{
		display: none;
	}
	.scene02-dotto{
		width: 25%;
		bottom: 5%;
	}
	.scene02-li:nth-child(odd) .scene02-dotto{
		right: inherit;
		left: 50%;
		transform: rotate(40deg);
		transform-origin: top left;
	}
	.scene02-li:nth-child(even) .scene02-dotto{
		left: inherit;
		right: 50%;
		transform: rotate(-40deg);
		transform-origin: top right;
	}
}
@media screen and (max-width: 480px) {
	.scene02-dotto{
		display: none;
	}
}

/*SCENE03*/
.scene03{
	position: relative;
	background: transparent;
	z-index: 2;
}
.scene03-garaho,
.scene03-sumaho{
	flex-basis: 50%;
}
.scene03-price_garaho{
	flex-basis: 50px;
	margin-bottom: 10px;
}
.scene03-price_sumaho{
	flex-basis: 58px;
	margin-left: 1vw;
}
.scene03-price{
	background: #ff257c;
}
.scene03-price_num{
	font-size: 94px;
	color: #fff;
	margin: 0 0.5vw;
	line-height: 0;
}
.scene03-price_text{
	font-size: 38px;
	font-weight: 900;
	color: #fff;
	line-height: 1.2em;
}
.scene03-price_text small{
	color: #fff;
	font-size: 25px;
	line-height: 1.2em;
}
.scene03-price .cv_p{
	font-size: 3vw;
	font-weight: 700;
}
@media screen and (max-width: 1380px) {
	.scene03-price_garaho{
		flex-basis: 3.4vw;
	}
	.scene03-price_sumaho{
		flex-basis: 4vw;
	}
	.scene03-price_num{
		font-size: 7vw;
	}
	.scene03-price_text{
		font-size: 2.8vw;
	}
	.scene03-price_text small{
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 980px) {
	.scene03-price_garaho{
		flex-basis: 4.4vw;
	}
	.scene03-price_sumaho{
		flex-basis: 5vw;
	}
	.scene03-price_num{
		font-size: 8.4vw;
	}
	.scene03-price_text{
		font-size: 2.8vw;
	}
	.scene03-price_text small{
		font-size: 1.9vw;
	}
}
@media screen and (max-width: 680px) {
	.scene03-sumaho{
		margin-bottom: 20px;
	}
	.scene03-garaho,
	.scene03-sumaho{
		flex-basis: 100%;
		justify-content: center;
	}
	.scene03-price_garaho{
		flex-basis: 6vw;
		margin-left: 0.5vw;
	}
	.scene03-price_sumaho{
		flex-basis: 6vw;
	}
	.scene03-price_num{
		font-size: 11vw;
		margin-left: 1.5vw;
	}
	.scene03-price_text{
		font-size: 5vw;
	}
	.scene03-price_text small{
		font-size: 3vw;
	}
	.scene03-cv_p{
		font-size: 4vw;
	}

}
@media screen and (max-width: 480px) {
	.scene03-price_garaho,
	.scene03-price_sumaho{
		flex-basis: 9vw;
	}
	.scene03-price_num{
		font-size: 16vw;
	}
	.scene03-price_text{
		font-size: 7vw;
	}
	.scene03-price_text small{
		font-size: 4.7vw;
	}
	.scene03-cv_p{
		font-size: 5vw;
	}
}



/*SCENE04*/
.scene04{
	margin-top: -5%;
	position: relative;
	z-index: 0;
}
.scene04-header{
	background: url("../img/bk.svg") no-repeat center center;
	background-size: cover;
	padding: 13vw 0 5vw;
}
.scene04-header h3 {
	color: #fff;
	font-weight: 900;
	font-size: 3vw;
	line-height: 1.2em;
   z-index: 2;
}

@media screen and (max-width: 1280px) {
	.scene04-header h3 {
		font-size: 4vw;
	}
}
@media screen and (max-width: 780px) {
	.scene04-header h3 {
		font-size: 5vw;
	}
}
@media screen and (max-width: 680px) {
	.scene04,
	.scene04-ol{
		margin-bottom: 0 !important;
	}
	.scene04-header h3 {
		font-size: 5.8vw;
		padding: 6% 0 3%;
	}
}




/*SCENE04*/
.scene04-h5{
	background: #002859;
	border-radius: 30px;
	padding: 10px 50px;
	font-size: 18px;
	color: #fff;
}
.scene04-wrap{
	background: #ccd5de;
	border-radius: 30px;
}
.scene04-h5:after{
	content: "▼";
	color: #002859;
	font-size: 34px;
	transform: scale(1,2);
	position: absolute;
	bottom: -20px;
	left: 5%;
}
.scene04-img{
	flex-basis: 90px;
	background-size: contain;
	margin-right: 2%;
}
.scene04-case01 .scene04-img{
	background: url("../img/case01.svg") no-repeat;
}
.scene04-case02 .scene04-img{
	background: url("../img/case02.svg") no-repeat;
}
.scene04-case03 .scene04-img{
	background: url("../img/case03.svg") no-repeat;
}
.scene04-case04 .scene04-img{
	background: url("../img/case04.svg") no-repeat;
}
.scene04-case05 .scene04-img{
	background: url("../img/case05.svg") no-repeat;
}
.scene04-summary{
	flex: 1;
}
.scene04-h6{
	font-size: 34px;
	font-weight: 900;
}
.scene04-operator{
	flex-basis: 90px;
	max-width: 90px;
	background-size: contain;
}
.scene04-p{
	flex: 1;
	position: relative;
	background: #fff;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 700;
	margin-right: 20px;
	line-height: 1.4em;
	margin-bottom: 0 !important;
}
.scene04-p:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 20px 20px 20px;
    position: absolute;
    bottom: 0;
	right: -20px;
}
.scene04-before,
.scene04-after{
	flex-basis: 45%;
	background: #fff;
	border-radius: 30px;
}
.scene04-before_p,
.scene04-after_p{
	font-weight: 700;
	font-size: 18px;
}
.scene04-after_p b{
	font-size: 120%;
	font-weight: 900;
	color: #ff257c;
}
.scene04-arrow_i{
	flex-basis: 10%;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.scene04-arrow_i::before,
.scene04-arrow_i::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.scene04-arrow_i::before{
    left: 0;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 40px solid transparent;
    border-left: 40px solid #ff257c;
}
.scene04-arrow_i::after{
    left: -20px;
    width: 40px;
    height: 40px;
    border-left: 40px solid #ff257c;
}
@media screen and (max-width: 1280px) {
	.scene04-h6{
		font-size: 24px;
		line-height: 1.3em;
	}
	.scene04-before_p,
	.scene04-after_p{
		font-size: 16px;
	}
}
@media screen and (max-width: 980px) {
	.scene04-before,
	.scene04-after,
	.scene04-arrow{
		flex-basis: 100%;
	}
	.scene04-before,
	.scene04-after{
		border-radius: 15px;
		padding: 20px !important;
	}
	.scene04-arrow_i{
		margin: 40px auto -15px;
		transform: rotate(90deg)
	}
	.scene04-arrow_i::before{
		width: 20px;
		height: 20px;
		border: 30px solid transparent;
		border-left: 20px solid #ff257c;
	}
	.scene04-arrow_i::after{
		left: -19px;
		width: 20px;
		height: 30px;
		border-left: 20px solid #ff257c;
	}
	.scene04-img{
		flex-basis: 110px;
	}
}
@media screen and (max-width: 680px) {
	.scene04-h5{
		padding: 10px 30px;
	}
	.scene04-h5:after{
		bottom: -15px;
		font-size: 15px;
	}
	.scene04-h6{
		display: flex;
		align-items: center;
		padding-left: 85px;
		height: 100px;
		background-size: contain;
	}
	.scene04-case01 .scene04-h6{
		background: url("../img/case01.svg") no-repeat;
	}
	.scene04-case02 .scene04-h6{
		background: url("../img/case02.svg") no-repeat;
	}
	.scene04-case03 .scene04-h6{
		background: url("../img/case03.svg") no-repeat;
	}
	.scene04-case04 .scene04-h6{
		background: url("../img/case04.svg") no-repeat;
	}
	.scene04-case05 .scene04-h6{
		background: url("../img/case05.svg") no-repeat;
	}
	.scene04-img{
		display: none;
	}
	.scene04-wrap{
		padding: 30px;
		border-radius: 20px;
	}
	.scene04-before,
	.scene04-arrow{
		display: none;
	}
	.scene04-p{
		font-size: 16px;
	}
	.scene04-operator{
		width: 70px;
		max-width: 70px;
	}
}
@media screen and (max-width: 480px) {
	.scene04-h5{
		padding: 10px 15px;
		font-size: 16px;
	}
	.scene04-h6{
		padding-left: 80px;
		font-size: 21px;	
	}
	.scene04-arrow_i{
		margin: 25px auto 0;
	}
}















/*CONTACT*/
.contact{
	padding-bottom: 0 !important;
}
.contact-wapper .cv_p{
	font-size: 21px;
}
.contact-wapper .cv-tel_a{
	font-size: 4vw;
}
.contact-h4{
	font-size: 58px;
	font-weight: 900;
	line-height: 1.2em;
}
.contact-h4 small{
	font-size: 48px;
	font-weight: 900;
	line-height: 1.2em;
}
.contact-h4 b{
	font-size: 52px;
	color: #ff257c;
	font-weight: 900;
}
.contact-border{
	margin-bottom: 7%;
}
.contact-border::after{
	background:#002859;
	content: '';
	position: absolute;
	left:0;
	top: -80%;
	transform: skewY(6deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	padding-bottom: 20%;
}
.contact-wrap{
	background: #002859;
	z-index: 9;
}
.contact-tel{
	width: 100%;
	max-width: 980px;
	padding-bottom: 20px;
}
.contact-tel .cv-tel_a{
	color: #ff257c;
}
.contact-tel .cv-btn{
	display: none;
}
.contact-tel .cv_p br{
	display: block;
}
.contact-tel:before{
	content: "";
	display: block;
	width: 90%;
	height: 600px;
	background: url("../img/cvimg.png") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: -80px;
}
.contact-wapper .cv-tel_small{
	color: #fff;
}
.contact-form{
	background: #fff;
	border: 5px solid #ff257c;
	border-radius: 20px;
	max-width: 980px;
}
@media screen and (max-width: 1280px) {
	.contact-border{
		margin-bottom: 9%;
	}
	.contact-h4{
		font-size: 5vw;
	}
	.contact-h4 small{
		font-size: 4vw;
	}
	.contact-h4 b{
		font-size: 4.2vw;
	}
	.contact-tel:before{
		left: -30px;
		height: 500px;
	}
}
@media screen and (max-width: 1180px) {
	.contact-tel:before{
		left: 0;
	}
}
@media screen and (max-width: 1080px) {
	.contact-tel:before{
		left: 10px;
		height: 400px;
	}
}
@media screen and (max-width: 780px) {
	.contact-tel:before{
		height: 320px;
	}
}
@media screen and (max-width: 680px) {
	.contact-tel:before{
		height: 230px;
	}
	.contact-h4{
		font-size: 5vw;
	}
	.contact-h4 small{
		font-size: 4vw;
	}
	.contact-h4 b{
		font-size: 5.2vw;
	}
}
@media screen and (max-width: 480px) {
	.contact-tel:before{
		height: 200px;
	}
	.contact-form{
		padding: 30px 10px !important;
	}
	.contact-h4{
		font-size: 6vw;
	}
}
@media screen and (max-width: 380px) {
	.contact-tel:before{
		height: 170px;
	}
}


.copy{
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1em;
}
.copy a{
	display: inline-block;
	padding: 0 1em;
	border-left: 1px solid #000;
	line-height: 1em;
}
.copy a:hover{
	color: #ff257c;
}
@media screen and (max-width: 680px) {
	.copy{
		font-size: 10px;
		letter-spacing: 0;
	}
}



/*TOTOP*/
#totop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
}
#totop a {
    display: block;
    padding: 8px 12px;
    background:#ff257c;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}
#totop a i {
    padding-right: 5px;
}
#totop a:hover {
    background: #f9db04;
	color: #000;
}



[data-scroll] {
  transition: opacity 1s;
}
[data-scroll="in"] {
  opacity: 1;
}
[data-scroll="out"] {
  opacity: 0;
}
.splitting[data-scroll="out"] .char {
    opacity: 0;
    transform: translateY( .25em );
}
.splitting[data-scroll="in"] .char {
    transition: transform .3s cubic-bezier(.3, 0, .3, 1), opacity .3s linear;
    transition-delay: calc( 100ms * var(--char-index) );
}


.line{
	background: #00c800;
}
