@charset "UTF-8";


/*------------------------------------------------
 スライドショー
----------------------------------------------- */
.top_img .arrow::before,
.arrow::after {
  display: none;
}

.top_img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  height: 65vh;
}

@media screen and (max-height:860px) {
  .top_img {
    height: 60vh;
  }
  .mainimg .slide_txt {
    padding: 210px 50px 0 50px;
  }

}


.mainimg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.slick-track {
  height: 100%;
}

.mainimg .slider {
  position: relative;
  width: 100%;
  height: 65vh;
}

.mainimg .slider>div {
  background-size: cover;
  background-position: center;
}

.slick-list {
  position: relative;
  height: 800px;
}

.arrow_t01 .img {
  position: absolute;
  left: 20%;
  top: 0;
  width: 80%;
  height: 65vh;
  background-image: url("/img/slide/slide1.jpg");
  background-size: cover;
  background-position: center right;
  border-radius: 0 0 0 100px;
}

.arrow_t02 .img {
  position: absolute;
  left: 20%;
  top: 0;
  width: 80%;
  height: 65vh;
  background-image: url("/img/slide/slide2.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 0 0 0 100px;
}

.arrow_t03 .img {
  position: absolute;
  left: 20%;
  top: 0;
  width: 80%;
  height: 65vh;
  background-image: url("/img/slide/slide3.jpg");
  background-size: cover;
  background-position: center right;
  border-radius: 0 0 0 100px;
}

.arrow_t04 .img {
  position: absolute;
  left: 20%;
  top: 0;
  width: 80%;
  height: 65vh;
  background-image: url("/img/slide/slide4.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 0 0 0 100px;
}

.arrow_t05 .img {
  position: absolute;
  left: 20%;
  top: 0;
  width: 80%;
  height: 65vh;
  background-image: url("/img/slide/slide5.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 0 0 0 100px;
}

#wrapper.narrow .arrow_t01 .img,
#wrapper.narrow .arrow_t02 .img,
#wrapper.narrow .arrow_t03 .img,
#wrapper.narrow .arrow_t04 .img,
#wrapper.narrow .arrow_t05 .img {
  left: 0;
  width: 100%;
}

@media screen and (max-width: 810px) {
.arrow_t01 .img,
.arrow_t02 .img,
.arrow_t03 .img,
.arrow_t04 .img,
.arrow_t05 .img {
    left: 0;
    width: 100%;
  }
}


/*コメント
------------------------- */
.mainimg .slide_txt {
  position: relative;
  display: block;
  width: 37vw;
  max-width: 678px;
  min-width: 480px;
  height: 60vh;
  margin-top: 36vh;
  padding: 260px 50px 0 50px;
  background: rgba(255, 255, 255, .95);
  float: left;
  z-index: 1;
  border-radius: 0 350px 0 0;
}

@media screen and (max-height:975px) {

  .mainimg .slide_txt {
    margin-top: 30vh;
  }

}


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

  .mainimg .slide_txt {
    margin-top: 21vh;
  }

  .mainimg .slide_txt p.txt_32 {
    font-size: 27px !important;
  }

  .mainimg .slide_txt::before {
    top: 29px;
    left: 15px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .3));
  }

  .title_logo {
    top: 31vh;
  }

  .title_logo img {
    width: 80%;
  }
}

.mainimg .slide_txt::before,
.mainimg .slide_txt::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .7));
  z-index: -1;
  border-radius: 300px;
}

.mainimg .slide_txt::before {
  top: 30px;
  left: 17px;
  width: 100%;
  height: 100%;
}

.mainimg .slide_txt::after {
  top: 48px;
  left: 53px;
  width: 100%;
  height: 100%;
}


.mainimg .slide_txt p {
  position: relative;
  color: #000;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.mainimg .slide_txt ruby {
  position: relative;
  margin-right: -1em;
  line-height: 1em;
  display: inline-block;
}

.mainimg .slide_txt ruby rt {
  position: absolute;
  top: -1em;
  left: .5em;
}


@media screen and (max-width:810px) {
  .mainimg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 500px;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    width: 100%;
  }

  .arrow_t01 .img,
  .arrow_t02 .img,
  .arrow_t03 .img,
  .arrow_t04 .img,
  .arrow_t05 .img {
    left: 0;
    width: 100%;
    height: 250px;
    border-radius: 0;
    background-size: cover;
  }

  .arrow_t01 .img {
    position: absolute;
    background-image: url("/img/slide/slide1-sp.jpg");
    background-position: center right;
  }

  .arrow_t02 .img {
    position: absolute;
    background-image: url("/img/slide/slide2-sp.jpg");
    background-position: center left;
  }

  .arrow_t03 .img {
    position: absolute;
    background-image: url("/img/slide/slide3-sp.jpg");
    background-position: center right;
  }

  .arrow_t04 .img {
    position: absolute;
    background-image: url("/img/slide/slide4-sp.jpg");
    background-position: center right;
  }

  .arrow_t05 .img {
    position: absolute;
    background-image: url("/img/slide/slide5-sp.jpg");
    background-position: center left;
  }

  .mainimg .slide_txt::before,
  .mainimg .slide_txt::after {
    display: none;
  }



  .mainimg .slide_txt {
    position: absolute;
    width: 100%;
    min-width: auto;
    left: 0;
    top: 17%;
    padding: 20px;
    margin: 0;
    background: transparent;
    border-radius: 0;
    float: none;
  }

  .mainimg .slide_txt p:first-of-type {
    position: relative;
    color: #333;
    font-size: 22px !important;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, .7), -1px -1px 3px rgba(255, 255, 255, .7), -1px 1px 3px rgba(255, 255, 255, .7), 1px -1px 3px rgba(255, 255, 255, .7), 0px 1px 3px rgba(255, 255, 255, .7), 0 -1px 3px rgba(255, 255, 255, .7), -1px 0 3px rgba(255, 255, 255, .7), 1px 0 3px rgba(255, 255, 255, .7);
  }

  .mainimg .slide_txt p:nth-of-type(2) {
    display: none;
  }


  .arrow_t01 .slide_txt p {
    padding-left: 50px;
  }
}