@media screen and (min-width: 768px) {
  .row-indexof {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) {
  .row-indexof > div {
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}

.row-indexof-list {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .row-indexof-list {
    margin-top: 0;
  }
}
@media screen and (min-width: 1120px) {
  .row-indexof-list {
    min-width: 600px;
  }
}

.indexof-title {
  color: #3a62ba;
}

.indexof-title-copy {
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .indexof-title-copy {
    font-size: 24px;
  }
}

.indexof-title-catch {
  display: inline;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .indexof-title-catch {
    font-size: 48px;
  }
}

.indexof-title-main {
  display: inline;
}

.indexof-list {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .indexof-list {
    padding: 40px;
  }
}

.indexof-list li {
  list-style: none;
}

.indexof-list a {
  color: #111;
  display: block;
  line-height: 1.25;
  padding: 20px 0;
  position: relative;
  text-decoration: none;
}
.indexof-list a::before {
  background: rgba(17, 17, 17, 0.4);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.indexof-list a::after {
  background: #3a62ba;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}

.indexof-list-link {
  display: block;
  padding-right: 35px;
  position: relative;
}
.indexof-list-link::after {
  background-color: #111;
  content: "";
  display: inline-block;
  height: 25px;
  -webkit-mask: url("../../common/images/icon-arrow.svg");
          mask: url("../../common/images/icon-arrow.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 25px;
}

.indexof-list-num {
  background: rgba(17, 17, 17, 0.1);
  border-radius: 50%;
  color: #666;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding-right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 30px;
}
.indexof-list-num::after {
  display: none;
}

.indexof-list-num + span {
  padding-top: 5px;
  width: calc(100% - 40px);
}

.indexof-sublist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.indexof-sublist li a::before {
  display: none;
}
.indexof-sublist li a::after {
  display: none;
}

.indexof-list a:hover {
  color: #3a62ba;
}
.indexof-list a:hover::before {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.indexof-list a:hover::after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.indexof-list a:hover span::after {
  background-color: #3a62ba;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.indexof-sublist li a:hover {
  color: #3a62ba;
}

.indexof-sublist li a:hover .indexof-list-num {
  background: #3a62ba;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .row-fade {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.row-fade-text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .row-fade-text {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0;
    width: 43.5185185185%;
  }
}

@media screen and (min-width: 768px) {
  .row-fade-image {
    width: 56.4814814815%;
  }
}

.diy .section-page-main strong {
  color: #ba3aad;
}

.diy .section-page-catch {
  color: #ba3aad;
}
.diy .section-page-catch::after {
  background: -webkit-gradient(linear, left top, right top, from(#ba3aad), to(#f0eb4f)) center bottom/auto 2px repeat-x;
  background: linear-gradient(90deg, #ba3aad 0%, #f0eb4f 100%) center bottom/auto 2px repeat-x;
}

@media screen and (min-width: 768px) {
  .row-diy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.row-diy-text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .row-diy-text {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0;
    width: 43.5185185185%;
  }
}

@media screen and (min-width: 768px) {
  .row-diy-image {
    width: 56.4814814815%;
  }
}

.method-copy strong {
  border-radius: 5px;
  color: #3a62ba;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .method-copy strong {
    font-size: 18px;
  }
}

.difference .list-table tr th:first-child {
  width: 20%;
}
.difference .list-table tr th:nth-of-type(2), .difference .list-table tr th:nth-of-type(3) {
  width: 40%;
}

.difference-image1 img {
  max-width: 59.0163934426%;
}

.difference-image2 {
  margin-top: -25%;
  text-align: right;
}

.difference-image2 img {
  max-width: 59.0163934426%;
}

@media screen and (min-width: 768px) {
  .row-difference {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.row-difference-image {
  padding: 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .row-difference-image {
    padding: 0 20px;
    width: 50%;
  }
}

.row-difference-text {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .row-difference-text {
    max-width: 540px;
    width: 50%;
  }
}

.pattern-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3a62ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .pattern-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.pattern-title-num {
  background: #3a62ba;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  height: 40px;
  left: -15px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .pattern-title-num {
    font-size: 36px;
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
}

.pattern-title-num + span {
  width: calc(100% - 50px);
}
@media screen and (min-width: 768px) {
  .pattern-title-num + span {
    width: calc(100% - 70px);
  }
}

@media screen and (min-width: 768px) {
  .pattern .row20 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.pattern .row20 > div {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .pattern .row20 > div {
    margin-top: 0;
  }
}
.pattern .row20 > div:first-child {
  margin-top: 0;
}

.merit .section-page-main strong {
  color: #ba3aad;
}

.merit .section-page-catch {
  color: #ba3aad;
}
.merit .section-page-catch::after {
  background: -webkit-gradient(linear, left top, right top, from(#ba3aad), to(#f0eb4f)) center bottom/auto 2px repeat-x;
  background: linear-gradient(90deg, #ba3aad 0%, #f0eb4f 100%) center bottom/auto 2px repeat-x;
}

.merit-box {
  background: url("../images/redyeing/merit-bg@2x.png") right -60px top -40px/50% no-repeat, -webkit-gradient(linear, left top, right top, from(rgba(223, 127, 213, 0.2)), to(rgba(180, 127, 223, 0.2)));
  background: url("../images/redyeing/merit-bg@2x.png") right -60px top -40px/50% no-repeat, linear-gradient(to right, rgba(223, 127, 213, 0.2), rgba(180, 127, 223, 0.2));
  border-radius: 20px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .merit-box {
    padding: 40px;
  }
}

.merit-title {
  color: #ba3aad;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .merit-title {
    font-size: 24px;
  }
}

.merit-title span {
  color: #ba3aad;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-left: 25px;
  position: relative;
  text-transform: uppercase;
}
.merit-title span::before {
  background: #ba3aad;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
}

.merit-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25;
  list-style: none;
  margin-bottom: 30px;
}

.merit-list strong {
  color: #ba3aad;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 5px;
}

.merit-list-num {
  background: #ba3aad;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 30px;
}

.merit-list-num + span {
  padding-top: 5px;
  width: calc(100% - 40px);
}

.demerit-box {
  background: url("../images/redyeing/demerit-bg@2x.png") right -60px top -40px/50% auto no-repeat, -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0.1)), to(rgba(102, 102, 102, 0.1)));
  background: url("../images/redyeing/demerit-bg@2x.png") right -60px top -40px/50% auto no-repeat, linear-gradient(to right, rgba(17, 17, 17, 0.1), rgba(102, 102, 102, 0.1));
  border-radius: 20px;
  color: #666;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .demerit-box {
    padding: 40px;
  }
}

.demerit-title {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .demerit-title {
    font-size: 24px;
  }
}

.demerit-title span {
  color: #666;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-left: 25px;
  position: relative;
  text-transform: uppercase;
}
.demerit-title span::before {
  background: #666;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
}

.demerit-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25;
  list-style: none;
  margin-bottom: 30px;
}

.demerit-list strong {
  color: #666;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 5px;
}

.demerit-list-num {
  background: rgba(17, 17, 17, 0.1);
  border-radius: 50%;
  color: #666;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 30px;
}

.demerit-list-num + span {
  padding-top: 5px;
  width: calc(100% - 40px);
}
/*# sourceMappingURL=redyeing.css.map */