@font-face {
  font-family: "AveriaSerifLibre-Bold";
  src: url(../fonts/AveriaSerifLibre-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "AveriaSerifLibre-Italic";
  src: url(../fonts/AveriaSerifLibre-Italic.ttf) format("truetype");
}
@media print, (min-width: 896px) {
  .sp {
    display: none !important;
  }

  .wrapper {
    margin-top: 8rem;
    padding-bottom: 75px;
  }

  .hero__container {
    position: relative;
    aspect-ratio: 1200/550;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .hero__container--article1 {
    background-image: url(../images/article1/hero_img.png);
  }
  .hero__container--article2 {
    background-image: url(../images/article2/hero_img.png);
  }
  .hero__container--article3 {
    background-image: url(../images/article3/hero_img.png);
  }
  .hero__box {
    position: absolute;
    top: 54%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 66.6%;
  }
  .hero__heading {
    font-size: 30px;
    line-height: 1.6em;
    font-weight: bold;
  }
  .hero__paragraph {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: bold;
  }
  .hero__link {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    width: 255px;
    height: 56px;
    line-height: 54px;
    border-radius: 28px;
    border: solid 1px #64AFC3;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    background-color: #fff;
    transition: all 0.2s 0s ease;
  }
  .hero__link::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: block;
    content: "";
    height: 17px;
    width: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/article1/icon-arrow.png);
  }
  .hero__link:hover {
    border: solid 1px #7D5A46;
    color: #fff;
    background-color: #7D5A46;
  }
  .hero__link:hover::after {
    background-image: url(../images/article1/icon-arrow2.png);
  }
  .hero__container2 {
    color: #fff;
    background-color: #7D5A46;
  }
  .hero__box2 {
    display: flex;
    margin: 0 auto;
    padding: 23px 0;
    width: 100%;
    max-width: 1060px;
    align-items: center;
  }
  .hero__box2-left {
    flex-basis: 19%;
    text-align: center;
  }
  .hero__box2-right {
    flex-basis: 81%;
  }
  .hero__heading2 {
    display: inline-block;
    font-size: 22px;
    line-height: 1.5em;
    font-family: "AveriaSerifLibre-Bold";
  }
  .hero__paragraph2 {
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: -0.04em;
  }

  .qa__container {
    margin: 0 auto;
    padding: 0 70px;
    width: 100%;
    max-width: 1200px;
  }
  .qa__list {
    padding: 40px 0 50px 0;
    border-top: solid 1px #808080;
    width: 100%;
  }
  .qa__list:first-child {
    border-top: none;
  }
  .qa__list > dt {
    font-size: 27px;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #64AFC3;
  }
  .qa__box {
    display: flex;
    align-items: center;
  }
  .qa__box-left {
    margin-right: 30px;
  }
  .qa__box2 {
    display: flex;
    flex-direction: row-reverse;
  }
  .qa__box2-left {
    margin-left: 30px;
    flex-basis: 35%;
  }
  .qa__box2-right {
    flex-basis: 65%;
  }
  .qa__image {
    display: block;
    width: 100%;
    height: auto;
  }
  .qa__box3 {
    display: flex;
  }
  .qa__box3-left {
    margin-right: 30px;
    flex-basis: 39%;
  }
  .qa__box3-right {
    flex-basis: 61%;
  }
  .qa__text {
    font-size: 88px;
    line-height: 1.5em;
    font-weight: normal;
    font-family: "AveriaSerifLibre-Bold";
  }
  .qa__paragraph {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    color: #7D5A46;
  }
  .qa__paragraph2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8em;
  }

  .navi {
    margin-top: 40px;
  }
  .navi__container {
    margin: 0 auto;
    padding: 0 70px;
    width: 100%;
    max-width: 1200px;
  }
  .navi__heading {
    font-weight: bold;
    font-size: 23px;
  }
  .navi__list {
    margin-top: 20px;
    display: flex;
  }
  .navi__list > li {
    border-radius: 8px;
    flex-basis: 50%;
    padding: 20px 30px;
    background-color: #E1E6EB;
  }
  .navi__list > li:nth-child(2n) {
    margin-left: 10px;
  }
  .navi__list > li:nth-child(2n-1) {
    margin-right: 10px;
  }
  .navi__box {
    display: flex;
    align-items: center;
  }
  .navi__box-left {
    flex-basis: 44%;
  }
  .navi__box-right {
    margin-left: 15px;
    flex-basis: 56%;
  }
  .navi__paragraph {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    font-weight: bold;
    color: #7D5A46;
  }
  .navi__paragraph2 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: -0.05em;
  }
  .navi__image {
    display: block;
    width: 100%;
    height: auto;
    border: solid 6px #7D5A46;
  }

  .modal {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000099;
    display: none;
  }
  .modal.open {
    display: block !important;
  }
  .modal.opened .modal__container {
    opacity: 1;
    transition: opacity 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .modal__button {
    position: absolute;
    right: -50px;
    top: 0;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    transition: all 500ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #666;
  }
  .modal__button:before {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(-50%, -50%) rotate(-60deg);
    display: block;
    content: "";
    width: 1px;
    height: 25px;
    background-color: #F8B500;
  }
  .modal__button:after {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(-50%, -50%) rotate(60deg);
    display: block;
    content: "";
    width: 1px;
    height: 25px;
    background-color: #F8B500;
  }
  .modal__button2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modal__container {
    opacity: 0;
  }
  .modal__container2 {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    width: 100vw;
    height: calc(100vh - 50px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .modal__container2.open {
    display: block !important;
  }

  .modal-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 100px);
    max-width: 1200px;
    aspect-ratio: 1200/675;
  }
  .modal-movie__iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 895.98px) {
  .pc {
    display: none !important;
  }

  .wrapper {
    margin-top: 15.8666666667vw;
  }

  .hero__box {
    padding: 2.6666666667vw 5.3333333333vw 6vw 8vw;
  }
  .hero__heading {
    font-size: 5.0666666667vw;
    line-height: 1.6em;
    letter-spacing: -0.05em;
    font-weight: bold;
  }
  .hero__paragraph {
    font-size: 3.7333333333vw;
    line-height: 1.6em;
    letter-spacing: -0.05em;
  }
  .hero__container2 {
    padding: 2.6666666667vw 8vw 4.6666666667vw 8vw;
    color: #fff;
    background-color: #7D5A46;
  }
  .hero__heading2 {
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: 1.5em;
    font-family: "AveriaSerifLibre-Bold";
  }
  .hero__paragraph2 {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.6em;
    letter-spacing: -0.05em;
  }
  .hero__image {
    display: block;
    width: 100%;
    height: auto;
  }

  .qa__container {
    padding: 0 9.3333333333vw;
  }
  .qa__list {
    padding: 5.3333333333vw 0 6.6666666667vw 0;
    border-top: solid 0.1333333333vw #808080;
    width: 100%;
  }
  .qa__list:first-child {
    border-top: none;
  }
  .qa__list:last-child {
    border-bottom: solid 0.1333333333vw #808080;
  }
  .qa__list > dt {
    font-size: 4vw;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: -0.1em;
    color: #64AFC3;
  }
  .qa__box {
    margin-left: -5.3333333333vw;
    margin-right: -9.3333333333vw;
    display: flex;
    align-items: center;
  }
  .qa__box-left {
    width: 13.3333333333vw;
    text-align: center;
  }
  .qa__box2-left {
    margin-right: -9.3333333333vw;
  }
  .qa__image {
    display: block;
    width: 100%;
    height: auto;
  }
  .qa__box3-left {
    margin-left: -9.3333333333vw;
  }
  .qa__text {
    font-size: 11.7333333333vw;
    line-height: 1.5em;
    font-weight: normal;
    font-family: "AveriaSerifLibre-Bold";
  }
  .qa__paragraph {
    margin-top: 4vw;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    color: #7D5A46;
  }
  .qa__paragraph2 {
    margin-top: 2vw;
    font-size: 3.7333333333vw;
    line-height: 1.6em;
  }
  .qa__link {
    position: relative;
    margin-top: 5.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
    border: solid 0.2666666667vw #64AFC3;
    text-align: center;
    font-weight: bold;
    font-size: 3.7333333333vw;
    background-color: #fff;
    transition: all 0.2s 0s ease;
  }
  .qa__link::after {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    display: block;
    content: "";
    height: 3.4666666667vw;
    width: 2.2666666667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/article1/icon-arrow.png);
  }

  .navi {
    margin-top: 12vw;
  }
  .navi__container {
    padding: 0 9.3333333333vw 9.3333333333vw 9.3333333333vw;
  }
  .navi__heading {
    font-weight: bold;
    font-size: 4vw;
  }
  .navi__list {
    margin-top: 6vw;
  }
  .navi__list > li {
    margin-top: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 4vw 4vw;
    background-color: #E1E6EB;
  }
  .navi__paragraph {
    margin-top: 5.3333333333vw;
    font-size: 4vw;
    line-height: 1.5em;
    font-weight: bold;
    color: #7D5A46;
  }
  .navi__paragraph2 {
    margin-top: 1.3333333333vw;
    font-size: 3.6vw;
    line-height: 1.5em;
  }
  .navi__image {
    display: block;
    width: 100%;
    height: auto;
    border: solid 0.8vw #7D5A46;
  }

  .modal {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000099;
    display: none;
  }
  .modal.open {
    display: block !important;
  }
  .modal.opened .modal__container {
    opacity: 1;
    transition: opacity 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .modal__button {
    position: absolute;
    right: 0;
    top: -6.6666666667vw;
    display: block;
    overflow: hidden;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    text-indent: -1333.2vw;
    transition: all 500ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #666;
  }
  .modal__button:before {
    position: absolute;
    top: 50%;
    right: 3.3333333333vw;
    transform: translate(-50%, -50%) rotate(-60deg);
    display: block;
    content: "";
    width: 0.1333333333vw;
    height: 3.3333333333vw;
    background-color: #F8B500;
  }
  .modal__button:after {
    position: absolute;
    top: 50%;
    right: 3.3333333333vw;
    transform: translate(-50%, -50%) rotate(60deg);
    display: block;
    content: "";
    width: 0.1333333333vw;
    height: 3.3333333333vw;
    background-color: #F8B500;
  }
  .modal__button2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modal__container {
    opacity: 0;
  }
  .modal__container2 {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .modal__container2.open {
    display: block !important;
  }

  .modal-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: 1280/720;
  }
  .modal-movie__iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 895.98px) and (orientation: landscape) {
  .modal-movie {
    width: 60%;
  }
}
.hero .hero__heading {
  opacity: 0;
}
.hero .hero__paragraph {
  opacity: 0;
}
.hero .hero__link {
  opacity: 0;
}
.hero.show .hero__heading {
  opacity: 1;
  transition: all 500ms 0ms ease-in;
}
.hero.show .hero__paragraph {
  opacity: 1;
  transition: all 500ms 500ms ease-in;
}
.hero.show .hero__link {
  opacity: 1;
  transition: all 500ms 700ms ease-in;
}

.qa__list > dt {
  opacity: 0;
}
.qa__list > dd {
  opacity: 0;
}
.qa__list .qa__paragraph {
  opacity: 0;
}
.qa__list .qa__paragraph2 {
  opacity: 0;
}
.qa__list .qa__image {
  opacity: 0;
}
.qa__list.show > dt {
  opacity: 1;
  transition: all 500ms 0ms ease-in;
}
.qa__list.show > dd {
  opacity: 1;
  transition: all 500ms 300ms ease-in;
}
.qa__list.show .qa__paragraph {
  opacity: 1;
  transition: all 500ms 300ms ease-in;
}
.qa__list.show .qa__paragraph2 {
  opacity: 1;
  transition: all 500ms 800ms ease-in;
}
.qa__list.show .qa__image {
  opacity: 1;
  transition: all 500ms 800ms ease-in;
}

.navi .navi__heading {
  opacity: 0;
}
.navi .navi__list {
  opacity: 0;
}
.navi.show .navi__heading {
  opacity: 1;
  transition: all 500ms 0ms ease-in;
}
.navi.show .navi__list {
  opacity: 1;
  transition: all 500ms 500ms ease-in;
}
