@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("/wp-content/themes/vlcholdings/css/fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* download block */
.download {
  background-color: #EEF0F2;
  color: #52687d;
  padding-bottom: 4.7rem;
}
@media screen and (max-width: 768px) {
  .download {
    margin-top: 3.4em;
    padding-bottom: 4.4rem;
  }
}

/* Intro */
.download__intro {
  padding: 8rem 0 3rem;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .download__intro {
    padding: 4.8rem 0 2rem;
  }
}

.download__intro--head {
  margin: 0 auto 6.4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .download__intro--head {
    margin-bottom: 2.7rem;
  }
}

.download__intro-inner {
  max-width: 94rem;
  margin: 0 auto;
}

.download__intro-title {
  font-size: 4.8rem;
  line-height: 6.9rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .download__intro-title {
    font-size: 3.2rem;
    line-height: 4.6rem;
  }
}

.download__intro-copy {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #52687d;
  font-weight: 500;
  padding-left: 2.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .download__intro-copy {
    line-height: 3rem;
    padding-left: 1.4rem;
    margin: -0.3rem 0rem;
  }
}
.download__intro-copy::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.6rem;
  height: 1.2rem;
  left: 0.4rem;
  margin-top: 0.1rem;
  background: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_new_yeallow.svg") center/contain no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .download__intro-copy::after {
    top: 4%;
    left: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

/* download-filter */
.download-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.8rem;
     -moz-column-gap: 2.8rem;
          column-gap: 2.8rem;
  row-gap: 2rem;
  padding: 4rem 8rem;
  background-color: #fff;
  max-width: 87.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .download-filter {
    padding: 2.4rem 0rem 2.4rem 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.6rem;
  }
}

.download-filter__option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  .download-filter__option {
    gap: 1.2rem;
  }
}

.download-filter input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.download-filter__box {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  border: 2px solid #92a3b9;
  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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .download-filter__box {
    border: 1px solid #92a3b9;
  }
}

.download-filter__box::after {
  content: "";
  width: 4px;
  height: 11px;
  position: absolute;
  bottom: 3px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

/* checked state: input + box */
.download-filter input[type=radio]:checked + .download-filter__box {
  background-color: #596d86;
  border-color: transparent;
}

.download-filter input[type=radio]:checked + .download-filter__box::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

/* checked state: input + text */
.download-filter input[type=radio]:checked ~ .download-filter__text {
  font-weight: 600;
}

.download-filter__text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .download-filter__text {
    font-size: 1.4rem;
  }
}

/* download-section */
.download-section {
  padding: 1.9rem 0 7.9rem;
}
@media screen and (max-width: 768px) {
  .download-section {
    padding: 2rem 0 3.7rem;
  }
}

.download-section.is-hidden {
  display: none;
}

.download-section__header {
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 769px) {
  .download-section__header {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .download-section__header {
    margin-bottom: 2.4rem;
  }
}

.download-section__title {
  color: #52687d;
  gap: 1.4rem;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 5.2rem;
  margin-bottom: 3.2rem;
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .download-section__title {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-bottom: 2.3rem;
    padding-left: 2.2rem;
  }
}
.download-section__title::after {
  position: absolute;
  content: "";
  top: 53%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  height: 2.4rem;
  background: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_title_ir.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .download-section__title::after {
    width: 1.8rem;
    height: 1.6rem;
    top: 0.3rem;
    left: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.download-section__description {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #52687d;
  max-width: 76rem;
}
@media screen and (max-width: 768px) {
  .download-section__description {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.download-section__empty {
  font-size: 1.4rem;
  color: #7a8896;
  font-style: italic;
}

/* download-grid */
.download-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 4.5rem minmax(0, 1fr) 4.5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.9rem 4.5rem;
}
.download-grid + .download-grid {
  margin-top: 3.9rem;
}
@media screen and (max-width: 1024px) {
  .download-grid + .download-grid {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .download-grid + .download-grid {
    margin-top: 4.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .download-grid {
    -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .download-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4.7rem;
  }
}

/* download-card */
.download-card {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  cursor: pointer;
}

.download-card:hover .download-card__media img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.download-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-bottom: 1px solid #dbe2ec;
}
.download-card__media img {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.download-card__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.download-card__thumb--placeholder {
  background: repeating-linear-gradient(135deg, #dde3ec, #dde3ec 12px, #eef2f8 12px, #eef2f8 24px);
}

.download-card__badge {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  pointer-events: none;
  width: 9rem;
  height: auto;
}

.download-card__badge-icon {
  width: 9rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.download-card__body {
  padding-top: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .download-card__body {
    gap: 1rem;
  }
}

.download-card__title {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .download-card__title {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-bottom: -0.2rem;
  }
}

.download-card__excerpt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 2rem;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .download-card__excerpt {
    -webkit-line-clamp: 2;
    margin-bottom: -0.1rem;
  }
}

.download-card__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-card__cta {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #1f2f46;
  padding: 0.4rem 0.8rem;
  border-bottom: 1px solid rgba(31, 47, 70, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}

/* modifier: video */
.download-card--video .download-card__media {
  background-color: #111;
  border-bottom: none;
}

.download-card--video .download-card__thumb {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.download-card--video:hover .download-card__thumb,
.download-card--video:focus-within .download-card__thumb {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.download-card--video .download-card__title {
  color: #52687D;
}

.ir-banner .ir-banner__title {
  line-height: 5.2rem;
}
@media screen and (max-width: 768px) {
  .ir-banner .ir-banner__title {
    line-height: 4.6rem;
    margin-bottom: 3.9rem;
  }
}