/* amv ----------*/
.amv {
  background-color: #ffec3f;
}
.amv_contents {
  background: url(../img/vol1/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_01 {
  padding: 0.8rem 0 0.7rem;
}

/* ttl ----------*/
.ttl_vol1 {
  color: #00b3c4;
  font-size: 0.48rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 0.3rem;
  text-align: center;
}
.ttl_vol1 span {
  display: inline-block;
  line-height: 1.3;
}
.ttl_vol1 span img {
  height: 0.6rem;
  width: 0.45rem;
}
.ttl_vol1::after {
  background: url(../img/vol1/bdr_01.svg) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 0.1rem;
  margin: 0.08rem auto 0;
  width: 8.2rem;
}
.ttl_vol1_readtxt {
  font-size: 0.2rem;
  text-align: center;
}
.ttl_num_01, .ttl_num_02, .ttl_num_03, .ttl_num_04, .ttl_num_05, .ttl_num_06, .ttl_num_07, .ttl_num_08 {
  color: #00b3c4;
  font-size: 0.28rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0.2rem;
  padding-left: 0.65rem;
  position: relative;
}
.ttl_num_01::before, .ttl_num_02::before, .ttl_num_03::before, .ttl_num_04::before, .ttl_num_05::before, .ttl_num_06::before, .ttl_num_07::before, .ttl_num_08::before {
  content: "";
  display: block;
  height: 0.6rem;
  margin-top: -0.3rem;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.46rem;
}
.ttl_num_01::before {
  background: url(../img/vol1/point_num_01.svg) no-repeat;
  background-size: contain;
}
.ttl_num_02::before {
  background: url(../img/vol1/point_num_02.svg) no-repeat;
  background-size: contain;
}
.ttl_num_03::before {
  background: url(../img/vol1/point_num_03.svg) no-repeat;
  background-size: contain;
}
.ttl_num_04::before {
  background: url(../img/vol1/point_num_04.svg) no-repeat;
  background-size: contain;
}
.ttl_num_05::before {
  background: url(../img/vol1/point_num_05.svg) no-repeat;
  background-size: contain;
}
.ttl_num_06::before {
  background: url(../img/vol1/point_num_06.svg) no-repeat;
  background-size: contain;
}
.ttl_num_07::before {
  background: url(../img/vol1/point_num_07.svg) no-repeat;
  background-size: contain;
}
.ttl_num_08::before {
  background: url(../img/vol1/point_num_08.svg) no-repeat;
  background-size: contain;
}

/* article ----------*/
.article_block {
  margin: 0 auto;
  padding: 0.5rem 0 0 0.1rem;
  width: 9.25rem;
}
.article_box_gray {
  background: url(../img/vol1/point_bg_01.svg) no-repeat;
  background-size: cover;
  margin-top: -0.3rem;
  height: 2.52rem;
  width: 8rem;
}
.article_box_gray_inr {
  padding: 0.5rem 0.7rem 0.5rem 0.88rem;
}
.article_box_gray.icon01 {
  position: relative;
}
.article_box_gray.icon01::before {
  -webkit-animation: kakukaku01 1.8s linear infinite;
          animation: kakukaku01 1.8s linear infinite;
  background: url(../img/vol1/point_icon_01.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.22rem;
  position: absolute;
  bottom: -0.7rem;
  left: 0.2rem;
  width: 1rem;
}
.article_box_yellow {
  background: url(../img/vol1/point_bg_02.svg) no-repeat;
  background-size: contain;
  margin: 0.15rem 0 0 auto;
  height: 3rem;
  width: 8rem;
}
.article_box_yellow_inr {
  padding: 0.6rem 0.88rem 0.5rem 0.8rem;
}
.article_box_yellow.icon02, .article_box_yellow.icon03, .article_box_yellow.icon04 {
  position: relative;
}
.article_box_yellow.icon02::before {
  -webkit-animation: kakukaku02 2s linear infinite;
          animation: kakukaku02 2s linear infinite;
  background: url(../img/vol1/point_icon_02.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.02rem;
  position: absolute;
  top: 0;
  right: 0.6rem;
  transform-origin: center bottom;
  width: 0.78rem;
}
.article_box_yellow.icon03::before {
  -webkit-animation: kakukaku03 3s linear infinite;
          animation: kakukaku03 3s linear infinite;
  background: url(../img/vol1/point_icon_03.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.84rem;
  position: absolute;
  bottom: 1.3rem;
  left: -0.35rem;
  width: 0.68rem;
}
.article_box_yellow.icon04::before {
  -webkit-animation: kakukaku01 1.8s linear infinite;
          animation: kakukaku01 1.8s linear infinite;
  background: url(../img/vol1/point_icon_04.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.32rem;
  position: absolute;
  top: -0.1rem;
  right: 0.6rem;
  width: 0.74rem;
}
.article_box_gray p, .article_box_yellow p {
  font-size: 0.2rem;
  padding-left: 0.65rem;
}

/* keyframes ----------*/
@-webkit-keyframes kakukaku01 {
  0%, 100% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
}
@keyframes kakukaku01 {
  0%, 100% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
}
@-webkit-keyframes kakukaku02 {
  0%, 100% {
    transform: translate(0px, 0);
  }
  50% {
    transform: translate(-30px, 0);
  }
}
@keyframes kakukaku02 {
  0%, 100% {
    transform: translate(0px, 0);
  }
  50% {
    transform: translate(-30px, 0);
  }
}
@-webkit-keyframes kakukaku03 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes kakukaku03 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* other ----------*/
/*--------------------------------
	SP
--------------------------------*/
@media screen and (max-width: 768px) {
  /* amv ----------*/
  .amv_contents {
    background: url(../img/vol1/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.48rem;
    left: 0;
    width: 100%;
  }
  .amv_contents_txt p {
    font-size: 0.12rem;
  }
  .amv_ttl {
    margin-left: -0.9rem;
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    width: 1.8rem;
  }

  .sec_01 {
    padding: 0.4rem 0 0.1rem;
  }

  /* ttl ----------*/
  .ttl_vol1 {
    font-size: 0.3rem;
    letter-spacing: 0.09em;
    line-height: 1.4;
    margin-bottom: 0.05rem;
    text-align: center;
  }
  .ttl_vol1 span {
    line-height: 1.5;
  }
  .ttl_vol1 span img {
    height: 0.5rem;
    width: 0.4rem;
  }
  .ttl_vol1::after {
    display: none;
  }
  .ttl_vol1_readtxt {
    font-size: 0.14rem;
    padding-top: 0.15rem;
    position: relative;
  }
  .ttl_vol1_readtxt::before {
    background: url(../img/vol1/readtxt_ornament.png) top center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 0.6rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .ttl_num_01, .ttl_num_02, .ttl_num_03, .ttl_num_04, .ttl_num_05, .ttl_num_06, .ttl_num_07, .ttl_num_08 {
    font-size: 0.19rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: 0.15rem;
    padding-left: 0.4rem;
  }
  .ttl_num_01::before, .ttl_num_02::before, .ttl_num_03::before, .ttl_num_04::before, .ttl_num_05::before, .ttl_num_06::before, .ttl_num_07::before, .ttl_num_08::before {
    height: 0.4rem;
    line-height: 1.6;
    margin-top: -0.2rem;
    width: 0.6rem;
  }

  /* article ----------*/
  .article_block {
    padding: 0.3rem 0 0;
    width: 100%;
  }
  .article_block::before {
    background: url(../img/vol1/bdr_02.svg) no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 0.05rem;
    margin: 0 auto;
    width: 2rem;
  }
  .article_block::after {
    background: url(../img/vol1/article_block_ornament.png) top center no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 0.6rem;
    width: 100%;
  }
  .article_box_gray, .article_box_yellow {
    background-image: none;
    height: auto;
    margin: 0.4rem 0;
    width: 100%;
  }
  .article_box_gray p, .article_box_yellow p {
    font-size: 0.14rem;
    line-height: 1.6;
    padding-left: 0.4rem;
  }
  .article_box_gray_inr {
    padding: 0;
  }
  .article_box_gray.icon01::before {
    display: none;
  }
  .article_box_yellow_inr {
    padding: 0;
  }
  .article_box_yellow.icon02::before, .article_box_yellow.icon03::before, .article_box_yellow.icon04::before {
    display: none;
  }
  .article_box_yellow.icon04 {
    margin: 0.4rem 0 0.1rem;
  }
}
/*# sourceMappingURL=vol1.css.map */