html {
  overflow: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}
@media screen and (max-width: 1023px) {
  html {
    scroll-padding-top: 140px;
  }
}

body {
  overflow-x: hidden;
  margin: 0;
  min-width: 375px;
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0em;
  line-height: 1.75;
  color: #2d2d2d;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #2d2d2d;
  transition: all 0.5s ease;
}
a:hover, a:focus {
  color: #2d2d2d;
}
[data-whatinput=mouse] *:focus, [data-whatinput=touch] *:focus {
  outline: none;
}
button {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .js-scroll-prevent {
    overflow: hidden;
  }
}

/******************************/
/* Utility */
/******************************/
.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1220px;
}
@media screen and (max-width: 767px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.u-container-fhd {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}
.u-contents {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.u-contents-s {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.u-attention {
  font-weight: normal;
  font-style: normal;
  color: #b72424;
}
.u-bold {
  font-weight: bold;
  font-style: normal;
}
.u-red {
  color: #ff0000;
}
.u-text-right {
  text-align: right;
}
.u-strikethrough {
  text-decoration: line-through;
}
.u-marker {
  background: linear-gradient(transparent 70%, #fff284 70%);
}
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.u-pc-only {
  display: block;
}
.u-pc-only-inline {
  display: inline;
}
.u-pc-only-inlineBlock {
  display: inline-block;
}
.u-pc-only-Flex {
  display: flex;
}
.u-sp-only {
  display: none;
}
.u-sp-only-inline {
  display: none;
}
.u-sp-only-inline-block {
  display: none;
}
.u-sp-only-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-pc-only-inlineBlock {
    display: none;
  }
  .u-pc-only-flex {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline;
  }
  .u-sp-only-inline-block {
    display: inline-block;
  }
  .u-sp-only-flex {
    display: flex;
  }
}
.u-hidden {
  overflow: hidden;
}
.u-opa img {
  opacity: 1;
  transition: all 0.3s ease;
}
.u-opa img:hover {
  opacity: 0.8;
}
/* overflow slide */
@media screen and (max-width: 1023px) {
  .u-overflow-slide {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f4f4f4;
  }
}
@media screen and (max-width: 1023px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #8f8f8f;
  }
}

/******************************/
/* Layout */
/******************************/
.l-main.is-top {
  margin-top: 0;
  padding-top: 0;
}

/******************************/
/* お気にいり商品 ・ 閲覧した商品 */
/******************************/
.p-favorite {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-favorite {
    margin-top: 95px;
    margin-bottom: 80px;
  }
}
.p-favorite.is-shopkeeper,
.p-favorite.is-privacy {
  display: none;
}
.p-checked {
  margin-top: 120px;
  margin-bottom: 160px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-checked {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
.c-favorite-list__empty {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

/******************************/
/* 特集 */
/******************************/
.top_pickup {
/*  margin-top: 120px;*/ /* koto */
/*  margin-bottom: 140px;*/
  margin-top: 40px;
  margin-bottom: 40px;
}
.top_pickup_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.top_pickup_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.top_pickup_item {
  transition: 0.5s;
}
.top_pickup_item:hover {
  opacity: 0.8;
}
.top_pickup_item img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_pickup {
/*    margin-top: 100px;*/ /* koto */
/*    margin-bottom: 85px;*/
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .top_pickup_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

/******************************/
/* 共通：特集 */
/******************************/
.top_pickup.is-top {
  display: none;
}
.top_pickup.common {
/*  margin-top: 160px;*/ /* koto */
/*  margin-bottom: 160px;*/
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_pickup.common {
/*    margin-top: 100px;*/ /* koto */
/*    margin-bottom: 100px;*/
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/******************************/
/* 共通：アイテム一覧 */
/******************************/
.top_category.is-top {
  display: none;
}
.top_category.common {
/*  margin-top: 160px;*/ /* koto */
/*  margin-bottom: 195px;*/
  margin-top: 40px;
  margin-bottom: 40px;
}
.top_category_wrap {
  padding-right: 15px;
  padding-left: 15px;
}
.top_category_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.top_category_item {
  transition: 0.5s;
}
.top_category_item:hover {
  opacity: 0.8;
}
.top_category_item img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .top_category_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_category_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .top_category.common {
/*    margin-top: 100px;*/ /* koto */
/*    margin-bottom: 90px;*/
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

/******************************/
/* 共通：自分に合うスタイルから選ぶ */
/******************************/
.top_findStyle.is-top {
  display: none;
}
.top_findStyle.common {
/*  margin-top: 195px;*/ /* koto */
/*  margin-bottom: 280px;*/
  margin-top: 90px;
  margin-bottom: 100px;
}
.top_findStyle_wrap {
  padding-right: 15px;
  padding-left: 15px;
}
.top_findStyle_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.top_findStyle_item {
  transition: 0.5s;
}
.top_findStyle_item:hover {
  opacity: 0.7;
}
.top_findStyle_item img {
  width: 100%;
}
.top_findStyle_item .pcNone {
  display: none;
}

@media screen and (max-width: 1023px) {
  .top_findStyle_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_findStyle.common {
/*    margin-top: 90px;*/ /* koto */
/*    margin-bottom: 155px;*/
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .top_findStyle_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .top_findStyle_item .spNone {
    display: none;
  }
  .top_findStyle_item .pcNone {
    display: block;
  }
}

/******************************/
/* 共通：About Us・Information */
/******************************/
/* 共通パーツ ： 外枠 */
.top_menulist.is-top {
  display: none;
}
.top_menulist.aboutUs.common {
/*  margin-top: 280px;*/ /* koto */
/*  margin-bottom: 160px;*/
  margin-top: 100px;
  margin-bottom: 80px;
}
.top_menulist.information.common {
/*  margin-top: 160px;*/ /* koto */
/*  margin-bottom: 280px;*/
  margin-top: 80px;
  margin-bottom: 100px;
}
.ttl_bg {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_menulist.aboutUs .ttl_bg {
  background-image: url(https://img04.shop-pro.jp/PA01013/770/etc_base64/YmdfQWJvdXRVcw.jpg?cmsp_timestamp=20251212201319);
}
.top_menulist.information .ttl_bg {
  background-image: url(https://img04.shop-pro.jp/PA01013/770/etc_base64/YmdfSW5mb3JtYXRpb24.jpg?cmsp_timestamp=20251212201849);
}
.ttl_bg .c-ttl-main {
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 0 35px #000, 0 0 4px #000, 0 0 19px #000;
}
@media screen and (max-width: 767px) {
  .top_menulist.aboutUs.common {
/*    margin-top: 150px;*/ /* koto */
/*    margin-bottom: 140px;*/
    margin-top: 80px;
    margin-bottom: 70px;
  }
  .top_menulist.information.common {
/*    margin-top: 140px;*/ /* koto */
/*    margin-bottom: 180px;*/
    margin-top: 70px;
    margin-bottom: 90px;
  }
  .ttl_bg {
    height: 140px;
  }
}

/* 共通パーツ ： リスト */
.top_menulist_wrap {
/*  margin-top: 100px;*/ /* koto */
  margin-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
.top_menulist_item h3 {
  margin: 0 0 25px 0;
/*  padding-bottom: 25px;*/
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-weight: 700;
}
.top_menulist_item ul {
  list-style: disc;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
/*  gap: 30px;*/
  gap: 15px;
}
.top_menulist_itemInner {
  list-style: none !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .top_menulist_wrap {
/*    margin-top: 80px;*/ /* koto */
    margin-top: 40px;
  }
}

/* 個別指定 : About Us */
.aboutUs .top_menulist_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
@media screen and (max-width: 1023px) {
  .aboutUs .top_menulist_list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 100px;
    column-gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .aboutUs .top_menulist_list {
    grid-template-columns: repeat(1, 1fr);
/*    gap: 100px;*/
    gap: 40px;
  }
}

/* 個別指定 : Information */
.information .top_menulist_wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.information .top_menulist_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}
@media screen and (max-width: 1023px) {
  .information .top_menulist_list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 100px;
    column-gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .information .top_menulist_list {
    grid-template-columns: repeat(1, 1fr);
/*    gap: 100px;*/
    gap: 40px;
  }
}

/******************************/
/* カレンダー */
/******************************/
.p-calendar {
  box-sizing: border-box;
  flex: 1;
/*  margin-top: 160px;*/ /* koto */
/*  margin-bottom: 100px;*/
  margin-top: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-calendar {
/*    margin-top: 150px;*/ /* koto */
/*    margin-bottom: 120px;*/
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.p-calendar.is-shopkeeper, .p-calendar.is-privacy {
  display: none;
}
.p-calendar__wrap {
/*  padding-top: 75px;*/ /* koto */
/*  padding-bottom: 75px;*/
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1023px) {
  .p-calendar__wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.side_cal {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .side_cal {
    display: block;
  }
}
.tbl_calendar {
/*  margin-left: 70px;*/ /* koto */
/*  margin-right: 70px;*/
  margin-left: 30px;
  margin-right: 30px;
  width: 330px;
  text-align: center;
  border-spacing: 1px;
  border-collapse: separate;
}
@media screen and (max-width: 1023px) {
  .tbl_calendar {
/*    margin-top: 30px;*/ /* koto */
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .tbl_calendar {
/*    margin-bottom: 50px;*/ /* koto */
    margin-bottom: 30px;
  }
}
.tbl_calendar caption {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tbl_calendar caption {
    margin-bottom: 10px;
  }
}
.tbl_calendar th {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #b3b2b2;
}
@media screen and (max-width: 767px) {
  .tbl_calendar th {
    padding: 5px 12px;
    font-size: 13px;
  }
}
.tbl_calendar td {
  padding: 8px 5px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .tbl_calendar td {
    padding: 5px 12px;
    font-size: 13px;
  }
}
.side_cal_memo {
/*  margin-bottom: 45px;*/ /* koto */
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
.side_cal_memo h2 {
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .side_cal_memo {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .side_cal_memo {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* ショッピングガイド */
/******************************/
.p-shopguide {
  position: relative;
  z-index: 10;
/*  margin-top: 120px;*/ /* koto */
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-shopguide {
/*    margin-top: 75px;*/ /* koto */
    margin-top: 40px;
  }
}
.p-shopguide__wrap {
/*  padding-top: 75px;*/ /* koto */
/*  padding-bottom: 75px;*/
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-shopguide__wrap {
/*    padding-top: 45px;*/ /* koto */
/*    padding-bottom: 30px;*/
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .p-shopguide-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shopguide-column {
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  width: 33.3333%;
  font-feature-settings: "palt"1;
}
@media screen and (max-width: 1023px) {
  .p-shopguide-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-column + .p-shopguide-column {
/*    margin-top: 40px;*/ /* koto */
    margin-top: 20px;
  }
}
.p-shopguide-box__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p-shopguide-box__ttl span {
  font-size: 12px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
  color: #909090;
}
.p-shopguide__icon {
  margin-bottom: 20px;
}
.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
}
.p-shopguide__body {
  margin-bottom: 20px;
  margin-left: 0;
  line-height: inherit;
  font-size: 14px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
}
.p-shopguide__img {
  margin-bottom: 10px;
}
.p-shopguide__img img {
  margin-right: 5px;
}
.p-shopguide__img img:last-child {
  margin-right: 0;
}
.p-shopguide__point-ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-shopguide-cregit-list {
  display: flex;
  flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
  margin-right: 7px;
  margin-bottom: 10px;
}
.p-shopguide__attention {
  font-size: 12px;
}

/******************************/
/* fade animation */
/******************************/
.fadeIn {
  opacity: 0;
  transition: all 2.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
  transform: translate(-20px, 0);
}
.fromRight {
  transform: translate(20px, 0);
}
.fromTop {
  transform: translate(0, -20px);
}
.fromBottom {
  transform: translate(0, 20px);
}
.fromForeground {
  transform: scale(1.6);
}
.faded {
  opacity: 1;
}
.fadedWithTransform {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

/******************************/
/* popup animation */
/******************************/
/* overlay at start */
.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* custom */
.mfp-zoom-out-cur .mfp-image-holder .mfp-close .mfp-close, .mfp-zoom-out-cur .mfp-iframe-holder .mfp-close .mfp-close {
  right: 0 !important;
  width: 15px;
}
.mfp-zoom-out-cur .mfp-bottom-bar {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.mfp-zoom-out-cur .mfp-arrow-right:after {
  left: -10px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(135deg);
}
.mfp-zoom-out-cur .mfp-arrow-left:after {
  left: 0px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

/******************************/
/* Color me icons */
/******************************/
/* 24px black */
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
  background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
  background-position: -192px -264px;
}
.icon-lg-b.icon-video {
  background-position: -456px -144px;
}
.icon-lg-b.icon-pinterest {
  background-position: -312px -264px;
}
.icon-b, .icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b, .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b, .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}

/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
  position: relative;
  margin-top: 0;
/*  margin-bottom: 40px;*/ /* koto */
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.c-ttl-main span {
  font-size: 16px;
  font-weight: 500;
  display: block;
/*  margin-top: 15px;*/ /* koto */
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  .c-ttl-main {
/*    margin-bottom: 30px;*/ /* koto */
    margin-bottom: 20px;
    font-size: 30px;
  }
  .c-ttl-main span {
    font-size: 14px;
/*    margin-top: 10px;*/ /* koto */
    margin-top: 5px;
  }
}

.c-ttl-main.is-mbs {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-ttl-main.is-mbs {
    margin-bottom: 20px;
  }
}
.c-ttl-main.is-mb0 {
  margin-bottom: 0;
}
.c-ttl-main.is-s {
  font-size: 20px;
}
.c-ttl-sub {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

/********** 商品一覧 **********/
.c-item-list {
  display: flex;
  flex-wrap: wrap;
}
.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  padding-right: 11px;
  padding-left: 11px;
/*  margin-bottom: 22px;*/ /* koto */
  margin-bottom: 12px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .c-item-list__item {
/*    margin-bottom: 20px;*/ /* koto */
    margin-bottom: 10px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    width: 50%;
  }
}
.c-item-list__item.is-hidden {
  display: none;
}
.c-item-list__item:hover .c-item-list__txt {
  opacity: 1;
}
.c-item-list__img {
  position: relative;
  text-align: center;
  background: #ffffff;
}
.c-item-list__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  padding: 5px 5px 3px 5px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 20px;
  background: #cccccc;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .c-item-list__icon {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .c-item-list__icon {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__icon {
    top: 15px;
    left: 10px;
    padding: 5px 5px 3px 5px;
    line-height: 1.2;
  }
}
.c-item-list__icon.is-soldout {
/*  background: #000000; */
  background: #a10000;
}
.c-item-list__icon.is-off {
  background: #ffffff;
  color: #000000;
}
.c-item-list__icon.is-s {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .c-item-list__icon.is-s {
    font-size: 10px;
  }
}
.c-item-list__txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 20px;
  margin-right: 11px;
  margin-left: 11px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-item-list__txt.is-ranking {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1023px) {
  .c-item-list__txt {
    position: static;
    padding: 10px 0;
    margin: 0;
    background: transparent;
    opacity: 1;
    color: #2d2d2d;
  }
  .c-item-list__txt.is-ranking {
    padding: 10px 0;
    margin: 0;
  }
}

.c-item-list__ttl {
  font-size: 16px;
}
.c-item-list__ttl img {
  vertical-align: middle;
}
.c-item-list__ttl a {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .c-item-list__ttl a {
    color: #2d2d2d;
  }
}
.c-item-list__body {
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .c-item-list__body {
    font-size: 12px;
  }
}
.c-item-list__price {
  margin-top: 15px;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .c-item-list__price {
    margin-top: 0px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1023px) {
  .c-item-list__price {
    margin-top: 10px;
    font-size: 16px;
  }
}
.c-item-list__price + .c-item-list__price {
  margin-top: 0;
}
.c-item-list__price.is-soldout {
  color: #a10000;
}
.c-item-list__price.u-strikethrough {
  font-size: 12px;
}
.c-item-list__btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  z-index: 100;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #bababa;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.c-item-list__btn.is-ranking {
  top: 40px;
  right: 30px;
}
@media screen and (max-width: 1023px) {
  .c-item-list__btn.is-ranking {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__btn.is-ranking {
    top: 10px;
    right: 10px;
  }
}
.c-item-list__btn.is-added {
  color: #ff0000;
}
.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
@media screen and (max-width: 767px) {
  .c-item-list__btn svg {
    width: 15px;
    height: 15px;
  }
}
svg:not(:root) {
  overflow: hidden;
}

/***** FAVORITE *****/
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .c-favorite-list__item {
    padding-right: 4px;
    padding-left: 4px;
  }
}

/********** button **********/
.c-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 7px 30px 3px 30px;
  border: 1px solid #2d2d2d;
  min-width: 200px;
  font-size: 14px;
  font-weight: bold;
  color: #2d2d2d;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 10px 15px 8px 15px;
    min-width: 150px;
    font-size: 12px;
  }
}
.c-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.c-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.c-btn:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.c-btn-cart {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 20px 20px 20px;
  border: 2px solid #4FB76C;
  border-radius: 35px;
  width: 100%;
  line-height: 1;
  height: 70px;
  font-size: 16px;
  font-weight: bold;
  background: #4FB76C;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: "Shippori Mincho", serif;
}
.c-btn-cart:hover {
  background: rgba(25, 144, 50, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart.is-disabled, .c-btn-cart.is-soldout {
  border-color: #c6c6c6;
  background: #c6c6c6;
  color: #ffffff;
  cursor: default;
}
.c-btn-cart.is-disabled:hover, .c-btn-cart.is-soldout:hover {
  background: #c6c6c6;
}
.c-btn-cart.is-membersonly {
  border-color: #275631;
  background: #275631;
  color: #ffffff;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #275631;
}
.c-btn-cart.is-member {
  padding: 17px;
  height: 50px;
  font-size: 14px;
  font-weight: normal;
  border-color: #199032;
  background: #199032;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn-cart.is-member {
    padding: 19px;
  }
}
.c-btn-cart.is-member:hover {
  background: rgba(25, 144, 50, 0.8);
}
.c-btn-cart.is-member-login {
  padding: 17px;
  height: 50px;
  font-size: 14px;
  font-weight: normal;
  border-color: #199032;
  background: #199032;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn-cart.is-member-login {
    padding: 19px;
  }
}
.c-btn-cart.is-member-login:hover {
  background: rgba(25, 144, 50, 0.8);
}
.c-btn-cart.is-favorite {
  border-color: #c6c6c6;
  background: #ffffff;
  color: #c6c6c6;
}
@media screen and (max-width: 767px) {
  .c-btn-cart.is-favorite {
    padding: 19px;
  }
}
.c-btn-cart.is-favorite svg {
  margin-right: 10px;
  padding-bottom: 3px;
  width: 22px;
}
.c-btn-cart.is-added {
  color: #000000;
}
.c-btn-cart.is-added svg {
  fill: #9b2828;
}
.c-btn-cart img {
  margin-right: 10px;
  padding-bottom: 5px;
  width: 22px;
}
.c-more {
  text-align: center;
}
.c-not-found {
/*  margin-top: 120px;*/ /* koto */
/*  margin-bottom: 120px;*/
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

/********** table **********/
.c-tbl-list {
  border-top: 1px solid #2d2d2d;
}
@media screen and (max-width: 767px) {
  .c-tbl-list {
    border-top: 0;
  }
}
.c-tbl-list__tr {
  display: flex;
  border-bottom: 1px solid #2d2d2d;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__tr {
    display: block;
    border-bottom: 0;
  }
}
.c-tbl-list__th {
  box-sizing: border-box;
  margin: 0;
  padding: 20px 20px 20px 0px;
  width: 270px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    margin-bottom: 15px;
    padding: 5px 15px;
    border-bottom: 1px solid #2d2d2d;
    width: auto;
  }
}
.c-tbl-list__td {
  flex: 1;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

/********** breadcrumbs **********/
.c-breadcrumbs {
  padding-top: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    padding-top: 20px;
    margin-bottom: 25px;
  }
}
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 13px;
  font-family: "Shippori Mincho", serif;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .c-breadcrumbs-list__item {
    margin-right: 15px;
    font-size: 12px;
  }
}
.c-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .c-breadcrumbs-list__item:before {
    right: -12px;
  }
}
.c-breadcrumbs-list__item:last-child:before {
  content: none;
}

/********** pager **********/
.c-pager {
/*  margin-top: 60px;*/ /* koto */
/*  margin-bottom: 60px;*/
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.c-pager__total {
  margin-bottom: 15px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 5px;
  line-height: 42px;
  background: transparent;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-center {
    width: 120px;
    background: #000000;
  }
}
.c-pager-list__link {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 4px;
  line-height: 42px;
  min-width: 50px;
  font-size: 20px;
  background: #f5f5f5;
  color: #2d2d2d;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    padding: 4px 10px;
    min-width: 40px;
    line-height: 36px;
  }
}
.c-pager-list__link:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  background: #000000;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    border: 0;
  }
}
.c-pager-list__link.is-current:hover {
  background: #000000;
  color: #ffffff;
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  position: relative;
  text-indent: -99999px;
  background: transparent;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
  transform: rotate(135deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: #000000;
}
.c-pager-list__link.is-prev:hover:before, .c-pager-list__link.is-next:hover:before {
  border-color: #ffffff;
}
.c-pager-list__link.is-prev.is-disabled, .c-pager-list__link.is-next.is-disabled {
  background: transparent;
  border-color: transparent;
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  cursor: inherit;
  background: transparent;
  border-color: transparent;
}
.c-pager-list__link.is-prev.is-disabled:hover:before, .c-pager-list__link.is-next.is-disabled:hover:before {
  border-color: #2d2d2d;
}
.c-pager-list__link.is-prev:before {
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    right: 14px;
  }
}
.c-pager-list__link.is-next:before {
  right: auto;
  left: 17px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    left: 14px;
  }
}
.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
    font-size: 14px;
  }
}

/***** スライダー テーマ設定 *****/
.c-slider-thema .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.c-slider-thema .slick-prev, .c-slider-thema .slick-next {
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 0;
  transition: all 0.3s ease;
  z-index: 1;
  background: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev, .c-slider-thema .slick-next {
    width: 34px;
    height: 34px;
  }
}
.c-slider-thema .slick-prev:before, .c-slider-thema .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev:before, .c-slider-thema .slick-next:before {
    width: 8px;
    height: 8px;
  }
}
.c-slider-thema .slick-prev:hover, .c-slider-thema .slick-next:hover {
  background: rgba(217,217,217,0.7);
}
.c-slider-thema .slick-prev {
  left: -20px;
}
.c-slider-thema .slick-prev:hover {
  left: -20px;
}
.c-slider-thema .slick-prev:before {
  left: 25px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev {
    left: -10px;
  }
  .c-slider-thema .slick-prev:hover {
    left: -10px;
  }
  .c-slider-thema .slick-prev:before {
    left: 15px;
  }
}
.c-slider-thema .slick-next {
  right: -20px;
}
.c-slider-thema .slick-next:hover {
  right: -20px;
}
.c-slider-thema .slick-next:before {
  right: 25px;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-next {
    right: -10px;
  }
  .c-slider-thema .slick-next:hover {
    right: -10px;
  }
  .c-slider-thema .slick-next:before {
    right: 15px;
  }
}
.c-slider-thema .slick-dots li button:before {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 50%;
  background: #e5e5e5;
  opacity: 1;
}
.c-slider-thema .slick-dots li.slick-active button:before {
  background: #7d7d7d;
}

/******************************/
/* header */
/******************************/
.header_belt {
/*  background-color: #EA4E96; */
  background-color: #F39AAE; /* 2026/2/17変更 */
  position: relative;
  z-index: 100;
}
.header_belt_wrap {
  padding: 10px 15px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.header_belt_wrap p {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .header_belt_wrap {
    padding: 5px 15px;
    font-size: 12px;
  }
}
.l-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: all ease 0.5s;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 0;
    left: 0;
    right: 0;
    min-width: 375px;
  }
}
.l-header.is-top {
  box-shadow: none;
}
.l-header.is-open .l-header-logo {
  margin-bottom: 0;
  display: block;
}
.l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-header.is-open .l-menu-btn {
    display: block;
  }
}
.l-header.is-fixed {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .l-header.is-fixed {
    background: #ffffff;
  }
}
.l-header-main {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
}
@media screen and (max-width: 1023px) {
  .l-header-main {
    padding: 15px 0 0 0;
  }
}
.l-header-main__in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 100;
  padding: 0 15px;
}
@media screen and (max-width: 1023px) {
  .l-header-main__in {
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    padding: 0 70px 0 15px;
  }
}
.menu_list {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 20px;
}
.menu_item {
  display: flex;
  align-items: center;
  gap: 60px;
  font-size: 16px;
  font-weight: 500;
}
.sp_anchor_menu {
  display: none;
}

@media screen and (max-width: 1200px) {
  .menu_list {
    gap: 30px;
  }
  .menu_item {
    gap: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .menu_list {
    margin-top: 0;
  }
  .menu_item {
    gap: 20px;
  }
  .menu_item.anchor_menu {
    display: none;
  }
  .sp_anchor_menu {
    display: block;
    margin-top: 15px;
  }
  .sp_anchor_menu .anchor_menu {
    display: flex;
    justify-content: space-between;
    align-items: normal;
  }
  .sp_anchor_menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    line-height: 1.2;
    border: 2px solid #AFAFAF;
    margin-right: -2px;
  }
  .sp_anchor_menu a:first-child {
    border-left: 0;
  }
}
.l-header-logo {
  text-align: center;
}
.l-header-logo__img {
  display: flex;
  align-items: center;
  margin: 0;
}
.l-header-logo__img img {
  width: 150px;
}
@media screen and (max-width: 1023px) {
  .l-header-logo__img img {
    max-width: 110px;
  }
}
.l-header-logo__txt {
  word-break: break-all;
  display: inline-block;
  max-width: 900px;
  line-height: 1.2;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .l-header-logo__txt {
    max-width: inherit;
    font-size: 12px;
  }
}
.l-menu-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-menu-btn {
    display: block;
    z-index: 10000;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    position: absolute;
    right: 15px;
  }
}
.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  left: 8px;
  width: 25px;
  height: 2px;
  background-color: #000000;
}
.l-menu-btn span:nth-of-type(1) {
  top: 11px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 19px;
}
.l-menu-btn span:nth-of-type(3) {
  top: 27px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
  top: 20px;
  transform: rotate(-45deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}
.l-menu-btn.is-on span:nth-of-type(3) {
  top: 20px;
  transform: rotate(45deg);
}

/********** メインナビ **********/
.l-main-navi {
  display: none;
  z-index: 100;
  display: none;
}
.l-main-navi.is-open {
  box-sizing: border-box;
  overflow-y: auto;
  display: block;
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 10;
  padding: 50px 0;
  width: 100%;
  height: calc(100vh - 80px);
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open {
    top: 90px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: calc(100vh - 55px);
  }
}
.l-main-navi__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

/* SPメニュー：アイテム一覧 */
.top_category.hamMenu {
  margin-top: 0;
  margin-bottom: 110px;
}
.top_category.hamMenu .top_category_list {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  column-gap: 35px;
}
.top_category.hamMenu .top_category_item img {
  border-radius: 200px;
}
.top_category.hamMenu .top_category_item h4 {
  margin: 10px auto 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top_category.hamMenu .top_category_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* SPメニュー：特集バナー */
.top_pickup.hamMenu {
  margin-top: 0;
  margin-bottom: 130px;
}

/* SPメニュー：自分に合うスタイルから選ぶ */
.top_findStyle.hamMenu {
  margin-top: 0;
  margin-bottom: 80px;
}

/* SPメニュー：Information */
.top_menulist.hamMenu {
  margin-top: 0;
  margin-bottom: 110px;
}

.l-main-navi__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
}
.l-main-navi__overlay.is-on {
  display: block;
  animation: anime-fade 0.2s ease forwards;
}
@keyframes anime-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/********** ドロップダウンメニュー **********/
@media screen and (min-width: 768px) {
  .l-dropdown-menu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu {
    display: none;
    margin-bottom: 20px;
    color: #2d2d2d;
  }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list {
    padding: 0 0 10px 0;
  }
}
.l-dropdown-menu-list__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .l-dropdown-menu-list__item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__item {
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 14px;
    word-break: break-all;
  }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__link {
    display: block;
    padding: 15px 0;
    color: #2d2d2d;
  }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__link:hover, .l-dropdown-menu-list__link:focus {
    color: #2d2d2d;
  }
}

/********** アカウントアイコン **********/
.l-header-account img {
  width: 24px;
}
@media screen and (max-width: 1023px) {
  .l-header-account img {
    width: 20px;
  }
}


/********** お気にいりアイコン **********/
.l-header-favo img {
  width: 24px;
}
@media screen and (max-width: 1023px) {
  .l-header-favo img {
    width: 19px;
  }
}

/********** 検索フォーム **********/
.l-header-search__btn {
  box-sizing: border-box;
  position: relative;
  padding: 2px 0 0 0;
  width: 24px;
  height: 29px;
  border: 0;
  background: none;
  transition: all ease 0.3s;
}
.l-header-search__btn::before,
.l-header-search__btn::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  width: 20px;
  height: 2px;
  background-color: #000000;
  opacity: 0;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
@media screen and (max-width: 1023px) {
  .l-header-search__btn::before,
  .l-header-search__btn::after {
    top: 13px;
    left: 2px;
  }
}
.l-header-search__btn::before {
  transform: rotate(-45deg);
}
.l-header-search__btn::after {
  transform: rotate(45deg);
}
.l-header-search__btn.is-on img {
  display: none;
}
.l-header-search__btn.is-on::before, .l-header-search__btn.is-on::after {
  opacity: 1;
}
.l-header-search__btn img {
  width: 24px;
}
@media screen and (max-width: 1023px) {
  .l-header-search__btn img {
    width: 20px;
  }
}
.l-header-search__contents {
  display: none;
}
.l-header-search__contents.is-on {
  box-sizing: border-box;
  display: block;
  position: fixed;
  left: 0;
  top: 160px;
  z-index: 10;
  padding: 15px 15px 35px 15px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  animation: anime-fade 0.2s ease forwards;
}
@media screen and (max-width: 1023px) {
  .l-header-search__contents.is-on {
    top: 90px;
    padding: 10px 20px 15px 20px;
  }
}
.l-header-search__form {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  border-bottom: 1px solid #b3b2b2;
  max-width: 1280px;
  transition: all ease 0.4s;
}
.l-header-search__form input::placeholder {
  color: #777777;
}
.l-header-search__form input:-ms-input-placeholder {
  color: #777777;
}
.l-header-search__form input::-ms-input-placeholder {
  color: #777777;
}
.l-header-search__input {
  flex: 1;
}
.l-header-search__input input {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border: none;
  background: transparent;
  color: #2d2d2d;
}
.l-header-search__input input:focus {
  outline: none;
}
.l-header-search__submit {
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background: #ffffff;
}
.l-header-search__submit img {
  width: 21px;
}
.l-header-search__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}

/********** カートボタン **********/
.l-header-cart form {
  margin: 0;
}
.l-header-cart-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  width: 24px;
  height: 24px;
  border: 0;
  background: none;
  text-align: center;
}
.l-header-cart-btn img {
  width: 24px;
}
@media screen and (max-width: 1023px) {
  .l-header-cart-btn img {
    width: 19px;
  }
}
.l-header-cart-btn__count {
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 3px 2px 0px 2px;
  height: 14px;
  min-width: 14px;
  border-radius: 10px;
  line-height: 1;
  font-size: 10px;
  background: #ff0000;
  color: #ffffff;
  text-align: center;
}

/***** SNSアイコン *****/
.snsIcon_block {
  margin-top: 30px;
}
.l-header-sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px
}
.l-header-sns-list__item img {
  width: 32px;
}
.l-header-sns-list__item.icon_youtube img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .l-header-sns-list__item img {
    width: 30px;
  }
  .l-header-sns-list__item.icon_youtube img {
    width: 36px;
  }
  .l-header-sns-list {
    gap: 25px;
  }
}

/******************************/
/* footer */
/******************************/
.l-footer {
  padding-top: 90px;
  background: #ffffff;
  border-top: 1px solid #000;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .l-footer {
    padding-top: 60px;
  }
}
.l-footer-wrap {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.l-footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 70px;
  position: relative;
  padding-bottom: 150px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1023px) {
  .l-footer-main {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-main {
    padding-bottom: 80px;
  }
}
.l-footer-shopinfo {
  width: 300px;
}
@media screen and (max-width: 1280px) {
  .l-footer-shopinfo {
    width: 240px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer-shopinfo {
    width: auto;
    text-align: center;
  }
}
.l-footer-shopinfo__logo {
  word-break: break-all;
}
.l-footer-shopinfo__logo img {
  max-width: 160px;
  width: 100%;
}
.l-footer-shopinfo__logo-txt {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer-shopinfo__logo-txt {
    text-align: center;
  }
}
.l-footer-shopinfo__txt {
  margin-top: 10px;
  font-size: 12px;
  color: #757575;
}
.l-footer-sns-list {
  display: flex;
  margin-top: 20px;
}
.l-footer-sns-list.pcNone {
  display: none;
}

.l-footer-sns-list__item {
  margin-right: 20px;
}
.l-footer-sns-list__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .l-footer-sns-list {
    margin-top: 100px;
    justify-content: center;
  }
  .l-footer-sns-list.spNone {
    display: none;
  }
  .l-footer-sns-list.pcNone {
    display: flex;
  }
  .l-footer-sns-list__item {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer-sns-list {
    margin-top: 60px;
  }
}

/***** footer ナビ *****/
.l-footer-navi {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 70px;
}
@media screen and (max-width: 1023px) {
  .l-footer-navi {
    text-align: center;
    gap: 40px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 420px) {
  .l-footer-navi {
    text-align: left;
  }
}
.l-footer-navi-list {
  width: 100%;
}
.l-footer-navi-list__item {
  margin-bottom: 15px;
  font-size: 13px;
}
.l-footer-navi-list__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .l-footer-navi-list__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__item {
    margin-bottom: 20px;
  }
  .l-footer-navi-list__item:last-child {
    margin-bottom: 20px;
  }
}

.l-copyright {
  padding-bottom: 80px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-copyright {
    position: static;
    padding-bottom: 50px;
  }
}

/******************************/
/* free page */
/******************************/
.p-freepage a {
  text-decoration: underline;
}
.p-freepage a:hover {
  text-decoration: none;
}
.p-freepage__contents {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-freepage__contents {
    padding-top: 30px;
  }
}
.p-freepage__attention {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.p-freepage__img {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.p-freepage__img img {
  border: 1px solid #cccccc;
}
.p-freepage__body {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-freepage-ol {
  padding-left: 25px;
  list-style-type: decimal;
}
.p-freepage-ol__item {
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

/******************************/
/* クイックカートイン */
/******************************/
.cart_in_modal, .cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}
@media screen and (min-width: 960px) {
  .cart_in_modal, .cart_in_error_modal {
    align-items: center;
  }
}
.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}
.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}
.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}
.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}
.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}
.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}
.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}
.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart_in_modal__button:hover, .cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}
.cart_in_modal__close-icon {
  cursor: pointer;
}
.cart_in_modal__close-icon::before, .cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}
.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}

/* koto 2026/2/3 */
/* ヘッダースライドショーの設定（スマホのはみ出し修正版） */
.header-slider {
  /* 親要素の余白を無視して画面幅いっぱいに広げる設定 */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  
  height: 30px; 
  background: #F39AAE; /* 変更 2026/2/17 */
  overflow: hidden;    /* 枠からはみ出た部分を隠す */
  position: relative;
}

.header-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex; /* 横並びにする */
  animation: slideTextX 15s infinite; 
}

.header-slider li {
  width: 100vw;      /* ★ここが重要：リスト1つを画面幅(viewport width)と同じにする */
  flex-shrink: 0;    /* 幅が縮まないように固定 */
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;    /* 白文字 */
  font-size: 14px;
  white-space: nowrap;
  box-sizing: border-box; /* 念のため */
}

/* 横スライドのアニメーション（無限ループ風） */
@keyframes slideTextX {
  /* --- 1つ目の表示 --- */
  0%   { transform: translateX(0); }
  26%  { transform: translateX(0); }
  
  /* --- 2つ目へスライド --- */
  33%  { transform: translateX(-100vw); } /* %ではなくvw単位で移動 */
  59%  { transform: translateX(-100vw); }
  
  /* --- 3つ目へスライド --- */
  66%  { transform: translateX(-200vw); }
  92%  { transform: translateX(-200vw); }
  
  /* --- 最後（1つ目のコピー）へスライドして終了 --- */
  100% { transform: translateX(-300vw); } 
}
/* koto 2026/2/3 終わり */


/* koto 2026/2/4 */
/* スマホ表示：商品名の行間を狭くする */
@media screen and (max-width: 767px) {
  .c-item-list__ttl {
    line-height: 1.4; /* 数値が小さいほど行間が狭くなります */
  }
}
/* koto 2026/2/4 終わり */



/* ===== U-KOMI：2個目以降はレビュー本文だけ表示（完全固定版） ===== */

/* 2個目以降の「widget」だけ、ヘッダー等を非表示（sliderは対象外） */
.review-container[data-action="widget"]:not(:first-of-type) .reviewWidget_title_container,
.review-container[data-action="widget"]:not(:first-of-type) .ratingOverview,
.review-container[data-action="widget"]:not(:first-of-type) .uKomiWidgetSection,
.review-container[data-action="widget"]:not(:first-of-type) .uKomiWidgetFormWrapper,
.review-container[data-action="widget"]:not(:first-of-type) .reviewSortingSection,
.review-container[data-action="widget"]:not(:first-of-type) .customQuestionSortingWrap,
.review-container[data-action="widget"]:not(:first-of-type) .reviewWebsiteRedirect,
.review-container[data-action="widget"]:not(:first-of-type) .reviewWebsiteRedirect__popup {
  display: none !important;
}

/* widgetのレビュー本文は必ず表示 */
.review-container[data-action="widget"]:not(:first-of-type) .loadedReviews {
  display: block !important;
}