@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : highlight.css
Description : みどころ
===================================================================== */
/* =====================================================================
    highlight
======================================================================*/
.highlight {
  padding-bottom: 25vw;
}

.highlight_about p {
  line-height: 1.923;
}
.highlight_about_head {
  padding: 7rem;
  color: #0d5aa7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f1e9), to(rgba(242, 241, 233, 0)));
  background: linear-gradient(to bottom, #f2f1e9 0%, rgba(242, 241, 233, 0) 100%);
  border-radius: 5rem 5rem 0 0;
}
.highlight_about_head h3 {
  margin-bottom: 3rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 700;
}
.highlight_about_img {
  margin-bottom: 7rem;
}
.highlight_about_human {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.highlight_about_human figure {
  margin: 0 calc(40 / 650 * 100%) 4rem 0;
  width: calc(250 / 650 * 100%);
}
.highlight_about_human h4 {
  margin-bottom: 4rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #0d5aa7;
  line-height: 1.9;
  width: calc(270 / 650 * 100%);
}
.highlight_about_human h4 .yellow {
  color: #f8b430;
}
.highlight_about_human h4 .green {
  color: #7fba65;
}
.highlight_about_human h4 .red {
  color: #e60012;
}
.highlight_about_human p {
  width: 100%;
}

.btn_offial {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .highlight {
    padding-bottom: 10vw;
  }
  .highlight_about p {
    font-size: max(1.8rem, 16px);
  }
  .highlight_about_head {
    padding: 5rem calc(60 / 1080 * 100%);
    border-radius: 3rem 3rem 0 0;
  }
  .highlight_about_head > *:not(:last-child) {
    margin-bottom: 2rem;
  }
  .highlight_about_head h3 {
    font-size: max(2.6rem, 20px);
  }
  .highlight_about_human {
    position: relative;
    display: grid;
    grid: "figure h4" auto "figure p" auto/calc(288 / 1080 * 100%) calc(740 / 1080 * 100%);
    gap: 4rem calc(50 / 1080 * 100%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .highlight_about_human figure {
    margin: 0;
    grid-area: figure;
    width: 100%;
  }
  .highlight_about_human h4 {
    margin: 0;
    grid-area: h4;
    width: 100%;
    font-size: max(3rem, 20px);
  }
  .highlight_about_human p {
    grid-area: p;
  }
  .btn_offial {
    margin-top: 6rem;
  }
}
/* =====================================================================
    commentary
======================================================================*/
.commentary {
  padding: 2rem 0 40vw;
  background: #f2f1e9;
}
.commentary::before {
  content: "";
  position: absolute;
  display: block;
  top: -10vw;
  left: 0;
  width: 100%;
  height: 10vw;
  background: #f2f1e9;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
}
.commentary .sec_ttl {
  margin: 0 auto 9rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.commentary .sec_ttl span {
  margin: 0 0 0.4em;
}

.commentary_ttl {
  position: relative;
  margin-bottom: 10rem;
  width: 100%;
}
.commentary_ttl h3 {
  margin: 0 auto;
  width: calc(565 / 650 * 100%);
}
.commentary_ttl .kurosuke1 {
  position: absolute;
  top: -5rem;
  left: 3.2rem;
  width: 4.6rem;
  -webkit-animation: fuwafuwa 1.5s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 1.5s infinite ease-in-out 0.8s alternate;
}
.commentary_ttl .kurosuke1 img {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.commentary_ttl .kurosuke2 {
  position: absolute;
  bottom: -7rem;
  left: -2rem;
  width: 4.5rem;
  -webkit-animation: fuwafuwa 2.5s infinite ease-in-out 0s alternate;
          animation: fuwafuwa 2.5s infinite ease-in-out 0s alternate;
}
.commentary_ttl .kurosuke2 img {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.commentary_ttl .kurosuke3 {
  position: absolute;
  bottom: -4rem;
  right: -0.5rem;
  width: 3.6rem;
  -webkit-animation: fuwafuwa 2s infinite ease-in-out 0s alternate;
          animation: fuwafuwa 2s infinite ease-in-out 0s alternate;
}
.commentary_ttl .kurosuke3 img {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.chapter_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12rem;
}
.chapter_link li {
  margin: 0 calc(5 / 650 * 100%) 1rem;
  width: calc(270 / 650 * 100%);
}

.chapter_list li {
  margin-bottom: 14rem;
}
.chapter_list li:last-child {
  margin-bottom: 0;
}
.chapter_list li h3 {
  position: relative;
  margin: 0 calc(50% - 50vw) 2rem;
  padding: 1.5rem 5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.34em;
}
.chapter_list li h3::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 100%;
  background: #f8b430;
  border-radius: 0 1.4rem 1.4rem 0;
}

.chapter_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 calc(50% - 50vw);
  padding: 8rem 0;
  background: #f8b430;
}
.chapter_head h4 {
  margin-right: calc(57 / 750 * 100%);
  width: calc(163 / 750 * 100%);
}
.chapter_head p {
  margin-top: -0.4em;
  width: calc(430 / 750 * 100%);
  line-height: 1.9;
}

.chapter_list_img {
  position: relative;
  margin: 6rem auto 0;
  width: calc(550 / 650 * 100%);
}
.chapter_list_img li {
  margin-bottom: 2rem;
}

#chapter2 h3::before,
#chapter2 .chapter_head {
  background: #7fba65;
}

#chapter3 h3::before,
#chapter3 .chapter_head {
  background: #73a4d5;
}

#chapter4 h3::before,
#chapter4 .chapter_head {
  background: #e46f78;
}

@media screen and (min-width: 768px) {
  .commentary {
    padding: 0 0 18vw;
  }
  .commentary::before {
    top: -5vw;
    height: 5vw;
  }
  .commentary .sec_ttl {
    margin: 0 auto 6.8rem;
  }
  .commentary_ttl {
    margin-bottom: 6.7rem;
  }
  .commentary_ttl h3 {
    width: calc(518 / 1080 * 100%);
  }
  .commentary_ttl .kurosuke1 {
    top: -2rem;
    left: 22rem;
    width: 3.1rem;
  }
  .commentary_ttl .kurosuke2 {
    bottom: -0.5rem;
    left: 13rem;
    width: 4.2rem;
  }
  .commentary_ttl .kurosuke3 {
    bottom: -0.3rem;
    right: 15rem;
    width: 3.7rem;
  }
  .chapter_link {
    margin-bottom: 8rem;
  }
  .chapter_link li {
    margin: 0 calc(8 / 1080 * 100%) 0 0;
    width: calc(264 / 1080 * 100%);
  }
  .chapter_link li:nth-child(4n) {
    margin-right: 0;
  }
  .chapter_link li a:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .chapter_list li h3 {
    margin: 0 0 1.7rem;
    padding: 1rem 3.5rem;
    font-size: max(2rem, 18px);
  }
  .chapter_list li h3::before {
    width: 1.8rem;
  }
  .chapter_head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 3rem 0;
  }
  .chapter_head h4 {
    margin-right: calc(60 / 1080 * 100%);
    width: calc(127 / 1080 * 100%);
  }
  .chapter_head p {
    margin-top: 0;
    width: calc(800 / 1080 * 100%);
  }
  .chapter_list_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5rem;
    width: 100%;
  }
  .chapter_list_img li {
    margin: 0 calc(40 / 1080 * 100%) 4rem 0;
    width: calc(428 / 1080 * 100%);
  }
  .chapter_list_img li:nth-child(2n), .chapter_list_img li:last-child {
    margin-right: 0;
  }
}/*# sourceMappingURL=highlight.css.map */