@charset "UTF-8";
/* CSS Document */

/* font */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
    font-family: 'bebas_neuebold';
    src: url('fonts/bebasneue_bold.eot');
    src: url('fonts/bebasneue_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_bold.woff') format('woff'),
         url('fonts/bebasneue_bold.ttf') format('truetype'),
         url('fonts/bebasneue_bold.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue_regular.eot');
    src: url('fonts/bebasneue_regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_regular.woff') format('woff'),
         url('fonts/bebasneue_regular.ttf') format('truetype'),
         url('fonts/bebasneue_regular.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trendex_ssiregular';
    src: url('fonts/trendex_ssi.eot');
    src: url('fonts/trendex_ssi.eot?#iefix') format('embedded-opentype'),
         url('fonts/trendex_ssi.woff') format('woff'),
         url('fonts/trendex_ssi.ttf') format('truetype'),
         url('fonts/trendex_ssi.svg#trendex_ssiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* basic */
body {
	margin: 0;
	padding: 0;
	font-family: 'trendex_ssiregular',"游ゴシック体", YuGothic,"Noto Sans Japanese";
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333333;
	text-align: center;
	overflow-x: hidden;
	text-align: center;
}
ul, li, a, img, div, p, input, textarea, span {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    vertical-align: top;
    outline: none;
    border: none;
	box-sizing: border-box;
	-webkit-appearance:none;
}
img, video {
	width: 100%;
	height: auto;
}
a {
    cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	overflow: hidden;
}
p {
    margin: 30px 0;
	text-align: left;
}
div span, p span, span span {vertical-align: baseline;}
@media(max-width: 600px) {
p {
    margin: 10px 0;
}
}
main {
	width: 100vw;
	overflow-x: hidden;
}
/* font*/
.bebas {
	font-family: 'bebas_neueregular';
	text-transform: uppercase;
}
.bebas-bold {
	font-family: 'bebas_neuebold';
	text-transform: uppercase;
}
p.txt-center {text-align: center;}
p.txt-left {text-align: left;}
p.txt-right {text-align: right;}
.size12 {font-size: 12px;}
.size16 {font-size: 16px;}
.size18 {font-size: 18px;}
.size21 {font-size: 21px;}
.size24 {font-size: 24px;}
.size36 {font-size: 36px;}
.size48 {font-size: 48px;}
.size72 {font-size: 72px;}
.size110 {font-size: 100px;}
@media(max-width: 1000px) {
	br.pc {
		display: none;
	}
.size16 {font-size: 14px;}
.size18 {font-size: 16px;}
.size21 {font-size: 18px;}
.size24 {font-size: 20px;}
.size36 {font-size: 30px;}
.size48 {font-size: 44px;}
.size72 {font-size: 60px;}
.size110 {font-size: 80px;}
}
@media(min-width: 601px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
}
@media(max-width: 600px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.size12 {font-size: 2.5vw;}
	.size14 {font-size: 3vw;}
.size16 {font-size: 3.5vw;}
.size18 {font-size: 3.8vw;}
.size21 {font-size: 4vw;}
.size24 {font-size: 4.2vw;}
.size36 {font-size: 4vw;}
	.bebas.size36 { font-size: 6vw;margin-top: 10px;}
.size48 {font-size: 5.2vw;}
.size72 {font-size: 6vw;}
.size110 {font-size: 10vw;}
}

/*color*/
.txt-white {color: #fff;}
.bg-pink {background-color: #a0b8ab}
.bg-lightpink {background-color: rgba(246, 199, 200, 0.5)}
.bg-black {background-color: #333; color: #fff}
.bg-gray {background-color: #f1f1f1}

/*box*/
.grid-box {
	display: grid;
	display: -webkit-grid;
	display: -moz-grid;
	display: -ms-grid;
	display: -o-grid;
	text-align: left;
}
.flex-box {
    display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	text-align: left;
	align-items: center;
    -webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}
.box-300 {
	width: 300px;
	max-width: 30%;
	margin: auto;
}
.box-400 {
	max-width: 400px;
	margin: auto;
}
.box-600 {
	max-width: 640px;
	margin: auto;
	padding: 0 20px;
}
.ab-box {
	position: absolute!important;
	z-index: 1;
}
img.ab-box {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
a.button {
    border: solid 1px;
    color: #000;
    background-color: #fff;
    padding: 0 30px;
    line-height: 2.4em;
    display: inline-block;
}
.rel-box {position: relative;}
.shadow-box {
	box-shadow: 7px 7px 12px rgba(0, 0, 0, .3);
}
@media(min-width: 1141px) {
.box-1100 {
	width: 1100px;
	margin: auto;
}
}
@media(max-width: 1140px) {
	.box-1100 {
	padding-left: 20px;
	padding-right: 20px;
}
	.map-box.box-1100 {
	padding-left: 0;
	padding-right: 0;
}
}
@media(min-width: 601px) {
.full-box {
	height: 100vh;
}
	.img-box {
		overflow: hidden;
		margin-bottom: 2em;
	}
	.img-box > div:first-of-type {
	float: right;
}
.img-box > div:nth-of-type(2) {
	float: left;
}
}
@media(max-width: 600px) {
	.full-box {
	height: 90vh;
}
	.img-box {
		margin-bottom: 50px;
	}
}

/*first*/
.fv-logo {
	max-width: 70vw;
	margin: auto;
}
#first p {
    margin-top: 50px;
}
#first p + p {
    margin-top: 30px;
}


/*concept*/
#concept > div {
	width: 100vw;
}
@media(max-width: 800px) {
#concept .ab-box {
    position: relative!important;
}
	#concept p {
    margin: 50px 0;
    color: #333;
}
}
/*luvhair*/
#luvhair .bg-pink {
	border: solid 20px #fff;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.luvhair-logo {
    width: 380px;
    max-width: 50vw;
    margin-bottom: 100px;
}
@media(min-width: 601px) {
#luvhair .img-box > div:first-of-type {
	width: 40%;
}
	#luvhair .img-box > div:nth-of-type(2) {
	width: 60%;
		padding-right: 30px;
}
}
@media(max-width: 800px) {
#luvhair .back {
    height: 100vw;
	top: 0;
}
	#luvhair .back img {
    height: 100vw;
    object-fit: cover;
    object-position: 70% center;
}
	#luvhair .ab-box.back img {
    object-position: left center;
}
	#luvhair .img-box.ab-box {
    position: relative!important;
    margin-top: -90vw;
		text-align: center;
}
	#luvhair .img-box.ab-box img {
		padding: 0 10%;
	}
	a.button {margin: auto;}
}
@media(min-width: 601px) and (max-width: 1140px) {
#luvhair .box-1100 {
    padding-left: 70px;
}
	.luvhair-logo {
    width: 380px;
    max-width: 30vw;
    margin: 50px 0;
}
}
@media(max-width: 600px) {
#luvhair .bg-pink {
    border: solid 10px #fff;
}
	.luvhair-logo {
    max-width: 80%;
    margin: 20vw 0 30px;
}
	.luvhair-logo + p, .luvhair-logo + p + p {
    padding: 0 20px;
}
}

/*content*/
.area {
	padding: 200px 0;
}
.title {
	margin: 200px auto 100px;
	letter-spacing: 0.1em;
}
.title.txt-right {
    text-align: right;
}
.area .img-box {
	margin-top: 100px;
}
.area .img-box > div:first-of-type {
	width: 60%;
}
.area .img-box > div:nth-of-type(2) {
	width: 36%;
	margin-top: 260px;
}
.area .ab-box {
	top: 0;
    z-index: -2;
}
.profile-box1 .ab-box {
    right: 0;
}
.profile-box2 .ab-box {
    left: 0;
}
.grid-box.grid1 {
	grid-template-columns: 400px 1fr;
	-webkit-grid-columns: 400px 1fr;
	-moz-grid-columns: 400px 1fr;
	-ms-grid-columns: 400px 1fr;
	-o-grid-columns: 400px 1fr;
	gap: 50px;
	margin-bottom: 50px;
}
.grid-box.grid2 {
	grid-template-columns: 1fr 400px;
	-webkit-grid-columns: 1fr 400px;
	-moz-grid-columns: 1fr 400px;
	-ms-grid-columns: 1fr 400px;
	-o-grid-columns: 1fr 400px;
	gap: 50px;
	margin-bottom: 50px;
}
.bottom-box {
    display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: flex-end;
    -webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-o-align-items: flex-end;
	-ms-align-items: flex-end;
	flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}
.bottom-box > div {
	width: 100%;
}
.bottom-box p {
    margin-bottom: 0;
}
#content .box-300 {
	margin-bottom: 100px;
}
@media(min-width: 1140px) {
.title.txt-right {
    transform: translateX(0.2em);
}
}
@media(max-width: 1139px) {
.area {
	padding: 120px 0;
}
	.title {
		margin-top: 100px
	}
}
@media(max-width: 800px) {
.grid-box.grid1 {
    grid-template-columns: 50% 1fr;
    -webkit-grid-columns: 50% 1fr;
    -moz-grid-columns: 50% 1fr;
    -ms-grid-columns: 50% 1fr;
    -o-grid-columns: 50% 1fr;
    gap: 30px;
}
.grid-box.grid2 {
	grid-template-columns: 1fr 50%;
	-webkit-grid-columns: 1fr 50%;
	-moz-grid-columns: 1fr 50%;
	-ms-grid-columns: 1fr 50%;
	-o-grid-columns: 1fr 50%;
	gap: 30px;
}
	.profile-box1 .ab-box {
    left: -20px;
}
	.profile-box2 .ab-box {
    right: -20px;
}
	.area {
    padding: 100px 0;
}
	.title {
	margin: 100px auto 50px;
}
	.profile-logo {
    opacity: 0;
}
.area .img-box > div:nth-of-type(2) {
    margin-top: -50px;
    margin-left: 64%;
}
}

/*collabo*/
.collabo > div {
    margin-top: 100px;
}
@media(min-width: 601px) {
	.collabo > div {
		overflow: hidden;
	}
	.collabo > div > div {
		float: left;
	}
	.collabo .box-400 {
    width: 40%;
		max-width: 40%;
}
	.collabo > div:nth-of-type(2n) .box-400 {
    float: right;
	}
	.collabo > div:nth-of-type(2n) .box-400 p {
		text-align: right;
	}
	.collabo > div > div:nth-of-type(2n) {
		width: 75%;
    position: relative;
    z-index: -1;
    margin-top: 100px;
	}
	.collabo > div:nth-of-type(2n+1) > div:nth-of-type(2n) {
    margin-left: -15%;
    padding: 50px 50px 50px 20%;
	}
	.collabo > div:nth-of-type(2n) > div:nth-of-type(2n) {
    margin-right: -15%;
    padding: 50px 20% 50px 50px;
	}
}
@media(max-width: 600px) {
.collabo .bg-lightpink {
    margin: 0 -20px;
    padding: 20px;
}
}
/*loop*/
#loop {
    margin-top: 200px;
}
#loop .grid-box {
    grid-template-columns: 1fr 50px 1fr;
    -webkit-grid-columns: 1fr 50px 1fr;
    -moz-grid-columns: 1fr 50px 1fr;
    -ms-grid-columns: 1fr 50px 1fr;
    -o-grid-columns: 1fr 50px 1fr;
    gap: 10px;
	align-items: center;
    -webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	margin: 100px auto 50px;
}
@media(max-width: 600px) {
	#loop {
    margin-top: 100px;
}
}

/*map*/
.world {
	padding: 100px 20px;
	margin-top: 0;
	overflow: hidden;
}
.world .title {
    margin: 0 auto 50px;
}
.map-box {
    margin-top: 50px;
}
.map.ab-box {
    top: 0;
}
@media(max-width: 600px) {
.world {
    padding: 80px 20px;
    margin-top: 0;
}
}

/*contact*/
#contact .title {
    margin-bottom: 50px;
}
form input, form select, form textarea {
    width: 100%;
}
form input, form select, form textarea, form button {
    margin-top: 20px;
    line-height: 40px;
    padding: 10px 20px;
	color: #333;
    border: 0;
    outline: none;
    border-radius: 0;
	-webkit-appearance: none;

}
form button {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
form input, form select {
    height: 60px;
}
form select {
    padding-right: 60px;
    background-image: url(img/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 60px;
}
#Thanks {
	opacity: 0;
	background-color: #fff;
    padding: 50px;
    position: fixed;
    left: 40%;
    right: 40%;
    top: 100px;
    pointer-events: none;
    z-index: 100;
    display: inline-block;
    color: #000;
}
#Thanks:after {
    content: '×';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 36px;
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1em;
}
#Thanks:target {
  opacity: 1;
pointer-events: auto;
}

/*footer*/
footer {
    margin-top: 200px;
    padding: 30px 20px;
}

/*anime*/
.anime {
	-webkit-transition: 1s ease;
	-moz-transition:1s ease;
	-o-transition:1s ease;
	-ms-transition:1s ease;
	transition:1s ease;
}
.fade {opacity: 0;}
.fade.active {opacity: 1;}
.side {
	overflow: hidden;
	position: relative;
}
.side:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 1;
	transform: translateX(0);
	-webkit-transition: .5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
	-ms-transition:.5s ease;
	transition:.5s ease;
}
.side.active:after {
	transform: translateX(100%);
}
.scale-box {
	overflow: hidden;
}
.scale-box img {
	-webkit-transition: .5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
	-ms-transition:.5s ease;
	transition:.5s ease;
	transform: scale(1.3);
}
.scale-box.active img {
	transform: scale(1);
}
.map {
	transform: translateX(100%);
	overflow: hidden;
	-webkit-transition: 2s ease;
	-moz-transition: 2s ease;
	-o-transition: 2s ease;
	-ms-transition: 2s ease;
	transition: 2s ease;
}
.map img {
	transform: translateX(-100%);
	-webkit-transition: 2s ease;
	-moz-transition: 2s ease;
	-o-transition: 2s ease;
	-ms-transition: 2s ease;
	transition: 2s ease;
}
.map.active, .map.active img {
	transform: translateX(0);
}

#js-player {
    width: 100vw;
    height: 56.25vw;
}