/* ------------------------------
  Top Concept Style
------------------------------*/
.swiper-fv {
  width: 100%;
  height: 100vh;
}

.swiper-fv .swiper-pagination {
  margin: 10px 0;
}

.swiper-fv .swiper-wrapper .swiper-slide img {
  height: 100vh;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background-color: #fff;
  color: #fff;
  transition: transform .2s linear;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  color: #333;
  transform: scale(1.4);
}

@media screen and (max-width: 768px) {
  .swiper-fv,
  .fv {
    height: 50vh;
  }

  .swiper-fv .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.top-concept {
  width: 100%;
  background: #141414;
  color: #fff;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}

.top-concept__title {
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto 50px;
}

.top-concept__inner {
  position: relative;
  padding: 0 20px;
}

.top-concept__inner .container {
  padding: 0;
  padding-right: 35vw;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.top-concept__content p {
  line-height: 1.8;
  margin-bottom: 15px;
}

.top-concept__content p:last-child {
  margin-bottom: 0;
}

.top-concept__content .c-button {
  margin-top: 35px;
}

.top-concept__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 45vw;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.top-concept__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .top-concept__image {
    position: sticky;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }

  .top-concept__inner .container {
    padding-right: 0;
    margin: 50px auto 0;
  }

  .top-concept__title {
    font-size: 1.8rem;
  }
}

/* ------------------------------
  Top Ent Style
------------------------------*/
.top-ent .container {
  padding: 150px 20px 75px;
}

.ent-section {
  margin-bottom: 250px;
}

.ent-image {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.ent-image img {
  width: 90%;
  aspect-ratio: 16/9;
  margin: 0 0 0 auto;
  height: auto;
  display: block;
}

.ent-section:nth-child(even) .ent-image img {
  margin: 0 auto 0 0;
}

.ent-text {
  position: absolute;
  bottom: -40%;
  left: 0;
  background: #fff;
  color: #000;
  padding: 40px 30px 0 0;
  max-width: 55%;
}

.ent-text h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.ent-text p {
  margin-bottom: 20px;
}

.ent-text__btn-list {
  display: flex;
  justify-content: flex-start;
}

.ent-text__btn-item {
  margin-right: 30px;
}

.ent-section:nth-of-type(even) .ent-text {
  left: auto;
  right: 0;
  padding: 40px 0 0 30px;
}

.ent-catch {
  position: absolute;
  bottom: -30%;
  right: 5%;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  max-width: 320px;
  text-align: left;
}

.ent-section:nth-child(even) .ent-catch {
  right: auto;
  left: 5%;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .top-ent .container {
    padding: 100px 20px 50px;
  }

  .ent-section {
    margin-bottom: 50px;
  }

  .ent-image img {
    width: 100%;
  }

  .ent-text {
    max-width: 600px;
    position: static;
    bottom: 0;
    left: 0;
    background: #fff;
    color: #000;
    padding: 0;
    margin: 0 auto;
  }

  .ent-text h2 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .ent-section:nth-of-type(even) .ent-text {
    left: auto;
    right: 0;
    padding: 0;
  }

  .ent-catch {
    position: static;
    bottom: 0;
    right: 0;
    font-size: 2.5rem;
    max-width: 100%;
    text-align: center;
    margin: 20px auto;
  }

  .ent-section:nth-child(even) .ent-catch {
    right: 0;
    left: 0;
    text-align: center;
  }

  .ent-text__btn-list {
    justify-content: space-evenly;
  }

  .ent-text__btn-item {
    width: 100%;
    text-align: center;
  }

  /* .ent-text__br-pc {
    display: none;
  } */
}

@media screen and (max-width: 600px) {
  .ent-text__btn-list {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .ent-text__btn-item {
    text-align: left;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .ent-text__btn-item .c-button {
    width: calc(100% - 20px);
  }
}

/* ------------------------------
  Top News Style
------------------------------*/
.top-news .container {
  padding: 75px 20px;
}

@media screen and (max-width: 768px) {
  .top-news .container {
    padding: 50px 20px;
  }
}

/* ------------------------------
  Top Blog Style
------------------------------*/
.top-blog .container {
  padding: 75px 20px;
}

@media screen and (max-width: 768px) {
  .top-news .container {
    padding: 50px 20px;
  }
}

/* ------------------------------
  Top Instagram Style
------------------------------*/
.top-instagram .container {
  padding: 75px 20px 150px;
}

@media screen and (max-width: 768px) {
  .top-news .container {
    padding: 50px 20px 100px;
  }
}