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: 14px;
  }
}

@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;
  }
}

.animate__animated {
  opacity: 0;
}

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

.container {
  margin: 0 auto;
}

.fv {
  margin-bottom: 100px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .fv {
    margin-bottom: 200px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex__left, .flex__right {
  position: relative;
}

.flex__left {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .flex__left {
    cursor: pointer;
    overflow: hidden;
  }
  .flex__left img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.flex__left .credit_btn {
  position: absolute;
  max-width: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .flex__left .credit_btn {
    max-width: 40px;
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .flex__left:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
  }
}

.flex__right {
  width: 50%;
}

.flex__right .small {
  width: 70%;
  margin: 0 auto;
}

.insta_btn_wrap {
  display: block;
}

.insta_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: underline;
  color: #000;
  font-size: 10px;
  margin: 90px 0;
}

@media screen and (min-width: 769px) {
  .insta_btn {
    margin: 180px 0 120px;
    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;
  }
}

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: 430px;
    font-size: 16px;
    padding: 35px 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%;
  -webkit-box-sizing: border-box;
          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 {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .modal-wrap .credit li {
    margin-bottom: 30px;
  }
}

.modal-wrap .credit li .buy {
  font-weight: bold;
  font-size: 12px;
}

.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;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
  }
}

.mask_sp_footer .logo,
.mask_pc_footer .logo {
  max-width: 150px;
  margin: 0 auto 25px;
}

@media screen and (min-width: 769px) {
  .mask_sp_footer .logo,
  .mask_pc_footer .logo {
    max-width: 170px;
    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: -webkit-box;
    display: -ms-flexbox;
    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 {
    -ms-flex-wrap: wrap;
        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;
}
/*# sourceMappingURL=style.css.map */