/* ===================================================================
forfuture.css
=================================================================== */


/************** index*********************/

.main-img {
  text-align: center;
  margin-bottom: 0;
}

.main-img p {
  display: inline-block;
  line-height: 1.8;
}
.main-img p img {
  width: 50%;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.bnr-area {
  width: 80%;
  margin: 0 auto 50px;
}

.bnr-area .bnr-area__item {
  width: 42%;
  height: calc(42% * .75);
  margin: 2%;
  overflow: hidden;
  position: relative;
}

.bnr-area .bnr-area__item a img {
  transform: scale(1.0);
  transition: .6s;
}

.bnr-area .bnr-area__item a:hover img {
  transform: scale(1.08);
}

.bnr-area__p-title {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 1.25rem;
  /* white-space: nowrap; */
  width: 100%;
  text-align: center;
}

.f-white {
  color: #fff;
}

.f-black {
  color: #000;
  ;
}


/************** Ã¦ÂÂ±Ã¤ÂºÂ¬Ã§Â´â€¦Ã¨Å Â±*********************/

.bnr-top__img {
  width: 300px;
}

.bnr-top__text {
  text-align: center;
}

.w60 {
  width: 60%;
  margin: auto;
}

#main .box.disp_table {
  width: 80%;
}

#main .box3 h3 {
  background-image: url(../img/common/m_line.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 1.125rem;
  padding-bottom: 0.8rem;
  text-indent: 0.3rem;
  margin: 0.2rem 0 1rem 0;
}
.bnr_position {
  text-align: right;
}
img.backf {
  background-color: #fff;
  width: 250px;
}


/*******************slider*****************/

.slider-wrap {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.slider-inner {
  position: relative;
}

.slider-inner__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  opacity: 0;
  transform: scale(1.08);
  transition: 1.0s;
}

.slider-inner__item.is-active {
  opacity: 1;
  transform: scale(1.0);
}

.slider-inner__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-pager {
  position: absolute;
  z-index: 10000;
  display: flex;
  justify-content: center;
  gap: 10px;
  bottom: 20px;
  width: 100%;
  /* display:none; */
}

.slider-pager__item {
  counter-increment: num;
  font-weight: 600;
}

.slider-pager__item::before {
  content: "Ã¢â€”Â";
  font-size: 16px;
  text-shadow: 0 0 5px #666666;
  color: #fff;
  opacity: .8;
}

.slider-pager__item.is-active::before {
  color: #555;
  opacity: 1;
}

.slider-ctrl__next {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 1000;
  top: 40vh;
  right: 30px;
  margin-top: -25px;
  fill: #fff;
  opacity: .8;
  cursor: pointer;
}

.slider-ctrl__next svg {
  width: 100%;
  height: auto;
}

.slider-ctrl__prev {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 1000;
  top: 40vh;
  left: 30px;
  margin-top: -25px;
  fill: #fff;
  opacity: .8;
  cursor: pointer;
}

.slider-ctrl__prev svg {
  width: 100%;
  height: auto;
}


/**************kimono cycle*******************/


/* .kimonobnr-area__item{
	margin:0 auto 50px;
} */

.kimonobnr-area__item {
  margin: 0 auto 50px;
}

.kimonobnr-area__item.flex {
  justify-content: space-between;
}

.flex.rev {
  flex-direction: row-reverse;
}

.kimonobnr-area__photo {
  width: 45%;
}

.kimonobnr-area__text {
  width: 50%;
  text-align: left;
  flex-direction: column;
}

.kimonobnr-area__btn a {
  display: block;
  text-align: center;
  position: relative;
  width: 240px;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0 0 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: .8s;
  color: #000;
}

.kimonobnr-area__btn a:hover {
  text-decoration: none;
  opacity: .5;
}

.kimonobnr-area__btn a::before, .kimonobnr-area__btn a::after {
  content: "";
  display: block;
  position: absolute;
}

.kimonobnr-area__btn a::before {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #000;
  transition: all .3s;
}

.kimonobnr-area__btn a::after {
  height: 40px;
  bottom: -8px;
  right: 16px;
  border-right: solid 1px #000;
  transform: rotate(-55deg);
  transition: all .3s;
}

.kimonobnr-area__btn a:hover::before {
  left: 20px;
}

.kimonobnr-area__btn a:hover::after {
  right: -6px;
}

.befaf {
  width: 100%;
}

.befaf.flex {
  justify-content: space-between;
}

.befaf-left {
  width: 60%;
}

.befaf-left.flex {
  justify-content: space-between;
}

.befaf-right {
  width: 32%;
  flex-direction: column;
}

.befaf-left__left {
  width: 55%;
  position: relative;
}

.befaf-left__left::before {
  content: "before";
  display: inline-block;
  width: 30%;
  padding: 10px 0;
  background-color: #fff;
  opacity: .8;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  position: absolute;
  top: 5%;
  right: -20%;
}

.befaf-left__right {
  width: 55%;
  margin-left: auto;
  margin-top: -50%;
  position: relative;
}

.befaf-left__right::after {
  content: "after";
  display: inline-block;
  width: 30%;
  padding: 10px 0;
  background-color: #fff;
  opacity: .8;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  position: absolute;
  bottom: 5%;
  left: -20%;
}

.befaf-left__text {
  width: 100%;
}

.kimono-thum {
  position: relative;
  box-sizing: border-box;
}

.kimono-thum .kimono-thum__title {
  position: absolute;
  bottom: 0;
  right: -2%;
  width: 80%;
  padding: 10px 0;
  background-color: #fff;
  opacity: .9;
  color: #000;
}

.kimono-thum .kimono-thum1__title {
  position: absolute;
  bottom: 2%;
  right: 1.5rem;
  width: 80%;
  padding: 10px 0;
  background-color: #000;
  opacity: .8;
  color: #fff;
}


/* ----------------mobile -----------------*/

@media only screen and (max-width: 768px) {
  .main-img p img {
    width: 80%;
  }
  .flex {
    /* flex-direction: column; */
  }
  .flex.rev {
    flex-direction: column;
  }
  /************ index*****************/
  .bnr-area {
    width: 100%;
    display: flex;
  }
  .bnr-area .bnr-area__item {
    width: 46%;
    position: relative;
  }
  .bnr-area .bnr-area__item a:hover img {
    transform: none;
  }
  /************ slider *****************/
  .swiper img{
    width: 800px;
    margin-inline: auto;
  }

  /********* kimonocycle********/
  .kimonobnr-area__photo {
    width: 100%;
    ;
  }
  .kimonobnr-area__text {
    width: 100%;
    padding-top: 1.25em;
  }
  .kimonobnr-area__btn a:hover {
    opacity: 1;
  }
  .kimono-thum .kimono-thum1__title {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  .befaf-left {
    width: 100%;
    margin-bottom: 1.25em;
  }
  .befaf-right {
    width: 100%;
  }
  .befaf-right__photo {
    width: 55%;
    margin: auto;
  }
  .befaf-left__left {
    margin-right: auto;
  }
  .befaf-left__right {
    margin-top: -20%;
  }
  .kimono-thum {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .kimono-thum .kimono-thum__title {
    right: -0;
    width: 90%;
  }
  .kimono-thum.disp_cell {
    display: block;
  }
  .kimono-thum.pr20 {
    padding-right: 0;
  }
  .kimono-thum.pl20 {
    padding-left: 0;
  }
  .kimonobnr-area__btn a:hover::before {
    left: 0;
  }
  .kimonobnr-area__btn a:hover::after {
    right: 16px;
  }
}