
body {
    font-family: "Noto Sans", sans-serif;
    h1 {
        text-indent: 100%;
        white-space: nowrap;
        font-size: 0;
        width: 100%;
        height: 100%;
        /* background: no-repeat center / contain url(image); */
    }
    p {
        line-height: 1.5rem;
        letter-spacing: 0.1em;
    }
    p.buttonCopy {
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
        margin-top: 60px;
        color: #d32d25;
        @media (max-width:800px) {
            font-size: 1.25rem;
        }
        @media (max-width:480px) {
            font-size: 1rem;
        }
    }
    div.dlButton {
        display: flex;
        justify-content: space-between;
        max-width: 564px;
        margin: 0 auto;
        margin-top: 16px;
        @media (max-width:480px) {
            flex-direction: column;
            align-items: center;
        }
        a.google {
            display: block;
            text-align: center;
            width: 280px;
            transition-duration: .4s;
            &:hover {
                opacity: 0.7;
            }
            img {
                width: 100%;
            }
        }
        a.app {
            display: block;
            text-align: center;
            width: 226px;
            margin-left: 16px;
            transition-duration: .4s;
            @media (max-width:480px) {
                margin-left: 0;
                margin-top: 24px;
            }
            &:hover {
                opacity: 0.7;
            }
            img {
                width: 100%;
            }
        }
    }
    section.top {
        background-color: #d32d25;
        position: relative;
        z-index: -10;
        &::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: no-repeat center / cover url(image/topBack_.svg);
            top:0;
            z-index: -5;

            @media (max-width:800px)  {
                background: no-repeat center / cover url(image/topBackT.svg);
            }
            @media (max-width:480px)  {
                background: no-repeat center / cover url(image/topBackS.svg);
            }
        }
        @media (max-width:800px) {
            /* background-size: contain; */
        }
        div.topContainer {
            max-width: 1040px;
            margin: 0 auto;
            padding: 136px 16px;
            text-align: center;
            z-index: 0;
            h2 {
                text-indent: -9999px;
                white-space: nowrap;
                width: 600px;
                aspect-ratio: 1520 / 826;
                margin: 0 auto;
                background: no-repeat center / contain url(image/title.svg);
                position: relative;

                @media (max-width: 800px) {
                     width: 80vw;
                     min-width: 400px;
                } 
                @media (max-width: 480px) {
                    min-width: 260px;
               } 
                &::after {
                    content: '';
                    display: block;
                    position: absolute;
                    bottom: 0;
                    right: -24px;
                    width: 36%;
                    aspect-ratio: 204 / 68;
                    background: no-repeat center / contain url(image/titleRibbon.svg);

                    @media (max-width: 800px) {
                   } 

                }
                
            }
            div.topUser {
                margin: 0 auto;
                max-width: 832px;
                display: grid;
                grid-template-columns: 1.1fr 1fr 1fr;
                color: #fff;
                @media (max-width:800px) {
                    grid-template-columns: 1fr 1fr;
                }
                span {
                    display: block;
                }

                p.topCatch {
                    font-family: "Zen Maru Gothic", sans-serif;
                    color: #fff;
                    font-size: 2.5rem;
                    font-weight: bold;
                    line-height: 1.5;
                    letter-spacing: 0.2em;
                    @media (max-width:800px) {
                        font-size: 2rem;
                        grid-row:  1 / 2;
                        grid-column: 1 / 3;
                    }
                   span {
                    font-weight: bold;
                   }
                }
                div.topWelcome {
                    display: flex;
                    flex-direction: column;
                    align-items: end;
                    @media (max-width:480px) {
                       align-items: center;
                    }
                    img {
                        width: 240px;
                        height: 284px;
                        margin-right: 40px;

                        /* @media (max-width:800px) {
                            width: 180px;
                            height: 213px;
                        } */
                        @media (max-width:800px) {
                            width: 160px;
                            height: 189px;
                            margin-right: 56px;
                        }
                        @media (max-width:480px) {
                            width: 120px;
                            height: 142px;
                            margin-right: 20px;
                        }
                    }
                    div.topText {
                        display: flex;
                        align-items: center;
                        &::before {
                            content: "";
                            width: 2px;
                            height: 40px;
                            background-color: #fff;
                            display: block;
                            margin-right: 16px;
                            transform: rotate(-30deg);
                            @media (max-width:800px) {
                                display: none;
                            }
                        }
                        &::after {
                            content: "";
                            width: 2px;
                            height: 40px;
                            background-color: #fff;
                            display: block;
                            margin-left: 16px;
                            transform: rotate(30deg);
                            @media (max-width:800px) {
                                display: none;
                            }
                        }
                        p {
                            text-align: center;
                            @media (max-width:480px) {
                                font-size: 0.75rem;
                            }
                        }
                    }
                }
                div.topThankYou {
                    display: flex;
                    flex-direction: column;
                    align-items: start;
                    @media (max-width:480px) {
                        align-items: center;
                     }
                     img {
                        width: 240px;
                        height: 274px;
                        margin-left: 48px;
                        /* @media (max-width:800px) {
                            width: 180px;
                            height: 213px;
                        } */
                        @media (max-width:800px) {
                            width: 164px;
                            height: 189px;
                            margin-left: 50px;
                        }
                        @media (max-width:480px) {
                            width: 120px;
                            height: 142px;
                            margin-right: 20px;
                        }
                    }
                    div.topText {
                        display: flex;
                        align-items: start;
                        &::before {
                            content: "";
                            width: 2px;
                            height: 40px;
                            background-color: #fff;
                            display: block;
                            margin-right: 20px;
                            transform: rotate(-30deg);
                            @media (max-width:800px) {
                                display: none;
                            }
                        }
                        &::after {
                            content: "";
                            width: 2px;
                            height: 40px;
                            background-color: #fff;
                            display: block;
                            margin-left: 20px;
                            transform: rotate(30deg);
                            @media (max-width:800px) {
                                display: none;
                            }
                        }
                        p {
                            text-align: center;
                            @media (max-width:480px) {
                                font-size: 0.75rem;
                            }
                        }
                    }
                }
            }
        }
    }
    section.userType {
        div.userTypeContainer {
            max-width: 1040px;
            margin: 64px auto;
            padding: 0 16px;
            div.user {
                padding: 32px 64px 48px;
                border-radius: 10px;
                z-index: -10;
                @media (max-width:800px) {
                    padding: 32px 32px 48px;
                 }
                 h3 {
                    width: 100%;
                    border-radius: 9999px;
                    font-size: 2rem;
                    font-weight: bold;
                    color: #fff;
                    text-align: center;
                    padding: 20px 0;
                    position: relative;
                    @media (max-width:800px) {
                       font-size: 1.5rem;
                    }
                    @media (max-width:480px) {
                        font-size: 1rem;
                     }
                 }
                p.condition {
                    font-size: 1.5rem;
                    font-weight: bold;
                    text-align: center;
                    padding-top: 16px;
                    @media (max-width:800px) {
                        font-size: 1.25rem;
                        padding-top: 32px;
                     }
                     @media (max-width:800px) {
                        font-size: 1rem;
                        padding-top: 32px;
                     }
                     span {
                        font-weight: bold;
                        @media (max-width:800px){
                            display: block;
                        }
                     }
                }
                div {
                    position: relative;
                    width: fit-content;
                    text-align: center;
                    margin-top: 32px;
                    &::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        right: 0;
                        left: 0;
                        background-color: #666;
                        transform: skew(-20deg);
                    }
                    p.numberOfPeople {
                        position: relative;
                        font-size: 1.5rem;
                        font-weight: bold;
                        padding: 8px 24px 8px;
                        text-align: center;
                        color: #fff;
                        @media (max-width:800px) {
                            font-size: 1rem;
                        }
                        span {
                            font-weight: bold;
                            @media (max-width:800px){
                                display: block;
                            }
                         }
                        
                    }
                }
            }
            div.welcomeUser {
                background-color: #fff0fd;
                h3 {
                    background-color: #d32d25;
                    &::before {
                        content: '';
                        display: block;
                        position: absolute;
                        background: no-repeat center / contain url(image/shirodon.svg);
                        width: 10%;
                        aspect-ratio: 400 / 600;
                        min-width: 60px;
                        top: -48px;
                        left: -14px;
                        @media (max-width:480px) {
                            top: -72px;
                            left: -32px;
                         }
                    }
                    &::after {
                        content: '';
                        display: block;
                        position: absolute;
                        background: no-repeat center / contain url(image/littleBobdog.svg);
                        width: 12%;
                        aspect-ratio: 400 / 458;
                        min-width: 80px;
                        top: -24px;
                        right: -12px;
                        @media (max-width:480px) {
                            bottom: -24px;
                            right: -48px;
                         }
                    }
                }
                div {
                    margin-left: 64px;
                    @media (max-width:800px) {
                        margin-left: 0;
                    }
                }
                 p.welcomePt {
                    text-indent: -9999px;
                    white-space: nowrap;
                    width: 100%;
                    aspect-ratio: 886 / 74;
                    margin: 8px auto 0;
                    background: no-repeat center / contain url(image/welcomePt.svg);
                    position: relative;
                    @media (max-width:800px) {
                        background: no-repeat center / contain url(image/welcomePtS.svg);
                        aspect-ratio: 528 / 146;
                    }
                }
            }
            p.buttonCopy {
                margin-top: 20px;
            }
            div.thankYouUser {
                background-color: #def0fd;
                margin-top: 80px;
                h3 {
                    background-color: #00abe6;
                    &::before {
                        content: '';
                        display: block;
                        position: absolute;
                        background: no-repeat center / contain url(image/wazzekakun.svg);
                        width: 10%;
                        aspect-ratio:  400 / 650;
                        min-width: 80px;
                        top: -24px;
                        left: -24px;
                        @media (max-width:800px) {
                            top: -48px;
                            left: -48px;
                        }
                    }
                    &::after {
                        content: '';
                        display: block;
                        position: absolute;
                        background: no-repeat center / contain url(image/kashin.svg);
                        width: 12%;
                        aspect-ratio: 400 / 314;
                        min-width: 100px;
                        top: 16px;
                        right: -16px;
                        @media (max-width:800px) {
                            top: 8px;
                            right: -40px;
                        }
                    }
                }
                p.thankYouPt {
                    text-indent: -9999px;
                    white-space: nowrap;
                    width: 100%;
                    aspect-ratio: 886 / 74;
                    margin: 8px auto 0;
                    background: no-repeat center / contain url(image/thankYouPt.svg);
                    position: relative;

                    @media (max-width:800px) {
                        background: no-repeat center / contain url(image/thankYouPtS.svg);
                        aspect-ratio: 528 / 146;
                    }
                    }
            }
            p.period {
                margin-top: 20px;
                text-align: center;
                font-size: 1.75rem;
                font-weight: bold;
                span {
                    font-size: 2.5rem;
                    font-weight: bold;
                    @media (max-width:800px) {
                        font-size: 2rem;
                    }
                    @media (max-width:480px) {
                        font-size: 1.5rem;
                    }
                }
                @media (max-width:800px) {
                    font-size: 1.5rem;
                }
                @media (max-width:480px) {
                    font-size: 1.25rem;
                }
            }
        }
    }
    section.useCase {
        background-color: #d32d25;
        padding-top: 64px;
        div.useCaseContainer {
            max-width: 1040px;
            margin: 64px auto 0;
            /* padding: 0 16px; */
            h3 {
                text-indent: 100%;
                white-space: nowrap;
                overflow: hidden;
                width: 600px;
                height: 80px;
                margin: 0 auto;
                background: no-repeat center / contain url(image/useCase.svg);
                position: relative;

                @media (max-width: 800px) {
                     width: 80vw;
                } 
            }
            ul.useCaseList {
                background-color: #fff;
                border-radius: 10px;
                padding: 46px;
                margin: 16px 16px 0;
                li {
                    border-bottom: solid 1px #b3b3b3;
                    display: flex;
                    justify-content: center;
                    gap: 24px;
                    padding: 24px 0;
                    &:last-child {
                        border: none;
                    }
                    @media (max-width:800px) {
                        flex-direction: column;
                        align-items: center;
                    }
                   div.useCaseImg {
                        max-width: 260px;
                        position: relative;
                        p.listNumber {
                            top: -16px;
                            left: -60px;
                            position: absolute;
                            font-family: "Zen Maru Gothic", sans-serif;
                            width: 88px;
                            height: 88px;
                            background: no-repeat center / contain url(image/sceneBack.svg);
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            justify-content: center;
                            font-weight: bold;
                            font-size: 1rem;
                            padding-right: 4px;
                            span {
                                font-weight: bold;
                                font-size: 1.5rem;
                            }
                        }
                        img {
                            width: 208px;
                            border-radius: 10px;
                        }
                    }
                    div.useCaseDescription {
                        max-width: 600px;
                        p.category {
                            font-size: 1.25rem;
                            font-weight: bold;
                            background-color: #f5d04e;
                            padding: 8px 8px 8px 12px;
                            width: fit-content;
                            position: relative;
                            height: 36px;
                            box-sizing: border-box;
                            @media (max-width:800px) {
                                font-size: 1rem;
                            }
                            @media (max-width:480px) {
                                font-size: 0.725rem;
                            }
                            &::before {
                                content: "";
                                position: absolute;
                                top: 0;
                                right: -14px;
                                border-width: 18px 0 18px 14px;
                                border-style: solid;
                                border-color: transparent transparent transparent #f5d04e ;
                              }
                        }
                        p.sceneCopy {
                            font-size: 1.5rem;
                            font-weight: bold;
                            margin-top: 16px;
                            @media (max-width:800px) {
                                font-size: 1.25rem;
                            }
                        }
                        p.sceneDescription {
                            padding: 20px 0  0;
                            letter-spacing: 0.125rem;
                        }
                    }
                }
            }
        }
    }
    section.campaign {
        div.campaignTitle {
            background-color: #d32d25;
            padding: 32px 16px;
            h3 {
                text-indent: -9999px;
                white-space: nowrap;
                width: 100%;
                height: 214px;
                margin: 0 auto;
                background: no-repeat center / contain url(image/campaignTitle.svg);
                position: relative;
            }
        }
        div.campaignContainer {
            max-width: 1040px;
            margin: 0 auto;
            padding:  72px 16px 0;
            text-align: center;
            position: relative;
            &::before {
                position: absolute;
                content: '';
                border-top: 32px solid #d32d25;
                border-right: 32px solid transparent;
                border-left: 32px solid transparent;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
            }
            h4 {
                background-color: #00abe6;
                width: 100%;
                border-radius: 9999px;
                font-size: 2.5rem;
                font-weight: bold;
                color: #fff;
                text-align: center;
                padding: 20px 0;
                @media (max-width:800px) {
                    font-size: 1.75rem;
                }
                @media (max-width:480px) {
                    font-size: 1.5rem;
                }
                &::before {
                    content: '';
                    display: block;
                    position: absolute;
                    background: no-repeat center / contain url(image/wazzekakun2.svg);
                    width: 12%;
                    aspect-ratio: 420 / 316;
                    min-width: 100px;
                    top: 16px;
                    left: -8px;
                    @media (max-width:480px) {
                        top: 12px;
                        left: 10px;
                    }
                }
            }
            h4.secondCampaign {
                margin-top: 88px;
            }
            p {
                text-align: center;
                margin: 0 auto;
            }
            p.introduction {
                margin: 20px 0;
                font-size: 2rem;
                font-weight: 500;
                line-height: 2.5rem;
                @media (max-width:800px) {
                    font-size: 1.5rem;
                }
                @media (max-width:480px) {
                    font-size: 1rem;
                }
                span {
                    @media (max-width:480px) {
                        display: block;
                    } 
                }
            }
            p.campaignPoint {
                width: fit-content;
                padding: 0 16px;
                font-size: 2.5rem;
                background: linear-gradient(transparent 60%, #fff000 0%);
                display: inline;
                font-weight: 600;
                line-height: 2.5rem;
                @media (max-width:800px) {
                    font-size: 1.75rem;
                    background: none;
                    display: block;
                }
                @media (max-width:480px) {
                    font-size: 1.25rem;
                }
                span {
                    font-weight: bold; 
                    @media (max-width:800px) {
                        display: block;
                        background: linear-gradient(transparent 60%, #fff000 0%);
                        padding: 0 8px;
                        width: fit-content;
                        margin: 0 auto;
                    }
                }
                span.pointS {
                    @media (max-width:800px) {
                        background: none;
                    }
                }
            }
            a {
                img {
                    margin-top: 32px;
                    width: 100%;
                }
            }
            a.campainButton {
                background-color: #fff;
                border: solid 1px #666;
                padding: 16px 0;
                margin: 16px auto 0;
                display: block;
                border-radius: 10px;
                text-align: center;
                font-weight: bold;
                width: 65%;
                font-size: 1.5rem;
                box-shadow: 0px 8px 0px 0px #666;
                transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
                color: #666;
                 @media (max-width:800px) {
                    font-size: 1.25rem;
                }
                @media (max-width:480px) {
                    font-size: 1rem;
                }
                &:hover {
                    background: #fff000;
                    border: solid 1px #fff000;
                    color: #333;
                    box-shadow: 0px 8px 0px 0px #333;
                }
            }
        }
    }

    section.voice {
        div.voiceContainer {
            max-width: 1040px;
            margin: 120px auto 24px;
            padding: 0 16px;
            &::after {
                content: '';
                display: block;
                background: no-repeat center / contain url(image/shirodon2.svg);
                width: 178px;
                height: 120px;
                margin: 0 auto;
            }
            h3 {
                text-indent: 100%;
                white-space: nowrap;
                overflow: hidden;
                max-width: 1040px;
                height: 180px;
                background: no-repeat center / contain url(image/voiceTitle.svg);
                @media (max-width:800px) {
                    background: no-repeat center / contain url(image/voiceTitleS.svg);
                }
            }
            div.interview {
                display: flex;
                align-items: center;
                max-width: 956px;
                margin: 0 0 60px auto ;
                @media (max-width:800px) {
                    flex-direction: column;
                }
                &:last-child {
                    margin-bottom: none;
                }
                p.interviewUser {
                    font-size: 1.25rem;
                    font-weight: bold;
                    text-align: center;
                }
                p.interviewUser1 {
                    &::before {
                        content: '';
                        display: block;
                        background: no-repeat center / contain url(image/user1.svg);
                        margin: 0 auto;
                        width: 150px;
                        height: 150px;
                        margin-bottom: 8px;
                    }
                }
                p.interviewUser2 {
                    &::before {
                        content: '';
                        display: block;
                        background: no-repeat center / contain url(image/user2.svg);
                        margin: 0 auto;
                        width: 150px;
                        height: 150px;
                        margin-bottom: 8px;
                    }
                }
                p.interviewUser3 {
                    &::before {
                        content: '';
                        display: block;
                        background: no-repeat center / contain url(image/user3.svg);
                        margin: 0 auto;
                        width: 150px;
                        height: 150px;
                        margin-bottom: 8px;
                    }
                }
                p.interviewUser4 {
                    &::before {
                        content: '';
                        display: block;
                        background: no-repeat center / contain url(image/user4.svg);
                        margin: 0 auto;
                        width: 150px;
                        height: 150px;
                        margin-bottom: 8px;
                    }
                }
                p.interviewUser5 {
                    &::before {
                        content: '';
                        display: block;
                        background: no-repeat center / contain url(image/user5.svg);
                        margin: 0 auto;
                        width: 150px;
                        height: 150px;
                        margin-bottom: 8px;
                    }
                }
                p.comment {
                    padding: 40px;
                    background-color: var(--color-light-blue);
                    margin-left: 32px;
                    border-radius: 8px;
                    position: relative;
                    color: var(--color-text-green);
                    line-height: 1.5rem;
                    letter-spacing: 0.1em;
                    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);

                    @media (max-width:800px) {
                        /* margin-top: 40px; */
                        margin: 40px 16px 0;
                    }

                    &::before {
                        content: '';
                        display: block;
                        background: no-repeat center / contain url(image/fukidashi.png);
                        width: 40px;
                        height: 40px;
                        position: absolute;
                        left: -40px;
                        bottom: 30px;

                        @media (max-width:800px) {
                            top: -40px;
                            left: calc(50% - 20px);
                            transform: rotate(90deg);
                        }
                    }
                    
                    span {
                        color: #495080;
                        border-bottom: solid 1px #495080;
                        font-weight: bold;
                    }
                }
            }
        }
    }
    section.howToUse {
        background-color: #f6f6f6;
        padding: 16px;
        margin-top: 88px;
        @media (max-width:800px) {
            padding: 24px;
        }
        div.howToUseContainer {
            margin: 0px auto;
            max-width: 910px;
            padding: 0 16px;
            h3 {
                font-size: 1.75rem;
                font-weight: bold;
                color: #fff;
                background-color: #d32d25;
                height: 46px;
                padding: 0 56px;
                box-sizing: border-box;
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                line-height: 1.5rem;
                @media (max-width:800px) {
                    font-size: 1.5rem;
                    height: 92px;
                }
                @media (max-width:480px) {
                    font-size: 1rem;
                }
                &::before {
                    position: absolute;
                    content: '';
                    width: 0px;
                    height: 0px;
                    z-index: 1;
                    top: 0;
                    left: 0;
                    border-width: 25px 0px 25px 15px;
                    border-color: transparent transparent transparent #f6f6f6;
                    border-style: solid;
                    @media (max-width:800px) {
                        border-width: 50px 0px 50px 30px;
                    }
                }
                &::after {
                    position: absolute;
                    content: '';
                    width: 0px;
                    height: 0px;
                    z-index: 1;
                    top: 0;
                    right: 0;
                    border-width: 25px 15px 25px 0px;
                    border-color: transparent #f6f6f6 transparent transparent;
                    border-style: solid;
                    @media (max-width:800px) {
                        border-width: 50px 30px 50px 0px;
                    }
                }
            }
            h4 {
                font-size: 1.5rem;
                font-weight: bold;
                margin-top: 40px;
                text-align: center;
                display: flex;
                align-items: center;
                @media (max-width:800px) {
                    font-size: 1.25rem;
                }
            }
            h4.howToUseWelcome {
                color: #d32d25;
                white-space: nowrap;
                &::before {
                    content: '';
                    width: 50%;
                    height: 1px;
                    margin-right: 16px;
                    background-color: #d32d25;
                }
                &::after {
                    content: '';
                    width: 50%;
                    height: 1px;
                    margin-left: 16px;
                    background-color: #d32d25;
                }
            }
            h4.howToUseThankYou {
                white-space: nowrap;
                color: #00abe6;
                &::before {
                    content: '';
                    width: 50%;
                    height: 1px;
                    max-width: 400px;
                    margin-right: 16px;
                    background-color: #00abe6;
                }
                &::after {
                    content: '';
                    width: 50%;
                    height: 1px;
                    max-width: 400px;
                    margin-left: 16px;
                    background-color: #00abe6;
                }
            }
            dl {
                display: flex;
                margin-top: 32px;
                @media (max-width:800px) {
                    flex-direction: column;
                    align-items: center;
                    gap: 78px;
                }
                div {
                    padding: 20px;
                    border-radius: 10px;
                    background-color: #fff;
                    width: 280px;
                    position: relative;
                    box-sizing: border-box;
                    margin-left: 31px;
                    @media (max-width:800px) {
                        margin-left: 0;
                        width: 100%;
                    }
                    &::after {
                        content: '';
                        display: block;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-top: 14px solid transparent;
                        border-bottom: 14px solid transparent;
                        border-left: 14px solid #d32d25;
                        border-right: 0;
                        top: calc( 50% - 14px );
                        left: -22px;
                        position: absolute;

                        @media (max-width:800px)  {
                            top: -56px;
                            left: calc( 50% - 14px );
                            transform: rotate(90deg);
                            margin-left: 0;
                        }
                    }
                    &:first-child {
                        margin-left: 0;
                        &::after {
                            display: none;
                        }
                    }
                }
                dt {
                    position: absolute;
                    color: #fff;
                    background-color: #d32d25;
                    border-radius: 50%;
                    width: 50px;
                    height: 50px;
                    top: -16px;
                    left: -28px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    span {
                        display: block;
                        font-size: 1.25rem;
                    }
                }
                dd {
                    text-align: center;  
                    line-height: 1.5rem;
                    span {
                        display: block;
                    }
                    
                }
                dd.download {
                    &::before {
                        content: '';
                        display: block;
                        background: no-repeat center / contain url(image/iconDl.svg);
                        width: 36px;
                        height: 58px;
                        margin: 0 auto;
                        padding-bottom: 16px;
                    }
                }
                dd.register {
                    &::before {
                        content: '';
                        display: block;
                        background: no-repeat center / contain url(image/iconReg.svg);
                        width: 36px;
                        height: 58px;
                        margin: 0 auto;
                        padding-bottom: 16px;
                    }
                }
                dd.shop {
                    &::before {
                        content: '';
                        display: block;
                        background: no-repeat center / contain url(image/iconShop.svg);
                        width: 64px;
                        height: 58px;
                        margin: 0 auto;
                        padding-bottom: 16px;
                    }
                }
                dd.point {
                    &::before {
                        content: '';
                        display: block;
                        background: no-repeat center / contain url(image/iconP.svg);
                        width: 114px;
                        height: 58px;
                        margin: 0 auto;
                        padding-bottom: 16px;
                    }
                }
            }
            dl.processThankYou {
                div {
                    &::after {
                        content: '';
                        display: block;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-top: 14px solid transparent;
                        border-bottom: 14px solid transparent;
                        border-left: 14px solid #00abe6;
                        border-right: 0;
                        position: absolute;
                        top: calc( 50% - 14px );
                        left: -22px;
                        @media (max-width:800px)  {
                            top: -56px;
                            left: calc( 50% - 14px );
                            transform: rotate(90deg);
                        }
                    }

                    &:first-child {
                        &::after {
                            display: none;
                        }
                    }
                    dt {
                        background-color: #00abe6;
                    }
                }
            }
        }
    }
    p.detail {
        font-size: 1.5rem;
        text-align: center;
        color: #d32d25;
        font-weight: bold;
        margin: 20px 24px 120px;
        @media (max-width:800px) {
            font-size: 1.25rem;
        }
        @media (max-width:480px) {
            font-size: 1rem;
        }
        a {
            font-size: 1.5rem;
            text-align: center;
            color: #d32d25;
            font-weight: bold;
            padding-bottom: 5px;
            position: relative;
            &::before {
                background: #d32d25;
                content: '';
                width: 100%;
                height: 2px;
                position: absolute;
                left: 0;
                bottom: 0;
                transform-origin: right top;
                transform: scale(0, 1);
                transition: transform .3s;
            }
            &:hover {
                opacity: 0.7;
                &::before {
                    transform-origin: left top;
                    transform: scale(1, 1);
                }
            }
            span {
                font-weight: bold;
                padding-bottom: 2px;
                border-bottom: solid 2px #d32d25;
                margin: 0 auto;
                width: fit-content;
                @media (max-width:800px) {
                    display: block;
                    line-height: 2rem;
                }
            }
        }
    }
}