@charset "utf-8";
/* CSS Document */
.main {
  padding-bottom: 60px;
}
@media(min-width:760px) {
  .main {
    padding-bottom: 180px;
    width: 100%;
    margin: 0 auto;
  }
}
.section-top {
  margin-bottom: 80px;
}
.section-top__video-wrapper {
  position: relative;
  width: 100%;
  height: 617px;
  object-fit: cover;
  margin-bottom: 60px;
}
.section-top__video {
  position: absolute;
}
.main h1 {
  width: 100%;
  max-width: 375px;
  text-align: left;
  font-weight: 700;
  line-height: 3.7rem;
  position: absolute;
  top: 18%;
  left: 6%;
}
.section-top__lead {
  width: 100%;
  max-width: 375px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.0rem;
  position: absolute;
  top: 28%;
  left: 6%;
}
.section-top__text-color {
  color: #333;
  text-shadow: 0.8px 0.8px 10px rgba(255, 255, 255, 0.5), -0.8px -0.8px 10px rgba(255, 255, 255, 0.5), -0.8px 0.8px 10px rgba(255, 255, 255, 0.5), 0.8px -0.8px 10px rgba(255, 255, 255, 0.5), 0px 0.8px 0 rgba(255, 255, 255, 0.5), 0-0.8px 0 rgba(255, 255, 255, 0.5), -0.8px 0 0 rgba(255, 255, 255, 0.5), 0.8px 0 0 rgba(255, 255, 255, 0.5);
}
.section-top__effect {
  opacity: 0;
  position: absolute;
  -webkit-animation: anime 10s 0s infinite;
  animation: anime 10s 0s infinite;
}
.section-top__effect:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0
  }
}
@media (max-width:320px) {
  .main h1 {
    left: 3%;
  }
  .section-top__lead {
    font-size: 1.5rem;
    line-height: 2.6rem;
    left: 3%;
  }
}
@media (min-width:760px) {
  .main {
    max-width: 1440px;
  }
  .section-top {
    max-width: 1440px;
    margin-bottom: 180px;
  }
  .section-top__video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 585px;
    object-fit: cover;
  }
  .section-top__video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    margin: 0 auto;
  }
  .main h1 {
    font-size: 4.6rem;
    font-weight: 700;
    text-align: left;
    line-height: 5.0rem;
    max-width: 600px;
    top: 18%;
    left: 13.8%;
  }
  .section-top__lead {
    width: 100%;
    padding-top: 20px;
    text-align: left;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 4.0rem;
    max-width: 600px;
    top: 28%;
    left: 13.8%;
  }
  .section-top__scroll-wrapper {
    position: static;
  }
  .section-top__scroll {
    padding-top: 80px;
    display: inline;
    position: relative;
  }
  .section-top__scroll span {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 46px;
    height: 46px;
    border: 1px solid #333;
    border-radius: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
  }
  .section-top__scroll span::after {
    position: absolute;
    top: 55%;
    left: 55%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
@media (min-width:1600px) {
  .main h1 {
    top: 8%;
    left: 28.4%;
  }
  .section-top__lead {
    top: 12%;
    left: 28.4%;
  }
}
.section-about {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.section-about h2 {
  text-align: left;
  margin-bottom: 40px;
  padding: 0 24px;
}
.section-about__photo {
  width: 100%;
  object-fit: cover;
  object-position: 0% 0%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.section-about__body-text {
  text-align: left;
  padding: 0px 24px;
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 3.2rem
}
.section-about__explanation {
  font-size: 1.6rem;
}
.section-about__image-piechart {
  margin: 0 auto;
  width: 86%;
}
@media (min-width:760px) {
  .section-about {
    margin: 0 auto 180px;
  }
  .section-about h2 {
    font-size: 4.2rem;
    text-align: center;
    margin: 120px 0 100px;
    padding: 0;
  }
  .section-about__body {
    display: flex;
    width: 100%;
  }
  .section-about__body-image {
    width: 50vw;
    margin-bottom: 140px;
  }
  .section-about__photo {
    max-width: 520px;
    max-height: 520px;
    display: block;
    margin-left: 6.4%;
    padding: 0;
  }
  .section-about__body-text {
    width: 50vw;
    text-align: center;
  }
  .section-about__explanation {
    line-height: 3.8rem;
    text-align: left;
    padding: 3% 0 0 8%;
  }
  .section-about__image-area {
    margin-bottom: 180px;
    width: 100%;
    margin: 0 auto;
  }
  .section-about__image-piechart {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
  }
}
@media (min-width:1000px) {
  .section-about__explanation {
    font-size: 2.0rem;
    line-height: 4.0rem;
    padding-left: 20%;
    padding: 5% 0 0 16%;
  }
}
@media (min-width:1200px) {
  .section-about {
    max-width: 1040px;
  }
  .section-about__body-image {
    width: 100%;
    margin-bottom: 200px;
  }
  .section-about__photo {
    max-width: 520px;
    max-height: 520px;
    display: block;
    margin-left: 1%;
    padding: 0;
  }
  .section-about__explanation {
    font-size: 2.0rem;
    line-height: 4.0rem;
    text-align: left;
    padding: 8% 0 0 2%;
  }
}
/***** ヘンプと伝統文化 ******/
.section-tradition {
  background-color: #E7E6F9;
  width: 100%;
  margin: 0 auto 80px;
}
.section-tradition__body {
  text-align: left;
  display: flex;
  flex-flow: column-reverse;
  width: 100%;
}
.section-tradition__body-image {
  width: 100%;
  height: 100%;
}
.section-tradition__photo {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: 0% 0%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.section-tradition__body-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 1.6rem;
  line-height: 3.4rem;
  padding: 60px 6.4% 40px;
  margin-bottom: 40px;
}
.section-tradition h2 {
  padding: 0 6.4% 0 10%;
  letter-spacing: 1.4rem;
}
.section-tradition__explanation {
  padding-top: 4px;
  letter-spacing: 0.2rem;
}
@media (min-width:760px) {
  .section-tradition {
    width: 100%;
    max-width: 1040px;
    background-color: #E7E6F9;
    margin: 0 auto 200px;
  }
  .section-tradition__body {
    text-align: left;
    display: flex;
    flex-flow: nowrap;
  }
  .section-tradition__body-image {
    width: 60%;
  }
  .section-tradition__photo {
    max-width: 520px;
    max-height: 735px;
    object-fit: cover;
    object-position: 0% 0%;
    display: block;
    margin: 0 auto 60px auto;
    padding: 0;
  }
  .section-tradition__body-text {
    width: 40%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    padding-top: 80px;
  }
  .section-tradition h2 {
    font-size: 4.2rem;
    padding: 0 10%;
  }
  .section-tradition__explanation {
    padding: 10px 0px 0px 18px;
  }
  .section-tradition__button-more {
    display: block;
    padding-bottom: 100px;
  }
}
@media (min-width:1000px) {
  .section-tradition__body-text {
    font-size: 2.4rem;
    line-height: 4.6rem;
  }
}
/***** ヘンプの茎 ******/
.section-stems {
  background-color: #F2E5DA;
  width: 100%;
  margin: 0 auto 80px;
}
.section-stems h2 {
  padding: 60px 0px 0px 24px;
  margin-bottom: 40px;
  text-align: left;
}
.section-stems__item {
  list-style: none;
}
.section-stems__item-photo {
  width: 100%;
  list-style: none;
  margin-bottom: 40px;
}
.section-stems__item-photo-pic1, .section-stems__item-photo-pic2, .section-stems__item-photo-pic3 {
  width: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}
.section-stems__item-photo-text1, .section-stems__item-photo-text2, .section-stems__item-photo-text3 {
  text-align: left;
  font-size: 1.6rem;
  line-height: 3.2rem;
  padding: 0 16px;
  padding: 20px 0px 30px 24px;
}
.section-stems__button-more {
  width: 100%;
  max-width: 300px;
  padding-bottom: 60px;
}
@media (min-width:760px) {
  .section-stems {
    width: 100%;
    max-width: 1040px;
    margin-bottom: 200px;
    background-color: #F2E5DA;
    text-align: left;
    padding-bottom: 130px;
    position: relative;
    height: 980px;
  }
  .section-stems h2 {
    text-align: left;
    font-size: 4.2rem;
    padding: 60px 0 40px 40px;
  }
  .section-stems__item {
    list-style: none;
    max-width: 1040px;
  }
  .section-stems__item-photo {
    width: 340px;
    list-style: none;
  }
  .section-stems__item-photo:first-child {
    width: 427px;
  }
  .section-stems__item-photo-pic1 {
    max-width: 397px;
    max-height: 642px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 28%;
  }
  .section-stems__item-photo-pic2 {
    max-width: 260px;
    max-height: 260px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 14%;
    left: 58%;
  }
  .section-stems__item-photo-pic3 {
    max-width: 260px;
    max-height: 260px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 47%;
    right: 9.4%;
  }
  .section-stems__item-photo-text1 {
    position: absolute;
    top: 12%;
    left: 2%;
  }
  .section-stems__item-photo-text2 {
    position: absolute;
    top: 38%;
    left: 58%;
    padding: 0;
  }
  .section-stems__item-photo-text3 {
    position: absolute;
    top: 71%;
    left: 58%;
    padding: 0;
  }
  .section-stems__item-photo-text3 .break_sp {
    display: none;
  }
  .section-stems__button-more {
    position: absolute;
    top: 84%;
    left: 34%;
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width:1000px) {
  .section-stems {
    width: 100%;
    max-width: 1040px;
    margin-bottom: 200px;
    background-color: #F2E5DA;
    text-align: left;
    font-size: 2.4rem;
    line-height: 4.6rem;
    padding-bottom: 130px;
    position: relative;
    height: 960px;
  }
  .section-stems h2 {
    text-align: left;
    font-size: 4.2rem;
    padding: 60px 0 40px 40px;
  }
  .section-stems__item {
    list-style: none;
    max-width: 1040px;
  }
  .section-stems__item-photo {
    width: 340px;
    list-style: none;
  }
  .section-stems__item-photo:first-child {
    width: 427px;
  }
  .section-stems__item-photo-pic1 {
    max-width: 397px;
    max-height: 529px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 180px;
  }
  .section-stems__item-photo-pic2 {
    max-width: 340px;
    max-height: 340px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 22%;
    left: 44%;
  }
  .section-stems__item-photo-pic3 {
    max-width: 340px;
    max-height: 340px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 47%;
    right: 0px;
  }
  .section-stems__item-photo-text1 {
    position: absolute;
    top: 19%;
    left: 2%;
    color: #fff;
    font-size: 2.4rem;
    line-height: 4.6rem;
  }
  .section-stems__item-photo-text2 {
    position: absolute;
    top: 24%;
    left: 70%;
    width: 290px;
    font-size: 2.4rem;
    line-height: 4.6rem;
  }
  .section-stems__item-photo-text3 {
    position: absolute;
    top: 67%;
    left: 49%;
    width: 460px;
    font-size: 2.4rem;
    line-height: 4.6rem;
  }
  .section-stems__item-photo-text3 .break_sp {
    display: none;
  }
  .section-stems__button-more {
    position: absolute;
    top: 920px;
    left: 34%;
    width: 100%;
    max-width: 300px;
  }
  .white {
    color: #fff;
  }
}
/***** ヘンプの実 ******/
.section-seeds {
  background-color: #E9F0E4;
  width: 100%;
  margin-bottom: 80px;
  margin: 0 auto 80px;
}
.section-seeds h2 {
  padding: 60px 0px 0px 24px;
  margin-bottom: 40px;
  text-align: left;
}
.section-seeds__image {
  width: 100%;
  background-image: url("../images/image_top/bg_seeds.jpg");
  background-position: 50% 11%;
  background-size: 84%;
  background-repeat: no-repeat;
}
.section-seeds__body-text {
  width: 100%;
  margin-bottom: 60px;
}
.section-seeds__image-explanation {
  text-align: left;
  padding: 0px 24px 24px;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.section-seeds__body {
  width: 100%;
  margin: 0 auto;
}
.section-seeds__image-photo-pics {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.section-seeds__image-photo-pics li {
  padding-bottom: 40px;
}
.section-seeds__image-photo-pics img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 200px;
}
@media (min-width:510px) {
  .section-seeds__image {
    background-size: 62%;
  }
  .section-seeds__image-photo {
    padding-top: 80px;
  }
}
@media (min-width:760px) {
  .section-seeds {
    width: 100%;
    max-width: 1040px;
    background-color: #E9F0E4;
    padding: 40px 0px;
  }
  .section-seeds__image {
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
    position: relative;
  }
  .section-seeds h2 {
    text-align: left;
    font-size: 4.2rem;
    padding: 40px 0px 20px 40px;
  }
  .section-seeds__body-text {
    width: 50%;
    max-width: 520px;
  }
  .section-seeds__image-explanation {
    text-align: left;
    padding: 20px 0px 0px 40px;
  }
  .section-seeds__body {
    display: flex;
    width: 100%;
  }
  .section-seeds__image-photo {
    width: 65%;
    max-width: 520px;
  }
  .section-seeds__image-photo-pics {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 520px;
    margin: 0 auto;
  }
  .section-seeds__image-photo-pics li {
    padding: 24px 0px 34px 120px;
    width: 300px;
    margin: 0 auto;
  }
  .section-seeds__image-photo-pics li:nth-child(2) {
    padding-left: 270px;
    width: 300px;
    margin: 0 auto;
  }
  .section-seeds__image-photo-pics img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 500px;
  }
}
@media (min-width:1000px) {
  .section-seeds__image {
    background-size: 84%;
  }
  .section-seeds__image-explanation {
    font-size: 2.4rem;
    line-height: 4.6rem;
  }
}