@charset "utf-8";
/* fv */
#wrapper {
	transition: opacity 1s;
	position: relative;
}

#wrapper::before,
#wrapper::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	left: 0;
	right: 0;
}

#wrapper::before {
	background: url(../images/bg1.jpg) no-repeat center top;
	background-size: auto 100%;
	height: 809px;
	top: 110vh;
}

#wrapper::after {
	background: url(../images/bg2.jpg) no-repeat center bottom;
	background-size: auto 100%;
	height: 1345px;
	bottom: 265px;
}

#wrapper.hidden {
	opacity: 0;
}

@font-face {
	font-family: 'BebasKai-Regular';
	src: url('../fonts/BebasKai.ttf');
	src: url('../fonts/BebasKai.otf');
}

/* fv */
#fv {
	position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
	height: 100vh;
	background: url(../images/fv_bg.jpg) no-repeat center center;
	min-height: 600px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

#fv .fv_img {
	pointer-events: none;
	width: auto;
	height: 50vh;
	max-height: 420px;
	min-height: 320px;
}

#fv h1 {
	padding: 30px 0 0;
	left: 0;
	right: 0;
	text-align: center;
	font-family: 'Century Gothic', sans-serif;
	font-size: 50px;
	pointer-events: none;
}
#fv .scroll {
	position:absolute;
	left: 76px;
	height: 50px;
	width: 22px;
	height: 171px;
	overflow: hidden;
	bottom: 100px;
}

#fv .scroll span{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	font-size: 20px;
	color: #b9b8b8;
	letter-spacing: 0.05em;
	pointer-events: none;
	font-family: 'Century Gothic', sans-serif;
	width: 20px;
	line-height: 22px;
}
#fv .scroll::before {
	content: "";
	position: absolute;
	top: 70px;
	right: 10px;
	width: 0.1em;
	height: 100px;
	background: #b9b8b8;
	opacity: .6;
}
#fv .scroll::after{
	content: "";
	position: absolute;
	right: 10px;
	width: 0.1em;
	height: 0;
	background: #eee;
	animation: pathmove 1.6s ease-in-out infinite;
	opacity: 1;
	top: 70px;
}
#recruit_bnr {
	text-align: center;
}
#recruit_bnr img {
	max-width: 100%;
	height: auto;
}
#pr_bnr {
	text-align: center;
}
#pr_bnr img {
	max-width: 100%;
	height: auto;
}

@keyframes pathmove{
	0%{
		height: 0;
	}
	25% {
		height: 100px;
	}
	40%{
		top: 70px;
		height: 100px;
	}
	100%{
		top: 300px;
	}
}

#entry {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 11;
}
#entry a {
	color: #fff;
	font-size: 14px;
	font-family: 'Century Gothic', sans-serif;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #fff;
}

/* about */
#about {
	padding: 120px 0;
}
#about .text {
	text-align: center;
}
#about .text h2 {
	font-size: 100px;
}
#about .text span {
	padding: 0 160px;
}
#about .text span {
    width: 50px;
    height: 50px;
    position: relative;
}
/* バツ文字 */
#about .text span::before, #about .text span::after{
    content: "";
    display: block;
    width: 75%;
    height: 1px;
    background: #dbd9d9;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(-40% - -10px);
    left: 20%;
	opacity: .7;
}
#about .text span::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 25%;
}
#about .text p {
	display: block;
    text-align: center;
    font-size: 36px;
	font-family: a-otf-ryumin-pr6n, serif;
}
#about .text p:nth-of-type(1) {
	padding-top: 50px;
}
#about .text p:nth-of-type(2) {
	padding-top: 30px;
}
/* gallery */
#gallery {
    margin: 150px 0 0;
    max-width: 1600px;
    margin: auto;
    padding: 0 0 120px;
    background: url(../images/gallery_bg.png) no-repeat left 65px;
	background-size: 75% 552px;
	overflow: hidden;
}

#gallery h2 {
	position: relative;
	font-size: 140px;
	font-family: 'Century Gothic', sans-serif;
	text-align: left;
	padding: 0 0 50px 0;
}


#gallery .slider .slick-list {
	padding: 30px 0 0 30px;
}

#gallery .slider .slick-list img {
	width: 100%;
	height: auto;
}

#gallery .slider .slick-list li {
	margin: 0 40px 0 0;
	width: 400px;
	position: relative;
}

#gallery .slider .slick-list li.new:before {
	content: '';
	position: absolute;
	background: url(../images/new.png) no-repeat center center;
	background-size: 100% auto;
	left: -30px;
	top: -30px;
	width: 90px;
	height: 90px;
}

#gallery .slider .slick-list li.video:after {
	content: '';
	position: absolute;
	background: url(../images/play_btn.png?var=1) no-repeat center center;
	background-size: 100% auto;
	margin: auto;
	width: 70px;
	height: 70px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

#gallery .slick-slider  {
	position: relative;
	padding: 0 0 110px;
	width: 1300px;
}

#gallery .slider .slick-arrow {
	position: absolute;
	left: 30px;
	z-index: 99;
}

#gallery .slider .next {
	bottom: 0;
}

#gallery .slider .prev {
	bottom: 50px;
}

#gallery .slick-dots {
	bottom: 66px;
	text-align: left;
	padding: 0 0 0 95px;
}

#gallery .slick-dots li {
	margin: 0 5px;
	width: auto;
	height: auto;
}

#gallery .slick-dots li button {
	padding: 5px;
	width: 50px;
	height: 3px;
}

#gallery .slick-dots li button:before {
	content: '';
	font-size: 0;
	padding: 0;
	background: #313131;
	width: 50px;
	height: 3px;
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#gallery .slick-dots li.slick-active button:before {
	background: #959595;
}

#news {
	padding: 0 0 140px;
}

#news .gray_bg {
	position: relative;
	box-sizing: border-box;
	padding: 0 40px;
}

#news h3 {
	text-align: left;
	color: #dbd9d9;
	position: relative;
	z-index: 1;
}

#news h3 span {
	display: block;
	font-size: 70px;
	font-family: 'BebasKai-Regular', sans-serif;
	padding: 0 0 8px;
}

#news p.empty {
	text-align: center;
	color: #dbd9d9;
	font-size: 18px;
	padding: 50px 0 100px;
	position: relative;
	z-index: 1;
}

#news .gray_bg::before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 91%;
	background: #1b1b1b;
	opacity: 0.7;
	z-index: 0;
}

#news .gray_bg ul {
	position: relative;
	z-index: 1;
	padding: 20px 0 55px;
}

#news .gray_bg ul li {
	border-bottom: 1px solid #b9b8b8;
}

#news .gray_bg ul li a {
	color: #dbd9d9;
	text-decoration: none;
	display: flex;
	padding: 25px 0;
	flex-wrap: wrap;
}

#news .gray_bg ul li a span {
	font-family: 'BebasKai-Regular', sans-serif;
	width: 115px;
	line-height: 180%;
	font-size: 16px;
}

#news .gray_bg ul li a p {
	width: calc(100% - 115px);
	box-sizing: border-box;
	padding: 0 50px 0 0;
	line-height: 180%;
	font-size: 16px;
	word-break: break-word;
	font-family: 'Noto Sans', sans-serif;
}



#twitter { 
	max-width: 1600px;
	margin: auto;
	padding: 0 0 95px;
	position: relative;
}

#twitter::before {
	position: absolute;
	content: '';
	width: 45%;
	height: 320px;
	right: 0;
	top: 138px;
	margin: auto;
	background: rgba(28, 28, 28, 0.7);
	z-index: 0;
}

#twitter .feed {
	float: left;
	width: 550px;
	box-sizing: border-box;
	padding: 50px;
	background: rgba(28, 28, 28, 0.7);
}

#twitter .feed .box {
	height: 415px;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#twitter .feed .box::-webkit-scrollbar {
	display: none;
}

#twitter .account {
	font-family: 'Century Gothic', sans-serif;
	float: right;
	width: 450px;
	color: #dbd9d9;
	text-align: center;
	padding: 55px 0 0;
	z-index: 2;
	position: relative;
}

#twitter .account h4 {
	font-size: 30px;
	padding: 0 0 40px;
}

#twitter .account h4 span {
	display: block;
	font-size: 140px;
	padding: 0 0 10px;
}

#twitter .account p.btn {
	padding: 40px 0 0;
}

#twitter .account p.btn a {
	color: #dbd9d9;
	text-decoration: none;
	font-size: 18px;
	width: 360px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #dbd9d9;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

#twitter .account p.btn a::before {
	content: '';
	position: absolute;
	right: 0;
	width: 40px;
	height: 1px;
	background: #dbd9d9;
	margin: auto;
	top: 0;
	bottom: 0;
	transition: 0.5s;
}

#twitter .account p.btn a:hover::before {
	width: 30px;
}


/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
	
	#wrapper::before { 
		background-size: 155% auto;
		top: 126vh;
	}
	
	#wrapper::after { 
		background-size: 130% auto;
		bottom: 256px;
	}

	#fv	{
		height: 100vh;
		min-height: 600px;
		box-sizing: border-box;
		background-size: auto 100%;
	}
	
	#fv .logo_box {
		width: 100%;
	}

	#fv h1 {
		font-size: 22px;
		position: relative;
		top: 0;
		padding: 20px 0 0;
	}

	#fv .fv_img	{
		max-width: 280px;
		width: 55%;
		height: auto;
		position: relative;
		min-height: inherit;
	}

	#fv .scroll {
		top: 40%;
		left: 4%;
		height: 125px;
	}

	#fv .scroll span {
		font-size: 16px;
	}

	#fv .scroll::before {
		top: 60px;
		height: 65px;
	}

	#fv .scroll::after {
		top: 60px;
		animation: pathmoveSP 1.6s ease-in-out infinite;
	}
	
	@keyframes pathmoveSP{
		0%{
			height: 0;
		}
		25% {
			height: 65px;
		}
		40%{
			top: 60px;
			height: 65px;
		}
		100%{
			top: 300px;
		}
	}

	#recruit_bnr {
		padding: 0 5%;
	}
	#pr_bnr {
		padding: 0 5%;
	}

	#about {
		padding: 60px 0;
	}

	#about .text p {
		font-size: 24px;
	}

	#about .text p:nth-of-type(1) {
		padding: 50px 0 0;
	}

	#about .text p:nth-of-type(2) {
		padding: 20px 0 0;
	}

	#about .text h2 img {
		width: 80%;
		height: auto;
		max-width: 320px;
	}
	
	#news {
		padding: 0 0 60px;
	}
	
	#news h3 {
		text-align: center;
	}
	
	#news .gray_bg {
		padding: 0 6%;
	}
	
	#news .gray_bg ul {
		padding: 20px 0 40px;
	}
	
	#news .gray_bg ul li a {
		padding: 15px 0;
	}
	
	#news .gray_bg ul li a span {
		width: 80px;
	}
	
	#news .gray_bg ul li a p {
		font-size: 14px;
		width: calc(100% - 80px);
		padding: 0;
	}

	#gallery {
		background-size: 86% 80%;
		background-position: left 30px;
		padding: 0 0 150px;
	}

	#gallery h2 {
		font-size: 68px;
		padding: 0 0 40px;
		text-align: center;
	}

	#gallery .slick-slider {
		width: 100%;
		padding: 0;
	}

	#gallery .slider .slick-list {
		padding: 15px 15px 0 15px;
	}

	#gallery .slider .slick-list li {
		width: 86vw;
		margin: 0 40px 0 0;
	}
	
	#gallery .slider .slick-list li.new::before {
		left: -15px;
		top: -15px;
		width: 50px;
		height: 50px;
	}

	#gallery .slick-dots {
		text-align: center;
		padding: 0;
		bottom: -50px;
	}

	#gallery .slider .slick-arrow {
		width: 40px;
		height: 40px;
		left: 0;
		bottom: auto;
		top: 50%;
	}

	#gallery .slider .next {
		right: 0;
		left: auto;
	}

	#gallery .slick-dots li button {
		width: 30px;
	}

	#gallery .slick-dots li button::before {
		width: 30px;
	}
	
	#twitter {
		padding: 0 0 50px;
	}
	
	#twitter::before {
		left: 0;
		top: 45px;
		width: 94%;
		height: 245px;
	}
	
	#twitter .feed {
		float: none;
		width: 100%;
		padding: 20px 4%;
	}
	
	#twitter .account {
		width: 100%;
		float: none;
		padding: 0 0 55px;
	}

	#twitter .account h4 {
		font-size: 20px;
		padding: 0 0 30px;
	}

	#twitter .account h4 span {
		font-size: 70px;
	}

	#twitter .account p.btn a {
		font-size: 16px;
		width: 300px;
		height: 50px;
		line-height: 50px;
	}

}














