@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_bk20.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;
}
.img_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap
}

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

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

#vr_area ul{
  display: flex;
  flex-wrap: wrap;
}
#vr_area li{
  position: relative;
  width: 50%;
}
#vr_area li:before{
  content: "";
  display: block;
  padding-top: 100%;
}
#vr_area img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
/*----------

見出し

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

.heading_l {
	font-size: 30px;
	text-align: center;
	padding: 30px 0 10px;
	position: relative;
	margin-bottom: 30px;
	font-weight: 100;
}
.heading_l:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #e2d06e;
}

.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%;
	color: #fff;
}
.mv_title {
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}

.mv_para {
	text-align: center;
	line-height: 1.5;
	font-size: 1.2em;
}

/* メインコピー */

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

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

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

/* VRゾーン */

.vr_twin {
	margin: 20px;
}

.vr_text {
	margin-bottom: 30px;
}

.img_box {
	background: #000;
}

.filter_bk {
}
.filter_bk img {
	display: block;
	opacity: 0.7;
}

/* youtube */

.youtube iframe{
  width: 100%;
}



/* Footer */

footer {
	background-color: #eee;
}

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

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












































