@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.content{
	margin-top: 0 !important;
}
#Header::before{
	opacity: 0;
}
#Header.scroll::before{
  opacity: 1;
}

#Gnav .gnav li a{
  color: #fff;  
}
#Header.scroll .gnav li a{
  color: #000;  
}
#slide-line{
  background: #fff;  
}
#Header.scroll #slide-line{
  background: #1f50a2;  
}

#Gnav .btn-req a {
  background-color: #fff;
  background-image: url(../img/common/ico_file_blue.svg);
  color: #1f50a2; 
}
#Header.scroll .btn-req a {
  background-color: #1f50a2;
  background-image: url(../img/common/ico_file.svg);
  color: #fff; 
}

.content a{
	transition: .5s;
}
.content a:hover{
	opacity: .7;
}



/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
#Mv{
	position: relative;
	background : linear-gradient(-90deg, rgba(199, 232, 250, 1) 0%, rgba(130, 193, 234, 1) 40%, rgba(121, 189, 232, 1) 48.36%, rgba(97, 177, 226, 1) 61.99%, rgba(57, 158, 215, 1) 79.21%, rgba(2, 132, 202, 1) 99.15%, rgba(0, 131, 201, 1) 100%);
}
#Mv .txt-area{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	padding: 20px 20px 20px 30px;
  text-align: center;
}
#Mv .txt-area h1 span{
	display: block;
	margin: 0 auto;
}
#Mv .txt-area h1 span:nth-child(1){
	margin-bottom: 15px;
	width: 27vw;
}
#Mv .txt-area h1 span:nth-child(2){
	width: 26vw;
}
#Mv .slider-area{
	position: static;
	width: 50%;
	opacity: 0;
	transition: 1.5s;
	transition-delay: .5s;
}
#Mv.start .slider-area{
	opacity: 1;
}
#Mv .slick-slider{
	position: static;
	margin-bottom: 0;
	line-height: 0;
}
#Mv .slick-slide{
 	pointer-events: none;
}
#Mv .slider-item{
	width: 100%;
	height: 100%;
}
#Mv .slider-item .pic{
	position: relative;
}
#Mv .slider-item .pic img{
  max-width: none;
  width: 100%;
}
#Mv .slider-item.slide03 .pic{
	width: 85%;
}
#Mv .slider-item.slide01 .caption{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px 10px;
	font-size: 1.1rem;
	letter-spacing: .1em;
	line-height: 1.5;
	color: #fff;
	background: rgba(0,0,0,.7);
}
#Mv .slider-item.slide02 .caption{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px 10px;
	font-size: 1.1rem;
	letter-spacing: .1em;
	line-height: 1.5;
	color: #fff;
}
#Mv .slider-item.slide03{
	display: flex;
	align-items: flex-end;
	height: 55vw;
}
#Mv .slider-item.slide03 .caption{
	display: block;
	text-align: right;
	font-size: 1rem;
	letter-spacing: .1em;
	line-height: 1.5;
}


#Mv .slick-dots{
	left: 20px;
	top: 50%;
	transform: scale(0.8,0.8) translateY(-50%);
  bottom: auto;
	width: 46px;  
}
.slick-dots li{
  width: 46px;
  height: 46px;  
}
.slick-dots li button{
  width: 46px;
  height: 46px;    
}
.slick-dots li button:before{
  width: 46px;
  margin-top: 14px;
  font-size: 1.8rem;  
}
.slick-dots-circle{
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);  
}
.slick-dots-circle circle{
    fill: transparent;
    stroke: #fff;
    stroke-width: 3;
    animation: circle 14s infinite; 
}
@keyframes circle {
  0% { stroke-dasharray: 0 377; }
  99.9%,to { stroke-dasharray: 377 377; }
}



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* obi
-----------------------------------------------------------------*/
.obi{
	padding: 40px 0 15px;
	background: #b60627;
	text-align: center;
	color: #FFF;
	letter-spacing: .06em;
	line-height: 1.4;
}
.obi.bg{
	background: url(../img/top/txt_obi_pc_bg.jpg) no-repeat center top / cover #b60627;
}
.obi .txt{
	margin-bottom: 10px;
	font-size: 5rem;
    line-height: 1;
}
.obi .txt span{
	display: inline-block;
	transform: translateY(-4px);
/*
	margin-left: 15px;
	padding: 3px 20px; 
	background: #1f50a2;
*/
	font-size: 2.8rem;
}
.obi .note{
	font-size: 2.2rem;
}

.obi .btn-rsv-w a{
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 430px;
  width: 100%;
  height: 80px;
  background: url(../img/common/ico_calendar_r.svg) no-repeat left 10% center #fff;
  background-size: 27px auto;
  color: #B60627;
  font-size: 2.2rem;
  transition: .5s;
}
.obi .btn-rsv-w a span{
  padding-left: 20px;
  font-size: 2.4rem;
}

.obi .btn-rsv-w a:visited{
	color: #B60627
}

.obi .obi_txtimg{
	margin: 0 auto 20px
}


/* intro
-----------------------------------------------------------------*/
.intro{
	position: relative;
  padding: 0 0 120px;
  background : linear-gradient(-90deg, rgba(199, 232, 250, 1) 0%, rgba(130, 193, 234, 1) 40%, rgba(121, 189, 232, 1) 48.36%, rgba(97, 177, 226, 1) 61.99%, rgba(57, 158, 215, 1) 79.21%, rgba(2, 132, 202, 1) 99.15%, rgba(0, 131, 201, 1) 100%);
	overflow: hidden;
}
.intro .merit-list{
	position: relative;
	z-index: 50;
  display: flex;
  margin: 60px 0 95px;
  padding: 17px 0 24px; 
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 70, 184, 0.2); 
}
.intro .merit-list li{
  position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  width: calc(100% / 3);
	height: 80px;
  padding: 0 10px;  
}
.intro .merit-list li:nth-child(n+2)::before{
  position:absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  display: block;
  content: "";
  width: 1px;
  height: 80px;
  background: #aecdec;  
}

.intro .info-cv{
	display: flex;
	justify-content: space-between;
}
.intro .information{
	width: 44.5%;
	padding: 40px 4% 30px;
	background: linear-gradient(135deg, rgba(13,100,167,1) 0%, rgba(54,119,177,1) 100%);
}
.intro .information h2 .en{
	margin-bottom: 10px;
  font-size: 1.2rem;
  letter-spacing: .08em;
  color: #23b48e; 	
}
.intro .information dl > div{
	display: flex;
	padding: 8px 0;
	border-bottom: 1px solid #5e96c5;
	color: #fff;
}
.intro .information dl dt{
	flex-shrink: 0;
	margin-right: 25px;
	font-weight: 700;
	letter-spacing: .05em;
}
.intro .information dl dd a{
    text-decoration: underline;
}
.intro .information dl dd a:link{
    color: #fff;
}
.intro .information dl dd a:visited{
    color: #b5c1d5;
}
.intro .cv-box{
	position: relative;
	z-index: 50;
  max-width: 580px;
	width: 53.8%;
  padding:45px 20px 55px;
  background: #fff;
  border: 8px solid #1f50a2;
  box-shadow: 0px 10px 20px 0px rgba(0, 70, 184, 0.2),inset 0px 6px 30px 0px rgba(95, 125, 176, 0.45);
  text-align: center;
  display: table
}
.intro .cv-box .cv_inner{
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}
.intro .cv-box h3{
  margin-bottom: 40px;
  line-height: 1;  
}
.intro .cv-box h3 .en{
  display: block;
  margin-bottom: 15px;
  font-size: 1.2rem;
  letter-spacing: .08em;
  color: #23b48e; 
}
.intro .cv-box h3 .ja{
  font-size: 3rem;
  font-weight: 500;  
}
.intro .cv-box .btn-req a,
.intro .cv-box .btn-rsv a{
  margin:  0 auto;  
}
.intro .cv-box .btn-req a span,
.intro .cv-box .btn-rsv a span{
  padding-left: 20px;  
}
.intro .cv-box .btn-rsv a{
	background-size: 40px auto;
}
.intro table.reserve-stat{
	max-width: 630px;
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	background: #fff;
	line-height: 1.5;
	text-align: center;
}
.intro table.reserve-stat thead th{
	background: #1f50a2;
	font-size: 2.4rem;
	letter-spacing: .12em;
	font-weight: normal;
	color: #fff;
}
.intro table.reserve-stat th.add{
    background-color: #F8E0D8;
}
.intro table.reserve-stat th,
.intro table.reserve-stat td{
	padding: 10px;
}
.intro table.reserve-stat tr:nth-child(n+2) th,
.intro table.reserve-stat tr:nth-child(n+2) td{
	border-top: 1px solid #a5b0c3;
}
.intro table.reserve-stat th{
	font-size: 1.8rem;
	font-weight: normal;
}
.intro table.reserve-stat td{
	font-size: 1.6rem;
	border-left: 1px solid #a5b0c3;
}
.intro table.reserve-stat .sun{
	color: #c70025;
}
.intro table.reserve-stat .past{
	background-color: #c3c3c3;
}
.intro table.reserve-stat .s_tex{
    font-size: 1.4rem
}
.intro table.reserve-stat .sat,
.intro table.reserve-stat .seats-left{
	color: #1f50a2;
}
.intro table.reserve-stat .seats-ava{
	color: #c70025;
    font-weight: bold;
}
	.intro table.reserve-stat + .note{
		margin-top: 15px;
		text-align: center;
		font-size: 1.3rem;
		color: #fff;
	}



/* cpbnr
-----------------------------------------------------------------*/
.cpbnr{
	max-width: 991px;
	margin: 0 auto 70px;
}

.cpbnr .note{
	max-width: 991px;
    text-align: justify;
	font-size: 12px;
    color: #fff;
    padding: 10px 0 0 30px;
}


/* sec-plan
-----------------------------------------------------------------*/
.sec-plan{
	padding: 120px 0 100px;
}
.sec-plan h2{
	margin-bottom: 35px;
}
.plan-cont-box{
	position: relative;
	overflow: hidden;
	display: flex;
	padding: 10px;
	box-shadow: 0px 10px 20px 0px rgba(0, 70, 184, 0.2);
}
.plan-cont-box::before{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 200%;
	height: 200%;
	content: "";
	background: radial-gradient(circle, rgba(67,157,210,1) 0%, rgba(31,77,152,1) 60%);
}
.plan-cont-box .txt-area{
	position: relative;
	z-index: 10;
	width: 50%;
	padding: 40px 5%;
}
.plan-cont-box h3{
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
	line-height: 1;
}
.plan-cont-box h3 .txt-type{
	margin-right: 20px;
	color: #b5d676;
}
.plan-cont-box h3 .txt-type strong{
	margin-right: 5px;
	font-size: 7rem;
	font-weight: 600;
}
.plan-cont-box h3 .txt-type small{
	font-size: 2.4rem;
	letter-spacing: .05em;
}
.plan-cont-box h3 .txt-layout{
	color: #fff;
	letter-spacing: .1em;
}
.plan-cont-box h3 .txt-layout strong{
	font-size: 5rem;
	font-weight: normal;
}
.plan-cont-box h3 .txt-layout small{
	padding: 0 5px;
	font-size: 2.4rem;
}
.plan-cont-box h3 .txt-layout span{
	font-size: 2.8rem;
}
.plan-cont-box .layout{
	position: relative;
	z-index: 10;
	width: 50%;
  padding: 25px 20px 10px;
	background: #fff;
  text-align: center;
}
.plan-cont-box .layout .ico{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;  
}
.plan-cont-box .layout .img-layout{
  position: relative;
  display: inline-block;
}
.plan-cont-box .layout .direction{
  position: absolute;
  right: -15px;
  bottom: 0;
  transform: translateX(100%);  
}
.plan-cont-box .layout .notes{
  display: block;
  margin-top: 18px;
  text-align: left; 
}
.plan-cont-box .spec-list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 15px;
	background: linear-gradient(135deg, rgba(217,234,244,1) 0%, rgba(210,219,234,1) 100%);
}
.plan-cont-box .spec-list li:nth-child(n+2){
	margin-top: 2px;
}
.plan-cont-box .spec-list li .spec-ttl{
	font-size: 1.4rem;
}
.plan-cont-box .spec-list li .value{
	font-size: 1.8rem;
	letter-spacing: .05em;
}
.plan-cont-box .spec-list li:nth-child(1){
	padding: 15px;
	background: #fff;
}
.plan-cont-box .spec-list li:nth-child(1) .spec-ttl{
	font-size: 1.6rem;
}
.plan-cont-box .spec-list li:nth-child(1) .value{
	font-size: 2.2rem;
}
.plan-cont-box .spec-list li:nth-child(1) .value strong{
	font-size: 3.2rem;
	font-weight: normal;
}

.sec-plan .note{
	margin: 15px 0 45px;
	font-size: 1.3rem;
}


/* feature
-----------------------------------------------------------------*/
.feature > div{
	padding: 100px 0 115px;
}
.feature > div._bg{
	background : linear-gradient(-90deg, rgba(199, 232, 250, 1) 0%, rgba(130, 193, 234, 1) 40%, rgba(121, 189, 232, 1) 48.36%, rgba(97, 177, 226, 1) 61.99%, rgba(57, 158, 215, 1) 79.21%, rgba(2, 132, 202, 1) 99.15%, rgba(0, 131, 201, 1) 100%);	
}
.feature h2{
	margin-bottom: 30px;
}
.feature > div._bg h2,
.feature > div._bg h2 .en{
	color: #fff;
}
.feature > div._bg h2 .ja span::after{
	background: linear-gradient(60deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
}
.feature .layout-box{
	flex-direction: row-reverse;
	align-items: center;
	background: #e7edf4;
}
.feature > div._bg .layout-box{
	flex-direction: row;
	background: #fff;
}
.feature .layout-box .txt-area{
	width: 50%;
	padding: 20px 5%;
}
.feature h3{
	margin-bottom: 30px;
	font-size: 3rem;
	letter-spacing: .15em;
	font-weight: 500;
}
.feature .btn-base a{
	margin: 0;	
}
.feature .pic{
	position: relative;
	width: 50%;
}
.feature .pic .caption{
	position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1.3rem;
  letter-spacing: .08em;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 0 10px #000; 
}


/* spmovie
-----------------------------------------------------------------*/

.sp-movie{
	margin: 0 0 75px;
}
.sp-movie h2{
	font-size: 3rem;
	margin: 0 0 70px;
	color: #fff;
	text-align: center;
	font-weight: 300;
}
.sp-movie .movie{
	position: relative;
	margin-top: 50px;
}
.sp-movie .movie::before{
	content: "SPECIAL MOVIE";
	position: absolute;
	left: 4rem;
	top: -4.2rem;
	font-size: 33px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .1em;
	font-weight: 600;
	color: #fff;
}
.sp-movie .movie a{
	display: block;
	border: 2px solid #fff;
	padding: 50px;
	text-align: center;
}



/* flbanner
-----------------------------------------------------------------*/

.flbanner{
	position: fixed;
	bottom: 2%;
	right: 1%;
	z-index: 100;
}
.flbanner ._inner{
	position: relative;
}

.flbanner .close{
	position: absolute; 
	top: 0; 
	right: 0; 
	margin-top: -42px; 
	background: rgb(21,118,174);
	background: linear-gradient(90deg, rgba(21,118,174,1) 0%, rgba(69,141,185,1) 50%, rgba(107,161,197,1) 100%);
	border-radius: 100px;
	padding: 0px 7px 9px;
	cursor: pointer;
}
.flbanner .close > p{
	font-size: 32px;
	font-weight: 200;
	height: 25px; 
	display: block; 
	margin: 0; 
	color: #fff; 
	line-height: 1;
}

/*---------------------------------
	Modal                        */

.modaal-wrapper iframe{
	width: 1000px;
	height: 564px;
	vertical-align: top;
}
.modalarea{
	display: none;
}
.modaal-container{
	max-width: 90%;
	text-align: center;
}
.modaal-close:after, 
.modaal-close:before{
	background:#fff;  
}
  
@media screen and (max-width: 1100px) {

	.modaal-wrapper iframe{
		width: 100%;
		height: 600px;
		vertical-align: top;
	}

}










/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

#Header.scroll .gnav li a{
  color: #fff;  
}
#Header #Gnav .btn-req a {
  background-color: #fff;
  background-image: url(../img/common/ico_file_blue.svg);
  color: #1f50a2; 
}

/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
	#Mv{
		position: relative;
		background : linear-gradient(-90deg, rgba(199, 232, 250, 1) 0%, rgba(130, 193, 234, 1) 40%, rgba(121, 189, 232, 1) 48.36%, rgba(97, 177, 226, 1) 61.99%, rgba(57, 158, 215, 1) 79.21%, rgba(2, 132, 202, 1) 99.15%, rgba(0, 131, 201, 1) 100%);
	}
	#Mv .txt-area{
		display: none;
	}
	#Mv .slider-area{
		width: 100%;
	}
	#Mv.start .slider-area{
		opacity: 1;
	}
	#Mv .slick-slider{
		position: static;
		margin-bottom: 0;
	}
	#Mv .slider-item{
		width: 100%;
		height: 100%;
	}
	#Mv .slider-item .pic{
		position: relative;
	}
	#Mv .slider-item.slide03 .pic{
		width: 100%;
		padding: 0 10px;
	}
	#Mv .slider-item.slide02 .caption{
		font-size: 1rem;
	}
	#Mv .slider-item.slide03{
		display: block;
		height: auto;
	}
	#Mv .slider-item.slide03 h1{
		padding: 75px 0 10px;
	}
	#Mv .slider-item.slide03 h1 span{
		display: block;
		margin: 0 auto;
	}
	#Mv .slider-item.slide03 h1 span:nth-child(1){
		width: 53vw;
	}
	#Mv .slider-item.slide03 h1 span:nth-child(2){
		width: 64vw;
	}
	
	#Mv .slick-dots{
		left: 50%;
		top: auto;
		bottom: 0;
		transform: scale(0.6,0.6) translate(-80%, -10px);
		width: 320px;
		padding: 15px 20px;
		background: rgba(32,77,151,.8);  
		border-radius: 50px;
	}
	.slick-dots li{
		width: 46px;
		height: 46px;  
	}
	.slick-dots li button{
		width: 46px;
		height: 46px;    
	}.slick-dots li button + button{
		display: none;
	}
	.slick-dots li button:before{
		width: 46px;
		margin-top: 14px;
		font-size: 1.8rem;  
	}
	.slick-dots-circle{
		position: absolute;
		left: 0;
		top: 0;
		transform: rotate(-90deg);  
	}
	.slick-dots-circle circle{
			fill: transparent;
			stroke: #fff;
			stroke-width: 3;
			animation: circle 14s infinite; 
	}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* obi
-----------------------------------------------------------------*/
	.obi{
		padding: 25px 20px 25px;
	}
	.obi.bg{
		background: url(../img/top/txt_obi_sp_bg.jpg) no-repeat center top / cover #b60627;
	}
	
	.obi .txt{
		margin-bottom: 10px;
		font-size: 3rem;
        line-height: 1.2;
	}
	.obi .txt span{
		transform: translateY(-6px);
		margin-left: 8px;
		padding: 2px 10px; 
		font-size: 1.8rem;
	}
	.obi .note{
		font-size: 1.2rem;
		line-height: 1.6;
	}
    .obi .btn-rsv-w a{
  margin: 0 auto;
}
.obi .btn-rsv-w a span{
    font-size: 2.2rem
}


/* cpbnr
-----------------------------------------------------------------*/
.cpbnr{
	margin: 0 auto 50px;
}
.cpbnr .note{
    padding: 15px 0 0;
}


/* intro
-----------------------------------------------------------------*/
  .intro{
    padding: 0 0 50px;
  }
  .intro .merit-list{
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 35px;
    padding: 0; 
    background: transparent;
    box-shadow: none;
  }
  .intro .merit-list li{
    padding: 0;
    background: #fff;  
    box-shadow: 0px 10px 20px 0px rgba(0, 70, 184, 0.2); 
  }
  .intro .merit-list li:nth-child(1){
    width: 100%;
    margin-bottom: 3.4vw;  
  }
  .intro .merit-list li:nth-child(2){
    width: 56%;  
  }
  .intro .merit-list li:nth-child(3){
    width: 41.5%;  
  }
  .intro .merit-list li:nth-child(n+2)::before{
    display: none;
  }
	.intro .info-cv{
		display: block;
	}
	.intro .information{
		width: 100%;
		margin-bottom: 25px;
		padding: 25px 25px 35px;
	}
	.intro .information h2 .en{
		margin-bottom: 10px;
		font-size: 1.2rem;
		letter-spacing: .08em;
		color: #23b48e; 	
	}
	.intro .information dl > div{
		display: block;
	}
	.intro .information dl dt{
		margin-right: 0;
		font-weight: 600;
		font-size: 1.3rem;
	}	
  .intro .cv-box{
		width: 100%;
    padding:40px 20px 45px;
    border: 4px solid #1f50a2;
  }
  .intro .cv-box h3{
    margin-bottom: 20px;
  }
  .intro .cv-box h3 .en{
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .intro .cv-box h3 .ja{
    font-size: 2.4rem;
  }
  .intro .cv-box .btn-req a,
	.intro .cv-box .btn-rsv a{
    font-size: 1.8rem;  
  }
	.intro .cv-box .btn-rsv a{
		background-size: 27px auto;
	}
  .intro .cv-box .btn-req a span{
    padding-left: 25px;  
  }
	.intro table.reserve-stat th,
	.intro table.reserve-stat td{
		padding: 8px;
	}
  .intro table.reserve-stat th.add{
    font-size: 1.6rem;
}
	.intro table.reserve-stat + .note{
		margin-top: 10px;
		text-align: left;
		font-size: 1.1rem;
	}


/* sec-plan
-----------------------------------------------------------------*/
	.sec-plan{
		padding: 55px 0 50px;
	}
	.sec-plan h2{
		margin-bottom: 30px;
	}
	.plan-cont-box{
		display: block;
	}
	.plan-cont-box::before{
		position: absolute;
		width: 200%;
		height: 100%;
	}
	.plan-cont-box .txt-area{
		width: 100%;
		padding: 30px 15px 20px;
	}
	.plan-cont-box h3{
		display: block;
		margin-bottom: 15px;
		text-align: center;
	}
	.plan-cont-box h3 .txt-type{
		display: block;
		margin: 0 0 10px;
	}
	.plan-cont-box h3 .txt-type strong{
		margin-right: 5px;
		font-size: 3.8rem;
	}
	.plan-cont-box h3 .txt-type small{
		font-size: 1.6rem;
	}
	.plan-cont-box h3 .txt-layout{
		color: #fff;
		letter-spacing: .1em;
	}
	.plan-cont-box h3 .txt-layout strong{
		font-size: 4rem;
	}
	.plan-cont-box h3 .txt-layout small{
		font-size: 2rem;
	}
	.plan-cont-box h3 .txt-layout span{
		font-size: 2.5rem;
	}
  .plan-cont-box .layout{
    width: 100%;
    padding: 13vw 15px 5px;
  }
  .plan-cont-box .layout .ico{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 17.8vw;  
  }
  .plan-cont-box .layout .img-layout{
    width: 55vw;
  }
  .plan-cont-box .layout .direction{
    right: -5px;
    width: 10.5vw;  
  }
  .plan-cont-box .layout .notes{
    display: block;
    margin-top: 18px;
    text-align: left; 
  }
	.plan-cont-box .spec-list li .spec-ttl{
		font-size: 1.3rem;
	}
	.plan-cont-box .spec-list li .value{
		font-size: 1.6rem;
	}
	.plan-cont-box .spec-list li:nth-child(1){
		padding: 10px 15px;
	}
	.plan-cont-box .spec-list li:nth-child(1) .spec-ttl{
		font-size: 1.6rem;
	}
	.plan-cont-box .spec-list li:nth-child(1) .value{
		font-size: 1.8rem;
	}
	.plan-cont-box .spec-list li:nth-child(1) .value strong{
		font-size: 2.4rem;
	}
	
	.sec-plan .note{
		margin: 15px 0 30px;
		font-size: 1.1rem;
		line-height: 1.6;
	}


/* feature
-----------------------------------------------------------------*/
	.feature > div{
		padding: 50px 0 60px;
	}
	.feature h2{
		margin-bottom: 25px;
	}
	.feature .layout-box{
		display: block;
	}
	.feature .layout-box .txt-area{
		width: 100%;
		padding: 60px 20px;
	}
	.feature h3{
		margin-bottom: 35px;
		font-size: 2.4rem;
		text-align: center;
	}
	.feature .btn-base a{
		margin: 0 auto;	
	}
	.feature .pic{
		width: 100%;
	}
	.feature .pic .caption{
		bottom: 7px;
		font-size: 1.1rem;
	}


/* spmovie
-----------------------------------------------------------------*/

	.sp-movie{
		margin: 60px 0 75px;
	}
	.sp-movie h2{
		font-size: 2rem;
		margin: 0 0 50px;
	}
	.sp-movie .movie{
		position: relative;
		margin-top: 50px;
	}
	.sp-movie .movie::before{
		left: 2rem;
		top: -3rem;
		font-size: 2.4rem;
	}
	.sp-movie .movie a{
		padding: 15px;
	}


/* flbanner
-----------------------------------------------------------------*/

	.flbanner{ 
		bottom: 0;
		right:0; padding: 2%;
		width: 100%;
		height:auto;
		margin: 0 auto;
	} 
	.flbanner .close{ 
		padding: 0 6px 5px;
		margin-top: -35px;
	}
	.flbanner .close p{ 
		font-size: 28px;
	}

	.modaal-wrapper iframe{
		width: 100%;
		height: 49vw;
		vertical-align: top;
	}
	



}