@charset "UTF-8";

/*-----------------------------------------
  layout
-----------------------------------------*/
#regenne{
  width: 100%;
  padding-bottom: 80px;
  color: #000000;
}
#regenne h1,
#regenne h2,
#regenne h3,
#regenne h4 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#regenne a {
  color: inherit;
  transition: all .3s;
}
#regenne a:hover,
#regenne a:focus {
  text-decoration: none;
  opacity: 0.8;
}
#regenne img{
  vertical-align: bottom;
}
#regenne .regenne_inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (min-width: 750px) {
  #regenne .for-sp{
    display: none;
  }
}
@media only screen and (max-width: 749px) {
  #regenne .for-pc{
    display: none;
  }
  #regenne{
    padding-bottom: 40px;
  }
  #regenne img{
    width: 100%;
  }
}

/*-----------------------------------------
  mv
-----------------------------------------*/
@media only screen and (min-width: 750px) {
  #regenne .sec_mv h1 {
    position: relative;
    padding-top: 33%;
    min-height: 396px;
    overflow: hidden;
  }
  #regenne .sec_mv h1 img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1200px;
  }
}

/*-----------------------------------------
  detail
-----------------------------------------*/
#regenne .sec_detail {
  margin: min(80px,6.55vw) 0;
}
#regenne .sec_detail .detail_wrapper {
  padding: 10px;
  background: url(/img/usr/freepage/2024/2410_regenne/bg01_pc.jpg) no-repeat center top / cover;
}
#regenne .sec_detail .detail_title {
  width: 80%;
  margin: 0 auto 7px;
  padding-top: min(51px,4.18vw);
}
#regenne .sec_detail .detail_title img {
  margin-left: min(29px,2.377vw);
}
#regenne .sec_detail .detail_img {
  width: 96%;
  margin: 0 auto max(-22px,-1.8vw);
  text-align: center;
}
#regenne .sec_detail .detail_btn {
  display: block;
  width: 65%;
  max-width: 724px;
  margin: 0 auto min(25px, 2.049vw);
}
#regenne .sec_detail .detail_notice {
  display: flex;
  gap: min(38px,3.11vw);
  padding: min(45px,3.688vw) min(50px,4.098vw) min(47px,3.85vw);
  background: rgb(255, 255, 255,0.8);
}
#regenne .sec_detail .detail_notice a {
  text-decoration: underline;
}
#regenne .sec_detail .detail_notice--text {
  flex: 1;
  font-size: clamp(12px, 1.311vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#regenne .sec_detail .detail_notice--text li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
#regenne .sec_detail .detail_notice--text li ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 749px) {
  #regenne .sec_detail {
    margin: 30px 0 20px;
  }
  #regenne .sec_detail .detail_wrapper {
    padding: 30px 10px 15px;
    background: url(/img/usr/freepage/2024/2410_regenne/bg01_sp.jpg) no-repeat center top / cover;
  }
  #regenne .sec_detail .detail_title {
    width: 93%;
    margin: 0 2.5% 20px auto;
    padding-top: 0;
  }
  #regenne .sec_detail .detail_title img {
    margin-left: 0;
  }
  #regenne .sec_detail .detail_img {
    width: 100%;
    margin: 0 auto 24px;
    padding: 0 9px;
  }
  #regenne .sec_detail .detail_btn {
    width: 100%;
    margin: 0 auto 15px;
    padding: 0 4px;
  }
  #regenne .sec_detail .detail_notice {
    flex-direction: column;
    gap: 1em;
    padding: 16px 20px;
  }
  #regenne .sec_detail .detail_notice--text {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.33;
  }
}

/*-----------------------------------------
  item
-----------------------------------------*/
#regenne .sec_item {
  margin: min(80px,6.55vw) 0 0;
}
#regenne .sec_item .item_wrapper {
  padding: min(60px,4.918vw) min(20px,1.639vw) min(40px,3.27vw);
  background: url(/img/usr/freepage/2024/2410_regenne/bg02_pc.jpg) no-repeat center top / cover;
}
#regenne .sec_item .item_title {
  width: 70%;
  max-width: 639px;
  margin: 0 auto min(50px,4.098vw);
}
#regenne .sec_item .item_list {
  display: flex;
  gap: min(20px,1.639vw);
}
#regenne .sec_item .item_list li {
  flex: 1;
  padding: min(40px,3.27vw) min(23px,1.885vw) min(27px,2.213vw);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 7px rgb(0, 0, 0,0.08);
}
#regenne .sec_item .item_img {
  width: 96%;
  min-height: min(267px,21.88vw);
  margin: 0 auto 0 0;
}
#regenne .sec_item .item_link {
  width: 98%;
  margin: 4px auto 0;
}
#regenne .sec_item .item_comment {
  display: block;
  width: min(241px,19.75vw);
  margin: 0 auto min(6px,0.5vw);
}
#regenne .sec_item .item_btn {
  display: block;
}

@media only screen and (max-width: 749px) {
  #regenne .sec_item {
    margin: 20px 0 0;
  }
  #regenne .sec_item .item_wrapper {
    padding: 24px 10px 20px;
    background: url(/img/usr/freepage/2024/2410_regenne/bg02_sp.jpg) no-repeat center top / cover;
  }
  #regenne .sec_item .item_title {
    width: 96%;
    margin: 0 auto 20px;
  }
  #regenne .sec_item .item_list {
    flex-direction: column;
    gap: 10px;
  }
  #regenne .sec_item .item_list li {
    padding: 20px 10px 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 3px rgb(0, 0, 0,0.08);
  }
  #regenne .sec_item .item_img {
    width: 97%;
    min-height: unset;
    margin: 0 auto -10px 0;
  }
  #regenne .sec_item .item_link {
    width: 100%;
    margin: 0 auto;
    padding: 0 4px;
  }
  #regenne .sec_item .item_comment {
    width: 38.666vw;
    margin: 0 auto 4px;
  }
}