@charset "utf-8";
* {
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, "sans-serif"
}

body {
	background-color:#0000000;
	color:#fff;	
    line-height:1.5;
    margin: 0;
    padding: 0;
}

.wrapper{
    z-index: 2;
    display: inline;
    width: 100%;
    height: 100vh;
	background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("../images/evolve-jacket4c.png");
	background-size: cover;
	background-position: center;
    text-align: center;
}

.open{
    color: #FFFFFF;
    font-size: 24px;
    display: block;
    float: left;
    margin: 1em 0 0 1em;
    cursor: pointer;
}

.close{
    float: left;
    margin: 0em 0 0 1em;
    cursor: pointer;
}

.nav{
    width: 0%;
    height: 100vh;
    overflow-x: hidden;
    z-index: 1;
    position: fixed;
    background: rgba(0,0,0,0.5);
    display: block;
    transition: 0.4s;
}

.nav a{
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    display: block;
    padding: 1em 0;
    transition: 0.4s;
    clear: left;
}

.nav a:not(:first-child):hover{
    color: #000000;
    background-color: #fff;
}

.video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30vh;
    padding-right: 5vh;
    position: relative;
    background-image: url(images/evolve-jacket3c.png);
    animation-name: fadein;
    animation-duration: 2s;
    
}

/* ===========================================
LOGO
===============================================*/

.Textlogo{
    position: absolute;
    text-align: center;
    padding-left: 25px;
    z-index: 1;
}

.Textlogo img{
	width: 150px;
	height: auto;
}



.minilogo, .logo{
    text-align: center;
}

.minilogo{
    padding-top: 11vh;
}

.minilogo img{
	width: 170px;
    height: 170px;
}

.logo{
    padding-top: 11vh;
}

.logo img{
	width: 170px;
	height: 170px;
    animation-name: fadein;
    animation-duration: 2s;
}

.title, .title2{
	display: flex;
    justify-content: center;
    margin-top: -3vh;
    word-break: break-all;
}

.title{
    text-align: center;
}

.title h1, .title2 h1{
    color: #fff;
    animation-name: fadein;
    animation-duration: 2s;
}

.title h1{
    font-size: 50px;
}

.title2 h1{
	font-size: 30px;
    text-align: center;
}

.mailaddress{
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.maintext{
    position: relative;
	font-size: 20px;
	text-align: center;
    line-height: 1.5;
    top: 10vh;
    animation-name: fadein;
    animation-duration: 2s;
}

.home-text-sp{
    padding-left: 20px;
    padding-top: 10px;
    animation-name: fadein;
    animation-duration: 2s;
    max-width: 1200px;
	margin: auto;
    position: relative;
}

.service-text{
    position: relative;
	font-size: 20px;
	text-align: left;
    margin-left: 2vw;
    margin-right: 2vw;
    line-height: 1.5;
    top: 10vh;
    animation-name: fadein;
    animation-duration: 2s;
    word-wrap: break-word;
}

.home-text-sp{
    padding-left: 20px;
    padding-top: 10px;
    animation-name: fadein;
    animation-duration: 2s;
    max-width: 1200px;
	margin: auto;
    position: relative;
}

.equipments-text-sp, .biography-text-sp, .Abouttext-sp{
    padding-left: 20px;
    padding-top: 10px;
    animation-name: fadein;
    animation-duration: 2s;
    font-size: 20px;
    line-height: 1.5;
    max-width: 1200px;
	margin: auto;
    position: relative;
}

.biography-text-sp{
    font-size: 20px;
    padding-left: 10px;
    /*text-align: center;*/
}

.Subtitle{
    white-space: normal;
    font-size: 30px;
    font-family: Arial, Helvetica, "sans-serif"
}

h4 img{
    width: 20%;
    height: 20%;
}

h5 img{
    width: 31%;
    height: 31%;
}

h6{
    font-size: 20px;
}

h7{
    font-size: 50px;
}

.Infolink a{
    text-decoration: none;
	color: #fff;
    padding: 5px 20px;
	border: 1px solid #fff;
	transition:  0.6s ease;
}

.Infolink2 a{
    text-decoration: underline;
    text-decoration-skip-ink: none;
	color: #fff;
    /*padding: 5px 20px;
	border: 1px solid #fff;
	transition:  0.6s ease;*/
}

.youtube iframe{
  width: 100%;
}

/* ===========================================
ICON
===============================================*/

.spotify, .apple, .amazon, .google, .youtube, .soundcloud, .line, .twitter, .facebook, .tumblr, .instagram, .twitter, .facebook {
    font-size: 4em;
    padding-top: 5vh;
    animation-name: fadein;
    animation-duration: 2s;
}

.twitter2, .facebook2{
    font-size: 4em;
    padding-top: 5vh;
    animation-name: fadein;
    animation-duration: 2s;
}

.storeicon, .snsicon, .Contacticon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    max-width: 1200px;
}

.storeicon{
    margin-left: 0px;
}

.snsicon{
    margin-right: 0px;
    animation-name: fadein;
    animation-duration: 2s;
}