
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
    max-width: 100%;
	position: relative;
    z-index: 6;
}
.top-image .inner {
    width: 100%;
    position: relative;
}
.top-image .photo {
    width: 100%;
    height: 1170px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.top-image .photo .mv_item {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.top-image .photo .mv_item.bg1 {
    mix-blend-mode: multiply;
    background-image: url("../../images/waku_p1.png");
    animation: Up_Down 1s ease-in-out infinite 0s alternate;
}
.top-image .photo .mv_item.bg2 {
    mix-blend-mode: multiply;
    background-image: url("../../images/waku_p2.png");
    animation: Down_Up 2s ease-in-out infinite 0s alternate;
}
.top-image .photo .mv_item.bg3 {
    mix-blend-mode: multiply;
    background-image: url("../../images/waku_p3.png");
    animation: Up_Down 3s ease-in-out infinite 0s alternate;
}
.top-image .photo .mv_item.bg4 {
    mix-blend-mode: multiply;
    background-image: url("../../images/music_picon.png");
    animation: Down_Up 1s ease-in-out infinite 0s alternate;
}

@keyframes load_up {
  0% {
    top: 40px;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@keyframes Up_Down {
  0% {
    top: 0;
    left: 0;
  }
  100% {
    top: 20px;
    left: 0;
  }
}
@keyframes Down_Up {
  0% {
    top: 20px;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}

.top-image .txt {
    width: 80%;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    padding: 420px 0 360px;
    z-index: 3;
}
.top-image .txt h1 {
    width: 46%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(3rem, 4.5vw, 7.5rem);
    text-align: left;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 0 auto;
}
.top-image .txt h1 span {
    display: block;
    font-size: 30%;
    line-height: 100%;
    margin-bottom: 1em;
}
.top-image img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.section-title {
    width: 100%;
    text-align: center;
    background-image: url("../../images/border.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 60px;
    padding-bottom: 30px;
}

@media only screen and (min-width:1px) and (max-width: 1200px) {
    
    .top-image .photo {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .top-image .txt {
        margin: 0 auto;
        padding: 25% 0 35%;
        z-index: 3;
    }
    
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
        width: 100%;
        margin-top: 40px;
	}
    .top-image .txt h1 {
        width: 53%;
        font-size: clamp(3rem, 7vw, 7.5rem);
    }
    .top-image .txt h1.small {
        font-size: clamp(2.4rem, 6vw, 7.5rem);
    }
    .top-image .txt h1 span {
        display: block;
        font-size: 50%;
        line-height: 100%;
        margin-bottom: .6em;
    }
    .top-image .photo .mv_item.base {
        width: 100%;
        height: 100%;
        position: absolute;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: auto 110%;
        top: -5%;
        left: -6%;
        z-index: 1;
    }
    .section-title {
        width: 100%;
        background-size: 30%;
        margin-bottom: 8%;
        padding-bottom: 25px;
    }
    
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

