@charset"utf-8";
/* 共通
----------------------------------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", "Meiryo UI", sans-serif;
	font-size: 14px;
	color: #780040;
	min-width: 1000px;
	word-wrap: normal;/*連続する半角英数字を改行させる*/
	word-break: normal;/*連続する半角英数字を改行させる*/
}
body {
	background: #888888;
}
/*paddingやborderのはみ出しさせないユニバーサルセレクタで全指定する*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #00aced;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.lead /* Element for Clearing */ {
	width: 100%;
	clear: both;
}
.container {
	width: 100%;
	min-width: 1000px;
	min-height: 90%;
	position: relative;
	z-index: 10;
}
.container .section {
	width: 100%;
	min-width: 1000px;
}
.section_centered {
	text-align: center;
}
.container .section.section-lred {
	color:#ffffff;
	padding: 40px 0px 60px 0px;
	background-color: #780040;
}
.container .section .section_contain {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.container .section .section_contain_text {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* index
--------------------------------------------------*/
.hidden_text {
	font-size: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.display_none {
	display:none;
}
.display_block {
	display:block;
}
.header {
	height: 110px;
	width: 100%;
	min-width: 1000px;
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	-webkit-transition: height ease-in-out 0.3s; /* For Safari 3.1 to 6.0 */
	-moz-transition: height ease-in-out 0.3s;
	-o-transition: height ease-in-out 0.3s;
	transition: height ease-in-out 0.3s;
}
 @media screen and (min-width : 1001px) {
 .header.smallheader {
 height: 60px;
}
}
.header .header_contain {
	height: 110px;
	width: 100%;
	min-width: 1000px;
	text-align: right;
}
.header .header_contain .header_logo {
	font-size: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 60px;
	width: 248px;
	height: 60px;
	display: block;
	-webkit-transition: top ease-in-out 0.3s,  width ease-in-out 0.3s,  height ease-in-out 0.3s; /* For Safari 3.1 to 6.0 */
	-moz-transition: top ease-in-out 0.3s,  width ease-in-out 0.3s,  height ease-in-out 0.3s;
	-o-transition: top ease-in-out 0.3s,  width ease-in-out 0.3s,  height ease-in-out 0.3s;
	transition: top ease-in-out 0.3s,  width ease-in-out 0.3s,  height ease-in-out 0.3s;
}
.header .header_contain .header_logo img {
	display: block;
	width: 100%;
}
 @media screen and (min-width : 1001px) {
 .header.smallheader .header_contain .header_logo {
 top: 13px;
 left: 60px;
 width: 145px;
 height: 35px;
}
}
.header .header_contain .nav_menu {
	cursor: default;
}
.nav_menu_button {
	display: none;
}
.header .header_contain .nav_menu .nav_menu_item {
	display: inline-block;
	height: 110px;
	line-height: 110px;
	padding: 0px 30px;
	font-size: 17px;
	font-weight: bold;
	color: #808080;
	letter-spacing: 1.1px;
	-webkit-transition: line-height ease-in-out 0.3s; /* For Safari 3.1 to 6.0 */
	-moz-transition: line-height ease-in-out 0.3s;
	-o-transition: line-height ease-in-out 0.3s;
	transition: line-height ease-in-out 0.3s;
}
 @media screen and (min-width : 1001px) {
 .header.smallheader .header_contain .nav_menu .nav_menu_item {
 line-height: 60px;
}
}
.header .header_contain .nav_menu .nav_menu_item:hover {
	text-decoration: none;
	color: #780040;
	cursor: pointer;
}
.parallax_bg {
	width: 100%;
	min-width: 1000px;
	position: fixed;
	top: 50px;
	left: 0px;
	z-index: 1;
}
.parallax_bg img {
	width: 100%;
	/*min-height: 500px;*/
    height:auto;
}
.vignette {
	display: block;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	opacity: 0.3;
}
.parallax_placeholder {
	min-height: 600px;/*青コンテンツ高さ*/
}
.main_banner {
	position: fixed;
	width: 100%;
	min-width: 1000px;
	height: 660px;
	top: 115px;
	z-index: 3;
}
.main_banner .banner_title_contain .banner_title {
	background: url(./../img/banner-title.png) no-repeat 90% top;
	-webkit-background-size: 90% 85%;
	-moz-background-size: 90% 85%;
	-ms-background-size: 90% 85%;
	background-size: 90% 85%;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -500px;
	width: 900px;
	height: 260px;
	display: block;
	opacity: 1;
}
.main_banner .banner_title_contain .banner_title-1 {
	display: none;/*jqueryフェードイン用*/
	top: 80px;
    z-index: 5;
}
.main_banner.main_banner_init .banner_title_contain .banner_title {
	top: 0px;
	opacity: 0;
}
.main_banner .banner_paragraph {
	background: url(./../img/banner-paragraph.png) no-repeat;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -326px;
	width: 652px;
	height: 115px;
	display: block;
	/*アニメーション指定(画像文字タイピング風)*/
 -webkit-transition: width 1.5s ease-out 2s, opacity 1.5s ease-out 2s;
	-moz-transition: width 1.5s ease-out 2s, opacity 1.5s ease-out 2s;
	-ms-transition: width 1.5s ease-out 2s, opacity 1.5s ease-out 2s;
	-o-transition: width 1.5s ease-out 2s, opacity 1.5s ease-out 2s;
	transition: width 1.5s ease-out 2s, opacity 1.5s ease-out 2s;
}
.main_banner .banner_paragraph:hover {
	width: 0px;
}
.main_banner.main_banner_init .banner_paragraph {
	width: 0px;
}
.white_paragraphs {
	width: 880px;
	margin: 0px auto;
}
.white_paragraphs p, .section_contain_text p {
	font-size: 18px;
	line-height: 34px;
	text-align: left;
	margin-bottom: 35px;
}
#summary_h2 {
	margin:50px 0;
	font-size: 25px;
}
.picline {
	width: 100%;
	text-align: center;
}
.picline .section_contain {
	width: 100% !important;
	text-align: center;
	background-color: #333333;
}
.picline .picline_item {
	width: 25%;
	display: block;
	float: left;
	overflow: visible;
}
.picline .picline_item img {
	width: 100%;
	display: block;
}
 .picline .picline_item:nth-of-type(2n) img {
 float: right;
}
.bigvisuals, .lgrey {
	text-align: center;
	background-color: #f1f1f1;
	padding: 100px 0px 60px 0px;
	width: 100%;
}
.lgrey {
	padding: 100px 0px 125px 0px;
}
.bigvisualtitle {
	font-size: 25px;
	border:3px solid #780040;
	padding:10px;
	width:250px;
	margin:0 auto;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.bigvisualtitle2 {
	font-size: 25px;
	border:3px solid #780040;
	padding:10px;
	width:25%;
	margin:0 auto;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.bigvisuals .bigvisual {
	background: url(./../img/bigvisuals.png) no-repeat 0px 0px;
	-webkit-background-size: 2700px 210px;
	-moz-background-size: 2700px 210px;
	-ms-background-size: 2700px 210px;
	background-size: 2700px 210px;
	width: 200px;
	height: 200px;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 15px;
}
.bigvisuals .bigvisual {
	cursor: pointer;
}
.bigvisuals .bigvisual.bigvisual-1 {
	background-position: -30px 0px;
}
.bigvisuals .bigvisual.bigvisual-2 {
	background-position: -300px 0px;
}
.bigvisuals .bigvisual.bigvisual-3 {
	background-position: -570px 0px;
}
.bigvisuals .bigvisual.bigvisual-4 {
	background-position: -840px 0px;
}
.bigvisuals .bigvisual.bigvisual-5 {
	background-position: -1110px 0px;
}
.bigvisuals .bigvisual.bigvisual-6 {
	background-position: -1380px 0px;
}
.bigvisuals .bigvisual.bigvisual-7 {
	background-position: -1650px 0px;
}
.bigvisuals .bigvisual.bigvisual-8 {
	background-position: -1910px 0px;
}
.bigvisuals .bigvisual.bigvisual-9 {
	background-position: -2200px 0px;
}
.line_dot {
	background: url("./../img/line_dot.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size: 4px 4px;
	height: 27px;
	margin: 0 auto 65px;
	max-width: 875px;
	text-align: center;
	width: 100%;
}
.bg_line_dot {
	background-color: #fff;
	padding:3px 12px;
}
.boxgrid .boxcaption .team_box_neme {
	font-size:15px;
	margin:10px 0 -7px 0;
}
.boxgrid .boxcaption .team_box_info {
	font-size:12px;
	font-weight:normal;
}
.boxgrid img {
/*cursor: pointer;*/
}
/* マウスオーバーした際見出しをスライド表示
-----------------------------------------------------*/
.team_box {
	margin:0 auto;
	padding: 0;
}
.boxgrid {
	width: 180px;
	background: #161613;
	height: 180px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin:10px 30px;
}
.captionfull .boxcaption {
	left: 0;
}
.boxcaption {
	position: absolute;
	background: #000;
	height: 200px;
	width: 100%;
	opacity: .8;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	color:#fff;
}
/* 矢印
-----------------------------------------------------*/
.arrow_box {
	position: absolute;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
	padding:20px;
	width:300px;
	margin:-30px 0 0 -75px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88b7d5;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #c2e1f5;
	border-width: 26px;
	margin-left: -26px;
}
.p_br {
	display:none;
}
/* footer
-----------------------------------------------------*/
.footer {
	width: 100%;
	min-width: 1000px;
	background-color: #808080;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	position: relative;
	z-index: 50;
}
.footer .footer_contain {
	height: 16px;
	position: relative;
}
.footer_right {
	position: absolute;
	right: 0px;
	top: 0px;
}
.footer .footer_linktrain, .footer .footer_contain .footer_dec {
	display: inline-block;
	text-align: left;
	color: #ffffff;
}
.footer .footer_linktrain a {
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}
.footer .footer_contain .footer_linktrain {
	margin-right: 50px;
	margin-bottom: 15px;
}
.footer .footer_contain .footer_linktrain a:last-of-type {
	border-right: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.footer .footer_contain .footer_linktrain a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.footer .footer_dec {
	color:#fff;
}
.footer .footer_dec .p_ab {
}
.footer .footer_copyright {
	float: left;
	font-size: 15px;
	color: #ffffff;
	text-align: right;
}
.footer_info {
	color:#fff;
	font-size:12px;
}
.modals {
	display: none;
}
.simplemodal-wrap {
	background-color: #ffffff;
}
.simplemodal-data {
	width: 500px;
}
.modal {
	background-color: #ffffff;
	width: 500px;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
.modal .modal-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	color: #780040;
	text-align: center;
	padding: 10px 0px 15px 0px;
	border-bottom: solid 1px #333333;
}
.modal .modal-content {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	text-align: left;
	padding: 15px 0px 15px 0px;
}
.modal .modal-subtitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #780040;
	display: block;
}
.modal .modal-subsubtitle {
	font-weight: bold;
	display: block;
}
.modal .modal-content p, .modal .modal-content a {
	margin-bottom: 15px;
	display: block;
	white-space: normal;
}
#simplemodal-container a.modalCloseImg {
	background:url(./../img/x.png) no-repeat 50% 50% #333333;
	width:40px;
	height:40px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:0px;
	right:-40px;
	cursor:pointer;
}
#simplemodal-container a.modalCloseImg:hover {
	background:url(./../img/x.png) no-repeat 50% 50% #434343;
}
.simplemodal-overlay {
	background-color: #333333;
}
.simplemodal-wrap {
}
.loading {
	display: none;
}
.loading.onloading {
	background:url(./../img/loading.gif) no-repeat 50% 50% #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: block;
}
.date_text {
	background: url(./../img/date-text.png) 50% 50% no-repeat;
	width: 670px;
	height: 140px;
	display: block;
	margin: 0px auto 80px auto;
}
.section.thumbs {
	background-color: #ffffff;
	text-align: center;
	padding: 100px 0px;
}
/*ページトップボタン
----------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 23px;
	font-size: 1.2rem;
	font-weight:bold;
	z-index: 100;
	background: #780040;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}
#page-top a {
	background: url(./../img/rocket_1.png) no-repeat scroll center center rgba(0, 0, 0, 0);
	-webkit-background-size: 70px 70px;
	-moz-background-size: 70px 70px;
	-ms-background-size: 70px 70px;
	background-size: 70px 70px;
	text-indent: -9999px;
	text-decoration: none;
	color: #fff;
	width: 80px;
	height:80px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
@media only screen and (max-width: 480px) {
#page-top {
 bottom: 10px;
 right: 10px;
}
#page-top a {
 -webkit-background-size: 50px 50px;
 -moz-background-size: 50px 50px;
 -ms-background-size: 50px 50px;
 background-size: 50px 50px;
 width: 60px;
 height:60px;
}
}
/* margin padding
----------------------------------------------------*/
.m_all_5 {
	margin:5px;
}
.m_all_10 {
	margin:10px;
}
.m_all_15 {
	margin:15px;
}
.m_t_5 {
	margin-top:5px;
}
.m_b_5 {
	margin-bottom:5px;
}
.m_l_5 {
	margin-left:5px;
}
.m_r_5 {
	margin-right:5px;
}
.m_t_10 {
	margin-top:10px;
}
.m_b_10 {
	margin-bottom:10px;
}
.m_l_10 {
	margin-left:10px;
}
.m_r_10 {
	margin-right:10px;
}
.m_t_15 {
	margin-top:15px;
}
.m_b_15 {
	margin-bottom:15px;
}
.m_l_15 {
	margin-left:15px;
}
.m_r_15 {
	margin-right:15px;
}
.m_t_20 {
	margin-top:20px;
}
.m_b_20 {
	margin-bottom:20px;
}
.m_l_20 {
	margin-left:20px;
}
.m_r_20 {
	margin-right:20px;
}
.m_t_25 {
	margin-top:25px;
}
.m_b_25 {
	margin-bottom:25px;
}
.m_l_25 {
	margin-left:25px;
}
.m_r_25 {
	margin-right:25px;
}
.p_all_5 {
	padding:5px;
}
.p_all_10 {
	padding:10px;
}
.p_all_15 {
	padding:15px;
}
.p_all_20 {
	padding:20px;
}
.p_all_25 {
	padding:25px;
}
.p_t_5 {
	padding-top:5px;
}
.p_b_5 {
	padding-bottom:5px;
}
.p_l_5 {
	padding-left:5px;
}
.p_r_5 {
	padding-right:5px;
}
.p_t_10 {
	padding-top:10px;
}
.p_b_10 {
	padding-bottom:10px;
}
.p_l_10 {
	padding-left:10px;
}
.p_r_10 {
	padding-right:10px;
}
.p_t_15 {
	padding-top:15px;
}
.p_b_15 {
	padding-bottom:15px;
}
.p_l_15 {
	padding-left:15px;
}
.p_r_15 {
	padding-right:15px;
}
.p_t_20 {
	padding-top:20px;
}
.p_b_20 {
	padding-bottom:20px;
}
.p_l_20 {
	padding-left:20px;
}
.p_r_20 {
	padding-right:20px;
}
.m_0_auto {
	margin:0 auto;
}
/* text-align
----------------------------------------------------*/
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
/* text-align
----------------------------------------------------*/
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
/* text系
----------------------------------------------------*/
.line_h_130 {
	line-height:130%;
}
.line_h_150 {
	line-height:150%;
}
.inline {
	display:inline;
}
.dsp_block {
	display:block;
}
.dsp_none {
	display:none;
}
/* その他
----------------------------------------------------*/
.border_all {
	border:#666 solid 2px;
	padding:10px;
}
.border_all_1 {
	border:#999 solid 1px;
	padding:10px;
}
.border_r {
	border-right:#666 solid 1px;
}
.border_l {
	border-left:#666 solid 1px;
}
.dash {
	border-top: 1px dashed #cccccc;
	margin: 10px 0;
	width: 99%;
}
.line {
	border-top: 1px solid #cccccc;
	margin: 10px 0;
	width: 100%;
}
/* floatの解除
----------------------------------------------------*/
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.disp_in {
	display:inline
}
.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
height: auto;
	overflow: hidden;/**/
}
/* color
----------------------------------------------------*/
.green {
	color:#1d9835;
}
.light_green {
	color:#00cc00;
}
.orange {
	color:#ff8800;
}
.red {
	color:#ff2d2d;
}
.blue {
	color:#0059ff;
}
.light_blue {
	color:#0099ff;
}
.sky_blue {
	color:#00d2ff;
}
.yellow {
	color:#ffa600;
}
.passion_pink {
	color:#ff007f;
}
.pink {
	color:#ff66b3;
}
.purple {
	color:#c62fff;
}
.gray {
	color:#999999;
}
.white {
	color:#ffffff;
}
/* ポジション
----------------------------------------------------*/
.p_re {
	vertical-align: relative;
}
.p_av {
	position: absolute;
}
/* 縦方向の揃え位置
----------------------------------------------------*/
.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}
/* 文字サイズ
----------------------------------------------------*/
.f_size_10 {
	font-size: 10px;
	font-size: 1.0rem;
}
.f_size_11 {
	font-size: 11px;
	font-size: 1.1rem;
}
.f_size_12 {
	font-size: 12px;
	font-size: 1.2rem;
}
.f_size_13 {
	font-size: 13px;
	font-size: 1.3rem;
}
.f_size_14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.f_size_15 {
	font-size: 15px;
	font-size: 1.5rem;
}
.f_size_16 {
	font-size: 16px;
	font-size: 1.6rem;
}
.f_bold {
	font-weight:bold;
}
.f_normal {
	font-weight:normal;
}
