@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
    --color-primary: #FFE368;
    --label01-color: #CCEA70;
    --label02-color: #FFD5E5;
    --label03-color: #E3C4E9;
    --label04-color: #CBEBFA;
}

#ContentsContainer {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.commonOneColumn {
    background-color: var(--color-primary);
    margin-bottom: 0;
    padding: 0;
}

#BreadCrumb {

    margin-bottom: 0;

    @media only screen and (min-width: 769px) {

        max-width: 1054px;
        margin-inline: auto;
        padding: 20px 15px;
    }
}

/*==============================
全シリーズ共通
==============================*/
main {
    line-break: strict;
}

.egypt-mv_pc {
    display: none;
}

.egypt-mv_sp {
    position: relative;

    &::before {
        content: '';
        display: block;
        background-image: url('/images/wako-navigate/deco-line.png');
        background-size: cover;
        background-position: center;
        background-repeat: repeat-x;
        width: 100%;
        height: 20px;
    }

    & .title {
        width: 92vw;
        margin-inline: auto;
        padding-block: 16px 12px;
    }

    @media only screen and (min-width: 769px) {
        display: none;
    }
}

@media only screen and (min-width: 769px) {

    .egypt-mv_pc {
        position: relative;
        display: block;
        max-width: 1300px;
        margin-inline: auto;
        padding-block-start: 25px;

        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: calc(50% - 50vw);
            display: block;
            background-image: url('/images/wako-navigate/deco-line.png');
            background-size: cover;
            background-position: center;
            background-repeat: repeat-x;
            width: 100vw;
            height: 25px;
        }

        & .title {
            width: 824px;
            height: auto;
            margin-inline: auto;
            padding-block: 40px 16px;
        }

        & .mv {
            position: relative;
            z-index: 1;

            &::after {
                content: '';
                position: absolute;
                top: 0;
                left: calc(50% - 50vw);
                display: block;
                background-color: rgba(255, 255, 255, 0.25);
                width: 100vw;
                height: 100%;
                z-index: -1;
            }
        }
    }
}

.snsBox {
    position: relative;
    top: -20px;
    gap: 10px;
    margin: 0 15px 0 0;
    z-index: 1;

    & .twitter_btn {
        background-color: #000;
        border-radius: 50%;

        & img {
            scale: 0.6;
        }
    }

    @media only screen and (min-width: 769px) {
        top: -15px;
        max-width: 1024px;
        margin-inline: auto;
    }
}

.egypt-nav {
    background-color: #333333;
    padding: 18px 15px;

    & ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        gap: 10px;
        font-weight: 700;
        color: #FFF;
        line-height: 130%;
        text-align: center;

        & li {
            position: relative;
            display: grid;
            align-items: center;
            font-size: 13px;
            letter-spacing: 0.65px;

            & a {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                transition: color 0.3s ease;

                &.unreleased {
                    pointer-events: none;
                    color: #ccc;
                }

                &:hover:not(.unreleased) {
                    color: #FFE368;
                }
            }

            &::after {
                content: '';
                position: absolute;
                top: 50%;
                right: -5px;
                translate: 0 -50%;
                background-color: #DDD;
                width: 1px;
                height: 100%;
            }

            &:nth-child(1) {
                border-left: 1px solid #DDD;

                & a::after {
                    content: "";
                    display: block;
                    background-image: url('/images/wako-navigate/anc-arrow.svg');
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    width: 18px;
                    height: 18px;
                    margin-block-start: 5px;
                }
            }

            &:nth-child(2) {

                & a::after {
                    content: "";
                    display: block;
                    background-image: url('/images/wako-navigate/anc-arrow_active.svg');
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    width: 18px;
                    height: 18px;
                    margin-block-start: 5px;
                }
            }

            &:nth-child(3) {

                &::after {
                    right: 0;
                }
            }

            &:nth-child(4) {
                border-left: 1px solid #DDD;
            }

            &:nth-child(6) {

                &::after {
                    right: 0;
                }
            }

            & small {
                display: block;
                font-size: 12px;
                letter-spacing: 0.6px;
            }
        }
    }

    @media only screen and (min-width: 769px) {

        & ul {
            grid-template-columns: repeat(6, 1fr);
            max-width: 1024px;
            margin-inline: auto;

            & li {

                font-size: 16px;
                letter-spacing: 0.8px;

                &:nth-child(3) {
                    &::after {
                        right: 5px;
                    }
                }

                &:nth-child(4) {
                    border-left: none;
                }

                & small {
                    font-size: 14px;
                    letter-spacing: 0.7px;
                }
            }
        }
    }
}

.egypt-outline {
    position: relative;
    padding: 75px 15px;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background-image: url('/images/wako-navigate/deco-line.png');
        background-size: cover;
        background-position: center;
        background-repeat: repeat-x;
        width: 100%;
        height: 20px;
    }

    &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        background-image: url('/images/wako-navigate/deco-line.png');
        background-size: cover;
        background-position: center;
        background-repeat: repeat-x;
        width: 100%;
        height: 20px;
    }

    & .egypt-outline-inner {

        background: #FFF;
        border-radius: 30px;
        padding: 40px 24px;

        & hgroup {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 14px;

            & img {
                width: 70px;
                height: 41px;
            }

            & h2 {
                background-color: var(--label03-color);
                width: 100%;
                font-size: 19px;
                font-weight: 900;
                color: #000;
                line-height: 120%;
                text-align: center;
                letter-spacing: 0.95px;
                margin-block-end: 28px;
                padding: 10px 16px;
                clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
            }

            &.egypt-article-title-other {

                & h2 {}
            }
        }

        & .article {

            border-bottom: 3px dotted #656565;
            padding-bottom: 40px;
            margin-bottom: 40px;
        }

        & .egypt-outline-series {

            & .egypt-article-title-series {

                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 14px;

                & img {
                    width: 70px;
                    height: 41px;
                }

                & h2 {
                    background-color: var(--label04-color);
                    width: 100%;
                    font-size: 19px;
                    font-weight: 900;
                    color: #000;
                    line-height: 120%;
                    text-align: center;
                    letter-spacing: 0.95px;
                    margin-block-end: 28px;
                    padding: 10px 16px;
                    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);

                    & span {
                        display: block;
                        font-size: 10px;
                        font-style: normal;
                        line-height: 120%;
                        text-align: left;
                        padding-left: 16px;
                    }

                    & small {
                        display: block;
                        font-size: 16px;
                        font-weight: 900;
                        text-align: center;
                        letter-spacing: 0.8px;
                    }
                }
            }

            & .egypt-outline-series-items {
                position: relative;
                border: 3px solid var(--color-E, #815425);
                background-image: url('/images/wako-navigate/bg-series.png');
                background-size: 297px 210px;
                background-position: bottom right;
                background-repeat: no-repeat;
                padding: 40px 20px 24px 20px;

                &:not(:first-of-type) {
                    margin-block-start: 16px;
                }

                &::before {
                    content: '';
                    position: absolute;
                    top: -6px;
                    left: 50%;
                    translate: -50% 0;
                    background-image: url('/images/wako-navigate/deco-series_sp.svg');
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    width: 118px;
                    height: 23px;
                    z-index: 1;
                }

                &.public {
                    background-color: #FBF8E9;
                    ;
                }

                & .number {
                    border-radius: 4px;
                    outline: 2px solid #000;
                    outline-offset: -2px;
                    background: #FFE368;
                    width: fit-content;
                    font-size: 14px;
                    font-weight: 700;
                    color: #000;
                    line-height: 120%;
                    letter-spacing: 0.7px;
                    text-align: center;
                    padding: 2px 8px;
                }

                & .egypt-outline-series-info {

                    & .title {
                        font-size: 16px;
                        font-weight: 900;
                        color: #000;
                        line-height: 130%;
                        letter-spacing: 0.8px;
                        margin-block-start: 8px;
                    }

                    & .text {
                        font-size: 14px;
                        font-weight: 500;
                        color: #000;
                        line-height: 120%;
                        letter-spacing: 0.7px;
                        margin-block-start: 4px;
                    }
                }


                & img {
                    margin-block-start: 20px;
                }

                & .link {
                    margin-block-start: 20px;

                    & a {
                        position: relative;
                        display: block;
                        border-radius: 100px;
                        background: #ED3123;
                        font-size: 14px;
                        font-weight: 700;
                        color: #FFF;
                        line-height: 120%;
                        letter-spacing: 1.12px;
                        text-align: center;
                        padding: 16px;

                        &:hover {
                            opacity: 0.8;
                        }

                        &::after {
                            content: '';
                            position: absolute;
                            top: 50%;
                            right: 10px;
                            translate: 0 -50%;
                            width: 18px;
                            height: 18px;
                            background-image: url('/images/wako-navigate/link-arrow.svg');
                            background-size: contain;
                            background-repeat: no-repeat;
                            background-position: center;
                        }
                    }
                }

                &.unreleased {
                    background-color: #D9D4C5;
                    padding: 60px 20px 48px 20px;
                    ;

                    & .title {
                        font-size: 15px;
                        font-weight: 700;
                        color: #000;
                        text-align: center;
                        letter-spacing: 0.75px;
                        margin-block-start: 0;
                    }
                }

            }
        }

        & .egypt-outline-series-recommend {

            display: grid;
            grid-template-columns: 1fr 150px;
            background-color: #FFBF00;
            margin-block-start: 40px;
            transition: opacity 0.3s ease;

            &:hover {
                opacity: 0.8;
            }

            & .text {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                gap: 10px;
                color: #000;
                padding: 15px 15px 10px;

                & p {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 140%;
                    letter-spacing: 0.7px;
                }

                & span {
                    text-align: right;
                    font-size: 9px;
                    font-weight: 400;
                    line-height: 130%;
                }
            }
        }

        & .egypt-outline-series-top-link {
            margin-block-start: 40px;

            & a {
                position: relative;
                display: block;
                border-radius: 100px;
                background-color: #ED3123;
                font-size: 14px;
                font-weight: 700;
                line-height: 120%;
                color: #FFF;
                letter-spacing: 1.12px;
                text-align: center;
                padding-block: 16px;

                &::after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    translate: 0 -50%;
                    width: 18px;
                    height: 18px;
                    background-image: url(/images/wako-navigate/link-arrow.svg);
                    background-size: contain;
                    background-repeat: no-repeat;
                    background-position: center;
                }
            }
        }
    }

    @media only screen and (min-width: 769px) {
        adding: 80px 20px;

        &::before {
            height: 25px;
        }

        &::after {
            height: 25px;
        }

        & .egypt-outline-inner {
            max-width: 1024px;
            margin-inline: auto;
            padding: 72px 60px;

            & .egypt-article-title-other {
                flex-direction: row;
                gap: 24px;
                margin-block-end: 40px;

                & img {
                    width: 100px;
                    height: 59px;
                }

                & h2 {
                    font-size: 28px;
                    letter-spacing: 1.4px;
                    text-align: left;
                    margin-block-end: 0;
                    padding-inline: 64px 0;
                }
            }

            & .article {
                & .article__figure {
                    width: 180px;

                    & img {
                        width: 180px;
                        height: auto;
                    }

                }

                & .article__textContainer {
                    width: calc(100% - 200px);
                }
            }

            & .egypt-outline-series {

                & .egypt-article-title-series {
                    flex-direction: row;
                    gap: 24px;
                    margin-block-end: 40px;

                    & img {
                        width: 100px;
                        height: 59px;
                    }

                    & h2 {
                        font-size: 28px;
                        letter-spacing: 1.4px;
                        text-align: left;
                        margin-block-end: 0;
                        padding-inline: 64px 0;

                        & span {
                            font-size: 12px;
                            line-height: 120%;
                            padding-left: 0;
                        }

                        & small {
                            font-size: 28px;
                            letter-spacing: 1.4px;
                            text-align: left;
                        }
                    }
                }

                & .egypt-outline-series-items {
                    display: grid;
                    align-items: baseline;
                    gap: 24px;
                    grid-template-columns: auto 1fr auto auto;
                    max-width: 883px;
                    margin-inline: auto;
                    padding: 0 20px;

                    &::before {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: auto;
                        right: -8px;
                        translate: 0 -50%;
                        background-image: url(/images/wako-navigate/deco-series_pc.svg);
                        background-size: contain;
                        background-position: center;
                        background-repeat: no-repeat;
                        width: 23px;
                        height: 118px;
                        z-index: 1;
                    }

                    &.unreleased {
                        grid-template-columns: 1fr;
                        font-size: 18px;
                        letter-spacing: 0.9px;
                        text-align: center;
                        padding: 60px 20px;

                        & .title {
                            font-size: 18px;
                        }
                    }

                    & .number {
                        font-size: 16px;
                        letter-spacing: 0.8px;
                        margin-block-start: 36px;
                        padding: 4px 8px;
                    }

                    .egypt-outline-series-info {
                        margin-block-start: 36px;

                        & .title {
                            font-size: 20px;
                            letter-spacing: 1px;
                            margin-block-start: 0;
                        }

                        & .text {
                            font-size: 15px;
                            letter-spacing: 0.75px;
                        }
                    }

                    & picture {
                        align-self: center;
                        width: 220px;
                        padding-block-start: 20px;

                        & img {
                            margin-block-start: 0;
                        }
                    }

                    & .link {
                        align-self: center;
                        margin-block-start: 0;

                        & a {
                            width: fit-content;
                            padding: 10px 40px 10px 28px;
                        }
                    }
                }
            }

            & .egypt-outline-series-recommend {
                display: grid;
                grid-template-columns: 1fr 320px;
                max-width: 664px;
                margin-inline: auto;
                margin-block-start: 40px;

                & .text {
                    padding: 20px 20px 10px 20px;

                    & p {
                        font-size: 16px;
                        letter-spacing: 0.8px;
                    }

                    & span {
                        font-size: 12px;
                    }
                }

                & picture {
                    aspect-ratio: 16 / 7;
                }
            }

            & .egypt-outline-series-top-link {
                max-width: 500px;
                margin-inline: auto;
                margin-block-start: 48px;

                & a {
                    font-size: 15px;
                    letter-spacing: 1.2px;

                    &:hover {
                        opacity: 0.8;
                    }

                }
            }

        }
    }
}

/*==============================
index.html
==============================*/
.index {

    .egypt-comment {
        padding: 10px 15px 40px;

        & .egypt-comment-content {
            position: relative;
            border-radius: 30px;
            border: 3px solid #000;
            background: #FFF;
            box-shadow: 8px 8px 0 0 #000;
            color: #000;
            text-align: center;
            padding: 48px 32px 32px;

            &::before {
                content: '';
                position: absolute;
                top: -25px;
                left: 50%;
                translate: -50% 0;
                display: block;
                width: 35px;
                height: 53px;
                background-image: url('/images/wako-navigate/deco_pin.svg');
                background-size: cover;
                background-position: center;
                background-repeat: repeat-x;
            }

            & .title {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                gap: 10px;
                text-align: center;
                font-size: 14px;
                font-weight: 700;
                color: #000;
                line-height: 130%;
                letter-spacing: 0.7px;

                &::before {
                    content: '';
                    display: block;
                    width: 5px;
                    height: 17px;
                    background-image: url('/images/wako-navigate/deco_brackets.svg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                &::after {
                    content: '';
                    display: block;
                    width: 5px;
                    height: 17px;
                    background-image: url('/images/wako-navigate/deco_brackets.svg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    transform: scaleX(-1);
                }
            }

            & .name {
                position: relative;
                display: inline-block;
                font-size: 26px;
                font-weight: 900;
                color: #EC6D31;
                line-height: 120%;
                letter-spacing: 1.3px;
                z-index: 1;

                &::after {
                    content: '';
                    position: absolute;
                    bottom: 3px;
                    left: 0;
                    width: 100%;
                    height: 9px;
                    background-image: repeating-linear-gradient(-45deg,
                            #ffe368 0,
                            #ffe368 2px,
                            transparent 2px,
                            transparent 4.5px);
                    background-repeat: repeat-x;
                    z-index: -1;
                }

                & span {
                    font-size: 15px;
                    color: #000;
                    letter-spacing: 0.75px;
                }

                & ruby {

                    & rt {
                        font-size: 9px;
                    }
                }
            }

            & .text {
                font-size: 14px;
                font-weight: 400;
                line-height: 150%;
                text-align: left;
                margin-block-start: 16px;
            }
        }

        @media only screen and (min-width: 769px) {

            padding: 60px 15px 40px;

            & .egypt-comment-content {
                width: 1024px;
                text-align: left;
                margin-inline: auto;
                padding: 32px 60px 40px;

                & .title {
                    font-size: 15px;
                    letter-spacing: 0.75px;
                }

                & .name {
                    font-size: 30px;
                    letter-spacing: 1.5px;
                    margin-inline: 28px 0;

                    & ruby {

                        & rt {
                            font-size: 10px;
                        }
                    }
                }

                & .text {
                    font-size: 15px;
                    letter-spacing: 0.75px;
                }
            }
        }
    }

    .egypt-article {
        position: relative;
        padding: 60px 15px;

        &::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            background-image: url('/images/wako-navigate/deco-line.png');
            background-size: cover;
            background-position: center;
            background-repeat: repeat-x;
            width: 100%;
            height: 20px;
        }

        & .egypt-article-content {
            position: relative;
            background: #FFF;
            border-radius: 30px;
            padding: 32px 24px;
            z-index: 1;

            &:not(:last-of-type) {
                margin-block-end: 40px;
            }

            &:nth-child(1)::before {
                content: '';
                position: absolute;
                top: -30px;
                right: 5px;
                background-image: url('/images/wako-navigate/illust_HI26-019602.svg');
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                width: 95px;
                height: 120px;
                z-index: 2;
            }

            &:nth-child(2)::before {
                content: '';
                position: absolute;
                top: -20px;
                left: 25px;
                background-image: url('/images/wako-navigate/illust_HI26-018191.svg');
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                width: 58px;
                height: 102px;
                z-index: 2;
            }

            & hgroup {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 14px;

                &.egypt-article-title-enjoy {

                    & h2 {
                        background-color: var(--label01-color);
                    }
                }

                &.egypt-article-title-listen {

                    & h2 {
                        background-color: var(--label02-color);
                    }
                }

                & img {
                    width: 70px;
                    height: 41px;
                }

                & h2 {
                    width: 100%;
                    font-size: 19px;
                    font-weight: 900;
                    color: #000;
                    line-height: 120%;
                    text-align: center;
                    letter-spacing: 0.95px;
                    margin-block-end: 32px;
                    padding: 10px 16px;
                    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
                }

            }

            & .egypt-article-content-enjoy {
                display: grid;

                & .egypt-article-content-enjoy-item {

                    border-bottom: 3px dotted #656565;
                    margin-bottom: 24px;
                    padding-bottom: 24px;

                    & h3 {
                        display: flex;
                        justify-content: flex-start;
                        align-items: baseline;
                        gap: 6px;
                        color: #A1C828;
                        font-size: 17px;
                        font-weight: 900;
                        line-height: 120%;
                        letter-spacing: 0.85px;

                        &::before {
                            content: '';
                            position: relative;
                            top: 2px;
                            display: block;
                            background-color: #A1C828;
                            width: 13px;
                            height: 16px;
                            clip-path: polygon(0 0, 0% 100%, 100% 50%);
                        }
                    }

                    & p {
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 150%;
                        letter-spacing: 0.7px;

                        & em {
                            font-weight: 700;
                            font-style: normal;
                        }
                    }
                }

                & .egypt-article-content-enjoy-inner {

                    & .egypt-article-content-enjoy-item {

                        &:last-of-type {
                            border-bottom: none;
                            margin-bottom: 0;
                            padding-bottom: 0;
                        }
                    }
                }
            }

            & .egypt-article-content-listen {

                & .egypt-article-content-listen-item {

                    &:not(:last-of-type) {
                        border-bottom: 3px dotted #656565;
                        margin-bottom: 24px;
                        padding-bottom: 24px;
                    }

                    & h3 {
                        display: flex;
                        justify-content: flex-start;
                        font-size: 17px;
                        font-weight: 900;
                        color: #000;
                        line-height: 120%;
                        letter-spacing: 0.85px;

                        &::before {
                            content: 'Q.';
                            letter-spacing: 1.36px;
                            color: #5A95E4;
                        }
                    }

                    & .answer {
                        display: flex;
                        justify-content: flex-start;
                        font-size: 16px;
                        font-weight: 900;
                        color: #000;
                        line-height: 120%;
                        letter-spacing: 0.85px;
                        margin-block-start: 10px;

                        &::before {
                            content: 'A.';
                            letter-spacing: 1.36px;
                            color: #EC6D31;
                        }
                    }

                    & .text {
                        font-size: 14px;
                        font-weight: 400;
                        color: #000;
                        line-height: 150%;
                        letter-spacing: 0.7px;
                        margin-block-start: 5px;
                    }
                }
            }

            & .egypt-article-quiz {
                position: relative;
                border-radius: 10px;
                border: 2px solid #815425;
                background-image: url('/images/wako-navigate/bg-quiz_sp.png');
                background-size: 100%;
                background-position: center top;
                background-repeat: no-repeat;
                margin-block-start: 65px;
                padding: 24px 18px;
                z-index: 1;

                &::before {
                    content: '';
                    position: absolute;
                    top: -40px;
                    left: 0;
                    background-image: url('/images/wako-navigate/illust_HI26-019603.svg');
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    width: 55px;
                    height: 106px;
                    z-index: 2;
                }

                &::after {
                    content: '';
                    position: absolute;
                    top: -70px;
                    right: 0;
                    background-image: url('/images/wako-navigate/img1_sp.png');
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    width: 95px;
                    height: 54px;
                    z-index: 2;
                }

                & .egypt-article-quiz-outer {

                    & .egypt-article-quiz-inner {

                        & hgroup {
                            position: relative;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            gap: 0;
                            width: 261px;
                            height: 70px;
                            font-weight: 900;
                            margin-inline: auto;
                            z-index: 1;

                            &::after {
                                content: "";
                                position: absolute;
                                top: 0;
                                left: 50%;
                                translate: -50% 0;
                                background-image: url('/images/wako-navigate/label-quiz_sp.svg');
                                background-size: contain;
                                background-position: center;
                                background-repeat: no-repeat;
                                width: 261px;
                                height: 70px;
                                z-index: -1;
                            }

                            & span {
                                font-size: 15px;
                                line-height: 120%;
                                letter-spacing: 1.2px;
                            }

                            & h3 {
                                font-size: 20px;
                                line-height: 120%;
                                letter-spacing: 1.6px;
                            }
                        }

                        & .accordion-question {

                            display: flex;
                            justify-content: flex-start;
                            align-items: baseline;
                            gap: 6px;
                            font-size: 14px;
                            font-weight: 900;
                            color: #815425;
                            line-height: 150%;
                            margin-block-start: 20px;

                            &::before {
                                content: "Q.";
                                font-size: 16px;
                                font-style: normal;
                                font-weight: 900;
                                color: #815425;
                                line-height: 100%;
                                letter-spacing: 0.64px;
                                flex-shrink: 0;
                            }

                        }

                        & .accordion {

                            margin-block-start: 24px;

                            & .accordion-summary {
                                position: relative;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                background-color: #EC6D31;
                                border-radius: 4px;
                                padding: 8px;
                                width: 100%;
                                text-align: center;
                                font-size: 12px;
                                font-weight: 700;
                                color: #FFF;
                                line-height: 130%;
                                letter-spacing: 0.96px;
                                margin-block-end: 10px;
                                cursor: pointer;
                                transition: opacity 0.3s ease;

                                &:hover {
                                    opacity: 0.8;
                                }

                                & .accordion-icon {
                                    position: absolute;
                                    top: calc(50% + 1px);
                                    right: 8px;
                                    translate: 0 -50%;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    border-radius: 50%;
                                    background-color: #FFF;
                                    border: 1px solid #EC6D31;
                                    aspect-ratio: 1 / 1;
                                    width: 12px;
                                    height: 12px;
                                    flex-shrink: 0;

                                    &::before,
                                    &::after {
                                        content: "";
                                        position: absolute;
                                        top: 50%;
                                        left: 50%;
                                        translate: -50% -50%;
                                        width: 6px;
                                        height: 1px;
                                        background-color: #EC6D31;
                                        transition: rotate 0.3s ease;
                                    }

                                    &::after {
                                        rotate: -90deg;
                                    }

                                }
                            }

                            & .accordion-content {
                                display: grid;
                                grid-template-rows: 0fr;
                                transition: grid-template-rows 0.3s ease;
                            }

                            & .accordion-text_inner {
                                overflow: hidden;
                            }

                            & .accordion-text {
                                display: flex;
                                justify-content: flex-start;
                                align-items: baseline;
                                gap: 6px;
                                font-size: 13px;
                                font-weight: 700;
                                color: #815425;
                                line-height: 150%;
                                letter-spacing: 0.65px;
                                padding: 0 8px;

                                &::before {
                                    content: "A.";
                                    color: #766658;
                                    font-size: 16px;
                                    font-style: normal;
                                    font-weight: 900;
                                    line-height: 100%;
                                    letter-spacing: 0.64px;
                                    flex-shrink: 0;
                                }

                                & em {
                                    font-style: normal;
                                    color: #FF1901;
                                }

                            }

                            &.is-open {
                                & .accordion-summary {
                                    & .accordion-icon::after {
                                        rotate: 0deg;
                                    }
                                }

                                & .accordion-content {
                                    grid-template-rows: 1fr;
                                }
                            }
                        }
                    }

                    & img {
                        margin-block-start: 20px;
                    }
                }

            }
        }

        @media only screen and (min-width: 769px) {
            padding: 100px 15px 80px;

            & .egypt-article-content {
                width: 1024px;
                margin-inline: auto;
                padding: 60px 60px 48px;

                &:not(:last-of-type) {
                    margin-block-end: 60px;
                }

                &:nth-child(1)::before {
                    top: -20px;
                    right: 30px;
                    scale: 1.35;
                }

                &:nth-child(2)::before {
                    top: -10px;
                    left: auto;
                    right: 55px;
                    scale: 1.35;
                }

                & hgroup {
                    flex-direction: row;
                    gap: 24px;
                    margin-block-end: 40px;

                    & img {
                        width: 100px;
                        height: 59px;
                    }

                    & h2 {
                        font-size: 28px;
                        letter-spacing: 1.4px;
                        text-align: left;
                        margin-block-end: 0;
                        padding-inline: 64px 0;
                    }
                }

                & .egypt-article-content-enjoy {

                    & .egypt-article-content-enjoy-item {
                        margin-bottom: 32px;
                        padding-bottom: 32px;

                        & h3 {
                            font-size: 20px;
                            letter-spacing: 1px;

                            &::before {
                                top: 1px;
                                width: 14px;
                                height: 17px;
                            }
                        }

                        & p {
                            font-size: 16px;
                            letter-spacing: 0.8px;
                            margin-block-start: 8px;
                        }
                    }

                    & .egypt-article-content-enjoy-inner {
                        display: grid;
                        grid-template-columns: repeat(2, 1fr);
                        gap: 64px;

                        & .egypt-article-content-enjoy-item {
                            border-bottom: none;
                            margin-bottom: 0;
                            padding-bottom: 0;

                            &:last-of-type {
                                position: relative;

                                &::before {
                                    content: '';
                                    position: absolute;
                                    top: 0;
                                    left: -32px;
                                    border-left: dotted 3px #656565;
                                    width: 100%;
                                    height: 100%;
                                }
                            }
                        }
                    }
                }

                & .egypt-article-content-listen {

                    & .egypt-article-content-listen-item {

                        & h3 {
                            font-size: 20px;
                        }

                        & p {
                            padding-left: 16px;
                        }

                        & .answer {
                            font-size: 18px;
                            margin-block-start: 12px;
                        }

                        & .text {
                            font-size: 16px;
                            letter-spacing: 0.8px;
                        }
                    }
                }

                & .egypt-article-quiz {

                    padding: 24px 40px;

                    &::before {
                        top: -30px;
                        left: 30px;
                        scale: 1.2;
                    }

                    &::after {
                        top: -200px;
                        right: 0;
                        background-image: url('/images/wako-navigate/img1_pc.svg');
                        width: 71px;
                        height: 121px;
                    }


                    & .egypt-article-quiz-outer {

                        display: grid;
                        grid-template-columns: 1fr 230px;
                        align-items: flex-start;
                        gap: 40px;

                        & .egypt-article-quiz-inner {

                            & hgroup {
                                width: fit-content;
                                height: 60px;
                                margin-left: 100px;
                                margin-block-end: 0;
                                gap: 10px;

                                &::after {
                                    background-image: url('/images/wako-navigate/label-quiz_pc.svg');
                                    width: 555px;
                                    height: 60px;
                                }

                                & span {
                                    font-size: 16px;
                                    letter-spacing: 1.28px;
                                }

                                & h3 {
                                    font-size: 24px;
                                    letter-spacing: 1.92px;
                                }
                            }

                            & .accordion {

                                & .accordion-content {

                                    & .accordion-text_inner {

                                        & .accordion-text {
                                            position: relative;
                                            margin-block-start: 10px;
                                            padding-inline: 16px 110px;
                                            padding-bottom: 40px;

                                            &::after {
                                                content: '';
                                                position: absolute;
                                                top: 0;
                                                right: 10px;
                                                background-image: url('/images/wako-navigate/HI26-019604.svg');
                                                background-size: cover;
                                                background-position: center;
                                                background-repeat: no-repeat;
                                                width: 65px;
                                                height: 70px;
                                            }
                                        }
                                    }
                                }
                            }
                        }

                        & img {
                            margin-block-start: 0;
                        }
                    }
                }
            }
        }
    }

    .egypt-charm {
        position: relative;
        background-image: url('/images/wako-navigate/bg-charm.png');
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        padding-block: 46px 60px;
        padding-inline: 15px;

        & hgroup {
            position: relative;
            border-radius: 18px;
            border: 4px solid #000;
            background: #FFF;
            box-shadow: 6px 6px 0 0 #000;
            width: calc(100% - 30px);
            margin-inline: auto;
            padding: 24px 10px;
            margin-block-end: 40px;
            text-align: center;

            &::before {
                content: '';
                position: absolute;
                top: 5px;
                left: 0;
                background-image: url('/images/wako-navigate/label_charm.svg');
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                width: 32px;
                height: 36px;
            }

            &::after {
                content: '';
                position: absolute;
                top: -50px;
                left: 50%;
                translate: -50% 0;
                background-image: url('/images/wako-navigate/deco-charm01_sp.svg');
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                width: 120px;
                height: 50px;
            }

            & span {
                font-size: 15px;
                font-weight: 700;
            }

            & h2 {
                text-align: center;
                font-size: 24px;
                font-weight: 900;
                line-height: 120%;
                letter-spacing: 1.2px;

                & em {
                    color: #EC6D31;
                    font-size: 30px;
                    font-style: normal;
                    letter-spacing: 1.5px;
                }
            }
        }

        & .egypt-charm-item {
            color: #000;
            margin-block-end: 56px;

            & h3 {
                position: relative;
                font-size: 20px;
                font-weight: 900;
                line-height: 130%;
                letter-spacing: 1.6px;
                text-align: center;
                margin-block-start: 16px;
                padding-block-end: 6px;

                &::before {
                    content: '';
                    position: absolute;
                    bottom: -1px;
                    left: 3px;
                    background: #000;
                    border-radius: 0 0 10px 10px;
                    width: 3px;
                    height: 30px;
                    rotate: 26deg;
                }

                &::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    translate: -50% 0;
                    background: #000;
                    width: 100%;
                    height: 3px;
                }

                & span {
                    display: block;
                    font-size: 14px;
                    font-weight: 700;
                    letter-spacing: 1.12px;
                }
            }

            & .text {
                font-size: 14px;
                font-weight: 400;
                line-height: 150%;
                letter-spacing: 0.7px;
                margin-block-start: 16px;
            }
        }

        & .egypt-charm-content {
            counter-reset: num;
            position: relative;
            display: grid;
            padding-block-end: 60px;
            z-index: 1;

            & .egypt-charm-content-item {
                counter-increment: num;
                margin-block-end: 40px;

                & h3 {
                    position: relative;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    gap: 6px;
                    font-size: 18px;
                    font-weight: 900;
                    color: #000;
                    line-height: 120%;
                    letter-spacing: 0.9px;

                    &::before {
                        content: counter(num);
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border-radius: 50%;
                        border: 2.5px solid #EC6D31;
                        background: #FFF;
                        width: 25px;
                        height: 25px;
                        color: #EC6D31;
                        text-align: center;
                        font-family: Roboto;
                        font-size: 15px;
                        font-style: normal;
                        font-weight: 900;
                        letter-spacing: 0.75px;
                        flex-shrink: 0;
                        padding-left: 1px;
                        z-index: 2;
                    }

                    &::after {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: calc((25px - 2.5px) / 2);
                        translate: 0 -50%;
                        background-color: #EC6D31;
                        width: 3px;
                        height: 35px;
                        z-index: 1;
                    }
                }

                & .photo {
                    margin-block-start: 12px;
                }

                & .text {
                    font-size: 14px;
                    font-weight: 400;
                    color: #000;
                    line-height: 150%;
                    letter-spacing: 0.7px;
                    margin-block-start: 12px;

                    & em {
                        font-style: normal;
                        font-weight: 700;
                    }

                    & span {
                        font-size: 12px;
                        line-height: 130%;
                        letter-spacing: 0.6px;
                    }
                }
            }

            & .egypt-charm-feature {
                position: relative;
                margin: 0 8px 8px 0;
                background: #FFF;
                border: 2px solid #000;
                padding: 16px 20px 32px;

                &::after {
                    content: '';
                    position: absolute;
                    bottom: -10px;
                    right: -10px;
                    border: 2px solid #000;
                    width: 100%;
                    height: 100%;
                    z-index: -1;
                }

                & .egypt-charm-feature-inner {

                    &::before {
                        content: '';
                        position: absolute;
                        top: -12px;
                        right: 22px;
                        background-image: url('/images/wako-navigate/deco-charm02.svg');
                        background-size: contain;
                        background-position: center;
                        background-repeat: no-repeat;
                        width: 26px;
                        height: 21px;
                        z-index: 2;
                    }

                    &::after {
                        content: '';
                        position: absolute;
                        bottom: -12px;
                        left: 22px;
                        background-image: url('/images/wako-navigate/deco-charm02.svg');
                        background-size: contain;
                        background-position: center;
                        background-repeat: no-repeat;
                        scale: -1;
                        width: 26px;
                        height: 21px;
                        z-index: 2;
                    }

                    & .egypt-charm-feature-item {

                        &::before {
                            content: '';
                            position: absolute;
                            top: -2px;
                            right: 18px;
                            width: 34px;
                            height: 2px;
                            background-color: #fff;
                            z-index: 1;
                        }

                        &::after {
                            content: '';
                            position: absolute;
                            bottom: -2px;
                            left: 18px;
                            width: 34px;
                            height: 2px;
                            background-color: #fff;
                            z-index: 1;
                        }

                        & .egypt-charm-feature-title {
                            display: block;
                            width: fit-content;
                            margin: 0 auto 12px;
                            background: #EC6D31;
                            border-radius: 100px;
                            padding: 4px 24px;
                            color: #FDFDFD;
                            font-size: 16px;
                            font-weight: 900;
                            line-height: 120%;
                            letter-spacing: 1.28px;
                            text-align: center;
                        }

                        & p {
                            font-size: 13px;
                            font-weight: 400;
                            color: #000;
                            line-height: 160%;
                            letter-spacing: 0.65px;

                            & img {
                                float: right;
                                width: 120px;
                                height: 120px;
                                margin-left: 8px;
                            }
                        }
                    }
                }
            }
        }

        & .egypt-charm-map {

            border-top: dotted 3px #656565;
            margin-block-start: 56px;
            padding-block-start: 56px;

            & figure {

                & h3 {
                    font-size: 18px;
                    font-weight: 900;
                    line-height: 120%;
                    text-align: center;
                    letter-spacing: 0.9px;
                    margin-block-end: 8px;
                }
            }
        }

        @media only screen and (min-width: 769px) {
            background-size: 385px;
            background-repeat: repeat;
            padding-block: 80px;

            & hgroup {
                max-width: 822px;

                &::before {
                    width: 50px;
                    height: 52px;
                }

                &::after {
                    top: -84px;
                    background-image: url(/images/wako-navigate/deco-charm01_pc.svg);
                    width: 320px;
                    height: 80px;
                }

                & span {
                    font-size: 20px;
                    letter-spacing: 1px;
                }

                & h2 {
                    font-size: 36px;
                    letter-spacing: 1.8px;
                    margin-block-start: 8px;

                    & em {
                        font-size: 42px;
                        letter-spacing: 2.1px;
                    }
                }
            }

            & .egypt-charm-item {
                max-width: 1024px;
                margin-inline: auto;
                margin-block-end: 64px;

                & h3 {
                    display: flex;
                    gap: 16px;
                    font-size: 26px;
                    letter-spacing: 2.08px;
                    padding-inline: 40px;

                    &::before {
                        left: 8px;
                        height: 40px;
                    }

                    &::after {
                        width: 100%;
                    }

                    & span {
                        font-size: 16px;
                        letter-spacing: 0.8px;
                    }
                }

                & .text {
                    font-size: 16px;
                    letter-spacing: 0.8px;
                }
            }

            & .egypt-charm-content {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                align-items: start;
                gap: 55px 40px;
                max-width: 1024px;
                margin-inline: auto;

                & .egypt-charm-content-item {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 0 10px;

                    & h3 {
                        grid-column: 1 / -1;
                        grid-row: 1;
                        font-size: 20px;
                        letter-spacing: 1px;

                        &::before {
                            width: 30px;
                            height: 30px;
                            font-size: 18px;
                            letter-spacing: 0.9px;
                        }

                        &::after {
                            left: calc((30px - 2.5px) / 2);
                            height: 40px;
                        }
                    }

                    & .photo {

                        & img {
                            width: 100%;
                            height: auto;
                            display: block;
                        }

                    }

                    & .text {

                        font-size: 15px;
                        letter-spacing: 0.75px;
                    }
                }

                & .egypt-charm-feature {

                    & .egypt-charm-feature-inner {

                        & .egypt-charm-feature-item {

                            .egypt-charm-feature-title {
                                font-size: 18px;
                                letter-spacing: 1.44px;
                                margin: 0 0 12px;
                            }

                            & p {
                                display: inline;
                                font-size: 15px;
                                letter-spacing: 0.75px;
                            }
                        }
                    }
                }
            }

            & .egypt-charm-map {
                max-width: 1024px;
                margin-inline: auto;

                & figure {

                    & h3 {
                        font-size: 20px;
                    }

                }

            }
        }
    }
}

/*==============================
article01.html
==============================*/
.series01 {

    @media only screen and (min-width: 769px) {
        .egypt-mv_pc {
            & .title {
                width: 836px;
                height: auto;
                margin-inline: auto;
                padding-block: 40px 16px;
            }
        }
    }

    & .egypt-nav {

        & ul {

            & li {

                &:nth-child(1) {

                    & a {
                        &::after {
                            background-image: url(/images/wako-navigate/anc-arrow_active.svg);
                        }
                    }
                }

                &:nth-child(2) {

                    & a {
                        &::after {
                            background-image: url(/images/wako-navigate/anc-arrow.svg);
                        }
                    }
                }
            }
        }
    }

    .egypt-series {
        position: relative;
        padding: 60px 15px;

        &::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            background-image: url(/images/wako-navigate/deco-line.png);
            background-size: cover;
            background-position: center;
            background-repeat: repeat-x;
            width: 100%;
            height: 20px;
        }

        & .egypt-series-content {
            background: #FFF;
            border-radius: 30px;
            padding: 32px 24px;
            z-index: 1;

            & hgroup {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 14px;

                & img {
                    width: 70px;
                    height: 41px;
                }

                & h2 {
                    background-color: var(--label01-color);
                    width: 100%;
                    font-size: 19px;
                    font-weight: 900;
                    color: #000;
                    line-height: 120%;
                    text-align: center;
                    letter-spacing: 0.95px;
                    margin-block-end: 28px;
                    padding: 10px 16px;
                    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
                }
            }

            & .lead {
                font-size: 14px;
                font-weight: 400;
                color: #000;
                line-height: 150%;
                letter-spacing: 0.7px;

                & em {
                    font-size: 14px;
                    font-style: normal;
                    color: #FF1901;
                    font-weight: 700;
                }
            }

            & .series01-profile {

                border-radius: 8px;
                background-color: #F7F7F7;
                margin-block-start: 32px;
                padding: 24px;

                & .series01-profile-content {

                    & .series01-profile-header {

                        display: grid;
                        grid-template-rows: 1fr;

                        & .label {

                            position: relative;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            background-color: #000;
                            width: fit-content;
                            text-align: center;
                            font-size: 13px;
                            font-weight: 700;
                            color: #FFF;
                            line-height: 140%;
                            padding: 2px 6px;

                            &::after {
                                content: '';
                                position: absolute;
                                top: 50%;
                                right: -8px;
                                translate: 0 -50%;
                                display: block;
                                background-color: #000;
                                width: 8px;
                                height: 100%;
                                clip-path: polygon(0 0, 100% 50%, 0 100%);
                            }
                        }

                        & .series01-profile-grid {
                            display: grid;
                            grid-template-columns: max-content 1fr;
                            row-gap: 4px;
                            font-size: 15px;
                            font-weight: 700;
                            color: #000;
                            line-height: 120%;
                            letter-spacing: 0.75px;
                            margin-block-start: 8px;
                        }
                    }

                    & .text {
                        border-top: 1px solid #000;
                        font-size: 14px;
                        color: #000;
                        line-height: 150%;
                        letter-spacing: 0.8px;
                        margin-block-start: 16px;
                        padding-block-start: 16px;
                    }
                }
            }

            & .table-chronology {
                padding-block-start: 32px;
                padding-block-end: 10px;

                & img {
                    width: 696px;
                }

                .simplebar-content {
                    display: flex;
                    justify-content: flex-start;
                }

                .simplebar-scrollbar:before {
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background-color: rgba(51, 51, 51, 0.50);

                }

                .simplebar-scrollbar.simplebar-visible:before {
                    opacity: 1;
                }

                .simplebar-track {
                    width: 100%;
                    background-color: #E5E5E5;
                    border-radius: 100vmax;
                }

                .simplebar-track.simplebar-horizontal {
                    left: auto;
                    height: 6px;
                }
            }
        }

        @media only screen and (min-width: 769px) {

            &::after {
                height: 25px;
            }

            & .egypt-series-content {
                max-width: 1024px;
                margin-inline: auto;
                padding: 60px 60px 48px 60px;

                & hgroup {
                    flex-direction: row;
                    gap: 24px;
                    margin-block-end: 40px;

                    & img {
                        width: 100px;
                        height: 59px;
                    }

                    & h2 {
                        font-size: 28px;
                        letter-spacing: 1.4px;
                        text-align: left;
                        margin-block-end: 0;
                        padding-inline: 64px 0;
                    }
                }

                & .lead {
                    font-size: 16px;
                    letter-spacing: 0.8px;

                    & em {
                        font-size: inherit;
                    }
                }

                & .series01-profile {
                    padding: 16px 24px;

                    & .series01-profile-content {
                        display: grid;
                        grid-template-columns: 180px 1fr;
                        align-items: start;
                        gap: 24px;

                        & .text {
                            border-top: none;
                            border-left: 1px solid #000;
                            margin-block-start: 0;
                            padding-block-start: 0;
                            padding-inline-start: 24px;
                        }
                    }
                }

                & .table-chronology {
                    & img {
                        width: 100%;
                    }
                }
            }
        }
    }

    .egypt-navi {
        position: relative;
        background-image: url('/images/wako-navigate/bg-charm.png');
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        padding-block: 60px;
        padding-inline: 20px;

        & .egypt-navi01-title {
            /* display: flex;
            flex-direction: column; */
            margin-block-end: 16px;
            padding-left: calc(335px - 287px);

            &:first-of-type {
                position: relative;

                &::after {
                    content: '';
                    position: absolute;
                    top: 10px;
                    right: 0;
                    background-image: url(/images/wako-navigate/01/illust_navi.svg);
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    width: 45px;
                    height: 50px;
                    z-index: 2;
                }
            }

            & img {
                position: relative;
                top: 10px;
                left: calc((335px - 287px) * -1);
                width: 130px;
                height: 70px;
            }

            & h2 {
                font-size: 20px;
                font-weight: 900;
                color: #000;
                line-height: 130%;
                letter-spacing: 1px;
            }
        }

        & .egypt-navi01-content {
            margin-block-end: 40px;

            & img:not(span img) {
                border-radius: 8px;
            }

            & .caption {
                font-size: 10px;
                font-weight: 400;
                line-height: 130%;
                letter-spacing: 0.5px;
                text-align: right;
                margin-block-start: 4px;
            }

            & .text {
                font-size: 14px;
                font-weight: 400;
                color: #000;
                line-height: 150%;
                letter-spacing: 0.7px;
                margin-block-start: 16px;

                & em {
                    font-weight: 700;
                    font-style: normal;
                }
            }

            .egypt-navi01-content-img {
                position: relative;

                & span {
                    position: absolute;
                    bottom: 24px;
                    left: 7px;
                    width: 110px;
                    height: 110px;
                }
            }
        }

        & .egypt-navi01-qa {
            position: relative;
            border-radius: 30px;
            border: 3px solid #000;
            background: #FFF;
            padding: 20px 21px 60px 21px;

            &::before {
                content: '';
                position: absolute;
                top: -30px;
                right: 10px;
                background-image: url(/images/wako-navigate/01/illust_clip.svg);
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                width: 45px;
                height: 62px;
                z-index: 2;
            }

            &::after {
                content: '';
                position: absolute;
                bottom: -55px;
                left: -25px;
                background-image: url(/images/wako-navigate/01/illust_HI26-019605.svg);
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                width: 90px;
                height: 110px;
                z-index: 2;
            }

            & .egypt-navi02-title {
                position: relative;
                text-align: center;
                margin-block-end: 32px;

                &::after {
                    content: '';
                    position: absolute;
                    bottom: -15px;
                    right: -40px;
                    background-image: url(/images/wako-navigate/01/illust_HI26-019603.png);
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    width: 65px;
                    height: 73px;
                    z-index: 2;
                }

                & img {
                    display: block;
                    width: 130px;
                    height: 70px;
                }

                & .egypt-navi02-title-inner {

                    & .label {
                        position: relative;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 287px;
                        height: 28px;
                        font-size: 15px;
                        font-weight: 900;
                        line-height: 120%;
                        margin-inline: auto;
                        letter-spacing: 0.75px;
                        margin-block-start: 2px;
                        margin-block-end: 8px;
                        z-index: 1;

                        &::after {
                            content: "";
                            position: absolute;
                            top: 0;
                            left: 50%;
                            translate: -50% 0;
                            background-image: url(/images/wako-navigate/01/label-qa_sp.svg);
                            background-size: contain;
                            background-position: center;
                            background-repeat: no-repeat;
                            width: 287px;
                            height: 28px;
                            z-index: -1;
                        }
                    }

                    & h2 {
                        display: inline;
                        background: linear-gradient(transparent 70%, #FFF9A4 70%);
                        font-size: 30px;
                        font-weight: 900;
                        color: #EC6D31;
                        line-height: 120%;
                        text-align: center;
                        letter-spacing: 1.5px;
                        margin-block-start: 8px;
                    }
                }
            }

            & .egypt-navi02-qa-items {

                & .egypt-navi02-qa-item {

                    & .question {
                        display: flex;
                        justify-content: flex-start;
                        align-items: baseline;
                        font-size: 17px;
                        font-weight: 900;
                        color: #000;
                        line-height: 120%;
                        letter-spacing: 0.85px;

                        &::before {
                            content: "Q.";
                            width: 26px;
                            font-size: 17px;
                            font-weight: 900;
                            color: #5A95E4;
                            line-height: 120%;
                            letter-spacing: 1.36px;
                            flex-shrink: 0;
                        }
                    }

                    & .answer {
                        display: flex;
                        justify-content: flex-start;
                        align-items: baseline;
                        font-size: 16px;
                        font-weight: 900;
                        color: #EC6D31;
                        line-height: 120%;
                        letter-spacing: 0.8px;
                        margin-block: 10px 4px;
                        margin-inline: 4px;

                        &::before {
                            content: "A.";
                            width: 26px;
                            font-size: 16px;
                            font-weight: 900;
                            color: #EC6D31;
                            line-height: 120%;
                            letter-spacing: 1.28px;
                            flex-shrink: 0;
                        }
                    }

                    & .text {
                        font-size: 14px;
                        font-weight: 400;
                        color: #000;
                        line-height: 150%;
                        letter-spacing: 0.7px;
                        margin-inline: 4px;

                        & em {
                            font-weight: 700;
                            font-style: normal;
                        }
                    }
                }

                & img {
                    display: block;
                    margin-block-start: 16px;
                }
            }

            & .egypt-navi02-qa-line {
                position: relative;
                background-color: #000;
                display: inline-block;
                width: 100%;
                height: 2px;
                margin-block: 30px;

                &::before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 0;
                    translate: 0 -50%;
                    display: block;
                    background-color: #000;
                    border-radius: 50%;
                    width: 10px;
                    height: 10px;
                }

                &::after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 0;
                    translate: 0 -50%;
                    display: block;
                    background-color: #000;
                    border-radius: 50%;
                    width: 10px;
                    height: 10px;
                }
            }
        }

        @media only screen and (min-width: 769px) {
            background-size: 385px;
            background-repeat: repeat;
            padding-block: 80px;

            & .egypt-navi01-title {
                display: flex;
                align-items: center;
                gap: 24px;
                max-width: 1024px;
                margin-inline: auto;
                padding-left: 0;

                & img {
                    position: initial;
                    width: 220px;
                    height: 118px;
                }

                & h2 {
                    font-size: 26px;
                    font-weight: 900;
                    letter-spacing: 1.3px;
                }

                &:first-of-type {
                    &::after {
                        width: 80px;
                        height: 87px;
                    }
                }
            }

            & .egypt-navi01-content {
                display: grid;
                max-width: 1024px;
                grid-template-columns: 360px 1fr;
                margin-inline: auto;
                gap: 32px;

                &:nth-of-type(even) {
                    grid-template-columns: 1fr 360px;

                    &> :nth-child(1) {
                        order: 2;
                    }

                    &> :nth-child(2) {
                        order: 1;
                    }
                }

                & .egypt-navi01-content-img {

                    & span {
                        left: -25px;
                        width: 145px;
                        height: 145px;
                    }

                    & p {
                        font-size: 12px;
                    }
                }

                & .text {
                    font-size: 16px;
                    letter-spacing: 0.8px;
                    margin-block-start: 8px;
                }
            }

            & .egypt-navi01-qa {
                max-width: 1024px;
                margin-inline: auto;
                padding: 60px;

                &::before {
                    right: 30px;
                }

                &::after {
                    left: -60px;
                    bottom: -20px;
                    width: 100px;
                    height: 131px;
                }

                & .egypt-navi02-title {
                    display: flex;
                    align-items: center;
                    gap: 24px;

                    &::after {
                        top: 10px;
                        bottom: auto;
                        right: 20px;
                        width: 95px;
                        height: 106px;
                    }

                    & img {
                        width: 220px;
                        height: 118px;
                    }

                    & .egypt-navi02-title-inner {

                        & .label {
                            width: 410px;
                            height: 40px;
                            font-size: 20px;
                            font-weight: 900;
                            letter-spacing: 1px;

                            &::after {
                                width: 410px;
                                height: 40px;
                            }
                        }

                        & h2 {
                            font-size: 40px;
                            letter-spacing: 2px;
                        }
                    }
                }

                & .egypt-navi02-qa-items {

                    & .egypt-navi02-qa-item {

                        & .question {
                            font-size: 20px;
                            letter-spacing: 0.8px;

                            &::before {
                                font-size: 20px;
                            }
                        }

                        & .answer {
                            font-size: 18px;
                            letter-spacing: 0.9px;

                            &::before {
                                font-size: 18px;
                            }
                        }

                        & .text {
                            font-size: 16px;
                            letter-spacing: 0.8px;
                        }
                    }
                }

                & .egypt-navi02-qa-items:has(img) {
                    display: grid;
                    grid-template-columns: 1fr 250px;
                    gap: 16px;
                }
            }
        }
    }
}