#page-all{
  width: 100%;
  overflow: hidden;
}

section{
  width: 100%;
  position: relative;
}

.container{
  width: 100%;
  height: 100%;
  position: relative;
  padding:5% 0;
}

.floor{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  z-index: 1;
  padding:5% 2%;
}
.floor h2{
  font-size: 7rem;
  position: relative;
  letter-spacing: 2px;
  text-align: center;
}
.floor h2:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color:#fff;
  left:0;
}

.floor h2 span{
  position: relative;
  z-index: 1;
  padding: 0 5%;
}


@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
  .floor-title{
    max-width: 320px;
  }
}


@media screen and (max-width: 480px) {
  .floor h2{
    font-size: 5rem;
  }
}

/*-------------------------------
main
--------------------------------*/
.main{
  width: 100%;
  height: 100%;
  min-height: 768px;
  position: relative;
  overflow: hidden;
  padding:8% 0;
}

.mv_logo{
  width: 480px;
  height: 480px;
  margin: 0 auto;
  position: relative;
}

.mv_logo img{
  position: absolute;
  width: 100%;
  max-width: 480px;
  top:-100%;
  left:50%;
  transform: translate(-50%,-50%);
}

.mv_logo.mvanime img{
  animation:mv_logoin 1s ease forwards;
}

@keyframes mv_logoin{
  0%{width: 30%; top: 0;transform:translate(-50%,-50%) scale(1);}
	30% {width: 30%;top: -60%; transform:translate(-50%,-50%) scale(0.96,1.04);}
	60% {width: 30%;transform:translate(-50%,-50%) scale(1);}
	90% {width: 30%;top: 50%;transform:translate(-50%,-50%) scale(1.15,0.9);}
  100% {width: 100%;top: 50%;transform:translate(-50%,-50%) scale(1);}
}

.mv_catch{
  font-size: 5rem;
  margin: 0 auto 10px;
  text-align: center;
  letter-spacing: 1px;
  clip-path: inset(100% 0 0 0);
  color:#0D1738;
}
.mv_catch.mvanime{
  animation:mv_clip-path .5s ease forwards;
}

@keyframes mv_clip-path{
  0%{clip-path: inset(100% 0 0 0);}
  100%{clip-path: inset(0);}
}

.mv_bg{
  width: 100%;
  height: 100%;
  max-width: 0;
  max-height: 0;
  background: #fde119;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  transition:.5s;
  clip-path: inset(0 0 0 round 40px);
}

.mv_bg.mvanime{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  clip-path: inset(0 0 0 round 0);
}
.mv_mynumber{
  position: absolute;
  left:0;
  bottom:-6%;
  width: 100%;
  background: #060b1c;
  padding: 1% 3%;
  text-align: center;
  transition:.5s;
  opacity: 0;
}
.mv_mynumber.mvanime{
  bottom:0;
  opacity: 1;
}
.mv_mynumber p{
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .main{padding:7% 0 0;min-height: calc(100vh - 10vh);}
  .mv_logo{margin: 0 auto 5%;}
}
@media screen and (max-width: 640px) {
  .main{padding:25vh 0 0;min-height: 480px;}
  .mv_catch{font-size: 8.5vw;;margin: 0 auto 5%;}
  .mv_logo{width: 240px;height: 240px;}
}

/*-------------------------------
ABOUT
--------------------------------*/
#about{background: #0D1738; overflow: hidden;}
#about .floor{position: relative;}
#about .floor h2{position: relative;z-index: 1;}
#about .floor h2 span{background: #0D1738;}
.about-parts{
  width: 70%;
  position: absolute;
  max-width: 480px;
  margin: 0 auto;
  opacity: .1;
  top: 50%;
  right: -25%;
  transform: translate(0,-50%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .about-parts{
    width: 120%;
    top: 50%;
    right: inherit;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}

/*-------------------------------
WORKS
--------------------------------*/
#works{background: #060b1c}
#works .floor h2 span{background: #060b1c;}

.works-item-box{
  display: flex;
  flex-wrap: wrap;
}
.item-box{
  width: 48%;
  margin: 0 1% 2%;
  padding:2% 1% 1%;
  background: #0D1738;
  display: flex;
  flex-direction: column;
  position: relative;
  
}

.item-box::before{
  content: "";
  width: 100%;
  height: 5px;
  background: #01b8ee;
  position: absolute;
  top:0;
  left: 0;
}

.music .item-img img{
  width: auto !important;
  height: 100%;
}

.item-img{
  width: 100%;
  margin-bottom: 5px;
  aspect-ratio: 92/43;
  overflow: hidden;
  background: rgba(0,0,0,.25);
  text-align: center;
}


.item-img.no-image{
  position: relative;
  background: rgba(0,0,0,.25);
}

.item-img.no-image p{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.item-title{
  font-size: 2.4rem;
  text-align: center;
}
.item-brand{
  font-size: 1.4rem;
  margin-bottom: 5px;
  text-align: center;
}
/*-----------------------*/
.item-spec-list{
  margin: 0 0 10px;
  padding:0 0 10px;
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.item-spec-list li{
  padding:5px;
}

.item-spec-list li:nth-child(2n+1){
  background: rgba(0,0,0,.5);
  text-align: center;
  font-size: 1.2rem;
}
.item-spec-list li:nth-child(2n){
  text-align: center;
  margin-bottom: 5px;
}

/*-----------------------*/
.item-text-list li{
  font-size: 1.4rem;
  margin: 0 0 10px;
  position: relative;
  display: flex;
}
.item-text-list li:before{
  content: '・';
  width: 16px;
}
.en .item-text-list li:before{
  content: '-';
  width: 16px;
}

@media screen and (max-width:640px) {
  .item-box {
    width: 100%;
    margin: 0 0 5%
  }
}
/*-------------------------------
LINKS
--------------------------------*/
#links{background: #000}

#links .floor h2 span{background: #000;}

/*-------------------------------
CONTACT
--------------------------------*/
#contact{background: #0D1738}

#contact .floor h2{letter-spacing: 5px;}
#contact .floor h2 span{background: #0D1738;}


