@charset "UTF-8";

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

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

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック体" , 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #fff;
}

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

.br-sp {
	display: none;
}

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

.logo {
	position: relative;
	height: 460px;
	margin: 0 auto;
}

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

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

.for_position {
	position: relative;
	width: 100%;
	height: 98rem;
}

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

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

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

.mov img {
	max-width: 320px;
}

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

.mov .movtitle {
	font-size: 2rem;
	padding: 20px 0px;
	display: inline-block;
	bottom: -10%;
	background: #000;
	-webkit-transform: translate3d(0%, -200%, 0);
	transform: translate3d(0%, -200%, 0);
}

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

.mov .movcaption {
	bottom: 18%;
	padding: 15px 0;
	font-size: 1.3rem;
	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;
}

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

.description_wrap {
	position: absolute;
	top: 670px;
	width: 100%;
}

.description {
	padding: 0 30px;
	color: #6B6B6B;
	font-weight: normal;
}

.description_lead {
	font-family: 'Droid Serif', serif;
	font-size: 2.5rem;
	margin-bottom: 30px;
	letter-spacing: 0.2rem;
	text-align: center;
}

.description_sentence {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	font-weight: 500;
}

.description_name {
	font-style: normal;
}

.description_highlight {
	color: #FF40B4;
}

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

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

.buttonwrap a {
	text-decoration: none;
}

.buttonwrap li {
	padding: 45px 0;
	border-bottom: solid 0.5px #fff;
	text-align: center;
	color: white;
	font-size: 1.9rem;
	letter-spacing: 0.075rem;
}

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

.home_footer {
	color: #6B6B6B;
	margin: 0px 20px;
}

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

.home_copyright {
	display: block;
	text-align: center;
	font-size: 1rem;
	padding-bottom: 20px;
}

.copybold {
	font-weight: bold;
}

.home_address {
	text-align: center;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
}

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


.home_footer ul {
	font-size:0;
	width: 180px;
	margin: 60px auto;
}

.home_footer ul li {
	display: inline-block;
	font-size: 2rem;
	margin: 10px;
}

.home_footer ul li a{
	height: 70px;
	width: 70px;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: solid 1px;
}

.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;
}