/*変数*/
:root{
    /* margin padding */
    --space: 8px;
    /* color */
    --black: #222222;
    --gray: #808080;
    --blue:#239BD9; 
    --gray_border: #dadada;
    --gray_border2: #e6e6e6;
    --gray2: #f4f4f4;
    --pink: #D65072;

    /* google icon */
    --icon: 'Material Symbols Outlined';
    --icon_fill: 'Material Symbols Sharp';
    --fav:'\e87d';
    --close: '\e5cd';
    --search: '\e8b6';
    --arrow_down: '\e313';
    --location: '\e0c8';
    --fill: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    
}




/* div#room_selector{
    width: 100%;
    background: #808080;
    height: 50px;

}
div#room_selector ul{
    width: 1060px;
    display: flex;
    margin: 0 auto;
}
div#room_selector ul li{
    width: 25%;
    
    height: 50px;

}

div#room_selector ul li a{
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#room_selector ul li a.active{
    background: #606060;
} */

div.contentslider{
    margin-bottom: 80px;
    background: #f4f4f4;
    padding: 50px 0;
}
.globaltop div.contentslider{
    padding: 50px 0 30px;
    margin-bottom: 0!important;
}
.globaltop div.contentslider .slick-dots{
    bottom: -25px!important;
}
.globaltop div.contentslider .slick-dotted.slick-slider{
    margin-bottom: 0!important;
}
.globaltop div#topcontents01{
    background: #f4f4f4;
}
.globaltop div#topcontents02 .movablearea{
     padding: 0 0 25px;
}
.globaltop div#topcontents01 div.movablearea{
    padding: 25px 0 40px!important;
}
.globaltop div#topcontents01 .feature_btn a{
    background: #fff!important;
}
.contentslider .slides,.fcontentslider .slides{
    opacity: 0;
    transition: opacity .3s linear;
}    
.contentslider .slides.slick-initialized,.fcontentslider .slides.slick-initialized{
    opacity: 1;
}
.contentslider .slides.single,.fcontentslider .slides.single{
    opacity: 1;
    
}
.contentslider .slides.single li img{
    border-radius: 15px 15px 0 0;
}
.contentslider .slides.single li{
    border-radius: 15px;
    box-shadow: 5px 5px 10px 0px rgba(88, 91, 91, 0.1);
}
div.contentslider ul li img{
    display: block;
    width: 100%;

}
div.contentslider ul li.slick-slide{
    box-sizing: border-box;
    margin: 0 10px 10px;
    width: 710px;
    border-radius: 15px;
    box-shadow: 5px 5px 10px 0px rgba(88, 91, 91, 0.1);
    
}
div.contentslider ul li.slick-slide img{
    border-radius: 15px 15px 0 0;
}
div.contentslider ul li.slick-slide p span{
    display: none;
}
div.contentslider .slick-dots{
    bottom: -30px!important;
}
div.fcontentslider .slick-dots{
    bottom: -30px!important;
}
div.contentslider .slick-dots li{
    width: 8px!important;
    height: 8px!important;
    
}
div.fcontentslider .slick-dots li{
    width: 6px!important;
    height: 6px!important;
}
div.contentslider .slick-dots li button{
    width: 8px!important;
    height: 8px!important;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 50%;
}
div.fcontentslider .slick-dots li button{
    width: 6px!important;
    height: 6px!important;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 50%;
}
div.contentslider .slick-prev{
    left: 0%;
    z-index: 5;
    width: 50px;
    height: 50px;
    
    background: #fff;
}
div#subbnr ul.slider .slick-prev,div#pickup ul.slider .slick-prev, div#pickupcoordinate ul.slider .slick-prev, div#pickupblog ul.slider .slick-prev{
    left: 48.7%;
    z-index: 5;
    margin-left: -565px;
    width: 30px;
    height: 30px;
    
    background: #fff;
}
div.fcontentslider .slick-prev{
    left: 1px;
    width: 30px;
    height: 30px;
    
    background: #fff;
    z-index: 2;
    top: 36%;
}
div.contentslider .slick-next{
    right: 0%;
    z-index: 5;
    width: 50px;
    height: 50px;
    
    background: #fff;

}
div#subbnr ul.slider .slick-next, div#pickup ul.slider .slick-next, div#pickupcoordinate ul.slider .slick-next, div#pickupblog ul.slider .slick-next{
    right: 48.6%;
    z-index: 5;
    width: 30px;
    height: 30px;
    margin-right: -565px;
    
    background: #fff;
}
div.fcontentslider .slick-next{
    right: 1px;
    width: 30px;
    height: 30px;
    
    background: #fff;
    z-index: 2;
    top: 36%;
}
div.contentslider .slick-prev:before, div.contentslider .slick-next:before {
    content: "";
    display: block;
    opacity: 1.0;
    width: 10px;
    height: 10px;
    
}
div.fcontentslider .slick-prev:before, div.fcontentslider .slick-next:before,div#subbnr ul.slider .slick-prev:before, div#subbnr ul.slider .slick-next:before,div#subbnr ul.slider .slick-prev:before, div#pickup ul.slider .slick-prev:before, div#pickup ul.slider .slick-next:before,div#pickupcoordinate ul.slider .slick-prev:before, div#pickupcoordinate ul.slider .slick-next:before,div#pickupblog ul.slider .slick-prev:before, div#pickupblog ul.slider .slick-next:before{
    content: "";
    display: block;
    opacity: 1.0;
    width: 6px;
    height: 6px;
    
}

div.contentslider .slick-prev:before,div#subbnr ul.slider .slick-prev:before,div#pickup ul.slider .slick-prev:before,div#pickupcoordinate ul.slider .slick-prev:before,div#pickupblog ul.slider .slick-prev:before{
    position: absolute;
    left: 50%;
    border-top: #575757 1px solid;
    border-left: #575757 1px solid;
    transform: rotate(-45deg)translateY(-50%);
}

div.contentslider .slick-next:before, div#subbnr ul.slider .slick-next:before,div#pickup ul.slider .slick-next:before,div#pickupcoordinate ul.slider .slick-next:before,div#pickupblog ul.slider .slick-next:before{
    position: absolute;
    right: 50%;
    border-top: #575757 1px solid;
    border-right: #575757 1px solid;
    transform: rotate(45deg)translateY(-50%);
}
div.fcontentslider .slick-prev:before{
    position: absolute;
    left: 50%;
    border-top: #575757 1px solid;
    border-left: #575757 1px solid;
    transform: rotate(-45deg)translateY(-50%);
}

div.fcontentslider .slick-next:before{
    position: absolute;
    right: 50%;
    border-top: #575757 1px solid;
    border-right: #575757 1px solid;
    transform: rotate(45deg)translateY(-50%);
}

div#subbnr ul.slider .slick-prev, div#subbnr ul.slider .slick-next{
    top: 118px;
    border: 1px solid #dadada;
}
div#pickup ul.slider .slick-prev, div#pickup ul.slider .slick-next{
    top: 122px;
    border: 1px solid #dadada;
}

div#pickupcoordinate ul.slider .slick-prev, div#pickupcoordinate ul.slider .slick-next{
    top: 122px;
    border: 1px solid #dadada;
}

div#pickupblog ul.slider .slick-prev, div#pickupblog ul.slider .slick-next{
    top: 122px;
    border: 1px solid #dadada;
}
#mapsearch .iframe_area iframe{
    width: 100%;
    height: 100vh;
}


/*awoo対応*/
#awooContent #item_list ul{
    display: flex;
    flex-wrap:wrap;
    width: 1060px;
    margin-bottom: 50px;
}
#awooContent #item_list ul li{
    width: 200px;
    margin-right: 15px;
    margin-bottom: 25px;
}
#awooContent #item_list ul li:nth-child(5n){
    margin-right: 0;
}
div.awooArea{
    margin-bottom: 50px;
}
div.awooArea p{
    font-size: 22px;
    margin-bottom: 10px;
}
.awooContent div.awooArea p{
    font-size: 16px;
    text-align :center;
    margin-bottom: 20px;
}

div.awooArea p.awoo_title{
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
div.awooArea p.awoo_explain{
    font-size: 14px;
    text-align: left;
    margin-bottom: 50px;
}
div.awooArea > div{
    display: flex;
    flex-wrap :wrap;
    
}

.awooContent div.awooArea > div{
    justify-content: center;
}
div.awoo-tag{
    padding: 0 20px;
    height: 34px;
    border-radius: 10px;
    background: #f4f4f4;
    font-size: 14px;
    color: #222;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height:34px;

}
div.awoo_sort{
    width: 213px;
    margin-left: auto;
}
div.awoo_sort dl{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
div.awoo_sort dl dt{
    font-size: 13px;
    width: 55px;
}
div.awoo_sort dl dd{
    position: relative;
    border: 1px solid #dadada;
    font-size: 14px;
    width: 158px;
    height: 38px;
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}
div.awoo_sort dl dd::after{
    content: "";
    display: block;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)rotate(135deg);
    right: 10px;
    width: 5px;
    height: 5px;
}
div.awoo_sort dl dd select{
    display: block;
    height: 100%;
}
div.awooArea.movablearea{
    width: 1060px;
    margin:0 auto;
}
div.awooArea.movablearea p{
    text-align: center;
    font-size: 22px;
}

#awoo-classify .awoo-tag-wrapper a,#awoo-product-tags .awoo-tag-wrapper a{
    background: #f4f4f4!important;
    border: none!important;
    border-radius: 10px!important;
    padding: 0 20px!important;
    height: 34px!important;
    line-height: 34px!important;
}
/*スタッフ名３点リーダー */
#coordinate_item_list a.ss-w-alhd-pc-coordinateDisplay4lineUserName{
    max-width: 90px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;

}



/*コーディネートリスト お気に入り */
li.coordinateData{
    position: relative;
}
li.coordinateData span.list_coordinate_fav_btn{
    position: absolute;
    top: 195px;
    right: 10px;
    width: 40px;
    height: auto;
    display: block;
    z-index: 4;
}
li.coordinateData span.list_coordinate_fav_btn img{
    width: 100%;
    display: block;
}

#ss-w-alhd-pc-otherCoordinate li div.listInner a{
    position: relative;
}

#ss-w-alhd-pc-otherCoordinate li div.listInner a span.list_coordinate_fav_btn{
    position: absolute;
    top: 220px;
    right: 10px;
    width: 40px;
    height: auto;
    display: block;
    z-index: 4;
}   
#ss-w-alhd-pc-coordinateNewOrder div.scrollable ul li a span.list_coordinate_fav_btn{
    position: absolute;
    top: 195px;
    right: 10px;
    width: 40px;
    height: auto;
    display: block;
    z-index: 4;
}
#ss-w-alhd-pc-otherCoordinate li div.listInner a span.list_coordinate_fav_btn img,
#ss-w-alhd-pc-coordinateNewOrder div.scrollable ul li a span.list_coordinate_fav_btn img{
    width: 100%;
    display: block;
}
.coordinateDisplay3line{
    position: relative;
}
.coordinateDisplay3line span.staffpage_coordinate_fav_btn{
    position: absolute;
    width: 40px;
    top: 280px;
    right: 10px;
    z-index: 4;
    height: auto;
    display: block;
}
.coordinateDisplay3line span.staffpage_coordinate_fav_btn img{
    display: block;
    width: 100%;
}

.cookie_limit_modal{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.cookie_limit_modal_inner{
    background: #fff;
    width: 800px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    text-align:center;
    line-height: 1.6;
}
.cookie_limit_modal_inner a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height:50px;
    color: #fff;
    background: #808080;
    margin-top: 20px;
}
.cookie_limit_modal_inner a:hover{
    text-decoration: none;
}
.cookie_limit_modal_inner div.close{
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 25px;

}
.cookie_limit_modal_inner div.close span{
    display: block;
    width: 40px;
    height: 1px;
    background: #333;

}
.cookie_limit_modal_inner div.close span:first-child{
    transform: rotate(45deg);

}
.cookie_limit_modal_inner div.close span:last-child{
    transform: rotate(-45deg);

}

/*あなただけのタイムセール*/
div.timesale_for_you{
    width: 100%;
    border: 1px dotted #dadada;
}
div.secret_sale_for_you{
    width: 100%;
    border: 1px dotted #dadada;
    background: #ff5100;
}
div.yusen_for_you{
    width: 100%;
    border: 1px dotted #dadada;
    background: #249bd8;
}
div.timesale_for_you a,div.secret_sale_for_you a,div.yusen_for_you a{
    display: block;
    width: 1060px;
    margin:0 auto;
}
div.timesale_for_you a img,div.secret_sale_for_you a img,div.yusen_for_you a img{
    width: 100%;
    display: block;
}
ul.menu li{
    position: relative;
}
ul.menu li:first-child span{
    position: absolute;
    left: -200%;
    width: 93.5px;
    height: 50px;
    display: block;
    top: -16%;
}
ul.menu li:first-child span img{
    width: 100%!important;
    display: block;
}

/*footer slider*/
div.pc_pal_foot div.pc_pal_foot_in div.pc_pal_foot_menu div.pickupArea img{
    height: auto;
}
/*お気に入り*/

.cartBox,
.cartBox02,
.cartBox03,
.cartBox04,
.cartBox05,
.cartBox06 {
    width: 100%;
    height: 100%;
    background: #000;
    background-color: rgba(51, 51, 51, 0.6);
    position: fixed;
    top: 0px;
    overflow-y: auto;
    z-index: 10000;
    -webkit-overflow-scrolling: touch
}

.cartBox .cart_inner,
.cartBox06 .cart_inner {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
    background: #fff;
    width: 600px;
}

.cartBox02 .cart_inner,
.cartBox05 .cart_inner {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
    background: #fff;
    width: 600px;
}

.cartBox03 .cart_inner {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #fff;
    width: 84%;
    overflow-y: auto;
    width: 400px;
}

.cartBox04 .cart_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
    background: #fff;
}

.cartBox .cart_inner .close,
.cartBox02 .cart_inner .close {
    text-align: right;
}

.cartBox03 .cart_inner .close_bt,
.cartBox04 .cart_inner .close_bt,
.cartBox05 .close_bt,
.cartBox06 .close_bt {
    position: absolute;
    top: 1.5%;
    right: 0%;
}

.cartBox03 .cart_inner .close_bt {
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    right: 10px;
}

.cartBox03 .cart_inner .close_bt::before {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #808080;
}

.cartBox03 .cart_inner .close_bt::after {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #808080;
}

.cartBox .cart_inner .color_box,
.cartBox02 .cart_inner .color_box {
    border-bottom: 1px #999 solid;
    padding-bottom: 5px;
}

.cartBox .cart_inner .color_box.mt,
.cartBox02 .cart_inner .color_box.mt {
    margin-top: 15px;
}

.cartBox .cart_inner .color_box p.pic,
.cartBox02 .cart_inner .color_box p.pic {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    margin-right: 10px;
}

.cartBox .cart_inner .color_box p.txt,
.cartBox02 .cart_inner .color_box p.txt {
    display: inline-block;
    vertical-align: middle;
}

.cartBox .cart_inner dl,
.cartBox02 .cart_inner dl {
    border-bottom: 1px #999 solid;
    padding-bottom: 5px;
    margin-top: 5px;
}

.cartBox .cart_inner dt,
.cartBox02 .cart_inner dt {
    width: 50%;
    float: left;
    margin-top: 10px;
}

.cartBox .cart_inner dd {
    width: 48%;
    float: right;
}

.cartBox .cart_inner dt span,
.cartBox02 .cart_inner dt span {
    /*color: #de2525;*/
}

.cartBox02 .tl_txt,
.cartBox05 .tl_txt {
    font-size: 16px;
    padding: 50px 0;
    text-align: center;
}

.cartBox02 .bt,
.cartBox05 .reservation_btn {
    padding: 10px 0 80px 0;
}

.cartBox03 .item_detail {
    background: #F4F4F4;
    box-sizing: border-box;
    padding: 20px;
    font-size: 12px;
    margin-bottom: 10px;

}

div.cartBox03 div.cart_inner p.restock_message{
    font-size: 12px;
    margin-bottom: 10px;
}

.cartBox03 .restock_attention {
    margin-bottom: 20px;
    color: #239BD9;
    font-size: 10px;
}

.cartBox03 .item_detail #restock_targetinfo_brand_id,
.cartBox03 .item_detail #restock_targetinfo_colorsize_id {
    font-size: 10px;
}

.cartBox03 dl.line_not dt,
.cartBox03 dl.mail_not dt {
    font-size: 16px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cartBox03 dl.line_not dd {
    font-size: 11px;
}

.cartBox03 dl.line_not dd a {
    width: 100%;
    border-radius: 5px;
    height: 50px;
    background: #06C755;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 13px;
    font-size: 14px;
    margin-bottom: 30px;
}
.cartBox03 dl.line_not dd a button{
    background: #06C755;
    border: none;
}

.cartBox03 dl.mail_not dd p.address_t {
    font-size: 12px;
    font-weight: bold;
}

.cartBox03 dl.mail_not dd p.address_t2 span.indent-1-blue {
    color: #239BD9;
    font-size: 11px;
}

.cartBox03 dl.mail_not dd p.address_t2 span.indent-1 {
    font-size: 11px;
}

.cartBox03 dl.mail_not dd p.address_bt a {
    height: 50px;
    background: #707070;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
}

.cartBox03 dl.mail_not p input {
    border: 1px solid #dadada;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    font-size: 14px;
}

.cartBox03 dl.mail_not p.address_t2 {
    margin-top: 20px;
}

.cartBox03 .tl_txt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 27px;
}

.cartBox03 .tl_txt02 {
    text-align: center;
    font-weight: bold;
}

.cartBox03 .address_t {
    margin-top: 15px;
    margin-bottom: 5px;
}

.cartBox03 input[type="text"] {
    border: 1px solid #ccc;
    width: 100%;
    font-size: 16px;
    color: #999;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px 5px 8px 5px;
}
.cartBox03 p.mail_message{
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.cartBox03 .address_t2 {
    margin: 10px 0 20px 0;
    /*5px 0 20px 0*/
    /*color: #999;*/
    font-size: 90%;
}

.cartBox03 .address_t3 {
    font-size: 95%;
    text-align: center;
}
.cartBox03 span.indent-1-red{
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}
.cartBox03 input[type='checkbox'] {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
}

.cartBox03 .cbxbd {
    background: url(../images/member/check.png) no-repeat left top;
    height: 20px;
    line-height: 20px;
    display: block;
    padding: 0 0 0 28px;
    cursor: pointer;
    overflow: hidden;
}

.cartBox03 .c_on {
    background-position: left bottom;
}

.cartBox03 .address_bt {
    text-align: center;
    margin-top: 20px;
}

.cartBox04 .tl_txt {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.cartBox04 .tl_txt2 {
    margin: 4% 0 10% 0;
    text-align: center;
}

.cartBox04 .tl_txt3 {
    text-align: center;
}

.cartBox04 .address_bt {
    text-align: center;
    margin-top: 40px;
}

.cartBox03 input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

.cartBox03 input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 105%;
    line-height: 30px;
    cursor: pointer;
}

@media (min-width:1px) {
    .cartBox03 input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .cartBox03 input[type=checkbox]+label {
        padding: 0 0 0 30px;
    }
    .cartBox03 input[type=checkbox]+label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 25px;
        height: 25px;
        margin-top: -12px;
        background: #FFF;
    }
    .cartBox03 input[type=checkbox]+label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .cartBox03 input[type=checkbox]:checked+label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .cartBox03 input[type=checkbox]:checked+label::after {
        left: 4px;
        width: 17px;
        height: 17px;
        margin-top: -8px;
        background: #262626;
        border-radius: 8px;
    }
}

.cartBox .cart_inner .color_box p.txt, .cartBox02 .cart_inner .color_box p.txt{
  font-size:12px;
  line-height:160%;
}
.cartBox .cart_inner .color_box, .cartBox02 .cart_inner .color_box{
  margin-top:7px;
  padding-bottom:1px;
  border-bottom:1px solid #ccc;
}

.cartBox .cart_inner .color_box {
  display: flex;
  align-items: center;
}
.cartBox .cart_inner .color_box .cart_pic__desc {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.cartBox .cart_inner .color_box .cart_pic__desc__color {
  width: 100%;
}
.cartBox .cart_inner .color_box .cart_pic__desc__price--orig-price span {
  text-decoration: line-through;
}
.cartBox .cart_inner .color_box .cart_pic__desc__price--discount {
  color: #ee2e2e;
}
/* 税込・税抜 */
.cartBox .cart_inner .color_box .price_tax_notation {
  font-size: 12px;
}

.cartBox .cart_inner dl, .cartBox02 .cart_inner dl{
  border-bottom:1px solid #ccc;
}
.cartBox .cart_inner dl dt{
  margin-top: 0 !important;
  width: 120px !important;
  font-size:12px;
  line-height: 46px !important;
}
.cartBox .cart_inner dl#skuEvent{
  position: relative;
}
.cartBox .cart_inner dl#skuEvent dt{
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  line-height: 160% !important;
}
.cartBox .cart_inner dd{
  width:105px;
  line-height:140%;
}
.cartBox .cart_inner dl dd{
  float:right;
  width:160px;
  line-height:140%;
}
.cartBox02 .cartin,.cartBox02 .close.bt{
    width: 60%;
    margin:0 auto;
}

.btn_cart_new{
  display:block;
  padding:6px 0;
  width:160px;
  background:#000;
  color:#fff;
  border:1px solid #000000;
  text-align:center;
  font-size:12px;
  border-radius:3px;
}
.btn_reserve_new{
  display:block;
  padding:6px 0;
  width:160px;
  background:#000;
  color:#fff;
  border:1px solid #000000;
  text-align:center;
  font-size:12px;
  border-radius:3px;
}
.btn_request_new{
  display:block;
  padding:6px 0;
  width:160px;
  background:#999;
  color:#fff;
  border:1px solid #999;
  text-align:center;
  font-size:12px;
  border-radius:3px;
}
.btn_zaiko_new{
  display:block;
  padding:6px 0;
  float:right;
  width:95px;
  border:1px solid #aaa;
  text-align:center;
  font-size:12px;
  border-radius:3px;
}
/* お気に入りボタン */
.cartBox .cart_inner .favorite_Push {
  width: 23px !important;
  margin: 12px 15px 12px 0;
  cursor: pointer;
}
.cartBox .cart_inner .favorite_Push .off {
  font-size: inherit !important;
}
.cartBox .cart_inner .favorite_Push img {
  width: 100%;
}
.cartBox .cart_inner dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cartBox .cart_inner dl dd{
  float: none;
  display: flex;
  width: 47%;
  max-width: 165px;
}
.cartBox .cart_inner dl dd div.favorite_Push{
  margin: 0 12px 0 0;
  position: relative;
  top: 10px;
}
.cartBox .cart_inner dl dd div.favorite_Push p a{
  display: block;
  width: 22px;
  margin-right: 12px;
}
.cartBox .cart_inner dl dd div.cartPush05,.cartBox .cart_inner dl dd div.cartPush02{
  /* background: #808080; */
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.cartBox .cart_inner dl dd div.cartPush03 {
  position: relative;
  line-height: 40px;
}
div.cart_inner dl.clearfix::after{
  content: none;
}

.cartBox .cart_inner dl#skuEvent {
    position: relative;
}
.cartBox .cart_inner dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cartBox .cart_inner dl, .cartBox02 .cart_inner dl {
    border-bottom: 1px solid #ccc;
}
.cartBox .cart_inner dl, .cartBox02 .cart_inner dl {
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.cartBox .cart_inner .color_box, .cartBox02 .cart_inner .color_box {
margin-bottom: 22px;
}
.cartBox .cart_inner dl#skuEvent dt{
  position: relative;
  transform: translateY(0);
  top: 0;
}
.cartBox .cart_inner dl dt{
  font-size: 14px;
}
.cartBox .cart_inner dl dt span{
  font-size: 10px;
}
.cartBox .cart_inner dl dt span.search_sizeIcon{
  width: 40px;
  display: inline-block!important;
  vertical-align: middle;
  margin-right: 10px;
}
.cartBox .cart_inner dl dt span.search_sizeIcon img{
  display: block;
  width: 100%;
}
.cartBox .cart_inner dl dt{
  width: 53%!important;
  max-width: 180px;
}
.cartBox .cart_inner dl dt p{
  line-height: 1.2;
  width: 120px;
}
.cartBox .cart_inner dl dt p span:first-child{
  margin-top: 10px;
}
.cartBox .cart_inner dl dt p span{
  font-size: 10px;
  color: #999999;
  line-height: 1.2;
  display: block!important;
}


/*-------------- お気に入り促す --------------*/
dl.f_wrap {
  flex-wrap: wrap;
}
dl#skuEvent .favorite_login {
  width: 100%;
  text-align: center;
  background-color: #f4f4f4;
  border-top: 1px solid #cccccc;
  margin-top: 22px;
  margin-bottom: -22px;
}
dl#skuEvent .favorite_login p.favorite_login_p {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
dl#skuEvent .favorite_login .favorite_login_a {
  margin-bottom: 30px;
}
dl#skuEvent .favorite_info {
  width: 100%;
  text-align: center;
  background-color: #f4f4f4;
  border-top: 1px solid #cccccc;
  margin-top: 22px;
}
dl#skuEvent .favorite_info p.favorite_info_p {
  /* margin-top: 30px; */
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8em;
}
dl#skuEvent .favorite_info p.favorite_info_p span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  padding-top: 20px;
  margin-bottom: 15px;
  line-height: 2em;
}
dl#skuEvent .favorite_info .favorite_info_a {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto 30px;
  justify-content: space-between;;
}
dl#skuEvent .favorite_info .favorite_info_a a{
  width: 48%;
}
dl#skuEvent .favorite_info .favorite_info_a a.favorite_info_app {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  background-color: #808080;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
dl#skuEvent .favorite_info .favorite_info_a a.favorite_info_app img {
  width: 25px;
  height: auto;
  margin-right: 8px;
}
dl#skuEvent .favorite_info .favorite_info_a a.favorite_info_line {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  background-color: #22ba4f;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
dl#skuEvent .favorite_info .favorite_info_a a.favorite_info_line img {
  width: 40px;
  height: auto;
  margin-left: -15px;
}
dl.targetCoupon .cartPush02::before, dl.targetCoupon .cartPush03::before, dl.targetCoupon .cartPush05::before {
    content: "クーポン対象";
    display: block;
    background: #219bd9;
    color: #fff;
    font-size: 10px;
    width: 80px;
    text-align: center;
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 2px;
    line-height: 2;
}
/* クーポンアナウンス */
.coupon_announce{
  margin: 40px auto 40px;
  background: #F3FAFD;
  padding:35px 30px 35px;
  width: 90%;
  box-sizing: border-box;
}
.coupon_announce .just_more{
  font-weight: bold;
  margin-bottom: 15px;
  color: #219BD9;
  font-size: 15px;
  border-bottom: dotted 1px #219BD9;
  padding-bottom: 5px;
}
.coupon_announce .coupon_detail{
  width: 80%;
  margin: 0 auto;
}
.coupon_announce .coupon_detail .coupon_name{
  font-weight: bold;
  margin-bottom: 15px;
  color: #219BD9;
}
.coupon_announce .coupon_detail .coupon_limit{
  font-size: 11px;
  margin-bottom: 30px;
}
.coupon_announce .coupon_detail .coupon_limit a{
  display: inline-block;
  text-decoration: underline;
  color: #222;
  font-size: 11px;
  margin-left: 10px;
}
.couponItemArea{
  margin-top: 20px;
  position: relative;
}
.couponItemArea .couponItemTitle{
  margin-bottom: 10px;
}
.couponItemArea ul{
  overflow-x: scroll;
  font-size: 0;
  white-space: nowrap;
  box-sizing: border-box;
  margin-bottom: 20px;
   /*スクロールバー非表示（IE・Edge）*/
   -ms-overflow-style: none;
   /*スクロールバー非表示（Firefox）*/
   scrollbar-width: none;
   
}
.couponItemArea ul:-webkit-scrollbar{
  display: none; 
}
.couponItemArea ul li{
  vertical-align: top;
  display: inline-block;
  width: 142px;
  position: relative;
}
.couponItemArea ul li div.textOverflow p.label::after,.couponItemArea ul li div.textOverflow p.label::before{
  display: none;
}
.couponItemArea ul li p.photo,.couponItemArea ul li p.photo img{
  display: block;
  width: 100%;
}
.couponItemArea ul li p{
  font-size: 12px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 6px;
  white-space: wrap;
}
.couponItemArea ul li p.photo{
  margin-bottom: 10px;
  padding: 0;
}
.couponItemArea ul li p.price::before{
  content: "¥";
}
.couponAllItem{
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #219BD9;
  border-radius: 5px;
  color: #fff!important;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.couponItemArea a.coupon-scroll-left,.couponItemArea a.coupon-scroll-right{
  width: 30px;
  height: 30px;
  border: 1px solid #dadada;
  background: #fff;
  top: 100px;
  z-index: 3;
}
.couponItemArea a.coupon-scroll-left{
  position: absolute;
  left: 0;
  transform: translate(0,0);
  opacity: 0;
  transition:1s;
}
.couponItemArea a.coupon-scroll-right{
  position: absolute;
  right: 0;
  transform: translate(0,0);
  transition:1s;
}
.couponItemArea a.coupon-scroll-left::before{
  width: 6px;
    height: 6px;
    border-top: 1px solid #575757;
    border-left: 1px solid #575757;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translate(1px, -3px);
    content: "";
    display: block;
}
.couponItemArea a.coupon-scroll-right::before{
  width: 6px;
  height: 6px;
  border-top: 1px solid #575757;
  border-right: 1px solid #575757;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-5px, 0px);
  content: "";
  display: block;
}