@charset "UTF-8";



#common-header {
	position: fixed;
	background: rgba(255,255,255,0);
	border-bottom-color: rgba(230,230,230,0);
	transition: all 400ms ease-out;
}

body.scrolled #common-header {
	background: rgba(255,255,255,1);
	border-bottom-color: rgba(230,230,230,1);
}

/*
body.pass-ourstory #common-header {
	background: rgba(255,255,255,1);
	border-bottom-color: rgba(230,230,230,1);
}
*/
#menu-modal {
	position: fixed;
}









#kv {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 1;
}
#kv span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#kv span video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 500ms ease-out;
}
#kv span video.show {
	opacity: 1;
}

#kv .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
}

#kv .copy {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
#kv .copy h1 {
	box-sizing: border-box;
	width: 100%;
	max-width: calc(1340px + 80px);
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
}
#kv .copy strong {
	display: inline-block;
	padding: 18px 25px;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	background: rgba(255,255,255,0.5);
	border-radius: 7px;
}


#ticker {
	box-sizing: border-box;
	position: fixed;
	width: calc(100vw - 80px);
	height: 36px;
	max-width: 910px;
	left: calc(50%);
	bottom: 40px;
	z-index: 100;
	transform: translateX(-50%);
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
	overflow: hidden;
}
#ticker dl {
	display: flex;
	align-items: center;
	height: 34px;
}
#ticker dt {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 34px;
	padding: 2px 14px 0;
	font-size: 13px;
	font-family: "Josefin Sans", sans-serif;
	color: #fff;
	background: #dc1010;
}
#ticker dd {
	width: 100%;
}
#ticker a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	width: calc(100% - 65px);
	width: 100%;
	padding: 0 14px;
}
#ticker .date {
	margin: 0 14px 0 0;
	padding: 0 0 0;
	font-size: 14px;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #909090;
}
#ticker .text {
	width: calc(100% - 90px);
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	transition: all 300ms ease-out;
}
#ticker a .arrow {
	position: absolute;
	width: 10px;
	height: 10px;
	right: 16px;
	top: calc(50% - 5px);
	background: url(/img/arrow_mini.svg) 50% 50% no-repeat;
	background-size: 6px auto;
}
#ticker a:hover .text {
	color: #666;
}



















body.index main {
	margin-top: calc(100vh + 300px);
}

#common-footer,
body.index main section {
	z-index: 800;
}




#top-ourstory {
	box-sizing: border-box;
	position: relative;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
#top-ourstory::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: #9ab5e5;
}
#top-ourstory::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(/img/top_ourstory.png) 50% 100% no-repeat;
	background-size: cover;
}

#top-ourstory .content {
	position: relative;
	z-index: 10;
	padding: 100px 0 75px;
}





#top-ourstory h2 {
	font-size: 52px;
	font-family: "Josefin Sans", sans-serif;
}
#top-ourstory .lead {
	margin: 30px 0 0;
	font-size: 21px;
	font-weight: 500;
}
#top-ourstory article {
	margin: 30px 0 0;
	text-align: center;
}
#top-ourstory p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
}
#top-ourstory nav {
	width: 420px;
	margin: 40px auto 0;
}
#top-ourstory nav a {
	border: 1px solid #fff;
}





#top-about {
	position: relative;
	padding: 70px 0 0;
	background: #fff;
}
#top-about .inner {
	box-sizing: border-box;
	margin: 0 auto;
}

#top-about header {
	margin: 0 0 50px;
	text-align: center;
}
#top-about h2 {
	font-size: 52px;
	font-family: "Josefin Sans", sans-serif;
}
#top-about header .sub {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 500;
}

#top-about ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #efefef;
}
#top-about li {
	position: relative;
	width: 50%;
}
#top-about li:nth-child(2n) {
}
#top-about ul::after {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0;
	z-index: 100;
	background: #efefef;
}


#top-about .thumb {
	overflow: hidden;
	height: 330px;
	will-change: transform;
}
#top-about .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 400ms ease-out;
}
#top-about a:hover .thumb img {
	transform: scale(1.04);
}

#top-about .thumb::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 330px;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0,0,0,0.3);
}
#top-about dl {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 330px;
	left: 0;
	top: 0;
	z-index: 10;
	color: #fff;
}
#top-about dt {
	position: relative;
	font-size: 37px;
	font-family: "Josefin Sans", sans-serif;
}
#top-about dd {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 500;
}


#top-about .text {
	box-sizing: border-box;
	max-width: 540px;
	margin: 0 auto;
	padding: 25px 25px 50px;
}
#top-about .text p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
}





#top-updates {
	position: relative;
	padding: 120px 0 100px;
	background: #fff;
	border-top: 1px solid #e6e6e6;
}
#top-updates .inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	padding: 0 40px;
	margin: 0 auto;
}

#top-updates header {
	position: relative;
	margin: 0 0 70px;
}
#top-updates h2 {
	font-size: 52px;
	font-family: "Josefin Sans", sans-serif;
}
#top-updates header .sub {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 500;
}

#top-updates header ul {
	position: absolute;
	display: flex;
	right: 0;
	top: calc(50% - 10px);
}
#top-updates header li {
	position: relative;
}
#top-updates header li + li {
	margin-left: 50px;
}
#top-updates header li + li::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 16px;
	left: -25px;
	top: calc(50% - 8px);
	background: #909090;
}
#top-updates header a {
	position: relative;
	font-size: 17px;
	font-family: "Josefin Sans", sans-serif;
	color: #dc1010;
}
#top-updates header a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
	z-index: 1;
	background: #dc1010;
	transform: scaleX(0);
	transform-origin: left top;
	transition: all 300ms ease;
}

#top-updates header a:hover::after {
	transform: scaleX(1);
}

#top-updates .pickup {
	position: relative;
	box-sizing: border-box;
	padding: 70px 60px 85px;
	border-radius: #e6e6e6;
	border-radius: 7px;
	background: #f4f4f4;
	border: 1px solid #e6e6e6;
}
#top-updates .pickup h3 {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 30px;
	left: calc(50% - 55px);
	top: 0;
	padding: 2px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-family: "Josefin Sans", sans-serif;
	background: #dc1010;
	border-radius: 0 0 7px 7px;
}

#top-updates .meta {
	display: flex;
	font-size: 12px;
	font-weight: 500;
	font-family: "Josefin Sans", sans-serif;
}
#top-updates .date {
	position: relative;
	top: 0;
	color: #909090;
	font-size: 14px;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#top-updates .category {
	position: relative;
	top: 3px;
	margin-left: 20px;
}
#top-updates .category::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	left: -10px;
	top: calc(50% - 7px);
	background: #909090;
}
#top-updates .category {
	color: #dc1010;
}



#top-updates .slide {
	margin: 0 -17px;
}


#top-updates .slide-inner {
	display: flex;
}
#top-updates .slide-item {
	box-sizing: border-box;
	width: calc((100% - (34px * 2)) / 3);
	padding: 0 17px;
	
	display: block !important;
}




#top-updates .thumb {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}

#top-updates .slide .summary {
	margin: 16px 0 0;
}
#top-updates .slide .text {
	margin: 10px 0 0;
}
#top-updates .slide .text p {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	height: 3.4em;
	
	overflow: hidden;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#top-updates .entry-list {
	margin: 55px 0 0;
}

#top-updates .entry-list .meta {
	font-size: 13px;
}
#top-updates .entry-list .category::before {
	height: 12px;
	top: calc(50% - 8px);
}
#top-updates .entry-list .text {
	margin: 10px 0 0;
}
#top-updates .entry-list .text p {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	
	overflow: hidden;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#top-updates .entry-list li {
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}
#top-updates .entry-list li + li {
	margin-top: 25px;
}


#top-updates .slide-item a {
	display: block;
}
#top-updates .slide-item a img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
#top-updates .slide-item a .thumb {
	will-change: transform;
}
#top-updates .slide-item a .thumb,
#top-updates .slide-item a p,
#top-updates .slide-item a .thumb img {
	transition: all 300ms ease-out;
}
#top-updates .slide-item a:hover .thumb img {
	transform: scale(1.05);
}
#top-updates .slide-item a:hover p {
}



#top-updates .entry-list li a p {
	transition: all 300ms ease-out;
}
#top-updates .entry-list li a:hover p {
	color: #999;
}

#top-updates .entry-list li a {
	position: relative;
	display: block;
	padding-right: 60px;
}
#top-updates .entry-list li a .arrow {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;
	width: 26px;
	height: 26px;
	right: 5px;
	top: calc(50% - 13px);
	border: 1px solid #dc1010;
	border-radius: 13px;
	transition: all 300ms ease-out;
}
#top-updates .entry-list li a .arrow::after {
	position: absolute;
	display: block;
	content: "";
	width: 14px;
	height: 12px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	background: url(/img/arrow.svg) 50% 50% no-repeat;
	background-size: 14px auto;
	transition: all 150ms ease-out; 
}
#top-updates .entry-list li a:hover .arrow {
	background: #dc1010;
}
#top-updates .entry-list li a:hover .arrow::after {
	filter: brightness(0) invert(1);
}



#top-updates nav {
	width: 420px;
	margin: 70px auto 0;
}




.slick-arrow,
.slick-dots {
	position: absolute;
	bottom: -45px;
}

.slick-arrow {
	display: block;
	width: 20px;
	height: 20px;
	z-index: 10;
	padding: 0;
	margin: 0;
	font-size: 0;
	border: none;
	cursor: pointer;
}
.slick-prev {
	left: calc(50% - 60px);
	background: url(/img/arrow_prev.svg) 50% 50% no-repeat;
	background-size: 6px auto;
}
.slick-next {
	right: calc(50% - 60px);
	background: url(/img/arrow_next.svg) 50% 50% no-repeat;
	background-size: 6px auto;
}
.slick-arrow.slick-disabled {
	filter: saturate(0);
	opacity: 0.3;
}


.slick-dots {
	display: flex;
	justify-content: center;
	width: 100%;
}
.slick-dots button {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	z-index: 10;
	padding: 0;
	margin: 0;
	font-size: 0;
	border: none;
	cursor: pointer;
	background: none;
}
.slick-dots button::after {
	position: absolute;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	left: calc(50% - 3px);
	top: calc(50% - 3px);
	background: #ccc;
	border-radius: 3px;
}
.slick-dots .slick-active button::after {
	background: #dc1010;
}









/* ---------------------------------------------------------------------------------------------------- */
/* OPENING */

#common-header .logo {
	transform: translateY(-90px);
	transition: all 500ms ease;
}

#common-header .menu ul:nth-child(1) {
	transform: translateY(-90px);
	transition: all 500ms ease 100ms;
}

#common-header .menu ul:nth-child(2) {
	transform: translateY(-90px);
	transition: all 500ms ease 100ms;
}

body.start #common-header .logo {
	transform: translateY(0);
}
body.start #common-header .menu ul:nth-child(1) {
	transform: translateY(0);
}
body.start #common-header .menu ul:nth-child(2) {
	transform: translateY(0);
}




#ticker {
	transform: translate(-50%, 100px);
	transition: all 500ms ease 100ms;
}
body.start #ticker {
	transform: translate(-50%, 0);
}





/* ---------------------------------------------------------------------------------------------------- */
/* SCROLL MOTION */

#top-recruit {
	position: relative;
	padding: 75px 0 55px;
	overflow: hidden;
}

#top-recruit::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1; 
	background: url(/img/top_horigome.jpg) 50% 0% no-repeat;
	background-size: cover;
}

#top-recruit::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: -48%;
	top: 0;
	z-index: 5;
	background: #db4c4c;
	transform: skewX(-20deg);
}



#top-recruit .inner {
	box-sizing: border-box;
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1200px;
	z-index: 10;
	margin: 0 auto;
	padding: 0 40px;
}

#top-recruit .box {
	width: 50%;
	color: #fff;
}
#top-recruit .thumb {
	width: 50%;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}

#top-recruit header {
	
}
#top-recruit h2 {
	font-size: 52px;
	font-family: "Josefin Sans", sans-serif;
}
#top-recruit header .sub {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 500;
}

#top-recruit dl {
	margin: 30px 0 0;
}
#top-recruit dt {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
}
#top-recruit dd {
	margin: 15px 0 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
}
#top-recruit nav {
	width: 260px;
	margin: 40px 0 0;
}
#top-recruit nav a::after {
	background: #db4c4c;
}




.top-break {
	position: relative;
	height: 370px;
	z-index: 10;
	background: rgba(0,0,0,0.2);
}









#top-ourstory::before {
	opacity: 0;
	transition: all 800ms ease-out;
}
#top-ourstory::after {
	opacity: 0;
	transform: translateY(100px);
	transition: all 500ms ease-out;
}

#top-ourstory h2 {
	position: relative;
	height: 52px;
	overflow: hidden;
}
#top-ourstory h2 span {
	position: relative;
	display: block;
	transform: translateY(52px);
	transition: all 400ms ease;
}

#top-ourstory .lead {
	position: relative;
	height: 30px;
	overflow: hidden;
}
#top-ourstory .lead span {
	position: relative;
	display: block;
	transform: translateY(30px);
	transition: all 400ms ease;
}


#top-ourstory article,
#top-ourstory nav {
	opacity: 0;
	transform: translateY(30px);
	transition: all 300ms ease-out;
}



#top-ourstory.pass::before {
	opacity: 1;
}
#top-ourstory.pass::after {
	opacity: 1;
	transform: translateY(0px);
}
#top-ourstory.pass h2 span {
	transform: translateY(0px);
	transition-delay: 200ms;
}
#top-ourstory.pass .lead span {
	transform: translateY(0px);
	transition-delay: 200ms;
}
#top-ourstory.pass article {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 400ms;
}
#top-ourstory.pass nav {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 400ms;
}






#top-about h2 {
	position: relative;
	height: 52px;
	overflow: hidden;
}
#top-about h2 span {
	position: relative;
	display: block;
	transform: translateY(52px);
	transition: all 400ms ease;
}

#top-about .sub {
	position: relative;
	height: 25px;
	overflow: hidden;
}
#top-about .sub span {
	position: relative;
	display: block;
	transform: translateY(25px);
	transition: all 400ms ease;
}


#top-about header.pass h2 span {
	transform: translateY(0px);
	transition-delay: 0ms;
}
#top-about header.pass .sub span {
	transform: translateY(0px);
	transition-delay: 200ms;
}






#top-about ul,
#top-about li {
	border-color: rgba(255,255,255,0) !important;
	transition: all 500ms ease-out;
}
#top-about ul.pass,
#top-about ul.pass li {
	border-color: #efefef !important;
}




#top-about li .thumb {
	opacity: 0;
	transition: all 500ms ease-out;
}
#top-about li .text {
	opacity: 0;
	transition: all 500ms ease-out 300ms;
}
#top-about li dt {
	opacity: 0;
	transform: translateY(40px);
	transition: all 400ms ease-out;
}
#top-about li dd {
	opacity: 0;
	transform: translateY(40px);
	transition: all 400ms ease-out;
}


#top-about li.pass .thumb {
	opacity: 1;
}
#top-about li.pass .text {
	opacity: 1;
}
#top-about li.pass dt {
	opacity: 1;
	transform: translateY(0px);
}
#top-about li.pass dd {
	opacity: 1;
	transform: translateY(0px);
}





#top-recruit {
	background: rgba(0,0,0,0.5);
}
#top-recruit::before {
	opacity: 0;
	transform: scale(1.2);
	transition: all 400ms ease-out;
}



#top-recruit h2 {
	position: relative;
	height: 52px;
	overflow: hidden;
}
#top-recruit .sub {
	position: relative;
	height: 24px;
	overflow: hidden;
}

#top-recruit h2 span {
	position: relative;
	display: block;
	transform: translateY(52px);
	transition: all 400ms ease 0ms;
}
#top-recruit .sub span {
	position: relative;
	display: block;
	transform: translateY(24px);
	transition: all 400ms ease 200ms;
}


#top-recruit .content,
#top-recruit .nav {
	opacity: 0;
	transition: all 400ms ease-out 400ms;
}


#top-recruit.pass::before {
	opacity: 1;
	transform: scale(1);
}
#top-recruit.pass h2 span,
#top-recruit.pass .sub span {
	transform: translateY(0px);
}
#top-recruit.pass .content,
#top-recruit.pass .nav {
	opacity: 1;
}


















#top-horigome {
	box-sizing: border-box;
	position: relative;
	text-align: center;
	background: rgba(0,0,0,0.85);
	overflow: hidden;
}
#top-horigome .content {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	z-index: 10;
	padding: 100px 0 75px;
}




#top-horigome .video-player {
	position: relative;
	width: 960px;
	height: 540px;
	margin: 0 auto;
}

#top-horigome .video-player video,
#top-horigome .video-player img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#top-horigome .link {
	width: 960px;
	margin: 20px auto 0;
	text-align: right;
}
#top-horigome .link a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 0.9375rem;
}
#top-horigome .link a span {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	top: -1px;
	margin-right: 10px;
	background: #dc1010 url(/img/icon_play.svg) 55% 50% no-repeat;
	background-size: 8px auto;
	border-radius: 15px;
	vertical-align: middle;
}
#top-horigome .link a:hover {
	text-decoration: underline;
}



#top-horigome nav {
	width: 420px;
	margin: 30px auto 0;
}
#top-horigome nav a {
	border: 1px solid #fff;
}

#top-horigome .video-player a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
#top-horigome .video-player a .play {
	position: absolute;
	width: 100px;
	height: 100px;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	background: #dc1010 url(/img/icon_play.svg) 58% 50% no-repeat;
	background-size: 32px auto;
	border-radius: 50px;
}
#top-horigome .video-player img {
	transition: all 300ms ease-out;
}
#top-horigome .video-player a:hover img {
	transform: scale(1.05);
}





#top-horigome .video-player {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out;
}
#top-horigome.pass .video-player {
	opacity: 1;
	transform: translateY(0px);
}

#top-horigome .link {
	opacity: 0;
	transition: all 600ms ease-out 400ms;
}
#top-horigome.pass .link {
	opacity: 1;
}

#top-horigome nav {
	opacity: 0;
	transition: all 600ms ease-out 400ms;
}
#top-horigome.pass nav {
	opacity: 1;
}






#top-video-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.9);
}
#top-video-player {
	position: fixed;
	width: 1280px;
	height: 720px;
	left: 50%;
	top: 50%;
	z-index: 10010;
	transform: translate(-50%, -50%);
}
#top-video-player video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#top-video-close-button {
	position: fixed;
	width: 50px;
	height: 50px;
	left: calc(50% + 640px - 50px);
	top: calc(50% - 360px - 80px);
	z-index: 10000;
}
#top-video-close-button::before,
#top-video-close-button::after {
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	left: 5px;
	top: calc(50% - 1px);
	background: #fff;
}
#top-video-close-button::before {
	transform: rotate(45deg);
}
#top-video-close-button::after {
	transform: rotate(-45deg);
}


#top-video-overlay,
#top-video-player,
#top-video-close-button {
	opacity: 0;
	transition: all 400ms ease-out;
}
body.video-player #top-video-overlay,
body.video-player #top-video-player,
body.video-player #top-video-close-button {
	opacity: 1;
}



@media screen and (max-width:1380px) {
	#top-video-player {
		width: 960px;
		height: 540px;
	}
	#top-video-close-button {
		left: calc(50% + 480px - 50px);
		top: calc(50% - 270px - 80px);
	}
}

@media screen and (max-height:860px) {
	#top-video-player {
		width: 960px;
		height: 540px;
	}
	#top-video-close-button {
		left: calc(50% + 480px - 50px);
		top: calc(50% - 270px - 60px);
	}
}

@media screen and (max-height:640px) {
	#top-video-player {
		width: 800px;
		height: 450px;
	}
	#top-video-close-button {
		left: calc(50% + 400px - 50px);
		top: calc(50% - 225px - 60px);
	}
}








#floating-banner {
	box-sizing: border-box;
	position: fixed;
	width: 310px;
	height: 200px;
	right: 30px;
	bottom: 30px;
	z-index: 5000;
	border: 1px solid #dc1010;
	border-radius: 7px;
}
#floating-banner button {
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	right: -13px;
	top: -13px;
	z-index: 10;
	margin: 0;
	padding: 0;
	border: 1px solid #dc1010;
	border-radius: 13px;
	background: #fff;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#floating-banner button::before,
#floating-banner button::after {
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	left: calc(50% - 5px);
	top: 50%;
	background: #dc1010;
	transition: all 300ms ease-out;
}
#floating-banner button::before {
	transform: rotate(45deg);
}
#floating-banner button::after {
	transform: rotate(-45deg);
}
#floating-banner button:hover {
	background: #dc1010;
}
#floating-banner button:hover::before,
#floating-banner button:hover::after {
	background: #fff;
}



#floating-banner a {
	position: relative;
	display: block;
	height: 198px;
}


#floating-banner {
	visibility: hidden;
	transform: translateY(250px);
	transition: all 400ms ease-out 200ms;
}
body.show-banner #floating-banner {
	visibility: visible;
	transform: translateY(0);
}

#floating-banner button {
	transform: scale(0);
}
body.show-banner #floating-banner button {
	transform: scale(1);
}







#floating-banner.smaden {
	width: 322px;
	height: 185px;
	border: 1px solid #333;
	background: #fff url(/img/banner_smaden.jpg) 50% 50% no-repeat;
	background-size: 100% auto;
}
#floating-banner.smaden button {
	z-index: 20;
	border: 1px solid #333;
}
#floating-banner.smaden button::before,
#floating-banner.smaden button::after {
	background: #333;
}
#floating-banner.smaden button:hover {
	background: #333;
}
#floating-banner.smaden button:hover::before,
#floating-banner.smaden button:hover::after {
	background: #fff;
}

#floating-banner.smaden .new {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	right: 0;
	top: 0;
	z-index: 10;
	background: url(/img/tri.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	border-radius: 0 6px 0 0;
	pointer-events: none;
}
#floating-banner.smaden .new::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: rotate(45deg) translate(1px, -12px);
	background: url(/img/icon_new.svg) 50% 50% no-repeat;
	background-size: 34px auto;
}






#top-shortcut1 {
	border-top: 1px solid #efefef;
	background: #fff;
}
#top-shortcut1 .inner {
	display: flex;
}
#top-shortcut1 .content {
	position: relative;
	width: 50%;
}
#top-shortcut1 .label {
	box-sizing: border-box;
	position: absolute;
	width: 150px;
	left: 50%;
	top: 0;
	z-index: 10;
	transform: translateX(-50%);
	padding: 8px 15px 7px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
	color: #fff;
	background: #dc1010;
	border-radius: 0 0 8px 8px;
}
#top-shortcut1 .content a {
	position: relative;
	display: block;
}
#top-shortcut1 .title-box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	transform: translate(-50%,-50%);
}
#top-shortcut1 .thumb {
	overflow: hidden;
}
#top-shortcut1 h2 {
	font-size: 64px;
	font-family: "Josefin Sans", sans-serif;
	color: #fff;
	white-space: nowrap;
}
#top-shortcut1 h2 img {
	width: auto;
	height: 66px;
}

#top-shortcut1 article {
	padding: 24px 20px 80px;
}
#top-shortcut1 article p {
	max-width: 484px;
	margin: 0 auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
#top-shortcut1 .content a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0,0,0,0.3);
}
#top-shortcut1 .content:nth-child(2n) a::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	background: #efefef;
}


#top-shortcut1 .thumb img {
	transition: all 300ms ease-out;
}
#top-shortcut1 a:hover .thumb img {
	transform: scale(1.05);
}










#top-shortcut2 {
	background: #fff;
}
#top-shortcut2 .inner {
	display: flex;
}
#top-shortcut2 .content {
	position: relative;
	width: calc(100% / 3);
}

#top-shortcut2 .content a {
	position: relative;
	display: block;
}
#top-shortcut2 .title-box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	transform: translate(-50%,-50%);
}
#top-shortcut2 .title-box img {
	width: auto;
}
#top-shortcut2 .thumb {
	overflow: hidden;
}
#top-shortcut2 article {
	padding: 24px 20px 80px;
}
#top-shortcut2 article p {
	max-width: 340px;
	margin: 0 auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
#top-shortcut2 .content a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0,0,0,0.3);
}
#top-shortcut2 .content:nth-child(n + 2) a::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	background: #efefef;
}

#top-shortcut2 .gurilabo h2 img {
	height: 55px;
}
#top-shortcut2 .iglab h2 img {
	height: 44px;
}
#top-shortcut2 .kanseijyuku h2 img {
	height: 73px;
}


#top-shortcut2 .thumb img {
	transition: all 300ms ease-out;
}
#top-shortcut2 a:hover .thumb img {
	transform: scale(1.05);
}








#top-shortcut3 {
	background: #fff;
}
#top-shortcut3 .inner {
	display: flex;
}
#top-shortcut3 .content {
	position: relative;
	width: 50%;
	aspect-ratio: 2 / 1;
}
#top-shortcut3 .ourstory {
	background: #96b7e4;
}
#top-shortcut3 .gx {
	background: #afd3e4;
}

#top-shortcut3 .thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
#top-shortcut3 .box {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	padding: 40px 20px;
	color: #fff;
}

#top-shortcut3 h2 {
	height: 48px;
	overflow: hidden;
	font-size: 48px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
}
#top-shortcut3 h2 span {
	display: inline-block;
}
#top-shortcut3 dl {
	margin: 40px 0 0;
	text-align: center;
}
#top-shortcut3 dt {
	font-size: 22px;
	font-weight: 700;
}
#top-shortcut3 dd {
	margin: 28px 0 0;
	font-size: 16px;
	font-weight: 500;
}
#top-shortcut3 nav {
	width: 420px;
	margin: 50px 0 0;
}

#top-shortcut3 .content.ourstory .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 90%;
}
#top-shortcut3 .content.gx .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 16%;
}


@media screen and (max-width:1300px) {
	#top-shortcut3 .content {
		height: 320px;
	}
	#top-shortcut3 h2 {
		height: 45px;
		font-size: 45px;
	}
	#top-shortcut3 dl {
		margin-top: 35px;
	}
	#top-shortcut3 nav {
		margin-top: 45px;
	}
}





#top-company {
	background: #f4f4f4;
}
#top-company .inner {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 40px;
}

#top-company header h2 {
	font-size: 52px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
}
#top-company header .sub {
	display: block;
	margin: 2px 0 0;
	font-size: 20px;
	font-weight: 500;
}

#top-company ul {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
}
#top-company li {
	width: calc((100% - 80px) / 3);
}
#top-company .thumb {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}
#top-company .label {
	margin: 15px 0 0;
	font-size: 15px;
	font-weight: 700;
}

#top-company a img {
	transition: all 300ms ease-out;
}
#top-company a:hover img {
	transform: scale(1.05);
}






#top-extra {
	background: #fff;
}
#top-extra .inner {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 40px;
}
#top-extra ul {
	display: flex;
	justify-content: space-between;
}
#top-extra li {
	width: 100%;
}
#top-extra .thumb {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}
#top-extra .label {
	margin: 15px 0 0;
	font-size: 15px;
	font-weight: 700;
}

#top-extra a img {
	transition: all 300ms ease-out;
}
#top-extra a:hover img {
	transform: scale(1.025);
}







#kv .copy,
#ticker {
	transition: all 300ms ease-out;
}
body.hide-ticker #ticker {
	opacity: 0;
	visibility: hidden;
}
body.scrolled #kv .copy {
	opacity: 0;
	visibility: hidden;
}


#top-shortcut1 .content a {
	overflow: hidden;
}
#top-shortcut1 .content a::after {
	opacity: 0;
	transition: all 500ms ease-out;
}
#top-shortcut1 .thumb {
	opacity: 0;
	transition: all 500ms ease-out;
}
#top-shortcut1 h2 {
	opacity: 0;
	transform: translateY(40px);
	transition: all 500ms ease-out;
}
#top-shortcut1 article {
	opacity: 0;
	transform: translateY(20px);
	transition: all 500ms ease-out 300ms;
}
#top-shortcut1 .label {
	transform: translate(-50%, -100%);
	transition: all 500ms ease-out 300ms;
}


#top-shortcut1 .content.pass a::after {
	opacity: 1;
}
#top-shortcut1 .content.pass .thumb {
	opacity: 1;
}
#top-shortcut1 .content.pass h2 {
	opacity: 1;
	transform: translateY(0px);
}
#top-shortcut1 .content.pass article {
	opacity: 1;
	transform: translate(0px);
}
#top-shortcut1 .content.pass .label {
	transform: translate(-50%, 0px);
}



#top-shortcut2 .content a::after {
	opacity: 0;
	transition: all 500ms ease-out;
}
#top-shortcut2 .thumb {
	opacity: 0;
	transition: all 500ms ease-out;
}
#top-shortcut2 h2 {
	opacity: 0;
	transform: translateY(40px);
	transition: all 500ms ease-out;
}
#top-shortcut2 article {
	opacity: 0;
	transform: translateY(20px);
	transition: all 500ms ease-out 300ms;
}


#top-shortcut2 .content.pass a::after {
	opacity: 1;
}
#top-shortcut2 .content.pass .thumb {
	opacity: 1;
}
#top-shortcut2 .content.pass h2 {
	opacity: 1;
	transform: translateY(0px);
}
#top-shortcut2 .content.pass article {
	opacity: 1;
	transform: translateY(0px);
}




#top-shortcut3 .thumb img {
	transform: translateY(60px);
	transition: all 400ms ease-out;
}
#top-shortcut3 h2 span {
	transform: translateY(55px);
	transition: all 300ms ease-out 200ms;
}
#top-shortcut3 dl {
	opacity: 0;
	transform: translateY(30px);
	transition: all 300ms ease-out 400ms;
}
#top-shortcut3 nav {
	opacity: 0;
	transition: all 300ms ease-out 400ms;
}


#top-shortcut3 .content.pass .thumb img {
	transform: translateY(0px);
}
#top-shortcut3 .content.pass h2 span {
	transform: translateY(0px);
}
#top-shortcut3 .content.pass dl {
	opacity: 1;
	transform: translateY(0px);
}
#top-shortcut3 .content.pass nav {
	opacity: 1;
}





#floating-banner {
	display: none !important;
}








