@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?&family=Roboto:wght@900&display=swap');

main#container{
    /*width: 100vw;*/ margin: 0; /*! min-width: none; */ max-width: none;
}
main#container #breadClumb{
    margin-top: 34px;
}

.sarrouel-pants{
    background:#fff;
    padding: 0;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1920px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/**共通**/
#pagetopBtn {
    z-index: 999;
}

.store_wrapper {
    background: #FFF;
}

/**MV**/
.sarrouel-pants .mv_wrap{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mv_wrap h1 {
    display: block;
    background: url(/pc/img/feature/sarrouel-pants/mv.png) top center / 1801px auto no-repeat;
    height: 1434px;
    padding-top: 1434px;
    overflow: hidden;
    z-index: 11;
}

/**ページ上部アイテム紹介**/
.item_headDataWrap{
    margin: 40px auto;
    width: 1000px;
}

.item_headData {
    background: url(/pc/img/feature/sarrouel-pants/item_headData.png) top center / 964px auto no-repeat;
    display: block;
    position: relative;
    height: 601px;
    width: 100%;
}

.item-detail-btnWrap{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 40px auto 120px;
    width: 1000px;
}

.item-detail-btnWrap a + a{
    margin-left: 20px;
}

a.item-detail-shop {
    background: #ff3264;
    border-radius: 100px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    height: 200px;
    text-align: center;
    width: 480px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #ccc;
}

a.item-detail-online {
    background: #172d5b;
    border-radius: 100px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    height: 200px;
    text-align: center;
    width: 480px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #ccc;
}

a.item-detail-shop::after,
a.item-detail-online::after{
    content: "";
    display: block;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    height: 20px;
    width: 20px;
    transform: rotate(-45deg);
}

.colorlink_btn {
    margin: 0;
    background: #ffd700;
    display: block;
    height: 150px;
    line-height: 150px;
    text-align: center;
    width: 480px;
    border-radius: 30px;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    position: absolute;
    top: 340px;
    right: 30px;
}

/**商品特徴**/
.item_contents{
    display: block;
    margin: 120px auto;
    text-align: center;
    width: 100%;
}

.imgBlock{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px auto;
    text-align: center;
    width: 1000px;
}

section#colors .imgBlock img + img,
section#spac .imgBlock img + img {
    display: block;
    margin: 80px 0 0;
}

#size .imgBlock {
    background: #f5f5f5;
    width: 100%;
    margin: 0 auto;
    padding: 120px 0;
}

/**各スライダー部分**/
.slider_wrap {
    margin-top: 80px;
    height: auto;
    min-width: 1200px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.pickup_slider{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 500;
}

button.slick-next.slick-arrow,button.slick-prev.slick-arrow {
    display: none !important;
}

.slick-dots li.slick-active button {
    background: #6487e1;
    cursor: default;
}

.pickup_sliderdiv{
    padding: 0 10px 0 0;
}

.pickup_slider> div:nth-of-type(2){
    opacity: 0;
}

.slick-slide{
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.slick-active{
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}


.slick-active{
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.slick-slide {
    min-width: 710px !important;
}

.slick-slide img {
    display: block;
    max-width: 100%;
    /*width: 710px;
    height: fit-content;*/
    margin: 0 auto;
    
}

.slick-slide img:hover{
    filter: alpha(opacity=70);
    opacity: 0.7;

    -moz-opacity: 0.7;
}

.arrowWrapper{
    margin: 0 auto -60px;
    max-width: 710px;
    overflow: hidden;
    position: relative;
    top: -500px;
}

.arrowWrapper a{
    appearance: none;
    border: none;
    box-sizing: border-box;
    display: block;
    height: 60px;
    opacity: 1.0;
    width: 60px;
    z-index: 600;

    -webkit-appearance: none;
    -ms-appearance: none;
}

.slickPrev{
    float: left;
    left: -4px;
    position: relative;
    z-index: 600;
}

.slickNext{
    float: right;
    left: 0;
    position: relative;
    z-index: 600;
}

.slickPrev:after{
    border-right: 4px solid #192b5b;
    border-top: 4px solid #192b5b;
    bottom: 0;
    content: "";
    height: 20px;
    left: 24px;
    margin: auto;
    position: absolute;
    top: 1px;
    transform: rotate(-135deg);
    vertical-align: middle;
    width: 20px;

    -webkit-transform: rotate(-135deg);
}

.slickNext:after{
    border-right: 4px solid #192b5b;
    border-top: 4px solid #192b5b;
    bottom: 0;
    content: "";
    height: 20px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 1px;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 20px;

    -webkit-transform: rotate(45deg);
}

.arrowWrapper a:hover{
    background: #6487e1;
}

.arrowWrapper a:hover::after{
    border-color: #fff !important;
}

.arrowWrapper a {
    background: #6487e1;
}

.slickPrev:after{
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
}

.slickNext:after{
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
}


/**下部storeリンク部分**/

.online_store_list_wrap {
    background: #f5f5f5;
    margin: 0;
    padding: 40px 0;
}

.online_store_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    width: 1260px;    
}

.online_store_list li {
    width: 400px;
}

.online_store_list-item p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    min-height: 3.4em;
    text-align: center;
    height: 70px;
}

.online_store_list-item {
    padding: 20px 0;
    text-align: left;
}

.online_store_list .online_store {
    background: #fff;
    color: #000;
    width: 100%;
    margin: 0;
    box-shadow: 0 2px 5px #ddd;
}

.online_store::after
 {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.bnr_wrapper {
    width: 701px;
    text-align: center;
    margin: 30px auto;
}