@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
.l-content .top__slide {
  position: relative;
}

.l-content .top__slide .swiper-content {
  position: relative;
}

.l-content .top__slide .swiper-content .swiper-wrpper {
  position: relative;
  width: 100%;
  height: 41.2vw;
  overflow: hidden;
}

.l-content .top__slide .swiper-content .swiper-wrpper .swiper-slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

.l-content .top__slide .swiper-content .swiper-wrpper .swiper-slide .slider__inner {
  display: inline-block;
  position: absolute;
  right: 0%;
  bottom: 0;
  -webkit-transform: rotate(45deg) translate3d(0, 71vw, 0);
          transform: rotate(45deg) translate3d(0, 71vw, 0);
  width: 0%;
  height: 243%;
  overflow: hidden;
  vertical-align: top;
  letter-spacing: normal;
  -webkit-transition: width 0s 1.2s;
  transition: width 0s 1.2s;

  -webkit-transform-origin: bottom right;

      -ms-transform-origin: bottom right;

          transform-origin: bottom right;
  will-change: width;
}

.l-content .top__slide .swiper-content .swiper-wrpper .swiper-slide .inner__content {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg) translate3d(50.2vw, -51vw, 0);
          transform: rotate(-45deg) translate3d(50.2vw, -51vw, 0);
  width: 100vw;
  height: 41.2vw;
  background: #ccc;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;

  -webkit-transform-origin: bottom right;

      -ms-transform-origin: bottom right;

          transform-origin: bottom right;
}

.l-content .top__slide .swiper-content .swiper-wrpper .swiper-slide .inner__content .slide__img {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  letter-spacing: normal;
}

.l-content .top__slide .swiper-content .swiper-wrpper .swiper-slide .inner__content .slide__img img {
  width: 100%;
  max-width: none;
  vertical-align: bottom;
}

.l-content .top__slide .swiper-content .swiper-wrpper .swiper-slide p {
  position: absolute;
  bottom: 20px;
  left: 10%;
  z-index: 1;
  font-family: "Roboto", sans-serif;
}

.l-content .top__slide .swiper-content .swiper-wrpper .swiper-slide p img {
  width: auto;
  height: 12px;
}

.l-content .top__slide .swiper-content .swiper-wrpper .swiper-slide.selected {
  z-index: 1;
}

.l-content .top__slide .swiper-content .swiper-wrpper .swiper-slide.selected .slider__inner {
  width: 101%;
  -webkit-transition: width 1.2s cubic-bezier(.39, .575, .565, 1);
  transition: width 1.2s cubic-bezier(.39, .575, .565, 1);
}

.l-content .top__slide .swiper-content .swiper-pagination {
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 0;
  letter-spacing: -.4em;
}

.l-content .top__slide .swiper-content .swiper-pagination .pagination__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 6px;
  background: #f4ecea;
  border-radius: 50%;
  vertical-align: middle;
  letter-spacing: normal;
}

.l-content .top__slide .swiper-content .swiper-pagination .pagination__dot.selected {
  width: 12px;
  height: 12px;
  background: #9e1b32;
}

.l-content .top__slide .top__share {
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 5;
  -webkit-transform: translateY(-86%);
      -ms-transform: translateY(-86%);
          transform: translateY(-86%);
  width: 30px;
  color: #fff;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.l-content .top__slide .top__share .share__title {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 40px;
  vertical-align: top;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  letter-spacing: .05em;

  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.l-content .top__slide .top__share .share__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 25px;
  background: #fff;
}

.l-content .top__slide .top__share ul {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.l-content .top__slide .top__share ul li {
  width: 30px;
}

.l-content .top__list {
  margin: 153px 0 65px;
}

.l-content .top__list .list__item {
  position: relative;
}

.l-content .top__list .list__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-content .top__list .list__item .item__top {
  position: relative;
  width: 100%;
  text-align: right;
}

.l-content .top__list .list__item .item__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ededed;
}

.l-content .top__list .list__item .item__top .top__img {
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #333;
  font-size: 20px;
  font-size: 20px;
  letter-spacing: normal;
}

.l-content .top__list .list__item .item__top .top__text {
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  padding: 11.6% 0 11.8% 106px;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  text-align: left;
}

.l-content .top__list .list__item .item__top .top__text .is-small {
  display: inline-block;
  padding-bottom: 8px;
  vertical-align: top;
  letter-spacing: normal;

  border-bottom: 2px solid #9e1b32;
}

.l-content .top__list .list__item .item__top .top__text .is-big {
  padding-top: 40px;
  font-weight: normal;
  font-size: 60px;
  letter-spacing: .1em;
}

.l-content .top__list .list__item .item__top .top__img {
  opacity: 0;
  position: absolute;
  top: 40px;
  right: 0;
  width: 67.2%;
  -webkit-box-shadow: 0px 10px 30.4px 7.6px rgba(0, 0, 0, .18);
          box-shadow: 0px 10px 30.4px 7.6px rgba(0, 0, 0, .18);
}

.l-content .top__list .list__item .item__bottom {
  opacity: 0;
  margin: 6.8% 0 165px;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.l-content .top__list .list__item .item__bottom .bottom__img, .l-content .top__list .list__item .item__bottom .bottom__text {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.l-content .top__list .list__item .item__bottom .bottom__text {
  width: 42%;
  margin-left: 70px;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: .075em;
  text-align: left;
}

.l-content .top__list .list__item .item__bottom .bottom__text .btn {
  margin-top: 53px;
}
div.bottom__text p{
  word-break: normal;
}

.l-content .top__list .list__item .item__bottom .bottom__img {
  font-size: 0;
  letter-spacing: -.4em;
}

.l-content .top__list .list__item .item__bottom .bottom__img li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.l-content .top__list .list__item .item__bottom .bottom__img li + li {
  margin-left: 35px;
}

.l-content .top__list .list__item.is-ex {
  padding-top: 7.5%;
}

.l-content .top__list .list__item.is-ex .item__top .top__text {
  width: 412px;
  width: 27%;
  margin-left: 5%;
  padding: 2.7% 0 7.5% 0;
}

.l-content .top__list .list__item.is-ex .item__top .top__text h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
  text-align: center;
}

.l-content .top__list .list__item.is-ex .item__top .top__text h3 span {
  font-weight: 400;
  font-size: 16px;
}

.l-content .top__list .list__item.is-ex .item__top .top__text .text__explain {
  font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004","こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
}

.l-content .top__list .list__item.is-ex .item__top .top__text p {
  margin-bottom: 37px;
  padding-top: 48px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .05em;
  text-align: justify;

  text-justify: inter-ideograph;
}

.l-content .top__list .list__item.is-ex .item__top .top__text .btn {
  z-index: 50;
  margin: 0 auto;
}

.l-content .top__list .list__item.is-ex .item__top .top__text .btn .btn__inner p {
  padding: 0;
  font-size: 14px;
  text-align: center;
}

.l-content .top__list .list__item.is-ex .item__top .top__img {
  top: auto;
  right: 100px;
  bottom: 7%;
  width: 55.8%;
  max-width: 750px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.l-content .top__list .list__item.active .item__top::before {
  width: 86.5%;
  -webkit-transition: width .6s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: width .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.l-content .top__list .list__item.active .item__top .top__img {
  opacity: 1;
  top: 20px;
  -webkit-transition: opacity .8s cubic-bezier(.215, .61, .355, 1) .75s, top .8s cubic-bezier(.215, .61, .355, 1) .75s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .8s cubic-bezier(.215, .61, .355, 1) .75s, top .8s cubic-bezier(.215, .61, .355, 1) .75s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .8s cubic-bezier(.215, .61, .355, 1) .75s, top .8s cubic-bezier(.215, .61, .355, 1) .75s, transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .8s cubic-bezier(.215, .61, .355, 1) .75s, top .8s cubic-bezier(.215, .61, .355, 1) .75s, transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
}

.l-content .top__list .list__item.active .item__top .top__text {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .5s;
  transition: all .8s cubic-bezier(.215, .61, .355, 1) .5s;
}

.l-content .top__list .list__item.active .item__bottom {
  opacity: 1;
  -webkit-transition: opacity 1s ease 1.25s;
  transition: opacity 1s ease 1.25s;
}

.l-content .top__list .list__item.active.is-ex .item__top::before {
  width: 100%;
}

.l-content .top__list .list__item.active.is-ex .item__top .top__img {
  top: auto;
  bottom: 12%;
}

@supports (-ms-ime-align: auto) {
  .l-content .top__slide .top__share .share__title::before {
    left: 4px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media all and (-ms-high-contrast: none) {
  .l-content .top__slide .top__share .share__title::before {
    left: 4px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (min-width: 1500px) {
  .l-content .top__list .list__item .item__bottom {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .l-content .top__list .list__item .item__bottom .bottom__img.is-sp, .l-content .top__list .list__item .item__bottom .bottom__text.is-sp {
    display: none;
  }
  .l-content .top__slide .top__share ul li {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .l-content .top__slide .top__share ul li:hover {
    opacity: .6;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .l-content .top__list .list__item.is-ex .ex__wrap {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .l-content .top__list .list__item:hover .btn {
    opacity: .8;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .l-content .top__list .list__item:hover .btn .btn__inner::after {
    -webkit-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
  }
}

@media screen and (max-width: 768px) {
  .l-content .top__list {
    margin-top: 0px;
    padding-top: 25px;
  }
  .l-content .top__list .list__item .item__top::before {
    width: 0%;
    height: 94%;
  }
  .l-content .top__list .list__item .item__top .top__img {
    position: relative;
    top: auto;
    right: auto;
    width: 90%;
    margin-top: 11px;
  }
  .l-content .top__list .list__item .item__top .top__text {
    padding: 12.5% 0 0 10%;
    font-size: 17px;
  }
  .l-content .top__list .list__item .item__top .top__text .is-small {
    padding-bottom: 4px;
  }
  .l-content .top__list .list__item .item__top .top__text .is-big {
    width: 56%;
    padding-top: 7%;
    font-size: 45px;
  }
  .l-content .top__list .list__item .item__bottom {
    margin: 8.8% 0 104px;
    text-align: left;
  }
  .l-content .top__list .list__item .item__bottom .bottom__text {
    width: 50%;
    margin-right: 5%;
    margin-left: 10%;
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
  }
  .l-content .top__list .list__item .item__bottom .bottom__text .btn {
    margin-top: 26px;
  }
  .l-content .top__list .list__item .item__bottom .bottom__img {
    width: 29%;
  }
  .l-content .top__list .list__item .item__bottom .bottom__img.is-pc {
    display: none;
  }
  .l-content .top__list .list__item .item__bottom .bottom__img li + li {
    margin-top: 20px;
    margin-left: 0;
  }
  .l-content .top__list .list__item.is-ex .item__top {
    padding-bottom: 35px;
    text-align: center;
  }
  .l-content .top__list .list__item.is-ex .item__top .top__text {
    width: 86.6%;
    margin: 0 auto;
    padding: 4.6% 0 7.5% 0;
  }
  .l-content .top__list .list__item.is-ex .item__top .top__text h3 {
    font-size: 19px;
    line-height: 27px;
  }
  .l-content .top__list .list__item.is-ex .item__top .top__text h3 span {
    font-size: 14px;
  }
  .l-content .top__list .list__item.is-ex .item__top .top__text .text__explain p {
    margin-bottom: 29px;
    padding-top: 18px;
    font-weight: 600;
    font-size: 14px;
    font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
    text-align: left;
  }
  .l-content .top__list .list__item.is-ex .item__top .top__text .btn .btn__inner p {
    font-size: 13px;
  }
  .l-content .top__list .list__item.is-ex .item__top .top__img {
    display: inline-block;
    right: auto;
    bottom: auto;
    width: 90%;
    vertical-align: top;
    letter-spacing: normal;
  }
  .l-content .top__list .list__item.active .item__top::before {
    width: 95%;
  }
  .l-content .top__list .list__item.active.is-ex .item__top::before {
    width: 100%;
  }
}
