@charset "UTF-8";
@media (min-width: 769px) {
  .sp-show {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes scroll-anim_ab01 {
  100% {
    background-position: -554px 0;
  }
}
@keyframes scroll-anim_ab01_sp {
  100% {
    background-position: -443px 0;
  }
}
.fadeInBottom {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.7s ease;
}

.fadeInBottomLate {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.7s ease;
}

.fadeInBottom.is-active {
  opacity: 1;
  transform: translateY(0px);
}

.fadeInBottomLate.is-active {
  opacity: 1;
  transform: translateY(0px);
}

.fadeIn {
  opacity: 0;
  transition: 0.7s ease;
}

.fadeInLate {
  opacity: 0;
  transition: 0.7s ease;
}

.fadeIn.is-active {
  opacity: 1;
}

.fadeInLate.is-active {
  opacity: 1;
}

@media (min-width: 769px) {
  .pc_wrap {
    display: flex;
  }
}
.pc_wrap img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .pc_wrap .wrap {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .pc_wrap .wrap {
    width: 35%;
  }
}
.pc_wrap .pc_contents {
  flex-grow: 1; /* 残りのスペースを埋める */
  display: flex; /* 高さを継承させるため */
  height: 100%;
}
@media (min-width: 769px) {
  .pc_wrap .pc_contents .pc_bg {
    width: 65%;
    height: 100vh;
    flex-grow: 1; /* 背景をいっぱいに広げる */
    position: fixed;
    background-image: url(../img/pc_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.pc_wrap .pc_contents .pc_bg .pc_logo {
  position: absolute;
  width: 16%;
  padding: 3.5% 0 0 3%;
}
.pc_wrap .pc_contents .pc_bg .pc_buy_bg {
  position: absolute;
  background-image: url(../img/pc_buy_bg.png);
  background-size: 80%;
  background-position: bottom center;
  background-repeat: no-repeat;
  bottom: 0;
  min-width: 800px;
  width: 100%;
  max-width: 910px;
  height: 50%;
}
.pc_wrap .pc_contents .pc_bg .pc_buy_bg .pc_buy_btn {
  position: absolute;
  width: 37%;
  bottom: 0;
  margin: 0% 0 1% 38%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

img {
  width: 100%;
  max-width: 768px;
  height: auto;
}

.float_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  z-index: 4;
}

.wrap {
  max-width: 768px;
  background-image: url(../img/bg.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.wrap .point {
  margin-top: -16.7%;
  margin-bottom: 6%;
}
.wrap .buy_btn {
  width: 76%;
  margin: 0 auto -0.4%;
}
.wrap .contents .text03 {
  padding-top: 0.8%;
}
.wrap .contents .text03 img {
  margin-top: -0.8%;
}
.wrap .contents .lineup_box {
  display: flex;
  flex-wrap: wrap;
}
.wrap .contents .lineup_box .pr_box {
  width: 50%;
  margin-bottom: 4%;
}
.wrap footer {
  color: #455663;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .wrap footer {
    padding-bottom: 47%;
  }
}
@media (min-width: 769px) {
  .wrap footer {
    padding-bottom: 13%;
  }
}
.wrap footer .footer_logo {
  width: 43%;
  margin: 13% auto 3%;
}
.wrap footer .footer_contents {
  font-size: 75%;
  text-align: center;
  margin-bottom: 1.5%;
}
.wrap footer .footer_contents a {
  color: #455663;
  text-decoration: none;
}
.wrap footer .copyright {
  font-size: 55%;
  text-align: center;
}/*# sourceMappingURL=style.css.map */