@charset "utf-8";

.top-fv{
  position: relative;
  width: 100%;
  margin-top: 0; 
  overflow: hidden;
}

.top-fv-text{
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #fff;
}

.top-fv-text img{
  width: 600px;
  height: auto;
}

.top-fv-text h1{
  font-size: 2rem;
  color: #fff;
}

.top-fv-text p{
  font-size: 1.25rem;
}

.top-movie{
  margin: 5rem auto;
  display: flex;
  width: 70%;
  justify-content: center;
}
.top-movie video{
  width: 100%;
}

.top-concept{
  position: relative;
  margin: 5rem 0 5rem auto;
  display: flex;
  gap: 3rem;
  width: 95%;
   justify-content: space-between;
  overflow: hidden;
  align-items: center;
}

.top-concept-title{
  position: relative;
  margin-bottom: 3rem;
  width: fit-content;
}

.top-concept-title h1{
  font-size: 3.5rem;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  width: fit-content;
  text-align: center;
}

.top-concept-text{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  font-weight: bold;
  width: 40%;
  font-weight: bold;
}

.top-concept-text h2{
  font-size: 1.5rem;
  font-weight: bold;
  color: #ED6C00;
  line-height: 1.5;
  text-align: center;
}

.top-concept-text p{
  font-weight: bold;
}

.top-concept-img{
  position: relative;
  width: auto;
  height: 90%;    
  overflow: hidden;
  right: -3rem;
  max-width: 55%;
}

.top-concept-btn{
  position: relative;
  margin: 2rem auto;
  font-weight: bold;
}


.top-equip{
  position: relative;
  margin: 10rem auto 5rem;
  padding: 0;
  display: flex;
  gap: 3rem;
  width: 100%;
  color: #fff;
  text-align: left;
  clip-path: polygon(0 calc(0% + 10vw), 100% 0, 100% calc(100% - 10vw), 0 100%);
  background-color: #00224A;
}

.top-equip h2{
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
}

.top-equip-text{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 0;
  justify-content: center;
}

.top-equip-img{
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}

.top-equip-img img{
    position: relative;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.top-equip-img-text{
  position: absolute;
  top: 20%;
  left: 15%;
  font-size: 12rem;
  color: #ED6C00;
  transform: rotate(90deg);
  transform-origin: 0 center;
  line-height: 1;
  font-style: italic;
  font-weight: 900;
}

.top-st{
  position: relative;
  margin: 5rem auto;
  padding: 0;
}

.top-st-back{
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  z-index: -1;
}

.top-st-back-b{
  position: absolute;
  bottom: -20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  z-index: -2;
}


.top-st-title{
  width: fit-content;
  padding: 0;
  margin: 0 5% 0 auto;
}

.top-st-title h2{
  font-size: 4rem;
  color: #2B2D3F;
  font-weight: 900;
}

.top-st-cont{
  position: relative;
  margin: 3rem auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 80%;
}

.top-st-item{
  position: relative;
  margin: 1rem auto 1rem 5%;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 80%;
}

.top-st-item:nth-child(2){
  position: relative;
  margin: 1rem 5% 1rem auto;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 2rem;
  width: 80%;
}
.top-st-item-img{
  position: relative;
  width: 40%;
  height: auto;
  max-height: 100%;
}

.top-st-item-img-num{
  position: absolute;
  top: -6rem;
  left: -3rem;
  width: 50%!important;
  height: auto;
  z-index: -1;
}

.top-st-item-img-num-sec{
  position: absolute;
  top: -7rem;
  right: -3rem;
  width: 50%!important;
  height: auto;
  z-index: -1;
}

.top-st-item-img img{
  width: 100%;
  height: auto;
}

.top-st-item-text{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 3rem;
  max-width: 50%;
}

.top-st-item-text h3{
  font-size: 1.5rem;
  font-weight: bold;
}

.top-blog{
  position: relative;
  margin: 5rem auto;
  padding: 0;
  min-height: 80vh;
}

.top-blog-back{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-height: 100%;
  z-index: -1;
}

.top-blog-cont{
  position: relative;
  margin: 2rem auto;
  width: 80%;
  padding: 5rem 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem;
}

.top-blog-item{
  max-width: 60%;
}

.top-blog-title{
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.top-blog-title h2{
  font-size: 5rem;
  font-weight: 900;
  color: #fff;
  font-style: italic;
}

.top-blog-link{
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.25rem 1rem;
  background-color: #fff;
  width: fit-content;
  margin-top: 3rem;
}

.top-blog-link p{
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  color: #000;
}

.top-artist{
  position: relative;
  margin: 5rem auto;
  padding: 0;
  width: 80%;
}

.top-artist-border01{
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: auto;
  z-index: -1;
}

.top-artist-border02{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  height: auto;
  z-index: -1;
}

.top-artist h2{
  position: relative;
  margin: 0 auto;
  width: fit-content;
  font-size: 2rem;
}

.top-artist-cont{
  position: relative;
  margin: 2rem auto;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.top-artist-item{
  position: relative;
}

.top-artist-text{
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  background-color: #000000d8;
  color: #fff;
  padding: 0.5rem;
}
.top-artist-text p{
  position: relative;
}

.top-artist-text p:nth-child(1){
  padding-bottom: 0.5rem;
}

.top-artist-text p:nth-child(1)::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 3px;
  background-color: #fff;
}

.top-artist-text p:nth-child(2){
  font-size: 2rem;
}

.top-artist-link{
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
}


@media (max-width: 1024px) {
    .top-concept{
  position: relative;
  margin: 3rem auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
  width: 95%;
  }
  .top-concept-title{
    margin-bottom: 2rem;
  }
  .top-concept-title h1{
    font-size: 3rem;
  }
  .top-concept-text{
    width: 100%;
    font-size: 12px;
  }
  .top-concept-img{
    height: auto;    
    overflow: hidden;
    right: 0;
    max-width: 100%;
  }
    .top-st-cont{
    margin: 2rem auto;
    gap: 2rem;
    width: 90%;
  }
  .top-st-item{
    position: relative;
    margin: 1rem auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
  }

  .top-st-item:nth-child(2){
    position: relative;
    margin: 1rem auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
  }
  .top-st-item-img{
    position: relative;
    width: 60%;
    height: auto;
    margin: 3rem auto;
  }
  .top-st-item-img-num {
      position: absolute;
      top: -5rem;
      left: -7rem;
      width: 50% !important;
  }
  .top-st-item-text{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 3rem;
  max-width: 100%;
}
  .top-st-item-img-num-sec{
    position: absolute;
    top: -7rem;
    right: -3rem;
    width: 45%!important;
    height: auto;
    z-index: -1;
  }
  .top-st-back-b{
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 30%;
    object-fit: cover;
    z-index: -2;
  }
   .top-blog{
    position: relative;
    margin: 5rem auto;
    padding: 0;
    min-height: auto;
  }
  .top-blog-cont{
    position: relative;
    margin: 2rem auto;
    width: 90%;
    padding: 3rem 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .top-blog-item{
    max-width: 100%;
  }
  .top-blog-title h2{
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
  }
  .top-blog-link{
    margin: 2rem auto;
    border: 2px #000 solid;
  }
  .top-blog-back{
    width: auto;
    height: 100%;
  }
  .top-artist-border01{
    position: absolute;
    left: -8%;
    width: 25%;
    height: auto;
    z-index: -1;
  }

  .top-artist-border02{
    position: absolute;
    bottom: 0;
    right: -8%;
    width: 25%;
    height: auto;
    z-index: -1;
  }
}

@media (max-width: 768px) {
   .top-fv{
    position: relative;
    width: 100%;
    //margin-top: 80px; 
    overflow: hidden;
  }
  .top-fv-text img{
    width: 90%;
    height: auto;
  }
  .top-fv-text{
    position: relative;
    margin: 2rem auto 2rem 0;
    width: 100%;
  } 
  .top-movie{
    position: relative;
    margin: 1rem auto;
    display: flex;
    width: 95%;
    justify-content: center;
  }

  .top-equip{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 5rem auto;
    gap: 2rem;
    width: 100%;
  }
  .top-equip h2{
    font-size: 3rem;
  }
  .top-equip-img{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .top-equip-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .top-equip-img-text{
    position: absolute;
    top: 10%;
    left: 15%;
    font-size: 5rem;
  }
  .top-equip-text{
    width: 90%;
    margin: 0 auto;
  }
  .top-st-back{
    top: 5%;
    height: 50%;
    object-fit: cover;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  
  .top-st-title{
    width: fit-content;
    padding: 0;
    margin: 2rem 0.5rem;
  }
  .top-st-title h2{
    font-size: 2rem;
  }
  .top-st-item-img-num{
    position: absolute;
    top: -3rem;
    left: -3rem;
    width: 50%!important;
  }
  .top-st-item-img{
    width: 80%;
  }
  .top-blog{
    position: relative;
    margin: 5rem auto;
    padding: 0;
    min-height: 80vh;
  }
  .top-blog-cont{
    position: relative;
    margin: 2rem auto;
    width: 90%;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .top-blog-item{
    max-width: 100%;
  }
  .top-blog-title h2{
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
  }
  .top-blog-link{
    margin: 2rem auto;
    border: 2px #000 solid;
  }
  .top-blog-back{
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }
.top-artist{
  position: relative;
  margin: 5rem auto;
  padding: 0;
  width: 80%;
}

.top-artist-border01{
  position: absolute;
  top: 10%;
  left: -1rem;
  width: 25%;
  height: auto;
  z-index: -1;
}

.top-artist-border02{
  position: absolute;
  bottom: 0;
  right: -1rem;
  width: 25%;
  height: auto;
  z-index: -1;
}

.top-artist h2{
  position: relative;
  margin: 0 auto;
  width: fit-content;
  font-size: 1.25rem;
  text-align: center;
}

.top-artist-cont{
  position: relative;
  margin: 2rem auto;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  }
  .top-artist-text{
    bottom: 0;
  }
  .top-artist-text p:nth-child(1)::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 3px;
    background-color: #fff;
  }
  .top-artist-text p:nth-child(2){
    font-size: 1.5rem;
  }
  .top-artist-link{
    position: relative;
    bottom: -1rem;
  }
}

