@charset "UTF-8";

.c5-category__LinkBudsFit,
.c5-category__LinkBudsOpen{
display: none;
}
.c5-category__LinkBudsFit.show,
.c5-category__LinkBudsOpen.show{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.c5-container--LinkBuds{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c5-container--LinkBuds #c5-header1{
    width: 100%;
}

.c5-container--LinkBuds #selectarea{
    width: 45%;
}
.c5-products{
    position: sticky;
    position: -webkit-sticky; /* safari対応 */
    top: 0;
    z-index: 1;
    background-color: #f0f0f0;
    width: 50%;
    height: max-content;
    padding: 40px 0 10px 0;
}
.c5-container_inner,.c5-products{
    display: none;
    pointer-events: none;
}
.c5-container_inner.show,
.c5-products.show{
    pointer-events: initial;
    opacity: 1;
}

.c5-container_inner ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
    list-style: none;
    padding: 0;
}
.c5-container_inner ul li {
    position: relative;
    margin: 3px 3px 5px 3px;
    width: calc(50% - 8px);
}
.c5-container_inner ul li input[type=radio]{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.c5-container_inner ul.c5-select__productbody{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.c5-container_inner ul.c5-select__productbody li{
    width: 48%;
}
.c5-container_inner ul.c5-select__productbody li label{
    font-size: 18px;
}

.c5-container_inner ul li label{
    font-size: 12px;
    display: block;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    text-align: center;
    height: 100%;
    width: 100%;
    align-content: center;
    min-height: 80px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 2px #ccc inset;
}
.c5-container_inner ul.c5-select__productbody li label:hover,
.c5-container_inner ul li label:hover{
    box-shadow: 0px 0px 0px 2px #538ed1 inset;
}
.c5-container_inner ul li :checked+label{
    box-shadow: 0px 0px 0px 2px #538ed1 inset;
}

.c5-container_inner ul li label span{
    display: block;
    border-radius: 100px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border:  solid 1px #ccc;
}


.c5-container_inner ul li label span.c5-color__Black{     background-color: #000000; }
.c5-container_inner ul li label span.c5-color__White{     background-color: #fff; }
.c5-container_inner ul li label span.c5-color__Green{     background-color: #aac0b0; }
.c5-container_inner ul li label span.c5-color__Violet{    background-color: #3b356a; }
.c5-container_inner ul li label span.c5-color__Pink  {    background-color: #cf9ba6; }
.c5-container_inner ul li label span.c5-color__Ashblue{   background-color: #a2b2c2; }
.c5-container_inner ul li label span.c5-color__Ashgreen{  background-color: #aac0b0; }
.c5-container_inner ul li label span.c5-color__Ashpurple{ background-color: #b1adc2; }
.c5-container_inner ul li label span.c5-color__Ashpink{   background-color: #c8abab; }
.c5-container_inner ul li label span.c5-color__Pureblack{ background-color: #191919; }


.c5-products *{
    transform-origin: top center;
}
.c5-products .c5-products__image{
    margin: 0 auto;
    text-align: center;
    display: block;
    position: relative;
    height: 365px;
    transition: all 0.3s 0s ease;
    transform-origin: top center;
    transform: translateX(-50%);
    left:50%;
}
.c5-products .c5-products__image .c5-image{
    position: absolute;
    width: 440px;
    display: block;
    margin: 0 auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s 0s ease;
    transform-origin: top center;
}
.c5-products .c5-products__image .c5-image img{
    width:100%;
}


.c5-products.sticky{
    border-bottom: solid 1px #ccc;
    position: fixed;
    width: 100%;
    max-width: 1200px;
}
.c5-products.sticky .c5-products__image{
    transform: translateX(-50%) scale(0.8);
    height: 300px;
    margin-bottom: -70px;
}
.c5-products.sticky .c5-products__image .c5-image{
    transform: translateX(-50%) scale(0.8);
}

.c5-container_inner ul.show.disabled li{
    pointer-events: none;
}
.c5-select__productbodycaseBottomcolor--wrap{
    transition: all 0.3s 0s ease;
    height: 290px;
}
.c5-select__productbodycaseBottomcolor--wrap.disabled{
    height: 0;
    overflow: hidden;
    opacity: 0;
}

@media only screen and (max-width: 992px) {
    .c5-select__productbodycaseBottomcolor--wrap{
        height: 56vw;
    }
}
@media only screen and (max-width: 520px) {
    .c5-select__productbodycaseBottomcolor--wrap{
        height: 290px;
    }
    
.c5-container_inner ul.c5-select__productbody li label{
    font-size: 16px;
}
}
.c5-block_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c5-block_flex img{
    max-width: 200px;
    width: 30%;
}
.c5-block_flex p{
    width: 65%;
}


@media only screen and (max-width: 992px) {
    .c5-container--LinkBuds{
        width: auto;
        display: block;
    }
    .c5-block_flex img{
        display: block;
        width: 40%;
        margin: 0 auto;
    }
    .c5-block_flex p{
        width: 55%;
    }

    .c5-products{
        display: block;
        width: 100vw;
        margin-left: -20px;
        padding: 15px 0 ;
        box-shadow: 0px 5px 12px -9px rgba(0,0,0,0.4);
        margin-bottom: 0;
    }
    .c5-products .c5-products__image .c5-image img{
        width: 68%;
    }
    .c5-container--LinkBuds #selectarea{
        margin-top: 26px;
        width: 100%;
    }

    .c5-container_inner ul li {
        position: relative;
        margin: 3px;
        width: 48%;
    }
    .c5-container_inner ul li label {
    height: 16vw;
    }
    .c5-products p.s5--alignCenter{
        margin: 5px 0;
    }

    .c5-container_inner ul.c5-select__productbody li:first-child{
        margin-bottom: 5px;
    }
    .c5-container_inner ul li input[type=radio]{
        top: 16px;
    }
   
.c5-products .c5-products__image{
    height: 54vw;
    max-height: 210px;
    margin: 15px 0 10px 0;
}

.c5-products .c5-products__image .c5-image{
    width: 400px;
}

.c5-products.sticky .c5-products__image{
    height: 275px;
}


}

.c5-buttonV3{
    max-width: 400px;
    margin: 0 auto;
}
.c5-buttonV3 a{
    padding: 20px;
}
.c5-link__block a{
    padding: 15px;
    display: block;
    margin-bottom: 15px;
    border: solid 1px #D14;
    text-align: center;
    font-weight: bold;
}
.c5-block_banner img{
    max-width: 100% !important;
    height: auto !important;

}
.c5-block_banner{
    padding: 0 15px;
    display: initial;
}

@media only screen and (max-width: 992px) {
.c5-block_banner{
    display: block;
    padding: 0 0;
}
}


.c5-block_banner a{
transition: all 0.3s;
}
.c5-block_banner a:hover{
    opacity: 0.6;
}
.c5-row{
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}
.c5-row__col2{
        width: 50%;
    display: table-cell;
    vertical-align: top;
}
.c5-row__col2:first-child{
    padding-right: 5px;
}
.c5-row__col2:last-child{
    padding-left: 5px;
}