@charset "utf-8";


@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}


/*************************************************

 wrapper

*************************************************/
#wrapper {
	overflow: hidden;
	color: #000;
	font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 17px;/*18*/
	line-height: 1.7;
	text-align: left;
}
input,
textarea,
button {
	font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
.wrap {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
}
.en {
	font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width:767px) {
	#wrapper {
		font-size: 14px;
	}
}



/*************************************************

 slick

*************************************************/
/* Slider */
.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-slider * {
	outline: none;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging{
	cursor: pointer;
	/*cursor: hand;*/
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}




/*************************************************

 header

*************************************************/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
}

/* siteLogo
------------------------------------*/
.siteLogo {
	position: relative;
	display: table;
	height: 100px;
	padding-left: 40px;
	z-index: 18;
}
.siteLogo span {
	display: table;
	height: 100px;
}
.siteLogo a {
	display: table-cell;
	vertical-align: middle;
}
.siteLogo img {
	width: 98px;
}
@media only screen and (max-width:767px) {
	.siteLogo {
		display: block;
		height: auto;
		padding-left: 20px;
		background-color: #fff;
	}
	.siteLogo span {
		height: 50px;
	}
	.siteLogo img {
		width: 52px;
	}
}
/* headrcopy
------------------------------------*/
.headrcopy {
	position: absolute;
	top: 13px;
	left: 150px;
	width: 300px
}
.headrcopy a {
	position: relative;
	display: block;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
@media only screen and (max-width:991px) {
	.headrcopy {
		left: 150px;
		width: 250px
	}
	.headrcopy a {
		font-size: 10px;
	}
}
@media only screen and (max-width:820px) {
	.headrcopy {
		left: 150px;
		width: 200px
	}
	.headrcopy a {
		font-size: 9px;
	}
}
@media only screen and (max-width:767px) {
	.headrcopy {
		left: 50px;
		top: 13px;
	}
	.headrcopy a {
		font-size: 10px;
	}
}
@media only screen and (max-width:480px) {
	.headrcopy {
		left: 50px;
		top: 5px;
	}
	.headrcopy a {
		font-size: 9px;
	}
}

/* headerContact
------------------------------------*/
.headerContact {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}
.headerContact a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	background-color: #000;
}
@media only screen and (max-width:991px) {
	.headerContact {
		font-size: 14px;
	}
}
@media only screen and (max-width:767px) {
	.headerContact a {
		width: 50px;
		height: 50px;
		padding: 0;
		background: #000 url(../images/common/ico_mail.svg) no-repeat center center / 21px auto;
		text-indent: -9999px;
	}
}


/*************************************************

 gNav

*************************************************/
@media only screen and (max-width:767px) {
	#gNav {
		box-sizing: border-box;
		position: fixed;
		overflow-y: auto;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		background-color: #F0F0F0;
		z-index: 10;
	}
	#gNav > nav {
		padding: 65px 20px 20px;
	}
}

/* mainGnav
------------------------------------*/
.mainGnav {
	position: absolute;
	bottom: 0;
	left: 230px;
	display: flex;
}
.mainGnav > li {
	position: relative;
	margin-right: 40px;
}
.mainGnav > li:last-child {
	margin-right: 0;
}
.mainGnav > li > a {
	position: relative;
	display: block;
	padding: 13px 0;
	color: #000;
	text-decoration: none;
	font-size: 17px;
}
.mainGnav > li > a:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	content: '';
	height: 2px;
	width: 0;
	background-color: #000;
	transition: width 0.3s,left 0.3s;
}
.noT .mainGnav > li:hover > a:before {
	left: 0;
	width: 100%;
}
.mainGnav .inElement {
	position: absolute;
	top: 100%;
	left: 50%;
	display: none;
	transform: translateX(-50%);
}
.mainGnav .inElement .spNavTitle {
	display: none;
}
.mainGnav .inElement .inList {
	padding: 20px;
	background-color: #fff;
}
.mainGnav .inElement .inList li + li {
	border-top: #CECECE solid 1px;
}
.mainGnav .inElement .inList a {
	position: relative;
	display: block;
	padding: 4px 0;
	color: #000;
	text-decoration: none;
}
@media only screen and (max-width:1080px) {/*991*/
	.mainGnav {
		left: 180px;
	}
	.mainGnav > li {
		margin-right: 20px;
	}
	.mainGnav > li > a {
		font-size: 13px;
	}
}
@media only screen and (max-width:767px) {/*767*/
	.mainGnav {
		position: static;
		display: block;
	}
	.mainGnav > li {
		margin-right: 0;
		border-bottom: #707070 solid 1px;
	}
	.mainGnav > li > a {
		font-weight: 500;
	}
	.mainGnav > li > a:before {
		display: none;
	}
	.mainGnav > li > a[data-drop^="0"]:after {
		position: absolute;
		top: 50%;
		right: 17px;
		display: block;
		content: '';
		width: 7px;
		height: 7px;
		margin-top: -4px;
		border-top: #000 solid 1px;
		border-right: #000 solid 1px;
		transform: rotate(45deg);
	}
}


/* lineupNav */
.mainGnav .lineupNav {
	box-sizing: border-box;
	left: -230px;
	width: 900px;
	padding: 20px 0;
	background-color: #fff;
	transform: translateX(0);
}
.mainGnav .lineupNav .flex {
	display: flex;
}
.mainGnav .lineupNav ul {
	box-sizing: border-box;
	width: 50%;
	padding: 0 25px;
}
.mainGnav .lineupNav ul + ul {
	border-left: #707070 dotted 1px;
}
.mainGnav .lineupNav li {
	margin-top: 20px;
}
.mainGnav .lineupNav li:first-child,
.mainGnav .lineupNav li.spView + li {
	margin-top: 0;
}
.mainGnav .lineupNav a {
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
}
.mainGnav .lineupNav a:before {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: #777 solid 1px;
	border-right: #777 solid 1px;
	transform: rotate(45deg);
}
.mainGnav .lineupNav a span {
	display: none;
}
.mainGnav .lineupNav a img {
	max-width: 57.6923%;
}
@media only screen and (max-width:991px) {
	.mainGnav .lineupNav {
		left: -180px;
		width: 750px;
	}
}

/* reasonNav */
.mainGnav .reasonNav {
	width: 360px;
}

/* aboutNav */
.mainGnav .aboutNav {
	width: 240px;
}

/* aboutNav */
.mainGnav .newsNav {
	width: 240px;
}


/* headSearch
------------------------------------*/
.headSearch {
	position: absolute;
	top: 13px;
	right: 520px;
	display: flex;
	justify-content: space-between;
	width: 240px;
}
.headSearch input {
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.headSearch .text {
	width: 75%;
	padding: 2px 5px;
	border: #BCBCBC solid 1px;
	background: url(../images/common/ico_lens.svg) no-repeat 10px center;
	background-color: #fff;
}
.headSearch .btn {
	width: 20%;
	color: #fff;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}
@media only screen and (max-width:991px) {
	.headSearch {
		top: 8px;
		right: 395px;
		width: 200px;
	}
}
@media only screen and (max-width:767px) {
	.headSearch {
		position: static;
		width: 100%;
		margin-bottom: 10px;
	}
}


/* subGnav
------------------------------------*/
.subGnav {
	display: none;
}
@media only screen and (max-width:767px) {
	.subGnav {
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #F0F0F0;
		-webkit-overflow-scrolling: touch;
		opacity: 0;
		transform: translateX(100%);
		transition: opacity 0.5s,transform 0.5s;
		z-index: 100;
	}
	.subGnav.in {
		opacity: 1;
		transform: translateX(0);
	}
	.subGnav .inElement {
		display: none;
	}
	.subGnav .spNavTitle {
		position: relative;
		display: block;
		font-size: 14px;
		text-align: center;
		background-color: #fff;
		line-height: 1;
		cursor: pointer;
	}
	.subGnav .spNavTitle:before {
		position: absolute;
		top: 50%;
		left: 25px;
		display: block;
		content: '';
		width: 7px;
		height: 7px;
		margin-top: -4px;
		border-bottom: #777 solid 1px;
		border-left: #777 solid 1px;
		transform: rotate(45deg);
	}
	.subGnav .spNavTitle .back {
		padding: 18px 0;
	}
	.subGnav .spNavTitle .close {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
	}
	.subGnav .spNavTitle .close:before,
	.subGnav .spNavTitle .close:after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		width: 24px;
		height: 2px;
		margin: -1px 0 0 -12px;
		background-color: #000;
	}
	.subGnav .spNavTitle .close:before {
		transform: rotate(45deg);
	}
	.subGnav .spNavTitle .close:after {
		transform: rotate(-45deg);
	}
	.subGnav .lineupNav ul,
	.subGnav .inList {
		padding: 10px 0;
		background-color: transparent;
	}
	.subGnav .lineupNav ul {
		padding: 0;
	}
	.subGnav .lineupNav .flex {
		padding: 10px 0;
	}
	.subGnav .lineupNav a,
	.subGnav .inList a {
		display: block;
		padding: 10px 40px 20px;
		color: #000;
		text-decoration: none;
	}
	.subGnav .lineupNav figure {
		display: none;
	}
}



/* headrRental
------------------------------------*/
.headrRental {
	position: absolute;
	top: 13px;
	right: 275px;
}
.headrRental a {
	position: relative;
	display: block;
	padding-left: 17px;
	color: #000;
	font-size: 15px;
	text-decoration: none;
}
.headrRental a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: #777 solid 1px;
	border-right: #777 solid 1px;
	transform: rotate(45deg);
}
@media only screen and (max-width:991px) {
	.headrRental {
		right: 235px;
	}
	.headrRental a {
		font-size: 11px;
	}
}
@media only screen and (max-width:767px) {
	.headrRental {
		position: static;
		margin-top: 25px;
	}
	.headrRental a {
		font-size: 14px;
	}
}



/*************************************************

 hamburgerMenu

*************************************************/
@media only screen and (min-width:768px) {
	#hamburgerMenu {
		display: none;
	}
}
#hamburgerMenu {
	position: fixed;
	top: 0;
	right: 50px;
	width: 50px;
	height: 50px;
	z-index: 90;
	background-color: #F0F0F0;
	cursor: pointer;
}
#hamburgerMenu .bdr {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 16px;
	transform: translate(-50%,-50%);
}
#hamburgerMenu .bdr span,
#hamburgerMenu .bdr:before,
#hamburgerMenu .bdr:after {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #000;
}
#hamburgerMenu .bdr span {
	top: 50%;
	margin-top: -1px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#hamburgerMenu .bdr:before {
	top: 0;
}
#hamburgerMenu .bdr:after {
	bottom: 0;
}
.open #hamburgerMenu .bdr:before {
	animation: menuAnime01 .4s forwards;
}
.open #hamburgerMenu .bdr:after {
	animation: menuAnime02 .4s forwards;
}
.open #hamburgerMenu .bdr span {
	opacity: 0;
}
.close #hamburgerMenu .bdr:before {
	animation: menuAnime01_close .4s forwards;
}
.close #hamburgerMenu .bdr:after {
	animation: menuAnime02_close .4s forwards;
}
#hamburgerMenu p {
	position: relative;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1;
}
#hamburgerMenu p span {
	display: block;
}
#hamburgerMenu p span:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	background-color: #fff;
	transition-property: opacity;
	transition-duration: 0.3s;
}
.open #hamburgerMenu p span:last-child {
	opacity: 1;
}

@keyframes menuAnime01 {
	50% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(45deg);
	}
}
@keyframes menuAnime01_close {
	0% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(45deg);
	}
	50% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		transform: rotate(0deg);
	}
}
@keyframes menuAnime02 {
	50% {
		bottom: 50%;
		margin-bottom: -1px;
		transform: rotate(0deg);
	}
	100% {
		bottom: 50%;
		margin-bottom: -1px;
		transform: rotate(-45deg);
	}
}
@keyframes menuAnime02_close {
	0% {
		bottom: 50%;
		margin-bottom: -1px;
		transform: rotate(-45deg);
	}
	50% {
		bottom: 50%;
		margin-bottom: -1px;
		transform: rotate(0deg);
	}
	100% {
		bottom: 0;
		transform: rotate(0deg);
	}
}




/*************************************************

 container

*************************************************/
#container {
	padding-top: 95px;/*100*/
}
@media only screen and (max-width:767px) {
	#container {
		padding-top: 50px;
	}
}


/*************************************************

 footer

*************************************************/
#footer {
	/*margin-top: 120px;*/
	padding: 60px 20px 40px;
	background-color: #000;
}
#footer .inner {
	max-width: 1400px;
	margin: 0 auto;
}
@media only screen and (max-width:767px) {
	#footer {
		/*margin-top: 50px;*/
		padding: 25px 20px 30px;
	}
}

/* footerNav
------------------------------------*/
#footer .footerNav {
	padding-bottom: 40px;
	border-bottom: #707070 solid 1px;
}
#footer .footerNav .ttl {
	margin-bottom: 20px;
}
#footer .footerNav * + .ttl {
	margin-top: 20px;
}
#footer .footerNav a {
	color: #fff;
	text-decoration: none;
}
#footer .footerNav .flex {
	display: flex;
	justify-content: space-between;
}
#footer .footerNav .flex ul {
	margin-left: 30px;
}
#footer .footerNav .flex li + li {
	margin-top: 12px;
}
#footer .footerNav .flex li a {
	font-size: 16px;
}
@media only screen and (max-width:991px) {
	#footer .footerNav .ttl {
		font-size: 14px;
	}
	#footer .footerNav .flex li a {
		font-size: 12px;
	}
}
@media only screen and (min-width:768px) {
	#footer .footerNav .flex ul {
		display: block !important;
	}
}
@media only screen and (max-width:767px) {
	#footer .footerNav {
		padding-bottom: 0;
	}
	#footer .footerNav .ttl,
	#footer .footerNav * + .ttl {
		margin: 0;
	}
	#footer .footerNav .ttl {
		border-top: #707070 solid 1px;
	}
	#footer .footerNav .ttl.home {
		border-top: none;
	}
	#footer .footerNav a {
		position: relative;
		display: block;
	}
	#footer .footerNav .ttl a {
		position: relative;
		padding: 13px 0;
	}
	#footer .footerNav .ttl.arw a:before {
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		content: '';
		width: 7px;
		height: 7px;
		margin-top: -4px;
		border-right: #707070 solid 1px;
		border-bottom: #707070 solid 1px;
		transform: rotate(45deg);
	}
	#footer .footerNav .ttl.arw a.on:before {
		margin-top: -1px;
		transform: rotate(-135deg);
	}
	#footer .footerNav .flex {
		display: block;
	}
	#footer .footerNav .flex ul {
		display: none;
		margin: 5px 0 30px 20px;
	}
}



/* footerEnd
------------------------------------*/
#footer .footerEnd {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	align-items: flex-end;
	flex-wrap: wrap;
}
#footer .footerEnd .left {
	display: flex;
	align-items: center;
}
#footer .footerEnd .left .logo img {
	width: 80px;
}
#footer .footerEnd .left ul {
	display: flex;
	align-items: center;
	line-height: 0;
	margin: 10px 0 0 40px;
}
#footer .footerEnd .left li + li {
	margin-left: 20px;
}
#footer .footerEnd .left a {
	color: #fff;
	font-size: 10px;
}
#footer .footerEnd .left img {
	display: inline-block;
	vertical-align: middle;
}
#footer .footerEnd .left span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.7em;
	line-height: 1;
}
#footer .footerEnd .copyright {
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}
#footer .footerEnd .copyright a {
	color: #fff;
}
@media only screen and (max-width:767px) {
	#footer .footerEnd {
		display: block;
		margin-top: 30px;
	}
	#footer .footerEnd .left {
		display: block;
	}
	#footer .footerEnd .left .logo {
		margin-bottom: 20px;
		text-align: center;
	}
	#footer .footerEnd .left ul {
		max-width: 230px;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#footer .footerEnd .left li {
		margin: 12px 0;
	}
	#footer .footerEnd .left li + li {
		margin-left: 0;
	}
	#footer .footerEnd .left a {
		color: #fff;
		font-size: 10px;
	}
	#footer .footerEnd .left img {
		display: inline-block;
		vertical-align: middle;
	}
	#footer .footerEnd .left span {
		display: inline-block;
		vertical-align: middle;
		margin-left: 0.7em;
		line-height: 1;
	}
	#footer .footerEnd .copyright {
		margin-top: 20px;
		font-size: 10px;
		text-align: center;
	}
}






/*************************************************

 common each style

*************************************************/


/* commonUnderKv
--------------------------------------*/
.commonUnderKv {
	position: relative;
	background-color: #000;
}
.commonUnderKv img {
	width: 100%;
}
.commonUnderKv .title {
	position: absolute;
	left: 0;
	bottom: 12%;
	padding: 20px 42px;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.025em;
	background-color: rgba(0,0,0,0.7);
	z-index: 2;
}
.commonUnderKv .title .jp {
	font-size: 24px;
}
.commonUnderKv .title .en {
	margin-top: 10px;
	font-size: 16px;
}
@media only screen and (max-width:1200px) {
	.commonUnderKv .title {
		padding: 13px 37px;
	}
	.commonUnderKv .title .jp {
		font-size: 20px;
	}
	.commonUnderKv .title .en {
		font-size: 14px;
	}
}
@media only screen and (max-width:991px) {
	.commonUnderKv .title {
		bottom: 0;
		padding: 10px 20px;
	}
	.commonUnderKv .title .jp {
		font-size: 16px;
	}
	.commonUnderKv .title .en {
		font-size: 11px;
	}
}


/* commonBreadcrumb
------------------------------------*/
.commonBreadcrumb {
	background-color: #2C2C2C;
}
.commonBreadcrumb * {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.commonBreadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
	padding: 8px 20px;
}
.commonBreadcrumb li {
	padding: 5px 0;
}
.commonBreadcrumb li + li {
	position: relative;
	padding-left: 1.5em;
}
.commonBreadcrumb li + li:before {
	position: absolute;
	left: 0.5em;
	top: 5px;
	display: block;
	content: '>';
}
@media only screen and (max-width:767px) {
	.commonBreadcrumb * {
		font-size: 11px;
	}
	.commonBreadcrumb ul {
		padding: 3px 20px;
	}
	.commonBreadcrumb li {
		padding: 3px 0;
	}
	.commonBreadcrumb li + li:before {
		top: 3px;
	}
}


/* commonActionBtn
------------------------------------*/
.commonActionBtn {
	overflow: hidden;
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.commonActionBtn.black {
	color: #000;
}
.commonActionBtn .txt {
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	height: 60px;
	font-size: 20px;
	font-weight: 500;
	border: #fff solid 1px;
	transition: color 0.4s;
	z-index: 2;
}
.commonActionBtn.black .txt {
	border-color: #000;
}
.commonActionBtn .txt span {
	display: table-cell;
	vertical-align: middle;
}
.commonActionBtn span.bg {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
.commonActionBtn.black span.bg {
	background-color: #000;
}
.noT .commonActionBtn:hover .txt {
	color: #000;
}
.noT .commonActionBtn.black:hover .txt {
	color: #fff;
}
.noT .commonActionBtn:hover span.bg {
	width: 225%;
	height: 562.5px;
}
@media only screen and (max-width:767px) {
	.commonActionBtn .txt {
		height: 45px;
		font-size: 16px;
	}
}



/* commonSectionTitle
------------------------------------*/
.commonSectionTitle {
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.3;
}
.commonSectionTitle a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.commonSectionTitle strong {
	display: block;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.4;
}
.commonSectionTitle small {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width:767px) {
	.commonSectionTitle {
		margin-bottom: 40px;
	}
	.commonSectionTitle strong {
		font-size: 24px;
	}
	.commonSectionTitle small {
		margin-top: 10px;
		font-size: 11px;
	}
}

/* commonSectionTitle2
------------------------------------*/
.commonSectionTitle2 {
	margin-top: 15px;
    margin-bottom: 15px;
	text-align: center;
	line-height: 1.3;
}
.commonSectionTitle2 a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.commonSectionTitle2 strong {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}
.commonSectionTitle2 small {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width:767px) {
	.commonSectionTitle2 {
		margin-bottom: 15px;
	}
	.commonSectionTitle2 strong {
		font-size: 16px;
	}
	.commonSectionTitle2 small {
		margin-top: 9px;
		font-size: 11px;
	}
}

/* fade anime
--------------------------------*/
.effectFU,
.effectFL,
.effectFR,
.effectFD,
.effectIn,
.ch-effectFU,
.ch-effectFL,
.ch-effectFR,
.ch-effectFD,
.ch-effectIn {
	opacity: 0;
	transition: transform 0.8s, opacity 0.8s;
}

.effectFU,.ch-effectFU {transform: translateY(50px);}
.effectFL,.ch-effectFL {transform: translateX(50px);}
.effectFR,.ch-effectFR {transform: translateX(-50px);}
.effectFD,.ch-effectFD {transform: translateY(-50px);}

.effectFU.is-View,
.effectFL.is-View,
.effectFR.is-View,
.effectFD.is-View,
.effectIn.is-View,
.is-View .ch-effectFU,
.is-View .ch-effectFL,
.is-View .ch-effectFR,
.is-View .ch-effectFD,
.is-View .ch-effectIn {
	opacity: 1;
	transform: translate(0,0);
}


/* modal
--------------------------------------------------*/
.commonModalArea {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
}
.commonModalTable {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 60px 20px;
}
.commonModalCell {
	display: table-cell;
	vertical-align: middle;
}
.commonModalInner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.commonModalInner img {
	max-width: 100%;
	height: auto;
}
.commonModalInner .inVertical img {
	max-width: 60%;
}
.commonModalContents {
	position: relative;
}
.commonModalContents .absCap {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	background-color: rgba(0,0,0,0.7);
}
.commonModalClose {
	position: absolute;
	top: -60px;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.commonModalClose:before,
.commonModalClose:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #fff;
}
.commonModalClose:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.commonModalClose:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
@media only screen and (max-width:767px) {
	.commonModalContents .absCap {
		font-size: 10px;
	}
}


/* commonPageTitle
--------------------------------------------------*/
.commonPageTitle {
	display: table;
	width: 100%;
	height: 160px;
	background-color: #000;
}
.commonPageTitle * {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
.commonPageTitle .cell {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
	.commonPageTitle {
		height: 100px;
	}
	.commonPageTitle * {
		font-size: 20px;
	}
}


.youtubemovie {
  width: 90%;
  aspect-ratio: 16 / 9;
	margin: 50px auto
}
.youtubemovie iframe {
  width: 100%;
  height: 100%;
}
.footerbanner {
	display: block;
	width: 1000px;
	max-width: calc(100% - 40px);
	margin: 50px auto;
}
.banner_boder1 {
	display: block;
	width: 1000px;
	max-width: calc(100% - 40px);
	margin: 50px auto;
	border: #CECECE solid 1px;
}
.red {
	color: #FF0000;
}
.glay {
	color: #494949;
}
.green {
	color: #016203;
}
.blue {
	color: #015EA0;
}
.center {
	text-align: center;
}
.text80 {
	font-size: 80%;
}
.text90 {
	font-size: 90%;
}
.text110 {
	font-size: 110%;
}