@charset "UTF-8";
/* mixin ----------*/
/* mixin ----------*/
/* amv ----------*/
.amv {
  background-color: #36b8df;
  /* sp ----------*/
}
.amv_contents {
  background: url(../img/vol6/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.05rem;
  left: 1.6rem;
  width: 3.2rem;
}
@media screen and (max-width: 768px) {
  .amv_contents {
    background: url(../img/vol6/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 {
    margin-left: -0.85rem;
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    width: 1.8rem;
  }
}

.sec_06 {
  background-color: #36b8df;
  padding: 0.3rem 0 0.7rem;
}
@media screen and (max-width: 768px) {
  .sec_06 {
    padding: 0.1rem 0 0.2rem;
  }
}
.sec_06_ttl {
  color: #f9ee02;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 0.35rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_06_ttl {
    font-size: 0.3rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 0.3rem;
  }
  .sec_06_ttl + .contents {
    margin-top: 0.4rem;
  }
}
.sec_06_ttl span {
  margin-right: 0.15rem;
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .sec_06_ttl span {
    display: inline-block;
    line-height: 0;
    width: 1.75rem;
  }
  .sec_06_ttl span img {
    width: 100%;
  }
}

/* dandori ----------*/
.dandori_block {
  margin-bottom: 0.7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .dandori_block {
    margin-bottom: 0;
  }
}
.dandori_block .period {
  position: absolute;
  bottom: 11rem;
  left: 0.4rem;
  width: 2.5rem;
}
@media screen and (max-width: 768px) {
  .dandori_block .period {
    bottom: 33%;
    left: -6%;
    width: 1.3rem;
  }
}
.dandori_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
.dandori_box::after {
  content: "";
  display: block;
  background: url(../img/vol6/dandori_arrows.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .dandori_box::after {
    height: 1.28rem;
    right: 0;
    bottom: -0.9rem;
    transform: rotate(33deg);
    width: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .dandori_box {
    background-color: #fff;
    border-radius: 0.2rem;
    padding-bottom: 0.3rem;
  }
  .dandori_box::after {
    height: 0.5rem;
    left: 50%;
    bottom: -0.28rem;
    transform: translateX(-50%);
    width: 0.28rem;
  }
}
@media screen and (max-width: 768px) {
  .dandori_inr {
    padding-top: 0.25rem;
    padding-right: 0.2rem;
    padding-bottom: 0.15rem;
    padding-left: 0.2rem;
  }
}
.dandori_ttl01 {
  font-weight: 900;
  color: #e75001;
  font-size: 0.38rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 0.15rem;
}
.dandori_ttl02 {
  font-weight: 900;
  color: #e52937;
  font-size: 0.45rem;
  letter-spacing: 0.15em;
}
.dandori_ttl03 {
  font-weight: 900;
  color: #f9ee02;
  font-size: 0.38rem;
}
@media screen and (max-width: 768px) {
  .dandori_ttl01 {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
    text-align: center;
  }
  .dandori_ttl02 {
    font-size: 0.21rem;
    margin-bottom: 0.05rem;
    text-align: center;
  }
  .dandori_ttl03 {
    font-size: 0.18rem;
    margin-bottom: 0.05rem;
    text-align: center;
  }
}
.dandori_img {
  position: absolute;
  z-index: 1;
}
.dandori_txt {
  font-size: 0.2rem;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .dandori_txt {
    font-size: 0.13rem;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  .dandori_txt span {
    font-weight: 700;
  }
}
.dandori_point p {
  background-color: #f9ee02;
  border-radius: 6px;
  color: #e52937;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  text-align: justify;
}
.dandori_point p::before {
  content: "";
  display: block;
  background: url(../img/vol6/point_ttl.png) no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .dandori_point p {
    border-radius: 0;
    font-size: 0.13rem;
    letter-spacing: 0;
    padding-top: 0.33rem;
    padding-right: 0.2rem;
    padding-bottom: 0.15rem;
    padding-left: 0.2rem;
  }
  .dandori_point p::before {
    height: 0.14rem;
    top: 0.15rem;
    left: 0.2rem;
    width: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_point {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
  .dandori_point p {
    padding: 0.75rem 0.3rem 0.3rem;
  }
  .dandori_point p::before {
    height: 0.28rem;
    top: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.08rem;
  }
  .dandori_point p::after {
    content: "";
    display: block;
    background-color: #36b8df;
    border-radius: 6px;
    height: 100%;
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap::before, .dandori_wrap::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
  }
  .dandori_wrap:nth-of-type(1) {
    position: relative;
    background-image: url(../img/vol6/dandori_box_bg01.svg);
    height: 2.7rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(1) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(1) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(1)::before, .dandori_wrap:nth-of-type(1)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(1)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(1)::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(1)::before {
    background: url(../img/vol6/illust01.png) no-repeat;
    background-size: cover;
    height: 1.6rem;
    transform: rotate(-18deg);
    top: 0.55rem;
    left: 0.8rem;
    width: 2.78rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(1) .dandori_box::after {
    right: 3.55rem;
  }
  .dandori_wrap:nth-of-type(1) .dandori_inr {
    margin-right: 0.8rem;
    margin-left: auto;
    width: 6.3rem;
  }
  .dandori_wrap:nth-of-type(1) .dandori_txt span {
    color: #e75001;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(2) {
    position: relative;
    background-image: url(../img/vol6/dandori_box_bg02.svg);
    height: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(2) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(2) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(2)::before, .dandori_wrap:nth-of-type(2)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(2)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(2)::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(2) .dandori_box::after {
    right: 4.8rem;
    transform: rotate(-33deg);
  }
  .dandori_wrap:nth-of-type(2) .dandori_inr {
    margin-left: 0.7rem;
    width: 6.9rem;
  }
  .dandori_wrap:nth-of-type(2) .dandori_point {
    right: -0.25rem;
    transform: translateY(-40%);
    width: 3.1rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(3) {
    position: relative;
    background-image: url(../img/vol6/dandori_box_bg03.svg);
    height: 3.6rem;
    padding-top: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(3) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(3) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(3)::before, .dandori_wrap:nth-of-type(3)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(3)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(3)::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(3)::before {
    background: url(../img/vol6/illust02.png) no-repeat;
    background-size: cover;
    height: 3.8rem;
    top: 0.25rem;
    left: -0.8rem;
    width: 4.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(3) .dandori_box::after {
    right: 5rem;
  }
  .dandori_wrap:nth-of-type(3) .dandori_inr {
    margin-left: auto;
    margin-right: 2.6rem;
    width: 4rem;
  }
  .dandori_wrap:nth-of-type(3) .dandori_point {
    right: -0.25rem;
    width: 2.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(4) {
    position: relative;
    background-image: url(../img/vol6/dandori_box_bg04.svg);
    height: 3.9rem;
    padding-top: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(4) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(4) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(4)::before, .dandori_wrap:nth-of-type(4)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(4)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(4)::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(4)::before {
    background: url(../img/vol6/illust03.png) no-repeat;
    background-size: cover;
    height: 1.92rem;
    top: 1.25rem;
    right: -0.9rem;
    width: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(4) .dandori_box::after {
    right: 5.3rem;
    bottom: -0.7rem;
    transform: rotate(-33deg);
  }
  .dandori_wrap:nth-of-type(4) .dandori_inr {
    margin-left: 2.7rem;
    width: 3.5rem;
  }
  .dandori_wrap:nth-of-type(4) .dandori_point {
    right: 1.55rem;
    width: 2.7rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(5) {
    position: relative;
    background-image: url(../img/vol6/dandori_box_bg05.svg);
    height: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(5) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(5) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(5)::before, .dandori_wrap:nth-of-type(5)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(5)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(5)::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(5)::before {
    background: url(../img/vol6/illust04.png) no-repeat;
    background-size: cover;
    height: 2.04rem;
    top: -0.3rem;
    right: -1rem;
    width: 3.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(5) .dandori_box::after {
    right: 6.1rem;
  }
  .dandori_wrap:nth-of-type(5) .dandori_inr {
    margin-left: 2.7rem;
    width: 6rem;
  }
  .dandori_wrap:nth-of-type(5) .dandori_point {
    top: auto;
    right: -1.5rem;
    bottom: -0.2rem;
    transform: none;
    width: 3.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(6) {
    position: relative;
    background-image: url(../img/vol6/dandori_box_bg06.svg);
    height: 3.9rem;
    padding-top: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(6) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(6) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(6)::before, .dandori_wrap:nth-of-type(6)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(6)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(6)::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(6)::before {
    background: url(../img/vol6/illust05.png) no-repeat;
    background-size: cover;
    height: 1.96rem;
    top: 1rem;
    right: -1.1rem;
    width: 2.52rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(6) .dandori_box::after {
    right: 5.1rem;
    transform: rotate(-33deg);
  }
  .dandori_wrap:nth-of-type(6) .dandori_inr {
    margin-left: 2.7rem;
    width: 3rem;
  }
  .dandori_wrap:nth-of-type(6) .dandori_point {
    right: 1.8rem;
    width: 2.9rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(7) {
    position: relative;
    background-image: url(../img/vol6/dandori_box_bg07.svg);
    height: 3rem;
    padding-top: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(7) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(7) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(7)::before, .dandori_wrap:nth-of-type(7)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(7)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(7)::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(7)::before {
    background: url(../img/vol6/illust06.png) no-repeat;
    background-size: cover;
    height: 3.38rem;
    top: 0.55rem;
    left: -0.85rem;
    width: 3.36rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(7) .dandori_box::after {
    right: 3.35rem;
  }
  .dandori_wrap:nth-of-type(7) .dandori_inr {
    margin-left: 2.7rem;
    width: 5.2rem;
  }
  .dandori_wrap:nth-of-type(7) .dandori_point {
    right: -0.6rem;
    width: 3.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(8) {
    position: relative;
    background-image: url(../img/vol6/dandori_box_bg08.svg);
    height: 3.3rem;
    padding-top: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(8) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(8) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(8)::before, .dandori_wrap:nth-of-type(8)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(8)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(8)::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(8)::before {
    background: url(../img/vol6/illust09.png) no-repeat;
    background-size: cover;
    height: 2.16rem;
    top: 1.4rem;
    left: -0.4rem;
    width: 2.26rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(8)::after {
    background: url(../img/vol6/illust07.png) no-repeat;
    background-size: cover;
    height: 3.05rem;
    top: 0.45rem;
    right: -1.45rem;
    width: 4.03rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(8) .dandori_box::after {
    display: none;
  }
  .dandori_wrap:nth-of-type(8) .dandori_inr {
    margin-left: 2.1rem;
    width: 5.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(9) {
    position: relative;
    background-image: url(../img/vol6/dandori_box_bg09.svg);
    height: 3.2rem;
    padding-top: 0.7rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(9) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(9) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(9)::before, .dandori_wrap:nth-of-type(9)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(9)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(9)::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(9)::before {
    background: url(../img/vol6/illust08.png) no-repeat;
    background-size: cover;
    height: 2.7rem;
    top: 0.95rem;
    right: 0.3rem;
    width: 2.18rem;
  }
}
@media screen and (min-width: 768px), print {
  .dandori_wrap:nth-of-type(9) .dandori_box::after {
    display: none;
  }
  .dandori_wrap:nth-of-type(9) .dandori_inr {
    margin-left: 2.8rem;
    width: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(1) {
    position: relative;
    padding-top: 0.75rem !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .dandori_wrap:nth-of-type(1) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(1) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(1)::before, .dandori_wrap:nth-of-type(1)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(1)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(1)::after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(1)::before {
    background-color: transparent;
    background-image: url(../img/vol6/illust01.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 50%;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(1)::after {
    background-color: #efede0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(1) .dandori_box {
    background-color: #efede0;
  }
  .dandori_wrap:nth-of-type(1) .dandori_inr {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(2) {
    position: relative;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .dandori_wrap:nth-of-type(2) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(2) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(2)::before, .dandori_wrap:nth-of-type(2)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(2)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(2)::after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(3) {
    position: relative;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .dandori_wrap:nth-of-type(3) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(3) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(3)::before, .dandori_wrap:nth-of-type(3)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(3)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(3)::after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(3)::before, .dandori_wrap:nth-of-type(3)::after {
    background-color: #efede0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(3) .dandori_box {
    background-color: #efede0;
  }
  .dandori_wrap:nth-of-type(3) .dandori_inr {
    padding-bottom: 2.1rem;
  }
  .dandori_wrap:nth-of-type(3) .dandori_img {
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(4) {
    position: relative;
    padding-bottom: 0.47rem !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .dandori_wrap:nth-of-type(4) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(4) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(4)::before, .dandori_wrap:nth-of-type(4)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(4)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(4)::after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(4)::before, .dandori_wrap:nth-of-type(4)::after {
    background-color: #efede0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(4)::after {
    height: 0.47rem;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(4) .dandori_box {
    background-color: #efede0;
  }
  .dandori_wrap:nth-of-type(4) .dandori_box::after {
    bottom: -0.7rem;
  }
  .dandori_wrap:nth-of-type(4) .dandori_inr {
    padding-bottom: 0.75rem;
  }
  .dandori_wrap:nth-of-type(4) .dandori_img {
    bottom: 25%;
    right: 13%;
    width: 35%;
  }
  .dandori_wrap:nth-of-type(4) .dandori_point p {
    padding-left: 0.45rem;
  }
  .dandori_wrap:nth-of-type(4) .dandori_point p::before {
    left: 0.45rem;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(5) {
    position: relative;
    padding-top: 0.47rem !important;
    padding-bottom: 0.47rem !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .dandori_wrap:nth-of-type(5) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(5) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(5)::before, .dandori_wrap:nth-of-type(5)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(5)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(5)::after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(5)::before, .dandori_wrap:nth-of-type(5)::after {
    height: 0.47rem;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(5) .dandori_box::after {
    bottom: -0.7rem;
  }
  .dandori_wrap:nth-of-type(5) .dandori_inr {
    padding-bottom: 0.9rem;
    padding-left: 0.5rem;
  }
  .dandori_wrap:nth-of-type(5) .dandori_ttl02 {
    margin-left: -0.3rem;
  }
  .dandori_wrap:nth-of-type(5) .dandori_txt {
    letter-spacing: -0.025em;
  }
  .dandori_wrap:nth-of-type(5) .dandori_txt span {
    letter-spacing: -0.025em;
  }
  .dandori_wrap:nth-of-type(5) .dandori_img {
    right: 4%;
    bottom: 22%;
    width: 50%;
  }
  .dandori_wrap:nth-of-type(5) .dandori_point p {
    padding-left: 0.45rem;
  }
  .dandori_wrap:nth-of-type(5) .dandori_point p::before {
    left: 0.45rem;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(6) {
    position: relative;
    padding-top: 0.47rem !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .dandori_wrap:nth-of-type(6) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(6) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(6)::before, .dandori_wrap:nth-of-type(6)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(6)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(6)::after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(6)::before, .dandori_wrap:nth-of-type(6)::after {
    background-color: #efede0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(6)::before {
    height: 0.47rem;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(6) .dandori_box {
    background-color: #efede0;
  }
  .dandori_wrap:nth-of-type(6) .dandori_ttl01 {
    margin-left: -0.25rem;
  }
  .dandori_wrap:nth-of-type(6) .dandori_inr {
    padding-bottom: 0.75rem;
    padding-left: 0.5rem;
  }
  .dandori_wrap:nth-of-type(6) .dandori_txt {
    letter-spacing: 0.05em;
  }
  .dandori_wrap:nth-of-type(6) .dandori_img {
    right: 10%;
    bottom: 27%;
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(7) {
    position: relative;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .dandori_wrap:nth-of-type(7) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(7) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(7)::before, .dandori_wrap:nth-of-type(7)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(7)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(7)::after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(7)::before, .dandori_wrap:nth-of-type(7)::after {
    background-color: #efede0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(7) .dandori_box {
    background-color: #efede0;
  }
  .dandori_wrap:nth-of-type(7) .dandori_inr {
    padding-bottom: 1.15rem;
  }
  .dandori_wrap:nth-of-type(7) .dandori_img {
    right: 11%;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(8) {
    position: relative;
    padding-bottom: 0.22rem !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .dandori_wrap:nth-of-type(8) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(8) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(8)::before, .dandori_wrap:nth-of-type(8)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(8)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(8)::after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(8)::after {
    height: 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(8) .dandori_box {
    padding-bottom: 0;
  }
  .dandori_wrap:nth-of-type(8) .dandori_box::before {
    content: "";
    display: block;
    background: url(../img/vol6/illust09.png) no-repeat;
    background-size: contain;
    height: 1.1rem;
    position: absolute;
    top: -0.45rem;
    left: -0.1rem;
    transform: rotate(5deg);
    width: 1.2rem;
  }
  .dandori_wrap:nth-of-type(8) .dandori_box::after {
    display: none;
  }
  .dandori_wrap:nth-of-type(8) .dandori_inr {
    padding-bottom: 1.7rem;
  }
  .dandori_wrap:nth-of-type(8) .dandori_img {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(9) {
    position: relative;
    padding-top: 0.22rem !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .dandori_wrap:nth-of-type(9) {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    max-width: 10.7rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .dandori_wrap:nth-of-type(9) {
    padding-top: 0.075rem;
    padding-bottom: 0.075rem;
    position: relative;
  }
  .dandori_wrap:nth-of-type(9)::before, .dandori_wrap:nth-of-type(9)::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 0.075rem;
    position: absolute;
    width: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dandori_wrap:nth-of-type(9)::before {
    top: 0;
  }
  .dandori_wrap:nth-of-type(9)::after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(9)::before {
    background-color: #eb5f68;
    height: 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(9)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .dandori_wrap:nth-of-type(9) .dandori_box {
    background-color: #eb5f68;
  }
  .dandori_wrap:nth-of-type(9) .dandori_box::after {
    display: none;
  }
  .dandori_wrap:nth-of-type(9) .dandori_inr {
    padding-bottom: 0.35rem;
  }
  .dandori_wrap:nth-of-type(9) .dandori_txt {
    width: 51%;
  }
  .dandori_wrap:nth-of-type(9) .dandori_img {
    top: 18%;
    right: 5%;
    width: 33%;
  }
}
.dandori_wrap:nth-of-type(1) .dandori_txt span, .dandori_wrap:nth-of-type(3) .dandori_txt span, .dandori_wrap:nth-of-type(4) .dandori_txt span, .dandori_wrap:nth-of-type(6) .dandori_txt span, .dandori_wrap:nth-of-type(7) .dandori_txt span {
  color: #e75001;
}
.dandori_wrap:nth-of-type(2) .dandori_txt span, .dandori_wrap:nth-of-type(5) .dandori_txt span, .dandori_wrap:nth-of-type(8) .dandori_txt span {
  color: #e52937;
}
.dandori_wrap:nth-of-type(9) .dandori_box {
  padding-bottom: 0;
}
.dandori_wrap:nth-of-type(9) .dandori_txt {
  color: #fff;
}

/* 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;
  }
}
/*# sourceMappingURL=vol6.css.map */