@charset "utf-8";

/*-------------------
   clearfix
-------------------*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*-------------------
   common
-------------------*/
.wrapper {
    font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    padding: 0 0 40px;
    position: relative;
}

.wrapper * {
    box-sizing: border-box;
}

.wrapper a {
    color: inherit;
    display: block;
}

.wrapper img {
    height: auto;
    width: 100%;
}

/*---7esthe_mobile.css リセットOP対策----*/
#container h3,
#container h4,
#container h5 {
    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 {
    align-items: flex-start;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

/*--7esthe_mobile.css 商品ページ用リセットOP対策　----*/
.write_box {
    margin: 0;
    padding: 0;
}

#mobile_detail_content {
    font-size: 1.0em;
}

.item_explanation .cont {
    margin: 0;
    padding: 0;
}

/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
 /*  全体指定 スマホ縦 i5 i5SE　350pxまで  */


/* ボタンデザイン自由に変えてください  */
#container .buy-btn a {
    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;
    color: #fff;
    display: block;
    font: bold 1rem/2.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 3% auto 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

#container .buy-btn a::before {
    border: solid 5px transparent;
    border-left: solid 7px #fff;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    top: -1px;
}

#container .buy-btn:hover {
    filter: alpha(opacity=90);
    opacity: 0.7;
    transition: all ease-in 0.4s;
}

/*-- 画面外にいる状態 --*/
.fadein {
    opacity: 0;
    transform: translate(0, 30px);
    transition: ease-in 400ms;
}

/*-- 画面内に入った状態 --*/
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/nail_practice/top-item.jpg) no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding: 0 0 62%;
}

#container .mainvisual .head-catch {
    color: #000;
    font: bold 1.2rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    letter-spacing: -0.5px;
    text-align: center;
}

#container .mainvisual .head-catch:before {
    content: url(/contents/shop/sevenbeauty/img/freepage/nail_practice/megahon-sp.png);
    position: relative;
    top: 8px;
    padding: 0 1.5% 0 0;
}

#container .mainvisual .headtitle {
    color: #f0255a;
    font: bold 1.8rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    letter-spacing: -0.5px;
    text-align: center;
}

#container .mainvisual .title-desc {
    font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 3% auto 0;
    width: 90%;
}

#container .Cautionary {
    color: #0070c0;
    font: bold 0.9rem/1.6 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    letter-spacing: 0.8px;
    text-align: justify;
    margin: 5%;
}

.Cautionary {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 1px #0070c0;
}

.Cautionary p {
    margin: 0;
    padding: 0;
}

/*-------------------
   section共通
-------------------*/
#container .sec-title {
    background: #f0255a;
    color: #FFF;
    font: bold 1.3rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    margin: 10% auto 3%;
    padding: 3%;
}

#container .sec-title em {
    color: #FFF;
    display: block;
    font-size: 0.8rem;
    line-height: 1.4rem;
}

#container .item-list li {
    margin: 5% auto 8%;
    width: 94%;
}

#container .item-list img,
#container .item-list dl {
    margin: 0 2%;
    width: 46%;
}

#container .item-list dt {
    border-bottom: solid 1px #000;
    color: #000;
    font: bold 1rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    margin: 0 0 3%;
    padding: 0 0 3%;
}

#container .item-list dt span {
    font-size: 0.9rem;
    font-weight: bold;
}

#container .item-list .item-desc-txt {
    font: 0.8rem/1.5 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
}

#container .item-list .item-number {
    font: 0.9rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    margin: 3% 0;
}

#container .item-list .item-number:before {
    background: #666;
    color: #FFF;
    content: "商品番号";
    font-size: 0.7rem;
    margin: 0 2% 0 0;
    padding: 1.5%;
}

#container .item-list .item-price {
    color: #f0255a;
    font: bold 0.9rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    text-align: left;
}

#container .item-list .item-price em {
    color: #f0255a;
    font-size: 1.5rem;
    font-weight: bold;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .clip-wrap {
    border: solid 7px #ffd481;
    margin: 0 auto;
    padding: 5%;
    width: 90%;
}

#container .sec3 .clip-wrap .clip-title {
    font: bold 1.3rem/1.6 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    margin: 0;
    text-align: center;
}

#container .sec3 .clip-wrap .clip-title span {
    background: #f0ab25;
    color: #FFF;
    display: block;
    font-size: 1rem;
    margin: 0 auto;
    text-align: center;
    width: 45%;
}

#container .sec3 .clip-wrap .clip-howto img {
    display: block;
    margin: 5% auto 3%;
    width: 80%;
}

#container .sec3 .clip-wrap .clip-howto dd {
    font: 0.9rem/1.6 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    margin: 0 auto;
    width: 80%;
}

#container .sec3 .clip-wrap .clip-ex {
    font: bold 1.1rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    margin: 8% 0 3%;
    text-align: center;
}

#container .sec3 .clip-wrap .clip-table img {
    display: block;
    margin: 0 auto 3%;
    width: 100%;
}

#container .sec3 .clip-wrap .clip-table dl {
    width: 100%;
}

#container .sec3 .clip-wrap .clip-table dt {
    border-bottom: solid 1px #000;
    color: #000;
    font: bold 1rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    margin: 0 0 3%;
    padding: 0 0 1%;
}

#container .sec3 .clip-wrap .clip-table .item-desc-txt {
    font: 0.8rem/1.5 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
}

#container .sec3 .clip-wrap .clip-table .item-number {
    font: 0.9rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    margin: 3% 0;
}

#container .sec3 .clip-wrap .clip-table .item-number:before {
    background: #666;
    color: #FFF;
    content: "商品番号";
    font-size: 0.7rem;
    margin: 0 2% 0 0;
    padding: 1.5%;
}

#container .sec3 .clip-wrap .clip-table .item-price {
    color: #f0255a;
    font: bold 0.9rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    text-align: left;
}

#container .sec3 .clip-wrap .clip-table .item-price em {
    color: #f0255a;
    font-size: 1.5rem;
    font-weight: bold;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .size-pht {
    display: block;
    margin: 5% auto;
    width: 90%;
}

#container .sec4 .size-wrap {
    margin: 0 auto;
    width: 94%;
}

#container .sec4 .size-wrap li {
    margin: 0 2% 8%;
    width: 46%;
}

#container .sec4 .size-wrap .item-name {
    border-bottom: solid 1px #000;
    color: #000;
    font: bold 1rem/1.6 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    letter-spacing: -0.5px;
    text-align: center;
}

#container .sec4 .size-wrap .size-txt {
    font: 0.9rem/1.6 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    letter-spacing: -0.5px;
    margin: 5% 0 0;
}

/* 装着チップ */
#container .sec4 .tip-title {
    font: bold 1.1rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    margin: 5% 0 3%;
    text-align: center;
}

#container .sec4 .tip-wrap img {
    display: block;
    margin: 0 auto 5%;
    width: 90%;
}

#container .sec4 .tip-wrap table,
#container .sec4 .tip-wrap th,
#container .sec4 .tip-wrap td {
    border: solid 1px #d9d9d9;
    border-collapse: collapse;
    font: 0.9rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    padding: 2%;
    text-align: center;
}

#container .sec4 .tip-wrap table {
    margin: 0 auto;
    width: 90%;
}

#container .sec4 .tip-wrap th {
    background: #fbe6eb;
    font-weight: bold;
    width: 33.3%;
}

#container .sec4 .tip-wrap td {
    vertical-align: middle;
}

#container .sec4 .tip-wrap .buy-btn a {
    margin: 0 auto;
}

#container .sec4 .tip-wrap .buy-btn span {
    display: none;
}

/* フィンガーM */
#container .sec4 .finger-wrap {
    margin: 5% auto 0;
    width: 90%;
}

#container .sec4 .finger-wrap img {
    display: block;
    margin: 0 auto 3%;
    width: 100%;
}

#container .sec4 .finger-wrap dl {
    width: 100%;
}

#container .sec4 .finger-wrap dt {
    border-bottom: solid 1px #000;
    color: #000;
    font: bold 1rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    margin: 0 0 3%;
    padding: 0 0 1%;
}

#container .sec4 .finger-wrap .item-desc-txt {
    font: 0.8rem/1.5 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
}

#container .sec4 .finger-wrap .item-number {
    font: 0.9rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    margin: 3% 0;
}

#container .sec4 .finger-wrap .item-number:before {
    background: #666;
    color: #FFF;
    content: "商品番号";
    font-size: 0.7rem;
    margin: 0 2% 0 0;
    padding: 1.5%;
}

#container .sec4 .finger-wrap .item-price {
    color: #f0255a;
    font: bold 0.9rem/1.2 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, "遊ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
    text-align: left;
}

#container .sec4 .finger-wrap .item-price em {
    color: #f0255a;
    font-size: 1.5rem;
    font-weight: bold;
}

/* 検定用品バナー */
#container .sec4 .kentei-bnr {
    display: block;
    margin: 8% auto 5%;
    width: 90%;
}

@media screen and (min-width:350px) and (max-width:480px) {
    /*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/

}

@media screen and (min-width:480px) and (max-width:960px) {

    /*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
    #container .buy-btn a {
        font: bold 1.5rem/2.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
        width: 90%;
    }

    /*-------------------
   mainvisual
-------------------*/
    #container .mainvisual {
        padding: 0 0 62%;
    }

    #container .mainvisual .head-catch {
        font-size: 2rem;
    }

    #container .mainvisual .head-catch:before {
        content: url(/contents/shop/sevenbeauty/img/freepage/nail_practice/megahon.png);
        top: 15px;
        padding: 0 1% 0 0;
    }

    #container .mainvisual .headtitle {
        font-size: 3rem;
    }

    #container .mainvisual .title-desc {
        font-size: 1.1rem;
        margin: 2% auto 0;
    }

    /*-------------------
   section共通
-------------------*/
    #container .sec-title {
        font-size: 2rem;
        margin: 8% auto 3%;
        padding: 3%;
    }

    #container .sec-title em {
        font-size: 1.1rem;
    }

    #container .item-list li {
        margin: 3% auto;
    }

    #container .item-list dt {
        font-size: 1.3rem;
    }

    #container .item-list dt span {
        font-size: 1.1rem;
    }

    #container .item-list .item-desc-txt {
        font-size: 1.1rem;
    }

    #container .item-list .item-number {
        font-size: 1.2rem;
    }

    #container .item-list .item-number:before {
        font-size: 0.9rem;
    }

    #container .item-list .item-price {
        font-size: 1.3rem;
    }

    #container .item-list .item-price em {
        font-size: 2rem;
    }

    /*-------------------
   section3
-------------------*/
    #container .sec3 .clip-wrap .clip-title {
        font-size: 1.8rem;
    }

    #container .sec3 .clip-wrap .clip-title span {
        display: inline;
        font-size: 1.3rem;
        margin: 0 2% 0 0;
        padding: 1% 2%;
    }

    #container .sec3 .clip-wrap .clip-howto dl {
        margin: 3% 2% 0;
        width: 46%;
    }

    #container .sec3 .clip-wrap .clip-howto img {
        width: 100%;
    }

    #container .sec3 .clip-wrap .clip-howto dd {
        font-size: 1.1rem;
        width: 100%;
    }

    #container .sec3 .clip-wrap .clip-ex {
        font-size: 1.8rem;
    }

    #container .sec3 .clip-wrap .clip-table dt {
        font-size: 1.3rem;
        margin: 0 0 2%;
    }

    #container .sec3 .clip-wrap .clip-table .item-desc-txt {
        font-size: 1.1rem;
    }

    #container .sec3 .clip-wrap .clip-table .item-number {
        font-size: 1.2rem;
    }

    #container .sec3 .clip-wrap .clip-table .item-number:before {
        font-size: 0.9rem;
    }

    #container .sec3 .clip-wrap .clip-table .item-price {
        font-size: 1.3rem;
    }

    #container .sec3 .clip-wrap .clip-table .item-price em {
        font-size: 2rem;
    }

    /*-------------------
   section4
-------------------*/
    #container .sec4 .size-pht {
        margin: 5% auto 3%;
    }

    #container .sec4 .size-wrap .item-name {
        font-size: 1.3rem;
    }

    #container .sec4 .size-wrap .size-txt {
        font-size: 1.1rem;
    }

    /* 装着チップ */
    #container .sec4 .tip-title {
        font-size: 1.8rem;
        margin: 0 0 3%;
        text-align: center;
    }

    #container .sec4 .tip-wrap table,
    #container .sec4 .tip-wrap th,
    #container .sec4 .tip-wrap td {
        font-size: 1.1rem;
    }

    /* フィンガーM */
    #container .sec4 .finger-wrap dt {
        font-size: 1.3rem;
        margin: 0 0 2%;
    }

    #container .sec4 .finger-wrap .item-desc-txt {
        font-size: 1.1rem;
    }

    #container .sec4 .finger-wrap .item-number {
        font-size: 1.2rem;
    }

    #container .sec4 .finger-wrap .item-number:before {
        font-size: 0.9rem;
    }

    #container .sec4 .finger-wrap .item-price {
        font-size: 1.3rem;
    }

    #container .sec4 .finger-wrap .item-price em {
        font-size: 2rem;
    }
}

@media screen and (min-width:960px) {

    /*　小・大画面デスクトップ　960pxからはここを読み込む　*/
    #container {
        margin: 0 auto;
        width: 1040px;
    }

    #container .buy-btn a {
        font-size: 1.2rem;
        width: 80%;
    }

    /*-------------------
   mainvisual
-------------------*/
    #container .mainvisual {
        background: url(/contents/shop/sevenbeauty/img/freepage/nail_practice/top-item.jpg) no-repeat;
        background-position: top right;
        height: 336px;
        padding: 0;
    }

    #container .mainvisual .head-catch {
        font-size: 1.8rem;
        padding: 1% 0 0;
        text-align: left;
    }

    #container .mainvisual .head-catch:before {
        content: url(/contents/shop/sevenbeauty/img/freepage/nail_practice/megahon.png);
        top: 13px;
        padding: 0 1% 0 0;
    }

    #container .mainvisual .headtitle {
        font-size: 2.8rem;
        text-align: left;
    }

    #container .mainvisual .title-desc {
        margin: 2% 0 0;
        width: 55%;
    }

    #container .Cautionary {
        margin: -1% 0 0;
        width: 61%;
    }

    /*-------------------
   section共通
-------------------*/
    #container .sec-title {
        font-size: 2rem;
        margin: 5% auto 3%;
        padding: 2%;
    }

    #container .sec-title em {
        float: right;
        font-size: 1rem;
        padding: 1% 0 0;
        text-align: right;
    }

    #container .item-list li {
        margin: 0 1% 5%;
        width: 48%;
    }

    #container .item-list img {
        width: 38%;
    }

    #container .item-list dl {
        width: 54%;
    }


    /*-------------------
   section3
-------------------*/
    #container .sec3 .clip-wrap {
        padding: 3%;
        width: 100%;
    }

    #container .sec3 .clip-wrap .clip-title {
        font-size: 1.8rem;
        text-align: left;
    }

    #container .sec3 .clip-wrap .clip-title span {
        display: inline;
        font-size: 1.2rem;
        margin: 0 1% 0 0;
        padding: 0.5% 1%;
    }

    #container .sec3 .clip-wrap .clip-howto dl {
        clear: both;
        margin: 2% 1% 0;
        width: 48%;
    }

    #container .sec3 .clip-wrap .clip-howto img {
        float: left;
        margin: 0 4% 0 0;
        width: 46%;
    }

    #container .sec3 .clip-wrap .clip-howto dd {
        float: left;
        margin: 0;
        width: 50%;
    }

    #container .sec3 .clip-wrap .clip-ex {
        font-size: 1.5rem;
        margin: 5% 0 2%;
    }

    #container .sec3 .clip-wrap .clip-table img {
        margin: 0 2% 0 0;
        width: 55%;
    }

    #container .sec3 .clip-wrap .clip-table dl {
        width: 43%;
    }

    /*-------------------
   section4
-------------------*/
    #container .sec4 .size-pht {
        margin: 3% auto 2%;
        width: 100%;
    }

    #container .sec4 .size-wrap {
        width: 100%;
    }

    #container .sec4 .size-wrap li {
        margin: 0 1%;
        width: 23%;
    }

    /* 装着チップ */
    #container .sec4 .tip-title {
        font-size: 1.5rem;
        margin: 5% auto 2%;
    }

    #container .sec4 .tip-wrap img {
        margin: 0 2% 0 0;
        width: 32%;
    }

    #container .sec4 .tip-wrap table,
    #container .sec4 .tip-wrap th,
    #container .sec4 .tip-wrap td {
        padding: 1%;
    }

    #container .sec4 .tip-wrap table {
        width: 66%;
    }

    #container .sec4 .tip-wrap .buy-btn a {
        width: 90%;
    }

    #container .sec4 .tip-wrap .buy-btn span {
        display: inline;
        font-weight: bold;
    }

    /* フィンガーM */
    #container .sec4 .finger-wrap {
        margin: 3% 0;
        width: 100%;
    }

    #container .sec4 .finger-wrap img {
        margin: 0 2% 0 0;
        width: 55%;
    }

    #container .sec4 .finger-wrap dl {
        width: 43%;
    }
}