@charset "UTF-8";
/* その他 */
#d_container .wrap {
  width: 100%;
}

#d_topic_path {
  margin-bottom: 20px;
}
#d_topic_path ol {
  margin: 0 auto 20px;
  width: 990px;
}

/* グローバル */
.cosme_search * {
  box-sizing: border-box;
  color: #333;
  line-height: 1.4;
}
.cosme_search .text_center {
  text-align: center;
}
.cosme_search a:hover {
  text-decoration: none;
}
.cosme_search .nav [data-lang=en],
.cosme_search [data-lang=en] {
  display: none;
}

/* タイトル */
.cosme_search .title .h1 {
  font-size: 27px;
}
.cosme_search .title .h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}
.cosme_search .title__h1 {
  margin-bottom: 37px;
}
.cosme_search .title__h2 {
  align-items: center;
  background-color: #FFF9FA;
  border-bottom: 1px solid #EF858C;
  display: flex;
  height: 58px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.cosme_search .text_center {
  text-align: center;
}

/* タブ */
.cosme_search .tab {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.cosme_search .tab ul {
  align-items: center;
  display: flex;
}
.cosme_search .tab li {
  align-items: center;
  outline: 1px solid #EF858C;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 50px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 3px;
  position: relative;
  transition: opacity 0.3s ease-in-out;
  width: 250px;
}
.cosme_search .tab li.active {
  background-color: #FFF9FA;
  outline: none;
}
.cosme_search .tab li:hover {
  opacity: 0.7;
}
.cosme_search .tab li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.cosme_search .tab li:not(:last-child) {
  margin-right: 20px;
}

/* ナビ */
.cosme_search .nav {
  background-color: #FFF9FA;
  margin-bottom: 34px;
  position: relative;
  z-index: 2;
}
.cosme_search .nav ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 110px;
  padding: 30px 20px 20px 20px;
}
.cosme_search .nav ul li {
  align-items: center;
  background-color: #fff;
  border: 1px solid #EF858C;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  height: 58px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10px;
  padding: 18px 13px;
  width: 48px;
}
.cosme_search .nav ul li:not(:last-child) {
  margin-right: 10px;
}
.cosme_search .nav ul li:last-child {
  width: 96px;
}

/* コンテナ */
.cosme_search .container {
  margin: 0 auto;
  width: 990px;
}

/* アコーディオン */
.cosme_search .accordion .container {
  margin: 0 auto;
  width: 990px;
}
.cosme_search .accordion .container > div {
  flex-direction: column;
}
.cosme_search .accordion .section:not(:last-child) {
  margin-bottom: 60px;
}
.cosme_search .accordion .section.closed:not(:last-child) {
  margin-bottom: 20px;
}
.cosme_search .accordion .section.closed .title::after {
  top: calc(50% - 1px);
  right: 21px;
  transform: rotate(90deg) translateY(-50%);
}
.cosme_search .accordion .section.closed .title.title__h2 {
  margin-bottom: 0;
}
.cosme_search .accordion .section.closed .title + .body {
  padding-top: 20px;
}
.cosme_search .accordion .hasNoChild:not(:last-child) {
  margin-bottom: 20px;
}
.cosme_search .accordion .hasNoChild * {
  pointer-events: none;
}
.cosme_search .accordion .hasNoChild .title {
  margin-bottom: 0;
}
.cosme_search .accordion .title {
  cursor: pointer;
  position: relative;
}
.cosme_search .accordion .title::after, .cosme_search .accordion .title::before {
  background-color: #EF858C;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform 0.1s ease-in-out;
  width: 18px;
}

/* ブランド */
.cosme_search .list ul {
  display: flex;
  flex-wrap: wrap;
}
.cosme_search .list li {
  width: calc((100% - 228px) / 5);
}
.cosme_search .list li:not(:nth-child(5n)) {
  margin-right: 57px;
}
.cosme_search .list li:not(:nth-last-child(-n+6)) {
  margin-bottom: 30px;
}
.cosme_search .list a {
  display: block;
}
.cosme_search .list a .image,
.cosme_search .list a .text {
  display: block;
  text-align: center;
}
.cosme_search .list .image {
  margin-bottom: 8px;
}
.cosme_search .list .text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

/* ******************************** 以下SP ********************************* */
/* その他 */
#news #d_topic_path {
  margin-bottom: 10px;
}
#news #d_topic_path ol {
  width: auto;
}

/* タイトル */
#news .cosme_search .title .h1 {
  font-size: 18px;
}
#news .cosme_search .title__h1 {
  margin-bottom: 20px;
}
#news .cosme_search .title__h2 {
  height: 50px;
  padding-left: 12px;
}

/* タブ */
#news .cosme_search .tab {
  margin: 0 auto;
  width: calc(100% - 24px);
}
#news .cosme_search .tab li {
  font-size: 15px;
  height: 46px;
  padding-left: 15px;
  padding-top: 0;
  width: calc((100% - 10px) / 2);
}
#news .cosme_search .tab li::before {
  width: 6px;
  height: 6px;
  right: 15px;
}
#news .cosme_search .tab li:not(:last-child) {
  margin-right: 10px;
}

/* ナビ */
#news .cosme_search .nav {
  margin-bottom: 40px;
}
#news .cosme_search .nav ul {
  padding: 30px 42px 20px;
}
#news .cosme_search .nav ul li {
  font-size: 15px;
  height: 50px;
  padding: 0;
  width: 45px;
}
#news .cosme_search .nav ul li:not(:last-child) {
  margin-right: 10px;
}
#news .cosme_search .nav ul li:last-child {
  width: 70px;
}

/* コンテナ */
#news .cosme_search .container {
  width: 100%;
}

/* アコーディオン */
#news .cosme_search .accordion .container {
  width: 100%;
}
#news .cosme_search .accordion .section:not(:last-child) {
  margin-bottom: 18px;
}
#news .cosme_search .accordion .section.closed:not(:last-child) {
  margin-bottom: 20px;
}
#news .cosme_search .accordion .section.closed .title::after {
  right: 12.5px;
}
#news .cosme_search .accordion .section.closed .title.title__h2 {
  margin-bottom: 0;
}
#news .cosme_search .accordion .hasNoChild:not(:last-child) {
  margin-bottom: 20px;
}
#news .cosme_search .accordion .hasNoChild .title {
  margin-bottom: 0;
}
#news .cosme_search .accordion .title::after, #news .cosme_search .accordion .title::before {
  height: 1px;
  right: 12px;
  width: 24px;
}

/* ブランド */
#news .cosme_search .body .body {
  padding: 0 12px;
}
#news .cosme_search .list li {
  width: calc((100% - 20px) / 3);
}
#news .cosme_search .list li:not(:nth-child(5n)) {
  margin-right: 0;
}
#news .cosme_search .list li:not(:nth-last-child(-n+6)) {
  margin-bottom: 0;
}
#news .cosme_search .list li:not(:nth-child(3n)) {
  margin-right: 10px;
}
#news .cosme_search .list li:not(:nth-last-child(-n+4)) {
  margin-bottom: 22px;
}
#news .cosme_search .list .image {
  margin-bottom: 6px;
}
#news .cosme_search .list .text {
  font-size: 10px;
  line-height: 1.7;
}