/** Shopify CDN: Minification failed

Line 458:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:c_best_seller (INDEX:7) */
.new { position: relative; border-bottom: 1px solid #e6e6e6; padding: 0 0 40px; margin: 0 0 40px; }
  .new-slide { padding: 0 36px; }
  .new-slide-item { margin: 0 14px 0 0; }
  .new-slide-item a { display: block; color: #333; text-decoration: none; }
  .new-item-img { display: flex; justify-content: center; align-items: center; min-height: 188px; margin: 0 0 8px; }
  .new-item-img img { display: block; max-width: 188px; max-height: 188px; width: 100%; height: auto; object-fit: contain; transition: 0.3s; }
  .new-item-name { font-size: 13px; margin: 0 0 4px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.3; height: 2.6em; }

  /* 価格コンテナ */
  .custom-price-container { display: flex; flex-direction: column; margin-top: 5px; }

  /* 税込表示（通常時は赤・大） */
  .price__taxes-included .price-item--taxes-included {
    font-family: "Roboto", sans-serif !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #D61212 !important;
    display: block !important;
    line-height: 1.2 !important;
  }
  .price__taxes-included .price-item--taxes-included span { font-family: "Noto Sans JP", sans-serif !important; font-size: 12px !important; }

  /* 税別表示（サブ・黒・小） */
  .price__regular .price-item--regular {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #333 !important;
    display: block !important;
    line-height: 1.2 !important;
    margin-top: 2px;
  }
  .price__regular .price-item--regular span { font-size: 10px; }

  .product-tag { display: inline-block; padding: 4px 12px; margin-top: 8px; color: #fff; font-size: 12px; font-weight: bold; border-radius: 2px; }

  @media screen and (max-width: 896px) {
    .new-slide { padding: 0 20px; }
    .price__taxes-included .price-item--taxes-included { font-size: 18px !important; }
  }
/* END_SECTION:c_best_seller */

/* START_SECTION:company (INDEX:28) */
.com-block {
    margin: 40px 0 0;
  }
  .com-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-ttl {
    font-size: 32px;
    font-weight: 400;
    margin: 8px 0 40px;
  }
  .company-block {
    margin: 0 0 40px;
  }
  .company-block:last-of-type {
    margin: 0 0 80px;
  }
  .table-basic {
    margin: 0 0 80px;
  }
  .table-basic table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    box-sizing: border-box;
  }
  .table-basic th {
    width: 220px;
    padding: 16px;
    border: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    word-break: break-all;
    background: #f0f5f5;
    box-sizing: border-box;
  }
  .table-basic td {
    padding: 16px;
    border: 1px solid #ddd;
    word-break: break-all;
    box-sizing: border-box;
  }
  .table-basic td ul li {
    position: relative;
    padding: 0 0 0 28px;
    margin: 0 0 20px;
  }
  .table-basic td ul li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #333;
  }
  
  @media screen and (max-width: 896px) {
    .company-block {
      margin: 0 0 24px;
    }
    .company-block:last-of-type {
      margin: 0 0 40px;
    }
    .table-basic {
      margin: 0 0 40px;
    }
    .table-basic th {
      display: block;
      width: 100%;
      padding: 8px;
      border-bottom: none;
    }
    .table-basic td {
      display: block;
      width: 100%;
      padding: 8px;
      border-bottom: none;
    }
    .table-basic tr:last-child td:last-child {
      border-bottom: 1px solid #ddd;
    }
  }
/* END_SECTION:company */

/* START_SECTION:faq (INDEX:34) */
.com-block {
    margin: 40px 0 0;
  }
  .com-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-ttl {
    font-style: 32px;
    font-weight: 400;
    margin: 8px 0 16px;
  }
  .page-txt {
    margin: 40px 0;
  }
  .faq-anc {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin: 0 0 80px;
  }
  .faq-anc-item {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
  }
  .faq-anc-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-align: center;
    padding: 16px;
  }
  .faq-anc-item a .anc-ttl span {
    background: linear-gradient(#333, #333) 0 100% / 0 1px no-repeat;
    transition: 0.3s;
  }
  .faq-anc-item a .icon {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #333;
    margin: 8px auto 0;
  }
  .faq-anc-item a .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: -1px;
  }
  .faq-sec {
    padding: 180px 0 0;
    margin: -180px 0 80px;
  }
  .faq-ttl-L {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    padding: 40px 0 0;
    margin: 0 0 40px;
  }
  .faq-ttl-L::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 1px;
    background: #3eb863;
  }
  .faq-ttl-L::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 16px;
    height: 1px;
    background: #e6e6e6;
  }
  .faq-item {
    overflow: hidden;
    border-radius: 3px;
  }
  .faq-item + .faq-item {
    margin: 24px 0 0;
  }
  .faq-question {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    background: #f9f9f9;
    padding: 16px 64px 16px 70px;
    cursor: pointer;
  }
  .faq-question::before {
    content: "Q";
    position: absolute;
    top: 14px;
    left: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    border-radius: 100%;
    background: #3eb863;
  }
  .faq-question .open-icon {
    position: absolute;
    top: 50%;
    right: 24px;
    display: inline-block;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
  }
  .faq-question .open-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #333;
    transform: translate(-50%, -50%);
  }
  .faq-question .open-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 18px;
    height: 4px;
    background: #333;
    transform: translate(-50%, -50%);
  }
  .faq-item.is-open .faq-question .open-icon::before {
    content: none;
  }
  .faq-answer {
    display: none;
    position: relative;
    padding: 24px 24px 24px 70px;
  }
  .faq-answer::before {
    content: "A";
    position: absolute;
    top: 23px;
    left: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 700;
    color: #3eb863;
    line-height: 1;
    border: 1px solid #3eb863;
    border-radius: 100%;
    background: #fff;
  }
  .top-scroll-btn {
    text-align: right;
    margin: 48px 0 0;
  }
  .top-scroll-btn a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #333;
  }
  .top-scroll-btn a .icon {
    position: relative;
    display: inline-block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #333;
    margin: 0 0 0 8px;
  }
  .top-scroll-btn a .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 1px;
  }

  @media screen and (min-width: 897px) {
    .faq-anc-item a:hover .anc-ttl span {
      background-size: 100% 1px;
    }
  }

  @media screen and (max-width: 896px) {
    .page-ttl {
      font-size: 28px !important;
      margin-bottom: 24px !important;
    }
    .page-txt {
      margin: 24px 0;
    }
    .faq-anc {
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      margin: 0 0 40px;
    }
    .faq-sec {
      padding: 140px 0 0;
      margin: -140px 0 40px;
    }
    .faq-ttl-L {
      font-size: 20px;
      padding: 24px 0 0;
      margin: 0 0 24px;
    }
    .faq-item + .faq-item {
      margin: 16px 0 0;
    }
    .faq-question {
      padding: 16px 48px 16px 56px;
    }
    .faq-question:before {
      top: 13px;
      left: 16px;
    }
    .faq-question .open-icon {
      right: 16px;
    }
    .faq-question .open-icon:before {
      height: 16px;
    }
    .faq-question .open-icon:after {
      width: 16px;
    }
    .faq-answer {
      font-size: 14px;
      padding: 16px 16px 16px 56px;
    }
    .faq-answer:before {
      top: 12px;
      left: 16px;
    }
    .top-scroll-btn {
      margin: 24px 0 0;
    }
  }
/* END_SECTION:faq */

/* START_SECTION:page__image (INDEX:75) */
.page__image_img {
    width: 100%;
    
}
/* END_SECTION:page__image */

/* START_SECTION:page__text (INDEX:85) */
.page__text-wrapper {
    margin: 40px 0 !important;
}
  .page-width {
    max-width: var(--page-width);
    margin: 0 auto;
  }
/* END_SECTION:page__text */

/* START_SECTION:page__ttl (INDEX:86) */
.page__ttl-h2 {
    background: #3eb863;
    margin: 40px !important;
    padding: 20px 22px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}
  
@media screen and (max-width: 896px) {
  .page__ttl-h2 {
    padding: 19px 21px;
    margin: 20px !important;
    font-size: 18px;
}
}
}
/* END_SECTION:page__ttl */

/* START_SECTION:privacy (INDEX:89) */
.com-block {
    margin: 40px 0 0;
  }
  .com-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-ttl {
    font-style: 32px;
    font-weight: 400;
    margin: 8px 0 16px;
  }
  .page-txt {
    margin: 40px 0;
  }
  .page-txt a {
    color: #333;
    text-decoration: underline;
  }
  .page-txt a:hover {
    text-decoration: none;
  }
  .company-block {
    margin: 0 0 40px;
  }
  .company-block:last-of-type {
    margin: 0 0 80px;
  }
  .com-sec-ttl-M {
    font-size: 22px;
    font-weight: bold;
    border-radius: 3px;
    background: #f9f9f9;
    padding: 16px 32px 16px 0;
    margin: 0 0 40px;
  }
  .com-sec-ttl-M span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
  }
  .com-sec-ttl-M span::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 2px;
    left: 0;
    width: 4px;
    border-radius: 0 3px 3px 0;
    background: #3eb863;
  }
  .com-sec-ttl-S {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .com-txt a {
    color: #333;
    text-decoration: underline;
  }
  .com-txt a:hover {
    text-decoration: none;
  }

  @media screen and (max-width: 896px) {
    .page-txt {
      margin: 24px 0;
    }
    .company-block {
      margin: 0 0 24px;
    }
    .company-block:last-of-type {
      margin: 0 0 40px;
    }
    .guide-sec-ttl-M {
      font-size: 18px;
      padding: 16px 24px 16px 0;
      margin: 0 0 24px;
    }
    .guide-sec-ttl-M span {
      padding: 0 0 0 16px;
    }
  }
/* END_SECTION:privacy */

/* START_SECTION:special15 (INDEX:110) */
.sp-15__btn{
    display: grid;		
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  
@media screen and (max-width: 896px) {
    .sp-15__btn{
      grid-template-columns: 1fr;
  }
  .sp-15__btn-sp-lj a {
    text-align:left !important;
    padding-left:26px !important;
}
    
    
}
/* END_SECTION:special15 */

/* START_SECTION:special16 (INDEX:111) */
.special16_main-txt {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .special16_pickup-ttl {
    font-size: 35px
  }
  .special16_pickup-section-btn {
    margin: 80px 0;
  }
  
  @media screen and (max-width: 896px) {
    .special16_main-txt {
      margin-bottom: 30px;
      font-size: 14px;
    }
    .special16_pickup-section-btn {
      margin: 24px 0;
    }

  }
/* END_SECTION:special16 */

/* START_SECTION:special20 (INDEX:115) */
.special20__product-li {
    grid-template-columns: repeat(auto-fit,minmax(2fr,1fr)) !important;
  }
  .special20-product-item-img img {
   margin:0 auto;
  }
/* END_SECTION:special20 */

/* START_SECTION:terms (INDEX:118) */
.com-block {
    margin: 40px 0 0;
  }
  .com-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-ttl {
    font-size: 32px;
    font-weight: 400;
    margin: 8px 0 16px;
  }
  .page-txt {
    margin: 40px 0;
  }
  .page-txt a {
    color: #333;
    text-decoration: underline;
  }
  .page-txt a:hover {
    text-decoration: none;
  }
  .company-block {
    margin: 0 0 40px;
  }
  .company-block:last-of-type {
    margin: 0 0 80px;
  }
  .com-sec-ttl-M {
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    background: #f9f9f9;
    padding: 16px 32px 16px 0;
    margin: 0 0 40px;
  }
  .com-sec-ttl-M span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
  }
  .com-sec-ttl-M span::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 2px;
    left: 0;
    width: 4px;
    border-radius: 0 3px 3px 0;
    background: #3eb863;
  }
  .com-sec-ttl-S {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  @media screen and (max-width: 896px) {
    .page-txt {
      margin: 24px 0;
    }
    .company-block {
      margin: 0 0 24px;
    }
    .company-block:last-of-type {
      margin: 0 0 40px;
    }
    .guide-sec-ttl-M {
      font-size: 18px;
      padding: 16px 24px 16px 0;
      margin: 0 0 24px;
    }
    .guide-sec-ttl-M span {
      padding: 0 0 0 16px;
    }
  }
/* END_SECTION:terms */

/* START_SECTION:top-announcement (INDEX:119) */
.top-announcement {
  position: relative;
  margin: 20px 0 20px;
  font-weight: bold;
}
  .announcement-ttl{
    margin-right: 26px;
    font-weight: bold;
    color: red;
  }
.news-item + .news-item {
  margin: 16px 0 0;
}
.news-item a {
  display: inline-flex;
  color: #333;
}
.news-date {
  margin: 0 24px 0 0;
}
.news-category-announcement-style {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 26px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #ED1A3D;
  border-radius: 9999px;
  background: #f6f6f6;
  margin: 0 24px 0 0;
  color: #ED1A3D;
}
.news-item-ttl {
  font-size: 14px;
  font-weight: normal;
  margin: 1px 0 0;
}
.news-item-ttl .news-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 100%;
  background: #333;
  transform: translateY(3px);
  margin: 0 16px 0 0;
  transition: 0.3s;
}
.news-item-ttl .news-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: -3px 0 0 -1px;
  transform: translate(-50%) rotate(45deg);
  transition: 0.3s;
}
.news-ttl-txt {
  background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
  transition: 0.3s;
}
.news-item a:hover .news-item-ttl .news-icon {
  background: #fff;
}
.news-item a:hover .news-item-ttl .news-icon::before {
  border-color: #333;
}
.news-item a:hover .news-ttl-txt {
  background-size: 100% 1px;
}
 .top-announcement{
  display:flex;
 }

@media screen and (max-width: 896px) {
  .top-announcement {
    display: block;
    margin: 0 0 32px;
  }
  .news-item a {
    flex-wrap: wrap;
  }
  .news-date {
    margin: 0 16px 0 0;
  }
  .news-item-ttl {
    flex: 1 1 100%;
    margin: 8px 0 0;
  }
}
/* END_SECTION:top-announcement */

/* START_SECTION:top-category (INDEX:121) */
.category {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
  .category-li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .category-li::before {
    content: "";
    display: block;
    width: 24.03%;
    order: 1;
  }
  .category-li::after {
    content: "";
    display: block;
    width: 24.03%;
  }
  .category-item {
    width: 24.03%;
    margin: 0 0 16px;
  }
  .category-item a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #333;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 8px 16px 8px 8px;
  }
  .category-item-img {
    flex: 0 0 56px;
    margin: 0 16px 0 0;
  }
  .category-item-name {
    flex: 1;
    font-size: 14px;
    font-weight: normal;
  }
  .category-item-name span {
    font-weight: bold;
    background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
    transition: 0.3s;
  }
  .category-item a:hover .category-item-name span {
    background-size: 100% 1px;
  }

  @media screen and (max-width: 896px) {
    .category {
      padding: 0 0 32px;
      margin: 0 0 32px;
    }
    .category-li {
      display: block;
    }
    .category-item {
      width: auto;
      margin: 0 0 -1px;
    }
  }
/* END_SECTION:top-category */

/* START_SECTION:top-kv-pickup (INDEX:122) */
.kv-pickUp {
    border-bottom: 2px solid #E6E6E6;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .top-sec-pickTtl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
  }
  .kv-pickUp-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -24px;
  }
  .kv-pickUp-list::before {
    content: "";
    display: block;
    width: 32.48%;
    order: 1;
  }
  .kv-pickUp-item {
    width: 32.48%;
    margin-top: 16px;
  }
  .kv-pickUp-item a {
    display: block;
    transition: 0.3s;
  }
  .kv-pickUp-item a:hover {
    opacity: .7;
  }
  .kv-pickUp-item img {
    width: 100%;
    height: auto;
  }
  @media screen and (max-width: 896px) {
    .kv-pickUp-list::before {
      width: 48.18%;
    }
    .kv-pickUp-item {
      width: 48.18%;
    }
  }
/* END_SECTION:top-kv-pickup */

/* START_SECTION:top-new (INDEX:123) */
.new {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
  .new-slide {
    padding: 0 36px;
  }
  .new-slide-item {
    margin: 0 14px 0 0;
  }
  .new-slide-item a {
    display: block;
    color: #333;
    text-decoration: none;
  }
  .new-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 188px;
    margin: 0 0 8px;
  }
  .new-item-img img {
    display: block;
    max-width: 188px;
    max-height: 188px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: 0.3s;
  }
  .new-slide-item a:hover .new-item-img img {
    opacity: 0.7;
  }
  .new-item-name {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    margin: 0 0 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: calc(1 + .3/max(1,var(--font-heading-scale)));
  }
  .new-item-evaluation {
    line-height: 1;
    margin: 8px 0 0;
  }
  .new-item-evaluation img {
    display: inline-block;
  }

  .price__sale,
  .price__availability,
  .price .price__badge-sale,
  .price .price__badge-sold-out,
  .price--on-sale .price__regular,
  .price--on-sale price__taxes-included,
  .price--on-sale .price__availability {
    display: none;
  }
  .price__regular .price-item--regular {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: bold;
    color: #D61212;
    letter-spacing: 0;
    margin-right: 0;
  }
  .price__taxes-included .price-item--taxes-included {
    font-family: "Roboto";
    font-size: 12px;
    color: #333;
    letter-spacing: 0;
    margin-right: 0;
  }

  .product-function-box .price__regular .price-item--regular {
    font-size: 32px;
    color: #B12704;
  }
  .product-function-box .price__taxes-included .price-item--taxes-included {
    font-size: 18px;
    color: #333;
  }

  .price__regular .price-item--regular span {
    font-family: "Noto Sans JP";
    font-size: 12px;
  }
  .price__taxes-included .price-item--taxes-included span {
    font-family: "Noto Sans JP";
    font-size: 10px;
  }

    /* ▼▼▼ ここからが追加CSS_20250927 ▼▼▼ */
  .product-tag {
    display: inline-block;
    padding: 4px 12px;
    margin-top: 4px; /* 価格との間隔 */
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
  }
  /* ▲▲▲ ここまでが追加CSS ▲▲▲ */

  @media screen and (max-width: 896px) {
    .new {
      padding: 0 0 32xp;
      margin: 0 0 32xp;
    }
    .new-slide {
      padding: 0 20px;
    }
    .top-sec-btn .btn-txt {
      display: block;
    }
  }
/* END_SECTION:top-new */

/* START_SECTION:top-news (INDEX:124) */
.news {
    position: relative;
    margin: 0 0 56px;
  }
  .news-item + .news-item {
    margin: 16px 0 0;
  }
  .news-item a {
    display: inline-flex;
    color: #333;
  }
  .news-date {
    margin: 0 24px 0 0;
  }
  .news-category {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    height: 26px;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #e6e6e6;
    border-radius: 9999px;
    background: #f6f6f6;
    margin: 0 24px 0 0;
  }
  .news-item-ttl {
    font-size: 14px;
    font-weight: normal;
    margin: 1px 0 0;
  }
  .news-item-ttl .news-icon {
    position: relative;
    display: inline-block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 100%;
    background: #333;
    transform: translateY(3px);
    margin: 0 16px 0 0;
    transition: 0.3s;
  }
  .news-item-ttl .news-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: -3px 0 0 -1px;
    transform: translate(-50%) rotate(45deg);
    transition: 0.3s;
  }
  .news-ttl-txt {
    background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
    transition: 0.3s;
  }
  .news-item a:hover .news-item-ttl .news-icon {
    background: #fff;
  }
  .news-item a:hover .news-item-ttl .news-icon::before {
    border-color: #333;
  }
  .news-item a:hover .news-ttl-txt {
    background-size: 100% 1px;
  }

  @media screen and (max-width: 896px) {
    .news {
      margin: 0 0 32px;
    }
    .news-item a {
      flex-wrap: wrap;
    }
    .news-date {
      margin: 0 16px 0 0;
    }
    .news-item-ttl {
      flex: 1 1 100%;
      margin: 8px 0 0;
    }
  }
/* END_SECTION:top-news */

/* START_SECTION:top-original (INDEX:125) */
.original {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
  .original-wrap {
    position: relative;
  }
  .original-li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .original-li::before {
    content: "";
    display: block;
    width: 24.13%;
    /* width: 12.065%; */

    order: 1;
  }
  .original-li::after {
    content: "";
    display: block;
    width: 24.13%;
    /* width: 12.065%; */

  }
  .original-item {
    width: 24.13%;
    /* width: 12.065%; */
    position: relative;
    /* display:flex; */
  }
  .original-item:nth-of-type(n + 5) {
    margin-top: 16px;
  }
  .original-item a {
    display: block;
    transition: 0.3s;
  }
  .original-item a:hover {
    opacity: .7;
  }
  .original-item a img {
    width: 100%;
    /* width: 50%; */
  }

  .original-item:nth-child(2n) img {
    box-shadow: 0 3px 5px #999;
  }
  .original-item:nth-child(2n-1):before {
    display: block;
    content: "おすすめ";
    position: absolute;
    top: 0;
    right: 0;
    background-color:green;
    color:#fff;
    padding:5px 10px;
    border-radius:0 0 5px 5px;
  }
  .original-item span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "注目";
    position: absolute;
    top: 0;
    left: 0;
  }
  .original-item span {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  margin: 0;
  padding: 10px 0 7px;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  background: orange;
  border-radius: 2px 0 0 0;

  }

.original-item span:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #d07676;
  border-right: solid 5px transparent;
}

.original-item span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #fa8383;

}
.original-li-content {
  padding:5px;
  width:100%;
}
.original-li-title {
 font-size:1.5rem;
 font-weight: bold;

}
.original-li-text {
  font-size:0.9rem;
}

  @media screen and (max-width: 896px) {
    .original {
      padding: 0 0 32px;
      margin: 0 0 32px;
    }
    .original-item {
      width: 48.18%;
    }
    .original-item:nth-of-type(n + 3) {
      margin-top: 24px;
    }
    .original-item:nth-of-type(n + 5) {
      margin-top: 24px;
    }
  }
/* END_SECTION:top-original */

/* START_SECTION:top-other (INDEX:126) */
.other {
    margin: 0 0 80px;
  }
  .other-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 16px 32px;
    margin: 0 0 56px;
  }
  .other-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1.45;
    margin: 0 0 8px;
  }
  .other-txt {
    color: #999;
  }
  .other-btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #333;
    border-radius: 9999px;
    background: #333;
    padding: 12px 24px;
    text-decoration: none;
  }
  .other-btn a span {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #fff;
    margin: 0 0 0 8px;
    transition: 0.3s;
  }
  .other-btn a span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -1px;
    transition: 0.3s;
  }
  .other-btn a:hover {
    color: #333;
    background: #fff;
  }
  .other-btn a:hover span {
    background: #333;
  }
  .other-btn a:hover span::before {
    border-color: #fff;
  }
  .other-banner {
    padding: 0 0 0 48px;
  }
  .other-banner-item {
    margin: 0 48px 0 0;
  }
  .other-banner-item a {
    display: block;
    color: #333;
    text-decoration: none;
  }
  .other-banner-item a:hover {
    opacity: 0.7;
  }
  .other-banner-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .placeholder-svg {
    width: 100%;
    height: 94px;
    background-color: #eee;
  }

  @media screen and (max-width: 896px) {
    .other {
      margin: 0 0 32px;
    }
    .other-box {
      display: block;
      padding: 24px;
      margin: 0 0 32px;
    }
    .other-data {
      margin: 0 0 16px;
    }
    .other-banner {
      padding: 0;
    }
    .other .slick-dotted.slick-slider {
      margin-bottom: 40px;
    }
    .other .slick-dots {
      bottom: -30px;
      text-align: center;
    }
    .other .slick-dots li {
      width: 10px;
      height: 10px;
      padding: 0;
      margin: 0 5px;
    }
    .other .slick-dots li button {
      width: 10px;
      height: 10px;
      padding: 0;
    }
    .other .slick-dots li button:before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: #C5C5C5;
      opacity: 1;
    }
    .other .slick-dots li.slick-active button:before {
      opacity: 1;
      background: #3EB863;
    }
    .other-btn {
      text-align: center;
    }
  }
/* END_SECTION:top-other */

/* START_SECTION:top-pickup (INDEX:127) */
.pickUp {
    position: relative;
    border-bottom: 2px solid #e6e6e6;
    padding: 0 0 16px;
    margin: 0 0 16px;
  }
  .pickUp-wrap {
    position: relative;
  }
  .pickUp-slide {
    padding: 0 0 0 16px;
  }
  .pickUp-slide-item {
    margin: 0 16px 0 0;
  }
  .pickUp-slide-item a {
    display: block;
    color: #333;
    text-decoration: none;
  }
  .pickUp-slide-item a:hover {
    opacity: 0.7;
  }
  .pickUp-slide-item a img {
    width: 100%;
  }
  .kv-pickUp__text {
    color: #333 !important;
  }

  @media screen and (max-width: 896px) {
    .pickUp {
      padding: 0 0 32px;
      margin: 0 0 32px;
    }
    .pickUp .slick-dotted.slick-slider {
      margin-bottom: 40px;
    }
    .pickUp .slick-dots {
      right: 0;
      left: 0;
      text-align: center;
    }
    .pickUp .slick-dots li {
      width: 10px;
      height: 10px;
      padding: 0;
    }
    .pickUp .slick-dots li button {
      width: 10px;
      height: 10px;
      padding: 0;
    }
    .pickUp .slick-dots li button:before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: #C5C5C5;
      opacity: 1;
    }
    .pickUp .slick-dots li.slick-active button:before {
      opacity: 1;
      background: #3EB863;
    }
  }
/* END_SECTION:top-pickup */

/* START_SECTION:top-update (INDEX:128) */
.news {
    position: relative;
    margin: 0 0 56px;
  }
  .news__update{
    margin: 0 0 22px;
  }
  .news-item + .news-item {
    margin: 16px 0 0;
  }
  .news-item a {
    display: inline-flex;
    color: #333;
  }
  .news-date {
    margin: 0 24px 0 0;
  }
  .news-category {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    height: 26px;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #e6e6e6;
    border-radius: 9999px;
    background: #f6f6f6;
    margin: 0 24px 0 0;
  }
  .news-item-ttl {
    font-size: 14px;
    font-weight: normal;
    margin: 1px 0 0;
  }
  .news-item-ttl .news-icon {
    position: relative;
    display: inline-block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 100%;
    background: #333;
    transform: translateY(3px);
    margin: 0 16px 0 0;
    transition: 0.3s;
  }
  .news-item-ttl .news-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: -3px 0 0 -1px;
    transform: translate(-50%) rotate(45deg);
    transition: 0.3s;
  }
  .news-ttl-txt {
    background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
    transition: 0.3s;
  }
  .news-item a:hover .news-item-ttl .news-icon {
    background: #fff;
  }
  .news-item a:hover .news-item-ttl .news-icon::before {
    border-color: #333;
  }
  .news-item a:hover .news-ttl-txt {
    background-size: 100% 1px;
  }
  .news-li__update{
    display: flex;
    font-weight: 700;
  }
  .announcement-ttl__update{
    padding-right: 41px;
  }


  @media screen and (max-width: 896px) {
    .news {
      margin: 0 0 32px;
    }
    .news-item a {
      flex-wrap: wrap;
    }
    .news-date {
      margin: 0 16px 0 0;
    }
    .news-item-ttl {
      flex: 1 1 100%;
      margin: 8px 0 0;
    }
  .news-li__update{
      display: block;
    }
  }
/* END_SECTION:top-update */

/* START_SECTION:top__banner (INDEX:129) */
.top__banner {
    position: relative;
    border-bottom: 2px solid #e6e6e6;
    /* padding: 0 0 16px;
    margin: 0 0 16px; */
  }
  .top__banner-wrap {
    position: relative;
  }
  .top__banner-slide {
    /* padding: 0 0 0 16px; */
  }
  .top__banner-slide-item {
    margin: 0 0 0 0;
  }
  .top__banner-slide-item a {
    display: block;
  }
  .top__banner-slide-item a:hover {
    opacity: 0.7;
  }
  .top__banner-slide-item a img {
    width: 100%;
  }

  @media screen and (max-width: 896px) {
    .top__banner {
      /* padding: 0 0 32px;
      margin: 0 0 32px; */
    }
    .top__banner .slick-dotted.slick-slider {
      margin-bottom: 40px;
    }
    .top__banner .slick-dots {
      right: 0;
      left: 0;
      text-align: center;
    }
    .top__banner .slick-dots li {
      width: 10px;
      height: 10px;
      padding: 0;
    }
    .top__banner .slick-dots li button {
      width: 10px;
      height: 10px;
      padding: 0;
    }
    .top__banner .slick-dots li button:before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: #C5C5C5;
      opacity: 1;
    }
    .top__banner .slick-dots li.slick-active button:before {
      opacity: 1;
      background: #3EB863;
    }

  }
/* END_SECTION:top__banner */

/* START_SECTION:trhk (INDEX:132) */
.com-block {
    margin: 40px 0 0;
  }
  .com-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-ttl {
    font-size: 32px;
    font-weight: 400;
    margin: 8px 0 40px;
  }
  .company-block {
    margin: 0 0 40px;
  }
  .company-block:last-of-type {
    margin: 0 0 80px;
  }
  .table-basic {
    margin: 0 0 80px;
  }
  .table-basic table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    box-sizing: border-box;
  }
  .table-basic th {
    width: 220px;
    padding: 16px;
    border: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    word-break: break-all;
    background: #f0f5f5;
    box-sizing: border-box;
  }
  .table-basic td {
    padding: 16px;
    border: 1px solid #ddd;
    word-break: break-all;
    box-sizing: border-box;
  }
  .table-basic td a {
    color: #333;
    text-decoration: underline;
  }
  .table-basic td a:hover {
    text-decoration: none;
  }
  .table-basic td ul li {
    position: relative;
    padding: 0 0 0 28px;
    margin: 0 0 20px;
  }
  .table-basic td ul li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #333;
  }
  
  @media screen and (max-width: 896px) {
    .company-block {
      margin: 0 0 24px;
    }
    .company-block:last-of-type {
      margin: 0 0 40px;
    }
    .table-basic {
      margin: 0 0 40px;
    }
    .table-basic th {
      display: block;
      width: 100%;
      padding: 8px;
      border-bottom: none;
    }
    .table-basic td {
      display: block;
      width: 100%;
      padding: 8px;
      border-bottom: none;
    }
    .table-basic tr:last-child td:last-child {
      border-bottom: 1px solid #ddd;
    }
  }
/* END_SECTION:trhk */