.underlayer-mainvisual-wrapper {
  background: linear-gradient(135deg, #f9f8f5, #f9f8f7);
  height: 480px;
}
@media screen and (max-width: 750px) {
  .underlayer-mainvisual-wrapper {
    height: auto;
  }
  .underlayer-mainvisual-wrapper .underlayer-mainvisual-main {
    width: 88.2666666667%;
  }
}

.underlayer-mainvisual-inner {
  padding: 70px 30px 0;
}
@media screen and (max-width: 750px) {
  .underlayer-mainvisual-inner {
    padding: 18.5185185185% 0 11.1111111111%;
  }
}

.underlayer-mainvisual-ttl {
  margin-bottom: 40px;
}

.underlayer-content-wrapper {
  padding: 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 750px) {
  .underlayer-content-wrapper {
    padding: 70px 0 75px;
  }
}

.underlayer-content-styling-ttl {
  font-size: 1rem;
  line-height: 2;
  text-align: left;
  padding-left: 40px;
}
@media screen and (max-width: 750px) {
  .underlayer-content-styling-ttl {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 5.3333333333%;
  }
}

.styling-bg-wrapper .styling-content-inner {
  margin: -60px auto 0;
}
@media screen and (max-width: 750px) {
  .styling-bg-wrapper .styling-content-inner {
    margin: 0 auto;
  }
}
.styling-bg-wrapper.ing {
  background: linear-gradient(135deg, #fffaf9, #fff7f4);
  margin-top: 180px;
}
@media screen and (min-width: 1231px) {
  .styling-bg-wrapper.ing {
    width: calc(100% - (50% - 699px));
    margin-right: 30px;
  }
}
@media screen and (max-width: 1230px) {
  .styling-bg-wrapper.ing {
    width: 100%;
    margin-right: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .styling-bg-wrapper.ing {
    width: 100%;
    margin-top: 120px;
  }
}
.styling-bg-wrapper.stic {
  background: linear-gradient(135deg, #fffaf9, #fff7f4);
  width: calc(100% - (50% - 699px));
  margin-top: 174px;
  margin-left: auto;
}
@media screen and (max-width: 1230px) {
  .styling-bg-wrapper.stic .content-ttl {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .styling-bg-wrapper.stic {
    width: 100%;
    margin-top: 0;
  }
}
.styling-bg-wrapper.stic .styling-content-wrapper {
  margin-right: auto;
}
.styling-bg-wrapper.comb {
  background: linear-gradient(107.29deg, #FFFAF9 0.86%, #FFF7F4 96.58%);
  width: calc(100% - (50% - 699px));
  margin-top: 140px;
  margin-right: auto;
}
@media screen and (max-width: 1230px) {
  .styling-bg-wrapper.comb .content-ttl {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .styling-bg-wrapper.comb {
    width: 100%;
    margin-top: 165px;
  }
}
.styling-bg-wrapper.comb .styling-content-inner {
  margin: -60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .styling-bg-wrapper.comb .styling-content-inner {
    margin: -125px auto 0;
  }
}
.styling-bg-wrapper.mist {
  background: linear-gradient(107.29deg, #FFFAF9 0.86%, #FFF7F4 96.58%);
  width: calc(100% - (50% - 699px));
  margin-top: 180px;
  margin-right: auto;
}
@media screen and (max-width: 1230px) {
  .styling-bg-wrapper.mist .content-ttl {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .styling-bg-wrapper.mist {
    width: 100%;
    margin-top: 0;
  }
}
.styling-bg-wrapper.mist .styling-content-inner {
  margin: -72px auto 0;
}
@media screen and (max-width: 750px) {
  .styling-bg-wrapper.mist .styling-content-inner {
    margin: 0 auto -75px;
  }
}

.styling-content-wrapper {
  padding: 0 30px;
}
@media screen and (max-width: 750px) {
  .styling-content-wrapper {
    padding: 0;
  }
}
.styling-content-inner {
  width: 1140px;
  margin: 120px auto 20px;
  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;
}
@media screen and (max-width: 750px) {
  .styling-content-inner {
    width: 100%;
    display: block;
    margin: 136px auto;
  }
}
.styling-content-inner li {
  width: 540px;
  height: auto;
  text-align: left;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .styling-content-inner li {
    width: 100%;
    margin-bottom: 60px;
  }
}
.styling-content-inner li .content-more-btn {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .styling-content-inner li .content-more-btn {
    margin-top: 45px;
  }
}
.styling-content-main-pic {
  width: 100%;
  height: 380px;
  background: url(/ichikami/products/styling/images/styling_product_bg01_pc.png) top left no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .styling-content-main-pic {
    width: auto;
    height: 66.6666666667vw;
    background: url(/ichikami/products/styling/images/styling_product_bg01_sp.png) top left no-repeat;
    background-size: 100% auto;
    margin-right: 5.3333333333%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5.6338028169%;
  }
}
.styling-content-main-pic a {
  display: block;
  margin-left: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .styling-content-main-pic a {
    margin-left: 4.2253521127%;
    margin-bottom: 0;
  }
}

.stic-notice-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .stic-notice-wrapper {
    padding: 0 5.6338028169% 60px;
    margin: -20px auto 0;
  }
}
.stic-notice-wrapper .notice {
  max-width: 1200px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  letter-spacing: 0.05em;
  color: #676869;
}
@media screen and (max-width: 750px) {
  .stic-notice-wrapper .notice {
    padding: 0;
  }
}

.styling-product-detail-ttl {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  margin-bottom: 17px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .styling-product-detail-ttl {
    font-size: 1.375rem;
    line-height: 1.1818181818;
    margin-bottom: 17px;
  }
}
.styling-product-detail-ttl-wrapper {
  margin-top: -18px;
  padding-left: 40px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .styling-product-detail-ttl-wrapper {
    margin-top: -16px;
    padding-left: 5.3333333333%;
  }
}
.styling-product-detail-copy {
  font-size: 1rem;
  line-height: 2;
  color: #f99c80;
  margin-bottom: 23px;
}
@media screen and (max-width: 750px) {
  .styling-product-detail-copy {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 750px) {
  .styling-content-inner li.product-right .styling-content-main-pic {
    margin-left: 5.3333333333%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 5.6338028169%;
  }
}

@media screen and (max-width: 750px) {
  .styling-content-wrapper.ing .styling-content-main-pic a {
    width: 14.9295774648%;
    margin-top: 6.7605633803vw;
  }
  .styling-content-wrapper.ing .styling-content-spec-pic {
    width: 96.7605633803%;
  }
}
@media screen and (max-width: 750px) {
  .styling-content-wrapper.mist li .content-more-btn {
    margin-top: 37px;
  }
  .styling-content-wrapper.mist li:nth-child(1) .styling-content-main-pic a {
    width: 14.0845070423%;
    margin-top: 4.2253521127vw;
    margin-right: 1.2676056338%;
    margin-left: 0;
  }
  .styling-content-wrapper.mist li:nth-child(1) .styling-content-spec-pic {
    width: 94.5070422535%;
  }
  .styling-content-wrapper.mist li:nth-child(2) .styling-content-main-pic a {
    width: 14.0845070423%;
    margin-top: 4.2253521127vw;
    margin-right: 1.2676056338%;
    margin-left: 0;
  }
  .styling-content-wrapper.mist li .styling-content-spec-pic {
    width: 94.5070422535%;
  }
}
.styling-content-wrapper.styling li:nth-child(1) .styling-content-main-pic a {
  position: relative;
}
@media screen and (max-width: 750px) {
  .styling-content-wrapper.styling li:nth-child(1) .styling-content-main-pic a {
    width: 22.8169014085%;
    margin-top: 4.2253521127vw;
    margin-right: 1.2676056338%;
    margin-left: 0;
  }
  .styling-content-wrapper.styling li:nth-child(2) .styling-content-main-pic a {
    width: 21.1267605634%;
    margin-top: 7.0422535211vw;
  }
  .styling-content-wrapper.styling li:nth-child(3) .styling-content-main-pic a {
    width: 17.4647887324%;
    margin-top: 4.2253521127vw;
    margin-right: 1.2676056338%;
    margin-left: 0;
  }
  .styling-content-wrapper.styling li:nth-child(4) .styling-content-main-pic a {
    width: 15.2112676056%;
    margin-top: 5.6338028169vw;
  }
  .styling-content-wrapper.styling li .styling-content-spec-pic {
    width: 94.3661971831%;
  }
}
@media screen and (max-width: 750px) {
  .styling-content-wrapper.stic li .styling-product-detail-copy {
    margin-bottom: 15px;
  }
  .styling-content-wrapper.stic li .content-more-btn {
    margin-top: 37px;
  }
  .styling-content-wrapper.stic li:nth-child(1) .styling-content-main-pic a {
    width: 29.1549295775%;
    margin-top: 13.3802816901vw;
  }
  .styling-content-wrapper.stic li:nth-child(1) .styling-content-spec-pic {
    width: 94.3661971831%;
  }
  .styling-content-wrapper.stic li:nth-child(2) .styling-content-main-pic a {
    width: 29.2957746479%;
    margin-top: 13.3802816901vw;
  }
  .styling-content-wrapper.stic li .styling-content-spec-pic {
    width: 94.3661971831%;
  }
}
@media screen and (max-width: 750px) {
  .styling-content-wrapper.comb li .content-more-btn {
    margin-top: 40px;
  }
  .styling-content-wrapper.comb li:nth-child(1) .styling-content-main-pic a {
    width: 23.2394366197%;
    margin-top: 4.2253521127vw;
  }
  .styling-content-wrapper.comb li:nth-child(1) .styling-content-spec-pic {
    width: 94.5070422535%;
  }
}
/*# sourceMappingURL=../../../../_development/maps/products/styling/css/styling.css.map */
