@charset "utf-8";


/* wrapper
----------------------------------------------- */
#wrapper {
	background: #e6e6e6;
}
#wrapper .inner {
	max-width: 1236px;
	margin: 0 auto;
	padding: 0 20px;
}



/*------------header--------------*/
#header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
#header.backgroundColorOn{
	background-color: #383636;
}
#header .headerin {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 35px 35px 0 45px;
}
#header .headerlogo {
	
}
#header .headercont {
	display: flex;
	align-items: center;
}
#header .headerbtn {
	margin-right: 25px;
	width: 200px;
	position: relative;
	overflow: hidden;
	background: #b71549;
}
#header .headerbtn a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 70px;
	transition: all .5s ease;
	z-index: 2;
	position: relative;
}

.eff-4{
  width:200px;
  height:70px;
  left:-200px;
  background:#383636;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}

.headerbtn:hover .eff-4{
  left:0;
}

#header .headerbtnico {
	background: url(../img/common/ico_fixcontact.svg) 0 center no-repeat;
	padding-left: 35px;
}
#header .navbartoggle {
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	cursor: pointer;
}

/* .bg-is-white .menutxt{
	color: #383636;
} */

#header .navbartoggle span {
	display: block;
}
#header .navbartoggle .menuline {
	width: 60px;
	margin-bottom: 10px;
	height: 2px;
	position: relative;
}
#header .navbartoggle .menuline:before {
	position: absolute;
	content: "";
	background: #fff;
	height: 2px;
	right: 0;
	top: 0;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	z-index: 2;
}

/* .bg-is-white .menuline:before{
	background: #383636 !important;
} */

#header .navbartoggle .menuline01:before {
	width: 60px;
}
#header .navbartoggle .menuline02:before {
	width: 45px;
}
#header .navbartoggle .menuline03:before {
	width: 30px;
}
#header .navbartoggle .menutxt {
	text-align: right;
}
#header .navbartoggle:hover .menuline01:before {
	width: 45px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
#header .navbartoggle:hover .menuline03:before {
	width: 45px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

@media (max-width: 767px) {
#header .headerin {
	padding: 35px 20px 0;
}
#header .headerbtn {
	display: none;
}
#header .headerlogo {
	width: 240px;
}
#header .navbartoggle {
	font-size: 11px;
	line-height: 15px;
}
#header .navbartoggle .menuline {
	width: 40px;
}
#header .navbartoggle .menuline01:before {
	width: 40px;
}
#header .navbartoggle .menuline02:before {
	width: 32px;
}
#header .navbartoggle .menuline03:before {
	width: 20px;
}
#header .navbartoggle:hover .menuline01:before {
	width: 32px;
}
#header .navbartoggle:hover .menuline03:before {
	width: 32px;
}
}


/*header_gnav*/
.header_gnav{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 9;
}
.header_gnav_menu{
	position: absolute;
	right: -100%;
	top: 0;
	width: 400px;
	color: #fff;
	height: 100vh;
	padding: 0 50px;
	background: #b71549;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	transition-property: right;
	transition-duration: 0.6s;
	transition-delay: 0.1s;
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.header_gnav_menu::-webkit-scrollbar {
	display: none;
}
.header_gnav.on .header_gnav_menu{
	right: 0;
	transition-property: right;
	transition-duration: 0.6s;
	transition-delay: 0.1s;
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.header_gnav_close {
	position: absolute;
	right: 50px;
	top: 45px;
	width: 40px;
	height: 40px;
	transform: rotate(45deg);
	cursor: pointer;
	z-index: 2;
}
.header_gnav_close:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 40px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	z-index: 2;
}
.header_gnav_close:after {
	position: absolute;
	content: "";
	background: #fff;
	width: 2px;
	height: 40px;
	left: 50%;
	top: 0;
	margin-left: -1px;
	z-index: 2;
}
.header_gnav_cont {
	display: table;
	width: 100%;
	height: 85vh;
}
.header_gnav_link {
	display: table-cell;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
}
.header_gnav_link ul {
	display: inline-block;
}
.header_gnav_link ul li {
	text-align: left;
}
/*.header_gnav_link ul li+li {
	margin-top: 30px;
}*/
.header_gnav_link ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	/* background-image: linear-gradient(to right, rgba(70,67,67,0) 50%, rgba(70,67,67,1) 50%); */
  	background-position: 0 0;
 	background-size: 200% auto;
  	transition: .3s;
}

.header_gnav_link ul li a:hover .header_gnav_linken{
	background-position: -100% 0;
	color: #fff;
	background-image: linear-gradient(to right, rgba(70,67,67,0) 50%, rgba(70,67,67,1) 50%);
}

.header_gnav_linken {
	font-size: 30px;
	line-height: 20px;
	display: inline-block;
	font-style: italic;
	/* background-image: linear-gradient(to right, rgba(70,67,67,0) 50%, rgba(70,67,67,1) 50%); */
  	background-position: 0 0;
 	background-size: 200% auto;
  	transition: .3s;
  	transform: translate(-10px,10px);
  	padding: 10px;
}


.header_gnav_blank {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header_gnav_blank a {
	margin: 3px 0;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background-image: linear-gradient(to right, rgba(70,67,67,0) 50%, rgba(70,67,67,1) 50%);
  	background-position: 0 0;
 	background-size: 200% auto;
  	transition: .3s;
}

.header_gnav_blank a:hover{
	background-position: -100% 0;
	color: #fff;
}

.header_copy {
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	font-weight: 400;
	margin-top: 30px;
}

@media (max-width: 767px) {
.header_gnav_close {
	right: 20px;
	top: 30px;
}
.header_gnav_menu{
	width: 100%;
	padding: 0 50px;
}
.header_gnav_link ul {
	display: block;
}
/*.header_gnav_link ul li+li {
	margin-top: 15px;
}*/
.header_gnav_link ul li a {
	font-size: 14px;
	line-height: 14px;
}

.header_gnav_linken {
	font-size: 26px;
	line-height: 30px;
	transform: translate(0px,0px);
  	padding: 0px;
}
.header_gnav_link ul li+li {
	margin-top: 10px;
}

.header_copy {
	margin-top: 20px;
}
}


/* gnavi
----------------------------------------------- */



/* !contents
----------------------------------------------- */
#contents {
	padding: 100px 0;
	overflow: hidden;
}

@media (max-width: 767px) {
#contents {
	padding: 100px 0 0;
}
}


/* teaser
----------------------------------------------- */
#teaser {
	position: relative;
}
#teaser:before {
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
#teaser .teaserimg img {
	width: 100%;
}
#teaser .teasercont {
	position: absolute;
	color: #fff;
	left: 0;
	bottom: 20%;
	text-align: center;
	width: 100%;
	z-index: 3;
}
#teaser .teaserjp {
	font-size: 20px;
	line-height: 30px;
}
#teaser .teaseren {
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-size: 40px;
	font-style: italic;
	line-height: 55px;
	position: relative;
}
#teaser .teaseren:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 80px;
	height: 1px;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
	z-index: 2;
}
@media (max-width: 1080px) {
#teaser .teaseren {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
}
@media (max-width: 767px) {
#teaser .teasercont {
	bottom: 16%;
}
#teaser .teaserjp {
	font-size: 16px;
	line-height: 24px;
}
#teaser .teaseren {
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-size: 30px;
	line-height: 40px;
}
}

/* footer
----------------------------------------------- */
#footer .fnavi {
	background: #383636;
}
#footer .fnavi .inner {
	padding: 85px 20px 100px;
	position: relative;
}
#footer .fnavi .pagetop {
	position: absolute;
	right: 0;
	top: 0;
	padding-bottom: 40px;
	transform: translateY(-70%);
	z-index: 3;
}


#footer .fnavi .pagetop:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: 40px;
	left: 50%;
	bottom: 0;
	z-index: 2;
}
#footer .fnavi .pagetop a {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 20px;
	display: inline-block;
	position: relative;
}
#footer .fnavi .pagetop a:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 11px;
	height: 11px;
	left: 50%;
	margin-left: -5px;
	bottom: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
	animation: pagetop-circle 1.5s linear infinite;
}

@keyframes pagetop-circle{
	0%{
		transform: translateY(40px) scale(0);
		opacity: 0;
	}
	10%{
		transform: translateY(36px) scale(1);
		opacity: 100;
	}

	90%{
		transform: translateY(4px) scale(1);
		opacity: 100;
	}

	100%{
		transform: translateY(0px) scale(0);
		opacity: 0;
	}
}
#footer .fnavi .fnaviarea {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#footer .flogo {
	margin-right: 100px;
	width: 262px;
	flex-shrink: 0;
}
#footer .flink {
	margin-right: 100px;
	flex-shrink: 0;
}
/*#footer .flink li+li {
	margin-top: 12px;
}*/
#footer .flink li {
	padding-left: 30px;
	line-height: 1.5;
	position: relative;
}
#footer .flink li:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 20px;
	height: 1px;
	left: 0;
	top: 50%;
	z-index: 2;
}
#footer .flink li a {
	display: inline-block;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	background-image: linear-gradient(to right, rgba(70,67,67,0) 50%, rgba(70,67,67,1) 50%);
  	background-position: 0 0;
 	background-size: 200% auto;
  	transition: .3s;
}

#footer .flink li a:hover{
	background-position: -100% 0;
	color: #fff;
}
#footer .flink li .flinken {
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
	font-size: 20px;
	font-weight: 400;
	width: 165px;
}
#footer .flink li .flinkjp {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}
#footer .fblank {
	position: relative;
}
#footer .fblank li {
	line-height: 1.5;
}
#footer .fblank li+li {
	margin-top: 18px;
}
#footer .fblank li a {
	font-size: 10px;
	color: #fff;
	font-weight: 500;
	padding: 5px;
	background-image: linear-gradient(to right, rgba(70,67,67,0) 50%, rgba(70,67,67,1) 50%);
  	background-position: 0 0;
 	background-size: 200% auto;
  	transition: .3s;
}

#footer .fblank li a:hover{
	background-position: -100% 0;
	color: #fff;
}

#footer .fblank .cpoyright {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 10px;
	color: #fff;
	font-weight: 400;
	white-space: nowrap;
	z-index: 2;
}
.fixcontact {
	display: none;
}

@media (max-width: 1080px) {
#footer .flogo {
	margin-right: 20px;
}
#footer .flink {
	margin-right: 20px;
}
#footer .flink li .flinken {
	width: 140px;
}
#footer .fnavi .pagetop {
	right: 10px;
}
}
@media (max-width: 959px) {
#footer .fblank .cpoyright {
	white-space: normal;
}
}
@media (max-width: 767px) {
#footer .fnavi .inner {
	padding: 50px 20px 35px;
}
#footer .fnavi .fnaviarea {
	display: block;
}
#footer .flogo {
	text-align: center;
	max-width: 262px;
	margin: 0 auto 50px;
}
#footer .flink {
	max-width: 262px;
	margin: 0 auto 45px;
}
#footer .flink li+li {
	margin-top: 14px;
}
#footer .flink li a {
	font-size: 12px;
}
#footer .flink li .flinken {
	font-size: 18px;
	width: 138px;
}
#footer .fblank {
	max-width: 262px;
	margin: 0 auto;
}
#footer .fblank .cpoyright {
	position: inherit;
	left: inherit;
	bottom: inherit;
	margin-top: 50px;
}

.fixcontact {
	display: block;
	position: sticky;
	bottom: 0;
	width: 100%;
	background: #b71549;
	z-index: 7;
}
.fixcontact a {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	padding: 15px 0;
}
.fixcontact .fixcontactin {
	display: inline-block;
	padding-left: 28px;
	background: url(../img/common/ico_fixcontact.svg) 0 center no-repeat;
}
#footer .fnavi .pagetop {
	display: none;
}
}


/* introduction
----------------------------------------------- */
.introduction {
	background: -moz-linear-gradient(top, #c33b66, #9b1f47);
	background: -webkit-gradient(linear, top, from(#c33b66), to(#9b1f47));
	background: -webkit-linear-gradient(top, #c33b66, #9b1f47);
	background: -o-linear-gradient(top, #c33b66, #9b1f47);
	background: -ms-linear-gradient(top, #c33b66, #9b1f47);
	-pie-background: linear-gradient(top, #c33b66, #9b1f47);
	padding: 50px 0 90px;
}

.documentdownload{
	display: none;
}

.introduction .introhd {
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 115px;
}
.introduction .introlist {
	max-width: 940px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	/* justify-content: space-evenly; */
	justify-content: space-around;
}
.introduction .introlist li {
	width: 32%;
	position: relative;
	overflow: hidden;

}
.introduction .introlist a {
	display: block;
	padding: 30px 20px;
	text-align: center;
	-webkit-box-shadow: 0px 10px 20px #740D2E5D;
	-moz-box-shadow: 0px 10px 20px #740D2E5D;
	-ms-box-shadow: 0px 10px 20px #740D2E5D;
	-o-box-shadow: 0px 10px 20px #740D2E5D;
	box-shadow: 0px 10px 20px #740D2E5D;
	position: relative;
	z-index: 3;
	background-color: #ffffff;
}
.contactbtn{
	background: #fff;
	position: relative;
	z-index: 1

}
.eff-5{
	 width:300.8px;
	 height:157px;
	 left:-300.8px;
	 background:#e6e6e6;
	 position:absolute;
	 transition:all .5s ease;
	 z-index:2;
}

.contactbtn:hover .eff-5{
  left:0;
}

.introduction .introlist a img {
	height: 50px;
	transform: translateY(0px);
}

.introduction .introtxt {
	color: #383636;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	margin-top: 15px;
}
.introduction .introdet {
	text-align: center;
	margin-top: 30px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
}

@media (max-width: 767px) {
.introduction {
	padding: 50px 0 100px;
}
.introduction .introhd {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 100px;
}
.introduction .introlist {
	max-width: 300px;
	margin: 0 auto;
	display: block;
}
.introduction .introlist li {
	width: auto;
}
.introduction .introlist li+li {
	margin-top: 50px;
}
.introduction .introlist a {
	padding: 30px 20px;
}
/*.introduction .introlist a img {
	height: auto;
}*/
.introduction .introdet {
	margin-top: 34px;
	line-height: 25px;
}
}


/* .bnr
----------------------------------------------- */
.onebnr {
	margin-top: 200px;
}
.twobnr {
	display: flex;
	align-items: flex-start;
	margin: 200px 0 0 -10px;
}
.twobnr li {
	width: 50%;
	padding-left: 10px;
}
.twobnr li a,
.onebnr li a {
	display: block;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.twobnr li a img,
.onebnr li a img {
	width: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1); 
}
.twobnr li a:hover img,
.onebnr li a:hover img{
	transform: scale(1.15);
	transition: all 0.6s;
}
.twobnr li a:hover:before,
.onebnr li a:hover:before {
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.3);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.twobnr li .bnrcont,
.onebnr li .bnrcont {
	position: absolute;
	color: #fff;
	top: 0;
	left: 20px;
	font-size: 18px;
	line-height: 28px;
	z-index: 2;
}
.twobnr li .bnrconten,
.onebnr li .bnrconten {
	font-size: 70px;
	line-height: 47px;
	font-style: italic;
	display: block;
	font-weight: 300;
	margin-bottom: 20px;
}
.twobnr li .bnrlink,
.onebnr li .bnrlink {
	position: absolute;
	right: 35px;
	bottom: 30px;
	padding-right: 60px;
	font-size: 14px;
	line-height: 19px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	z-index: 2;
}
.twobnr li .bnrlink:before,
.onebnr li .bnrlink:before {
	position: absolute;
	content: "";
	background: #fff;
	right: 0;
	top: 50%;
	width: 50px;
	height: 1px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	z-index: 2;
}
.twobnr li a:hover .bnrlink,
.onebnr li a:hover .bnrlink {
	padding-right: 80px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.twobnr li a:hover .bnrlink:before,
.onebnr li a:hover .bnrlink:before {
	width: 70px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

@media (max-width: 767px) {
.onebnr {
	margin: 120px -20px 0;
}
.twobnr {
	display: block;
	margin: 120px -20px 0;
}
.twobnr li {
	width: auto;
	padding-left: 0;
}
}


/* H
----------------------------------------------- */
.hdtxt {
	text-align: center;
	font-size: 20px;
	line-height: 2;
	margin-bottom: 100px;
}
@media (max-width: 767px) {
.hdtxt {
	font-size: 16px;
}
}


/* fade-animation
----------------------------------------------- */
.animate-fade{
	opacity: 0;
}

.scroll-fade{
	opacity: 0;
	transition: all 1s;
	transition-delay: 0.5s;
}

.scroll-fade.scrollin{
	opacity: 1;
}

.scroll-translateX{
	opacity: 0;
	transform : translateX(50px);
	transition: all 1s;
}

.scroll-translateX.scrollin{
	opacity: 1;
	transform : translateX(0);
}

.scroll-translateY{
	opacity: 0;
	transform : translateY(50px);
	transition: all 1s;
}
.scroll-translateY:nth-of-type(2){
	transition-delay: 0.2s;
}
.scroll-translateY:nth-of-type(3){
	transition-delay: 0.4s;
}

.scroll-translateY.scrollin{
	opacity: 1;
	transform : translateY(0);
}