@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

.bread {
  position: relative;
  z-index: 10;
}

.haidoku__container {
  width: 1130px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .haidoku__container {
    width: 100%;
    margin: 0;
    font-size: 15px;
  }
}
.haidoku__container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.haidoku__container a {
  -webkit-tap-highlight-color: transparent !important;
  cursor: pointer;
  outline: none !important;
}
@media screen and (min-width: 768px) {
  .haidoku__container a:hover {
    opacity: 0.7;
  }
}
.haidoku__container *:active,
.haidoku__container *:focus,
.haidoku__container *:focus-visible {
  outline: none;
}
@media screen and (min-width: 768px) {
  .haidoku__container button {
    cursor: pointer;
  }
  .haidoku__container button:hover {
    opacity: 0.7;
  }
}
.haidoku__container figure {
  margin: 0;
}
.haidoku__container figcaption {
  font-size: 14px;
  margin-top: 10px;
}

.haidoku_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .haidoku_pc {
    display: none;
  }
}

.haidoku_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .haidoku_sp {
    display: block;
  }
}

.haidoku_pc_br {
  display: inline;
}
@media screen and (max-width: 767px) {
  .haidoku_pc_br {
    display: none;
  }
}

.haidoku_sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .haidoku_sp_br {
    display: inline;
  }
}

.haidoku-serif {
  font-family: "Noto Serif", serif;
}

.haidoku-inline {
  white-space: nowrap;
}

.haidoku-em {
  font-weight: 500;
}

.haidoku-bold {
  font-weight: 700;
}

.haidoku-annotation {
  font-size: 14px;
  margin-top: 10px;
}

.haidoku-note {
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
}

.haidoku-pink {
  color: #FFB4D4;
}

.haidoku-blue {
  color: #7BE0FF;
}

.haidoku-blue2 {
  color: #0669BC;
}

.haidoku-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .haidoku-meta {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.haidoku-icon-limited {
  width: 75px;
  vertical-align: -6px;
}

.haidoku-card {
  border: 2px solid #8D5FD3;
  background-color: #FFFFFF;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.161);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 10px;
  position: relative;
}
.haidoku-card + .haidoku-card {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .haidoku-card + .haidoku-card {
    margin-top: 30px;
  }
}
.haidoku-card--new {
  border-color: #AF1919;
}
.haidoku-card--new::before {
  content: "New";
  position: absolute;
  top: -25px;
  left: -25px;
  background-color: #AF1919;
  color: #FFFFFF;
  font-family: "Kiwi Maru", serif;
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .haidoku-card--new::before {
    font-size: 12px;
    width: 40px;
    height: 40px;
    top: -20px;
    left: -10px;
  }
}
.haidoku-card a {
  display: block;
  padding: 30px 40px;
  color: #333333;
}
.haidoku-card a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .haidoku-card a {
    padding: 20px 5.3333333333vw;
  }
}
.haidoku-card__wrapper {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .haidoku-card__wrapper {
    width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.haidoku-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.haidoku-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .haidoku-card__content {
    gap: 10px;
  }
}
.haidoku-card__figure {
  position: absolute;
  top: -20px;
  right: 5px;
  width: 227px;
  height: 227px;
}
@media screen and (max-width: 767px) {
  .haidoku-card__figure {
    display: none;
  }
}
.haidoku-card__figure img {
  width: 100%;
  height: 100%;
}
.haidoku-card__prof {
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .haidoku-card__prof {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.haidoku-card__prof--q3, .haidoku-card__prof--q4 {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .haidoku-card__prof--q3, .haidoku-card__prof--q4 {
    margin-top: 10px;
  }
}
.haidoku-card__prof:last-of-type {
  margin-bottom: 0;
}

.haidoku-release {
  color: #502098;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .haidoku-release {
    font-size: 14px;
  }
}

.haidoku-difficulty {
  padding: 5px 10px;
  border: 1px solid #502098;
  border-radius: 5px;
  line-height: 1.5;
  color: #502098;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .haidoku-difficulty {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.haidoku-q-num {
  width: 60px;
  height: 60px;
  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;
  -webkit-box-flex: 60px;
      -ms-flex: 60px 0 0px;
          flex: 60px 0 0;
  background-color: #FFDD55;
  border-radius: 50%;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: #AF1919;
  font-size: 22px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .haidoku-q-num {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 50px;
        -ms-flex: 50px 0 0px;
            flex: 50px 0 0;
    font-size: 19px;
  }
}

.haidoku-title {
  color: #AF1919;
  font-family: "Kiwi Maru", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .haidoku-title {
    font-size: 20px;
  }
}

/* 呼吸アニメーションのキーフレーム */
@-webkit-keyframes breathe-text {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes breathe-text {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes breathe {
  0% {
    -webkit-transform: scale(0.955);
            transform: scale(0.955);
  }
  50% {
    -webkit-transform: scale(1.045);
            transform: scale(1.045);
  }
  100% {
    -webkit-transform: scale(0.955);
            transform: scale(0.955);
  }
}
@keyframes breathe {
  0% {
    -webkit-transform: scale(0.955);
            transform: scale(0.955);
  }
  50% {
    -webkit-transform: scale(1.045);
            transform: scale(1.045);
  }
  100% {
    -webkit-transform: scale(0.955);
            transform: scale(0.955);
  }
}
@-webkit-keyframes breathe-backgroud {
  0% {
    -webkit-transform: scale(0.955) translateX(-50%);
            transform: scale(0.955) translateX(-50%);
  }
  50% {
    -webkit-transform: scale(1.045) translateX(-44.5%);
            transform: scale(1.045) translateX(-44.5%);
  }
  100% {
    -webkit-transform: scale(0.955) translateX(-50%);
            transform: scale(0.955) translateX(-50%);
  }
}
@keyframes breathe-backgroud {
  0% {
    -webkit-transform: scale(0.955) translateX(-50%);
            transform: scale(0.955) translateX(-50%);
  }
  50% {
    -webkit-transform: scale(1.045) translateX(-44.5%);
            transform: scale(1.045) translateX(-44.5%);
  }
  100% {
    -webkit-transform: scale(0.955) translateX(-50%);
            transform: scale(0.955) translateX(-50%);
  }
}
.haidoku-index__main {
  position: relative;
}
.haidoku-index__head {
  background-color: #F2EDFA;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .haidoku-index__head {
    padding-bottom: 50px;
  }
}
.haidoku-index__head::before {
  content: "";
  display: block;
  width: 100vw;
  max-width: 1920px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  background-image: url("../img/circulatory/haidoku/common/bg_lung.png");
  background-size: cover;
  background-position: center;
  -webkit-transform-origin: center;
          transform-origin: center; /* 真ん中を中心に変形 */
  -webkit-animation: breathe-backgroud 5s infinite ease-in-out;
          animation: breathe-backgroud 5s infinite ease-in-out; /* アニメーション適用 */
}
@media screen and (max-width: 767px) {
  .haidoku-index__head::before {
    width: 120vw;
  }
}
.haidoku-index__intro {
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .haidoku-index__intro {
    padding-top: 30px;
  }
}
.haidoku-index__intro::before {
  content: "";
  display: block;
  width: 100%;
  height: 627.39px;
  position: absolute;
  top: -87.69px;
  left: 0;
  background-image: url("../img/circulatory/haidoku/common/kv_lung.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center; /* 真ん中を中心に変形 */
  -webkit-animation: breathe 5s infinite ease-in-out;
          animation: breathe 5s infinite ease-in-out; /* アニメーション適用 */
}
.haidoku-index__intro__content {
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 5px;
  width: 798px;
  margin: 40px auto 80px auto;
  padding: 20px 39px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .haidoku-index__intro__content {
    margin: 30px 0 50px;
    padding: 20px 5.3333333333vw;
    border-radius: 0;
    width: 100%;
  }
}
.haidoku-index__intro__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 147.5px;
  left: 16px;
  width: 61.97px;
  height: 131.34px;
  background-image: url("../img/circulatory/haidoku/common/illust3.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-index__intro__content::before {
    content: none;
  }
}
.haidoku-index__intro__content::after {
  content: "";
  display: block;
  position: absolute;
  top: -34px;
  right: -67.1px;
  width: 134.16px;
  height: 151.53px;
  background-image: url("../img/circulatory/haidoku/common/illust6.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-index__intro__content::after {
    content: none;
  }
}
.haidoku-index__intro__text {
  font-family: "Kiwi Maru", serif;
  color: #502098;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .haidoku-index__intro__text {
    font-size: 17px;
    text-align: justify;
  }
}
.haidoku-index__intro__limited {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .haidoku-index__intro__limited {
    text-align: left;
  }
}
.haidoku-index__intro__prof {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .haidoku-index__intro__prof {
    text-align: left;
  }
}
.haidoku-index__intro__prof + .haidoku-index__intro__prof {
  margin-top: 5px;
}
.haidoku-index__title {
  margin: 0 auto 30px;
  width: 340px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .haidoku-index__title {
    max-width: 340px;
    width: 57.0666666667vw;
    margin-bottom: 20px;
  }
}
.haidoku-index__title--1, .haidoku-index__title--2 {
  display: block;
  position: relative;
}
.haidoku-index__title--1 img, .haidoku-index__title--2 img {
  width: 100%;
  -webkit-animation: breathe-text 5s infinite ease-in-out;
          animation: breathe-text 5s infinite ease-in-out; /* アニメーション適用 */
}
.haidoku-index__title--2 {
  margin-top: 5px;
  position: relative;
}
.haidoku-index__title--2::before {
  content: "";
  display: block;
  position: absolute;
  top: 2.36px;
  left: -314.1px;
  width: 157.1px;
  height: 172.79px;
  background-image: url("../img/circulatory/haidoku/common/illust1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-index__title--2::before {
    content: none;
  }
}
.haidoku-index__title::before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -96.23px;
  width: 50.46px;
  height: 121.79px;
  background-image: url("../img/circulatory/haidoku/common/illust2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-index__title::before {
    max-width: 50.64px;
    width: 8.96vw;
    height: 21.6vw;
    left: -13.6746666667vw;
  }
}
.haidoku-index__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 56px;
  right: -133.28px;
  width: 45.74px;
  height: 121.49px;
  background-image: url("../img/circulatory/haidoku/common/illust4.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-index__title::after {
    max-width: 45.74px;
    width: 8.5386666667vw;
    height: 22.6773333333vw;
    top: min(9.64vw, 56px);
    right: -16.92vw;
  }
}
.haidoku-index__title2 {
  text-align: center;
  color: #AF1919;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4583333333;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .haidoku-index__title2 {
    font-size: 20px;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.haidoku-index__card {
  padding-top: 87px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .haidoku-index__card {
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
.haidoku-index__card__title {
  text-align: center;
  color: #502098;
  font-family: "Kiwi Maru", serif;
  font-size: 24px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 63px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .haidoku-index__card__title {
    font-size: 20px;
    margin-bottom: 41px;
  }
}
.haidoku-index__card__title::before {
  content: "";
  display: block;
  position: absolute;
  top: -62.18px;
  left: -123.62px;
  width: 53.62px;
  height: 137.92px;
  background-image: url("../img/circulatory/haidoku/common/illust7.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-index__card__title::before {
    width: 36.21px;
    height: 91.63px;
    top: -39px;
    left: -87.68px;
  }
}
@media screen and (max-width: 374px) {
  .haidoku-index__card__title::before {
    content: none;
  }
}
.haidoku-index__card__title::after {
  content: "";
  display: block;
  position: absolute;
  top: -76.88px;
  right: -126.88px;
  width: 63.94px;
  height: 159.62px;
  background-image: url("../img/circulatory/haidoku/common/illust5.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-index__card__title::after {
    top: -50.67px;
    right: -96px;
    width: 44.75px;
    height: 111.73px;
  }
}
@media screen and (max-width: 374px) {
  .haidoku-index__card__title::after {
    content: none;
  }
}
.haidoku-index__card__title__text {
  position: relative;
}
.haidoku-index__card__title__text::before, .haidoku-index__card__title__text::after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  width: 24.07px;
  height: 43px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-index__card__title__text::before, .haidoku-index__card__title__text::after {
    width: 20px;
    height: 35px;
    top: -4.6px;
  }
}
.haidoku-index__card__title__text::before {
  background-image: url("../img/circulatory/haidoku/common/line_l.svg");
  left: -44.97px;
}
@media screen and (max-width: 767px) {
  .haidoku-index__card__title__text::before {
    left: -38px;
  }
}
.haidoku-index__card__title__text::after {
  background-image: url("../img/circulatory/haidoku/common/line_r.svg");
  right: -44.97px;
}
@media screen and (max-width: 767px) {
  .haidoku-index__card__title__text::after {
    right: -38px;
  }
}

.haidoku__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .haidoku__head {
    display: block;
  }
}
.haidoku__head::before {
  content: "";
  display: block;
  position: absolute;
  top: -57px;
  left: -31.8px;
  width: 158.82px;
  height: 168.59px;
  background-image: url("../img/circulatory/haidoku/common/kv_lung2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .haidoku__head::before {
    width: 85.3px;
    height: 90.55px;
    top: -23.1px;
    left: -14.3px;
  }
}
.haidoku__title {
  width: 225.69px;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .haidoku__title {
    width: 137.72px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.haidoku__title img {
  width: 100%;
}
.haidoku__title__wrapper {
  display: grid;
  gap: 7px 12px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .haidoku__title__wrapper {
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0 10px;
  }
}
.haidoku__title2 {
  width: 250.61px;
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: self-end;
}
@media screen and (max-width: 767px) {
  .haidoku__title2 {
    width: 163.57px;
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: center;
  }
}
.haidoku__title2 img {
  width: 100%;
}
.haidoku__title3 {
  grid-column: 2/3;
  grid-row: 2/3;
  font-family: "Kiwi Maru", serif;
  color: #AF1919;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .haidoku__title3 {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: 16px;
  }
}
.haidoku__prof {
  font-size: 12px;
  text-align: right;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .haidoku__prof {
    text-align: left;
  }
}
.haidoku__prof + .haidoku__prof {
  margin-top: 10px;
}
.haidoku__prof__wrapper {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .haidoku__prof__wrapper {
    margin-top: 0;
  }
}

.haidoku-tab {
  background-color: #FFFFFF;
  border-bottom: 4px solid #8D5FD3;
  border-radius: 0 10px 0 0;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 30px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .haidoku-tab {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.haidoku-tab::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 530px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  background-image: url("../img/circulatory/haidoku/common/tab.png");
  background-repeat: no-repeat;
  background-size: 100% 50px;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  .haidoku-tab::before {
    width: calc(100% - 20px);
  }
}
.haidoku-tab::after {
  content: "";
  display: block;
  position: absolute;
  top: -37px;
  right: 35px;
  width: 63.94px;
  height: 159.62px;
  background-image: url("../img/circulatory/haidoku/common/illust5.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-tab::after {
    top: -50.67px;
    right: -96px;
    width: 44.75px;
    height: 111.73px;
  }
}
.haidoku-tab__meta {
  margin-top: -50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .haidoku-tab__meta {
    margin-top: -55px;
    width: calc(100% - 40px);
  }
}
.haidoku-tab__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .haidoku-tab__content {
    gap: 10px;
  }
}
.haidoku-tab .haidoku-title {
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .haidoku-tab .haidoku-title {
    font-size: 20px;
  }
}

.haidoku-q__wrapper {
  background-color: #F2EDFA;
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .haidoku-q__wrapper {
    padding: 18px 5.3333333333vw 45px;
  }
}
.haidoku-q__wrapper::before {
  content: "";
  display: block;
  width: 100vw;
  max-width: 1920px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  background-image: url("../img/circulatory/haidoku/common/bg_lung.png");
  background-size: cover;
  background-position: center;
  -webkit-transform-origin: center;
          transform-origin: center; /* 下部を中心に変形 */
  -webkit-animation: breathe-backgroud 4s infinite ease-in-out;
          animation: breathe-backgroud 4s infinite ease-in-out; /* アニメーション適用 */
}
@media screen and (max-width: 767px) {
  .haidoku-q__wrapper::before {
    width: 120vw;
  }
}
.haidoku-q__btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.haidoku-q__btn button {
  font-family: "Kiwi Maru", serif !important;
  font-size: 20px;
  font-weight: 500;
  background-color: #FFFFFF;
  color: #AF1919;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.161);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.161);
}
@media screen and (max-width: 767px) {
  .haidoku-q__btn button {
    font-size: 18px;
    padding: 15px;
  }
}
.haidoku-q__btn button.is-active {
  background-color: #AF1919;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .haidoku-q__btn button.is-active:hover {
    opacity: 1;
  }
}
.haidoku-q__question {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  color: #AF1919;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .haidoku-q__question {
    font-size: 23px;
    gap: 15px;
    margin-bottom: 20px;
  }
}
.haidoku-q__question--q {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .haidoku-q__question--q {
    font-size: 30px;
  }
}

.haidoku-table {
  -webkit-box-flex: calc(50% - 20px);
      -ms-flex: calc(50% - 20px) 0 0px;
          flex: calc(50% - 20px) 0 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  border-collapse: collapse;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .haidoku-table {
    width: 100%;
  }
  .haidoku-table:has(+ .haidoku-table) {
    border-radius: 10px 10px 0 0;
  }
  .haidoku-table + .haidoku-table {
    border-radius: 0 0 10px 10px;
  }
  .haidoku-table + .haidoku-table--separate {
    margin-top: 20px;
    border-radius: 10px;
  }
  .haidoku-table:has(+ .haidoku-table--separate) {
    border-radius: 10px;
  }
}
.haidoku-table + .haidoku-table::before {
  content: "";
  display: block;
  position: absolute;
  width: 134.16px;
  height: 151.53px;
  background-image: url("../img/circulatory/haidoku/common/illust6.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-table + .haidoku-table::before {
    content: none;
  }
}
.haidoku-q1 .haidoku-table + .haidoku-table::before {
  bottom: -124.5px;
  right: 68.8px;
}
.haidoku-q2 .haidoku-table + .haidoku-table::before {
  bottom: 259.8px;
  right: 40.8px;
}
.haidoku-q3 .haidoku-table + .haidoku-table::before {
  bottom: -6.4px;
  right: 35px;
}
.haidoku-q4 .haidoku-table + .haidoku-table::before {
  bottom: 382.6px;
  left: -213.16px;
}
.haidoku-table + .haidoku-table::after {
  content: "";
  display: block;
  position: absolute;
  width: 50.46px;
  height: 121.79px;
  background-image: url("../img/circulatory/haidoku/common/illust2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-table + .haidoku-table::after {
    content: none;
  }
}
.haidoku-q1 .haidoku-table + .haidoku-table::after {
  bottom: -246.29px;
  left: 74px;
}
.haidoku-q2 .haidoku-table + .haidoku-table::after {
  bottom: -99.3px;
  left: 41.5px;
}
.haidoku-q3 .haidoku-table + .haidoku-table::after {
  bottom: 195.5px;
  left: -295px;
}
.haidoku-q4 .haidoku-table + .haidoku-table::after {
  bottom: 220.5px;
  left: -503.46px;
}
.haidoku-table__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .haidoku-table__wrapper {
    display: block;
  }
}
.haidoku-table th, .haidoku-table td {
  padding: 15px 10px;
  color: #FFFFFF;
  vertical-align: top;
  font-weight: 400;
  line-height: 1.4;
}
.haidoku-table th {
  border-right: 1px solid #FFFFFF;
  width: 8.5em;
}
@media screen and (max-width: 767px) {
  .haidoku-table th {
    width: 6em;
  }
}
.haidoku-table__row2 {
  background-color: rgba(80, 32, 152, 0.1);
}
.haidoku-table__heading th {
  border-bottom: 2px solid #F2EDFA;
  border-right: none;
  font-weight: 700;
}
.haidoku-table ul {
  list-style: none;
}
.haidoku-table ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.haidoku-table ul li::before {
  content: "・";
}
.haidoku-table ul > li + li {
  margin-top: 5px;
}
.haidoku-table ul p {
  padding-left: 0;
  text-indent: 0;
}
.haidoku-table ul p:first-of-type {
  display: inline;
}
.haidoku-table p + p {
  margin-top: 5px;
}
.haidoku-table caption {
  color: #8D5FD3;
  font-family: "Kiwi Maru", serif;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .haidoku-table caption {
    font-size: 18px;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.haidoku-data {
  display: none;
  position: relative;
}
.haidoku-data.is-active {
  display: block;
}
.haidoku-data__wrapper {
  margin-top: 40px;
}
.haidoku-data__outer {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  color: #FFFFFF;
  position: relative;
}
.haidoku-data__outer::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -28px;
  left: 59px;
  width: 157.1px;
  height: 172.79px;
  background-image: url("../img/circulatory/haidoku/common/illust1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-data__outer::before {
    content: none;
  }
}
.haidoku-q2 .haidoku-data__outer::before {
  bottom: -28px;
  left: -58.2px;
}
.haidoku-data__outer::after {
  content: "";
  display: block;
  position: absolute;
  top: 188.2px;
  right: 120.3px;
  width: 45.74px;
  height: 121.49px;
  background-image: url("../img/circulatory/haidoku/common/illust4.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-data__outer::after {
    max-width: 45.74px;
    width: 8.5386666667vw;
    height: 22.6773333333vw;
    top: min(9.64vw, 56px);
    right: -16.92vw;
  }
}
.haidoku-q2 .haidoku-data__outer::after {
  top: 188.2px;
  right: 33px;
}
@media screen and (max-width: 767px) {
  .haidoku-q2 .haidoku-data__outer::after {
    top: min(9.64vw, 56px);
    right: -16.92vw;
  }
}
.haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active)::before, .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active)::after {
  content: none;
}
.haidoku-data__title {
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 24px;
  font-weight: 500;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .haidoku-data__title {
    font-size: 20px;
  }
}
.haidoku-data__body {
  padding: 0 20px 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .haidoku-data__body {
    padding: 0 10px 25px;
  }
}
@media screen and (max-width: 526px) {
  .haidoku-data__body {
    height: calc(89.6vw + 72.13px);
  }
}
.haidoku-data__image {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.haidoku-data__image img {
  width: 100%;
}
.haidoku-data__image__wrapper {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  margin-inline: auto;
}
.haidoku-data__image__wrapper .haidoku-data__image {
  margin: 0;
}
.haidoku-data__image .haidoku-data__base-image {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.haidoku-data__image .haidoku-data__lens-image {
  position: absolute;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100%;
  top: 20px;
  left: 20px;
}
.haidoku-data__image .haidoku-data__lens-image img {
  width: 900px;
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.haidoku-data__image .haidoku-data__lens-image__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 240px;
  height: 240px;
  overflow: hidden;
  pointer-events: none;
  border-radius: 100%;
  z-index: 20;
}
.haidoku-data__image .haidoku-data__lens-image__wrapper::after {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/circulatory/haidoku/common/scope.svg");
  background-size: contain;
  -webkit-animation: 30s linear infinite rotation;
          animation: 30s linear infinite rotation;
}
.haidoku-data__image .haidoku-canvas {
  width: 450px;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .haidoku-data__image .haidoku-canvas {
    max-width: 450px;
    width: 100%;
  }
}
.haidoku-data__image .haidoku-canvas.q1 {
  background-image: url("/newtemp/useful/img/circulatory/haidoku/q1/q1_data2/q1_data2_001.jpg");
  background-size: cover;
}
.haidoku-data__image .haidoku-canvas.q2 {
  background-image: url("/newtemp/useful/img/circulatory/haidoku/q2/q2_data2/q2_data2_001.jpg");
  background-size: cover;
}
.haidoku-data__image .haidoku-canvas.q3 {
  background-image: url("/newtemp/useful/img/circulatory/haidoku/q3/q3_data2/q3_data2_001.jpg");
  background-size: cover;
}
.haidoku-data__image .haidoku-canvas.q4 {
  background-image: url("/newtemp/useful/img/circulatory/haidoku/q4/q4_data2/q4_data2_001.jpg");
  background-size: cover;
}
.haidoku-data__image .haidoku-canvas.q5 {
  background-image: url("/newtemp/useful/img/circulatory/haidoku/q5/q5_data2/q5_data2_001.jpg");
  background-size: cover;
}
.haidoku-data__image .haidoku-canvas__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.haidoku-data__image .haidoku-canvas__controls input[type=range] {
  width: 300px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: inherit;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .haidoku-data__image .haidoku-canvas__controls input[type=range] {
    width: calc(100% - 123px);
  }
}
.haidoku-data__image .haidoku-canvas__controls input[type=range]::-webkit-slider-runnable-track {
  background-color: #FFFFFF;
  height: 4px;
}
.haidoku-data__image .haidoku-canvas__controls input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.haidoku-data__image .haidoku-canvas__controls .haidoku-play-stop-btn {
  background-color: inherit;
  width: 135px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  padding: 8.5px;
  font-family: "Kiwi Maru", serif !important;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .haidoku-data__image .haidoku-canvas__controls .haidoku-play-stop-btn {
    width: 113px;
    font-size: 18px;
    padding: 10px 5px;
  }
}
.haidoku-data__image .haidoku-canvas__controls .haidoku-play-stop-btn.play::before {
  content: "";
  display: inline-block;
  background-image: url("../img/circulatory/haidoku/common/play.svg");
  margin-right: 10px;
  margin-bottom: 2px;
  width: 10px;
  height: 12px;
}
.haidoku-data__image .haidoku-canvas__controls .haidoku-play-stop-btn.stop::before {
  content: "";
  display: inline-block;
  background-image: url("../img/circulatory/haidoku/common/stop.svg");
  margin-right: 10px;
  width: 11px;
  height: 16px;
}
.haidoku-q2 .haidoku-data--3 .haidoku-data__image {
  width: 311px;
}
.haidoku-data__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .haidoku-data__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.haidoku-data__inner h4 {
  font-weight: 400;
  line-height: 1.4;
}
.haidoku-data__inner p {
  line-height: 1.4;
}
.haidoku-data__inner h4 + p,
.haidoku-data__inner p + h4,
.haidoku-data__inner p + p {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .haidoku-data__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.haidoku-data__scroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .haidoku-data__scroll {
    display: block;
    color: #FFFFFF;
    background-color: rgba(80, 32, 152, 0.7);
    width: 98px;
    height: 100px;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 10px;
    padding: 11px 5px 8px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .haidoku-data__scroll img {
    display: block;
    margin: 0 auto;
  }
}
.haidoku-data__comment {
  width: 100%;
  max-width: 450px;
  height: 30px;
  background-color: rgba(175, 25, 25, 0.3);
  margin-inline: auto;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  line-height: 1.4285714286;
  padding: 5px;
  grid-row: 1/1;
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .haidoku-data__comment {
    font-size: 13px;
    height: unset;
  }
}
@media screen and (max-width: 767px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--1.is-active) .haidoku-data__body {
    padding-bottom: 0;
    height: 535px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 526px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--1.is-active) .haidoku-data__body {
    height: unset;
    aspect-ratio: 450/535;
  }
}
@media screen and (max-width: 767px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--1.is-active) .haidoku-data__image__wrapper {
    display: block;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--1.is-active) .haidoku-data__image {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--1.is-active) .haidoku-data__image + .haidoku-data__image {
    margin-top: 10px;
  }
}
.haidoku-q2 .haidoku-data__outer:has(.haidoku-data--1.is-active) .haidoku-data__comment {
  max-width: 910px;
}
@media screen and (max-width: 767px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--1.is-active) .haidoku-data__comment {
    max-width: 450px;
  }
}
@media screen and (max-width: 526px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--2.is-active) .haidoku-data__body {
    aspect-ratio: 450/535;
    height: auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active) .haidoku-data__body {
    padding-bottom: 0;
    height: 535px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 526px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active) .haidoku-data__body {
    height: unset;
    aspect-ratio: 450/535;
  }
}
@media screen and (max-width: 767px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active) .haidoku-data__inner {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active) .haidoku-data__image__wrapper {
    max-width: 632px;
    width: 100%;
  }
}
@media screen and (max-width: 526px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active) .haidoku-data__image__wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active) .haidoku-data__image {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 526px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active) .haidoku-data__image {
    width: 81.9047619048%;
  }
}
@media screen and (max-width: 374px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active) .haidoku-data__image {
    width: 100%;
    max-width: 258px;
  }
}
@media screen and (max-width: 526px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active) .haidoku-data__image + .haidoku-data__image {
    margin-top: 10px;
  }
}
.haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active) .haidoku-data__comment {
  max-width: 632px;
}
@media screen and (max-width: 526px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active) .haidoku-data__comment {
    width: 81.9047619048%;
  }
}
@media screen and (max-width: 374px) {
  .haidoku-q2 .haidoku-data__outer:has(.haidoku-data--3.is-active) .haidoku-data__comment {
    width: 100%;
    max-width: 258px;
  }
}

.haidoku-choices {
  padding-left: 52px;
}
@media screen and (max-width: 767px) {
  .haidoku-choices {
    padding-left: 0;
  }
}
.haidoku-choices.is-hidden {
  display: none;
}

.haidoku-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.haidoku-choice__answer {
  font-weight: 500;
  color: #AF1919;
  font-size: 24px;
  padding: 20px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  border: 2px solid #8D5FD3;
  background-color: #FFFFFF;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.161);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .haidoku-choice__answer {
    cursor: pointer;
  }
  .haidoku-choice__answer:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .haidoku-choice__answer {
    font-size: 20px;
    padding: 15px;
  }
}
.haidoku-choice--sub {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .haidoku-choice--sub {
    font-size: 18px;
  }
}
.haidoku-choice + .haidoku-choice {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .haidoku-choice + .haidoku-choice {
    margin-top: 10px;
  }
}
.haidoku-choice__alphabet {
  font-family: "Kiwi Maru", serif !important;
  font-size: 30px;
  font-weight: 500;
  color: #AF1919;
  width: 26px;
  margin-right: 35.7px;
  text-align: center;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width: 767px) {
  .haidoku-choice__alphabet {
    font-size: 23px;
    width: 20px;
    margin-right: 18px;
  }
}
.is-example .haidoku-choice__answer {
  border-color: rgba(80, 32, 152, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .is-example .haidoku-choice__answer {
    cursor: unset;
  }
  .is-example .haidoku-choice__answer:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .is-answer .haidoku-choice__answer {
    cursor: unset;
  }
  .is-answer .haidoku-choice__answer:hover {
    opacity: 1;
  }
}
.haidoku-choice.is-correct .haidoku-choice__alphabet {
  position: relative;
  z-index: 2;
}
.haidoku-choice.is-correct .haidoku-choice__alphabet::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background-image: url("../img/circulatory/haidoku/common/mark_correct.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: -18px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .haidoku-choice.is-correct .haidoku-choice__alphabet::before {
    width: 45px;
    height: 45px;
    top: -1px;
    left: -12.5px;
  }
}
.haidoku-choice.is-correct .haidoku-choice__answer {
  background-color: #AF1919;
  color: #FFFFFF;
  border-color: #AF1919;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.haidoku-choice.is-incorrect .haidoku-choice__alphabet {
  position: relative;
  z-index: 2;
}
.haidoku-choice.is-incorrect .haidoku-choice__alphabet::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background-image: url("../img/circulatory/haidoku/common/mark_incorrect.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: -18px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .haidoku-choice.is-incorrect .haidoku-choice__alphabet::before {
    width: 39px;
    height: 39px;
    top: 2px;
    left: -9.5px;
  }
}
.haidoku-choice.is-incorrect .haidoku-choice__answer {
  background-color: #FFFFFF;
  color: #333333;
  border-color: #666666;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.haidoku-choice.is-wrong .haidoku-choice__alphabet {
  position: relative;
  z-index: 2;
}
.haidoku-choice.is-wrong .haidoku-choice__alphabet::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background-image: url("../img/circulatory/haidoku/common/mark_incorrect.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: -18px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .haidoku-choice.is-wrong .haidoku-choice__alphabet::before {
    width: 39px;
    height: 39px;
    top: 2px;
    left: -9.5px;
  }
}
.haidoku-choice.is-wrong .haidoku-choice__answer {
  background-color: #666666;
  color: #FFFFFF;
  border-color: #666666;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.haidoku-a.is-hidden {
  display: none;
}

.haidoku-body {
  padding-top: 67px;
}
@media screen and (max-width: 767px) {
  .haidoku-body {
    padding: 41px 5.3333333333vw 0;
  }
}
.haidoku-body .haidoku__container {
  position: relative;
}
.haidoku-body .haidoku__container::before {
  content: "";
  width: 4px;
  height: 67px;
  background-color: #8D5FD3;
  position: absolute;
  top: -67px;
  left: 16.5px;
}
@media screen and (max-width: 767px) {
  .haidoku-body .haidoku__container::before {
    height: 41px;
    top: -41px;
    left: 13px;
  }
}

.ecM {
  position: relative;
  padding: 23px 20px 40px;
  border: 3px solid #32b372;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 60px auto;
  width: 630px;
}
@media screen and (max-width: 767px) {
  .ecM {
    margin: 40px auto;
    padding: 15px 12px 20px;
    width: 100%;
  }
}
.ecM.is-hidden {
  display: none;
}

.ecM__t {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.73333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ecM__t {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.57143;
  }
}
.ecM__t > span {
  display: inline-block;
}

@media (min-width: 768px) {
  .ecM__ls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ecM__ls > li {
  width: 216px;
}

@media (max-width: 767px) {
  .ecM__ls > li {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .ecM__ls > li + li {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .ecM__ls > li + li {
    margin-top: 10px;
  }
}
.haidoku-a__commentary {
  background-color: rgba(95, 211, 188, 0.15);
  padding: 40px;
  margin-top: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .haidoku-a__commentary {
    padding: 20px;
    gap: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 709px) {
  .haidoku-a__commentary {
    display: block;
  }
}
.haidoku-a__commentary__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .haidoku-a__commentary__inner {
    display: block;
  }
}
.haidoku-a__commentary__icon {
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-family: "Kiwi Maru", serif;
  font-size: 24px;
  font-weight: 500;
  color: #AF1919;
  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;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .haidoku-a__commentary__icon {
    width: 67px;
    height: 67px;
    font-size: 20px;
  }
}
.haidoku-a__commentary__title {
  font-family: "Kiwi Maru", serif;
  font-size: 30px;
  font-weight: 500;
  color: #8D5FD3;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .haidoku-a__commentary__title {
    font-size: 23px;
  }
}
.haidoku-a__commentary__title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  margin-top: -10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .haidoku-a__commentary__title__wrapper {
    gap: 14px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.haidoku-a__commentary__text p + p {
  margin-top: 1em;
}
.haidoku-a__commentary__image {
  -webkit-box-flex: 37.1428571429%;
      -ms-flex: 37.1428571429% 0 0px;
          flex: 37.1428571429% 0 0;
}
@media screen and (max-width: 767px) {
  .haidoku-a__commentary__image {
    max-width: 390px;
    width: 100%;
    margin: 30px auto 0 !important;
  }
}
.haidoku-a__commentary__image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .haidoku-a__commentary .haidoku-table {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .haidoku-a__commentary .haidoku-table th {
    width: 5.5em;
  }
}

.haidoku-foot {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .haidoku-foot {
    padding: 40px 5.3333333333vw 50px;
  }
}
.haidoku-foot::before {
  content: "";
  display: block;
  position: absolute;
  top: -69px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46.9px;
  height: 120.64px;
  background-image: url("../img/circulatory/haidoku/common/illust7.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .haidoku-foot::before {
    width: 32.83px;
    height: 84.44px;
    top: -50.5px;
  }
}
.haidoku-foot::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F2EDFA;
  z-index: -1;
}
.haidoku-foot__title {
  font-size: 24px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: #AF1919;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.1666666667;
}
@media screen and (max-width: 767px) {
  .haidoku-foot__title {
    font-size: 20px;
  }
}
.haidoku-foot .haidoku-card {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .haidoku-foot .haidoku-card {
    margin-bottom: 30px;
  }
}
.haidoku-foot .haidoku-card.no-link {
  border-color: rgba(141, 95, 211, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.haidoku-foot .haidoku-card.no-link::after {
  content: "Comming soon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  color: #502098;
  font-weight: 500;
}
.haidoku-foot .haidoku-card.no-link .haidoku-card__inner {
  opacity: 0.2;
}
.haidoku-foot .haidoku-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px 10px 10px;
  gap: 5px 10px;
}
@media screen and (max-width: 767px) {
  .haidoku-foot .haidoku-card__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 15px 15px 10px;
  }
}
.haidoku-foot .haidoku-card .haidoku-q-num {
  width: 50px;
  height: 50px;
  font-size: 18px;
  -webkit-box-flex: 50px;
      -ms-flex: 50px 0 0px;
          flex: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .haidoku-foot .haidoku-card .haidoku-q-num {
    width: 42px;
    height: 42px;
    font-size: 17px;
    -webkit-box-flex: 42px;
        -ms-flex: 42px 0 0px;
            flex: 42px 0 0;
  }
}
.haidoku-foot .haidoku-card .haidoku-title {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .haidoku-foot .haidoku-card .haidoku-title {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 17px;
    padding-left: 5px;
  }
}
.haidoku-foot .haidoku-card .haidoku-difficulty {
  border: none;
  padding: 0;
  font-size: 14px;
}
.haidoku-foot__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .haidoku-foot__pagination {
    gap: 10px;
  }
}
@media screen and (max-width: 374px) {
  .haidoku-foot__pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 180px;
    margin: 0 auto;
  }
}
.haidoku-foot__pagination .haidoku-q-num {
  width: 48px;
  height: 48px;
  font-size: 16px;
  -webkit-box-flex: 48px;
      -ms-flex: 48px 0 0px;
          flex: 48px 0 0;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.161);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.161);
}
.haidoku-foot__pagination .haidoku-q-num.current {
  background-color: #AF1919;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.haidoku-foot__pagination .haidoku-q-num.no-link {
  opacity: 0.3;
}

.haidoku-banner {
  background-color: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .haidoku-banner {
    padding: 40px 5.3333333333vw 50px;
  }
}
.haidoku-banner__title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: #502098;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.1666666667;
}
@media screen and (max-width: 767px) {
  .haidoku-banner__title {
    font-size: 20px;
  }
}
.haidoku-banner__wrapper {
  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;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .haidoku-banner__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.haidoku-banner__item {
  width: 330px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .haidoku-banner__item {
    max-width: 295px;
    width: 100%;
  }
}
.haidoku-banner__item img {
  width: 100%;
}/*# sourceMappingURL=haidoku.css.map */