@charset "UTF-8";
/* ==========================================================================
  global
  ========================================================================== */
/* ==========================================================================
  カテゴリ用
========================================================================== */
.comp-KV {
  position: relative;
  padding-bottom: 56px;
  border-bottom: 4px solid #FFF;
}
.comp-KV > .l-inner {
  position: relative;
  z-index: 1;
}
.comp-KV::after {
  content: "";
  display: block;
  background: #EB212E;
  position: absolute;
  width: 100vw;
  height: 184px;
  margin: 0 calc(50% - 50vw);
  bottom: 0;
  z-index: 0;
}
@media (max-width: 959px) {
  .comp-KV {
    padding-bottom: 40px;
  }
  .comp-KV::after {
    height: 144px;
  }
  .comp-KV:has(.c-btnwrap.is-clm)::after {
    height: 220px;
  }
}
.comp-KV .c-cateKV {
  box-shadow: none;
}
.comp-KV .c-cateKV-img > picture {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  display: block;
}
.comp-KV .c-btnwrap .c-btn {
  width: 90%;
  max-width: 380px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  margin: auto !important;
  background: #FFFFFF;
}
.comp-KV .c-btnwrap.is-clm > div {
  flex: 1;
}
@media (max-width: 959px) {
  .comp-KV .c-btnwrap.is-clm > div:nth-child(n+1) {
    margin-top: 12px;
  }
}

.c-cateKV.is-2clm .c-cateKV-catch {
  top: 50% !important;
}

/* PC */
@media (min-width: 960px) {
  .c-lineup-mainClm-txt .c-btnwrap .c-btn.is-w-100-pc {
    width: 100% !important;
  }
  .prodlist-col {
    display: flex;
  }
  .prodlist-col li {
    flex: 1;
  }
}
/* SP */
@media (max-width: 959px) {
  .c-lineup-mainClm-txt .c-btnwrap .c-btn.is-w-100-sp {
    width: 100% !important;
  }
}
@media (max-width: 959px) {
  .c-cateKV.is-2clm .c-btn.is-bottom {
    top: unset !important;
    bottom: 24px !important;
  }
  .prodlist-col li {
    margin: 2em 0;
  }
}

.comp-cate-prodlistlink .prodlist-col .u-heading-pagemiddle .jp_L {
    font-size: 1.8rem;
}

.c-btnwrap.is-justify-left {
  justify-content: flex-start !important;
}/*# sourceMappingURL=category.css.map */

/* index design */
.ct_section_index .ct_section_index_01 {
    margin: 0 auto;
}
.ct_section_index_01 {
    border-radius: 20px;
    border: 1px solid #ccc;
    max-width: 800px;
}
.ct_section_index_01 .tc_title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 16px 28px;
}
.ct_section_index_01 .tc_comp_item {
    position: relative;
}
.ct_section_index_01 .tc_comp_item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 18px 51px 14px 28px;
    position: relative;
    font-size: 16px;
}
.ct_section_index_01 .tc_comp_item a::after {
    content: '';
    position: absolute;
    right: 35px;
    top: 41%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg) translateY(-50%);
    transition: 0.2s ease-out;
}
#index .tc_comp_item a {
    text-decoration: none;
}
.ct_section_index_01 .tc_comp_item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 50px);
    height: 1px;
    background-color: #ccc;
}

@media (max-width: 959px) {
  #index .l-inner {
    padding: 0 3vw;
  }
  .ct_section_index_01 .tc_title {
    font-size: 18px;
    padding: 10px 18px 8px;
  }
  .ct_section_index_01 .tc_comp_item a {
    padding: 14px 16px 10px;
    padding-right: 15px;
    font-size: 13px;
  }
  .ct_section_index_01 .tc_comp_item:not(:first-child)::before {
    width: calc(100% - 30px);
  }
  .ct_section_index_01 .tc_comp_item a::after {
    right: 20px;
  }
}

@media (min-width: 960px) {
  #index .tc_comp_item a:hover {
    opacity: 0.6;
  }
}

  .index_scroll {
    display: inline-block;
    position: fixed;
    right: 20px;
    bottom: 40px;
    background: #EB212E;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    transform: translateY(-50%);
    transition: all 0.7s;
    text-decoration: none;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
  }
  .index_scroll.is-active {
    opacity: 1;
    pointer-events: visible;
  }
  .index_scroll::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%) rotate(-45deg);
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

/* Indexパターン2 */
.index-pt2 .ct_section_index_01 {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  max-width: 660px;
  padding: 30px 50px 30px;
}
.index-pt2 .ct_section_index_01 .tc_title {
  padding: 10px 22px;
  border-top: 1px solid #EB212E;
  border-bottom: 1px solid #EB212E;
}
.index-pt2 .ct_section_index_01 .tc_comp_item:first-child {
  padding: 8px 0px 0px;
}
.index-pt2 .ct_section_index_01 .tc_comp_item a::after {
    content: none;
}
.index-pt2 .ct_section_index_01 .tc_comp_item a {
  position: relative;
  padding: 9px 9px 9px 1.2em;
}
.index-pt2 .ct_section_index_01 .tc_comp_item:first-child a {
  padding: 18px 9px 9px 1.2em;
}
.index-pt2 .ct_section_index_01 .tc_comp_item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 48%;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #EB212E;
  border-right: 1px solid #EB212E;
  transform: translateY(-50%) rotate(45deg);
}
.index-pt2 .ct_section_index_01 .tc_comp_item:first-child a::before {
  top: 56%;
}
.index-pt2 .ct_section_index_01 .tc_comp_item:first-child.arrow-22p a::before {
  top: 22%;
}
.index-pt2 .ct_section_index_01 .tc_comp_item:not(:first-child)::before {
    content: none;
}

@media (max-width: 959px) {
  #index.index-pt2 .l-inner {
    padding: 0;
  }
  .ct_section_index_01 .tc_title {
    padding: 10px 20px 8px;
  }
  .index-pt2 .ct_section_index_01 {
    border-radius: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    max-width: 660px;
    padding: 25px 15px;
  }
  .index-pt2 .ct_section_index_01 .tc_comp_item a {
    padding: 7px 0 7px 1.2em;
    font-size: 14px;
  }
  .index-pt2 .ct_section_index_01 .tc_comp_item:first-child a {
    padding: 14px 0px 7px 1.2em;
  }
  .index-pt2 .ct_section_index_01 .tc_comp_item:first-child {
    padding: 8px 0px 0px;
  }
  .index-pt2 .ct_section_index_01 .tc_comp_item a::before {
    top: 46%;
  }
  .index-pt2 .ct_section_index_01 .tc_comp_item:first-child a::before {
    top: 56%;
  }
  .index-pt2 .ct_section_index_01 .tc_comp_item:first-child.arrow-22p a::before {
    top: 22%;
  }
}


/* Indexパターン3 */
.index-pt2 .ct_section_index_03 {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  max-width: 660px;
  padding: 30px 50px 30px;
  margin: 0 auto;
}
.ct_section_index_03 .tc_title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 16px 28px;
}
.index-pt2 .ct_section_index_03 .tc_title {
  padding: 10px 22px;
  border-top: 1px solid #EB212E;
  border-bottom: 1px solid #EB212E;
}
.index-pt2 .ct_section_index_03 .tc_comp_item:first-child {
  padding: 8px 0px 0px;
}
.index-pt2 .ct_section_index_03 .tc_comp_item a::after {
    content: none;
}
.index-pt2 .ct_section_index_03 .tc_comp_item a {
  position: relative;
  padding: 18px 2em 9px 9px;
  font-size: 18px;
  display: block;
  border-top: 1px solid #e5e5e5;
}
.index-pt2 .ct_section_index_03 .tc_comp_item:first-child a {
  padding: 18px 2em 9px 9px;
  border-top: none;
}
.index-pt2 .ct_section_index_01 .tc_comp_item:not(:first-child) a {
}
.index-pt2 .ct_section_index_03 .tc_comp_item a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 48%;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #EB212E;
  border-right: 1px solid #EB212E;
  transform: translateY(-50%) rotate(135deg);
}
.index-pt2 .ct_section_index_03 .tc_comp_item:first-child a::before {
  top: 56%;
}
.index-pt2 .ct_section_index_03 .tc_comp_item:first-child.arrow-22p a::before {
  top: 22%;
}
.index-pt2 .ct_section_index_03 .tc_comp_item:not(:first-child)::before {
    content: none;
}
.index-pt2 .ct_section_index_03 .tc_comp_item a span {
  font-size: 14px;
}

@media (max-width: 959px) {
  #index.index-pt2 .l-inner {
    padding: 0;
  }
  .ct_section_index_03 .tc_title {
    font-size: 18px;
    padding: 10px 18px 8px;
  }
  .index-pt2 .ct_section_index_03 {
    border-radius: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    max-width: 660px;
    padding: 25px 15px;
  }
  .index-pt2 .ct_section_index_03 .tc_comp_item a {
    padding: 7px 2em 0 7px;
    font-size: 18px;
  }
  .index-pt2 .ct_section_index_03 .tc_comp_item:first-child a {
    padding: 14px 2em 0px 7px;
  }
  .index-pt2 .ct_section_index_03 .tc_comp_item:first-child {
    padding: 8px 0px 0px;
  }
  .index-pt2 .ct_section_index_03 .tc_comp_item a::before {
    top: 46%;
  }
  .index-pt2 .ct_section_index_03 .tc_comp_item:first-child a::before {
    top: 56%;
  }
  .index-pt2 .ct_section_index_03 .tc_comp_item:first-child.arrow-22p a::before {
    top: 22%;
  }
}

/* セット / 単品製品はこちら */
.product-set-single_select {
    display: flex;
    justify-content: center;
    gap: 40px;
    background: #fff;
    padding: 30px 50px;
    border-radius: 20px;
    width: fit-content;
    margin-inline: auto;
}

.product-set-single_select .select-box {
  text-align: center;
}

@media (max-width: 959px) {
  .product-set-single_select {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px;
  }

  .product-set-single_select .select-box {
    width: 100%;
    max-width: 320px;
  }
}

.cat_review .comp-reviewwrap {
  background-color: transparent;
}