@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: 40px;
}
.category-comment > *:last-child {
  margin-bottom: 0;
}
.category-comment > *.contents_header {
  margin-bottom: 72px;
}
.category-comment .contents_title {
  text-align: center;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.1em;
  margin: 20px 0 24px;
}
.category-comment .contents_title_sub {
  font-size: 1.6rem;
  font-weight: 300;
}
.category-comment .contents_title_logo {
  display: block;
  margin: 16px auto;
}
.category-comment .contents_headImg {
  margin: 0 -20px;
}
.category-comment .contents_headImg img {
  width: 100%;
}
.category-comment .contents_wrapper .contents {
  margin-bottom: 40px;
}
.category-comment .contents_wrapper .contents:last-child {
  margin-bottom: 0;
}
.category-comment .contents_brand {
  text-align: center;
  font-family: var(--font_eng);
  margin: 30px -20px 20px;
}
.category-comment .contents_brand_main {
  font-size: 3.2rem;
  line-height: normal;
  letter-spacing: 0.1em;
}
.category-comment .contents_explain > *:not(.contents_brand) {
  max-width: 300px;
  margin: 0 auto 10px;
}
.category-comment .contents_explain > *:not(.contents_brand):last-child {
  margin-bottom: 0;
}
.category-comment .contents_price_num {
  font-family: var(--font_num);
  font-size: 2.4rem;
}
.category-comment .contents_price_num::before {
  content: "¥";
}
.category-comment .contents_price small {
  font-size: 1.2rem;
}
.category-comment .c-btn01.soldout {
  pointer-events: none;
  background: var(--c_text);
  color: var(--c_wht);
}
.category-comment .c-btn01.soldout::after {
  display: none;
}
.category-comment .attention {
  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: 56px;
  }
}
/* タブレット・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_header > *:not(.contents_headImg) {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
  }
  .category-comment .contents_title {
    font-size: 3.2rem;
    margin: 40px auto 24px;
  }
  .category-comment .contents_title_sub {
    font-size: 3.2rem;
    font-weight: 400;
  }
  .category-comment .contents_title_logo {
    margin: 24px auto;
  }
  .category-comment .contents_headImg {
    margin: 0;
  }
  .category-comment .contents_wrapper .contents {
    margin-bottom: 80px;
    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_wrapper .contents > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .category-comment .contents_wrapper .contents:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .category-comment .contents_brand {
    margin: 0 0 24px;
  }
  .category-comment .contents_explain > *:not(.contents_brand) {
    margin: 0 auto 24px;
  }
  .category-comment .attention {
    margin-top: 0;
  }
}
/* PCのみ
  ------------------------ */