@charset "UTF-8";
.pre-inc .rs_wrapp {
  color: #000;
  font-size: min(1.9vw, 16px);
  position: relative;
  background: none;
  padding: 100px 0;
}
.pre-inc .rs_in_wrapp {
  position: relative;
  z-index: 2;
}
.pre-inc {
  /***メイン部分***/
}
.pre-inc .main_section {
  padding-bottom: 100px;
}
.pre-inc .main_section h2 {
  width: 86%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.pre-inc .main_section .main_image {
  width: 100%;
  margin-top: -50px;
  margin-bottom: 80px;
}
.pre-inc .main_section .caption {
  display: inline-block;
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  padding-top: 5px;
  margin-left: 15px;
}
.pre-inc .yukashita {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}
.pre-inc .yukashita_in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pre-inc .yukashita_in.re {
  flex-direction: row-reverse;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.pre-inc .yukashita_in .yukashita_title {
  width: 50%;
}
.pre-inc .yukashita_in .yukashita_image {
  width: 50%;
  position: relative;
}
.pre-inc .yukashita_in .yukashita_image .syunou_box {
  position: absolute;
  width: 58%;
  bottom: -80px;
  right: -20%;
}
.pre-inc .main_section .yukashita_in .caption {
  width: 100%;
  text-align: right;
  margin: 0;
}
.pre-inc .main_section .yukashita_in.re .caption {
  text-align: left;
  padding-right: 0;
}
.pre-inc {
  /***ストレージ***/
}
.pre-inc .storage_wrapp .accordion_inner {
  display: none;
}
.pre-inc .storage_wrapp .accordion_header {
  cursor: pointer;
}
.pre-inc .storage_wrapp .accordion_header p {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.pre-inc .storage_wrapp .accordion_header p:hover {
  opacity: 0.7;
}
.pre-inc .storage_wrapp .accordion_header.open p:hover {
  opacity: 1;
}
.pre-inc .storage_wrapp .obi {
  background: #27943a;
  text-align: center;
  color: #fff;
  padding: 25px 15px;
  font-size: min(4vw, 30px);
  font-weight: 600;
}
.pre-inc .storage_wrapp .obi p {
  display: inline-block;
  position: relative;
}
.pre-inc {
  /*.storage_wrapp .obi p::before {
      content: "";
      width: 42px;
      height: 7px;
  background-color: #fff;
       position: absolute;
      top: 52%;
      right: -2.3em;
      z-index: 3;
  }*/
}
.pre-inc .storage_wrapp .obi p::after {
  content: "";
  width: 85px;
  height: 85px;
  background-image: url(../images/rs/obi_button_open.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 15%;
  right: -3em;
}
.pre-inc .storage_wrapp .obi.open p::after {
  background-image: url(../images/rs/obi_button_close.svg);
}
.pre-inc .storage_wrapp .storage_in {
  background: #E0F0E3;
  width: 100%;
  padding-bottom: 100px;
}
.pre-inc .storage_wrapp .storage_in .storage_image {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.pre-inc .storage_wrapp .storage_in .storage_space {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pre-inc .storage_wrapp .storage_in .storage_space h3 {
  background: #27943a;
  text-align: center;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 15px;
  font-size: min(3.5vw, 25px);
  font-weight: 600;
}
.pre-inc .storage_wrapp .storage_in .storage_space .space_in {
  width: 100%;
}
.pre-inc .storage_wrapp .storage_in .storage_space .space_in .photo {
  margin-bottom: 5px;
}
.pre-inc .storage_wrapp .storage_in .storage_space .space_in h4 {
  text-align: center;
  color: #27943a;
  font-size: min(2.8vw, 25px);
  font-weight: 600;
}
.pre-inc .storage_wrapp .storage_in .storage_space .space_in p {
  text-align: center;
  font-size: 15px;
}
.pre-inc {
  /**何が良いの***/
}
.pre-inc .whats_title {
  position: relative;
  padding: 5% 0;
}
.pre-inc .whats_title h2 {
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.pre-inc .storage_life {
  width: 100%;
}
.pre-inc .storage_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pre-inc .storage_in.re {
  flex-direction: row-reverse;
}
.pre-inc .storage_in .storage_title {
  width: 50%;
  background: #fbc700;
  position: relative;
}
.pre-inc .storage_in .storage_title.z5 {
  z-index: 5;
}
.pre-inc .storage_in .storage_title img {
  width: 50%;
  width: 62.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pre-inc .storage_in .storage_title img.wic_image {
  margin-top: -60px;
}
.pre-inc .storage_in .storage_image {
  width: 50%;
  position: relative;
}
.pre-inc .storage_in .storage_image .caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.pre-inc .storage_in .storage_image .caption.bk {
  color: #000;
}
.pre-inc .storage_in.re .storage_image .caption {
  left: 10px;
  right: inherit;
  bottom: 10px;
}
.pre-inc {
  /***アウトドア***/
}
.pre-inc .outdoor_title h2 {
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
  padding: 5% 0 2%;
  position: relative;
}
.pre-inc .outdoor_items {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto 20px;
}
.pre-inc .other_title h2 {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 20px;
  position: relative;
}
.pre-inc {
  /***対応プラン***/
}
.pre-inc .storage_plan {
  padding: 50px 0 0px;
}
.pre-inc .storage_plan .rune_storage_icon {
  width: 80%;
  max-width: 250px;
  margin: 0 auto 50px;
}
.pre-inc .storage_plan .rune_point3 {
  width: 45%;
  max-width: 570px;
  margin: 0 auto 20px;
}
.pre-inc .storage_plan .rune_plan {
  width: 92%;
  max-width: 900px;
  margin: 0 auto 30px;
  position: relative;
}
.pre-inc .storage_plan .rune_plan .limited_bt {
  position: absolute;
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.pre-inc .storage_plan .rune_plan .limited_bt:hover {
  width: 35%;
  top: 48%;
}
.pre-inc .storage_plan .rune_plan .limited_bt a:hover img {
  opacity: 1;
}
.pre-inc .storage_plan .to_request {
  font-size: min(2.8vw, 25px);
  font-weight: 600;
  text-align: center;
  margin-top: -100px;
  margin-bottom: 50px;
}
.pre-inc .rune_ruquest_bt {
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
}
.pre-inc .page_caution {
  text-align: center;
}
.pre-inc #footer {
  border-top: 1px solid #ccc;
}
.pre-inc .storage_plan .hanrei {
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  margin-bottom: 20px;
}
.pre-inc .storage_plan .hanrei img {
  display: inline-block;
  margin: 0 2px 2px 0;
  width: 29px;
  vertical-align: middle;
}
.pre-inc .storage_plan .hanrei img.yuka {
  width: 35px;
}
.pre-inc {
  /*****動画******/
}
.pre-inc .movie_wrapp {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0;
}
.pre-inc .movie_wrapp h3 {
  text-align: center;
  font-size: min(3.5vw, 65px);
  font-weight: 700;
  color: #a9a61a;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .pre-inc .movie_wrapp h3 {
    font-size: min(8.5vw, 65px);
  }
}
.pre-inc .movie_wrapp .movie_set {
  width: 90%;
  max-width: 900px;
  position: relative;
  margin: 5px auto 50px;
  padding: 0px 0;
}
.pre-inc .movie_wrapp .movie_in {
  width: 100%;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}
.pre-inc .movie_wrapp .movie_in iframe {
  width: 100%;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .pre-inc .movie_wrapp .movie_in iframe {
    aspect-ratio: 9/16;
  }
}
.pre-inc .movie_wrapp .movie_in {
  display: block;
  overflow: hidden;
}
.pre-inc .movie_wrapp .movie_in.view_pc {
  display: block;
}
@media (max-width: 767px) {
  .pre-inc .movie_wrapp .movie_in.view_pc {
    display: none;
  }
}
.pre-inc .movie_wrapp .movie_in.view_sp {
  display: none;
}
@media (max-width: 767px) {
  .pre-inc .movie_wrapp .movie_in.view_sp {
    display: block;
  }
}
@media (max-width: 767px) {
  .pre-inc .rs_wrapp {
    padding: 100px 0 80vw;
    padding: 100px 0 0;
  }
  .pre-inc .page_main_image span.rs {
    bottom: 10px;
    right: inherit;
    left: 10px;
  }
  .pre-inc {
    /**メイン**/
  }
  .pre-inc .main_section {
    padding-bottom: 50px;
  }
  .pre-inc .yukashita_in {
    display: block;
  }
  .pre-inc .yukashita_in .yukashita_title {
    width: 100%;
    background: #fbc700;
  }
  .pre-inc .yukashita_in .yukashita_title img {
    width: 88%;
    margin: 0 auto;
    display: block;
  }
  .pre-inc .yukashita_in .yukashita_image {
    width: 100%;
  }
  .pre-inc .main_section .yukashita_in .caption {
    width: 100%;
    text-align: left;
    margin: 0;
    padding-right: 0;
  }
  .pre-inc .yukashita_in .yukashita_image .syunou_box {
    position: absolute;
    width: 58%;
    bottom: -60px;
    right: -10%;
  }
  .pre-inc .whats_title {
    padding: 10% 0 52%;
    padding: 10% 0 10%;
  }
  .pre-inc .whats_title h2 {
    width: 90%;
    position: relative;
  }
  .pre-inc .outdoor_title h2 {
    width: 90%;
    padding: 10% 0 6%;
  }
  .pre-inc .other_title h2 {
    width: 90%;
    margin: 0 auto 40px;
  }
  .pre-inc .storage_wrapp .storage_in {
    padding-bottom: 40px;
  }
  .pre-inc .storage_wrapp .obi {
    font-size: min(4.5vw, 30px);
  }
  .pre-inc .storage_wrapp .obi p {
    padding-right: 3em;
  }
  .pre-inc .storage_wrapp .obi p::after {
    width: 60px;
    height: 60px;
    top: 20%;
    right: -1em;
  }
  .pre-inc .storage_wrapp .obi p::before {
    width: 32px;
    height: 7px;
    top: 51%;
    right: -0.2em;
    z-index: 3;
  }
  .pre-inc .storage_wrapp .storage_in .storage_space {
    width: 80%;
    display: block;
  }
  .pre-inc .storage_wrapp .storage_in .storage_space .space_in {
    width: 100%;
    margin-bottom: 20px;
  }
  .pre-inc .storage_wrapp .storage_in .storage_space .space_in h4 {
    font-size: min(4.5vw, 25px);
    font-weight: 600;
  }
  .pre-inc .storage_in {
    display: block;
  }
  .pre-inc .storage_in .storage_title {
    width: 100%;
  }
  .pre-inc .storage_in .storage_title.wic {
    padding-bottom: 70px;
  }
  .pre-inc .storage_in .storage_title img.wic_image {
    margin-top: 0px;
  }
  .pre-inc .storage_in .storage_title img {
    width: 50%;
    width: 62.5%;
    position: inherit;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .pre-inc .storage_in .storage_image {
    width: 100%;
  }
  .pre-inc .storage_plan .rune_storage_icon {
    width: 50%;
    max-width: inherit;
    margin: 0 auto 30px;
  }
  .pre-inc .storage_plan .rune_point3 {
    width: 90%;
    max-width: inherit;
    margin: 0 auto 20px;
  }
  .pre-inc .storage_plan .rune_point3 .point_3 {
    margin-bottom: 59vw;
    margin-bottom: 0;
  }
  .pre-inc .storage_plan .rune_plan .limited_bt {
    width: 45%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .pre-inc .storage_plan .to_request {
    font-size: min(3.8vw, 25px);
    margin-top: -80px;
    margin-bottom: 20px;
  }
  .pre-inc .page_caution {
    text-align: left;
  }
  .pre-inc .plan_detail_in .hanrei {
    font-size: 11px;
  }
}

/*# sourceMappingURL=rs.css.map */
