@charset "UTF-8";

/* --------------------------------
 * 全体
 * -------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Droid+Serif);

html {
	font-size: 62.5%;
}

body {
	min-width: 960px;
	_display: inline;
	_zoom:1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
}

*, *::before, *::after {
	box-sizing: border-box;
}

/* --------------------------------
 * ロゴ
 * -------------------------------- */

.logo {
	position: relative;
	width: 960px;
	height: 540px;
	margin: 0 auto;
}

.logo img {
	position: absolute;
	display: block;
	width: 230px;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

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

.for_position {
	position: relative;
	width: 100%;
	height: 1057px;
}

/* --------------------------------
 * FIRESHOT映像
 * -------------------------------- */

.movwrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 541px;
	background-color: black;
}

.mov {
	position: relative;
	width: 960px;
	height: 540px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	background: black;
	color: #fff;
}

.mov * {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.mov img {
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.mov .movtitle,
.mov .movcaption {
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	opacity: 0;
}

.mov .movtitle {
	font-size: 3rem;
	padding: 0 30px;
	display: inline-block;
	font-weight: 600;
	bottom: 52%;
	-webkit-transform: translate3d(0%, -200%, 0);
	transform: translate3d(0%, -200%, 0);
}

.mov .movtitle span {
	font-weight: 400;
}

.mov .movcaption {
	top: 51%;
	padding: 0 50px;
	font-size: 2rem;
	font-weight: 400;
	-webkit-transform: translate3d(0%, 200%, 0);
	transform: translate3d(0%, 200%, 0);
}

.mov a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.mov:hover img,
.mov.hover img {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.mov:hover .movinner .movtitle,
.mov.hover .movinner .movtitle,
.mov:hover .movinner .movcaption,
.mov.hover .movinner .movcaption {
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
}

.mov:hover .movinner .movtitle,
.mov.hover .movinner .movtitle {
	opacity: 0.9;
}

.mov:hover .movinner .movcaption,
.mov.hover .movinner .movcaption {
	opacity: 0.6;
}

/* --------------------------------
 * FIRESHOT説明
 * -------------------------------- */

.description_wrap {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 160px;
	width: 100%;
}

.description {
	color: #6B6B6B;
}

.description_lead {
	margin-bottom: 50px;
	font-size: 3.5rem;
	font-weight: normal;
	letter-spacing: 0.5rem;
	text-align: center;
	font-family: 'Droid Serif', serif;
}

.description_sentence {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1.8;
	letter-spacing: 0.2rem;
}

.description_name {
	font-style: normal;
}

.description_highlight {
	color: #FF40B4;
}

/* --------------------------------
 * ナビゲーション
 * -------------------------------- */

.navwrap {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 0px;
	background-image: linear-gradient(-90deg, #FA693D, #FF61C5);
}

.buttonwrap {
}

.buttonwrap a {
	text-decoration: none;
}

.buttonwrap li {
	display: inline-block;
	width: 33.333%;
	height: 140px;
	line-height: 140px;
	text-align: center;
	color: white;
	font-size: 2rem;
	letter-spacing: 0.075rem;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
}

.button_01 {
	border-bottom: solid 0.5px #fff;
}

.button_02 {
	border-right: solid 0.5px #fff;
	border-left: solid 0.5px #fff;
	border-bottom: solid 0.5px #fff;
}

.button_03 {
	border-right: solid 0.5px #fff;
	border-left: solid 0.5px #fff;
}

.buttonwrap li:hover {
	background-color: #6B6B6B;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	opacity: 1;
}

/* --------------------------------
 * フッター
 * -------------------------------- */

.home_footer {
	position: relative;
	width: 960px;
	height: 620px;
	margin: 0 auto;
	color: #6B6B6B;
}

.home_footer .hidden {
	display: block;
	font-size: 0rem;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.home_copyright {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	font-size: 1.2rem;
}

.copybold {
	font-weight: bold;
}

.home_address {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 305px;
	font-style: normal;
	font-size: 1.5rem;
}

/* --------------------------------
 * フッターのアイコン
 * -------------------------------- */

.home_footer ul {
	padding-top: 270px;
	text-align: center;
	font-size: 2.5rem;
	list-style: none;
}

.home_footer ul li {
	display: inline-block;
	margin: 6px;
}

.home_footer ul li a{
	height: 80px;
	width: 80px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: solid 1px;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
}

.home_footer ul li a:hover {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	opacity: 1;
}

.linkmail {
	color: #FF84B4;
}

.linkmail:hover {
	color: #FFF;
	background-color: #FF84B4;
}

.linktwitter {
	color: #008DC1;
}

.linktwitter:hover {
	color: #FFF;
	background-color: #008DC1;
}

.linkfacebook {
	color: #3B5998;
}

.linkfacebook:hover {
	color: #FFF;
	background-color: #3B5998;
}

.linkinstagram {
	color: #888;
}

.linkinstagram:hover {
	color: #FFF;
	background-color: #888;
}