section
{
    position: relative;

    width: 100%;
}

.breadcrumbs
{
    margin-bottom: 60px;
}
@media screen and (max-width: 1024px)
{
    .breadcrumbs
    {
        margin-bottom: 30px;
    }
}

.lead
{
    padding: 70px 0 100px;

    background: url(/wp-content/themes/yuzawa/history/img/lead-bg.webp) left top/min(19.3%, 289px) no-repeat;
}
@media screen and (max-width: 1024px)
{
    .lead
    {
        padding: 30px 0 50px;

        background-size: 30%;
    }
}
.lead__inner
{
    width: 90%;
    max-width: 800px;

    margin-inline: auto;
}
.lead__ttl
{
    font-size: 28px;
    line-height: 1.2142857143;

    margin-bottom: 35px;

    letter-spacing: .03em;

    color: var(--c_bl);
}
@media screen and (max-width: 1024px)
{
    .lead__ttl
    {
        font-size: 22px;
    }
}
.lead__ttl span
{
    font-size: 1.21em;
}
.lead__text
{
    font-size: 16px;
    line-height: 2.1875;

    letter-spacing: .05em;
}
@media screen and (max-width: 1024px)
{
    .lead__text
    {
        font-size: 14px;
    }
}

.history
{
    padding: 100px 0 160px;

    background: url(/wp-content/themes/yuzawa/common/img/common-bg.webp);
}
@media screen and (max-width: 1024px)
{
    .history
    {
        padding: 80px 0 50px;
    }
}
.history__deco
{
    position: absolute;
    top: 0;
    right: 0;

    width: min(20.1%, 301px);

    translate: 0 -75%;
}
@media screen and (max-width: 1024px)
{
    .history__deco
    {
        width: 30%;
    }
}
@media screen and (max-width: 600px)
{
    .history__deco
    {
        width: 40%;

        translate: 0 -60%;
    }
}
.history__ttl
{
    font-size: 36px;
    line-height: 1;

    margin-bottom: 60px;

    text-align: center;
    letter-spacing: .03em;
}
@media screen and (max-width: 1024px)
{
    .history__ttl
    {
        font-size: 26px;

        margin-bottom: 30px;
    }
}

.era
{
    --line-v: 210px;
    --line-h: 100px;
}
@media screen and (max-width: 1024px)
{
    .era
    {
        --line-v: 20%;
        --line-h: 50px;
    }
}
@media screen and (max-width: 600px)
{
    .era
    {
        --line-v: 16%;
        --line-h: 30px;
    }
}
.era.bg-bl
{
    background: rgba(0, 104, 183, .06);
}
.era:first-of-type .era__inner:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: var(--line-v);

    width: 33px;

    content: '';

    border-radius: 50px;
    outline: 3px solid var(--white);
    outline-offset: -5px;
    background: var(--c_bl);

    translate: calc(-50% + 2px) 0;
    aspect-ratio: 1;
}
@media screen and (max-width: 1024px)
{
    .era:first-of-type .era__inner:before
    {
        width: 28px;
    }
}
.era:last-of-type .era__inner:before
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: var(--line-v);

    width: 4px;
    height: 88px;

    content: '';

    background: linear-gradient(to bottom, #9d9893 16px, transparent 0);
    background-size: 100% 24px;
}
.era:last-of-type .era__inner:after
{
    height: calc(100% - 100px);
}
.era__deco
{
    position: absolute;
}
.era__deco--showa
{
    bottom: 5%;
    left: 17%;

    width: min(19.1%, 287px);

    mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px)
{
    .era__deco--showa
    {
        left: 1%;
    }
}
@media screen and (max-width: 600px)
{
    .era__deco--showa
    {
        bottom: 1%;
        left: 25%;

        width: 28%;
    }
}
.era__deco--heisei-left
{
    bottom: 20%;
    left: 0;

    width: min(23%, 345.5px);
}
@media screen and (max-width: 1024px)
{
    .era__deco--heisei-left
    {
        width: 20%;
    }
}
@media screen and (max-width: 600px)
{
    .era__deco--heisei-left
    {
        bottom: 1%;

        width: 42%;
    }
}
.era__deco--heisei-right
{
    top: 35%;
    right: 0;

    width: min(22.6%, 339.5px);
}
@media screen and (max-width: 600px)
{
    .era__deco--heisei-right
    {
        top: 3%;

        width: 40%;
    }
}
.era__deco--reiwa
{
    top: 25%;
    right: 0;

    width: min(24%, 359px);
}
@media screen and (max-width: 600px)
{
    .era__deco--reiwa
    {
        width: 35%;
    }
}
@media screen and (max-width: 600px)
{
    .era__deco--reiwa
    {
        top: 2%;

        width: 40%;
    }
}
.era__inner
{
    position: relative;
    z-index: 2;

    display: grid;

    width: 92%;
    max-width: 780px;

    margin-inline: auto;
    grid-template-columns: var(--line-v) 1fr;
    translate: 60px 0;
}
@media screen and (max-width: 1024px)
{
    .era__inner
    {
        translate: none;
    }
}
.era__inner:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: var(--line-v);

    width: 4px;
    height: 100%;

    content: '';

    background: #9d9893;
}
.era__title
{
    font-size: 128px;
    line-height: 1;

    display: flex;

    padding-top: 60px;

    letter-spacing: .1em;

    color: rgba(65, 56, 47, .1);

    align-items: flex-end;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: normal;
}
@media screen and (max-width: 1024px)
{
    .era__title
    {
        font-size: 80px;
    }
}
@media screen and (max-width: 600px)
{
    .era__title
    {
        font-size: 40px;

        color: rgba(65, 56, 47, .2);
    }
}
.era__timeline
{
    position: relative;

    padding: 90px 0;
}
@media screen and (max-width: 1024px)
{
    .era__timeline
    {
        padding: 60px 0;
    }
}
@media screen and (max-width: 600px)
{
    .era__timeline--heisei,
    .era__timeline--showa
    {
        padding-bottom: 120px;
    }
}
.era__event
{
    position: relative;

    padding-left: var(--line-h);
}
.era__event:not(:last-child)
{
    margin-bottom: 100px;
}
@media screen and (max-width: 1024px)
{
    .era__event:not(:last-child)
    {
        margin-bottom: 50px;
    }
}
.era__event-year
{
    font-size: 63px;
    line-height: 1;

    position: relative;

    margin-bottom: 30px;

    letter-spacing: 0;

    color: var(--c_bl);
}
@media screen and (max-width: 1024px)
{
    .era__event-year
    {
        font-size: 40px;
    }
}
.era__event-year:before
{
    position: absolute;
    z-index: 2;
    top: .6em;
    left: calc(var(--line-h) * -1);

    width: 16px;

    content: '';

    border: 3px solid var(--c_bl);
    border-radius: 50px;
    background: var(--white);

    translate: calc(-50% + 2px) -50%;
    aspect-ratio: 1;
}
@media screen and (max-width: 600px)
{
    .era__event-year:before
    {
        width: 14px;
    }
}
.era__event-year:after
{
    position: absolute;
    top: .6em;
    left: calc(var(--line-h) * -1);

    width: calc(var(--line-h) - 20px);
    height: 1px;

    content: '';

    background: #9d9893;
}
@media screen and (max-width: 1024px)
{
    .era__event-year:after
    {
        width: calc(var(--line-h) - 5px);
    }
}
.era__event-date
{
    font-size: 18px;
    line-height: 1;

    display: block;

    margin-bottom: 10px;

    letter-spacing: 0;
}
@media screen and (max-width: 1024px)
{
    .era__event-date
    {
        font-size: 16px;
    }
}
.era__event-headline
{
    font-size: 24px;
    line-height: 1.4166666667;

    max-width: 360px;

    letter-spacing: 0;
}
@media screen and (max-width: 1024px)
{
    .era__event-headline
    {
        font-size: 20px;
    }
}
.era__event-headline span
{
    color: var(--c_bl);
}
.era__event-text
{
    font-size: 16px;
    line-height: 1.625;

    max-width: 350px;
    margin-top: 30px;

    letter-spacing: 0;
}
@media screen and (max-width: 1024px)
{
    .era__event-text
    {
        font-size: 14px;

        margin-top: 20px;
    }
}
.era__event-text--wide
{
    max-width: 100%;
}
.era__event-img
{
    margin-top: 30px;
}
.era__event-img figure figcaption
{
    font-size: 14px;
    line-height: 1.7142857143;

    margin-top: 10px;

    letter-spacing: 0;

    color: #666;
}
/*# sourceMappingURL=style.css.map */
