<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.PageHeader {
	display: none;
}
.PageContent--narrow {
	max-width: 100%;
}

.page_top_link_wrapper + .Footer--withMargin {
    margin-top: 0;
}

:root {
	--sc-color: #666;
	--sc-text-color: #35100d;
}

#special-content * {
	margin: 0;
	padding: 0;
	color: var(--sc-text-color);
}
#special-content img {
    display: inline;
    max-width: inherit;
    width: auto;
}
#special-content span, #special-content em, #special-content i {
	font-style: inherit;
	color: inherit;
}
#special-content li {
	list-style: none;
}

br.smpbr {
    display: none;
}

#special-content .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

#sc-main {
    background: url("img/main_bg.jpg") no-repeat center bottom;
    background-size: cover;
}
#sc-main .main-box {
    width: min(90%, 900px);
    min-height: 630px;
    margin: 0 auto;
    column-gap: 45px;
    align-items: flex-start;
}
#sc-main .main-title-wrap {
    padding-top: 110px;
    flex: 1;
}
#sc-main .main-title {
    margin-left: -6px;
}
#sc-main .main-text {
    margin-top: 25px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.05em;
}
#sc-main .main-img {
    padding-top: 60px;
}
.attention {
    font-size: 11px;
    filter: opacity(0.8);
}
#sc-main .attention {
    width: min(90%, 900px);
    margin: 0 auto 50px auto;
    text-align: right;
}

#sc-main-recommend {
}
#sc-main-recommend .main-recommend-box {
    position: relative;
    width: min(90%, 900px);
    margin: 0 auto;
    padding: 30px 50px 40px 50px;
    background: #f4f6e1 url("img/main_recommend_img.png") no-repeat right bottom;
    border-radius: 5px;
}
#sc-main-recommend .main-recommend-box::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 46px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: url("img/main_recommend_head.png") no-repeat;
}
#sc-main-recommend .main-recommend-head {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.main-recommend-list {
}
#sc-main-recommend .main-recommend-list li {
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    font-weight: bold;
}
#sc-main-recommend .main-recommend-list li:not(:last-of-type) {
    margin-bottom: 15px;
}
.main-recommend-list li::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -3px;
    left: 0;
    background: url("img/main_recommend_check.svg") no-repeat;
}

#sc-why {
    position: relative;
    margin-top: 120px;
    background: #fff3f2;
    padding-bottom: 75px;
    overflow-x: clip;
}
#sc-why .sc-content-head {
    transform: translateY(-80px);
}
#special-content .sc-content-head {
    text-align: center;
}
#special-content .sc-content-box {
    position: relative;
    width: min(90%, 1000px);
    margin: 0 auto;
}
#sc-why .sc-content-box::before {
    content: "";
    position: absolute;
    display: block;
    width: 448px;
    height: 320px;
    top: 35px;
    left: -300px;
    background: url("img/bottle.png") no-repeat;
    z-index: 1;
}
#sc-why .sc-content-inner {
    position: relative;
    margin-top: -30px;
    padding: 60px 50px;
    background: #fff;
    box-shadow: 0 0 30px rgba(209 170 166 / 0.1);
}
#special-content .sc-content-inner-head {
    margin-bottom: 45px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
#special-content .sc-content-inner-head span {
    color: #f55848;
}
#sc-why .sc-why-list {
    gap: 50px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.sc-why-list-child {
    width: calc((100% - 50px) / 2);
}
#sc-why .sc-why-list-child-head {
    position: relative;
    padding-top: 50px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}
#sc-why .sc-why-list-child-head::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("img/why_icon.png") no-repeat;
}
#sc-why .sc-why-list-child-head span {
    position: relative;
    display: inline-block;
    z-index: 1;
    background: linear-gradient(transparent 25%, #fff0b5 25%, #fff0b5 90%, transparent 90%);
}
/*#sc-why .sc-why-list-child-head span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1em;
    bottom: 3px;
    left: 0;
    background: #fff0b5;
    z-index: -1;
}*/
#sc-why .sc-why-list-child-text {
    font-size: 15px;
    line-height: 1.8;
}
#special-content .sc-recommend-box {
    margin-top: 60px;
}
#special-content .sc-recommend-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.sc-recommend-head::before,
.sc-recommend-head::after {
    content: "";
    height: 1px;
    background: rgba(53 16 13 / 0.2);
    flex-grow: 1;
}
#special-content .sc-recommend-head::before {
    margin-right: 1.5em;
}
#special-content .sc-recommend-head::after {
    margin-left: 1.5em;
}
#special-content .sc-recommend-list {
    justify-content: center;
    column-gap: 70px;
    align-items: flex-start;
}
#special-content .sc-recommend-list-text {
    margin-top: 1.5em;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

#sc-secret {
    padding: 75px 0;
}
#sc-secret .sc-content-inner {
    position: relative;
    margin-top: 60px;
    padding: 60px 50px;
    background: #fff3f2;
    box-shadow: 0 0 0 1px #f5aa82;
}
#sc-secret .sc-secret-text {
    padding-right: 360px;
    font-size: 15px;
    line-height: 1.8;
}
#sc-secret .sc-secret-img {
    position: absolute;
    top: 110px;
    right: 20px;
}
#sc-secret .sc-effect-wrap {
    margin-top: 75px;
}
#sc-secret .sc-effect-box {
    column-gap: 40px;
    align-items: flex-start;
}
#sc-secret .sc-effect-box:not(:last-of-type) {
    margin-bottom: 50px;
}
.sc-effect-img {
}
.sc-effect-info {
}
#sc-secret .sc-effect-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    column-gap: 12px;
}
#sc-secret .effect-num {
    display: inline-block;
    padding: 0.3em 1.0em;
    font-size: 11px;
    color: #fff;
    border-radius: 2em;
}
#sc-secret .sc-effect-box:nth-of-type(1) .effect-num {
    background: #faaba3;
}
#sc-secret .sc-effect-box:nth-of-type(2) .effect-num {
    background: #f5aa82;
}
#sc-secret .sc-effect-box:nth-of-type(3) .effect-num {
    background: #f7dc7f;
}
#sc-secret .effect-strong {
    position: relative;
    display: inline-block;
    z-index: 1;
    background: linear-gradient(transparent 25%, #fff0b5 25%, #fff0b5 90%, transparent 90%);
}
/*#sc-secret .effect-strong::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1em;
    bottom: 3px;
    left: 0;
    background: #fff0b5;
    z-index: -1;
}*/
.sc-effect-text {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

#sc-obsession {
    position: relative;
    margin-top: 120px;
    background: linear-gradient(#d6e9e2, rgba(247 247 225 / 1.0), rgba(247 247 225 / 0.0));
    padding-bottom: 75px;
}
#sc-obsession .sc-content-head {
    transform: translateY(-80px);
}
#sc-obsession .sc-obsession-box-wrap {
    margin-top: -65px;
}
#sc-obsession .sc-obsession-box {
    align-items: flex-start;
    column-gap: 30px;
}
#sc-obsession .sc-obsession-box:nth-of-type(2n) {
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: -60px;
}
#sc-obsession .sc-obsession-info {
    padding-top: 35px;
}
#sc-obsession .sc-obsession-head {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
}
#sc-obsession .sc-obsession-head span {
    position: relative;
    /*display: inline-block;*/
    z-index: 1;
    background: linear-gradient(transparent 25%, #d4ef92 25%,#d4ef92 90%,transparent 90%);
}
/*#sc-obsession .sc-obsession-head span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1em;
    bottom: 3px;
    left: 0;
    background: #d4ef92;
    z-index: -1;
}*/
#sc-obsession .sc-obsession-text {
    font-size: 15px;
    line-height: 1.8;
}

#sc-reason {
}
.sc-reason-wrap {
}
#sc-reason .sc-reason-box {
    align-items: flex-end;
}
#sc-reason .sc-reason-box:nth-of-type(2) {
    margin-top: 60px;
    flex-direction: row-reverse;
}
#sc-reason .sc-reason-info {
    padding-right: 90px;
}
#sc-reason .sc-reason-box:nth-of-type(2) .sc-reason-info {
    padding-right: 0;
    padding-left: 40px;
}
#sc-reason .sc-reason-catch {
    margin-bottom: 1.75em;
}
#sc-reason .sc-reason-head {
    margin-bottom: 1.0em;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0.15em;
}
#sc-reason .sc-reason-head .sc-reason-head-s {
    display: block;
    margin-bottom: 1em;
    font-size: 20px;
    letter-spacing: 0.1em;
}
#sc-reason .sc-reason-head .sc-reason-head-strong {
    color: #f55848;
}
#sc-reason .sc-reason-text {
    font-size: 15px;
    line-height: 1.8;
}
.sc-reason-img {
}

#sc-voice {
    position: relative;
    margin-top: 120px;
    background: #fff3f2;
    padding-bottom: 75px;
}
#sc-voice .sc-content-head {
    transform: translateY(-80px);
}
#sc-voice .sc-voice-head-text {
    margin-top: -30px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
#sc-voice .sc-voice-list {
    margin-top: 45px;
}
#sc-voice .sc-voice-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 30px;
}
#sc-voice .sc-voice-list li:not(:last-of-type) {
    margin-bottom: 45px;
}
#sc-voice .sc-voice-list li:nth-of-type(2n) {
    flex-direction: row-reverse;
}
#sc-voice .sc-voice-img {
    width: 110px;
}
#sc-voice .sc-voice-img img {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    box-shadow: 0 0 0 2px #fff;
}
#sc-voice .sc-voice-balloon {
    position: relative;
    padding: 35px 45px;
    background: #fff;
    border-radius: 15px;
    filter: drop-shadow(0 0 30px rgba(213 190 188 / 0.4));
}
#sc-voice .sc-voice-balloon::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    transform: translateX(-100%);
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
}
#sc-voice .sc-voice-list li:nth-of-type(2n) .sc-voice-balloon::after {
    left: auto;
    right: 0;
    transform: translateX(100%);
    border-right: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
}
#sc-voice .sc-voice-text {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
#sc-voice .sc-voice-text strong {
    background: linear-gradient(transparent 25%, #fff0b5 25%, #fff0b5 90%, transparent 90%);
}
#sc-voice .sc-voice-type {
    display: inline-block;
    padding: 2px 10px;
    background: #fff3f2;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2em;
}
#sc-voice .attention {
    margin-top: 40px;
    text-align: center;
}

#sc-howto {
}
#sc-howto .sc-content-inner {
    position: relative;
    margin-top: 60px;
    padding: 60px 50px;
    background: #f2fbfa;
    box-shadow: 0 0 0 1px #82d6cb;
}
#sc-howto .sc-content-inner::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 77px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
    background: url("img/howto_head.png") no-repeat;
}
#sc-howto .sc-howto-head-text {
    margin-top: -15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
#sc-howto .sc-howto-box-a {
    position: relative;
    padding: 45px;
    margin-top: 45px;
    background: url("img/dot.svg") no-repeat top left, url("img/dot.svg") no-repeat top right, url("img/dot.svg") no-repeat bottom left, url("img/dot.svg") no-repeat bottom right;
    background-color: #dcf4f1;
}
#sc-howto .sc-howto-text {
    font-size: 15px;
    line-height: 1.8;
}
#sc-howto .sc-howto-box-head {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #2eab9b;
}
.sc-howto-box-a-img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#sc-howto .sc-howto-box-b {
    position: relative;
    padding: 55px 50px 0 170px;
    margin-top: 55px;
}
#sc-howto .sc-howto-box-b::before {
    content: "";
    position: absolute;
    width: 310px;
    height: 26px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("img/howto_head2.png") no-repeat;
}
.sc-howto-box-b-img {
    position: absolute;
    top: 40px;
    left: 50px;
}
#sc-howto .sc-howto-box-b-head {
    font-weight: bold;
}
#sc-howto .sc-howto-example {
    padding-left: 50px;
    margin-top: 45px;
    justify-content: center;
    column-gap: 60px;
}
#sc-howto .sc-howto-example-img {
    transform: translateX(-35px);
}
#sc-howto .sc-howto-example-name {
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
}

#sc-faq {
    position: relative;
    margin-top: 120px;
    background: linear-gradient(#d6e9e2, rgba(247 247 225 / 1.0), rgba(247 247 225 / 0.0));
    padding: 75px 0;
}
.sc-faq-list-wrap {
}
#sc-faq .sc-faq-list {
    padding: 35px 40px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(100 100 100 / 0.2);
    transition: all 0.5s ease;
    cursor: pointer;
}
#sc-faq .sc-faq-list:not(:last-of-type) {
    margin-bottom: 20px;
}
#sc-faq .sc-faq-list.active {
    box-shadow: 0 0 0 3px rgba(130 214 203 / 1.0);
}
#sc-faq .sc-faq-list dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 25px;
}
@media (hover: hover) {
    .sc-faq-list dt:hover {
        filter: opacity(0.8);
    }
    #sc-faq .sc-faq-list:hover {
        box-shadow: 0 0 0 1px rgba(130 214 203 / 1.0);
    }
    #sc-faq .sc-faq-list.active:hover {
        box-shadow: 0 0 0 3px rgba(130 214 203 / 1.0);
    }
}
.sc-faq-list dt span {
    font-size: 20px;
    font-weight: bold;
    flex: 1;
}
.sc-faq-list dt::before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background: url("img/faq_icon_q.svg") no-repeat;
}
.sc-faq-list dt::after {
    margin-left: auto;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("img/faq_icon_open.svg") no-repeat;
    transition: all 0.5s ease;
}
#sc-faq .sc-faq-list.active dt::after {
    transform: rotate(135deg);
}
#sc-faq .sc-faq-list dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 25px;
    margin-top: 0.1px;
    max-height: 0.1px;
    padding-top: 3px;
    transition: all 0.5s ease;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.8;
    filter: opacity(0.3);
}
.sc-faq-list dd::before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background: url("img/faq_icon_a.svg") no-repeat;
}
#sc-faq .sc-faq-list.active dd {
    margin-top: 20px;
    max-height: 200px;
    filter: opacity(1.0);
}
#sc-faq .sc-faq-list dd span {
    flex: 1;
}

#special-content .sc-btn-wrap {
    margin: 90px 0;
    text-align: center;
}
#special-content .sc-btn-head {
    margin-bottom: 35px;
}
#special-content .sc-btn-head + div[id*="product-component-"] {
    margin: 0 auto;
}
#special-content .sc-btn,
.shopify-buy__btn {
    display: inline-block;
    min-width: 400px;
    padding: 0.9em 0;
    background: #f58380;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
}

#sc-movie {
    width: 720px;
    margin: 0 auto;
}
#sc-movie .sc-movie-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    box-shadow: 0 2px 30px rgba(0 0 0 / 0.1);
}
#sc-movie .sc-movie-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sc-item {
}
#sc-item .sc-item-wrap {
    margin-top: 90px;
    justify-content: flex-start;
    column-gap: 30px;
    text-decoration: none;
}
#sc-item .sc-item-img {
    width: 150px;
    height: 150px;
    box-shadow: 0 0 0 1px #ccc;
}
#sc-item .sc-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sc-item-info {
}
#sc-item .sc-item-name {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
.sc-item-name span {
    display: block;
    font-size: 20px;
}
.sc-item-price,
.sc-item-materials,
.sc-item-capacity {
    font-size: 15px;
}


#special-content .sc-addcart-btn {
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #f09192;
    padding-left: 70px;
    padding-right: 70px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
#special-content .sc-addcart-btn:hover {
    background: #d88383;
}
@media (max-width: 576px) {
    #special-content .sc-btn-head {
        margin-bottom: 1rem;
    }
}


@media (max-width: 1100px) {
    #sc-why .sc-content-head img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 1000px) {
    #sc-main .main-img img,
    #sc-reason .sc-reason-catch img {
        width: 100%;
        height: auto;
    }
    .sc-why-list-child {
        width: 100%;
    }
}
@media (max-width: 768px) {
    #special-content {
        overflow: hidden;
    }
    #sc-main .main-box {
        width: min(95%, 900px);
        min-height: auto;
    }
    #sc-main .main-title-wrap {
        padding-top: 60px;
    }
    .main-img {
        display: none;
    }
    #sc-main .main-title img {
        width: 100%;
        height: auto;
    }
    #sc-main .main-text {
        margin-top: 0;
        padding: 0 30px;
    }
    #sc-main .main-title-wrap .attention {
        margin-top: 30px;
    }
    #sc-main-recommend {
        margin-top: 30px;
    }
    #sc-main-recommend .main-recommend-box {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 30px;
        background: #f4f6e1 url(img/main_recommend_img_t.png) no-repeat right bottom;
        border-radius: 5px;
    }
    #sc-why .sc-content-head {
        transform: translateY(-60px);
    }
    #sc-why .sc-content-box::before {
        display: none;
    }
    #sc-why .sc-content-inner {
        padding: 30px;
    }
    #sc-why .sc-why-list {
        gap: 30px;
    }
    #special-content .sc-recommend-box {
        margin-top: 45px;
    }
    #special-content .sc-recommend-head {
        margin-bottom: 30px;
    }
    #special-content .sc-recommend-list {
        column-gap: 30px;
    }
    #special-content .sc-recommend-list li {
        width: calc((100% - 90px) / 4);
    }
    #sc-why .sc-recommend-list-img {
        width: 120px;
    }
    #special-content .sc-recommend-list-img img {
        width: 100%;
        height: auto;
    }
    #special-content .sc-recommend-list-text br {
        display: none;
    }
    #sc-secret {
        padding: 75px 0 0 0;
    }
    #sc-secret .sc-content-box {
        width: 100%;
    }
    #sc-secret .sc-content-inner {
        margin-top: 45px;
        padding: 30px;
    }
    #sc-secret .sc-secret-text {
        padding-right: 0;
        padding-top: 220px;
    }
    #sc-secret .sc-secret-img {
        top: 80px;
    }
    #sc-secret .sc-secret-img img {
        width: 100%;
        height: auto;
    }
    #sc-secret .sc-effect-wrap {
        margin-top: 45px;
    }
    #sc-secret .sc-effect-box {
        column-gap: 30px;
    }
    #sc-secret .sc-effect-img {
        width: 100px;
    }
    #sc-secret .sc-effect-img img {
        width: 100%;
        height: auto;
    }
    #sc-secret .sc-effect-info {
        flex: 1;
    }
    
    #sc-obsession .sc-content-head {
        transform: translateY(-50px);
    }
    #sc-obsession .sc-obsession-head {
        text-align: center;
    }
    #sc-obsession .sc-content-head img {
        width: 100%;
        height: auto;
    }
    #sc-obsession .sc-obsession-box,
    #sc-obsession .sc-obsession-box:nth-of-type(2n) {
        flex-direction: column;
        align-items: center;
        grid-gap: 30px;
        margin-top: 0;
    }
    .sc-reason-img {
        display: none;
    }
    #sc-reason .sc-content-box {
        width: 100%;
    }
    #sc-reason .sc-reason-info {
        padding-right: 0;
    }
    #sc-reason .sc-reason-box:nth-of-type(2) {
        margin-top: 45px;
        flex-direction: column;
    }
    #sc-reason .sc-reason-box:nth-of-type(2) .sc-reason-info {
        padding-left: 0;
    }
    
    #sc-voice {
        padding-bottom: 45px;
    }
    #sc-voice .sc-content-head {
        transform: translateY(-50px);
    }
    #sc-voice .sc-content-head img {
        width: 100%;
        height: auto;
    }
    #sc-voice .sc-voice-img img {
        width: 90px;
        height: 90px;
        border-radius: 45px;
    }
    #sc-voice .sc-voice-balloon {
        padding: 30px;
    }
    #sc-voice .sc-voice-list li:not(:last-of-type) {
        margin-bottom: 30px;
    }
    
    #sc-howto .sc-content-box {
        width: 100%;
    }
    #sc-howto .sc-content-inner {
        padding: 30px;
    }
    .sc-howto-box-a-img,
    .sc-howto-box-b-img {
        display: none;
    }
    #sc-howto .sc-howto-box-a {
        padding: 30px;
        margin-top: 30px;
    }
    #sc-howto .sc-howto-box-head,
    #sc-howto .sc-howto-text,
    .sc-howto-box-b-head {
        text-align: center;
    }
    #sc-howto .sc-howto-box-b {
        padding: 45px 0 0 0;
        margin-top: 45px;
    }
    #sc-howto .sc-howto-example {
        padding-left: 0;
        margin-top: 30px;
        column-gap: 40px;
    }
    #sc-howto .sc-howto-example-img {
        transform: translateX(0);
    }
    #sc-howto .sc-howto-example-name {
        margin-top: 15px;
    }
    #sc-faq {
        margin-top: 80px;
        background: linear-gradient(#d6e9e2, rgba(247 247 225 / 1.0), rgba(247 247 225 / 0.0));
        padding: 45px 0;
    }
    #sc-movie {
        width: 90%;
    }
    #sc-item .sc-item-img {
        width: 120px;
        height: 120px;
    }
    #sc-item .sc-item-info {
        flex: 1;
    }
}
@media (max-width: 576px) {
	br.smpbr {
		display: inline !important;
	}
	#main {
		overflow: hidden;
	}
	#special-content {
	}
    
    #sc-main .main-title-wrap {
        padding-top: 45px;
    }
    #sc-main .main-text {
        margin-top: 0;
        padding: 20px 15px 0 15px;
    }
    #sc-main .main-title-wrap .attention {
        margin-top: 20px;
        padding: 0 15px;
        text-align: left;
    }
    #sc-main-recommend .main-recommend-box {
        padding: 20px 20px 40vh 20px;
        background: #f4f6e1 url(img/main_recommend_img_s.png) no-repeat center bottom;
        background-size: contain;
    }
    #sc-main-recommend .main-recommend-list li {
        padding-left: 35px;
    }
    #sc-main-recommend .main-recommend-list li:not(:last-of-type) {
        margin-bottom: 15px;
    }
    #special-content .sc-content-box {
        width: min(95%, 1000px);
    }
    #sc-why .sc-content-inner {
        padding: 30px 20px;
        margin-top: -45px;
    }
    #special-content .sc-content-inner-head {
        margin-bottom: 30px;
        font-size: 18px;
    }
    #sc-why .sc-why-list-child-head {
        position: relative;
        padding-top: 50px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    #sc-why .sc-why-list-child-text {
        font-size: 14px;
    }
    #special-content .sc-recommend-head {
        font-size: 16px;
        text-align: center;
        justify-content: center;
    }
    .sc-recommend-head::before, .sc-recommend-head::after {
        display: none;
    }
    #special-content .sc-recommend-list {
        grid-gap: 20px;
        flex-direction: column;
    }
    #special-content .sc-recommend-list li {
        width: 100%;
    }
    #sc-why .sc-recommend-list-img {
        width: 100px;
        margin: 0 auto;
    }
    #special-content .sc-recommend-list-text {
        margin-top: 1.0em;
        font-size: 12px;
    }
    #sc-why {
        padding-bottom: 2.5vw;
        margin-top: 80px;
    }
    #sc-secret {
        padding: 30px 0 0 0;
    }
    #sc-secret .sc-content-box {
        width: 100%;
    }
    #sc-secret .sc-secret-head img {
        width: 100%;
        height: auto;
    }
    #sc-secret .sc-content-inner {
        margin-top: 0;
        padding: 30px 20px;
        box-shadow: 0 0 0 1px #f5aa82 inset;
    }
    #sc-secret .sc-secret-img {
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: 90%;
    }
    #sc-secret .sc-secret-text {
        padding-right: 0;
        padding-top: 120px;
        font-size: 14px;
    }
    #sc-secret .sc-effect-img {
        width: 80px;
        display: none;
    }
    #sc-secret .sc-effect-head {
        margin-bottom: 10px;
        font-size: 16px;
        column-gap: 12px;
    }
    #sc-secret .sc-effect-head p {
        flex: 1;
    }
    #sc-secret .sc-effect-text {
        font-size: 14px;
    }
    #sc-secret .sc-recommend-list-img {
        width: 100px;
        margin: 0 auto;
    }
    #special-content .sc-btn-head img {
        width: 100%;
        height: auto;
    }
    #special-content .sc-btn {
        display: block;
        width: 100%;
        min-width: auto;
        font-size: 16px;
    }
    #sc-obsession {
        padding-bottom: 45px;
        margin-top: 100px;
    }
    #sc-obsession .sc-content-head {
        transform: translateY(-30px);
    }
    #sc-obsession .sc-obsession-box-wrap {
        padding: 0 10px;
    }
    #sc-obsession .sc-obsession-head {
        margin-bottom: 0.75em;
        font-size: 18px;
    }
    #sc-obsession .sc-obsession-text {
        font-size: 14px;
        line-height: 1.8;
    }
    #sc-obsession .sc-obsession-img img {
        width: 100%;
        height: auto;
    }
    #sc-obsession .sc-obsession-box, #sc-obsession .sc-obsession-box:nth-of-type(2n) {
        grid-gap: 15px;
    }
    #sc-reason .sc-reason-catch {
        margin-bottom: 1.0em;
    }
    #sc-reason .sc-reason-head .sc-reason-head-s {
        font-size: 16px;
    }
    #sc-reason .sc-reason-head {
        margin-bottom: 1em;
        font-size: 20px;
    }
    #sc-reason .sc-reason-text {
        font-size: 14px;
        line-height: 1.8;
    }
    #sc-reason .sc-content-box {
        width: 100%;
    }
    #sc-reason .sc-reason-box:nth-of-type(2) {
        margin-top: 20px;
    }
    #sc-voice .sc-voice-list {
        margin-top: 30px;
    }
    #sc-voice .sc-voice-list li {
        column-gap: 15px;
    }
    #sc-voice .sc-voice-img {
        width: 50px;
    }
    #sc-voice .sc-voice-img img {
        width: 100%;
        height: auto;
        border-radius: 40px;
    }
    #sc-voice .sc-voice-balloon {
        padding: 20px;
        flex: 1;
    }
    #sc-voice .sc-voice-text {
        font-size: 13px;
        line-height: 1.8;
    }
    #sc-voice .sc-voice-balloon::after {
        top: 25px;
        border-top: 8px solid transparent;
        border-right: 14px solid #fff;
        border-bottom: 8px solid transparent;
    }
    #sc-voice .sc-voice-list li:nth-of-type(2n) .sc-voice-balloon::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 14px solid #fff;
    }
    #sc-voice .sc-voice-list li:not(:last-of-type) {
        margin-bottom: 15px;
    }
    #sc-voice .attention {
        margin-top: 20px;
        text-align: center;
    }
    #sc-voice {
        padding-bottom: 30px;
        margin-top: 80px;
    }
    #sc-howto .sc-content-box {
        width: 100%;
    }
    #sc-howto .sc-content-inner {
        padding: 45px 20px 30px 20px;
        box-shadow: 0 0 0 1px #82d6cb inset;
    }
    #sc-howto .sc-content-inner::before {
        width: 240px;
        height: 60px;
        background-size: cover;
    }
    #sc-howto .sc-howto-box-a {
        padding: 20px;
        margin-top: 30px;
    }
    #sc-howto .sc-howto-box-head {
        margin-bottom: 15px;
        font-size: 16px;
    }
    #sc-howto .sc-howto-text {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }
    #sc-howto .sc-howto-text br {
        display: none;
    }
    #sc-howto .sc-howto-box-b::before {
        width: 240px;
        height: 20px;
        background-size: cover;
    }
    #sc-howto .sc-howto-box-b-head {
        font-size: 14px;
    }
    #sc-howto .sc-howto-example {
        flex-direction: column;
        margin-top: 20px;
        grid-gap: 15px;
    }
    #sc-howto .sc-howto-example-name {
        margin-top: 0;
        font-size: 12px;
    }
    #sc-howto .sc-howto-example-img {
        transform: translateX(-25px);
    }
    #sc-faq {
        margin-top: 45px;
        padding: 30px 10px;
    }
    #sc-faq .sc-faq-list {
        padding: 15px;
    }
    #sc-faq .sc-faq-list dt {
        column-gap: 10px;
    }
    .sc-faq-list dt span {
        font-size: 14px;
    }
    .sc-faq-list dt::before,
    .sc-faq-list dd::before {
        width: 24px;
        height: 24px;
        background-size: cover;
    }
    .sc-faq-list dt::after {
        width: 16px;
        height: 16px;
        background-size: cover;
    }
    #sc-faq .sc-faq-list dd {
        column-gap: 10px;
        font-size: 14px;
    }
    #sc-faq .sc-faq-list.active dd {
        margin-top: 20px;
        max-height: 500px;
    }
    #sc-faq .sc-faq-list:not(:last-of-type) {
        margin-bottom: 15px;
    }
    #sc-item .sc-item-img {
        width: 70px;
        height: 70px;
    }
    #sc-item .sc-item-wrap {
        margin-top: 45px;
        column-gap: 15px;
        align-items: flex-start;
    }
    #sc-item .sc-item-info p {
        font-size: 12px;
    }
    .sc-item-name span {
        font-size: 14px;
    }
    #special-content .sc-btn-wrap {
        margin: 45px 0;
    }
    
    #sc-why .sc-content-head {
        width: calc(100% + 5%);
        margin-left: -2.5%;
        transform: translateY(-50px);
    }
    #sc-secret .sc-effect-wrap {
        margin-top: 30px;
    }
    #sc-secret .sc-effect-box:not(:last-of-type) {
        margin-bottom: 30px;
    }
    
    #sc-obsession .sc-content-head {
        width: calc(100% + 5%);
        margin-left: -2.5%;
        transform: translateY(-50px);
    }
    
    #sc-obsession .sc-obsession-info {
        padding-top: 0;
    }
    
    #sc-obsession .sc-obsession-box:nth-of-type(2) {
        margin-top: 30px;
    }
    
    #sc-voice .sc-content-head {
        width: calc(100% + 5%);
        margin-left: -2.5%;
        transform: translateY(-50px);
    }
    #sc-voice .sc-voice-head-text {
        margin-top: -50px;
    }
    #special-content .sc-btn-head {
        margin-bottom: 0;
    }
    #special-content .sc-btn-head + div[id*="product-component-"] {
        margin: 0 auto 0 auto;
    }
}</pre></body></html>