@charset "utf-8";

a:hover img{
	opacity: 1!important;
	border-style: none;
}

	.sp-view{
		display: none;
	}
	.pc-view{
		display: block;
	}

.bae_wrapper {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	background: url(/ft10/img/bg.jpg)no-repeat 50% 50%;
	background-size: cover;
}




.bae_wrapper::before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 45px;
	left: 0;
	background: url(/ft10/img/f-border-T.png) no-repeat 50% 0;
}

.bae_header{
	width: 100%;
	margin: 0;
	padding: 0 0 60px;
	position: relative;
	background: url(/ft10/img/f-border-B.png) no-repeat 50% bottom;
}

.bae_header::before{
	content: "";
	position: absolute;
	display: block;
	width: 45px;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/ft10/img/f-border-L.png) no-repeat 50% 0;
}

.bae_header::after{
	content: "";
	position: absolute;
	display: block;
	width: 45px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(/ft10/img/f-border-R.png) no-repeat 50% 0;
	z-index: 1;
}

.bae_header div.corner_TL{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.bae_header div.corner_TR{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.bae_header div.corner_BL{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.bae_header div.corner_BR{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}


.bae_header h2{
	width: 40%;
	margin: 0 auto;
	padding: 65px 0 0;
	
}

.bae_header h2 img{
	width: 100%;
}

.bae_header h1{
	width: 35%;
	margin: 0 auto;
	transition: all 1s ease;
}

.bae_header h1 img{
	width: 100%;
}

.bae_header div.nadal img, .bae_header div.shibuya img{
	width: 100%;
}



.bae_header div.nadal{
	position: absolute;
	width: 23%;
	top: 22%;
	left: 5%;
	z-index: 3;
	transition: all 1s ease;
}

.bae_header div.shibuya{
	position: absolute;
	width: 23%;
	top: 29%;
	right: 6%;
	z-index: 3;
	transition: all 1s ease;
}

.bae_header p {
	
	width: 50%;
	margin: 40px auto;
	font-size: 16px;
	line-height: 150%;
	color: #3c0096;
	font-weight: bold;
	padding-right: 13%;
}

.bae_header div.txt-cast{
	width: 80%;
	margin: 0 auto;
}

.bae_header div.txt-cast img{
	width: 100%;
}

.bae_header div.btnyoutube{
	position: absolute;
	right: 23%;
	top: 60%;
	width: 15%;
	
	
	
}

.bae_header div.btnyoutube img{
	width: 95%;
	position: absolute;
	display: block;
}

.bae_header div.btnyoutube img:nth-child(1){
	z-index:6;
	top: 3px;
	left: 0;
}

.bae_header div.btnyoutube img:nth-child(2){
	z-index:5;
	top: 0;
	left: 0;
}

.bae_header div.btnyoutube img:nth-child(3){
	z-index:4;
	top: 3px;
	left: 5px;
	opacity: 0.6;
}

div.txt-anounce {
	padding: 12px 0;
}

div.txt-anounce div.bae_tweet{
	margin: 0 auto 30px;
}

div.txt-anounce div.bae_tweet h3{
	display: inline-block;
	width: 253px;
	vertical-align: top;
}

div.bae_tweet_inner{
	display: inline-block;
	background-color: #67a9dc;
	padding: 15px;
	border-radius: 12px;
	margin: 12px 0 0;
}


div.txt-anounce{
	width: 100%;
	margin: 0;
	padding: 30px 0;
	background: url(/ft10/img/bg_pattern_stripe.png);
	text-align: center;
	
}

div.txt-anounce img.img-anouce{
	width: 80%;
	margin: 0 auto;
}




.swinging{
	animation-name: swing;
	animation-duration: 20s;
	animation-delay: 2s
	animation-timing-function:ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}



@keyframes swing {
0% { transform: rotate(-5deg); }
20%	{ transform: rotate(15deg); }
40%{ transform: rotate(-5deg); }
60%{ transform: rotate(15deg); }
80%{ transform: rotate(-5deg); }
90%{ transform: rotate(5deg); }
91%	{ transform: rotate(0deg); }
92%{ transform: rotate(10deg); }	
93%{ transform: rotate(5deg); }	
94%{ transform: rotate(15deg); }	
95%{ transform: rotate(10deg); }		
100% { transform: rotate(15deg); }
}

.swinging2{
	animation-name: swing2;
	animation-duration: 25s;
	animation-timing-function:ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}



@keyframes swing2 {
0% { transform: rotate(10deg); }
15% { transform: rotate(-5deg); }
30% { transform: rotate(10deg); }
45% { transform: rotate(-5deg); }
60% { transform: rotate(10deg); }
65% { transform: rotate(-15deg); }
100% { transform: rotate(360deg); }
}


.spinning{
	animation: spin 10s linear infinite ;
}

a:hover img.spinning{
	animation: spin 5s linear infinite;
}

@keyframes spin {
0% { transform: rotate(0); }
100% { transform: rotate(360deg); }
}




@media screen and ( max-width: 768px ) {
	.sp-view{
		display: block;
	}
	.pc-view{
		display: none;
	}
	
.bae_wrapper::before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 25px;
	left: 0;
	background: url(/ft10/img/f-border-T.png) no-repeat 50% bottom;
	background-size: cover;
}

.bae_header{
	width: 100%;
	margin: 0;
	padding: 0 0 60px;
	position: relative;
	background: url(/ft10/img/f-border-B.png) no-repeat 50% bottom;
	
}

.bae_header::before{
	content: "";
	position: absolute;
	display: block;
	width: 25px;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/ft10/img/f-border-L.png) no-repeat 50% 0;
	background-size: cover;
}

.bae_header::after{
	content: "";
	position: absolute;
	display: block;
	width: 25px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(/ft10/img/f-border-R.png) no-repeat 50% 0;
	z-index: 1;
	background-size: cover;
}

.bae_header div.corner_TR, .bae_header div.corner_BR{
	text-align: right;
	}

.bae_header div.corner_TL img, .bae_header div.corner_TR img, .bae_header div.corner_BL img, .bae_header div.corner_BR img{
	width: 60%;
}



.bae_header h2{
	width: 80%;
	margin: 0 auto;
	padding: 45px 0 0;
	
}

.bae_header h2 img{
	width: 100%;
}

.bae_header h1{
	width: 60%;
	margin: 0 auto;
	position: relative;
	z-index: 50;
}

.bae_header h1 img{
	width: 100%;
}

	
	
.bae_header div.nadal{
	position: absolute;
	width: 40%;
	top: 38%;
	left: 0%;
	z-index: 3;
}

.bae_header div.shibuya{
	position: absolute;
	width: 39%;
	top: 44%;
	right: 2%;
	z-index: 3;
}	
	
.bae_header p {
	max-width: 80%;
	width: 80%;
	margin: 350px auto 20px;
	font-size: 16px;
	line-height: 150%;
	color: #3c0096;
	font-weight: bold;
	padding-right: 0;
}	

.bae_header div.btnyoutube{
	position: absolute;
	width: 25%;
	left: 38%;
	top: 61%;
}
	

.bae_header div.txt-cast{
	width: 85%;
	margin: 0 auto;
}
	
	

	
	
	
	
}
@media screen and ( max-width: 420px ) {



.bae_header h1{
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 50;
}

.bae_header div.nadal{
	position: absolute;
	width: 50%;
	top: 34%;
	left: -5%;
	z-index: 3;
}

.bae_header div.shibuya{
	position: absolute;
	width: 47%;
	top: 40%;
	right: 2%;
	z-index: 3;
}
	
.bae_header div.btnyoutube{
	position: absolute;
	width: 35%;
	left: 33%;
	top: 58%;
}
	

}



/*料金*/
section.price {
	background: #fff;
	padding: 100px 0;+
	color: #555555;
}

section.price h2 {	margin-top: 60px;	line-height: 1;}

.p_app img, .p_app .text_area {
	font-size: 3.2rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.25;
}
.point_text {	color: #d9341d;}

p.dl_cc {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 15px;
}
.dl_sp {
    margin-bottom: 25px;
}
.dl_pc {
    margin-bottom: 20px;
}
.dl_pc img {
    height: auto;
    margin: 0 10px;
    width: 215px;
}
.dl_sp img {
    height: auto;
    width: 215px;
}

.fs_48 {
    font-size: 4.8rem;
}
  

/*フッター*/
footer {
	position: relative;
	z-index: 500;
}