@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;800&family=Oswald:wght@600&family=Zen+Old+Mincho:wght@400;700;900&display=swap");
/*----------------------------------------------------------------------------
	hero
----------------------------------------------------------------------------*/
.hero .inner {
  padding-top: 35px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .hero .inner {
    padding-top: 8.533vw;
    padding-right: 2.667vw;
    padding-bottom: 8.533vw;
    padding-left: 2.667vw;
  }
}
.hero_heading {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hero_heading {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 5.867vw;
  }
}
.hero_heading-logo {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .hero_heading-logo {
    margin-right: 0;
    margin-bottom: 2.133vw;
  }
}
.hero_heading-logo img:first-child {
  width: 188px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .hero_heading-logo img:first-child {
    width: 32.533vw;
    margin-bottom: 1.6vw;
  }
}
.hero_heading-logo img:last-child {
  width: 221px;
  filter: invert(75%) sepia(92%) saturate(1461%) hue-rotate(4deg) brightness(111%) contrast(103%);
}
@media screen and (max-width: 767px) {
  .hero_heading-logo img:last-child {
    width: 39.733vw;
  }
}
.hero_heading-text {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.hero_heading-text strong {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hero_heading-text strong {
    font-size: 13.333vw;
  }
}
.hero_heading-text span {
  font-size: 58px;
  font-size: 5.8rem;
  font-weight: 800;
  color: #fff;
  padding-bottom: 3px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .hero_heading-text span {
    font-size: 9.6vw;
    letter-spacing: 0.06em;
    margin-right: -0.06em;
  }
}
.hero_image {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero_image {
    max-width: 100%;
  }
}
.hero_image:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hero_image:not(:last-child) {
    margin-bottom: 5.333vw;
  }
}
.hero_image img {
  width: 100%;
}
.hero_slider {
  position: relative;
  width: 833px;
  height: 843px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .hero_slider {
    width: 100%;
    height: 96vw;
  }
}
.hero_slider_image {
  height: 100%;
}
.hero_slider a {
  display: block;
  height: 100%;
  text-align: center;
}
.hero_slider a img {
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.slick-list {
  width: 100%;
  height: 100%;
}
.slick-track {
  height: 100%;
}
.slick-track div {
  height: 100%;
  text-align: center;
}
.slick-dots {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 3.733vw;
  }
}
.slick-dots li {
  font: 0/0 a;
}
.slick-dots li:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .slick-dots li:not(:last-child) {
    margin-right: 4.533vw;
  }
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 2.933vw;
    height: 2.933vw;
  }
}
.slick-dots li.slick-active button {
  background-color: #fcf64b;
}

/*----------------------------------------------------------------------------
	common_title
----------------------------------------------------------------------------*/
.common_title {
  position: relative;
}
.common_title span {
  position: relative;
  display: block;
  width: 100%;
}
.common_title span::before {
  background-image: url(../images/common/title_lights.png);
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  bottom: -80px;
  left: -61px;
  width: 222px;
  height: 222px;
  mix-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .common_title span::before {
    bottom: -12.533vw;
    left: -8vw;
    width: 33.333vw;
    height: 33.333vw;
  }
}
.common_title span::after {
  background-image: url(../images/common/title_lights.png);
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: -77px;
  right: -52px;
  width: 222px;
  height: 222px;
  mix-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .common_title span::after {
    top: -11.733vw;
    right: -8vw;
    width: 33.333vw;
    height: 33.333vw;
  }
}

/*----------------------------------------------------------------------------
	detail
----------------------------------------------------------------------------*/
.detail .inner {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 39px;
  padding-bottom: 40px;
}
.detail_link::before {
  background-image: url(../images/title/chara-01.png);
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  bottom: 3px;
  right: 0;
  width: 84px;
  height: 111px;
}
@media screen and (max-width: 767px) {
  .detail_link::before {
    bottom: 0.533vw;
    width: 12.8vw;
    height: 17.067vw;
  }
}
.detail_link img {
  width: 627px;
}
@media screen and (max-width: 767px) {
  .detail_link img {
    width: 94.667vw;
  }
}

/*----------------------------------------------------------------------------
	area
----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .area {
    padding-right: 2.667vw;
    padding-bottom: 5.333vw;
    padding-left: 2.667vw;
  }
}
.area:nth-of-type(odd) {
  position: relative;
}
.area:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(19, 54, 138);
  opacity: 0.6;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .area:nth-of-type(odd)::before {
    content: none;
  }
}
.area .inner {
  position: relative;
  z-index: 1;
  padding-top: 33px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .area .inner {
    padding-top: 0;
    padding-right: 2.667vw;
    padding-bottom: 0;
    padding-left: 2.667vw;
    border: 2px solid #fff;
  }
}
.area_heading {
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .area_heading {
    position: relative;
    pointer-events: auto;
    padding-top: 6.667vw;
    padding-bottom: 6.667vw;
  }
}
@media screen and (max-width: 767px) {
  .area_heading::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8vw;
    width: 2.933vw;
    height: 2.133vw;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .area_heading.is-active::after {
    -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
            clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
}
.area_heading span {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.33));
}
@media screen and (max-width: 767px) {
  .area_heading span {
    font-size: 6.667vw;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
  }
}
.area .field {
  padding-top: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 333px);
  grid-auto-rows: auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .area .field {
    display: none;
    padding-top: 0;
    padding-bottom: 5.333vw;
  }
}
.area .field.is-center {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .area .field.is-center {
    display: none;
  }
}

/*----------------------------------------------------------------------------
	common_area
----------------------------------------------------------------------------*/
.common_area_item {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  width: 333px;
  height: 73px;
  padding-top: 15px;
  padding-right: 22px;
  padding-bottom: 16px;
  border: 1px solid #9d8400;
  border-radius: 8px;
  background-image: url(../images/common/area_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .common_area_item {
    width: 100%;
    height: 19.467vw;
    padding-top: 4vw;
    padding-right: 5.867vw;
    padding-bottom: 4.267vw;
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .common_area_item:not(:last-child) {
    margin-bottom: 5.333vw;
  }
}
.common_area_item-headline {
  -moz-flex: 1;
  flex: 1;
  text-align: center;
}
.common_area_item-headline span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 800;
  color: #000;
  letter-spacing: 0.005em;
  margin-right: -0.005em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .common_area_item-headline span {
    font-size: 5.067vw;
  }
}
.common_area_item-body {
  -moz-flex: 0 0 125px;
  flex: 0 0 125px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .common_area_item-body {
    flex-basis: 33.333vw;
  }
}
.common_area_item-body a {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  background-color: #b91c22;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.51);
}
@media screen and (max-width: 767px) {
  .common_area_item-body a {
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.51);
  }
}
.common_area_item-body a img {
  width: 62px;
}
@media screen and (max-width: 767px) {
  .common_area_item-body a img {
    width: 16.533vw;
  }
}
/*# sourceMappingURL=index.css.map */