.bl-news__title, .bl-about__description {
  margin-block: calc((1em - 1lh) / 2 + var(--margin-top, 0px)) calc((1em - 1lh) / 2 + var(--margin-bottom, 0px));
}

.bl-news, .bl-channel {
  margin-inline: auto;
}
@media print, screen and (min-width: 768.1px) {
  .bl-news, .bl-channel {
    width: 1080px;
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .bl-news, .bl-channel {
    width: 83.4666666667vw;
  }
}

.bl-header {
  --header-background: transparent;
}

.bl-hero {
  color: #fff;
  position: relative;
  z-index: 0;
}
.bl-hero__image {
  margin: 0;
  width: 100%;
  height: auto;
}
.bl-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  position: absolute;
  top: 0;
  left: 0;
}
.bl-hero__caption {
  line-height: 1;
  letter-spacing: 0.057em;
  font-weight: 400;
  position: absolute;
}
.bl-hero__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
}
.bl-hero__title {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.bl-hero__english {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.038em;
}
@media print, screen and (min-width: 768.1px) {
  .bl-hero {
    min-height: 557px;
  }
  .bl-hero__image {
    aspect-ratio: 1366/557;
  }
  .bl-hero__caption {
    font-size: 16.8px;
    right: 28px;
    bottom: 116px;
  }
  .bl-hero__english {
    font-size: 16.8px;
    margin-top: 27px;
  }
}
@media screen and (max-width: 768px) {
  .bl-hero__image {
    aspect-ratio: 750/911;
  }
  .bl-hero__caption {
    font-size: 2.6666666667vw;
    right: 7.2533333333vw;
    bottom: 16.4vw;
  }
  .bl-hero__title {
    margin-top: -29.3333333333vw;
    margin-bottom: 0;
  }
  .bl-hero__catch {
    width: auto;
    height: 4.84vw;
  }
  .bl-hero__english {
    margin-top: 3.7333333333vw;
    font-size: 2.1333333333vw;
  }
}

@-webkit-keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
:where(.c-carousel) {
  --count: 6;
  --gap: calc(30 * var(--pxvw-coefficient));
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: var(--gap);
  -webkit-animation: scroll-horizontal calc(4s * var(--count)) linear infinite;
          animation: scroll-horizontal calc(4s * var(--count)) linear infinite;
}

:where(.c-carousel__item) {
  flex-shrink: 0;
}

:where(.c-carousel a) {
  display: block;
}

:where(.c-carousel figure) {
  margin: 0;
  border-radius: calc(30 * var(--pxvw-coefficient));
  width: calc(500 * var(--pxvw-coefficient));
  height: calc(280 * var(--pxvw-coefficient));
  overflow: hidden;
  overflow: clip;
  pointer-events: none;
}
:where(.c-carousel figure) :is(img, iframe) {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

@media print, screen and (min-width: 768.1px) {
  :where(.c-carousel) {
    width: calc((500px + var(--gap)) * var(--count) * 2);
  }
}
@media screen and (max-width: 768px) {
  :where(.c-carousel) {
    width: calc((66.6666666667vw + var(--gap)) * var(--count) * 2);
  }
}

.bl-carousel__link {
  display: block;
}
.bl-carousel__media {
  margin: 0;
}
@media print, screen and (min-width: 768.1px) {
  .bl-carousel {
    margin-top: -96px;
  }
}
@media screen and (max-width: 768px) {
  .bl-carousel {
    margin-top: -11.2vw;
  }
}

.bl-news__title {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.bl-news__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bl-news__item-link {
  display: flex;
  line-height: 1.4;
}
.bl-news__date {
  flex-shrink: 0;
  letter-spacing: 0.059em;
}
.bl-news__heading {
  margin: 0;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768.1px) {
  .bl-news {
    margin-top: 140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .bl-news__title {
    --margin-bottom: 11px;
    width: 100%;
    font-size: 23px;
  }
  .bl-news__items {
    width: calc(100% - 280px);
  }
  .bl-news__item-link {
    font-size: 17px;
  }
  .bl-news__heading {
    margin-left: 49px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bl-news__archive {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-news {
    margin-top: 21.6vw;
  }
  .bl-news__title {
    font-size: 4vw;
  }
  .bl-news__items {
    margin-top: 4.4vw;
  }
  .bl-news__date {
    font-size: 2.9333333333vw;
  }
  .bl-news__heading {
    margin-left: 4.1333333333vw;
    font-size: 2.9333333333vw;
  }
  .bl-news__archive {
    margin: 6.5333333333vw auto 0;
  }
}

.bl-channel {
  display: none !important;
}
.bl-channel__title {
  margin: 0;
}
.bl-channel__description1, .bl-channel__description2 {
  margin: 0;
  font-size: calc(23 * var(--pxvw-coefficient));
}
.bl-channel__description1 {
  line-height: 1;
  letter-spacing: -0.001em;
}
.bl-channel__description2 {
  line-height: 1;
  letter-spacing: 0.08em;
}
.bl-channel__link {
  display: block;
}
.bl-channel__media {
  margin: 0;
  position: relative;
  z-index: 0;
}
.bl-channel__media-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768.1px) {
  .bl-channel {
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bl-channel__contents {
    width: 477px;
    flex-shrink: 0.4;
  }
  .bl-channel__description1 {
    margin-top: 30px;
  }
  .bl-channel__description2 {
    margin-top: 14px;
  }
  .bl-channel__link {
    margin-right: calc(50% - 50vw);
  }
  .bl-channel__media-icon {
    width: 10.4685212299vw;
  }
}
@media screen and (max-width: 768px) {
  .bl-channel {
    margin-top: 20vw;
  }
  .bl-channel__title {
    margin-inline: auto;
    width: 48.6666666667vw;
  }
  .bl-channel__title__description1, .bl-channel__title__description2 {
    text-align: center;
  }
  .bl-channel__description1, .bl-channel__description2 {
    text-align: center;
  }
  .bl-channel__description1 {
    margin-top: 3.8666666667vw;
  }
  .bl-channel__description2 {
    margin-top: 2vw;
  }
  .bl-channel__media {
    margin-top: 4vw;
  }
  .bl-channel__media-icon {
    width: 20.2133333333vw;
  }
}

.bl-parlor {
  position: relative;
  z-index: 0;
}
.bl-parlor__background {
  margin: 0;
}
.bl-parlor__background img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.bl-parlor__logo {
  margin: auto;
  display: block;
}
.bl-parlor__title {
  margin: auto;
  font-weight: 500;
  font-size: calc(37 * var(--pxvw-coefficient));
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}
.bl-parlor__description {
  margin: auto;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}
.bl-parlor__media {
  margin: 0;
}
.bl-parlor__archive {
  margin: auto;
}
@media print, screen and (min-width: 768.1px) {
  .bl-parlor {
    margin-top: 97px;
    padding-block: 60px;
  }
  .bl-parlor__title {
    margin-top: 21px;
  }
  .bl-parlor__description {
    margin-top: 1em;
    font-size: 17px;
  }
  .bl-parlor__items {
    margin-top: 40px;
  }
  .bl-parlor__archive {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bl-parlor {
    margin-top: 13.3333333333vw;
    padding-block: 13.3333333333vw;
  }
  .bl-parlor__logo {
    width: 13.6vw;
  }
  .bl-parlor__title {
    margin-top: 2.8vw;
  }
  .bl-parlor__description {
    margin-top: 2vw;
    font-size: 2.9333333333vw;
  }
  .bl-parlor__items {
    margin-top: 6.8vw;
  }
  .bl-parlor__archive {
    margin-top: 6.9333333333vw;
  }
}

.bl-about {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
}
.bl-about__background {
  margin: 0;
}
.bl-about__background img {
  margin: auto;
}
.bl-about__contents {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl-about__logo {
  margin: auto;
  display: block;
}
.bl-about__title {
  margin: auto;
  font-weight: 500;
  font-size: calc(37 * var(--pxvw-coefficient));
  line-height: 1;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
.bl-about__description {
  line-height: 1.45;
  letter-spacing: -0.02em;
}
.bl-about__more {
  margin-inline: auto;
}
@media print, screen and (min-width: 768.1px) {
  .bl-about {
    margin-top: 80px;
  }
  .bl-about__background {
    height: 100%;
    min-height: 400px;
  }
  .bl-about__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .bl-about__title {
    margin-top: 31px;
  }
  .bl-about__description {
    --margin-top: 25px;
    font-size: 17px;
  }
  .bl-about__more {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .bl-about {
    margin-top: 6.6666666667vw;
  }
  .bl-about__logo {
    width: 13.6vw;
  }
  .bl-about__title {
    margin-top: 5.2vw;
  }
  .bl-about__description {
    --margin-top: 1em;
    font-size: 2.9333333333vw;
    word-break: keep-all;
  }
  .bl-about__more {
    margin-top: 6.9333333333vw;
  }
}
/*# sourceMappingURL=page-index.css.map */