@media screen and (max-width: 768px) {

    html {
        font-size: 62.5%;
    }

    body {
        min-height: 150%;
        background: #fff;
        font-family: 'Renner*', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }

    input::placeholder {
        color: #989898;
        font-family: 'Renner*', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }

    input:-ms-input-placeholder {
        color: #989898;
        font-family: 'Renner*', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }

    input::-ms-input-placeholder {
        color: #989898;
        font-family: 'Renner*', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }


    /*a:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}*/

    a img {
        opacity: 1.0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    /*a:hover img {
	opacity:0.6 !important;
}*/
    .mt-3 {
        margin-top: 20px;
    }

    #menu_on {
        display: block;
    }

    .bghover {
        opacity: 1.0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        outline: none;
    }

    .bghover:hover {
        opacity: 0.6 !important;
    }

    .default_bloc {
        width: 94.8%;
        margin-left: 2.6%;
        margin-right: 2.6%;
    }

    .default_bloc_vertical {
        width: 88%;
        margin-left: 6%;
        margin-right: 6%;
        margin: 20px 6%;
    }

    .flex_between {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #undercolumn,
    #mypagecolumn {
        letter-spacing: 1px;
        margin-top: 20px;
    }

    .norm_letterspacing {
        letter-spacing: normal !important;
    }

    .mg_b10list li {
        margin-bottom: 10px;
    }

    .mg_b10list li:last-child {
        margin-bottom: 0;
    }

    .btn_area {
        margin-top: 30px;
    }

    .subblock_inner {
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        position: relative;
        padding: 18px 4.1%;
    }

    .dialog-inner {
        padding: 18px 4.1%;
    }

    #mail-dialog-title {
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 10px;
    }

    /*swiperテーマ上書き----------------------------------*/
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 100%;
        border: 1px solid #2B2B2B;
        background: #FFF;
    }

    .swiper-pagination-bullet-active {
        background: #000;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    /*Title--------------------------------------------------*/
    .tit_default {
        font-size: 1.4rem;
        font-weight: 300;
        min-width: 71%;
        letter-spacing: 1px !important;
    }

    .tit_default span {
        padding-left: 3%;
        letter-spacing: 1px !important;
    }

    .tit_gray {
        background-color: #f7f7f7;
        padding: 0 5%;
        height: 40px;
        line-height: 40px;
    }

    /*ページング------------------------------------------*/
    .paging {
        width: 88%;
        margin: 30px 6% 0 6%;
        border-top: 1px solid #d3d6d6;
        padding-top: 20px;
        font-size: 1.2rem;
    }

    .paging ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .paging #page_next,
    .paging #page_prev {
        width: 4%;
    }

    .paging #page_next a img,
    .paging #page_prev a img {
        vertical-align: middle;
    }

    .paging ul li:nth-child(2) {
        width: 92%;
        text-align: center;
    }

    /*ボタン-----------------------------------------------*/
    .btn_black {
        width: 100%;
        color: #FFF;
        background: #000000;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        padding: 10px 7px;
        display: table;
        cursor: pointer;
        border: none;
        min-height: 45px;
        line-height: 25px;
    }

    a.btn_black_m {
        display: block;
        width: 100%;
        color: #FFF;
        height: 38px;
        background-color: #000000;
        line-height: 3.8rem;
        text-align: center;
    }

    .btn_gray {
        width: 100%;
        color: #FFF;
        background: #000000;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        padding: 10px 7px;
        display: table;
        cursor: pointer;
        border: none;
        min-height: 45px;
        line-height: 25px;
    }

    .btn_lgray {
        width: 100%;
        color: #FFF;
        background: #bababa;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        padding: 10px 7px;
        display: table;
        cursor: pointer;
        border: none;
        min-height: 45px;
        line-height: 25px;
    }

    .btn_white {
        width: 100%;
        color: #686868;
        background: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        padding: 10px 7px;
        display: table;
        cursor: pointer;
        border: 1px solid #e4e4e4;
        min-height: 45px;
        line-height: 25px;
    }

    /* 目次 -------------------------------------------------

・リンク設定
・共通クラス
・サイト共通
・ヘッダ ・メニュー ・コンテンツ ・フッタ

------------------------------------------------- */
    table {
        _line-height: 150%;
        font-size: 100%;
    }

    .floatL {
        float: left;
    }

    .floatR {
        float: right;
    }

    .clear {
        clear: both;
        font-size: 0px;
        line-height: 0%;
        height: 0px;
        text-indent: -9999px;
    }

    .clearer {
        clear: both;
    }

    .v_middle {
        vertical-align: middle;
    }

    /* clearfixハック */
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix {
        display: inline-block;
    }

    /* Hides from IE-mac \*/
    * html .clearfix {
        height: 1%;
    }

    .clearfix {
        display: block;
    }

    .fontS {
        font-size: 1.2rem;
    }

    .fontM {
        font-size: 1.4rem;
    }

    .fontL {
        font-size: 1.8rem;
    }

    .fontLL {
        font-size: 2.0rem;
    }

    .font_gray {
        color: #999999;
    }

    .font_bold {
        font-weight: bold;
    }

    /* End hide from IE-mac */
    /*配置設定クラス*/
    .alignL {
        text-align: left !important;
    }

    .alignC {
        text-align: center !important;
    }

    .alignR {
        text-align: right !important;
    }

    .mg_5 {
        margin: 5px !important;
    }

    .mg_lr5 {
        margin: 0px 5px !important;
    }

    .mg_t5 {
        margin-top: 5px !important;
    }

    .mg_b5 {
        margin-bottom: 5px !important;
    }

    .mg_l5 {
        margin-left: 5px !important;
    }

    .mg_r5 {
        margin-right: 5px !important;
    }

    .mg_10 {
        margin: 10px !important;
    }

    .mg_lr10 {
        margin: 0px 10px !important;
    }

    .mg_t10 {
        margin-top: 10px !important;
    }

    .mg_b10 {
        margin-bottom: 10px !important;
    }

    .mg_l10 {
        margin-left: 10px !important;
    }

    .mg_r10 {
        margin-right: 10px !important;
    }

    .mg_12 {
        margin: 12px !important;
    }

    .mg_lr12 {
        margin: 0px 12px !important;
    }

    .mg_t12 {
        margin-top: 12px !important;
    }

    .mg_b12 {
        margin-bottom: 12px !important;
    }

    .mg_l12 {
        margin-left: 12px !important;
    }

    .mg_r12 {
        margin-right: 12px !important;
    }

    .mg_15 {
        margin: 15px !important;
    }

    .mg_lr15 {
        margin: 0px 15px !important;
    }

    .mg_t15 {
        margin-top: 15px !important;
    }

    .mg_b15 {
        margin-bottom: 15px !important;
    }

    .mg_l15 {
        margin-left: 15px !important;
    }

    .mg_r15 {
        margin-right: 15px !important;
    }

    .mg_20 {
        margin: 20px !important;
    }

    .mg_lr20 {
        margin: 0px 20px !important;
    }

    .mg_t20 {
        margin-top: 20px !important;
    }

    .mg_b20 {
        margin-bottom: 20px !important;
    }

    .mg_l20 {
        margin-left: 20px !important;
    }

    .mg_r20 {
        margin-right: 20px !important;
    }

    .mg_25 {
        margin: 25px !important;
    }

    .mg_lr25 {
        margin: 0px 25px !important;
    }

    .mg_t25 {
        margin-top: 25px !important;
    }

    .mg_b25 {
        margin-bottom: 25px !important;
    }

    .mg_l25 {
        margin-left: 25px !important;
    }

    .mg_r25 {
        margin-right: 25px !important;
    }

    .mg_30 {
        margin: 30px !important;
    }

    .mg_lr30 {
        margin: 0px 30px !important;
    }

    .mg_t30 {
        margin-top: 30px !important;
    }

    .mg_b30 {
        margin-bottom: 30px !important;
    }

    .mg_l30 {
        margin-left: 30px !important;
    }

    .mg_r30 {
        margin-right: 30px !important;
    }

    .mg_40 {
        margin: 40px !important;
    }

    .mg_lr40 {
        margin: 0px 40px !important;
    }

    .mg_t40 {
        margin-top: 40px !important;
    }

    .mg_b40 {
        margin-bottom: 40px !important;
    }

    .mg_l40 {
        margin-left: 40px !important;
    }

    .mg_r40 {
        margin-right: 40px !important;
    }

    .mg_t50 {
        margin-top: 50px !important;
    }

    .mg_b50 {
        margin-bottom: 50px !important;
    }

    .mg_l50 {
        margin-left: 50px !important;
    }

    .mg_r50 {
        margin-right: 50px !important;
    }

    .mg_t60 {
        margin-top: 60px !important;
    }

    .mg_b60 {
        margin-bottom: 60px !important;
    }

    .mg_l60 {
        margin-left: 60px !important;
    }

    .mg_r60 {
        margin-right: 60px !important;
    }

    .mg_t70 {
        margin-top: 70px !important;
    }

    .mg_b70 {
        margin-bottom: 70px !important;
    }

    .mg_l70 {
        margin-left: 70px !important;
    }

    .mg_r70 {
        margin-right: 70px !important;
    }

    .mg_t80 {
        margin-top: 80px !important;
    }

    .mg_b80 {
        margin-bottom: 80px !important;
    }

    .mg_l80 {
        margin-left: 80px !important;
    }

    .mg_r80 {
        margin-right: 80px !important;
    }

    .pd_5 {
        padding: 5px !important;
    }

    .pd_lr5 {
        padding: 0px 5px !important;
    }

    .pd_t5 {
        padding-top: 5px !important;
    }

    .pd_b5 {
        padding-bottom: 5px !important;
    }

    .pd_l5 {
        padding-left: 5px !important;
    }

    .pd_r5 {
        padding-right: 5px !important;
    }

    .pd_10 {
        padding: 10px !important;
    }

    .pd_lr10 {
        padding: 0px 10px !important;
    }

    .pd_t10 {
        padding-top: 10px !important;
    }

    .pd_b10 {
        padding-bottom: 10px !important;
    }

    .pd_l10 {
        padding-left: 10px !important;
    }

    .pd_r10 {
        padding-right: 10px !important;
    }

    .pd_15 {
        padding: 15px !important;
    }

    .pd_lr15 {
        padding: 0px 15px !important;
    }

    .pd_t15 {
        padding-top: 15px !important;
    }

    .pd_b15 {
        padding-bottom: 15px !important;
    }

    .pd_l15 {
        padding-left: 15px !important;
    }

    .pd_r15 {
        padding-right: 15px !important;
    }

    .pd_20 {
        padding: 20px !important;
    }

    .pd_lr20 {
        padding: 0px 20px !important;
    }

    .pd_t20 {
        padding-top: 20px !important;
    }

    .pd_b20 {
        padding-bottom: 20px !important;
    }

    .pd_l20 {
        padding-left: 20px !important;
    }

    .pd_r20 {
        padding-right: 20px !important;
    }

    .pd_0 {
        padding: 0 !important;
    }

    .last_item {
        margin-right: 0px !important;
    }

    .initBgImg {
        text-indent: -9999px;
    }

    /* Outline -------------------------------------------------*/
    #wrapper {
        width: 100%;
        margin: 0 auto;
        letter-spacing: 1px;
        font-size: 1.1rem;
        overflow: hidden;
    }

    #container {
        position: relative;
        width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    #main_clm {
        width: 100%;
        position: relative;
    }

    #main_contents {
        width: 100%;
        margin: 0 auto;
        margin-top: 69px;
    }

    #side_clm {
        width: 65%;
        position: fixed;
        min-height: calc(100vh - 59px);
        margin-top: 59px;
        z-index: 1000;
        top: 0;
        right: -100vw;
        font-size: 1.4rem;
        display: flex;
        flex-direction: column;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    /* header -------------------------------------------------*/
    .lookbook_header {
        height: 60px !important;
        position: fixed !important;
        top: 0 !important;
        left: auto;
        z-index: 1000 !important;
    }

    #main_visual_look {
        margin-top: 60px;
    }

    .main_visual_look img {
        vertical-align: bottom;
    }

    #global_header {
        height: 59px;
        width: 100%;
        position: fixed;
        top: 0;
        display: flex;
        align-items: center;
        padding: 0 2.6%;
        justify-content: space-between;
        background: #FFFFFF;
        z-index: 1000;
    }

    #global_header h1 {
        width: 40%;
        /* padding-top: 10px; */
        position: relative;
        z-index: 100;
    }

    #global_header ul {
        width: 53%;
        height: 100%;
        font-size: 1.2rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        /* align-items: flex-end; */
        /* padding-bottom: 10px; */
        font-weight: bold;
    }

    #global_header ul li:nth-child(1) {
        padding-right: 0;
        font-size: 1.4rem;
    }

    #menu_on {
        z-index: 800;
    }

    #header_cart {
        right: 6%;
        z-index: 800;
    }

    .header_ico_default {
        width: 16.5%;
        padding: unset;
        padding-left: 6%;
        margin-left: 6%;
        border-left: #d2d2d2 1px solid;
        position: relative;
    }

    .header_ico_default span {
        display: block;
        position: absolute;
        right: -7px;
        bottom: 7px;
        background-color: #A40002;
        font-size: 0.9rem;
        line-height: 14px;
        text-align: center;
        color: #FFFFFF;
        width: 14px;
        height: 14px;
        border-radius: 7px;
    }

    /*sideclm-------------------------------------------------------*/
    .menu_opened {
        right: 0 !important;
    }

    .side_nav1 {
        line-height: 300%;
        margin: 30px 10% 0 10%;
        text-align: right;
        font-size: 14px;
        font-weight: 200;
    }

    .side_nav1 li a {
        display: block;
        background: url("../images/icon/ico_arrow_default.png") center right no-repeat;
        background-size: 1.3rem;
        padding-right: 12%;
    }

    #side_clm_inner {
        width: 100%;
        height: calc(100vh - 59px);
        background: url("../images/icon/bg_sideculmn.png") repeat;
        padding: 20px 0px 120px 0px;
        overflow-y: scroll;
        position: relative;
        -webkit-overflow-scrolling: touch;
    }

    #side_clm ul:first-child {
        margin-top: 0px;
    }

    #side_search_nav {
        width: 80%;
        height: 50px;
        background: #efefef;
        padding: 7px 4%;
        margin: 40px 10% 0 10%;
    }

    #side_search_nav input[type="text"] {
        border: none;
        width: 90%;
        height: 34px;
        font-size: 1.4rem;
        background: #efefef;
    }

    #side_search_nav input[type="image"] {
        width: 6%;
    }

    .side_nav2 {
        margin-top: 40px;
        border-top: #d3d6d6 1px solid;
    }

    .side_nav2 li {
        line-height: 50px;
        border-bottom: #d3d6d6 1px solid;
    }

    .side_nav2_haschild {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 10%;
        padding-right: 5%;
        width: 100%;
    }

    .side_nav2_haschild:after {
        content: '';
        width: 13px;
        height: 13px;
        display: block;
        background: url(../images/ico_arrow.gif) center center no-repeat;
        background-size: cover;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .icon_rotate:after {
        transform: rotate(90deg);
    }

    .side_nav2 li ul {
        display: none;
        padding: 10px 0 15px 0;
    }

    .side_nav2 ul li {
        border: none;
        margin-left: 38%;
        line-height: 200%;
        margin-bottom: 10px;
    }

    .side_nav3 {
        line-height: 250%;
        margin: 30px 5% 0 7%;
        font-size: 1.2rem;
    }

    .side_nav3 a {
        display: inline-block;
        background: url(../images/ico_arrow_s.gif) left center no-repeat;
        padding-left: 15px;
    }

    .haschild ul {
        margin-left: 28%;
        padding-top: 10px;
        line-height: 200%;
        display: none;
    }

    .haschild ul li {
        margin-bottom: 10px;
    }

    .haschild img {
        transition: transform 0.1s ease-out;
        width: 4%;
    }

    .rotate {
        transform: rotate(90deg);
    }

    /*footer-------------------------------------------------------*/
    #global_footer {
        width: 100%;
        margin-top: 40px;
        font-size: 1.1rem;
        letter-spacing: 0px;
    }

    #foot_nav01 div {
        border-bottom: 1px solid #d3d6d6;
    }

    #foot_nav01 div:first-child {
        border-top: 1px solid #d3d6d6;
    }

    #foot_nav01 div p {
        height: 48px;
    }

    #foot_nav01 div p a {
        display: block;
        width: 88%;
        height: 100%;
        margin: 0 6%;
        line-height: 4.6em;
        position: relative;
    }

    #foot_nav01 div p a img {
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -6px;
    }

    #foot_nav01 ul {
        display: none;
        width: 88%;
        margin: 0 6%;
        line-height: 3em;
        padding-bottom: 15px;
    }

    #foot_nav02 {
        width: 88%;
        margin: 20px 6% 0 6%;
    }

    #foot_nav02 ul {
        display: flex;
    }

    #foot_nav02 ul li {
        width: 5%;
        margin-right: 5%;
    }

    #footer_copy {
        width: 88%;
        margin: 15px 6%;
        letter-spacing: 1px;
    }

    /*ă‚¢ă‚¤ăƒ†ăƒ ăƒªă‚¹ăƒˆ-------------------------------------------------------*/
    .item_list {
        display: flex;
        flex-wrap: wrap;
    }

    .item_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }

    .item_list li:nth-child(even) {
        margin-right: 0;
    }

    #top_recommend .item_list li:nth-last-of-type(-n+2),
    #list_items .item_list li:nth-last-of-type(-n+2) {
        margin-bottom: 0;
    }

    .list_pict {
        margin-bottom: 8px;
        position: relative;
        width: 100%;
    }

    .list_pict:before {
        content: "";
        display: block;
        padding-top: 148%;
    }

    .list_pict div {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .red {
        color: #B50003;
    }

    .list_item_price {
        display: block;
    }

    .cross {
        width: 50%;
        height: 50%;
        position: relative;
        margin-left: 27%;
    }

    .cross a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        line-height: 42px;
        top: 30px;
    }

    .cross span {
        position: absolute;
        width: 90%;
        height: 1px;
        background-color: #9b9b9b;
        left: 0;
    }

    .cross span:nth-of-type(1) {
        -webkit-transform: translateY(21px) rotate(-45deg);
        transform: translateY(21px) rotate(-45deg);
    }

    .cross span:nth-of-type(2) {
        -webkit-transform: translateY(21px) rotate(45deg);
        transform: translateY(21px) rotate(45deg);
    }

    /*ăƒ©ăƒ³ă‚­ăƒ³ă‚°ă€ă‚¹ăƒăƒƒăƒ—ă‚¹ăƒ©ă‚¤ăƒ€ăƒ¼-------------------------*/
    #ranking_slider_outer,
    #recommend_slider_outer,
    #recent_slider_outer {
        width: 100%;
        overflow: hidden;
    }

    #ranking_slider .swiper-slide,
    #recommend_slider .swiper-slide,
    #recent_slider .swiper-slide {
        text-align: center;
        font-size: 1.4rem;
    }

    #snap_slider_outer {
        width: 100%;
        overflow: hidden;
    }

    .over_img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    /*TopPage-------------------------------------------------*/
    #main_visual {
        width: 100%;
    }

    #main_visual img {
        vertical-align: bottom;
    }

    #bn_slider_outer {
        width: 88%;
        margin: 30px 6% 0 6%;
        overflow: hidden;
    }

    #bn_slider .swiper-slide {
        width: 100%;
    }

    #top_recommend,
    #top_ranking_slider,
    #top_snap_slider,
    #top_news {
        margin-top: 25px;
    }

    #news_list {
        letter-spacing: 0;
    }

    #news_list li {
        margin-bottom: 17px;
    }

    #news_list li:last-child {
        margin-bottom: 0px;
    }

    #news_list li span {
        padding-right: 5%;
    }

    /*ä¸€è¦§ăƒăƒ¼ă‚¸-----------------------------------------------*/
    #list_items {
        margin-top: 20px;
        position: relative;
    }

    #sort_trigger {
        font-size: 1.2rem;
        position: relative;
        height: 20px;
        width: 14%;
    }

    #sort_trigger a img {
        vertical-align: baseline;
        width: 20%;
    }

    #sort_trigger .cross {
        display: none;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    #sort_trigger .cross a {
        display: block;
        width: 100%;
        height: 220%;
        top: -12px;
        left: 30%;
    }

    #sort_trigger .cross span {
        position: absolute;
        width: 70%;
        height: 1px;
        background-color: #9b9b9b;
        left: 0;
    }

    #sort_area {
        width: 100%;
        display: none;
        width: 100%;
        padding: 25px 6%;
        letter-spacing: normal;
        background-color: #f8f8f8;
        margin-bottom: 15px;
    }

    #sort_area dl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
    }

    #sort_area dl:last-child {
        margin-bottom: 0px;
    }

    #sort_area dl dt {
        width: 26%;
    }

    #sort_area dl dd {
        width: 74%;
    }

    #sort_area #select_color {
        align-items: flex-start;
    }

    #sort_area #select_color dt {
        min-height: 3.5em;
        line-height: 3.5em;
    }

    #sort_area #select_color dd {
        min-height: 3.5em;
    }

    #sort_area #select_color dd p {
        line-height: 3.5em;
        background: url(../images/select_btn.gif) no-repeat right 5px center;
        background-size: contain;
    }

    #sort_area #select_color dd div {
        border: solid 1px #ccc;
        background-color: #FFFFFF;
        padding-left: 10px;
    }

    #sort_area #select_color dd div ul {
        display: flex;
        flex-wrap: wrap;
        padding-right: 10px;
        padding-bottom: 30px;
    }

    #sort_area #select_color dd div ul li {
        width: 30%;
        margin-right: 5%;
        margin-top: 30px;
        text-align: center;
        padding-bottom: 5px
    }

    #sort_area #select_color dd div ul li:nth-child(3n) {
        margin-right: 0px;
    }

    #sort_area #select_color dd div ul li.colorselected {
        border-bottom: #BFBFBF 1px solid;
    }

    #sort_nav {
        margin-bottom: 20px;
    }

    #sort_nav ul {
        display: flex;
        justify-content: space-between;
    }

    #sort_nav ul li {
        width: calc((100% - 10px)/2);
    }

    /*è©³ç´°------------------------------------------------*/
    .LC_Page_Products_Detail #global_footer {
        margin-bottom: 60px;
    }

    #item_detail {
        position: relative;
    }

    #pict_area li {
        margin-bottom: 20px;
    }

    #detail_item_spec {
        border-bottom: 1px solid #d3d6d6;
        border-top: 1px solid #d3d6d6;
        margin-top: 30px;
    }

    #spec_btn {
        height: 48px;
    }

    #spec_btn a {
        display: block;
        width: 88%;
        height: 100%;
        margin: 0 6%;
        line-height: 4.6em;
        position: relative;
    }

    #spec_btn a img {
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -6px;
    }

    #detail_item_spec_hidden {
        display: none;
        width: 88%;
        margin: 0 6%;
        padding-bottom: 25px;
    }

    #detail_item_spec_hidden p {
        margin-bottom: 15px;
    }

    .size_table_outer {
        width: 100%;
        height: auto;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .size_table_outer::-webkit-scrollbar {
        display: none;
    }

    .size_table {
        display: flex;
        border-left: 1px #d2d2d2 solid;
        margin-top: 10px;
    }

    .size_table ul {
        width: 100%;
    }

    .size_table li {
        font-size: 10px;
        min-height: 39px;
        min-width: 75px;
        padding: 8px;
        box-sizing: border-box;
        border-right: 1px #d2d2d2 solid;
        border-bottom: 1px #d2d2d2 solid;
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .size_table li:first-child {
        background: #f5f5f5;
        text-align: center;
        border-top: 1px #d2d2d2 solid;
    }

    .size_table li:nth-child(even) {
        background: #fff;
    }

    #size_first li {
        min-width: 100px;
    }

    #detail_btn_area {
        width: 100%;
        position: fixed;
        bottom: 0;
        padding: 7px 2.6%;
        background: #FFF;
        border-top: 1px solid #D5D5D5;
    }

    #detail_recommend_slider,
    #detail_recent_slider {
        margin-top: 38px;
    }

    #footer_nav {
        display: none;
    }

    /*#cart_box {
	padding: 20px 3% 30px 3%;
}
#cart_box h2 {
	text-align: center;
}
.cart_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.cart_item:first-child {
	margin-top: 10px;
}
.cart_item_photo {
	width: 16%;
}
.cart_item_photo p {
	text-align: center;
	letter-spacing: -1px;
}
.cart_item_list {
	width: 81%;
}
.cart_item_detail ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cart_item_text {
	letter-spacing: normal;
    width: 38%;
    line-height: 1.5rem;
}
.cart_item_deliv {
	font-size: 1.0rem;
	color: #999999;
}
.cart_btn {
	width: 47%;
	margin-left: 1%;
}
.cart_item_list .cart_item_detail {
	margin-bottom: 15px;
}
.cart_item_list .cart_item_detail:last-child {
	margin-bottom: 0;
}
.cart_favorite_btn {
	width: 12%;
    margin-left: 2%;
    padding-top: 1px;
}*/
    #snap_list_detail ul,
    #recent_list_detail ul,
    #recommend_list_detail ul {
        display: flex;
        flex-wrap: wrap;
    }

    #snap_list_detail ul li,
    #recent_list_detail ul li,
    #recommend_list_detail ul li {
        width: 33.3%;
        position: relative;
    }

    .tit_mini_center_border {
        font-size: 1.4rem;
        font-weight: 300;
        text-align: center;
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #mail_itemblock {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
        padding: 20px 0;
        margin: 20px 0;
    }

    #mail_itemphoto {
        width: 30%;
        margin-right: 4.5%;
    }

    #mail_text {
        width: 65.5%;
        letter-spacing: normal;
    }

    #item_cart_block {
        position: fixed;
        bottom: -80vh;
        left: 0px;
        background-color: #FFF;
        width: 100%;
        padding: 20px 5% 25px 5%;
        z-index: 1200;
        border-top: 1px solid #eee;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    #btn_open_cartbloc {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 70px;
        width: 100%;
        background-color: #FFF;
        border-top: #eee 1px solid;
        z-index: 1100;
    }

    #btn_open_cartbloc a {
        display: block;
        height: 46px;
        margin: 12px auto;
        width: 95%;
        background-color: #000;
        color: #FFF;
        line-height: 46px;
        text-align: center;
        font-weight: 700;
    }

    #btn_open_cartbloc a .fa-shopping-bag {
        margin-right: 15px;
        font-size: 1.7rem;
    }

    .cartBlockOpen {
        bottom: 0 !important;
    }

    #btn_close_cartbloc {
        width: 10%;
        position: absolute;
        top: -20px;
        right: 15px;
    }

    #item_spec {
        width: 90%;
        margin: 30px 5%;
    }

    #item_spec .item_icon {
        color: #999999;
        /* justify-content: center; */
        margin-bottom: 10px;
    }

    #item_spec_tit {
        font-size: 1.4rem;
        margin-bottom: 10px;
        font-weight: 400;
        /* text-align: center; */
    }

    .item_spec_price {
        display: flex;
        margin: 15px 10px;
    }

    .detail_price {
        font-weight: 400;
        font-size: 1.2rem;
        display: flex;
        align-items: baseline;
    }

    .detail_price li {
        margin-right: 10px;
    }

    #cart_color,
    #cart_size {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-top: 1px solid #eeeeee;
        padding-top: 10px;
    }

    #cart_size {
        margin-top: 10px;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;
    }

    #color_block,
    #size_block {
        width: 79%;
    }

    #color_block ul,
    #size_block ul {
        display: flex;
        align-items: top;
        flex-wrap: wrap;
    }

    #color_block ul li {
        width: 55px;
        margin-right: 3.5%;
        margin: 10px 12px 10px 0px;
        word-break: break-all;
        font-size: 1rem;
        line-height: 1.1rem;
    }

    #color_block ul li:nth-child(4n) {
        margin-right: 0;
    }

    #color_block ul li a {
        margin-bottom: 5px;
    }

    #color_block ul li a {
        display: block;
        padding: 2px;
        border: solid 1px #e1e1e1;
        transition: none !important;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    #size_block ul li a {
        display: block;
        padding: 1px;
        border: solid 1px #e1e1e1;
        transition: none !important;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    #color_block ul li a:hover,
    #size_block ul li a:hover,
    #color_block ul li a:hover img,
    #size_block ul li a:hover img {
        opacity: 1 !important;
    }

    #size_block ul li {
        width: calc((100% - 40px) / 5);
        height: 30px;
        margin-right: 4%;
        margin: 5px 10px 5px 0px;
    }

    #size_block ul li:nth-child(5n) {
        margin: 5px 0px 5px 0px;
    }

    #size_block ul li a span {
        display: block;
        /* vertical-align: middle; */
        line-height: 26px;
        width: 100%;
        height: 26px;
        font-size: 1.1rem;
        text-align: center;
    }

    .slash {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    #color_block .slash {
        background: url(/user_data/packages/default/images/ico_slash_color.png) no-repeat;
        background-size: cover;
    }

    #size_block .slash {
        background: url(/user_data/packages/default/images/ico_slash_size.png) no-repeat center center;
        background-size: cover;
    }

    .sku_selected {
        border: solid 3px #000 !important;
        padding: 0 !important;
    }

    #size_block ul li a.sku_selected {
        outline: none !important;
        background-color: #000;
        color: #FFF !important;
    }

    #cart_comment {
        position: relative;
        letter-spacing: normal;
        color: #999999;
        margin-top: 15px;
    }

    #cart_comment a {
        position: absolute;
        top: 0;
    }

    #cart_btn_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
    }

    #cart_btn_block div {
        position: relative;
        height: 46px;
    }

    #cart_add {
        width: calc(100% - 46px);
    }

    #cart_favorite {
        width: 46px;
    }

    #cart_btn_block div p {
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        top: 0;
    }

    #cart_btn_block div p a {
        display: block;
        height: 100%;
        width: 100%;
        text-align: center;
        line-height: 50px;
    }

    #cart_add a {
        background-color: #000;
        color: #FFFFFF;
        font-weight: bold;
    }

    #cart_favorite a {
        background-color: #eeeeee;
        color: #B50003;
        border-left: 1px solid #FFFFFF;
        font-weight: bold;
    }

    #cart_add a .fa-shopping-bag {
        font-size: 1.7rem;
        margin-right: 15px;
    }

    #cart_code {
        color: #999999;
        margin-bottom: 10px;
    }

    .detail_tit {
        margin-right: 8%;
        min-width: 13%;
        font-size: 1.1rem;
    }

    #color_unselected,
    #size_unselected {
        display: none;
        font-size: 1rem;
        color: #B50003;
    }

    .tit_status li {
        font-size: 1.0rem;
        margin-left: 5px;
    }

    /*CART------------------------------------------------*/
    .information {
        padding: 15px;
        background-color: #f7f7f7;
    }

    .cart_item_inner {
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        position: relative;
    }

    .cart_item_info {
        padding: 15px 4.1%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .item_photo {
        width: 32.5%;
    }

    .item_info {
        width: 62.5%;
    }

    .cart_quantity {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .cart_quantity ul li {
        display: inline-block;
        margin-left: 10px;
        font-size: 1.5rem;
        font-family: 'æ¸¸ă‚´ă‚·ăƒƒă‚¯ Medium', 'æ¸¸ă‚´ă‚·ăƒƒă‚¯ä½“', 'Yu Gothic Medium', YuGothic, 'ăƒ’ăƒ©ă‚®ăƒè§’ă‚´ ProN', 'Hiragino Kaku Gothic ProN', 'ăƒ¡ă‚¤ăƒªă‚ª', Meiryo, 'ï¼­ï¼³ ï¼°ă‚´ă‚·ăƒƒă‚¯', 'MS PGothic', sans-serif;
    }

    .cart_delete {
        position: absolute;
        top: 10%;
        right: 5%;
        width: 5%;
    }

    .cart_total {
        border: 1px solid #e4e4e4;
    }

    .cart_total .cart_price_total {
        background-color: #686868;
        color: #FFFFFF;
        font-size: 1rem;
        text-align: center;
        line-height: 250%;
        letter-spacing: 1px;
        padding: 4.1%;
    }

    .cart_total .cart_price_total span {
        font-size: 2rem;
    }

    .cart_point_total {
        margin: 15px 10px;
        text-align: right;
    }

    .result_area {
        padding: 15px 4.1%;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
    }

    .result_area ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .card_list li {
        padding: 10px 0;
        border-top: 1px dotted #A2A2A2;
    }

    .card_list li:last-child {
        padding: 10px 0;
        border-top: 1px dotted #A2A2A2;
        border-bottom: 1px dotted #A2A2A2;
    }

    #amazon_btn_outer {
        width: 80%;
        margin: 0 auto;
    }

    #cart_amazonpay {
        text-align: center;
        width: 100%;
        padding: 30px 5%;
        box-sizing: border-box;
        border: 20px solid #f7f7f7;
        margin-top: 30px;
    }

    .amazonpay-button-parent-container {
        margin: 0 auto;
    }

    /*ăƒă‚¤ăƒăƒ¼ă‚¸-------------------------------------------*/
    .my_page_tit {
        margin-top: 20px;
        padding: 15px 0;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        text-align: center;
        font-weight: 700;
    }

    #mypage_customer_info {
        text-align: center;
    }

    #mypage_disp_point {
        font-weight: 700;
    }

    #mypage_disp_point span {
        font-size: 2.5rem;
    }

    #mypage_customer_info {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .arrowBox {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 25px;
        margin-top: 25px;
    }

    .paging_nobdr {
        margin: 10px 6% 0 6%;
        border: none;
    }

    #my_page_menu {
        background-color: #f8f8f8;
        padding: 20px 6%;
        margin-top: 30px;
    }

    #mypage_nav ul {
        display: flex;
        flex-wrap: wrap;
    }

    #mypage_nav ul li {
        width: 50%;
        margin-bottom: 15px;
    }

    #mypage_nav ul li a,
    #mypage_nav p a {
        display: inline-block;
        background: url("../images/ico_arrow.gif") right center no-repeat;
        background-size: 8px;
        padding-right: 15px;
    }

    .total_area {
        padding: 15px 4.1%;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }

    .total_area div {
        display: flex;
        justify-content: space-between;
    }

    #mail-dialog {
        display: none;
    }

    .mypage_cart_items {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 25px;
        margin-top: 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }

    .cartinPhoto {
        width: 32.5%;
    }

    .cartinContents {
        width: 62.5%;
    }

    .favorite_item_btn {
        width: 100%;
        margin-top: 15px;
    }

    .favorite_delete {
        position: absolute;
        right: 5%;
        width: 5%;
    }

    .mypage_deliv_list {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 25px;
        margin-top: 25px;
        position: relative;
    }

    .card_list_full li {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    /*ă‚³ăƒ¼ăƒ‡ă‚£ăƒăƒ¼ăƒˆè©³ç´°------------------------------------*/
    #coordinate_photo img {
        vertical-align: bottom;
    }

    #coordinate_txt {
        padding: 6% 6% 4% 6%;
        color: #808080;
        letter-spacing: 2px;
        position: relative;
    }

    #coordinate_icon {
        position: absolute;
        right: 6%;
        top: 16.5%;
        width: 6.5%;
    }

    #coordinate_tit1 {
        font-size: 2.0rem;
        font-weight: 300;
    }

    #coordinate_txt p,
    #coordinate_txt h1 {
        margin-bottom: 10px;
    }

    #coordinate_items {
        padding: 0% 6% 6% 6%;
        letter-spacing: 2px;
    }

    #coordinate_items ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #coordinate_items ul li {
        width: 47%;
        margin-top: 20px;
    }

    #coordinate_tit2 {
        font-size: 1.8rem;
        font-weight: 300;
    }

    /*ăƒ—ăƒ©ă‚¤ăƒă‚·ăƒ¼ăƒăƒªă‚·ăƒ¼---------------------------------*/
    #privacy a {
        text-decoration: underline !important;
    }

    #privacy dl {
        margin-bottom: 20px;
    }

    #privacy dt {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    /*ă‚·ăƒ§ăƒƒăƒ”ăƒ³ă‚°ă‚¬ă‚¤ăƒ‰--------------------------------------*/
    #shoppingguide dt {
        padding: 10px;
        border: 1px solid #CCCCCC;
        margin-top: -1px;
    }

    #shoppingguide dd {
        padding: 20px 10px;
        display: none;
    }

    /*What's Lifes--------------------------------------*/
    #whatslifes {
        text-align: center;
        line-height: 250%;
    }

    #whatslifes p {
        margin-bottom: 10px;
    }

    .content-title {
        font-size: 2.0rem;
        font-weight: normal;
        font-style: italic;
        margin: 50px 0;
    }

    /*ă‚·ăƒ§ăƒƒăƒ—-------------------------------------------------*/
    .swiper-wrapper img {
        vertical-align: bottom;
    }

    .shop-detail {
        overflow: hidden;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #e4e4e4;
    }

    .shop-detail:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .swiper-pagination-thumbs01,
    .swiper-pagination-thumbs02,
    .swiper-pagination-thumbs03 {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px !important;
    }

    .swiper-pagination-thumbs01 div,
    .swiper-pagination-thumbs03 div {
        width: 23%;
        margin-right: 2.65%;
    }

    .swiper-pagination-thumbs02 div {
        width: 17.88%;
        margin-right: 2.65%;
    }

    .swiper-pagination-thumbs01 div:last-child,
    .swiper-pagination-thumbs02 div:last-child,
    .swiper-pagination-thumbs03 div:last-child {
        margin-right: 0px;
    }

    .shop-detail .swiper-pagination-thumb-active img {
        opacity: 0.6;
    }

    .shop_name {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 210%;
        margin: 15px 0;
    }

    .shop_name span {
        display: block;
        font-size: 1.3rem;
    }

    /*ăƒ«ăƒƒă‚¯ăƒ–ăƒƒă‚¯ăƒªă‚¹ăƒˆ-----------------------------------*/
    #lookblock {
        width: 88%;
        margin-left: 6%;
        margin-right: 6%;
    }

    #look_txt {
        line-height: 240%;
        margin-bottom: 30px;
    }

    #collection_list ul {
        display: flex;
        padding: 15px 0;
        border-bottom: 1px solid #d5d5d5;
        font-size: 1.3rem;
    }

    #collection_list ul:first-child {
        border-top: 1px solid #d5d5d5;
    }

    #collection_list ul li {
        margin-right: 10px;
    }

    #collection_list ul li a {
        color: #848484;
    }

    #stock_list dl {
        padding: 15px 0;
        border-bottom: 1px solid #d5d5d5;
    }

    #stock_list dl:first-child {
        border-top: 1px solid #d5d5d5;
    }

    #stock_list dt {
        font-size: 1.3rem;
        cursor: pointer;
        display: block;
        background: url('../images/ico_arrow_down.gif') center right 10px no-repeat;
        background-size: 4%;
    }

    #stock_list dt.list_open {
        background: url('../images/ico_arrow_up.gif') center right 10px no-repeat;
        background-size: 4%;
    }

    #stock_list dd {
        display: none;
        padding-top: 20px;
    }

    #stock_list dd li {
        margin-bottom: 15px;
    }

    #lookbook_tit {
        position: fixed;
        top: 60px;
        left: auto;
        margin-left: 1080px;
    }

    #lookbook_tit {
        position: fixed;
        top: 60px;
        left: auto;
        margin-left: 91.5%;
        width: 2.5%;
    }

    /*ă‚«ăƒŸăƒ³ă‚°ă‚¹ăƒ¼ăƒ³--------------------------------------------*/
    .coming_header {
        margin-bottom: 30px;
    }

    .coming_txt {
        margin-bottom: 30px;
    }

    .tit_sub_default {
        font-size: 1.4rem;
        font-weight: 300;
        min-width: 75%;
        letter-spacing: 1px !important;
        margin-bottom: 30px
    }

    .cs_item_list {
        margin-bottom: 50px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d5d5d5;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cs_item_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }

    .cs_item_list li:nth-child(even) {
        margin-right: 0;
    }

    /*ă‚µă‚¤ăƒ‰ă‚«ăƒ†ă‚´ăƒª-----------------------------------------*/
    #search_category {
        margin-top: 30px;
        font-weight: 400;
    }

    .search_block {
        margin: 0 10% 0 10%;
        padding: 10px 0;
    }

    .search_block p {
        line-height: 250%;
        font-size: 1.3rem;
        text-align: right;
        font-weight: 400;
    }

    .search_block p a {
        display: block;
        padding-right: 12%;
        background: url(../images/icon/ico_plus_default.png) center right no-repeat;
        background-size: 1.3rem;
    }

    .search_block p a.ico_min {
        background: url(../images/icon/ico_min_default.png) center right no-repeat;
        background-size: 1.3rem;
    }

    .search_list {
        text-align: right;
        line-height: 250%;
        display: none;
        width: 100%;
        padding-bottom: 10px;
        font-size: 1.1rem;
    }

    .search_list li a {
        background: url(../images/icon/ico_arrow_mini.png) center right no-repeat;
        background-size: 1.2rem;
    }

    .search_list li a {
        display: block;
        padding-right: 12%;
    }

    #lp_link_list {
        font-size: 1.2rem;
    }

    input,
    button,
    textarea,
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        background: transparent;
    }

    /* iOSă§ă®ăƒ‡ăƒ•ă‚©ăƒ«ăƒˆă‚¹ă‚¿ă‚¤ăƒ«ă‚’ăƒªă‚»ăƒƒăƒˆ */
    input[type="submit"],
    input[type="button"] {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        appearance: button;
        border: none;
        box-sizing: border-box;
        cursor: pointer;
    }

    input[type="submit"]::-webkit-search-decoration,
    input[type="button"]::-webkit-search-decoration {
        display: none;
    }

    input[type="submit"]:focus,
    input[type="button"]:focus {
        outline-offset: -2px;
    }

    input::placeholder {
        color: #cacaca;
    }

    /* IE */
    input:-ms-input-placeholder {
        color: #cacaca;
    }

    /* Edge */
    input::-ms-input-placeholder {
        color: #cacaca;
    }

    select.sp_default_select {
        height: 3.5em;
        width: 100%;
        border-radius: 0px;
        border: solid 1px #ccc;
        background: url(../images/select_btn.gif) no-repeat right 5px center;
        background-size: contain;
        background-color: #FFF;
        padding-right: 25px;
        padding-left: 10px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"] {
        border: 1px solid #ccc;
        font-size: 100%;
        height: 35px;
        box-sizing: border-box;
        border-radius: 0 !important;
    }

    input[type="checkbox"] {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        border: solid 5px #ccc;
        margin: 0;
    }

    input[type="radio"] {
        border-radius: 8px;
        -webkit-appearance: none;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        border: solid 2px #ccc;
        margin: 0;
    }

    input[type="radio"],
    input[type="checkbox"],
    input[type="check"] {
        padding: 5px;
        line-height: 1.5;
        margin-right: 0.5em;
    }

    input[type="radio"]:checked,
    input[type="checkbox"]:checked {
        background-color: #333 !important;
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    }

    .gray_input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
    }

    input.gray_input {
        background-color: #f7f7f7;
        border: none;
    }

    input.formL {
        height: 45px;
    }

    .select_n {
        overflow: hidden;
        width: 100%;
        position: relative;
        border: 1px solid #cccccc;
        background: #ffffff;
    }

    .select_n select {
        width: 100%;
        padding-right: 1em;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        padding: 9px 38px 9px 8px;
        color: #666666;
    }

    .select_n select::-ms-expand {
        display: none;
    }

    .select_n::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        width: 25px;
        height: 25px;
        display: inline-block;
        padding: 0;
        content: '';
        background: url(../images/select_btn.gif) no-repeat center center;
        background-size: contain;
        pointer-events: none;
    }

    .select_n select {}

    .select_row {
        display: flex;
        flex-wrap: wrap;
    }

    .select_row li {
        width: 31%;
        margin-right: 1.5%;
    }

    textarea {
        width: 100%;
        border: 1px solid #cccccc;
        padding: 10px;
        box-sizing: border-box;
    }

    .w_full {
        width: 100%;
        box-sizing: border-box;
    }

    .w_semi {
        width: 70%;
        box-sizing: border-box;
    }

    .w_half {
        width: 40%;
        box-sizing: border-box;
    }

    .w_third {
        width: 28%;
        box-sizing: border-box;
    }

    .w_mini {
        width: 22%;
        box-sizing: border-box;
    }

    .form_entry dt {
        margin-bottom: 12px;
        font-weight: bold;
    }

    .form_entry dd {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: #CCC 1px solid;
    }

    .form_entry label {
        line-height: 23px;
    }

    .form_add_addr {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .form_add_addr li {
        margin-right: 5%;
        width: 15%;
    }

    .form_add_addr li label {
        line-height: 29px;
        width: 100%;
        display: block;
    }

    .form_add_addr li:first-child {
        width: 70%;
    }

    .form_add_addr li:last-child {
        margin-right: 0px;
    }

    .form_add_addr li:nth-child(3) {
        width: 5%;
    }

    .form_list li {
        margin-bottom: 15px;
    }

    .form_list li:last-child {
        margin-bottom: 0px;
    }

    .select_deliv_date {
        display: flex;
        flex-wrap: wrap;
    }

    .select_deliv_date p {
        line-height: 28px;
        margin-bottom: 0;
        padding-top: 7px;
    }

    input.disabled_input {
        background-color: #D1D1D1;
        pointer-events: none;
    }

    a.btn_black_mini,
    input[type="submit"].btn_black_mini {
        width: 100%;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        padding: 3px;
        display: block;
        background: #686868;
        cursor: pointer;
        -webkit-transition: opacity 0.5s ease-in;
        -moz-transition: opacity 0.5s ease-in;
        border: none;
        box-sizing: border-box;
    }

    .kiyaku_text {
        height: 40vh;
    }

    .margin_none {
        margin-bottom: 0 !important;
    }

    .inline_select {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .detail-wp {
        gap: 16px;
    }

    .box-h-s .des-step {
        flex-basis: 240px
    }

}

@media (min-width: 540px) and (max-width:768px) {
    .select-dropdown .drop-box .span-4 {
        grid-column: span 8;
    }
}

@media screen and (max-width:540px) {
    .detail-wp {
        grid-template-columns: 1fr;
    }

    .detail-wp .gallery-dt {
        min-height: 100vw;
    }

    .detail-wp #view-scroll.view-fixed {
        position: fixed;
        top: 59px;
        left: 0;
        right: 0;
        padding: 2.6%;
        background-color: #fff;
        padding-left: 20%;
        padding-right: 20%;
        z-index: 2;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .fixed-step {
        background-color: #fff;
        position: fixed;
        z-index: 4;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 2.6%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px -3px 6px 0px;
    }

    #total_price_mb {
        display: block;
    }

    #total_price {
        display: none;
    }

    .box-h-s .des-step {
        flex-basis: 200px
    }

    .box-h-s .gallery-preview {
        /* max-width: 150px; */
    }
}

/* ---------------slide-------------- */
@media screen and (max-width: 767px) {
    .gallerySwiper .swiper-slide {
        width: calc(100%/9);
    }
}

@media screen and (max-width: 676px) {
    .gallerySwiper .swiper-slide {
        width: calc(100%/8);
    }
}

@media screen and (max-width: 530px) {
    .gallerySwiper .swiper-slide {
        width: calc(100%/7);
    }
}

@media screen and (max-width: 415px) {
    .gallerySwiper .swiper-slide {
        width: calc(100%/6);
    }
}