@-ms-viewport {
	width: auto;
}

html {
	-ms-overflow-style: scrollbar;
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
	font-size: 1.5rem;
	display: -ms-flexbox;
	position: relative;
	width: 100%;
	min-height: 100vh;
	word-wrap: break-word;
  	overflow-wrap: break-word;
	text-align: justify;
}
#home.en {
	text-align: left;
}
img {
	width: 100%;
	height: auto;
}
h2 ,h4 {
	font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h4 {
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	margin-bottom: 80px;
}
h3 , h5 {
	margin-bottom: 40px;
}
h5 {
	font-size: 26px;
	font-weight: 700;
}
body#home{
	background: #000;
}
body#home .gray {
	background: #f5f5f5;
}

body.fixed {
    position: fixed;
    width: 100%;
}

a{
	transition: 0.2s
}

a:hover{
	opacity: 0.8
}

.txt-c {
	text-align: center;
}
.wrap {
	display: grid;
}

.header h1 {
	width: 400px;
	height: auto;
}
.header h1 a:hover{
	opacity: 1
}

.outer{
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

.inner{
	max-width: 1160px;
	width: 100%;
	margin: 0 auto 40px;
	padding: 100px;
	background: #fff;
}
.inner:last-of-type {
	margin-bottom: 0;
}
.sec-in {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1160px;
	margin: 0 auto;
}
.header{
	position: absolute;
	z-index: 19;
	width: 100%;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.header .lang-box {
	display: flex;
	align-items: center;
}
#home.ja .link-lang.ja, #home.en .link-lang.en {
	pointer-events: none;
}
.link-lang {
	width: 22px;
    padding-top: 3px;
    line-height: 1;
    color: #919191;
    font-size: 12px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    transition: color 0.2s;
}
.link-lang::after {
	content: "";
    display: block;
    width: 16px;
    height: 1px;
    margin: 3px auto 0;
    transition: background-color 0.2s;
}
.link-lang:hover::after, #home.ja .link-lang.ja::after, #home.en .link-lang.en::after {
	background: #fff;
}
.link-lang:hover, #home.ja .link-lang.ja, #home.en .link-lang.en {
	color: #fff;
}
.top {
	position: relative;
	height: 100svh;
}
.main-v {
	position: absolute;
	height: 100svh;
	width: calc(100% - 120px);
	top: 0;
}
.main-v h2 {
	position: absolute;
	font-size: 100px;
	color: #fff;
	line-height: 1.2;
	left: 120px;
	bottom: 90px;
}
.main-v img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.top .credit {
	bottom: 10px;
	right: 140px;
}
.credit {
	position: absolute;
	display: block;
	font-size: 10px;
	color: #fff;
}
.hero_scroll{
	position: absolute;
	z-index: 9;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1;
    bottom: 0;
    right: 50px;
    height: 134px;
	width: 20px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: block;
	text-align: center;
}
#home .hero_scroll img{
	width: 9px;
	height: auto;
}

#home .hero_scroll_border {
	position: relative;
	background: #cecece;
	width: 1px;
	height: 80px;
	margin: 12px auto 0;
}

#home .hero_scroll_border:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	width: 1px;
	height: 40px;
	animation-name: animat;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-timing-function: ease;
}
@keyframes animat {
0% {
	height: 80px;
}

100% {
	height: 0;
}

}

@-webkit-keyframes animat {
0% {
	height: 80px;
}

100% {
	height: 0;
}
}

#home #intro{
	position: relative;
	height: 100vh;
	background: url(/img/intro_bg.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	padding: 0 20px;
}

#home #intro .txt {
	position: absolute;
	bottom: 130px;
	right: 0;
	max-width: 550px;
}
#home #intro .txt h3 {
	font-size: 26px;
	font-weight: 700;
}
#home #intro .txt h3 ,
#home #intro .txt p {
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
#home #intro .credit {
	bottom: 10px;
	right: 20px;
}

#lineup {
	padding: 150px 0 120px;
}
#lineup .inner p {
	margin-bottom: 60px;
}
#lineup .wrap {
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
#lineup .wrap .left {
	margin-right: 60px;
}
#lineup .inner:nth-of-type(4) p {
	margin-bottom: 0;
}
#lineup .inner .link-01 {
	width: 220px;
	font-size: 14px;
    line-height: 1;
    height: 30px;
    position: relative;
    font-weight: 400;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #616161;
    padding-bottom: 10px;
	margin-top: 20px;
}
#lineup .inner .link-01::after {
	position: absolute;
    bottom: 0px;
    /* left: calc(50% - 50%); */
    content: "";
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: #616161;
    transition: 0.2s;
}
#lineup .inner .link-01:hover::after {
	width: 60%;
}
#lineup .right {
	text-align: center;
}


.footer{
	padding-top: 150px;
	color: #fff;
	background: url(../img/contact_bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.footer .contact {
	position: relative;
	padding-bottom: 210px;
}
.footer .contact .credit {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.footer .contact .wrap {
	max-width: 960px;
	width: 100%;
	grid-template-columns: repeat(auto-fit , minmax(350px , 1fr));
	justify-content: center;
	gap: 30px 80px;
}
#home.en .footer .contact .wrap{
	grid-template-columns: 1fr;
}
.footer .contact .wrap p , 
.footer .contact .wrap a {
	max-width: 440px;
	width: 100%;
	margin: 0 auto;
}
.footer .contact .wrap a {
	position: relative;
	background: #3285dd;
	border-radius: 5px;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
}
.footer .contact .wrap a:after {
    position: absolute;
    content: "";
    background: url(/img/icon_arrow_wh.svg) center bottom no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    right: 20px;
}
.footer .outer{
	background-color: #212121;
	display: flex;
	justify-content: space-between;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	height: 80px;
}

.footer .outer .bar {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	font-weight: 300;
}

.footer .outer .bar ul{
	display: flex;
	justify-content: flex-start;
}

.footer .outer .bar ul li+li{
	margin-left: 26px;
}

.footer .outer .bar ul li a{
	position: relative;
	display: inline-flex;
	align-items: center;
}

.footer .outer .bar ul li a[target="_blank"]:after {
    position: relative;
    content: "";
    background: url(/img/icon_blank.svg) center bottom no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    margin-left: 6px
}

@media screen and (max-width: 1400px){
	.main-v h2 {
		font-size: 7vw;
	}
}

@media screen and (max-width: 780px){
	body {
		font-size: 1.4rem;
	}
	h4 {
		font-size: 28px;
		margin-bottom: 40px;
	}
	h5 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	h3 {
		margin-bottom: 20px;
	}
	.inner {
		padding: 50px 40px;
		margin-bottom: 20px;
	}
	.header {
		padding: 10px;
		z-index: 51;
	}
	.header h1 {
		width: 260px;
	}
	.main-v {
		width: 100%;
	}
	.top {
		z-index: 50;
	}
	.main-v h2 {
		left: 10px;
		font-size: 10vw;
	}
	.hero_scroll {
		right: 10px;
        bottom: 0px;
        height: 82px;
	}
	#home .hero_scroll a img {
		width: 7px;
	}
	.top .credit {
		left: 10px;
	}
	#home #intro {
		margin-top: -100px;
		z-index: 0;
	}
	#home #intro .txt {
		bottom: 6%;
	}
	#home #intro .txt h3 {
		font-size: 22px;
	}
	#home.en #intro {
		font-size: 12px;
		line-height: 1.6;
	}
	#home.en #intro .txt h3 {
		font-size: 18px;
	}
	
	#lineup {
		padding: 80px 20px;
	}
	#lineup .wrap {
		grid-template-columns: 1fr;
	}
	#lineup .inner p {
		margin-bottom: 30px;
	}
	#lineup .wrap .left {
		margin-right: 0;
	}
	#lineup .inner .link-01 {
		width: 180px;
		padding: 7px;
		font-size: 12px;
		margin-top: 20px;
	}

	.footer .contact .wrap p, .footer .contact .wrap a {
		width: 80%;
	}
	.footer .contact .wrap a {
		padding: 20px 0;
		font-size: 14px;
	}
	.footer .contact .wrap p:first-of-type {
		order: 1;
	}
	.footer .contact .wrap p:last-of-type {
		order: 3;
	}
	.footer .contact .wrap a:first-of-type {
		order: 2;
	}
	.footer .contact .wrap a:last-of-type {
		order: 4;
	}
	.footer {
		padding-top: 80px;
	}
	.footer .contact {
		padding-bottom: 100px;
	}
	.footer .outer {
		font-size: 10px;
		padding: 20px 10px;
	}
	.footer .outer .bar {
		flex-direction: column;
		align-items: center;
	}
}

