@charset "UTF-8";
/* ==============================
簡易リセットCSS（組み込み時、大元リセットCSS入る？）
============================== */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* ==============================
共通CSS
============================== */
.wrap {
  width: 100%;
  max-width: 910px;
  margin: 40px auto 0;
}

.wrap img {
  vertical-align: top;
}

.wrap-l {
  max-width: 1200px;
}

.c-grid {
  display: grid;
}

.c-flex {
  display: flex;
}

.u-pc__on {
  display: block;
}

.u-sp__on {
  display: none;
}

.c-notes {
  font-size: 1.4rem !important;
  color: #ccc;
  text-indent: -1em;
  padding-left: 1em;
}

.fs-l-main {
  padding: 8px 4%;
}

.c-page__ttl {
  display: none;
}

/* ==============================
パンくず
============================== */
.block-topic-path--list {
  display: flex;
  font-size: 18px;
}

.block-topic-path--list a {
  text-decoration: underline;
}

/* ==============================
LP　kraft（クラフト商品）
============================== */
.p-lp__kraft .c-kraftbox {
  width: 100%;
  background-color: #F6F6F6;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  margin-bottom: 80px;
}
.p-lp__kraft .c-kraftbox::after {
  content: " ";
  background: url(/item/img_kraft_kraft01.webp) no-repeat right center/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: -14%;
  display: inline-block;
}
.p-lp__kraft .c-kraftbox .c-inner {
  width: 60%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #F6F6F6;
  padding: 10% 20% 10% 6%;
  position: relative;
  z-index: 3;
}
.p-lp__kraft .c-kraftbox .c-inner .c-kraftbox__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  white-space: nowrap;
}
.p-lp__kraft .c-kraftbox .c-inner .c-kraftbox__ttl span {
  margin-left: 1em;
}
.p-lp__kraft .c-kraftbox .c-inner .c-kraftbox__txt {
  width: 90%;
  font-size: 1.4rem;
  text-align: justify;
  white-space: nowrap;
}

/* ==============================
LP　item list
============================== */
.c-itemlist + section {
  margin-top: 80px;
}
.c-itemlist .c-grid {
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 4.4%;
}

.c-itemlist__ttl {
  text-align: left;
  border-left: 5px solid #EBC52F;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5384615385;
  padding-left: 20px;
}

.c-item {
  width: 100%;
  display: block;
}
.c-item .c-item__img {
  display: flex;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 20px;
}
.c-item .c-item__img picture {
  display: block;
}
.c-item .c-item__icon {
  justify-content: flex-start;
  align-items: flex-start;
}
.c-item .c-item__icon span {
  font-size: 1.4rem;
  line-height: 1;
  text-align: justify;
  display: inline-block;
  padding: 6px 10px 4px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  margin-bottom: 8px;
  transition: all 0.4s;
}
.c-item .c-item__icon span.c-icon__newproduct {
  background: #000;
  color: #fff;
}
.c-item .c-item__icon span + span {
  margin-left: 10px;
}
.c-item:hover .c-item__img {
  opacity: 0.5;
}
.c-item:hover .c-item__icon span {
  color: #EBC52F;
  border-color: #EBC52F;
}
.c-item .c-item__name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44;
  text-align: justify;
  margin-bottom: 6px;
  font-feature-settings: "palt" 1;
}
.c-item .c-item__price {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 6px;
}

.l-btnarea {
  justify-content: center;
  margin: 37px auto 0;
}

.c-btn {
  display: inline-flex;
  border: 1px solid #000;
  padding: 15px 65px;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.c-btn span {
  font-size: 1.8rem;
  line-height: 1;
}
.c-btn:hover {
  border: 1px solid #EBC52F;
}

@media screen and (max-width: 768px) {
  .u-pc__on {
    display: none;
  }
  .u-sp__on {
    display: block;
  }
  .wrap {
    margin: 5.33vw auto 0;
  }
  /* ==============================
  LP　kraft（クラフト商品）
  ============================== */
  .p-lp__kraft .c-kraftbox {
    margin-bottom: 13.3vw;
  }
  .p-lp__kraft .c-kraftbox::after {
    background: url(/item/img_kraft_kraft01_sp.webp) no-repeat right bottom/contain;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .p-lp__kraft .c-kraftbox .c-inner {
    width: 30%;
    min-width: 178px;
    padding: 4vw;
    justify-content: center;
  }
  .p-lp__kraft .c-kraftbox .c-inner .c-kraftbox__ttl {
    width: 100%;
    font-size: 1.8rem;
  }
  .p-lp__kraft .c-kraftbox .c-inner .c-kraftbox__ttl span {
    margin-left: 0;
    display: block;
  }
  .p-lp__kraft .c-kraftbox .c-inner .c-kraftbox__txt {
    width: 100%;
    font-size: 1.4rem;
    writing-mode: vertical-rl;
  }
  /* ==============================
  LP　item list
  ============================== */
  .c-itemlist + section {
    margin-top: 13.3vw;
  }
  .c-itemlist .c-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4vw 5.33vw;
  }
  .c-itemlist__ttl {
    font-size: 1.8rem;
    padding-left: 2.67vw;
  }
  .c-item {
    width: 100%;
    display: block;
  }
  .c-item .c-item__img {
    display: flex;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.4s;
    margin-bottom: 20px;
  }
  .c-item .c-item__img picture {
    display: block;
  }
  .c-item .c-item__icon {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .c-item .c-item__icon span {
    font-size: 1.4rem;
    line-height: 1;
    text-align: justify;
    display: inline-block;
    padding: 6px 10px 4px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    margin-bottom: 8px;
    transition: all 0.4s;
  }
  .c-item .c-item__icon span.c-icon__newproduct {
    background: #000;
    color: #fff;
  }
  .c-item .c-item__icon span + span {
    margin-left: 10px;
  }
  .c-item:hover .c-item__img {
    opacity: 0.5;
  }
  .c-item:hover .c-item__icon span {
    color: #EBC52F;
    border-color: #EBC52F;
  }
  .c-item .c-item__name {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.44;
    text-align: justify;
    margin-bottom: 6px;
    font-feature-settings: "palt" 1;
  }
  .c-item .c-item__price {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 6px;
  }
  .l-btnarea {
    margin: 6vw auto 0;
  }
  .l-btnarea .c-btn {
    padding: 3.33vw 14.93vw 3.6vw 14.4vw;
    max-width: 360px;
  }
  .l-btnarea .c-btn span {
    font-size: 1.4rem;
    line-height: 1;
  }
}
/*# sourceMappingURL=lp_kraft.css.map */