@charset "utf-8";

#primary { padding: 0; }
#main {min-height:0;}
#main .breadcrumb {display:none;}

#explicitlip-kit section * {
    margin:0;
    padding:0;
    font-family:"Helvetica Neue LT W01_35 Thin", "Helvetica Neue LT W05 35 Thin", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif !important;
    line-height:1;
}
#explicitlip-kit {
    width:100%;
    background:#000;
    color:#FFF;
}
#explicitlip-kit section {
    max-width:750px;
    margin:0 auto;
}
#explicitlip-kit picture,
#explicitlip-kit img {
    display:block;
}
#explicitlip-kit li {
    list-style:none;
}
#explicitlip-kit a {
    color:#FFF;
    text-decoration:none;
    transition: background 0.3s;
}
#explicitlip-kit dl {
    overflow:visible;
    clear:none;
}
#explicitlip-kit dl dt {
    float:none;
    clear:none;
    min-width:0;
}
#explicitlip-kit dl dd {
    float:none;
}
#explicitlip-kit .button {
    box-sizing:border-box;
    border:1px solid #FFF;
}
@media screen and (min-width:751px) {
    #explicitlip-kit .button:hover {
        background:#FFF;
        color:#000;
    }
}
#explicitlip-kit .section-title {
    font-size: 56px;
    text-align: center;
    line-height: calc(66 / 56);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-title {
        font-size: calc((56 / 750) * 100vw);
    }
}
#explicitlip-kit .section-title .txt-en {
    line-height: calc(66 / 63.6);
}
#explicitlip-kit .txt-en {
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue LT W05 45 Light", sans-serif !important;
    font-size: 113%;
    line-height: 1;
}
#explicitlip-kit .thin {
    font-family: "Helvetica Neue LT W01_35 Thin", "Helvetica Neue LT W05 35 Thin", sans-serif !important;
}
#explicitlip-kit .yugo {
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    font-feature-settings:"palt";
}
#explicitlip-kit .dblock {
    display:block;
}
#explicitlip-kit [data-checkInstock="true"] {
    background:#FFF;
}
#explicitlip-kit [data-checkInstock="true"] a {
    background:#000;
    color:#FFF;
}
#explicitlip-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 -----------------------------------------------------------*/
#explicitlip-kit .section-head {
    padding-block: 84px;
    text-align: center;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-head {
        padding-block: calc((84 / 750) * 100vw);
    }
}
#explicitlip-kit .section-head h1 {
    margin-bottom: 24px;
    font-size: 64px;
    line-height: calc(64 / 64);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-head h1 {
        margin-bottom: calc((24 / 750) * 100vw);
        font-size: calc((64 / 750) * 100vw);
    }
}
#explicitlip-kit .section-head h1 span {
    display: block;
    font-size: 100px;
    line-height: calc(100 / 100);
    text-transform: uppercase;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-head h1 span {
        font-size: calc((100 / 750) * 100vw);
    }
}
#explicitlip-kit .section-head p {
    font-size: 28px;
    line-height: calc(36 / 28);
    letter-spacing: -0.03em;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-head p {
        font-size: calc((28 / 750) * 100vw);
    }
}

/* Section page nav -----------------------------------------------------------*/
#explicitlip-kit .section-pagenav {
    padding-bottom: 30px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-pagenav {
        padding-bottom: calc((30 / 750) * 100vw);
    }
}
#explicitlip-kit .section-pagenav ul {
    padding-left:49px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-pagenav ul {
        padding-left:6.533vw;
    }
}
#explicitlip-kit .section-pagenav li:not(:last-child) {
    margin-bottom: 39px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-pagenav li:not(:last-child) {
        margin-bottom: calc((39 / 750) * 100vw);
    }
}
#explicitlip-kit .section-pagenav a {
    display: inline-block;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    font-size: 30px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 9px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-pagenav a {
        font-size: calc((30 / 750) * 100vw);
        text-decoration-thickness: calc((2 / 750) * 100vw);
        text-underline-offset: calc((9 / 750) * 100vw);
    }
}
#explicitlip-kit .section-pagenav a:after {
    position:absolute;
    top: 50%;
    right: -35px;
    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) {
    #explicitlip-kit .section-pagenav a:after {
        right: calc((-35 / 750) * 100vw);
        width: calc((21 / 750) * 100vw);
        height: calc((21 / 750) * 100vw);
        margin-top: calc((-18 / 750) * 100vw);
        border-top: solid 1px #FFF;
        border-right: solid 1px #FFF;
    }
}

/* Section contents1 セット内容 -----------------------------------------------------------*/
#explicitlip-kit .section-contents1 {
    padding-top: 88px;
    padding-bottom: 112px;
    text-align:center;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 {
        padding-top: calc((88 / 750) * 100vw);
        padding-bottom: calc((112 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents1 .set-contents {
    padding-top: 63px;
    padding-bottom: 45px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .set-contents {
        padding-top: calc((63 / 750) * 100vw);
        padding-bottom: calc((45 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents1 .lip-contents {
/*    width:324px;*/
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .lip-contents {
/*        width:43.2vw;*/
    }
}
#explicitlip-kit .section-contents1 .lip-contents h3 {
    font-size: 30px;
    line-height: calc(40 / 30);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .lip-contents h3 {
        font-size: calc((30 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents1 .lip-contents img {
    width: 500px;
    margin: 21px auto 16px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .lip-contents img {
        width: calc((500 / 750) * 100vw);
        margin: calc((21 / 750) * 100vw) auto calc((16 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents1 .lip-contents img + p {
    font-size: 30px;
    line-height: calc(44 / 30);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .lip-contents img + p {
        font-size: calc((30 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents1 .lip-contents .button {
    position:relative;
    width: 507px;
    margin: 44px auto 0;
    padding: 23px 0 22px;
    font-size: 26px;
    line-height: calc(40 / 26);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .lip-contents .button {
        width: calc((507 / 750) * 100vw);
        margin: calc((44 / 750) * 100vw) auto 0;
        padding: calc((23 / 750) * 100vw) 0 calc((22 / 750) * 100vw);
        font-size: calc((26 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents1 .lip-contents .button:after {
    position:absolute;
    top:50%;
    right:38px;
    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) {
    #explicitlip-kit .section-contents1 .lip-contents .button:after {
        right:5.066vw;
        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) {
    #explicitlip-kit .section-contents1 .lip-contents .button:hover:after {
        border-top: solid 1px #000;
        border-right: solid 1px #000;
    }
}
#explicitlip-kit .section-contents1 .plus {
    font-size:124px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .plus {
        font-size:16.533vw;
    }
}
#explicitlip-kit .section-contents1 .present-contents {
    padding-top: 28px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .present-contents {
        padding-top: calc((28 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents1 .present-contents h3 {
    font-size: 48px;
    line-height: calc(48 / 48);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .present-contents h3 {
        font-size: calc((48 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents1 .present-contents .cpn-present-wrap {
    /*display:flex;
    flex-wrap:nowrap;
    justify-content:center;*/
    width:100%;
    margin-top:3px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .present-contents .cpn-present-wrap {
        margin-top:0.4vw;
    }
}

#explicitlip-kit .section-contents1 .present-contents .cpn-present {
    width: 670px;
    margin: 40px auto 0;
    padding: 60px 0 70px;
    background-color: #F2F2F2;
    color: #000;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .present-contents .cpn-present {
        width: calc((670 / 750) * 100vw);
        margin: calc((40 / 750) * 100vw) auto 0;
        padding: calc((60 / 750) * 100vw) 0 calc((70 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents1 .present-contents .cpn-img {
    width:500px;
    margin:0 auto;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .present-contents .cpn-img {
        width:66.666vw;
        margin:0 auto;
    }
}
#explicitlip-kit .section-contents1 .present-contents .present-text {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: calc(36 / 28);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .present-contents .present-text {
        margin: 0 0 calc((15 / 750) * 100vw);
        font-size: calc((28 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents1 .present-contents .present-text .txt-en {
    display: block;
    line-height: calc(36 / 31.6);
}
#explicitlip-kit .section-contents1 .present-contents .present-size {
    font-size: 26px;
    line-height: calc(36 / 26);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents1 .present-contents .present-size {
        font-size: calc((26 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents1 .present-contents .present-size .txt-en {
    line-height: calc(36 / 29.4);
}

/* Section contents2 セットご購入方法 -----------------------------------------------------------*/
#explicitlip-kit .section-contents2 {
    padding-top:88px;
    padding-bottom: 110px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents2 {
        padding-top: calc((88 / 750) * 100vw);
        padding-bottom: calc((110 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents2 h2 {
    margin-bottom: 40px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents2 h2 {
        margin-bottom: calc((40 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents2 .method {
    margin-left: 47px;
    margin-bottom: 60px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents2 .method {
        margin-left: calc((47 / 750) * 100vw);
        margin-bottom: calc((60 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents2 .method li {
    padding-left: 45px;
    font-size: 28px;
    line-height: calc(44 / 28);
    text-indent: -45px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents2 .method li {
        padding-left: calc((45 / 750) * 100vw);
        font-size: calc((28 / 750) * 100vw);
        text-indent: calc((-45 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents2 .method li:not(:last-child) {
    margin: 20px 0;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents2 .method li:not(:last-child) {
        margin: calc((20 / 750) * 100vw) 0;
    }
}
#explicitlip-kit .section-contents2 .method li .txt-en {
    line-height: calc(44 / 31.6);
}
#explicitlip-kit .section-contents2 .code-wrap * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    font-feature-settings: "palt";
}
#explicitlip-kit .section-contents2 .code-wrap h3 {
    margin-bottom: 36px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.1em;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents2 .code-wrap h3 {
        margin-bottom: calc((36 / 750) * 100vw);
        font-size: calc((30 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents2 .code-wrap .coupon-code {
    width: 670px;
    margin: 0 auto 47px;
    padding: 48px 0;
    background: #FFF;
    color: #000;
    font-size: 44px;
    text-align: center;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents2 .code-wrap .coupon-code {
        width: calc((670 / 750) * 100vw);
        margin: 0 auto calc((47 / 750) * 100vw);
        padding: calc((48 / 750) * 100vw) 0;
        font-size: calc((44 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents2 .code-wrap .notes {
    width:670px;
    margin:0 auto;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents2 .code-wrap .notes {
        width:89.333vw;
    }
}
#explicitlip-kit .section-contents2 .code-wrap .notes li {
    margin-left: 20px;
    font-size: 26px;
    line-height: calc(40 / 26);
    text-indent: -20px;
}
/*20231013更新 限定品のリンク体裁追加 ここから*/
#explicitlip-kit .section-contents2 .code-wrap .notes li a {
    text-decoration:underline;
}
/*ここまで*/
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents2 .code-wrap .notes li {
        margin-left:2.666vw;
        font-size:3.466vw;
        text-indent:-2.666vw;
    }
    #explicitlip-kit .section-contents2 .code-wrap .notes li.androidos {
        margin-left:3.2vw;
        text-indent:-3.2vw;/*24px*/
    }
}
#explicitlip-kit .section-contents2 .code-wrap .notes li:before {
    content:"＊";
}
#explicitlip-kit .section-contents2 .code-wrap .notes li:not(:last-child) {
    margin-bottom:10px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents2 .code-wrap .notes li:not(:last-child) {
        margin-bottom:1.333vw;
    }
}

/* Section contents3 アイテム紹介 -----------------------------------------------------------*/
#explicitlip-kit .section-contents3 {
    padding-inline: 40px;
    padding-top: 88px;
    text-align: center;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 {
        padding-inline: calc((40 / 750) * 100vw);
        padding-top: calc((88 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 #lip-stick {
/*    padding-bottom:64px;*/
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 #lip-stick {
/*        padding-bottom:8.533vw;*/
    }
}
#explicitlip-kit .section-contents3 h3 {
    margin: 65px 0 0;
    font-size: 30px;
    line-height: calc(44 / 30);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 h3 {
        margin: calc((65 / 750) * 100vw) 0 0;
        font-size: calc((30 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 h3 .txt-en {
    line-height: 1;
}
#explicitlip-kit .section-contents3 .exlip-price {
    font-size: 26px;
    line-height: calc(52 / 26);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-price {
        font-size: calc((26 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 .exlip-pic-wrap {
    position:relative;
    width:100%;
}
#explicitlip-kit .section-contents3 .exlip-pic-wrap .exlip-pic {
    display: none;
    width: 100%;
    padding-top: 22px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-pic-wrap .exlip-pic {
        padding-top: calc((22 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 .exlip-pic-wrap .exlip-pic img {
    width:500px;
    margin:0 auto;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-pic-wrap .exlip-pic img {
        width:66.666vw;
    }
}
#explicitlip-kit .section-contents3 .exlip-pic-wrap .exlip-pic.shadeShow {
    display:block;
}
#explicitlip-kit .section-contents3 .exlip-annotation {
    margin: 26px 0 38px;
    font-size: 24px;
    line-height: calc(40 / 24);
    letter-spacing: 0.1em;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-annotation {
        margin: calc((26 / 750) * 100vw) 0 calc((38 / 750) * 100vw);
        font-size: calc((24 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 #lip-pencil .exlip-annotation {
    margin-top:63px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 #lip-pencil .exlip-annotation {
        margin-top:8.4vw;
    }
}
#explicitlip-kit .section-contents3 .exlip-bottom {
    position: relative;
    width: 562px;
    margin: 0 auto;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-bottom {
        width: 74.933vw;
    }
}

#explicitlip-kit .section-contents3 .exlip-shadeBtn-outerWrap {
    position: relative;
    overflow: hidden;
    width: 544px;
    height: 64px;
    margin: 0 auto 26px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-shadeBtn-outerWrap {
        width: calc((544 / 750) * 100vw);
        height: calc((64 / 750) * 100vw);
        margin: 0 auto calc((26 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-absolute {
    position:absolute;
    top:0;
    left:0;
    width:auto;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap {
    display:flex;
    flex-wrap:nowrap;
    justify-content:flex-start;
    width:100%;
    padding-bottom:6px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap {
        padding-bottom:0.8vw;
    }
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn {
    position: relative;
    width: 58px;
    height: 58px;
    box-sizing: border-box;
    margin-inline: 5px
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn {
        width: calc((58 / 750) * 100vw);
        height: calc((58 / 750) * 100vw);
        margin-inline: calc((5 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap [data-checkInstock="true"] {
    background:none;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn.shadeBtnHit:after {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 58px;
    border-bottom: 1px solid #fff;
    content: "";
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-shadeBtn.shadeBtnHit:after {
        bottom: calc((-5 / 750) * 100vw);
        width: calc((58 / 750) * 100vw);
    }
}

#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn button {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    overflow:hidden;
    width:100%;
    height:100%;
    border:0;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-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: "";
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn828 {
    background: #d3817e;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn829 {
    background: #d27976;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn830 {
    background: #c87878;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn831 {
    background: #cb6770;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn832 {
    background: #924747;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn887 {
    background: #975159;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn808 {
    background: #661f24;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn809 {
    background: #653329;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn862 {
    background: #eb1d1f;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn863 {
    background: #d60f12;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn865 {
    background: #c32f18;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn866 {
    background: #941a15;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn867 {
    background: #9f221b;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn868 {
    background: #890f1e;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn800 {
    background: #b06c61;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn801 {
    background: #bb6457;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn802 {
    background: #bc593c;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn803 {
    background: #954539;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn805 {
    background: #7f2718;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn806 {
    background: #78322c;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn807 {
    background: #6f241f;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn820 {
    background: #c56860;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn821 {
    background: #c46462;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn822 {
    background: #c74f52;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn823 {
    background: #b94b3e;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn825 {
    background: #be4850;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn826 {
    background: #ae4036;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn827 {
    background: #d25954;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn850 {
    background: #eb645f;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn851 {
    background: #dd6243;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn852 {
    background: #fa291b;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn881 {
    background: #f72270;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn882 {
    background: #bb596d;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn883 {
    background: #962d55;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn885 {
    background: #8a3c3a;
}
#explicitlip-kit .section-contents3 .exlip-shadeBtn-innerWrap .exlip-shadeBtn .btn886 {
    background: #510c24;
}
#explicitlip-kit .section-contents3 button.exlip-shade-arrow {
    position:absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    color: #fff;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 button.exlip-shade-arrow {
        top: calc((10 / 750) * 100vw);
        width: calc((40 / 750) * 100vw);
        height: calc((40 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 button.exlip-shade-prev {
    left: -30px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 button.exlip-shade-prev {
        left: calc((-30 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 button.exlip-shade-next {
    right: -30px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 button.exlip-shade-next {
        right: calc((-30 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 button.exlip-shade-arrow:before {
    font-family: "icomoon";
    font-size:20px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 button.exlip-shade-arrow:before {
        font-size:2.666vw;
    }
}
#explicitlip-kit .section-contents3 button.exlip-shade-prev:before {
    content: "\e903";
}
#explicitlip-kit .section-contents3 button.exlip-shade-next:before {
    content: "\e906";
}
#explicitlip-kit .section-contents3 button.exlip-shade-attow:hover {
    background:none;
}
#explicitlip-kit .section-contents3 .exlip-colorNum-wrap {
    margin-bottom: 35px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-colorNum-wrap {
        margin-bottom: calc((35 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 .exlip-colorNum-wrap .exlip-colorNum {
    display:none;
}
#explicitlip-kit .section-contents3 .exlip-colorNum-wrap .exlip-colorNum.shadeShow {
    display:block;
}
#explicitlip-kit .section-contents3 .exlip-colorNum-wrap .exlip-colorNum {
    font-size: 30px;
    line-height: calc(38 / 30);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-colorNum-wrap .exlip-colorNum {
        font-size: calc((30 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 .exlip-colorNum-wrap .exlip-colorNum .txt-en {
    display: inline-block;
    margin-bottom: 6px;
    line-height: calc(38 / 33.9);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-colorNum-wrap .exlip-colorNum .txt-en {
        margin-bottom: calc((6 / 750) * 100vw);
    }
}

#explicitlip-kit .section-contents3 .exlip-cart-wrap {
    width:507px;
    margin:0 auto;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-cart-wrap {
        width:67.6vw;
    }
}
#explicitlip-kit .section-contents3 .exlip-cart-wrap .exlip-cart {
    display:none;
}
#explicitlip-kit .section-contents3 .exlip-cart-wrap .exlip-cart.shadeShow {
    display:block;
}
#explicitlip-kit .section-contents3 .exlip-cart-wrap a,
#explicitlip-kit .section-contents3 .exlip-cart-wrap .out-of-stock-btn {
    display: block;
    padding: 23px 0 22px;
    font-size: 26px;
    line-height: calc(40 / 26);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-cart-wrap a,
    #explicitlip-kit .section-contents3 .exlip-cart-wrap .out-of-stock-btn {
        padding: calc((23 / 750) * 100vw) 0 calc((22 / 750) * 100vw);
        font-size: calc((26 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 .exlip-cart-wrap a .txt-en {
    line-height: calc(40 / 29.4);
}
#explicitlip-kit .section-contents3 .exlip-cart-wrap [data-checkinstock="true"] + a {
    margin-top:19px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-cart-wrap [data-checkinstock="true"] + a {
        margin-top:2.533vw;
    }
}
#explicitlip-kit .section-contents3 .exlip-cart-wrap .btn-holiday-ltd {
    margin-top:20px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .exlip-cart-wrap .btn-holiday-ltd {
        margin-top:2.666vw;
    }
}
#explicitlip-kit .section-contents3 .details-wrap {
    padding-top: 125px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .details-wrap {
        padding-top: calc((125 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 .details-wrap .detail-title {
    margin-bottom: 35px;
    font-family: "Helvetica Neue LT W01_35 Thin", "Helvetica Neue LT W05 35 Thin", sans-serif !important;
    font-size: 50px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .details-wrap .detail-title {
        margin-bottom: calc((35 / 750) * 100vw);
        font-size: calc((50 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 .details-wrap img {
    margin: 0 auto;
}
#explicitlip-kit .section-contents3 .details-item {
    width: 670px;
    margin-inline: auto;
    margin-top: 68px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .details-item {
        width: calc((670 / 750) * 100vw);
        margin-top: calc((68 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 .details-item h5 {
    margin-bottom: 30px;
    font-size: 58px;
    text-align: left;
    line-height: calc(60 / 58);
    letter-spacing: -0.01em;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .details-item h5 {
        margin-bottom: calc((30 / 750) * 100vw);
        font-size: calc((58 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 .details-item li {
    margin-bottom: 13px;
    padding-left: 1em;
    font-size: 28px;
    text-align: left;
    line-height: calc(40 / 28);
    text-indent: -1em;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents3 .details-item li {
        margin-bottom: calc((13 / 750) * 100vw);
        font-size: calc((28 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents3 .details-item li:last-of-type {
    margin-bottom: 0;
}
#explicitlip-kit .section-contents3 .details-item li::before {
    content: "・";
}

/* Section contents shopping -----------------------------------------------------------*/
#explicitlip-kit .section-contents-shopping {
    padding-top: 140px;
    padding-bottom: 200px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents-shopping {
        padding-top: calc((140 / 750) * 100vw);
        padding-bottom: calc((200 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents-shopping h2 {
    margin-bottom:46px;
    font-size:40px;
    line-height:1.3;
    text-align:center;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents-shopping h2 {
        margin-bottom:6.133vw;
        font-size:5.333vw;
    }
}
#explicitlip-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) {
    #explicitlip-kit .section-contents-shopping .shopping-guide {
        width:89.333vw;
    }
}
#explicitlip-kit .section-contents-shopping .shopping-guide-postage {
    margin-bottom:30px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents-shopping .shopping-guide-postage {
        margin-bottom:4vw;
    }
}
#explicitlip-kit .section-contents-shopping .shopping-guide-img {
    width:188px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents-shopping .shopping-guide-img {
        width:25.066vw;
    }
}
#explicitlip-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) {
    #explicitlip-kit .section-contents-shopping .shopping-guide-text {
        width:64.266vw;
    }
}
#explicitlip-kit .section-contents-shopping h3 {
    margin-bottom: 11px;
    font-size: 32px;
    line-height: calc(38 / 32);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents-shopping h3 {
        margin-bottom: calc((11 / 750) * 100vw);
        font-size: calc((32 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents-shopping li {
    margin-left: 18px;
    font-size: 22px;
    line-height: calc(28 / 22);
    text-indent: -18px;
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents-shopping li {
        margin-left: calc((18 / 750) * 100vw);
        font-size: calc((22 / 750) * 100vw);
        text-indent: calc((-18 / 750) * 100vw);
    }
}
#explicitlip-kit .section-contents-shopping li:before {
    content:"・ ";
}
#explicitlip-kit .section-contents-shopping a {
    width: 330px;
    margin-top: 13px;
    margin-left: 2px;
    padding: 13px 0;
    border: 1px solid #000;
    box-sizing: border-box;
    background: #000;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: calc(22 / 18);
}
@media screen and (max-width:750px) {
    #explicitlip-kit .section-contents-shopping a {
        width: calc((330 / 750) * 100vw);
        margin-top: calc((13 / 750) * 100vw);
        margin-left:calc((2 / 750) * 100vw);
        padding: calc((13 / 750) * 100vw) 0;
        font-size: calc((18 / 750) * 100vw);
    }
}
@media screen and (min-width:751px) {
    #explicitlip-kit .section-contents-shopping a:hover {
        background:#FFF;
        color:#000;
    }
}
