.movie-block{
  position: relative;
}

.movie-block video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.movie-img{
  width: 100%;
}

@media (max-width: 768px) {
  .movie-block video {
  display: none;
  }
}

@media (min-width: 768px) {
  .movie-block{
  background-image: url(../assets/img/img_movie_dot.png);
  }
}

.news{
  overflow: hidden;
}

@media (max-width: 576px){
  .news{
    padding-top: 1.2rem;
  }
}

.news-title{
  position: relative;
  font-size: 3rem;
  color: #585858;
  margin-left: 100px;
  z-index: 2;
}

.news-title:before{
  content: "";
  position: absolute;
    background-color: #ffd9df;
    width: 322px;
    height: 21px;
    top: 36px;
    left: -100px;
    z-index: -1;
}

@media (max-width: 576px){
  .news-title{
    font-size: 2.5rem;
    margin-left: 24px;
  }

  .news-title:before{
    width: 272px;
  }
}


.title-pink{
  color: #ff7088;
}

.news-margin{
  margin: 26px 100px;
}

@media (max-width: 576px){
  .news-margin{
    margin: 26px 24px;
  }
}

.news-headline{
  display: block;
  padding: 22px 50px 22px 0px;
  color: #434343;
}

@media (max-width: 576px){
  .news-headline{
    padding: 22px 0px 22px 0px;
  }
}

.news-headline:hover {
  color: #ff7088;
}

.news-underline{
  position: relative;
  border-bottom: 1px solid #434343;
}

.fa-angle-right{
  position: absolute;
  top:40%;
}

@media (max-width: 576px){
  .fa-angle-right{
    display: none;
  }
}

.read-more{
  padding: 14px 100px 40px;
}

.read-more a{
  height: 50px;
}

@media (min-width: 576px){
  .read-more a{
    width: 280px;
  }
}

@media (max-width: 576px){
  .read-more a{
    width:100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.news-border{
  border-bottom: 10px double #ff7088;
}

@media (max-width: 576px){
  .biography{
    padding-top: 1.2rem;
    overflow: hidden;
  }
}

.biography-title{
  position: relative;
  font-size: 3rem;
  color: #585858;
  margin-left: 100px;
  z-index: 2;
}

.biography-title:before{
  content: "";
  position: absolute;
    background-color: #ffffff;
    width: 525px;
    height: 21px;
    top: 36px;
    left: -100px;
    z-index: -1;
}

@media (max-width: 576px){
  .biography-title{
    font-size: 2.5rem;
    margin-left: 24px;
  }

  .biography-title:before{
    width: 440px;
  }
}

.biography-img-wrapper{
  position: relative;
}

.biography-img{
  position: absolute;
    top: -50px;
    right: 0;
}

@media (max-width: 991.9px){
  .biography-img{
    right: -100px;
  }
}

@media (max-width: 767.9px){
  .biography-img{
    width: 100%;
    top: 0px;
    right: 0;
  }
}

.biography-description{
  margin-top: 60px;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767.9px){
  .biography-description{
    margin-top: calc(100vw/2);
  }
}

.biography-name{
  font-size: 1.5rem;
}

.biography-name-en{
  font-size: 0.75rem;
}

.account-list{
  text-align: center;
}

.btn-middle{
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-youtube {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #434343;
  height:60px;
  width: 160px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #ff0000;
  padding: 17.5px 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-twitter {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #434343;
  height:60px;
  width: 160px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #1d9bf0;
  padding: 17.5px 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-x {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #434343;
  height:60px;
  width: 160px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #000000;
  padding: 17.5px 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.btn-instagram {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #434343;
  height:60px;
  width: 160px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #cf2e92;
  padding: 14.5px 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-account {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #434343;
  height:60px;
  width: 160px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #434343;
  padding: 17.5px 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-youtube, .btn-twitter, .btn-account {
    transition: none;
  }
}

.btn-youtube:hover,
.btn-twitter:hover,
.btn-x:hover,
.btn-instagram:hover,
.btn-account:hover {
  color: #ff7088;
}

.movie{
  overflow: hidden;
}

@media (max-width: 576px){
  .movie{
    padding-top: 1.2rem;
  }
}

.movie-border{
  border-top: 10px double #ff7088;
  border-bottom: 10px double #ff7088;
}

.movie-title{
  position: relative;
  font-size: 3rem;
  color: #585858;
  margin-left: 100px;
  z-index: 2;
}

.movie-title:before{
  content: "";
  position: absolute;
    background-color: #ffd9df;
    width: 355px;
    height: 21px;
    top: 36px;
    left: -100px;
    z-index: -1;
}

@media (max-width: 576px){
  .movie-title{
    font-size: 2.5rem;
    margin-left: 24px;
  }

  .movie-title:before{
    width: 305px;
  }
}

.swiper{
  position: relative;
  margin: 26px 100px 10px;
}

@media (max-width: 576px){
  .swiper{
    margin: 26px 24px 10px;
  }
}

.swiper-wrapper{
}

.swiper-slide{
  width: 382px !important;
  height: 100%;
  display: flex;
  justify-content: center;
  margin-right: 30px;
}

@media (max-width: 576px){
  .swiper-slide{
    width: 90%;
    margin-right: 12px;
  }
}

.swiper-slide p{
  color: #434343;
}

.swiper-slide p:hover{
  color: #ff7088;
}

.swiper-slide img:hover{
  opacity: 0.8;
}

@media (max-width: 576px){
  .swiper-slide img{
    width: 100%;
  }
  .swiper-button-next, .swiper-button-prev{
    display: none;
  }
}

.goods{
  overflow: hidden;
}

@media (max-width: 576px){
  .goods{
    padding-top: 1.2rem;
  }
}

.goods-title{
  position: relative;
  font-size: 3rem;
  color: #585858;
  margin-left: 100px;
  z-index: 2;
}

.goods-title:before{
  content: "";
  position: absolute;
    background-color: #ffffff;
    width: 364px;
    height: 21px;
    top: 36px;
    left: -100px;
    z-index: -1;
}

@media (max-width: 576px){
  .goods-title{
    font-size: 2.5rem;
    margin-left: 24px;
  }

  .goods-title:before{
    width: 314px;
  }
}

.goods-wrapper{
  margin: 26px 100px 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 20px;
}

@media (max-width: 576px){
  .goods-wrapper{
    margin: 26px 24px 10px;
    gap: 12px;
  }
}

.goods-img{
  width: 100%;
}

.goods-img:hover{
  opacity: 0.8;
}

.goods-wrapper p{
  color: #434343;
}

.goods-wrapper p:hover{
  color: #ff7088;
}

.contact{
  padding-bottom: 89px;
  overflow: hidden;
}

@media (max-width: 576px){
  .contact{
    padding-top: 1.2rem;
  }
}

.contact-border{
  border-top: 10px double #ff7088;
}

.contact-title{
  position: relative;
  font-size: 3rem;
  color: #585858;
  margin-left: 100px;
  z-index: 2;
}

.contact-title:before{
  content: "";
  position: absolute;
    background-color: #ffd9df;
    width: 456px;
    height: 21px;
    top: 36px;
    left: -100px;
    z-index: -1;
}

@media (max-width: 576px){
  .contact-title{
    font-size: 2.5rem;
    margin-left: 24px;
  }

  .contact-title:before{
    width: 381px;
  }
}

.contact-buttons{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 26px 100px 10px;
}

@media (max-width: 576px){
  .contact-buttons{
    margin: 26px 24px 10px;
  }
}

.contact-buttons a{
  width: 253px;
  height: 50px;
}

@media (max-width: 576px){
  .contact-buttons a{
    width: 100%;
  }
}

.scroll-to-top-wrapper{
  position: relative;
}

.scroll-to-top{
  position:absolute;
  right: 100px;
  top: -84px;
}

@media (max-width: 576px){
  .scroll-to-top{
    left: 0;
    right: 0;
    margin: auto;
  }
}

.fadeUpTrigger{
opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(80px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
