@charset "utf-8";

/*-------------------
   clearfix
-------------------*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*-------------------
   common
-------------------*/
.wrapper {
    padding: 0 0 40px;
    font: 1.0rem/1.2 "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
    padding: 0 0 40px;
    position: relative;
}

.wrapper * {
    box-sizing: border-box;
}

.wrapper a {
    color: inherit;
    display: block;
}

.wrapper img {
    height: auto;
    max-width: 100%;
}

/*-- 画面外にいる状態 --*/
.fadein {
    opacity: 0;
    transform: translate(0, 30px);
    transition: ease-in 400ms;
}

/*-- 画面内に入った状態 --*/
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/*--7esthe_mobile.css 商品ページ用リセットOP対策　----*/
#mobile_detail_content {
    font-size: 1.0rem;
}

.item_explanation .cont {
    margin: 0;
    padding: 0;
}

/*---7esthe_mobile.css リセットOP対策----*/
#container h2,
#container h3,
#container h4,
#container h5 {
    margin: 0;
    background: none;
    color: #000;
    cursor: auto;
    float: none;
}

#container h3 span,
#container h4 span,
#container h5 span {
    background: none;
    color: #000;
    cursor: auto;
    float: none;
}

#container .flex {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

/*---7esthe_mobile.css リセットOP対策----*/
.write_box dl dt,
.write_box dl dd {
    margin: 0;
    font-size: 1rem;
}

.write_box {
    margin: 0;
    padding: 0;
}


/*-----------------------
   ボタン
-----------------------*/

#container .wrapper .buy-btn {
    clear: both;
    position: relative;
    display: block;
    margin: 10px 0 10px 0;
    padding: 7px 0 7px 0;
    font: bold 1.6rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    text-align: center;
    color: #fff;
    background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
    background: -webkit-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
    background: linear-gradient(to bottom, #9dd53a 0%, #7cbc0a 100%);
    border: #99b61e 1px solid;
    border-radius: 5px;
    text-align: center;
}

#container .wrapper .buy-btn a {
    color: #fff;
    display: block;
    text-decoration: none;
}

#container .wrapper .buy-btn a::before {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    top: -1px;
    border: solid 5px transparent;
    border-left: solid 7px #fff;
    content: "";
}

#container .wrapper .buy-btn:hover {
    filter: alpha(opacity=90);
    opacity: 0.7;
    transition: all ease-in 0.4s;
}

.item-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.item-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}




/*  スマートフォン  */
@media screen and (max-width: 480px) {
    /*-------------------
   .mainvisual
-------------------*/

    #container .wrapper .mainvisual {
        position: relative;
        width: 100%;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/header-sp.jpg") no-repeat;
        background-size: cover;
        padding: 5px 10px 5px 10px;
    }

    #container .wrapper .mainvisual .sub-word {
        margin: 0 auto 15px;
        padding: 5px 0 5px 0;
        background-color: #908f8e;
        border-radius: 10px;
        opacity: 0.75;
        font: normal 1.4rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #ffffff;
        letter-spacing: -0.05em;
        text-align: center;
    }

    #container .wrapper .mainvisual .main-word {
        margin: 13rem auto 5px;
        font: bold 2.6rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #f96d58;
        word-break: keep-all;
        text-align: center;
        text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 0.20px #ffffff;
    }

    #container .wrapper .mainvisual .ballon {
        margin: 0 auto;
        text-align: center;
    }

    #container .wrapper .mainvisual .ballon img {
        width: 40%;
    }

    #container .wrapper .mainvisual .main-price {
        margin: 5px auto;
        font: bold 2.2rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        color: #666666;
        word-break: keep-all;
        text-align: center;
        text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 0.20px #ffffff;
    }

    #container .wrapper .mainvisual .main-price small {
        font-size: 0.9rem;
    }

    #container .wrapper .mainvisual .buy-btn {
        width: 70%;
        margin: 15px auto 10px;
        text-align: center;
        font-size: 1.5rem;
    }

    #container .wrapper .mainvisual .header-sec p {
        margin: 20px 5px 0 5px;
        color: #719837;
        text-align: center;
        word-break: keep-all;
        font: bold 1.2rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 0.20px #ffffff;
    }


    /*-------------------
   section1
-------------------*/

    #container .wrapper .sec1 {
        margin: 0 5px;
    }

    #container .wrapper .sec1 .sec-main-word {
        margin: 20px 0 5px 0;
        font: bold 1.1rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        padding: 5px 0 0 28%;
        letter-spacing: -0.05rem;
        color: #ffffff;
        z-index: 1;
    }

    #container .wrapper .sec1-1 .sec-main-word {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec1-1-h2-sp.png") no-repeat;
        background-size: cover;
        letter-spacing: -0.05em;
        min-height: 5rem;
    }

    #container .wrapper .sec1-2 .sec-main-word {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec1-2-h2-sp.png") no-repeat;
        background-size: cover;
        word-break: keep-all;
        min-height: 5rem;
    }

    #container .wrapper .sec1-3 .sec-main-word {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec1-3-h2-sp.png") no-repeat;
        background-size: cover;
        word-break: keep-all;
        min-height: 5rem;
    }

    #container .wrapper .sec1-4 .sec-main-word {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec1-4-h2-sp.png") no-repeat;
        background-size: cover;
        word-break: keep-all;
        min-height: 5rem;
    }

    #container .wrapper .sec1-1,
    #container .wrapper .sec1-2,
    #container .wrapper .sec1-3,
    #container .wrapper .sec1-4 {
        clear: both;
        position: relative;
        margin: 30px 0 10px 0;
    }

    #container .wrapper .sec-wrap {
        clear: both;
        overflow: hidden;
        margin: 0;
        padding: 7px 7px 7px 7px;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/bg.jpg") repeat;
        background-color: #CCCCCC;
        border-radius: 10px;
        z-index: 10;
    }

    #container .wrapper .sec-wrap h3 {
        clear: both;
        font: bold 1.3rem/1.4 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #f96d58;
        padding: 5px 0 5px 0;
    }

    #container .wrapper .sec-wrap p em {
        font-weight: bold;
    }

    #container .wrapper .sec-wrap p {
        font: normal 0.9rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        letter-spacing: -0.05rem;
        padding: 0 10px 0;
    }

    #container .wrapper .sec-wrap p small {
        font: normal 0.9rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        padding: 0;
        letter-spacing: -0.05rem;
    }

    #container .wrapper .sec-wrap ul {
        overflow: hidden;
    }

    #container .wrapper .sec-wrap li:first-child img {
        padding: 0 0 5px 0;
    }

    #container .wrapper .sec-wrap dl {
        overflow: hidden;
        padding: 0;
    }


    #container .wrapper .sec-wrap dt {
        font: bold 1.3rem/1.3 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #f96d58;
        letter-spacing: -0.05rem;
        padding: 10px 10px 5px;
    }

    #container .wrapper .sec-wrap dd {
        font: normal 0.9rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        padding: 5px 0 5px 0;
        letter-spacing: -0.05rem;
    }


    #container .wrapper .sec1-2 .sec-L {
        padding: 0;
    }

    #container .wrapper .sec1-2 .sec-R {
        padding: 0;
    }

    #container .wrapper .sec1-4 .sec-wrap dl img {
        width: 50%;
        float: left;
        padding: 0 5px 0 0;
    }

    /*-------------------
   section2
-------------------*/
    #container .wrapper .sec2 {
        clear: both;
        margin: 40px 5px 0;
    }

    #container .wrapper .sec2 p {
        font: normal 0.9rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        padding: 10px 5px 0 5px;
    }

    #container .wrapper .sec2 .sec-main-word {
        margin: 25px 0 5px 0;
        padding: 27px 20% 0 8px;
        word-break: keep-all;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec2-h2-sp.png") no-repeat;
        background-size: cover;
        min-height: 6.5rem;
        font: bold 1.5rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #ffffff;
    }

    #container .wrapper .sec2 .sec-main-word-b {
        margin: 25px 0 5px 0;
        padding: 27px 20% 0 8px;
        word-break: keep-all;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec2-h2b-sp.png") no-repeat;
        background-size: cover;
        min-height: 6.5rem;
        font: bold 1.5rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #ffffff;
    }

    #container .wrapper .sec2 .bed-category {
        clear: both;
        overflow: hidden;
        margin: 20px 0 0 0;
        padding: 5px 0 5px 5px;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/bg.jpg") repeat;
        background-color: #CCCCCC;
        border-radius: 10px;
        z-index: 10;
    }

    #container .wrapper .sec2 .bed-category h3 {
        padding: 5px 5px 0 5px;
        font: bold 1.4rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        letter-spacing: -0.05em;
        word-break: keep-all;
        color: #3d2f29;
    }

    #container .wrapper .sec2 .bed-category .h3-deco {
        display: none;
    }

    #container .wrapper .sec2 .bed-category p {
        font: normal 0.9rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        padding: 10px 5px 10px 5px;
    }

    #container .wrapper .sec2 .bed-category .type-hole-a {
        width: 48%;
        height: 20px;
        margin: 3px 2px 0 0;
        color: #ffffff;
        font: bold 0.9rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/hole-a.png") no-repeat;
        float: left;
        text-align: center;
    }

    #container .wrapper .sec2 .bed-category .type-hole-b {
        width: 48%;
        height: 20px;
        margin: 3px 2px 0 0;
        color: #ffffff;
        font: bold 0.9rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/hole-b.png") no-repeat;
        float: left;
        text-align: center;
    }

    #container .wrapper .sec2 .bed-category .type-hole-c {
        width: 48%;
        height: 20px;
        margin: 3px 2px 0 0;
        color: #ffffff;
        font: bold 0.9rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/hole-c-sp.png") no-repeat;
        float: left;
        text-align: center;
    }

    #container .wrapper .sec2 .bed-category .type-color-a {
        width: 48%;
        height: 20px;
        margin: 3px 0 0 0;
        color: #333333;
        font: bold 0.9rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        background: #ffffff;
        float: left;
        text-align: center;
    }

    #container .wrapper .sec2 .bed-category .type-color-b {
        width: 48%;
        height: 20px;
        margin: 3px 0 0 0;
        font: bold 0.9rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        color: #ffffff;
        background: #4b2717;
        float: left;
        text-align: center;
    }

    #container .wrapper .sec2 .bed-category .text-number {
        clear: both;
        font: bold 0.9rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        padding: 5px 0 0 0;
        letter-spacing: -0.02em;
    }

    #container .wrapper .sec2 .bed-category .text-price {
        font: bold 1.4rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        padding: 0;
        color: #f96d58;
    }

    #container .wrapper .sec2 .bed-category .text-price small {
        font-size: 0.8rem;
    }

    #container .wrapper .sec2 .bed-category dl {
        float: left;
        width: 48%;
        margin: 0 5px 0 0;
        padding: 0;
    }

    #container .wrapper .sec2 .bed-category dl img {
        margin: 0;
        padding: 0;
    }

    #container .wrapper .sec2 .bed-category .buy-btn {
        margin: 5px auto 15px;
        padding: 8px 0 8px 0;
        text-align: center;
        font-size: 1rem;
    }


    /*-------------------
   section3
-------------------*/
    #container .wrapper .sec3 {
        clear: both;
        margin: 40px 0 0 0;
    }

    #container .wrapper .sec3 .sec-main-word {
        margin: 5px 0 15px 0;
        padding: 30px 20% 0 8px;
        word-break: keep-all;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec3-h2-sp.png") no-repeat;
        background-size: cover;
        min-height: 6.5rem;
        font: bold 1.4rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #ffffff;
        letter-spacing: -0.05em;
        text-shadow: 0 0 15px #3d2f29, 0 0 15px #3d2f29, 0 0 0.20px #3d2f29;
    }


    #container .wrapper .sec3 .howtomake {
        clear: both;
        overflow: hidden;
        margin: 0px 5px;
        padding: 7px 0 7px 7px;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/bg.jpg") repeat;
        background-color: #CCCCCC;
        border-radius: 10px;
        z-index: 10;
    }

    #container .wrapper .sec3 p {
        font: normal 1rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        letter-spacing: -0.05rem;
        padding: 5px 0 5px 0;
    }

    #container .wrapper .sec3 .howtomake dl {
        margin: 5px 5px 10px 0;
    }


    #container .wrapper .sec3 .howtomake dt {
        height: 30px;
        font: bold 1.4rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        letter-spacing: -0.05rem;
        color: #f96d58;
        vertical-align: middle;
        letter-spacing: -0.05rem;
    }

    #container .wrapper .sec3 .howtomake dd {
        font: normal 0.9rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        letter-spacing: -0.05rem;
        padding: 5px 0 0 5px;
    }

    #container .wrapper .sec3 .howtomake .howtomake-1 {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec3-1-1.png") no-repeat;
        padding: 0 0 0 35px;
    }

    #container .wrapper .sec3 .howtomake .howtomake-2 {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec3-1-2.png") no-repeat;
        padding: 0 0 0 35px;
    }

    #container .wrapper .sec3 .howtomake .howtomake-3 {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec3-1-3.png") no-repeat;
        padding: 0 0 0 35px;
    }

    #container .wrapper .sec3 .howtomake .howtomake-4 {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec3-1-4.png") no-repeat;
        padding: 0 0 0 35px;
    }
}


@media screen and (min-width: 480px) {
    #container {
        margin: 0 auto;
        max-width: 940px;
    }

    /*-------------------
   .mainvisual
-------------------*/

    #container .wrapper .mainvisual {
        position: relative;
        height: 510px;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/header-pc.jpg") no-repeat;
        padding: 10px 20px 20px 40%;
    }

    #container .wrapper .mainvisual .sub-word {
        margin: 0 auto 15px;
        padding: 5px 0 5px 0;
        background-color: #908f8e;
        border-radius: 10px;
        font: normal 2.2rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #ffffff;
        letter-spacing: 0.05em;
        text-align: center;
    }

    #container .wrapper .mainvisual .main-word {
        margin: 0 auto;
        font: bold 3.6rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #f96d58;
        word-break: keep-all;
        letter-spacing: 0.05em;
        text-align: center;
    }

    #container .wrapper .mainvisual .ballon {
        margin: 10px auto 10px;
        text-align: center;
    }

    #container .wrapper .mainvisual .main-price {
        margin: 0 auto;
        font: bold 2.8rem/1.6 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        color: #908f8e;
        word-break: keep-all;
        text-align: center;
    }

    #container .wrapper .mainvisual .main-price small {
        font-size: 1.3rem;
    }

    #container .wrapper .mainvisual .buy-btn {
        width: 70%;
        margin: 10px auto 0;
        text-align: center;
        font-size: 1.6rem;
    }

    #container .wrapper .mainvisual .header-sec {
        position: absolute;
        top: 350px;
        left: 20px;
        width: 330px;
        color: #719837;
        word-break: keep-all;
        font: bold 1.4rem/1.4 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 0.20px #ffffff;
    }


    /*-------------------
   section1
-------------------*/

    #container .wrapper .sec1 {}

    #container .wrapper .sec1 .sec-main-word {
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        height: 100px;
        margin: 20px 0 0 0;
        padding: 45px 0 0 140px;
        font: bold 1.4rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        letter-spacing: -0.05rem;
        color: #ffffff;
        z-index: 1;
    }

    #container .wrapper .sec1-1 .sec-main-word {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec1-1-h2.png") no-repeat;
    }

    #container .wrapper .sec1-2 .sec-main-word {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec1-2-h2.png") no-repeat;
    }

    #container .wrapper .sec1-3 .sec-main-word {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec1-3-h2.png") no-repeat;
    }

    #container .wrapper .sec1-4 .sec-main-word {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec1-4-h2.png") no-repeat;
    }

    #container .wrapper .sec1-1,
    #container .wrapper .sec1-2,
    #container .wrapper .sec1-3,
    #container .wrapper .sec1-4 {
        clear: both;
        position: relative;
        margin: 60px 0 30px 0;
    }

    #container .wrapper .sec-wrap {
        clear: both;
        overflow: hidden;
        margin: 40px 10px 0 10px;
        padding: 70px 20px 20px 20px;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/bg.jpg") repeat;
        background-color: #CCCCCC;
        border-radius: 10px;
        z-index: 10;
    }


    #container .wrapper .sec-wrap h3 {
        clear: both;
        font: bold 1.6rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #f96d58;
        padding: 0 0 10px 0;
    }

    #container .wrapper .sec-wrap p {
        font: normal 1rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        letter-spacing: -0.30px;
        padding: 0 0 10px 0;
    }

    #container .wrapper .sec-wrap p em {
        font-weight: bold;
    }

    #container .wrapper .sec-wrap p small {
        font: normal 0.8rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        padding: 0;
    }

    #container .wrapper .sec-wrap ul {
        height: 200px;
        overflow: hidden;
    }

    #container .wrapper .sec-wrap li:first-child img {
        float: left;
        padding: 0 30px 0 0;
    }

    #container .wrapper .sec1-4 .sec-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #container .wrapper .sec1-4 .sec-wrap dl {
        padding: 0 5px 0 5px;
        width: calc(98% / 3);
        webkit-width: calc(98% / 3);
    }

    #container .wrapper .sec-wrap dt {
        font: bold 1.4rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #f96d58;
        padding: 0 0 10px 0;
    }

    #container .wrapper .sec-wrap dd {
        font: normal 1rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        padding: 10px 0 0 0;
    }

    #container .wrapper .sec1-1 p img {
        padding: 0 5px 0 5px;
        width: calc(98% / 2);
        webkit-width: calc(98% / 2);
    }

    #container .wrapper .sec-wrap-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #container .wrapper .sec1-2 .sec-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #container .wrapper .sec1-2 .sec-wrap .sec-L {
        padding: 0 5px 0 5px;
        width: calc(98% / 2);
        webkit-width: calc(98% / 2);
        padding: 0 30px 0 0;
    }

    #container .wrapper .sec1-2 .sec-wrap .sec-R {
        padding: 0 5px 0 5px;
        width: calc(98% / 2);
        webkit-width: calc(98% / 2);
    }


    /*-------------------
   section2
-------------------*/

    #container .wrapper .sec2 {}

    #container .wrapper .sec2 .sec-main-word {
        height: 130px;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec2-h2.png") no-repeat;
        margin: 20px 0 10px 0;
        padding: 70px 0 0 20px;
        width: 100%;
        background-size: cover;
        font: bold 2rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #ffffff;
        z-index: 1;
    }

    #container .wrapper .sec2 .sec-main-word-b {
        height: 130px;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec2-h2b.png") no-repeat;
        margin: 20px 0 10px 0;
        width: 100%;
        background-size: cover;
        padding: 70px 0 0 20px;
        font: bold 2rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #ffffff;
        z-index: 1;
    }

    #container .wrapper .sec2 .bed-category {
        clear: both;
        overflow: hidden;
        margin: 20px 10px 0 10px;
        padding: 20px 20px 10px 20px;
        width: 100%;
        background-size: cover;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/bg.jpg") repeat;
        background-color: #CCCCCC;
        border-radius: 10px;
        z-index: 10;
    }

    #container .wrapper .sec2 .bed-category h3 {
        font: bold 2rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #3d2f29;
        display: inline;
    }

    #container .wrapper .sec2 .bed-category .h3-deco {
        margin: 0 0 0 10px;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, Osaka, sans-serif;
        color: #908f8e;
        display: inline;
    }

    #container .wrapper .sec2 .bed-category p {
        font: normal 1rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        letter-spacing: -0.30px;
        padding: 10px 0 10px 0;
    }

    #container .wrapper .sec2 .bed-category .type-hole-a {
        width: 70px;
        height: 20px;
        margin: 3px 2px 0 0;
        color: #ffffff;
        font: normal 0.9rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/hole-a.png") no-repeat;
        float: left;
        text-align: center;
    }

    #container .wrapper .sec2 .bed-category .type-hole-b {
        width: 70px;
        height: 20px;
        margin: 3px 2px 0 0;
        color: #ffffff;
        font: normal 0.9rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/hole-b.png") no-repeat;
        float: left;
        text-align: center;
    }

    #container .wrapper .sec2 .bed-category .type-hole-c {
        width: 70px;
        height: 20px;
        margin: 3px 2px 0 0;
        padding: 0 10px 0 0;
        color: #ffffff;
        font: normal 0.9rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/hole-c.png") no-repeat;
        float: left;
        text-align: right;
    }

    #container .wrapper .sec2 .bed-category .type-color-a {
        width: 70px;
        height: 20px;
        margin: 3px 0 0 0;
        color: #333333;
        font: normal 0.9rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        background: #ffffff;
        float: left;
        text-align: center;
    }

    #container .wrapper .sec2 .bed-category .type-color-b {
        width: 70px;
        height: 20px;
        margin: 3px 0 0 0;
        font: normal 0.9rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        color: #ffffff;
        background: #4b2717;
        float: left;
        text-align: center;
    }

    #container .wrapper .sec2 .bed-category .text-number {
        clear: both;
        font: normal 0.75rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        padding: 0 5px 0 0;
    }

    #container .wrapper .sec2 .bed-category .text-price {
        display: inline;
        font: bold 1.2rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        color: #f96d58;
    }

    #container .wrapper .sec2 .bed-category-div {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #container .wrapper .sec2 .bed-category-div dl {
        padding: 0 5px 0 5px;
        width: calc(98% / 4);
        webkit-width: calc(98% / 4);
    }


    #container .wrapper .sec2 .bed-category .buy-btn {
        margin: 10px auto 10px;
        text-align: center;
        font-size: 1.3rem;
    }


    /*-------------------
   section3
-------------------*/

    #container .wrapper .sec3 {
        position: relative;
    }

    #container .wrapper .sec3 .sec-main-word {
        position: absolute;
        top: -90px;
        left: 0;
        width: 100%;
        height: 130px;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec3-h2.png") no-repeat;
        margin: 20px 0 0 0;
        padding: 70px 0 0 20px;
        background-size: cover;
        font: bold 2rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #ffffff;
        z-index: 1;
    }

    #container .wrapper .sec3 .howtomake {
        clear: both;
        overflow: hidden;
        margin: 90px 10px 50px 10px;
        padding: 70px 20px 20px 20px;
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/bg.jpg") repeat;
        background-color: #CCCCCC;
        border-radius: 10px;
        z-index: 10;
    }

    #container .wrapper .sec3 p {
        font: bold 1rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        padding: 10px 0 10px 0;
    }

    #container .wrapper .sec3 .howtomake dl {
        float: left;
        width: 480px;
        height: 280px;
        margin: 0 20px 0 0;
    }

    #container .wrapper .sec3 .howtomake dl:nth-child(odd) {
        float: left;
        width: 480px;
        height: 280px;
        margin: 0 0 0 0;
    }

    #container .wrapper .sec3 .howtomake dt {
        height: 30px;
        font: bold 1.6rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #f96d58;
        vertical-align: middle;
    }

    #container .wrapper .sec3 .howtomake dd {
        font: normal 1rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        letter-spacing: -0.30px;
        padding: 10px 0 0 0;
    }

    #container .wrapper .sec3 .howtomake .howtomake-1 {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec3-1-1.png") no-repeat;
        padding: 0 0 0 40px;
    }

    #container .wrapper .sec3 .howtomake .howtomake-2 {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec3-1-2.png") no-repeat;
        padding: 0 0 0 40px;
    }

    #container .wrapper .sec3 .howtomake .howtomake-3 {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec3-1-3.png") no-repeat;
        padding: 0 0 0 40px;
    }

    #container .wrapper .sec3 .howtomake .howtomake-4 {
        background: url("/contents/shop/sevenbeauty/img/freepage/facialbed/new/sec3-1-4.png") no-repeat;
        padding: 0 0 0 40px;
    }


    /*-------------------
   banner
-------------------*/
    #container .baner-title {
        border-left: 5px solid #F90;
        font: bold 16px/1.0 "ＭＳ ゴシック", "MS Gothic";
        margin: 40px auto 20px;
        padding-left: 10px;
    }

    .baner li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .baner li:nth-of-type(even) {
        margin-right: 0;
    }

}