.lpcontainer {
    background: url(/html/user_data/assets/sanobi_drier_voice/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    height: auto;
    overflow-x: clip;
    width: 100%;
}
.lpcontainer a {
    text-decoration: none;
}
.lpcontainer img {
    height: auto;
    max-width: 100%;
}
/* main */
.lp-main {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
}

/* fv */
.fv {
    line-height: 0;
    text-align: center;
}
@media screen and (min-width: 420px) {}

/* block ttl */
.block-ttl {
    text-align: center;
}
.block-ttl h2 {
    background: linear-gradient(transparent 70%, #D6E4FF 0%);
    color: #0D2E7A;
    display: inline;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 6vw;
    font-weight: 500;
}
.productdetail .block-ttl h2,
.attention .block-ttl h2 {
    background: linear-gradient(transparent 70%, #FFE888 0%);
}
@media screen and (min-width: 420px) {
    .block-ttl h2 {
        font-size: 26px;
    }
}

/* about */
.about {
    background: #fff;
    padding: 5vw 0 8vw;
}
@media screen and (min-width: 420px) {
    .about {
        padding: 20px 0 35px;
    }
}

/* information-content */
.information-content {
    background: #fff;
    border: 2px solid #0D2E7A;
    border-radius: 5vw;
    margin: 12vw auto 0;
    padding: 8vw 2vw 5vw;
    position: relative;
    width: 85%;
}
.attention .information-content {
    margin: 5vw auto 10vw;
    padding: 8vw 3vw 5vw;
}
.information-content__ttl {
    background: #0D2E7A;
    border-radius: 50px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4vw;
    font-weight: 400;
    margin: auto;
    padding: 1.5vw 10vw;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    width: 100%;
    max-width: max-content;
}
.information-content__subttl {
    color: #0D2E7A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 5vw;
    font-weight: 700;
    margin: 0 auto 5vw;
    text-align: center;
}
.information-content__txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.5vw;
    line-height: 1.6em;
    position: relative;
    word-break: keep-all;
    width: 70%;
}
.information-content__txt::after {
    background: url(/html/user_data/assets/sanobi_drier_voice/information1.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    filter: drop-shadow(0 4px 4px rgb(0 0 0 / 25%));
    height: 40vw;
    position: absolute;
    right: -33vw;
    top: -7vw;
    width: 32vw;
    z-index: 1;
}
.information-content__txt span {
    color: #148684;
    font-weight: 700;
}
.information-content__bottom {
    border-top: 1px dotted #0D2E7A;
    margin: 4vw 0 0;
    padding: 5vw 0 0;
    position: relative;
}
.information-content__bottom::after {
    background: url(/html/user_data/assets/sanobi_drier_voice/information2.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 22vw;
    margin: auto;
    position: absolute;
    right: 0;
    top: 6vw;
    bottom: 0;
    width: 15vw;
}
.information-content__bottom p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3vw;
    line-height: 1.65;
}
.information-content__bottom p span {
    border-bottom: 2px solid #148684;
}
.information-content__bottom p strong {
    color: #148684;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.3vw;
    font-weight: 700;
}

.information-list {
    display: flex;
    flex-direction: column;
    gap: 3vw;
}
.information-list__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.information-list__item dt {
    background: #148684;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3vw;
    height: 7.5vw;
    width: 25%;
}
.information-list__item dd {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.7vw;
    font-weight: 400;
    line-height: 1.6;
    padding: 1.5vw 0 0;
    width: 72%;
}
.information-list__item dd span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4vw;
}
@media screen and (min-width: 420px) {
    .information-content {
        border-radius: 12px;
        margin: 55px auto 0;
        padding: 35px 12px 25px;
    }
    .attention .information-content {
        margin: 20px auto 45px;
        padding: 35px 15px 25px;
    }
    .information-content__ttl {
        font-size: 18px;
        padding: 5px 50px;
        top: -20px;
    }
    .information-content__subttl {
        font-size: 20px;
        margin: 0 auto 20px;
    }
    .information-content__txt {
        font-size: 14px;
    }
    .information-content__txt::after {
        height: 155px;
        right: -135px;
        top: -25px;
        width: 135px;
    }
    .information-content__bottom {
        margin: 20px 0 0;
        padding: 20px 0 0;
    }
    .information-content__bottom::after {
        height: 80px;
        top: 18px;
        width: 53px;
    }
    .information-content__bottom p {
        font-size: 13px;
    }
    .information-content__bottom p strong {
        font-size: 14px;
    }

    .information-list {
        gap: 15px;
    }
    .information-list__item dt {
        font-size: 12px;
        height: 30px;
        width: 65px;
    }
    .information-list__item dd {
        font-size: 12px;
        padding: 5px 0 0;
        width: calc(100% - 75px);
    }
    .information-list__item dd span {
        font-size: 10px;
    }
}

/* cta */
.cta {
    height: 12vw;
    margin: 6vw auto 0;
    width: 85%;
}
.cta a {
    background: #0D2E7A;
    border-radius: 10vw;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 5vw;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}
.cta a::after {
    content: "▶︎";
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.5vw;
    position: absolute;
    right: 5vw;
    top: 0;
    bottom: 0;
}
@media screen and (min-width: 420px) {
    .cta {
        height: 62px;
        margin: 25px auto 0;
    }
    .cta a {
        border-radius: 50px;
        font-size: 20px;
    }
    .cta a::after {
        font-size: 12px;
        right: 20px;
    }
}

/* productdetail */
.productdetail {
    background: #EDF3FF;
}
.productdetail::before,
.productdetail::after {
    background: url(/html/user_data/assets/sanobi_drier_voice/wave-top.jpg) no-repeat;
    background-position: center top;
    background-size: 100%;
    content: "";
    display: block;
    height: 71px;
    width: 100%;
}
.productdetail::after {
    transform: rotate(180deg);
}
.productdetail-eyecatch {
    border: 1px solid #0D2E7A;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9vw;
    margin: 2vw auto 5vw;
    padding: 0 3vw;
    text-align: center;
    width: 100%;
    max-width: max-content;
}
.productdetail-eyecatch p {
    color: #0D2E7A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 5vw;
    font-weight: 600;
}
.productdetail-info {
    border: 1px solid #148684;
    border-radius: 8px;
    margin: 3vw auto 8vw;
    padding: 2.5vw;
    width: 85%;
}
.productdetail-info p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2vw;
    line-height: 1.6;
}
.productdetail-info p span {
    color: #148684;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.4vw;
    font-weight: 700;
}
@media screen and (min-width: 420px) {
    .productdetail::before,
    .productdetail::after {
        height: 71px;
    }
    .productdetail-eyecatch {
        height: 40px;
        margin: 12px auto 25px;
        padding: 0 15px;
    }
    .productdetail-eyecatch p {
        font-size: 18px;
    }
    .productdetail-info {
        margin: 20px auto 35px;
        padding: 8px;
    }
    .productdetail-info p {
        font-size: 16px;
    }
    .productdetail-info p span {
        font-size: 16.5px;
    }
}

/* application */
.application-items {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    margin: 8vw auto;
    width: 88%;
}
.application-item {
    background: #148684;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.5vw;
    position: relative;
}
.application-item::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
}
.application-item:nth-child(1)::after {
    background-image: url(/html/user_data/assets/sanobi_drier_voice/application1.png);
    filter: drop-shadow(19px 16px 20px rgb(0 0 0 / 25%));
    height: 22vw;
    right: 0;
    top: -5.5vw;
    width: 18vw;
}
.application-item:nth-child(2)::after {
    background-image: url(/html/user_data/assets/sanobi_drier_voice/application2.png);
    height: 23vw;
    right: -6.5vw;
    top: -5.5vw;
    width: 29vw;
}
.application-item dt {
    aspect-ratio: 1 / 1;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13%;
}
.application-item dt p {
    color: #148684;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 5vw;
    line-height: 1;
    text-align: center;
}
.application-item dt p span {
    color: #148684;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2vw;
}
.application-item dd {
    width: 82%;
}
.application-item:nth-child(1) dd {
    padding-right: 22%;
}
.application-item:nth-child(2) dd {
    padding-right: 15%;
}
.application-item dd p {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2vw;
}
.application-item dd p span {
    border-bottom: 1px solid #FFE888;
    color: #FFE888;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.4vw;
}

.application-bottom {
    margin: 0 auto 7vw;
    text-align: center;
}
.application-bottom::before {
    background: url(/html/user_data/assets/sanobi_drier_voice/triangel.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 8vw;
    margin: 0 auto 5vw;
    width: 20vw;
}
.application-bottom h3 {
    color: #0D2E7A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 7vw;
    font-weight: 500;
}
.application-bottom .tag {
    border: 1px solid #0D2E7A;
    border-radius: 50px;
    color: #0D2E7A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4vw;
    margin: 5vw auto 3vw;
    padding: 2vw 10vw;
    width: 100%;
    max-width: max-content;
}
.application-bottom button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #148684;
    background: #148684 url(/html/user_data/assets/sanobi_drier_voice/icon-link.png) no-repeat;
    background-position: right 6% center;
    background-size: 5vw;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4vw;
    font-weight: 700;
    margin: 0 auto;
    outline: none;
    padding: 2vw 12vw;
    width: 100%;
    max-width: max-content;
}

.application-notice {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.5vw;
    margin: 0 auto 8vw;
    width: 85%;
}
@media screen and (min-width: 420px) {
    .application-items {
        gap: 10px;
        margin: 35px auto;
    }
    .application-item {
        padding: 12px;
    }
    .application-item:nth-child(1)::after {
        height: 90px;
        top: -22px;
        width: 74px;
    }
    .application-item:nth-child(2)::after {
        height: 100px;
        right: -33px;
        top: -26px;
        width: 126px;
    }
    .application-item dt {
        width: 50px;
    }
    .application-item dt p {
        font-size: 14px;
        line-height: 1.2;
    }
    .application-item dt p span {
        font-size: 12px;
    }
    .application-item dd {
        width: calc(100% - 65px);
    }
    .application-item dd p {
        font-size: 13px;
    }
    .application-item dd p span {
        font-size: 14px;
    }
    .application-bottom {
        margin: 0 auto 25px;
    }
    .application-bottom::before {
        height: 40px;
        margin: 0 auto 20px;
        width: 100px;
    }
    .application-bottom h3 {
        font-size: 25px;
    }
    .application-bottom .tag {
        font-size: 16px;
        margin: 15px auto 25px;
        padding: 8px 25px;
    }
    .application-bottom button {
        background-position: right 5% center;
        background-size: 16px;
        font-size: 16px;
        padding: 10px 40px;
    }

    .application-notice {
        font-size: 11px;
        margin: 0 auto 35px;
    }

}

/* review */
.review {
    background: #fff;
    padding: 8vw 0;
}
.review-inner {
    margin: 0 auto;
    width: 85%;
}
.review-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 6vw 4vw;
    margin: 12vw 0 0;
}
.review-item {
    width: calc((100% - (4vw * 1)) / 2);
}
.review-item__ttl {
    background: #148684;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 11vw;
    margin: 0 0 3vw;
    position: relative;
    text-align: center;
    width: 100%;
}
.review-item__ttl::after {
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 20px solid #148684;
    border-bottom: 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 10%;
    bottom: -8px;
    transform: rotate(20deg);
    width: 0;
}
.review-item__ttl p {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3vw;
    font-weight: 400;
}
.review-item__comment {
    margin: 0 0 2vw;
}
.review-item__comment p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2vw;
}
.review-item__image {
    filter: drop-shadow(0 4px 4px rgb(0 0 0 / 25%));
    line-height: 0;
}
.review-item__notice {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2vw;
    margin: 1.5vw 0 0;
    text-align: right;
}

.review-notice {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2vw;
    margin: 10vw 0;
    text-align: center;
}

.review-fukidashi {
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 0 0 5vw;
    text-align: center;
}
.review-fukidashi::before,
.review-fukidashi::after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 10vw;
    width: 7vw;
}
.review-fukidashi::before {
    background-image: url(/html/user_data/assets/sanobi_drier_voice/fukidashi-l.png);
    margin-right: 3vw;
}
.review-fukidashi::after {
    background-image: url(/html/user_data/assets/sanobi_drier_voice/fukidashi-r.png);
    margin-left: 3vw;
}
.review-fukidashi p {
    color: #0D2E7A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4vw;
    font-weight: 500;
}
@media screen and (min-width: 420px) {
    .review {
        padding: 35px 0;
    }
    .review-items {
        margin: 45px 0 0;
        gap: 35px 20px;
    }
    .review-item {
        width: calc((100% - (20px * 1)) / 2);
    }
    .review-item__ttl {
        height: 48px;
        margin: 0 0 15px;
    }
    .review-item__ttl p {
        font-size: 15px;
    }
    .review-item__comment {
        margin: 0 0 10px;
    }
    .review-item__comment p {
        font-size: 9px;
    }
    .review-item__notice {
        font-size: 8px;
        margin: 10px 0 0;
    }
    .review-notice {
        font-size: 10px;
        margin: 30px 0;
    }
    .review-fukidashi {
        margin: 0 0 20px;
    }
    .review-fukidashi::before,
    .review-fukidashi::after {
        height: 40px;
        width: 30px;
    }
    .review-fukidashi::before {
        margin-right: 10px;
    }
    .review-fukidashi::after {
        margin-left: 10px;
    }
    .review-fukidashi p {
        font-size: 17px;
    }
}

/* attention */
.attention {
    background: #EDF3FF;
    padding: 0 0 10vw;
}
.attention::before {
    background: url(/html/user_data/assets/sanobi_drier_voice/wave-top.jpg) no-repeat;
    background-position: center top;
    background-size: 100%;
    content: "";
    display: block;
    height: 71px;
    width: 100%;
}
.attention-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3vw;
    line-height: 1.7;
    margin: 10vw auto 8vw;
    width: 85%;
}
@media screen and (min-width: 420px) {
    .attention {
        padding: 0 0 35px;
    }
    .attention::before {
        height: 71px;
    }
    .attention-text {
        font-size: 13px;
        margin: 35px auto;
    }
}

.pagetop-link {
    background: #fff;
    padding: 5vw 0;
    text-align: center;
}
.pagetop-link a {
    border-bottom: 1px solid #333;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.5vw;
}
@media screen and (min-width: 420px) {
    .pagetop-link {
        padding: 20px 0;
    }
    .pagetop-link a {
        font-size: 15px;
    }   
}

/* block */
@media screen and (min-width: 420px) {}