@charset "UTF-8";
/* ==========================================================================
   1. ページヘッダー・リード文周り（既存の設定を100%維持）
   ========================================================================== */
.archive-head {
  padding-top: 0;
}
.archive-head:before {
  display: none;
}
.archive-head img {
  vertical-align: top;
}
@media screen and (max-width: 680px) {
  .archive-head {
    padding-top: 12.31vw;
  }
  .archive-head img {
    width: 53.08vw;
  }
}

.contents .mod-lead {
  margin-bottom: 55px;
}
@media screen and (max-width: 680px) {
  .contents .mod-lead {
    margin-bottom: 11.54vw;
  }
}
.contents {
  /* --------------------------------------------------
     検索・絞り込みボックス周り
  -------------------------------------------------- */
}
.contents .l-search-box {
  opacity: 1;
  margin-bottom: 60px;
  padding-bottom: 0;
}
@media screen and (max-width: 680px) {
  .contents .l-search-box {
    margin-bottom: 15.38vw;
  }
}
.contents .l-search-btn-sort {
  margin-bottom: 60px;
}
.contents .l-search-label span {
  font-size: 16px;
}
@media screen and (max-width: 680px) {
  .contents .l-search-label span {
    font-size: 4.1vw;
  }
}
.contents {
  /* --------------------------------------------------
     絞り込みアイテム・ボタン周り
  -------------------------------------------------- */
}
.contents .l-search-item ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents .l-search-item ul > li {
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  min-width: 140px;
}
@media screen and (max-width: 680px) {
  .contents .l-search-item ul > li {
    -ms-flex-preferred-size: 41.03vw;
        flex-basis: 41.03vw;
    min-width: 41.03vw;
  }
}
.contents .l-search-item ul > li a > span {
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  width: 100%;
  height: 50px;
  position: relative;
  border-radius: 1000px;
  overflow: hidden;
  line-height: 1;
}
@media screen and (max-width: 680px) {
  .contents .l-search-item ul > li a > span {
    font-size: 3.59vw;
    height: 12.82vw;
  }
}
.contents .l-search-item ul > li a > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #EEEEEE;
  z-index: 1;
}
.contents .l-search-item ul > li a > span span {
  position: relative;
  z-index: 2;
}
.contents .l-search-item ul > li a.active > span span, .contents .l-search-item ul > li a:hover > span span {
  color: #fff;
}
.contents .l-search-item ul > li a.active > span::before, .contents .l-search-item ul > li a:hover > span::before {
  background: #000;
}
.contents .l-search-item ul > li:nth-child(n+5) {
  margin: 0;
}
.contents .l-search-item.l-search-tag-filter-item ul > li {
  min-width: auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.contents .l-search-item.l-search-tag-filter-item ul > li label > span {
  padding: 0 20px;
  width: auto;
  height: 40px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 680px) {
  .contents .l-search-item.l-search-tag-filter-item ul > li label > span {
    padding: 0 5.13vw;
    height: 10.26vw;
    font-size: 3.59vw;
  }
}

/* --------------------------------------------------
   共通コンポーネント・システムメッセージ
-------------------------------------------------- */
#no-articles {
  text-align: center;
  font-size: 16px;
}

#js-resultframe + .link__btn {
  margin-top: 30px;
}
@media screen and (max-width: 680px) {
  #js-resultframe + .link__btn {
    margin-top: 7.69vw;
  }
}

/* ==========================================================================
   2. 💡 記事一覧エリア（TOPページのデザインを完全移植＆マッピング）
   ========================================================================== */
.c-gradientThumb {
  background: linear-gradient(225deg, rgba(230, 122, 122, 0.4) 0%, rgba(252, 192, 192, 0.4) 40%, rgba(153, 211, 211, 0.4) 59.5%, rgba(150, 224, 220, 0.4) 80%, rgba(109, 208, 208, 0.4) 100%);
  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;
  position: relative;
  overflow: hidden;
}
.c-gradientThumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.latest__box-wrapper {
  width: 720px;
  margin: 0 auto 0;
  text-align: left;
}
@media screen and (max-width: 680px) {
  .latest__box-wrapper {
    width: auto;
  }
}

.latest__box {
  display: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.event__title {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .event__title {
    margin-bottom: 7.6923076923vw;
    font-size: 5.1282051282vw;
    text-align: left;
  }
}

.period {
  width: 720px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 30px;
  text-align: left;
}
@media screen and (max-width: 680px) {
  .period {
    width: 100%;
    margin-bottom: 5.1282051282vw;
    font-size: 4.1025641026vw;
    padding: 0 3.8461538462vw;
  }
}

.beautyNews__list {
  list-style: none;
  padding: 0;
  margin: auto;
  display: block;
}
@media screen and (max-width: 680px) {
  .beautyNews__list {
    margin-top: 0vw;
    padding: 0 3.8461538462vw;
  }
}
.beautyNews__item {
  width: 100%;
}
.beautyNews__item .beautyNews__link {
  padding-top: 30px;
  width: 100%;
}
@media screen and (max-width: 680px) {
  .beautyNews__item .beautyNews__link {
    padding-top: 5.1282051282vw;
  }
}
.beautyNews__item:first-child {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.beautyNews__item + .beautyNews__item {
  border-bottom: 1px solid #D9D9D9;
}
.beautyNews__link {
  padding-bottom: 30px;
  text-decoration: none;
  display: block;
  color: #000;
}
@media screen and (max-width: 680px) {
  .beautyNews__link {
    padding-bottom: 5.1282051282vw;
  }
}
.beautyNews__link[target=_blank] .beautyNews__itemTitle::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  margin-bottom: 2px;
  background: url("../../img/article_linkrightblank_gray.png") no-repeat center;
  background-size: cover;
  vertical-align: middle;
}
@media screen and (max-width: 680px) {
  .beautyNews__link[target=_blank] .beautyNews__itemTitle::after {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    margin-left: 2.0512820513vw;
    margin-bottom: 0.5128205128vw;
  }
}
.beautyNews__itemTitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000;
}
@media screen and (max-width: 680px) {
  .beautyNews__itemTitle {
    font-size: 3.5897435897vw;
    margin-bottom: 2.5641025641vw;
  }
}
.beautyNews__itemText {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px !important;
}
@media screen and (max-width: 680px) {
  .beautyNews__itemText {
    font-size: 3.0769230769vw;
    margin-bottom: 2.5641025641vw;
  }
}
.beautyNews__itemBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 680px) {
  .beautyNews__itemBody {
    gap: 5.1282051282vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.beautyNews__itemThumb {
  width: 130px;
  height: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 680px) {
  .beautyNews__itemThumb {
    width: 25.641025641vw;
    height: 25.641025641vw;
  }
}
.beautyNews__itemThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.beautyNews__itemTextWrap {
  padding: 10px 0;
}
@media screen and (max-width: 680px) {
  .beautyNews__itemTextWrap {
    padding: 0;
  }
}
.beautyNews__itemMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 680px) {
  .beautyNews__itemMeta {
    gap: 2.5641025641vw;
  }
}
.beautyNews__itemDate {
  font-size: 10px;
  color: #A7A7A7;
  border-right: 1px solid #D9D9D9;
  padding-right: 10px;
}
.beautyNews__itemDate span {
  font-size: 10px;
}
@media screen and (max-width: 680px) {
  .beautyNews__itemDate span {
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 680px) {
  .beautyNews__itemDate {
    padding-right: 2.5641025641vw;
    font-size: 2.5641025641vw;
  }
}
.beautyNews__itemLabel {
  font-size: 11px;
  color: #000000;
}
@media screen and (max-width: 680px) {
  .beautyNews__itemLabel {
    font-size: 2.8205128205vw;
  }
}
/*# sourceMappingURL=event.css.map */