@charset "UTF-8";
/* mixin ----------*/
/* mixin ----------*/
/* amv ----------*/
.amv {
  background-color: #37bdd1;
}
.amv_contents {
  background: url(../img/vol7/mv_bg.png) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding-bottom: 41.5%;
  position: relative;
  width: 10rem;
}
.amv_contents_txt {
  margin-left: -2.5rem;
  position: absolute;
  bottom: 2.4rem;
  left: 32%;
  width: 5rem;
}
.amv_contents_txt p {
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .amv_contents {
    background: url(../img/vol7/mv_bg_sp.png) top center no-repeat;
    background-size: cover;
    padding-bottom: 81.5%;
    width: 100%;
  }
  .amv_contents_txt {
    margin-left: 0;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
  }
  .amv_contents_txt p {
    font-size: 0.12rem;
    letter-spacing: 0;
  }
}
.amv_ttl {
  position: absolute;
  bottom: 1.1rem;
  left: 1.6rem;
  width: 3.2rem;
}
@media screen and (max-width: 768px) {
  .amv_ttl {
    margin-left: -0.75rem;
    bottom: 0.8rem;
    left: 50%;
    width: 1.7rem;
  }
}

.sec_07 {
  background-color: #37bdd1;
  padding: 0.3rem 0 0.8rem;
}
@media screen and (max-width: 768px) {
  .sec_07 {
    padding: 0 0 0.2rem;
  }
}
.sec_07_ttl {
  color: #f8ec00;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-bottom: 0.35rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_07_ttl {
    font-size: 0.3rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .sec_07_ttl + .contents {
    margin-top: 0.4rem;
  }
}
.sec_07_ttl span {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sec_07_ttl span {
    display: inline-block;
    line-height: 0;
    width: 1.8rem;
  }
  .sec_07_ttl span img {
    width: 100%;
  }
}

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

/* ancr ----------*/
.ancr_box {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.4rem;
  width: 8.3rem;
}
@media screen and (max-width: 768px) {
  .ancr_box {
    margin-bottom: 0.25rem;
    width: 100%;
  }
}
.ancr_list {
  padding-right: 4px;
  padding-bottom: 4px;
  position: relative;
  width: 48%;
  z-index: 1;
}
.ancr_list::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 0.15rem;
  height: calc(100% - 4px);
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 4px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .ancr_list {
    padding-right: 2px;
    padding-bottom: 2px;
  }
  .ancr_list::before {
    border-radius: 0.08rem;
  }
}
.ancr_list a {
  background-color: #e5f6ef;
  border: #30a85f 4px solid;
  border-radius: 0.15rem;
  color: #30a85f;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.33rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.25rem 0.1rem;
  position: relative;
  text-align: center;
}
.ancr_list a:hover {
  right: -4px;
  bottom: -4px;
}
@media screen and (max-width: 768px) {
  .ancr_list a {
    border-width: 2px;
    border-radius: 0.08rem;
    font-size: 0.13rem;
    padding: 0.1rem;
  }
}
.ancr_list:nth-of-type(2) a {
  background-color: #f9edf5;
  border: #c14d96 4px solid;
  color: #c14d96;
}
@media screen and (max-width: 768px) {
  .ancr_list:nth-of-type(2) a {
    border-width: 2px;
  }
}

/* contents ----------*/
.contents {
  background-color: #f3f3e9;
  border-radius: 0.5rem;
  position: relative;
}
.contents::before {
  content: "";
  display: block;
  background-image: url(../img/vol7/illust01.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 3.09rem;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 3.34rem;
}
@media screen and (min-width: 768px), print {
  .contents {
    padding: 1.48rem 0.85rem 0.5rem;
  }
  .contents + .contents {
    margin-top: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    border-radius: 0.25rem;
    padding-top: 0.7rem;
  }
  .contents::before {
    height: 1.7rem;
    top: 2.15rem;
    left: 0;
    width: 2rem;
  }
  .contents + .contents {
    margin-top: 0.4rem;
  }
}
.contents_ttl {
  background-color: #30a85f;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.38rem;
  font-weight: 900;
  height: 1rem;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents_ttl {
    border-radius: 0.25rem 0.25rem 0 0;
    font-size: 0.19rem;
    height: 0.5rem;
    letter-spacing: 0.1em;
  }
}
.contents_ttl .icon {
  fill: #fff;
  padding-right: 0.2rem;
}
.contents_ttl .icon.house {
  height: 0.54rem;
}
.contents_ttl .icon.house svg {
  height: 0.54rem;
  width: 0.58rem;
}
.contents_ttl .icon.mansion {
  height: 0.71rem;
}
.contents_ttl .icon.mansion svg {
  height: 0.71rem;
  width: 0.43rem;
}
@media screen and (max-width: 768px) {
  .contents_ttl .icon {
    padding-right: 0.1rem;
  }
  .contents_ttl .icon.house {
    height: 0.27rem;
  }
  .contents_ttl .icon.house svg {
    height: 0.27rem;
    width: 0.29rem;
  }
  .contents_ttl .icon.mansion {
    height: 0.35rem;
  }
  .contents_ttl .icon.mansion svg {
    height: 0.35rem;
    width: 0.21rem;
  }
}
.contents .readtxt {
  text-align: justify;
}
.contents .readtxt span {
  color: #30a85f;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .contents .readtxt {
    font-size: 0.2rem;
    letter-spacing: 0.08em;
    line-height: 1.9;
    margin-bottom: 0.4rem;
    margin-left: auto;
    width: 74.2%;
  }
  .contents .readtxt span {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  .contents .readtxt {
    font-size: 0.13rem;
    letter-spacing: 0.11em;
    line-height: 1.6;
    padding: 0 0.2rem 1.65rem;
  }
  .contents .readtxt span {
    letter-spacing: 0.11em;
  }
}

/* element ----------*/
.element_wrap {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .element_wrap {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .element_wrap {
    flex-direction: column;
  }
}
.element_block {
  background-color: #fff;
  margin-top: 0.32rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .element_block {
    margin-bottom: 0.5rem;
    padding-top: 0.55rem;
    padding-right: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.4rem;
    width: 31.6%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .element_block:nth-of-type(2), .element_block:nth-of-type(6) {
    padding-top: 0.7rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .element_block:nth-of-type(3) {
    padding-right: 0;
    padding-left: 0;
  }
  .element_block:nth-of-type(3) .element_list h4, .element_block:nth-of-type(3) .element_list .timing_list, .element_block:nth-of-type(3) .element_list .timing_img {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .element_block:nth-of-type(3) .element_list h4.right-none, .element_block:nth-of-type(3) .element_list .timing_list.right-none, .element_block:nth-of-type(3) .element_list .timing_img.right-none {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .element_block {
    margin-top: 0;
    padding-top: 0.4rem;
    padding-right: 0.25rem;
    padding-bottom: 0.4rem;
    padding-left: 0.25rem;
    position: relative;
  }
  .element_block:nth-of-type(2) {
    background-color: #fff;
    order: 5;
    padding-top: 0.6rem;
  }
  .element_block:nth-of-type(2) .timing_img {
    top: 0.6rem;
  }
  .element_block:nth-of-type(3) {
    background-color: #f3f3e9;
    order: 4;
  }
  .element_block:nth-of-type(4) {
    background-color: #fff;
    order: 3;
  }
  .element_block:nth-of-type(5) {
    background-color: #f3f3e9;
    order: 2;
  }
  .element_block:nth-of-type(6) {
    background-color: #f3f3e9;
    order: 6;
    padding-top: 0.6rem;
  }
  .element_block:nth-of-type(6) .timing_img {
    top: 0.6rem;
  }
}
.element_ttl {
  color: #f8ec00;
  font-size: 0.3rem;
  font-weight: 700;
  height: 0.63rem;
  letter-spacing: 0.5em;
  position: absolute;
  top: -0.32rem;
  left: 0;
  text-indent: 0.5em;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.element_ttl::before {
  content: "";
  display: block;
  background-image: url(../img/vol7/ttl03-2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.element_ttl small {
  display: inline-block;
  font-size: 0.23rem;
  letter-spacing: 0.4em;
  margin-left: -1em;
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .element_ttl {
    font-size: 0.21rem;
    height: 0.45rem;
    line-height: 2.1;
    top: -0.21rem;
  }
  .element_ttl small {
    font-size: 0.16rem;
  }
}
.element_ttl.long::before {
  background-image: url(../img/vol7/ttl03-4.svg);
}
.element_list + .element_list {
  margin-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .element_list {
    display: flex;
    flex-wrap: wrap;
  }
  .element_list + .element_list {
    margin-top: 0.15rem;
  }
  .element_list h4, .element_list p, .element_list .timing_list {
    padding-right: 50%;
  }
}
.element_list h4 {
  color: #30a85f;
  font-size: 0.25rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 0.05rem;
}
.element_list h4 small {
  font-size: 0.2rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .element_list h4 {
    font-size: 0.19rem;
    line-height: 1.2;
  }
  .element_list h4 small {
    font-size: 0.14rem;
  }
}
.element_list .tx {
  font-size: 0.13rem;
  line-height: 1.3;
  margin-bottom: 0.05rem;
}
@media screen and (min-width: 768px), print {
  .element_list .tx {
    font-size: 0.15rem;
    margin-top: 0.05rem;
  }
}
@media screen and (max-width: 768px) {
  .element_list .timing_list {
    margin-top: 0.03rem;
  }
}
.element_list .timing_list .list {
  font-size: 0.13rem;
  font-weight: 600;
}
.element_list .timing_list .list b {
  color: #30a85f;
  font-size: 0.19rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
.element_list .timing_list .list b small {
  font-size: 0.13rem;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .element_list .timing_list .list {
    font-size: 0.18rem;
    letter-spacing: 0.08em;
    position: relative;
  }
  .element_list .timing_list .list b {
    font-size: 0.26rem;
  }
  .element_list .timing_list .list b small {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .element_list .timing_list .list {
    color: #3e3a39;
  }
}
@media screen and (min-width: 768px), print {
  .element_list .timing_img {
    margin-top: 0.05rem;
  }
}
@media screen and (max-width: 768px) {
  .element_list .timing_img {
    position: absolute;
    top: 0.4rem;
    right: 0.25rem;
    width: 38%;
  }
}

/* mansion ----------*/
.contents.mansion {
  margin-bottom: 0.7rem;
}
.contents.mansion::before {
  display: none;
}
@media screen and (min-width: 768px), print {
  .contents.mansion {
    overflow: hidden;
  }
  .contents.mansion::before {
    content: "";
    display: block;
    background-image: url(../img/vol7/illust02.png);
    height: 7.28rem;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 2.35rem;
  }
}
@media screen and (max-width: 768px) {
  .contents.mansion {
    margin-bottom: 0.1rem;
  }
}
.contents.mansion .contents_ttl {
  background-color: #c14d96;
}
.contents.mansion .readtxt span {
  color: #c14d96;
}
@media screen and (min-width: 768px), print {
  .contents.mansion .readtxt {
    letter-spacing: 0;
    margin-left: 0;
    margin-bottom: 0.5rem;
    width: 81.6%;
  }
  .contents.mansion .readtxt span {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .contents.mansion .readtxt {
    letter-spacing: 0.06em;
    padding: 0 0.2rem 0.4rem;
  }
  .contents.mansion .readtxt span {
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 768px), print {
  .mansion .element_block {
    margin-bottom: 0;
    width: 81.6%;
  }
}
@media screen and (max-width: 768px) {
  .mansion .element_block {
    border-radius: 0 0 0.25rem 0.25rem;
    padding-top: 0.2rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px), print {
  .mansion .element_box {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .mansion .element_box {
    border-radius: 0 0 0.25rem 0;
    overflow: hidden;
    padding-right: 0.35rem;
    padding-bottom: 0.15rem;
    padding-left: 0.35rem;
    position: relative;
  }
  .mansion .element_box::before {
    content: "";
    display: block;
    background-image: url(../img/vol7/illust02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 4.44rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.32rem;
  }
}
.mansion .element_ttl {
  font-size: 0.43rem;
  height: 0.9rem;
  letter-spacing: 0.1em;
  top: -0.45rem;
  text-indent: 0.1em;
}
.mansion .element_ttl::before {
  background-image: url(../img/vol7/ttl03-8.svg);
}
@media screen and (max-width: 768px) {
  .mansion .element_ttl {
    font-size: 0.21rem;
    height: 0.45rem;
    top: -0.22rem;
  }
}
.mansion .element_list {
  width: 45%;
}
.mansion .element_list + .element_list {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mansion .element_list {
    width: 60%;
  }
  .mansion .element_list h4, .mansion .element_list p, .mansion .element_list .timing_list {
    padding-right: 0;
  }
}
.mansion .element_list h4 {
  border-bottom: #c14d96 3px solid;
  color: #c14d96;
  font-size: 0.32rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.15rem;
  padding-top: 0.2rem;
  padding-bottom: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mansion .element_list h4 {
    border-width: 2px;
    font-size: 0.16rem;
    margin-bottom: 0.08rem;
    padding-right: 0;
    width: 100%;
  }
}
.mansion .element_list .tx {
  font-size: 0.2rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .mansion .element_list .tx {
    font-size: 0.13rem;
    line-height: 1.3;
    margin-bottom: 0.1rem;
  }
}
.mansion .element_list .timing_list {
  display: flex;
  flex-wrap: wrap;
}
.mansion .element_list .timing_list li {
  color: #c14d96;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-right: 0.15rem;
}
@media screen and (max-width: 768px) {
  .mansion .element_list .timing_list li {
    font-size: 0.13rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

/* point ----------*/
.point {
  background-color: #30a85f;
  color: #fff;
  padding: 0.4rem;
  position: relative;
}
.point::before {
  content: "";
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #f8ec00 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .point {
    border-radius: 0 0 0.25rem 0.25rem;
  }
  .point::before {
    border-width: 60px 60px 0 0;
  }
}
.point_ttl {
  color: #fff;
  font-size: 0.38rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point_ttl {
    font-size: 0.19rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin-bottom: 0.2rem;
  }
}
.point_list h3 {
  border-bottom: #fff 3px solid;
  color: #f8ec00;
  font-size: 0.26rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-bottom: 0.2rem;
  text-align: center;
}
.point_list h3 b {
  font-size: 0.36rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .point_list h3 {
    border-width: 2px;
    font-size: 0.16rem;
    margin: 0 0.4rem;
    padding-bottom: 0.1rem;
  }
  .point_list h3 b {
    font-size: 0.22rem;
  }
}
.point_list p {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.15rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .point_list p {
    font-size: 0.13rem;
    margin-top: 0.1rem;
  }
}
@media screen and (min-width: 768px), print {
  .point_box {
    display: flex;
    justify-content: space-between;
  }
  .point_list {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .point {
    padding: 0.25rem;
  }
  .point_list + .point_list {
    margin-top: 0.35rem;
  }
}

/* other ----------*/
.caption {
  position: relative;
  font-size: 0.14rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.caption::before {
  content: "＊";
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .caption {
    padding-left: 0.15rem;
  }
  .caption::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .caption {
    font-size: 0.12rem;
    line-height: 1.5;
    text-align: left;
  }
}
.caption02 {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.caption03 {
  position: relative;
  font-size: 0.14rem;
  margin-top: 0.3rem;
  margin-bottom: 0;
}
.caption03::before {
  content: "＊";
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .caption03 {
    padding-left: 0.15rem;
  }
  .caption03::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .caption03 {
    font-size: 0.12rem;
    margin-top: 0.1rem;
    line-height: 1.3;
  }
}
/*# sourceMappingURL=vol7.css.map */