/**********************************
 *
 * キービジュアル
 *
 **********************************/
#keyVisual {
    width:100%;
    height:auto;
    position:relative;
}

#keyVisual .title {
    width:100%;
    height:auto;
    position:absolute;
    top:0;
    left:0;
}

#keyVisual .title figure{
    width:960px;
    height:100%;
    margin:0 auto;
    position:relative;
}

#keyVisual .title figure h2{
    width:241px;
    height:auto;
    position:absolute;
    top:200px;
    left:0;
}

/**********************************
 *
 * 商品一覧
 *
 **********************************/
#products {
    width:100%;
    height:auto;
    background-image: url(../img/pc/bg_wall.png);
    background-repeat: repeat;
    background-position: top center;
    background-size: 64px 64px;
    padding:20px 0 40px 0;
}



/**********************************
 *
 * パンくず
 *
 **********************************/
#pankuzu {
    display:block;
}

#pankuzu span {
    padding-right:10px;
    font-size:12px;
    letter-spacing:0.2em;
    font-weight:bold;
}

#pankuzu span a{
    color:#55c6f0;
    text-decoration:none;
}

#pankuzu .bar{
    color:#a4a4a4;
}

/**********************************
 *
 * タブ
 *
 **********************************/

#tab {
    width:960px;
    padding:30px 0 0 0;
}

#tab li{
    float:left;
    width:32%;
    max-width:308px;
    height:54px;
    line-height:54px;
    border:solid 1px #55c6f0;
    background-color:#55c6f0;
    margin-left:15px;
    color:#fff;
    cursor:pointer;
    text-align:center;
    font-size:16px;
    letter-spacing:0.1em;
}

#tab li:first-child{
    margin-left:0px;
}

#tab .on {
    background-color:#fff;
    color:#55c6f0;
    cursor:auto;
}


/**********************************
 *
 * 商品一覧
 *
 **********************************/

.list {
    width:960px;
    padding:0 0 70px 0;
}

.list li {
    float:left;
    width:170px;
    padding:30px;
    margin:40px 4px 45px 4px;
    background-color:#fff;
    text-align:center;
    position:relative;
}

.list li figure {
    width:155px;
    margin: 0 auto;
    padding-bottom:15px;
}

.list li a{
    text-decoration: none;
}

.list li h3 {
    color:#55c6f0;
    font-size:16px;
    font-weight:bold;
}

.list li p, .list li span {
    color:#434343;
    font-size:14px;
}

.list li span span{
    color:#a4a4a4;
    font-size:12px;
}

.list .wrap {
    position:absolute;
    width:230px;
    bottom:-65px;
    left:0;
    text-align:center;
}

#pro_set h3{
    font-size:15px;
}

/**********************************
 *
 * 商品詳細
 *
 **********************************/
#detail {
    width:100%;
    height:auto;
    background-image: url(../img/pc/bg_wall.png);
    background-repeat: repeat;
    background-position: top center;
    background-size: 64px 64px;
    padding:130px 0 45px 0;
    display: inline-block;
    letter-spacing:0.1em;
}


#detail article {
    width:100%;
    height:auto;
    padding:30px 0;
    border-bottom:1px solid #a4a4a4;
    display: inline-block;
}

#photo {
    width:440px;
    float:left;
}

#photo .wrap {
    width:100%;
    height:auto;
    position:relative;
}

#photo .wrap ul {
    width:440px;
    height:340px;
}

#photo .wrap ul li {
    padding:40px 0;
    text-align:center;
    background-color:#fff;
    height: 260px;
}

#photo .wrap ul li img {
    height:100%;
}


#photo .subProduct {
    margin-top:10px;
    width:440px;
    height:110px;
}

#photo .subProduct li{
    float:left;
    width:140px;
    height:90px;
    padding:10px 0;
    text-align:center;
    margin-left:10px;
    background-color:#fff;
    overflow:hidden;
    cursor:pointer;
}

#photo .subProduct .on{
    width:138px;
    height:88px;
    border:solid 1px #55C6F0;
}

#photo .subProduct li:first-child{
    margin-left:0;
}

#photo .subProduct li img {
    height: 80px;
}

/* 矢印 */
#photo .wrap .leftArrow {
    width:21px;
    height:auto;
    position:absolute;
    cursor:pointer;
    top:150px;
    left:25px;
}

#photo .wrap .rightArrow {
    width:21px;
    height:auto;
    position:absolute;
    cursor:pointer;
    top:150px;
    right:25px;
}


#detailText {
    width:480px;
    height:auto;
    float: left;
    margin-left:40px;
}

#detailText h3 {
    font-size:22px;
    color:#55c6f0;
    font-weight:bold;
    padding-bottom:30px;
}

#detailText h3 span{
    font-size:16px;
    color:#434343;
    font-weight:bold;
    float: right;
}

#detailText h3 span span{
    font-size:14px;
    color:#a4a4a4;
}

#typeTab {
    background-color:#fff;
    width:100%;
    height:50px;
    line-height:50px;
}

#typeTab li{
    float:left;
    padding-left:60px;
}

#typeTab li:first-child{
    padding-left:120px;
}

#typeTab li p {
    font-size:16px;
    font-weight:bold;
    color:#55c6f0;
    cursor:pointer;
}

#typeTab li span {
    font-size:16px;
    font-weight:bold;
    color:#a4a4a4;
}

#typeTab li .on {
    color:#434343;
    border:none;
    cursor:auto;
}


#typeTabOne {
    background-color:#fff;
    width:100%;
    height:50px;
    line-height:50px;
}

#typeTabOne li{
    width:100%;
    text-align:center;
}

#typeTabOne li p {
    font-size:16px;
    font-weight:bold;
    color:#434343;
    border:none;
    cursor:auto;
}



#detailText .btn {
    width:480px;
    height:70px;
    background-color:#55c6f0;
    margin:15px 0 40px 0;
}

#detailText .btn a{
    text-decoration:none;
    color:#fff;
    font-size:16px;
    text-align:center;
    display:block;
    width:100%;
    line-height:70px;
}

#detailText .btn a:hover {
    opacity:0.7;
}

#detailText .btn a img{
    height: 18px;
    vertical-align: middle;
}

#detailText .border {
    width:100%;
    height:1px;
    border-bottom:1px solid #a4a4a4;
}

#detailText .type {
    width:480px;
    height:auto;
    margin:30px 0 35px 0;
    background-color:#fff;
}

#detailText .feature h4 {
    font-size:16px;
    color:#434343;
    font-weight:bold;
}

#detailText .feature h5 {
    font-size:16px;
    color:#434343;
    font-weight:bold;
    padding-top:50px;
}

#detailText .feature p {
    padding-top:20px;

}




/**********************************
 *
 * 関連商品
 *
 **********************************/
#relation {
    width:100%;
    height:auto;
    background-image: url(../img/pc/bg_wall.png);
    background-repeat: repeat;
    background-position: top center;
    background-size: 64px 64px;
    padding:0 0 65px 0;
    display: inline-block;
    letter-spacing:0.1em;
}

#relation h4 {
    font-size:16px;
    color:#434343;
    font-weight:bold;
    text-align:center;
}


.relationPro ul {
    width:960px;
    height: 370px;
    margin:30px 0 60px 0;
}

.relationPro ul li {
    float:left;
    width:250px;
    padding:30px;
    margin-left:10px;
    background-color:#fff;
    text-align:center;
    position:relative;
}

.relationPro ul li figure {
    width:auto;
    height:215px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}

.relationPro ul li a{
    text-decoration: none;
}

.relationPro ul li h3 {
    color:#55c6f0;
    font-size:16px;
    font-weight:bold;
}

.relationPro ul li p, .relationPro li span {
    color:#434343;
    font-size:14px;
}

.relationPro ul li span span{
    color:#a4a4a4;
    font-size:12px;
}

.relationPro ul .wrap {
    position:absolute;
    width:100%;
    bottom:-65px;
    left:0;
    text-align:center;
}

.bx-viewport{
    height:380px!important;

}







/*------------------------------------------------------------*/
/* スマホサイト用
 ------------------------------------------------------------*/
@media screen and (max-width: 780px) {

    * {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-text-size-adjust: 100%;
    }


    .inner {
        width:94%!important;
    }
    /**********************************
     *
     * キービジュアル
     *
     **********************************/
    #keyVisual .title {
        width:100%;
        height:auto;
        position:absolute;
        top:0;
        left:0;
    }

    #keyVisual .title figure{
        width:100%;
        height:100%;
        position:relative;
    }

    #keyVisual .title figure h2{
        width:30%;
        max-width:120px;
        height:auto;
        position:absolute;
        top:60px;
        left:0;
    }

    /**********************************
     *
     * 商品一覧
     *
     **********************************/
    #products {
        padding:20px 0 40px 0;
    }



    /**********************************
     *
     * パンくず
     *
     **********************************/
    #pankuzu {
        display:block;
    }

    #pankuzu span {
        padding-right:5px;
        font-size:12px;
        letter-spacing:0.2em;
        font-weight:bold;
    }



    #spTitle  {
        color:#55c6f0;
        font-weight:bold;
        font-size:16px;
        padding:15px 0 0px 0;
        text-align: center;
    }

    #spTitle span{
        font-size:12px;
        color:#434343;
        font-weight:bold;
        display: block;
    }

    #spTitle span span{
        font-size:10px;
        color:#a4a4a4;
    }




    /**********************************
     *
     * タブ
     *
     **********************************/

    #tab {
        width:100%;
        padding:15px 0;
    }

    #tab li{
        float:left;
        width:30%;
        height:40px;
        line-height:40px;
        margin-left:3%;
        font-size:14px;
    }

    #tab li:first-child{
        margin-left:3%;
    }


    /**********************************
     *
     * 商品一覧
     *
     **********************************/

    .list {
        width:100%;
        padding:0;
    }

    .list li {
        float:left;
        min-height:295px;
        width:48%;
        padding:10px 1%;
        margin:10px 0 10px 2%;
    }

    .list li:first-child {
        margin:10px 0 10px 2%;
    }

    .list li figure {
        width:80%;
        margin: 0 auto;
        padding-bottom:10px;
    }

    .list li h3, #pro_set h3 {
        font-size:12px;
    }

    .list li p, .list li span {
        font-size:10px;
    }

    .list li span span{
        font-size:8px;
    }

    .list .wrap {
        position:static;
        width:100%;
        bottom:0;
        left:0;
        text-align:center;
    }


    /**********************************
     *
     * 商品詳細
     *
     **********************************/
    #detail {
        padding:70px 0 40px 0;
    }

    #detail article {
        padding:15px 0 0 0;
    }

    #photo {
        width:100%;
        float:none;
    }

    #photo .wrap {
        width:80%;
        height:auto;
        margin:0 auto;
        position:relative;
    }

    #photo .wrap ul {
        width:100%;
        height:auto;
    }

    #photo .wrap ul li {
        padding:20px 0;
        text-align:center;
        background-color:#fff;
        height: 210px;
    }



    #photo .subProduct {
        margin-top:10px;
        width:100%;
        height:60px;
    }

    #photo .subProduct li{
        float:left;
        width:30%;
        height:auto;
        padding:10px 0;
        margin-left:3%;
    }

    #photo .subProduct .on{
        width:29%;
        height:auto;
        border:solid 1px #55C6F0;
    }

    #photo .subProduct li:first-child{
        margin-left:3%;
    }

    #photo .subProduct li img {
        height: 60px;
    }

    /* 矢印 */
    #photo .wrap .leftArrow {
        top:40%;
        left:-10%;
    }

    #photo .wrap .rightArrow {
        top:40%;
        right:-10%;
    }


    #detailText {
        width:100%;
        float: none;
        margin:0 0 50px 0;
        
    }

    #detailText h3 {
        font-size:16px;
        padding:30px 0 15px 0;
        text-align: center;
        clear: both;
    }

    #detailText h3 span{
        display:block;
        float:none;
        font-size:12px;
    }

    #detailText h3 span span{
        display:inline-block;
        font-size:10px;
    }

    #typeTab {
        width:100%;
        height:40px;
        line-height:40px;
    }

    #typeTab li{
        float:left;
        width:30%;
        margin:0 auto;
        text-align:center;
        padding-left:0%;
    }

    #typeTab li:first-child{
        padding-left:0%;
        margin-left:15%;
    }

    #typeTab li:nth-child(2){
        width:10%;
    }

    #typeTab li p {
        font-size:14px;
    }

    #typeTab li span {
        font-size:14px;
    }

    #detailText .btn {
        width:80%;
        height:60px;
        margin:15px auto 40px;
    }

    #detailText .btn a{
        font-size:14px;
        width:100%;
        line-height:60px;
    }


    #detailText .btn a img{
        height: 18px;
        vertical-align: middle;
    }

    #detailText .type {
        width:100%;
        height:auto;
        padding:15px 0 20px 0;
    }

    #detailText .feature h4 {
        font-size:14px;
    }

    #detailText .feature h5 {
        font-size:14px;
        padding-top:20px;
    }

    #detailText .feature p {
        padding-top:20px;

    }




    /**********************************
     *
     * 関連商品
     *
     **********************************/
    #relation {
        padding:0;
    }

    #relation h4 {
        font-size:14px;
    }


    .relationPro ul {
        width:100%;
        height: auto;
        margin:20px 0 40px 0;
    }

    .relationPro ul li {
        float:left;
        width:25%;
        height: 320px;
        padding:15px 0;
        margin:0 auto;
    }

    .relationPro ul li figure {
        width:auto;
        height: 210px;
    }


    .relationPro ul li h3 {
        font-size:14px;
    }

    .relationPro ul li p, .relationPro li span {
        font-size:12px;
    }

    .relationPro ul li span span{
        font-size:12px;
    }

    .relationPro ul .wrap {
        position:static;
        width:100%;
        bottom:0;
        left:0;
        text-align:center;
    }

    .bx-viewport{
        height:auto!important;

    }

}
