@charset "utf-8";

/*================================
	Layout, Elements
================================*/
.clearfix:after,input[type=text],input[type=password],input[type=tel],input[type=url],input[type=email],input[type=file],input[type=image],input[type=number],input[type=range],input[type=color],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=time],input[type=search],select,textarea{display:block}blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,select,td,textarea,th,ul{margin:0;padding:0}a,a:active,a:hover,a:link,a:visited{text-decoration:none;outline:0}li,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-weight:inherit}.clearfix:after{content:" ";clear:both}*{color:#333;font-size:1.4rem;box-sizing:border-box;letter-spacing:.1rem;line-height:1.6;border-radius:0}html{font-size:10px;background:#FFF;height:100%}body{font-family:Avenir,"Helvetica Neue",Helvetica,Arial,Roboto,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;min-height:100vh;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column}button,input[type=submit],input[type=reset],input[type=search],input[type=button],select,textarea{appearance:none;-moz-appearance:none;-webkit-appearance:none}button,input,select,textarea{font-family:inherit;font-weight:inherit;outline:0;border:1px solid #333;background-color:#FFF}button,input[type=submit],input[type=reset],input[type=file],input[type=color],input[type=button]{cursor:pointer}input[type=file],input[type=image],input[type=color]{border:none;background-color:transparent}select{text-indent:.01px;text-overflow:'';background-position:100% center;background-repeat:no-repeat;padding:0 20px 0 10px}select::-ms-expand{display:none}textarea{overflow:auto;resize:vertical}canvas,iframe,img,svg,video{border:0;max-width:100%;display:block}@media screen and (max-width:480px){*{font-size:1.3rem}input,select,textarea{font-size:1.6rem}input[type=checkbox]:checked{background-color:#3B99FC}input[type=radio]{border-radius:1rem}input[type=radio]:checked{background-color:#3B99FC;border-radius:1rem}}


body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 2em;
	letter-spacing: .5px;
	font-size: 10px;
	min-width: 1280px;
}
.lato {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

html {
	font-size: 10px;
	scroll-behavior: smooth;
}
main {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

body,html {
	/* background-color: #FCFAF2; */
}

html.noscroll,
body.noscroll
 {
	overflow: hidden;
}

img {
	height: auto;
}

.animated {
	opacity: 0;
}

.fadeInUp {
	opacity: 1;
}

.bar_effect1 .active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
	background: #fff!important;
}
.bar_effect1 .active span:nth-of-type(2) {
	opacity: 0;
}
.bar_effect1 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	background: #fff!important;
}


.bar_effect2 .active span:nth-of-type(1) {
	-webkit-transform: translateY(17px) rotate(-315deg);
	transform: translateY(17px) rotate(-315deg);
	background: #fff!important;
}
.bar_effect2 .active span:nth-of-type(2) {
	opacity: 0;
}
.bar_effect2 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-4px) rotate(315deg);
	transform: translateY(-4px) rotate(315deg);
	background: #fff!important;
}


.bar_effect3 .active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.bar_effect3 .active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.bar_effect3 .active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.bar_effect3 .active span:nth-of-type(3) {
	opacity: 0;
}


.bar_effect4  span:nth-of-type(3),
.bar_effect4 .active span:nth-of-type(3) {
	transition: none;
}
.bar_effect4 .active {
	-webkit-transform: rotateX(720deg);
	transform: rotateX(720deg);
}
.bar_effect4 .active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.bar_effect4 .active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.bar_effect4 .active span:nth-of-type(3) {
	opacity: 0;
}


.bar_effect5  span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(12px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(12px) rotate(45deg);
	}
	50% {
		transform: translateY(12px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.bar_effect5  span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.bar_effect5  span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		transform: translateY(-12px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.bar_effect5 .active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(12px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(12px) rotate(0);
	}
	100% {
		transform: translateY(12px) rotate(45deg);
	}
}
.bar_effect5 .active span:nth-of-type(2) {
	opacity: 0;
}
.bar_effect5 .active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(-10px) rotate(-45deg);
	}
}


.bar_effect6 .active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.bar_effect6 .active span:nth-of-type(2) {
	left: 200%;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.bar_effect6 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
}

.sp {
	display: none!important;
}

.slick-arrow {
	font-size: 0;
	border: none;
	background-color: transparent;
	position: absolute;
	z-index: 2;
}
.slick-arrow:before {
	content: '';
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	display: block;
}
.slick-prev.slick-arrow:before {
	transform: rotate(-180deg);
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}
#header .top_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 42px 50px;
}
#header .top_nav .links {
	display: flex;
}
#header .top_nav .links > p {
	margin-left: 30px;
}
#header .top_nav .links > p i {
	margin-right: 5px;
	font-size: inherit;
}
#wrapper {
	margin-top: 110px;
}


#footer {
	background-color: #626262;
	padding: 80px 0 60px;
}
#footer * {
	color: #fff;
	text-align: center;
}
#footer .logo {
	margin-bottom: 40px;
}
#footer .logo a {
	display: inline-block;
}
#footer .address {
	font-size: 1.3rem;
	line-height: 2.3rem;
}
#footer small {
	font-size: 1.3rem;
	margin-top: 40px;
}

.lightbox .lb-image {
	border: none;
	background-color: transparent;
}
.lightboxOverlay {
	background-color: #EFEDEB;
	opacity: .9;
}
.lb-data .lb-close {
	background-image: url(../img/close.svg);
}
.lightbox {
	height: 100%;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/* padding-bottom: 110px; */
}
.lb-outerContainer {
	margin: auto;
	background-color: transparent;
}
.lb-dataContainer {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
}
.lb-nav a {
	opacity: 1!important;
}
.lb-nav {
	width: calc(100% + 140px);
	left: -70px;
}
.lb-nav a.lb-next {
	background-image: url(../img/arrow-right.svg);
}
.lb-nav a.lb-prev {
	background-image: url(../img/arrow-left.svg);
}

.page_head {
	margin-bottom: 70px;
	padding-top: 40px;
}
.page_head * {
	text-align: center;
}
.page_head .en {
	font-size: 3rem;
	letter-spacing: 4px;
}
.page_head h1 {
	font-size: 1.6rem;
}

/*---------------------------------------------------------------*\
	$930px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1250px) {

}
/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	body {
		min-width: unset;
	}
	#wrapper {
		min-width: unset;
	}
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	
	a,
	button {
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		cursor:pointer;
	}
	
	#header .top_nav {
		padding: 21px 20px 17px;
	}
	#header .top_nav .links {
		/* flex-direction: column; */
		align-items: center;
	}
	#header .top_nav .logo {
		width: 214px;
	}
	#header .top_nav .links > p {
		margin-left: 10px;
		/* padding: 0 5px; */
		text-align: center;
		font-size: 10px;
	}
	#header .top_nav .links > p a {
		font-size: 1rem;
		white-space: nowrap;
	}
	#header .top_nav .links > p i {
		margin: 0;
		font-size: 20px;
	}
	#header .top_nav .links > p a span {
		display: none;
	}
	#wrapper {
		margin-top: 75.6px;
	}

	.lb-nav {
		width: 100%;
		left: 0;
		height: calc(100% + 60px);
	}
	.lb-nav a.lb-next {
		background-position: bottom right;
	}
		.lb-nav a.lb-prev {
		background-position: bottom left;
	}

	.page_head .en {
		font-size: 2rem;
	}
	.page_head h1 {
		font-size: 1.4rem;
	}
	.page_head {
		margin-bottom: 40px;
		padding-top: 20px;
	}

	#footer .logo img {
		width: 295px;
	}
}


