@charset "UTF-8";
.l-content .chapter__top .top__img {
  position: relative;
  width: 100%;
  height: 40.5vw;
  overflow: hidden;
}

.l-content .chapter__top .top__img div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.95);
      -ms-transform: translate(-50%, -50%) scale(.95);
          transform: translate(-50%, -50%) scale(.95);
  width: 105%;
  height: 105%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-content .chapter__top .top__img.active div {
  -webkit-transform: translate(-50%, -50%) scale(.98);
      -ms-transform: translate(-50%, -50%) scale(.98);
          transform: translate(-50%, -50%) scale(.98);
  -webkit-transition: 8s -webkit-transform cubic-bezier(.215, .61, .355, 1);
  transition: 8s -webkit-transform cubic-bezier(.215, .61, .355, 1);
  transition: 8s transform cubic-bezier(.215, .61, .355, 1);
  transition: 8s transform cubic-bezier(.215, .61, .355, 1), 8s -webkit-transform cubic-bezier(.215, .61, .355, 1);
}

.l-content .chapter__top .top__text {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding-top: 27px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
}

.l-content .chapter__top .top__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: calc(100% + 70px);
  background: #333;
}

.l-content .chapter__top .top__text .text__subtitle {
  padding-bottom: 31px;
}

.l-content .chapter__top .top__text h2 {
  padding-bottom: 29px;
  font-size: 40px;
  line-height: 1em;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
  letter-spacing: .05em;
}

.l-content .chapter__top .top__text .text__catch {
  padding-bottom: 20px;
}

.l-content .chapter__top .top__text .text__credit {
  font-size: 15px;
}

.l-content .chapter__article {
  width: 1080px;
  margin: 10px auto 0;
}

.l-content .chapter__article .article__item .article__top {
  padding: 120px 0 118px 30px;
  font-size: 0;
  letter-spacing: -.4em;
}

.l-content .chapter__article .article__item .top__text, .l-content .chapter__article .article__item .top__img {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.l-content .chapter__article .article__item .top__text {
  width: 550px;
  margin-right: 100px;
}

.l-content .chapter__article .article__item .top__text h3 {
  padding-bottom: 70px;
  font-weight: normal;
  font-size: 28px;
}

.l-content .chapter__article .article__item .top__text .text__paragraph li p {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: .075em;
}

.l-content .chapter__article .article__item .top__text .text__paragraph li + li {
  margin-top: 40px;
}

.l-content .chapter__article .article__item .top__img {
  width: 395px;
  font-size: 15px;
  line-height: 22px;
}

.l-content .chapter__article .article__item .top__img li figure figcaption {
  padding-top: 8px;
  font-size: 14px;
}

.l-content .chapter__article .article__item .top__img li + li {
  margin-top: 60px;
}

.l-content .chapter__article .article__item .article__btn {
  position: relative;

  border-bottom: 1px solid #9e1b32;
  border-top: 1px solid #9e1b32;
}

.l-content .chapter__article .article__item .article__btn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-content .chapter__article .article__item .article__btn .btn__inner {
  position: relative;
  width: 100%;
  height: 80px;
  font-size: 18px;
  text-align: center;
}

.l-content .chapter__article .article__item .article__btn .btn__inner p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  padding-right: 60px;
}

.l-content .chapter__article .article__item .article__btn .btn__inner p::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url(../img/common/icn_arrow_red_right.svg) center right no-repeat;
  background-size: 24px auto;
}

.l-content .chapter__gallery {
  width: 1080px;
  margin: 152px auto 0;
}

.l-content .chapter__gallery h3 {
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 39px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.l-content .chapter__gallery .swiper-container .swiper-button-next, .l-content .chapter__gallery .swiper-container .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin-top: 0;
  background: rgba(255, 255, 255, .75);
}

.l-content .chapter__gallery .swiper-container .swiper-button-next::before, .l-content .chapter__gallery .swiper-container .swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 24px auto;
  background-repeat: no-repeat;
}

.l-content .chapter__gallery .swiper-container .swiper-button-next {
  right: 28px;
}

.l-content .chapter__gallery .swiper-container .swiper-button-next::before {
  background-image: url(../img/common/icn_arrow_red_right.svg);
}

.l-content .chapter__gallery .swiper-container .swiper-button-prev {
  left: 28px;
}

.l-content .chapter__gallery .swiper-container .swiper-button-prev::before {
  background-image: url(../img/common/icn_arrow_red_left.svg);
}

.l-content .chapter__gallery .swiper-pagination-thumbs {
  font-size: 0;
  letter-spacing: -.4em;
}

.l-content .chapter__gallery .swiper-pagination-thumbs .swiper-pagination-thumb {
  display: inline-block;
  position: relative;
  width: 145.7px;
  height: 80px;
  margin-top: 10px;
  margin-right: 10px;
  vertical-align: top;
  letter-spacing: normal;
  cursor: pointer;
}

.l-content .chapter__gallery .swiper-pagination-thumbs .swiper-pagination-thumb:nth-child(7n) {
  margin-right: 0px;
}

.l-content .chapter__gallery .swiper-pagination-thumbs .swiper-pagination-thumb .thumb__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-content .chapter__gallery .swiper-pagination-thumbs .swiper-pagination-thumb .thumb__img::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 8px solid #9e1b32;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.l-content .chapter__gallery .swiper-pagination-thumbs .swiper-pagination-thumb::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9e1b32;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.l-content .chapter__gallery .swiper-pagination-thumbs .swiper-pagination-thumb.swiper-pagination-thumb-active .thumb__img::before {
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.l-content .chapter__gallery .swiper-pagination-thumbs .swiper-pagination-thumb.swiper-pagination-thumb-active::after {
  opacity: .2;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.l-content .chapter__next {
  position: relative;
  width: 1080px;
  margin: 198px auto 63px;
}

.l-content .chapter__next a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.l-content .chapter__next .next__text {
  position: relative;
  padding-top: 100px;
  padding-bottom: 130px;
  padding-left: 70px;
  font-size: 17px;
}

.l-content .chapter__next .next__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1010px;
  height: 100%;
  background: #ededed;
}

.l-content .chapter__next .next__text .next__title {
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 70px;
  padding-right: 216px;
  vertical-align: top;
  font-size: 32px;
  font-family: "Roboto", "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004","こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004",sans-serif;
  letter-spacing: normal;
}

.l-content .chapter__next .next__text .next__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 210px;
  height: 1px;
  background: #000;
}

.l-content .chapter__next .next__text .next__catch {
  position: relative;
  width: 260px;
  padding-bottom: 32px;
  line-height: 30px;
}

.l-content .chapter__next .next__text .btn {
  width: 200px;
  height: 50px;
}

.l-content .chapter__next .next__img {
  position: absolute;
  right: 0px;
  bottom: 36px;
  z-index: 1;
  width: 66%;
  -webkit-box-shadow: 0px 10px 30.4px 7.6px rgba(0, 0, 0, .18);
          box-shadow: 0px 10px 30.4px 7.6px rgba(0, 0, 0, .18);
}

@media screen and (min-width: 768px) {
  .l-content .chapter__article .article__item .article__btn {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .l-content .chapter__article .article__item .article__btn .btn__inner p::before {
    -webkit-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
            transform: translate(0px, 0);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
  }
  .l-content .chapter__article .article__item .article__btn:hover {
    opacity: .6;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .l-content .chapter__article .article__item .article__btn:hover .btn__inner p::before {
    -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
            transform: translate(5px, 0);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
  }
  .l-content .chapter__gallery .swiper-container .swiper-button-next, .l-content .chapter__gallery .swiper-container .swiper-button-prev {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .l-content .chapter__gallery .swiper-container .swiper-button-next:hover, .l-content .chapter__gallery .swiper-container .swiper-button-prev:hover {
    opacity: .6;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .l-content .chapter__gallery .swiper-container .swiper-button-next.swiper-button-disabled, .l-content .chapter__gallery .swiper-container .swiper-button-prev.swiper-button-disabled {
    opacity: .6;
  }
  .l-content .chapter__next .next__img, .l-content .chapter__next .next__catch {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .l-content .chapter__next:hover .next__img, .l-content .chapter__next:hover .next__catch {
    opacity: .6;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .l-content .chapter__next:hover .btn {
    opacity: .8;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .l-content .chapter__next:hover .btn .btn__inner::after {
    -webkit-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
  }
  .l-content .chapter__list {
    position: relative;
    margin-bottom: 80px;
  }
  .l-content .chapter__list::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background: #ededed;
  }
  .l-content .chapter__list ul {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 0;
    letter-spacing: -.4em;
    text-align: center;
  }
  .l-content .chapter__list ul li {
    display: inline-block;
    opacity: 1;
    position: relative;
    width: 345px;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: normal;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .l-content .chapter__list ul li p {
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .l-content .chapter__list ul li + li {
    margin-left: 20px;
  }
  .l-content .chapter__list ul li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .l-content .chapter__list ul li:hover {
    opacity: .6;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
}

@media screen and (max-width: 768px) {
  .l-content .chapter__top .top__img {
    height: 53.3vw;
  }
  .l-content .chapter__top .top__text {
    width: 89%;
    padding-top: 5%;
    padding-left: 4%;
    font-size: 14px;
    line-height: 24px;
  }
  .l-content .chapter__top .top__text::before {
    height: calc(100% + 25px);
  }
  .l-content .chapter__top .top__text .text__subtitle {
    width: 120px;
    padding-bottom: 15px;
  }
  .l-content .chapter__top .top__text h2 {
    font-size: 24px;
    line-height: 1.3em;
  }
  .l-content .chapter__top .top__text .text__catch {
    font-weight: bold;
    font-size: 15px;
    font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;

    -webkit-font-feature-settings: "palt";

            font-feature-settings: "palt";
  }
  .l-content .chapter__top .top__text .text_credit {
    font-size: 13px;
  }
  .l-content .chapter__article {
    width: 100%;
  }
  .l-content .chapter__article .article__item .article__top {
    width: 80%;
    margin: 0 auto;
    padding: 80px 0 55px 0px;
  }
  .l-content .chapter__article .article__item .article__top .top__text {
    width: 100%;
    margin-right: 0;
  }
  .l-content .chapter__article .article__item .article__top .top__text h3 {
    padding-bottom: 35px;
    font-weight: 600;
    font-size: 18px;
    font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
  }
  .l-content .chapter__article .article__item .article__top .top__text .text__paragraph li p {
    font-size: 16px;
    line-height: 28px;

    -webkit-font-feature-settings: "palt";

            font-feature-settings: "palt";
  }
  .l-content .chapter__article .article__item .article__top .top__text .paragraph__img {
    margin-top: 53px;
  }
  .l-content .chapter__article .article__item .article__top .top__text .paragraph__img figure figcaption {
    padding-top: 7px;
    font-size: 13px;
    line-height: 20px;

    -webkit-font-feature-settings: "palt";

            font-feature-settings: "palt";
  }
  .l-content .chapter__article .article__item .article__top .top__img {
    display: none;
  }
  .l-content .chapter__article .article__item .article__btn {
    width: 89%;
    margin: 0 auto;
  }
  .l-content .chapter__article .article__item .article__btn .btn__inner {
    height: 50px;
  }
  .l-content .chapter__article .article__item .article__btn .btn__inner p {
    width: 100%;
    padding-right: 5%;
    font-weight: 600;
    font-size: 15px;
    font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
  }
  .l-content .chapter__article .article__item .article__btn .btn__inner p::before {
    width: 5%;
  }
  .l-content .chapter__gallery {
    width: 100%;
    margin: 79px auto 0;
  }
  .l-content .chapter__gallery h3 {
    padding-bottom: 26px;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.5em;
    font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
    text-align: center;
  }
  .l-content .chapter__gallery .swiper-container .swiper-button-next, .l-content .chapter__gallery .swiper-container .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .l-content .chapter__gallery .swiper-container .swiper-button-next::before, .l-content .chapter__gallery .swiper-container .swiper-button-prev::before {
    background-size: 24px auto;
  }
  .l-content .chapter__gallery .swiper-container .swiper-button-next {
    right: 0px;
  }
  .l-content .chapter__gallery .swiper-container .swiper-button-prev {
    left: 0px;
  }
  .l-content .chapter__gallery .swiper-pagination-thumbs {
    width: 88%;
    margin: 3% auto 0;
  }
  .l-content .chapter__gallery .swiper-pagination-thumbs .swiper-pagination-thumb {
    position: relative;
    width: 18.4%;
    height: 30px;
    margin-top: 2%;
    margin-right: 2%;
  }
  .l-content .chapter__gallery .swiper-pagination-thumbs .swiper-pagination-thumb:nth-child(7n) {
    margin-right: 2%;
  }
  .l-content .chapter__gallery .swiper-pagination-thumbs .swiper-pagination-thumb:nth-child(5n) {
    margin-right: 0;
  }
  .l-content .chapter__gallery .swiper-pagination-thumbs .swiper-pagination-thumb.swiper-pagination-thumb-active .thumb__img::before {
    border: 4px solid #9e1b32;
  }
  .l-content .chapter__next {
    position: relative;
    width: 88%;
    margin: 96px auto 46px;
    padding: 6% 5%;
    background: #ededed;
  }
  .l-content .chapter__next .next__text {
    position: static;
    padding: 20px 0;
    font-size: 14px;
  }
  .l-content .chapter__next .next__text::before {
    display: none;
  }
  .l-content .chapter__next .next__text .next__title {
    top: -10px;
    left: 5%;
    padding-right: 70px;
    font-size: 20px;
  }
  .l-content .chapter__next .next__text .next__title::before {
    width: 55px;
  }
  .l-content .chapter__next .next__text .next__catch {
    position: relative;
    width: 100%;
    padding-bottom: 17px;
    font-weight: 600;
    line-height: 20px;
    font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
  }
  .l-content .chapter__next .next__text .btn {
    width: 150px;
    height: 40px;
  }
  .l-content .chapter__next .next__img {
    position: static;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 10px 30.4px 7.6px rgba(0, 0, 0, .18);
            box-shadow: 0px 10px 30.4px 7.6px rgba(0, 0, 0, .18);
  }
  .l-content .chapter__list {
    width: 90%;
    margin: 0 auto 74px;
  }
  .l-content .chapter__list ul li {
    position: relative;
    font-size: 12px;
  }
  .l-content .chapter__list ul li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .l-content .chapter__list ul li + li {
    margin-top: 32px;
  }
  .l-content .chapter__list ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    width: 95%;
    height: 100%;
    background: #ededed;
  }
  .l-content .chapter__list ul li .list__img {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 39%;
  }
  .l-content .chapter__list ul li p {
    position: relative;
    padding: 13px;
    padding-left: 42%;
    font-weight: 600;
    line-height: 20px;
    font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
  }
}

@media screen and (max-width: 321px) {
  .l-content .chapter__article .article__item .article__btn .btn__inner p {
    font-size: 13px;
  }
  .l-content .chapter__article .article__item .article__top .top__text h3 {
    line-height: 1.5em;
  }
}
