@charset "UTF-8";

.homeHero1__slider__wrap {
  width: 100%;
  margin-bottom: 0;
  height: 600px;
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #F9F9F9 20%, #F9F9F9 80%, #fff 80%, #fff 100%); }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .homeHero1__slider__wrap {
      background: #F9F9F9; } }
  @media screen and (max-width: 767px) {
    .homeHero1__slider__wrap {
      height: 600px;
      background: #F9F9F9; } }

.homeHero1__bg {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 64px;
  background-image: url("../img/home/top.png");
  background-size: cover;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .homeHero1__bg {
      background-image: none; } }
  @media screen and (max-width: 767px) {
    .homeHero1__bg {
      background-image: none;
      height: 500px; } }

.homeHero1__contents {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25%; }
  @media screen and (max-width: 1060px) {
    .homeHero1__contents {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0; } }

.homeHero1__logo {
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  display: block;
  margin: 0 auto;
  /*margin-bottom: 20px; */
  margin-bottom: 5px;
  padding-top:30px;
  }

.homeHero1__logoSp {
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 0; }
  @media screen and (max-width: 1060px) {
    .homeHero1__logoSp:before {
      font-size: 50px; } }

.homeHero1__spImg {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%; }
  @media screen and (max-width: 1060px) {
    .homeHero1__spImg {
      max-width: 150px;
      margin-bottom: 0; } }

.homeHero1__lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 1060px) {
    .homeHero1__lead {
      margin: 0; } }

.homeHero1__btn {
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  o-transition: 0.1s linear;
  transition: 0.1s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  padding: 26px 42px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: 350px;
  max-width: 350px;
  /*height: 100px;*/
  height: 80px;
  background-color: #000;
  border: 2px solid transparent;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  o-transition: 0.1s linear;
  transition: 0.1s linear;
  margin: 0 auto; }
  .homeHero1__btn::before {
    display: block;
    width: 48px;
    height: 48px;
    content: " ";
    background-image: url("../img/icon_shopping-white.svg");
    background-size: 48px 48px;
    background-repeat: no-repeat;
    background-position: center; }
  .homeHero1__btn > * {
    width: 80%;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600; }
    .homeHero1__btn > *::before {
      display: block;
      font-size: 11px;
      font-weight: 600;
      text-align: center;
      content: "SOY&CO.1879"; }
  .homeHero1__btn:hover {
    border: 2px solid #000;
    border-radius: 2px;
    background-color: transparent;
    color: #000; }
    .homeHero1__btn:hover::before {
      background-image: url("../img/icon_shopping.svg"); }
    .homeHero1__btn:hover > * {
      color: #000; }
  @media screen and (max-width: 1060px) {
    .homeHero1__btn {
      width: 260px;
      padding: 10px 20px; } }
  @media screen and (max-width: 1060px) {
    .homeHero1__btn {
      padding: 0 20px;
      height: 75px;
      width: 100%; } }








.homeHero2__slider__wrap,
.homeHero3__slider__wrap,
.homeHero4__slider__wrap,
.homeHero5__slider__wrap,
.homeHero6__slider__wrap {
  width: 100%;
  margin-bottom: 0;
  height: 600px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .homeHero2__slider__wrap,
    .homeHero3__slider__wrap
    .homeHero4__slider__wrap
    .homeHero5__slider__wrap
    .homeHero6__slider__wrap {
      height: 500px; } }

.homeHero2__bg,
.homeHero3__bg,
.homeHero4__bg,
.homeHero5__bg,
.homeHero6__bg {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .homeHero2__bg,
    .homeHero3__bg,
    .homeHero4__bg,
    .homeHero5__bg,
    .homeHero6__bg {
      height: 500px; } }

.homeHero2__contents,
.homeHero3__contents,
.homeHero4__contents,
.homeHero5__contents,
.homeHero6__contents {
  display: flex;
  align-items: center;
  height: 600px;
  background-color: #F9F9F9; }
  @media screen and (max-width: 767px) {
    .homeHero2__contents,
    .homeHero3__contents,
    .homeHero4__contents,
    .homeHero5__contents,
    .homeHero6__contents {
      height: 500px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      flex-direction: column; } }

.homeHero2__contents__child,
.homeHero3__contents__child,
.homeHero4__contents__child,
.homeHero5__contents__child,
.homeHero6__contents__child {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .homeHero2__contents__child,
    .homeHero3__contents__child
    .homeHero4__contents__child
    .homeHero5__contents__child
    .homeHero6__contents__child {
      width: 100%;
      height: 60%;
      overflow: hidden; } }

.homeHero2__contents__images,
.homeHero3__contents__images,
.homeHero4__contents__images,
.homeHero5__contents__images,
.homeHero6__contents__images {

  background-size: cover;
  background-position: center;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .homeHero2__contents__images,
    .homeHero3__contents__images,
    .homeHero4__contents__images,
    .homeHero5__contents__images,
    .homeHero6__contents__images {
      height: 60%; } }


.homeHero2__contents__images {background-image: url("../img/home/sptop2_190408.jpg");}
.homeHero3__contents__images {background-image: url("../img/home/sptop3_190408.png");/* PNG */}
.homeHero4__contents__images {background-image: url("../img/home/sptop4_190408.jpg");}
.homeHero5__contents__images {background-image: url("../img/home/sptop5_190408.jpg");}
.homeHero6__contents__images {background-image: url("../img/home/sptop6_190408.jpg");}

.homeHero1__copy,
.homeHero2__copy,
.homeHero3__copy,
.homeHero4__copy,
.homeHero5__copy,
.homeHero6__copy {
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2em;
  margin: 0 auto;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .homeHero2__copy,
    .homeHero3__copy,
    .homeHero4__copy,
    .homeHero5__copy,
    .homeHero6__copy {
      font-size: 30px;
      font-weight: 300;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .homeHero2__copy,
    .homeHero3__copy,
    .homeHero4__copy,
    .homeHero5__copy,
    .homeHero6__copy {
      font-size: 30px;
      font-weight: 300;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px; } }


.homeHero1__copy,
.homeHero4__copy{
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2em;
  margin: 0 auto;
  /*margin-bottom: 20px;*/ }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .homeHero4__copy{
      font-size: 30px;
      font-weight: 300;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .homeHero4__copy{
      font-size: 30px;
      font-weight: 300;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px; } }


.homeHero1__copy{
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .homeHero4__copy{
      font-size: 30px;
      font-weight: 300;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .homeHero4__copy{
      font-size: 30px;
      font-weight: 300;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px; } }


.homeHero2__logoSp,
.homeHero3__logoSp,
.homeHero4__logoSp,
.homeHero5__logoSp,
.homeHero6__logoSp {
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px; }

.homeHero2__lead,
.homeHero3__lead,
.homeHero4__lead,
.homeHero5__lead,
.homeHero6__lead {
  padding: 0 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .homeHero2__lead,
    .homeHero3__lead,
    .homeHero4__lead,
    .homeHero5__lead,
    .homeHero6__lead {
      display: none; } }

.homeHero2__btn,
.homeHero3__btn,
.homeHero4__btn,
.homeHero5__btn,
.homeHero6__btn {
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  o-transition: 0.1s linear;
  transition: 0.1s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 60px;
  border: 2px solid #000;
  border-radius: 2px;
  color: #fff;
  background-color: #000;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  o-transition: 0.1s linear;
  transition: 0.1s linear;
  margin: 0 auto; }
  .homeHero2__btn:hover,
  .homeHero3__btn:hover,
  .homeHero4__btn:hover,
  .homeHero5__btn:hover,
  .homeHero6__btn:hover {
    border-radius: 2px;
    text-decoration: none;
    color: #000;
    background-color: #fff; }
  @media screen and (max-width: 767px) {
    .homeHero2__btn,
    .homeHero3__btn,
    .homeHero4__btn,
    .homeHero5__btn,
    .homeHero6__btn {
      min-width: 0;
      width: 100%; } }


