@charset "UTF-8";
/* =====================
	企画レイアウトB-コンテンツのパターン3
 ======================= */
/** -------------------- コンテンツ -------------------- **/
.category-comment {
  margin: 0 auto 80px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.category-comment > * {
  margin-bottom: 80px;
}
.category-comment > *:last-child {
  margin-bottom: 0;
}
.category-comment > *.contents_header {
  margin-bottom: 40px;
}
.category-comment .contents_title {
  text-align: center;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.1em;
  margin: 40px 0;
}
.category-comment .contents_headImg {
  margin: 0 -20px;
}
.category-comment .contents_headImg img {
  width: 100%;
}
.category-comment .contents_brand {
  text-align: center;
  font-family: var(--font_eng);
}
.category-comment .contents_brand_main {
  font-size: 2.4rem;
  line-height: normal;
  letter-spacing: 0.1em;
}
.category-comment .contents_brand_sub {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.1em;
}
.category-comment .contents_explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
  margin-top: 20px;
}
.category-comment .contents_explain > *:not(.contents_brand) {
  max-width: 300px;
}
.category-comment .contents_explain > .contents_brand {
  width: 100%;
}
.category-comment .attention {
  margin-top: -16px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.category-comment .attention:first-child {
  margin-top: 0;
}

/* スマホのみ
  ------------------------ */
@media (max-width: 767px) {
  .l-section.category-ranking {
    margin-bottom: 48px;
  }
}
/* タブレット・PC
  ------------------------ */
@media (min-width: 768px) {
  /** -------------------- コンテンツ -------------------- **/
  .category-comment {
    margin-bottom: 120px;
  }
  .category-comment > * {
    max-width: 860px;
    margin: 0 auto 80px;
  }
  .category-comment > *.contents_header {
    max-width: none;
    margin-bottom: 80px;
  }
  .category-comment .contents_title {
    font-size: 3.2rem;
    margin: 80px auto;
    max-width: 860px;
  }
  .category-comment .contents_title_logo {
    margin: 24px auto;
  }
  .category-comment .contents_headImg {
    margin: 0;
  }
  .category-comment .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .category-comment .contents > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .category-comment .contents_brand_main {
    font-size: 3.2rem;
  }
  .category-comment .contents_brand_sub {
    font-size: 1.6rem;
  }
  .category-comment .contents_explain {
    row-gap: 24px;
  }
  .category-comment .attention {
    margin-top: 0;
  }
}
/* PCのみ
  ------------------------ */