
@charset "UTF-8";


/*= top FV=*/
/*========================================================*/

.fv {
    position: relative;
}

.fv img {
    width: 100%;
}

p{
  letter-spacing:1.6;
}


.slideclip {
    width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 0px;
}






/*= スライド =*/
/*========================================================*/

.slide {
  width: 100%;
  height: 450px; /*201608変更*/
  position: relative;
  overflow: hidden;
}

.content-slider li img{
        width: 100%;
}
.lSAction > .lSPrev {
/*
  left: 580px;
*/
  z-index: 99;
}
.lSAction > .lSNext {
/*
  right: 580px;
*/
  z-index: 99;
}
header {
  z-index: 999;
}
/*** ページナビ ***/
.lSPager {
	display: none;
}


/***キャプション   201608変更***/
.content-slider p {
    display: block;
    width: 100%;
    height: auto;
     /*background-color: rgba(0, 0, 0, 0.65);*/
    position: absolute;
    bottom: 0;
    padding: 16px 24px;
    display: none;
    margin: 0;
    color: #fff;
    line-height: 1.46;
    font-size: 15px;
}

.content-slider .ttl{
    /* color: #ffff00; */
    font-size: 22px;
    color: #fff;
    padding: 0 0 0.5%;
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
}

.content-slider .active+li p { display: block; }



/*****白黒****/

.content-slider li {
  position:relative;
  display:block;
}
.content-slider li { opacity: 0.45; }
.content-slider .active+li { opacity: 0.95; }
/*
.content-slider .active+li img:first-child { visibility:hidden; }
.content-slider .active+li img.BWFilter { visibility:hidden; }
*/
.content-slider .active+li img.BWFilter, .content-slider .active+li canvas.BWfade { visibility:hidden; }

.lslide img {
    vertical-align: top;
}

/*
.content-slider .active + li img, .content-slider .active + li canvas.BWfade {
    border-right: solid 4px #ee228c;
    border-left: solid 4px #ee228c;
    border-top: solid 4px #ee228c;
    border-bottom: solid 11px #ee228c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    height: 486px;
}
*/

/*= サイズ幅調整 　スライダー=*/
/*========================================================*/

.slide-in{
  position: relative;
  left: 0 ;
  margin: 0 auto !important;
}

@media screen and (min-width: 1920px) {
  .slide-in{
    left: calc( 50% - 1470px )!important;
    /*left: 0 !important;*/
  }
}


@media screen and (max-width: 1919px) {
  .slideclip{
    width: 100%;
  }
}

/*= 201608追加　=*/
/*========================================================*/

#content-slider{
  /*height: 445px !important;*/
  height: 490px !important;
}

.slide {
    width: 100%;
    height: 445px;
    /*height: 490px;*/
    position: relative;
    overflow: hidden;
/*
    background: #e3e3e3;
    background: #a9a9a9;
    background: #c0c0c0;
border-bottom: 1px solid #dcdcdc;
    background: #dcdcdc;
*/
    /*background: #8fc31f;*/
    background: #fff;
}

.btn_res {
    font-size: 15px;
margin-top: 20px;
}

.btn_res a {
    display: block;
    width: 48%;
    margin: 0;
    margin-top: 3%;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    text-align: center;
    vertical-align: midle;
    line-height: 2.2;
    border: solid 1px #333;
    color: #424242;
}

.btn_res a:hover{
  background: #333;
  color: #fff;
  cursor: pointer;
}


.btn_res a::before,
.btn_res a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_res a,
.btn_res a::before,
.btn_res a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .6s;
	transition: all .6s;
}


.content-slider p {
    display: block;
    width: 100%;
    height: auto;
/*
    color: #666;
    background-color: #ee228c;
    background: #c0c0c0;
    background: #e6e6e6;

*/
    position: absolute;
    padding: 0 24px 10px;
    display: none;
    margin: 0;
    line-height: 3;
    font-size: 14px;
    bottom: -52px;
    /* top: 0; */
    text-align: center;
    /* background: #efefef; */
/*
    color: #fff;
font-weight: bold;
*/
    color: #fff;
}





/*= サイズ幅調整 =*/
/*========================================================*/

.response{
  position: relative;
  height: 430px;
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {

  .response {
    width: 100%;
    position: relative;
    height: 430px;
    overflow: hidden;
  }
}


@media screen and (max-width: 1100px) {

  .resp_text {
      margin: 3.8% 4% 0 0;
  }
}


@media screen and (max-width: 960px) {

  .responsive {
      width: 960px;
      overflow: hidden;
      /*background-position: center;*/
  }


}
