
#wrapper {
	width:100%;
	overflow:hidden;
}

.bdb{
	border-bottom:1px solid #ddd;
}
ul.history .bdb{
	padding: 10px 0;
}
ul.history .bdb img{
	margin: 10px auto;
	
}
.mainVisual{
	background-color: #fff;
}

.bgBlue{
	background: #e6f6ff;
}
body {
	padding-top: 0;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"Meiryo","メイリオ","ＭＳ Ｐゴシック","Osaka","MS PGothic",sans-serif;
	/*"Noto Serif Japanese","Sawarabi Mincho"*/
}
body{
	color: #333;
}

header *{
	color: #015CAA;
}

html body{
	font-size: 14px;
	line-height: 170%;
}
html,body,header,
.bg-white{
	background: #fff;
}


img{
	max-width: 100%;
	height: auto;
}
.inner-content{
	max-width: 1080px;
	margin: auto;
	padding: 0 15px;
}

header{
	position: absolute;
	background: none;
	font-size: 16px;
	padding-bottom: 0 !important;
}
header ul{
	font-weight: bold;
	margin-bottom: 0;
}
header ul a{
	position: relative;
	text-shadow: 0 0 2px #fff;
}
header ul a:after{
	width: 0%;
    height: 2px;
    content: "";
    display: block;
    background-color: #015CAA;
    position: absolute;
	margin-left: -15px;
    bottom: 0;
    transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
}
header.fixed ul a:after{
    height: 3px;
}
header ul a:hover:after{
	width: 100%;
}
/* menu transition */
#header {
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
/* Fixed */
#header.fixed {
    background: #fff;
	position: fixed;
	box-shadow: 0 1px 2px rgba(0,0,0,.5)
}
#header.fixed a{
/*	color: #fff !important;*/
}

/* ビジュアル */
.bgSwipe{
	background-image: url(images/visual_main.jpg);
}
.bgSub{
	background-image: url(images/visual_sub.jpg);
}
.bgImage{
	width: 100%;
	min-height: 100vh;
	display: table;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.bgImage.bgSub{
	width: 100%;
	min-height: 50vh;
}


header .logoView{
	animation-name: fadeIn;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}
header .logoView a{
	display: block;
}
.bgSwipe{
	animation: fadeIn 3s, zoomIn 12s 0s forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.logoSwipe{
	animation-name: logoSwipe;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}
@keyframes logoSwipe {
	0% {
		padding-top: 500px;
	}
	100% {
		padding-top: 0;
	}
}




.bgImage .inner-content > * {
/*    display:table-cell;*/
    vertical-align: middle;
/*    margin: 0;
    padding: 0;*/
}
.bgImage h1{
	text-align: center;
}

h1{
	display: block;
}

.bgImage .logoSwipe{
	position: absolute;
	top: 45%;
	text-align: left;
	width: 100%;
	z-index: 0;
}
.bgImage .logoSwipe img{
	width: 50%;
	height: auto;
	min-width: 300px;
	max-width: 540px;

/*	margin-top: -25%;*/
}

@media screen and (min-width: 768px) {
  .bgImage {    
    background-attachment: fixed;
  }
  .bgImage.bgSub{
    background-attachment: scroll;
  }
}

/* パララックス END */
.z1{
	position: relative;
	z-index: 1;
	background: #fff;
}
.bg9x{
	/*background:  rgba(236,245,255,1);*/
	background: #fff;
	box-shadow: 0px 0px 10px #B7B7B7;
/*	-webkit-filter: blur(10px);
	filter: blur(10px);*/
}
@media screen and (min-width: 768px){
.bg9x{
	margin-bottom: 150px;
}
}
.bg9x *{

}
.bg9x p{
	font-size: 120%;
}
.bgBlue{
/*	background:  rgba(0,0,0,0.2);*/
	
}
.pic9x{
	max-width: 30%;
	height: auto;
	margin-top: 50px;
	min-width: 260px;
}


.headGrd{
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#015CAA+0,6bc8f2+100 */
	background: #015CAA; /* Old browsers */
	background: -moz-linear-gradient(left, #015CAA 0%, #6bc8f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #015CAA 0%,#6bc8f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #015CAA 0%,#6bc8f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015CAA', endColorstr='#6bc8f2',GradientType=1 ); /* IE6-9 */

}
.headGrd img{
	height: 25px;
	width: auto;
	vertical-align: top !important;
}
.headSub{
	text-align: left !important;
	color: #015CAA;
/*	letter-spacing: 0.1em;*/
	border-bottom: 3px solid #e2e2e2;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	font-size: 200%;
}
.headSub span{
	padding-bottom: 5px;
	border-bottom: 3px solid #015CAA;
	margin-bottom: -3px;
	display: inline-block;
}
.iconSet{
	display: inline-block;
}
.headSub span.icon01,
.headSub span.icon02{
	border: 1px solid #333 !important;
	padding: 3px 5px;
	font-size: 12px;
	color: #333;
	margin-left: 8px;
	letter-spacing: 0;
	width: 5em;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 5px;
}
.headSub span.icon03{	/* fina */
	border: none !important;
	margin-left: 8px;
}
.headSub span.icon03 img{
	height: 21px;
	width: auto;
	vertical-align: -6px;
}
.headSub span.price{
	float: right;
	color: #333;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 0.75em;
	border-bottom: none !important;
	letter-spacing: 0;
	vertical-align: bottom;
}
.headLineup01{
	color: #fff;
	background: #18459b;
	padding-top: 16px;
	font-size: 200%;
	margin-top: 0;
}
.headLineup01.fitness{
	background: #e64690;
}
.fitness{
}
.fitness .headSub{
	color: #e64690;
}
.fitness .headSub span{
	border-bottom: 3px solid #e64690;
}
.headLineup01.kids{
	background: #FFA034;
}
.kids{
}
.kids .headSub{
	color: #FFA034;
}
.kids .headSub span{
	border-bottom: 3px solid #FFA034;
}

ul.lineup p{
	line-height: 120%;
}

/* menu move */
header{
	overflow: hidden;
}
header ul{
	margin-top: -50px;
}
header ul li{
	vertical-align: top;

}
header ul li a{
	display: inline-block;
	animation-name: menu01;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}
header ul li.menu01 a {	animation-delay: 0s;}
header ul li.menu02 a {	animation-delay: 0.2s;}
header ul li.menu03 a {	animation-delay: 0.4s;}
header ul li.menu04 a {	animation-delay: 0.6s;}
header ul li.menu05 a {	animation-delay: 0.8s;}

@keyframes menu01 {
	0% {margin-top: 0;}
	100% {margin-top: 40px;}
}


.ability01 h3,
.ability02 h3,
.ability03 h3{
	color: #fff;
	font-weight: bold;
	font-size: 200%;
	text-align: left;
	padding: 8px;
}

.small{
	line-height: 120%;
}

.ability01 h3{	background: #015CAA;}
.ability02 h3{	background: #015CAA;}
.ability03 h3{	background: #015CAA;}

.ability03 h4{	color: #015CAA; font-size: 16px;}

@media screen and (min-width: 768px){
	.mgt10-pc{		margin-top: 10px;	}
	.mgt20-pc{		margin-top: 20px;	}
	.noPC{	display: none;}
	.hMenu li a{	padding: 15px;	}

	.list-arrow li{
		padding-left: 10px;
		background: url(../../LP/swipe/images/part_arrow.png) right center no-repeat;
		background-position: right calc(50% - 1.5em);
		padding-right: 40px;
		background-size: 30px;
	}
	.list-arrow li:last-child{
		background: none;
	}
}
@media screen and (max-width: 767px){
	.bgImage .logoSwipe{
	top: auto;
	bottom:20px;}
	/*
	#header .hMenu,
	#header.fixed{
		display: none !important;
	}
	
	.hMenu li a{	padding: 10px;	}
	header ul a:after{	margin-left: -10px !important;}
	*/
	.hMenu{	margin-left: 0;}
	.noSP{	display: none;}

	.pd0-sp{	padding: 0;}
	.logoView img{ margin-top:-5px;}
	.list-inline > li{	padding-left: 0;}
	
	.headGrd{	font-size: 18px;}
	.headGrd img{ height: 16px;}
	.headSub{ font-size: 150%; position: relative; margin-bottom: 30px !important;}
	.ability01 h3, .ability02 h3, .ability03 h3{	font-size: 150%;}
	.icon01, .icon02, .icon03{ zoom: 0.9; width: auto !important; margin-left: 0 !important; margin-right: 5px;}
	header ul{margin-top: -40px;
	text-align: center !important;}
	header.fixed ul{ display: inherit; text-align: center;}
	header.fixed .logoView{ display: none;}
	.iconSet{	position: absolute; bottom: -30px; left: 0;}
	
	.fitness span{ white-space: nowrap;}

	

	.toTop{
	 text-align: right;
	padding-bottom: 10px;}
}
	
/*.yt{
    position: static;
    width: 100%;
    height: 474px;
    margin: 0 auto;
}

.yt iframe{
    margin: 0 auto;
    display: inherit;
}


@media screen and (min-width: 768px){
    .yt {
        margin: 25px auto 0 auto;
        width: 845px;
        padding: 0;
    }
}*/


.yt {
    margin: 4vw 0 0 0;
    position: relative;
    padding: 56.25% 0 0 0;
}
.yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px){
    .yt{
        margin: 0 auto;
        width: 845px;
        padding: 0;
    }
    .yt iframe {
    position: static;
    width: 100%;
    height: 474px;
    }
}



