@charset "UTF-8";
/*-- sticky解除 --*/
.l-wrapper-none {
  overflow: inherit;
}

.note-bg-yellow {
  background-color: #f9f4e4;
}

.note-bg-ivory {
  background-color: #ebe7d7;
}

/*-----------------------
Header
-----------------------*/
.categories-head {
  position: relative;
  width: 100%;
  height: 70dvh;
}
@media screen and (max-width: 840px) {
  .categories-head {
    height: 50dvh;
  }
}
@media screen and (max-width: 480px) {
  .categories-head {
    height: 350px;
  }
}
.categories-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.categories-head .categories-head-txt {
  position: absolute;
  left: 6%;
  bottom: 6%;
  z-index: 1;
}
.categories-head .categories-head-txt p {
  line-height: 1.9;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .categories-head .categories-head-txt p {
    font-size: 16px;
    line-height: 1.7;
  }
}

/*----------------------
CONCEPT / ABOUT US
-----------------------*/
.c-concept .sticky-container {
  height: auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-concept-intro {
  padding-top: 150px;
}
@media screen and (max-width: 840px) {
  .c-concept-intro {
    padding-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .c-concept-intro {
    padding-top: 70px;
  }
}
.c-concept-intro .brand-title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-concept-intro .brand-title img {
  display: block;
  width: 500px;
  max-width: 85%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 840px) {
  .c-concept-intro .brand-title img {
    width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .c-concept-intro .brand-title img {
    width: 300px;
  }
}

.c-concept .stick-img {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: sticky;
  text-align: center;
  top: 0;
  margin-inline: auto;
}
@media screen and (max-width: 480px) {
  .c-concept .stick-img {
    width: 90%;
  }
}
.c-concept .stick-img img {
  width: auto;
  height: 60vh;
}
@media screen and (max-width: 480px) {
  .c-concept .stick-img img {
    width: 100%;
    height: auto;
  }
}

.c-concept .text-container {
  width: 100%;
  max-width: 700px;
  min-height: 100vh;
  padding-bottom: 100vh;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  color: #000;
  text-align: center;
  /*text-shadow: 2px 2px 4px rgb(61 70 70);*/
}
.c-concept .text-container .con-lead-txt {
  margin-bottom: 60px;
  line-height: 2;
}
.c-concept .text-container .danraku p {
  line-height: 2.5;
}
.c-concept .text-container .danraku p:not(:last-of-type) {
  margin-bottom: 2rem;
}

/*----------------------
HOW TO USE
-----------------------*/
.c-note-howto {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 18px 18px;
  background-repeat: repeat;
  background-position: center center;
}

.c-note-howto .note-i-menu {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .c-note-howto .note-i-menu {
    margin-bottom: 30px;
  }
}
.c-note-howto .note-i-menu span {
  background: #e4e7ea;
  display: inline-block;
  border-radius: 16px;
  padding: 8px 12px 8px 12px;
  margin: 0 8px 16px 8px;
  line-height: 1;
  min-width: 140px;
}
@media screen and (max-width: 480px) {
  .c-note-howto .note-i-menu span {
    min-width: initial;
  }
}

.c-note-howto .note-howto-img {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .c-note-howto .note-howto-img {
    margin-bottom: 50px;
  }
}

.note-jirei-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6.6%;
}
.note-jirei-flex li {
  width: 26.7333%;
  margin-left: 6.6%;
  margin-bottom: 3%;
}
.note-jirei-flex li img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 840px) {
  .note-jirei-flex {
    margin-left: -4%;
  }
  .note-jirei-flex li {
    width: 29.3333%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 480px) {
  .note-jirei-flex {
    margin-left: -6%;
  }
  .note-jirei-flex li {
    width: 44%;
    margin-left: 6%;
    margin-bottom: 20px;
  }
  .note-jirei-flex li img {
    margin-bottom: 10px;
  }
}
/*----------------------
COMMITMENT
-----------------------*/
.c-note-commit-flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .c-note-commit-flex li {
    display: block;
  }
}
.c-note-commit-flex li:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .c-note-commit-flex li:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.c-note-commit-flex li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-note-commit-flex li .img-wrap {
  width: 46%;
}
@media screen and (max-width: 480px) {
  .c-note-commit-flex li .img-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.c-note-commit-flex li .txt-wrap {
  width: 46%;
}
@media screen and (max-width: 840px) {
  .c-note-commit-flex li .txt-wrap {
    width: 47%;
  }
}
@media screen and (max-width: 480px) {
  .c-note-commit-flex li .txt-wrap {
    width: 100%;
  }
}
.c-note-commit-flex li .txt-wrap .danraku p {
  line-height: 1.8;
}
.c-note-commit-flex li .txt-wrap .danraku p:not(:last-of-type) {
  margin-bottom: 0.6rem;
}

.c-note-commit-flex .c-commit-title {
  margin-bottom: 20px;
}

.c-note-commit-flex .c-number {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .c-note-commit-flex .c-number {
    margin-bottom: 25px;
  }
}
.c-note-commit-flex .c-number span {
  position: relative;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .c-note-commit-flex .c-number span {
    font-size: 18px;
  }
}
.c-note-commit-flex .c-number span:after {
  position: absolute;
  top: 6px;
  right: -3px;
  height: 40px;
  content: "";
  border-right: 1px solid #333;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}
@media screen and (max-width: 480px) {
  .c-note-commit-flex .c-number span:after {
    top: 4px;
  }
}

/*-----
Img Block
-----*/
.img-block {
  width: 100%;
  height: 50vw;
  min-height: 260px;
  max-height: 900px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/*----------------------
DETAILS
-----------------------*/
.c-note-details-tbl {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.c-note-details-tbl th,
.c-note-details-tbl td {
  border-bottom: 1px dotted #808080;
  vertical-align: top;
  padding: 25px 10px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .c-note-details-tbl th,
  .c-note-details-tbl td {
    padding: 20px 0;
  }
}
.c-note-details-tbl th {
  width: 150px;
}
@media screen and (max-width: 480px) {
  .c-note-details-tbl th {
    width: 80px;
  }
}

/*
FSC・VEGETABLE ロゴ
---------------------*/
.logo_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px auto 0;
}
@media screen and (max-width: 480px) {
  .logo_label {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 35px;
  }
}
.logo_label li {
  width: 180px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .logo_label li {
    width: 48%;
  }
}
.logo_label li:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  .logo_label li:first-child {
    margin-right: initial;
  }
}
.logo_label li p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  .logo_label li p {
    font-size: 11px;
  }
}