/*スライド*/
.slick-prev{
    width: 50%;
    height: 500px;
    position: absolute;
    z-index: 1;
    background-color: transparent;
    border:none;
    
}
.slick-next{
    width: 50%;
    height: 500px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: transparent;
    
    border:none;
}

.slick-prev:focus,.slick-next:focus{
    outline: none;
}
/* 商品詳細用CSS */
.ec-layoutRole .ec-layoutRole__contents {
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 40px;
}

.ec-productRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1100px;
}
.ec-sliderItemRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 550px;
    margin-bottom: 24px;
}
.ec-productRole .ec-productRole__description {
    margin-bottom: 0;
}
.price02-default{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

/*商品画像*/
.ec-productRole img {
    max-height: 530px;
    margin: 0 auto;
    width:auto;
}
.ec-sliderItemRole .slideThumb img {
    display: block;
    /*max-width: 128px;
    max-height: 100px;*/
    margin: 0 auto;
    width: 100%;
}
/*タイトル*/
.ec-productRole__title{
    padding-bottom: 45px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;    
}
/*プライス*/
.ec-productRole .ec-productRole__priceRegular {
    padding-top: 0;
    margin-bottom: 28px;
}
.ec-productRole .ec-productRole__price {
    color: #00859D;
    font-size: 3rem;
    padding: 0;
    border-bottom: 0;
}
.ec-price .ec-price__price {
    display: inline-block;
    padding: 0;
    font-size: 3rem;
    font-weight: 500;
}
/*カート*/
.cart_form{
    display: inline;
}
.ec-numberInput{
    font-size: 1.5rem;
}
.form-control{
    display: inline;
    width: 80px;
    text-align: right;
}
.form-group .form-control{
    width: auto;
    margin-left: 15px;
}
/*カート*/
.ec-blockBtn--action.add-cart{
    width: 325px;
    height: 64px;
    border-radius: 32px;
    background-color: #00859D;
    padding-left: 25px;
}
.ec-productRole img.cart_icon {
    position: absolute;
    width: 20px;
    left: 95px;
    top: 20px;
}
/*お気に入り*/
.fav_form{
    display: inline-block;
}
#favorite.on_heart{
    color: #fff;
    background-color: #E26280;
}
#favorite{
    width: 180px;
    height: 64px;
    border-radius: 32px;
    border-color: #ccc;
    margin-left: 20px;
    padding-left: 40px;
}
.ec-productRole img.heart_icon{
    position: absolute;
    width: 20px;
    left: 60px;
    top: 23px;
    z-index: 2;
}
/*タグ*/
.ec-productRole .ec-productRole__tags {
    margin-top: 40px;
    margin-bottom: 25px;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #ccc;
}
.ec-productRole .ec-productRole__tag {
    display: inline-block;
    padding: 5px 8px;
    margin-bottom: 8px;
    height: 30px;
    list-style: none;
    font-size: 1.5rem;
    color: #000;
    border: solid 1px #D7DADD;
    border-radius: 15px;
    background-color: #fff;
}
/*商品詳細*/
.ec-productRole .ec-productRole__description.div-description {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.overlay{
    position: absolute;
    width: 100%;
    height:40%;
    bottom: 0;
    background-color: #fff;
    background: linear-gradient(0deg, #ffffff, rgb(255,255,255 , 0.2));
}
.see_more_line{
    position: relative;
    width: 100%;
    border-bottom: solid 1px #D7DADD;
    margin-top: 50px;
    margin-bottom: 60px;
}
.see_more_detail{
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #D7DADD;
    right: 0;
    left: 0;
    margin: auto;
    top: -20px;
    background-color: #fff;
}
.see_more_detail:hover{
    cursor: pointer;
    color: rgba(0, 0, 0, 0.3);
}

/*フリーエリア*/
.div-free-area table{
    width: 100%;
    margin-bottom: 24px;
}
.div-free-area table th{
    background-color:#F9F9F5;
    width: 20%;
}
.div-free-area table th,.div-free-area table td{
    padding: 10px 10px;
    border: solid 1px #D7DADD;
}
/*お支払い方法について|送料・発送について*/
.qlink{
    color: #23527C;
    font-size: 1.8rem;
    padding-bottom: 24px;
    margin-bottom: 16px;
    border-bottom: solid 1px #D7DADD;
}
.qlink a{
    color: #23527C;
}
.spacing{
    margin: 0 18px;
}

/*関連商品*/
.ec-shelfGrid .ec-shelfGrid__item img {
    width: auto;
    max-width: 260px;
    max-height: 180px;
    border-radius: 15px;
}
.product_category_outer{
    border-top: solid 1px #D7DADD;
    padding-top: 45px;
}
.product_category_outer h1{
    margin-bottom: 45px;
}
.ec-shelfGrid a {
    color: inherit;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 20px;
}
.item_name{
    height: 50px;
}
.item_price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*もっと見るボタン*/
.see_more {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 260px;
    height: 60px;
    border-radius: 30px;
    border: solid 1px #D7DADD;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 90px;
}
.see_more:hover{
    cursor: pointer;
    opacity: 0.5;
}
.right_arrow{
    left: 3px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.right_arrows{
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(45deg);
}
@media (min-width: 768px){
    .ec-grid2 .ec-grid2__cell {
        width: 50%;
        padding-right:20px;
    }
    .ec-grid2 .ec-grid2__cell:last-child {
        padding-left:20px;
        padding-right:0;
    }
    .ec-productRole .ec-productRole__profile {
        margin-left: 0;
    }
/*    タイトル*/
    .ec-productRole .ec-productRole__title .ec-headingTitle {
        font-size: 2.5rem;
        letter-spacing: 0.2rem;
        font-weight: bold;
    }
/*    プライス*/
    .ec-productRole .ec-productRole__price {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .ec-productRole .ec-productRole__actions .ec-select select {
        min-width: auto;
        max-width: none;
        width: 100%;
    }
    .ec-productRole .ec-productRole__btn {
        position: relative;
        width: auto;
        display: inline-block;
         margin-bottom: 0; 
         min-width: inherit; 
        
    }
}
/*ソーシャルボタン*/
.sns-btn{
    display: flex;
    align-items: center;
}
.sns-btn span:first-child{
    margin-right: 10px;
}
/*スマートフォン*/
@media only screen and (max-width: 800px){
    .ec-layoutRole__contents{
        padding: 0 20px;
    }
    /*スライド*/
    .slick-prev{
        width: 50px;
        height: 50px;
        position: absolute;
        z-index: 1;
        background-color: transparent;
        border: none;
        background-color: #fff;
        border-radius: 25px;
        left: -25px;
        top: 150px;
    }
    .slick-prev::before{
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        position: absolute;
        top: 50%;
        left: 44%;
        margin-top: -4px;
    }
    .slick-next{
        width: 50px;
        height: 50px;
        position: absolute;
        z-index: 1;
        background-color: transparent;
        border: none;
        background-color: #fff;
        border-radius: 25px;
        right: -25px;
        top: 150px;
    }
    .slick-next::before{
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 44%;
        margin-top: -4px;
    }
    .slick-prev:focus,.slick-next:focus{
        outline: none;
    }
    
    .ec-sliderItemRole .item_nav {
        display: flex;
		flex-wrap: wrap;
    }
    .slick-slider {
        margin-bottom: 0;
    }
/*  商品画像  */
    .ec-productRole img {
        border-radius: 10px;
    }
    .slick-initialized .slick-slide {
        margin-bottom: 20px;
    }
/*    カート*/
    .ec-blockBtn--action.add-cart {
        width:100%;
        font-size: 16px;
    }
    .fav_form{
        position: relative;
        width: 100%;
    }
    #favorite {
        width: 100%;
        margin: 0;
        font-size: 16px;
    }
    .ec-productRole .ec-productRole__btn {
        position: relative;
    }
    .ec-productRole img.cart_icon {
        left: -125px;
        right: 0;
        margin: 0 auto;
        border-radius: initial;
    }
    .ec-productRole img.heart_icon{
        left: -95px;
        right: 0;
        margin: 0 auto;
        border-radius: initial;
    }
    .sns-btn {
        padding-bottom: 12px;
    }

    
}

    