@charset "utf-8";


/*==================================================
スライダーのためのcss
===================================*/


/*メイン画像下に余白をつける*/

.gallery_gt001{padding: 0;margin:0 0 0 0;}
.gallery_gt002{padding: 0;margin:0 0 0 0;}
.gallery_gt003{padding: 0;margin:0 0 0 0;}
.gallery_gt004{padding: 0;margin:0 0 0 0;}

.gallery_acc001{padding: 0;margin:0 0 0 0;}
.gallery_acc002{padding: 0;margin:0 0 0 0;}
.gallery_acc003{padding: 0;margin:0 0 0 0;}
.gallery_acc004{padding: 0;margin:0 0 0 0;}

.gallery_fx001{padding: 0;margin:0 0 0 0;}
.gallery_fx002{padding: 0;margin:0 0 0 0;}
.gallery_fx003{padding: 0;margin:0 0 0 0;}
.gallery_fx004{padding: 0;margin:0 0 0 0;}



/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    z-index: 3;
    top: 48%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 3px solid #fff;/*矢印の色*/
    border-right: 3px solid #fff;/*矢印の色*/
    height: 12px;
    width: 12px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定 guitar*/

.choice-btn_gt001 li{cursor: pointer;}
.choice-btn_gt001 li img{opacity: 0.3;/*選択されていないものは透過40%*/}
.choice-btn_gt001 li.slick-current img{opacity: 1;/*選択されているものは透過しない*/}
.choice-btn_gt001 .slick-track {transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/}

.choice-btn_gt002 li{cursor: pointer;}
.choice-btn_gt002 li img{opacity: 0.3;/*選択されていないものは透過40%*/}
.choice-btn_gt002 li.slick-current img{opacity: 1;/*選択されているものは透過しない*/}
.choice-btn_gt002 .slick-track {transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/}

.choice-btn_gt003 li{cursor: pointer;}
.choice-btn_gt003 li img{opacity: 0.3;/*選択されていないものは透過40%*/}
.choice-btn_gt003 li.slick-current img{opacity: 1;/*選択されているものは透過しない*/}
.choice-btn_gt003 .slick-track {transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/}

.choice-btn_gt004 li{cursor: pointer;}
.choice-btn_gt004 li img{opacity: 0.3;/*選択されていないものは透過40%*/}
.choice-btn_gt004 li.slick-current img{opacity: 1;/*選択されているものは透過しない*/}
.choice-btn_gt004 .slick-track {transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/}


/*選択するサムネイル画像の設定 accesary*/

.choice-btn_acc001 li{cursor: pointer;}
.choice-btn_acc001 li img{opacity: 0.3;/*選択されていないものは透過40%*/}
.choice-btn_acc001 li.slick-current img{opacity: 1;/*選択されているものは透過しない*/}
.choice-btn_acc001 .slick-track {transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/}

.choice-btn_acc002 li{cursor: pointer;}
.choice-btn_acc002 li img{opacity: 0.3;/*選択されていないものは透過40%*/}
.choice-btn_acc002 li.slick-current img{opacity: 1;/*選択されているものは透過しない*/}
.choice-btn_acc002 .slick-track {transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/}

.choice-btn_acc003 li{cursor: pointer;}
.choice-btn_acc003 li img{opacity: 0.3;/*選択されていないものは透過40%*/}
.choice-btn_acc003 li.slick-current img{opacity: 1;/*選択されているものは透過しない*/}
.choice-btn_acc003 .slick-track {transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/}


/*選択するサムネイル画像の設定 stompbox*/

.choice-btn_fx001 li{cursor: pointer;}
.choice-btn_fx001 li img{opacity: 0.3;/*選択されていないものは透過40%*/}
.choice-btn_fx001 li.slick-current img{opacity: 1;/*選択されているものは透過しない*/}
.choice-btn_fx001 .slick-track {transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/}

.choice-btn_fx002 li{cursor: pointer;}
.choice-btn_fx002 li img{opacity: 0.3;/*選択されていないものは透過40%*/}
.choice-btn_fx002 li.slick-current img{opacity: 1;/*選択されているものは透過しない*/}
.choice-btn_fx002 .slick-track {transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/}

.choice-btn_fx003 li{cursor: pointer;}
.choice-btn_fx003 li img{opacity: 0.3;/*選択されていないものは透過40%*/}
.choice-btn_fx003 li.slick-current img{opacity: 1;/*選択されているものは透過しない*/}
.choice-btn_fx003 .slick-track {transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/}

/*========= レイアウトのためのCSS ===============*/

/*エリア全体を中央寄せ*/


ul{
  padding: 0;
  list-style: none;
}



