@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 768px){
/* メディアクエリー */
    
    #indexProducts  .font80 {
        font-size: 60%;
        margin: 10px 0 0;
    }


/***************************************************************************


INDEX

***************************************************************************/

/***************************************************************************
index-Slider
***************************************************************************/

#indexSlider {
    overflow:hidden;
    position:relative;
    max-width: 1500px;
    min-width: 1024px;
	padding: 96px 0 0;
	z-index:1;
    margin: -5px auto 40px;
}
#indexSlider .slider{

}
#indexSlider li,
#indexSlider li img{
    width: 100%;
}


/***************************************************************************
index-PRODUCTS
***************************************************************************/

#indexProducts{
    max-width: 1500px;
    margin: 0 auto 100px;
}
#indexProducts ul{
    overflow: hidden;
    max-width: 100vw;
    min-width: 1024px;
}
#indexProducts ul li{
    float: left;
    width : calc(100% / 4) ;
    overflow: hidden;
    position: relative;
}

.bnpro1:after {
    background-image: url(../images/index/pr_bn1.jpg);
}
.bnpro2:after {
    background-image: url(../images/index/pr_bn2.jpg);
}
.bnpro3:after {
    background-image: url(../images/index/pr_bn3.jpg);
}
.bnpro7:after {
    background-image: url(https://csj-concierge.com/suzukimusic/uploads/classification_middle/7/5ea6354b68acd7_l.jpg);
}

/***************************************************************************
index-NEWS
***************************************************************************/

#indexNews{
    max-width: 100vw;
    min-width: 1024px;
    margin: 0 0 140px;
}
#indexNews .inner{
    width: 1000px;
    margin: 0 auto;
}
#indexNews section{
    margin: 0 0 60px;
}
#indexNews article{
    width: calc(93%/3);
    margin: 0 31px 0 0;
    display: inline-block;
    vertical-align: top;
}
#indexNews article a:hover img,
#news article a:hover img,
#results article a:hover img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);

}
#indexNews article .new,
#news article .new{
    position: absolute;
    top:-20px;
    right: -20px;
    z-index: 2;
    width: 58px ;
	height: 58px ;
	text-align: center ;
}
#indexNews article .new .new_icon,
#news article .new .new_icon{
    color: #fff;
    background: #ffba00;
    font-weight: bold;

    font-size: 11px;
    width: 45px;
    height: 23px;
    padding: 14px 0 7px;

    display: block;
    text-align: center;


    border: 4px solid #fff;
    border-radius: 30px;
    transition: .5s;
    transform: rotateZ( 0deg );
}
#indexNews article:hover .new_icon,
#news article:hover .new_icon{
    width: 45px;
    font-size: 14px;
    height: 25px;
    padding: 12px 0 7px;
    transform: rotateZ( 360deg ) ;

}
#indexNews article a:hover,
#news article a:hover,
#results article a:hover{
    color:#858180;
}
#indexNews article:first-child,
#news article:first-child{
    position: relative;
}
#indexNews article:last-child{
    margin: 0;
}
#indexNews .img figure,
#news .img figure,
#results .img figure{
    margin: 0 0 20px;
    width: 310px;
    height: 200px;
    overflow: hidden;	
}
#indexNews .img figure img,
#news .img figure img,
#results .img figure img{
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#indexNews .box:hover img,
#news .box:hover img,
#results .box:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#indexNews article .title,
#news article .title,
#results article .title{
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 8px;
}
#indexNews article .txt,
#news article .txt,
#results article .txt{
    font-size: 13px;
}

#indexNews .btn{
    text-align: center;
}
#indexNews .btn a{
    color: #fff;
    background:#000;
    padding: 13px 0;
    width: 260px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #fff;
}
#indexNews .btn a:hover{
    color: #000;
    background:none;
    padding: 13px 0;
    width: 260px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #000;
}

/***************************************************************************
index-ARTISTS ＆ DISTRIBUTORS
***************************************************************************/

#indexAD{
    max-width: 1500px;
    min-width: 1024px;
    margin: 0 auto 90px;
}
#indexAD ul{
    overflow: hidden;
    max-width: 100vw;
    min-width: 1000px;
}
#indexAD ul li{
    float: left;
    width: calc(100%/2);
    position: relative;
    overflow: hidden;
}


.ad1 .inner,
.ad2 .inner{
    margin: 20px;
    padding-top: 50%;
    position: relative;
}
.ad1:after {
    background-image: url(../images/index/a_bn.jpg);
}
.ad2:after {
    background-image: url(../images/index/d_bn.jpg);
}
.ad1 button,
.ad2 button{
    display: block;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.7vw;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2
}
.ad1 span,
.ad2 span{
    background: #000;
    display: inline-block;
    padding: 13px 35px;
}
/***************************************************************************
index-HAMMOND
***************************************************************************/

#indexHammond{
    max-width: 100vw;
    min-width: 1024px;
    margin: 0 0 120px;
}
#indexHammond .inner{
    width: 1000px;
    margin: 0 auto;
}
#indexHammond ul{
    overflow: hidden;
}
#indexHammond ul li{
    float: left;
    width: calc(96%/2);
}
#indexHammond ul li img{
    width: 100%;
}
#indexHammond ul li a:hover img{
    opacity: 0.6;
}
#indexHammond ul li:first-child{
    margin: 0 40px 0 0;
}


/***************************************************************************


PRODUCTS

***************************************************************************/

#products{
    width: 1200px;
    min-width: 1024px;
    margin: 78px auto 120px;
}
#products ul{
    overflow: hidden;
    max-width: 100vw;
    min-width: 1024px;
    display: flex;
    flex-wrap: wrap;
}
#products ul li{
    float: left;
    width : calc(95% / 4) ;
    overflow: hidden;
    position: relative;
    margin: 0 1vw 0 0;
}
#products ul li:last-child{
    margin: 0;
}

/***************************************************************************

ARTISTS

***************************************************************************/

#artists{
    width: 1200px;
    min-width: 1024px;
    margin: 78px auto 120px;
}
#artists ul{
    overflow: hidden;
    max-width: 100vw;
    min-width: 1024px;
}
#artists ul li{
    float: left;
    width: calc(95%/2);
    position: relative;
    overflow: hidden;
    margin: 0 1vw 0 0;
}
#artists ul li:last-child{
    margin: 0;
}

.a1 .inner,
.a2 .inner{
    margin: 20px;
    padding-top: 50%;
    position: relative;
}
.a1:after {
    background-image: url(../images/index/a_bn.jpg);
}
.a2:after {
    background-image: url(../images/contents/a2.jpg);
}
.a1 button,
.a2 button{
    display: block;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.7vw;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2
}

/***************************************************************************


DISTRIBUTORS

***************************************************************************/

#distributors{
    width: 1200px;
    min-width: 1024px;
    margin: 78px auto 120px;
}
#distributors .text{
    font-weight: bold;
    margin: 0 0 10px;
}

#distributors .map_box{
    overflow: hidden;
    margin: 0 0 30px;
}
#distributors iframe{
    float: left;
    margin: 0 30px 0 0;
}

#distributors .shopbox{
    width: 310px;
    height: 500px;
    float: right;
    overflow-y: scroll;
    border: 5px solid #d7d7d7;
    box-sizing: border-box;
}
#distributors article{
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
}
#distributors article .title{
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 7px;
}
#distributors article ul{
    margin: 0 0 7px;
}
#distributors article ul li{
    display: inline-block;
}
#distributors article .txt{
    font-weight: inherit;
    font-size: 12px;
}
#distributors article .web a{
    font-weight: inherit;
    font-size: 12px;
    color:#e70000;
}
#distributors article .web a:hover{
    text-decoration: underline;
}

#distributors .iconbox ul{
    width: 750px;
    margin: 0 auto;
}
#distributors .iconbox ul li{
    display: inline-block;
    font-weight: bold;
    margin: 0 20px 0 0;
}
#distributors .iconbox ul li:last-child{
    margin: 0;
}
#distributors .iconbox ul li img{
    margin: 0 5px 0 0;
}

/*----- form -----*/
#distributors .search_box{
    margin: 0 0 35px;
}
#distributors #form01{
    height: 55px;
    font-size: 0;
}
#distributors #form01 input{
    vertical-align: top;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
}
#distributors #input01{
    width: 85%;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #cacaca;
}
#distributors #submit01{
    width: 15%;
    border: none;
    background: #000;
    color: #fff;
        font-size: 16px;
}
#distributors #submit01:hover{
    color: #000;
    background: #ccc;
    text-decoration:none;
    transition-property: all;
    transition: 0.3s linear;
    cursor:pointer
}

/***************************************************************************


FAQ

***************************************************************************/

#faq,
#faq_single{
    width: 1200px;
    margin: 78px auto 120px;
    word-wrap: break-word;
}
.displayNone {
    display: none;
}
.accordion {
    padding: 0 10px;
}
.accordion li {
    padding: 10px;
}
.accordion a {
    display: block;
}
.contentWrap {
    margin: 10px 10px 25px;
}
.switch{
    cursor:pointer;
    font-weight: bold;
    padding:10px 0 10px 10px;
    font-size: 22px;
    position: relative;
    margin: -2px 0 0 0;
}
.switch .koko{
    margin: 0 0 0 25px;
}
.switch:before {
    position: absolute;
    top: 60%;
    left: 0;
    margin: -24px 0 0;
    font-family: FontAwesome;
    content: '\f138';
    font-size: 29px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
.switch.open:before {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.faq_a_q{
    cursor:pointer;
    font-weight: bold;
    padding:10px 0 10px 10px;
    font-size: 22px;
    position: relative;
    margin: -2px 0 0 0;
}
.faq_a_q span{
    margin: 0 0 0 25px;
}
.faq_a_q:before {
    position: absolute;
    top: 60%;
    left: 0;
    margin: -24px 0 0;
    font-family: FontAwesome;
    content: '\f138';
    font-size: 29px;
    font-weight: bold;
}
.faq_a_q a:hover{
    text-decoration: underline;
}

/*----- faq_single -----*/

.faq_q{
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 20px;
}
.faq_q span{
    font-size: 30px;
}

.faq_s{
    font-weight: bold;
    margin: 0 0 10px;
}
.faq_s a:hover{
    text-decoration: underline;
}

/***************************************************************************


ABOUT US

***************************************************************************/

#about{
    width: 1000px;
    margin: 78px auto 120px;
}
#about .img{
    margin: 0 0 80px;
}
#about ul li{
    display: inline-block;
    margin: 0 1px 5px 0;
}
#about ul li:nth-child(5n){
    margin: 0;
}
#about .txt h3{
    font-size: 28px;
    margin: 0 0 40px;
}
#about .txt p{
    margin: 0 0 1.5em;
}

#about .company{
	margin-bottom:60px;
}
#about .company table,
#about .company .mapContainer{
	margin-bottom:40px;
}


/***************************************************************************


NEWS

***************************************************************************/

#news,
#results{
    width: 1000px;
    margin: 78px auto 120px;
}
#news section,
#results section{
    margin: 0 0 20px;
}
#news article,
#results article{
    width: calc(93%/3);
    margin: 0 31px 60px 0;
    display: inline-block;
    vertical-align: top;
}
#news article:nth-child(3n),
#results article:nth-child(3n){
    margin: 0;
}


/***************************************************************************
NEWS_SINGLE
***************************************************************************/

#news_single{
    width: 1000px;
    margin: 78px auto 120px;
}
#news_single .titlebox{
    overflow: hidden;
    margin: 0 0 30px;
    font-weight: bold;
}
#news_single .titlebox .excerpt{
    font-size: 28px;
    float: left;
}
#news_single .titlebox time{
    float: right;
    margin: 10px 0 0;
}
#news_single figure{
    width: 100%;
    background: #000;
    text-align: center;
    margin: 0 0 30px;
}
#news_single .txt{
    font-size: 14px;
}
#news_single .txt p{
    margin: 0 0 1.6em;
}

/***************************************************************************


CONTACT

***************************************************************************/

#contact{
    width: 1000px;
    margin: 78px auto 120px;
}

/***************************************************************************


PRIVACY

***************************************************************************/
#privacy{
    width: 1000px;
    margin: 78px auto 120px;
}

/***************************************************************************


results

***************************************************************************/
#results .hit_word{
    font-weight: bold;
    padding: 0 5px;
}
/*******
/* メディアクエリー閉じタグ */
}