.p-page-hero {
    padding-top: 34px;
    min-height: 280px;
    display: flex;
    align-items: center;
    background: #000 url("../img/header/Vector.svg") repeat center/120px auto;
    color: #fff;
}
.p-page-hero__title {
    margin: 0;
    font-size: clamp(34px, 6vw, 72px);
    line-height: 1.2;
    text-align: center;
}
.p-page-content { padding: 48px 0 72px; }
.p-entry__title { font-size: 32px; }
.p-entry__content { line-height: 2.05; }
.p-entry__content p { margin: 0 0 1.2em; }
.p-page-content--sara-index .p-entry__content--lead { margin-bottom: 40px; }
.p-episode-nav {
    display: grid; gap: 16px;
}
.p-episode-nav__item {
    display: block; padding: 18px 20px; background: #000 url("../img/header/Vector.svg") repeat center/120px auto; color: #fff; border-radius: 14px;
}
@media (min-width: 768px) {
    .p-page-hero { padding-top: 52px; min-height: 360px; }
    .p-episode-nav { grid-template-columns: repeat(2, 1fr); }
}

/* about page */
.p-about-hero {
    position: relative;
    background: #000;
}
.p-about-hero__inner {
    position: relative;
    min-height: 400px;
    overflow: visible;
}
.p-about-hero__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background:
        url("../img/common/kv-b2.png") right 12% top 43% / 77% auto no-repeat,
        #000;
    opacity: 0.6;
}
.p-about-hero__copy {
    position: relative;
    z-index: 2;
    width: 419px;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 0;
}
.en .p-about-hero__copy {
    width: 388px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.p-about-hero__title {
    width: 100%;
}
.p-about-hero__illust {
    position: absolute;
    right: 55px;
    bottom: -276px;
    z-index: 3;
    width: 367px;
}
.p-about-intro {
    padding: 76px 0 65px;
}
.p-about-intro__lead {
    margin: 0;
    font-size: 24px;
    line-height: 1.8;
    text-align: left;
    font-weight: 500;
    width: calc(100% - 380px);
}
.p-about-intro__illust-sp {
    display: none;
}
.p-about-headingband {
    padding-bottom: 54px;
}
.p-about-headingband .l-container--wide {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.p-about-headingband__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 84px;
    padding: 30px;
    background: url("../img/page/heading2.png") center center / cover no-repeat;
}
.p-about-headingband__title {
    display: block;
    width: 173px;
}
.en .p-about-headingband__title {
    display: block;
    width: 552px;
    padding: 22px 0;
}
.p-about-six {
    padding-bottom: 66px;
}
.p-about-six__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 45%;
    align-items: start;
    column-gap: 42px;
}
.p-about-six__text p {
    margin-top: 87px;
    font-size: 20px;
    line-height: 2.15;
    font-weight: 500;
}
.p-about-six__text p + p {
    margin-top: 54px;
    font-weight: 500;
}
.p-about-six__visual {
    position: relative;
    padding-top: 2px;
}
.p-about-six__illust {
    width: 100%;
}
.p-about-six__illust-sp {
    display: none;
}
.p-about-six__bubble {
    position: absolute;
    right: 6px;
    bottom: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}
.p-about-storycta {
    padding-bottom: 52px;
}
.p-about-storycta__visual {
    position: relative;
    display: block;
    min-height: 510px;
    overflow: hidden;
    border-radius: 10px;
    background: url("../img/page/story-titlepic1.png") center 62% / 130% auto no-repeat;
}
.p-about-storycta__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    text-align: center;
    padding: 0 60px;
}
.p-about-storycta__overlay p {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    text-shadow: 2px 4px 4px #000;
}
.p-about-storycta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 556px;
    min-width: 305px;
    min-height: 54px;
    margin-top: 20px;
    padding: 24px 22px;
    border-radius: 6px;
    background:
        #000 url("../img/header/main-bg.png") center center / auto 100px repeat;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    transition: background-image 1s ease, background-color 1s ease, opacity 0.2s ease;
}
.p-about-storycta__button:hover {
    background: #331111 url("../img/header/main-bg_hover.png") repeat center center / auto 100px;
}
.p-about-storycta__button:active {
    background: #000 url("../img/header/main-bg_click.png") repeat center center / auto 100px;
}
.p-about-storycta__button.is-disabled,
.p-about-storycta__button[aria-disabled="true"] {
    background: #808080 url("../img/header/main-bg_disable.png") repeat center center / auto 100px;
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}
.p-about-goods {
    width: 100%;
    padding-bottom: 88px;
}
.p-about-goods__visual {
    position: relative;
    display: block;
    width: 100vw;
    min-height: 485px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background-image: none !important;
}
.p-about-goods__visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../img/common/PYBJ4N.png") center 41% / cover no-repeat;
    background-repeat: no-repeat;
    background-position: center 44%;
    background-size: 110%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}
.p-about-goods__visual:hover::before {
    transform: scale(1.1);
}
.p-about-goods__heading {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 221px;
    transform: translate(-50%, -50%);
}
.en .p-about-goods__heading {
    width: 338px;
}
.p-about-goods__content {
    padding-top: 44px;
    text-align: center;
}
.p-about-goods__lead {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 52px;
}
.p-about-goods__text {
    width: 555px;
    margin: 34px auto 0;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
}

.p-about-goods__action {
    margin: 16px 0 0;
}
.p-about-linkbutton {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 555px;
    width: 80%;
    min-height: 80px;
    padding: 27px 24px;
    border-radius: 8px;
    background: #9F2B31;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.4;
    overflow: hidden;
    z-index: 0;
    transition: opacity 0.2s ease;
}

.p-about-linkbutton::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000 url("../img/header/main-bg.png") repeat center center / auto 100px;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: -1;
}

.p-about-linkbutton:hover::before {
    opacity: 1;
}

.p-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 400px;
    min-height: 80px;
    padding: 27px 24px;
    border-radius: 8px;
    background: #000000 url("../img/header/main-bg.png") repeat center center / auto 100px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    transition: background-image 1s ease, background-color 1s ease, opacity 0.2s ease;
}
.p-home-button:hover {
    background: #331111 url("../img/header/main-bg_hover.png") repeat center center / auto 100px;
}
.p-home-button:active {
    background: #000 url("../img/header/main-bg_click.png") repeat center center / auto 100px;
}
.p-home-button.is-disabled,
.p-home-button[aria-disabled="true"] {
    background: #808080 url("../img/header/main-bg_disable.png") repeat center center / auto 100px;
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}
.p-home-button.to--sara {
    font-size: 20px;
}
.p-home-button__icon {
    width: 20px;
    height: 15px;
    flex: 0 0 20px;
    background: url("../img/header/Vector.svg") center center / 20px 15px no-repeat;
}

@media (max-width: 767px) {
    .p-about-hero__inner {
    margin: 0 !important;
    width: 100% !important;
    min-height: 400px;
    }
    .p-about-hero__inner::before {
        background: url("../img/common/kv-b2.png") right 50% top 54% / 129% auto no-repeat, #000;
        width: 100%;
    }
    .p-about-hero__copy {
        width: 75vw;
        margin: 0 auto;
        padding-top: 123px;
        padding-bottom: 122px;
    }
    .en .p-about-hero__copy {
        width: 75vw;
        max-width: 388px;
        margin: 0 auto;
        padding-top: 116px;
        padding-bottom: 82px;
    }
    .p-about-hero__illust {
        display: none;
    }
    .p-about-intro {
        padding: 38px 0 18px;
    }
    .p-about-intro__lead {
        font-size: 18px;
        line-height: 2;
        text-align: center;
        width: 100%;
    
    }
    .p-about-intro__illust-sp {
        display: block;
        margin: 0 auto 12px;
    }
    .p-about-intro__illust-sp img {
        display: block;
        width: 90vw;
        max-width: 367px;
        margin: 20px auto;
    }
    .p-about-headingband {
        padding-bottom: 24px;
    }
    .p-about-headingband__inner {
        min-height: 140px;
        padding: 0;
    }
    .p-about-headingband__title {
        width: 130px;
    }
    .en .p-about-headingband__title {
        width: 90vw;
        max-width: 380px;
    }
    .p-about-six {
        padding-bottom: 34px;
    }
    .p-about-six__grid {
        grid-template-columns: 1fr;
        row-gap: 18px;
    }
    .p-about-six__text p {
        margin-top: 13px;
        font-size: 18px;
        font-weight: 500;
        line-height: 2;
    }
    .p-about-six__text p + p {
        margin-top: 18px;
    }
    .p-about-six__visual {
        position: relative;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        overflow: hidden;
    }
    .p-about-six__illust {
        display: none;
    }
    .p-about-six__illust-sp {
        display: block;
        width: 100%;
        background-image: url("../img/page/illust-about6arts-about.png");
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center top;
        height: 130vw;
        margin-left: -20px;
        width: calc(100% + 40px);
    }
    .p-about-six__bubble {
        right: 6px;
        bottom: 18px;
        width: 84px;
        height: 84px;
        font-size: 13px;
    }
    .p-about-storycta {
        padding-bottom: 0;
        margin-top: -1px;
    }
    .p-about-storycta__visual {
        width: 100vw;
        min-height: 310px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        border-radius: 0;
        background-size: cover;
        background-position: center center;
    }
    .p-about-storycta__overlay {
        padding: 14px 16px;
    }
    .p-about-storycta__overlay p {
        font-size: 16px;
        font-weight: 500;
        line-height: 2;
    }
    .p-about-storycta__button {
        min-width: 188px;
        min-height: 38px;
        margin-top: 12px;
        padding: 8px 12px;
        font-size: 13px;
    }
    .p-about-goods {
        padding-bottom: 46px;
    }
    .p-about-goods__visual {
        width: 100vw;
        min-height: 340px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        margin-bottom: 70px;
        background-size: cover;
        background-position: center center;
    }
    .p-about-goods__heading {
        width: 132px;
    }
    .en .p-about-goods__heading {
        width: 280px;
    }
    .p-about-goods__content {
        padding-top: 22px;
    }
    .p-about-goods__lead {
        font-size: 20px;
        font-weight: 500;
        line-height: 2;
    }
    .p-about-goods__text,
    .p-about-goods__small {
        width: 100%;
        margin-top: 16px;
        font-size: 16px;
        line-height: 2;
        font-weight: 500;
    }
    .p-about-goods__action {
        margin-top: 14px;
    }
    .p-about-linkbutton {
        min-width: 280px;
        width: 100%;
        padding: 28px 14px;
        font-size: 18px;
    }
    .p-home-button {
        width: 100%;
        min-width: 0;
        min-height: 88px;
        padding: 27px 0;
        border-radius: 0;
        font-size: 18px;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);        
    }
}


/* sara index page */
.p-sara-hero {
    position: relative;
    background: #000 url("../img/page/story-titlepic1.png") center center / cover no-repeat;
}
.p-sara-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.08) 100%);
}
.p-sara-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding-top: 78px;
    padding-bottom: 78px;
}
.p-sara-hero__title-wrap {
    display: block;
    width: min(100%, 704px);
}
.p-sara-hero__title {
    display: block;
    width: 100%;
}
.p-sara-intro {
    padding: 60px 20px;
    margin: 0 auto;
    max-width: 980px;
}
.p-sara-intro__text {
    text-align: center;
}
.p-sara-intro__text p {
    margin: 0;
    font-size: 24px;
    line-height: 2;
    font-weight: 500;
}
.p-sara-intro__text p + p {
    margin-top: 4px;
}
.p-sara-episodes {
    padding-bottom: 62px;
}
.p-sara-episodes__list {
    display: grid;
    gap: 18px;
    width: min(100%, 980px);
    margin: 0 auto;
}
.p-sara-episode-card {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    min-height: 248px;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}
.p-sara-episode-card__image-wrap {
    min-width: 0;
}
.p-sara-episode-card__image {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.p-sara-episode-card__image.ep01 {
    background-image: url("../img/common/storyillust-1-1.png");
    background-size: auto 306px;
    background-position: left -65px top -23px
}
.p-sara-episode-card__image.ep02 {
    background-image: url("../img/common/storyillust-2-1.png");
    background-size: auto 286px;
    background-position: left -86px top -8px;
}
.p-sara-episode-card__image.ep03 {
    background-image: url("../img/common/storyillust-3-1.png");
    background-size: auto 286px;
    background-position: left -90px top -9px;
}
.p-sara-episode-card__image.ep04 {
    background-image: url("../img/common/storyillust-4-1.png");
    background-size: auto 288px;
    background-position: left 0px top -24px;
}
.p-sara-episode-card__body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 28px 64px 28px 30px;
    background: #000 url("../img/header/main-bg.png") repeat center center / auto 86px;
    color: #fff;
    transition: background-image 1s ease, background-color 1s ease, opacity 0.2s ease;
}
.p-sara-episode-card__body:hover {
    background: #331111 url("../img/header/main-bg_hover.png") repeat center center / auto 86px;
}
.p-sara-episode-card__body:active {
    background: #000 url("../img/header/main-bg_click.png") repeat center center / auto 86px;
}
.p-sara-episode-card__body.is-disabled,
.p-sara-episode-card__body[aria-disabled="true"] {
    background: #808080 url("../img/header/main-bg_disable.png") repeat center center / auto 86px;
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}

.p-sara-episode-card__eyebrow {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.4;
}
.p-sara-episode-card__title {
    display: block;
    font-size: 24px;
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.p-sara-episode-card__arrow {
    position: absolute;
    top: 50%;
    right: 33px;
    width: 20px;
    height: 20px;
    background: url("../img/header/arrow-large.svg") center center / contain no-repeat;
    transform: translateY(-50%);
}
.p-sara-illust {
    padding-bottom: 96px;
}
.p-sara-illust__image {
    width: min(100%, 344px);
    margin: 0 auto;
}
.p-sara-links {
    padding: 65px 0 70px;
    background-color:#eee;
}
.p-sara-links__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 58px;
}
.p-sara-banner {
    position: relative;
    display: block;
    min-height: 210px;
    overflow: hidden;
}
.p-sara-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
}
.p-sara-banner--about {
    background:  none !important;
}
.p-sara-banner--about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000 url("../img/common/kv-b2_op06.png") center top 45% / cover no-repeat;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}
.p-sara-banner--about:hover::before {
    transform: scale(1.1);
}
.p-sara-banner--goods {
    background:  none !important;
}
.p-sara-banner--goods::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000 url("../img/common/PYBJ4N.png") center center / cover no-repeat;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}
.p-sara-banner--goods:hover::before {
    transform: scale(1.1);
}
.p-sara-banner__heading {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 308px;
    transform: translate(-50%, -50%);
}
.en .p-sara-banner__heading {
    width: 210px;
}
.p-sara-banner__heading--goods {
    width: 158px;
}
.en .p-sara-banner__heading--goods {
    width: 240px;
}

@media (max-width: 767px) {
    .p-sara-hero {
        background-size: auto 170%;
        background-position: left 48% top 59%;
    }
    .p-sara-hero__inner {
        width: 100% !important;
        min-height: 400px;
        padding: 0;
    }
    .p-sara-hero__title-wrap {
        width: min(100%, 75vw);
    }
    .en .p-sara-hero__title-wrap {
        width: min(100%, 50vw);
    }
    .p-sara-hero__title {
        width: 100%;
    }
    .p-sara-intro {
        padding: 30px 0 24px;
    }
    .p-sara-intro__text p {
        font-size: 16px;
        line-height: 2;
    }
    .p-sara-episodes {
        padding-bottom: 36px;
    }
    .p-sara-episodes__list {
        gap: 12px;
        width: 100%;
    }
    .p-sara-episode-card {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 8px;
    }
    .p-sara-episode-card__image-wrap {
        aspect-ratio: 400 / 120;
    }
    .p-sara-episode-card__image.ep01 {
        background-size: auto 220%;
        background-position: left 0 top 68%
    }
    .p-sara-episode-card__image.ep02 {
        background-size: auto 180%;
        background-position: left 2% top 48%;
    }
    .p-sara-episode-card__image.ep03 {
        background-size: auto 179%;
        background-position: left 9% top 29%;
    }
    .p-sara-episode-card__image.ep04 {
        background-size: auto 268%;
        background-position: left 0px top 46%;
    }
    .p-sara-episode-card__body {
        min-height: 100px;
        padding: 18px 0 18px 0;
        text-align: center;
    }
    .p-sara-episode-card__eyebrow {
        margin-bottom: 0;
        font-size: 14px;
    }
    .p-sara-episode-card__title {
        font-size: 16px;
        line-height: 1.55;
    }
    .p-sara-episode-card__arrow {
        right: 16px;
        width: 14px;
        height: 14px;
    }
    .p-sara-illust {
        padding-bottom: 44px;
    }
    .p-sara-illust__image {
        width: min(100%, 166px);
    }
    .p-sara-links {
        padding-bottom: 0;
        background: #f3f3f3;
    }
    .p-sara-links .l-container--wide {
        width: 100%;
    }
    .p-sara-links__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .p-sara-banner {
        min-height: 200px;
    }
    .p-sara-banner__heading {
        width: 308px;
    }
    .p-sara-banner__heading--goods {
        width: 157px;
    }
}


/* =============================
   Sara episode template
============================= */
.p-sara-ep-hero {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.p-sara-ep-hero.is-ep01 { background-image: url("../img/page/story-titlepic1.png"); }
.p-sara-ep-hero.is-ep02 { background-image: url("../img/page/story-titlepic2.png"); }
.p-sara-ep-hero.is-ep03 { background-image: url("../img/page/story-titlepic3.png"); }
.p-sara-ep-hero.is-ep04 { background-image: url("../img/page/story-titlepic4.png"); }
.p-sara-ep-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.14) 0%, rgba(0,0,0,.06) 100%);
}
.p-sara-ep-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 400px;
    padding-top: 10px;
    padding-bottom: 14px;
}
.p-sara-ep-hero__title-wrap {
    display: block;
    width: min(100%, 560px);
    margin: 0 auto;
}
.en .p-sara-ep-hero__title-wrap {
    width: min(100%, 800px);
}
.p-sara-ep-hero__title {
    display: block;
    position: relative;
    width: 100%;
    margin: 60px auto 0;
    z-index: 2;
}
.en .p-sara-ep-hero__title {
    margin: 31px auto 0;
}
.p-sara-ep-hero__illust {
    width: 158px;
    margin: -72px auto 0;
}
.en .p-sara-ep-hero__illust {
    width: 158px;
    margin: -28px auto 0;
}
.p-sara-ep-band {
    background: transparent;
}
.p-sara-ep-band .l-container--wide {
    width: min(calc(100% - 80px), 1440px);
}
.p-sara-ep-band__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 193px;
    min-height: 128px;
    padding: 16px 20px;
    text-align: center;
    color: #fff;
    background: url(../img/page/bg-colorband2.png) left center repeat-x;
    background-size: 534px;
}
.p-sara-ep-band__eyebrow {
    font-size: 32px;
    line-height: 1.2;
}
.p-sara-ep-band__title {
    display: block;
    margin-top: 6px;
    font-size: 36px;
    font-weight: 700;
}
.p-sara-ep-content {
    position: relative;
    overflow: hidden;
    background: #f8f7f6;
    padding: 58px 0 88px;
}
.p-sara-ep-content::before,
.p-sara-ep-content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16vw;
    pointer-events: none;
    background: url("../img/page/cloud-unit.svg") center top / 100% auto repeat-y;
}
.p-sara-ep-content::before { left: 0); }
.p-sara-ep-content::after {
    right: 0;
    transform: scaleX(-1);
    margin-top: 16vw;
}
.p-sara-ep-content .l-container {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 80px), 980px);
}
.p-sara-ep-content__inner {
}
.p-sara-ep-content__inner > * {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
.p-sara-ep-content__inner p {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
}
.p-sara-ep-content__inner p.firsttxt::first-letter {
    font-size: 56px;
    padding-right: 1px;
    line-height: 1;
    margin-top: 56px
    margin-bottom: 28px
}
.p-sara-ep-content__inner p.nanimono {
    color: #00008b;
    font-size: 140% !important;
    font-family: "Noto Sans JP", sans-serif !important;
}
.p-sara-ep-content__inner p.firsttxt::first-letter {
    font-size: 56px;
    padding-right: 1px;
    line-height: 1;
    margin-top: 56px
    margin-bottom: 28px
}
.p-sara-ep-content__inner p.seriftxt {
    font-family: "Noto Sans JP", sans-serif;
}
.p-sara-ep-content__inner h2,
.p-sara-ep-content__inner h3,
.p-sara-ep-content__inner h4 {
    max-width: 640px;
    margin: 42px auto 18px;
    font-weight: 500;
    line-height: 2;
}
.p-sara-ep-content__inner h2 {
    font-size: 44px;
}
.p-sara-ep-content__inner h3 {
    font-size: 32px;
}
.p-sara-ep-content__inner h4 {
    font-size: 26px;
}
.p-sara-ep-content__inner img {
    display: block;
    border-radius: 6px;
}
.p-sara-ep-content__inner figure {
    max-width: 640px;
    margin: 36px auto 24px;
}
.p-sara-ep-content__inner figure img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.p-sara-ep-content__inner .has-text-color,
.p-sara-ep-content__inner .is-style-red,
.p-sara-ep-content__inner .p-sara-ep-red {
    color: #9F2B31;
}
.p-sara-ep-content__inner a {
    text-decoration: underline;
    text-underline-offset: .18em;
}
.p-sara-ep-next {
    margin: 36px auto;
}
.p-sara-ep-next__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 640px;
    margin: 0 auto;
    padding: 36px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 2;
    color: #000;
    transition: color 0.5s ease;
}
.p-sara-ep-next__link:hover {
    color: #9F2B31;
}
.p-sara-ep-next__icon {
    width: 20px;
    height: 20px;
    background: url("../img/header/arrow-large-bk.svg") center center / contain no-repeat;
}
.p-sara-ep-pager {
    margin-top: 26px;
    font-family: "Noto Serif JP", serif;
}
.p-sara-ep-pager__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.p-sara-ep-pager__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    font-size: 24px;
    line-height: 1;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    transition: background 0.5s ease;
}
.p-sara-ep-pager__link.is-current {
    color: #000;
    background: #eee;
}
.p-sara-ep-pager__link:hover {
    background: #eee;
}

@media (max-width: 767px) {
    .p-sara-ep-hero__inner {
        min-height: 400px;
        padding-top: 0px;
        padding-bottom: 8px;
    }
    .p-sara-ep-hero__title-wrap {
        width: 80vw;
        max-width: 350px;
    }
    .en .p-sara-ep-hero__title-wrap {
        width: 40vw;
        max-width: 200px;
        min-width: 180px;
    }
    .p-sara-ep-hero__title {
        margin: 26px auto 0;
    }
    .p-sara-ep-hero__illust {
        width: 158px;
        margin-top: -55px;
    }
    .en .p-sara-ep-hero__illust {
        width: 158px;
        margin-top: -94px;
    }
    .p-sara-ep-band .l-container--wide,
    .p-sara-ep-content .l-container {
        width: min(calc(100% - 40px), 1200px);
    }
    .p-sara-ep-band__inner {
    height: 141px;
    padding: 16px 20px;
    text-align: center;
    color: #fff;
    background-size: 400px;

    }
    .p-sara-ep-band__eyebrow {
        font-size: 24px;
    }
    .p-sara-ep-band__title {
        margin-top: 3px;
        font-size: 24px;
        line-height: 1.45;
    }
    .p-sara-ep-content {
        padding: 50px 0 44px;
    }
    .p-sara-ep-content::before,
    .p-sara-ep-content::after {
        display: none;
    }
    .p-sara-ep-content__inner {
        font-size: 18px;
        line-height: 2.1;
        padding: 0 20px;
    }
    .p-sara-ep-content__inner > * {
        max-width: 100%;
    }
    .p-sara-ep-content__inner p {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .p-sara-ep-content__inner p.firsttxt::first-letter {
        font-size: 44px;
        padding-right: 1px;
        line-height: 1;
        margin-top: 44px
        margin-bottom: 22px

     }
    .p-sara-ep-content__inner h2,
    .p-sara-ep-content__inner h3,
    .p-sara-ep-content__inner h4 {
        margin: 28px auto 12px;
    }
    .p-sara-ep-content__inner h2 { font-size: 26px; }
    .p-sara-ep-content__inner h3 { font-size: 22px; }
    .p-sara-ep-content__inner h4 { font-size: 20px; }
    .p-sara-ep-content__inner figure {
        margin: 22px auto 18px;
    }
    .p-sara-ep-next {
    }
    .p-sara-ep-next__link {
    }
    .p-sara-ep-pager {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .p-sara-ep-pager__list {
        gap: 8px;
    }
    .p-sara-ep-pager__link {
    }
}

/* static info page */
.p-static-info {
    padding: 0 0 58px;
    background: #E7DFE7;
}
.p-static-info::before {
    content: "";
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    height: 120px;
    margin: 0 0 18px;
    background: url(../img/page/hexadotsGradation-USD.png) center center / auto 120px repeat-x;
    transform: rotate(180deg);
    transform-origin: center;
    opacity: 0.8;
}
.p-static-info__header {
    padding: 0 0 34px;
    text-align: center;
    margin-top: -54px;
    position: relative;
    z-index: 2;
}
.p-static-info__header::before {

}
.p-static-info__title {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 500;
    color: #101828;
}
.p-static-info__date {
    margin: 8px 0 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #4A5565;
}
.p-static-info__card {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 60px;
    border-radius: 10px;
    background: #fff;
}
.p-static-info__content {
    max-width: 720px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    color: #4b4347;
}
.p-static-info__content h2,
.p-static-info__content h3 {
    margin: 60px 0 16px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
.p-static-info__content p,
.p-static-info__content li {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}
.p-static-info__content ul,
.p-static-info__content ol {
    margin: 0 0 16px 1.4em;
    padding: 0;
}
.p-static-info__content li + li {
    margin-top: 6px;
}
.p-static-info__content strong {
    font-weight: 500;
}
.p-static-info-links {
    padding: 0;
    background: #fff;
}
.p-static-info__card a {
    text-decoration: none;
    color: #0066cc;
}
.p-static-info__card table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.p-static-info__card table td {
    padding: 16px 20px;
    border: 1px solid #999;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.8;
}

.p-static-info__card table tr td:first-child {
    width: 30%;;
    background: #eee;
    font-weight: 500;
}

.p-static-info__card table tr td:last-child {
    background: #fff;
    word-break: break-word;
}
.p-static-info__card .wp-block-separator {
    border: none;
    border-top: 1px solid;
}

.p-static-info-links .l-container--wide {
    padding-top: 65px;
    padding-bottom: 70px;
}
.p-static-info-links__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.p-static-info-links__item {
    min-width: 0;
}
.p-static-info-banner {
    position: relative;
    display: block;
    min-height: 200px;
    overflow: hidden;
}
.p-static-info-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.p-static-info-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}
.p-static-info-banner:hover::before {
    transform: scale(1.1);
}
.p-static-info-banner--about::before {
    background: #000 url("../img/common/kv-b2_op06.png") center top 45% / cover no-repeat;
}
.p-static-info-banner--story::before {
    background: #000 url("../img/page/story-titlepic1.png") center center / cover no-repeat;
}
.p-static-info-banner--goods::before {
    background: #000 url("../img/common/PYBJ4N.png") center center / cover no-repeat;
}
.p-static-info-banner__heading {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: block;
    width: 235px;
    max-width: calc(100% - 32px);
}
.p-static-info-banner__heading--story {
    width: 244px;
}
.en .p-static-info-banner__heading--story {
    width: 165px;
}
.p-static-info-banner__heading--goods {
    width: 157px;
}
.en .p-static-info-banner__heading--goods {
    width: 240px;
}
.p-static-info-links__action {
    display: none;
    margin: 0;
}
.p-static-info-links__note {
    display: none;
    padding: 14px 10px 0;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    color: #000;
}
.p-static-info__card .sitemap-container ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  position: relative;
}
.p-static-info__card .sitemap-container ul li {
  position: relative;
  padding: 0 0 10px 28px;
  line-height: 2em;
  margin: 0px 20px;
}
.p-static-info__card .sitemap-container ul li.map-top {
  margin-left: 0;
  padding-left: 21px;
}
.p-static-info__card .sitemap-container ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.p-static-info__card .sitemap-container ul li::after {
  content: "";
  position: absolute;
  top: 1em;
  left: 5px;
  width: 15px;
  height: 1px;
  background-color: #ccc;
}
.p-static-info__card .sitemap-container ul li:last-child::before {
  height: 1em;
}
.p-static-info__card .sitemap-container a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.p-static-info__card .sitemap-container a:hover {
  color: #007bff;
  text-decoration: none;
}
.p-static-info__card .sitemap-container ul li.map-top::before, .p-static-info__card .sitemap-container ul li.map-top::after{
  width: 0;
  height: 0;
} 

.p-static-info__content .p-inquiry__note {
    margin: 0 0 34px;
    color: #3f4254;
    font-size: 18px;
    line-height: 2;
}

.p-static-info__content .p-inquiry__note .required {
    color: #9f2b31;
}

.p-static-info__content .p-inquiry-form {
    width: 100%;
    margin-top: 30px
}

.p-static-info__content .p-inquiry-form__row {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}

.p-static-info__content .p-inquiry-form__col {
    width: 100%;
}

.p-static-info__content .p-inquiry-form__col--full {
    width: 100%;
}

.p-static-info__content .p-inquiry-form__label {
    display: block;
    margin-bottom: 10px;
    color: #3f4254;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.p-static-info__content .p-inquiry-form__label .required {
    margin-left: 2px;
    color: #9f2b31;
}

.p-static-info__content .p-inquiry-form__label-en {
    display: block;
    margin-top: 2px;
    color: #7f8090;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
}

.p-static-info__content .p-inquiry-form__label--hidden {
    visibility: hidden;
}
.p-static-info__content .wpcf7-form p {
    font-size: 14px;
    line-height: 28px;
}
.p-static-info__content .p-inquiry-form input[type="text"],
.p-static-info__content .p-inquiry-form input[type="email"],
.p-static-info__content .p-inquiry-form input[type="tel"],
.p-static-info__content .p-inquiry-form textarea {
    width: 100%;
    border: 1px solid #d9d9df;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.p-static-info__content .p-inquiry-form input[type="text"],
.p-static-info__content .p-inquiry-form input[type="email"],
.p-static-info__content .p-inquiry-form input[type="tel"] {
    height: 47px;
    padding: 0 14px;
}

.p-static-info__content .p-inquiry-form textarea {
    height: 160px;
    padding: 14px;
    resize: vertical;
}

.p-static-info__content .p-inquiry-form input::placeholder,
.p-static-info__content .p-inquiry-form textarea::placeholder {
    color: #a7a8b3;
}

.p-static-info__content .wpcf7-form-control-wrap {
    display: block;
}

.p-static-info__content .p-inquiry-form__submit {
    margin-top: 36px;
    text-align: center;
}

.p-static-info__content .p-inquiry-form__submit .wpcf7-spinner {
    display: none;
    margin: 14px auto 0;
}

.p-static-info__content .p-inquiry-form__submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 295px;
    height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 8px;
    background: #C1272D;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.25s ease;
}

.p-static-info__content .p-inquiry-form__submit-btn:hover {
    opacity: 0.85;
}

.p-static-info__content .p-inquiry-form__submit p {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
}

.p-static-info__content .p-inquiry-form__submit > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.p-static-info__content .p-inquiry-form__submit-btn-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 8px;
    background: #8c8c8c;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.25s ease;
    text-decoration: none;
    margin-right: 10px;
}

.p-static-info__content .p-inquiry-form__submit-btn-back:hover {
    opacity: 0.85;
}

.p-static-info__content .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #c92b32;
    font-size: 12px;
    line-height: 1.5;
}

.p-static-info__content .wpcf7 form.invalid .wpcf7-response-output,
.p-static-info__content .wpcf7 form.unaccepted .wpcf7-response-output,
.p-static-info__content .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 12px 14px;
    border: 1px solid #c92b32;
    color: #c92b32;
    font-size: 13px;
    line-height: 1.7;
}

.p-static-info__content .wpcf7 form.sent .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 12px 14px;
    border: 1px solid #4c8b57;
    color: #4c8b57;
    font-size: 13px;
    line-height: 1.7;
}

.p-static-info__content .p-inquiry-form__submit-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

@media (max-width: 767px) {
    .p-static-info {
        padding: 0 0 44px;
    }
    .p-static-info .l-container--wide {
        width: min(calc(100% - 46px));
    }
    .p-static-info__header {
        padding-bottom: 22px;
    }
    .p-static-info__header::before {
        height: 14px;
        margin-bottom: 16px;
        background-size: auto 14px;
    }
    .p-static-info__title {
        font-size: 24px;
    }
    .p-static-info__date {
        margin-top: 6px;
        font-size: 13px;
    }
    .p-static-info__card {
        padding: 32px;
        border-radius: 10px;
    }
    .p-static-info__content h2,
    .p-static-info__content h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .p-static-info__content p,
    .p-static-info__content li {
        font-size: 16px;
        line-height: 26px;
    }
    .p-static-info-links .l-container--wide {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 20px;
    }
    .p-static-info-links__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .p-static-info-banner {
        min-height: 200px;
    }
    .p-static-info-banner__heading {
        width: 308px;
    }
    .en .p-static-info-banner__heading {
        width: 210px;
    }
    .p-static-info-banner__heading--story {
        width: 244px;
    }
    .en .p-static-info-banner__heading--story {
        width: 165px;
    }
    .p-static-info-banner__heading--goods {
        width: 157px;
    }
    .en .p-static-info-banner__heading--goods {
        width: 240px;
    }
    .p-static-info-links__action {
        display: block;
    }
    .p-static-info-links__action .p-home-button {
        width: 100%;
        min-width: 0;
        min-height: 54px;
        margin-top: 0;
        padding: 16px 20px;
        border-radius: 0;
        justify-content: center;
        gap: 8px;
        font-size: 16px;
    }
    .p-static-info-links__action .p-home-button__icon {
        width: 12px;
        height: 12px;
        background-size: 12px 12px;
    }
    .p-static-info-links__action .p-home-button__label {
        line-height: 1.5;
    }
    .p-static-info-links__note {
        display: none;
    }

    .p-static-info__card table,
    .p-static-info__card table tbody,
    .p-static-info__card table tr,
    .p-static-info__card table td {
        display: block;
        width: 100%;
    }

    .p-static-info__card table {
        border-top: 1px solid #d0d0d0;
    }


    .p-static-info__card table tr {
        margin-bottom: 0;
        border-left: 1px solid #d0d0d0;
        border-right: 1px solid #d0d0d0;
        border-bottom: 1px solid #d0d0d0;
    }

    .p-static-info__card table td {
        border: 0;
        padding: 14px 16px;
    }

    .p-static-info__card table tr td:first-child {
        width: 100%;
        background: #eee;
        border-bottom: 1px solid #d0d0d0;
    }

    .p-static-info__card table tr td:last-child {
        background: #fff;
    }
    .p-static-info__content .p-inquiry__note {
        margin-bottom: 28px;
        font-size: 15px;
        line-height: 1.9;
    }

    .p-static-info__content .p-inquiry-form__row {
        display: block;
        margin-bottom: 22px;
    }

    .p-static-info__content .p-inquiry-form__col + .p-inquiry-form__col {
        margin-top: 14px;
    }

    .p-static-info__content .p-inquiry-form__label {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .p-static-info__content .p-inquiry-form__label-en {
        font-size: 12px;
    }

    .p-static-info__content .p-inquiry-form__label--hidden {
        display: none;
    }

    .p-static-info__content .p-inquiry-form input[type="text"],
    .p-static-info__content .p-inquiry-form input[type="email"],
    .p-static-info__content .p-inquiry-form input[type="tel"] {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    }

    .p-static-info__content .p-inquiry-form textarea {
        height: 154px;
        padding: 12px;
        font-size: 14px;
    }

    .p-static-info__content .p-inquiry-form__submit {
        margin-top: 28px;
    }

    .p-static-info__content .p-inquiry-form__submit-btn {
        width: 100%;
        min-width: 0;
        height: 50px;
        font-size: 14px;
    }
    .p-static-info__content .p-inquiry-form__submit > div {
        gap: 10px;
    }

    .p-static-info__content .p-inquiry-form__submit-btn-back {
        width: calc(42% - 5px);
        min-width: 0;
        height: 50px;
        padding: 0 12px;
        font-size: 14px;
    }

    .p-static-info__content .p-inquiry-form__submit-btn {
        width: calc(58% - 5px);
        min-width: 0;
        height: 50px;
        font-size: 14px;
    }
}
