/* ---------------------------------------

	dyeing/index.html

--------------------------------------- */
/* ==========================================================================
  modules
========================================================================== */
/* background color */
.m-bgCol {
  background-color: #F2F2F2;
}

.m-bgCol2 {
  background-color: #282828;
}

/* texts */
.m-font-en {
  font-family: adobe-garamond-pro, serif;
}

.m-font-fjalla {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* display */
.m-pc {
  display: block;
}

.m-sp {
  display: none;
}

i.m-pc,
br.m-pc {
  display: inline-block;
}

i.m-sp,
br.m-sp {
  display: none;
}

/* anchor */
.m-anc {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -108px;
  left: 0;
  opacity: 0;
}

@media (max-width: 767px) {
  /* display */
  .m-pc {
    display: none;
  }
  .m-sp {
    display: block;
  }
  i.m-pc,
  br.m-pc {
    display: none;
  }
  i.m-sp,
  br.m-sp {
    display: inline-block;
  }
  /* anchor */
  .m-anc {
    top: -72px;
  }
}
#dyeing {
  background-color: #fff;
}
#dyeing.fixed {
  background-image: url("../../img/dyeing/kv.png");
  background-size: cover;
}
@media (max-width: 767px) {
  #dyeing.fixed {
    background-image: url("../../img/dyeing/kv_sp.jpg");
  }
}
#dyeing .nav__wrap {
  opacity: 1;
  pointer-events: auto;
}
#dyeing .nav__wrap.visible .aside__logo, #dyeing .nav__wrap.visible .menuBtn {
  pointer-events: auto;
}
@media (max-width: 767px) {
  #dyeing .nav__wrap .nav__head {
    background-image: url("../../img/dyeing/kv_sp.jpg");
  }
}
#dyeing .dyeing-usage {
  position: relative;
  background-color: #e3dbd3;
}
@media (max-width: 767px) {
  #dyeing .dyeing-usage {
    padding-top: 100px;
  }
}
#dyeing .dyeing-usage__nav {
  width: calc(100% - 500px);
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
@media (max-width: 767px) {
  #dyeing .dyeing-usage__nav {
    width: 100%;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 0;
  }
}
#dyeing .dyeing-usage__nav-list {
  width: calc(100% - 120px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  background-color: #e3dbd3;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  #dyeing .dyeing-usage__nav-list {
    width: 100%;
    padding: 30px 5%;
    display: block;
  }
}
#dyeing .dyeing-usage__nav-link {
  width: 130px;
  display: block;
  padding: 20px 20px;
  background-image: url("../../img/about/cycle_btn.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  #dyeing .dyeing-usage__nav-link {
    margin: auto;
  }
}
#dyeing .dyeing-usage__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #dyeing .dyeing-usage__head {
    display: block;
  }
}
#dyeing .dyeing-usage__head-ttl {
  font-size: 18px;
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 767px) {
  #dyeing .dyeing-usage__head-ttl {
    text-align: center;
    margin-bottom: 20px;
  }
}
#dyeing .dyeing-usage__body-ttl {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #dyeing .dyeing-usage__body-ttl {
    font-size: 24px;
    text-align: center;
  }
}
#dyeing .dyeing-usage__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #dyeing .dyeing-usage__list {
    display: block;
    margin-bottom: 0;
  }
}
#dyeing .dyeing-usage__item {
  margin-bottom: 20px;
}
#dyeing .dyeing-usage__item-img {
  margin-bottom: 10px;
}
#dyeing .dyeing-usage__item-img img {
  vertical-align: top;
}
#dyeing .dyeing-usage__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dyeing .dyeing-usage__item-num {
  font-size: 34px;
  margin-right: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #dyeing .dyeing-usage__item-num {
    font-size: 16px;
    margin-right: 5px;
  }
}
#dyeing .dyeing-usage__item-txt {
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #dyeing .dyeing-usage__item-txt {
    font-size: 11px;
  }
}