/* mixin ----------*/
/* mixin ----------*/
/* amv ----------*/
.amv {
  background-color: #f9b4c0;
  /* sp ----------*/
}
.amv_contents {
  background: url(../img/vol3/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;
}
.amv_ttl {
  position: absolute;
  bottom: 1.08rem;
  left: 0.9rem;
  width: 4.6rem;
}
@media screen and (max-width: 768px) {
  .amv_contents {
    background: url(../img/vol3/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.36rem;
    left: 0;
    width: 100%;
  }
  .amv_contents_txt p {
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .amv_ttl {
    margin-left: -1.17rem;
    position: absolute;
    bottom: 0.66rem;
    left: 50%;
    width: 2.3rem;
  }
}

.sec {
  /* SP ----------*/
}
.sec_03 {
  background-color: #f9b4c0;
  padding: 0.5rem 0 0.7rem;
}
@media screen and (max-width: 768px) {
  .sec_03 {
    padding: 0.2rem 0 0.35rem;
  }
}

/* place----------*/
.place {
  /* SP ----------*/
}
.place_wrap {
  margin: 0 auto;
  padding: 0.2rem 0;
  position: relative;
  width: 83.2%;
  z-index: 1;
}
.place_wrap::before, .place_wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
.place_wrap::before {
  background: url(../img/vol3/place_wrap_bg01.png) top center no-repeat;
  background-size: contain;
  height: 21%;
  top: 0;
}
.place_wrap::after {
  background: url(../img/vol3/place_wrap_bg02.png) bottom center no-repeat;
  background-size: cover;
  height: 2.8%;
  bottom: 5px;
}
.place_ttl {
  color: #28558c;
  font-size: 0.38rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
  z-index: 1;
}
.place_block {
  background-color: #fff;
  border-right: 4px solid #f5f550;
  border-left: 4px solid #f5f550;
  display: flex;
  justify-content: space-between;
  margin: 0 0.37rem 0 0.38rem;
  padding: 0.7rem 0.5rem 0.3rem;
}
.place_num_ttl {
  margin-bottom: 0.12rem;
  text-align: center;
}
.place_num_ttl span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 0.13rem;
  position: relative;
}
.place_num_ttl span::before, .place_num_ttl span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.place_num_ttl.house01 span {
  color: #007197;
  padding-right: 0.05rem;
  padding-left: 0.5rem;
}
.place_num_ttl.house01 span::before {
  background: url(../img/vol3/place_num_ttl_01.svg) no-repeat;
  background-size: contain;
  height: 0.13rem;
  width: 100%;
}
.place_num_ttl.house01 span::after {
  background: url(../img/vol3/icon_house01.svg) no-repeat;
  background-size: contain;
  height: 0.4rem;
  top: -0.06rem;
  width: 0.4rem;
}
.place_num_ttl.house02 span {
  color: #942c60;
  padding-right: 0.05rem;
  padding-left: 0.36rem;
}
.place_num_ttl.house02 span::before {
  background: url(../img/vol3/place_num_ttl_02.svg) no-repeat;
  background-size: contain;
  height: 0.13rem;
  width: 100%;
}
.place_num_ttl.house02 span::after {
  background: url(../img/vol3/icon_house02.svg) no-repeat;
  background-size: contain;
  height: 0.5rem;
  top: -0.18rem;
  width: 0.3rem;
}
.place_num_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  position: relative;
}
.place_num_list::after {
  background-color: #faf532;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.place_num_list .lank {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #28558c !important;
  font-weight: 900;
  list-style: none;
  padding-left: 0.15rem;
  width: 16%;
}
@media screen and (max-width: 768px) {
  .place_num_list .lank {
    font-size: 0.14rem;
  }
}
.place_num_list .place {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-weight: 900;
  width: 53%;
}
@media screen and (max-width: 768px) {
  .place_num_list .place {
    font-size: 0.14rem;
  }
}
.place_num_list .percent {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.26rem;
  letter-spacing: 0.05em;
  text-align: right;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .place_num_list .percent {
    font-size: 0.14rem;
  }
}
.place_num_list.one {
  line-height: 1.5;
}
.place_num_list.one .lank b {
  font-size: 0.42rem;
  font-weight: 900;
  letter-spacing: 0.03rem;
}
.place_num_list.one .place {
  font-size: 0.35rem;
}
.place_box_01 {
  width: 60%;
}
.place_box_01 .place_num_list {
  color: #007197;
  padding-right: 10%;
}
.place_box_01 .place_num_list .percent {
  width: 20%;
}
.place_box_02 {
  width: 40%;
}
.place_box_02 .place_num_list {
  color: #942c60;
}
.place_box_02 .place_num_list .lank {
  display: none;
}
.place_box_02 .place_num_list .place {
  width: 70%;
}
.place_box_02 .place_num_list .percent {
  padding-right: 0.1rem;
}
.place_box_02 .place_num_list.one::before {
  color: transparent;
  content: "1";
  display: block;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.42rem;
}
.place_box_02 .place_num_list.one .place {
  margin-left: -0.2rem;
}
@media screen and (max-width: 768px) {
  .place_wrap {
    padding: 0.1rem 0;
    width: 94.3%;
  }
  .place_wrap::before {
    background: url(../img/vol3/place_wrap_bg01sp.png) top center no-repeat;
    background-size: cover;
    height: 10.8%;
  }
  .place_wrap::after {
    background: url(../img/vol3/place_wrap_bg02sp.png) bottom center no-repeat;
    background-size: cover;
    height: 1.9%;
    bottom: 2px;
  }
  .place_ttl {
    font-size: 0.17rem;
    letter-spacing: 0.03em;
    margin-bottom: 0.06rem;
  }
  .place_block {
    border-width: 2px;
    flex-wrap: wrap;
    margin: 0 5.8% 0 5.6%;
    padding: 0.3rem 0.2rem 0.15rem;
  }
  .place_num_ttl span {
    font-size: 0.1rem;
    padding-bottom: 0.13rem;
  }
  .place_num_ttl.house01 span {
    padding-right: 0.03rem;
    padding-left: 0.28rem;
  }
  .place_num_ttl.house01 span::after {
    height: 0.2rem;
    top: -0.03rem;
    width: 0.24rem;
  }
  .place_num_ttl.house02 span {
    padding-right: 0.03rem;
    padding-left: 0.2rem;
  }
  .place_num_ttl.house02 span::after {
    height: 0.3rem;
    top: -0.13rem;
    width: 0.17rem;
  }
  .place_num_list {
    padding: 0 7% 2px;
  }
  .place_num_list::after {
    height: 2px;
    bottom: 1px;
  }
  .place_num_list .lank {
    padding: 0;
    width: 22%;
  }
  .place_num_list .percent {
    font-size: 0.14rem;
    width: 25%;
  }
  .place_num_list.one .lank b {
    font-size: 0.2rem;
  }
  .place_num_list.one .place {
    font-size: 0.17rem;
  }
  .place_box_01 {
    width: 100%;
  }
  .place_box_01 .place_num_list {
    padding: 0 7% 2px;
  }
  .place_box_01 .place_num_list .percent {
    width: 25%;
  }
  .place_box_02 {
    margin-top: 0.3rem;
    width: 100%;
  }
  .place_box_02 .place_num_list .lank {
    display: block;
  }
  .place_box_02 .place_num_list .percent {
    padding: 0;
  }
  .place_box_02 .place_num_list.one {
    margin: 0;
  }
  .place_box_02 .place_num_list.one::before {
    display: none;
  }
  .place_box_02 .place_num_list.one .place {
    margin-left: 0;
  }
}

.caption {
  line-height: 1.6;
  margin: 0 auto;
  padding: 0.35rem 0;
  width: 77%;
  /* SP ----------*/
}
@media screen and (max-width: 768px) {
  .caption {
    font-size: 0.1rem;
    line-height: 1.4;
    padding: 0.2rem 0;
  }
}

/* reason----------*/
.reason {
  /* SP ----------*/
}
.reason_block {
  margin: 0 auto;
  width: 76.4%;
}
.reason_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.6rem 0 0 0;
  position: relative;
}
.reason_list + .reason_list {
  margin-top: 0.4rem;
}
.reason_list.list02 {
  padding: 0.7rem 0 0;
}
.reason_list.list03 {
  padding: 0.35rem 0 0;
}
.reason_list.list04 {
  padding: 1rem 0 0;
}
.reason_img {
  z-index: 1;
}
.reason_img.img01 {
  padding-top: 0.15rem;
  width: 27.1%;
}
.reason_img.img02 {
  padding-bottom: 0.5rem;
  width: 30.8%;
}
.reason_img.img03 {
  padding-left: 0.15rem;
  width: 32.2%;
}
.reason_img.img04 {
  width: 26.9%;
}
.reason_box_01, .reason_box_02, .reason_box_03, .reason_box_04 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  position: absolute;
  top: 0;
}
.reason_box_01 .maru, .reason_box_02 .maru, .reason_box_03 .maru, .reason_box_04 .maru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.28rem;
  font-weight: 700;
}
.reason_box_01::before, .reason_box_01::after, .reason_box_02::before, .reason_box_02::after, .reason_box_03::before, .reason_box_03::after, .reason_box_04::before, .reason_box_04::after {
  display: block;
  font-size: 0.7rem;
  height: 0.22rem;
  line-height: 1;
  position: absolute;
  width: 0.28rem;
}
.reason_box_01::before, .reason_box_02::before, .reason_box_03::before, .reason_box_04::before {
  content: "";
}
.reason_box_01::after, .reason_box_02::after, .reason_box_03::after, .reason_box_04::after {
  content: "";
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .reason_box_01, .reason_box_02, .reason_box_03, .reason_box_04 {
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    height: 1.47rem;
    margin: 0 !important;
    width: 100% !important;
  }
  .reason_box_01 .maru, .reason_box_02 .maru, .reason_box_03 .maru, .reason_box_04 .maru {
    font-size: 0.18rem;
  }
  .reason_box_01::before, .reason_box_01::after, .reason_box_02::before, .reason_box_02::after, .reason_box_03::before, .reason_box_03::after, .reason_box_04::before, .reason_box_04::after {
    height: 0.14rem;
    width: 0.18rem;
  }
  .reason_box_01::before, .reason_box_02::before, .reason_box_03::before, .reason_box_04::before {
    top: 0.15rem !important;
  }
  .reason_box_01::after, .reason_box_02::after, .reason_box_03::after, .reason_box_04::after {
    bottom: 0.3rem !important;
  }
}
.reason_box_01 {
  background: url(../img/vol3/reason_box_01.png) no-repeat;
  background-size: contain;
  color: #67a5da;
  margin: 0 0.4rem 0 0;
  padding: 0.32rem 0.2rem 0.75rem;
  right: 0;
  width: 70.9%;
}
.reason_box_01::before, .reason_box_01::after {
  background: url(../img/vol3/icon_comma01.svg) no-repeat;
  background-size: cover;
}
.reason_box_01::before {
  top: 0.4rem;
  left: 0.6rem;
}
.reason_box_01::after {
  right: 0.63rem;
  bottom: 0.75rem;
}
.reason_box_02 {
  background: url(../img/vol3/reason_box_02.png) no-repeat;
  background-size: contain;
  color: #64c0ab;
  margin: 0 0 0 0.5rem;
  padding: 0.3rem 0.4rem 0.77rem 0.65rem;
  left: 0;
  width: 69.7%;
}
.reason_box_02::before, .reason_box_02::after {
  background: url(../img/vol3/icon_comma02.svg) no-repeat;
  background-size: cover;
}
.reason_box_02::before {
  top: 0.4rem;
  left: 0.5rem;
}
.reason_box_02::after {
  bottom: 0.75rem;
  right: 0.7rem;
}
.reason_box_03 {
  background: url(../img/vol3/reason_box_03.png) no-repeat;
  background-size: contain;
  color: #f6ae54;
  margin: 0 1.2rem 0 0;
  padding: 0.35rem 0.7rem 0.72rem;
  right: 0;
  width: 56.9%;
}
.reason_box_03::before, .reason_box_03::after {
  background: url(../img/vol3/icon_comma03.svg) no-repeat;
  background-size: cover;
}
.reason_box_03::before {
  top: 0.45rem;
  left: 0.5rem;
}
.reason_box_03::after {
  right: 0.78rem;
  bottom: 0.73rem;
}
.reason_box_04 {
  background: url(../img/vol3/reason_box_04.png) no-repeat;
  background-size: contain;
  color: #f0a5af;
  margin: 0 0 0 0.5rem;
  padding: 0.3rem 0.6rem 0.77rem 0.75rem;
  left: 0;
  width: 72.3%;
}
.reason_box_04::before, .reason_box_04::after {
  background: url(../img/vol3/icon_comma04.svg) no-repeat;
  background-size: cover;
}
.reason_box_04::before {
  top: 0.38rem;
  left: 0.45rem;
}
.reason_box_04::after {
  right: 0.65rem;
  bottom: 0.7rem;
}
.reason_answer_01, .reason_answer_02, .reason_answer_03, .reason_answer_04 {
  font-size: 0.2rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
  padding: 0.3rem 0.5rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .reason_answer_01, .reason_answer_02, .reason_answer_03, .reason_answer_04 {
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding: 0.12rem 0.1rem;
  }
}
.reason_answer_01 {
  background-color: #b3d2ec;
  width: 58.4%;
}
.reason_answer_02 {
  background-color: #b1dfd5;
  width: 58.4%;
}
.reason_answer_03 {
  background-color: #fad6a9;
  width: 58.4%;
}
.reason_answer_04 {
  background-color: #f7d2d7;
  width: 58.4%;
}
@media screen and (max-width: 768px) {
  .reason_block {
    width: 100%;
  }
  .reason_list {
    padding: 1.23rem 0 0;
  }
  .reason_list.list02, .reason_list.list03, .reason_list.list04 {
    padding: 1.23rem 0 0;
  }
  .reason_img {
    position: absolute;
    bottom: 0;
  }
  .reason_img.img01 {
    bottom: -10px;
    width: 38.5%;
  }
  .reason_img.img02 {
    padding: 0;
    right: 0;
    width: 41.6%;
  }
  .reason_img.img03 {
    padding: 0;
    bottom: -10px;
    width: 42.2%;
    z-index: 2;
  }
  .reason_img.img04 {
    right: -4px;
    bottom: 10px;
    width: 37.5%;
  }
  .reason_box_01 {
    background: url(../img/vol3/reason_box_01sp.png) no-repeat;
    background-size: cover;
    padding: 0.1rem 0.1rem 0.25rem 0.15rem;
  }
  .reason_box_01::before {
    left: 0.08rem;
  }
  .reason_box_01::after {
    right: 0.1rem;
  }
  .reason_box_02 {
    background: url(../img/vol3/reason_box_02sp.png) no-repeat;
    background-size: cover;
    padding: 0.25rem 0.2rem 0.45rem 0.38rem;
  }
  .reason_box_02::before {
    left: 0.18rem;
  }
  .reason_box_02::after {
    right: 0.18rem;
  }
  .reason_box_03 {
    background: url(../img/vol3/reason_box_03sp.png) no-repeat;
    background-size: cover;
    padding: 0.1rem 0.5rem 0.3rem 0.4rem;
  }
  .reason_box_03::before {
    left: 0.25rem;
  }
  .reason_box_03::after {
    right: 0.25rem;
  }
  .reason_box_04 {
    background: url(../img/vol3/reason_box_04sp.png) no-repeat;
    background-size: cover;
    padding: 0.1rem 0.45rem 0.3rem;
  }
  .reason_box_04::before {
    left: 0.25rem;
  }
  .reason_box_04::after {
    right: 0.35rem;
  }
  .reason_answer_01, .reason_answer_03 {
    margin-right: 3%;
    margin-left: auto;
  }
  .reason_answer_02, .reason_answer_04 {
    margin-left: 3%;
  }
}
/*# sourceMappingURL=vol3.css.map */