@charset "UTF-8";
/* ------------------------------------------------------------------
  INDEX

  -Reset
  -Layout
  -Common
  -固有
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
  -Reset
------------------------------------------------------------------ */
body {
  line-height: 1.8;
  counter-reset: number 0; 
}
img{
	vertical-align: top;
}
/* ------------------------------------------------------------------
  -Layout
------------------------------------------------------------------ */
/*レイアウト*/
.item-box {
  border: 0;
}
.item-list .list-item {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .main .inner {
      padding-left: 0;
      padding-right: 0;
  }
}
/* ------------------------------------------------------------------
  -Common
------------------------------------------------------------------ */
/*mv*/
.mv-catch {
  text-indent: -9999px;
}
.mv__inner {
  color: #fff;
  background-image: url("../care-your-millet/img/care-your-millet_pc.jpg");
  padding-top: 40%;
  min-height: auto;
}
@media screen and (max-width: 767px) {
  .care-your-millet .mv__inner {
    background-image: url("../care-your-millet/img/care-your-millet_sp.jpg");
    padding-top: 120%;
    min-height: auto;
  }
}

/*target*/
.taget_nav {
  margin: 64px auto;
}
.taget_nav-box {
  display: flex;
  justify-content: space-between;
}
.taget {
  width: 31.8%;
}
.taget img {
  width: 100%;
}
.taget_nav.taget_nav02 {
  margin: auto;
  padding: 140px 0;
  background: #F0EEEF;
}
.taget_nav .inner {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  
  .taget_nav .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .taget_nav {
    margin: 10vw auto;
    padding: 0 5%;
  }
  .taget_nav.taget_nav02 {
    padding: 10vw 5%;
  }
  .taget {
    width: 100%;
    margin-bottom: 3vw;
  }
  .taget_nav-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .taget_nav.taget_nav02 .taget_nav-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .taget_nav.taget_nav02 .taget {
    width: 100%;
    margin-bottom: 6vw;
  }
}

/*sec-note*/
.sec-note {
  margin: 64px auto;
}
.note-box {
  display: flex;
  justify-content: space-between;
}
.note_head {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
.note_head_txt {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 900;
}
.note_body {
  width: 58%;
}
.note_body ul {
  list-style-type: none;
}
.note_body ul li {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.4;
  margin-left: 2rem;
  text-indent: -1.7rem;
}
.note_body ul li::before {
  display: inline-block;
  content: "";
  margin-top: 6px;
  margin-right: 7px;
  width: 10px;
  height: 10px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #000;
}
.note_body ul li:last-child {
  margin-bottom: 0;
}
.taget img {
  width: 100%;
}
.taget_note {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 64px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec-note {
    margin: 10vw auto;
    padding: 0 5%;
  }
  .note-box {
    flex-direction: column;
  }
  .note_head {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 6vw;
  }
  .note_head_txt {
    font-size: 5vw;
    font-weight: 900;}
  .note_body {
    width: 100%;
  }
  .note_body ul li {
    font-size: 2.8vw;
  }
  .note_body ul li::before {
    display: inline-block;
    content: "";
    margin-top: 0.5vw;
    margin-right: 7px;
    width: 2.5vw;
    height: 2.5vw;
    vertical-align: top;
    border-radius: 50%;
    background-color: #000;
  }
  .taget_note {
    font-size: 5vw;
    margin-top: 4vw;
    margin-bottom: 40px;
  }
}

/*yt*/
.yt-box {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  padding: 0 0 80px;
}
.yt-item {
  width: 100%;
  max-width: 1040px;
}
.yt-ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.yt-txt {
  min-height: 80px;
}
.youtube {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .yt-box {
    padding: 20px 0;
  }
  .yt-ttl {
    text-align: center;
  }
  .yt-txt {
    min-height: auto;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .yt-item {
    width: 100%;
    padding-bottom: 40px;
  }
}

/* ------------------------------------------------------------------
  -固有
------------------------------------------------------------------ */
@charset "UTF-8";
.inner400 {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.secinner {
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
.secinner {
  max-width: 100%;
  width: 100%;
}
}
#page2top a {
  right: 20px;
}
/* seclead */
.seclead-bg {
  background: url("../care-your-millet/img/seclead_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
.seclead-head {
  position: relative;
}
.seclead-head-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 250px;
  background: #ff0000;
  display: flex;
  place-items: center;
  mix-blend-mode: multiply;
}
.seclead-head-box {
  height: 250px;
  text-align: center;
}
.seclead-ttl {
  color: #fff;
  padding-top: 30px;
  font-size: 51px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 5px;
}
.seclead-ttl .f-uni {
  display: inline-block;
  position: relative;
}
.seclead-kana {
  position: relative;
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
}
.sticky-nav {
  position: relative;
  background: initial;
}
.sticky-nav__inner {
  max-width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sticky-nav.clone-nav.is-fixed-nav .sticky-nav__inner {
  border-top: 0;
  border-bottom: 0;
}
.sticky-nav__list {
  padding: 10px 0;
}
.sticky-nav__list li {
  border-right: 1px solid #fff;
}
.sticky-nav__list li:last-of-type {
  border-right: 0
}
.sticky-nav__list li a {
  color: #fff;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
border-bottom: 0;
}
.sticky-nav__list li:hover {
  background: initial;
  opacity: 0.8;
}
.sticky-nav.clone-nav {
  background: #ff0000;
}
.seclead-body {
  text-align: center;
}
.seclead-body img {
  max-width: 380px;
  padding: 30px 0;
}
.seclead-bottom {
  color: #fff;
  background: #4D4C4C;
  padding: 45px 0 40px;
}
.seclead-bottom .inner400 {
}
.seclead-txt-wrap {
  position: relative;
  border: 1px solid #fff;
  border-radius: 15px;
}
.seclead-txt-wrap h3 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.seclead-txt-wrap h3 span {
  display: inline-block;
  background: #4D4C4C;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 20px;
}
.seclead-txt-wrap ul {
  padding: 40px 30px 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.seclead-txt-wrap ul li {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px; 
}
.seclead-txt-wrap ul li img {
  margin-right: 10px;
}
@media screen and (max-width: 930px) {
}
@media screen and (max-width: 768px) {
  .inner400 {
    padding: 0 10px;
  }
  .seclead-bottom {
    color: #fff;
    background: #4D4C4C;
    padding: 8vw 0 7vw;
  }
  .seclead-head-bg {
    padding-bottom: 260px;
  }
  .seclead-head-box {
    height: 260px;
  }
  .seclead-ttl {
    font-size: 8vw;
  }
}
@media screen and (max-width: 600px) {
  .seclead-txt-wrap ul {
    padding: 6vw 7vw 4vw;
  }
  .seclead-txt-wrap ul li {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
  .seclead-txt-wrap ul li img {
    max-width: 20px;
  }
  .seclead-txt-wrap h3 span {
    font-size: 3.5vw;
  }
  .seclead-body img {
    max-width: 90%;
    width: 90%;
  }
  .seclead-ttl {
    padding-top: 6vw;
  }
  .seclead-kana {
    font-size: 3.5vw;
    margin-bottom: 3.5vw;
  }
  .seclead-head-bg {
    padding-bottom: 48vw;
  }  
  .seclead-head-box {
    height: 48vw;
  }
}
@media screen and (max-width: 400px) {
  .seclead-head-bg {
    padding-bottom: 58vw;
  }  
  .seclead-head-box {
    height: 58vw;
  }
}

/* secnav
------------------------------------------------------------------ */
.secnav {
  background: #0086D6;
}
.lead-txt {
  text-align: center;
  padding: 33px 15px 24px;
}
.lead-txt img {
  max-width: 906px;
}
@media screen and (max-width: 900px) {
  .lead-txt img {
    max-width: 63.8%;
  }
}
@media screen and (max-width: 768px) {
  .lead-txt img {
    max-width: 80%;
  }
}

/* secimg
------------------------------------------------------------------ */
.shadow {
  filter: drop-shadow(0 3px 6px #B7B4A5);
}
.secimg01 .secimg-bg__wrap {
  width: 100%;
  max-width: 1520px;
  height: 750px;
  margin: 0 auto 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.secimg01 .secimg-bg__wrap .txt-box-head {
  position: absolute;
  width: 547px;
  left: 128px;
}
.secimg01 .secimg-bg {
  background: url("../care-your-millet/img/secimg01_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
  min-height: 750px;
}
.secimg02 .secimg-bg__wrap .txt-box-head {
  width: 1080px;
  margin: 0 auto 0;
  padding: 74px 0 0 40px;
}
.secimg02 .secimg-bg__wrap {
  padding-bottom: 140px;
}
.secimg02 .secimg-bg__wrap .secimg-tech {
  width: 1080px;
  margin: 0 auto 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 64px 40px;
  border-radius: 8px;
}
.secimg02 .secimg-bg {
  background: url("../care-your-millet/img/secimg02_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
}

.secimg03 .secimg-bg__wrap .txt-box-head {
  width: 1080px;
  margin: 0 auto 0;
  padding: 74px 0 0;
}

.secimg03 .secimg-bg__wrap {
  padding-bottom: 140px;
}
.secimg03 .secimg-bg__wrap .secimg-tech {
  width: 1080px;
  margin: 48px auto 0;
  background: rgba(255, 255, 255, 1);
  padding: 48px 40px;
  border-radius: 8px;
}
.secimg03 .secimg-bg {
  background: url("../care-your-millet/img/secimg03_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
  min-height: 2219px ;
}
.secimg .txt-box {
  padding: 0;
}
.secimg01 .shadow {
  filter: drop-shadow(0 0 8px #001F5266);
}
.secimg02 .shadow {
  margin-top: 20px;
  filter: drop-shadow(8px 8px 8px #30546A66);
}
.secimg03 .shadow {
  filter: drop-shadow(8px 8px 8px #7AB7DD66);
}

.secimg03_note {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  max-width: 1520px;
  margin: 0 auto 64px;
  padding-top: 140px;
}

.secwash-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.secwash-list li {
  width: 48.5%;
  margin-bottom: 24px;
}
.secwash-list_head {
  font-size: 21px;
  font-weight: 700;
  background: #0086D6;
  color: #fff;
  position: relative;
  padding: 5px 10px 5px 45px;
}
.secwash-list_head span {
  border-left: 1px solid #fff;
  padding: 0 0 0 20px;
  line-height: 1.2;
}
.secwash-list img {
  width: 100%;
}
.secwash-list_head::after {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  left: 0;
  top: 0;
  font-family: GtPressuraBold;
  font-size: 31px;
  width: 45px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
  
.secmov-list {
  margin-top: 10px;
}
.secmov-list li {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.4;
  margin-left: 2rem;
  text-indent: -1.7rem;
}
.secmov-list li::before {
  display: inline-block;
  content: "";
  margin-top: 8px;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  vertical-align: top;
  border-radius: 50%;
  background-color: #000;
}
.secmov-list li:last-child {
  margin-bottom: 0;
}

.secimg {
  color: #000;
}
.secimg-tech_head {
  padding-top: 35px;
  text-align: left;
  padding: 0 15px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 30px;
}
.secimg-tech_body {
  text-align: left;
  padding: 0 15px;
  font-size: 24px;
  font-weight: 500;
}
.secimg-txt {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 2px;
}
.secimg-list {
  max-width: 830px;
  margin: 40px auto 0;
  list-style-type: none;
}
.secimg-list li {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1.4;
  margin-left: 32px;
  text-indent: -32px;
  color: #0086D6;
}
.secimg-list li::before {
  display: inline-block;
  content: "";
  margin-top: 4px;
  margin-right: 16px;
  width: 16px;
  height: 32px;
  vertical-align: top;
  background-color: #66B6E6;
}
.secimg-list li:nth-child(even)::before {
  background-color: #B2DAF3;
}
.secimg-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1520px) {
  .secimg01 .secimg-bg__wrap .txt-box-head {
    left: 8vw;
  }
  .secimg02 .secimg-bg__wrap {
    padding: 0 15px 140px;
  }
  .secimg02 .secimg-bg__wrap .txt-box-head {
    width: 100%;

        margin: 0 auto;
        text-align: center;
    padding: 74px 0 0 5%;
  }
  .secimg02 .secimg-bg__wrap .txt-box-body {
    padding: 0 5% 0;
  }
  .secimg02 .secimg-bg__wrap .secimg-tech {
    width: 100%;
  }
  .secimg03 .secimg-bg__wrap .txt-box-head {
    width: 100%;
    padding: 8vw 5% 0 5%;
  }
  .secimg03 .secimg-bg__wrap .txt-box-body {
    padding: 0 5% 0;
  }
  .secimg03 .secimg-bg__wrap .secimg-tech {
    width: 100%;
  }
  .secimg03_note {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    max-width: 100%;
    margin: 0 auto 64px;
    padding: 140px 5% 0 5%;
  }
  .secwash-list_head {
    font-size: 1.8vw;
    font-weight: 700;
    background: #0086D6;
    color: #fff;
    position: relative;
    padding: 5px 0 5px 3.5vw;
  }
  .secwash-list_head::after {
    font-size: 2.5vw;
    width: 3.5vw;
  }
  .secwash-list_head span {
    padding: 0 0 0 1.5vw;
  }
  .secmov-list li {
    font-size: 1.5vw;
  }
  .secmov-list li::before {
      display: inline-block;
      content: "";
      margin-top: 4px;
      margin-right: 7px;
      width: 1.5vw;
      height: 1.5vw;
      vertical-align: top;
      border-radius: 50%;
      background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .secimg03 .secimg-bg__wrap {
    padding-bottom: 20vw;
  }
  .secimg03 .secimg-bg__wrap .secimg-tech {
    padding: 6vw 3.5vw;
  }
  .secwash-list li {
    width: 100%;
    margin-bottom: 3.5vw;
  }
  .secwash-list_head {
    font-size: 3.8vw;
    font-weight: 900;
    background: #0086D6;
    color: #fff;
    position: relative;
    padding: 5px 0 5px 7vw;
  }
  .secwash-list_head::after {
    font-size: 5vw;
    width: 7vw;
  }
  .secwash-list_head span {
    padding: 0 0 0 3vw;
  }
  .secmov-list li {
    font-size: 3.5vw;
  }
  .secmov-list li::before {
      display: inline-block;
      content: "";
      margin-top: 1.2vw;
      margin-right: 7px;
      width: 2.8vw;
      height: 2.8vw;
      vertical-align: top;
      border-radius: 50%;
      background-color: #000;
  }
  .secmov-list li {
    margin-bottom: 1vw;
  }
  .secimg03_note {
    font-size: 5vw;
    font-weight: 900;
    line-height: 1;
    max-width: 100%;
    margin: 0 auto 0;
    padding: 16vw 5% 0 5%;
  }
  .secimg02 .secimg-bg__wrap .secimg-tech {
    padding: 30px 20px;
  }
  .secimg01 .shadow {
    filter: initial;
  }
  .secimg .img-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0;
  }
  .secimg01 .secimg .secimg-bg__wrap {
    height: 193vw;
    min-height: 193vw;
    padding: 0;
    justify-content: space-between;
  }
  .secimg02 .secimg-bg__wrap {
    padding: 0 0 20vw;
  }
  .secimg01 .secimg-bg {
    background: url("../care-your-millet/img/secimg01_bg_sp.jpg") no-repeat;
    background-size: contain;
    min-height: 193vw;
  }
  .secimg01 .secimg-bg__wrap .txt-box-head {
    position: absolute;
    top: 16vw;
    left: 8vw;
    width: calc(100% - 16vw);
  }
  .secimg02 .secimg-bg {
    background: url("../care-your-millet/img/secimg02_bg_sp.jpg") no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .secimg02 .secimg-bg__wrap .txt-box-head {
    padding: 10vw 0 0;
  }
  .secimg03 .secimg-bg {
    background: url("../care-your-millet/img/secimg03_bg_sp.jpg") no-repeat;
    background-position: center top 20%;
    background-size: cover;
    min-height: auto;
  }
  .secimg-tech_head {
    padding-top: 32px;
    padding: 0;
    font-size: 4vw;
    margin-bottom: 2.5vw;
  }
  .secimg-tech_body {
    padding: 0;
    font-size: 3.5vw;
  }
  .secimg-txt {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 2px;
  }
  .secimg-list {
    max-width: 830px;
    margin: 30px auto 0;
    list-style-type: none;
  }
  .secimg-list li {
    font-size: 4vw;
    font-weight: 900;
    margin-bottom: 16px;
    line-height: 1.2;
    margin-left: 0;
    text-indent: 0;
    padding-left: 32px;
    color: #0086D6;
    display: flex;
    min-height: 10vw;
    align-items: center;
    position: relative;
  }
  .secimg-list li::before {
    position: absolute;
    display: block;
    content: "";
    margin-top: 0;
    margin-right: 0;
    left: 0;
    width: 16px;
    height: 100%;
    vertical-align: top;
    background-color: #66B6E6;
  }
}
@media screen and (max-width: 600px) {
  .secimg02 .secimg-bg {
  }
  .secimg03 .secimg-bg 
  }
}

