@charset "UTF-8";

/*** RESET ***/

body, header, footer, nav, section, div, ol, ul, li, dt, dd, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary {
	display: block
}

input::-ms-clear { display:none; }
input::-ms-reveal { display:none; }
input:-ms-input-placeholder {	color: #ccc!important;}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

@media print, screen and (max-width: 919px) {
	.pc {display: none !important;}
}
@media print, screen and (min-width: 920px) {
	.sp {display: none !important;}
}

.enTitle {
	font-family: 'Oswald', sans-serif !important;
	letter-spacing: 0.1em;
}

.iBlock {
	display: inline-block;
}


/* -----------------------------------------------------------
 * Base
----------------------------------------------------------- */

body {
	font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

@media print, screen and (min-width: 920px) {
	body {
		font-size: 16px;
		line-height: 1.6;
	}
}

#wrapper {
	display: none;
	margin: 0 auto;
	font-size: 100%;
	line-height: 1.4;
}

@media print, screen and (min-width: 920px) {
	#wrapper {
		/*min-width: 1000px;*/
		overflow: hidden;
	}
}

article a {
	text-decoration: none;
}

@media print, screen and (min-width: 920px) {
	article a:hover {
		transition: all 0.1s linear;
	}
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0;
}

::selection {
	background: #e50019; color: #fff;
}

::-moz-selection {
	background: #e50019; color: #fff;
}


/************************************************************
　　　　コンテンツ
************************************************************/
#contentArea {
	/*padding-top: 57px;*/
}

#contentArea article {
	/*min-height: 400px;*/
}

#contentArea #pageTitle {
	/*background: url('/common/images/default_title_bg.jpg') no-repeat center;
	background-size: cover;
	background-color: #f5f5f5;*/
	margin-bottom: 20px;
}

#pageTitle h1 {
	text-align: center;
	padding: 45px 0 40px;
	margin: 0 20px;
	font-size: 25px;
	color: #000000;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

#contentArea .inBox {
	padding: 0 20px;
	margin-bottom: 45px;
}

#contentArea .wide {
	padding: 0;
}

#contentArea .h-01 {
	font-size: 17px;
	line-height: 1.6;
	padding-bottom: 28px;
	text-align: center;
	position: relative;
}

#contentArea .h-01:after {
	content: "";
	width: 16px;
	height: 2px;
	background-color: #e50019;
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin-left: -8px;
}


#contentArea .h-02 {
	font-size: 18px;
	text-align: center;
	margin: 20px 0 8px;
}

#contentArea .h-03 {
}

#contentArea .h-03:after {
}

.buttom {
	display: inline-block;
	padding: 10px 40px 8px ;
	border: 1px solid #000;
	position: relative;
	color: #000;
	text-decoration: none !important;
}

#contentArea a {
	color: #000;
	text-decoration: underline;
}

#contentArea a:hover {
	text-decoration: none;
}

#contentArea a.outLink:after {
	content:"";
	display: inline-block;
	width: 12px;
	height: 11px;
	margin-left: 6px;
	background: url('/common/images/icon_outlink.png') no-repeat center;
	background-size: 10px;
}

#contentArea .internalLink a {
	padding-left: 20px;
	position: relative;
}

#contentArea .internalLink a:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #e60122;
	border-right: 2px solid #e60122;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -ms-transform: rotate(45deg);
	        -o-transform: rotate(45deg);
	            transform: rotate(45deg);
}

.hide {
	opacity: 0;
}

.fadein {
	opacity: 1.0 !important;
	transition: 1s;
}

/*****************************************************************/
	@media print, screen and (min-width: 920px) {
		#contentArea {
			/*padding: 0;
			margin-top: 82px;*/
		}

		#contentArea article {
			/*min-height: 600px;*/
		}

		#contentArea #pageTitle {
			margin-bottom: 50px;
		}

		#pageTitle h1 {
			padding: 100px 0 90px;
			margin: 0;
			font-size: 34px;
			letter-spacing: .2em;
			text-indent: .2em;
		}

		#contentArea .inBox {
			width: 1000px;
			margin: 0 auto 80px;
			padding: 0;
		}

		#contentArea .w750 {
			width: 750px;
			margin: 0 auto 80px;
		}

		#contentArea .wide .innner {
			width: 1000px;
			margin: 0 auto;
		}

		#contentArea .wide {
			width: 100%;
		}

		#contentArea .h-01 {
			box-sizing: content-box;
			margin-bottom: 40px;
			padding-bottom: 25px;
			font-size: 24px;
			line-height: 1.5;
			text-indent: .3em;
			letter-spacing: .3em;
		}

		#contentArea .h-01:after {
			width: 32px;
			height: 4px;
			bottom: 0;
			margin-left: -16px;
		}

		#contentArea .h-02 {
			font-size: 24px;
			margin: 35px 0 20px;
			text-align: left;
		}

		#contentArea .h-02 span {
		}

		#contentArea .h-03 {
		}

		.buttom {
			padding: 14px 32px;
			-webkit-transition: all .2s;
			transition: all .2s;
		}

		.buttom:before {
			content: "";
			display: inline-block;
			width: 6px;
			height: 6px;
			border-top: 1px solid #fff;
			border-right: 1px solid #fff;
			position: relative;
			top: -2px;left: -30px;
			opacity: 0;
			-webkit-transform: rotate(45deg);
			   -moz-transform: rotate(45deg);
			     -ms-transform: rotate(45deg);
			        -o-transform: rotate(45deg);
			            transform: rotate(45deg);
			-webkit-transition: all .1s;
			transition: all .1s;
		}

		.buttom:hover {
			background-color: #000;
			color: #fff !important;
			padding-left: 53px;
			-webkit-transition: all .2s;
			transition: all .2s;
		}

		.buttom:hover:before {
			opacity: 1;
			left: -24px;
			-webkit-transform: rotate(45deg);
			   -moz-transform: rotate(45deg);
			     -ms-transform: rotate(45deg);
			        -o-transform: rotate(45deg);
			            transform: rotate(45deg);
			-webkit-transition: all .5s;
			transition: all .5s;
			transition-delay: .1s;
		}

	}


/*	ページトップボタン
------------------------------------------------------*/
#pageTop {
	position: fixed;
	width: 46px;
	height: 46px;
	background-color:#fff;
	border: 1px solid #bfbfbf;
	bottom: 14px;
	right: 14px;
	text-indent: -99999px;
	z-index: 400;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	cursor: pointer;
}

#pageTop:before {
	content:"";
	position: absolute;
	top:15px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background-color: #bfbfbf;
}

#pageTop:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid transparent;
	border-right-color: #bfbfbf;
	border-top-color: #bfbfbf;
	position: absolute;
	top:50%;right: 15px;
	margin-top: 1px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -ms-transform: rotate(-45deg);
	        -o-transform: rotate(-45deg);
	            transform: rotate(-45deg);
}

.pactive {
	visibility: visible !important;
	opacity: 1 !important;
}


/****************************************************************
　印　刷　用
****************************************************************/
@media print {
	body,#wrapper {
		width: 110%;
	}
	#contentArea .inBox {
		width: 100%;
	}
	header .inner {
		position: absolute;
	}
	header #langMenu {
		position: absolute;
	}
	header #gNav #gNavInner {
		position: absolute;
	}

}




/* -----------------------------------------------------------
 * Header
----------------------------------------------------------- */
.header {
	position: fixed;
	width: 100%;
	background-color: rgba(255,255,255,.9);
	z-index: 100;
}

@media screen and (min-width: 920px) {
	.header {
		z-index: 10000;
	}
	}


/* -----------------------------------------------
 * Container
 ---------------------------------------------- */

.header__container {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1100px;
	height: 60px;
	margin: 0 auto;
	transition: height 0.5s ease;
}

@media screen and (min-width: 920px) {
	.header__container {
		height: 160px;
	}
}

@media screen and (min-width: 920px) {
	body.is-scroll .header__container {
		height: 100px;
	}
}

/* -----------------------------------------------
 * Logo
 ---------------------------------------------- */

.header__logo {
	display: block;
	flex: 1;
	margin: 0;
	line-height: 1;
}

.header__logo a {
	display: block;
	width: 72px;
	height: 31px;
	margin: 0 auto;
	background: url('/common/images/logo.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 72px;
	transition: all 0.5s ease;
	text-indent: -9999px;
	overflow: hidden;
}

@media screen and (min-width: 920px) {
	.header__logo a {
		width: 120px;
		height: 51px;
		margin: 0;
		background-size: 120px;
	}
}

body.is-scroll .header__logo a {
	width: 72px;
	height: 31px;
	background-size: 72px;
}

@media screen and (min-width: 920px) {
	body.is-scroll .header__logo a {
		width: 120px;
		height: 51px;
		background-size: 120px;
	}
}

.header__logo img {
	display: block;
	width: 100%;
	height: auto;
}


/* -----------------------------------------------
 * Navigation
 ---------------------------------------------- */

.header__navigation {
	display: none;
	position: relative;
	transition: transform 0.5s ease;
}

@media screen and (min-width: 920px) {
	.header__navigation {
		display: block;
	}
}

@media screen and (min-width: 920px) {
	body.is-scroll .header__navigation {
		transform: translateY(-20px);
	}
}


.header__navigation__container ul {
	display: flex;
}

.header__navigation__container li {
	margin-left: 30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.header__navigation__container a {
	padding: 8px 0;
	position: relative;
	display: block;
	color: #000000;
	text-decoration: none;
}

.header__navigation__container a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	background-color: #e60020;
	width: 0;
	height: 2px;
	transform: translateX(-50%);
	transition: width 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header__navigation__container a:hover::before {
	width: 100%
}

.header__navigation__container li.current a {
	color: #e60020;
}

.header__navigation__container li.current a::before {
	width: 0
}

.header__navigation__container li.contact-button a {
	padding: 8px 20px;
	background-color: #e60020;
	color: #ffffff;
	border-radius: 3px;
	transition: background-color 0.5s ease;
}

.header__navigation__container li.contact-button a:hover {
	background-color: #333333;
}

.header__navigation__container li.contact-button a::before {
	display: none;
}

/* -----------------------------------------------
 * Toggle Button
 ---------------------------------------------- */

.header #navBtn {
	position: absolute;
	top: 8px;
	right: 30px;
	z-index: 300;
	padding: 8px;
}

.header #navBtn a {
	display: inline-block;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	position: relative;
	-webkit-transition:  all .4s;
	transition: all .4s;
}

.header #navBtn a:before,
.header #navBtn a:after,
.header #navBtn a i:after {
	content: "";
	position: absolute;
	left: 4px;top: 6px;
	width: 20px;height: 2px;
	background-color: #000;
	border-radius: 1px;
	-webkit-transition:  all .4s;
	transition: all .4s;
}

.header #navBtn a i:after {top: 12px;}
.header #navBtn a:after {top: 18px;}
.header #navBtn.show a i:after {opacity: 0;}
.header #navBtn.show a:before {
	-webkit-transform: translateY(7px) rotate(-135deg);
	transform: translateY(7px) rotate(-135deg);
}

.header #navBtn.show a:after {
	-webkit-transform: translateY(-5px) rotate(135deg);
	transform: translateY(-5px) rotate(135deg);
}

@media screen and (min-width: 920px) {
	.header #navBtn {
		display: none;
	}
}


/* -----------------------------------------------
 * Sub navigation
 ---------------------------------------------- */

.header__sub__navigation {
	display: none;
	position: absolute;
	bottom: 22px;
	right: 0;
}

@media screen and (min-width: 920px) {
	.header__sub__navigation {
		display: block;
	}
}

.header__sub__navigation ul {
	display: flex;
}

.header__sub__navigation ul li {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	white-space: nowrap;
	border-left: solid 1px #ccc;
}

.header__sub__navigation ul li:first-child {
	border-left: 0;
}

.header__sub__navigation ul li a {
	position: relative;
	color: #000000;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.header__sub__navigation ul li a::before {
		content: '';
		position: absolute;
		bottom: -2px;
		left: 50%;
		display: block;
		background-color: #e60020;
		width: 0;
		height: 1px;
		transform: translateX(-50%);
		transition: width 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}

@media screen and (min-width: 768px) {
	.header__sub__navigation ul li a:hover::before {
		width: 100%
	}
}

.header__sub__navigation ul li.current a {
	/*color: #e6b800;*/
	color: #e60020;
}

.header__sub__navigation ul li.current a:hover::before {
	width: 0
}


/* -----------------------------------------------
 * Sp navigation
 ---------------------------------------------- */

.header__sp__navigation {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.9);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	z-index: 200;
}

.footer__sp__navigation__container {
	min-height: 100%;
	padding-top: 100px;
}

.footer__sp__navigation__container > ul > li {
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #d4d4d4;

}
.footer__sp__navigation__container > ul > li:last-of-type {
	border-bottom: none;
}

.footer__sp__navigation__container > ul > li > ul {
	display: none;
}

.footer__sp__navigation__container a {
	display: block;
	color: #000;
	padding: 14px 30px;
	text-decoration: none;
	text-align: center;
}

.footer__sp__navigation__container li.multi {
	position: relative;
}

.footer__sp__navigation__container li.multi span {
	display: block;
	padding: 14px 30px;
	text-align: center;
}

.footer__sp__navigation__container li.multi {
	position: relative;
}

.footer__sp__navigation__container li.multi .toggle-button {
	position: absolute;
	top: 17px;
	left: 30%;
	width: 17px;
	height: 17px;
	background-color: #e60020;
}

.footer__sp__navigation__container li.multi .toggle-button:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 3px;
	width: 11px;
	height: 1px;
	background-color: #ffffff;

	transition: all .4s;
}

.footer__sp__navigation__container li.multi .toggle-button:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 8px;
	width: 1px;
	height: 11px;
	background-color: #ffffff;
	transform-origin: center center;
	transition: all .4s;
}

.footer__sp__navigation__container li.multi.open .toggle-button:after {
	transform: rotate(-90deg);
}


/* -----------------------------------------------------------
 * Footer
----------------------------------------------------------- */

.footer {
	
}


/* -----------------------------------------------
 * Banner
 ---------------------------------------------- */

.footer__banner {
	padding: 30px 20px;
	background-color: #f5f5f5;
}

@media screen and (min-width: 920px) {
	.footer__banner {
		padding: 90px 0;
	}
}

.footer__banner__title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.1em;
}

@media screen and (min-width: 920px) {
	.footer__banner__title {
		margin-bottom: 50px;
		font-size: 28px;
	}
}

.footer__banner__container {
	max-width: 950px;
	margin: 0 auto;
}

@media screen and (min-width: 920px) {
	.footer__banner__container {
		display: flex;
		justify-content: space-between;
	}
}

.footer__banner__container > div {
	max-width: 445px;
	margin: 0 auto;
	padding: 20px;
	background-color: #ffffff;
	text-align: center;
}


@media screen and (min-width: 920px) {
	.footer__banner__container > div {
		width: calc((100% - 60px) / 2);
		max-width: none;
		margin: 0;
		padding: 40px;
	}
}

.footer__banner__container > div:first-of-type {
	margin-bottom: 20px;
}

@media screen and (min-width: 920px) {
	.footer__banner__container > div:first-of-type {
		margin-bottom: 0;
		margin-right: 50px;
	}
}

/* Title */

.footer__banner__container__title {
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 18px;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
}

@media screen and (min-width: 920px) {
	.footer__banner__container__title {
		margin-bottom: 30px;
		padding-bottom: 18px;
		font-size: 20px;
		line-height: 1;
	}
}

.footer__banner__container__title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 16px;
	height: 2px;
	background-color: #e50019;
	transform: translateX(-50%);
}

@media screen and (min-width: 920px) {
	.footer__banner__container__title:after {
		width: 32px;
		height: 4px;
	}
}

.footer__banner__container > div p {
	margin-top: 5px;
	font-size: 14px;
}

.footer__banner__container > div p span {
	display: block;
	font-size: 20px;
	font-weight: 900;
}

@media screen and (min-width: 920px) {
	.footer__banner__container > div p span {
		font-size: 32px;
	}
}


/* -----------------------------------------------
 * Contents
 ---------------------------------------------- */

.footer__contents {
	padding: 25px 0 20px 15px;
}

@media screen and (min-width: 920px) {
	.footer__contents {
		padding: 60px 0;
	}
}


.footer__contents__container {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	justify-content: center;	
}

@media screen and (min-width: 920px) {
	.footer__contents__container {
		justify-content: space-between;
	}
}

/* -----------------------------------------------
 * Logo
 ---------------------------------------------- */

.footer__logo {
	margin: 0;
	line-height: 1;
}

.footer__logo a {
	display: block;
	width: 120px;
}

@media screen and (min-width: 920px) {
	.footer__logo a {
		width: 150px;
		margin-top: 15px;
	}
}

.footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}




/* Navigation
 ---------------------------------------------- */

.footer__navigation {
	display: none;
}

@media screen and (min-width: 920px) {
	.footer__navigation {
		display: block;
	}
}

.footer__navigation ul {
	
}

.footer__navigation li {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}

.footer__navigation ul li a {
	position: relative;
	display: inline-block;
	color: #000000;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.footer__navigation ul li a::before {
		content: '';
		position: absolute;
		bottom: -2px;
		left: 0;
		display: block;
		background-color: #e60020;
		width: 0;
		height: 1px;
		transition: width 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}

@media screen and (min-width: 768px) {
	.footer__navigation ul li a:hover::before {
		width: 100%
	}
}

.footer__navigation > ul {
	display: flex;
	margin-top: 15px;
}

.footer__navigation > ul > li {
	padding-right: 50px;
}

.footer__navigation li.first {
	margin-bottom: 0;
	font-weight: 900;
}

.footer__navigation li.first > a {
	margin-bottom: 25px;
}


/* Copyright
 ---------------------------------------------- */

.footer .copyright {
	padding: 10px 0 30px;
	text-align: center;
	font-size: 10px;
}

@media screen and (min-width: 768px) {
	.footer .copyright {
		font-size: 12px;
	}
}


/* -----------------------------------------------------------
 * Contents
----------------------------------------------------------- */

#contentArea,
.contents {
	padding-top: 60px;
}

@media screen and (min-width: 920px) {
	#contentArea,
	.contents {
		padding-top: 160px;
	}
}



/* -----------------------------------------------
 * Particles
 ---------------------------------------------- */

#particles-js {
	position: absolute;
	display: block;
	top: 60px;
	left: 0;
	width: 100%;
	height: 115px;
	background-color: #f5f5f5;
	overflow: hidden;
	opacity: 0;
	transition: opacity 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: -1;
}

@media screen and (min-width: 920px) {
	#particles-js {
		top: 160px;
		height: 230px;
	}
}

.home #particles-js {
	top: 0;
	left: 0;
	height: 100vh;
	background-color: transparent;
}

@media screen and (min-width: 920px) {
	.home #particles-js {
		top: 0;
		height: 100vh;
	}
}

.is-complete #particles-js {
	opacity: 1;
}

#pageTitle h1 {
	position: relative;
	z-index: 2;
}