@charset "utf-8";
body {
  font: normal 18px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  color: #000;
  text-align: justify;
  overflow-x: hidden;
  background: url(../images/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.no-fouc {
  display: none;
}

.container {
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

img {
  width: 100%;
}

/* ----------------------------------------------------

    offer

---------------------------------------------------- */
.offer {
  position: relative;
}

.offer_btn {
  position: absolute;
  width: 90%;
  bottom: 2.5%;
  left: 9.4%;
}

.btn {
  width: 90%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s 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;
  }
}

/* ----------------------------------------------------

    point

---------------------------------------------------- */
.point_title {
  box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 5%);
}

.point_detail {
  background: url(../images/point_bg.png);
  margin-top: -5px;
}

.point_detail_sum {
  padding: 30px 0 20px;
}

.point_detail_in {
  width: 90%;
  margin: 0 auto;
}

.point_detail_in > img {
  display: block;
  padding-bottom: 20px;
}

.point_detail_in > img:nth-child(3) {
  padding-bottom: 35px;
}

/* ----------------------------------------------------

    message

---------------------------------------------------- */
.message {
  background: url(../images/message_bg.jpg);
  background-size: cover;
}

.message_title {
  margin: 0 auto;
  padding: 40px 0 25px;
  width: 95%;
}

.message_detail {
  width: 93%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.6;
}

.message_detail > span {
  font-size: 26px;
  font-weight: bold;
  color: #de2a89;
}

.message_pkg {
  padding-bottom: 30px;
}

@media screen and (max-width: 428px) {
  .message_detail {
    font-size: 16px;
  }

  .message_detail > span {
    font-size: 18px;
  }
}

/* ----------------------------------------------------

    QA

---------------------------------------------------- */

.qa {
  background: url(../images/QA_bg.jpg);
  font-size: 28px;
  padding-bottom: 20px;
  line-height: 1.6;
}

.qa span {
  font-size: 32px;
  color: #de2a89;
}

.qa_q {
  width: 85%;
  margin: 0 auto;
  padding: 2% 3%;
  background-color: #fff;
  border-bottom: solid #de2a89 2px;
}

.qa_a {
  width: 85%;
  margin: 0 auto 25px;
  padding: 2% 3%;
  background-color: #fff;
}

@media screen and (max-width: 428px) {
  .qa {
    font-size: 16px;
  }

  .qa span {
    font-size: 18px;
  }

  .qa_q,
  .qa_a {
    padding: 3% 4%;
  }
}

/* ----------------------------------------------------

    footer

---------------------------------------------------- */
footer {
  background-color: #fdeaf5;
}

.footer {
  display: flex;
  margin: 0 auto;
  padding: 20px;
  width: 70%;
}

.footer a {
  display: inline-block;
  font-size: 18px;
  color: #410700;
  margin: 0 auto;
  text-decoration: none;
}

@media screen and (max-width: 428px) {
  .footer {
    padding: 10px 0;
    width: 90%;
  }

  .footer a {
    font-size: 12px;
  }
}
