* {
    margin: 0;
    padding: 0;
    font-family: 'Molengo', 'ヒラギノ角ゴ ProN W3', '游ゴシック', sans-serif;
    text-decoration: none;
}





.header-visual {
    margin: 80px 0 0 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header-visual-image {
    width: 100%;
    display: block;
}

.header-visual-text {
    position: absolute;
    width: 300px;
    top: 22.5%;
    left: 5%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.header-product-div {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    top: -19vw;
    left: 0;
    right: 0;
}

.header-product-div div {
    width: 100%;
    overflow: hidden;
}

.header-product {
    width: 42.5%;
    margin: auto;  
    overflow: hidden;
}

#new-item {
    width: 100%;
    margin: -9vw 0 0 0;
    overflow: hidden;
}

.section-title {
    font-size: 24px;
    text-align: center;
    line-height: 24px;
}

.section-subtitle {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.new-item-div {
    width: ;
    margin: 50px 0 0 0;
    display: block;
    padding: 0;
    overflow: visible;
    background: #0f0000;
}

.new-item-div div {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 0 15px 0;
    overflow: visible;
    background: #280000;
}

.new-item-product {
    width: 95%;
    overflow: visible;
    margin: -50px auto 0 auto;
    padding: 50px auto 0 auto;
    
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.new-item-product:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

















#event, #news, #cocktail-audio-news {
    position: relative;
    width: 80%;
    max-width: 800px;
    height: 150px;
    margin: 0px auto 75px auto;
    padding-top:100px;
    display: table;
}

.title-div {
    width: 75px;
    display: block;
    padding: 0 60px 0 0;
    vertical-align: top;
}

.title-div .section-title {
    width: 80px;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
}

.title-div .section-subtitle {
    width: 80px;
    margin: 5px 0 0 0;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

.contents-div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.contents-div-ul {
    width: 100%;
    height: 350px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: scroll;
    overflow-x: hidden;
}

.back-number {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 73px;
    font-size: 11px;
    line-height: 11px;
    padding: 5px 0 5px 5px;
    border: solid #d0d0d0 1px;
    color:#000;
}

/* right-arrow start */
.cssArrow_r{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 7px 4px;
    padding: 0 0.5em 0 0.5em;
    border-bottom: 1.5px solid #000000;
    line-height: 1em;
}

.cssArrow_r::after{
    position: absolute;
    right: 0;
    bottom: -1px;
    border-right: 0.4em solid #fff;
    border-bottom: 0.4em solid #000000;
    content: "";
}
/* right-arrow end */

.cocktail-audio-logo-div {
    width: 80%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

.cocktail-audio-logo {
    width: 200px;
    display: block;
}

.triode-logo-div {
    width: 100%;
    display: block;
    margin: 2.5% auto 2.5% auto;
}

.triode-logo-image {
    width: 18%;
    display: block;
    margin: auto;
    border: solid #d0d0d0 1px;
}

.triode-logo-div-sp {
    display: none;
}

.brand-list {
    width: 80%;
    margin: 0 auto;
    font-size: 0;
    justify-content: center;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 2.5% auto 2.5% auto;
}

.brand-list li {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.brand-logo-image {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: solid #d0d0d0 1px;
}

.brand-list-sp {
    display: none;
}






/* ===== smartphone ===== */

@media screen and (max-width: 1024px) {
    
    * {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-family: 'Molengo', 'ヒラギノ角ゴ ProN W3', '游ゴシック', sans-serif;
        font-weight: 500;
}
    
    .header-visual {
        margin: 60px 0 0 0;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .header-visual-text {
        display: none;
    }
    
    #new-item {
        width: 100%;
        margin: -30px 0 75px 0;
        overflow: hidden;
    }
    
    .triode-logo-div {
    display: none;
}
    
    .triode-logo-div-sp {
        width: 90%;
        display: block;
        margin: 25px auto 0 auto;
        text-align: center;
    }
    
     .triode-logo-div-sp li {
        width: 45%;
        display: block;
        margin: auto;
    }
    
    .triode-logo-image-sp {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        border: solid #d0d0d0 1px;
    }

.brand-list {
    display: none;
    }
    
    .brand-list-sp {
        width: 80%;
        display: block;
        margin: 25px auto;
    padding: 0;
    font-size: 0;
    justify-content: center;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    }
     
.brand-list-sp li {
    width: 45%;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
}
    
    .brand-logo-image-sp {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        border: solid #d0d0d0 1px;
    }
    
    .brand-list-name {
        margin: 5px 0 0 0;
        text-align: center;
    }
    
    .brand-list-name a {
        font-size: 13.5px;
        font-weight: 600;
        font-family: 'ヒラギノ角ゴ ProN W3', '游ゴシック', sans-serif;
        text-decoration: underline;
    }
    
}

@media screen and (max-width: 600px) {
    
    * {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-family: 'Molengo', 'ヒラギノ角ゴ ProN W3', '游ゴシック', sans-serif;
        font-weight: 500;
}
    
    .header-product {
        width: 70%;
        margin: auto;  
        overflow: hidden;
    }
    
    .header-product-div {
        position: absolute;
        width: 100%;
        margin: 0;
        padding: 0;
        top: -22.5vw;
        left: 0;
        right: 0;
    }
    
    #new-item {
        width: 100%;
        margin: 35px 0 75px 0;
        overflow: hidden;
    }
    
    #event, #news {
        position: relative;
        width: 90%;
        height: auto;
        margin: 0 auto 75px auto;
        display: block;
    }
    
    .cocktail-audio-logo-div {
        display: none;
    }
    
    #cocktail-audio-news {
        display: none;
    }

.title-div {
    width: 100%;
    display: block;
    padding: 0 0 0 0;
    vertical-align: top;
}

.title-div .section-title {
    width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
}

.title-div .section-subtitle {
    width: 100%;
    margin: 5px 0 25px 0;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}

.contents-div {
    width: 100%;
    display: block;
    vertical-align: baseline;
}

.contents-div-ul {
    width: 100%;
    height: 150px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: scroll;
    overflow-x: hidden;
}

.back-number {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    width: 73px;
    font-size: 11px;
    line-height: 11px;
    padding: 5px 0 5px 5px;
    border: solid #d0d0d0 1px;
}


    
}