@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
main {
  padding: 0;
  margin: 0;
}
main p {
  margin-bottom: 0 !important;
}
main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
main * {
  box-sizing: border-box;
}
main a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
main img {
  max-width: 100%;
}
main p {
  line-height: 1.4;
}
main p span.youbi {
  font-size: 0.8em;
}

/* -------------------------------------
        ＴＯＰ
------------------------------------- */
.fv {
  padding: 40px 0 20px;
  position: relative;
  background: url(../img/k-fv-bg.png) #e50012;
  background-size: cover;
  background-position: center top;
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 767px) {
  .fv {
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .fv::before {
    content: "";
    position: absolute;
    width: 55%;
    height: 100%;
    background: url(../img/fv-bg-lt.png) no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .fv::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    background: url(../img/fv-bg-rt.png) no-repeat;
    background-size: contain;
    background-position: right;
    right: 0;
    top: 0;
    z-index: 0;
  }
}
.fv__ttl {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    max-width: 500px;
  }
}
.fv__txt {
  position: relative;
  width: 95%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 10px 0 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__txt {
    font-size: 0.9em;
  }
}
.fv__subttl {
  position: relative;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__subttl {
    margin-bottom: 10px;
  }
}
.fv__subttl::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  background: #feeed5;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
}
.fv__subttl p {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  background: #e50012;
  color: #feeed5;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__subttl p {
    font-size: 1.1em;
  }
}
.fv__promise {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__promise {
    justify-content: space-around;
    max-width: 500px;
    margin: 0 auto;
  }
}
.fv__promise-item {
  width: 30%;
  margin: 0 10px;
  text-align: center;
  color: #e50012;
  background: #feeed5;
  border-radius: 16px;
  padding: 1em 0.5em;
}
@media screen and (max-width: 767px) {
  .fv__promise-item {
    width: 47%;
    max-width: 240px;
    margin: 0 0 8px;
    font-size: 0.9em;
    border-radius: 12px;
  }
}
.fv__promise-item .pno {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fv__promise-item .pno {
    font-size: 2em;
  }
}
.fv__promise-item .pttl {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fv__promise-item .pttl {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .fv__promise-item .ptxt {
    font-size: 0.8em;
  }
}

.con {
  background: #fff100;
  border: 2px solid #000;
  padding: 40px 0;
}
.con__ttl {
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
.con__ttl p {
  color: #e50012;
  font-size: 1.4em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .con__ttl p {
    font-size: 1.1em;
  }
}
.con__ttl p span.big {
  font-size: 1.5em;
  background-image: linear-gradient(transparent 60%, #fff 0%);
}
@media screen and (max-width: 767px) {
  .con__ttl p span.big {
    font-size: 1.3em;
  }
}
.con__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 600px;
  margin: 20px auto 30px;
}
.con__mark-img {
  width: 40%;
}
.con__mark-txt {
  width: 40%;
  margin-left: 1em;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .con__mark-txt {
    font-size: 1em;
    width: 55%;
    max-width: 200px;
  }
}
.con__kikan {
  margin-top: 10px;
  padding: 14px 0;
  background: #fff;
  text-align: center;
}
.con__kikan p {
  font-size: 1.4em;
  font-weight: 600;
  color: #e50012;
  margin-bottom: 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .con__kikan p {
    font-size: 1em;
  }
}
.con__kikan p span.uridashi {
  background: #e50012;
  color: #fff;
  padding: 4px 8px;
  margin-right: 4px;
}
.con__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .con__list {
    justify-content: space-around;
  }
}

.item {
  position: relative;
  width: 31%;
  margin: 8px;
  min-width: 300px;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .item {
    width: 47%;
    margin: 10px 0;
    min-width: auto;
    max-width: 400px;
  }
}
.item::before {
  content: "";
  position: absolute;
  background: url(../img/bomb.png) no-repeat right bottom;
  background-size: contain;
  display: block;
  width: 65%;
  height: 40%;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .item::before {
    width: 80%;
    max-width: 160px;
  }
}
.item__wrap {
  width: 90%;
  margin: 1em auto;
}
.item__img {
  margin-bottom: 12px;
  text-align: center;
}
.item__logo {
  width: 30%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .item__logo {
    width: 35%;
  }
}
.item__ttl {
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .item__ttl {
    font-size: 1em;
  }
}
.item__ttl span.small {
  font-size: 0.8em;
}
.item__comment {
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .item__comment {
    font-size: 0.9em;
  }
}
.item__notice {
  font-size: 0.9em;
  margin-top: 4px;
}
.item__price {
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: auto;
  position: relative;
  text-align: right;
  font-size: 1.8em;
  font-weight: 600;
  padding-top: 40px;
  line-height: 0.8;
  color: #fff;
  text-shadow: 1px 1px 0 #c11, -1px -1px 0 #c11, -1px 1px 0 #c11, 1px -1px 0 #c11, 0px 1px 0 #c11, -1px 0 #c11, -1px 0 0 #c11, 1px 0 0 #c11;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .item__price {
    font-size: 1.4em;
    padding-top: 20px;
  }
}
.item__price span.tax {
  font-size: 0.6em;
  margin-left: 8px;
}
.item__price span.small {
  font-size: 0.6em;
}

.tenkyu {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tenkyu p {
    font-size: 0.9em;
  }
}
.tenkyu__btn {
  width: 90%;
  margin: 12px auto;
}
.tenkyu__btn a {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  padding: 16px 0;
  background: #008e90;
  border-radius: 999px;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
}
.tenkyu__btn a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  right: 6%;
  top: 40%;
  transition: all 0.3s;
}
.tenkyu__btn a:hover::after {
  right: 4%;
}

.notice {
  width: 95%;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 0.9em;
}

.ynotice {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 0.9em;
  margin-top: 20px;
  background: #fff100;
  padding: 0.5em;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.6s;
  transform: translateY(50px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transform: translateY(50px);
}

.anime-o2 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 0.8s;
}

.anime-o3 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 1.6s;
}

.anime-bound {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transform: scale(0.6);
  transform-origin: center bottom;
}

.anime-bound2 {
  transition: 0.6s;
  transform: scale(0.6);
  transform-origin: center bottom;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}