@charset "UTF-8";
.u-fluid {
  display: block;
}

.u-fluid img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.u-hind {
  font-family: 'Hind', sans-serif;
  word-break: break-word;
}

.u-anton {
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.1em;
  word-break: break-word;
}

.u-relative {
  position: relative;
}

html.sr .load-hidden {
  visibility: hidden;
}

/*
  layout/pc/_archive-editors-closet.scss
 */
#layout-archive-editors-closet {
  padding-bottom: 50px;
}

/*
  compornents/pc/_contents-section.scss
 */
.contents-section_inner {
  margin-top: 38px;
}

.contents-section .btn-black {
  margin-left: auto;
}

.contents-section + .contents-section {
  margin-top: 50px;
}

.contents-section:last-child {
  padding-bottom: 50px;
}

.contents-section.s-border {
  padding-top: 40px;
  border-top: 2px solid #000;
}

.contents-section.s-thin-border {
  padding-top: 60px;
  border-top: 2px solid #EDF0F4;
}

/*
  compornents/pc/_split-container.scss
 */
.split-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.split-container.s-border {
  border-top: 2px solid #000;
}

.split-container_col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.split-container_col .swiper-carousel {
  width: 100%;
}

/*
  compornents/pc/_basic-title.scss
 */
.basic-title {
  font-size: 35px;
  line-height: 1em;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 7px 0 40px;
  border-bottom: 1px solid #000;
}

/*
  compornents/pc/_brand-title.scss
 */
.brand-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  line-height: 0.9em;
  font-weight: bold;
  color: #000;
  padding: 15px 0 0;
}

.brand-title_thumbnail {
  width: 95px;
  height: 95px;
  border: 2px solid #EDF0F4;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  margin-right: 30px;
}

.brand-title_name {
  padding-top: 6px;
  letter-spacing: 0.08em;
}

.brand-title_name span {
  font-size: 20px;
  color: #8E99A5;
}

/*
  compornents/pc/_article-list.scss
 */
.article-list {
  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;
  /* add for editors-closet */
}

.article-list_item > .article-panel {
  width: 330px;
}

.article-list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.article-list.s-scroll {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.article-list.s-scroll::-webkit-scrollbar {
  display: none;
}

.article-list.s-scroll .article-list_item .article-panel {
  width: 230px;
  margin-right: 13px;
}

.article-list.s-scroll .article-list_item .article-panel_title {
  font-size: 13px;
}

.article-list.s-shopnow {
  padding-left: 58px;
}

.article-list.s-shopnow .article-list_item .article-panel {
  width: 210px;
  margin-right: 13px;
}

.article-list.s-shopnow .article-list_item .article-panel_title {
  font-size: 13px;
}

.article-list.s-category {
  padding-left: 58px;
}

.article-list.s-category .article-list_item .article-panel {
  width: 210px;
  margin-right: 10px;
}

.article-list.s-pc-4column .article-list_item {
  margin-top: 55px;
}

.article-list.s-pc-4column .article-list_item > .article-panel {
  width: 240px;
  padding-bottom: 15px;
}

.article-list.s-pc-4column .article-list_item > .author-panel {
  width: 240px;
}

.article-list.s-pc-4column:after, .article-list.s-pc-4column:before {
  content: "";
  display: block;
  width: 240px;
}

.article-list.s-pc-4column:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.article-list + .btn-container {
  margin-top: 40px;
}

.article-list + .dash-title {
  margin-top: 10px;
}

/*
  compornents/pc/_article-panel.scss
 */
.article-panel {
  display: block;
  padding: 0 0 35px;
}

.article-panel > * {
  display: block;
}

.article-panel_image img {
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.article-panel_image.s-category {
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}

.article-panel_image.s-category:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background-color: #000;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url(/contents/images/closet/arrow_anchor.svg);
  background-repeat: no-repeat;
  background-position: top 10px left 6px;
  -webkit-background-size: 12px 12px;
          background-size: 12px;
}

.article-panel_image.s-category + .hashtag-title {
  margin-top: 15px;
}

.article-panel_date {
  margin: 20px 10px 0;
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.article-panel_title {
  margin: 7px 10px 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.article-panel:hover .article-panel_image img {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.article-panel:hover .article-panel_date {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.article-panel:hover .article-panel_title {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/*
  compornents/pc/_author-panel.scss
 */
.author-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #EDF0F4;
  border-bottom: 1px solid #EDF0F4;
}

.author-panel_image {
  width: 70px;
  border: 2px solid #EDF0F4;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}

.author-panel_image img {
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.author-panel_data {
  width: calc(100% - 85px);
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.author-panel_data > * {
  display: block;
}

.author-panel_brand {
  color: #8E99A5;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: bold;
}

.author-panel_person {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
}

.author-panel_height {
  font-size: 10px;
  line-height: 1em;
}

.author-panel_height > span {
  font-weight: bold;
}

.author-panel:hover .author-panel_image img {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.author-panel:hover .author-panel_data {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/*
  compornents/pc/_btn-container.scss
 */
.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* add for editors-closet */
}

.btn-container.s-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-container.s-between > .btn-black {
  margin: 0;
}

/*
  compornents/pc/_widget-container.scss
 */
.widget-container {
  margin-top: 30px;
  color: #343A40;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.widget-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #343A40;
}

.widget-container select:hover {
  cursor: pointer;
}

.widget-container button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.widget-container button.s-submit {
  background-color: #343A40;
  border: 2px solid #343A40;
  font-weight: bold;
  color: #fff;
  width: 250px;
  height: 44px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.widget-container button.s-submit:hover {
  cursor: pointer;
  background-color: #fff;
  color: #343A40;
}

.widget-container button.s-filter {
  background-image: url(/contents/images/closet/icon-filter_white.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  -webkit-background-size: 38px 38px;
          background-size: 38px 38px;
}

.widget-container button.s-filter:hover {
  background-image: url(/contents/images/closet/icon-filter_black.svg);
}

.widget-container_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.widget-container_btns > * {
  margin-left: 15px;
}

.widget-container_btns a.s-toggle {
  position: relative;
  width: 150px;
  background-color: #EDF0F4;
  padding: 15px 22px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.widget-container_btns a.s-toggle:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 8px;
  -webkit-border-radius: 38px;
          border-radius: 38px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 38px;
  height: 38px;
  background-color: #343A40;
  background-image: url(/contents/images/closet/arrow_top.svg);
  -webkit-background-size: 15px auto;
          background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color;
}

.widget-container_btns a.s-toggle.js-shrink:after {
  background-color: #CED4DA;
  background-image: url(/contents/images/closet/icon-filter_black.svg);
  -webkit-background-size: 38px 38px;
          background-size: 38px 38px;
}

.widget-container_btns a.s-toggle:hover {
  background-color: #CED4DA;
}

.widget-container_btns select.s-sort {
  width: 200px;
  border: 2px solid #CED4DA;
  padding: 15px 22px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  font-weight: bold;
  background-image: url(/contents/images/closet/icon-sort.svg);
  background-repeat: no-repeat;
  background-position: right 7px center;
  -webkit-background-size: 38px 38px;
          background-size: 38px 38px;
}

.widget-container_container.js-transition {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.widget-container_container.js-shrink {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  margin-top: -30px;
}

.widget-container_inner {
  margin-top: 30px;
  background-color: #EDF0F4;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 20px;
}

.widget-container_inner.s-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget-container_inner.s-flex .widget-container_col {
  padding-left: 1em;
}

.widget-container_inner.s-flex .widget-container_label {
  padding-right: 1.5em;
}

.widget-container_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-container_label {
  font-size: 13px;
  font-weight: bold;
}

.widget-container_input {
  width: 260px;
}

.widget-container_input select {
  font-size: 14px;
  padding: 15px;
  -webkit-border-radius: 46px;
          border-radius: 46px;
  background-image: url(/contents/images/closet/arrow_select.svg);
  -webkit-background-size: 25px 25px;
          background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

/*
  compornents/pc/_btn-black.scss
  https://elleshop.jp/contents/test/20200407/css/main.css よりコピー、PC用に一部調整
 */
a.btn-black {
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  /* add for editors-closet */
}

a.btn-black.btn-arrow:after {
  background-image: url(/contents/images/closet/arrow_white.svg);
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 10px;
  -webkit-background-size: 13px 11px;
          background-size: 13px 11px;
  content: "";
}

a.btn-black:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

a.btn-black.s-right:after {
  display: none !important;
}

a.btn-black.s-right:before {
  background-image: url(/contents/images/closet/arrow_white.svg);
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-right: 10px;
  -webkit-background-size: 13px 11px;
          background-size: 13px 11px;
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

a.btn-black,
a.btn-white {
  display: inline-block;
  padding: 18px 45px;
  font-family: Futura LT W01 Medium;
  font-size: 13px;
  line-height: 1;
}

a.btn-black.btn-arrow:after,
a.btn-white.btn-arrow:after {
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 10px;
  -webkit-background-size: 13px 11px;
          background-size: 13px 11px;
  content: "";
}

/* Hearst Add */
.article-panel_title {
  height: 48px;
}
