#fv {
  margin-top: 7rem;
}
.l-sp-header {
  width: 100%;
  z-index: 10;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: #023047;
  padding: 9px 20px;
  background-color: #8ecae6;
}
/* ---------------------------- */
/* ハンバーガーメニューのボタン */
/* ---------------------------- */

/* ---------------------------- */
.open-btn1 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 4rem;
  text-align: center;
  position: absolute;
  right: 2rem;
  top: 1.5rem;
}
.open-btn1 

/* 暗い背景 */
.p-sp-nav-bg {
  display: none;

  /* z-index: 5; */
  transition: all 1s;
}
/* .bg-activeが付与された時 */
.p-sp-nav-bg.bg-active {
  display: block;
  transition: all 1s;
  position: fixed;
  width: 100%;
  height: 100%;
  /* background-color: rgba(246,153,153, 0.2); */
  top: 0;
  left: 0;
}

/* ナビゲーション全体を囲うタグ */
#sp-g-nav {
  position: fixed;
  z-index: 7;
  color: #fff;
  background-color: #fffcec;
  line-height: 1.3;
  width: 100%;
  max-width: 750px;
  top: -200%;
  transition: all 0.7s;
  left: calc(50% - 375px);
}
/*アクティブクラスがついたら表示位置変更*/
#sp-g-nav.panel-active {
  width: 100%;
  max-width: 750px;
  top: 0;
  left: calc(50% - 375px);
  transition: all 0.7s;
}
/* ナビゲーション本体 */
.p-sp-nav_ul {
  width: 100%;
}
.p-sp-nav_li {
  /* border-bottom: 1px solid #fff; */
}
.p-sp-nav_li:first-of-type {
  /* border-top: 1px solid #fff; */
  margin-top: 8rem;
}
.p-sp-nav_li:last-of-type {
  border-bottom: 0;
  padding: 1% 0;
}
.p-sp-nav_li.h_btn {
  width: 75%;
  margin: 5% auto 7%;
}
.p-sp-nav_a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header {
    padding: 5vw 0 0 4vw;
  }
  header {
    height: 6rem;
    width: 100%;
    left: 0;
    top: 0;
    padding: 2rem;
  }
  header h1 {
    width: 14rem;
    display: block;
  }
  .open-btn1 {
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    text-align: center;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
  }
  .p-sp-nav_li:first-of-type {
    margin-top: 6rem;
  }
  #sp-g-nav {
    max-width: none;
    top: -200%;
    left: 0;
  }
  #sp-g-nav.panel-active {
    left: 0;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
}
#kids_m .modal img.modal-content {
  width: 88%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  opacity: 0; /* 初期状態は透明 */
  transition: opacity 0.3s ease; /* ふわっと表示するアニメーション */
}

.modal.show .modal-content {
  opacity: 1; /* 表示状態は不透明 */
  /* transition: all ; */
}

.close {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -460%);
  -webkit-transform: translate(-50%, -460%);
  -ms-transform: translate(-50%, -460%);
  width: 60px;
  right: calc(50% - 375px);
  transition: all 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .modal {
    padding-top: 10%;
  }
  .close {
    position: absolute;
    right: 3%;
    width: 8.4%;
  }
}

#kids_m .cv__wrap {
  background-image: url(../img/cv/cv__content-bg01.png);
  background-size: auto;
  background-position: top;
}
#kids_m .cv__wrap.cv04 {
  margin-bottom: 8%;
}
#kids_m .cv__wrap.cv05 {
  background-image: none;
}
#kids_m .cv__head {
}
#kids_m .cv01 .cv__head {
  background-image: url(../img/cv/cv__head-bg01.png);
  background-position: top;
  background-repeat: no-repeat;
}
#kids_m .cv02 .cv__head {
  padding-top: 8%;
}
#kids_m .cv03 .cv__head {
}
#kids_m .cv04 .cv__head {
  padding-top: 8%;
}
#kids_m .cv__content {
  border: 2px solid #1ac2da;
  border-radius: 30px;
  width: 92%;
  margin: -20% auto 0;
  padding-top: 20%;
  padding-left: 4%;
  padding-right: 4%;
  background-color: #fff;
}
#kids_m .cv__content p.four.coupon {
  width: 100%;
}
#kids_m .cv__content .five {
  width: 100%;
}
#kids_m .cv__content .five .dn {
  filter: drop-shadow(0 0 6px rgba(51, 51, 51, 0.1));
}
#kids_m .cv__content .trg {
  box-shadow: 0 0 30px 0 rgba(51, 51, 51, 0.1);
  overflow: hidden;
  border-radius: 30px;
  transition: border-radius 1s;
}
#kids_m .cv__content .trg.active {
  border-radius: 0 0 30px 30px;
}
#kids_m .cv__content .cv__btn {
  bottom: 7%;
}

#kids_m .cv__content02 {
  border: 2px solid #ffa200;
  border-radius: 30px;
  width: 92%;
  margin: 0 auto 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  overflow: hidden;
}
#kids_m .cv__content02 .cv__btn {
  bottom: 13.4%;
  right: 0;
  left: 0;
  margin: auto;
  width: 92%;
}

#kids_m .voice {
  background-image: url(../img/sec__bg01.png);
  background-size: contain;
}
#kids_m .voice li {
  padding-bottom: 8%;
}

#kids_m .coupon_inner{
  background: url(../img/img07_accBg.jpg) bottom left;
  background-size: cover;
}

#kids_m .coupon{
  width: 85.6%;
}

#kids_m .acc.cpn{
  width: 85.6%;
}

#kids_m .acc.cpn .trg{
  border-radius: 10px;
  box-shadow: 2.5px 4.3px 15px 1.5px rgba(204, 204, 204, 0.6);
}

#kids_m .acc.detail .trg::before, #kids_m .acc.detail .trg::after {
  right: 11%;
}

#kids_m .btn01 {
  width: 90%;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
}

#kids_m .btn02 {
  width: 84%;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%, 0);
}

#kids_m .btn03 {
  width: 84%;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
}

#kids_m .link-btn {
  bottom: 4.1%;
  left: 50%;
  transform: translate(-50%, 0);
}
#kids_m .link-btn>a{
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #746d67;
  white-space: nowrap;
  max-width: 100%;
  border-bottom: 1.5px solid #746d67;
}

#kids_m .img_wrap {
  width: 84%;
  overflow: hidden;
}

#kids_m .vc01{
  background: url(../img/img29_bg.jpg) repeat-y;
  background-size: cover;
}

#kids_m .vc02{
  background: url(../img/img32_bg.jpg) repeat-y;
  background-size: cover;
}

#kids_m .vc03{
  background: url(../img/img41_bg.jpg) repeat-y;
  background-size: cover;
}

#kids_m .vc04{
  background: url(../img/img43_bg.jpg) repeat-y;
  background-size: cover;
}

#kids_m .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#kids_m .slick-dots {
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  #kids_m .link-btn{
    bottom: 3%;
  }
  #kids_m .link-btn>a{
    font-size: 3.1vw;
  }
}