@font-face {
  font-weight: 100;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
  font-weight: 200;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-ExtraLight.woff") format("woff");
}
@font-face {
  font-weight: 300;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-weight: 400;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-weight: 500;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-weight: 700;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-weight: 800;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-ExtraBold.woff") format("woff");
}
@font-face {
  font-weight: 900;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
}
/* nomal */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: normal;
  src: url("../font/notoserif/NotoSerifJP-Regular.otf");
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Regular.ttf") format("truetype");
}
/* 300 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 300;
  src: url("../font/notoserif/NotoSerifJP-Light.otf");
  src: url("../font/notoserif/NotoSerifJP-Light.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Light.ttf") format("truetype");
}
/* 400*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/notoserif/NotoSerifJP-Regular.otf");
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Regular.ttf") format("truetype");
}
/* 500 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 500;
  src: url("../font/notoserif/NotoSerifJP-Medium.otf");
  src: url("../font/notoserif/NotoSerifJP-Medium.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Medium.ttf") format("truetype");
}
/* 600*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 600;
  src: url("../font/notoserif/NotoSerifJP-Bold.otf");
  src: url("../font/notoserif/NotoSerifJP-Bold.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Bold.ttf") format("truetype");
}
:root {
  --c-white: #ffffff;
  --c-black: #333333;
  --c-dark: #4f4f4f;
  --c-blue: #0b7aff;
  --c-light-blue: #d0dcff;
  --c-gray: #707070;
  --c-dark-gray: #999999;
  --c-light-gray: #e6e6e6;
  --c-light: #fafafa;
  --c-red: #e60001;
  --c-orange: #fe6400;
  --c-light-pink: #ffd0ba;
  --c-light-purple: #ecd6ff;
  --c-yellow: #ffee58;
  --c-light-yellow: #f5e9bb;
  --c-green: #66bb6a;
  --c-light-green: #cee6b5;
  --f-sans: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  --f-serif: notoserif, Times New Roman, YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif;
  --pos-center: center;
  --pos-left: left;
  --pos-right: right;
  --pos-top: top;
  --pos-bottom: bottom;
  --pos-end: end;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  --text-shadow: 0.3rem 0.3rem 0.1rem var(--c-white), -0.3rem -0.3rem 0.1rem var(--c-white), -0.3rem 0.3rem 0.1rem var(--c-white), 0.3rem -0.3rem 0.1rem var(--c-white), 0.3rem 0 0.1rem var(--c-white), -0.3rem 0 0.1rem var(--c-white), 0 0.3rem 0.1rem var(--c-white), 0 -0.3rem 0.1rem var(--c-white);
  --c-fs-h1: 4rem;
  --c-fs-h2: 3rem;
  --c-fs-h3: 2.4rem;
  --c-fs-h4: 2.2rem;
  --c-fs-main-big: 2rem;
  --c-fs-main: 1.6rem;
  --c-fs-main-small: 1.4rem;
  --c-fw: 400;
  --c-fw-medium: 500;
  --c-fw-bold: 600;
  --c-fw-black: 900;
  --c-fw-light: 300;
  --c-fw-thin: 100;
  --c-lh: 180%;
  --c-lh-medium: 165%;
  --c-lh-heading: 150%;
}
@media screen and (max-width: 780px) {
  :root {
    --c-fs-h1: 4.4rem;
    --c-fs-h2: 4rem;
    --c-fs-h3: 3.2rem;
    --c-fs-h4: 3rem;
    --c-fs-main-big: 3.2rem;
    --c-fs-main: 2.8rem;
    --c-fs-main-small: 2.2rem;
  }
}

html {
  font-size: 62.5%;
  font-family: var(--f-sans);
}

body {
  color: var(--c-black);
  font-size: 1.6rem;
}
body.hidden {
  overflow: hidden;
}

img {
  max-width: 100%;
  pointer-events: none;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 780px) {
  html {
    font-size: 1.2820512821vw;
  }
  body {
    font-size: 2.8rem;
    overflow-x: hidden;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  #contents {
    margin-top: 10rem;
  }
}
.c-header .l-container {
  position: relative;
  z-index: 99;
  background-color: var(--c-white);
}

.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 4.5rem;
  font-weight: 700;
  color: var(--c-black);
}
.c-header__logo img {
  width: 18rem;
}

.c-header__btn--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.c-header__btn--link {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 14rem;
  width: 22rem;
  color: var(--c-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header__btn--link.-blue {
  background-color: var(--c-blue);
}
@media (hover: hover) {
  .c-header__btn--link.-blue:hover {
    background-color: #0036B3;
  }
}
.c-header__btn--link.-red {
  background-color: var(--c-red);
}
@media (hover: hover) {
  .c-header__btn--link.-red:hover {
    background-color: #B30000;
  }
}

@media screen and (max-width: 1280px) {
  .c-header__logo a {
    font-size: 3.5vw;
    gap: 0.8vw;
  }
  .c-header__logo img {
    width: 14.3vw;
  }
  .c-header__btn--link {
    width: 16rem;
    height: 12rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-header__logo a {
    font-size: 3vw;
    gap: 0.6vw;
  }
  .c-header__logo img {
    width: 12vw;
  }
  .c-header__btn--link {
    width: 12rem;
    height: 8rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 780px) {
  .c-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .c-header__logo a {
    font-size: 4rem;
    gap: 1.6rem;
    padding: 1.7rem 0;
  }
  .c-header__logo img {
    width: 16rem;
  }
  .c-header__btn--wrap {
    display: none;
  }
}
.c-nav__wrap {
  background-color: var(--c-black);
}

.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: calc(960px + 10rem);
  padding-inline: 5rem;
  margin: auto;
}

.c-nav__item a {
  display: block;
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  text-decoration: none;
  color: var(--c-white);
  padding: 0.85rem 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-nav__item a:hover {
    opacity: 0.7;
  }
}

.c-nav__btn {
  display: none;
  width: 10rem;
  height: 10rem;
  position: absolute;
  right: 2rem;
  top: 0;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-nav__btn.active .c-nav__btn-line:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-nav__btn.active .c-nav__btn-line:nth-of-type(2) {
  opacity: 0;
}
.c-nav__btn.active .c-nav__btn-line:nth-of-type(3) {
  left: 50%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-nav__btn-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  width: 6rem;
  height: 0.4rem;
  background-color: var(--c-black);
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.c-nav__btn-line:nth-of-type(1) {
  top: 3rem;
}
.c-nav__btn-line:nth-of-type(2) {
  top: 4.8rem;
}
.c-nav__btn-line:nth-of-type(3) {
  bottom: 3rem;
}

@media screen and (max-width: 1280px) {
  .c-nav__item a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 780px) {
  .c-nav__btn {
    display: block;
  }
  .c-nav__wrap {
    background-color: #BD0000;
    position: absolute;
    left: 0;
    top: -100vh;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
    padding: 3rem 0;
    max-height: calc(100vh - 10rem);
    overflow: scroll;
  }
  .c-nav__wrap.active {
    top: calc(10rem - 1px);
  }
  .c-nav__list {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .c-nav__item {
    text-align: center;
  }
  .c-nav__item a {
    font-size: var(--c-fs-h4);
    padding: 2rem 0;
  }
}
.c-footer {
  margin-top: 12rem;
  background-color: var(--c-black);
  padding: 3rem 0 0;
}
.c-footer .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  padding: 0 5rem 3rem;
}

.c-footer__logo a {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-big);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  color: var(--c-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-footer__logo i {
  line-height: 1;
}
.c-footer__logo img {
  width: 18rem;
}

.c-footer__place {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
}

.c-footer__btn--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.c-footer__btn--link {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 9rem;
  width: 20rem;
  color: var(--c-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-footer__btn--link.-blue {
  background-color: var(--c-blue);
}
@media (hover: hover) {
  .c-footer__btn--link.-blue:hover {
    background-color: #0036B3;
  }
}
.c-footer__btn--link.-red {
  background-color: var(--c-red);
}
@media (hover: hover) {
  .c-footer__btn--link.-red:hover {
    background-color: #B30000;
  }
}

.c-footer__copyright {
  display: block;
  width: 100%;
  background-color: var(--c-white);
  padding: 1.5rem 0;
  text-align: center;
  font-family: var(--f-sans);
  font-size: var(--c-fs-main);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
}

.c-pagetop {
  width: 8rem;
  height: 8rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../images/common/icn-pagetop.png") no-repeat center/contain;
  cursor: pointer;
}
.c-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 781px) and (max-width: 1280px) {
  .c-footer .l-container {
    gap: 2rem;
  }
  .c-footer__btn--link {
    height: 7rem;
    width: 16rem;
    font-size: 1.4rem;
  }
  .c-footer__logo img {
    width: 14rem;
  }
}
@media screen and (max-width: 780px) {
  .c-footer {
    padding-top: 4rem;
  }
  .c-footer .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4.8rem;
  }
  .c-footer__logo {
    width: 100%;
  }
  .c-footer__logo a {
    font-size: 4rem;
    font-weight: 800;
    position: relative;
    padding-bottom: 7rem;
  }
  .c-footer__logo img {
    width: 16rem;
  }
  .c-footer__place {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.35;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .c-footer__btn--wrap {
    width: 100%;
    gap: 6rem;
  }
  .c-footer__btn {
    width: 100%;
  }
  .c-footer__btn--link {
    width: 100%;
    font-size: 2.8rem;
    height: 12rem;
  }
  .c-footer__btn--link.-red {
    font-size: 3.2rem;
  }
  .c-footer__copyright {
    font-size: 2.4rem;
    font-weight: 400;
    padding: 1.6rem 0 6rem;
  }
}
.l-container {
  width: 100%;
  max-width: calc(1180px + 10rem);
  padding-inline: 5rem;
  margin-left: auto;
  margin-right: auto;
}
.l-container.-md {
  max-width: calc(1000px + 10rem);
}
.l-container.-sm {
  max-width: calc(960px + 10rem);
}
.l-container.-xs {
  max-width: calc(700px + 10rem);
}
.l-container.-lg {
  max-width: calc(1460px + 10rem);
}
.l-container.-xl {
  max-width: calc(1460px + 1.5rem);
  padding-inline: 3rem;
}

@media screen and (max-width: 780px) {
  .l-container {
    padding-inline: 2rem;
  }
}
.c-btn:has(.c-btn__link02) {
  text-align: center;
}

.c-btn__link {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--c-red);
  color: var(--c-white);
  height: 6.5rem;
  min-width: 25rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn__link::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: var(--c-black);
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-btn__link:hover {
    background-color: var(--c-black);
  }
  .c-btn__link:hover::after {
    background-color: var(--c-red);
  }
}
.c-btn__link.-black {
  background-color: var(--c-black);
}
.c-btn__link.-black::after {
  background-color: var(--c-red);
}
@media (hover: hover) {
  .c-btn__link.-black:hover {
    background-color: var(--c-red);
  }
  .c-btn__link.-black:hover::after {
    background-color: var(--c-black);
  }
}

.c-btn__link02 {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h3);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--c-red);
  color: var(--c-white);
  height: 6.5rem;
  min-width: 25rem;
  padding: 0 3rem;
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-btn__link02:hover {
    background-color: var(--c-black);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-btn__link02.-blue {
  background-color: var(--c-blue);
}
@media (hover: hover) {
  .c-btn__link02.-blue:hover {
    background-color: #0036B3;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-btn__link02.-icnpdf {
  position: relative;
}
.c-btn__link02.-icnpdf::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: var(--c-white);
  mask: url("../images/common/icn-pdf.svg");
  -webkit-mask: url("../images/common/icn-pdf.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

@media screen and (max-width: 780px) {
  .c-btn__link {
    min-width: 20rem;
    height: 10rem;
    text-align: center;
    line-height: 1.2;
  }
  .c-btn__link::after {
    width: 5rem;
    height: 5rem;
    right: -2.5rem;
    bottom: -2.5rem;
  }
  .c-btn__link02 {
    font-size: 3.6rem;
    height: 14.4rem;
    max-width: 57.2rem;
    width: 100%;
    text-align: left;
  }
  .c-btn__link02.-icnpdf::after {
    width: 6rem;
    height: 6rem;
    margin-left: 2rem;
  }
}
.c-card {
  background-color: var(--c-white);
  border: 0.2rem solid var(--c-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card__tag {
  background-color: var(--c-light-gray);
  padding: 1.6rem 1.2rem;
  min-height: 13.8rem;
}

.c-card__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
}
.c-card__taglist li {
  font-size: 1.8rem;
  line-height: 1.3;
  background-color: var(--c-black);
  color: var(--c-white);
  border-radius: 0.6rem;
  padding: 0.3rem 0.6rem;
}

.c-card__item {
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-card__item .c-btn {
  margin-top: auto;
}

.c-card__item--tag {
  min-height: 4.2rem;
}

.c-card__recommend {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.1em;
  display: inline-block;
  background-color: var(--c-blue);
  color: var(--c-white);
  padding: 0.4rem;
  text-align: center;
  vertical-align: top;
}
.c-card__recommend + .c-card__recommend {
  margin-left: 1.4rem;
}
.c-card__recommend.-recommend {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.c-card__recommend.-recommend::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.7rem;
  background: url("../images/common/icn-recommend.png") no-repeat center/contain;
}
.c-card__recommend.-new {
  background-color: var(--c-orange);
  min-width: 8rem;
}

.c-card__title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.074;
}

.c-card__img {
  margin: 1.6rem 0;
}

@media screen and (max-width: 780px) {
  .c-card__tag {
    padding: 2rem 1rem;
    min-height: initial;
    grid-row: 1;
  }
  .c-card__taglist {
    gap: 0.8rem;
  }
  .c-card__taglist li {
    font-size: 2.6rem;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
  }
  .c-card__item {
    grid-row: 2;
    padding: 2.4rem 1rem 1rem;
  }
  .c-card__item:not(:has(.c-card__item--tag .c-card__recommend)) {
    padding-top: 0;
  }
  .c-card__item--tag {
    min-height: 5.3rem;
  }
  .c-card__recommend {
    font-size: 2.6rem;
    padding: 0.4rem 1.5rem;
    min-height: 3.8rem;
  }
  .c-card__recommend.-recommend::before {
    width: 2.8rem;
    height: 2.974rem;
  }
  .c-card__recommend.-new {
    font-size: 3rem;
  }
  .c-card__title {
    font-size: 3.2rem;
  }
}
.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pt-105 {
  padding-top: 10.5rem !important;
}

.u-pt-110 {
  padding-top: 11rem !important;
}

.u-pt-115 {
  padding-top: 11.5rem !important;
}

.u-pt-120 {
  padding-top: 12rem !important;
}

.u-pt-125 {
  padding-top: 12.5rem !important;
}

.u-pt-130 {
  padding-top: 13rem !important;
}

.u-pt-135 {
  padding-top: 13.5rem !important;
}

.u-pt-140 {
  padding-top: 14rem !important;
}

.u-pt-145 {
  padding-top: 14.5rem !important;
}

.u-pt-150 {
  padding-top: 15rem !important;
}

@media screen and (max-width: 780px) {
  .u-pt-sp-0 {
    padding-top: 0rem !important;
  }
  .u-pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .u-pt-sp-10 {
    padding-top: 1rem !important;
  }
  .u-pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .u-pt-sp-20 {
    padding-top: 2rem !important;
  }
  .u-pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .u-pt-sp-30 {
    padding-top: 3rem !important;
  }
  .u-pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .u-pt-sp-40 {
    padding-top: 4rem !important;
  }
  .u-pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .u-pt-sp-50 {
    padding-top: 5rem !important;
  }
  .u-pt-sp-55 {
    padding-top: 5.5rem !important;
  }
  .u-pt-sp-60 {
    padding-top: 6rem !important;
  }
  .u-pt-sp-65 {
    padding-top: 6.5rem !important;
  }
  .u-pt-sp-70 {
    padding-top: 7rem !important;
  }
  .u-pt-sp-75 {
    padding-top: 7.5rem !important;
  }
  .u-pt-sp-80 {
    padding-top: 8rem !important;
  }
  .u-pt-sp-85 {
    padding-top: 8.5rem !important;
  }
  .u-pt-sp-90 {
    padding-top: 9rem !important;
  }
  .u-pt-sp-95 {
    padding-top: 9.5rem !important;
  }
  .u-pt-sp-100 {
    padding-top: 10rem !important;
  }
  .u-pt-sp-105 {
    padding-top: 10.5rem !important;
  }
  .u-pt-sp-110 {
    padding-top: 11rem !important;
  }
  .u-pt-sp-115 {
    padding-top: 11.5rem !important;
  }
  .u-pt-sp-120 {
    padding-top: 12rem !important;
  }
  .u-pt-sp-125 {
    padding-top: 12.5rem !important;
  }
  .u-pt-sp-130 {
    padding-top: 13rem !important;
  }
  .u-pt-sp-135 {
    padding-top: 13.5rem !important;
  }
  .u-pt-sp-140 {
    padding-top: 14rem !important;
  }
  .u-pt-sp-145 {
    padding-top: 14.5rem !important;
  }
  .u-pt-sp-150 {
    padding-top: 15rem !important;
  }
}
.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pb-105 {
  padding-bottom: 10.5rem !important;
}

.u-pb-110 {
  padding-bottom: 11rem !important;
}

.u-pb-115 {
  padding-bottom: 11.5rem !important;
}

.u-pb-120 {
  padding-bottom: 12rem !important;
}

.u-pb-125 {
  padding-bottom: 12.5rem !important;
}

.u-pb-130 {
  padding-bottom: 13rem !important;
}

.u-pb-135 {
  padding-bottom: 13.5rem !important;
}

.u-pb-140 {
  padding-bottom: 14rem !important;
}

.u-pb-145 {
  padding-bottom: 14.5rem !important;
}

.u-pb-150 {
  padding-bottom: 15rem !important;
}

@media screen and (max-width: 780px) {
  .u-pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .u-pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .u-pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .u-pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .u-pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .u-pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .u-pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .u-pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .u-pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .u-pb-sp-55 {
    padding-bottom: 5.5rem !important;
  }
  .u-pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .u-pb-sp-65 {
    padding-bottom: 6.5rem !important;
  }
  .u-pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .u-pb-sp-75 {
    padding-bottom: 7.5rem !important;
  }
  .u-pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .u-pb-sp-85 {
    padding-bottom: 8.5rem !important;
  }
  .u-pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .u-pb-sp-95 {
    padding-bottom: 9.5rem !important;
  }
  .u-pb-sp-100 {
    padding-bottom: 10rem !important;
  }
  .u-pb-sp-105 {
    padding-bottom: 10.5rem !important;
  }
  .u-pb-sp-110 {
    padding-bottom: 11rem !important;
  }
  .u-pb-sp-115 {
    padding-bottom: 11.5rem !important;
  }
  .u-pb-sp-120 {
    padding-bottom: 12rem !important;
  }
  .u-pb-sp-125 {
    padding-bottom: 12.5rem !important;
  }
  .u-pb-sp-130 {
    padding-bottom: 13rem !important;
  }
  .u-pb-sp-135 {
    padding-bottom: 13.5rem !important;
  }
  .u-pb-sp-140 {
    padding-bottom: 14rem !important;
  }
  .u-pb-sp-145 {
    padding-bottom: 14.5rem !important;
  }
  .u-pb-sp-150 {
    padding-bottom: 15rem !important;
  }
}
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mt-105 {
  margin-top: 10.5rem !important;
}

.u-mt-110 {
  margin-top: 11rem !important;
}

.u-mt-115 {
  margin-top: 11.5rem !important;
}

.u-mt-120 {
  margin-top: 12rem !important;
}

.u-mt-125 {
  margin-top: 12.5rem !important;
}

.u-mt-130 {
  margin-top: 13rem !important;
}

.u-mt-135 {
  margin-top: 13.5rem !important;
}

.u-mt-140 {
  margin-top: 14rem !important;
}

.u-mt-145 {
  margin-top: 14.5rem !important;
}

.u-mt-150 {
  margin-top: 15rem !important;
}

@media screen and (max-width: 780px) {
  .u-mt-sp-0 {
    margin-top: 0rem !important;
  }
  .u-mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .u-mt-sp-10 {
    margin-top: 1rem !important;
  }
  .u-mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .u-mt-sp-20 {
    margin-top: 2rem !important;
  }
  .u-mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .u-mt-sp-30 {
    margin-top: 3rem !important;
  }
  .u-mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .u-mt-sp-40 {
    margin-top: 4rem !important;
  }
  .u-mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .u-mt-sp-50 {
    margin-top: 5rem !important;
  }
  .u-mt-sp-55 {
    margin-top: 5.5rem !important;
  }
  .u-mt-sp-60 {
    margin-top: 6rem !important;
  }
  .u-mt-sp-65 {
    margin-top: 6.5rem !important;
  }
  .u-mt-sp-70 {
    margin-top: 7rem !important;
  }
  .u-mt-sp-75 {
    margin-top: 7.5rem !important;
  }
  .u-mt-sp-80 {
    margin-top: 8rem !important;
  }
  .u-mt-sp-85 {
    margin-top: 8.5rem !important;
  }
  .u-mt-sp-90 {
    margin-top: 9rem !important;
  }
  .u-mt-sp-95 {
    margin-top: 9.5rem !important;
  }
  .u-mt-sp-100 {
    margin-top: 10rem !important;
  }
  .u-mt-sp-105 {
    margin-top: 10.5rem !important;
  }
  .u-mt-sp-110 {
    margin-top: 11rem !important;
  }
  .u-mt-sp-115 {
    margin-top: 11.5rem !important;
  }
  .u-mt-sp-120 {
    margin-top: 12rem !important;
  }
  .u-mt-sp-125 {
    margin-top: 12.5rem !important;
  }
  .u-mt-sp-130 {
    margin-top: 13rem !important;
  }
  .u-mt-sp-135 {
    margin-top: 13.5rem !important;
  }
  .u-mt-sp-140 {
    margin-top: 14rem !important;
  }
  .u-mt-sp-145 {
    margin-top: 14.5rem !important;
  }
  .u-mt-sp-150 {
    margin-top: 15rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-mb-105 {
  margin-bottom: 10.5rem !important;
}

.u-mb-110 {
  margin-bottom: 11rem !important;
}

.u-mb-115 {
  margin-bottom: 11.5rem !important;
}

.u-mb-120 {
  margin-bottom: 12rem !important;
}

.u-mb-125 {
  margin-bottom: 12.5rem !important;
}

.u-mb-130 {
  margin-bottom: 13rem !important;
}

.u-mb-135 {
  margin-bottom: 13.5rem !important;
}

.u-mb-140 {
  margin-bottom: 14rem !important;
}

.u-mb-145 {
  margin-bottom: 14.5rem !important;
}

.u-mb-150 {
  margin-bottom: 15rem !important;
}

@media screen and (max-width: 780px) {
  .u-mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .u-mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .u-mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .u-mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .u-mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .u-mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .u-mb-sp-55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .u-mb-sp-65 {
    margin-bottom: 6.5rem !important;
  }
  .u-mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .u-mb-sp-75 {
    margin-bottom: 7.5rem !important;
  }
  .u-mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .u-mb-sp-85 {
    margin-bottom: 8.5rem !important;
  }
  .u-mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .u-mb-sp-95 {
    margin-bottom: 9.5rem !important;
  }
  .u-mb-sp-100 {
    margin-bottom: 10rem !important;
  }
  .u-mb-sp-105 {
    margin-bottom: 10.5rem !important;
  }
  .u-mb-sp-110 {
    margin-bottom: 11rem !important;
  }
  .u-mb-sp-115 {
    margin-bottom: 11.5rem !important;
  }
  .u-mb-sp-120 {
    margin-bottom: 12rem !important;
  }
  .u-mb-sp-125 {
    margin-bottom: 12.5rem !important;
  }
  .u-mb-sp-130 {
    margin-bottom: 13rem !important;
  }
  .u-mb-sp-135 {
    margin-bottom: 13.5rem !important;
  }
  .u-mb-sp-140 {
    margin-bottom: 14rem !important;
  }
  .u-mb-sp-145 {
    margin-bottom: 14.5rem !important;
  }
  .u-mb-sp-150 {
    margin-bottom: 15rem !important;
  }
}
.u-txtpos-center {
  text-align: center !important;
}

.u-align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-txtpos-left {
  text-align: left !important;
}

.u-align-left {
  -webkit-box-align: left !important;
      -ms-flex-align: left !important;
          align-items: left !important;
}

.u-txtpos-right {
  text-align: right !important;
}

.u-align-right {
  -webkit-box-align: right !important;
      -ms-flex-align: right !important;
          align-items: right !important;
}

.u-txtpos-top {
  text-align: top !important;
}

.u-align-top {
  -webkit-box-align: top !important;
      -ms-flex-align: top !important;
          align-items: top !important;
}

.u-txtpos-bottom {
  text-align: bottom !important;
}

.u-align-bottom {
  -webkit-box-align: bottom !important;
      -ms-flex-align: bottom !important;
          align-items: bottom !important;
}

.u-txtpos-end {
  text-align: end !important;
}

.u-align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

@media screen and (max-width: 780px) {
  .u-txtpos-sp-center {
    text-align: center !important;
  }
  .u-align-sp-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .u-txtpos-sp-left {
    text-align: left !important;
  }
  .u-align-sp-left {
    -webkit-box-align: left !important;
        -ms-flex-align: left !important;
            align-items: left !important;
  }
  .u-txtpos-sp-right {
    text-align: right !important;
  }
  .u-align-sp-right {
    -webkit-box-align: right !important;
        -ms-flex-align: right !important;
            align-items: right !important;
  }
  .u-txtpos-sp-top {
    text-align: top !important;
  }
  .u-align-sp-top {
    -webkit-box-align: top !important;
        -ms-flex-align: top !important;
            align-items: top !important;
  }
  .u-txtpos-sp-bottom {
    text-align: bottom !important;
  }
  .u-align-sp-bottom {
    -webkit-box-align: bottom !important;
        -ms-flex-align: bottom !important;
            align-items: bottom !important;
  }
  .u-txtpos-sp-end {
    text-align: end !important;
  }
  .u-align-sp-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
  }
}
.u-c-white {
  color: #ffffff !important;
}

.u-bg-white {
  background-color: #ffffff !important;
}

.u-c-black {
  color: #333333 !important;
}

.u-bg-black {
  background-color: #333333 !important;
}

.u-c-dark {
  color: #4f4f4f !important;
}

.u-bg-dark {
  background-color: #4f4f4f !important;
}

.u-c-blue {
  color: #0b7aff !important;
}

.u-bg-blue {
  background-color: #0b7aff !important;
}

.u-c-light-blue {
  color: #d0dcff !important;
}

.u-bg-light-blue {
  background-color: #d0dcff !important;
}

.u-c-gray {
  color: #707070 !important;
}

.u-bg-gray {
  background-color: #707070 !important;
}

.u-c-dark-gray {
  color: #999999 !important;
}

.u-bg-dark-gray {
  background-color: #999999 !important;
}

.u-c-light-gray {
  color: #e6e6e6 !important;
}

.u-bg-light-gray {
  background-color: #e6e6e6 !important;
}

.u-c-light {
  color: #fafafa !important;
}

.u-bg-light {
  background-color: #fafafa !important;
}

.u-c-red {
  color: #e60001 !important;
}

.u-bg-red {
  background-color: #e60001 !important;
}

.u-c-orange {
  color: #fe6400 !important;
}

.u-bg-orange {
  background-color: #fe6400 !important;
}

.u-c-light-pink {
  color: #ffd0ba !important;
}

.u-bg-light-pink {
  background-color: #ffd0ba !important;
}

.u-c-light-purple {
  color: #ecd6ff !important;
}

.u-bg-light-purple {
  background-color: #ecd6ff !important;
}

.u-c-yellow {
  color: #ffee58 !important;
}

.u-bg-yellow {
  background-color: #ffee58 !important;
}

.u-c-light-yellow {
  color: #f5e9bb !important;
}

.u-bg-light-yellow {
  background-color: #f5e9bb !important;
}

.u-c-green {
  color: #66bb6a !important;
}

.u-bg-green {
  background-color: #66bb6a !important;
}

.u-c-light-green {
  color: #cee6b5 !important;
}

.u-bg-light-green {
  background-color: #cee6b5 !important;
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  text-align: center;
  font-family: var(--f-sans);
  font-size: var(--c-fs-h1);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
}
.c-title::before, .c-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: var(--c-black);
}
.c-title span {
  white-space: nowrap;
}

@media screen and (min-width: 781px) and (max-width: 1280px) {
  .c-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 781px) and (max-width: 1000px) {
  .c-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 780px) {
  .c-title {
    font-family: var(--f-sans);
    font-size: var(--c-fs-h2);
    font-weight: var(--c-fw-medium);
    line-height: var(--c-lh-heading);
  }
}
.u-font-sans {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.u-font-serif {
  font-family: "notoserif", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.c-grid {
  display: grid;
  gap: 3rem;
}

.c-grid__space0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.c-grid__cols--2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-grid__cols--3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-grid__cols--4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-grid__cols--5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid__cols--6 {
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (min-width: 781px) and (max-width: 1280px) {
  .c-grid {
    gap: 3rem 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-grid__cols--tb--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--tb--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--tb--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--tb--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--tb--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .c-grid__cols--md--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--md--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--md--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--md--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--md--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 780px) {
  .c-grid {
    gap: 2rem;
  }
  .c-grid__cols--sp--1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid__cols--sp--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--sp--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--sp--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--sp--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--sp--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-popup__box {
  max-width: 120rem;
  width: 100%;
  max-height: 80vh;
  height: 100%;
  background-color: var(--c-white);
  position: relative;
}

.c-popup__inner {
  height: 100%;
  overflow: scroll;
  padding: 2.5rem 11rem 2rem;
  position: relative;
}
.c-popup__inner:has(.c-popup02) {
  padding: 0;
}

.c-popup__close {
  position: absolute;
  right: 0;
  top: -3rem;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}
.c-popup__close::after, .c-popup__close::before {
  content: "";
  display: block;
  width: 5rem;
  height: 0.2rem;
  background-color: var(--c-white);
  position: absolute;
  left: 0;
}
.c-popup__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.c-popup__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.c-popup01 {
  height: 100%;
  display: none;
}
.c-popup__inner .c-popup01 {
  display: block;
}

.c-popup01__pdf {
  text-align: center;
  height: calc(100% - 10rem);
}
.c-popup01__pdf iframe {
  height: 100%;
}
.c-popup01__pdf img {
  height: 100%;
}

.c-popup01__textin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.c-popup01__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.c-popup01__thumb {
  max-width: 15rem;
  line-height: 0;
}
.c-popup01__title {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h2);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: 600;
  line-height: 1.2;
  color: var(--c-red);
  white-space: nowrap;
}

.c-popup01__btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.c-popup02__heading {
  background-color: var(--c-red);
  color: var(--c-white);
  padding: 2rem;
}
.c-popup02__heading .c-card__taglist {
  margin-top: 1.2rem;
}

.c-popup02__heading--ttl {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h3);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
}

.c-popup02__itemwrap {
  padding: 0 3.7rem;
}

.c-popup02__item {
  padding: 3.65rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.679%;
}
.c-popup02__item:not(:last-child) {
  border-bottom: 2px solid #C9C9C9;
}

.c-popup02__item--title {
  font-size: 3.2rem;
  color: var(--c-red);
}

.c-popup02__item--textwrap {
  width: 75.321%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.679%;
}

.c-popup02__item--text {
  width: 70%;
}
.c-popup02__item--text p {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: var(--c-lh-heading);
}

.c-popup02__item--thumb {
  width: 22.321%;
}

.c-popup02__item--btnwrap {
  width: 27.321%;
}
.c-popup02__item--btnwrap .c-btn + .c-btn {
  margin-top: 2rem;
}

.c-moviepopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-moviepopup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-moviepopup__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-moviepopup__box {
  max-width: 120rem;
  width: 100%;
  max-height: 80vh;
  height: 100%;
  background-color: var(--c-white);
  position: relative;
}

.c-moviepopup__close {
  position: absolute;
  right: 0;
  top: -3rem;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}
.c-moviepopup__close::after, .c-moviepopup__close::before {
  content: "";
  display: block;
  width: 5rem;
  height: 0.2rem;
  background-color: var(--c-white);
  position: absolute;
  left: 0;
}
.c-moviepopup__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.c-moviepopup__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.c-moviepopup__inner {
  height: 100%;
  overflow: scroll;
  position: relative;
}
.c-moviepopup__inner iframe {
  max-height: 100%;
  width: 100%;
}

@media (781px <= width <= 1300px) {
  .c-popup__inner {
    padding: 2.5rem 3rem 2rem;
  }
  .c-popup01__pdf {
    height: calc(100% - 9rem);
  }
  .c-popup01__textin {
    gap: 1rem;
  }
  .c-popup01__text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .c-popup01__textin {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  .c-popup01__thumb {
    max-width: 13rem;
  }
  .c-popup01__title {
    font-size: 2.2rem;
  }
  .c-popup01__btnwrap {
    gap: 1rem;
  }
  .c-popup01__btnwrap .c-btn__link {
    min-width: 18rem;
  }
  .c-popup02__item--btnwrap .c-btn__link {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 1000px) {
  .c-popup01__textin {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-popup01__btnwrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-popup02__item--textwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-popup02__item--text {
    width: 100%;
  }
  .c-popup02__item--btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    width: 100%;
    margin-top: 1.5rem;
  }
  .c-popup02__item--btnwrap .c-btn {
    width: 100%;
  }
  .c-popup02__item--btnwrap .c-btn + .c-btn {
    margin-top: 0;
  }
  .c-popup02__item--btnwrap .c-btn__link {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .c-popup {
    padding: 0 2rem;
  }
  .c-popup01__text {
    gap: 2.4rem;
    margin-top: 2.4rem;
    padding-bottom: 3rem;
  }
  .c-popup01__thumb {
    width: 24rem;
    max-width: initial;
  }
  .c-popup01__textin {
    width: calc(100% - 26.4rem);
  }
  .c-popup01__title {
    font-size: 3.6rem;
  }
  .c-popup01__btnwrap {
    gap: 2.4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .c-popup__inner {
    padding: 4rem 2.2rem;
  }
  .c-popup01__pdf {
    height: calc(100% - 21rem);
    min-height: 45rem;
  }
  .c-popup02__heading {
    padding: 4rem 4rem 8.8rem;
  }
  .c-popup02__heading .c-card__taglist {
    margin-top: 2.4rem;
  }
  .c-popup02__itemwrap {
    padding: 0 2rem;
  }
  .c-popup02__item {
    gap: 2.4rem;
    padding: 3rem 0;
  }
  .c-popup02__item--thumb {
    width: 24rem;
  }
  .c-popup02__item--textwrap {
    width: calc(100% - 26.4rem);
  }
  .c-popup02__item--title {
    font-size: 3.6rem;
  }
  .c-popup02__item--text p {
    font-size: 2.4rem;
  }
  .c-popup02__item--btnwrap {
    margin-top: 2.4rem;
  }
  .c-popup__close::after, .c-popup__close::before {
    height: 0.4rem;
  }
  .c-moviepopup {
    padding: 0 2rem;
  }
  .c-moviepopup__close::after, .c-moviepopup__close::before {
    height: 0.4rem;
  }
}