@charset "UTF-8";
/**scss共通ここまで***/
body #container {
  width: 100%;
  overflow: hidden;
  font-family: 'Noto Serif JP', serif;
}

#section01 {
  width: 100%;
  height: 588px;
  position: relative;
  z-index: 2;
  color: #ffffff;
}

#section01.interview3 {
  background: url(../images/producers/interview3_back_2150.png), -webkit-gradient(linear, left top, right top, from(#86d000), color-stop(75.5%, #007f1a));
  background: url(../images/producers/interview3_back_2150.png), linear-gradient(90deg, #86d000 0%, #007f1a 75.5%);
  background-position: center bottom;
  background-size: cover;
  -webkit-transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

@media (max-width: 1240px) {
  #section01.interview3 {
    height: 47.419vw;
    background: url(../images/producers/interview3_back_1240.png), -webkit-gradient(linear, left top, right top, from(#86d000), color-stop(75.5%, #007f1a));
    background: url(../images/producers/interview3_back_1240.png), linear-gradient(90deg, #86d000 0%, #007f1a 75.5%);
    background-position: center bottom;
    background-size: cover;
  }
}

@media (max-width: 640px) {
  #section01.interview3 {
    height: 70.4vw;
    background: url(../images/producers/interview3_back_640.png), -webkit-gradient(linear, left top, right top, from(#86d000), color-stop(75.5%, #007f1a));
    background: url(../images/producers/interview3_back_640.png), linear-gradient(90deg, #86d000 0%, #007f1a 75.5%);
    background-position: center bottom;
    background-size: cover;
  }
}

#section01 .contena {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  text-align: left;
  position: relative;
  margin: 0px auto;
}

#section01.interview3 h1 {
  width: 45.5%;
  text-align: center;
  left: 0;
  margin: 0 auto;
  top: 180px;
  position: absolute;
  font-weight: 500;
  line-height: 180%;
}

@media (max-width: 1240px) {
  #section01.interview3 h1 {
    top: 13.7vw;
  }
}

@media (max-width: 640px) {
  #section01.interview3 h1 {
    width: 60%;
    top: 38%;
    left: 0;
    right: 0;
  }
}

#section01.interview3 h1 span {
  width: 48%;
  display: block;
  margin: 0 auto 30px auto;
}

@media (max-width: 640px) {
  #section01.interview3 h1 span {
    width: 80%;
    margin: 0 auto 10px auto;
  }
}

#section01.active {
  opacity: 1;
}

/**********************/
#section02_inter03 {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#86d000), color-stop(75.5%, #007f1a));
  background: linear-gradient(90deg, #86d000 0%, #007f1a 75.5%);
  padding-top: 1px;
  position: relative;
  z-index: 2;
  padding-bottom: 38px;
  margin-top: -1px;
}

@media (max-width: 640px) {
  #section02_inter03 {
    padding-top: 9.33vw;
    padding-bottom: 11.866vw;
  }
}

#section02_inter03 .section__in {
  width: 90%;
  max-width: 1026px;
  margin: 35px auto 0 auto;
  position: relative;
  color: #ffffff;
}

@media (max-width: 640px) {
  #section02_inter03 .section__in {
    margin: 20px auto 0 auto;
  }
}

#section02_inter03 .title_icon {
  width: 25px;
  position: absolute;
  right: 3.2%;
  top: -32%;
  z-index: 10;
}

@media (max-width: 640px) {
  #section02_inter03 .title_icon {
    width: 4.266vw;
    top: -12.93vw;
    right: -2.5%;
  }
}

#section02_inter03 .human {
  width: 88%;
  max-width: 707px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #section02_inter03 .human {
    width: 100%;
  }
}

#section02_inter03 .human .human_bottom {
  margin-top: 18px;
}

/**************************/
#section03 {
  width: 90%;
  max-width: 1026px;
  margin: 80px auto 0 auto;
  position: relative;
  color: #007300;
}

@media (max-width: 640px) {
  #section03 {
    margin: 20px auto 0 auto;
  }
}

#section04 {
  color: #fff;
}

#section04 .section__in {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section04 .section__in::after {
  content: "";
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#86d000), color-stop(75.5%, #007f1a));
  background: linear-gradient(90deg, #86d000 0%, #007f1a 75.5%);
  position: absolute;
  left: 0;
  top: 50%;
}

#section04 .section__in picture {
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@media (max-width: 640px) {
  #section04 .section__in picture {
    width: 90%;
  }
}

#section04 .caption {
  width: 100%;
  padding: 35px 0 75px 0;
  text-align: center;
  line-height: 180%;
  background: -webkit-gradient(linear, left top, right top, from(#86d000), color-stop(75.5%, #007f1a));
  background: linear-gradient(90deg, #86d000 0%, #007f1a 75.5%);
}

@media (max-width: 640px) {
  #section04 .caption {
    padding: 20px 0 30px 0;
  }
}

#section05 {
  width: 100%;
  padding: 80px 0 80px 0;
}

@media (max-width: 640px) {
  #section05 {
    padding: 50px 0 40px 0;
  }
}

#section05 .interview {
  width: 90%;
  max-width: 900px;
  position: relative;
  margin: 0 auto 0px auto;
}

#section05 .interview h4 {
  font-weight: 400;
  line-height: 180%;
}

#section05 .interview p.name {
  width: 90%;
  max-width: 318px;
  padding-top: 10%;
}

@media (max-width: 640px) {
  #section05 .interview p.name {
    width: 92%;
    max-width: 600px;
    padding-top: 10%;
  }
}

#section05 .interview .no01 {
  width: 47px;
  position: absolute;
  top: 15px;
  left: 100%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 10;
}

@media (max-width: 640px) {
  #section05 .interview .no01 {
    width: 8vw;
    left: auto;
    right: 100%;
    -webkit-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
  }
}

#section05 .interview .no02 {
  width: 47px;
  position: absolute;
  top: 15px;
  right: 100%;
  -webkit-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
  z-index: 10;
}

@media (max-width: 640px) {
  #section05 .interview .no02 {
    width: 8vw;
  }
}

#section05 .interview__in {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f4f3e9;
  margin-bottom: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 640px) {
  #section05 .interview__in {
    margin-bottom: 50px;
  }
}

#section05 .interview__in .text {
  width: 42.1%;
  padding: 40px 0 0 40px;
  position: relative;
  color: #172172;
}

@media (max-width: 1240px) {
  #section05 .interview__in .text {
    padding: 20px 0 0 30px;
  }
}

@media (max-width: 640px) {
  #section05 .interview__in .text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 5vw 0 16vw 5vw;
  }
}

#section05 .interview__in picture {
  width: 57.9%;
}

@media (max-width: 640px) {
  #section05 .interview__in picture {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#section05 a.topback_botan {
  width: 90%;
  max-width: 434px;
  display: block;
  margin: 0 auto;
  padding: 12px 0 14px 0;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#86d000), color-stop(75.5%, #007f1a));
  background: linear-gradient(90deg, #86d000 0%, #007f1a 75.5%);
  text-align: center;
  line-height: 100%;
  border-radius: 25px;
  color: #fff;
}

#section05 a.topback_botan::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  line-height: 100%;
  top: 50%;
  left: 15px;
  background: url(../images/interview/icon_yaji_left.png) no-repeat center/contain;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 1240px) {
  #section05 a.topback_botan::after {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 640px) {
  #section05 a.topback_botan::after {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 1240px) {
  #section05 a.topback_botan {
    font-size: 1.6vw;
  }
}

@media (max-width: 640px) {
  #section05 a.topback_botan {
    width: 90%;
    padding: 3vw 0;
    font-size: 4vw;
  }
}

.history {
  background: #fff2d3;
  padding: 71px 0;
}

@media (max-width: 640px) {
  .history {
    padding: 12.66vw 0;
  }
}

.history .history_inner {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .history .history_inner {
    width: 82.24%;
  }
}

@media (max-width: 640px) {
  .history .history_inner {
    width: 86.66%;
  }
}

.history .history_inner .history_btn_bg {
  width: 100%;
  margin: 0 auto;
}

.history .history_inner .history_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.history .history_inner a.more_botan {
  width: 200px;
  display: block;
  margin: 0 auto;
  padding: 11px 0;
  position: absolute;
  bottom: 7px;
  right: -71px;
  background: -webkit-gradient(linear, left top, right top, from(#86d000), color-stop(50%, #007f1a));
  background: linear-gradient(90deg, #86d000 0%, #007f1a 50%);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 100%;
  border-radius: 25px;
  border: 1px solid #fff;
}

@media (max-width: 640px) {
  .history .history_inner a.more_botan {
    border: 2px solid #fff;
  }
}

.history .history_inner a.more_botan::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../images/icon_yaji.png) no-repeat center/contain;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 640px) {
  .history .history_inner a.more_botan::after {
    width: 23px;
    height: 23px;
  }
}

@media (max-width: 1240px) {
  .history .history_inner a.more_botan {
    width: 200px;
    padding: 11px 0;
  }
}

@media (max-width: 640px) {
  .history .history_inner a.more_botan {
    width: 45%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    bottom: 6vw;
    right: 5vw;
    padding: 20px 0;
    border-radius: 33px;
  }
}

.history .history_inner a.more_botan img {
  max-width: 72px;
}

@media (max-width: 1240px) {
  .history .history_inner a.more_botan img {
    max-width: 60px;
  }
}

@media (max-width: 640px) {
  .history .history_inner a.more_botan img {
    max-width: 15vw;
  }
}

.history .history_inner .onmouse3 {
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 640px) {
  .history .history_inner .onmouse3 {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
  }
}

.history .history_inner .onmouse3:hover > img {
  opacity: 1 !important;
}

.history .history_inner .onmouse3:hover {
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%) scale(1.075);
          transform: translate(-50%, -50%) scale(1.075);
}

@media (max-width: 640px) {
  .history .history_inner .onmouse3:hover {
    -webkit-transform: translate(0%, 0%) scale(1.075);
            transform: translate(0%, 0%) scale(1.075);
  }
}

.note {
  width: 50%;
  margin: 0 0 110px auto;
  color: #007300;
}

@media (max-width: 640px) {
  .note {
    font-size: 2.4vw;
    width: 100%;
    margin: 0 0 50px 20px;
  }
}

/**************************/
.commentarea_type01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.commentarea_type01 .text {
  width: 50%;
}

@media (max-width: 640px) {
  .commentarea_type01 .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 20px;
  }
}

.commentarea_type01 .text h3 {
  margin-bottom: 30px;
  line-height: 160%;
  font-weight: 500;
}

@media (max-width: 1240px) {
  .commentarea_type01 .text h3 {
    margin-bottom: 20px;
  }
}

.commentarea_type01 .text p {
  padding-top: 20px;
  line-height: 200%;
  position: relative;
  font-family: 'Noto Sans JP';
  letter-spacing: 0em;
}

.commentarea_type01 .text p::after {
  content: "";
  width: 13%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #172172;
}

.commentarea_type01 picture {
  width: 42.5%;
}

@media (max-width: 640px) {
  .commentarea_type01 picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.commentarea_type_all {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 110px;
}

@media (max-width: 640px) {
  .commentarea_type_all {
    margin-bottom: 60px;
  }
}

.commentarea_type_all .text {
  width: 50%;
}

@media (max-width: 640px) {
  .commentarea_type_all .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 20px;
  }
}

.commentarea_type_all .text h3 {
  margin-bottom: 30px;
  line-height: 160%;
  font-weight: 500;
}

@media (max-width: 1240px) {
  .commentarea_type_all .text h3 {
    margin-bottom: 20px;
  }
}

.commentarea_type_all .text p {
  padding-top: 20px;
  line-height: 200%;
  position: relative;
  font-family: 'Noto Sans JP';
  letter-spacing: 0em;
  text-align: justify;
}

.commentarea_type_all .text p span {
  font-weight: 700;
}

.commentarea_type_all .text p::after {
  content: "";
  width: 13%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007300;
}

.commentarea_type_all picture {
  width: 42.5%;
}

@media (max-width: 640px) {
  .commentarea_type_all picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

/*********************/
/*# sourceMappingURL=producers.css.map */