@charset "UTF-8";
/*商品一覧、商品個別ページ等で共通のCSS*/

/* product_navi */
#product-navi .inner{
    width: 80%;
    max-width: 300px;
    height: 385px;
    position: relative;
}
#product-navi .inner.headphone{
    background-image: url(../images/HEADPHONE_NAVI.png);
    background-repeat: no-repeat;
    background-position: top 50px right -40px;
}
#product-navi .inner.microphone{
    background-image: url(../images/MICROPHONE_NAVI.png);
    background-repeat: no-repeat;
    background-position: top 0px right -55px;
}
#product-navi .inner.cartridge{
    background-image: url(../images/CARTRIDGE_NAVI.png);
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
}

@media (max-width: 756px) {
    #product-navi{
        margin-bottom: 77px;
    }
    #product-navi .inner{
        background-size: contain;
    }
    #product-navi .inner.microphone {
        background-position: top 30px right -55px;
    }
}
@media (min-width: 757px) {

    #product-navi .inner{
        max-width: 1030px;
        height: 480px;
    }
    #product-navi .inner.headphone{
        background-image: url(../images/HEADPHONE_NAVI.png);
        background-repeat: no-repeat;
        background-position: bottom 30px right -30px;
    }

    #product-navi .inner.microphone{
        background-image: url(../images/MICROPHONE_NAVI.png);
        background-repeat: no-repeat;
        background-position: bottom 30px right 20px;
    }
    #product-navi .inner.cartridge{
        background-image: url(../images/CARTRIDGE_NAVI.png);
        background-repeat: no-repeat;
        background-position: bottom 30px right 15px;
    }

}
#product-navi .title{
    margin:0;
    word-break: break-all;
}
#product-navi .inner.headphone .title{
    font-size: 5.7rem;
}
#product-navi .inner.microphone .title{
    font-size: 5.3rem;
}
#product-navi .inner.cartridge .title{
    font-size: 5.9rem;
}
#product-navi .explain{
    font-size: 12px;
    width: 100%;
    letter-spacing: 1px;
    line-height: 1.7;
    word-break: break-all;
}
#product-navi .inner a{
    display: block;
    width: 100%;
    max-width: 182px;
    padding: 13px 0;
    background: #000;
    font-size: 1.5rem;
    color: #A58C55;
    text-align: center;
    border: 1px solid #000;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.5s;
    margin: auto;
}
#product-navi .inner a:hover{
    text-decoration: none;
    opacity: 1;
    background: #fff;
}
#product-navi .inner a::after{
    content: "→";
    position: absolute;
    margin-left: 5px;
    transition: 0.5s;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
#product-navi .inner a:hover::after{
    transform: translateX(100px);
}
@media (max-width: 756px) {

    #product-navi .explain{
        margin-top: 130px;
        margin-bottom: 20px;
    }
}
@media (min-width: 757px) {

    #product-navi .title{
        font-size: 7.2rem;
        margin: 127px 0 32px;
    }
    #product-navi .explain{
        font-size: 1.4rem;
        max-width: 385px;
        letter-spacing: 0.1em;
    }
    #product-navi .inner a{
        position: absolute;
        bottom: 0;
        transform: translateX(-50%);
        max-width: 250px;
        padding: 25px 0;
        font-size: 2.1rem;
        right: 0;
    }
}

/*special_site banner*/
.special_site {
    position: relative;
    width: 100%;
    height: 267px;
    margin: 0 auto;
    background-position: top 33% center;
    background-size: cover;
}
.special_site .logo_box{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 35%;
    text-align: center;
}
.special_site .logo_box img{
    max-height: 100px;
}
.special_site .explain{
    position: absolute;
    text-align: center;
}
.special_site .explain p{
    line-height: 1.7;
    word-break: break-all;
    white-space: pre-line;
}
.special_site .explain a{
    display: inline-block;
    padding: 15px 0;
    border-bottom: 1px solid #707070;
}
.special_site .explain a::after{
    content: ">";
    margin-left: 10px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.special_site .explain a:hover{
    text-decoration: none;
}

@media (max-width:767px){
    .special_site {
        height: 163px;
        margin-bottom: 157px;
    }
    .special_site .logo_box img{
        width: 35%;
        max-width: 65px;
    }
    .special_site .explain{
        width: 100%;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.1rem;
    }
}
@media (min-width:768px){
    .special_site {
        max-width: 1922px;
    }
    .special_site .explain{
        width: 330px;
        top: 50%;
        left: 78%;
        transform: translate(-50%,-50%);
        font-size: 1.5rem;
    }
}
.special_site .logo_box img {
    max-width:240px;
    height: 75px;
    object-fit: contain;
}


/* カラーチップ */
.colorTip{
    margin: 0;
    padding: 0;
    display: inline;
}
.colorTip li{
    display: inline-block;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    position: relative;
}
.colorTip li:last-child{
    margin-right: 0;
}
.colorTip .checked_w::after,
.colorTip .checked_b::after{
    display: block;
    content: "✓";
    position: absolute;
    top: 2px;
    left: 1px;
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 20px;
}
.colorTip .checked_w::after{
    color: #fff;
}
.colorTip .checked_b::after{
    color: #000;
}
.colorTip .single,
.colorTip .double{
    display: inline-block;
    width: 22px;
    height: 22px;
    transform: rotate(-55deg);
    border-radius: 11px;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
}
.colorTip .single .one{
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 100%;
}
.colorTip .double .one,
.colorTip .double .two{
    display: block;
    width: 100%;
    height: 50%;
    background: #000;
}
.colorTip .double .one{
    border-radius: 11px 11px 0 0;
}
.colorTip .double .two{
    border-radius: 0 0 11px 11px;
}
.colorTip .triple,
.colorTip .quattro{
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    overflow: hidden;
}
.colorTip .triple .one,
.colorTip .triple .two,
.colorTip .triple .three{
    display: block;
    width: 100%;
    height: 50%;
    background: #000;
    transform: rotate(90deg);
    position: absolute;
}
.colorTip .triple .one{
    top: 5px;
    right: -5px;
}
.colorTip .triple .two{
    top: 5px;
    left: -5px;
}
.colorTip .triple .three{
    bottom: -12px;
    height: 100%;
    transform: rotate(45deg);
}
.colorTip .quattro .one,
.colorTip .quattro .two,
.colorTip .quattro .three,
.colorTip .quattro .four{
    display: block;
    width: 100%;
    height: 50%;
    background: #000;
    transform: rotate(90deg);
    position: absolute;
}
.colorTip .quattro .one{
    top: 5px;
    right: -5px;
}
.colorTip .quattro .two{
    top: 5px;
    left: -5px;
}
.colorTip .quattro .three{
    top: 15px;
    right: -5px;
}
.colorTip .quattro .four{
    top: 15px;
    left: -5px;
}
/* SELECT */
.select_box{
    position: relative;
    padding: 10px 0;
    height: 2.5em;
}
.select_box::before {
    position: absolute;
    top: 50%;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #000;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 10;
}
.select_box::after {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 30px;
    height: calc(100% - 2px);
    padding: 0;
    content: '';
    pointer-events: none;
    background: #ffffff;
    z-index: 9;
}
.select_box select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    border: 1px solid #898989;
    padding: 0 10px;
    line-height: 1.5;
}
.select_box select::-ms-expand {
	display: none;
}
.BigBanner{
    text-align: center;
}
.BigBanner img{
    width: 90%;
    max-width: 950px;
}
@media (max-width:767px){
    .BigBanner{
        padding: 30px 0;
    }
}
@media (min-width:768px){
    .BigBanner{
        padding: 50px 0;
    }
}