@charset "utf-8";
/* CSS Document */


/*----------------------------------------
 全体
----------------------------------------*/
#consept_main {
	color: var(--main-text-color);
	font-size: 1.4rem;
	line-height: 3em;
	letter-spacing: 0.08em;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
	width: 100%;
	margin: 0;
	font-weight: 300;
	-webkit-text-size-adjust: none;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
}
#consept_main .text_box {
	width: 980px;
	margin: 0 auto;
	text-align:center;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
@media (max-width: 768px) {
	#consept_main{
		font-size: 3vw;
		width: 100%;
	}
	#consept_main .text_box {
		width: 90%;
		margin: 0 auto;
}
}


/*----------------------------------------
 共通
----------------------------------------*/
#consept_main .underline {
	width: 35px;
    margin-bottom: 20px;
}
#consept_main p.img {
	margin: 0;
	line-height: 0;
	padding-top: 4px;
}

#consept_main span {
	font-weight: bold;
}
#consept_main h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.2em;
	margin: 20px 0 0px;
}
#consept_main section {
	padding: 30px 0 30px;
}
@media (max-width: 768px) {
	#consept_main .underline {
		width: 35px;
	}
	#consept_main h1 {
		margin: 10px 0 0px;
	}
}


/*----------------------------------------
 コンセプト
----------------------------------------*/
.omom_consept {
	background-color: #ece8e5;
}
.omom_consept .omom_consept_img {
	margin: 30px 0 20px;
	width: 500px;
}
@media (max-width: 768px) {
.omom_consept .omom_consept_img {
	width: 100%;
}
}


/*----------------------------------------
 プロフィール
----------------------------------------*/
.omom_profile .omom_consept_img {
	width: 300px;
	margin: 10px 0 20px;
}
.omom_snsicon .omom_youtubeicon,
.omom_snsicon .omom_instaicon {
	width: 70px;
	margin: 0 10px 20px;
}
@media (max-width: 768px) {
.omom_profile .omom_consept_img {
	width: 60%;
}
}

/*----------------------------------------
 TOPへ戻るボタン
----------------------------------------*/
.omom_profile .btn a {
	padding: 15px 40px;
	color: #fff;
	background-color: #000;
	font-size: 1rem;
	font-family: 'Josefin Sans', sans-serif;
}
.omom_profile .btn {
	margin: 40px 0 20px;
}














