@charset "utf-8";
html{
  font-size: 62.5%;
  font-feature-settings: "palt"
}
body{
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #585858;
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-weight: 900;
}
img{
	max-width: 100%;
  height: auto;
}
a{
	text-decoration: none;
}
a.no-click{
  pointer-events: none;
}
.SP{
  display: none;
}

.bx-wrapper{
  box-shadow: none;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
main{
  background-image: url(../img/753/bkg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
h1,h2,h3,p,span,a{
  font-weight: 500;
}
.main_tit img{
  display: block;
  margin: 0 auto;
}
section{
  max-width: 1200px;
  margin: 0 auto;
}
h1{
  color: #4888a3;
  font-size: 55px;
  text-align: center;
  padding: 30px 0;
}
.main_tit p{
  text-align: center;
  color: #ff93a1;
  font-size: 30px;
}
.images{
  text-align: center;
  padding: 70px 0;
}
.images img{
  display: inline-block;
}
.images01{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.images01 img{
  display: block;
}
.images02 img{
  display: block;
}
.images02 img:first-of-type{
  margin-left: 0;
  margin-right: auto;
}
.images02 img:last-of-type{
  margin-left: auto;
  margin-right: 0;
  margin-top: -100px;
}
.pendulum{
  transform-origin:top;
  -webkit-transform-origin:top;
  -moz-transform-origin:top;
  animation:pendulum ease-in-out 3s infinite alternate;
  -webkit-animation:pendulum ease-in-out 3s infinite alternate;
  -moz-animation:pendulum ease-in-out 3s infinite alternate;
 }
@keyframes pendulum{
  0%{transform: rotate(10deg);}
  100%{transform: rotate(-10deg);}
}
@-webkit-keyframes pendulum{
  0%{-webkit-transform: rotate(10deg);}
  100%{-webkit-transform: rotate(-10deg);}
}
@-moz-keyframes pendulum{
  0%{-moz-transform: rotate(10deg);}
  100%{-moz-transform: rotate(-10deg);}
}

.pendulum_re{
  transform-origin:top;
  -webkit-transform-origin:top;
  -moz-transform-origin:top;
  animation:pendulum_re ease-in-out 3s infinite alternate;
  -webkit-animation:pendulum_re ease-in-out 3s infinite alternate;
  -moz-animation:pendulum_re ease-in-out 3s infinite alternate;
 }
@keyframes pendulum_re{
  0%{transform: rotate(-10deg);}
  100%{transform: rotate(10deg);}
}
@-webkit-keyframes pendulum_re{
  0%{-webkit-transform: rotate(-10deg);}
  100%{-webkit-transform: rotate(10deg);}
}
@-moz-keyframes pendulum_re{
  0%{-moz-transform: rotate(-10deg);}
  100%{-moz-transform: rotate(10deg);}
}
.fuwafuwa {
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  display: block;
  transition: 1.5s ease-in-out;

}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
.fuwafuwa_re {
  animation: fuwafuwa_re 3s infinite ease-in-out .8s alternate;
  display: block;
  transition: 1.5s ease-in-out;
}
 
@keyframes fuwafuwa_re {
  0% {
    transform:translate(0, 0) rotate(7deg);
  }
  50% {
    transform:translate(0, 7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(-7deg);
  }
}
.sub_tit{
  text-align: center;
  margin-top: 50px;
}
h2{
  font-size: 45px;
  color: #4888a3;
  padding: 40px 0;
}
.sub_tit:nth-of-type(2) h2{
  color: #ff93a1;
}
.sub_tit:nth-of-type(2){
  margin-top: 120px;
}
.sub_tit p{
  line-height: 1.6em;
}
h3{
  color: #ff93a1;
  font-size: 45px;
  padding: 20px 0;
}
h3 span{
  font-size: 30px;
}
.price{
  text-align: center;
}
.price p{
  line-height: 1.6em;
  padding: 40px 0;
}
.price div{
  border: dotted 3px #252d4d;
  padding: 30px 0;
  max-width: 700px;
  margin: 40px auto;
}
.price div p{
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}
.osusume{
  text-align: center;
}
.osusume p{
  line-height: 1.6em;
}
.btn{
  text-align: center;
  margin-top: 80px;
}
.btn a{
  background-color: #ff93a1;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 50px;
  border: solid 2px #ff93a1;
}
.btn a:hover{
  background-color: inherit;
  color: #ff93a1;
  transition: 0.3s;
}
.btn a:last-of-type{
  background-color: #4888a3;
  display: block;
  width: 700px;
  margin: 80px auto;
  border: solid 2px #4888a3;
}
.btn a:last-of-type:hover{
  background-color: inherit;
  color: #4888a3;
}
/*animation*/
.animation{
  opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
.active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.foot{
  padding: 100px 0;
  text-align: center;
  color: #4888a3;
}
.images03{
  position: relative;
  height: 1700px;
  margin-top: 100px;
}
.images03 img{
  position: absolute;
}
.images03 img:first-of-type{
  left: 200px;
}
.images03 img:nth-of-type(2){
  right: 230px;
}
.images03 img:nth-of-type(3){
  top: 450px;
  right: 0;
  left: 0;
  margin: auto;
}
.images03 img:nth-of-type(4){
  top: 800px;
  left: 100px;
}
.images03 img:nth-of-type(5){
  top: 950px;
  right: 150px;
}
.images03 img:last-of-type{
  top: 1150px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1200px){
  section{
    max-width: 90%;
  }
  .images01{
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .images01 img{
    max-width: 50%;
    height: auto;
  }
  .images02 img{
    max-width: 70%;
    overflow: hidden;
  }
  body{
    overflow-x: hidden;
  }
  .images03{
    width: 80%;
    margin: 0 auto;
  }
  .images03 img:first-of-type{
    left: 10%;
  }
  .images03 img:nth-of-type(2){
    right: 20%;
  }
  .images03 img:nth-of-type(3){
    top: 450px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 60%;
  }
  .images03 img:nth-of-type(4){
    top: 800px;
    left: 10%;
  }
  .images03 img:nth-of-type(5){
    top: 850px;
    right: 15%;
  }
  .images03 img:last-of-type{
    top: 1200px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 60%;
  }
}
@media screen and (max-width: 980px){
  .images01{
    display: block;
  }
  .images01 img{
    max-width: 90%;
    margin: 0 auto;
  }
  .images02 img:last-of-type{
    margin-top: -50px;
  }
  .btn a{
    display: block;
    width: 80%;
    margin: 20px auto;
  }
  .btn a:last-of-type{
    width: 80%;
  }
  .images03{
    width: 100%;
  }
  .images03 img:first-of-type{
    left: 10%;
  }
  .images03 img:nth-of-type(2){
    right: 20%;
    max-width: 20%;
    top: 200px;
  }
  .images03 img:nth-of-type(3){
    top: 450px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 60%;
  }
  .images03 img:nth-of-type(4){
    top: 800px;
    left: 10%;
    max-width: 20%;
  }
  .images03 img:nth-of-type(5){
    top: 850px;
    right: 15%;
  }
  .images03 img:last-of-type{
    top: 1200px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 60%;
  }
  }
  @media screen and (max-width: 750px){
    .PC{
      display: none;
    }
    .SP{
      display: block;
    }
    .images03{
      height: 1550px;
    }
    .images03 img:first-of-type{
      left: 10%;
      max-width: 30%;
    }
    .images03 img:nth-of-type(2){
      right: 20%;
      max-width: 20%;
      top: 160px;
    }
    .images03 img:nth-of-type(3){
      top: 330px;
      right: 0;
      left: 0;
      margin: auto;
      max-width: 80%;
    }
    .images03 img:nth-of-type(4){
      top: 750px;
      left: 10%;
      max-width: 20%;
    }
    .images03 img:nth-of-type(5){
      top: 750px;
      right: 15%;
      max-width: 30%;
    }
    .images03 img:last-of-type{
      top: 1100px;
      right: 0;
      left: 0;
      margin: auto;
      max-width: 80%;
    }
    h1{
      font-size: 40px;
    }
    .main_tit p{
      font-size: 22px;
    }
    h2{
      font-size: 30px;
    }
    body{
      font-size: 16px;
    }
    section p{
      text-align: left;
      padding-right: 20px;
      padding-left: 20px;
    }
    h3{
      font-size: 25px;
    }
    h3 span{
      font-size: 18px;
    }
    .price div p{
      padding-right: 15px;
      padding-left: 15px;
    }
    .images02 img{
      max-width: 90%;
    }
    .osusume img{
      max-width: 30%;
    }
  }
  @media screen and (max-width: 650px){
    .images03{
      height: 1500px;
    }
    .images03 img:first-of-type{
      left: 10%;
      max-width: 38%;
    }
    .images03 img:nth-of-type(2){
      right: 20%;
      max-width: 20%;
      top: 160px;
    }
    .images03 img:nth-of-type(3){
      top: 330px;
      right: 0;
      left: 0;
      margin: auto;
      max-width: 80%;
    }
    .images03 img:nth-of-type(4){
      top: 750px;
      left: 10%;
      max-width: 20%;
    }
    .images03 img:nth-of-type(5){
      top: 750px;
      right: 15%;
      max-width: 38%;
    }
    .images03 img:last-of-type{
      top: 1100px;
      right: 0;
      left: 0;
      margin: auto;
      max-width: 80%;
    }
  }
  @media screen and (max-width: 550px){
    .images03{
      height: 1400px;
    }
    .images03 img:first-of-type{
      left: 10%;
      max-width: 45%;
    }
    .images03 img:nth-of-type(2){
      right: 20%;
      max-width: 20%;
      top: 160px;
    }
    .images03 img:nth-of-type(3){
      top: 330px;
      right: 0;
      left: 0;
      margin: auto;
      max-width: 80%;
    }
    .images03 img:nth-of-type(4){
      top: 750px;
      left: 10%;
      max-width: 20%;
    }
    .images03 img:nth-of-type(5){
      top: 700px;
      right: 15%;
      max-width: 45%;
    }
    .images03 img:last-of-type{
      top: 1050px;
      right: 0;
      left: 0;
      margin: auto;
      max-width: 80%;
    }
  }
  @media screen and (max-width: 450px){
    .images03{
      height: 277.778vw;
      padding-bottom: 0;
    }
    .images03 img:first-of-type{
      left: 10%;
      max-width: 50%;
    }
    .images03 img:nth-of-type(2){
      right: 20%;
      max-width: 20%;
      top: 35.556vw;
    }
    .images03 img:nth-of-type(3){
      top: 78.333vw;
      right: 0;
      left: 0;
      margin: auto;
      max-width: 80%;
    }
    .images03 img:nth-of-type(4){
      top: 133.333vw;
      left: 10%;
      max-width: 20%;
    }
    .images03 img:nth-of-type(5){
      top: 144.444vw;
      right: 15%;
      max-width: 50%;
    }
    .images03 img:last-of-type{
      top: 217.778vw;
      right: 0;
      left: 0;
      margin: auto;
      max-width: 80%;
    }
  }
  @media screen and (max-width: 400px){
    .main_tit img{
      max-width: 40%;
    }
    h1{
      font-size: 35px;
      padding-right: 10px;
      padding-left: 10px;
      padding-bottom: 15px;
    }
    .main_tit p{
      font-size: 19px;
    }
    h2{
      font-size: 25px;
    }
    h3{
      font-size: 22px;
    }
    h3 span{
      font-size: 16px;
    }
  }
  @keyframes fadeOut {
    from {
        opacity: 1;
    }
    
    to {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}
