@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.spe-color {
  color: #cb98ad;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: #fff;
}

h1.fs-c-heading--page {
  display: none;
}

.special-spring {
  margin: 0 auto;
  color: #383838;
}

.special-spring p,
.special-spring ol li {
  font-size: 16px !important;
}

.special-spring img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

h2:not(.content_reason_ellipse-parent h2) {
  text-align: center;
  font-size: 30px;
  display: block;
  margin: 4rem auto;
}

article > div > h2 {
  margin: 2rem auto;
}

.spe-top-container-wrapper {
  max-width: 1000px;
  margin: 2rem auto;
}

.spe-top-container-wrapper,
.spring-topics-item-wrapper,
.spring-spe-brand-container {
  width: 100%;
}

.care-search-container,
.type-part-wrapper {
  max-width: 750px;
  margin: 0 auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

/* ここからメインエリア */
/* 特集のナビ */
.spe-spring-topsearch-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 4rem;
  grid-template-rows: 4rem;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.spe-spring-topsearch {
  position: relative;
  border: 1px solid #333;
  text-align: center;
  vertical-align: middle;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #333;
  overflow: hidden;
  width: 100%;
}

.spe-spring-topsearch::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #cb98ad;
  z-index: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.spe-spring-topsearch:hover::before {
  top: 0;
}

/* 背景グラデーション */
.spe-spring-topsearch:hover {
  color: #cb98ad;
  border: 1px solid #cb98ad;
}

.spe-spring-topsearch span {
  position: relative;
  padding-right: 20px;
  z-index: 1;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.spe-spring-topsearch span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1.8px #333;
  border-right: solid 1.8px #333;
  position: absolute;
  right: -2rem;
  top: 4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  color: #cb98ad;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.spe-spring-topsearch:hover span::before {
  border-color: #cb98ad;
}

@media screen and (max-width: 768px) {
  .spe-spring-topsearch-wrapper {
    -ms-grid-rows: 4rem;
    grid-template-rows: 4rem;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr) [2];
    grid-template-rows: repeat(2, 1fr);
  }
}

.spe-top-container p {
  text-align: center;
  line-height: 1.6;
}

.spe-top-container p span {
  font-weight: 600;
  font-size: 18px;
}

.spe-top-main-img {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.spe-arrow {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 20px solid #cb98ad;
  margin: 2rem auto;
}

.content {
  display: block;
  margin: 3rem auto 3rem;
  width: 100%;
  text-align: center;
}

.content._niceskin {
  padding-top: 2rem;
}

.content .content_title img {
  width: 60%;
}

.content .content_illust {
  margin: 3rem auto;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content .content_illust > img {
  max-width: 300px;
}

.content_reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 100%;
  gap: 35px;
}

.content_reason_ellipse-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #333;
  margin-top: 1.5rem;
}

.content_reason_ellipse-parent h2 {
  font-size: 16px;
}

.content_reason_ellipse-parent span:nth-child(2) {
  margin: 0;
  font-size: 26px;
}

.content_reason_lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.content_reason_lower img {
  position: relative;
  width: 18px;
  height: 31px;
}

.content_niceskin ol {
  max-width: 400px;
  margin: 2rem auto;
}

.content_niceskin ol li {
  list-style: none;
  text-align: left;
  margin: 0 auto;
  padding-left: 0.5rem;
}

.content_niceskin ol li::before {
  content: "0";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cb98ad;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
  padding: 4px;
  margin: 1rem;
}

.content_niceskin ol li[data-list="1"]::before {
  content: "1";
}

.content_niceskin ol li[data-list="2"]::before {
  content: "2";
}

.content_niceskin ol li[data-list="3"]::before {
  content: "3";
}

.content_niceskin ol li[data-list="4"]::before {
  content: "4";
}

.content_niceskin .content_title img {
  width: 70%;
}

/* カテゴリーエリア */
.care-search-wrapper {
  background-color: #f8f8f8;
  padding: 3.5rem 0;
  margin-top: 2rem;
}

.care-search-wrapper h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  font-size: 24px;
}

.care-search-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (auto) [2];
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  padding: 2rem;
}

.care-search-icon {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.care-search-icon:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.type-ttl {
  text-align: center;
}

.type-ttl p {
  font-size: 18px;
}

.type-ttl img {
  width: 50%;
}

.type-pro-c-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
}

.type-pro-c-txt {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.type-pro-c-txt h4 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.type-pro-c-txt h4 span {
  width: auto;
  border: 1px solid #cb98ad;
  border-radius: 500px;
  padding: 2px 8px;
  color: #cb98ad;
  font-weight: normal;
  font-size: 12px;
}

.type-pro-c-txt-p {
  margin-top: 0.5rem;
}

.type-pro-c-wrapper {
  -webkit-box-shadow: 3px 3px 10px #c9c9c9;
  box-shadow: 3px 3px 10px #c9c9c9;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem;
  margin-top: 30px;
  background-color: #fcfcfc;
}

.type-pro-c-img {
  height: 100%;
  min-width: 330px;
  min-height: 100%;
  height: auto;
  overflow: hidden;
}

.type-pro-c-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.type-pro-btn a {
  color: #fcfcfc;
}

/* 注目アイテム */
.spring-topics-item-wrapper {
  background-color: #f8f8f8;
}

article.spring-topics-item-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 60px;
  position: relative;
}

article.spring-topics-item-wrapper::before,
article.spring-topics-item-wrapper::after {
  content: "";
  display: block;
  background-size: contain;
  position: absolute;
  width: 300px;
  height: 300px;
}

article.spring-topics-item-wrapper::before {
  background-image: url(https://zwvfihef.itembox.design/item/special-2025/bg_sakura-left.png);
  top: 15%;
  left: -3%;
}

article.spring-topics-item-wrapper::after {
  background-image: url(https://zwvfihef.itembox.design/item/special-2025/bg_sakura-right.png);
  bottom: 20%;
  right: -3%;
}

@media screen and (max-width: 1390px) {
  article.spring-topics-item-wrapper::before,
  article.spring-topics-item-wrapper::after {
    display: none;
  }
}

.spring-topics-item-ttl {
  text-align: center;
}

.type-ttl_heading {
  margin: 1rem 0;
}

.type-ttl_heading span {
  font-size: 50px;
  font-weight: 200;
  color: #cb98ad;
}

.type-ttl_heading img {
  width: 100%;
  max-width: 75px;
}

/* 注目ブランド */
.spring-spe-brand-wrapper {
  max-width: 1200px;
  margin: 1rem auto 3rem;
}

.spring-spe-brand-wrapper h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin: 1rem 0;
}

.spring-spe-brand-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
  margin-top: 30px;
}

.spring-spe-brand-img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.spring-spe-brand-pro-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  overflow: hidden;
}

.spring-spe-brand-pro-img {
  width: 100%;
  height: 250px;
  aspect-ratio: 1 / 1;
  text-align: right;
}

.spring-spe-brand-pro-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.spring-spe-brand-pro-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spring-spe-brand-pro-txt p {
  margin-bottom: unset;
}

.spring-spe-brand-pro-txt .spring-brand-btn:hover {
  opacity: 0.8;
}

/* コラムパーツ */
.spring-spe-column-wrapper {
  background-color: #f5f5f5;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
}

.spring-spe-column-ttl {
  margin: 0 auto;
  width: 30%;
  padding: 0 0 30px 0;
}

.spring-spe-column-ttl img {
  width: 100%;
}

.fall-column.fs-pt-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  max-width: 750px;
  margin: 0 auto;
}

.fall-column img {
  border-radius: 4px;
}

.fall-column.fs-pt-column img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.fall-column.fs-pt-column img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* btn仕様統一 */
.spring-spe-column-all-btn,
.spring-spe-brand-pro-txt .spring-brand-btn,
.type-pro-btn {
  width: 100%;
  max-width: 750px;
  background-color: #cb98ad;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}

.spring-spe-column-all-btn a,
.spring-spe-brand-pro-txt .spring-brand-btn a,
.type-pro-btn a,
.spring-spe-brand-pro-txt a {
  color: #fff;
}

/* btn hover */
.spring-spe-column-all-btn:hover,
.type-pro-btn:hover {
  opacity: 0.8;
}

.spring-spe-column-all-btn {
  background: unset;
  border: 1px solid #333;
}

.spring-spe-column-all-btn a {
  color: #333;
}

.fs-c-productListCarousel {
  margin-top: 3rem;
}

.spring-topics-item-ttl p {
  font-size: 18px;
}

/* スマホ */
.special-spring-cover-sp,
.br-sp {
  display: none !important;
}

.fs-c-productName__copy {
  display: none;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  body h2 {
    margin: 1rem auto !important;
  }
  body .special-spring p,
  body .special-spring li {
    font-size: 14px !important;
  }
  body .special-spring .fs-c-slick .slick-slide {
    min-height: unset !important;
  }
  .fs-l-main {
    padding: 0;
  }
  .spe-spring-topsearch-wrapper,
  .spe-top-container-wrapper,
  .type-part-wrapper {
    padding: 0 15px;
    text-align: center;
  }
  .spe-spring-topsearch-wrapper .spe-top-main-intro,
  .spe-top-container-wrapper .spe-top-main-intro,
  .type-part-wrapper .spe-top-main-intro {
    text-align: left;
  }
  .spring-spe-brand-wrapper {
    padding: 50px 10px 0;
  }
  .spring-spe-column-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .type-ttl img {
    width: 65%;
  }
  .special-spring-cover-sp,
  .br-sp {
    display: block !important;
  }
  .special-spring-cover-pc {
    display: none;
  }
  .spe-spring-topsearch-wrapper {
    -ms-grid-rows: 50px 50px;
    grid-template-rows: 50px 50px;
    row-gap: 0.8rem;
    -webkit-column-gap: 0.8rem;
    column-gap: 0.8rem;
    margin-top: 3rem;
  }
  .spe-spring-topsearch span::before {
    width: 8px;
    height: 8px;
    right: 0;
  }
  .care-search-container {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr) [2];
    grid-template-rows: repeat(2, 1fr);
    text-align: center;
  }
  .care-search-container img {
    width: 70%;
  }
  .type-ttl_heading span {
    font-size: 40px;
  }
  .spe-top-main-txt h3 {
    font-size: 22px;
    padding: 10px 0;
  }
  .spe-top-main-img {
    width: 100%;
  }
  .care-search-icon img {
    max-width: 100%;
    height: auto;
  }
  .type-pro-c-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0;
  }
  .type-pro-c-txt h4 {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
  }
  .type-pro-c-txt-p {
    margin-top: 0;
    text-align: left;
  }
  .type-pro-c-txt {
    padding: 0;
  }
  .spring-topics-item-ttl h2 {
    margin: 1rem auto;
  }
  .spring-topics-item-ttl img {
    width: 90%;
  }
  .content .content_title img {
    width: 80%;
    margin: 1rem auto;
  }
  .content_reason_ellipse-parent h2 {
    font-size: 16px;
  }
  .content._niceskin .content_title img {
    width: 100% !important;
  }
  .content .content_illust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
  }
  /* 注目ブランド */
  .spring-spe-brand-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 0;
  }
  .spring-spe-brand-img img {
    height: auto;
  }
  .spring-spe-brand-pro-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 1rem 0 !important;
  }
  .spring-spe-brand-pro-container p {
    padding-bottom: 1rem;
  }
  .spring-spe-brand-pro-container .spring-spe-brand-pro-img {
    margin: 0 auto;
    text-align: center;
  }
  .spring-spe-brand-pro-container .spring-spe-brand-pro-img img {
    width: 60vw;
  }
  .spring-spe-brand-pro-container .spring-spe-brand-pro-txt {
    padding: 1rem;
  }
  .spring-spe-brand-pro-container .spring-spe-brand-pro-txt p {
    text-align-last: left;
  }
  /* btn共通 */
  .spring-spe-column-all-btn,
  .spring-spe-brand-pro-txt .spring-brand-btn {
    margin-top: 0;
    font-size: 12px;
  }
  .type-pro-btn {
    margin-top: 20px;
  }
  /* コラム */
  .spring-spe-column-ttl {
    width: 90%;
  }
  .fall-column.fs-pt-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .spring-spe-column-all-btn {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */
