@charset "utf-8";
* {
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, "sans-serif";
}

body {
	background-color:#000000;
	color:#fff;	
    line-height:1.5;
}

header{
	background-image:linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.5)), url("../images/GAIA-Main4kd.png");
	height: 100vh;
	background-size: cover;
    background-position: center;
    /*background-position: 0% 50%;*/
    /*background-attachment: fixed;*/
    /*background-origin: content-box;
    background-repeat: no-repeat;*/
}

.menu{
	max-width: 1200px;
	margin: auto;
    position: relative;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* ===========================================
mini-logos
===============================================*/
.Textlogo{
    position: absolute;
    top: 0%;
    margin-left: 10%;
    width: 150px;
}

.Textlogo img{
	display: flex;
    justify-content: center;
	width: 150px;
	height: auto;
}

.minilogobox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20vh;
    position: relative;
}

.video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10vh;
    position: relative;
    background-image: url(images/evolve-jacket3c.png);
}

.minilogo img{
	width: 300px;
}

.title{
    display: flex;
    justify-content: center;
    margin-top: -3vh;
}

.title h1{
	color: #fff;
	font-size: 70px;
    animation-name: fadein;
    animation-duration: 2s;
}

.title2 h1{
    color: #fff;
    animation-name: fadein;
    animation-duration: 2s;
}

.mailaddress{
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.title2 h1{
	font-size: 40px;
    text-align: center;
}

.maintext, .service-text{
    position: relative;
	font-size: 20px;
    line-height: 1.5;
    top: 10vh;
    animation-name: fadein;
    animation-duration: 2s;
}

.home-text{
    padding-left: 20px;
    padding-top: 50vh;
    font-size: 30px;
    line-height: 1.5;
    animation-name: fadein;
    animation-duration: 2s;
    max-width: 1200px;
	margin: auto;
    position: relative;
}

.equipments-text, .biography-text, .Abouttext{
    padding-left: 20px;
    padding-top: 30px;
    animation-name: fadein;
    animation-duration: 2s;
    font-size: 20px;
    line-height: 1.5;
    max-width: 1200px;
	margin: auto;
    position: relative;
}

.releases-text{
    animation-name: fadein;
    animation-duration: 2s;
}

.biography-text{
    font-size: 20px;
    text-align: center;
}
.maintext{
    text-align: center;
}

.service-text{
	text-align: left; 
}

h4 img{
    width: 20%;
    height: 20%;
}

h5 img{
    width: 31%;
    height: 31%;
}

/* ===========================================
list
===============================================*/
ul{
	display: inline-flex;
    justify-content: flex-end;
    list-style-type: none;
    width: 1200px;
	margin-top: 25px;
	margin-right: 20px;
}

ul li a{
	text-decoration: none;
	color: #fff;
	padding: 5px 20px;
	border: 1px solid #fff;
	transition:  0.6s ease;
}

ul li a:hover{
	background-color: #fff;
	color: #000;
}

ul li.active a {
	background-color: #fff;
	color: #000;
}

/* ===========================================
menu_item
===============================================*/
.menu_item{
    display: inline-block;
    position: relative;
}

.menu_item a{
    padding: 1px 27px;
    cursor: pointer;
    display: block;
}

.menu_item:hover .submenu{
    display: block;
}

.menu_item:hover .submenu2{
    display: block;
}

/* ===========================================
submenu
===============================================*/

.submenu{
    z-index: 2;
    text-decoration: none;
    display: none;
    position: absolute;
    width: auto;
    top: 6%;
    background-color: rgba(0,0,0,0);
}

.submenu2{
    z-index: 2;
    text-decoration: none;
    display: none;
    position: absolute;
    width: 230px;
    top: 6%;
    background-color: rgba(0,0,0,0);
}

.submenu_item:hover {
   background-color: #FFFFFF;
}

/* ===========================================
index_biglogo
===============================================*/

.logobox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20vh;
}

.logo img{
	width: 500px;
	height: 500px;
    animation-name: fadein;
    animation-duration: 2s;
}

/* ===========================================
infomation_service
===============================================*/

h2{
    font-size: 30px;
    width: 800px;
}

.Infolink a{
    text-decoration: none;
	color: #fff;
    padding: 5px 20px;
	border: 1px solid #fff;
	transition:  0.6s ease;
}

/* ===========================================
icon
===============================================*/
.spotify, .apple, .amazon, .google, .youtube, .soundcloud, .line, .twitter, .facebook, .tumblr, .instagram, .twitter, .facebook {
    font-size: 6em;
    padding-top: 5vh;
    animation-name: fadein;
    animation-duration: 2s;
}

.twitter2, .facebook2{
    font-size: 6em;
    position: absolute;
	transform: translate(-50%, 10%);
    top: 70%;
}

.storeicon, .snsicon{
    display: flex;
    justify-content: space-around;
    position: relative;
    max-width: 1200px;
}

.storeicon{
    margin-left: 30px;
}

.snsicon{
    margin-right: 28px;
    animation-name: fadein;
    animation-duration: 2s;
}

/* ===========================================
Contactページ用
===============================================*/

.contactlogobox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20vh;
    position: relative;
}
 
.contactlogo img{
	width: 500px;
	height: 500px;
    padding-right: 20vw;
    animation-name: fadein;
    animation-duration: 2s;
}

.ConTextlogo img{
    position: absolute;
	width: 300px;
	height: auto;
	top: 45%;
	left: 65%;
	transform: translate(-50%, -50%);
}

.Mail{
    position: absolute;
	top: 65%;
	left: 65%;
	transform: translate(-50%, -50%);
	font-size: 35px;
	text-align: center;
}

.or{
    position: absolute;
	top: 85%;
	left: 53%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	text-align: center;
}

.twitter2{
    top: 80%;
	left: 60%;
}

.facebook2{
    top: 80%;
	left: 70%;
}

.color{
    color: #ffffff;
    text-decoration: none;
}