@charset "UTF-8";
/*メディアクエリー
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: 0;
  font-size: 12px;
  color: #fff;
  max-width: 1050px;
  margin: 0 auto;
}

@media screen and (max-width: 970px) {
  .sp_none {
    display: none;
  }
  #top {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  #top .top_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #top .top_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #top .fv_logo {
    position: absolute;
    z-index: 20;
  }
  #top .fv_brand {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 5vh;
    transform: translateX(-50%);
    font-size: 16px;
  }
}
@media screen and (min-width: 970px) {
  .pc_none {
    display: none;
  }
  #top {
    position: relative;
  }
  #top .fv_logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  #top .fv_brand {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 5vh;
    transform: translateX(-50%);
    font-size: 20px;
  }
}
.img-slide-box {
  position: relative;
}
.img-slide-box .slide-img-wrap {
  position: relative;
  overflow: hidden;
}

.btn-credit {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
@media screen and (min-width: 970px) {
  .btn-credit {
    right: 71px;
    bottom: 66px;
  }
}

.slick-active .btn-credit {
  pointer-events: auto;
}

.btn-credit::after {
  content: "";
  background-image: url(../images/credit_btn.svg);
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
}
@media screen and (min-width: 970px) {
  .btn-credit::after {
    width: 30px;
    height: 30px;
    position: absolute;
  }
}

@media screen and (min-width: 970px) {
  .pb {
    padding-bottom: 20% !important;
  }
}
.show .btn-credit::after {
  content: "";
  background-image: url(../images/credit_btn_02.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 50;
}
@media screen and (min-width: 970px) {
  .show .btn-credit::after {
    width: 25px;
    height: 25px;
    position: absolute;
  }
}

.credit {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4.8% 8%;
  width: 100%;
  height: 100%;
  transform: translateY(40%);
  transition: all 0.4s linear 0.1s !important;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(10, 10, 10, 0.47);
}
@media screen and (min-width: 970px) {
  .credit {
    padding: 10% 0;
    justify-content: end;
  }
}
@media screen and (min-width: 970px) {
  .credit li {
    justify-content: end;
    display: flex;
  }
}
.credit a:hover {
  opacity: 0.5;
}
.credit .credit_li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 970px) {
  .credit .credit_li {
    font-size: 14px;
    width: 460px;
  }
}
.credit .credit_li img {
  width: 41px;
}
@media screen and (min-width: 970px) {
  .credit .credit_li img {
    margin-right: 42px;
  }
}
@media screen and (min-width: 970px) {
  .credit .credit_li p {
    width: 370px;
  }
}

.shop_btn {
  width: 70px !important;
}

.coming_btn {
  width: 74px !important;
}

.show .credit {
  opacity: 1;
  pointer-events: inherit;
  transform: translateY(0);
  z-index: 9;
}

footer {
  margin: 134px 0 50px;
}
footer .f_btn {
  font-size: 14px;
  text-align: center;
  padding: 13px;
  background: #000;
  margin: 10px 11%;
  color: #fff;
  font-weight: 400;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 970px) {
  footer .f_btn {
    margin: 250px 36%;
    font-size: 15px;
  }
}
footer .f_btn a {
  transition: all 0.3s ease-out;
}
footer .f_btn:hover {
  background: #fff;
  transition: all 0.3s ease-out;
  color: #000;
  border: 1px solid #000;
}
footer .f_cre {
  margin: 110px 0;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}
@media screen and (min-width: 970px) {
  footer .f_cre {
    font-size: 18px;
    line-height: 2.3;
    margin: 145px 0;
  }
}
footer #f-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer #f-link li {
  width: 24px;
  margin: 0 15px;
}
@media screen and (min-width: 970px) {
  footer #f-link li {
    width: 30px;
    margin: 0 26px;
  }
}
footer #f-logo {
  display: block;
  margin: 50px auto 0;
  width: 110px;
}
@media screen and (min-width: 970px) {
  footer #f-logo {
    margin: 100px auto 0;
  }
}
footer #f-copy {
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
  color: #000;
  font-weight: 400;
}
@media screen and (min-width: 970px) {
  footer #f-copy {
    font-size: 12px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 970px) {
  .box {
    display: flex;
  }
}

@media screen and (max-width: 970px) {
  .box2 {
    display: flex;
  }
}
.title {
  overflow: hidden;
}
.title img {
  display: block;
  transition: transform 2s;
  transition-delay: 2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 0);
}
.title img.fadeUp {
  transform: translate3d(0, 0, 0);
}

.mt {
  width: 99%;
  margin: 4px auto;
}/*# sourceMappingURL=style.css.map */