@charset "utf-8";
* {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
img {
	width: 100%;
}

/*----------

テキスト

-----------*/

ul {
	list-style: none;
}

/*----------

セクション

-----------*/

#MV {
	background-image:url("../img/mv.jpg");
	background-size: cover;
}
#head_copy{
	padding: 30px 0;
}
#vr {
	padding: 30px 0;
}


/*----------

レイアウト

-----------*/

.inline_box {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 5%;
}

/*-- ポジション --*/

.parent {
	position: relative;
}


/*-- フレックスボックス --*/
.flex_box {
	display: flex;
}
.flex_space_between {
	justify-content: space-between;
}
.flex_2c {
	flex: 0 0 49%;
}

/*-- 微調整 --*/
.margin_under_10px {
	margin-bottom: 10px;
}


/*----------

見出し

-----------*/

.heading_l {
	font-size: 30px;
	text-align: center;
	padding: 30px 0 10px;
}

.text {
	font-size: 16px;
	letter-spacing: 1.2;
	line-height: 1.5;
}
.text_c {
	text-align: center;
}

/*----------

セクション

-----------*/

/* メインビュー */

.mv_box {
	height: 70vh;
	max-height: 500px;
}

.mv_box_para {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
}
.mv_title {
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

.mv_para {
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

/* メインコピー */

.btn_box {
	max-width:300px;
	margin: 30px auto;
	text-align: center;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.7em 2em;
  text-decoration: none;
  color: #666;
  border: solid 1px #666;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #666;
  color: #fff;
}


/* 写真 */

.back_black {
	background-color: #000;
}
.photo_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.1em;
	color: #fff;
}
.photo_black {
	opacity: 0.5;
}



/* Footer */

footer {
	background-color: #eee;
}

.footer_box {
	padding: 10px 0 10px;
}

.cap_box {
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color: #555;
}

#vr_box {
	display: none;
}










































