@charset "UTF-8";
/*** Media Query ***/
/*** w1366 × h768 メイン解像度 ***/
/* home */
/* line 11, page.scss */
.home #page-wrapper section#main-visual .inner {
  position: relative;
  z-index: 98;
  width: auto;
  height: calc(100vh - 120px);
  padding: 0;
  overflow: hidden; }
  /* line 18, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_obj1 {
    opacity: 1;
    position: absolute;
    z-index: 11;
    top: 6%;
    left: 50%;
    margin-left: -250px; }
    /* line 25, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj1 img {
      width: 500px; }
  /* line 29, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_obj2 {
    opacity: 0;
    position: absolute;
    z-index: 10;
    top: 31%;
    left: 50%;
    margin-left: -190px; }
    /* line 36, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj2 img {
      width: 340px; }
    /* line 39, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj2.animate__animated.animate__zoomIn {
      --animate-duration: .5s; }
    /* line 42, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj2.animate__animated.animate__fadeOut {
      --animate-duration: .5s; }
  /* line 46, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_obj3 {
    opacity: 0;
    position: absolute;
    z-index: 10;
    top: 34%;
    left: 50%;
    margin-left: -3em;
    font-size: 6rem;
    font-weight: 900;
    line-height: 1.1em;
    text-align: center; }
    /* line 57, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj3.animate__animated.animate__bounceInDown {
      --animate-duration: .7s; }
  /* line 61, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_obj4 {
    opacity: 0;
    position: absolute;
    z-index: 10;
    top: 30%;
    left: 50%;
    margin-left: -7em;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.3em;
    color: #0081cc;
    text-align: center; }
  /* line 74, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_obj5 {
    opacity: 0;
    position: absolute;
    z-index: 10;
    top: 49%;
    left: 50%;
    margin-left: -300px; }
    /* line 81, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj5 img {
      width: 600px; }
  /* line 85, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_base {
    position: relative;
    top: 10px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
   }
    /* line 94, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_base img {
      width: auto;
       }
    /* line 98, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_base.animate__animated.animate__fadeIn {
      --animate-duration: 0s; }
/* line 113, page.scss */
.home #page-wrapper section#price .inner .position-wrapper:nth-of-type(1) {
  margin-bottom: 105px; }
/* line 116, page.scss */
.home #page-wrapper section#price .inner .position-wrapper:nth-of-type(2) {
  margin-bottom: 70px; }
/* line 119, page.scss */
.home #page-wrapper section#price .inner .position-wrapper #SLD1 {
  position: absolute;
  left: 7.5%;
  top: 26.9%;
  width: 86%;
  height: 1000px;
  overflow: hidden; }
  /* line 126, page.scss */
  .home #page-wrapper section#price .inner .position-wrapper #SLD1 img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
    width: 100%;
    height: auto; }
    /* line 134, page.scss */
    .home #page-wrapper section#price .inner .position-wrapper #SLD1 img:first-of-type {
      opacity: 1; }
/* line 146, page.scss */
.home #page-wrapper section#quality .inner .position-wrapper .movie {
  position: absolute;
  width: 86%;
  height: auto; }
  /* line 147, page.scss */
  .home #page-wrapper section#quality .inner .position-wrapper .movie#MV1 {
    left: 7%;
    top: 37.9%; }
  /* line 151, page.scss */
  .home #page-wrapper section#quality .inner .position-wrapper .movie#MV2 {
    left: 7%;
    top: 67.3%; }
  /* line 158, page.scss */
  .home #page-wrapper section#quality .inner .position-wrapper .movie video {
    display: block;
    width: 100%;
    height: auto; }
  /* line 163, page.scss */
  .home #page-wrapper section#quality .inner .position-wrapper .movie .play {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-image: url("../img/common/play_button.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px 60px; }
    /* line 175, page.scss */
    .home #page-wrapper section#quality .inner .position-wrapper .movie .play:hover {
      opacity: 0.5; }
/* line 197, page.scss */
.home #page-wrapper section#bottom {
  margin-top: 145px; }
  /* line 200, page.scss */
  .home #page-wrapper section#bottom .inner img {
    display: block;
    margin: 0 auto; }
    /* line 203, page.scss */
    .home #page-wrapper section#bottom .inner img:nth-of-type(1) {
      margin-bottom: 50px; }
    /* line 206, page.scss */
    .home #page-wrapper section#bottom .inner img:nth-of-type(2) {
      margin-bottom: 10px; }

@media screen and (min-width: 1500px) {
  /*** w1366～ メイン解像度以上の解像度 ***/
  /* home */
  /* line 227, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_obj1 {
    top: 14%; }
  /* line 230, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_obj2 {
    top: 31%;
    margin-left: -200px; }
    /* line 233, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj2 img {
      width: 400px; }
  /* line 237, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_obj3 {
    top: 37%; }
  /* line 240, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_obj4 {
    top: 30%;
    font-size: 3.4rem; }
  /* line 244, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_obj5 {
    top: 47%;
    margin-left: -450px; }
    /* line 247, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj5 img {
      width: 900px; }
  /* line 252, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_base img {
     } }
@media screen and (max-width: 992px) {
  /* home */
  /* line 270, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_obj1 {
    top: 12%; }
  /* line 273, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_obj2 {
    top: 32%;
    margin-left: -225px; }
    /* line 276, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj2 img {
      width: 450px; }
  /* line 280, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_obj4 {
    top: 37%; }
  /* line 283, page.scss */
  .home #page-wrapper section#main-visual .inner #MV_base {
    top: 30px; }
    /* line 285, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_base img {
       }
  /* line 291, page.scss */
  .home #page-wrapper section#head {
    margin-top: -0px; }
  /* line 297, page.scss */
  .home #page-wrapper section#price .inner .position-wrapper #SLD1 {
    left: 7.5%;
    top: 26.75%;
    width: 87.5%;
    height: 1000px; }
    /* line 302, page.scss */
    .home #page-wrapper section#price .inner .position-wrapper #SLD1 img {
      width: 100%;
      height: auto; }
  /* line 314, page.scss */
  .home #page-wrapper section#quality .inner .position-wrapper .movie {
    width: 86%; }
    /* line 315, page.scss */
    .home #page-wrapper section#quality .inner .position-wrapper .movie#MV1 {
      left: 7%;
      top: 37.9%; }
    /* line 319, page.scss */
    .home #page-wrapper section#quality .inner .position-wrapper .movie#MV2 {
      left: 7%;
      top: 67%; }
  /* line 328, page.scss */
  .home #page-wrapper section#bottom {
    margin-top: 70px; }
    /* line 332, page.scss */
    .home #page-wrapper section#bottom .inner img:nth-of-type(1) {
      width: 80%; }
    /* line 335, page.scss */
    .home #page-wrapper section#bottom .inner img:nth-of-type(2) {
      width: 80%; }
    /* line 338, page.scss */
    .home #page-wrapper section#bottom .inner img:nth-of-type(3) {
      width: 100%; } }
@media screen and (max-width: 544px) {
  /*** 414 x 896 (iPhone11～)***/
  /* home */
  /* line 352, page.scss */
  .home {
    padding-bottom: 60px; }
    /* line 358, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj1 {
      top: 26%;
      margin-left: -42vw; }
      /* line 361, page.scss */
      .home #page-wrapper section#main-visual .inner #MV_obj1 img {
        width: 84vw; }
    /* line 365, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj2 {
      top: 44%;
      margin-left: -33vw; }
      /* line 368, page.scss */
      .home #page-wrapper section#main-visual .inner #MV_obj2 img {
        width: 66vw; }
    /* line 372, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj3 {
      top: 44%;
      font-size: 3.5rem; }
    /* line 376, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj4 {
      top: 43%;
      margin-left: -7em;
      font-size: 1.5rem; }
    /* line 381, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj5 {
      top: 53%;
      margin-left: -40vw; }
      /* line 384, page.scss */
      .home #page-wrapper section#main-visual .inner #MV_obj5 img {
        width: 80vw; }
    /* line 388, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_base {
      top: -30px;
      display: block;
      width: 100%;
      height: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;}
      /* line 393, page.scss */
    /* line 403, page.scss */
    .home #page-wrapper section#price .inner .position-wrapper:nth-of-type(1) {
      margin-bottom: 40px; }
    /* line 406, page.scss */
    .home #page-wrapper section#price .inner .position-wrapper:nth-of-type(2) {
      margin-bottom: 40px; }
    /* line 412, page.scss */
    .home #page-wrapper section#bottom {
      margin-top: 30px; }
      /* line 416, page.scss */
      .home #page-wrapper section#bottom .inner img:nth-of-type(1) {
        margin-bottom: 10px; } }
@media screen and (max-width: 544px) and (max-height: 668px) {
  /*** 375 x 667 (iPhone6～) ***/
  /* home */
  /* line 430, page.scss */
  .home {
    padding-bottom: 60px; }
    /* line 436, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj1 {
      top: 22%;
      margin-left: -40vw; }
      /* line 439, page.scss */
      .home #page-wrapper section#main-visual .inner #MV_obj1 img {
        width: 80vw; }
    /* line 443, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj2 {
      top: 44%;
      margin-left: -30vw; }
      /* line 446, page.scss */
      .home #page-wrapper section#main-visual .inner #MV_obj2 img {
        width: 60vw; }
    /* line 450, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj3 {
      top: 44%;
      font-size: 3rem; }
    /* line 454, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj4 {
      top: 43%;
      font-size: 1.2rem; }
    /* line 458, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_obj5 {
      top: 54%; }
    /* line 462, page.scss */
    .home #page-wrapper section#main-visual .inner #MV_base img {
      width: 160%;
      max-width: unset;
       } }
       @media screen and (max-width: 688px) {
       .home #page-wrapper section#main-visual .inner #MV_base img {
          width: 180%;
          max-width: unset;
        } 
      }
/* line 465, page.scss */
/*20220623改修*/
.spv {
  display: none;
}
@media screen and (max-width: 767px) {
  .spv {
    display: block;
  }
  .pcv {
    display: none;
  }
}
  
footer {
  margin-bottom: 0px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  
  footer {
    margin-bottom: 80px;
    margin-top: 20px;
  }
}
#page-wrapper section#head,
#page-wrapper section#price,
#page-wrapper section#quality,
#page-wrapper section#design,
#page-wrapper section#lease,
#page-wrapper section#bottom {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
#page-wrapper section .inner {
    width: 100%;
  }
}

#page-wrapper section .ttl_h2 {
  background: #ff70b3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  width: 100%;
  margin: 0 auto;
}
#page-wrapper section .ttl_h2 span:last-child {
  font-size: 3.0rem;
  font-weight: 900;
  color: #FFF;
  margin-left: 0.5em;
}

#page-wrapper section .ttl_h3 {
  background: #0081cc;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  width: 100%;
  margin: 0 auto;
  font-weight: 900;
  margin-top: 40px;
  flex-direction: column;
}
#page-wrapper section .ttl_h3 span {
  font-size: 2.0rem;
  text-align: center;
}
#page-wrapper section .ttl_h3 strong {
  font-size: 2.8rem;
  font-weight: 900;
}
#page-wrapper section .ttl_h3 span:last-child,
#page-wrapper section .ttl_h3 strong:last-child {
  background: url(../img/renew/bg_uneune.svg) 0 100% / auto 15px repeat-x #0081cc;
  padding-bottom: 15px;
  margin-left: 0.25em;
}

@media screen and (max-width: 767px) {
  #page-wrapper section .ttl_h2 {
    padding: 10px 10px;
    width: 94%;
  }
  #page-wrapper section .ttl_h2 span:last-child {
    font-size: 31px;
  }
  #page-wrapper section .ttl_h3 {
    padding: 20px 0px;
    margin-top: 0px;
    letter-spacing: 0.05em;
  }
  #page-wrapper section .ttl_h3 span {
      font-size: 21px;
  }
  #page-wrapper section .ttl_h3 strong {
    font-size: 28px;
  }
  #page-wrapper section .ttl_h3 span:last-child, #page-wrapper section .ttl_h3 strong:last-child {
    background: url(../img/renew/bg_uneune.svg) 0 100% / auto 10px repeat-x #0081cc;
    padding-bottom: 10px;
    margin: 0;
    width: fit-content;
    white-space: nowrap;
  }
}

#page-wrapper section#main-visual {
  margin-bottom: 120px;
}

#head .head_text {
  font-size: 3.8rem;
  font-weight: 900;
  text-align: center;
}
#head .head_image {
  width: 70%;
  max-width: 650px;
  margin: 60px auto 0;
}
@media screen and (max-width: 992px) {
  #head .head_text {
    font-size: 28px;
    margin-top: 50px;
  }
  #head .head_image {
    width: 90%;
    margin: 45px auto 0;
  }
}
#price .price_item,
#price .price_gstandard,
#price .price_select {
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
#price .price_gstandard {
  padding-top: 60px;
}
#price .price_select {
  padding-bottom: 60px;
  padding-top: 30px;
}
#price .price_type {
  margin: 0 auto;
  width: 90%;
  padding: 40px 0 0;
  display: block;
  justify-content: space-between;
}
#price .price_type li {
  width: 85%;
  margin: 0 auto;
}
#price .price_type li + li {
  margin-top: 40px;
}
#price .price_type_ttl {
  background: #0081cc;
  color: #FFF;
  font-size: 32px;
  padding: 5px 10px;
  text-align: center;
}
#price .price_baloon {
  background: #FFF;
  border: 2px solid #0081cc;
  position: relative;
  padding: 20px 3%;
}
#price .price_baloon::before {
  position: absolute;
  display: block;
  content: "";
  width: 48px;
  height: 41px;
  bottom: -62px;
  right: 20%;
  border-left: 2px solid #0081cc;
  border-bottom: 2px solid #0081cc;
  transform: skew(0deg, -40deg);
  background: #FFF;
  margin-bottom: 40px;
  z-index: 1;
}
#price .price_baloon_ttl {
    font-size: 24px;
    display: flex;
    margin: 0 auto;
    width: fit-content;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#price .price_baloon_ttl p + p {
    margin: 5px 0;
}
#price .price_baloon_ttl span {
  background: #ff70b3;
  color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 3px;
  font-size: 27px;
  min-width: 111px;
}
#price .price_baloon_ttl strong {
  font-size: 32px;
}
#price .price_baloon_cost {
  text-align: center;
  margin-top: 10px;
}
#price .price_baloon_cost strong {
  font-size: 70px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  background: linear-gradient(transparent 70%, #fff100 70%,#fff100 85%,transparent 80%);
  letter-spacing: 0;
}
#price .price_baloon_cost strong span {
  font-size: 28px;
  font-weight: 900;
}
#price .price_baloon_attention {
  text-align: center;
  margin-top: 20px;
  z-index: 2;
  position: inherit;

}
#price .price_baloon_attention span {
  font-size: 22px;
}
#price .price_images {
    position: relative;
    padding-left: 20%;
    width: 80%;
    margin: 60px auto 0;
}

#price .price_images .price_images_gorilla {
  position: absolute;
  width: 30%;
  left: 0;
  bottom: 0;
}
#price .price_images .price_images_logo {
  width: 25%;
  text-align: left;
  position: absolute;
  left: 32%;
  top: -7%;
}
#price .price_content {
  margin: 30px 0 0;
  font-weight: 400;
}
#price .price_content p img {
  margin: 0 auto;
  display: block;
}
#price .price_content p {
  text-align: center;
}
#price .price_content p + p{
  margin-top: 3%;
}
#price .price_gstandard_ttl {
  font-weight: 900;
  font-size: 26px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  color: #0081cc;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#price .price_gstandard_ttl::before,
#price .price_gstandard_ttl::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/renew/price_gstandard.svg) no-repeat;
  width: 45px;
  height: 90px;
  left: -60px;
}
#price .price_gstandard_ttl::after {
  right: -60px;
  left: auto;
  transform: scale(-1, 1);
}
#price .price_gstandard_ttl span {
  font-size: 40px;
  display: block;
}

#price .price_gstandard_name {
  font-size: 32px;
  border: 2px solid #0081cc;
  color: #0081cc;
  font-weight: 900;
  padding: 5px 50px;
  width: fit-content;
  margin: 30px auto 0;
  border-radius: 10px;
}
#price .price_gstandard_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 0;
  width: 90%;
}
#price .price_gstandard_list li {
  width: 18.5%;
  margin-bottom: 20px;
}
#price .price_gstandard_list li p:first-child {
  margin-bottom: 10px;
  text-indent: -1.2em;
  letter-spacing: 0;
  padding-left: 1.2em;
  font-size: 15px;
}
#price .price_gstandard_list li p:first-child span,
#price .price_gstandard_list li p span {
  font-size: 13px;
}
@media screen and (max-width: 1300px) {
  #price .price_gstandard_list li {
    width: 31.5%;
    margin-bottom: 20px;
  }
  #price .price_gstandard_list li p:first-child {
    font-size: 13px;
  }
  #price .price_gstandard_list li p:first-child span,
  #price .price_gstandard_list li p span {
    font-size: 11px;
  }
}
#price .price_select_ttl {
  background: #409bd6;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  font-size: 24px;
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}

#price .price_select_item {
  background: #d6d6d6;
  padding: 30px;
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
#price .price_select_item p {
  color: #e4007f;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}
#price .price_select_item p + p {
  margin-top: 30px;
}
#price .price_compare {
    width: 90%;
    margin: 60px auto 0;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#price .price_compare_ttl {
  background: #e4007f;
  color: #FFF;
  border-radius: 10px;
  font-weight: 900;
  text-align: center;
  padding: 10px 30px;
  font-size: 36px;
  width: 100%;
}
#price .price_compare_ttl {
  background: #e4007f;
}
#price .price_compare_ttl + p {
  margin-top: 30px;
  text-align: center;
  width: 100%;
  font-size: 20px;
}
#price .price_compare_image {
  margin-top: 30px;
  width: 49%;
  position: relative;
}
#price .price_compare_image span:last-child{
  bottom: 19%;
  right: 12%;
  position: absolute;
  color: #FFF;
  transform: rotate(-10deg);
  font-size: 1.4vw;
  text-align: center;
}
#price .price_compare_image span:last-child strong {
  font-weight: 900;
  font-size: 2vw;
  display: block;
}
@media screen and (min-width: 1500px) {
  #price .price_compare_image span:last-child{
    font-size: 20px;
  }
  #price .price_compare_image span:last-child strong {
    font-size: 30px;
  }
}
#price .price_compare_baloon {
  width: 47.5%;
  border-radius: 20px;
  border: 2px solid #0081cc;
  background: #FFF;
  position: relative;
  padding: 20px 3%;
  margin-top: 30px;
  min-width: 350px;
}
#price .price_compare_baloon::before {
  position: absolute;
  display: block;
  content: "";
  width: 47px;
  height: 52px;
  top: 40px;
  left: -25px;
  border-left: 2px solid #0081cc;
  border-top: 2px solid #0081cc;
  transform: skew(41deg, 0deg);
  background: #FFF;
  margin-bottom: 40px;
}

#price .price_compare_baloon_zero {
  font-size: 30px;
  font-weight: 900;
  color: #0081cc;
  text-align: center;
  line-height: 1;
  line-height: 1.5em;
}
#price .price_compare_baloon_zero strong {
  font-size: 56px;
  font-weight: 900;
}
#price .price_compare_baloon_text {
  margin-top: 20px;
  font-weight: 400;
}
#price .price_compare_baloon_text span {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  text-indent: -1.8em;
  padding-left: 1.8em;
}
#price .price_compare_baloon_text strong {
  margin-left: 1em;
  font-size: 24px;
  color: #e4007f;
  font-weight: 600;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
#price .price_compare_baloon_pink {
  color: #FFF;
  background: #e4007f;
  font-weight: 900;
  margin-top: 10px;
  text-align: center;
  padding: 5px 20px;
}
#price .price_compare_baloon_zero.is_marker_yellow {
  font-size: 40px;
  font-weight: 900;
  background: linear-gradient(transparent 80%, #fff100 80%,#fff100 100%,transparent 100%);
  letter-spacing: 0.02em;
  width: fit-content;
  margin: 15px auto 0;
  padding-bottom: 0.2em;
}
#price .price_compare_baloon_zero.is_marker_yellow strong {
  font-size: 65px;
  font-weight: 900;
}

#price .price_assist {
  background: #FFF;
  width: 90%;
  margin: 0 auto 0;
  max-width: 1400px;
}
#price .price_assist_size {
  padding-top: 30px;
}
#price .price_assist_size > p {
  font-weight: 900;
  font-size: 30px;
  color: #0081cc;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border: 2px solid #0081cc;
  padding: 5px 50px;
  border-radius: 10px;
}

#price .price_assist_size > ul {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0;
  flex-wrap: wrap;
}
#price .price_assist_size > ul li {
  border: 1px solid #ddd;
  width: 32.5%;
}
#price .price_assist_size > ul li {
  border: 1px solid #ddd;
}
#price .price_assist_text {
  margin: 0 auto;
    width: 90%;
    padding: 40px 0 0;
}
#price .price_assist_text p{
  font-size: 40px;
  color: #0081cc;
  font-weight: 900;
  text-align: center;
}
#price .price_assist_text p > span {
  font-size: 26px;
}
#price .price_assist_text p > strong {
  font-size: 90px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  background: linear-gradient(transparent 70%, #fff100 70%,#fff100 85%,transparent 80%);
  letter-spacing: 0;
  display: block;
  color: #000;
  width: fit-content;
  margin: 10px auto 0;
}
#price .price_assist_text p > strong > span {
  font-size: 30px;
  font-family: "Noto Sans JP", "sans-serif";
}
#price .price_assist_text p > strong > span > span {
  font-size: 24px;
  font-weight: 400;
}
#price .price_assist_text p + span {
  font-size: 24px;
  color: #e60012;
  border: 2px solid #e60012;
  padding: 5px 20px;
  margin: 0;
  display: block;
  margin: 20px auto 0;
  width: fit-content;
  text-align: center;
}
#price .price_assist_images {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  padding: 40px 0 0;
}
#price .price_assist_images > p {
  font-size: 30px;
  font-weight: 900;
}
#price .price_assist_images > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0;
}
#price .price_assist_images > div > p:first-child {
  width: 70%;
}
#price .price_assist_images > div > p:last-child {
  width: 25%;
  margin-left: 5%;
}
#price .price_best {
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  padding: 60px;
  max-width: 1400px;
  padding: 60px 5% 60px;
}
#price .price_best_ttl {
  color: #0081cc;
  font-size: 40px;
  font-weight: 900;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}
#price .price_best_ttl::before {
  background: url(../img/renew/price_best_ttl_bg.svg) 0 0 / cover no-repeat;
  width: 72px;
  height: 67px;
  content: "";
  display: block;
  left: -80px;
  position: absolute;
}
#price .price_best_ttl::after {
  background: url(../img/renew/price_best_ttl_bg.svg) 0 0 / cover no-repeat;
  width: 72px;
  height: 67px;
  content: "";
  display: block;
  transform: scale(-1,1);
  position: absolute;
  right: -80px;

}
#price .price_best_text {
  margin: 30px auto 0;
}
#price .price_best_text > p {
  font-size: 24px;
  color: #e60012;
  border: 2px solid #e60012;
  padding: 5px 20px;
  margin: 0;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
#price .price_best_text > span {
  display: block;
  margin: 10px auto 0;
  text-align: center;
  letter-spacing: 0;
}
#price .price_best_list {
  margin: 30px auto 0;
  max-width: 1000px;
}
#price .price_best_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#price .price_best_item + .price_best_item {
  border-top: 2px dashed #000;
  margin-top: 40px;
  padding-top: 40px;
}
#price .price_best_item_left {
  width: 42%;
}
#price .price_best_item_left .price_best_image {
  width: 100%;
  background: #000;
  margin-top: 10px;
}
#price .price_best_item_right {
  width: 54%;
}
#price .price_best_item_right .price_best_name {
  font-size: 28px;
  font-weight: 900;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
#price .price_best_item_right .price_best_item_right_inner + .price_best_item_right_inner {
  margin-top: 40px;
}
#price .price_best_item_right .price_best_spec {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#price .price_best_item_right .price_best_spec > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#price .price_best_item_right .price_best_spec > ul li + li {
  margin-top: 0;
}
#price .price_best_item_right .price_best_spec > ul li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
#price .price_best_item_right .price_best_spec > div {
  width: 100%;
  margin-top: 10px;
}
#price .price_best_item_right .price_best_spec > div .price_best_spec_bg {
  background: #0081cc;
  color: #FFF;
  font-weight: 600;
  padding: 2px 20px;
  border-radius: 5px;
  font-size: 1.2rem;
}
#price .price_best_item_right .price_best_spec > div p + .price_best_spec_bg {
  margin-top: 10px;
  letter-spacing: 1px;
}
#price .price_best_item_right .price_best_spec > div p {
  text-align: center;
}
#price .price_best_item_right .price_best_spec > div p strong {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
}
#price .price_best_item_right .price_best_spec > div p span {
  font-size: 20px;
}
#price .price_best_item_right .price_best_spec > p {
  width: 100%;
  margin-top: 10px;
  font-weight: 400;
}
#price .price_best_bg_yellow {
  background: #fff100;
  color: #009fe8;
  padding: 20px;
  font-size: 30px;
  text-align: center;
  margin: 60px 0 0 0;
}
#price .price_best_fukidashi {
  color: #0081cc;
  font-size: 32px;
  text-align: center;
  font-weight: 900;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 45px auto 0;
  line-height: 1.5;
}
#price .price_best_fukidashi::before {
  background: url(../img/renew/price_best_fukidashi_bg.svg) 0 0 / contain no-repeat;
  width: 37px;
  height: 78px;
  position: absolute;
  left: -35px;
  content: "";
}
#price .price_best_fukidashi::after {
  background: url(../img/renew/price_best_fukidashi_bg.svg) 0 0 / contain no-repeat;
  width: 37px;
  height: 78px;
  position: absolute;
  right: -35px;
  content: "";
  transform: scale(1,-1);
}

@media screen and (max-width: 767px) {
  #price .price_item,
  #price .price_gstandard,
  #price .price_select {
    width: 94%;
  }
  #price .price_type {
    width: 90%;
    padding: 20px 0 0;
    flex-direction: column;
  }
  #price .price_assist_size {
    padding-top: 20px;
  }
  #price .price_assist_size > p {
    font-size:20px;
    border: 1px solid #0081cc;
  }
  #price .price_assist_size > ul {
    margin-top: 20px;
  }
  #price .price_assist_size > ul li {
    width: 100%;
  }
  #price .price_assist_size > ul li + li {
    margin-top: 20px;
  }
  #price .price_type li {
    width: 100%;
  }
  #price .price_type li + li {
    margin-top: 30px;
  }
  #price .price_type_ttl {
    font-size: 24px;
  }
  #price .price_baloon {
    padding: 10px;
    border: 1px solid #0081cc;
  }
  #price .price_baloon_ttl {
    font-size: 16px;
  }
  #price .price_baloon_ttl span {
    font-size: 17px;
    min-width: unset;
  }
  #price .price_baloon_ttl strong {
    font-size: 18px;
  }
  #price .price_baloon_cost {
    font-size: 16px;
    margin-top: -5px;
  }
  #price .price_baloon_cost strong {
    font-size: 50px;
    letter-spacing: -0.01em;
  }
    #price .price_baloon_attention span {
      font-size: 19px;
  }
  #price .price_baloon_attention {
    font-size: 12px;
    margin-top: 0px;
  }
  #price .price_baloon::before {
    width: 28px;
    height: 21px;
    bottom: -52px;
    border-left: 1px solid #0081cc;
    border-bottom: 1px solid #0081cc;
    transform: skew(0deg, -37deg);
  }
  #price .price_images {
    padding-left: 26%;
    margin-top: 25px;
  }
  #price .price_content {
    flex-direction: column;
    margin: 20px 0 0;
    font-size: 13px;
  }
  #price .price_content p {
    text-align: left;
  }
  #price .price_content p + p {
    margin: 5px 0 0 0;
  }
  #price .price_images .price_images_logo {
    width: 180px;
    position: initial;
    margin: 0 auto 0 0;
  }
  #price li + li .price_images {
    padding-right: 23%;
    padding-left: 0;
    margin-top: 20px;
  }
    #price li + li .price_images .price_images_gorilla {
      right: 0;
      left: auto;
  }
  #price .price_gstandard, #price .price_select {
    padding-top: 30px;
  }
  #price .price_gstandard_ttl {
    font-size: 18px;
  }
  #price .price_gstandard_ttl span {
    font-size: 26px;
    display: block;
  }
  #price .price_gstandard_ttl::before, #price .price_gstandard_ttl::after {
    width: 28px;
    height: 54px;
    left: -38px;
  }
  #price .price_gstandard_ttl::after {
    right: -38px;
    left: auto;
  }
  #price .price_gstandard_name {
    font-size: 26px;
    border: 1px solid #0081cc;
    color: #0081cc;
    font-weight: 900;
    padding: 0px 50px;
    width: 100%;
    width: 90%;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 5px;
  }
  #price .price_gstandard_list li {
    width: 47.5%;
    margin-bottom: 10px;
  }
  #price .price_gstandard_list li p:first-child {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;
  }
  #price .price_select_item {
    padding: 10px;
  }
  #price .price_gstandard_list li p:first-child span,
  #price .price_gstandard_list li p span {
    font-size: 10px;
    letter-spacing: 0;
  }
  #price .price_select_ttl {
    font-size: 19px;
  }
  #price .price_select_item p {
    font-size: 20px;
  }
  #price .price_select_item p + p {
    margin-top: 20px;
  }
  #price .price_select {
    padding-bottom: 20px;
  }
  #price .price_compare {
    margin: 20px auto 0;
    flex-direction: column;
    width: 94%;
  }
  #price .price_compare_ttl {
    padding: 10px 5px;
    font-size: 23px;
  }
  #price .price_compare_ttl + p {
    margin-top: 10px;
    font-size: 16px;
  }
  #price .price_compare_image {
    margin-top: 15px;
    width: 100%;
  }
  #price .price_compare_baloon {
    width: 90%;
    margin-top: 50px;
    border-radius: 10px;
    border: 1px solid #0081cc;
    padding: 20px 5% 25px;
    min-width: auto;
  }
  #price .price_compare_baloon::before {
    width: 37px;
    height: 32px;
    top: -17px;
    left: 30px;
    border-left: 1px solid #0081cc;
    border-top: 1px solid #0081cc;
    margin-bottom: 0;
    transform: skew(0deg, 41deg);
  }
  #price .price_compare_baloon_zero {
    font-size: 27px;
  }
  #price .price_compare_baloon_zero strong {
    font-size: 53px;
  }
  #price .price_compare_baloon_text span {
    font-size: 13px;
    letter-spacing: 0.07em;
    margin-top: 10px;
  }
  #price .price_compare_baloon_text strong {
    margin-left: 1em;
    font-size: 21.5px;
  }
  #price .price_compare_baloon_text {
    margin-top: 20px;
    font-size: 15px;
  }
  #price .price_compare_image span:last-child{
    bottom: 18%;
    right: 7%;
    font-size: 3.3vw;
  }
  #price .price_compare_image span:last-child strong {
    font-size: 5vw;
  }
  #price .price_compare_baloon_pink {
    padding: 5px;
    font-size: 14px;
    letter-spacing: 0.07em;
  }
  #price .price_assist {
    margin: 20px auto 0;
    width: 94%;
  }
  #price .price_assist_text {
    padding: 20px 0 0;
  }
  #price .price_assist_text p {
    font-size: 23px;
  }
  #price .price_assist_text p > span {
    font-size: 20px;
  }
  #price .price_assist_text p > strong {
    font-size: 37px;
    margin: 0 auto;
  }
  #price .price_assist_text p > strong > span {
    font-size: 20px;
  }
  #price .price_assist_text p > strong > span > span {
    font-size: 14px;
  }
  #price .price_assist_text p + span {
    font-size: 16px;
    border: 1px solid #e60012;
    padding: 3px 15px;
    margin: 0;
    margin: 5px auto 0;
  }
  #price .price_assist_images {
    padding: 10px 0 0;
  }
  #price .price_assist_images > p {
    margin-top: 5px;
    font-size: 18px;
  }
  #price .price_assist_images > p:first-child {
    width: 100px;
  }
  #price .price_assist_images > div {
    justify-content: end;
    align-items: baseline;
    margin: 0;
  }
  #price .price_assist_images > div > p:first-child {
    width: 62%;
  }
  #price .price_assist_images > div > p:last-child {
    width: 32%;
    margin-left: 3%;
  }
  #price .price_best_ttl {
    font-size: 26px;
  }
  #price .price_best_ttl::after,
  #price .price_best_ttl::before {
    width: 60px;
    height: 54px;
    left: -50px;
  }
  #price .price_best_ttl::after {
    right: -50px;
    left: auto;
  }
  #price .price_best_text {
    margin: 15px auto 0;
  }
  #price .price_best_text > p {
    font-size: 16px;
    border: 1px solid #e60012;
    padding: 3px 10px;
  }
  #price .price_best_text > span {
    margin: 5px auto 0;
    font-size: 11px;
  }
  #price .price_best_item_left {
    width: 30%;
  }
  #price .price_best_item_right {
    width: 65.5%;
  }
  #price .price_best_item_right .price_best_name {
    font-size: 15px;
  }
  #price .price_best_item_right .price_best_spec {
     margin-top: 10px;
  }
  #price .price_best_item_right .price_best_spec > ul {
      width: 55%;
  }
  #price .price_best_item_right .price_best_spec > ul li {
    font-size: 10px;
    letter-spacing: 0;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  #price .price_best_item_right .price_best_spec > div {
    width: 48%;
    margin-right: -3%;
    margin-top: 0;
  }
  #price .price_best_item_right .price_best_spec > div .price_best_spec_bg {
    font-size: 10px;
    padding: 2px;
  }
  #price .price_best_item_right .price_best_spec > div p strong {
    font-size: 18px;
  }
  #price .price_best_item_right .price_best_spec > div p span {
    font-size: 10px;
  }
  #price .price_best_item_right .price_best_spec > p {
    font-size: 10.5px;
    letter-spacing: 0;
  }
  #price .price_best_item_right .price_best_item_right_inner + .price_best_item_right_inner {
    margin-top: 20px;
  }
  #price .price_best_item + .price_best_item {
    border-top: 1px dashed #000;
    margin-top: 20px;
    padding-top: 20px;
  }
  #price .price_best_item_right .price_best_spec > div p + .price_best_spec_bg {
    margin-top: 5px;
  }
  #price .price_best_bg_yellow {
    padding: 10px;
    font-size: 22px;
    margin: 20px 0 0 0;
  }
  #price .price_best_fukidashi {
    font-size: 18px;
    margin: 20px auto 0;
  }
  #price .price_best_fukidashi::after {
    width: 27px;
    height: 59px;
    right: -25px;
  }
  #price .price_best_fukidashi::before {
    width: 27px;
    height: 59px;
    left: -25px;
  }
  #price .price_best {
    padding: 20px 5% 40px;
    width: 94%;
  }
}

#quality .quality_item {
background: #FFF;
width: 90%;
margin: 0 auto;
padding: 0;
max-width: 1400px;
}
#quality .quality_text {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin-top: 30px;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  width: 90%;
  margin: 30px auto 0;
  justify-content: center;
}
#quality .quality_text div {
  width: 100%;
  margin: 0 auto;
}
#quality .quality_text .quality_image {
  max-width: 330px;
  margin: 0 0 0 3%;
  width: 12%;
}
#quality .quality_text div p:last-child {
  margin-top: 20px;
}
#quality .quality_text strong {
  font-weight: 900;
  display: block;
  font-size: 60px;
}
#quality .quality_text .quality_pursuit {
  width: 50%;
  margin: 30px 0 0;
}
#page-wrapper section .inner .position-wrapper {
  padding-top: calc(58% + 1em);
}
.home #page-wrapper section#quality .inner .position-wrapper .movie#MV1,
.home #page-wrapper section#quality .inner .position-wrapper .movie#MV2 {
  top: 0;
  width: 100%;
  left: 0;
}
#quality .quality_detail {
  margin: 30px auto 0;
  width: 90%;
  max-width: 1000px;
  padding-bottom: 30px;
}
#quality .quality_detail .movie_text {
  margin-top: 10px;
  font-weight: 400;
}
#quality .quality_detail_ttl {
  font-size: 36px;
  font-weight: 900;
  position: relative;
  color: #0081cc;
  display: flex;
  align-items: center;
  width: 400px;
  margin: 60px auto 0;
  padding: 10px 0;
}
#quality .quality_detail_ttl p {
  text-align: center;
  margin: 0 auto;
}
#quality .quality_detail_ttl::before {
  background: url(../img/renew/quality_detail_ttl_bg.svg) 0 0 / contain no-repeat;
  width: 12px;
  height: 100px;
  position: absolute;
  left: -35px;
  content: "";
}
#quality .quality_detail_ttl::after {
  background: url(../img/renew/quality_detail_ttl_bg.svg) 0 0 / contain no-repeat;
  width: 12px;
  height: 100px;
  position: absolute;
  right: -35px;
  content: "";
  transform: scale(-1,1);
}
#quality .quality_detail_text {
  margin-top: 30px;
  font-weight: 500;
}
#quality .quality_detail_text p {
  line-height: 1.5;
}
#quality .quality_detail_text .movie {
  margin-top: 30px;
}
#quality .quality_detail_text:last-of-type {
  text-align: center;
}
#quality .quality_detail_text:last-of-type + .quality_detail_ttl {
  margin-top: 0;
}
#quality .quality_detail_ttl p > strong {
  font-size: 48px;
  display: block;
}
#quality .quality_detail_text:last-of-type + .quality_detail_ttl p > span {
  font-size: 22px;
  font-weight: 500;
}
#quality .quality_pdf {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#quality .quality_pdf > div {
  width: 47.5%;
}
#quality .quality_pdf > div a {
  background: #0081cc;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 10px;
  padding: 20px 20px 20px 90px;
  position: relative;
}
#quality .quality_pdf > div a > p:first-child {
  width: 35px;
  margin-right: 5px;
  position: absolute;
  left: 30px;
}
#quality .quality_pdf > div a > p:last-child {
  font-weight: 800;
  color: #FFF;
  line-height: 1.25;
  width: fit-content;
}
#quality .quality_detail_ttl + .quality_detail_ttl {
  margin-top: 20px;
}
#quality .quality_detail_ttl + .quality_detail_ttl span {
  font-size: 33px;
}
#quality .quality_pl {
  display: flex;
  align-items: center;
  margin: 20px auto 0;
  justify-content: center;
}
#quality .quality_pl_image {
  max-width: 170px;
}
@media screen and (max-width: 1099px) {
  #quality .quality_text {
    flex-direction: inherit;
  }
  #quality .quality_text .quality_pursuit {
    margin: 20px auto 0;
  }
} 
@media screen and (max-width: 767px) { 
  #quality .quality_item {
    width: 94%;
  }
  #quality .quality_text {
    flex-direction: column;
    width: 100%;
    margin: 20px auto 0;
  }
  #quality .quality_text .quality_pursuit {
    width: 90%;
  }
  #quality .quality_text div {
    font-size: 23px;
  }
  #quality .quality_text .quality_image {
    width: 70%;
    margin: 0 auto;
  }
  #quality .quality_text strong {
    font-size: 36px;
  }
  #quality .quality_detail .movie_text {
    font-size: 14px;
}
  #quality .quality_detail_ttl {
    font-size: 28px;
    width: 100%;
    margin: 40px auto 0;
    padding: 0px 0;
  }
  #quality .quality_detail_text {
    margin-top: 20px;
    font-size: 16px;
  }
  #quality .quality_detail_ttl::after {
    width: 8px;
    height: 70px;
    right: 0;
  }
  #quality .quality_detail_ttl::before {
    width: 8px;
    height: 70px;
    left: 0;
  }
  #quality .quality_detail_ttl p > strong {
    font-size: 42px;
    display: block;
    line-height: 1;
  }
  #quality .quality_detail_ttl p > span {
    letter-spacing: 0;
  }
  #quality .quality_pdf {
    flex-direction: column;
    margin-top: 0px;
  }
  #quality .quality_pdf > div {
    width: 100%;
  }
  #quality .quality_pdf > div a > p:first-child {
    left: 20px;
  }
  #quality .quality_pdf > div + div {
    margin-top: 10px;
  }
  #quality .quality_pdf > div a {
    padding: 10px 30px 10px  83px;
    min-height: 60px;
  }
  #quality .quality_pdf > div a > p:last-child {
    font-size: 14px;
  }
  #quality .quality_detail_text:last-of-type + .quality_detail_ttl p > span {
    font-size: 18px;
    letter-spacing: 0;
  }
  #quality .quality_detail_text:last-of-type {
    letter-spacing: 0;
  }
  #quality .quality_detail_text:last-of-type + .quality_detail_ttl {
    margin-top: 10px;
  }
  #quality .quality_pl_image {
    max-width: 100px;
  }
  #quality .quality_pl {
    font-size: 14px;
  }
  #quality .quality_detail_text .movie {
    margin-top: 10px;
  }
  #quality .quality_detail_ttl + .quality_detail_ttl span {
    font-size: 23px;
  }
}
#design .design_item {
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  max-width: 1400px;
  position: relative;
}
#design .ttl_h3 strong img {
  width: 185px;
  margin-bottom: -5px;
  margin-right: -15px;
}
#design .ttl_h3 + p {
  width: 90%;
  margin: 30px auto 0;
  line-height: 1.5;
}
#design .design_item p {
  width: 90%;
  margin: 30px auto 0;
}
#design .design_item p strong {
  font-size: 20px;
  color: #ff70b3;
  font-weight: 600;
}
#design .design_item p + p {
  margin-top: 5px;
}
#design .design_item_image {
  position: relative;
  padding-bottom: 19%;
  overflow: hidden;
}
#design .design_item_image p:first-child {
  width: 70%;
  margin: 30px auto 0 5%;
}
#design .design_item_image p:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  left: auto;
  width: 37%;
}
#design .design_item_image p:last-child > span {
  position: absolute;
  bottom: 40%;
  right: 59%;
  width: 350px;
}
#design .design_item_image p span > span{
  bottom: 35%;
  position: absolute;
  right: 16%;
  font-size: 20px;
  transform: rotate(-21deg);
  font-weight: 900;
}
#design .design_item_image + p {
  position: absolute;
  bottom: 30px;
  right: 21%;
  width: fit-content;
  margin: 0;
}
@media screen and (max-width: 767px) { 
  #design .design_item {
    width: 94%;
  }
  #design .ttl_h3 strong img {
    width: 95px;
    margin-right: -5px;
  }
  #design .design_item p {
    font-size: 14px;
    margin: 10px auto 0;
  }
  #design .design_item p strong {
    font-size: 18px;
    letter-spacing: 0;
  }
  #design .design_item_image p:first-child {
    width: 90%;
    margin: 15px auto 0 5%;
  }
  #design .design_item_image p:last-child {
    width: 58%;
  }
  #design .design_item_image {
    padding-bottom: 44%;
  }
  #design .design_item_image p:last-child > span {
    bottom: 13%;
    right: 35%;
    width: 250px;
  }
  #design .design_item_image p span > span {
    bottom: 37%;
    right: 13%;
    font-size: 15px;
  }
  #design .design_item_image + p {
    bottom: 10px;
    left: -10%;
    letter-spacing: 0;
  }
}
#lease .lease_item {
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  padding: 0 0 30px;
}
#lease .lease_item > p {
  margin: 30px auto 0;
  width: fit-content;
}
#lease .lease_item > .lease_images {
  margin: 30px auto 0;
  width: fit-content;
}
#lease .lease_item > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 20px auto 0;
}
#lease .lease_item > div .lease_images {
  width: 47.8%;
}
#lease .lease_item > div .lease_list {
  width: 47.8%;
  font-weight: 500;
}
#lease .lease_item > div .lease_list ul {
  margin-top: 30px;
}
#lease .lease_item > div .lease_list li {
  position: relative;
  padding-left: 1.2em;
  display: flex;
  font-weight: 600;
  letter-spacing: 0;
}
#lease .lease_item > div .lease_list li::before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #000;
  border-radius: 10px;
  margin: 6px;
}
#lease .lease_item > div .lease_list li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {  
  #lease .lease_item {
    padding: 0px 0 20px;
    width: 94%;
}
  #lease .lease_item > p {
    margin: 15px auto 0;
    width: 90%;
  }
  #lease .lease_item > div {
    flex-direction: column;
  }
  #lease .lease_item > div .lease_images {
    width: 100%;
  }
  #lease .lease_item > div .lease_list {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #lease .lease_item > div .lease_list li {
    font-size: 15px;
  }
  #lease .lease_item > div .lease_list li::before {
    margin: 3px;
  }
  #lease .lease_item > div .lease_list li + li {
    margin-top: 10px;
  }
  #lease .lease_item > div .lease_list ul {
    margin-top: 00px;
  }
}
.home #page-wrapper section#bottom {
  margin-bottom: 0;
}
@media screen and (max-width: 544px) {
  .home #page-wrapper section#bottom {
    margin: 0;
  } 
  .home {
    padding-bottom: 40px;
}

}
#bottom .inner {
  width: 90%;
  margin: 60px auto 0;
}
#bottom .bottom_gorilla {
  width: 60%;
  margin: 0 auto;
  position: relative;
  max-width: 700px;
}
#bottom .bottom_gorilla span {
  font-size: 2vw;
  position: absolute;
  top: 35%;
  left: 11%;
  transform: rotate(-22deg);
  text-align: center;
}
@media screen and (min-width: 1300px) {
  #bottom .bottom_gorilla span {
    font-size: 25px;
  }
  
}
.home #page-wrapper section#bottom .inner img:nth-of-type(1) {
  width: 100%;
}
#bottom .bottom_text {
  font-size: 46px;
  text-align: center;
}
#bottom .bottom_text strong{
  font-weight: 900;
  display: block;
}
#bottom .bottom_image {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {   
  #bottom .bottom_gorilla {
    width: 80%;
  } 
  #bottom .bottom_gorilla span {
    font-size: 3.6vw;
    top: 34%;
    letter-spacing: 1px;
    left: 8%;
  }
  #bottom .bottom_text {
    font-size: 24px;
    text-align: center;
  }
  #bottom .bottom_image {
    width: 106%;
    margin: 10px auto 0 -3%;;
  }
}
#page-wrapper section#week {
  background: none;
  width: 94%;
  margin: 0 auto;
  padding: 3% 3% 0;
  max-width: 1400px;
}
#week h2 {
  background: none;
  padding: 0;
  line-height: 1;
  color: #000;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 3.6VW;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
#week h2 span {
  font-size: 2VW;
  display: contents;
}

#week .week_image {
  border: 2px solid #ddd;
  margin-top: 20px;
}
#week a {
  border-bottom: 1px solid #000;
  text-align: right;
  display: block;
  width: fit-content;
  margin: 20px 0 0 auto;
}
@media screen and (min-width: 1720px) {  
  #week h2 {
    font-size: 50px;
  }
  #week h2 span {
    font-size: 30px;
  }
 }
 @media screen and (max-width: 992px) {
  #page-wrapper section#week {
    margin-top: -120px;
  }
}
@media screen and (max-width: 767px) { 
  #page-wrapper section#week {
    padding: 5%;
  }
  #week h2 {
    font-size: 6vw;
    padding: 10px 10px 0;
    flex-direction: column;
  }
  #week h2 span {
    font-size: 3.5VW;
    display: block;
}
  #week .week_image {
    border: 1px solid #ddd;
    margin-top: 10px;
  }
  #week a {
    margin: 10px 0 0 auto;
    font-size: 14px;
  }
}
#conversion {
  background-color: #ffe100;
  border-top: 2px solid #0081cc;
  flex-direction: column;
  padding: 15px 0;
  height: 160px;
}
#conversion > p {
  margin: 0 auto 10px;
  text-align: center;
  font-size: 14px;
}
#conversion .inner {
  width: 740px;
  justify-content: space-between;
  height: 80%;
}
#conversion .inner > div {
  width: 47.5%;
  height: 100%;
  }
#conversion .inner > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-wrap: wrap;
  height: 100%;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
}
#conversion .inner > .conversion_mail a {
  background: #0081cc;
  border-radius: 10px;
  color: #FFF;
}
#conversion .inner > .conversion_mail a img {
  width: 30px;
  margin-right: 10px;
}
#conversion .conversion_mail a span {
  font-size: 14px;
  color: #0081cc;
  background: #FFF;
  padding: 3px 10px;
  border-radius: 5px;
  letter-spacing: 0.6px;
  margin: -10px 0 0 0;
  width: 70%;
  text-align: center;
}
#conversion .conversion_tel a {
  background: #e4007f;
  border-radius: 10px;
  display: block;
  color: #FFF;
}
#conversion .conversion_tel a span {
  font-size: 14px;
  color: #e4007f;
  background: #FFF;
  padding: 3px 10px;
  border-radius: 5px;
  letter-spacing: 0.6px;
  margin: -10px 0 0 0;
  width: 70%;
  text-align: center;
}
#conversion .conversion_tel a img {
  width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) { 
  #conversion {
    height: 115px;
  }
  #conversion > p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #conversion .inner {
    width: 94%;
  }
  #conversion .inner > div > a {
    font-size: 14px;
  }
  #conversion .conversion_mail a span,
  #conversion .conversion_tel a span {
    width: 90%;
    font-size: 10px;
    padding: 1px 10px;
    margin: 3px 0 0 0;
  }
}
@media screen and (max-width: 544px) { 
  #conversion .inner {
    display: flex;
  }
}
.mfp-image-holder .mfp-content {
  max-width: 90% !important;
}
@media screen and (max-width: 767px) { 
  #uptop {
    bottom: 110px;
  }
}
#main-menu nav ul.main li a {
  font-size: 1.35rem;
}

.MV_sp {
  display: none;
}
@media screen and (max-width: 767px) { 
  .MV_sp {
    display: block;
  }
  .MV_pc {
    display: none;
  }
}
/*# sourceMappingURL=page.css.map */

.price_baloon .is_renewal_img img {
  position: absolute;
  left: 355px;
  right: 0;
  margin: auto;
  top:75px;
  width: 170px;
}

@media  screen and (max-width: 767px) {
  .price_baloon .is_renewal_img img {
    left: 266px;
    width: 107px;
    top: 32px;
  }
}

@media  screen and (max-width: 375px) {
  .price_baloon .is_renewal_img img {
    left: 209px;
    width: 115px;
    top: 32px;
  }
}

.price_baloon .is_renewal {
  position: relative;
}
.price_baloon .is_renewal::before {
  content: "";
  position: absolute;
  border-top: 13px double #e4007f;
  width: 263px;
  top: 43%;
}
@media screen and (max-width: 767px) { 
  .price_baloon .is_renewal::before {
    content: "";
    position: absolute;
    border-top: 13px double #e4007f;
    width: 184px;
    top: 43%;
  }
}

.price_assist_text {
  position: relative;
}
.price_assist_text .is_renewal_img img {
  position: absolute;
  left: 557px;
  right: 0;
  margin: auto;
  top:125px;
  width: 170px;
}
.price_assist_text .is_renewal_img.pt02 img {
  position: absolute;
  left: 557px;
  right: 0;
  margin: auto;
  top:249px;
  width: 170px;
}

@media screen and (max-width: 767px) {
  .price_assist_text .is_renewal_img img {
    position: absolute;
    left: 314px;
    right: 0;
    margin: auto;
    top:49px;
    width: 115px;
  }
  .price_assist_text .is_renewal_img.pt02 img {
    position: absolute;
    left: 314px;
    right: 0;
    margin: auto;
    top:94px;
    width: 115px;
  }
  
}
@media screen and (max-width: 375px) {
  .price_assist_text .is_renewal_img img {
    position: absolute;
    left: 236px;
    right: 0;
    margin: auto;
    top:49px;
    width: 106px;
  }
  .price_assist_text .is_renewal_img.pt02 img {
    position: absolute;
    left: 236px;
    right: 0;
    margin: auto;
    top:93px;
    width: 106px;
  }
  
}

.price_assist_text .is_renewal {
  position: relative;
}
.price_assist_text .is_renewal::before {
  content: "";
  position: absolute;
  border-top: 13px double #e4007f;
  width: 409px;
  top: 64%;
  left: -33px;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) { 
  .price_assist_text .is_renewal::before {
    content: "";
    position: absolute;
    border-top: 10px double #e4007f;
    width: 170px;
    top: 64%;
    left: -17px;
    right: 0;
    margin: 0 auto;
  }
}

.price_assist_text .is_renewal.pt02::before {
  content: "";
  position: absolute;
  border-top: 13px double #e4007f;
  width: 409px;
  top: 44%;
  left: -33px;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) { 
  .price_assist_text .is_renewal.pt02::before {
    content: "";
    position: absolute;
    border-top: 10px double #e4007f;
    width: 170px;
    top: 44%;
    left: -17px;
    right: 0;
    margin: 0 auto;
  }
}

.price_best .is_renewal_text{
  position: relative;
  padding: 20px;
  width: 646px;
  margin: 50px auto 70px;
  background-color: #e4007f;
}

@media screen and (max-width: 767px) {
  .price_best .is_renewal_text{
    position: relative;
    padding: 15px;
    width: 266px;
    margin: 15px auto 35px;
    background-color: #e4007f;
  }
}
.price_best .is_renewal_text::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 15px solid #e4007f;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.price_best .is_renewal_text p {
  text-align: center;
  color: #FFF;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .price_best .is_renewal_text p {
    font-size: 16px;
  }
}

.price_best_spec div .is_renewal {
  position: relative;
}
.price_best_spec div .is_renewal::before {
  content: "";
  position: absolute;
  border-top: 9px double #e4007f;
  width: 138px;
  top: 38%;
}
@media screen and (max-width: 767px) { 
  .price_best_spec div .is_renewal::before {
    content: "";
    position: absolute;
    border-top: 6px double #e4007f;
    width: 83px;
    top: 38%;
  }
}