@charset "UTF-8";
/*----------------------------------------*/
/* CSS Document */
/* studio somcha club */
/* top.css */
/*----------------------------------------*/

/*----------------------------------------*/
/*メインビジュアル*/
/*----------------------------------------*/
#top-mv {
	margin: 0;
	padding: 0;
}
#top-mv .mv-slide {
	padding: 0;
	margin: 0;
}
#top-mv .mv-slide li {
	display: block;
}
#top-mv .mv-slide li img {
	display: block;
	width: 100%;
}

/*----------------------------------------*/
/*体験レッスン*/
/*----------------------------------------*/
#top-lesson {
    background-image: url(../img/top/top-lesson-bg_v2.jpg);
    text-align: center;
    color: #fff;
    border-top: solid 7px #ddaf4a;
	padding: 60px 0 50px;
}
#top-lesson p {
    font-size: 26px;
	line-height: 1.5;
	margin: 0 0 40px;
}
#top-lesson .btn {
	position: relative;
	background-color: #c4ad4d;
	border-color: #c4ad4d;
	border-radius: 6px;
	padding: 13px 18px;
	min-width: 255px;
}
#top-lesson .btn::before {
	position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
	content: "\f0da";
	font-family: FontAwesome;
}
#top-lesson .btn:hover {
	background-color: #ffffff;
	color: #c4ad4d;
}
@media(max-width:767px){
	#top-lesson p {
		font-size: 20px;
		line-height: 1.75;
	}
}

/*----------------------------------------*/
/*導入文*/
/*----------------------------------------*/
#top-intro {
	padding: 90px 0;
}
#top-intro .container {
    max-width: 690px;
}
#top-intro p {
    color: #535e49;
	font-size: 17px;
	line-height: 2;
}
#top-intro video {
	margin-bottom: 30px;
}
@media(max-width:767px){
	#top-intro {
		padding: 30px 0;
	}
	#top-intro p {
		font-size: 16px;
	}
}

/*----------------------------------------*/
/*メインコンテンツへの導線*/
/*----------------------------------------*/
#top-menu {
	padding: 0 0 54px;
}
#top-menu .container {
    max-width: 1200px;
	padding: 0;
}
#top-menu ul.row {
	margin: 0;
	padding: 0;
	line-height: 1;
}
#top-menu ul.row > li {
	display: flex;
	margin: 0;
	padding: 0;
}
#top-menu ul.row > li > a {
	position: relative;
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center;
	min-height: 377px;
}
#top-menu ul.row > li > a:hover {
	opacity: 1;
	text-decoration: none;
}
#top-menu ul.row > li > a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: 0.3s;
}
#top-menu ul.row > li > a:hover::before {
	opacity: 0;
}
#top-menu ul.row > li > a > span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 43px;
    padding: 15px 10px;
    margin: 0;
    color: #fff;
    min-width: 283px;
    border: solid 3px #ffffff;
    background-color: rgba(0,0,0,0.2);
}
/*ABOUT US*/
#top-menu ul.row > li.about > a {
	background-image: url("../img/top/about-bg-on_v2.jpg");
}
#top-menu ul.row > li.about > a::before {
	background-image: url("../img/top/about-bg_v2.jpg");
}
/*INSTRUCTOR*/
#top-menu ul.row > li.instructors > a {
	background-image: url("../img/top/instructor-bg-on_v3.jpg");
}
#top-menu ul.row > li.instructors > a::before {
	background-image: url("../img/top/instructor-bg-off_v3.jpg");
}
/*LESSON*/
#top-menu ul.row > li.studio-lesson > a {
	background-image: url("../img/top/lesson-bg_on_v2.jpg");
}
#top-menu ul.row > li.studio-lesson > a::before {
	background-image: url("../img/top/lesson-bg_off_v2.jpg");
}
@media(max-width:991px){
	#top-menu ul.row > li > a {
		min-height: 350px;
	}
	#top-menu ul.row > li > a > span {
		font-size: 40px;
		padding: 11px 10px;
		min-width: 262px;
	}
}
@media(max-width:767px){
	#top-menu {
		padding-bottom: 0;
	}
}

/*----------------------------------------*/
/*NEWS & BLOG*/
/*----------------------------------------*/
#top-news-blog {
	background-image: url("../img/common/news-blog-bg.jpg");
	background-position: center;
	background-size: cover;
	padding: 110px 0;
}
#top-news-blog .container {
    max-width: 1000px;
}
@media(max-width:767px){
	#top-news-blog {
		background-position: top;
		background-size: contain;
		padding: 80px 0 100px;
	}
}

/*タイトル*/
#top-news-blog h2 {
    font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	color: #1f3d1d;
	margin: 0 0 80px;
}
@media(max-width:767px){
	#top-news-blog h2 {
		margin: 0 0 60px;
	}
}

/*Bootstrap*/
#top-news-blog .row {
    margin: 0 -23px;
	padding: 0;
}
#top-news-blog .row > div {
	margin: 0;
    padding: 0 23px;
}
@media(max-width:767px){
	#top-news-blog .row {
		margin: 0 -10px;
	}
	#top-news-blog .row > div {
		padding: 0 10px;
	}
}
/*記事リスト*/
#top-news-blog .article-wrap {
    margin-bottom: 70px;
}
#top-news-blog .article-wrap .img-wrap {
    margin-bottom: 15px;
}
#top-news-blog .article-wrap .img-wrap a {
    display: block;
}
#top-news-blog .article-wrap .img-wrap img {
    display: block;
	white-space: 100%;
}

#top-news-blog .article-wrap .text-wrap {
    margin: 0;
}
#top-news-blog .article-wrap .text-wrap .article-title {
    font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
    border-bottom: solid 1px #535e49;
	margin: 0;
	padding: 0 0 15px;
}
#top-news-blog .article-wrap .text-wrap .article-title a {
	color: #606060;
	text-decoration: none;
}
#top-news-blog .article-wrap .text-wrap .meta-wrap {
    display: flex;
	align-items: baseline;
    margin: 0 -10px 0 0;
    padding: 10px 0 0;
}
#top-news-blog .article-wrap .text-wrap .meta-wrap .time {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0 10px 0 0;
}
#top-news-blog .article-wrap .text-wrap .meta-wrap ul.post-categories {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1;
    margin: 0 -5px -5px 0;
    padding: 0 10px 0 0;
}
#top-news-blog .article-wrap .text-wrap .meta-wrap ul.post-categories > li {
	display: block;
	margin: 0;
	padding: 0 5px 5px 0;
}
#top-news-blog .article-wrap .text-wrap .meta-wrap ul.post-categories > li > a {
    font-size: 14px;
	line-height: 1;
	letter-spacing: 0.06em;
	display: inline-block;
	margin: 0;
	padding: 3px 10px;
	min-width: 85px;
	color: #ffffff;
	background-color: #535e49;
	text-align: center;
	border-radius: 20px;
}
#top-news-blog .article-wrap .text-wrap .meta-wrap ul.post-categories > li > a:hover {
    text-decoration: none;
}
#top-news-blog .article-wrap .text-wrap .meta-wrap ul.post-categories > li > a.blog {
    background-color: #d8bf80;
}
#top-news-blog .article-wrap .text-wrap .meta-wrap ul.post-categories > li > a.special {
    background-color: #40608e;
}
@media(max-width:767px){
	#top-news-blog .article-wrap {
		margin-bottom: 40px;
	}
	#top-news-blog .article-wrap .text-wrap .meta-wrap {
		justify-content: space-between;
	}
	#top-news-blog .article-wrap .text-wrap .meta-wrap .time {
		font-size: 16px;
	}
	#top-news-blog .article-wrap .text-wrap .meta-wrap ul.post-categories {
		font-size: 16px;
	}
	#top-news-blog .article-wrap .text-wrap .meta-wrap ul.post-categories > li > a {
		padding: 5px 10px;
		min-width: 100px;
	}
}
/*ボタン*/
#top-news-blog .btn-wrap {
    text-align: center;
	margin-top: 30px;
}



/* ロード時にロゴ表示 20210823追加 */
.splash-logo {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	background-color: #2A381D;
	visibility: hidden;
	z-index: 1100;
}
.splash-logo > img {
	display: block;
	margin: auto;
	opacity: 0;
	max-width: 70%;
}



