/* amv ----------*/
.amv {
  background-color: #f5f550;
}
.amv_contents {
  background: url(../img/vol2/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.35rem;
  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.1rem;
  left: 1.65rem;
  width: 3.1rem;
}

.sec_02 {
  background-color: #f5f550;
  padding: 0.3rem 0;
}

/*  ----------*/
/* .read_block ----------*/
.read_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.5rem 0 0.8rem;
}
.read_block_txt {
  width: 49%;
}
.read_block_txt_ttl {
  background: url(../img/vol2/read_fukidashi_bg.png) no-repeat;
  background-size: cover;
  color: #eb6168;
  font-size: 0.48rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0.55rem 0.2rem 0.55rem 0.7rem;
  width: 5rem;
}
.read_block_txt_ttl span {
  font-weight: 600;
}
.read_block_txt p {
  font-size: 0.2rem;
  line-height: 1.9;
  margin: 0 auto;
  padding-top: 0.2rem;
  width: 4.3rem;
}
@media screen and (max-width: 768px) {
  .read_block_txt p {
    font-size: 0.14rem;
    line-height: 1.7;
  }
}
.read_block_txt_img {
  width: 49%;
}

/* .lifespan ----------*/
.lifespan_block {
  margin-top: 0.2rem;
  padding: 0.24rem 0.5rem 0 0.6rem;
  position: relative;
}
.lifespan_ttl {
  line-height: 1;
  margin-left: -2.36rem;
  position: absolute;
  top: 0;
  left: 50%;
}
.lifespan_ttl span {
  background-color: #f5f550;
  color: #00b3c4;
  font-size: 0.48rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  padding: 0 0.2rem;
}
.lifespan_inr {
  border: 0.1rem solid #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 0.7rem;
}
.lifespan_txt {
  width: 45%;
}
.lifespan_txt p {
  font-size: 0.2rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .lifespan_txt p {
    font-size: 0.14rem;
    line-height: 1.7;
  }
}
.lifespan_img {
  width: 48%;
}

/* .merit ----------*/
.merit_block {
  padding: 0.8rem 0 0;
}
.merit_block_ttl {
  color: #00b3c4;
  font-size: 0.48rem;
  font-weight: 600;
  text-align: center;
}
.merit_block_ttl span {
  font-weight: 600;
}
.merit_read_txt {
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
  text-align: center;
}
.merit_box {
  background-color: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .merit_box {
    border-radius: 0.25rem;
  }
}
.merit_box::before, .merit_box::after {
  content: "";
  display: block;
  height: 2.5rem;
  position: absolute;
  width: 2.5rem;
}
.merit_box_inr {
  position: relative;
  z-index: 1;
}
.merit_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.merit_list::after {
  content: "";
  display: none;
  height: 0.7rem;
  position: absolute;
  bottom: 0.25rem;
  left: 0.6rem;
  width: calc(100% - 1.2rem);
}
.merit_list_txt {
  width: 51%;
}
.merit_list_txt p {
  font-size: 0.2rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .merit_list_txt p {
    font-size: 0.14rem;
    line-height: 1.7;
  }
}
.merit_list_ttl_p01, .merit_list_ttl_p02, .merit_list_ttl_p03 {
  font-size: 0.28rem;
  font-weight: 600;
  color: #00b3c4;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  padding-top: 0.75rem;
  position: relative;
  text-align: center;
}
.merit_list_ttl_p01::before, .merit_list_ttl_p02::before, .merit_list_ttl_p03::before {
  content: "";
  display: block;
  height: 0.56rem;
  margin-left: -0.61rem;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.22rem;
}
.merit_list_ttl_p01::before {
  background: url(../img/vol2/point_1_blue.svg) no-repeat;
  background-size: cover;
}
.merit_list_ttl_p02::before {
  background: url(../img/vol2/point_2_blue.svg) no-repeat;
  background-size: cover;
}
.merit_list_ttl_p03::before {
  background: url(../img/vol2/point_3_blue.svg) no-repeat;
  background-size: cover;
}
.merit_list_img {
  width: 49%;
}
.merit_list.shuffle .merit_list_txt {
  order: 2;
}
.merit_list.shuffle .merit_list_img {
  order: 1;
}
.merit_list.shuffle .merit_list::after {
  background: url(../img/vol2/bdr_02.svg) no-repeat;
  background-size: contain;
}
.merit_wrap {
  /* .merit_wrap_01 ----------*/
  /* .merit_wrap_02 ----------*/
}
.merit_wrap_ttl {
  color: #fff;
  font-size: 0.32rem;
  font-weight: 900;
  line-height: 1;
  margin-left: -3.5rem;
  padding: 0.14rem;
  position: absolute;
  top: 0.18rem;
  left: 50%;
  text-align: center;
  width: 7rem;
  z-index: 1;
}
.merit_wrap_01, .merit_wrap_02 {
  margin-top: 0.35rem;
  margin-bottom: 0.7rem;
  padding: 0.5rem 0.5rem 0;
  position: relative;
}
.merit_wrap_01::before, .merit_wrap_01::after {
  content: "";
  display: block;
  height: 2.5rem;
  position: absolute;
  width: 2.5rem;
}
.merit_wrap_01::before {
  background: url(../img/vol2/point_box_ornament01.png) no-repeat;
  background-size: cover;
  top: 0.5rem;
  left: 0.5rem;
  transform: rotate(-90deg);
}
.merit_wrap_01::after {
  background: url(../img/vol2/point_box_ornament01.png) no-repeat;
  background-size: cover;
  top: 0.5rem;
  right: 0.5rem;
}
.merit_wrap_01 .merit_box {
  padding: 1rem 1.5rem 0.6rem;
}
.merit_wrap_01 .merit_box::before {
  background: url(../img/vol2/point_box_ornament01.png) no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0.5rem;
  transform: rotate(-180deg);
}
.merit_wrap_01 .merit_box::after {
  background: url(../img/vol2/point_box_ornament01.png) no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0.5rem;
  transform: rotate(90deg);
}
.merit_wrap_01 .merit_wrap_ttl {
  background: url(../img/vol2/point_box_ttl_bg01.svg) no-repeat;
  background-size: cover;
  transform: rotate(-5deg);
}
.merit_wrap_01 .merit_list::after {
  background: url(../img/vol2/bdr_01.svg) no-repeat;
  background-size: contain;
}
.merit_wrap_01 .merit_list:nth-of-type(1), .merit_wrap_01 .merit_list:nth-of-type(2) {
  padding-bottom: 1.1rem;
}
.merit_wrap_01 .merit_list:nth-of-type(1)::after, .merit_wrap_01 .merit_list:nth-of-type(2)::after {
  display: block;
}
.merit_wrap_01 .merit_list:nth-of-type(1) .merit_list_img {
  padding: 0.5rem 0 0 0.1rem;
}
.merit_wrap_01 .merit_list:nth-of-type(2) .merit_list_img {
  padding: 0 0.65rem 0 0.5rem;
}
.merit_wrap_01 .merit_list:nth-of-type(2)::after {
  transform: rotate(10deg);
}
.merit_wrap_01 .merit_list:nth-of-type(3) .merit_list_img {
  padding: 0 0.7rem 0.25rem 0.4rem;
}
.merit_wrap_02::before, .merit_wrap_02::after {
  content: "";
  display: block;
  height: 2.5rem;
  position: absolute;
  width: 2.5rem;
}
.merit_wrap_02::before {
  background: url(../img/vol2/point_box_ornament02.png) no-repeat;
  background-size: cover;
  top: 0.5rem;
  left: 0.5rem;
  transform: rotate(-90deg);
}
.merit_wrap_02::after {
  background: url(../img/vol2/point_box_ornament02.png) no-repeat;
  background-size: cover;
  top: 0.5rem;
  right: 0.5rem;
}
.merit_wrap_02 .merit_box {
  padding: 1rem 1.5rem;
}
.merit_wrap_02 .merit_box::before {
  background: url(../img/vol2/point_box_ornament02.png) no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0.5rem;
  transform: rotate(-180deg);
}
.merit_wrap_02 .merit_box::after {
  background: url(../img/vol2/point_box_ornament02.png) no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0.5rem;
  transform: rotate(90deg);
}
.merit_wrap_02 .merit_wrap_ttl {
  background: url(../img/vol2/point_box_ttl_bg02.svg) no-repeat;
  background-size: cover;
  transform: rotate(5deg);
}
.merit_wrap_02 .merit_list::after {
  background: url(../img/vol2/bdr_02.svg) no-repeat;
  background-size: contain;
}
.merit_wrap_02 .merit_list:nth-of-type(1), .merit_wrap_02 .merit_list:nth-of-type(2) {
  padding-bottom: 1.1rem;
}
.merit_wrap_02 .merit_list:nth-of-type(1)::after, .merit_wrap_02 .merit_list:nth-of-type(2)::after {
  display: block;
}
.merit_wrap_02 .merit_list:nth-of-type(1) .merit_list_img {
  padding: 0 0.6rem;
}
.merit_wrap_02 .merit_list:nth-of-type(2) .merit_list_img {
  padding: 0.5rem 0.6rem 0 0.2rem;
}
.merit_wrap_02 .merit_list:nth-of-type(2)::after {
  transform: rotate(-10deg);
}
.merit_wrap_02 .merit_list:nth-of-type(3) .merit_list_img {
  padding: 0.2rem 0.5rem 0 0.5rem;
}
.merit_wrap_02 .merit_list_ttl_p01, .merit_wrap_02 .merit_list_ttl_p02, .merit_wrap_02 .merit_list_ttl_p03 {
  color: #eb6168;
}
.merit_wrap_02 .merit_list_ttl_p01::before {
  background: url(../img/vol2/point_1_red.svg) no-repeat;
  background-size: cover;
}
.merit_wrap_02 .merit_list_ttl_p02::before {
  background: url(../img/vol2/point_2_red.svg) no-repeat;
  background-size: cover;
}
.merit_wrap_02 .merit_list_ttl_p03::before {
  background: url(../img/vol2/point_3_red.svg) no-repeat;
  background-size: cover;
}

.last_txt {
  margin: 0 auto;
  padding-bottom: 0.4rem;
  width: 8.47rem;
}

/* other ----------*/
.blue {
  color: #00b3c4;
}

.red {
  color: #eb6168;
}

/*--------------------------------
	SP
--------------------------------*/
@media screen and (max-width: 768px) {
  /* amv ----------*/
  .amv_contents {
    background: url(../img/vol2/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.4rem;
    left: 0;
    width: 100%;
  }
  .amv_contents_txt p {
    font-size: 0.13rem;
    line-height: 1.45;
  }
  .amv_ttl {
    margin-left: -0.95rem;
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    width: 1.9rem;
  }

  .sec_02 {
    padding: 0.05rem 0 0.1rem;
  }

  /* .read_block ----------*/
  .read_block {
    flex-direction: column;
    padding: 0;
    position: relative;
  }
  .read_block::after {
    background: url(../img/vol2/read_txt_img.png) no-repeat;
    background-size: cover;
    content: "";
    display: block;
    margin-left: -0.2rem;
    padding-bottom: 120%;
    width: calc(100% + 0.4rem);
  }
  .read_block_txt {
    width: 100%;
  }
  .read_block_txt_ttl {
    background-size: contain;
    font-size: 0.28rem;
    padding: 0.45rem 0.5rem 0.4rem;
    width: 100%;
  }
  .read_block_txt p {
    padding: 0.05rem 0.07rem 0;
    width: 100%;
  }
  .read_block_txt_img {
    display: none;
  }

  /* .lifespan_block ----------*/
  .lifespan_block {
    padding: 0.15rem 0;
  }
  .lifespan_ttl {
    margin-left: -1.48rem;
  }
  .lifespan_ttl span {
    font-size: 0.3rem;
    letter-spacing: 0.02rem;
    padding: 0 0.05rem;
  }
  .lifespan_inr {
    border: 0.03rem solid #fff;
    border-radius: 0.1rem;
    flex-direction: column;
    padding: 0.3rem 0.2rem 0.2rem;
  }
  .lifespan_txt, .lifespan_img {
    width: 100%;
  }
  .lifespan_txt {
    margin-bottom: 0.1rem;
  }
  .lifespan_img {
    padding: 0 0.2rem;
  }

  /* .merit_block ----------*/
  .merit_block {
    padding: 0.2rem 0 0;
  }
  .merit_block_ttl {
    font-size: 0.29rem;
  }
  .merit_read_txt {
    font-size: 0.14rem;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
  }
  .merit_box::before, .merit_box::after {
    display: none;
  }
  .merit_list {
    flex-direction: column;
  }
  .merit_list::after {
    height: 0.1rem;
    margin-left: -35%;
    position: absolute;
    bottom: 0.18rem;
    left: 50%;
    width: 70%;
  }
  .merit_list_txt, .merit_list_img {
    width: 100%;
  }
  .merit_list_txt p {
    font-size: 0.13rem;
    line-height: 1.5;
  }
  .merit_list_ttl_p01, .merit_list_ttl_p02, .merit_list_ttl_p03 {
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.05rem;
    padding-top: 0.35rem;
  }
  .merit_list_ttl_p01::before, .merit_list_ttl_p02::before, .merit_list_ttl_p03::before {
    height: 0.3rem;
    margin-left: -0.325rem;
    width: 0.65rem;
  }
  .merit_list.shuffle .merit_list_txt {
    order: 1;
  }
  .merit_list.shuffle .merit_list_img {
    order: 2;
  }
  .merit_wrap {
    /* .merit_wrap_01 ----------*/
    /* .merit_wrap_02 ----------*/
  }
  .merit_wrap_ttl {
    font-size: 0.19rem;
    letter-spacing: 0.01rem;
    margin-left: -70%;
    padding: 0.11rem;
    top: 0.25rem;
    width: 140%;
  }
  .merit_wrap_01, .merit_wrap_02 {
    margin-top: 0;
    padding: 0.5rem 0 0;
  }
  .merit_wrap_01::before, .merit_wrap_01::after, .merit_wrap_02::before, .merit_wrap_02::after {
    display: none;
  }
  .merit_wrap_01 {
    margin-bottom: 0.01rem;
  }
  .merit_wrap_01 .merit_box {
    padding: 0.35rem 0.2rem 0.25rem;
  }
  .merit_wrap_01 .merit_wrap_ttl {
    background: #00b3c4;
  }
  .merit_wrap_01 .merit_list::after {
    background: url(../img/vol2/bdr_01_sp.svg) no-repeat;
    background-size: contain;
  }
  .merit_wrap_01 .merit_list:nth-of-type(1), .merit_wrap_01 .merit_list:nth-of-type(2) {
    padding-bottom: 0.4rem;
  }
  .merit_wrap_01 .merit_list:nth-of-type(1) .merit_list_img {
    padding: 0 0.5rem;
  }
  .merit_wrap_01 .merit_list:nth-of-type(2) .merit_list_img {
    padding: 0 0.7rem;
  }
  .merit_wrap_01 .merit_list:nth-of-type(2)::after {
    transform: rotate(0);
  }
  .merit_wrap_01 .merit_list:nth-of-type(3) .merit_list_img {
    padding: 0 0.7rem;
  }
  .merit_wrap_02 {
    margin-bottom: 0.3rem;
  }
  .merit_wrap_02 .merit_box {
    padding: 0.35rem 0.2rem 0.4rem;
  }
  .merit_wrap_02 .merit_wrap_ttl {
    background: #eb6168;
  }
  .merit_wrap_02 .merit_list::after {
    background: url(../img/vol2/bdr_02_sp.svg) no-repeat;
    background-size: contain;
  }
  .merit_wrap_02 .merit_list:nth-of-type(1), .merit_wrap_02 .merit_list:nth-of-type(2) {
    padding-bottom: 0.4rem;
  }
  .merit_wrap_02 .merit_list:nth-of-type(1) .merit_list_img {
    padding: 0 0.75rem;
  }
  .merit_wrap_02 .merit_list:nth-of-type(2) .merit_list_img {
    padding: 0 0.6rem;
  }
  .merit_wrap_02 .merit_list:nth-of-type(2)::after {
    transform: rotate(0);
  }
  .merit_wrap_02 .merit_list:nth-of-type(3) .merit_list_img {
    padding: 0 0.7rem;
  }

  .last_txt {
    padding: 0 0 0.1rem;
    width: 100%;
  }
}
/*# sourceMappingURL=vol2.css.map */