/* 共通 */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'palt';
}
img {
    display: block;
    max-width: 100%;
}
h1, h2 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.5;
}
h1 .latin, h2 .latin {
    font-family: "cormorant-garamond", serif;
}
h3 {
    line-height: 1.75;
    color: #000;
    transition: color .4s ease;
    letter-spacing: 0.08em;
}
.Page__body .Content {
    padding: 120px 0;
}
.Page__body .Heading {
    margin-bottom: 64px;
}
.Card .Card__link__text h3::after,
.Button .Button__item::after,
.List .List__link__text h3::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    background: no-repeat center / 100%;
    background-image: url(../image/icon_blank_blue_001.svg);
    vertical-align: -1px;
}
.hidden_lg {
    display: none;
}
@media screen and (max-width: 768px) {
    .Page__body .Content {
        padding: 80px 0;
    }
    .Page__body .Heading {
        margin-bottom: 48px;
    }
    .hidden_lg {
        display: block;
    }
    .Card .Card__link__text h3::after,
    .Button .Button__item::after,
    .List .List__link__text h3::after {
        width: 14px;
        height: 14px;
        margin-left: 4px;
    }
}

/* Hero */
.Page__body .Content__hero {
    padding: 0;
    overflow: hidden;
    min-height: 650px;
}
.Content__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(9,15,32,.55);
    z-index: 1;
}
.Content__hero .Hero__text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 80px;
    color: #FFF;
    text-shadow: 0 2px 4px rgba(9,15,32,0.2);
    z-index: 2;
}
.Hero__text h1 {
    font-size: clamp(48px, 20.54px + 3.58vw, 72px);
    margin-bottom: 24px;
    margin-left: -0.08em;
    letter-spacing: 0.08em;
    line-height: 1.35;
}
.Hero__text h1 .latin {
    font-size: clamp(50px, 28.79px + 3.28vw, 76px);
    margin-left: 0.08em;
    letter-spacing: 0.1em;
}
.Hero__text h1 .ls_003 {
    letter-spacing: 0.03em;
}
.Hero__text h1 .ls_005 {
    letter-spacing: -0.05em;
}
.Hero__text h1 .ls_015 {
    letter-spacing: 0.15em;
}
.Content__hero .Hero__text p {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.2em;
}
.Hero__image {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    height: 100%;
}
.Hero__image__track {
    display: flex;
    width: auto;
    height: calc((100% - 32px) / 3);
    transform: translate3d(0,0,0);
    will-change: transform;
}
.Hero__image__track li {
    margin: 0 8px;
    box-sizing: border-box;
    aspect-ratio: 3 / 2;
    height: 100%;
    width: auto;
}
.Hero__image__track img {
    width: 100%;
    height: 100%;
    display: block;
}
.Hero__image__track__1,
.Hero__image__track__3 {
    animation: heroScrollLeft 90s linear infinite;
}
.Hero__image__track__2 {
    animation: heroScrollRight 90s linear infinite;
}
@keyframes heroScrollLeft {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
@keyframes heroScrollRight {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}
.Hero__image.is-paused .Hero__image__track {
    animation-play-state: paused;
}
.Hero__image .Hero__pause {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.3);
    z-index:100;
}
.Hero__image .Hero__pause svg {
    width: 20px;
    height: 20px;
    fill: #FFF;
}
.icon-play {
    display: none
}
.Hero__pause.is-play .icon-play{
    display: block
}
.Hero__pause.is-play .icon-pause {
    display: none
}
@media screen and (max-width: 959px) {
    .Page__body .Content__hero {
        height: calc(100svh - 49px);
    }
    .Hero__image__track__1,
    .Hero__image__track__3 {
        animation: heroScrollLeft 30s linear infinite;
    }
    .Hero__image__track__2 {
        animation: heroScrollRight 30s linear infinite;
    }
}
@media screen and (max-width: 768px) {
    .Page__body .Content__hero {
        padding: 0;
    }
    .Content__hero .Hero__text {
        padding: 20px;
    }
    .Hero__text h1 {
        font-size: 40px;
        margin-bottom: 24px;
    }
    .Hero__text h1 .latin {
        font-size: 42px;
        line-height: 1;
    }
    .Content__hero .Hero__text p {
        font-size: 16px;
    }
}

/* Stories, Pickup共通 */
.Heading h2 {
    font-size: clamp(36px, 22.25px + 1.79vw, 48px);
    margin-bottom: 32px;
    margin-left: -0.115em;
    letter-spacing: 0.08em;
}
.Heading h2 .label {
    display: block;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 16px;
    letter-spacing: 0.2em;
    margin-left: 0.3em;
}
.Heading h2 .label::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #0084B9;
  border-radius: 50%;
  margin-right: 8px;
}
.Heading h2 .latin {
    font-size: clamp(40px, 25.65px + 2.38vw, 56px);
    margin: 0 0.05em 0 0.05em;
    letter-spacing: 0.08em;
}
.Heading h2 .ls_005 {
    letter-spacing: -0.05em;
}
.Heading h2 .ls_015 {
    letter-spacing: 0.15em;
}
.Heading .Heading__summary p {
    line-height: 2;
    letter-spacing: 0.125em;
}
.Card {
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.Card__link {
    width: calc((100% - 40px) / 2);
}
.Card .Card__link__text h3 {
    font-size: 20px;
}
.Card__link:hover .Card__link__text h3 {
    color: #0084B9;
}
.Card__link .Card__link__image {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 16px;
}
.Card__link .Card__link__image img {
    transition: transform 1.0s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}
.Card__link:hover .Card__link__image img {
    transform: scale(1.05) translateZ(0);
    transition: transform 1.2s cubic-bezier(0.45, 1, 0.75, 1);
}
.Page__body .Button {
    width: 50%;
    margin: 0 auto;
}
.Button .Button__item {
    display: block;
    text-align: center;
    border: 1px solid #000;
    padding: 28px 40px 32px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #000;
    background-color: #FFF;
    transition: color .4s ease;
}
.Button .Button__item span {
    display: block;
    font-size: 16px;
    margin-bottom: 16px;
}
.Button:hover .Button__item {
    border: 1px solid #0084B9;
    color: #0084B9;
}
@media screen and (max-width: 768px) {
    .Heading h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .Heading h2 .label {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 12px;
    }
    .Heading h2 .label::before {
        width: 10px;
        height: 10px;
    }
    .Heading h2 .latin {
        font-size: 26px;
        line-height: 1;
    }
    .Heading .Heading__summary p {
        font-size: 14px;
    }
    .Card {
        margin-bottom: 64px;
        flex-direction: column;
    }
    .Card__link {
        width: 100%;
    }
    .Card .Card__link__text h3 {
        font-size: 16px;
    }
    .Card__link .Card__link__image {
        margin-bottom: 12px;
    }
    .Page__body .Button {
        width: 100%;
    }
    .Button .Button__item {
        padding: 20px 40px;
        font-size: 16px;
    }
    .Button .Button__item span {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

/* Pickup */
.Content__pickup {
    position: relative;
    width: 100%;
    z-index: 0;
    flex-basis: 100%;
}
.Content__pickup::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: min(80vw, calc(50% + 500px));
    height: 100%;
    background: #F6F6F6;
    z-index: -1;
}

/* Related */
.Content__related .Content__inner {
    width: calc(100% * 10 / 12);
    max-width: 1208px;
}
.Content__related .Heading h2 {
    font-size: 36px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}
.List {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.List__link {
    display: grid;
    grid-template-columns: 7fr minmax(240px, 3fr);
    gap: 40px;
}
.List .List__link__text h3 {
    font-size: 24px;
    margin-bottom: 24px;
}
.List__link__text:hover h3 {
    color: #0084B9;
}
.List .List__link__text p {
    color: #000;
    line-height: 2;
    font-weight: 300;
}
.List__link__image{
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
}
.List__link__image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: transform 1.0s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}
.List__link:hover .List__link__image img {
    transform: scale(1.05);
    transition: transform 1.2s cubic-bezier(0.45, 1, 0.75, 1);
}
@media screen and (max-width: 768px) {
    .Content__related .Content__inner {
        width: 100%;
    }
    .Content__related .Heading h2 {
        font-size: 28px;
    }
    .List__link {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .List .List__link__text h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .List .List__link__text p {
        font-size: 14px;
    }
}

/* アニメーション */
.fadein .Heading,
.fadein .Card__link,
.fadein .List__link {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 1s ease, transform 1s ease;
}
.fadein.is-visible .Heading,
.fadein.is-visible .Card__link,
.fadein.is-visible .List__link {
  opacity: 1;
  transform: translateY(0);
}
.fadein.is-visible .Card__link {
  transition-delay: 1s;
}
.fadein.is-visible .Card__link:nth-child(n+3) {
  transition-delay: 1.5s;
}
.fadein.is-visible .List__link {
  transition-delay: .5s;
}

@media screen and (max-width: 768px) {
    .fadein.is-visible .Card__link:nth-child(n+3) {
        transition-delay: 0s;
    }
}
