@charset "UTF-8";
#main_contents {
  padding-top: 0;
  padding-bottom: 0;
  background: url(../img/index/bg_main.png) center top no-repeat;
}

footer {
  border-top: none;
}

.commonHd01 {
  font-size: 34px;
  font-weight: normal;
}

@media screen and (min-width: 1921px) {
  #main_contents {
    background-size: 100% auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.mainSlide {
  height: 585px;
  padding-top: 62px;
  padding-bottom: 62px;
  overflow: hidden;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.mainSlide .innerWrap {
  opacity: 0;
  -webkit-transition: opacity 1.5s linear;
  transition: opacity 1.5s linear;
}

.mainSlide ul li {
  position: relative;
}

.mainSlide ul li .img {
  text-align: right;
}

.mainSlide ul li .img img {
  display: inline;
  max-width: 100%;
  height: auto;
}

.mainSlide ul li .img img.spCont {
  display: none;
}

.mainSlide ul li .txt {
  max-width: 0;
  overflow: hidden;
  position: absolute;
  bottom: 69px;
  left: 68px;
  -webkit-transition: all 0.15s linear,max-width 0.75s ease-in;
  transition: all 0.15s linear,max-width 0.75s ease-in;
  -webkit-transition-delay: 0s,0.75s;
  transition-delay: 0s,0.75s;
}

.mainSlide ul li .txt img.spCont {
  display: none;
}

.mainSlide ul li.active .txt {
  max-width: 100% !important;
}

.mainSlide ul li.non_active .txt {
  max-width: 0 !important;
}

.loaded .mainSlide .innerWrap {
  opacity: 1;
}

.loaded .mainSlide .innerWrap ul li:first-of-type .txt {
  max-width: 100%;
}

@media screen and (max-width: 1360px) {
  .mainSlide ul li .txt {
    left: 0;
  }
}

@media screen and (max-width: 900px) {
  .mainSlide ul li .txt img {
    height: 180px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■cycle
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cycle {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 96px;
  position: relative;
  z-index: 2;
}

.cycle:before {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 96px;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: -1;
}

.cycle .commonHd01 {
  padding-bottom: 35px;
}

.cycle .commonHd01:before {
  background: #e98c09;
}

.cycle .img {
  margin-top: 41px;
  padding-right: 12px;
}

.cycle .img img {
  max-width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■merit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.merit {
  overflow: hidden;
  margin-top: -100px;
  margin-bottom: 0;
  padding-top: 206px;
  padding-bottom: 225px;
  background: #f7f5f5;
  position: relative;
}

.merit:before, .merit:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
}

.merit:before {
  background: #ffffff;
  top: -100px;
  -webkit-transform: skewY(6deg);
  transform: skewY(6deg);
}

.merit:after {
  background: #ffffff;
  bottom: -100px;
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
}

.merit .commonHd01:before {
  background: #70be83;
}

.merit h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 46px;
  padding-bottom: 4px;
  background: url(../img/wavy.jpg) center bottom no-repeat;
  background-size: auto 5px;
}

.merit ul {
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.merit ul li {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.merit ul li div {
  background: #ffffff;
}

.merit ul li img {
  width: 100%;
  height: auto;
}

.merit ul li p {
  font-size: 16px;
  line-height: 1.75;
  padding: 20px 30px 17px 30px;
}

.merit .slick-prev,
.merit .slick-next {
  text-indent: -9999px;
  width: 22px;
  height: 38px;
  z-index: 1000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px 38px;
}

.merit .slick-prev {
  left: -70px;
  background-image: url(../img/index/ctrl_l.png);
}

.merit .slick-next {
  right: -70px;
  background-image: url(../img/index/ctrl_r.png);
}

.merit .slick-dots {
  bottom: -50px;
  font-size: 0;
  margin: 0;
}

.merit .slick-dots li,
.merit .slick-dots button,
.merit .slick-dots button:before {
  width: 10px;
  height: 10px;
}

.merit .slick-dots li {
  padding: 0;
  margin: 0 12px;
  vertical-align: bottom;
}

.merit .slick-dots li button {
  padding: 0;
}

.merit .slick-dots li button:before {
  content: "";
  background: #cccccc;
  border-radius: 50%;
  opacity: 1 !important;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.merit .slick-dots li.slick-active button:before {
  background: #70be83;
}

@media screen and (max-width: 1280px) {
  .merit ul li {
    padding: 0 15px;
  }
  .merit .slick-prev {
    left: -30px;
  }
  .merit .slick-next {
    right: -30px;
  }
}

@media screen and (max-width: 1100px) {
  .merit .slick-prev {
    left: 30px;
  }
  .merit .slick-next {
    right: 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■products
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.products {
  overflow: hidden;
  padding-bottom: 90px;
  background: #ffffff;
}

.products .innerWrap {
  padding: 0;
}

.products .commonHd01 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 22px;
}

.products .commonHd01:before {
  background: #2d4a68;
}

.products .btn {
  margin-top: 36px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■partner
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.partner {
  padding: 95px 40px;
}

.partner:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/index/bg_partner.jpg) center center no-repeat;
  background-size: cover;
}

.partner .innerWrap {
  max-width: 1000px;
  padding-top: 64px;
  padding-bottom: 73px;
  background: rgba(255, 255, 255, 0.9);
}

.partner p {
  text-align: center;
  font-size: 36px;
  line-height: 1.67;
  color: #000000;
}

.partner .btn {
  margin-top: 29px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■brands
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.brands {
  padding-top: 62px;
  padding-bottom: 53px;
  background: #ffffff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■news
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.news {
  padding-top: 44px;
  padding-bottom: 31px;
  background: #f2f2f2;
}

.news h2 {
  text-align: center;
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 26px;
  font-weight: normal;
}

.news .newsList {
  margin-top: 22px;
}

.news .more {
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #060606;
  margin-top: 24px;
}

.news .more a {
  display: inline-block;
}

.news .more a:after {
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  background: #1b1b1b;
  margin: 0 auto;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.news .more a:hover:after {
  height: 53px;
  margin-bottom: -31px;
}
