html,body{
  overflow-x: hidden;
}

:root {
  --green: 0,110,111;
}

.mv{
    height: 52.03124999999999vw;
    width: 100%;
    display: flex;
    justify-content: end;
    margin-bottom: 180px;
}

.mv_inner{
    width: 94.8%;
    height: 100%;
    position: relative;
}

.mv_inner .mv_image img{
    border-bottom-left-radius: 30px;
}

.mv_text{
    position: absolute;
    bottom: 137px;
    left: 0;
    background-color: rgba(var(--green,),0.8);
    padding: 50px 93px 50px 140px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.mv_text h1{
    margin-bottom: 30px;
    max-width: 647px;
}

.mv_text p{
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 229.99999999999997%;
}

.mv_text p:not(:last-child){
    margin-bottom: 20px;
}

@media screen and (max-width:1500px){
  .mv{
    margin-bottom: 150px;
  }
    .mv_text{
        padding: 40px 30px;
        bottom: 107px;
        width: 54%;
    }
    .mv_text p{
        font-size: 17px;
    }
    .mv_text p:not(:last-child){
        margin-bottom: 0;
    }
}

@media screen and (max-width:1300px){
    .mv_text{
        width: auto;
        bottom: 40px;
    }
}


/*タブレット*/
@media screen and (max-width:1070px){
    .mv{
      margin-bottom: 100px;
    }
    .mv_inner{
        width: calc(100% - 20px);
    }
    .mv_text h1{
        width: 45%;
        margin-bottom: 20px;
    }
    .mv_text{
        padding: 20px 30px;
        max-width: 543px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .mv_text p{
        font-size: 13px;
    }
}

/*スマホ*/
@media screen and (max-width:768px){
    .mv{
      height: auto;
      margin-bottom: 60px;
   }
    .mv_inner{
        width: 100%;
    }
    .mv_inner .mv_image img{
        border-bottom-left-radius:0;
    }
    .mv_text{
        border-radius: 15px;
        width: calc(100% - 30px);
        max-width: none;
        margin: auto;
        bottom: auto;
        padding: 22px 30px 48px 30px;
        position: relative;
        margin-top: -45px;
    }
    .mv_text h1{
        width: 100%;
        margin-bottom: 25px;
    }
    .mv_text p{
        font-size: 14px;
        line-height: 190%;
    }
    .mv_text p br{
        display: none;
    }
    .mv_text p:not(:last-child){
        margin-bottom: 30px;
    }
}


/*line_up*/

.line_up{
  overflow: hidden;
}

.line_up_content{
  position: relative;
  padding-bottom: 58px;
  margin-bottom: 120px;
}

.line_up_content:after{
  position: absolute;
  content: "";
  top: 38%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EAEFF2;
}

.line_up_list{
  width: 100vw;
  position: relative;
  z-index: 10;
}

.line_up_list img{
  height: 25vw;
  max-height: 437px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  margin-bottom: 18px;
}

.line_up_list h3{
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.line_up_list p.price{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}

.line_up_list p.ensen{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
}

.line_up_content_text{
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  gap: 67px;
}

.line_up_content_text p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #222;
  width: 74.5%;
}

.line_up_none{
  background-color: #EAEFF2;
  padding: 50px 0;
  margin-bottom: 120px;
}

.line_up_none h2{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 180%;
  margin-bottom: 40px;
  color: #222222;
}

.line_up_none p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #222222;
}


/* 前へ次への矢印カスタマイズ */
.slide-button-prev,
.slide-button-next {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 196px;;
  margin: auto;
  z-index: 10;
}

.slide-button-prev{
  left: 0;
}

.slide-button-next{
  right: 12vw;
}

@media screen and (max-width:1700px){
  .slide-button-prev,
  .slide-button-next {
    top: 30%;
  }
}


/* 前へ次への矢印カスタマイズ */
.slide-button-prev::after,
.slide-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
  display: block;
}
/* 前への矢印カスタマイズ */
.slide-button-prev::after {
  background-image: url(../img/pg/svg/pg_slide-arrow-left.svg);
  left: 0;
  top: 0;
  bottom: 0;
}
/* 次への矢印カスタマイズ */
.slide-button-next::after {
  background-image: url(../img/pg/svg/pg_slide-arrow-right.svg);
}


@media screen and (max-width:1500px){
  .line_up_content_text{
    gap: 50px;
  }
}

/*タブレット*/
@media screen and (max-width:1010px){
  .line_up_content{
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
  .line_up_content_text{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .line_up_content_text p{
    width: 100%;
    font-size: 16px;
  }
  .line_up_list{
    width: 120vw;
  }
  .line_up_list .swiper-slide img{
    height: 40.83224967490247vw;
      border-radius: 16px;
  }
  .line_up_list h3{
    font-size: 16px;
  }
  .line_up_list p.price{
    font-size: 14px;
  }
  .line_up_list p.ensen{
    font-size: 14px;
  }
  .line_up_none{
    padding: 40px 0;
    margin-bottom: 100px;
  }
  .line_up_none h2{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .line_up_none p{
    font-size: 16px;
  }
  .slide-button-next {
      right: 32vw;
  }
}

/*スマホ*/
@media screen and (max-width:768px){
  .line_up_content{
    padding-bottom: 40px;
  }
  .line_up_list{
    width: 100%;
  }
  .line_up_list .swiper-slide img{
    height: 69.33333333333334vw;
    margin-bottom: 10px;
  }
  .line_up_content_text p{
    font-size: 15px;
  }
  .line_up_list h3{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .line_up_list p.price{
    font-size: 15px;
    margin-bottom: 10px;
  }
  .line_up_list p.ensen{
    font-size: 15px;
    margin-bottom: 40px;
  }
  .line_up_none{
    padding: 30px 0;
    margin-bottom: 60px;
  }
  .line_up_none h2{
    font-size: 18px;
  }
  .line_up_none p{
    font-size: 15px;
  }
  .slide-button-next {
    right: 0;
  }
}


/*top About*/

.top_about_right,.top_about_left{
  display: grid;
  margin-bottom: 120px;
}

.top_about_image{
  width: 62vw;
  z-index: 10;
  grid-area: 1 / 1;
  height: 700px;
}

.top_about_image picture{
  display: block;
  height: 100%;
}

.top_about_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_about_text{
  width: 55.57291666666667vw;
  height: 730px;
  grid-area: 1 / 1;
  background-color: #EAEFF2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.top_about_text_inner{
  width: 458px;
}

.top_about_right .top_about_text{
  justify-self: end;
  border-radius: 30px 0 0 30px;
  padding-left: 19.11vw;
}

.top_about_right .top_about_image{
  margin-top: 130px;
}

.top_about_right .top_about_image img{
  border-radius: 0 30px 30px 0;
  object-position: center right;
}

.top_about_left .top_about_image{
  justify-self: end;
}

.top_about_left .top_about_text{
  border-radius: 0 30px 30px 0;
  padding-right: 19.11vw;
  align-items: end;
  margin-top: 130px;
}

.top_about_left .top_about_image img{
  border-radius: 30px 0 0 30px;
  object-position: center left;
}

.top_about_text .title h2 span{
  display: block;
  text-align: left;
  margin-left: 0;
}

.top_about_text p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 50px;
}


@media screen and (max-width:1500px){
  .top_about_image{
    width: 60vw;
  }
  .top_about_right .top_about_text{
    padding-left: 18.11vw;
  }
  .top_about_left .top_about_text{
    padding-right: 18.11vw;
  }
}

/*タブレット*/
@media screen and (max-width:1230px){
  .top_about_right, .top_about_left{
    margin-bottom: 60px;
  }
  .top_about_text_inner{
    width: calc(100% - 20px);
  }
  .top_about_text .title{
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .top_about_text .title h2{
    font-size: 40px;
  }
  .top_about_text .title h2 span{
    display: inline-block;
    margin-left: 30px;
    font-size: 20px;
  }
  .top_about_text p{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .top_about_right .top_about_text{
    width: 82vw;
    height: 500px;
    justify-content: start;
    padding-top: 50px;
    border-radius: 15px 0 0 15px;
  }
  .top_about_right .top_about_image{
    width: 82vw;
    height: 369px;
    margin-top: 312px;
  }
  .top_about_right .top_about_image img{
    border-radius: 0 15px 15px 0;
  }
  .top_about_left .top_about_image{
    width: 82vw;
    height: 369px;
  }
  .top_about_left .top_about_image img{
    border-radius: 15px 0 0 15px;
  }
  .top_about_left .top_about_text{
    width: 82vw;
    height: 500px;
    margin-top: 222px;
    border-radius: 0 15px 15px 0;
    justify-content: end;
    padding-bottom: 40px;
  }
  .top_about_right .top_about_text p{
    margin-right: 20px;
  }
  .top_about_left .top_about_text p{
    margin-left: 20px;
  }
  .top_about_right .top_about_text .title{
    margin-right: 20px;
  }
  .top_about_left .top_about_text .title{
    margin-left: 20px;
  }
}

/*スマホ*/
@media screen and (max-width:768px){
  .top_about_text .title h2 {
      font-size: 38px;
  }
  .top_about_left .top_about_text .title {
      margin-left: 0;
  }
  .top_about_text .title h2 span{
    display: block;
    margin-left: 0;
  }
  .top_about_right .top_about_text{
    width: 96vw;
    padding-left: 20px;
    padding-top: 40px;
    min-height: 530px;
    height: auto;
  }
  .top_about_right .top_about_image{
    width: 96vw;
    height: 280px;
    margin-top: 375px;
  }
  .top_about_left .top_about_text{
    width: 96vw;
    padding-right: 20px;
    padding-top: 40px;
    min-height: 530px;
    height: auto;
  }
  .top_about_left .top_about_image{
    width: 96vw;
    height: 280px;
  }
  .top_about_left .top_about_text{
      margin-top: 200px;
  }
  .top_about_left .top_about_text p {
      margin-left: 0;
  }
  .top_about_text p{
    font-size: 15px;
  }
}

@media screen and (max-width:310px){
  .top_about_right .top_about_image{
    margin-top: 450px;
  } 
  .top_about_left .top_about_text{
      margin-top: 250px;
  }
}