#mata_s03 .dcrt-g01 {
  top: 0vw;
}
@media screen and (min-width: 750px) {
  #mata_s03 .dcrt-g01 {
    top: 0px;
  }
}
#mata_s03 .dcrt-g02 {
  top: 57.3vw;
}
@media screen and (min-width: 750px) {
  #mata_s03 .dcrt-g02 {
    top: 430px;
  }
}
#fv {
  margin-top: 7rem;
}
#mata_s03 .bg_y {
  background-color: #fff7dc;
  /* padding-bottom: 4%; */
}
#mata_s03 .cv_bg01 {
  background-color: #fff7dc;
  /* padding-top: 3%; */
}
.cv-area .cv-item01 {
  top: 0.6%;
}
.cv-area .cv-item01 .cv-btn {
  bottom: 22.3%;
}
.cv-area .cv-item02 {
  top: 39.4%;
}
.cv-area .cv-item05 {
  top: 46%;
}
#mata_s03 .cv_bg02 {
  position: relative;
}
.cv-area .cv-img01 .cv-btn {
  bottom: 0.8%;
}
#mata_s03 .dcrt05 {
  top: 17%;
}
#mata_s03 .dcrt06 {
  top: 34%;
}
#mata_s03 .dcrt07 {
  top: 44.5%;
}
#mata_s03 .dcrt08 {
  top: 74.7%;
}
#mata_s03 .dcrt16 {
  top: 4%;
}
#mata_s03 .dcrt17 {
  top: 57.3%;
}
#mata_s03 .dcrt18 {
  top: 78.5%;
}
#mata_s03 .qa .anchor {
  margin-bottom: 6%;
  filter: none;
}
#mata_s03 .qa_video {
  position: relative;
}
#mata_s03 .qa_video .item_img{
  position: absolute;
  margin: auto;
  width: 88%;
  bottom: 1%;
  left: 0;
  right: 0;
}
#cv02 .cv-item01 {
  top: 0.3%;
}
#cv02 .cv-item06 {
  top: 18.3%;
}
#cv02 .cv-item01 .cv-btn {
  bottom: 22.1%;
}
#cv02 .cv-item06 .cv-btn {
  bottom: 18.8%;
}
#cv02 .cv-item03 {
  top: 40%;
}
#cv02 .cv-item04 {
  top: 61.7%;
}
#cv02 .cv-item04 .cv-btn {
  bottom: 17.8%;
}
#cv02 .cv-item02 {
  top: 83.4%;
}
.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: #f69999;
  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: 87.73%;
  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;
}
#mata_s03 .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%;
  }
}