@charset "utf-8";
/* index.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メニュー  　　　　　　　　                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gv_home {
	background-color: #000000;

}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メイン動画  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* KV */
#kv {
	position: relative;
	height: calc(100vh - 116px);
}
.video_wrap {
	overflow: hidden;
	position: relative;
}
.fitMovie {
	position: absolute;
}
/* 動画説明 */
#video_info {
	margin-bottom: 0px;
	position: absolute;
	bottom: 30px;
	right: 40px;
}
#video_info a {
	color: #FFFFFF;
}
#video_info a:hover  {
	text-decoration: underline;
}

/* h2 */
h2 {
	position: absolute;
	left: 0px;
	font-size: 12px;
	background-color: rgba(255,255,255,0.73);
	padding-left: 15px;
	padding-right: 15px;
	top: 116px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* スマホ動画 */
#sp_video video {
	display: none;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PICK UP     　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#picup {
	position: relative;
	background-color: #444444;
	padding-top: 20px;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
}
.swiper-wrapper {
	padding-bottom: 5px;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-pagination-bullet {
	background-color: #222222 !important;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ワーキングアメニティー　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#working_amenity {
	padding-top: 50px;
	background-image: url(../../vn/images/index_wa_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% center;
	border-top: 1px solid #000000;
	position: relative;
	padding-bottom: 0px;
	vertical-align: bottom;
}
.mask_01 {
	width: 100%;
	height: 100%;
	background-image: url(../../vn/images/mask_01.png);
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-repeat: repeat;
}

/* 動画 */
#wa_video_area {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#wa_thumb {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000000;
	margin-bottom: 12px;
}
#wa_thumb img {
	width: 100%;
	height: auto;
}
#wa_text {
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.50);
	padding-bottom: 15px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スタンダード製品 　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#standard {
	background-color: #000000;
	padding-top: 100px;
}
#standard h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 70px;
}
#std_banner {
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#std_banner li {
	width: 590px;
	height: 100px;
	margin-right: 20px;
	float: left;
	text-indent: -9999px;
}
#std_banner li:last-child {
	margin-right: 0px;
}
#std_banner li img {
	width: 100%;
	height: 100px;
}
#std_banner li a {
	display: block;
}

#banner_vts   {
	background-image: url(../../vn/images/index_std_banner_vts.jpg);
}
#banner_pas {
	background-image: url(../../vn/images/index_std_banner_pas.jpg);
}

#products_list {
	margin-bottom: 50px;
}

#products_list ul {
	text-align: center;
	font-size: 0px;
	margin-bottom: 20px;
	padding-left: 30px;
}
#products_list li {
	display: inline-block;
	font-size: 16px;
	margin-right: 15px;
	border-right: 1px solid #FFFFFF;
	padding-right: 15px;
	line-height: 1.1em;
}
#products_list li:last-child {
	border-right-style: none;
}
#products_list a {
	color: #FFFFFF;
	text-decoration: none;
}
#products_list a:hover {
	text-decoration: underline;
	color: #E8E8E8;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* SE館VR見学ツアー　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#se_hall_vr {
	margin-bottom: 40px;
	text-align: center;
	padding-bottom: 0px;
	margin-top: 40px;
}
#se_hall_vr .inner {
	background-image: url(../images/home_vr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 30px;
	position: relative;
}

#se_hall_vr h3 {
	margin-bottom: 20px;
}
#mark_360 {
	width: 130px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#mark_360 img {
	width: 100%;
	height: auto;
}
#se_hall_vr p {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.6em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.40);
	margin-bottom: 8px;
}

/* サムネイル */
#tour_thumb {
	margin-bottom: 10px;

}
#tour_thumb ul {
	font-size: 0px;
	text-align: center;
}
#tour_thumb li {
	font-size: 16px;
	display: inline-block;
	width: 192px;
	vertical-align: bottom;
	margin-left: 3px;
	margin-right: 3px;
}
#tour_thumb li img {
	width: 100%;
	height: auto;
}

/* ボタン */
#tour_bt  {
	height: 60px;
	line-height: 60px;
}
#tour_bt a {
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background-color: #EE0000;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none;
}
#tour_bt a:hover {
	background-color: #FF4646;
	text-decoration: none;
}


















/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 680px) {


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メイン動画  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#kv {
	display: none;
}
h2 {
	display: none;
}
/* 動画説明 */
#video_info {
	display: none;
}

#sp_video video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	display: inherit;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* head line  　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#headline {
	position: static;
	background-color: #222222;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 20px;
	padding-top: 20px;
}
#headline h3 {
	float: none;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	font-size: 22px;
	padding-top: 0px;
}

#headline li {
	padding-top: 0px;
	padding-bottom: 0px;
}

#headline li .info_title {
	float: none;
	clear: left;
	width: 100%;
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
	display: block;
	border-left-style: none;
	color: #222222 !important;
	background-color: #222222;
	padding-bottom: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PICK UP     　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#picup {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ワーキングアメニティー　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#working_amenity {
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}


/* 動画 */
#wa_video_area {
	width: 100%;
	float: none;
}

#wa_thumb img {
	height: auto;
}
#wa_text {
	font-size: 13px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スタンダード製品 　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#standard {
	padding-top: 60px;
}
#standard .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

#standard h3 {
	font-size: 26px;
	margin-bottom: 40px;
}
#std_banner {
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
}
#std_banner li {
	width: 100%;
	height: auto;
	margin-right: 0px;
	float: none;
	text-indent: 0px;
	margin-bottom: 10px;
}

#std_banner li img {
	width: 100%;
	height: auto;
}

#banner_vts,
#banner_pas {
	background-image: url(../../vn/css/transparent);
}


#products_list {
	margin-bottom: 30px;
}

#products_list ul {
	margin-bottom: 0px;
	padding-left: 0px;
}
#products_list li {
	display: inherit;
	font-size: 14px;
	margin-right: 0px;
	border-right-style: none;
	padding-right: 0px;
	line-height: 2em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* scroller         　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#scroller li img {
	height: 120px;
	width: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* SE館VR見学ツアー　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#se_hall_vr {
	margin-bottom: 30px;
}
#se_hall_vr .inner {
}
#se_hall_vr h3 {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#se_hall_vr h3 img {
	width: 100%;
	height: auto;
	max-width: 400px;
}
#mark_360 {
	width: 80px;
	position: static;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#se_hall_vr p {
	font-size: 14px;
	text-indent: 0px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}

/* サムネイル */
#tour_thumb {
	margin-left: 20px;
	margin-right: 20px;
}
#tour_thumb li {
	margin-left: 0px;
	margin-right: 0px;
	width: 50%;
	margin-bottom: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tour_thumb li:nth-child(odd) {
	padding-right: 2px;
}
#tour_thumb li:nth-child(even) {
	padding-left: 2px;
}
#tour_thumb li img {
	width: 100%;
	height: auto;
}

/* ボタン */
#tour_bt  {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 0px;
}
#tour_bt a {
	font-size: 16px;
}



}
