:root{
  --color-primary :#7E2C2C;
  --color-secondary :#00B3C3;
}
body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
h3 {
  border-bottom: none;
}
hr {
  border-bottom: 3px dotted #ccc;
  width: 560px;
  margin: 0 auto;
}
.pane-footer {
  margin-top: 0;
}

/* 全体 */
.seasoncare {
  background: #FBFBF9;
  padding-bottom: 140px;
  line-height: 1.9;
}
.content-inner {
  width: 1000px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #ffffff;
  padding: 0 110px 50px;
  counter-reset: contentnum;
}
.seasoncare img {
  vertical-align: bottom;
}
.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

/* タイトル */
.headline {
  font-size: 34px;
  padding: 0.2em 0;
  font-weight: normal;
  text-align: center;
  font-weight: 400;
  border-bottom: none;
  color: #222;
  padding: 50px 0 0;
}

/* MV */
.mv {
  width: 100%;
  padding-top: 50px;
}

/* リード文 */
.lead {
  padding: 66px 0 70px;
}
.lead p {
  text-align: center;
  font-size: 16px;
  color: #222;
}

/* バナー */
.bnr {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 100px;
}

/* 記事 */
.article-content {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 100px;
}
.article-content__title {
  padding: 0;
  border: none;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2em;
}
.article-content__image {
  margin-bottom: 60px;
}
.article-content p + p {
  margin-top: 20px;
}

/* IMAGE & HOW TO */
.howto {
  font-family: "minerva-modern";
  margin-inline: -80px;
}
.howto .ecbn-selection-widget {
  width: 100%;
}

@media screen and (min-width:769px){
  .howto a.ecbn-selection-slider-prev:before, 
  .howto div.ecbn-selection-slider-prev:before,
  .howto a.ecbn-selection-slider-next:before, 
  .howto div.ecbn-selection-slider-next:before {
    display: none;
  }
}

/* Users VOICE */
.usersvoice {
  margin-inline: -80px;
  margin-bottom: 150px;
}
.usersvoice__title {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "minerva-modern";
  font-weight: 400;
}
.usersvoice__contents .slick-track {
  display: flex;
}
.usersvoice__contents .slick-slide {
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.usersvoice__contents .revico-review-comment-detail--comment {
  height: auto !important;
  max-height: none !important;
}
.usersvoice__contents .slick-list {
  padding-bottom: 10px !important;
}
.usersvoice__contents .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  margin: 30px 0 0;
}
.usersvoice__contents .slick-dots li {
  height: 15px;
  line-height: 0;
  text-indent: unset;
  overflow: unset;
}
.usersvoice__contents .slick-dots li button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  font-size: 0;
  margin: 0 4px;
  background: transparent;
  border: 1px solid #614B17;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.usersvoice__contents .slick-dots li.slick-active button {
  background: #614B17;
}

/* 監修者プロフィール */
.profile-card {
  max-width: 578px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  /* max-width: 700px; */
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  margin-top: 5em;
}
.profile-label {grid-area: label;display: inline-block;background-color: #7e2c2c;color: #ffffff;font-weight: bold;height: fit-content!important;justify-self: start;}
.profile-title { grid-area: title; margin: 0; line-height: 1.4; }
.profile-name  {grid-area: name;margin: 0;font-weight: 400;}
.profile-description { grid-area: desc; margin: 0; color: #444444; line-height: 1.6; }
.profile-image { grid-area: image; margin: 0; }
.profile-image img { width: 100%; height: auto; display: block; }

@media (min-width: 601px) {
  .profile-card {
      display: grid;
      grid-template-columns: 1fr 160px;
      grid-template-areas:
          "label image"
          "title image"
          "name  image"
          "desc  image";
      column-gap: 40px;
      padding: 30px 0;
  }
  .profile-label { font-size: 13px; padding: 4px 10px; margin-bottom: 16px; }
  .profile-title { font-size: 15px; margin-bottom: 8px; }
  .profile-name  { font-size: 19px; margin-bottom: 20px; }
  .profile-description { font-size: 14px; }
  .profile-image { align-self: start; }
}
@media (max-width: 600px) {
  .profile-card {
      display: grid;
      grid-template-columns: 1fr 130px; 
      grid-template-areas:
          "label image"
          "title image"
          "name  image"
          "desc  desc";
      column-gap: 20px;
      row-gap: 10px;
      padding: 20px 15px;
  }
  .profile-label { font-size: 11px; padding: 3px 8px; }
  .profile-title { font-size: 13px; }
  .profile-name  { font-size: 16px; }
  .profile-description { font-size: 12px; margin-top: 10px; }
  .profile-image { align-self: start; }
}

/* お役立ちコラム */
.related-columns {
  margin-top: 120px;
}
.related-columns .related-columns__title__main-text{
  margin: 0;
  padding: 0 0 0 80px;
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
  position: relative;
  border-bottom: none;
}
.related-columns .related-columns__title__main-text::before{
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  background-image: url(/img/usr/freepage/seasoncare-items/icon_column.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 11%;
  transform: translateY(-50%);
}
.related-columns__content{
  margin-top: clamp(2.125rem, 1.225rem + 3.84vw, 3.625rem);
}
.related-columns__content__lists{
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 0.65rem + 0.96vw, 1.25rem);
  counter-reset: number 0;
}
.related-columns__content__item{
  width: 100%;
  counter-increment: number;
}
.related-columns__content__link{
  width: 100%;
  padding: 20px 42px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: clamp(0.875rem, 0.65rem + 0.96vw, 1.25rem);
  text-decoration: none;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  color: #222;
}
.related-columns__content__link .wrap_img {
  flex: 0 0 120px;
  aspect-ratio: 1 / 1;
}
.related-columns__content__link .wrap_num {
  flex: 0 0 auto;
}
.related-columns__content__link .wrap_txt {
  flex: 1;
}

@media screen and (max-width:768px){
  hr {
    width: 90%;
    margin: 0 auto;
  }
  .pane-main {
    padding-top: 30px;
    padding-bottom: 0;
  }

  /* 全体 */
  .seasoncare {
    background: transparent;
    padding-bottom: 40px;
  }
  .content-inner {
    padding: 0 28px;
    width: auto;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }

  /* タイトル */
  .headline {
    width: 100%;
    font-size: clamp(20px,6.94vw,34px);
    line-height: 1.8;
    text-align: center;
    border-bottom: none;
    padding-top: 0;
  }

  /* MV */
  .mv {
    padding-top: 30px;
  }
  
  /* リード文 */
  .lead {
    padding-top: 48px;
  }
  .lead p{
    text-align: left;
    font-size: 14px;
  }

  /* バナー */
  .bnr {
    margin-bottom: 50px;
  }

  /* 記事 */
  .article-content {
    margin-bottom: 50px;
  }
  .article-content__title {
    font-size: clamp(18px,6.5vw,26px)
  }
  .article-content p {
    font-size: 14px;
  }

  /* IMAGE & HOW TO */
  .howto {
    margin-inline: 0;
  }

  /* Users VOICE */
  .usersvoice {
    margin-inline: 0;
    margin-bottom: 70px;
  }

  .usersvoice__contents {
    margin-inline: -28px;
  }

  /* お役立ちコラム */
  .related-columns {
    margin-top: 60px;
  }
  .related-columns .related-columns__title__main-text::before{
    top: 0;
    left: 0;
    transform: unset;
  }
  .related-columns__content__link{
    padding: 20px 0;
  }
}