@charset "UTF-8";
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", sans-serif;
  font-size: 10px;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  margin: 0;
  line-height: 1.5;
  color: #232429;
}

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img, video {
  max-width: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  /* stylelint-disable declaration-block-no-duplicate-properties */
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button:focus {
  outline: none;
}

a {
  color: #232429;
  text-decoration: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  height: auto;
  resize: vertical;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, sans-serif;
}

.top h2, .top h3, .top p {
  letter-spacing: 0.04em;
}
.top a {
  cursor: pointer;
}
.top .pc-only {
  display: block;
}
@media screen and (max-width: 1180px) {
  .top .pc-only {
    display: none;
  }
}
.top-include-wrapper {
  margin-top: 60px;
}
.top .swiper {
  height: 350px;
}
.top .swiper-container {
  position: relative;
  height: 378px;
}
.top .swiper-button-area {
  width: 950px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  pointer-events: none;
}
@media screen and (max-width: 1180px) {
  .top .swiper-button-area {
    width: 100%;
  }
}
.top .swiper-button-prev, .top .swiper-button-next {
  pointer-events: initial;
  color: #fff !important;
}
.top .swiper-button-prev::after, .top .swiper-button-next::after {
  font-size: 1.8rem !important;
}
.top .swiper-pagination {
  bottom: 0 !important;
  z-index: 1 !important;
}
.top .swiper-pagination-bullet {
  transform: skewX(-45deg);
  border-radius: initial !important;
  width: 52px;
  height: 6px;
  background: #D1D1D2;
}
.top .swiper-pagination-bullet-active {
  background: #8C8C8E;
}
.top .swiper-slide {
  width: 950px !important;
  height: 350px;
}
.top .swiper-slide-link {
  position: relative;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  height: inherit;
}
.top .swiper-slide-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: initial;
  position: absolute;
  z-index: -1;
}
.top .swiper-slide-text-area {
  width: 100%;
  height: 132px;
  padding: 18px 24px;
  background: rgba(25, 25, 28, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  color: #D1D1D2;
}
.top .swiper-slide-text-area-date {
  font-size: 1.4rem;
}
.top .swiper-slide-text-area-contents {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 1180px) {
  .top .swiper-slide-text-area-contents {
    margin-top: 8px;
  }
}
.top .swiper-slide-text-area-title {
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  width: 50%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .top .swiper-slide-text-area-title {
    width: 100%;
    font-size: 1.8rem;
  }
}
.top .swiper-slide-text-area-text-wrapper.pc-only {
  width: 50%;
}
.top .swiper-slide-text-area-text {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 66px;
}
@media screen and (max-width: 1180px) {
  .top .swiper-slide {
    width: 100% !important;
  }
}
