body {
  font-size: 16px;
  font-family: "Open Sans", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #000000;
}

@media screen and (max-width: 1030px) {
  body {
    margin-top: 80px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin-top: 70px;
  }
}
body.is-scroll-hidden {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #000000;
  transition: all 0.1s ease;
}

a:hover {
  color: #444444;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

button {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.br {
  display: inline-block;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.b {
  font-weight: 700;
}

.big {
  font-size: 125%;
}

.red {
  color: #b60000;
}

/******************************/
/* Utility */
/******************************/
.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
}

@media screen and (max-width: 1440px) {
  .u-container {
    padding-left: 3.472vw;
    padding-right: 3.472vw;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}
.u-container-s {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

@media screen and (max-width: 1440px) {
  .u-container-s {
    padding-left: 3.472vw;
    padding-right: 3.472vw;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .u-container-s {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.u-contents {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.u-contents-s {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.u-attention {
  font-weight: normal;
  font-style: normal;
  color: #b72424;
}

.u-bold {
  font-weight: bold;
  font-style: normal;
}

.u-text-right {
  text-align: right;
}

.u-marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 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);
  -webkit-clip-path: inset(50%);
  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;
}

.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}

.u-img-scale img {
  display: inline-block;
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}

@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    transform: none;
  }
}
/* overflow slide */
@media screen and (max-width: 1030px) {
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 20px;
    width: calc(100vw - 3.472vw);
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 1px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #999899;
  }
}
@media screen and (max-width: 767px) {
  .u-overflow-slide {
    width: calc(100vw - 20px);
  }
}
/******************************/
/* Layout */
/******************************/
.l-wrapper {
  width: 100%;
  overflow: hidden;
}

.l-main {
  padding-top: 0;
}

@media screen and (max-width: 1030px) {
  .l-main {
    margin-top: 0px !important;
    padding-top: 0;
  }
}
.l-bottom {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 30px;
  }
}
.l-contents-wrap {
  max-width: 1280px;
}

@media screen and (max-width: 1030px) {
  .l-contents-wrap {
    display: block;
  }
}
.l-contents-main {
  width: 100%;
}

.l-contents-side {
  order: -1;
  width: 220px;
}

@media screen and (max-width: 1030px) {
  .l-contents-side {
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
.l-productlist_header {
  margin-bottom: 40px;
}
.l-productlist_header h1.c-heading {
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  max-height: 400px;
  height: 24.77vw;
  position: relative;
}
.l-productlist_header h1.c-heading.wide {
  margin-top: -50px;
  max-width: 100vw;
  max-height: inherit;
  height: auto;
  padding-top: 31.25%;
}
.l-productlist_header h1.c-heading img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  object-position: center center;
  top:0;
}
.l-productlist_header h1.c-heading:empty {
  display: none;
}
.l-productlist_header.l-grouplist_header h1.c-heading img {
  object-fit: contain;
}
@media screen and (max-width: 1030px) {
  .l-productlist_header {
    margin-top:20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-productlist_header h1.c-heading.wide {
     margin-top: -20px;
  }
}

/***** side navi *****/
.l-side-navi {
  margin-bottom: 50px;
}

.l-side-navi__ttl {
  margin: 0;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .l-side-navi__ttl {
    font-size: 16px;
  }
}
.l-side-navi-list {
  border-bottom: 1px solid #7d7d7d;
}

.l-side-navi-list__item {
  border-top: 1px solid #7d7d7d;
}

.l-side-navi-list__link {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 20px 40px 20px 20px;
  border: 0;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  background: transparent;
  color: #000000;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-side-navi-list__link {
    padding: 20px 20px;
    width: 100%;
    font-size: 14px;
    background: #ffffff;
    text-align: left;
  }
}
.l-side-navi-list__link.is-link:before {
  margin-top: -4px;
  transform: rotate(-45deg);
}

.l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
  background: transparent;
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
    background: #ffffff;
  }
}
.l-side-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 767px) {
  .l-side-navi-list__link:before {
    right: 20px;
    margin-top: -4px;
    border-color: #000000;
  }
}
.l-side-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}

.l-side-navi-sub-list {
  display: none;
  padding: 5px 0;
  background: #fbfbfb;
}

.l-side-navi-sub-list__link {
  display: block;
  padding: 15px 15px 15px 30px;
}

/******************************/
/* fade animation */
/******************************/
.fadeIn {
  opacity: 0;
  transition: all 1.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);
}

/******************************/
/* 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-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    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: 767px) {
  .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: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) 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 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 32px;
  letter-spacing: 0;
  color: #171c61;
  text-align: center;
  font-weight: 700;
}
.c-ttl-main__en {
  font-family: "Open Sans", sans-serif;
}
.c-ttl-main i {
  margin-right: .1em;
}

@media screen and (max-width: 1030px) {
  .c-ttl-main {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-main {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.c-ttl-main__jp {
  display: block;
  font-size: .5em;
  color: #000;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .c-ttl-main__jp {
    margin-bottom: 2px;
    font-size: 14px;
    white-space: nowrap;
  }
}
.c-ttl {
  font-size: 24px;
  font-weight: 900;
  color: #171c61;
  letter-spacing: .1em;
  text-align: center;
}
.c-ttl .red {
  color: #b60000;
  font-style: normal;
}

.c-ttl-sub {
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.c-ttl-sub__jp {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  letter-spacing: .25em;
}

.c-ttl-second {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 21px;
  letter-spacing: 0.3em;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 767px) {
  .c-ttl-second {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
/********** パーツ **********/
.c-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

@media screen and (max-width: 1030px) {
  .c-item-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 25px;
  width: 20%;
  transition: opacity 0.2s;
  word-break: break-all;
}

@media screen and (max-width: 1030px) {
  .c-item-list__item {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    width: 50%;
    padding-bottom: 20px;
  }
}
.c-item-list__item.is-hidden {
  display: none;
}

.c-item-list__img {
  position: relative;
  margin-bottom: 10px;
}

.p-new-item .c-item-list__img::after {
  content: "NEW";
}

.p-new-item .c-item-list__img::after,
.mark_new {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6.46em;
  height: 3.23em;
  overflow: hidden;
  background: #b60000;
  color: #fff;
  text-align: center;
  line-height: 4.0;
  font-size: 13px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(-45deg) translate(-18%, -55%);
}

@media screen and (max-width: 767px) {
  .c-item-list__img {
    text-align: center;
  }
}
.c-item-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-item-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-item-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}

.c-item-list__ttl {
  font-size: 16px;
  font-weight: 700;
  /*line-height: 1.5;*/
  line-height: 1.375;
  min-height: 3em;
}
.c-item-list__ttl a {
  color: #000;
}

.c-item-list__ttl img {
  vertical-align: middle;
}

.c-item-list__price {
  color: #000;
  /*margin-top: 5px;*/
  margin-top: 0px;
  font-size: 18px;
  font-weight: 700;
}
.c-item-list__price .yen {
  /*font-size: 80%;*/
  font-size: 77.7%;
}
.c-item-list__price.is-discount,
.c-item-list__price .offprice {
  color: #b60000;
  font-size: 77%;
}

.c-item-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 14px;
}

.c-item-list__expl {
  margin-top: 15px;
}

.c-item-list__grp {
  position: relative;
  width: 100%;
  min-height: 1em;
  margin-top: 10px;
}
.c-item-list__grp .grp_link {
  width: calc(100% - 30px);
}
.c-item-list__grp .grp_link a {
  display: flex;
  align-items: center;
  width: 100%;
}
.c-item-list__grp .g_img {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 10px;
  display: block;
}
.c-item-list__grp .g_name {
  font-size: 14px;
  text-align: left;
}

.c-item-list__btn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 50%;
  margin-bottom: -12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-item-list__btn.is-added {
  color: #b60000;
}

.c-item-list__btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

@media screen and (max-width: 1030px) {
  .c-item-list__ttl {
    font-size: 15px;
    line-height: 1.33;
    min-height: 2.6em;
  }

  .c-item-list__price {
    font-size: 15px;
  }

  .c-item-list__btn {
    right: 0;
  }
  .c-item-list__btn svg {
    width: 20px;
    height: 20px;
  }

  .c-item-list__grp {
    margin-top: 5px;
  }
  .c-item-list__grp .g_img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
  .c-item-list__grp .g_name {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__ttl {
    min-height: inherit;
  }
}
/******************************/
/* CHECKED & FAVORIT ITEMS */
/******************************/
.p-checked,
.p-favorite {
  background: #f4f5f6;
  padding: 50px 0 0;
}
.p-checked .u-container,
.p-favorite .u-container {
  background-color: #fff;
  padding: 30px;
  padding-bottom: 20px;
  border-radius: 10px;
  max-width: 1400px;
}
.p-checked .c-ttl-main,
.p-favorite .c-ttl-main {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin-bottom: 15px;
}
.p-checked .c-ttl-main__en,
.p-favorite .c-ttl-main__en {
  font-size: 24px;
}
.p-checked .c-ttl-main__jp,
.p-favorite .c-ttl-main__jp {
  font-size: 14px;
}

@media screen and (max-width: 1440px) {
  .p-checked,
  .p-favorite {
    padding: 3.472%;
  }
}
@media screen and (max-width: 767px) {
  .p-checked,
  .p-favorite {
    padding: 25px 0 0;
  }
  .p-checked .u-container,
  .p-favorite .u-container {
    border-radius: 0;
    padding: 20px;
    padding-right: 0;
    padding-bottom: 0;
    box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.1);
  }
  .p-checked .c-ttl-main,
  .p-favorite .c-ttl-main {
    align-items: flex-end;
    line-height: 1.0;
    margin-bottom: 20px;
  }
  .p-checked .c-ttl-main__en,
  .p-favorite .c-ttl-main__en {
    font-size: 18px;
  }
  .p-checked .c-ttl-main__jp,
  .p-favorite .c-ttl-main__jp {
    font-size: 12px;
  }
}
/***** FAVORITE *****/
.c-favorite-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}

@media screen and (max-width: 1030px) {
  .c-favorite-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-left: 9px;
  padding-right: 9px;
  width: 10%;
}

@media screen and (max-width: 1030px) {
  .c-favorite-list__item {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__item {
    width: 100px;
  }
}
.c-favorite-list__img {
  position: relative;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (max-width: 1030px) {
  .c-favorite-list__img {
    margin-bottom: 10px;
    width: 90px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__img {
    width: 90px;
    margin-bottom: 5px;
  }
}
.c-favorite-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-favorite-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-favorite-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}

.c-favorite-list__name {
  font-size: 13px;
  line-height: 1.69;
  font-feature-settings: "palt";
  height: 3.38em;
  overflow: hidden;
  white-space: normal;
}

.c-favorite-list__price {
  color: #000;
  margin-top: 5px;
  font-size: 13px;
  white-space: normal;
}
.c-favorite-list__price.is-discount {
  color: #b60000;
}

.c-favorite-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}

.c-favorite-list__btn {
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-favorite-list__name {
    line-height: 1.13;
  }

  .c-favorite-list__price {
    line-height: 1.0;
  }
}
/********** button **********/
.btn-wrap {
  margin-top: 50px;
}

.c-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 18px;
  border-radius: 30px;
  min-width: 276px;
  font-size: 16px;
  font-weight: bold;
  background: #171c61;
  color: #fff;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
}
.c-btn i {
  margin-right: .25em;
  font-size: 112.5%;
}
.c-btn.is-arrow, .c-btn.is-more {
  padding-left: 45px;
  padding-right: 45px;
}
.c-btn.is-arrow:after, .c-btn.is-more:after {
  content: "\EA6E";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 1em;
  height: 1em;
  margin-top: -.4em;
  font-size: 1.5em;
  line-height: 1.0;
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-btn:hover {
  text-decoration: none;
  background-color: #b60000;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .btn-wrap {
    margin-top: 3.472vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 13px;
    border-radius: 25px;
    min-width: 230px;
    font-size: 14px;
  }
  .c-btn.is-arrow:after, .c-btn.is-more:after {
    right: 25px;
    margin-top: -.45em;
  }
}
.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 25px;
  border: none;
  border-radius: 35px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  background: #171c61;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart i {
  font-size: 1.2em;
  margin-right: 5px;
}

.c-btn-cart:hover {
  background: #b60000;
  color: #ffffff;
  text-decoration: none;
}

.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}

.c-btn-cart.is-disabled:hover {
  background: rgba(216, 216, 216, 0.8);
}

.c-btn-cart.is-soldout {
  background: #ac0000;
  cursor: default;
}

.c-btn-cart.is-soldout:hover {
  background: #ac0000;
}

.c-btn-cart.is-membersonly {
  background: #53a6a5;
  cursor: default;
}

.c-btn-cart.is-membersonly:hover {
  background: #53a6a5;
}

.c-icon-cart {
  display: inline-block;
  margin-right: 20px;
  width: 19px;
  height: 18px;
  background: url(https://img.shop-pro.jp/tmpl_img/84/icon-template-cart.png) no-repeat;
  background-size: 19px 18px;
  vertical-align: -2px;
}

.c-more {
  text-align: center;
}

.c-not-found {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .c-btn-cart {
    font-size: 18px;
    padding: 20px;
  }
}
/********** table **********/
.c-tbl-list {
  border-top: 1px solid #b2b2b2;
}

.c-tbl-list__tr {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #b2b2b2;
}

@media screen and (max-width: 767px) {
  .c-tbl-list__tr {
    display: block;
  }
}
.c-tbl-list__th {
  margin: 0;
  width: 270px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    margin-bottom: 10px;
    width: auto;
  }
}
.c-tbl-list__td {
  flex: 1;
  margin: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-left: 0;
  }
}
/********** breadcrumbs **********/
.c-breadcrumbs {
  background-color: #f4f5f6;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 50px;
}

.c-breadcrumbs + .u-contents {
  padding-top: 30px;
}

.c-breadcrumbs-list {
  padding-top: 10px;
/*  margin-bottom: 5px;*/
  font-size: 13px;
}
.c-breadcrumbs-list + .c-breadcrumbs-list {
  padding-top: 0;
}
.c-breadcrumbs-list:last-child {
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin-bottom: 25px;
    margin-bottom: 0;
  }

  .c-breadcrumbs-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.c-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
}

.c-breadcrumbs-list__item:last-child:before {
  content: none;
}

.c-breadcrumbs-list a {
  color: #171c61;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs-list__item {
    margin-right: 15px;
  }
  .c-breadcrumbs-list__item:before {
    right: -10px;
  }
}
/********** pager **********/
.c-pager {
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: center;
}

.c-pager__total {
  margin-bottom: 10px;
  font-size: 16px;
}
.c-pager__total .big {
  font-size: 150%;
}

.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-left: 5px;
  margin-right: 5px;
  min-width: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  background: #ffffff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-pager {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .c-pager__total {
    font-size: 14px;
  }
  .c-pager__total .big {
    font-size: 142.8%;
  }

  .c-pager-list__item {
    font-size: 14px;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #171c61;
  min-width: 40px;
  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 {
    border-width: 1px;
  }
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #171c61;
  text-decoration: none;
}

.c-pager-list__link.is-current {
  border-color: #171c61;
}

.c-pager-list__link.is-current:hover {
  border-color: #171c61;
  background: #ffffff;
}

.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #171c61;
  background: #171c61;
  text-indent: -99999px;
}

.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "\F3E4";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-left: -.5em;
  margin-top: -.5em;
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #fff;
  text-indent: 0;
  line-height: 1.0;
}

.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: #b60000;
  border-color: #b60000;
}

.c-pager-list__link.is-prev.is-disabled, .c-pager-list__link.is-next.is-disabled {
  background: #ccc;
  border-color: #ccc;
}

.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #d8d8d8;
  border-color: #d8d8d8;
}

.c-pager-list__link.is-prev:before {
  transform: rotate(-90deg);
}

.c-pager-list__link.is-next:before {
  transform: rotate(90deg);
}

.c-pager-list__page {
  display: none;
}

/******************************/
/* header */
/******************************/
.l-header {
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1030px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 80px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 375px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    min-width: inherit;
    height: 60px;
  }
}
.l-header.is-fixed, .l-header.is-open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  margin-top: 0;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.l-header.is-fixed .l-header-main__in, .l-header.is-open .l-header-main__in {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.l-header.is-fixed .l-header-logo, .l-header.is-open .l-header-logo {
  margin-bottom: 0;
}

.l-header.is-fixed .l-header-logo__img, .l-header.is-open .l-header-logo__img {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 60px;
  max-width: 160px;
}

.l-header.is-fixed .l-header-logo__img.is-txt, .l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}

.l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
  max-width: 160px;
  max-height: 80px;
}

@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
    max-width: 170px;
  }
}
.l-header.is-fixed .l-header-logo__type-txt, .l-header.is-open .l-header-logo__type-txt {
  font-size: 12px;
}

.l-header.is-fixed .l-header-logo__txt, .l-header.is-open .l-header-logo__txt,
.l-header.is-fixed .l-header-logo__desc, .l-header.is-open .l-header-logo__desc {
  display: none;
}

.l-header.is-fixed .l-main-navi-list, .l-header.is-open .l-main-navi-list,
.l-header.is-fixed .l-main-navi-list2 {
  display: none;
}

.l-header.is-fixed .l-menu-btn, .l-header.is-open .l-menu-btn {
  display: block;
}

@media screen and (max-width: 1030px) {
  .l-header-main {
    padding-right: 0;
  }
}
.l-header-main__in {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #ffffff;
  padding: 20px 50px 10px;
}

@media screen and (max-width: 1440px) {
  .l-header-main__in {
    padding-top: 10px;
    padding-left: 3.472vw;
    padding-right: 3.472vw;
  }
}
@media screen and (max-width: 1030px) {
  .l-header-main__in {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-main__in {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-header.is-fixed .l-header-logo__img, .l-header.is-open .l-header-logo__img {
    height: auto;
    max-width: 35.46vw;
  }
}
.l-header-logo {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width: 1440px) {
  .l-header-logo {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    flex: 1;
    overflow: hidden;
  }
}
.l-header-logo__img {
  margin: 0;
  max-width: 210px;
  width: 14.5833vw;
  word-break: break-all;
}

@media screen and (max-width: 1340px) {
  .l-header-logo__img {
    font-size: 12px;
  }
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img {
    width: 35.46vw;
  }
}
.l-header-logo__img.is-txt {
  margin-bottom: 35px;
}

@media screen and (max-width: 1030px) {
  .l-header-logo__img.is-txt {
    margin-bottom: 0;
  }
}
.l-header-logo__img img {
  max-width: 210px;
  max-height: 85px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1030px) {
  .l-header-logo__img img {
    max-width: 170px;
  }
}
.l-header-logo__txt {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  color: #909090;
  max-width: 450px;
}

@media screen and (max-width: 1030px) {
  .l-header-logo__txt {
    display: none;
  }
}
.l-header-logo__desc {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #171c61;
  letter-spacing: .1em;
}

@media screen and (max-width: 1440px) {
  .l-header-logo__desc {
    font-size: 1.11vw;
  }
}
@media screen and (max-width: 1030px) {
  .l-header-logo {
    gap: 0;
    display: block;
  }

  .l-header-logo__desc {
    display: none;
  }
}
.l-menu-btn {
  display: none;
  position: relative;
  z-index: 10000;
  width: 60px;
  height: 52px;
  border: 0;
  background: transparent;
  margin-left: 15px;
  padding: 0;
}

@media screen and (max-width: 1150px) {
  .l-menu-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-menu-btn {
    width: 36px;
    height: 39px;
    margin-left: 5px;
  }
}
.l-menu-btn span:not(.l-menu-btn__ttl) {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.3s ease;
  position: absolute;
  left: 15px;
  width: 30px;
  height: 3px;
  background-color: #171c61;
}

.l-menu-btn span.l-menu-btn__ttl {
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  white-space: normal;
}

.l-menu-btn span:nth-of-type(1) {
  top: 3px;
}

.l-menu-btn span:nth-of-type(2) {
  top: 25px;
}

.l-menu-btn span:nth-of-type(3) {
  top: 14px;
}

.l-menu-btn.is-on span:nth-of-type(1) {
  top: -4px;
  transform: translateY(20px) rotate(-45deg);
}

.l-menu-btn.is-on span:nth-of-type(2) {
  top: 35px;
  transform: translateY(-20px) rotate(45deg);
}

.l-menu-btn.is-on span:nth-of-type(3) {
  opacity: 0;
}

.l-menu-btn:hover span:not(.l-menu-btn__ttl),
.l-menu-btn.is-on span:nth-of-type(1),
.l-menu-btn.is-on span:nth-of-type(2) {
  background-color: #b60000;
}

.l-menu-btn.is-on span.l-menu-btn__ttl,
.l-menu-btn:hover span.l-menu-btn__ttl {
  color: #b60000;
}

@media screen and (max-width: 767px) {
  .l-menu-btn span:not(.l-menu-btn__ttl) {
    left: 3px;
  }

  .l-menu-btn span.l-menu-btn__ttl {
    font-size: 9px;
    line-height: 1.0;
  }

  .l-menu-btn span:nth-of-type(1) {
    top: 0px;
  }

  .l-menu-btn span:nth-of-type(2) {
    top: 20px;
  }

  .l-menu-btn span:nth-of-type(3) {
    top: 10px;
  }

  .l-menu-btn.is-on span:nth-of-type(1) {
    top: -10px;
    transform: translateY(20px) rotate(-45deg);
  }

  .l-menu-btn.is-on span:nth-of-type(2) {
    top: 30px;
    transform: translateY(-20px) rotate(45deg);
  }
}
/********** メインナビ **********/
.l-main-navi {
  position: relative;
  z-index: 100;
  background: #171c61;
}
.l-main-navi .l-header-search {
  display: none;
}

.l-main-navi__in {
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.is-fixed .l-main-navi {
  height: auto;
}

@media screen and (max-width: 1440px) {
  .l-main-navi__in {
    padding: 0 3.472vw;
  }
}
@media screen and (max-width: 1030px) {
  .l-main-navi {
    display: none;
  }

  .l-main-navi.is-on {
    display: block;
  }

  .l-main-navi__in {
    padding: 0;
  }
}
@media screen and (min-width: 1030px) {
  .l-main-navi {
    display: block !important;
  }
}
.l-main-navi.is-open {
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  top: 80px;
  left: 0;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100vw;
  height: calc(100dvh - 80px);
  background-color: #fff;
}

@media screen and (max-width: 1030px) {
  .l-main-navi.is-open {
    padding: 30px 3.472vw;
  }
  .l-main-navi.is-open .l-header-search {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
  }
  .l-main-navi.is-open .l-header-search__submit {
    width: 40px;
    height: 38px;
    font-size: 18px;
  }
  .l-main-navi.is-open .l-header-search__input input {
    padding-left: 40px;
    height: 38px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open {
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 35px;
    top: 70px;
    height: calc(100dvh - 70px);
  }
  .l-main-navi.is-open .l-header-search {
    margin-bottom: 15px;
  }
}
.l-main-navi.is-open .l-main-navi__in {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.472vw;
  padding-right: 3.472vw;
  max-width: 1280px;
  width: 100%;
}

.l-main-navi.is-open .l-mega-menu {
  background-color: transparent;
}

@media screen and (max-width: 1030px) {
  .l-main-navi.is-open .l-main-navi__in {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
.l-main-navi.is-open .l-main-navi-list {
  display: block;
}

.l-main-navi.is-open .l-main-navi-list__ttl {
  display: block;
  color: #000;
  margin-bottom: 15px;
}
.l-main-navi.is-open .l-main-navi-list__ttl i {
  color: #c7b062;
}

@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__ttl {
    display: none;
  }
}
.l-main-navi.is-open .l-main-navi-list__link {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__link {
    display: block;
  }
}
.l-main-navi.is-open .l-main-navi-list__item {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__item {
    margin: 0;
  }

  .l-main-navi.is-open .l-main-navi-list__item + .l-main-navi-list__item {
    margin-top: 20px;
  }
}
.l-main-navi.is-open .l-help-navi-box {
  display: block;
}

.l-main-navi.is-open .l-help-navi-list {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-help-navi-list {
    margin-top: 0;
  }
}
.l-main-navi.is-open .l-mega-menu {
  position: static;
  padding: 0;
  width: auto;
}

@media screen and (min-width: 768px) {
  .l-main-navi.is-open .l-mega-menu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-mega-menu {
    display: none;
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open #category-nav .l-mega-menu-list {
    display: block;
  }
}
.l-mega-menu__link {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-mega-menu__link {
    display: block;
    text-align: center;
  }
  .l-mega-menu__link .c-btn {
    border: 1px solid #171c61;
    background: #fff;
    color: #171c61;
    min-width: 230px;
    padding-top: .7em;
    padding-bottom: .7em;
  }
  .l-mega-menu__link .c-btn::after {
    right: 20px;
    margin-top: -.5em;
  }
  .l-mega-menu__link .c-btn:hover {
    color: #fff;
    background-color: #b60000;
    border-color: #b60000;
    text-decoration: none;
  }

  #group_producer .l-mega-menu-list {
    display: none;
  }
}
.l-main-navi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .l-main-navi-list {
    display: block;
  }
}
.l-main-navi-list__ttl {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.l-main-navi-list__ttl i {
  color: #ffff00;
}

.l-main-navi-list__item {
  margin-left: 5px;
  margin-right: 0;
}
.l-main-navi-list__item:first-child {
  margin-left: 0;
}

.l-main-navi-list__link {
  display: block;
  position: relative;
  padding: 20px 15px 19px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.l-main-navi-list__link i {
  color: #c7b062;
  font-size: 1.25em;
  margin-right: .5em;
  vertical-align: -.1em;
  transition: color .3s;
}

@media screen and (max-width: 1030px) {
  .l-main-navi-list__link {
    padding: 0;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
    color: #000;
  }
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
  text-decoration: none;
}

.l-main-navi-list__link:not(.is-on):hover i {
  color: #ffff00;
}

.l-main-navi-list__link.is-on {
  background: #f4f5f6;
  color: #000;
}

@media screen and (max-width: 767px) {
  .l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
    background: #ffffff;
  }
}
.l-main-navi-list__link:before {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 767px) {
  .l-main-navi-list__link:before {
    right: 20px;
    margin-top: -4px;
    border-color: #000000;
  }
}
.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}

.l-main-navi-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  opacity: 0;
}

.l-main-navi-overlay.is-on {
  animation: anime-overlay 0.2s ease forwards;
}

@keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-main-navi-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.l-main-navi-list2__item {
  margin-left: 20px;
  margin-right: 0;
}
.l-main-navi-list2__item:first-child {
  margin-left: 0;
}
.l-main-navi-list2__link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.l-main-navi-list2__link i {
  font-size: 1.28em;
  margin-right: .25em;
  vertical-align: -2px;
  transition: color .3s;
}
.l-main-navi-list2__link:hover {
  color: #fff;
  text-decoration: none;
}
.l-main-navi-list2__link:hover i {
  color: #ff0;
}
.l-main-navi.is-open .l-main-navi-list2 {
  display: block;
  text-align: left;
  margin-top: 10px;
}
.l-main-navi.is-open .l-main-navi-list2__item {
  margin-left: 0;
}
.l-main-navi.is-open .l-main-navi-list2__link {
  color: #171c61;
  position: relative;
  font-size: 16px;
}
.l-main-navi.is-open .l-main-navi-list2__link i {
  color: #c7b062;
}
.l-main-navi.is-open .l-main-navi-list2__link::after {
  content: "\EA6E";
  display: inline-block;
  margin-left: 0;
  line-height: 1.0;
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 1031px) {
  .l-main-navi.is-open .l-main-navi-list2 {
    display: none;
  }
}
/********** メガメニュー **********/
.l-mega-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 50px 50px 25px;
  width: 100%;
  background: #f4f5f6;
}

@media screen and (max-width: 1440px) {
  .l-mega-menu {
    padding-left: 3.472vw;
    padding-right: 3.472vw;
  }
}
@media screen and (max-width: 767px) {
  .l-mega-menu {
    position: static;
    width: auto;
    height: auto;
    border-top: 0;
  }
}
.l-mega-menu-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-mega-menu-list {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.l-mega-menu-list__item {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 20px;
  width: 20%;
  font-size: 16px;
  font-weight: 700;
}

.l-mega-menu .l-mega-menu-list__item {
  width: 25%;
}

@media screen and (max-width: 1030px) {
  .l-mega-menu .l-mega-menu-list__item {
    width: 33%;
    padding-left: 0;
    padding-right: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-mega-menu .l-mega-menu-list__item {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.l-mega-menu-list__item:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}

.l-mega-menu-list__item .g_img {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  display: block;
  background: #fff;
}
.l-mega-menu-list__item .g_img img {
  position: absolute;
  display: block;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.l-mega-menu-list__item .g_name {
  width: calc(100% - 60px);
}

@media screen and (max-width: 767px) {
  .l-mega-menu-list__item:before {
    content: none;
  }
}
.l-mega-menu-list__link {
  display: flex;
  align-items: center;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .l-mega-menu-list__link {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list__link:before {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}
#group_price .l-mega-menu-list__link {
  display: block;
  background: #fff;
  color: #171c61;
  border: 2px solid #171c61;
  padding: .6em;
  border-radius: 25px;
  text-align: center;
}
#group_price .l-mega-menu-list__link:hover {
  color: #fff;
  background-color: #b60000;
  border-color: #b60000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #group_price .l-mega-menu-list {
    gap: 0 6.56%;
  }

  #group_price .l-mega-menu-list__link {
    border-width: 1px;
    padding: .85em .5em;
  }

  #group_price .l-mega-menu-list__item {
    width: 46.72%;
    font-size: 14px;
  }
}
/********** 検索・カート **********/
.l-header-search {
  z-index: 1000;
  width: 23.73%;
  max-width: 318px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d5dbe3;
  border-radius: 25px;
}

@media screen and (max-width: 1030px) {
  .l-header-main__in .l-header-search {
    position: static;
    display: none;
  }
}
.l-header-search__contents {
  display: none;
}

.l-header-search__box {
  box-sizing: border-box;
  background: #fafafa;
}

.l-header-search__form {
  position: relative;
  flex: 1;
  margin: 0;
}

.l-header-search__btn {
  box-sizing: border-box;
  padding: 0;
  width: 60px;
  height: 60px;
  border: 0;
  background: none;
}

@media screen and (max-width: 767px) {
  .l-header-search__btn {
    width: 50px;
  }
}
.l-header-search__btn img {
  width: 18px;
}

.l-header-search__btn.is-on {
  background: #fafafa;
}

.l-header-search__input {
  flex: 1;
}

.l-header-search__input input {
  box-sizing: border-box;
  padding-left: 50px;
  width: 100%;
  height: 50px;
  border: none;
  background: transparent;
  font-size: 15px;
}
.l-header-search__input input:active, .l-header-search__input input:focus, .l-header-search__input input:focus-within {
  outline: 0 none;
}

.l-header-search__submit {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  font-size: 24px;
}

.l-header-search__submit img {
  width: 18px;
}

.l-header-search__close {
  box-sizing: border-box;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 45px;
  border: 0;
  background: transparent;
}

.l-header-search__close span {
  position: absolute;
  content: "";
  left: 13px;
  width: 20px;
  height: 1px;
  background: #858585;
}

.l-header-search__close span:nth-child(1) {
  top: 0px;
  transform: translateY(20px) rotate(-45deg);
}

.l-header-search__close span:nth-child(2) {
  top: 40px;
  transform: translateY(-20px) rotate(45deg);
}

.l-header-cart a {
  box-sizing: border-box;
  display: block;
  padding-top: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
}

.l-header-cart a:hover {
  text-decoration: none;
}

.l-header-cart button {
  box-sizing: border-box;
  display: block;
  padding: 0;
  width: 60px;
  text-align: center;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .l-header-cart a {
    width: 42px;
  }

  .l-header-cart button {
    width: 42px;
  }

  .p-global-header__cart-count {
    right: 0;
  }
}
.l-header-cart a img {
  width: 19px;
}

.l-header-cart button img {
  width: 19px;
}

.l-header-cart form {
  margin: 0;
}

.p-global-header__cart-count {
  background-color: #b60000;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: 5px;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  font-weight: 600;
}

/********** ヘルプナビ **********/
@media screen and (max-width: 1030px) {
  .l-help-navi-box {
    display: block;
    position: static;
  }
}
.l-menu-btn,
.p-global-header__cart,
.l-help-navi-box a {
  color: #171c61;
}

.p-global-header__cart {
  transition: color .3s;
  position: relative;
}

.p-global-header__cart:hover {
  color: #b60000;
}

.l-help-navi-list {
  display: flex;
  align-items: center;
}

.l-help-navi-list__item {
  margin-left: 20px;
}

@media screen and (max-width: 1440px) {
  .l-help-navi-list__item {
    margin-left: 1.36vw;
  }
}
@media screen and (max-width: 767px) {
  .l-help-navi-list__item {
    margin-left: 2px;
  }
}
.l-help-navi-list__link {
  color: #171c61;
}
.l-help-navi-list__link:hover {
  color: #b60000;
  text-decoration: none;
}
.l-help-navi-list__link:focus {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .l-help-navi-list__link {
    display: block;
    position: relative;
    padding: 3px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-help-navi-list__link:before {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}
.p-global-header__cart i,
.l-help-navi-list__link i {
  display: block;
  font-size: 32px;
  text-align: center;
  line-height: 1.0;
}

.l-help-navi-list__ttl {
  display: block;
  font-size: 11px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-global-header__cart i,
  .l-help-navi-list__link i {
    font-size: 28px;
  }

  .l-help-navi-list__ttl {
    font-size: 9px;
  }
}
/***** セール情報 *****/
.p-sale-info-wrap {
  width: 100%;
  overflow: hidden;
}

.p-sale-info {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #b60000;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.p-sale-info i {
  font-size: 1.25em;
  margin-right: .25em;
}
.p-sale-info a {
  color: currentColor;
  transition: color .3s;
}
.p-sale-info a:hover {
  color: #ff0;
  text-decoration: none;
}

@media screen and (max-width: 1030px) {
  .p-sale-info {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .p-sale-info {
    text-align: left;
  }
}
/******************************/
/* ショッピングガイド */
/******************************/
.p-shopguide {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-shopguide {
    display: none;
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
}

@media screen and (max-width: 1030px) {
  .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: 23px;
  padding-right: 23px;
  width: 33.3333%;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1030px) {
  .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;
  }
}
.p-shopguide-box {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.p-shopguide-head {
  margin-bottom: 25px;
  padding-top: 40px;
  border-bottom: 1px solid #b2b2b2;
  text-align: center;
}

.p-shopguide-head .c-ttl-sub {
  margin-bottom: 30px;
}

.p-shopguide__icon {
  margin-bottom: 20px;
}

.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}

.p-shopguide__body {
  margin-bottom: 35px;
  margin-left: 0;
  color: #909090;
  overflow-wrap: break-word;
}

.p-shopguide__img {
  margin-bottom: 15px;
}

.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;
}

/******************************/
/* footer */
/******************************/
.l-footer {
  padding: 50px 0 0 0;
  background: #f4f5f6;
}
.l-footer .u-container {
  max-width: 1280px;
}

.l-footer-main {
  padding-bottom: 70px;
}

@media screen and (max-width: 1030px) {
  .l-footer-main {
    display: block;
    padding-bottom: 25px;
  }
}
.l-footer-shopinfo {
  display: flex;
  word-break: break-all;
}

@media screen and (max-width: 1030px) {
  .l-footer-shopinfo {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.l-footer-shopinfo__logo {
  width: 21.875%;
  text-align: center;
}

.l-footer-shopinfo__logo img {
  max-width: 200px;
}

.l-footer-shopinfo__txt {
  margin-top: 10px;
  font-size: 14px;
  padding-left: 3.9%;
  padding-right: 3.9%;
  white-space: nowrap;
}

.shopinfo__name {
  font-size: 20px;
  color: #171c61;
  margin-bottom: 1em;
}

.shopinfo__list {
  margin-bottom: 1em;
}
.shopinfo__list dd {
  margin-left: 0;
  line-height: 1.75;
}
.shopinfo__list dd.tel {
  font-size: 1.28em;
}

@media screen and (max-width: 1030px) {
  .l-footer-shopinfo__logo {
    width: 100%;
  }
  .l-footer-shopinfo__logo img {
    max-width: 90px;
  }

  .shopinfo__name {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.l-footer-sns-list {
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 1030px) {
  .l-footer-sns-list {
    margin-top: 50px;
    justify-content: center;
  }
}
.l-footer-sns-list__item {
  margin-right: 20px;
}

.l-footer-qrcode {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .l-footer-qrcode {
    display: none;
  }
}
.l-footer-navi {
  width: 42.25%;
  padding-left: 3.9%;
}
.l-footer-navi .inner {
  display: flex;
}
.l-footer-navi__ttl {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 1.2;
}
.l-footer-navi-list__link {
  color: #171c61;
}

@media screen and (max-width: 1030px) {
  .l-footer-navi {
    display: block;
    width: fit-content;
    margin-top: 20px;
    padding-left: 0;
  }
  .l-footer-navi__ttl {
    font-size: 20px;
    margin-bottom: .5em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    width: 100%;
  }
  .l-footer-navi__ttl {
    text-align: left;
  }
}
.l-footer-navi-list {
  width: 50%;
  font-size: 14px;
}

@media screen and (max-width: 1030px) {
  .l-footer-navi-list {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list {
    width: auto;
  }
  .l-footer-navi-list:nth-child(1) {
    width: 62%;
  }
  .l-footer-navi-list:nth-child(2) {
    width: 38%;
  }
}
.l-footer-navi-list__item {
  margin-bottom: 10px;
}

.l-footer-navi-list__item form {
  margin: 0;
}

.l-footer-navi-list__item button {
  color: #464e54;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  line-height: 1.7;
}

.l-footer-navi-list__item button:hover {
  text-decoration: underline;
  color: #5e5e5e;
}

@media screen and (max-width: 767px) {
  .l-footer-navi-list__item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__link {
    display: block;
    position: relative;
    padding: 5px 0;
    text-align: left;
  }

  .l-footer-navi-list__item button {
    padding: 5px 0;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__link:before {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}
.l-footer-copyright {
  padding-top: 10px;
  padding-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-copyright {
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 13px;
  text-align: center;
  background: #171c61;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-copyright__logo {
  margin-top: 15px;
}

.l-copyright__logo a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.l-copyright__logo img {
  margin-left: 10px;
  width: 200px;
  height: 36px;
}

/***** CSS編集内style *****/
a {
  color: #171c61;
  transition: .3s;
}

/** icons **/
.icon-user {
  background-position: -208px 0px;
}

.icon-lg-b.icon-user {
  background-position: -312px 0px;
}

.icon-adduser {
  background-position: -240px 0px;
}

.icon-lg-b.icon-adduser {
  background-position: -360px 0px;
}

.icon-login {
  background-position: -48px -80px;
}

.icon-lg-b.icon-login {
  background-position: -72px -120px;
}

.icon-logout {
  background-position: -32px -80px;
}

.icon-lg-b.icon-logout {
  background-position: -48px -120px;
}

.icon-home {
  background-position: -176px -16px;
}

.icon-lg-b.icon-home {
  background-position: -264px -24px;
}

.icon-mail {
  background-position: -64px 0px;
}

.icon-lg-b.icon-mail {
  background-position: -96px 0px;
}

.icon-pencil {
  background-position: -96px 0px;
}

.icon-lg-b.icon-pencil {
  background-position: -144px 0px;
}

.icon-help {
  background-position: -272px -80px;
}

.icon-lg-b.icon-help {
  background-position: -408px -120px;
}

.icon-cart {
  background-position: -176px -64px;
}

.icon-lg-b.icon-cart {
  background-position: -264px -96px;
}

.icon-search {
  background-position: -208px -16px;
}

.icon-lg-b.icon-search {
  background-position: -312px -24px;
}

.icon-chevron_up {
  background-position: -0px -144px;
}

.icon-lg-b.icon-chevron_up {
  background-position: -0px -216px;
}

.icon-chevron_down {
  background-position: -352px -128px;
}

.icon-lg-b.icon-chevron_down {
  background-position: -528px -192px;
}

.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: 767px) {
  .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: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) 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);
  }
}
