@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #171717;
  transition: .4s; }
  a:hover {
    color: #171717; }
  a:visited {
    color: transparent; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 600px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block; } }

p {
  margin: 0;
  padding: 0; }

/*--------------------- ここから ----------------------*/
main {
  width: 100%; }
  main .fs-c-productList {
    width: 98%;
    margin: 0 auto; }

.anelloLine_category-wrapper {
  margin: 0 auto 5%;
  text-align: left;
  color: #ffffff;
  position: relative;
  max-width: 980px; }
  .anelloLine_category-wrapper .kv_box {
    background: #c9171e; }
  .anelloLine_category-wrapper .line_txt {
    margin: min(5%, 40px);
    width: fit-content;
    max-width: 90%; }
    .anelloLine_category-wrapper .line_txt h1 {
      font-weight: 400;
      font-size: min(0.7em, 2.8vw);
      line-height: 2.0;
      margin-bottom: 1.5em; }
    .anelloLine_category-wrapper .line_txt p {
      font-size: min(0.7em, 2.8vw);
      line-height: 2.0; }
      @media screen and (max-width: 600px) {
        .anelloLine_category-wrapper .line_txt p {
          text-align: justify-all; } }
  .anelloLine_category-wrapper .subttl {
    font-size: min(0.7em, 2.8vw);
    margin-bottom: .5em;
    font-weight: 600; }
  .anelloLine_category-wrapper .cb_txt {
    margin: 10% auto 0;
    padding-bottom: 10%; }
    @media screen and (max-width: 600px) {
      .anelloLine_category-wrapper .cb_txt {
        margin-top: 20%;
        padding-bottom: 20%; } }
    .anelloLine_category-wrapper .cb_txt p {
      font-size: min(0.9em, 3.2vw);
      text-align: center;
      line-height: 2.0; }
      .anelloLine_category-wrapper .cb_txt p a {
        text-decoration: underline !important;
        color: #ffffff; }
  .anelloLine_category-wrapper .slideBox {
    margin-bottom: 10%; }
    @media screen and (max-width: 600px) {
      .anelloLine_category-wrapper .slideBox {
        margin-bottom: 15%; } }
    .anelloLine_category-wrapper .slideBox .slider_cb .slick-slide {
      margin: 0 -1px; }
  .anelloLine_category-wrapper .feature {
    margin: 10% auto 0;
    width: 90%;
    color: #c9171e; }
    @media screen and (max-width: 1080px) {
      .anelloLine_category-wrapper .feature {
        width: 95%;
        margin-top: 20%; } }
    .anelloLine_category-wrapper .feature .subttl {
      margin-left: 1%; }
    .anelloLine_category-wrapper .feature p.small {
      font-size: min(0.7em, 2.8vw);
      text-align: center;
      margin-top: 5%; }
      @media screen and (max-width: 600px) {
        .anelloLine_category-wrapper .feature p.small {
          margin-top: 10%; } }
      .anelloLine_category-wrapper .feature p.small a {
        text-decoration: underline !important;
        color: #c9171e; }
    .anelloLine_category-wrapper .feature ul {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .anelloLine_category-wrapper .feature ul li {
        width: calc(100%/2 - 4%);
        margin: 1% 2% 5%; }
        .anelloLine_category-wrapper .feature ul li a {
          display: block; }
          .anelloLine_category-wrapper .feature ul li a h3 {
            width: 95%;
            font-weight: 400;
            font-size: min(0.8em, 2.8vw);
            margin: 1.5em auto;
            color: #c9171e; }
            @media screen and (max-width: 600px) {
              .anelloLine_category-wrapper .feature ul li a h3 {
                margin-bottom: .5em; } }
          .anelloLine_category-wrapper .feature ul li a p {
            width: 95%;
            margin: 0 auto;
            font-size: min(0.7em, 2.8vw);
            line-height: 1.8;
            color: #c9171e; }
            @media screen and (max-width: 600px) {
              .anelloLine_category-wrapper .feature ul li a p {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden; } }
  .anelloLine_category-wrapper .gray {
    background: #E6E6E6;
    padding-bottom: min(10%, 64px); }
    .anelloLine_category-wrapper .gray .subttl {
      color: #c9171e;
      border-bottom: 1px solid #c9171e;
      line-height: 2.5;
      margin-bottom: min(40px, 7%); }
  .anelloLine_category-wrapper .feature-box {
    margin: 0 auto 5%;
    text-align: left; }
    @media screen and (max-width: 1080px) {
      .anelloLine_category-wrapper .feature-box {
        width: 95%; } }
    .anelloLine_category-wrapper .feature-box h2 {
      font-size: 1.0em;
      margin-bottom: 1.5em; }
      @media screen and (max-width: 600px) {
        .anelloLine_category-wrapper .feature-box h2 {
          font-size: 3.0vw; } }
    .anelloLine_category-wrapper .feature-box .articles__slide .contents {
      width: calc(100%/3 + 1%);
      max-width: 300px;
      padding-right: 3%;
      margin: 0; }
      .anelloLine_category-wrapper .feature-box .articles__slide .contents h3 {
        font-weight: 400;
        font-size: min(0.8em, 2.8vw);
        margin-top: 0.5em; }
  .anelloLine_category-wrapper .mainImg {
    margin: 5% auto;
    width: 90%;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .anelloLine_category-wrapper .mainImg {
        margin-bottom: 10%; } }
  .anelloLine_category-wrapper .btn {
    text-align: center;
    margin: 0 auto 5%; }
    @media screen and (max-width: 600px) {
      .anelloLine_category-wrapper .btn {
        max-width: 150px; } }
    .anelloLine_category-wrapper .btn .modal-open {
      cursor: pointer; }
  .anelloLine_category-wrapper .followBtn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: +1; }
    .anelloLine_category-wrapper .followBtn.active {
      opacity: 1;
      visibility: visible; }
  .anelloLine_category-wrapper .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box; }
    .anelloLine_category-wrapper .modal::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      margin-left: -0.2em; }
    .anelloLine_category-wrapper .modal.is-active {
      opacity: 1;
      visibility: visible; }
    .anelloLine_category-wrapper .modal .modal-container {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      max-width: 600px;
      width: 90%; }
    .anelloLine_category-wrapper .modal .modal-close {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: -20px;
      right: -20px;
      width: 40px;
      height: 40px;
      color: #fff;
      background: #000;
      border-radius: 50%;
      cursor: pointer; }
    .anelloLine_category-wrapper .modal .modal-content {
      background: #fff;
      text-align: left;
      line-height: 1.8;
      padding: 20px; }
