html,
body {
  font-family: futura-pt, 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: 11px;
  }
}

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;
  overflow: hidden;
}

.mt50 {
  margin-top: 50px;
}

section {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  section {
    margin-top: 100px;
    overflow: hidden;
  }
}

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

.scalNone img:hover {
  transform: scale(1) !important;
  transition: 0;
  cursor: default;
}

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

img:hover {
  cursor: pointer;
}

.arrow_box {
  cursor: pointer;
  margin-top: 10px;
  text-align: right;
}

.sample5-6::before {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
}

.sample5-6::after {
  left: 58px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) !important;
}
@media screen and (max-width: 768px) {
  .sample5-6::after {
    left: 47px;
  }
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 18px 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  border-bottom: solid #000 1px;
}
@media screen and (max-width: 768px) {
  .arrow {
    font-size: 12px;
  }
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

@-webkit-keyframes key1 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(3px);
  }
}

@keyframes key1 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(3px);
  }
}
.fv {
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .fv {
    width: 100%;
  }
}
.fv img:hover {
  transform: scale(1) !important;
  transition: 0;
  cursor: default;
}

.box1_1 {
  max-width: 745px;
  margin: 0px auto;
}
.box1_1 .box1_2 {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .box1_1 {
    width: 62%;
  }
}

.box2 {
  max-width: 1000px;
  margin: 0 auto;
}
.box2 .box2_1 {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .box2 {
    width: 100%;
  }
}

.box3 {
  max-width: 524px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .box3 {
    width: 83%;
  }
}

.slider_fade {
  font-size: 0;
}

.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_all,
footer .pause_insta {
  width: 400px;
  font-size: 12px;
  margin: 0 auto 20px;
  text-align: center;
  display: block;
  color: #000;
  background-color: #fff;
  border: 1px #000 solid;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  footer .pause_all,
footer .pause_insta {
    max-width: 260px;
  }
}
footer .pause_all:hover,
footer .pause_insta:hover {
  background-color: #000;
  color: #fff;
  opacity: 999;
}
footer .pause_insta {
  background-position: left 125px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
@media screen and (max-width: 768px) {
  footer .pause_insta {
    background-position: left 58px center;
  }
}
footer .pause_insta.icon {
  background-image: url(../images/ico_insta.png);
}
footer .brand_top {
  width: 400px;
  font-size: 12px;
  margin: 0 auto 20px;
  text-align: center;
  display: block;
  border: 1px #000 solid;
  padding: 20px 0;
  background-color: #000;
  color: #fff;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  footer .brand_top {
    max-width: 260px;
  }
}
footer .brand_top:hover {
  opacity: 0.7;
}
footer .brand_logo {
  margin: 0 auto;
  display: block;
  max-width: 225px;
}
@media screen and (max-width: 768px) {
  footer .brand_logo {
    width: 200px;
  }
}
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 .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;
}

@media screen and (min-width: 769px) {
  .open_btn {
    transform: scale(1.8);
    bottom: 30px;
    right: 30px;
  }
  .sec1, .sec3, .sec5, .sec7, .sec11, .sec13 {
    width: 83%;
  }
  .sec3 {
    margin: 300px auto 200px;
  }
  .sec9 {
    width: 93%;
  }
  .sec9 .container {
    width: 93%;
  }
  .boxbg_ye {
    margin: 200px auto 200px;
  }
}/*# sourceMappingURL=style.css.map */