@charset "utf-8";

#primary { padding: 0; }
#main {min-height:0;}
#main .breadcrumb {display:none;}

#blush-n-kit section * {
    margin:0;
    padding:0;
    font-family:"HelveticaNeueW01-UltLt", "Helvetica Neue LT W05 25 Ult Lt", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
    line-height:1;
}
#blush-n-kit {
    width:100%;
    background:#000;
    color:#FFF;
}
#blush-n-kit section {
    max-width:750px;
    margin:0 auto;
}
#blush-n-kit picture,
#blush-n-kit img {
    display:block;
}
#blush-n-kit li {
    list-style:none;
}
#blush-n-kit a {
    color:#FFF;
    text-decoration:none;
    transition: background 0.3s;
}
#blush-n-kit dl {
    overflow:visible;
    clear:none;
}
#blush-n-kit dl dt {
    float:none;
    clear:none;
    min-width:0;
}
#blush-n-kit dl dd {
    float:none;
}
#blush-n-kit .button {
    box-sizing:border-box;
    border:1px solid #FFF;
}
@media screen and (min-width:751px) {
    #blush-n-kit .button:hover {
        background:#FFF;
        color:#000;
    }
}
#blush-n-kit .section-title {
    font-size:56px;
    text-align:center;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-title {
        font-size:7.467vw;
    }
}
#blush-n-kit .txt-en {
    font-size:113%;
    line-height:1;
    vertical-align: -3%;
}
#blush-n-kit .yugo {
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    font-feature-settings:"palt";
}
#blush-n-kit .thin {
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", sans-serif !important;
}
#blush-n-kit .dblock {
    display:block;
}
#blush-n-kit [data-checkInstock="true"] {
    background:#FFF;
}
#blush-n-kit [data-checkInstock="true"] a {
    background:#000;
    color:#FFF;
}
#blush-n-kit .out-of-stock-btn {
    display:block;
    opacity:0.5;
    border:1px solid #FFF;
    box-sizing:border-box;
    background:#808080;
    color:#000;
    text-align:center;
}

/* Section head -----------------------------------------------------------*/
#blush-n-kit .section-head {
    padding-top:84px;
    padding-bottom:81px;
    text-align:center;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-head {
        padding-top:11.2vw;
        padding-bottom:10.8vw;
    }
}
#blush-n-kit .section-head h1 {
    margin-bottom: 28px;
    font-size:42px;
    letter-spacing: -0.02em;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-head h1 {
        margin-bottom: calc((28 / 750) * 100vw);
        font-size:5.6vw;
    }
}
#blush-n-kit .section-head h1 span {
    display:block;
    margin-top:18px;
    font-family:"Helvetica Neue LT W01_35 Thin", "Helvetica Neue LT W05 35 Thin", sans-serif !important;
    font-size:100px;
    letter-spacing: -0.01em;
    text-transform:uppercase;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-head h1 span {
        margin-top:2.4vw;
        font-size:13.333vw;
    }
}
#blush-n-kit .section-head p {
    font-size:28px;
    line-height:calc(36 / 28);
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-head p {
        font-size:3.733vw;
    }
}

/* Section page nav -----------------------------------------------------------*/
#blush-n-kit .section-pagenav {
    padding-bottom:6px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-pagenav {
        padding-bottom:1vw;
    }
}
#blush-n-kit .section-pagenav ul {
    padding-left:49px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-pagenav ul {
        padding-left:6.533vw;
    }
}
#blush-n-kit .section-pagenav li:not(:last-child) {
    margin-bottom:40px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-pagenav li:not(:last-child) {
        margin-bottom:5.333vw;
    }
}
#blush-n-kit .section-pagenav a {
    display:inline-block;
    position:relative;
    font-family:"HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    font-size:30px;
    text-decoration: underline;
    text-decoration-thickness:2px;
    text-underline-offset:12px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-pagenav a {
        font-size:4vw;
        text-decoration-thickness:1px;
        text-underline-offset: calc((10 / 750) * 100vw);
    }
}
#blush-n-kit .section-pagenav a:after {
    position:absolute;
    top:50%;
    right:-40px;
    width: 21px;
    height: 21px;
    margin-top:-18px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(135deg);
    content:"";
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-pagenav a:after {
        right:-5.333vw;
        width: 2.8vw;
        height: 2.8vw;
        margin-top:-2.4vw;
        border-top: solid 1px #FFF;
        border-right: solid 1px #FFF;
    }
}

/* Section contents1 セット内容 -----------------------------------------------------------*/
#blush-n-kit .section-contents1 {
    padding-top:118px;
    padding-bottom: 108px;
    text-align:center;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 {
        padding-top:calc((118 / 750) * 100vw);
        padding-bottom: calc((108 / 750) * 100vw);
    }
}
#blush-n-kit .section-contents1 .set-contents {
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    gap:22px;
    position:relative;
    padding-top:65px;
    padding-bottom:46px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .set-contents {
        padding-top:8.666vw;
        padding-bottom:6.133vw;
    }
}
#blush-n-kit .section-contents1 .blush-contents {
    padding-top:65px;
    padding-bottom: 46px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .blush-contents {
        padding-top: 8.666vw;
        padding-bottom: 6.133vw;
    }
}
#blush-n-kit .section-contents1 .blush-contents h3 {
    font-size:30px;
    line-height:1.3;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .blush-contents h3 {
        font-size:4vw;
    }
}
#blush-n-kit .section-contents1 .blush-contents img {
    width:750px;
    margin:21px 0 23px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .blush-contents img {
        width:100vw;
        margin:2.8vw 0 2.666vw;
    }
}
#blush-n-kit .section-contents1 .blush-contents img + p {
    font-size:30px;
    line-height: 1.4;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .blush-contents img + p {
        font-size:4vw;
    }
}
#blush-n-kit .section-contents1 .blush-contents.lip-stick img + p {
    margin:37px 0 52px;
    line-height:1.65;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .blush-contents.lip-stick img + p {
    margin:4.933vw 0 6.933vw;
    }
}
#blush-n-kit .section-contents1 .blush-contents.lip-pencil img + p {
    margin:43px 0 29px;
    line-height:1.3;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .blush-contents.lip-pencil img + p {
        margin:5.733vw 0 3.866vw;
    }
}
#blush-n-kit .section-contents1 .blush-contents .button {
    position:relative;
    width: 507px;
    margin: 42px auto 0;
    padding:28.5px 0;
    font-size:26px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .blush-contents .button {
        width: 67.6vw;
        margin: 5.6vw auto 0;
        padding:3.8vw 0;
        font-size:3.466vw;
    }
}
#blush-n-kit .section-contents1 .blush-contents .button:after {
    position:absolute;
    top:50%;
    right:39px;
    width: 21px;
    height: 21px;
    margin-top:-17px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(135deg);
    content:"";
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .blush-contents .button:after {
        right:5.2vw;
        width: 2.8vw;
        height: 2.8vw;
        margin-top:-2.266vw;
        border-top: solid 1px #FFF;
        border-right: solid 1px #FFF;
    }
}
@media screen and (min-width:751px) {
    #blush-n-kit .section-contents1 .blush-contents .button:hover:after {
        border-top: solid 1px #000;
        border-right: solid 1px #000;
    }
}
#blush-n-kit .section-contents1 .plus {
    font-size:124px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .plus {
        font-size:16.533vw;
    }
}
#blush-n-kit .section-contents1 .present-contents {
    padding-top:64px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .present-contents {
        padding-top:8.533vw;
    }
}
#blush-n-kit .section-contents1 .present-contents h3 {
    font-size: 50px;
    font-family: "Helvetica Neue LT W01_35 Thin", "Helvetica Neue LT W05 35 Thin", sans-serif !important;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .present-contents h3 {
        font-size: calc((50 / 750) * 100vw);
    }
}
#blush-n-kit .section-contents1 .present-contents .case-size .txt-times {
    font-size:140%;
}
#blush-n-kit .section-contents1 .present-contents .cpn-pouch-wrap {
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    width:100%;
    margin-top: 113px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .present-contents .cpn-pouch-wrap {
        margin-top: calc((113 / 750) * 100vw);
    }
}
#blush-n-kit .section-contents1 .present-contents .case-size {
    margin-top:8px;
    font-size:24px;
    letter-spacing:0.08em;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .present-contents .case-size {
        margin-top:1.066vw;
        font-size:3.2vw;
    }
}
#blush-n-kit .section-contents1 .present-contents .cpn-pouch-wrap .cpn-pouch {
    width:100%;
}
#blush-n-kit .section-contents1 .present-contents .cpn-pouch-wrap .cpn-pouch img {
    margin-bottom: 61px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .present-contents .cpn-pouch-wrap .cpn-pouch img {
        margin-bottom: calc((61 / 750) * 100vw);
    }
}
#blush-n-kit .section-contents1 .present-contents .cpn-pouch-wrap .cpn-pouch p {
    font-size: 30px;
    line-height:1.5;
    text-align:center;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .present-contents .cpn-pouch-wrap .cpn-pouch p {
        font-size: calc((30 / 750) * 100vw);
    }
}
#blush-n-kit .section-contents1 .present-contents .cpn-pouch-wrap .or {
    padding:120px 25px 0;
    font-size:34px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents1 .present-contents .cpn-pouch-wrap .or {
        padding:16vw 3.333vw 0;
        font-size:4.533vw;
    }
}

/* Section contents2 セットご購入方法 -----------------------------------------------------------*/
#blush-n-kit .section-contents2 {
    padding-top:95px;
    padding-bottom: 102px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents2 {
        padding-top:12.666vw;
        padding-bottom: calc((102 / 750) * 100vw);
    }
}
#blush-n-kit .section-contents2 h2 {
    margin-bottom:46px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents2 h2 {
        margin-bottom:6.133vw;
    }
}
#blush-n-kit .section-contents2 .method {
    margin-left:47px;
    margin-bottom:56px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents2 .method {
        margin-left:6.266vw;
        margin-bottom:7.466vw;
    }
}
#blush-n-kit .section-contents2 .method li {
    padding-left:50px;
    font-size:28px;
    line-height:1.607;
    text-indent:-45px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents2 .method li {
        padding-left:6.666vw;
        font-size:3.733vw;
        text-indent:-6.666vw;
    }
}
#blush-n-kit .section-contents2 .method li:not(:last-child) {
    margin:20px 0;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents2 .method li:not(:last-child) {
        margin:2.666vw 0;
    }
}
#blush-n-kit .section-contents2 .code-wrap * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    font-feature-settings: "palt";
}
#blush-n-kit .section-contents2 .code-wrap h3 {
    margin-bottom:36px;
    font-size:30px;
    text-align:center;
    letter-spacing: 0.09em;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents2 .code-wrap h3 {
        margin-bottom:4.8vw;
        font-size: calc((30 / 750) * 100vw);
    }
}
#blush-n-kit .section-contents2 .code-wrap .coupon-code {
    width:670px;
    margin:0 auto 48px;
    padding:48px 0;
    background:#FFF;
    color:#000;
    font-size:44px;
    text-align:center;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents2 .code-wrap .coupon-code {
        width:89.333vw;
        margin:0 auto 6.4vw;
        padding:6.4vw 0;
        font-size:5.866vw;
    }
}
#blush-n-kit .section-contents2 .code-wrap .notes {
    width:670px;
    margin:0 auto;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents2 .code-wrap .notes {
        width:89.333vw;
    }
}
#blush-n-kit .section-contents2 .code-wrap .notes li {
    margin-left:20px;
    font-size:26px;
    line-height:1.538;
    text-indent:-20px;
}
/*20231013更新 限定品のリンク体裁追加 ここから*/
#blush-n-kit .section-contents2 .code-wrap .notes li a {
    text-decoration:underline;
}
/*ここまで*/
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents2 .code-wrap .notes li {
        margin-left:2.666vw;
        font-size:3.466vw;
        text-indent:-2.666vw;
    }
    #blush-n-kit .section-contents2 .code-wrap .notes li.androidos {
        margin-left:3.2vw;
        text-indent:-3.2vw;/*24px*/
    }
}
#blush-n-kit .section-contents2 .code-wrap .notes li:before {
    content:"＊";
}
#blush-n-kit .section-contents2 .code-wrap .notes li:not(:last-child) {
    margin-bottom:10px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents2 .code-wrap .notes li:not(:last-child) {
        margin-bottom:1.333vw;
    }
}

/* Section contents3 アイテム紹介 -----------------------------------------------------------*/
#blush-n-kit .section-contents3 {
    padding-top:94px;
    text-align:center;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 {
        padding-top:12.533vw;
    }
}
#blush-n-kit .section-contents3 .introduce-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content:center;
    gap:0 22px;
    padding:51px 0 64px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .introduce-nav {
        gap:0 2.933vw;
        padding:6.8vw 0 8.533vw;
    }
}
#blush-n-kit .section-contents3 .introduce-nav li {
    width:324px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .introduce-nav li {
        width:43.2vw;
    }
}
#blush-n-kit .section-contents3 .introduce-nav li a {
    display: block;
    position: relative;
    padding: 18px 0;
    font-size: 22px;
    line-height: 1.454;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .introduce-nav li a {
        padding: 2.4vw 0;
        font-size: 2.933vw;
    }
}
#blush-n-kit .section-contents3 .introduce-nav li a:after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 21px;
    height: 21px;
    margin-top: -16px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    content: "";
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .introduce-nav li a:after {
        right: 2.933vw;
        width: 2.8vw;
        height: 2.8vw;
        margin-top: -2.133vw;
    }
}
#blush-n-kit .section-contents3 #lip-stick {
    padding-bottom:64px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 #lip-stick {
        padding-bottom:8.533vw;
    }
}
#blush-n-kit .section-contents3 h3 {
    margin-top: 71px;
    font-size:30px;
    line-height: calc(44 / 30);
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 h3 {
        margin-top: calc((71 / 750) * 100vw);
        font-size:4vw;
        line-height: calc(44 / 30);
    }
}
#blush-n-kit .section-contents3 .blush-n-price {
    font-size:26px;
    line-height: calc(52 / 26);
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-price {
        font-size:3.466vw;
    }
}
#blush-n-kit .section-contents3 .blush-n-pic-wrap {
    position:relative;
    width:100%;
    padding-top: 20px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-pic-wrap {
        padding-top: 2.6666vw;
    }
}
#blush-n-kit .section-contents3 .blush-n-pic-wrap .blush-n-pic {
    display:none;
    width:500px;
    height:500px;
    margin:0 auto;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-pic-wrap .blush-n-pic {
        width:66.666vw;
        height:66.666vw;
    }
}
#blush-n-kit .section-contents3 .blush-n-pic-wrap .blush-n-pic.shadeShow {
    display:block;
}
#blush-n-kit .section-contents3 .blush-n-pic-wrap .blush-n-pic-new {
    position:relative;
}
#blush-n-kit .section-contents3 .blush-n-pic-wrap .blush-n-pic-new p {
    position:absolute;
    top:35px;
    left:131px;
    color:#ea1c1c;
    font-family:"HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
    font-size:26px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-pic-wrap .blush-n-pic p {
        top:4.666vw;
        left:17.466vw;
        font-size:3.466vw;
    }
}
#blush-n-kit .section-contents3 .blush-n-annotation {
    margin-top: 35px;
    margin-bottom:52px;
    font-size:24px;
    letter-spacing: 0.09em;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-annotation {
        margin-top: calc((35 / 750) * 100vw);
        margin-bottom: calc((52 / 750) * 100vw);
        font-size:3.2vw;
    }
}
#blush-n-kit .section-contents3 #lip-pencil .blush-n-annotation {
    margin-top:63px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 #lip-pencil .blush-n-annotation {
        margin-top:8.4vw;
    }
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap {
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    width:588px;
    margin: 0 auto 42px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap {
        width:78.4vw;
        margin-bottom: calc((42 / 750) * 100vw);
    }
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn {
    position:relative;
    width:84px;
    height:84px;
    box-sizing: border-box;
    border: 2px solid #000;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn {
        width:11.2vw;
        height:11.2vw;
    }
}
@media screen and (max-width:640px) {
    #blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn {
        border: 1px solid #000;
    }
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap [data-checkInstock="true"] {
    background:none;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn button {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    overflow:hidden;
    width:100%;
    height:100%;
    border:0;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn button.no-stock:after {
    position: absolute;
    top: 1px;
    left: 0;
    border-left: 2px #FFF solid;
    transform: rotate(-45deg);
    transform-origin: 0% 0%;
    width: 0;
    height: 150%;
    content: "";
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn.shadeBtnHit button {
    top: -8px;
    left: -8px;
    z-index: 1;
    width: 96px;
    height: 96px;
    box-shadow: 0 0 6px rgb(0 0 0 / 60%);
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn.shadeBtnHit button {
        top: -1.0666666666vw;
        left: -1.0666666666vw;
        width:12.8vw;
        height:12.8vw;
    }
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn903 {
    background:#E1AAB8;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn925 {
    background:#FFC9B5;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn927 {
    background:#FAC6B7;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn957 {
    background:#D79986;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn958 {
    background:#FBB8AD;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn959 {
    background:#F5DAD0;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn960 {
    background:#E0ADC3;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn905a {
    background:#f7bfce;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn926a {
    background:#f49c93;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn777 {
    background:#faa7a6;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn778 {
    background:#f58a8f;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn776 {
    background:#ff8288;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn775 {
    background:#a84d4b;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn237 {
    background:#ef8e8d;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn900 {
    background:#d99790;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn901 {
    background:#b86262;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn888 {
    background:#bf636b;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn902 {
    background:#af6163;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn920 {
    background:#e2aea8;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn921 {
    background:#de9586;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn922 {
    background:#e1947e;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn252 {
    background:#df7b7e;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn923 {
    background:#ed6f5e;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn950 {
    background:#fa93be;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn951 {
    background:#f88197;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn952 {
    background:#c14287;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn953 {
    background:#ec4439;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn955 {
    background:#bd5f31;
}
#blush-n-kit .section-contents3 .blush-n-shadeBtn-wrap .blush-n-shadeBtn .btn956 {
    background:#aa533e;
}
#blush-n-kit .section-contents3 .blush-n-colorNum-wrap {
    margin-bottom: 32px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-colorNum-wrap {
        margin-bottom: calc((32 /750) * 100vw);
    }
}
#blush-n-kit .section-contents3 .blush-n-colorNum-wrap .blush-n-colorNum {
    display:none;
}
#blush-n-kit .section-contents3 .blush-n-colorNum-wrap .blush-n-colorNum.shadeShow {
    display:block;
}
#blush-n-kit .section-contents3 .blush-n-colorNum-wrap .blush-n-colorNum {
    font-size:30px;
    line-height: 1.366;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-colorNum-wrap .blush-n-colorNum {
        font-size:4vw;
    }
}
#blush-n-kit .section-contents3 .blush-n-cart-wrap {
    width:507px;
    margin:0 auto;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-cart-wrap {
        width:67.6vw;
    }
}
#blush-n-kit .section-contents3 .blush-n-cart-wrap .blush-n-cart {
    display:none;
}
#blush-n-kit .section-contents3 .blush-n-cart-wrap .blush-n-cart.shadeShow {
    display:block;
}
#blush-n-kit .section-contents3 .blush-n-cart-wrap a,
#blush-n-kit .section-contents3 .blush-n-cart-wrap .out-of-stock-btn {
    display:block;
    padding: 24px 0;
    font-size: 26px;
    line-height: calc(40 / 26);
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-cart-wrap a,
    #blush-n-kit .section-contents3 .blush-n-cart-wrap .out-of-stock-btn {
        padding: 3.2vw 0;
        font-size: 3.466vw;
    }
}
#blush-n-kit .section-contents3 .blush-n-cart-wrap [data-checkinstock="true"] + a {
    margin-top:19px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-cart-wrap [data-checkinstock="true"] + a {
        margin-top:2.533vw;
    }
}
#blush-n-kit .section-contents3 .details-wrap {
    padding-top:80px;
    padding-bottom:35px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .details-wrap {
        padding-top:10.666vw;
        padding-bottom:4.666vw;
    }
}
#blush-n-kit .section-contents3 .details-wrap p {
    margin-bottom:31px;
    font-family:"Helvetica Neue LT W01_35 Thin", "Helvetica Neue LT W05 35 Thin", sans-serif !important;
    font-size:44px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .details-wrap p {
        margin-bottom:4.133vw;
        font-size:5.866vw;
    }
}
#blush-n-kit .section-contents3 .details-wrap li {
    width:600px;
    margin:0 auto;
    padding-left:11px;
    font-size:30px;
    line-height:1.5;
    text-align:left;
    text-indent: -11px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .details-wrap li {
        width:80vw;
        padding-left:1.466vw;
        font-size:4vw;
        text-indent: -1.466vw;
    }
}
#blush-n-kit .section-contents3 .details-wrap li:not(:last-child) {
    margin-bottom:15px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .details-wrap li:not(:last-child) {
        margin-bottom:2vw;
    }
}
#blush-n-kit .section-contents3 .blush-n-cart-wrap.btn-show-detail a {
    padding:28.5px 0;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .blush-n-cart-wrap.btn-show-detail a {
        padding:3.8vw 0;
    }
}
#blush-n-kit .section-contents3 .asterisk {
    margin-top:23px;
    font-size:24px;
    line-height:1.5;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .asterisk {
        margin-top:3.066vw;
        font-size:3.2vw;
    }
}
#blush-n-kit .section-contents3 .bestselling {padding-top:85px;}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .bestselling {padding-top:11.333vw;}
}
#blush-n-kit .section-contents3 .bestselling h4 {
    margin-bottom:37px;
    font-size:50px;
    letter-spacing: 0.02em;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .bestselling h4 {
        margin-bottom:4.933vw;
        font-size:6.666vw;
    }
}
#blush-n-kit .section-contents3 .bestselling img {
    width:670px;
    margin:0 auto;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .bestselling img {
        width:89.333vw;
        margin:0 auto;
    }
}
#blush-n-kit .section-contents3 .bestselling-introduction {
    margin:43px 0 44px;
    font-size:30px;
    line-height:1.5;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .bestselling-introduction {
        margin:5.733vw 0 5.866vw;
        font-size:4vw;
    }
}
#blush-n-kit .section-contents3 .bestselling-point {
    margin-bottom:43px;
    font-size:30px;
    line-height: calc(45 / 30);
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .bestselling-point {
        margin-bottom: calc((43 /750) * 100vw);
        font-size:4vw;
    }
}
#blush-n-kit .section-contents3 .bestselling-point span {
    display:block;
    margin-bottom:16px;
    font-family:"HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .bestselling-point span {
        margin-bottom: calc((16 /750) * 100vw);
    }
}
#blush-n-kit .section-contents3 .bestselling-cta {
    width:507px;
    margin:10px auto 0;
    padding:27.5px 0;
    box-sizing:border-box;
    border:1px solid #FFF;
    font-size:26px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents3 .bestselling-cta {
        width:67.6vw;
        margin:1.333vw auto 0;
        padding:3.666vw 0;
        border:1px solid #FFF;
        font-size:3.466vw;
    }
}

/* Section contents shopping -----------------------------------------------------------*/
#blush-n-kit .section-contents-shopping {
    padding-top:140px;
    padding-bottom:202px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents-shopping {
        padding-top: calc((140 /750) * 100vw);
        padding-bottom:26.933vw;
    }
}
#blush-n-kit .section-contents-shopping h2 {
    margin-bottom:46px;
    font-size:40px;
    line-height:1.3;
    text-align:center;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents-shopping h2 {
        margin-bottom:6.133vw;
        font-size:5.333vw;
    }
}
#blush-n-kit .section-contents-shopping .shopping-guide {
    display:flex;
    flex-wrap:nowrap;
    width:670px;
    margin:0 auto;
    background:#FFF;
    color:#000;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents-shopping .shopping-guide {
        width:89.333vw;
    }
}
#blush-n-kit .section-contents-shopping .shopping-guide-postage {
    margin-bottom:30px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents-shopping .shopping-guide-postage {
        margin-bottom:4vw;
    }
}
#blush-n-kit .section-contents-shopping .shopping-guide-img {
    width:188px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents-shopping .shopping-guide-img {
        width:25.066vw;
    }
}
#blush-n-kit .section-contents-shopping .shopping-guide-text {
    display:flex;
    flex-wrap:nowrap;
    flex-direction: column;
    justify-content: center;
    width:482px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents-shopping .shopping-guide-text {
        width:64.266vw;
    }
}
#blush-n-kit .section-contents-shopping h3 {
    margin-bottom:13px;
    font-size:32px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents-shopping h3 {
        margin-bottom:1.733vw;
        font-size:4.266vw;
    }
}
#blush-n-kit .section-contents-shopping li {
    margin-left:18px;
    font-size:22px;
    line-height:1.272;
    text-indent:-18px;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents-shopping li {
        margin-left:2.4vw;
        font-size:2.933vw;
        text-indent:-2.4vw;
    }
}
#blush-n-kit .section-contents-shopping li:before {
    content:"・ ";
}
#blush-n-kit .section-contents-shopping a {
    width:330px;
    margin-top:11px;
    margin-left:2px;
    padding:12px 0;
    border:1px solid #000;
    box-sizing:border-box;
    background:#000;
    color:#FFF;
    font-size:18px;
    text-align:center;
}
@media screen and (max-width:750px) {
    #blush-n-kit .section-contents-shopping a {
        width:44vw;
        margin-top:1.466vw;
        margin-left:0.266vw;
        padding:1.6vw 0;
        font-size: calc((18 /750) * 100vw);
    }
}
@media screen and (min-width:751px) {
    #blush-n-kit .section-contents-shopping a:hover {
        background:#FFF;
        color:#000;
    }
}
