@charset "utf-8";

html { background: url(/s/img/bg.png) center top/100% auto no-repeat; }

/* Main Visual(movie)
----------------------------------------- */

#top-page {
}


/* Main Visual(movie)
----------------------------------------- */

#mv-sctn {
	position: relative;
	width: 100%;
	height: 290px;
	margin-bottom: 25px;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	background: #FFF url(/s/img/preloader.gif) center center no-repeat;
}
#mv-sctn video {
	display: block;
	position: absolute;
	top: 0;
	width: auto;
	height: 100%;
}


/* about section
----------------------------------------- */

.about-sctn .txt {
	box-sizing: border-box;
	width: 93%;
	padding: 15px 20px;
	margin: 0 auto;
	transition: all 1.4s ease-in;
	background: rgba(255,255,255,.6);
	opacity: 0;
}
.about-sctn .txt.fadein { opacity: 1; }
.about-sctn .txt p {
	line-height: 1.6em;
	font-size: .9rem;
}

/* recommend section - contents.cssにも同一表記あり
----------------------------------------- */

.recommend-sctn .recommend-menu,
.recommend-sctn .more-link {
	width: 93%;
	margin: 0 auto;
	text-align: center;
}

.recommend-sctn .recommend-menu li { margin-bottom: 20px; }

.recommend-sctn .recommend-menu li a {
	position: relative;
	display: block;
	padding: 3px 0;
	color: #FFF;
	font-size: 1rem;
}
.recommend-sctn .recommend-menu li a:before {
	content: '';
	display: block;
	padding-top: 50%;
}

.recommend-sctn .recommend-menu li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}

.recommend-sctn .recommend-menu li a .txt {
	position: absolute;
	bottom: 10px;
	left: 0;
	display: block;
	width: 100%;
	line-height: 1.6em;
	background-color: rgba(117,165,214,.4);
	z-index: 2;
}

.recommend-sctn .more-link a {
	display: block;
	line-height: 1.6em;
	padding: .5em;
	font-size: .9rem;
	color: #FFF;
	background: rgba(117,165,214,.5) url(/s/img/icn-arrw-r.png) 93% center/1em auto no-repeat;
}


/* instagram-link
----------------------------------------- */

.instagram-link {
	width: 93%;
	margin: 0 auto 30px;
	text-align: center;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	border-radius: 4px;
}
.instagram-link a {
	display: block;
	line-height: 1.6em;
	padding: 1em .5em;
	font-size: .9rem;
	color: #FFF;
	background: url(/img/Instagram_Glyph_White.png) 5% center/1.6em auto no-repeat;
}


/* service menu section
----------------------------------------- */

.servicemenu-sctn .service-menu {
	width: 93%;
	margin: 0 auto;
}

.servicemenu-sctn .service-menu li {
	background-color: #FFF;
	margin-bottom: 20px;
}

.servicemenu-sctn .service-menu li a img {
	width: 100%;
	height: auto;
}


/* contents menu section
----------------------------------------- */

.contentsmenu-sctn .contents-menu {
	width: 93%;
	margin: 0 auto;
}

.contentsmenu-sctn .contents-menu li {
	background-color: #FFF;
	margin-bottom: 20px;
}

.contentsmenu-sctn .contents-menu li a img {
	width: 100%;
	height: auto;
}




