html,
body {
  font-family: pt-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  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;
}

section {
  margin-top: 100px;
}

@media screen and (min-width: 769px) {
  .small .main_credit {
    width: 23%;
  }
}

.main_credit {
  text-align: center;
  margin: 20px auto 0;
  width: 18%;
}
@media screen and (min-width: 1200px) {
  .main_credit {
    width: 13%;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .main_credit {
    width: 40%;
    font-size: 10px;
  }
}
.main_credit a {
  color: #000;
  display: flex;
  justify-content: space-between;
}
.main_credit a p span {
  font-weight: bold;
}
.main_credit a .buy {
  font-weight: bold;
  text-decoration: underline;
  margin-left: 10px;
}

a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}

section .small {
  width: 80%;
}
@media screen and (max-width: 768px) {
  section .small {
    width: 90%;
  }
}

.fv {
  margin-top: 0;
  margin-bottom: 100px;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex__left, .flex__right {
  width: calc(50% - 5px);
}
@media screen and (min-width: 769px) {
  .flex__left, .flex__right {
    width: calc(50% - 10px);
    cursor: pointer;
    overflow: hidden;
    height: auto;
  }
  .flex__left img, .flex__right img {
    transition: all 0.5s;
  }
}
@media screen and (min-width: 769px) {
  .flex__left:hover img, .flex__right:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    cursor: pointer;
  }
}

@media screen and (min-width: 769px) {
  .scale {
    transform: scale(1.05);
  }
  .scale:hover {
    transform: scale(1.13);
    transition: all 0.5s;
  }
}

@media screen and (min-width: 769px) {
  .small .flex__left, .small .flex__right {
    width: 50%;
    font-size: 0;
  }
}

.slider_fade {
  font-size: 0;
}

.credit_flex {
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .credit_flex {
    gap: 10px;
  }
}

.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: 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 {
  margin-top: 150px;
}
footer .pause_item,
footer .brand_top {
  max-width: 260px;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #000;
  border: 1px #000 solid;
  padding: 20px 0;
}
footer .pause_item {
  margin-bottom: 20px;
}
footer .brand_top {
  margin-bottom: 150px;
}
footer .insta {
  text-align: center;
  display: block;
  color: #000;
  margin-bottom: 40px;
}
footer .insta img {
  max-width: 40px;
  margin: 0 auto -10px;
  font-size: 10px;
}
footer .brand_logo {
  margin: 0 auto;
  display: block;
  max-width: 225px;
}
footer .copyright {
  margin: 10px 0 20px 0;
  font-size: 10px;
  text-align: center;
}

.modal-wrap {
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 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;
}
@media screen and (min-width: 769px) {
  .modal-wrap .modal-content {
    padding: 0;
  }
}
.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: 30px;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .modal-wrap .close {
    margin-right: 7%;
  }
}
.modal-wrap .close span::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .modal-wrap .close span::after {
    width: 30px;
  }
}
.modal-wrap .close span::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .modal-wrap .close span::before {
    width: 30px;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap .close {
    right: 100px;
    top: 20px;
    margin-top: 20px;
  }
}
.modal-wrap .credit {
  font-size: 10px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit {
    padding-bottom: 0;
    max-width: 300px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrap .credit {
    width: 80%;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit p {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrap .credit p {
    max-width: 180px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.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;
  border-bottom: 1px #000 solid;
}
.modal-wrap .credit li .com {
  color: #aea9a9;
}
.modal-wrap .credit li a {
  color: #000;
  align-items: center;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .modal-wrap .credit li a {
    display: flex;
    justify-content: space-between;
  }
  .modal-wrap .credit li a:hover {
    color: #aea9a9;
    transition: all 0.4s;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrap .credit li a {
    display: flex;
    justify-content: space-between;
  }
}
.modal-wrap .credit li .strong {
  font-weight: bold;
  display: contents;
}
@media screen and (min-width: 769px) {
  .modal-wrap .page {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrap .page {
    text-align: center;
    margin: 60px auto 0;
    display: block;
  }
}

.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: flex;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .mask_container .modal-content {
    width: 50%;
  }
  .mask_container .credit {
    width: 50%;
  }
}

.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 */