/* mixin ----------*/
/* mixin ----------*/
/* amv ----------*/
.amv {
  background-color: #00aa8c;
}
.amv_contents {
  background-image: url(../img/vol9/mv_bg_sp.png);
  background-position: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding-bottom: 81.5%;
  position: relative;
  width: 100%;
}
.amv_contents_txt {
  margin-left: 0;
  position: absolute;
  bottom: 1.35rem;
  left: 0;
  width: 100%;
}
.amv_contents_txt p {
  font-size: 0.12rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
}
.amv_ttl {
  margin-left: -1.15rem;
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  width: 2.05rem;
}
@media screen and (min-width: 768px), print {
  .amv_contents {
    background-image: url(../img/vol9/mv_bg.png);
    padding-bottom: 41.5%;
    width: 10rem;
  }
  .amv_contents_txt {
    margin-left: -2.5rem;
    bottom: 2.35rem;
    left: 32%;
    width: 5rem;
  }
  .amv_contents_txt p {
    font-size: 0.18rem;
  }
  .amv_ttl {
    margin-left: -4rem;
    bottom: 1.05rem;
    width: 4.4rem;
  }
}

.sec_09 {
  background-color: #00aa8c;
  padding: 0 0 0.2rem;
}
.sec_09_ttl {
  color: #faee00;
  font-size: 0.3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 0.15rem;
  position: relative;
  text-align: center;
}
.sec_09_ttl .house01,
.sec_09_ttl .house02 {
  font-weight: 900;
  padding-right: 0.1rem;
  padding-left: 0.5rem;
  position: relative;
}
.sec_09_ttl .house01::before,
.sec_09_ttl .house02::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.4rem;
  position: absolute;
  top: 0.03rem;
  left: 0;
  width: 0.4rem;
}
.sec_09_ttl .house01 {
  color: #f5b4be;
  margin-left: -0.5rem;
}
.sec_09_ttl .house01::before {
  background-image: url(../img/vol9/icon_house_01.svg);
}
.sec_09_ttl .house02 {
  color: #8ddde5;
  margin-left: 0.5rem;
}
.sec_09_ttl .house02::before {
  background-image: url(../img/vol9/icon_house_02.svg);
}
.sec_09_txt {
  color: #fff;
  font-size: 0.13rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .sec_09_ttl {
    font-size: 0.48rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0.2rem;
    padding-top: 0.3rem;
    text-align: center;
  }
  .sec_09_ttl .house01,
.sec_09_ttl .house02 {
    padding-left: 0.9rem;
  }
  .sec_09_ttl .house01::before,
.sec_09_ttl .house02::before {
    content: "";
    display: block;
    height: 0.7rem;
    top: 0;
    width: 0.7rem;
  }
  .sec_09_ttl .house01 {
    padding-right: 0.15rem;
    padding-left: 0.85rem;
  }
  .sec_09_ttl .house02 {
    margin-left: 0;
  }
  .sec_09_ttl .house02::before {
    left: 0.1rem;
  }
  .sec_09_txt {
    font-size: 0.2rem;
    margin-bottom: 0.4rem;
  }
}

/* section ----------*/
@media screen and (min-width: 768px), print {
  .section {
    padding: 0 0.8rem;
  }
}

/* price ----------*/
.price_wrap {
  position: relative;
}
.price_wrap + .intro_block {
  margin-top: 0.3rem;
}
.price_wrap_ttl {
  height: 0.45rem;
  position: absolute;
  top: 0.15rem;
  left: -0.1rem;
  width: auto;
  z-index: 1;
}
.price_wrap_ttl img {
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .price_wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 11.2rem;
  }
  .price_wrap + .intro_block {
    margin-top: 0.7rem;
  }
  .price_wrap_ttl {
    height: auto;
    top: -0.3rem;
    left: 0.8rem;
    width: 1rem;
  }
  .price_wrap_ttl img {
    height: auto;
  }
}
.price_block {
  background-color: #fff;
  border: 2px solid #555;
  border-radius: 0.2rem;
  margin-bottom: 0.3rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .price_block {
    border-width: 4px;
    border-radius: 0.5rem;
    margin-bottom: 0.65rem;
  }
}
.price_box_ornament {
  height: 2.5rem;
  position: absolute;
  left: 0;
  width: 100%;
}
.price_box_ornament::before, .price_box_ornament::after {
  content: "";
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.3rem;
  position: absolute;
  width: 1.3rem;
}
.price_box_ornament::before {
  background-image: url(../img/vol9/bg_ornament_yellow.png);
}
.price_box_ornament::after {
  background-image: url(../img/vol9/bg_ornament_pink.png);
}
@media screen and (min-width: 768px), print {
  .price_box_ornament::before, .price_box_ornament::after {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.price_box_ornament.top {
  top: 0;
}
.price_box_ornament.top::before {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
.price_box_ornament.top::after {
  top: 0;
  right: 0;
}
.price_box_ornament.bottom {
  bottom: 0;
}
.price_box_ornament.bottom::before {
  right: 0;
  bottom: 0;
}
.price_box_ornament.bottom::after {
  bottom: 0;
  left: 0;
  transform: rotate(-180deg);
}
.price_box_ttl {
  margin-bottom: 0.08rem;
}
.price_box_ttl small {
  font-weight: 600;
  font-size: 80%;
}
.price_box_ttl_inr {
  color: #00aa8c;
  display: block;
  font-size: 0.19rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
.price_box_ttl .icon01 {
  height: 0.35rem;
  position: absolute;
  top: -0.1rem;
  width: 0.75rem;
}
.price_box_ttl .icon01::before {
  content: "";
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .price_box_ttl .icon01 {
    height: 0.7rem;
    top: -0.15rem;
    width: 1.5rem;
  }
}
.price_box_ttl .icon01::before {
  background-image: url(../img/vol9/icon_house_03.svg);
}
.price_box_ttl .icon02 {
  height: 0.35rem;
  position: absolute;
  top: -0.1rem;
  width: 0.75rem;
}
.price_box_ttl .icon02::before {
  content: "";
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .price_box_ttl .icon02 {
    height: 0.7rem;
    top: -0.15rem;
    width: 1.5rem;
  }
}
.price_box_ttl .icon02::before {
  background-image: url(../img/vol9/icon_house_04.svg);
}
.price_box_ttl .icon03 {
  height: 0.35rem;
  position: absolute;
  top: -0.1rem;
  width: 0.75rem;
}
.price_box_ttl .icon03::before {
  content: "";
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .price_box_ttl .icon03 {
    height: 0.7rem;
    top: -0.15rem;
    width: 1.5rem;
  }
}
.price_box_ttl .icon03::before {
  background-image: url(../img/vol9/icon_house_05.svg);
}
.price_box_ttl .icon-postion01 {
  right: -0.1rem;
}
.price_box_ttl .icon-postion02 {
  top: -0.05rem;
  right: 0;
}
.price_box_ttl .icon-postion03 {
  top: 0.35rem;
  right: 0;
}
.price_box_ttl .icon-postion04 {
  top: 0.2rem;
  right: 0;
}
.price_box_ttl .icon-postion05 {
  top: -0.03rem;
  right: 0;
}
.price_box_ttl .icon-postion06 {
  right: 0.15rem;
}
.price_box_ttl .icon-postion07 {
  top: 0;
  right: 0.15rem;
}
.price_box_ttl .icon-postion08 {
  top: -0.1rem;
  right: 0.15rem;
}
.price_box_ttl .icon-postion09 {
  top: -0.05rem;
  right: 0.2rem;
}
.price_box_ttl .icon-postion10 {
  top: -0.03rem;
  right: -0.2rem;
}
.price_box_ttl .plus {
  color: #ea6182;
  font-size: 0.19rem;
  font-weight: 700;
}
.price_box_price {
  height: 0.35rem;
}
.price_box_price img {
  height: 100%;
}
.price_box_price.uniq01 {
  height: 0.57rem;
}
.price_box_price.uniq02 {
  height: 0.55rem;
}
.price_box_txt {
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0.08rem;
  text-align: justify;
}
.price_box_txt small {
  font-size: 0.1rem;
}
.price_box_inr {
  padding: 0.7rem 0.2rem 0.25rem;
}
.price_box_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.price_box_list + .price_box_list {
  margin-top: 0.5rem;
}
.price_box_list.border-01::before, .price_box_list.border-02::before, .price_box_list.border-03::before, .price_box_list.border-04::before {
  content: "";
  display: block;
  background-color: #555;
  height: 2px;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 100%;
}
.price_box_list.border-02::before {
  top: -0.25rem;
  bottom: auto;
}
@media screen and (min-width: 768px), print {
  .price_box_ttl {
    margin-bottom: 0.15rem;
  }
  .price_box_ttl_inr {
    font-size: 0.28rem;
    letter-spacing: 0.1em;
  }
  .price_box_ttl .icon-postion01 {
    top: -0.25rem;
    right: -1.1rem;
  }
  .price_box_ttl .icon-postion02 {
    top: -0.15rem;
    right: -0.25rem;
  }
  .price_box_ttl .icon-postion03 {
    top: -0.2rem;
    right: -1.65rem;
  }
  .price_box_ttl .icon-postion04 {
    top: -0.15rem;
    right: -1.6rem;
  }
  .price_box_ttl .icon-postion05 {
    top: -0.2rem;
    right: 0.25rem;
  }
  .price_box_ttl .icon-postion06 {
    top: -0.15rem;
    right: -0.4rem;
  }
  .price_box_ttl .icon-postion07 {
    top: -0.15rem;
    right: -0.15rem;
  }
  .price_box_ttl .icon-postion08 {
    top: -0.15rem;
    right: -0.55rem;
  }
  .price_box_ttl .icon-postion09 {
    top: -0.15rem;
    right: 0.2rem;
  }
  .price_box_ttl .icon-postion10 {
    top: -0.15rem;
    right: -0.7rem;
  }
  .price_box_ttl .plus {
    font-size: 0.26rem;
    padding-right: 0.05rem;
  }
  .price_box_price {
    height: 0.64rem;
  }
  .price_box_price.uniq01 {
    height: 1.04rem;
  }
  .price_box_price.uniq02 {
    height: 0.97rem;
  }
  .price_box_txt {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }
  .price_box_txt small {
    font-size: 0.14rem;
  }
  .price_box_inr {
    padding: 0.7rem 0;
  }
  .price_box_inr.flex {
    display: flex;
    justify-content: space-between;
  }
  .price_box_list {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .price_box_list.list-01 {
    padding: 0 1rem 0 2.3rem;
  }
  .price_box_list.list-02 {
    margin-bottom: -0.15rem;
    padding: 0.35rem 1rem 0 0.5rem;
  }
  .price_box_list.list-03 {
    padding: 0 0.3rem 0 2.3rem;
  }
  .price_box_list.list-04 {
    padding: 0 0 0 2.3rem;
  }
  .price_box_list.list-05 {
    margin-top: 0.9rem;
    padding: 0 0.8rem 0 0;
  }
  .price_box_list.list-06 {
    justify-content: center;
    padding: 0 0 0.3rem 0;
  }
  .price_box_list.list-07 {
    margin-bottom: -0.2rem;
    padding: 0.3rem 1rem 0 1.5rem;
  }
  .price_box_list.list-08 {
    justify-content: center;
    padding: 0;
  }
  .price_box_list.list-09 {
    justify-content: center;
    padding: 0 0 0.2rem 0;
  }
  .price_box_list.list-10 {
    margin-bottom: -0.2rem;
    padding: 0.2rem 0.9rem 0 0.6rem;
  }
  .price_box_list.border-01::before, .price_box_list.border-02::before, .price_box_list.border-03::before, .price_box_list.border-04::before {
    height: 4px;
    bottom: -0.25rem;
  }
  .price_box_list.border-01::before {
    margin-left: -29.45%;
    left: 50%;
    width: 58.9%;
  }
  .price_box_list.border-02::before {
    height: 100%;
    top: 0;
    left: -0.5rem;
    width: 4px;
  }
  .price_box_list.border-03::before {
    margin-left: -25.2%;
    left: 50%;
    width: 50.4%;
  }
  .price_box_list.border-04::before {
    margin-left: -25.2%;
    left: 50%;
    width: 50.4%;
  }
}
.price_txt {
  order: 1;
}
@media screen and (min-width: 768px), print {
  .price_txt {
    order: inherit;
  }
  .price_txt .txt-01 {
    width: 4.2rem;
  }
  .price_txt .txt-02 {
    width: 4.4rem;
  }
  .price_txt .txt-03 {
    width: 3.6rem;
  }
  .price_txt .txt-04 {
    width: 3.4rem;
  }
  .price_txt .txt-05 {
    width: 3.6rem;
  }
  .price_txt .txt-06 {
    width: 4.4rem;
  }
  .price_txt .txt-07 {
    width: 4.4rem;
  }
  .price_txt .txt-08 {
    width: 4.25rem;
  }
  .price_txt .txt-09 {
    width: 4.25rem;
  }
  .price_txt .txt-10 {
    width: 4.3rem;
  }
}
.price_img {
  margin-top: 0.1rem;
  order: 2;
}
.price_img.illust01 {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.price_img.illust02 {
  padding-right: 0.1rem;
  padding-left: 0.1rem;
}
.price_img.illust03 {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.price_img.illust04 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.price_img.illust05 {
  padding-right: 0.15rem;
  padding-left: 0.15rem;
}
@media screen and (min-width: 768px), print {
  .price_img {
    order: inherit;
  }
  .price_img.illust01, .price_img.illust02, .price_img.illust03, .price_img.illust04, .price_img.illust05 {
    margin: 0;
    padding: 0;
  }
  .price_img.illust01 {
    margin-top: 0.5rem;
    width: 4rem;
  }
  .price_img.illust02 {
    width: 5rem;
  }
  .price_img.illust03 {
    margin-top: 0.1rem;
    width: 4.4rem;
  }
  .price_img.illust04 {
    width: 3.5rem;
  }
  .price_img.illust05 {
    width: 5rem;
  }
}

/* intro ----------*/
.intro_block {
  border: 2px solid #fff;
  border-radius: 0.25rem;
  color: #fff;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 6px;
}
@media screen and (min-width: 768px), print {
  .intro_block {
    border: 3px solid #fff;
    border-radius: 0.5rem;
    margin: 0 auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 10px;
    width: 8.7rem;
  }
}
.intro_box {
  position: relative;
}
.intro_box::before {
  content: "";
  display: block;
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: -7px;
  width: 7px;
}
.intro_box_inr {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.intro_box_ttl {
  font-size: 0.11rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.08rem;
}
.intro_box_name {
  font-size: 0.15rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.intro_box_name span {
  font-size: 0.11rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 0.15rem;
}
.intro_box_txt {
  font-size: 0.11rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: justify;
}
.intro_box_txt a {
  color: #fff;
  font-weight: 700;
}
.intro_box_txt + .intro_box_txt {
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px), print {
  .intro_box::before {
    left: -10px;
    width: 10px;
  }
  .intro_box_inr {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .intro_box_ttl {
    font-size: 0.17rem;
    letter-spacing: 0.3em;
    margin-bottom: 0.2rem;
  }
  .intro_box_name {
    font-size: 0.25rem;
  }
  .intro_box_name span {
    font-size: 0.2rem;
  }
  .intro_box_txt {
    font-size: 0.17rem;
  }
  .intro_box_txt + .intro_box_txt {
    line-height: 1.8;
    margin-top: 0.2rem;
  }
}

.caption {
  color: #fff;
  font-size: 0.1rem;
  font-weight: 600;
  padding: 0.1rem 0 0 0.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  .caption {
    font-size: 0.14rem;
    padding: 0.5rem 0 0.4rem;
    text-align: center;
  }
}
/*# sourceMappingURL=vol9.css.map */