@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■COMMON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.bg-g {
  background: #84bb84;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■メイン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mv {
  background-image: url(../images/brand/mv.jpg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■intro
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#intro {
  margin-top: -16px;
  margin-bottom: 215px;
}

#intro p {
  color: #84bb84;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #intro {
    padding: 0 15px;
    margin-top: 70px;
    margin-bottom: 35%;
  }
  #intro p {
    font-size: 2.0rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■sec-01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-01 {
  margin-bottom: 190px;
}

#sec-01 .innerWrap {
  max-width: none;
}

#sec-01 .title {
  position: relative;
  background: #84bb84;
  color: white;
  font-size: 3.0rem;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 30px;
}

#sec-01 .title:before {
  content: '';
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(132, 187, 132, 0.3);
}

#sec-01 .title .img {
  display: block;
  width: 640px;
  margin: 0 auto 20px;
}

#sec-01 .title .img img {
  width: 100%;
  height: auto;
  margin-top: -165px;
}

#sec-01 .text {
  max-width: 640px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto;
}

#sec-01 .text p {
  font-size: 1.6rem;
  line-height: 2;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #sec-01 {
    margin-bottom: 90px;
  }
  #sec-01 .innerWrap {
    padding: 0;
  }
  #sec-01 .title {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0 15px 22px;
  }
  #sec-01 .title:before {
    top: -50px;
  }
  #sec-01 .title .img {
    width: 80%;
  }
  #sec-01 .text {
    padding: 25px 15px;
  }
  #sec-01 .text p {
    font-size: 1.4rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■sec-02
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-02 .title {
  position: relative;
  background: #84bb84;
  color: white;
  font-size: 3.0rem;
  line-height: 1.4;
  text-align: center;
  padding: 64px 0;
  margin-bottom: 160px;
}

#sec-02 .title .img {
  position: absolute;
  display: block;
  width: 51%;
}

#sec-02 .title .img img {
  width: 100%;
  height: auto;
}

#sec-02 .title .img.img01 {
  width: 50%;
  max-width: 640px;
  
  top: auto;
  bottom: 100%;
  right: 50%;
  margin-bottom: -46px;
  margin-right: -92px;
}

#sec-02 .title .img.img02 {
  width: 50%;
  max-width: 640px;

  top: 100%;
  left: 50%;
  margin-top: -52px;
  margin-left: -92px;
}

#sec-02 .text {
  max-width: 680px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto;
}

#sec-02 .text p {
  font-size: 1.6rem;
  line-height: 2;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #sec-02 {
    margin-bottom: 30px;
  }
  #sec-02 .innerWrap {
    padding: 0;
  }
  #sec-02 .title {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 40px 15px;
    margin-bottom: 50px;
  }
  #sec-02 .title:before {
    top: -50px;
  }
  #sec-02 .title .img {
    width: 60%;
  }
  #sec-02 .title .img.img01 {
    width: 60%;
    left: 0;
    margin-right: 0;
    margin-bottom: -20px;
  }
  #sec-02 .title .img.img02 {
    width: 60%;
    top: 100%;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-top: -20px;
  }
  #sec-02 .text {
    padding: 25px 15px;
  }
  #sec-02 .text p {
    font-size: 1.4rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■sec-03
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-03 {
  padding: 86px 0 15px;
}

#sec-03 .innerWrap {
  max-width: 1000px;
}

#concept {
  width: 800px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 42px 20px 10px;
  margin: 0 auto 40px;
}

#concept h3 {
  color: #84bb84;
  font-size: 3.0rem;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 25px;
}

#concept .img {
  display: block;
  margin: 0 -100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  overflow: hidden;
}




#concept .img img {
  width: 100%;
  height: auto;
}

#concept p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  padding: 22px 0;
}

#season h3 {
  color: white;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 22px;
}

#season ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#season ul:after {
  content: '';
  display: block;
  width: 260px;
}

#season ul li {
  overflow: hidden;
  width: 31%;
  max-height: 165px;
  margin-bottom: 38px;
}

#season ul li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1000px) {
  #sec-03 .innerWrap {
    max-width: 100%;
    padding: 0;
  }
  #sec-03 .img {
    max-width: 100vw;
/*    margin: 0 -20%;*/
  }
  #concept {
    width: 80%;
  }
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #sec-03 {
    padding-top: 35px;
  }
  #sec-03 .innerWrap {
    padding: 0 15px;
  }
  #sec-03 .img {
    margin: 0 -30px;
  }
  #concept {
    width: auto;
    padding: 30px 15px 10px;
    margin-bottom: 25px;
  }
  #concept h3 {
    font-size: 1.8rem;
  }
  #concept p {
    font-size: 1.4rem;
  }
  #season h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #season ul li {
    margin-bottom: 15px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■コンテンツ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-temari .innerWrap {
  max-width: 1200px;
  padding: 67px 100px 87px;
}

#sec-temari h3 {
  color: #84bb84;
  font-size: 3.0rem;
  line-height: 1.4;
  margin-bottom: 17px;
}

#sec-temari p {
  font-size: 1.6rem;
  line-height: 2;
}

#sec-temari .img {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

#sec-temari .img img {
  width: 100%;
  height: auto;
}

#sec-temari .img .big {
  width: 64%;
}

#sec-temari .img .small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 35%;
}

#sec-temari .img .small li {
  width: 48%;
}

@media only screen and (max-width: 1346px) {
  #sec-temari .innerWrap {
    max-width: 89%;
    padding-right: 8%;
    padding-left: 8%;
  }
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #sec-temari {
    padding: 0 15px;
  }
  #sec-temari .innerWrap {
    max-width: inherit;
    padding: 35px 30px 50px;
  }
  #sec-temari h3 {
    font-size: 2.0rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #sec-temari p {
    font-size: 1.4rem;
  }
}
