@charset "UTF-8";
/* layouts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght,YOPQ@100..900,40..300&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/* orizin color */
/* base color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l_kv {
  display: block;
  position: relative;
}
.l_kv .c_main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(1.375rem, 4vw, 2.25rem);
  max-width: 13em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .l_kv .c_main__head {
    min-height: 145px;
  }
}
@media screen and (max-width: 1000px) {
  .l_kv .c_main__head {
    min-height: 3em;
  }
}
.error404 .l_kv .c_main__head {
  max-width: 9em;
}

.l_kv__visual {
  position: relative;
}
.l_kv__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.l_kv__visual::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .l_kv__visual::after {
    background-image: url(../images/common/kv_filter.webp);
  }
}
@media screen and (max-width: 768px) {
  .l_kv__visual::after {
    background-image: url(../images/common/kv_filter__sp.webp);
  }
}

.l_kv__star,
.l_kv__bright {
  position: absolute;
}

.l_kv__star {
  display: block;
  opacity: 0;
}
@media screen and (min-width: 501px) {
  .l_kv__star {
    aspect-ratio: 202/169;
    max-width: 12.625%;
    top: 11.3385826772%;
    left: 16.1875%;
  }
}
@media screen and (max-width: 500px) {
  .l_kv__star {
    aspect-ratio: 110/92;
    max-width: 29.3333333333%;
    top: 4.7297297297%;
    left: 8%;
  }
}
.l_kv__star.active {
  -webkit-animation: img_star 600ms linear 1 forwards;
          animation: img_star 600ms linear 1 forwards;
}

@-webkit-keyframes img_star {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes img_star {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l_kv__bright {
  display: block;
  height: auto;
}
@media screen and (min-width: 501px) {
  .l_kv__bright {
    aspect-ratio: 526/179;
    width: 32.875%;
    top: 18.8976377953%;
    right: 5.0625%;
  }
}
@media screen and (max-width: 500px) {
  .l_kv__bright {
    aspect-ratio: 40/33;
    width: 10.6666666667%;
    top: 2.0472440945%;
    right: 14.6666666667%;
  }
}

.l_kv__bright1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 92.2053231939%;
}
.l_kv__bright1.active {
  -webkit-animation: img_bright 600ms linear 2 alternate;
          animation: img_bright 600ms linear 2 alternate;
}

.l_kv__bright2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 60.4562737643%;
}
.l_kv__bright2.active {
  -webkit-animation: img_bright 1000ms linear 2 alternate;
          animation: img_bright 1000ms linear 2 alternate;
}

@-webkit-keyframes img_bright {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes img_bright {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l_kv__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.l_kv__block {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}
@media screen and (min-width: 501px) {
  .l_kv__block {
    top: 70.9779179811%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .l_kv__block {
    top: unset;
    bottom: 5.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .l_kv__block {
    bottom: 12.1621621622%;
  }
}

.c_main__label br {
  display: block;
}