/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER
 * LINK
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}

.banner .swiper-slide {
  position: relative;
}

.banner .swiper-slide::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.banner .swiper-slide .banner-txt {
  opacity: 0;
  -webkit-transform: translate(-50%, -120%);
      -ms-transform: translate(-50%, -120%);
          transform: translate(-50%, -120%);
}

.banner .swiper-slide-active .banner-txt {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner .scroll {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
  z-index: 1000;
}

.banner .scroll a {
  color: #f2d049;
  font-size: 1.0625rem;
  font-weight: bold;
  text-transform: uppercase;
}

.banner .scroll a span {
  letter-spacing: 0.25rem;
  display: block;
  margin-bottom: 0;
}

.banner .scroll a i {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .banner .scroll {
    bottom: 135px;
  }
  .banner .scroll a span {
    margin-bottom: 0.5rem;
  }
}

.banner-pic {
  height: 500px;
}

@media (min-width: 768px) {
  .banner-pic {
    height: 850px;
  }
}

.banner-txt {
  margin-top: 1rem;
  max-width: 1000px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.banner-txt::before {
  display: none;
}

.banner-txt h2 a {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.15rem;
  /* text-transform: uppercase; */
}

@media (min-width: 576px) {
  .banner-txt h2 a {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .banner-txt h2 a {
    font-size: 4.875rem;
    line-height: 1.3;
  }
}

/*------------------------------------*\
    LINK
\*------------------------------------*/
.index-link {
  padding: 4rem 0 0;
}

.index-link .container {
  max-width: 100%;
}

@media (min-width: 1480px) {
  .index-link .container {
    max-width: 1480px;
  }
}

.index-link-text {
  color: #ffffff;
  font-size: 1.0625rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  max-width: 900px;
  margin: 0 auto 4rem;
}

@media (min-width: 576px) {
  .index-link-text {
    font-size: 1.1875rem;
  }
}

.index-link-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-link-item {
  position: relative;
}

.index-link-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.index-link-item:hover .index-link-pic::before, .index-link-item:focus .index-link-pic::before {
  opacity: 0;
}

.index-link-item:hover .index-link-pic img, .index-link-item:focus .index-link-pic img {
  -webkit-transform: scale(1.4) rotate(5deg);
      -ms-transform: scale(1.4) rotate(5deg);
          transform: scale(1.4) rotate(5deg);
}

.index-link-item:hover .index-link-txt::after, .index-link-item:focus .index-link-txt::after {
  right: 5px;
}

.index-link-pic {
  overflow: hidden;
  position: relative;
}

.index-link-pic::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-link-pic img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1) rotate(0);
      -ms-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}

.index-link-txt {
  width: 100%;
  height: 100%;
  padding: 0 4rem 0 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  .index-link-txt {
    padding: 0 4rem 0 2rem;
  }
}

@media (min-width: 1480px) {
  .index-link-txt {
    padding: 0 5rem;
  }
}

.index-link-txt::before {
  content: '';
  background-color: #ffffff;
  width: 1px;
  height: 170px;
  position: absolute;
  right: 50px;
}

@media (min-width: 1480px) {
  .index-link-txt::before {
    right: 75px;
  }
}

.index-link-txt::after {
  content: '\F285';
  color: #ffffff;
  font-family: 'bootstrap-icons';
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1480px) {
  .index-link-txt::after {
    right: 25px;
  }
}

.index-link-txt h3 {
  color: #f2d049;
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}

@media (min-width: 576px) {
  .index-link-txt h3 {
    font-size: 2.25rem;
    margin-bottom: 0.75rem;
  }
}

.index-link-txt p {
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
  min-height: 50px;
}

@media (min-width: 576px) {
  .index-link-txt p {
    font-size: 1rem;
  }
}
