<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
    padding-top: 10px;
}
#menu-wrap a:not(.Button) {
    text-decoration: none;
}
#menu-wrap {
    font-family: 'Noto Sans JP', sans-serif;
}
#menu-wrap * {
    box-sizing: border-box;
}
#menu-container {
    position: relative;
}
/*#menu-container .content-box {
    width: 1100px;
    margin: 0 auto;
}*/
#menu-container ul {
    list-style: none;
    padding: 0;
}
#menu-container i, #menu-container span {
    font-style: normal;
}
#menu-container img {
    vertical-align: bottom;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}
#menu-container h2,
#menu-container h3 {
    position: relative;
    font: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
    border: none;
    color: inherit;
    font-weight: bold;
    text-align: center;
}
#menu-container .content-text {
    line-height: 2;
    font-weight: 400;
    color: #444;
}
#menu-container .marugo {
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
}

#main {
}
#main .main-head {
    position: relative;
    width: 100%;
    height: 540px;
    margin: 0;
    padding: 0;
}
.main-head img {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.content-inner-box {
    width: min(90%, 1100px);
    margin-inline: auto;
}
.content-wrap {
    margin-top: 90px;
}

#catch {
}
.catch-wrap {
    position: relative;
    padding: 70px 80px;
    background: url("../img/catch_bg.png") repeat;
    border-radius: 10px;
}
.catch-wrap::after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px dashed #a2d8cd;
    border-radius: 5px;
    z-index: 0;
}
#catch .catch-head {
    position: relative;
    margin-bottom: 35px;
    font-size: 36px;
    letter-spacing: 0.1em;
    z-index: 1;
    color: #555;
}
#catch .content-text {
    position: relative;
    z-index: 1;
}
.content-text strong {
    /*display: inline-block;*/
    background: linear-gradient(transparent 25%, rgba(93 219 161 / 0.4) 25%, rgba(93 219 161 / 0.4) 80%, transparent 80%);
    font-weight: bold;
}

#why {
}
.why-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 60px;
}
.why-img {
}
.why-info {
    padding-top: 10px;
}
#why .why-head {
    margin-left: -3px;
    margin-bottom: 35px;
    font-size: 36px;
    letter-spacing: 0.1em;
    z-index: 1;
    color: #555;
    text-align: left;
}
.content-img {
    border-radius: 30px;
}

#reason-citricacid,
#reason-kuroumegan {
}
#reason-citricacid .reason-head,
#reason-kuroumegan .reason-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #555;
}
.reason-head::before,
.reason-head::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: rgba(51 51 51 / 0.3);
}
.reason-head strong {
    color: #3da1c5;
}
.reason-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 60px;
    margin-top: 45px;
}
.reason-list li {
    width: calc((100% - 120px) / 3);
}
#menu-container .reason-list .content-text {
    line-height: 1.8;
}
.reason-num {
    font-size: 24px;
    font-weight: bold;
    color: #c1dce9;
    text-align: center;
    transform: skewX(-10deg);
}
#reason-citricacid .reason-num span,
#reason-kuroumegan .reason-num span {
    display: inline-block;
    font-size: 36px;
    transform: translateY(1px) translateX(3px);
}
.reason-list-name {
    margin: 35px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #555;
    line-height: 1.7;
}
.reason-conclusion {
    position: relative;
    padding: 25px;
    margin-top: 45px;
    background: linear-gradient(90deg, #3da0c5, #5ddba1);
    line-height: 1.7;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.reason-conclusion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #fff;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
}

#power {
    margin-top: 120px;
}
#power .power-head {
    margin-bottom: 75px;
    font-size: 36px;
    letter-spacing: 0.1em;
    color: #555;
}
.power-head span {
    display: inline-flex;
    justify-content: flex-start;
    align-items: baseline;
    background: linear-gradient(90deg, #3da0c5, #5ddba1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.power-head span i {
    display: inline-block;
    font-size: 54px;
}
.power-features {
}
.power-feature-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 60px;
}
.power-feature-box:nth-of-type(2n-1) {
    flex-direction: row-reverse;
}
.power-feature-box + .power-feature-box {
    margin-top: 60px;
}
.power-feature-name {
    position: relative;
    margin-bottom: 25px;
    padding-left: 85px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #555;
    background: linear-gradient(90deg, #3da0c5, #5ddba1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.power-feature-name::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 55px;
    bottom: -7px;
    left: -10px;
    background-repeat: no-repeat;
    background-size: contain;
}
.power-feature-box:nth-of-type(1) .power-feature-name::before {
    background-image: url("../img/power_num01.png");
}
.power-feature-box:nth-of-type(2) .power-feature-name::before {
    background-image: url("../img/power_num02.png");
}
.power-feature-box:nth-of-type(3) .power-feature-name::before {
    background-image: url("../img/power_num03.png");
}
.power-feature-box:nth-of-type(4) .power-feature-name::before {
    background-image: url("../img/power_num04.png");
}

#kuroumegan {
}
.kuroumegan-box1 {
    position: relative;
    padding: 70px 80px;
    border-radius: 10px 10px 0 0;
    background: #f0f0f0;
}
#kuroumegan .kuroumegan-box1-head {
    position: relative;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
    color: #555;
    letter-spacing: 0.1em;
}
.kuroumegan-box1-head::before {
    content: "";
    position: absolute;
    width: 95px;
    height: 92px;
    top: -50px;
    left: 120px;
    background: url("../img/kuroumegan_demo.png") no-repeat;
    background-size: contain;
}
.kuroumegan-box2 {
    position: relative;
    padding: 70px 80px;
    background: url("../img/kuroumegan_bg.jpg") no-repeat top right;
    border-radius: 0 0 10px 10px;
}
#kuroumegan .kuroumegan-box2-head {
    position: absolute;
    display: inline-block;
    padding: 20px 30px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    background: #9d213d;
    border-radius: 2em;
}
#kuroumegan .kuroumegan-box2 .content-text {
    width: min(90%, 480px);
    margin-inline: auto;
    color: #fff;
}
.kuroume-img01 {
    position: absolute;
    display: block;
    top: -40px;
    left: 70px;
}
.kuroume-img02 {
    position: absolute;
    display: block;
    top: -70px;
    right: 70px;
}
.kuroumegan-box2 .content-text strong {
    display: inline-block;
    background: linear-gradient(transparent 25%, #9d213d 25%, #9d213d 80%, transparent 80%);
    font-weight: bold;
}

#recommend {
    padding: 90px 0;
    background: url("../img/recommend_bg.png") repeat center;
}
#recommend .recommend-head {
    margin-bottom: 75px;
    font-size: 36px;
    letter-spacing: 0.1em;
    color: #555;
}
.recommend-head span {
    display: inline-flex;
    justify-content: flex-start;
    align-items: baseline;
    background: linear-gradient(90deg, #3da0c5, #5ddba1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.recommend-box-wrap {
    position: relative;
}
.recommend-box-wrap::after {
    content: "";
    position: absolute;
    display: block;
    width: 260px;
    height: 240px;
    top: -200px;
    right: 30px;
    background: url("../img/recommend_img.png") no-repeat center;
}
.recommend-box {
    position: relative;
    padding: 70px 80px;
    background: #fff;
    box-shadow: 0 0 0 5px #fff inset, 0 0 0 6px #e3e8cb inset, 0 0 40px rgba(51 51 51 / 0.05);
}
.recommend-box::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0;
    left: 0;
    background: url("../img/staff_voice.png") no-repeat;
}
.recommend-box + .recommend-box {
    margin-top: 45px;
}
#recommend .recommend-box-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
    font-size: 28px;
    letter-spacing: 0.1em;
    background: linear-gradient(90deg, #3da0c5, #5ddba1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}
#recommend .recommend-box-head span {
    display: inline-block;
    padding: 0.5em 1.0em;
    margin-right: 15px;
    border-radius: 2em;
    letter-spacing: 0.05em;
    font-size: 12px;
    background: #77d4c1;
    color: #fff;
    -webkit-text-fill-color: #fff;
    transform: translateY(2px);
}
.attention {
    margin-top: 30px;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0.05em;
    filter: opacity(0.8);
}
.head-en {
    margin-bottom: 40px;
    text-align: center;
}

#menu-wrap .content-common-box {
    margin-top: 75px;
    padding-top: 60px;
}
#menu-wrap .content-common-head {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.10em;
}
#menu-wrap .about-purchase {
    margin-top: 75px;
}

.wp-block-columns {
    display: none;
}

@media (hover: hover) {
}

@media (max-width: 576px) {
    #menu-wrap {
        padding-bottom: 40px;
    }
    #menu-container {
        padding-bottom: 0;
    }
    #menu-container img {
        width: 100%;
        height: auto;
    }
    #menu-container .content-text {
        font-size: 15px;
    }
    
    #main .main-head {
        padding-top: 100%;
        height: auto;
    }
    .content-wrap {
        margin-top: 45px;
    }
    .catch-wrap {
        position: relative;
        padding: 30px 25px 25px 25px;
    }
    .catch-wrap::after {
        content: "";
        position: absolute;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 1px dashed #a2d8cd;
        border-radius: 5px;
    }
    #catch .catch-head {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 1.7;
    }
    .why-wrap {
        flex-direction: column;
        gap: 25px;
    }
    .content-img {
        border-radius: 15px;
    }
    #why .why-head {
        margin-left: 0;
        margin-bottom: 25px;
        font-size: 22px;
        text-align: center;
    }
    #reason-citricacid .reason-head, #reason-kuroumegan .reason-head {
        flex-direction: column;
        gap: 20px;
        font-size: 22px;
        line-height: 1.7;
    }
    .reason-head::before, .reason-head::after {
        flex-grow: 1;
        width: 100%;
        height: 1px;
        background-color: rgba(51 51 51 / 0.3);
    }
    .reason-list {
        flex-direction: column;
        gap: 25px;
        margin-top: 30px;
    }
    .reason-list li {
        width: 100%;
    }
    .reason-list-name {
        margin: 20px 0;
    }
    .reason-conclusion {
        padding: 20px;
        margin-top: 30px;
        font-size: 18px;
        line-height: 1.7;
    }
    .reason-conclusion::before {
        border-top: 14px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }
    #power {
        margin-top: 60px;
    }
    .head-en {
        margin-bottom: 30px;
        text-align: center;
    }
    #menu-wrap .head-en img {
        height: 12px;
        width: auto;
    }
    #power .power-head {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 1.7;
    }
    .power-head span i {
        font-size: 24px;
    }
    .power-feature-box {
        flex-direction: column;
        gap: 30px;
    }
    .power-feature-box + .power-feature-box {
        margin-top: 30px;
    }
    .power-feature-box:nth-of-type(2n-1) {
        flex-direction: column;
    }
    .power-feature-name {
        position: relative;
        margin-bottom: 20px;
        padding-left: 0;
        padding-top: 60px;
        font-size: 20px;
        text-align: center;
        line-height: 1.7;
    }
    .power-feature-name::before {
        width: 60px;
        height: 40px;
        bottom: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .kuroumegan-box1 {
        padding: 35px 25px 50px 25px;
    }
    #kuroumegan .kuroumegan-box1-head {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.7;
    }
    .kuroumegan-box1-head::before {
        width: 60px;
        height: 60px;
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%);
    }
    .kuroumegan-box2 {
        padding: 50px 25px 25px 25px;
        background: url(../img/kuroumegan_bg.jpg) no-repeat top left;
    }
    #kuroumegan .kuroumegan-box2-head {
        padding: 20px;
        top: 0;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        border-radius: 2em;
    }
    #kuroumegan .kuroume-img01 {
        position: relative;
        display: block;
        width: 140px;
        margin-inline: auto;
        margin-top: 20px;
        height: auto;
        top: auto;
        left: auto;
    }
    .kuroume-img02 {
        display: none;
    }
    #kuroumegan .kuroumegan-box2 .content-text {
        width: 100%;
    }
    #recommend {
        padding: 45px 0;
    }
    #recommend .recommend-head {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 1.7;
    }
    .recommend-box-wrap {
        padding-top: 190px;
    }
    .recommend-box-wrap::after {
        width: 180px;
        height: 180px;
        top: 0;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        background-size: contain;
    }
    .recommend-box {
        padding: 25px;
    }
    .recommend-box::before {
        width: 70px;
        height: 70px;
        background-size: contain;
    }
    #recommend .recommend-box-head {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.7;
    }
    .recommend-box + .recommend-box {
        margin-top: 20px;
    }
    .attention {
        margin-top: 15px;
        font-size: 11px;
        text-align: left;
        line-height: 1.5;
    }
    
    #menu-wrap .content-common-head {
        font-size: 20px;
    }
}</pre></body></html>