@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  font-size: 100%;
  width: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  margin: 0 auto;
  color: #333;
  color: #333333;
  width: 750px;
  max-width: 100%;
  line-height: 1.5;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: block;
  color: #333;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

div img {
  vertical-align: top;
  width: 750px;
}

.center {
  text-align: center !important;
}



.btn1 {
  margin: 0 auto;
}

.btn1-1{
  margin: 0 auto;
  margin-bottom:2em;
}

.box23 {
  position: relative;
}

.btn2 {
  position: absolute;
  top: 77%;
  width: 100%;
  margin: 0 auto;
}

.btn2 img {
  width: 90%;
}

.box35 {
  position: relative;
}

.btn3 {
  position: absolute;
  top: 15%;
  width: 100%;
  margin: 0 auto;
}

.btn3 img {
  width: 90%;
}

.box4 img, .box5 img, .box8 img .box12 img, .box13 img, .box17 img, .box18 img, .box19 img, .box21 img, .box22 img {
  display: block !important;
}

/* 動画 */
.box22 {
  position: relative;
}

.movie-box {
  position: absolute;
  margin: 0 auto !important;
  top: 6%;
  left: 0 !important;
  right: 0 !important;
  text-align: center;
}


/* ボタンキラリ */
 .reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


footer {
  background-color: #F2E9E9;
  margin: 0 auto;
  text-align: center;
  line-height: 3;
}

footer p {
  margin-top: 0;
  margin-bottom: 0;
  color: #707070;
  font-size: 14px;
}

/* 追従ボタン */

.fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  text-align: right;
}

.fixed .btn_fix {
  display: inline-block;
  width: 100%;
}

.btn_fix img {
  max-width: 425px;
}

/* 特商法 */
.tokushou {
  padding: 20px;
  font-size: 14px;
  text-align: center;
  color: #707070 !important;
}

.tokushou a {
  color: #707070;
}


@media print,
screen and (min-width: 768px) {
  body .fixed {
    bottom: 5px;
    right: 5px;
  }
}



/* レスポンシブデザイン */
@media screen and (max-width: 768px) {


  .content {
    max-width: 100%;
  }

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




  footer {
    max-width: 100%;
    font-size: 0.4rem;
    height: 150px;
  }


  .btn_fix img {
    width: 100%;
  }

  .footer-p {
    font-size: 13px;
  }

  .copy p {
    font-size: 0.7rem;
  }

  /* 特商法 */
  .tokushou {
    font-size: 12px;
  }
}