@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
.effected, .effected::before, .effected::after, .effected > *, .effected > *::before, .effected > *::after {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1, 1) !important;
}

.l-page ul,
.l-page ol {
  list-style: none;
}

.l-page {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding: 20px 0 0;
    font-size: 3.84615vw;
  }
}
.l-page * {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.l-page__bg {
  background-color: #f6f0e2;
}
.l-page__note {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .l-page__note {
    font-size: 2.05128vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page .hide-sp {
    display: none !important;
    visibility: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .l-page .hide-pc {
    display: none !important;
    visibility: hidden;
  }
}
.l-page sup {
  top: auto;
  font-size: 60%;
  vertical-align: baseline;
  letter-spacing: .01em;
}
.l-page h1 sup, .l-page h2 sup, .l-page h3 sup, .l-page h4 sup {
  font-size: 40%;
}
.l-page img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.l-page .txt-small {
  font-size: 88%;
}
.l-page .txt-blue {
  color: #2c4486;
  font-weight: 600;
}
.l-page a.hoverUp {
  display: block;
  transition: .2s;
}
.l-page a.hoverUp:hover {
  transform: translateY(-0.5em);
  opacity: .8;
}
.l-page .js_accordionBtn + * {
  display: none;
}
.l-page .swiper-button-prev, .l-page .swiper-button-next {
  top: auto;
}
.l-page .swiper-button-prev::after, .l-page .swiper-button-next::after {
  content: none;
}
.l-page .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #JTBGF-ly_footer.JTBGF-ly_footer {
    margin-top: 0 !important;
  }

  .breadcrumb-upper {
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    display: flex;
    flex-wrap: nowrap;
    font-size: 10px;
    line-height: 3rem;
    margin-top: 5em;
    overflow: hidden;
    position: relative;
  }

  .breadcrumb-upper__fix {
    box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    transition: box-shadow .3s;
    width: 7em;
    z-index: 3;
  }

  .breadcrumb-upper__fix a {
    padding-left: .5rem;
  }

  .breadcrumb-upper__scroll {
    flex: 1;
    overflow: hidden;
  }

  .breadcrumb-upper__list {
    display: flex;
    flex-wrap: nowrap;
    height: 3rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .breadcrumb-upper__item a {
    padding: 0 .5rem 0 1.8rem;
  }

  .breadcrumb-upper__item:last-child {
    padding: 0 1.2rem 0 1.8rem;
  }

  .breadcrumb-upper__fix a, .breadcrumb-upper__item a {
    display: block;
    background-color: #fff;
    text-align: center;
    position: relative;
  }

  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before, .breadcrumb-upper__fix a:after, .breadcrumb-upper__item a:after {
    content: "";
    border-style: solid;
    border-width: 2rem 0 2rem 1rem;
    position: absolute;
    top: -.5rem;
  }

  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before {
    border-color: transparent transparent transparent #fff;
    right: -.9rem;
    z-index: 2;
  }

  .breadcrumb-upper__fix a::after, .breadcrumb-upper__item a::after {
    border-color: transparent transparent transparent #d7d7d7;
    right: -1rem;
    z-index: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .breadcrumb-upper {
    margin: 0 auto 25px;
    max-width: 1230px;
    padding: 0 .5em;
    text-align: left;
  }

  .breadcrumb-upper__fix, .breadcrumb-upper__scroll, .breadcrumb-upper__item {
    display: inline-block;
    font-size: 10px;
  }

  .breadcrumb-upper__item {
    line-height: 2.1;
    margin-left: 1.5em;
    padding-left: .2em;
    position: relative;
  }

  .breadcrumb-upper__item::before {
    color: #999;
    content: ">";
    left: -1.1em;
    line-height: 2.1;
    position: absolute;
    top: 0;
  }
}
.l-page h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 25px;
  max-width: 1236px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-page h1 {
    margin-bottom: 20px;
    padding: 0 1%;
  }
}
.l-mv {
  position: relative;
  text-align: center;
  padding: 0 0 calc(150 / 780 * 100%);
}
@media print, screen and (min-width: 768px) {
  .l-mv {
    padding: 0 0 150px;
  }
  .l-mv__hero {
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .l-mv__lead {
    width: auto;
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1440px) {
  .l-mv__lead {
    width: calc(780 / 1440 * 100vw);
    margin: 0 auto;
  }
}

.l-page__inner {
  font-family: YakuHanJP, "Zen Maru Gothic", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
}
.l-page .l-contents .c-sec {
  padding: calc(80 / 780 * 100vw) 0;
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-sec {
    padding: 8rem 0;
  }
}
.l-page .l-contents .c-sec__ttl {
  color: #007ac7;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
  margin: 0 0 clamp(30px, calc(60 / 780 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .l-page .l-contents .c-sec__ttl {
    font-size: 6.15385vw;
  }
}
.l-page .l-contents .c-campaign {
  padding: 0 0 calc(150 / 780 * 100%);
  background: #eee5d1;
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-campaign {
    padding: 0 0 150px;
  }
}
.l-page .l-contents .c-campaign:nth-of-type(2n) {
  background: #f6f0e2;
}
.l-page .l-contents .c-campaign__divide {
  width: 100%;
  transform: translateY(calc(-90 / 780 * 100vw));
  margin: 0 0 calc(-90 / 780 * 100vw);
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-campaign__divide {
    transform: translateY(-90px);
    margin: 0 0 -90px;
  }
}
.l-page .l-contents .c-campaign__divide.wave02 {
  transform: translateY(calc(-80 / 780 * 100vw));
  margin: 0 0 calc(-80 / 780 * 100vw);
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-campaign__divide.wave02 {
    transform: translateY(-90px);
    margin: 0 0 -90px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-campaign__divide img {
    max-width: none;
    width: 100%;
    height: 90px;
  }
}
.l-page .l-contents .c-campaign__nayami {
  margin: 0 calc(40 / 780 * 100%) calc(132 / 780 * 100%);
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-campaign__nayami {
    margin: 0 auto 80px;
    width: 80%;
    display: flex;
    justify-content: center;
  }
}
.l-page .l-contents .c-campaign__answer {
  text-align: center;
  margin: 0 calc(40 / 780 * 100%);
  padding: 0 0 calc(40 / 780 * 100%);
  border-radius: clamp(8px, calc(16 / 780 * 100vw), 16px);
  background-color: #FFF;
  box-shadow: 7px 7px 0px 0px rgba(51, 51, 51, 0.2);
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-campaign__answer {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 40px;
  }
}
.l-page .l-contents .c-campaign__answer_outline {
  transform: translateY(calc(-90 / 780 * 100vw));
  margin: 0 0 calc(-90 / 780 * 100vw);
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-campaign__answer_outline {
    transform: translateY(-70px);
    margin: 0 0 -70px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1111px) {
  .l-page .l-contents .c-campaign__answer_outline {
    transform: translateY(calc(-70 / 1111 * 100vw));
    margin: 0 0 calc(-70 / 1111 * 100vw);
  }
}

.l-page .l-contents .c-campaign__answer_btn {
  display: inline-block;
  margin: 0 calc(40 / 700 * 100%);
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-campaign__answer_btn {
    margin: 0 60px;
  }
}
.l-page .l-contents .c-web_mov {
  background: #f6f0e2;
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-web_mov {
    padding: 0 0 10rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-web_mov__inner {
    margin: 0 auto;
    max-width: 1440px;
  }
}
.l-page .l-contents .c-web_mov__ttl {
  width: calc(279 / 780 * 100%);
  margin: 0 auto 2em;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-web_mov__ttl {
    width: auto;
  }
}
.l-page .l-contents .c-web_mov__slider-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-page .l-contents .c-web_mov__slider-container {
    margin-bottom: 6rem;
  }
}
.l-page .l-contents .c-web_mov__swiper {
  position: relative;
  overflow: visible;
  overflow-x: clip;
}
.l-page .l-contents .c-web_mov__swiper .swiper-slide {
  height: auto;
}
.l-page .l-contents .c-web_mov__swiper .swiper-slide .movie_wrapper {
  aspect-ratio: 16 / 9;
  text-align: center;
}
.l-page .l-contents .c-web_mov__swiper .swiper-slide .movie_wrapper__txt {
  font-weight: 700;
  color: #4c3525;
  line-height: 1.4;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .l-page .l-contents .c-web_mov__swiper .swiper-slide .movie_wrapper__txt {
    font-size: 3.84615vw;
  }
}
.l-page .l-contents .c-web_mov__swiper .swiper-slide iframe {
  width: 100%;
  margin: auto;
  aspect-ratio: 16 / 9;
}
.l-page .l-contents .c-web_mov__swiper .swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
.l-page .l-contents .c-web_mov__swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -2.5em;
  bottom: -3rem;
}
.l-page .l-contents .c-web_mov__swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 .5em;
  border-radius: 999px;
  background-color: #b3b3b3;
  width: 8px;
  height: 8px;
}
.l-page .l-contents .c-web_mov__swiper .swiper-pagination-bullet-active {
  background-color: #f18f0f;
}
.l-page .l-contents .c-web_mov__slider--prev, .l-page .l-contents .c-web_mov__slider--next {
  position: absolute;
  top: auto;
  bottom: -4rem;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border-bottom: #4c3525 solid 2px;
  border-right: #4c3525 solid 2px;
}
.l-page .l-contents .c-web_mov__slider--prev {
  left: 2rem;
  transform: rotate(135deg);
}
.l-page .l-contents .c-web_mov__slider--next {
  right: 2rem;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 1600px) {
  .l-page .l-contents .c-web_mov__slider--prev, .l-page .l-contents .c-web_mov__slider--next {
    top: 50%;
    bottom: auto;
  }
  .l-page .l-contents .c-web_mov__slider--prev {
    left: -30px;
  }
  .l-page .l-contents .c-web_mov__slider--next {
    right: -30px;
  }
}
.l-page .l-contents .c-recommend_contents {
  background: #f6f0e2;
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-recommend_contents {
    padding: 0 0 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-recommend_contents__inner {
    margin: 0 auto;
    max-width: 950px;
  }
}
.l-page .l-contents .c-recommend_contents__ttl {
  width: calc(569 / 780 * 100%);
  margin: 0 auto 2em;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-recommend_contents__ttl {
    width: auto;
  }
}
.l-page .l-contents .c-recommend_contents__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 calc(40 / 780 * 100%);
  gap: calc(30 / 780 * 100vw);
}
.l-page .l-contents .c-recommend_contents__list::after {
  content: "";
  display: block;
  width: 47%;
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-recommend_contents__list {
    justify-content: space-between;
    gap: 20px;
  }
}
.l-page .l-contents .c-recommend_contents__item {
  max-width: 47%;
}
.l-page .l-contents .c-recommend_contents__item.border a {
  border: #CCC solid 1px;
}
@media print, screen and (min-width: 768px) {
  .l-page .l-contents .c-recommend_contents__item {
    width: calc(33% - 20px);
  }
}
.l-page .js-btn-page-top {
  overflow: hidden;
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  border-radius: clamp(2px, calc(4 / 780 * 100vw), 4px);
}
.l-page .js-btn-page-top a {
  display: block;
  position: relative;
  background-color: #999;
  width: 4rem;
  height: 4rem;
}
.l-page .js-btn-page-top a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: #FFF solid 2px;
  border-left: #FFF solid 2px;
  transform: translateY(0.25rem) rotate(45deg);
}
.l-page .js-btn-page-top a::hover {
  opacity: .8;
}
