/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.bp__gallery {
  background-color: #edf1f5;
  padding: 27px 10px 27px; }

.bp__gallery__headline {
  color: #212530;
  font-family: "YakuHanJP-Regular","ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 32px;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 0 10px;
  text-align: center; }

.bp__gallery__description {
  color: #757882;
  font-family: "YakuHanJP-Regular","ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
  font-size: 13px;
  line-height: 22.75px;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 0 24px;
  text-align: center; }

.bp__gallery__slideshow__slide__copy {
  color: #212530;
  font-family: "YakuHanJP-Regular","ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
  font-size: 14px;
  text-align: center;
}

.bp__gallery__video__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  /*padding-top: 25px;*/
  height: 0;
}
.bp__gallery__video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bp__gallery__slideshow {
  position: relative;
  margin: 0 -10px 0;
  overflow: hidden; }

.bp__gallery__slideshow__slide {
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
       -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  float: left;
  margin: 0 -30px; }

.bp__gallery__slideshow__slide__media {
  position: relative;
  padding: 0;
  margin: 0 0 29px; }
  .bp__gallery__slideshow__slide__media img {
    width: 100%; }

.bp__gallery__slideshow__slide__media-playing .bp__gallery__slideshow__slide__media__close {
  display: block; }

.bp__gallery__slideshow__slide__media-playing .bp__gallery__slideshow__slide__media__iframe {
  display: block; }

.bp__gallery__slideshow__slide__media__play {
  position: absolute;
  border-radius: 30px;
  background-color: #dc2828;
  display: block;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  top: 50%;
  width: 60px;
  -webkit-transition: all 200ms ease-in-out;
       -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out; }

.bp__gallery__slideshow__slide__media__play__icon {
  display: block;
  height: 60px;
  text-align: center;
  width: 60px; }
  .bp__gallery__slideshow__slide__media__play__icon svg {
    position: relative;
    fill: #fff;
    top: 19px;
    left: 3px;
    width: 14px;
    height: 22px; }

.bp__gallery__slideshow__slide__media__play:hover {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
       -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }

.bp__gallery__slideshow__slide__media__close {
  position: absolute;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  height: 40px;
  margin: 0;
  right: 10px;
  top: 10px;
  width: 40px;
  text-align: center;
  overflow: hidden;
  z-index: 50; }
  .bp__gallery__slideshow__slide__media__close:before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
         -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out; }

.bp__gallery__slideshow__slide__media__close:hover:before {
  opacity: 1; }

.bp__gallery__slideshow__slide__media__close__icon {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 500; }
  .bp__gallery__slideshow__slide__media__close__icon svg {
    position: relative;
    fill: #fff;
    height: 15px;
    top: 9px;
    width: 15px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }

.bp__gallery__slideshow__slide__media__iframe {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.bp__gallery__slideshow__slide__title {
  color: #212530;
  font-family: "YakuHanJP-Regular","ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 0 8px;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
       -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out; }

.bp__gallery__slideshow__slide__description {
  color: #757882;
  font-family: "YakuHanJP-Regular","ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
  font-size: 13px;
  line-height: 22.75px;
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
       -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out; }

.bp__gallery__slideshow__slide.slick-current .bp__gallery__slideshow__slide__title {
  opacity: 1; }

.bp__gallery__slideshow__slide.slick-current .bp__gallery__slideshow__slide__description {
  opacity: 1; }

.bp__gallery__slideshow__prev,
.bp__gallery__slideshow__next {
  position: absolute;
  width: 47px;
  height: 80px;
  z-index: 20;
  border-radius: 4px;
  border: 0;
  background: transparent;
  overflow: hidden;

  display: none;
  -webkit-transition: all 200ms ease;
       -o-transition: all 200ms ease;
          transition: all 200ms ease;
  /* Disabled */ }

  .bp__gallery__slideshow__prev:focus,
  .bp__gallery__slideshow__next:focus {
    outline: none;
    /* Disabled */ }
  .bp__gallery__slideshow__prev:before,
  .bp__gallery__slideshow__next:before {
    content: '';
    background-color: #212530;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -webkit-transition: all 200ms ease;
         -o-transition: all 200ms ease;
            transition: all 200ms ease; }
  .bp__gallery__slideshow__prev svg,
  .bp__gallery__slideshow__next svg {
    fill: #fff;
    height: 11px;
    width: 20px; }
  .bp__gallery__slideshow__prev.slick-disabled:before,
  .bp__gallery__slideshow__next.slick-disabled:before {
    opacity: 0; }
  .bp__gallery__slideshow__prev.slick-disabled svg,
  .bp__gallery__slideshow__next.slick-disabled svg {
    opacity: 0; }

.bp__gallery__slideshow__prev {
  top: 30%;
  left: 30px; }
  .bp__gallery__slideshow__prev svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg); }

.bp__gallery__slideshow__next {
  top: 30%;
  right: 30px; }
  .bp__gallery__slideshow__next svg {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
         -o-transform: rotate(270deg);
            transform: rotate(270deg); }

/* Mobile only styles */
@media screen and (max-width: 767px) {
  .bp__gallery__slideshow__slide {
    -webkit-transform: scale(0.75, 0.75) translateY(-20px);
        -ms-transform: scale(0.75, 0.75) translateY(-20px);
         -o-transform: scale(0.75, 0.75) translateY(-20px);
            transform: scale(0.75, 0.75) translateY(-20px); }
  .bp__gallery__slideshow__slide.slick-current {
    -webkit-transform: scale(1, 1) translateY(0);
        -ms-transform: scale(1, 1) translateY(0);
         -o-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
    z-index: 20; } }

@media screen and (min-width: 768px) {
  .bp__gallery {
    padding: 54px 100px 100px; }
  .bp__gallery__inner {
    max-width: 1080px;
    margin: 0 auto; }
  .bp__gallery__headline {
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 17px; }
  .bp__gallery__description {
    padding: 0 0 55px;
    max-width: 960px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24.5px; }
  .bp__gallery__slideshow__slide__copy {
    font-size: 24px;
  }    
  .bp__gallery__slideshow {
    margin: 0;
    overflow: hidden; }
  .bp__gallery__slideshow__prev,
  .bp__gallery__slideshow__next {
    display: block; }
  .bp__gallery__slideshow:hover .bp__gallery__slideshow__prev,
  .bp__gallery__slideshow:hover .bp__gallery__slideshow__next {
    opacity: 1; }
  .bp__gallery__slideshow__slide {
    margin: 0 10px; }
  .bp__gallery__slideshow__slide__media {
    margin: 20px 0 0 0; }
  .bp__gallery__slideshow__slide__title {
    font-size: 26px;
    line-height: 33px;
    padding: 0 0 15px; }
  .bp__gallery__slideshow__slide__description {
    font-size: 14px;
    line-height: 24.5px; } }

    /*SLICK DOTS*/

    .bp__hero__copy__table__cell__description, .bp__hero__copy__table__cell__headline, .slick-dots li button:before {
        font-family: "YakuHanJP-Regular","ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
        text-align: center
    }

    .slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus, .slick-slide, .slick-slide:focus {
        outline: 0
    }

    .slick-arrow.slick-hidden, .slick-dots {
        display: none
    }
    .slick-dots {
        display: none;
        position: absolute;
        bottom: -25px;
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 8px;
        width: 8px;
        margin: 0 3px;
        padding: 0;
        cursor: pointer
    }
    .slick-dots li button {
        border: 0;
        background: 0 0;
        display: block;
        height: 8px;
        width: 8px;
        outline: 0;
        line-height: 0;
        font-size: 0;
        color: transparent;
        padding: 0;
        cursor: pointer;
        margin: 0
    }
    .slick-dots li button:focus:before, .slick-dots li button:hover:before {
        opacity: 1
    }
    .slick-dots li button:before {
        border-radius: 4px;
        background-color: #262629;
        position: absolute;
        top: 0;
        left: 0;
        text-indent: -20px;
        overflow: hidden;
        content: '•';
        width: 8px;
        height: 8px;
        line-height: 8px;
        padding: 0;
        margin: 0;
        color: #262629;
        opacity: .2;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }
    .slick-dots li.slick-active button:before {
        color: #262629;
        opacity: 1
    }
    @media screen and (min-width:768px) {
        .slick-dots li, .slick-dots li button {
            width: 10px;
            height: 10px
        }
        .slick-dots li {
            margin: 0 3px
        }
        .slick-dots li button:before {
            border-radius: 5px;
            width: 10px;
            height: 10px
        }
    }

    /*END SLICK DOTS*/
	.sp_br{
 		display: none;
	}
@media screen and (max-width:640px){
		.sp_br{
 		display: block;
	}
}
	