.special-au {
  margin: 0 auto;
  color: #383838;
}
.spe-au-topsearch-wrapper,.spe-top-container-wrapper{
  max-width: 750px;
  margin: 0 auto;
}
.spe-top-container-wrapper,.au-topics-item-wrapper,.au-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;
}

p {
  font-size: 14px;
}



/* ここからメインエリア */
.spe-au-topsearch-wrapper {
  display: grid;
  grid-template-rows: 80px 80px;
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
  column-gap: 1rem;
  margin-top: 3rem;
}

.spe-au-topsearch {
  border: 1px solid #CB98AD;
  text-align: center;
  vertical-align: middle;
  align-content: center;
  color: #CB98AD;
  overflow: hidden;
  position: relative;
}
.spe-au-topsearch::before {
  content: '';
  position: absolute;
  top: -100%;
  /* 初始时，背景隐藏在上方 */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CB98AD;
  z-index: 0;
  transition: top 0.4s ease;
  /* 平滑过渡效果 */
}
.spe-au-topsearch:hover::before {
  top: 0;
  /* 悬停时，从上到下填充 */
}

/* 这里添加背景的渐隐效果 */
.spe-au-topsearch:hover{
  color: white;
}
.spe-au-topsearch span {
  position: relative;
  padding-right: 20px;
  z-index: 1;
  color: inherit;
}

.spe-au-topsearch span::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #CB98AD;
  border-right: solid 2px #CB98AD;
  position: absolute;
  right: -2rem;
  top: 8px;
  transform: rotate(135deg);
  transition: border-color 0.4s ease;
}
.spe-au-topsearch:hover span::before {
  border-color: white; /* 悬停时箭头变成白色 */
}

.spe-top-container p {
  text-align: center;
}

.spe-top-container p span {
  font-weight: 600;
  font-size: 18px;
}

/* 肌荒れの原因 */
.spe-top-trou-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  margin: 0 auto;
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: 2rem;
  
}
.spe-top-container-wrapper{
  margin-top: 3rem;

}
.spe-top-trou {
  width: 80px;
  height: 80px;
  border: 1px solid #4e4e4e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spe-top-trou p {
  color: #4e4e4e;
}

/* 肌トラブルを防ぐためには？ */
.spe-top-main-txt h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #CB98AD;
}

.spe-top-main-img {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.spe-color {
  color: #CB98AD;
}

.spe-arrow {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 20px solid #CB98AD;
  margin: 2rem auto;
}

/* ジャンル別商品を探す */
.care-search-wrapper {
  background-color: #FDF4ED;
  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: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  padding:2rem;
}
.care-search-icon {
  transition: transform 0.3s ease-in-out; 
}

.care-search-icon:hover {
  transform: scale(1.2); 
}

/* ジャンルから探す　商品カード */
.type-ttl {
  text-align: center;
}
.type-ttl p {
  font-size: 18px;
}

.type-ttl img {
  width: 50%;
}

.type-part-wrapper {
  margin: 5rem auto;
}

.type-pro-c-wrapper {
  box-shadow: 3px 3px 10px #c9c9c9;
  height: fit-content;
  padding: 2rem;
  margin-top: 30px;
  background-color: #fff;
}

.type-pro-c-content {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
}
.type-pro-c-img{
  width: 100%;
  text-align: center;
}
.type-pro-c-img img {
  width: 100%;
}
/* .type-pro-c-img img {
  object-fit: contain;
} */

.type-pro-c-txt h4 {
  font-size: 1.5rem;
  font-weight: 600;

}

.type-pro-c-txt-p {
  margin-top: 2rem;
}

.type-pro-btn a {
  color: #fff;
}

/* 注目アイテム */
.au-topics-item-wrapper {
  background-color: #FDF4ED;
  
}
article.au-topics-item-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 60px;
}
.au-topics-item-ttl {
  text-align: center;
}
.au-topics-item-ttl img{
width: 35%;
margin: 0 auto;
}

/* 注目ブランド */
.au-spe-brand-wrapper{
  max-width: 1200px;
  margin:  auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.au-spe-brand-wrapper h3{
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  padding-bottom: 60px;
}
.au-spe-brand-container{
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  margin-top: 30px;
}
.au-spe-brand-img{
  /* width: 100%; */
  padding: 0; 

}
.au-spe-brand-img img{
  width: 100%;
  height:250px;
  /* object-fit: cover; */

  margin: 0; 
}
.au-spe-brand-pro-container{
  display: flex;
  column-gap: 10px;
  padding: 10px 2px;
}
.au-spe-brand-pro-img{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.au-spe-brand-pro-img img{
  width: 220px;
  height: auto;
}
.au-spe-brand-pro-img {
  text-align: right;
}
.au-spe-brand-pro-txt{
  padding: 20px auto;
  padding-left: 0;
  height: fit-content;
}

.au-spe-brand-pro-txt a{
  margin-top: 20px;
}
.au-spe-brand-pro-txt .au-brand-btn:hover{
  opacity: 0.8;
}
/* 注目ブランド　商品紹介とbtn補足*/
.au-spe-brand-pro-txt{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  height: 220px;
}
/* コラムパーツ */
.au-spe-column-wrapper{
  background-color:  #FDF4ED;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.au-spe-column-ttl{
  margin: 0 auto;
  width: 30%;
  padding: 0 0 30px 0;
}
.au-spe-column-ttl img{
width: 100%;
}
.fall-column.fs-pt-column {
  display: flex;
  background-color: #FDF4ED;
  max-width: 750px;
  margin: 0 auto;
}
.fall-column img{
  border-radius: 4px;
}
.fall-column.fs-pt-column img{
  transition: transform 0.3s ease-in-out; 
}

.fall-column.fs-pt-column img:hover {
  transform: scale(1.1);
}
/* btn仕様統一 */
.au-spe-column-all-btn,.au-spe-brand-pro-txt .au-brand-btn,.type-pro-btn{
  width: 100%;
  max-width: 750px;
  border-radius: 20px;
  background-color: #CB98AD; 
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.au-spe-column-all-btn a,.au-spe-brand-pro-txt .au-brand-btn a,.type-pro-btn a,.au-spe-brand-pro-txt a{
  color: #fff;
 
}
/* btn hover */
.au-spe-column-all-btn:hover,.type-pro-btn:hover{
  opacity: 0.8;
}

.type-pro-c-txt {
  padding: 15px 0;
}
.au-topics-item-ttl p{
  font-size: 18px;
}
/* スマホ */
.special-au-cover-sp,.br-sp{
  display: none;
}

@media (max-width:481px) {

  .special-au-cover-sp,.br-sp{
    display: block;
  }
  .special-au-cover-pc{
    display: none;
  }
  .spe-au-topsearch-wrapper {
    grid-template-rows: 50px 50px;
    row-gap: .8rem;
    column-gap: .8rem;
    margin-top: 3rem;
}
.spe-au-topsearch span::before {
  width: 8px;
  height: 8px;
  right: 0;
}
.spe-top-container p span {
  font-size: 14px;
}
.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 {
  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;
}
.type-pro-c-txt {
  padding: 0;
}
.au-topics-item-ttl img {
  width: 90%;
}
/* 注目ブランド */
.au-spe-brand-container {
  flex-direction: column;
  row-gap: 2rem;
  margin-top: 0; 
}
.au-spe-brand-img img {
 height: auto;
}

.au-spe-brand-pro-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}
.au-spe-brand-pro-txt p{
  font-size: 10px;
  line-height: 14px;
}
/* btn共通 */
.au-spe-column-all-btn, .au-spe-brand-pro-txt .au-brand-btn {
   margin-top: 0; 
  font-size: 12px;
}
 .type-pro-btn {
  margin-top: 20px;
}
/* コラム */
.au-spe-column-ttl {
  width: 90%;
}
.fall-column.fs-pt-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.au-spe-column-all-btn{
  margin-top: 30px;
}
}
@media (max-width: 481px) {
  .fs-l-main {
      padding: 0;
  }
  .spe-au-topsearch-wrapper,.spe-top-container-wrapper,.type-part-wrapper{
    padding:0 15px;
  }
  .au-spe-brand-wrapper{
    padding: 50px 10px 0;
  }
  .au-spe-column-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.type-ttl img {
  width: 65%;
}
.au-facecare-ttl img,.au-bodycare-ttl img {
  width: 80%;
}
/* .au-topics-item-wrapper .type-pro-c-wrapper{
  width: 90%;
  margin: 0 auto;
} */
}
.fs-c-productName__copy {
  display: none;
}