@charset "UTF-8";
/**************************************************************************************
itokin_coordinate.css /  コーディネートページ
#PC表示（min-1188px）
◎共通
◎一覧
◎詳細

#タブレット表示（min-991px）
◎共通
◎一覧
◎詳細

#スマホ表示（min-767px）

*************************************************************************************/

/**************************************************
共通
**************************************************/
#cordinate {
    border-bottom:  1px solid #ededed;
}

/*タブ */
#cordinate .tab-nav {
    margin-top:  -40px;
    border-bottom:  1px solid #ededed;
}
#cordinate .tab-nav ul {
    padding:  0 200px;
}


/**************************************************
トップ
**************************************************/

#cordinate.top {
    margin-top: 0;
}
#cordinate.top .list span.date {
    color:  #666;
    display:  block;
    font-style:  italic;
}
#cordinate.top .list .brand {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
#cordinate.top .list .brand.align-items-center {
    align-items: center;
}
#cordinate.top .list .brand.last {
    border: none;
    margin:  0;
}
#cordinate.top .list .brand .square_thumbnail {
    width: 27%;
    padding-right: 10px;
}
#cordinate.top .list .brand h3{
    margin:  0 0 20px;
}
#cordinate.top .list .brand h3 img {
	width: 100%;
}
#cordinate.top .list .brand p.more {
    text-align: center;
}
#cordinate.top .list .brand p.more a {
    background-color:  #525252;
    color:  #FFF;
    height:  30px;
    line-height:  30px;
    border-radius:  15px;
    text-align:  center;
    display:  inline-block;
    font-weight:  bold;
    padding: 0 10px;
    width: 230px;
}
#cordinate.top .list .brand p.more a span {
    display: none;
}
#cordinate.top .list .brand p.more i {
    visibility:  hidden;
}
#cordinate.top .coordinate-list {
    width: 73%;
    align-self: flex-start;
    padding-left: 10px;
}
#cordinate.top .list .brand li {
    width: 25%;
}
#cordinate.top .list .brand h4 {
    font-size: 16px;
    margin: 0;
}

/**************************************************
一覧
**************************************************/
#cordinate.item-list #sectionCoordinateListParts .list li {
    width: 20%;
}

/**************************************************
詳細
**************************************************/
#cordinate.detail {
    margin:  0 0 40px;
    padding:  0 0 40px;
}
#cordinate.detail img {
    width:  100%;
}
#cordinate.detail .left {
    width:  600px;
    height:  800px;
    float:  left;
}
/* コーディネートスライダー */
#cordinate.detail .left .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
    left: 0px;
    background-color:transparent;
}
/* 画像読込中は2枚目以降非表示 */
#cordinate.detail .left .main-image ul.bxslider li:not(:first-child) {
    display: none;
}
/* 画像読込完了後に表示 */
#cordinate.detail .left .main-image .bx-viewport ul.bxslider li {
    display: block !important;
}
#cordinate.detail .right {
    width:  548px;
    /*height:  800px;*/
    float:  right;
    position: relative;
}
#cordinate.detail .right .list ul {
    margin:  0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
#cordinate.detail .right .list li {
    width:  33.333333%;
    padding:  0 10px;
    margin:  0 0 20px;
}
#cordinate.detail .right li p {
    margin:  0;
}
#cordinate.detail .right li p.image {
    margin:  0 0 10px;
}
#cordinate.detail .right .footer {
    position:  relative;
}
#cordinate.detail .right .footer ul li {
    height:  40px;
    line-height:  40px;
}
#cordinate.detail .right .footer li.sns {
    width:  100%;
}
#cordinate.detail .right .footer .sns {
    padding:  0 0 20px;
    margin:  0 0 20px;
    height:  56px;
    border-bottom:  1px solid #e1e1e1;
}
#cordinate.detail .right .footer .sns a {
    width:  36px;
    height:  36px;
    line-height:  36px;
    border:  1px solid #cdcdcd;
    display:  inline-block;
    color:  #000;
    font-size:  16px;
    text-align:  center;
    border-radius:  18px;
    letter-spacing: normal;
    margin-right:  10px;
    vertical-align: top;
    outline-offset: 2px;
}
#cordinate.detail .right .footer .sns a:focus {
    outline-offset: 2px;
}
#cordinate.detail .right .footer .sns a.sns-icon {
    border: none;
}
#cordinate.detail .right .footer .sns a.sns-icon object {
    pointer-events: none;
}
#cordinate.detail .right .footer li.price {
    flex-grow:1;
    font-size: 15px;
}
#cordinate.detail .right .footer li.price span {
    font-weight:  bold;
    margin-left:  10px;
    font-size:  24px;
}
#cordinate.detail .right .footer li.collect a {
    width:  150px;
    display: inline-block;
    color:  #FFF;
    text-align:  center;
    border-radius:  20px;
    background-color:  #525252;
    font-weight:  bold;
    margin-right: 10px;
}
#cordinate.detail .right .footer li.favorite a {
    display: inline-block;
    width:  114px;
    height:  40px;
    line-height:  38px;
    border-radius:  20px;
    border:  1px solid #cdcdcd;
    text-align:  center;
    color:  #000;
}
#cordinate.detail .right .footer li.favorite a:hover {
    background-color: #fafafa;
}
#cordinate.detail .right .footer li.favorite img {
    width:  24px;
    margin-right:  10px;
}
#cordinate.detail .right .footer p.update {
    position:  absolute;
    top:  20px;
    right: 0;
    font-size: 15px;
}

/*  その他のコーディネート */
#other-cordinate {
    border-bottom:  1px solid #ededed;
}
#other-cordinate h3 {
    font-size:  18px;
    margin:  0 0 20px;
    font-weight:  bold;
}
#other-cordinate ul {
    margin: 0 -10px;
}
#other-cordinate li {
    float:  left;
    width:  16.666667%;
    padding:  18px 10px 0;
    margin:  0 0 40px;
    position: relative;
}
#other-cordinate li img {
    width:  100%;
}

/**************************************************
 *
 * PC
 *
**************************************************/
@media (min-width: 992px) {
    #cordinate.detail .right .upper {
        min-height:690px;
    }
}


/**************************************************
 *
 * タブレット
 *
**************************************************/

@media (max-width: 991px) {
    /* 一覧 */
    #cordinate .tab-nav ul {
        padding:  0;
    }
    #cordinate.top .list .brand {
        padding-left:  0;
        margin-bottom: 30px;
        padding:  0;
        border: none;
    }
    #cordinate.top .list .brand.last {
        margin:  0 0 15px;
    }
    #cordinate.top .list .brand h3 {
        position:  static;
        text-align:  center;
        margin-bottom:  20px;
    }
    #cordinate.top .list .brand h3 img {
        width:  100px;
        margin:  0 auto;
    }
    #cordinate.top .list .brand ul {
        margin:  0 -5px;
    }
    #cordinate.top .list .brand li {
        width:  50%;
        padding:  0 5px;
        margin-bottom: 10px;
    }
    #cordinate.top .list .brand p.more {
        margin-bottom: 20px;
    }
    #cordinate.top .list .brand p.more a {
        width: inherit;
        min-width: 230px;
        max-width: 99%;
    }
    #cordinate.top .list .brand p.more a span {
        display:  inline-block;
    }
    /* gender tab */
    #cordinate.top .tab-nav {
        margin-top:  0;
        margin-bottom: 0;
    }
    #cordinate.top .gender-tab ul {
        padding: 0;
    }
    #cordinate.top .gender-tab {
        margin-bottom: 15px;
    }
    #cordinate.top .gender-tab ul {
        padding: 0;
    }
    #cordinate.top .gender-tab li a {
        height: 45px;
        line-height: 45px;
        border-bottom: none;
    }
    #cordinate.top .gender-tab li.active {
        border-bottom: none;
        background: #e9381a;
    }
    #cordinate.top .gender-tab li.active a {
        color: #fff;
    }
    #cordinate.top .tab-nav li.active a {
        font-weight: bold;
    }

    /* SP表示：コーディネート一覧 */
    #cordinate.top .sp-coordinate {
        margin-bottom: 20px;
    }
    #cordinate.top .list .brand {
        display: block;
    }
    #cordinate.top .list .brand .square_thumbnail {
        width: 100%;
        display: block;
    }
    #cordinate.top .coordinate-list {
        width: 100%;
        display: block;
    }
    #cordinate.top .list .brand h3 img {
        margin: 0;
    }
    #cordinate.top .coordinate-list {
        padding-left: 0;
    }

    /**************************************************
    一覧
    **************************************************/
    #cordinate.item-list #page-title {
        margin-bottom: 0;
    }
    #cordinate.item-list #sectionCoordinateListParts .list li {
        width: 50%;
        margin: 0;
    }

    /**************************************************
    詳細
    **************************************************/
    #cordinate.detail .left {
        width:  100%;
        height: auto;
        float: none;
        margin-top:  -40px;
        margin-bottom: 20px;
    }
    #cordinate.detail .left .main-image {
        margin:  0 -10px;
    }
    #cordinate.detail .right {
        width:  100%;
        height: auto;
        float: none;
        padding:  0;
    }
    #cordinate.detail .right .list {
        margin:  0 0 20px;
    }
    #cordinate.detail .right .list ul {
        margin:  0 -5px;
    }
    #cordinate.detail .right .list li {
        padding:  0 5px;
        width: 50%;
    }
    #cordinate.detail .right .list li select{
        font-size: 12px;
        width: 70%;
    }
    #cordinate.detail .right .footer {
        position: relative;
        margin:  0 -10px;
    }
    #cordinate.detail .right .footer li.sns {
        padding:  0 10px;
    }
    #cordinate.detail .right .footer li.price {
        text-align:  center;
        width:  100%;
        margin:  0 0 20px;
    }
    #cordinate.detail .right .footer p.update {
        right:  10px;
    }
    #cordinate.detail .right .footer li.collect {
        text-align:  center;
        width:  50%;
    }
    #cordinate.detail .right .footer li.collect a {
        width:  100%;
        margin-left: 10px;
        margin-right: 0;
    }
    #cordinate.detail .right .footer li.favorite {
        margin: auto;
    }
    #cordinate.detail .right .footer li.favorite a {
        width:  100%;
        padding: 0 20px 0 20px;
    }

    /*  その他のコーディネート */
    #other-cordinate {
        margin:  0;
    }
    #other-cordinate ul {
        margin:  0 -5px;
    }
    #other-cordinate li {
        width:  33.333333%;
        margin:  0 0 20px;
        padding:  18px 5px 0;
    }

}
