#header #key h2 {
    top: 39vw;
    line-height: 0.7;
    left: 54%;
}
#header #key h2 span {
    font-size: 3.73vw;
    letter-spacing: 0.1em;
}
#lead {
    padding: 35.5vw 0 20vw;
    position: relative;
}
#lead::before {
    content: "";
    background: url(../img/fortune/lead_deco1.png) no-repeat left top/100% auto;
    position: absolute;
    top: -10vw;
    left: 0;
    bottom: 0;
    width: 38.1333333333%;
    z-index: -1;
}
#lead::after {
    content: "";
    background: url(../img/fortune/lead_deco2.png) no-repeat right bottom/100% auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 8vw;
    width: 54.6666666667%;
    z-index: -1;
}
#lead h2 {
    position: absolute;
    top: -24vw;
    right: 10%;
    z-index: 2;
}
#lead h2 span {
    margin-top: 6vw;
}
#lead .txt {
    margin: 13vw auto 0;
    line-height: 34px;
    height: 55vw;
}
#about {
    background: #fff8f4;
    padding: 12vw 0 13vw;
}
#about .set1 {
    margin-bottom: 11vw;
}
#about .set1 .movie {
    margin: 5vw 0 8vw;
}
#about .set1 .gr-txt h3 {
    margin: 0 auto 5vw;
}
#about .set2 .content .item {
    position: relative;
}
#about .set2 .content .item:not(:last-child) {
    margin-bottom: 10vw;
}
#about .set2 .content .item:nth-child(2n) .photo {
    margin-left: auto;
}
#about .set2 .content .item:nth-child(2n) .catch {
    right: auto;
    left: 5%;
}
#about .set2 .content .item .photo {
    width: 73%;
}
#about .set2 .content .item .catch {
    position: absolute;
    top: 0px;
    right: 5%;
    font-size: 4.8vw;
    text-align: left;
    white-space: nowrap;
    line-height: 1.7;
    letter-spacing: 0.025em;
}
#about .set2 .note {
    margin-top: 21vw;
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: var(--salmon);
    line-height: 1.7;
    text-align: center;
}
#recommended {
    padding: 13vw 0 24vw;
}
#recommended h2 {
    margin-bottom: 14vw;
}
#recommended .content .item .gr-txt {
    margin: -36.5vw 8% 0;
    position: relative;
    z-index: 2;
}
#recommended .content .item .gr-txt h3 {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: var(--salmon);
    line-height: 1.7;
    text-align: center;
    margin-bottom: 3vw;
}
#recommended .content .item1 {
    margin-bottom: 12vw;
}
#recommended .content .item2 {
    margin-bottom: 14vw;
}
#recommended .content .item2 .gr-txt {
    margin: -40.5vw 10% 0;
}
#recommended .content .item2 .gr-txt h3 {
    margin-bottom: 1vw;
}
#recommended .content .item3 .gr-txt {
    margin: -46.5vw 10% 0;
}
#recommended .note {
    margin-top: 12vw;
    font-size: 4.8vw;
    letter-spacing: 0.025em;
    line-height: 1.8;
}
#voice {
    background: #fff8f4;
    padding: 24vw 0 26vw;
}
#voice .voice-person {
    margin: 7vw 0 3vw 7%;
    display: flex;
    align-items: flex-start;
}
#voice .voice-person .voice-img {
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
}
#voice .voice-person .voice-quote {
    flex: 1;
    margin: 2vw 0 0 6%;
}
#voice .voice-person .voice-quote .voice-text {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: var(--salmon);
}
#voice .voice-person .voice-quote .voice-name {
    font-size: 13px;
    margin: 10px 0 0 4px;
}
#voice .photo {
    margin: 7vw auto 0;
    width: 64%;
}
#flow {
    padding: 24vw 0 25vw;
}
#flow h2 {
    margin-bottom: 7vw;
}
#flow .content .item:not(:last-child) {
    margin-bottom: 8vw;
    padding-bottom: 14vw;
    background: url(../img/fortune/flow_line.png) no-repeat center bottom/100% auto;
}
#flow .content .item .photo {
    margin: 0 9%;
}
#flow .content .item .gr-txt {
    margin-top: 4vw;
}
#flow .content .item .gr-txt h3 {
    font-size: 6.4vw;
    letter-spacing: 0.025em;
    margin-bottom: 3vw;
}
#flow .content .item .gr-txt .txt {
    color: var(--salmon);
    margin: 0 8%;
}
#flow .content .item .gr-txt .btn-link {
    margin: 5vw 6% 0;
}
#flow .content .item .gr-txt .btn-link a::before {
    top: 0;
    left: 11%;
}
#contact {
    background: #fff8f4;
    padding: 26vw 0 24vw;
}
#contact .box {
    padding: 9vw 3% 12vw;
}
#contact .box .btn-link2 {
    margin: 8vw 3.5% 3vw;
}
#contact .box .btn-link2 a::before {
    left: 10%;
}
#contact .box .btn-link2 a::after {
    right: 7%;
}
#contact .box .note {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #3e5382;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    #header #key h2 {
        top: 148px;
        line-height: 35px;
    }
    #header #key h2 span {
        font-size: 14px;
    }
    #lead {
        padding: 132px 0 75px;
        position: relative;
    }
    #lead::before {
        top: -40px;
    }
    #lead::after {
        bottom: 32px;
    }
    #lead h2 {
        top: -92px;
        right: 35px;
    }
    #lead h2 span {
        margin-top: 24px;
    }
    #lead .txt {
        margin: 50px auto 0;
        height: 206px;
    }
    #about {
        padding: 51px 0 46px;
    }
    #about .set1 {
        margin-bottom: 42px;
    }
    #about .set1 .movie {
        margin: 28px 0 30px;
    }
    #about .set1 .gr-txt h3 {
        margin: 0 auto 20px;
    }
    #about .set2 .content .item:not(:last-child) {
        margin-bottom: 39px;
    }
    #about .set2 .content .item:nth-child(2n) .photo {
        margin-left: auto;
    }
    #about .set2 .content .item:nth-child(2n) .catch {
        left: 13px;
    }
    #about .set2 .content .item .catch {
        top: -2px;
        right: 13px;
        font-size: 18px;
        line-height: 32px;
    }
    #about .set2 .note {
        margin-top: 76px;
        font-size: 18px;
        line-height: 32px;
    }
    #recommended {
        padding: 58px 0 90px;
    }
    #recommended h2 {
        margin-bottom: 61px;
    }
    #recommended .content .item .gr-txt {
        margin: -137px 27px 0;
    }
    #recommended .content .item .gr-txt h3 {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 9px;
    }
    #recommended .content .item1 {
        margin-bottom: 45px;
    }
    #recommended .content .item2 {
        margin-bottom: 55px;
    }
    #recommended .content .item2 .gr-txt {
        margin: -150px 27px 0;
    }
    #recommended .content .item2 .gr-txt h3 {
        margin-bottom: 3px;
    }
    #recommended .content .item3 .gr-txt {
        margin: -178px 27px 0;
    }
    #recommended .note {
        margin-top: 45px;
        font-size: 18px;
        line-height: 32px;
    }
    #voice {
        padding: 100px 0 101px;
    }
    #voice .voice-person {
        margin: 34px 0 13px 22px;
    }
    #voice .voice-person .voice-img {
        width: 113px;
        height: 113px;
    }
    #voice .voice-person .voice-quote {
        margin: 9px 0 0 21px;
    }
    #voice .voice-person .voice-quote .voice-text {
        font-size: 17px;
    }
    #voice .photo {
        margin: 24px auto 0;
    }
    #flow {
        padding: 97px 0;
    }
    #flow h2 {
        margin-bottom: 34px;
    }
    #flow .content .item:not(:last-child) {
        margin-bottom: 28px;
        padding-bottom: 53px;
    }
    #flow .content .item .photo {
        margin: 0 27px;
    }
    #flow .content .item .gr-txt {
        margin-top: 18px;
    }
    #flow .content .item .gr-txt h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    #flow .content .item .gr-txt .txt {
        margin: 0 28px;
    }
    #flow .content .item .gr-txt .btn-link {
        margin: 19px 20px 0;
    }
    #contact {
        padding: 95px 0 100px;
    }
    #contact .box {
        padding: 33px 20px 39px;
    }
    #contact .box .btn-link {
        margin: 39px auto 19px;
    }
    #contact .box .btn-link2 {
        margin: 29px auto 6px;
    }
    #contact .box .btn-link2 a:hover::after {
        right: 16px;
    }
    #contact .box .btn-link2 a::before {
        top: 4px;
        left: 34px;
    }
    #contact .box .btn-link2 a::after {
        right: 21px;
    }
    #contact .box .note {
        font-size: 18px;
        line-height: 32px;
    }
}
