@charset "utf-8";
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/*
	common.css
---------------------------------------------------------------------------------------------------------------------------------------------*/
/* common
--------------------------------------------------------------------------------------------------------*/
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

em { font-style: normal;}
a { text-decoration: none; color: inherit;}
textarea { resize: vertical;}
img { vertical-align: bottom;}

.pc-block { display: block!important;}
.sp-block { display: none!important;}
.pc-inlineblock { display: inline-block!important;}
.sp-inlineblock { display: none!important;}

iframe[name='google_conversion_frame'] {
	position: absolute;
	top: 0;
}

/* clear
--------------------------------------------------------------------------------------------------------*/
.clear::after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear { display: inline-block;}
/* exlude MacIE5 \*/
* html .clear { height: 1%;}
.clear { display: block;}
/* end MacIE5 */

/* font-size
--------------------------------------------------------------------------------------------------------*/
html { font-size: 62.5%;}
body {
	font-size: 16px;
	font-size: 1.6rem;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* input
--------------------------------------------------------------------------------------------------------*/
input[type=text], input[type=password], input[type=checkbox], input[type=email],input[type=radio], input[type=submit],
select, textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
	border: none;
	outline: 0;
}

/* body
--------------------------------------------------------------------------------------------------------*/
body {
	font-family: YakuHanJP, 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	line-height: 1.0;
	background-color: #fff;
	color: #525252;
}
.sentence {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}


/* img opacity
--------------------------------------------------------------------------------------------------------*/
a.opacity {
	display: block;
}
a.opacity img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a.opacity:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


/*
	common parts
---------------------------------------------------------------------------------------------------------------------------------------------*/
.logo {
	width: 105px;
	height: auto;
}

.loading-wrap {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.loading-wrap .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
@-webkit-keyframes triangle-skew-spin {
	25% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}
	50% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
		transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}
	75% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
		transform: perspective(100px) rotateX(0) rotateY(180deg);
	}
	100% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
		transform: perspective(100px) rotateX(0) rotateY(0);
	}
}
@keyframes triangle-skew-spin {
	25% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}
	50% {
		-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
		transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}
	75% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
		transform: perspective(100px) rotateX(0) rotateY(180deg);
	}
	100% {
		-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
		transform: perspective(100px) rotateX(0) rotateY(0);
	}
}
.triangle-skew-spin > div {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #e71620;
	-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.lock {
	overflow: scroll;
/*
	width: calc(100vw - 17px);
	margin-right: 17px;
*/
	height: 100%;
}
.lock #wrapper {
	display: none;
}

/* header
--------------------------------------------------------------------------------------------------------*/
header {
	padding: 30px 0;
	width: 100%;
}
header .inner {
	padding: 0 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}


/* globalNav
--------------------------------------------------------------------------------------------------------*/
#globalNav ul {
	display: table;
}
#globalNav ul li {
	display: table-cell;
	vertical-align: top;
	color: #525252;
	position: relative;
	text-align: right;
}
#globalNav ul li:not(:last-child) { padding-right: 22px;}
#globalNav ul li a,
#globalNav ul li span {
	display: block;
	opacity: 1.0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#globalNav ul li a:hover {
	opacity: 0.6;
}
#globalNav ul li span:nth-of-type(1) {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 0.6rem;
}
#globalNav ul li span:nth-of-type(2) { font-size: 13px;}
#globalNav ul li a.current { color: #b5b5b5;}
#globalNav ul li a.current span:nth-of-type(2) { color: #e71620;}
#globalNav ul li.subMenu {
	padding-bottom: 35px;
	/*cursor: pointer;*/
}
#globalNav ul li.subMenu > a {
	position: relative;
}
#globalNav ul li.subMenu > a::after {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	content: '';
	position: absolute;
	top: 185%;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #e71620;
	opacity: 0;
}
#globalNav ul li.subMenu:hover > a::after {
	opacity: 1.0;
}
#globalNav ul li > ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	right: 22px;
	width: 230%;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#globalNav ul li > ul.ad {
	width: 140%;
}
#globalNav ul li:last-child > ul {
	right: 0;
}
#globalNav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	z-index: 10;
}
#globalNav ul li > ul li {
	text-align: right;
	background-color: #f8f8f8;
}
#globalNav ul li > ul li:not(:last-child) { padding-right: 27px;}
#globalNav ul li > ul li:first-child { padding: 41px 27px 0 0;}
#globalNav ul li > ul li:last-child { padding: 0 27px 41px 0;}
#globalNav ul li > ul li a {
	padding: 11px 0;
	font-size: 14px;
	letter-spacing: 1px;
	color: #525252;
	line-height: 1.3;
}


/* btn
--------------------------------------------------------------------------------------------------------*/
a.moreBtn {
	position: relative;
	border: 1px solid #e71620;
	height: 60px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	z-index: 3;
	overflow: hidden;
}
a.moreBtn span {
	font-size: 14px;
	font-weight: 400;
	color: #525252;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 2
}
a.moreBtn::before {
	content: "";
	position: absolute;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #e71620;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}
a.moreBtn::after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a.moreBtn::after {
	width: 22px;
	height: 1px;
	top: 50%;
	right: 0;
	background-color: #e71620;
}
a.moreBtn:hover {
	cursor: pointer;
}
a.moreBtn:hover span {
	color: #fff;
}
a.moreBtn:hover::before {
	width: 100%;
	left: 0;
}

/* section
--------------------------------------------------------------------------------------------------------*/
section .inner {
	width: 1000px;
	margin: 0 auto;
}
.modal-wrap {
	z-index: 15;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.modal-overlay {
	z-index: 14;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}



/* footer
--------------------------------------------------------------------------------------------------------*/
footer {
	position: relative;
	background-color: #f8f8f8;
	padding: 80px 0 30px;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 64px;
	z-index: 9;
}
#pagetop.absolute {
	position: absolute;
	top: -78px;	
	bottom: auto;
}
footer .inner {
	width: 1000px;
	margin: 0 auto;
}
footer .inner:nth-child(2) { padding-bottom: 40px;}
footer .inner:nth-child(3) { padding-bottom: 20px;}
footer .inner:nth-child(4) { border-top: 1px solid #bebebe; padding-top: 40px;}
footer .inner #footNav,
footer .inner #footArea,
footer .inner #footLogo {
	display: flex;
	display: -webkit-flex;
}
footer .inner #footNav {
	padding-right: 40px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
footer .inner #footNav .item {
	width: 192px;
}
footer .inner #footNav h3 {
	color: #525252;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 26px;
}
footer .inner #footNav ul li,
footer .inner #footArea li,
footer .inner #footLogo li {
	color: #7f7f7f;
	font-size: 12px;
}
footer .inner #footNav ul li {
	line-height: 16px;
}
footer .inner #footNav ul li:not(:last-child) {
	margin-bottom: 8px;
}
footer .inner #footNav h3 a:hover,
footer .inner #footNav ul li a:hover,
footer .inner #footArea li a:hover {
	text-decoration: underline;
}
footer .inner #footArea li:first-child { margin-right: 40px;}
footer .inner #footLogo {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}


/*
	less than 1024px;
---------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {

/* common
--------------------------------------------------------------------------------------------------------*/
	img { max-width: 100%; height: auto;}

/* section
--------------------------------------------------------------------------------------------------------*/
	section .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 30px;
	}


/* footer
--------------------------------------------------------------------------------------------------------*/
	footer .inner #footNav {
		padding-right: 0;
	}
	footer .inner #footNav .item {
		width: auto;
		flex: auto;
		-webkit-flex: auto;
	}
	footer .inner {
		width: 100%;
		padding: 0 20px;
	}
}


/*
	less than 767px;
---------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
/* common
--------------------------------------------------------------------------------------------------------*/
	.pc-block { display: none!important;}
	.sp-block { display: block!important;}
	.pc-inlineblock { display: none!important;}
	.sp-inlineblock { display: inline-block!important;}

	img { max-width: 100%; height: auto;}

/*
	common parts
---------------------------------------------------------------------------------------------------------------------------------------------*/
	a.opacity:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.logo {
		width: 120px;
		width: 15.9vw;
	}
	#wrapper {
		position: relative;
	}
	.modal-wrap {
		z-index: 15;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: transparent;
	}
	.modal-overlay {
		z-index: 14;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}

/* header
--------------------------------------------------------------------------------------------------------*/
	header {
		padding: 24px 0;
		padding: 3.19vw 0;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	header .inner {
		padding: 0 40px 0 50px;
		padding: 0 5.33vw 0 6.66vw;
		align-items: center;
		-webkit-align-items: center;
	}

/* globalNav
--------------------------------------------------------------------------------------------------------*/
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		background-color: #fff;
	}
	#globalNav {
		width: 100%;
		background-color: #fff;
		border-top: 1px solid #dadada;
		z-index: 12;
	}
	header.fixed #globalNav {
		border-top: none;
	}
	#globalNav ul,
	#globalNav ul li {
		display: block;
		text-align: left;
	}
	#globalNav ul li {
		border-bottom: 1px solid #dadada;
	}
	#globalNav ul li,
	#globalNav ul li:not(:last-child) {
		padding: 0;
	}
	#globalNav ul li a {
		display: flex;
		display: -webkit-flex;
		align-items: baseline;
		-webkit-align-items: baseline;
		padding: 34px 50px;
		padding: 4.53vw 6.66vw;
	}
	#globalNav ul li a:hover {
		opacity: 1.0;
	}
	#globalNav ul li span:nth-of-type(1) {
		margin: 0;
		font-size: 34px;
		font-size: 4.53vw;
		padding-right: 1em;
	}
	#globalNav ul li span:nth-of-type(2) {
		font-size: 24px;
		font-size: 3.19vw;
	}
	#globalNav ul li a.current {
		color: #525252;
	}
	#globalNav ul li a span:nth-of-type(2),
	#globalNav ul li a.current span:nth-of-type(2) {
		color: #7f7f7f;
	}
	#globalNav ul li.subMenu:last-child {
		padding: 0;
	}
	#globalNav ul li.subMenu:hover ul li a::after {
		content: none;
	}
	#globalNav ul li.subMenu > a::after {
		opacity: 1.0;
	}
	#globalNav ul li.subMenu a.trigger {
		position: relative;
	}
	#globalNav ul li.subMenu a.trigger::before,
	#globalNav ul li.subMenu a.trigger::after {
		position: absolute;
		content: '';
		width: 32px;
		height: 2px;
		width: 4.26vw;
		background-color: #565656;
	}
	#globalNav ul li.subMenu a.trigger::before {
		top: 50%;
		right: 50px;
		right: 6.66vw;
	}
	#globalNav ul li.subMenu a.trigger::after {
		top: 50%;
		right: 50px;
		right: 6.66vw;
		left: auto;
		width: 32px;
		width: 4.26vw;
		transform: rotate(90deg);
	}
	#globalNav ul li.subMenu a.active::after {
		opacity: 0;
	}
	#globalNav ul li.subMenu > ul {
		width: auto;
		position: static;
		top: initial;
		left: initial;
		right: initial;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;
		padding: 0;
	}
	#globalNav ul li.subMenu > ul li {
		background-color: #fff;
		text-align: left;
	}
	#globalNav ul li.subMenu > ul li:not(:last-child) { padding-right: 0;}
	#globalNav ul li.subMenu > ul li:first-child { padding: 0; border-top: 1px solid #dadada;}
	#globalNav ul li.subMenu > ul li:last-child { padding: 0; border-bottom: none;}
	#globalNav ul li.subMenu > ul li a {
		padding: 34px 50px 34px 94px;
		padding: 4.53vw 6.66vw 4.53vw 12.53vw;
		font-size: 24px;
		font-size: 3.19vw;
	}
	#globalNav ul li.subMenu p.trigger {
		padding: 25px;
	}

/* #primary-nav
--------------------------------------------------------------------------------------------------------*/
	#primary-nav-wrap {
		display: none;
		overflow: auto;
		height: 100%;
	}
	#primary-nav-wrap .field {
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	#primary-nav-wrap .field:nth-of-type(1) {
		padding: 24px 40px 24px 50px;
		padding: 3.19vw 5.33vw 3.19vw 6.66vw;
		background-color: #fff;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		align-items: center;
		-webkit-align-items: center;
	}
	#primary-nav-wrap .modal-close-btn {
		position: relative;
		cursor: pointer;
		width: 65px;
		width: 6.66vw;
		height: 65px;
		height: 6.66vw;
		padding: 0.5rem;
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
	}
	#primary-nav-wrap .modal-close-btn span {
		position: absolute;
		background-color: #525252;
		height: 2px;
		width: 65px;
		width: 6.66vw;
		top: 50%;
		left: 15%;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		opacity: 1.0;
	}
	#primary-nav-wrap .modal-close-btn span:first-child {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#primary-nav-wrap .modal-close-btn span:last-child {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}


/* sptoggle
--------------------------------------------------------------------------------------------------------*/
	#sptoggle {
		width: 65px;
		height: 65px;
		width: 6.66vw;
		height: 6.66vw;
		cursor: pointer;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		z-index: 8;
		padding: 0.8rem;
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
	}
	#sptoggle span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #565656;
		margin: 0 auto 10px;
		margin: 0 auto 1.3vw;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
	}
	#sptoggle span:first-child {
		margin-top: 8px;
		margin-top: 1.06vw;
	}
	#sptoggle.active {
		position: relative;
	}
	#sptoggle.active span {
		position: absolute;
		top: 45%;
		right: 0;
		width: 80%;
	}
	#sptoggle.active span:first-child {
		transform: rotate(45deg);
	}
	#sptoggle.active span:nth-child(2) {
		transform: rotate(-45deg);
	}
	#sptoggle.active span:last-child {
		opacity: 0;
	}

/* btn
--------------------------------------------------------------------------------------------------------*/
	a.moreBtn {
		height: 80px;
		height: 10.66vw;
	}
	a.moreBtn span {
		font-size: 20px;
		font-size: 2.66vw;
	}
	a.moreBtn::before {
		content: none;
	}
	a.moreBtn:hover span {
		color: inherit;
	}

/* section
--------------------------------------------------------------------------------------------------------*/
	section .inner {
		width: 100%;
		padding: 0 50px;
		padding: 0 6.66vw;
	}


/* footer
--------------------------------------------------------------------------------------------------------*/
	footer {
		padding: 70px 0 30px;
		padding: 9.33vw 0 3.99vw;
	}
	#pagetop {
		display: none!important;
	}
	footer .inner {
		width: 100%;
		padding: 0 50px;
		padding: 0 6.66vw;
		display: none;
	}
	footer .inner:last-child {
		display: block;
	}
	footer .inner #footLogo {
		border-bottom: 1px solid #dadada;
		padding-bottom: 37px;
		padding-bottom: 4.93vw;
	}
	footer .inner #footArea {
		flex-direction: column;
	}
	footer .inner #footArea li {
		text-align: right;
		font-size: 22px;
		font-size: 2.93vw;
	}
	footer .inner #footArea li:first-child {
		margin-right: 0;
		margin-bottom: 1.6rem;
	}
	footer .inner p#copyRight {
		padding-top: 40px;
		padding-top: 5.33vw;
		font-size: 18px;
		font-size: 2.39vw;
		text-align: center;
		color: #6e6e6e;
	}

/*
	common.css End
---------------------------------------------------------------------------------------------------------------------------------------------*/
}

a.moreBtn::before{
	top: 0;
}
a.moreBtn span{
	position: relative;
}
/*peace_add*/
#globalNav ul li > ul li{
    display: block;
}