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;
  text-decoration: none;
}
@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;
  vertical-align: bottom;
}

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

.fv {
  position: sticky;
  top: 0;
  z-index: 1;
}
.fv .logo {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
}
.fv .slider_fade {
  height: 100vh;
}
.fv .slider_fade .swiper-slide {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.fv .slider_fade .swiper-slide img {
  height: fit-content;
}
.fv .slider_fade .swiper-slide:nth-child(1) {
  background-image: url(../images/pc1.jpg);
}
@media screen and (max-width: 768px) {
  .fv .slider_fade .swiper-slide:nth-child(1) {
    background-image: url(../images/sp1.jpg);
  }
}
.fv .slider_fade .swiper-slide:nth-child(2) {
  background-image: url(../images/pc2.jpg);
}
@media screen and (max-width: 768px) {
  .fv .slider_fade .swiper-slide:nth-child(2) {
    background-image: url(../images/sp2.jpg);
  }
}
.fv .slider_fade .swiper-slide:nth-child(3) {
  background-image: url(../images/pc3.jpg);
}
@media screen and (max-width: 768px) {
  .fv .slider_fade .swiper-slide:nth-child(3) {
    background-image: url(../images/sp3.jpg);
  }
}

.container {
  margin: 0 auto;
  overflow: hidden;
}

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

.swiper {
  width: 100%;
}

.grid_double img {
  height: auto;
  height: 75.0666666667vw;
}

.slider_fade img {
  height: auto;
  height: 75.0666666667vw;
}

.text_slider .swiper-wrapper,
.reverse .swiper-wrapper {
  transition-timing-function: linear !important;
}

.grid_wrapper {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.grid,
.grid_fadein {
  display: grid;
  position: relative;
}
.grid_wrapper,
.grid_fadein_wrapper {
  grid-template-columns: 1fr;
}
.grid_double,
.grid_fadein_double {
  grid-template-columns: 1fr 1fr;
}

.sticky {
  position: sticky;
}

.sticky_bg {
  width: 100%;
  height: 100%;
  background-image: url(../images/blue_bg.jpg);
  background-position: center top;
  background-size: cover;
}

.grid_li:last-of-type .grid {
  width: 50vw;
  margin: 0 auto;
}

.btn-open-modal {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .btn-open-modal {
    transition: inherit;
  }
}
.btn-open-modal img {
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .btn-open-modal img {
    transition: inherit;
  }
}
@media screen and (min-width: 769px) {
  .btn-open-modal:hover img {
    transform: scale(1.1);
  }
}
.btn-open-modal .plus {
  z-index: 10;
  position: absolute;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  bottom: 1.6666666667vw;
  right: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .btn-open-modal .plus {
    bottom: 10px;
    right: 10px;
  }
}
.btn-open-modal .plus:before, .btn-open-modal .plus:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.btn-open-modal .plus:before {
  width: 2.6666666667vw;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .btn-open-modal .plus:before {
    height: 1px;
    width: 15px;
  }
}
.btn-open-modal .plus:after {
  width: 2px;
  height: 2.6666666667vw;
}
@media screen and (max-width: 768px) {
  .btn-open-modal .plus:after {
    width: 1px;
    height: 15px;
  }
}
.btn-open-modal.white .plus:before, .btn-open-modal.white .plus:after {
  background-color: #00a3d6;
}

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: 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;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .modal-wrap .close {
    width: 30px;
    height: 30px;
  }
}
.modal-wrap .close span::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  transform-origin: left;
  transform: rotate(45deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@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-origin: left;
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@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: 40px;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap p {
    width: 25vw;
    margin: 0 auto;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrap p {
    max-width: 120px;
    margin: 0 auto;
    padding: 30px 0 0;
  }
}
.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 {
    max-width: 350px;
    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 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: 60px;
    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;
    min-height: 100vh;
  }
  .mask_container .modal-content {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .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 */