/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

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

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

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

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


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

body{
  
}

@media screen and (min-width:768px){/*PC*/
#content_w970 {
    width:970px;
    margin:0 auto;
}
}
@media screen and (max-width:767px){/*SP*/
#content_w970 {
    width:100%;
    margin:0 auto;
}
}

/*********共通*************/
h1 {
    text-decoration: none;
    font-size:200%;
    font-weight:bold;
}
h2 {
    text-decoration: none;
    font-size:160%;
}

a:hover h1,
a:hover h2 { text-decoration: none!important;}

a .btn_detail {
     font-size:120%;
     margin-top:10px;
     text-decoration:underline ;   
}
.product01 {background: #000;}
.product01 ,
.product02 ,
.product03  {padding:20px 0 0 10px;}


.product01 a,
.product02 a,
.product03 a {pointer-events: all;}


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


/**********1段目、2段目*********/
@media screen and (min-width:768px){/*PC*/
    .top, .second {
        min-height:500px;
    }
}
.product01.nbr390x video {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.product01.nbr390x img {
    width: 100%;
}
.top {background:#fff;}
.top a {color:#000;}
.second {background:#000;}
.second a {color:#fff;}
.product01 {
    width:100%;
    text-align:center;
}

/**************3段目**************/

.product01 a h1,
.product01 a h2 ,
.product01 a:hover h1 ,
.product01 a:hover h2 ,
.product01 a:visited h2,
.product01 .btn_detail { color:#fff; text-decoration: none;}

.product02 a h1,
.product02 a h2,
.product02 a:hover h1 ,
.product02 a:hover h2 { color:#000; text-decoration: none;}

@media screen and (min-width:768px){/*PC*/
.product02 {
    width:48%;
    display: inline-block;
    text-align:center;
    background: #fbfbfd;
}
}
@media screen and (max-width:767px){/*SP*/
.product02 {
    width:94%;
    margin:0 auto 20px;
    text-align:center;
     background: #fbfbfd;
}
}


/**************4段目ツールセット**************/

.product03 h1 {text-align: center; margin-bottom:20px;}