@charset "utf-8";
.section-top {
  margin-bottom: 80px;
  padding: 0 6.4%;
}
.section-top__image-area {
  width: 100%;
  text-align: right;
  position: relative;
}
.section-top__main-image {
  width: 80%;
  max-height: 555px;
  z-index: 9;
  padding-bottom: 60px;
}
.section-top__subtitile {
  font-size: 1.6rem;
  font-weight: 300;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  text-align: left;
}
.section-top__h1 {
  position: absolute;
  top: 2%;
  left: 6.4%;
  clear: both;
  display: block;
  text-align: left;
  line-height: 3.4rem;
  z-index: 999;
}

.section-top__deco {
  margin-bottom: 60px;
}
.section-top__deco ul {
  margin: 0 auto;
  width: 20px;
}
.section-top__deco ul li {
  list-style: none;
}
.section-top__deco ul li img {
  width: 20px;
  margin-bottom: 20px;
}
.section-top__wrap1 {
  width: 100%;
  margin-bottom: 80px;
}
.section-top__wrap1-photo {
  width: 100%;
  margin: 0 auto;
}
.section-top__wrap1-image {
  width: 100%;
  margin: 0 auto;
}
.section-top__wrap1-text {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.section-top__wrap2-container {
  background-image: url("../images/image_seeds/bg-top_seeds.jpg");
  background-size: 100%;
  margin: 0 auto;
  width: 100%;
}
.section-top__wrap2 {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 60px;
}
.section-top__wrap2-text {
  margin: 0 auto;
  padding-top: 40px;
  padding: 10% 6.4%;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: left;
}
.section-top__wrap2-image {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.section-top__wrap2-image img {
  object-fit: cover;
  object-position: 50% 50%;
  padding: 0px;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 760px) {
  .section-top__image-area {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .section-top__main-image {
    width: 84%;
    max-height: 555px;
    z-index: 9;
    padding-bottom: 100px;
  }
  .section-top__subtitile {
    font-size: 2.0rem;
    font-weight: 300;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    text-align: left;
  }
  .section-top__h1 {
    position: absolute;
    top: 4%;
    left: 6.4%;
    clear: both;
    display: block;
    text-align: left;
    font-size: 6.0rem;
    line-height: 6.0rem;
    z-index: 999;
  }
  .section-top__deco ul {
    margin: 0 auto;
    width: 30px;
  }
  .section-top__deco ul li {
    list-style: none;
  }
  .section-top__deco ul li img {
    margin-bottom: 30px;
  }
  .section-top__wrap1 {
    display: flex;
    margin-top: 100px;
    margin-bottom: 80px;
    padding: 0;
  }
  .section-top__wrap1-image {
    width: 50%;
  }
  .section-top__wrap1-photo {
    width: 100%;
    max-height: 520px;
    margin: 0;
    padding: 0;
  }
  .section-top__wrap1-text {
    width: 50%;
    text-align: left;
    max-width: 650px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    padding: 0% 0 0 6%;
  }
  .section-top__wrap2-container {
    background-image: url("../images/image_seeds/bg-top_seeds.jpg");
    background-size: 100%;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
  }
  .section-top__wrap2 {
    display: flex;
    flex-flow: row;
    width: 100%;
  }
  .section-top__wrap2-text {
    width: 60%;
    margin: 0;
    font-size: 1.6rem;
    line-height: 3.2rem;
    text-align: left;
    padding: 6% 0 0 6.4%;
  }
  .section-top__wrap2-image {
    width: 40%;
    height: 482px;
  }
  .section-top__wrap2-image img {
    object-fit: cover;
    object-position: 50% 50%;
    padding: 0px;
    margin: 0;
    height: 241px;
    vertical-align: top;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .section-top {
    margin-bottom: 180px;
    max-width: 1040px;
    padding: 0 13.8%;
    margin: 0 auto 160px;
  }
  .section-top__wrap1-image {
    width: 44%;
  }
  .section-top__wrap1-text {
    width: 58%;
    text-align: left;
    max-width: 650px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    padding: 0% 0% 0% 6%;
  }
}
@media (min-width: 1200px) {
  .section-top__image-area {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .section-top__main-image {
    width: 81.2%;
    max-height: 555px;
    z-index: 9;
    padding-bottom: 100px;
  }
  .section-top__subtitile {
    font-size: 2.0rem;
    font-weight: 300;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    text-align: left;
  }
  .section-top__h1 {
    position: absolute;
    top: 4%;
    left: 0%;
    clear: both;
    display: block;
    text-align: left;
    font-size: 6.0rem;
    line-height: 6.0rem;
    z-index: 999;
  }
  .section-top__deco ul {
    margin: 0 auto;
    width: 30px;
  }
  .section-top__deco ul li {
    list-style: none;
  }
  .section-top__deco ul li img {
    margin-bottom: 30px;
  }
  .section-top__wrap1 {
    display: flex;
    width: 100%;
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .section-top__wrap1-image {
    width: 40%;
    padding: 0;
  }
  .section-top__wrap1-photo {
    width: 100%;
    max-height: 520px;
    margin: 0;
    padding: 0;
  }
  .section-top__wrap1-text {
    width: 60%;
    text-align: left;
    max-width: 650px;
    font-size: 2.0rem;
    line-height: 3.6rem;
    padding: 1% 0 0 6%;
  }
  .section-top__wrap2-container {
    background-image: url("../images/image_seeds/bg-top_seeds.jpg");
    background-size: 100%;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
  }
  .section-top__wrap2 {
    display: flex;
    flex-flow: wrap;
    width: 100%;
  }
  .section-top__wrap2-text {
    width: 56%;
    padding-top: 4%;
    padding-left: 4%;
    margin: 0;
    font-size: 2.0rem;
    line-height: 3.6rem;
    text-align: left;
  }
  .section-top__wrap2-image {
    width: 40%;
    margin: 0;
    padding: 0;
    height: 482px;
  }
  .section-top__wrap2-image img {
    object-fit: cover;
    object-position: 50% 50%;
    padding: 0px;
    margin: 0;
    height: 241px;
    vertical-align: top;
    width: 100%;
  }
}
/***** セクションオイル *****/
.section-oil {
  margin-bottom: 80px;
}
.section-oil__image {
  width: 100%;
  background-image: url(../images/image_seeds/hemp-oil.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-oil h2 {
  text-align: left;
  margin-bottom: 40px;
  padding-top: 60px;
  line-height: 4.0rem;
}
.section-oil__wrapper {
  padding: 0 6.4%;
  position: static;
  text-align: left;
}
.section-oil__wrapper-text {
  font-size: 1.6rem;
  line-height: 3.2rem;
  padding-bottom: 60px;
}
@media (min-width: 760px) {
  .section-oil {
    margin-bottom: 160px;
    padding: 0 6.4%;
  }
  .section-oil__image {
    height: 870px;
    background-image: url("../images/image_seeds/hemp-oil.jpg");
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
  }
  .section-oil__wrapper {
    text-align: left;
    position: absolute;
  }
  .section-oil h2 {
    font-size: 4.2rem;
    line-height: 6.0rem;
    text-align: left;
  }
  .section-oil__wrapper-text {
    font-size: 2.0rem;
    line-height: 3.6rem;
    top: 20%;
    left: 1.6%;
    padding-bottom: 80px;
  }
}
@media (min-width: 1000px) {
  .section-oil {
    max-width: 1040px;
    margin-bottom: 160px;
    padding: 0 13.8%;
    margin: 0 auto 160px;
  }
  .section-oil__image {
    background-image: url("../images/image_seeds/hemp-oil.jpg");
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
  }
  .section-oil__wrapper {
    text-align: left;
    position: absolute;
  }
  .section-oil h2 {
    font-size: 4.2rem;
    line-height: 6.0rem;
    text-align: left;
    padding-top: 80px;
  }
  .section-oil__wrapper-text {
    font-size: 2.0rem;
    line-height: 3.6rem;
    top: 20%;
    left: 1.6%;
    padding-bottom: 80px;
  }
  .break_tb {
    display: none;
  }
}
/***** セクションエピソード *****/
.section-episode {
  background-color: #E9F0E4;
  padding: 20% 6.4%;
  margin-bottom: 60px;
}
.section-episode h2 {
  text-align: left;
  padding-bottom: 36px;
}
.section-episode h3 {
  text-align: left;
  padding-bottom: 60px;
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 600;
}
.section-episode__milk {
  padding-bottom: 80px;
  width: 100%;
}
.section-episode__soap {
  padding-bottom: 80px;
  width: 100%;
}
.section-episode__balm {
  padding-bottom: 80px;
  width: 100%;
}
.section-episode__milk-image {
  width: 100%;
  margin: 0 auto;
}
.section-episode__soap-image {
  width: 100%;
  margin: 0 auto;
}
.section-episode__balm-image {
  width: 100%;
  margin: 0 auto;
}
.section-episode__milk-image-pic, .section-episode__soap-image-pic, .section-episode__balm-image-pic {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.section-episode__milk-text, .section-episode__soap-text, .section-episode__balm-text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.section-episode__milk-text {
  width: 100%;
  padding-top: 10%;
}
.section-episode__soap-text {
  width: 100%;
  padding-top: 10%;
}
.section-episode__balm-text {
  width: 100%;
  padding-top: 10%;
}
.section-episode h4 {
  text-align: left;
  padding: 30px 0px;
  font-size: 2.2rem;
  line-height: 4.0rem;
  font-weight: 600;
}
@media (min-width: 760px) {
  .section-episode {
    background-color: #E9F0E4;
    max-width: 1040px;
    margin-bottom: 180px;
    padding: 80px 6.4%;
  }
  .section-episode h2 {
    font-size: 4.2rem;
    text-align: left;
    padding: 60px 0 36px;
  }
  .section-episode h3 {
    text-align: left;
    padding-bottom: 60px;
    font-size: 2.4rem;
    line-height: 4.0rem;
    font-weight: 600;
  }
  .section-episode__milk {
    padding-bottom: 80px;
    margin: 0;
    display: flex;
    height: 832px;
  }
  .section-episode__soap {
    padding-bottom: 80px;
    margin: 0;
    display: flex;
    height: 246px;
    flex-flow: row-reverse;
  }
  .section-episode__balm {
    margin: 0;
    padding: 0;
    display: flex;
    height: 390px;
  }
  .section-episode__milk-image {
    width: 60%;
    margin: 0;
  }
  .section-episode__soap-image {
    width: 33.6%;
    margin: 0;
  }
  .section-episode__balm-image {
    width: 45%;
    margin: 0;
  }
  .section-episode__milk-image-pic, .section-episode__soap-image-pic, .section-episode__balm-image-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .section-episode__milk-text, .section-episode__soap-text, .section-episode__balm-text {
    text-align: left;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .section-episode__milk-text {
    width: 40%;
    padding: 4% 0 0 6%;
  }
  .section-episode__soap-text {
    width: 56%;
    padding: 4% 10% 0 0;
  }
  .section-episode__balm-text {
    width: 42%;
    padding: 7% 0 0 10%;
  }
  .section-episode h4 {
    text-align: left;
    padding: 80px 0px 60px 0px;
    font-size: 2.6rem;
    line-height: 4.0rem;
    font-weight: 600;
  }
  .section-episode__balm {
    margin-bottom: 80px;
  }
}
@media (min-width: 1000px) {
  .section-episode {
    background-color: #E9F0E4;
    max-width: 1040px;
    margin-bottom: 180px;
    padding: 80px 13.8%;
    margin: 0 auto 160px;
  }
  .section-episode h2 {
    font-size: 4.2rem;
    text-align: left;
    padding: 60px 0 36px;
  }
  .section-episode h3 {
    text-align: left;
    padding-bottom: 60px;
    font-size: 2.4rem;
    line-height: 4.0rem;
    font-weight: 600;
  }
  .section-episode__milk {
    padding-bottom: 80px;
    margin: 0;
    display: flex;
    height: 832px;
  }
  .section-episode__soap {
    padding-bottom: 80px;
    margin: 0;
    display: flex;
    height: 246px;
    flex-flow: row-reverse;
  }
  .section-episode__balm {
    margin: 0;
    padding-bottom: 80px;
    display: flex;
    height: 390px;
  }
  .section-episode__milk-image {
    width: 60%;
    margin: 0;
  }
  .section-episode__soap-image {
    width: 36.6%;
    margin: 0;
  }
  .section-episode__balm-image {
    width: 45.5%;
    margin: 0;
  }
  .section-episode__milk-image-pic, .section-episode__soap-image-pic, .section-episode__balm-image-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .section-episode__milk-text, .section-episode__soap-text, .section-episode__balm-text {
    text-align: left;
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  .section-episode__milk-text {
    width: 42%;
    padding: 2% 0 0 10%;
  }
  .section-episode__soap-text {
    width: 74%;
    padding: 1% 0 0 0;
  }
  .section-episode__balm-text {
    width: 45%;
    padding: 2% 0 0 10%;
  }
  .section-episode h4 {
    text-align: left;
    padding: 80px 0px 60px 0px;
    font-size: 2.6rem;
    line-height: 4.0rem;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .section-episode__milk-text, .section-episode__soap-text, .section-episode__balm-text {
    text-align: left;
    font-size: 2.0rem;
    line-height: 3.6rem;
  }
  .section-episode__cbd-image {
    width: 42%;
    margin-top: 24px;
  }
  .section-episode__milk-text {
    width: 40%;
    padding: 4% 0 0 14%;
  }
  .section-episode__balm-text {
    width: 62.5%;
    padding: 7% 0 0 10%;
  }
}
/***** セクションエンド *****/
.section-end {
  margin: 0 auto;
  margin-bottom: 240px;
}
.section-end__image {
  height: 880px;
  background-image: url("../images/image_seeds/bg-end_seeds.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.section-end h3 {
  position: absolute;
  top: 8%;
  left: 5%;
  font-size: 1.8rem;
  line-height: 3.6rem;
  text-align: left;
  margin-bottom: 40px;
}
.section-end__wrapper {
  text-align: left;
  position: absolute;
  top: 18%;
  left: 5%;
  font-size: 1.6rem;
  line-height: 3.2rem;
  width: 100%;
}
.section-end__image-filter {
  position: absolute;
  top: 1%;
  /*left: -1%;*/
  transform: translate(15%, 15%);
  width: 77%;
  height: 680px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 0;
}
@media (max-width: 320px) {
  .section-end h3 {
    top: 6%;
    left: 4%;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .section-end__wrapper {
    top: 20%;
    left: 4%;
  }
}
@media (min-width: 425px) {
  .section-end h3 {
    top: 8%;
    left: 10%;
  }
  .section-end__wrapper {
    top: 18%;
    left: 10%;
    width: 80%;
  }
}
@media (min-width: 600px) {
  .section-end {
    margin: 0 auto;
    max-width: 1040px;
    margin-bottom: 240px;
  }
  .section-end__image {
    height: 585px;
    background-image: url("../images/image_seeds/bg-end_seeds.jpg");
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
  }
  .section-end h3 {
    position: absolute;
    top: 9%;
    left: 6%;
    font-size: 2.4rem;
    line-height: 5.4rem;
    text-align: left;
    margin-bottom: 40px;
  }
  .section-end__wrapper {
    text-align: left;
    position: absolute;
    top: 30%;
    left: 6%;
    font-size: 1.6rem;
    line-height: 3.2rem;
    width: 85%;
  }
  .section-end__image-filter {
    position: static;
    top: 50%;
    transform: translate(15%, 15%);
    max-width: 808px;
    height: 455px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .break_sp {
    display: none;
  }
}
@media (min-width: 1000px) {
  .section-end {
    margin: 0 auto;
    max-width: 1040px;
    margin-bottom: 200px;
  }
  .section-end__image {
    height: 585px;
    background-image: url("../images/image_seeds/bg-end_seeds.jpg");
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
  }
  .section-end h3 {
    position: absolute;
    top: 5.8%;
    left: 6%;
    font-size: 2.4rem;
    line-height: 5.4rem;
    text-align: left;
    margin-bottom: 40px;
  }
  .section-end__wrapper {
    text-align: left;
    position: absolute;
    top: 21.6%;
    left: 6%;
    font-size: 2.0rem;
    line-height: 3.6rem;
    width: 92%;
  }
  .section-end__image-filter {
    position: static;
    top: 50%;
    transform: translate(15%, 15%);
    max-width: 808px;
    height: 455px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .break_sp {
    display: none;
  }
}