@charset "UTF-8";

/* p-home-mv */
  .p-home-mv__inner {
    position: relative;
  }
  .p-home-mv__inner img {
    display: block;
    aspect-ratio: 1440 / 817;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: auto;
  }
  .p-home-mv__credit-txt {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    margin-top: calc(0.2 * var(--base-unit));
    padding-right: 10px;
  }
  
  .p-home-read-txt {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 60px;
  }

  @media screen and (max-width: 767px) {
    .p-home-mv__credit-txt {
      font-size: calc(1.1 * var(--base-unit));
      padding-right: calc(0.6 * var(--base-unit));
    }
    .p-home-read-txt {
      font-size: calc(1.5 * var(--base-unit));
      line-height: 1.75;
      margin-top: calc(3 * var(--base-unit));
    }
  }


/* p-home-about */
  @media screen and (max-width: 767px) {
    .p-home-about {
      margin-top: calc(6 * var(--base-unit));
      padding: 0 var(--mc-layout--offset--of-outer-left);
    }
  }

  @media screen and (min-width: 768px) {
    .p-home-about {
      margin-top: 120px;
      padding-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
      padding-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
      position: relative;
      z-index: 0;
    }
  }

  @media print {
    .p-home-about {
      margin-top: 120px;
      padding-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
      padding-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
      position: relative;
      z-index: 0;
    }
  }

  .p-home-about .p-home-about__hd1 {
    margin-bottom: calc(5 * var(--base-unit));
    font-weight: 300;
  }

  @media screen and (max-width: 767px) {
    .p-home-about .p-home-about__hd1 {
      margin-bottom: revert;
    }
  }

  @media screen and (max-width: 767px) {
    .p-home-about__list1 :where(li) {
      display: grid;
      grid-template-columns: 1fr calc(120 * var(--mc--quantity--of-design--horizontal));
      position: relative;
      z-index: 0;
    }
  }

  @media screen and (max-width: 767px) {
    .p-home-about__hit1 {
      grid-area: 1/1/-1/-1;
      padding: calc(1.5 * var(--base-unit)) 0;
    }
  }


  @media screen and (min-width: 768px) {
    .p-home-about__hit1 {
      display: block;
      box-sizing: border-box;
      padding-top: 50px;
      padding-bottom: 50px;
      position: relative;
      z-index: 0;
    }
  }

  @media print {
    .p-home-about__hit1 {
      display: block;
      box-sizing: border-box;
      padding-top: 50px;
      padding-bottom: 50px;
      position: relative;
      z-index: 0;
    }
  }
    .p-home-about__hit1::after {
      content: "";
      display: block;
      border-bottom: solid 1px rgba(102, 102, 102, 0.6);
      position: absolute;
      inset: 0;
      z-index: -1;
      background-color: rgba(0, 0, 0, 0);
    }
    .p-home-about__list1 li:first-child .p-home-about__hit1::after {
      border-top: solid 1px rgba(102, 102, 102, 0.6);
    }

  @media print {
    .p-home-about__hit1::after {
      content: "";
      display: block;
      border-bottom: solid 1px rgba(102, 102, 102, 0.6);
      position: absolute;
      inset: 0;
      z-index: -1;
      background-color: rgba(0, 0, 0, 0);
    }
    .p-home-about__list1 li:first-child .p-home-about__hit1::after {
      border-top: solid 1px rgba(102, 102, 102, 0.6);
    }
  }

  @media screen and (min-width: 768px) {
    .p-home-about__hit1:focus::before,
    .p-home-about__hit1:hover::before {
      content: "";
      display: block;
      border-radius: 100vw;
      width: 8px;
      height: 8px;
      margin-top: auto;
      margin-bottom: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -24px;
      background-color: #BF0C0C;
    }
  }

  @media print {
    .p-home-about__hit1:focus::before,
    .p-home-about__hit1:hover::before {
      content: "";
      display: block;
      border-radius: 100vw;
      width: 8px;
      height: 8px;
      margin-top: auto;
      margin-bottom: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -24px;
      background-color: #BF0C0C;
    }
  }

  @media screen and (min-width: 768px) {
    .p-home-about__hit1:focus::after,
    .p-home-about__hit1:hover::after {
      left: -50px;
      right: -50px;
      background-color: black;
    }
  }

  @media print {
    .p-home-about__hit1:focus::after,
    .p-home-about__hit1:hover::after {
      left: -50px;
      right: -50px;
      background-color: black;
    }
  }

  .p-home-about__txt1 {
    display: grid;
    align-items: center;
    font-weight: 100;
  }

  @media screen and (max-width: 767px) {
    .p-home-about__txt1 {
      grid-template-columns: repeat(2, auto);
      height: 100%;
      font-weight: 300;
      font-size: calc(17 * var(--mc--quantity--of-design--horizontal));
      letter-spacing: 0.12em;
      line-height: calc(2.3* var(--base-unit));
    }
  }


  @media screen and (min-width: 768px) {
    .p-home-about__txt1 {
      grid-template-columns: repeat(2, auto) 1fr;
      grid-auto-flow: column;
      column-gap: 20px;
      font-size: 40px;
      letter-spacing: 0.2em;
    }
  }

  @media print {
    .p-home-about__txt1 {
      grid-template-columns: repeat(2, auto) 1fr;
      grid-auto-flow: column;
      column-gap: 20px;
      font-size: 40px;
      letter-spacing: 0.2em;
    }
  }

  .p-home-about__txt1::before {
    content: "";
    aspect-ratio: 1;
    background-color: #000;
    mask: url("/assets_r24/images/cmn-mark_arrow_1.svg") no-repeat center/contain;
  }

  @media screen and (max-width: 767px) {
    .p-home-about__txt1::before {
      order: 1;
      width: calc(30 * var(--mc--quantity--of-design--horizontal));
    }
  }


  @media screen and (min-width: 768px) {
    .p-home-about__txt1::before {
      grid-column: 2/3;
      width: 40px;
    }
  }

  @media print {
    .p-home-about__txt1::before {
      grid-column: 2/3;
      width: 40px;
    }
  }

  @media screen and (max-width: 767px) {
    .p-home-about__txt1::after {
      display: none;
    }
  }


  @media screen and (min-width: 768px)  {
    .p-home-about__txt1::after {
      grid-column: -1/-2;
      font-family: "Neue Helvetica";
      font-weight: 200;
      color: #D5D5D5;
      font-size: 44px;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      text-align: right;
    }
  }

  @media print {
    .p-home-about__txt1::after {
      grid-column: -1/-2;
      font-family: "Neue Helvetica";
      font-weight: 200;
      color: #D5D5D5;
      font-size: 44px;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      text-align: right;
    }
  }

	@media screen and (min-width: 768px) {
    .p-home-about__hit1:focus .p-home-about__txt1,
    .p-home-about__hit1:hover .p-home-about__txt1 {
      color: #FFF;
    }
  }

  @media print {
    .p-home-about__hit1:focus .p-home-about__txt1,
    .p-home-about__hit1:hover .p-home-about__txt1 {
      color: #FFF;
    }
  }

  @media screen and (min-width: 768px) {
    .p-home-about__hit1:focus .p-home-about__txt1::before,
    .p-home-about__hit1:hover .p-home-about__txt1::before {
      background-color: #FFF;
    }
  }

  @media print {
    .p-home-about__hit1:focus .p-home-about__txt1::before,
    .p-home-about__hit1:hover .p-home-about__txt1::before {
      background-color: #FFF;
    }
  }

  @media screen and (max-width: 767px) {
    .p-home-about__img1 {
      grid-area: 1/-2/-1/-1;
      z-index: -1;
    }
    .p-home-about__credit-txt {
      font-size: calc(0.6 * var(--base-unit));
      text-align: right;
      grid-column: span 2;
      margin-top: calc(0.2 * var(--base-unit));
    }
  }

  @media screen and (min-width: 768px) {
    .p-home-about__img1 {
			display: none;
    }
    .p-home-about__credit-txt {
      display: none;
    }
  }


/* p-home-news */
.p-home-news {
  margin-top: 120px;
  padding-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
  padding-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
}
.p-home-news-title {
  margin-bottom: calc(3 * var(--base-unit));
}
.p-home-news--no-pointer {
  pointer-events: none;
}
.p-home-news .c-list1__description {
  color: #000;
}
.c-list1__hit:hover :where(.c-list1__description),
.c-list1__hit:focus-visible :where(.c-list1__description) {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  color: #A22041;
}
@media screen and (max-width: 767px) {
  .p-home-news {
    margin-top: calc(6 * var(--base-unit));
    padding-left: var(--mc-layout--offset--of-outer-left);
    padding-right: var(--mc-layout--offset--of-outer-left);
  }
  .p-home-news-title {
    margin-bottom: calc(1 * var(--base-unit));
    margin-top: 0;
  }
}

.p-home-news-search-link {
    margin-top: 20px;
    text-align: right;
}

@media screen and (max-width: 767px) {
  .p-home-news-search-link {
    margin-top: calc(27 * var(--mc--quantity--of-design--horizontal));
  }
}

.p-home-news-search-link a {
  display: inline grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto;
  align-items: center;
  letter-spacing: 0.1em;
  color: #0f2350;
  column-gap: 8px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-home-news-search-link a {
    column-gap: calc(10 * var(--mc--quantity--of-design--horizontal));
    font-size: calc(18 * var(--mc--quantity--of-design--horizontal));
  }
}
.p-home-news-search-link a::before,
.p-home-news-search-link a::after {
  content: "";
  grid-area: 1/1/2/2;
  width: 32px;
  height: 32px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.p-home-news-search-link a::before {
  background-color: #0F2350;
  mask: url("/assets_r24/images/cmn-mark_arrow_4.svg") no-repeat center center/contain;
}

.p-home-news-search-link a::after {
  box-sizing: border-box;
  border-radius: 100vw;
  border: solid 2px #0F2350;
  background-color: transparent;
  transition-property: border-color, background-color;
}


@media screen and (max-width: 767px) {
  .p-home-news-search-link a::before,
  .p-home-news-search-link a::after {
    width: calc(20 * var(--mc--quantity--of-design--horizontal));
    height: calc(20 * var(--mc--quantity--of-design--horizontal));
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-home-news-search-link a::before {
    transition-property: background-color;
  }
}

@media screen and (min-width: 768px) {
  .p-home-news-search-link a:hover {
    color: #a22041;
  }
  
  .p-home-news-search-link a:hover::before,
  .p-home-news-search-link a:hover::after {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .p-home-news-search-link a:hover::before {
    background-color: #FFF;
  }
  
  .p-home-news-search-link a:hover::after {
    border-color: #a22041;
    background-color: #a22041;
  }
}

/* p-home-gallery */
.p-home-gallery {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-home-gallery {
    margin-top: calc(6 * var(--base-unit));
  }
}

/* p-home p-box01 */
.p-home .p-box01 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-home .p-box01 {
    margin-top: calc(6 * var(--base-unit));
  }
}