@charset "UTF-8";
@media (min-width: 751px) {
  .sp-show {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .pc-show {
    display: none !important;
  }
}
/* CSS Document */
/****************************************************************************
アニメーション
 ****************************************************************************/
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes scroll-anim_ab01 {
  100% {
    transform: translateX(-554px);
  }
}
.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;
}

body a:hover {
  text-decoration: none;
}

.container {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: #84b2d3;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .container {
    margin: 0 auto 0;
  }
}
@media (min-width: 751px) {
  .container {
    width: 45%;
    margin: 0 auto 0;
    overflow: hidden;
  }
}
.container img {
  width: 100%;
  height: auto;
}

.test {
  background-image: url(../img/test.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.test .kv, .test .img01, .test .sec01, .test .sec02, .test .sec03, .test .sec04, .test .sec05, .test .sec06, .test .sec07 {
  opacity: 0.7;
}

.header {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.header .header_logo {
  width: 44%;
  padding: 5.6% 0 1.4% 3.8%;
}
.header .sns_link {
  width: 38.2%;
  padding: 6.1% 0 0 0;
  display: flex;
  justify-content: center;
  gap: 4.7%;
}
.header .sns_link li {
  text-align: center;
}
.header .sns_link li img {
  width: 39%;
}

.kv {
  padding: 2.9% 0 0 0;
}

.img01 {
  margin: -10.2% 0 0;
  position: absolute;
  z-index: 3;
}

.sec01 {
  margin: 22% 0 0 0;
  position: relative;
  z-index: 2;
}
.sec01 .sec01_bg {
  background-image: url(../img/bg01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: -4.8%;
  padding-top: 3.2%;
  padding-bottom: 12%;
}
.sec01 .img02 {
  margin: 3.7% auto 0.4%;
}
.sec01 .img03 {
  margin: 0 auto 5.8%;
}
.sec01 .img04 {
  margin: 0 auto 4.4%;
}
.sec01 .img05 {
  margin: 0 auto 6%;
}
.sec01 .img06 {
  margin: 0 auto 6%;
}

.img07 {
  position: absolute;
  margin: -12% auto 0;
  z-index: 3;
}

.sec02 {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 7%;
  z-index: 1;
  background-color: #84b2d3;
  margin: -11.4% 0 0;
  padding: 17% 0 22%;
}
.sec02 .img09 {
  margin: -18% auto 0;
}
.sec02 .btn_buy {
  width: 84%;
  margin: 0 auto;
}
.sec02 .img10 {
  margin: 0 auto;
}

.sec03 {
  position: relative;
  background-image: url(../img/bg02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: -14.4%;
  padding-top: 7.2%;
  padding-bottom: 7%;
}
.sec03 .img11 {
  position: relative;
  z-index: 2;
}
.sec03 .img12 {
  position: relative;
  z-index: 3;
  margin: -23.6% 0 0;
}
.sec03 .img13 {
  position: relative;
  z-index: 2;
  margin: 10.7% 0 6.4%;
}
.sec03 .img14 {
  margin: 0 0 6.1%;
}
.sec03 .img15 {
  margin: 0 auto 5.5%;
}
.sec03 .img16 {
  position: relative;
  z-index: 2;
  margin: 0 auto 4.4%;
}
.sec03 .btn_buy02 {
  width: 94%;
  margin: 0 auto 4.4%;
}
.sec03 .btn_buy03 {
  width: 73%;
  margin: 0 auto 1.6%;
}
.sec03 .btn_buy04 {
  width: 73%;
  margin: 0 auto 4.4%;
}

footer {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-image: url(../img/bg04.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  padding-top: 9%;
}
@media (max-width: 750px) {
  footer {
    padding-bottom: 14%;
  }
}
@media (min-width: 751px) {
  footer {
    padding-bottom: 13%;
  }
}
footer .footer_logo {
  width: 68%;
  margin: 0 auto 0;
  padding: 10.4% 0 20%;
}
footer .footer_contents {
  text-align: center;
  margin-bottom: 1.5%;
}
footer .footer_contents a {
  color: #FFF;
  text-decoration: none;
  font-size: 80%;
}
footer .copyright {
  font-weight: 600;
  text-align: center;
  padding: 4.5% 0 0;
}
@media (max-width: 750px) {
  footer .copyright {
    font-size: 80%;
  }
}
@media (min-width: 751px) {
  footer .copyright {
    font-size: 62%;
  }
}

@media (max-width: 750px) {
  .c_left {
    display: none;
  }
  .c_right {
    display: none;
  }
}
@media (min-width: 751px) {
  .wrap {
    display: flex;
    width: 100%;
  }
  .c_left {
    flex: 1;
    position: fixed;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
  }
  .c_left .pc_logo {
    position: absolute;
    width: 13vw;
    max-width: 366px;
  }
  .c_left .pc_logo img {
    width: 100%;
    height: auto;
  }
  .c_right {
    flex: 1;
    position: fixed;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85vh;
    width: 30%;
  }
  .c_right .pc_pr {
    position: absolute;
    width: 18vw;
    max-width: 366px;
    text-align: center;
  }
  .c_right .pc_pr .pr_photo {
    width: 100%;
    margin: 0 auto 10%;
  }
  .c_right .pc_pr h2 {
    color: #634d49;
    font-weight: 600;
    margin-bottom: 5%;
    line-height: 1.3em;
    font-size: min(1.2vw, 25px);
  }
  .c_right .pc_pr p {
    color: #634d49;
    font-weight: 400;
    margin-bottom: 5%;
    font-size: min(1vw, 20px);
    margin-bottom: 8%;
  }
  .c_right img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=lp_001.css.map */