
.slider6, .slider5 {
  margin: 0px auto;
  //max-width: 600px;
  text-align: center;
}
.slider1 {
  margin:  0px auto;
  //max-width: 600px;
}
.slider6 img, .slider5 img, .slider1 img {
  margin: 30px auto 15px;
  width: 600px;
  box-shadow: 0px 0px 5px 1px #7a7a7a;
  border-radius: 0px;
}
.slider6 p, .slider5 p {
  margin: 0px auto;
  inline-size: 600px;
  word-break: break-all;
  }
 .slider1 p {
  margin: 0px auto;
  inline-size: 600px;
  word-break: break-all;
//  padding-bottom: 30px;
  }
/*-------- 高さ調整 ----------*/
.slider6 .slick-slide{
	height:600px !important;
}
.slider5 .slick-slide{
	height:600px !important;
}
/*---------- 矢印 ----------*/
.slider6 .slick-next, .slider5 .slick-next{
    right:0!important;
}
.slider6 .slick-prev, .slider5 .slick-prev{
    left:0!important;
}
.slider6 .slick-arrow, .slider5 .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slider6 .slick-arrow:before, .slider5 .slick-arrow:before{
    font-size: 30px!important;
	color: #000000;
}
/*.slider6 .slick-arrow, .slider5 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider6 .slick-arrow, .slider5 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider6, .slider5 .slick-next {
  right: 0;
}
.slider6, .slider5 .slick-prev {
  left: 0;
}
.slider6, .slider5 .slick-next::before {
  left: 20px;
}
.slider6, .slider5 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}*/
.sell_flow, .buy_flow
{
    position: absolute;
    bottom: 25px;

    display: flex;

    width: 100%;
    padding-bottom: 20px;

    list-style: none;

    text-align: center;
}
.sell_flow li, .buy_flow li
{
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.sell_flow li button, .buy_flow li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.sell_flow li button:hover, .buy_flow li button:hover
{
    outline: none;
    opacity: .50;
}
.sell_flow li button:hover:before, .buy_flow li button:hover:before,
.sell_flow li button:focus:before, .buy_flow li button:focus:before
{
    opacity: 1;
}
.sell_flow li button:before, .buy_flow li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

 //   opacity: .50;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sell_flow li.slick-active button:before, .buy_flow li.slick-active button:before
{
    opacity: 1;
    color: black;
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.9));
}


.sell_flow, .buy_flow {
    position: initial!important;
}


  /********ボタンカスタマイズ  *******/
  .sell_flow li:nth-of-type(1) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow01.png") no-repeat;
    background-size: contain!important;
  }
  .sell_flow li:nth-of-type(2) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow02.png") no-repeat;
    background-size: contain!important;
  }
  .sell_flow li:nth-of-type(3) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow03.png") no-repeat;
    background-size: contain!important;
  }
  .sell_flow li:nth-of-type(4) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow04.png") no-repeat;
    background-size: contain!important;
  }
  .sell_flow li:nth-of-type(5) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow05.png") no-repeat;
    background-size: contain!important;
  }
  .sell_flow li:nth-of-type(6) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow06.png") no-repeat;
    background-size: contain!important;
  }
    /********ボタンカスタマイズ2  *******/
  .buy_flow li:nth-of-type(1) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow07.png") no-repeat;
    background-size: contain!important;
  }
  .buy_flow li:nth-of-type(2) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow08.png") no-repeat;
    background-size: contain!important;
  }
  .buy_flow li:nth-of-type(3) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow09.png") no-repeat;
    background-size: contain!important;
  }
  .buy_flow li:nth-of-type(4) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow10.png") no-repeat;
    background-size: contain!important;
  }
  .buy_flow li:nth-of-type(5) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow11.png") no-repeat;
    background-size: contain!important;
  }
  
 .sell_flow li button:before, .buy_flow li button:before{
    content: ''!important;
    height:100%!important;
    width: 100%!important;
  }

 .sell_flow li{
    width: 166px!important;
    height:88px!important;
    margin: 0 6px 0 0!important;
  }
  .buy_flow li{
    width: 199px!important;
    height:88px!important;
    margin: 0 6px 0 0!important;
  }
 .sell_flow li button, .buy_flow li button{
    width:100%!important;
    height:100%!important;
  } 
  
  @media screen and (max-width: 767px) {
  .slider6 .slick-slide, .slider5 .slick-slide{
	height:auto !important;
}
  .slider6 .slick-slide{
	height:500px !important;
}
  .slider5 .slick-slide{
	height:500px !important;
}
  .sell_flow, .buy_flow{
    flex-wrap: wrap;
	padding-bottom: 0;
	text-align: center;
  }
  .sell_flow li.slick-active button:before, .buy_flow li.slick-active button:before
{
    opacity: 1;
    color: black;
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.9));
}
   .sell_flow li{
    width: 122px!important;
    height:78px!important;
    margin: 0 0 0 5px!important;
	
  }
   .buy_flow li{
    width: 122px!important;
    height:68px!important;
    margin: 0 0 0 5px!important;
  }
 .sell_flow li button, .buy_flow li button{
    width:100%!important;
    height:100%!important;
  } 
  .slider6 p, .slider5 p, .slider1 p {
  inline-size: 100%;
  word-break: break-all;
  }
   .sell_flow li:nth-of-type(1) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow01.png") no-repeat;
    background-size: contain!important;
  }
  .sell_flow li:nth-of-type(2) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow02.png") no-repeat;
    background-size: contain!important;
  }
  .sell_flow li:nth-of-type(3) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow03.png") no-repeat;
    background-size: contain!important;
  }
  .sell_flow li:nth-of-type(4) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow04.png") no-repeat;
    background-size: contain!important;
  }
  .sell_flow li:nth-of-type(5) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow05.png") no-repeat;
    background-size: contain!important;
  }
  .sell_flow li:nth-of-type(6) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow06.png") no-repeat;
    background-size: contain!important;
  }
    /********ボタンカスタマイズ2  *******/
  .buy_flow li:nth-of-type(1) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow07.png") no-repeat;
    background-size: contain!important;
  }
  .buy_flow li:nth-of-type(2) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow08.png") no-repeat;
    background-size: contain!important;
  }
  .buy_flow li:nth-of-type(3) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow09.png") no-repeat;
    background-size: contain!important;
  }
  .buy_flow li:nth-of-type(4) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow10.png") no-repeat;
    background-size: contain!important;
  }
  .buy_flow li:nth-of-type(5) button:before{
    background: url("/assets/img/cs/s/movie_guide/flow11.png") no-repeat;
    background-size: contain!important;
  }
 }
.g_title {
  text-indent: -47px;
  margin-left: 42px;
}

.g_title:before {
  content: "";
  background-image: url("/assets/img/cs/s/movie_guide/movie_icon.svg");
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align:-30%;
  margin-left: 10px; 
  margin-right: 5px;
}
/* Rollover */
.flowover {
  position: relative!important;
}
.flowover img {
	position: absolute!important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	transition: 0.5s;
}
.flowover li:hover img:nth-of-type(2) {
	opacity: 0;
}
.flowover li:hover img:nth-of-type(1) {
   	opacity: 0.75;
}