@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    header
======================================================================*/
@media screen and (max-width: 767px) {
  .header {
    height: 0;
  }
  .header_ttl,
  .header_date {
    display: none;
  }
  .nav {
    margin: 0;
    padding-top: 80px;
    height: 100vh;
  }
  .btn_menu {
    top: 1.6rem;
    margin-left: auto;
  }
}
/* =====================================================================
    mv
======================================================================*/
@media screen and (max-width: 767px) {
  .mv {
    background-color: #fff;
  }
  .mv::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1.5rem;
    left: 0;
    width: 100%;
    height: 1.6rem;
    background: url(../images/common/img_line_white_t-sp.svg) no-repeat center/100% 100%;
  }
  .mv_date {
    margin: 0 auto;
    padding: 2rem 0;
    width: calc(529 / 640 * 100%);
  }
}
/* =====================================================================
    news
======================================================================*/
.news {
  padding: 13.7rem 0 4rem;
}
.news::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: 2.4rem 13.5rem 0 0;
  width: 48rem;
  height: 44.1rem;
  background: url(../images/common/img_item_glasses_search.png) no-repeat center/contain;
}
.news .sec_area_bg {
  height: calc(100% + 8rem);
}
.news_character {
  position: absolute;
  top: 0;
  right: 0;
  margin: -23.7rem -2.9rem 0 0;
  width: 19.2rem;
}
.news_pickup_ttl {
  position: absolute;
  top: 8rem;
  right: 0;
  font-family: "Barlow", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-shadow: 0 0 0.4em #a2f3fa, 0 0 0.1em #a2f3fa;
}
.news_pickup_list {
  min-height: 24rem;
}
.news_pickup_list li {
  position: relative;
  display: none;
}
.news_pickup_list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin-right: calc(136 / 640 * 100%);
  width: 7rem;
  height: 6.4rem;
  background: url(../images/top/img_news_arrow.svg) no-repeat center/contain;
  -webkit-filter: drop-shadow(0 0 1.6rem #a2f3fa);
          filter: drop-shadow(0 0 1.6rem #a2f3fa);
  pointer-events: none;
}
.news_pickup_list li.is-active {
  display: block !important;
}
.news_pickup_list .news_list_img {
  width: calc(408 / 640 * 100%);
}
.news_pickup_list .news_list_text h4 {
  color: #fff;
}
.news_pickup_list .news_list_date {
  padding-bottom: 0;
  border-bottom: 0;
  color: #fff100;
  text-shadow: 0 0 0.3em #a2f3fa;
}
.news_list .slick-list {
  overflow: visible;
}
.news_list .slick-slide li {
  margin-right: 4rem;
  width: 40.8rem !important;
}
.news_list_img {
  position: relative;
  margin-bottom: 0.7em;
}
.news_list_img::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 104%;
  background: linear-gradient(315deg, transparent 30%, #7cbabf 100%);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  z-index: -1;
}
.news_list_text h4 {
  margin-bottom: 0.7em;
  line-height: 1.666;
}
.news_list_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5em;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #cc0011;
  border-bottom: 1px solid #274271;
}
.news_list_date p::before {
  content: "/";
  display: inline-block;
  margin: 0 0.3em;
}
.news .banner_list {
  margin-bottom: 16rem;
}
@media screen and (min-width: 768px) {
  .news .banner_list {
    margin: -5rem 0 18rem;
  }
  .news .banner_list li {
    width: calc(640 / 1000 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .news {
    padding: 16rem 0 10rem;
    overflow: hidden;
  }
  .news::before {
    margin: -5.5rem 26rem 0 0;
  }
  .news_character {
    margin-right: 0;
  }
  .news_pickup_ttl {
    font-size: 6.4rem;
  }
  .news_pickup_list {
    min-height: 27rem;
  }
  .news_pickup_list li::before {
    margin-right: calc(407 / 1000 * 100%);
  }
  .news_pickup_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news_pickup_list li a:hover .news_list_img img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .news_pickup_list .news_list_img {
    margin-right: calc(40 / 1000 * 100%);
    width: calc(480 / 1000 * 100%);
  }
  .news_pickup_list .news_list_text {
    padding-top: 10rem;
    width: calc(400 / 1000 * 100%);
  }
  .news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news_list li {
    margin-right: calc(44 / 1000 * 100%);
    width: calc(304 / 1000 * 100%);
  }
  .news_list li:nth-child(3n) {
    margin-right: 0;
  }
  .news_list li a:hover .news_list_img img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .news_list_img img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .news_list_date {
    font-size: max(1.6rem, 10px);
  }
}
/* =====================================================================
    trailer
======================================================================*/
.trailer {
  padding: 14.7rem 0;
}
.trailer::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: -4rem 0 0 2.5rem;
  width: 98.3rem;
  height: 77.6rem;
  background: url(../images/common/img_item_badge_front.png) no-repeat center/contain;
}
.trailer .sec_area {
  padding-bottom: 13rem;
}
.trailer_character {
  position: absolute;
  top: 0;
  right: 0;
  margin: -34.1rem -4.7rem 0 0;
  width: 27.8rem;
  z-index: -2;
}

@media screen and (min-width: 768px) {
  .trailer {
    padding: 10rem 0;
  }
  .trailer::before {
    left: auto;
    right: 0;
    margin: -27.2rem -17.3rem 0 0;
  }
}
/* =====================================================================
    sns
======================================================================*/
.sns {
  padding: 20rem 0 0;
}
.sns::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: -56.5rem 0 0 -21.8rem;
  width: 67.8rem;
  height: 101.9rem;
  background: url(../images/common/img_item_badge_back.png) no-repeat center/contain;
}
.sns_character01 {
  position: absolute;
  top: 0;
  right: 0;
  margin: -38.6rem -4.9rem 0 0;
  width: 37.8rem;
}
.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sns_list li {
  position: relative;
  margin: calc(16 / 640 * 100%) calc(16 / 640 * 100%) 0 0;
  width: calc(312 / 640 * 100%);
}
.sns_list li:nth-child(-n+2) {
  margin-top: 0;
}
.sns_list li:nth-child(2n) {
  margin-right: 0;
}
.sns_list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 104%;
  background: linear-gradient(315deg, #000 0%, #7cbabf 100%);
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .sns {
    padding: 20rem 0 0;
  }
  .sns::before {
    margin: -50.8rem 0 0 -12.2rem;
  }
  .sns_character01 {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    margin: 0 0 -7.9rem -23.8rem;
  }
  .sns_character02 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 -24.3rem -7.9rem 0;
    width: 46.4rem;
  }
  .sns_list {
    margin: 0 auto;
    width: calc(642 / 1000 * 100%);
  }
  .sns_list li {
    width: 48.5981308411%;
  }
  .sns_list li a img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .sns_list li a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}/*# sourceMappingURL=top.css.map */