/* ==============================================
 ### 2023AW 01
=================================================*/
.fs-l-main {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .fs-l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
h1.c-pagetitle {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.styling_info {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .styling_info {
    margin-bottom: 100px;
  }
}
.styling_item {
  margin-bottom: 100px;
}

@media screen and (min-width: 992px) {
  .styling_item {
    margin-bottom: 200px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .styling_item:nth-child(odd) .styling_item_head {
    padding-right: 0;
    padding-left: 30px;
  }
  .styling_item:nth-child(odd) .styling_item_img1 {
    order: 1;
    left: initial;
    right: -30px;
  }
  .styling_item:nth-child(odd) .styling_item_img2 {
    order: 0;
  }
  .styling_item:nth-child(odd) .styling_item_tx {
    order: 2;
    left: auto;
    right: 0;
  }
  .styling_item:nth-child(odd) .styling_item_tx_ttl {
    text-align: right;
  }
  .styling_item:nth-child(odd) .styling_item_tx_ttl span {
    padding-right: 0;
    padding-left: 1em;
  }
  .styling_item:nth-child(odd) .styling_item_tx_ttl_info {
    text-align: right;
  }
  .styling_item:nth-child(odd) .styling_item_tx .products_list {
    margin-left: auto;
    justify-content: end;
  }
  .styling_item:nth-child(odd) .styling_item_tx .products_list .item {
    margin-left: 1em;
    margin-right: 0;
  }
  .styling_item:last-child .styling_item_tx {
    position: relative;
  }
}
.styling_item_head {
  background-color: #f5f5f5;
}
.styling_item2 .styling_item_head {
  background-color: #f4f1ee;
}

@media screen and (min-width: 992px) {
  .styling_item_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 30px;
    position: relative;
  }
}
.styling_item_img1 {
  margin: 0 20px;
  position: relative;
  top: -30px;
}

@media screen and (min-width: 992px) {
  .styling_item_img1 {
    width: 63%;
    margin: 0;
    left: -30px;
  }
}
.styling_item_img2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .styling_item_img2 {
    width: 37%;
    flex-direction: column;
    position: relative;
    top: -30px;
  }
}
.styling_item_img2-1 {
  width: 53.8060479666%;
}

@media screen and (min-width: 992px) {
  .styling_item_img2-1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.styling_item_img2-2 {
  width: 43.0656934307%;
}

@media screen and (min-width: 992px) {
  .styling_item_img2-2 {
    width: 100%;
  }
}
.styling_item_tx {
  padding: 0 50px 30px;
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .styling_item_tx {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.styling_item_tx .products_list {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}

@media screen and (min-width: 992px) {
  .styling_item_tx .products_list {
    width: 75%;
  }
}
.styling_item_tx .products_list .item {
  margin-right: 1em;
}

.styling_item_tx_ttl {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .styling_item_tx_ttl {
    font-size: 3rem;
  }
}
.styling_item_tx_ttl span {
  background-color: #f5f5f5;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding-right: 1em;
}
.styling_item2 .styling_item_tx_ttl span {
  background-color: #f4f1ee;
}

.styling_item_tx_ttl::after {
  content: "";
  border-top: 1px solid #000;
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 0;
}

.styling_item_tx_ttl_info {
  margin-bottom: 20px;
}

.styling_item_items {
  padding: 30px 0;
  margin-left: 30px;
  margin-right: 30px;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 992px) {
  .styling_item_items {
    margin: 0;
    padding-top: 60px;
  }
}
.styling_item_items .ttl {
  text-align: center;
  font-size: 1.8rem;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 992px) {
  .styling_item_items .ttl {
    font-size: 2.7rem;
    margin-bottom: 30px;
    border-bottom: none;
    position: relative;
    text-align: left;
  }
  .styling_item_items .ttl span {
    background-color: #fff;
    display: inline-block;
    z-index: 0;
    padding-right: 2em;
  }
  .styling_item_items .ttl:after {
    width: 100%;
    height: 0;
    content: "";
    border-bottom: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
  }
}
.styling_item_items .products_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media screen and (min-width: 992px) {
  .styling_item_items .products_list {
    grid-template-columns: repeat(3, 1fr);
    padding: 30px 0;
    gap: 20px;
  }
}
.styling_item_items .products_list .item {
  text-align: center;
}

.styling_item_items .products_list .item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.styling_item_items .products_list .item .product_img {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .styling_23aw_2 .styling_item:last-child .styling_item_tx {
    position: absolute;
  }
}
.p_styling.styling_legwarmers .styling_item .products_list {
  width: 100%;
  display: flex;
}

@media screen and (min-width: 992px) {
  .p_styling.styling_legwarmers .styling_item .products_list {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .p_styling.styling_legwarmers .styling_item:last-child .styling_item_tx {
    position: absolute;
  }
}
.other_styling_item {
  margin-bottom: 100px;
}
.other_styling_item h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .other_styling_item h2 {
    font-size: 3rem;
  }
}
.other_styling_item .styling_item_img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.other_styling_item .styling_item_tx {
  text-align: center;
  position: relative;
}
.other_styling_item .styling_item_items .products_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .other_styling_item .styling_item_items .products_list {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=soft-series.css.map */