@charset "UTF-8";


.main-v .slide-items li{
  position: relative;
}
.main-v .slide-items li:nth-child(1):after{
  content: '';
  display: block;
  width: 243px;
  height: 293px;
  background:url(../img/lb-A05-243.gif)no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 7%;
  bottom: -10px;
  z-index: 1;
  transform: 0.3s;
}

.main-v .slide-items {
  width: 100%;
  height: 100%;
}

.main-v .slide-items img {
  width: 100%;
  object-fit: cover;
}




/*************************************/

.conte-full .slide-items {
  width: 100%;
  display: flex;
  margin: auto;
  position: relative;
}
.conte-full .slide-items li {
  height: auto;
  margin-right: 1px;
  margin-left: 1px;
}
.conte-full .slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conte-full .slick-prev:before,
.conte-full .slick-next:before {
  color: black;
  border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/arrow-l-bl.svg)no-repeat,#fff;
    background-position: center;
    background-size: 20px 20px;	
}
.conte-full .slick-prev:before{
	transform: rotate( 180deg );
}
.conte-full .slick-next,
.conte-full .slick-prev {
	z-index: 1;
	top: calc((100% - 20px) / 2);
  display: none !important;
}
.conte-full .slick-prev {
    left: 15px;
}
.conte-full .slick-next {
    right: 40px;
}
.conte-full .slick-dots {
  left: 50%;
  transform: translateX(-50%);
}


.mono .slide-items03 {
  max-width: calc(1000px - 100px);
  width: calc(100% - 100px);
  margin: auto;
  padding: 50px;
  background: #fff;
}
.slide-items03 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slide-items03 .slick-prev:before,
.slide-items03 .slick-next:before {
  color: black;
}
.mono .slick-dots li{
  margin: 0 5px;
}
.slide-items03 .slick-dots li button:before {
  font-size: 18px;
  top: 6px;
  margin-top: 20px;
}
.slide-items03 .page{
  display: flex;
  justify-content: space-between;
  align-items:  stretch;
}
.slide-items03 .page .title{
  font-size: 1.2rem;
  line-height: 1.3;
}
.slide-items03 .page .ph{
  width: 50%;
  padding-right: 20px;
}

.slide-items03 .page .tx{
  width: 50%;
  padding-left: 70px;
  padding-right: 30px;
}
.slide-items03 .page .tx .c-main{
  font-weight: bold;
}

.slide-items03 .page .tx p{
  font-size: 14px;
}
.slide-items03 li .tx{
  position: relative;
}
.slide-items03 li .tx:before{
  content: 'STEP01';
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 16px;
  display: inline-block;
}
.slide-items03 li .tx.no-02:before{
  content: 'STEP02';
}
.slide-items03 li .tx.no-03:before{
  content: 'STEP03';
}
.slide-items03 li .tx.no-04:before{
  content: 'STEP04';
}
.slide-items03 li .tx.no-04-1:before{
  content: 'STEP04-1';
}
.slide-items03 li .tx.no-04-2:before{
  content: 'STEP04-2';
}
.slide-items03 li .tx.no-05:before{
  content: 'STEP05';
}
.slide-items03 li .tx.no-06:before{
  content: 'STEP06';
}
.slide-items03 li .tx.no-07:before{
  content: 'STEP07';
}


/*
.slide-items03 li .tx:before{
  content: '';
  width: 70px;
  height: 70px;
  background: url(../img/no-f-01.png)no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left:16px;
}
.slide-items03 li .tx.no-02:before{
  background: url(../img/no-f-02.png)no-repeat;
  background-position: center;
  background-size: contain;
}
.slide-items03 li .tx.no-03:before{
  background: url(../img/no-f-03.png)no-repeat;
  background-position: center;
  background-size: contain;
}
.slide-items03 li .tx.no-04:before{
  background: url(../img/no-f-04.png)no-repeat;
  background-position: center;
  background-size: contain;
}
.slide-items03 li .tx.no-05:before{
  background: url(../img/no-f-05.png)no-repeat;
  background-position: center;
  background-size: contain;
}
.slide-items03 li .tx.no-06:before{
  background: url(../img/no-f-06.png)no-repeat;
  background-position: center;
  background-size: contain;
}
*/
.single-item .slick-prev:before,
.single-item .slick-next:before,

.slide-items03 .slick-prev:before,
.slide-items03 .slick-next:before {
  color: black;
  border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/arrow-l-w.svg)no-repeat,#39b54a;
    background-position: center;
    background-size: 20px 20px; 
}
.single-item .slick-prev:before,
.slide-items03 .slick-prev:before{
  transform: rotate( 180deg );
}
.slide-items03 .slick-next,
.slide-items03 .slick-prev {
  z-index: 1;
  top: calc((100% - 20px) / 2);
}
.slide-items03 .slick-prev {
    left: -15px;
}
.slide-items03 .slick-next {
    right: 5px;
}
.slide-items03 .slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #39b54a;
}
.mono .slick-prev:before,.mono .slick-next:before{
  font-size: 40px;

}

.mono .slick-next {
    right: 10px;
    top: calc((100% - 30px) /2);
}
.mono .slick-prev{
    left: -10px;
    top: calc((100% - 40px) /2);
    z-index: 1;
}

/************/

.mono #bn-slider{
  display: block;
  /*max-width: 900px;*/
  margin: 0 auto;
}
#bn-slider .slider {
  margin: 0 auto;
}
#bn-slider .slider-img p{
  font-size: clamp(9px, 0.9vw, 12px);
  margin-top: 6px;
}
#bn-slider .slider-img {
  margin: 0 3px;
}
#bn-slider .slider-img img {
  height: auto;
  width: 100%;
}
.mono .bn-slider-bg{
  /*background: #111;*/
  padding: 6px 0;
}
















@media screen and (max-width: 1179px) {
  .main-v .slide-items li:nth-child(1):after{
    width: 243px;
    height: 293px;
    background:url(../img/lb-A05-243.gif)no-repeat;
    right: 0%;
    bottom: -10px;
    z-index: 1;
    transform: 0.3s;
  }

  .mono #bn-slider .slick-prev,
  .mono #bn-slider .slick-next{
    top: calc((100% - 0px) /2);
    background: url(../img/arrow-l-w.svg) no-repeat, #39b54a;
    background-size: 12px;
    background-position: center;
    border-radius: 30px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    opacity: 0.75;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .mono #bn-slider .slick-prev{
    left: -20px;
    transform: scale(-1, 1);
    top: calc((100% - 40px) /2);
  }
  .mono #bn-slider .slick-next{
    right: -20px;

  }
  .mono #bn-slider .slick-prev:before, 
  .mono #bn-slider .slick-next:before {
      font-size: 40px;
      background: none;
      content: '';
  }


}
@media screen and (max-width: 1023px) {




}
@media screen and (max-width: 767px) {
  .mono .slide-items03 {
      max-width: calc(900px - 40px);
      width: calc(100% - 40px);
      margin: auto;
      padding: 20px;
      background: #fff;
  }
  #fc-ticket .slide-items03 .slick-next, 
  #fc-ticket .slide-items03 .slick-prev {
        top: 50%;
    }
  #fc-ticket .slide-items03 .slick-prev{
    left: -30px;
    }
  #fc-ticket .slide-items03 .slick-next{
    right: -12px;
    }

  .slide-items03 li .tx:before{
    text-align: center;
    display: block;
    width: 100%;
  }
  .slide-items03 .page.c-flex {
    display: block;
    margin: 0 auto;
  }
  .slide-items03 .page .tx,
  .slide-items03 .page .ph{
    width: 100%;
  }
  .slide-items03 .page .tx{
    padding-left: 0px;
    padding-top: 0px;
    min-height: auto;
  }
  .slide-items03 .page .title {
      text-align: center;
  }

  .main-v .slide-items li:nth-child(1):after{
    width: 120px;
    height: 145px;
    background:url(../img/lb-A05-243.gif)no-repeat;
    background-size: contain;
    right: 0%;
    bottom: 0px;
    z-index: 1;
    transform: 0.3s;
  }
  .slide-items03 .page .ph {
      padding-right: 0px;
      padding-top: 40px;
      max-width: 80%;
      margin: 0 auto;
  }

  .slide-items03 .slick-next, .slide-items03 .slick-prev {
      top: 15px;
  }

  .slide-items03 .slick-dots{
    bottom: 40px;
    z-index: 1;
  }
  .mono .slide-items03{
    padding-bottom: 50px;
  }









}
@media screen and (max-width: 460px) {

}


/***costomer-review**********************************/
  #fc-reason .title br{
    display: none;
  }
.mono .clucel-items div{
  display: flex;
  align-items:  stretch;
}
.mono .clucel-items .tx-large{
  font-size: 2rem;
}

.mono .card{
  background:url(../img/card01.png)no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 20px;
  font-size: 12px;
  border: solid 3px #39b54a;
  margin: 0 10px;
}
.card.card-m10{
  background:url(../img/card-m10.png)no-repeat;
  background-position: left top;
  background-size: cover;
}
.card.card-m20{
  background:url(../img/card-m20.png)no-repeat;
  background-position: left top;
  background-size: cover;
}
.card.card-m40{
  background:url(../img/card-m40.png)no-repeat;
  background-position: left top;
  background-size: cover;
}
.card.card-m60{
  background:url(../img/card-m60.png)no-repeat;
  background-position: left top;
  background-size: cover;
}
.card.card-w10{
  background:url(../img/card-w10.png)no-repeat;
  background-position: left top;
  background-size: cover;
}
.card.card-w20{
  background:url(../img/card-w20.png)no-repeat;
  background-position: left top;
  background-size: cover;
}
.card.card-w40{
  background:url(../img/card-w40.png)no-repeat;
  background-position: left top;
  background-size: cover;
}
.card.card-w60{
  background:url(../img/card-w60.png)no-repeat;
  background-position: left top;
  background-size: cover;
}
.card .tx-large{
  font-weight: bold;
}

.clucel-items {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 970px;
  margin: auto;
}

.clucel-items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.clucel-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clucel-items .slick-prev:before,
.clucel-items .slick-next:before {
  color: black;
}

.clucel-items .slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {

  .mono .card{
    padding: 20px 20px;
    font-size: 12px;
  }

}
@media screen and (max-width: 767px) {
  #fc-reason .title br{
    display: block;
  }
  .mono .card{
    padding: 20px 20px;
    font-size: 12px;
  }

  .card.card-m10{
    background:url(../img/card-m10.png)no-repeat;
    background-position: center;
    background-size: contain;
  }
  .card.card-m20{
    background:url(../img/card-m20.png)no-repeat;
    background-position: center;
    background-size: contain;
  }
  .card.card-m40{
    background:url(../img/card-m40.png)no-repeat;
    background-position: center;
    background-size: contain;
  }
  .card.card-m60{
    background:url(../img/card-m60.png)no-repeat;
    background-position: center;
    background-size: contain;
  }
  .card.card-w10{
    background:url(../img/card-w10.png)no-repeat;
    background-position: center;
    background-size: contain;
  }
  .card.card-w20{
    background:url(../img/card-w20.png)no-repeat;
    background-position: center;
    background-size: contain;
  }
  .card.card-w40{
    background:url(../img/card-w40.png)no-repeat;
    background-position: center;
    background-size: contain;
  }
  .card.card-w60{
    background:url(../img/card-w60.png)no-repeat;
    background-position: center;
    background-size: contain;
  }


.slide-items03 li .tx:before{
  font-size: 2.5rem;
}
.slide-items03 .page .title {
    font-size: 1rem;
}
















}

