@charset "UTF-8";
html,
body {
  font-family: "Jost";
  letter-spacing: 1px;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  html,
body {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.container {
  margin-bottom: 100px;
}

.animate__animated {
  opacity: 0;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

.w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.credit_box {
  width: 250px;
  margin: 20px auto;
}
.credit_box li {
  padding-bottom: 15px;
}
.credit_box li a {
  color: #000;
  text-decoration: none;
}
.credit_box li .float {
  float: right;
  background-color: #000;
  color: #fff;
  padding: 0 6px;
}

.fv {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .fv {
    margin-bottom: 200px;
  }
}
.fv img:hover {
  transform: none;
  transition: none;
  cursor: none;
}

.flex {
  justify-content: space-between;
  display: flex;
}
.flex__left {
  width: 49%;
}
@media screen and (min-width: 769px) {
  .flex__left {
    cursor: pointer;
    overflow: hidden;
  }
  .flex__left img {
    transition: all 0.5s;
  }
}
.flex__right {
  width: 49%;
}

.box01 .box01_1 {
  overflow: hidden;
  margin-bottom: 50px;
}
.box01 .box01_2 .flex__right {
  overflow: hidden;
  margin-top: 25.3%;
}
.box01 .box01_2 .flex__left {
  overflow: hidden;
}

.box02 {
  position: relative;
}
.box02 .box02_1 {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 56%;
}
.box02 .box02_2 {
  overflow: hidden;
  position: absolute;
  top: 54.5454545455%;
  right: 22%;
  width: 41.5%;
}
.box02 .bk {
  z-index: -100;
  background: #000;
  position: absolute;
  width: 100%;
  height: 71.4285714286%;
  top: 9.1527520099%;
}
.box02 .credit_box {
  position: absolute;
  top: 94.0630797774%;
  left: 0;
  right: 0;
  margin: auto;
}

.box02::before {
  content: "";
  display: block;
  padding-top: 161.7%;
}

.box03 {
  /* spのswiper */
  /* spのswiper */
}
@media screen and (max-width: 768px) {
  .box03 {
    overflow: hidden;
  }
  .box03 .swiper-container,
.box03 .swiper-slide {
    height: auto;
    overflow: hidden;
  }
  .box03 .swiper-slide > img {
    -o-object-fit: cover;
       object-fit: cover; /* IE: not support */
    width: 100%;
    height: 100%;
  }
  .box03 .spNone {
    display: none !important;
  }
}
.box03 .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box03 .flexbox .box_img {
  overflow: hidden;
  width: 33%;
}

.box04 .box04_1 {
  overflow: hidden;
}
.box04 .mt50 {
  margin-top: 50px;
}
.box04 .flex {
  align-items: center;
  max-width: 1000px;
  margin: 50px auto 0;
}
.box04 .flex__left {
  padding-left: 5%;
  width: 36%;
}
@media screen and (min-width: 769px) {
  .box04 .flex__left {
    cursor: pointer;
    overflow: hidden;
  }
  .box04 .flex__left img {
    transition: all 0.5s;
  }
}
.box04 .flex__right {
  width: 51%;
}
@media screen and (min-width: 769px) {
  .box04 .flex__right {
    cursor: pointer;
    overflow: hidden;
  }
  .box04 .flex__right img {
    transition: all 0.5s;
  }
}

.box05_2 {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .box05_2 {
    padding-bottom: 120px;
  }
}
.box05_2 .box05_container {
  position: relative;
}
.box05_2 .box05_container .bk {
  z-index: -10;
  position: absolute;
  width: 100%;
  height: 90%;
  top: 20%;
  background-color: #000;
  margin-bottom: 100px;
}
.box05_2 .box05_container .flex {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .box05_2 .box05_container .flex {
    width: 95%;
  }
}
.box05_2 .box05_container .flex__right {
  overflow: hidden;
}
.box05_2 .box05_container .flex__left {
  overflow: hidden;
}
.box05_2 .box05_container .credit_box .wh a {
  color: #fff;
}
.box05_2 .box05_container .credit_box .wh a .float {
  color: #000;
  background-color: #fff;
}

.box06 {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.box06 .box06_1 {
  overflow: hidden;
  position: absolute;
  width: 50%;
  top: 0;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .box06 .box06_1 {
    left: 0;
    width: 56%;
  }
}
.box06 .box06_2 {
  overflow: hidden;
  pointer-events: auto;
  width: 36%;
  position: absolute;
  top: 21.9687092568%;
  right: 4%;
}
@media screen and (max-width: 768px) {
  .box06 .box06_2 {
    width: 41.3%;
    top: 19%;
    right: 0;
  }
}
.box06 .box06_3 {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  width: 48%;
  bottom: 0;
  left: 17.5%;
}
@media screen and (max-width: 768px) {
  .box06 .box06_3 {
    width: 64%;
    left: 4.5%;
  }
}

.box06::before {
  content: "";
  display: block;
  padding-top: 153.4%;
}
@media screen and (max-width: 768px) {
  .box06::before {
    padding-top: 188.8%;
  }
}

section img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
  cursor: pointer;
}

.insta_btn_wrap {
  display: block;
}

.insta_btn {
  display: flex;
  justify-content: center;
  text-decoration: underline;
  color: #000;
  font-size: 10px;
  margin: 90px 0;
}
@media screen and (min-width: 769px) {
  .insta_btn {
    margin: 150px 0 100px;
    font-size: 12px;
  }
}
.insta_btn span {
  display: block;
  max-width: 14px;
  margin-right: 3px;
}
@media screen and (min-width: 769px) {
  .insta_btn span {
    max-width: 16px;
  }
}

.staff {
  margin: 150px 0;
  text-align: center;
  font-size: 10px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .staff {
    margin: 90px 0;
  }
}
.staff li {
  padding: 5px 0;
}

footer .brand_top {
  max-width: 300px;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #000;
  border: 1px #000 solid;
  padding: 25px 0;
}
@media screen and (min-width: 769px) {
  footer .brand_top {
    max-width: 560px;
    font-size: 12px;
    padding: 15px 0;
  }
}
footer .copyright {
  margin: 25px 0 100px 0;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer .copyright {
    margin: 30px 0 100px;
  }
}

.modal-wrap {
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 101;
}
.modal-wrap > div {
  display: block;
  width: 100%;
  background: #fff;
  margin-bottom: 100vh;
}
.modal-wrap .modal-content {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 30px;
}
.modal-wrap .modal-content .modal-img {
  position: relative;
}
.modal-wrap .btn-open-modal::after {
  display: none;
}
.modal-wrap .close {
  cursor: pointer;
  position: fixed;
  right: 30px;
  top: 20px;
  z-index: 101;
}
@media screen and (min-width: 769px) {
  .modal-wrap .close {
    right: 60px;
    top: 80px;
  }
}
.modal-wrap .close span {
  color: #000;
  border-bottom: #000 1px solid;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .modal-wrap .close span {
    font-size: 20px;
  }
}
.modal-wrap .credit {
  font-size: 10px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit {
    margin: auto 0;
  }
}
.modal-wrap .credit li {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit li {
    width: 45%;
    margin-bottom: 30px;
  }
}
.modal-wrap .credit li .buy {
  font-weight: bold;
  font-size: 12px;
  background-color: #000;
  color: #fff;
  padding: 0 6px;
}
.modal-wrap .credit li .float {
  float: right;
}
.modal-wrap .credit li .com {
  color: #aea9a9;
}
.modal-wrap .credit li a {
  color: #000;
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit li a:hover {
    color: #aea9a9;
    transition: all 0.4s;
    cursor: pointer;
  }
}

.mask_sp_footer .logo,
.mask_pc_footer .logo {
  max-width: 150px;
  margin: 0 auto 60px;
}
@media screen and (min-width: 769px) {
  .mask_sp_footer .logo,
.mask_pc_footer .logo {
    max-width: 150px;
    margin: 80px auto 30px;
  }
}
.mask_sp_footer p,
.mask_pc_footer p {
  text-align: center;
  font-size: 8px;
  padding-bottom: 20px;
}
.mask_sp_footer p:nth-child(3),
.mask_pc_footer p:nth-child(3) {
  padding-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .mask_sp_footer p:nth-child(3),
.mask_pc_footer p:nth-child(3) {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 769px) {
  .mask_container {
    display: flex;
  }
  .mask_container .left_wrap {
    width: 20%;
  }
  .mask_container .modal-content {
    width: 40%;
    padding-right: 50px;
  }
  .mask_container .credit {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .modal-wrap .container_06 .modal-content:nth-of-type(2) {
    padding: 60px 30px 0px;
  }
  .modal-wrap .container_06 .modal-content:nth-of-type(3) {
    padding: 5px 30px 60px;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap .container_06 {
    flex-wrap: wrap;
  }
  .modal-wrap .container_06 .left_wrap {
    width: 20%;
  }
  .modal-wrap .container_06 .modal-content {
    width: 40%;
    padding-right: 0px;
    padding-left: 10px;
  }
  .modal-wrap .container_06 .modal-content:nth-child(2) {
    padding-left: 40px;
  }
  .modal-wrap .container_06 .modal-content:nth-child(3) {
    padding-right: 30px;
  }
  .modal-wrap .container_06 .credit {
    margin-left: 23%;
  }
}

.number {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .number {
    padding-top: 170px;
    font-size: 20px;
  }
}

.no-touch {
  pointer-events: none;
}

/* ANIMATION */
.delay-0025s {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-005s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-012s {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}/*# sourceMappingURL=style.css.map */