@charset "utf-8";
/* ========================================================================
		style.css
======================================================================== */
html,body{
	height: 100%;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	background: #fff;
	color: #fff;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
	0%   { opacity: 0 }
	100% { opacity: 1 }
}
@-webkit-keyframes fadeIn {
	0%   { opacity: 0 }
	100% { opacity: 1 }
}
p{ line-height: 180%;}
a,
a:link,
a:visited,
a:active{
	color: #fff;
	text-decoration: none;
}
/* header links*/
.links{
	position: absolute;
	top: 70px;
	left: 70px;
	font-size: 16px;
	color: #333;
	z-index: 999;
}
@media screen and (max-width: 767px) {
	.links{
		top: 60px;
		left: 45px;
		font-size: 14px;
	}
}
	.links a{
		position: relative;
		display: inline-block;
		color: #fff;
	}
	.links a:first-child{
		margin-right: 25px;
	}
	.links a::after {
		position: absolute;
		bottom: -8px;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .3s;
	}
	.links a:hover::after {
		transform: scale(1, 1);
	}
/* catch copy */
.catch{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	line-height: 40px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	background: #fff;
	width: 220px;
	height: 220px;
	padding-top: 8px;
	z-index: 999;
}
@media screen and (max-width: 1100px) {
	.catch{
		font-size: 18px;
		line-height: 30px;
		width: 180px;
		height: 180px;
		padding-top: 11px;
	}
}
@media screen and (max-width: 767px) {
	.catch{
		font-size: 14px;
		line-height: 25px;
		width: 124px;
		height: 124px;
		padding-top: 11px;
	}
}
/* center contents */
.contents-center-wrap {
	border: 25px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	padding: 0 20px;
	z-index: 998;
}
@media screen and (max-width: 767px) {
	.contents-center-wrap {
		border-top   : 15px solid #fff;
		border-right : 15px solid #fff;
		border-left  : 15px solid #fff;
		border-bottom: 20px solid #fff;
	}
}
	.contents-center {
		display: block;
		text-align: left;
	}
	@media screen and (max-width: 1100px) {
		.contents-center {
			max-width: 370px;
		}
	}
	@media screen and (max-width: 767px) {
		.contents-center {
			margin-top: 95px;
			margin-top: 10vh;
		}
	}
		.contents-center .logo_area {
			text-align: center;
		}
		.contents-center .logo_area img{
			width: 100%;
			max-width: 280px;
			margin-bottom: 14px;
		}
		@media screen and (max-width: 767px) {
			.contents-center .logo_area img{
				max-width: 170px;
			}
		}
		.contents-center h1{
			font-size: 20px;
			font-weight: bold;
			line-height: 32px;
			letter-spacing: 2px;
		}
		@media screen and (max-width: 767px) {
			.contents-center h1{
				font-size: 16px;
				line-height: 28px;
				letter-spacing: 1px;
			}
		}
		.contents-center .info{
			font-size: 20px;
			font-weight: bold;
			line-height: 32px;
			letter-spacing: 2px;
		}
		@media screen and (max-width: 767px) {
			.contents-center .info{
				font-size: 16px;
				line-height: 28px;
				letter-spacing: 1px;
			}
		}
		.contents-center .info span{
			display: inline-block;
		}
		.contents-center a.insta_link{
			transition: 0.5s;
		}
		.contents-center a.insta_link:hover{
			opacity: 0.7;
		}
footer{
	position: absolute;
	bottom: 6px;
	right: 25px;
	font-size: 10px;
	color: #333;
	z-index: 999;
}
@media screen and (max-width: 767px) {
	footer{
		bottom: 4px;
		right: 15px;
		font-size: 10px;
	}
}
/* Reset jquery.bxslider.css */
.bx-wrapper {
	box-shadow: none;
	border: none;
	margin: 0;
	z-index: 1;
}

#bg-sliders li {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#bg-sliders li.slide01 {
	background-image:url(../../img/slide01.jpg);
	background-position: 35% 50%;
}
#bg-sliders li.slide02 {
	background-image:url(../../img/slide02.jpg);
}
#bg-sliders li.slide03 {
	background-image:url(../../img/slide03.jpg);
}
#bg-sliders li.slide04 {
	background-image:url(../../img/slide04.jpg);
}
#bg-sliders li.slide05 {
	background-image:url(../../img/slide05.jpg);
}
@media screen and (max-width: 767px) {
	#bg-sliders li.slide01 {
		background-position: 32% 50%;
	}
	#bg-sliders li.slide02 {
		background-position: 50% 50%;
	}
	#bg-sliders li.slide03 {
		background-position: 50% 50%;
	}
	#bg-sliders li.slide04 {
		background-position: 50% 50%;
	}
	#bg-sliders li.slide05 {
		background-image:url(../../img/slide05_sp.jpg);
	}
}
#bg-sliders li::after {
	position: absolute;
	top: 0;
	left:0;
	content:'';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
}
#bg-sliders li .credit {
	position: absolute;
	bottom: 35px;
	left: 40px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	z-index: 9999!important;
}
@media screen and (max-width: 767px) {
	#bg-sliders li .credit {
		bottom: 30px;
		left:25px;
	}
}
