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


.pcOnlyB{
	display:none;
}

.pcOnlyI{
	display:none;
}

/* トップページ */

.topSec1{
	background-color: var(--color4);
	padding: var(--section-bottom) var(--section-side);
}

.topSec1Inner{
	margin-bottom: 50px;
}

.topSec1Right{
	text-align: center;
	margin-bottom: 70px;
}

.topSec1Right p{
	writing-mode: vertical-rl;
	font-size: 6.5vw;
	text-align: left;
	margin: 0 auto 40px auto;
	line-height: 2;
}

.topSec1Right p span{
	opacity: 0;
	transition: all 1.5s;
}

.active .topSec1Right p span{
	opacity: 1;
}

.topSec1Right p span:nth-of-type(2){
	transition-delay: 800ms;
}

.topSec1Right p span:nth-of-type(3){
	transition-delay: 1600ms;
}

.topSec1Right div img{
	width: 18.7vw;
	max-width: 280px;
	opacity: 0;
	transition: all 1.5s;
	transition-delay: 2400ms;
}

.active .topSec1Right div img{
	opacity: 1;
}

.topSec1Left{
	line-height: 2;
	font-size: 1.4rem;
}

.topSec1Left p{
	opacity: 0;
	transition: all 1.5s;
	transition-delay: 3200ms;
}

.active .topSec1Left p{
	opacity: 1;
}

.topSec1Btn{
	opacity: 0;
	transition: all 1.5s;
	transition-delay: 5s;
}

.active .topSec1Btn{
	opacity: 1;
}


.topSec2{
	background-color: var(--color4);
	padding: 45vw var(--section-side) 45vw;
	position: relative;
	overflow: hidden;
}

.topSec2 .inner{
	margin-bottom: var(--section-bottom);
}

.topSec2 h2{
	font-family: var(--font-dongle);
	font-size: 20vw;
	font-weight: 300;
	margin-bottom: 20px;
	opacity: 0;
	transition: all 1.5s;
	position: relative;
	transform: translateY(20px);
}

.topSec2 .active h2{
	opacity: 1;
	transform:translateY(0);
}

.topSec2 .txt{
	opacity: 0;
	transition: all 1.5s;
	position: relative;
	transform: translateY(20px);
	transition-delay: 500ms;
}

.topSec2 .active .txt{
	opacity: 1;
	transform:translateY(0);
}

.topSec2>*{
	z-index: 1;
	position: relative;
}

.topSec2 .topSec2Bg{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 70vw;
	position: absolute;
	left: 35%;
	top: 0;
	list-style-type: none;
	z-index: 0;
}

.topSec2Bg li{
	box-sizing: border-box;
	width: 50%;
}

.topSec2Bg li:nth-of-type(1){
	padding: 5px;
	animation: rotateAnime 9s infinite linear;
}

.topSec2Bg li:nth-of-type(2){
	padding: 20px;
	animation: rotateAnime 15s infinite linear;
}

.topSec2Bg li:nth-of-type(3){
	padding: 20px;
	animation: rotateAnime 12s infinite linear;
}

.topSec2Bg li:nth-of-type(4){
	padding: 5px;
	animation: rotateAnime 5s infinite linear;
}

.topSec2Bg li img{
	width: 100%;
}

@keyframes rotateAnime {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}

.topSec2Slider{
	list-style-type: none;
	margin: 0 0 40px 0;
	padding: 0;
}

.topSec2Slider li{
	margin: 0;
	padding: 40px;
	position: relative;
}

.topSec2Slider li::before{
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	right: 1px;
	top: 0;
	border-top:solid 2px var(--color1);
	border-right:solid 2px var(--color1);
}

.topSec2Slider li::after{
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	left: 1px;
	bottom: 0;
	border-bottom:solid 2px var(--color1);
	border-left:solid 2px var(--color1);
}

.topSec2Slider li figure{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.topSec2Slider li figure figcaption{
	writing-mode: vertical-rl;
	font-size: 2rem;
	min-height: 8em;
}

.topSec2Slider li figure span{
	display: inline-block;
	width: 170px;
	box-sizing: border-box;
	padding: 25px 35px;
	border-radius: 5px;
	background-color: #FFF;
	margin: 20px 0 0 10px;
}

.topSec2Slider li figure span img{
	max-width: 100%;
}


.topSec2Slider li dl dt{
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.8rem;
}

.topSec2Slider li dl dd{
	padding: 0 5%;
}

/* bx調整 */
.bx-controls,.bx-controls-direction{
	position: static;
}

.bx-wrapper{
	margin: 0 0 80px 0;
	background: none;
	border: none;
	box-shadow: none;
}

.bx-controls-direction a{
	transition: none;
	opacity: 1 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	border: solid 1px var(--color1);
	background: none;
	width: 16px;
	height: 16px;
	border-radius: 9px;
	margin: 0 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background-color: var(--color1);
}

.bx-wrapper .bx-prev{
	left: -30px;
}

.bx-wrapper .bx-next{
	right: -30px;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
	bottom: -40px;
}
/* bx調整ここまで */

.topSec3{
	position: relative;
	padding-top: 23.2vw;
	margin-top: -24vw;
	background: url(../img/top/sec3_bottom.svg) no-repeat bottom center;
	background-size: 100% 10vw;
	padding-bottom: 9vw;
}

.topSec3 .wave1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0.85;
	height: 24vw;
}

.topSec3 .wave1 img,.topSec3 .wave1 svg{
	width: 100%;
	height: 24vw;
}

.topSec3 .topSec3Body{
	padding:0 var(--section-side) var(--section-bottom);
	color: #FFF;
	background-color: rgba(154,197,196,0.98);
}

.topSec3 h2{
	font-family: var(--font-dongle);
	font-size: 20vw;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 50px;
	padding: 0;
}

.topSec3 figure figcaption{
	padding-bottom: 40px;
}

.topSec3 figure{
	padding-bottom: 50px;
}

.topSec3 figure>*{
	position: relative;
	transform: translateY(20px);
	transition: all 1.5s;
	opacity: 0;
}

.topSec3 figure.active>*{
	opacity: 1;
	transform: translateY(0);
}

.topSec3 figure img{
	transition-delay: 1s;
}

.topSec4{
	padding: 100px 0 var(--section-bottom) 0;
	margin-bottom: var(--section-bottom);
}

.topSec4 h2{
	font-family: var(--font-dongle);
	font-size: 20vw;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 50px;
	padding: 0;
	text-align: center;
}

.topSec4 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.topSec4 ul.nobx{
	display:flex;
	justify-content:center;
	margin-bottom: 40px;
	
}

.topSec4 ul li{
	margin: 0;
	padding: 0;
	width: 50%;
	
}

.topSec4 ul.nobx li{
	margin:0 10px;
	width:48%;
}

.topSec4 ul li:not(.active-slide) a{
	transform: scale(0.8);
}

.topSec4 ul li a{
	display: block;
	padding: 35px 22px 60px 22px;
	position: relative;
	background-color: var(--color4);
	border-radius: 10px;
	text-decoration: none;
	transition: transform 1000ms;
}

.topSec4 ul li a:after{
	content: "Read more";
	padding: 0;
	border-bottom: solid 1px var(--color1);
	position: absolute;
	left: 22px;
	bottom: 35px;
}

.topSec4 ul li a figure{
	padding-bottom: 25px;
}

.topSec4 ul li a figure img{
	width: 100%;
}

.topSec4 ul li a .date{
	font-size: 1.2rem;
	line-height: 0;
	margin-bottom: 15px;
}

.topSec4 ul li a .txt{
	height: 8em;
	overflow: hidden;
	margin-bottom: 15px;
}

.topSec4 .slider {
	overflow: hidden;
}
.topSec4 .bx-wrapper {
	border: none;
	box-shadow: none;
	overflow: hidden;
}    
.topSec4 .bx-viewport {
	overflow: visible !important;
	width: 50vw !important;
	margin: 0 auto;
 }

 .topSec4 .bx-wrapper .bx-next{
	 right: 20%;
 }

 .topSec4 .bx-wrapper .bx-prev{
	 left: 20%;
 }


 /* ABOUT US --------------------*/
 .ABOUT .lowHead{
	width: 100%;
}

.ABOUT .lowHead .wave1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0.85;
	height: 24vw;
}

.ABOUT .lowHead .wave1 img,.ABOUT .lowHead .wave1 svg{
	width: 100%;
	height: 24vw;
}

.ABOUT .lowHead .wavArea{
	height: 24vw;
	position: relative;
	overflow: hidden;
}

.ABOUT .lowHead .wavEnd{
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 100%;
}

.ABOUT .lowHead .wavEnd img{
	width: 100%;
}

.aboutSec1 dl dt{
	width: 100%;
	font-weight: bold;
	padding: 0 0 5px 0;
	border-bottom: solid 2px var(--color1);
}

.aboutSec1 dl dd{
	padding: 15px 0 50px 0;
}

.aboutSec2 p{
	margin-bottom: 50px;
}


.aboutSec3 p{
	text-align: center;
	margin-bottom: 50px;
	line-height: 2.4;
}

.aboutSec3 p:last-of-type{
	font-weight: bold;
}


 /* COMPANY --------------------*/

 #moonMovie{
	width: 100%;
	min-height: 28vw; 
 }

 .comSec1 p{
	 margin-bottom: 50px;
	 text-align: center;
	 line-height: 2.4;
 }

 .comSec1 p.com1_1{
	writing-mode: vertical-rl;
	font-size: 6.5vw;
	text-align: left;
	margin: 0 auto 0px auto;
	line-height: 2;
	letter-spacing: 0.5rem;
}

.comSec1 p.com1_1 span{
	opacity: 0;
	transition: all 1.5s;
}

.comSec1.active p.com1_1 span{
	opacity: 1;
}

.comSec1 .ten{
	padding: 20px 0;
}

.comSec1 .ten span{
	display: block;
	background-color: var(--color2);
	width: 8px;
	height: 8px;
	border-radius: 4px;
	margin: 10px auto;
}

.comSec1 .face{
	opacity: 0;
	transition: opacity 1s;
}


.comSec1 .face.active{
	opacity: 1;
}

.comSec1 .face .after{
	padding: 0;
	background-repeat: no-repeat;
	background-size: 50vw auto;
	background-position: center top;
	height: 60vw;
}

.comSec1 .face .after{
	display: none;
}

.comSec1 .face.active .after{
	display: block;
}

.comSec1 .face.active .before{
	display: none;
}

.comSec2 p{
	text-align: center;
	line-height: 2.4;
}

.comSec3 .com3_1{
	margin: 0 5px;
	position: relative;
	text-align: center;
	opacity: 0;
	transform: scale(0.8);
	transition: all 1s;
}

.comSec3 .com3_1.active{
	transform: scale(1);
	opacity: 1;
}

.comSec3 .com3_1 dl{
	position: absolute;
}

.comSec3 .com3_1 dl dt{
	font-size: 3.2vw;
	font-weight: bold;
	text-align: center;
}

.comSec3 .com3_1 dl dt span{
	font-family: var(--font-dongle);
	line-height: 0;
	font-size: 7vw;
	display: inline-block;
	transform: translateY(2.5vw);
}

.comSec3 .com3_1 dl dd{
	text-align: center;
	line-height: 1.4;
	padding-top: 0.5vw;
	font-size: 2.2vw;
}

.comSec3 .com3_1 dl:nth-of-type(1){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.comSec3 .com3_1 dl:nth-of-type(1) dt span{
	font-size: 9vw;
}

.comSec3 .com3_1 dl:nth-of-type(2){
	top: 3%;
	left: 50%;
	transform: translate(-50%,0);
}

.comSec3 .com3_1 dl:nth-of-type(3){
	top: 24%;
	left: 5%;
}

.comSec3 .com3_1 dl:nth-of-type(4){
	top: 24%;
	right: 10%;
}

.comSec3 .com3_1 dl:nth-of-type(5){
	top: 64%;
	left: 16%;
}

.comSec3 .com3_1 dl:nth-of-type(6){
	top: 64%;
	right: 15.5%;
}

#LOW main .comSec4 h3{
	line-height: 0.7;
}

.comSec4 .com4_1{
	text-align: center;
	position: relative;
	width: 30%;
	margin: 0 auto 90px auto;
}

.comSec4 .com4_1 img{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 1.5s;
}

.comSec4 .com4_1.active img{
	opacity: 1;
}

.comSec4 .com4_1 img:nth-of-type(1){
	position: static;
}

.comSec4 .com4_1 img:nth-of-type(2){
	transition-delay: 500ms;
}

.comSec4 .com4_1 img:nth-of-type(3){
	transition-delay: 1000ms;
}

.comSec4 .com4_1 img:nth-of-type(4){
	transition-delay: 1500ms;
}

.comSec4 .com4_2{
	text-align: center;
	line-height: 2.4;
	margin-bottom: 90px;
}

#LOW main .comSec4 h4{
	font-family: var(--font-dongle);
	font-size: 3rem;
	font-weight: 300;
	line-height: 1;
	position: relative;
	margin-bottom: 65px;
	padding-bottom: 10px;
}

.comSec4 h4:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	border-left: solid 1px var(--color1);
	height: 20px;
}

.comSec4 .com4_3{
	padding-bottom: var(--section-bottom);
}

.comSec4 .com4_3 figure{
	margin-bottom: var(--section-bottom);
	text-align: center;
	opacity: 0;
	transition: all 1.5s;
}

.comSec4 .com4_3.active figure{
	opacity: 1;
}

.comSec4 .com4_3.active figure:nth-of-type(2){
	transition-delay: 1s;
}

.comSec4 .com4_3.active figure:nth-of-type(3){
	transition-delay: 2s;
}


.comSec4 .com4_3 figure img{
	width: 84px;
	margin-bottom: 20px;
}

.comSec4 .com4_3 figure figcaption{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.6rem;
}

.comSec4 .com4_3 figure p{
	text-align: center;
}

.comSec4 .com4_4{
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}

.comSec4 .com4_4 span{
	display: block;
	width: 20vw;
	height: 20vw;
	border-radius: 10px;
	opacity: 0;
	transition: all 1.5s;
}

.comSec4 .com4_4.active span{
	opacity: 1;
}

.comSec4 .com4_4 span:nth-of-type(1){
	background-color: var(--color3);
}

.comSec4 .com4_4 span:nth-of-type(2){
	background-color: var(--color2);
	transition-delay: 1s;
}

.comSec4 .com4_4 span:nth-of-type(3){
	background-color: var(--color5);
	transition-delay: 2s;
}


.comSec4 .com4_4 p{
	width: 100%;
	margin-top: 25px;
	text-align: center;
}


 /* BRANDS --------------------*/

 .BRANDS .lowHead ul{
	 padding: 0 10vw;
	 list-style-type: none;
	 margin: 0;
	 display: flex;
	 justify-content: space-between;
}

.BRANDS .lowHead ul li{
	margin: 0;
	padding: 0;
	width: 23%;
	text-align: center;
}

.BRANDS .lowHead ul li:nth-of-type(1) img{
	animation: rotateAnime 10s infinite linear;
}

.BRANDS .lowHead ul li:nth-of-type(2) img{
	animation: rotateAnime 5s infinite linear;
}

.BRANDS .lowHead ul li:nth-of-type(3) img{
	animation: rotateAnime 20s infinite linear;
}

.BRANDS .lowHead ul li:nth-of-type(4) img{
	animation: rotateAnime 15s infinite linear;
}

.braSec1{
	padding: 20px 0 0 0;
}

.braSec1 .topSec2Slider li dd{
	margin-bottom: 1em;
}

.braSec1 .topSec2Slider li dd:last-of-type{
	margin-bottom: 0;
}

#LOW main .braSec1 .topSec2Slider{
	margin: 0 0 40px 0;
	padding: 0;
}

.bra1_1 a:first-child{
	margin-bottom: 20px;
}


/* RECRUIT --------------------*/
.RECRUIT .lowHead {
	padding: 0 var(--section-side) var(--section-bottom);
}

.recHead1{
	font-size: 1.2rem;
	margin-top: 20px;
}

#LOW.RECRUIT main{
	background-color: #FFF;
}

#LOW.RECRUIT footer{
	border: none;
}

#LOW main section.recSec1{
	padding:0;
}



/* privacy --------------------*/
.priSec1{}


.priSec1 ol{
	margin: 0 0 50px 0;
	padding: 0 0 0 2em;
}

.priSec1 ol>li{
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	text-indent: -2.8em;
}

.priSec1 ol>li:before{
	display: marker;
	content: "（" counter(cnt) "） ";
}


.priSec1 p{
	margin-bottom: 50px;
}

.priSec1 ul{
	margin: 0 0 10px 0;
	padding: 0;
	transform: translateX(5px);
}

.priSec1 ul>li{
	padding: 0;
	margin: 0;
	list-style-type: disc;
	text-indent: -1.5em;
}

#LOW.PRIVACY main{
	padding-top:0;
}