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





.header-visual {
    margin: 0 0 -12% 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;
    opacity: 0;
}

.slick-slider.slick-initialized.header-product-div {
    opacity: 1;
}

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

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

#new-item {
    width: 100%;
    margin: 0 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 {
    margin: 50px 0 0 0;
    opacity: 0;
    padding: 0;
    overflow: visible;
    background: #0f0000;
}

.slick-slider.slick-initialized.new-item-div {
    opacity: 1;
}

.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;
}

.contents-div-ul::-webkit-scrollbar{ 
    width: 5px;
}
.contents-div-ul::-webkit-scrollbar-thumb{ 
    background: #555;
    border-radius: 5px;
}
.contents-div-ul::-webkit-scrollbar-track-piece:start{
    background: #f9f9f9;
}
.contents-div-ul::-webkit-scrollbar-track-piece:end{
    background: #fff;
}


.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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 2.5% auto 2.5% auto;
}

.brand-list li {
    width: calc((100% / 5) - 50px);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
    border: solid #d0d0d0 1px;
}

.brand-list li.borderless {
    border: solid transparent 1px;
}

.brand-logo-image {
    width: 98%;
    height: auto;
    margin: 0 1%;
}

.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;
        height: auto;
    }
    
    .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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
        
.brand-list-sp li {
    width: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
    
.brand-logo-image-sp {
    width: 98%;
    margin: 0 1%;
    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;
    }
    
}

.sns {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.sns a:not(:last-child) {
    margin-right: 15px;
}

.sns img {
    width: 50px;
}

@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;
    }
    

.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: 300px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: scroll;
    overflow-x: hidden;
}

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

#cocktail-audio-news {
    padding-top: 50px;
}

#cocktail-audio-news .back-number {
    top: 50px;
}

#news, #event {
    padding-top: 75px;
}

#news .back-number,
#event .back-number {
    top: 75px;
}

.sns img {
    width: 35px;
}

.sns a:not(:last-child) {
    margin-right: 10px;
}
    
}
