body {
  min-width: 320px;
  font-size: 14px;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
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: #30302E;
  transition: all 0.1s ease;
}


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

h1, h2, h3, .l-header a {
  font-family: "Crimson Pro", "Noto Serif JP", serif;
}

/******************************/
/* Utility */
/******************************/
.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
@media screen and (max-width: 1200px) {
  .u-container {
    width: auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .u-container {
    padding: 0 16px;
  }
}
.u-contents {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding: 48px 0;
  }
}
.u-contents-s {
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.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(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);
  -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.6s cubic-bezier(0,.71,.6,1);
  -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: 1200px) {
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 32px;
    width: 100%;
  }
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 8px;
  }
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 16px;
  }
  .u-overflow-slide::-webkit-scrollbar {
    height: 0;
  }
}

/******************************/
/* Layout */
/******************************/
.l-main {
  overflow: hidden;
  padding-top: 0;
}
.l-contents-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.l-contents-main {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-main {
    margin-top: 72px;
  }
  .l-contents-main {
    width: auto;
  }
  .l-contents-wrap {
    display: block;
    margin-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 60px;
  }
  .l-contents-wrap {
    margin-top: 32px;
  }
}
.l-contents-side {
  display: none;
  order: -1;
  width: auto;
  margin-right: 120px;
}
@media screen and (max-width: 1200px) {
  .l-contents-side {
    display: block;
    width: 100%;
    margin-top: 64px;
    margin-right: 0;
  }
}
/***** side navi *****/
.l-side-navi {
  margin-bottom: 32px;
}

.l-side-navi-list__item {
  box-sizing: border-box;
  padding: 16px 0;
}

.l-side-navi-list__link.is-link {
  position: relative;
  color: #30302E;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

.l-side-navi-list__link.is-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 1px;
  background: #30302E;
  transform-origin: left bottom;
  transform: scale(0, 1);
  transition: all 0.6s cubic-bezier(0,.71,.6,1);
}

.l-side-navi-list__link.is-link:hover {
  color: #30302E;
  text-decoration: none;
}

.l-side-navi-list__link.is-link:hover::before {
  right: 0;
  transform: scale(1, 1);
}

@media screen and (max-width: 1200px) {
  .l-side-navi-list {
    border-left: none;
    margin-bottom: 72px;
  }
  .l-side-navi-list__item {
    border-bottom: 1px solid #F2F1EA;
  }
  .l-side-navi-list__item:first-child {
    border-top: 1px solid #F2F1EA;
  }
  .l-side-navi-list__link.is-link {
    display: block;
    font-size: 14px;
  }
  .l-side-navi-list__link.is-link::before,
  .l-side-navi-list__link.is-link:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: transparent;
    border-right: 1px solid #A9A8A3;
    border-bottom: 1px solid #A9A8A3;
    transform: rotate(-45deg);
  }
  .l-side-navi-list__link span {
    margin-left: 16px;
    color: #797874;
    font-size: 12px;
  }
}

/******************************/
/* fade animation */
/******************************/
.fadeIn {
  animation: fadein 1s ease-out forwards;
}
.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);
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/******************************/
/* Color me icons */
/******************************/
/* 24px black */
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-w.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
  background-position: -144px -264px;
}
.icon-lg-w.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: 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-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 {
  margin: 0 auto 48px;
  line-height: 1.4;
  font-size: 3.4em;
  letter-spacing: 0.24em;
  font-feature-settings: "palt" 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl-main {
    margin-bottom: 32px;
    font-size: 2.4em;
    letter-spacing: 0.1em;
  }
}
.c-ttl-main__ja {
  display: block;
  margin: 8px;
  color: #797874;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl-main__ja {
    margin: 2px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.c-ttl-sub {
  margin: 0 auto 48px;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-sub {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.c-ttl-sub__ja {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: normal;
  color: #797874;
  letter-spacing: 0;
}
.c-ttl-second {
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: 00;
  letter-spacing: 0.24em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-second {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
/********** パーツ **********/
.c-item-list {
  display: flex;
  flex-wrap: wrap;
}

.c-item-list__item {
  position: relative;
  width: calc((100% - 144px) / 3);
  box-sizing: border-box;
  margin-right: 72px;
  margin-bottom: 72px;
  transition: opacity 0.3s;
  word-break: break-all;
}

.c-item-list__item:nth-child(3n) {
  margin-right: 0;
}

.c-item-list__txt {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .c-item-list__item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
  }

  .c-item-list__item:nth-child(even) {
    margin-right: 0;
  }

  .c-item-list__item:nth-child(odd) {
    margin-right: 16px;
  }

}
.c-item-list__item.is-hidden {
  display: none;
}
.c-item-list__img {
  position: relative;
  margin-bottom: 16px;
  content-visibility: visible;
  contain-intrinsic-size: 0 352px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-item-list__img {
    margin-bottom: 8px;
  }
}
.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 img {
  vertical-align: middle;
}
.c-item-list__ttl {
  font-size: 12px;
}
.c-item-list__price {
  margin-top: 8px;
  font-size: 12px;
}
.c-item-list__price.is-soldout {
  color: #B6B5B8;
}
.c-item-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}

/***** FAVORITE *****/
.c-favorite-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-left: 9px;
  padding-right: 9px;
  width: 12.5%;
}
.c-favorite-list__img {
  position: relative;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .c-favorite-list {
    padding: 0 24px;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
  .c-favorite-list__item {
    position: relative;
    margin-right: 24px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 250px;
  }
  /* 右側の余白が効かないバグ対応 */
  .c-favorite-list__item:last-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 24px;
  }
  .c-favorite-list__img {
    margin-bottom: 8px;
    width: 250px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list {
    padding: 0 16px;
  }
  .c-favorite-list__item {
    width: 200px;
  }
  .c-favorite-list__img {
    width: 200px;
  }
}
.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__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-favorite-list__btn {
  position: absolute;
  right: 32px;
  bottom: 0;
}
/********** button **********/
.c-btn {
  position: relative;
  width: calc((100% - 144px) / 3);
  box-sizing: border-box;
  padding: 16px 8px;
  border-radius: 4px;
  border: transparent;
  background: #121212;
  color: #fff;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.24em;
  font-size: 14px;
  font-weight: bold;
}
.c-btn:before, .c-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: calc(50% - 64px);
  width: 9px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
.c-btn:after {
  transform: rotate(90deg);
}
.c-btn:hover {
  color: #fff;
  background: #AF251C;
  text-decoration: none;
}
.c-btn:hover:before {
  transform: rotate(90deg);
}
.c-btn:hover:after {
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .c-btn {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: calc((100% - 16px) / 2);
  }
}

.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 16px;
  border: none;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  background: #AF251C;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0,.71,.6,1);
}
.c-btn-cart:hover {
  background: #bf5049;
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart.is-disabled,
.c-btn-cart.is-disabled:hover,
.c-btn-cart.is-soldout,
.c-btn-cart.is-soldout:hover {
  background: #B6B5B8;
  color: #797874;
  cursor: default;
}

.c-btn-readmore {
  position: relative;
  padding: 4px 0;
  border: none;
  background: transparent;
  border-bottom: 2px solid #30302E;
  color: #30302E;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0,.71,.6,1);
}

@media screen and (max-width: 767px) {
  .c-btn-readmore {
    font-size: 12px;
  }
}

.c-btn-readmore:hover {
  color: #AF251C;
  border-bottom: 2px solid #AF251C;
}

.c-icon-cart {
  display: inline-block;
  margin-right: 20px;
  width: 19px;
  height: 18px;
  background: url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
  background-size: 19px 18px;
  vertical-align: -2px;
}
.c-more {
  margin: 24px 0;
  text-align: center;
}
.c-not-found {
  color: #B6B5B8;
  margin: 64px 0;
}
@media screen and (max-width: 1200px) {
  .c-not-found {
    text-align: center;
  }
}
/********** table **********/
.c-tbl-list {
  border-top: 1px solid #F2F1EA;
}
.c-tbl-list__tr {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #F2F1EA;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__tr {
    display: block;
  }
  .c-more {
    text-align: center;
  }
}
.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: 8px;
    width: auto;
  }
}
.c-tbl-list__td {
  flex: 1;
  margin: 0 0 0 32px;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-left: 0;
  }
}
/********** breadcrumbs **********/
.c-breadcrumbs {
  display: none;
}
.c-breadcrumbs-list {
  margin: 32px 0;
  font-size: 12px;
}
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 24px;
}
.c-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #30302E;
  border-bottom: 1px solid #30302E;
  transform: rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
  content: none;
}
.c-breadcrumbs-list a {
  color: #30302E;
}
@media screen and (max-width: 1200px) {
  .c-breadcrumbs {
    display: block;
    padding: 0;
  }
  .c-breadcrumbs-list {
    padding-top: 0;
    margin: 16px 0;
  }
}
/********** pager **********/
.c-pager {
  margin-top: 72px;
  margin-bottom: 72px;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 32px;
  color: #797874;
  font-size: 12px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
.c-pager-list__item {
  min-width: 32px;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 32px;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 48px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 100px;
  background: #ffffff;
  color: #30302E;
  min-width: 32px;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0,.71,.6,1);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 48px;
  }
}
.c-pager-list__link:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #30302E;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: #A9A8A3;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-current:hover {
  border-color: #A9A8A3;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: transparent;
  background: transparent;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
    margin-left: -4px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(0, 0, 0, 0.08);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: transparent;
}
.c-pager-list__link.is-prev:before {
  border-right: 4px solid #30302E;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #30302E;
  }
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: transparent;
}
.c-pager-list__link.is-next:before {
  border-left: 4px solid #30302E;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #30302E;
  }
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: transparent;
}

.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}
/******************************/
/* header */
/******************************/

.l-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 185px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.4s cubic-bezier(0,.71,.6,1);
}
.l-header-in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 1200px;
  padding: 44px 0 24px;
}
@media screen and (max-width: 1200px) {
  .l-header {
    position: fixed;
    left:0;
    top:0;
    flex-wrap: wrap;
    flex-direction: row;
    height: 72px;
    z-index: 9999;
  }
  .l-header.is-hide {
    transform: translateY(-72px);
  }
  .l-header-in {
    justify-content: space-between;
    padding: 6px 16px 6px 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
  .l-header.is-hide {
    transform: translateY(-60px);
  }
  .l-header-in {
    padding: 0 8px 0 16px;
  }
}
.l-header-logo__img {
  margin: 0;
  word-break: break-all;
}
.l-header-logo__img img {
  width: 100%;
  max-width: 300px;
}
.l-header-logo__img span {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header-logo__img {
    max-width: 50%;
  }
}
.l-menu-btn {
  display: none;
  position: relative;
  z-index: 10000;
  width: 44px;
  height: 44px;
  border: 0;
  margin: 0;
  background: transparent;
}
@media screen and (max-width: 1200px) {
  .l-menu-btn {
    display: block;
  }
}
.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.3s ease;
  position: absolute;
  left: 14px;
  width: 16px;
  height: 2px;
  background-color: #30302E;
  transition: all 0.2s cubic-bezier(0,.71,.6,1);
}
.l-menu-btn span:nth-of-type(1) {
  top: 18px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 26px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
  top: 0;
  transform: translateY(20px) rotate(-45deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
  top: 40px;
  transform: translateY(-20px) rotate(45deg);
}
/********** メインナビ **********/
/* header分の余白をとる */
.l-main-navi {
  position: relative;
}
.l-main-navi.is-open {
  position: fixed;
  right: 0;
  display: block;
  width: 100%;
  overflow-y: auto;
  z-index: 9999;
  padding: 0;
  animation: anime-navi-open 0.3s ease forwards;
}
@keyframes anime-navi-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .l-main-navi {
    display: none;
  }
  .l-main-navi.is-open {
    top: 72px;
    height: 100vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open {
    top: 60px;
  }
}
.l-main-navi.is-open .l-main-navi-list {
  display: block;
  width: 100%;
}
.l-main-navi.is-open .l-main-navi-list__item {
  margin: 0;
}
.l-main-navi.is-open .l-help-navi-box {
  display: block;
}
.l-main-navi.is-open .l-help-navi-list {
  margin: 0;
}
.l-main-navi.is-open .l-sns-navi-list {
  margin-top: 64px;
  margin-left: 0;
}
.l-main-navi.is-open .l-mega-menu {
  position: static;
  padding: 0;
  width: auto;
}
.l-main-navi-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.l-main-navi-list__item {
  position: relative;
  display: flex;
  align-items: center;
}
.l-main-navi-list__item .l-main-navi-list__link:nth-child(2) {
  padding: 24px 8px;
  margin-left: 8px;
}
.l-main-navi-list__item .l-main-navi-list__link:nth-child(2)::before {
  position: absolute;
  left: 0px;
  display: block;
  width: 1px;
  height: 13px;
  border-left: 1px solid #B6B5B8;
  content: "";
}
/*すぐにお届け！*/
.exship-balloon {
  position: absolute;
  top: -1em;
  left: 8px;
  z-index: 1;
  width: auto;
  padding: 0 8px;
  background: #f2f2f2;
  border-radius: 24px;
  font-family: Lato, "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.exship-balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 0;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #f2f2f2;
}
.l-main-navi-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  border: 0;
  padding: 24px 0;
  color: #30302E;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.l-main-navi-list__link.is-service {
  font-size: 13px;
  font-weight: 700;
}
.l-main-navi.is-open .l-main-navi-list__link {
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
  justify-content: flex-start;
}
.l-main-navi-list__link:hover {
  color: #AF251C;
  text-decoration: none;
}
.l-main-navi-list__link.is-on {
  text-decoration: none;
  color: #AF251C;
}
.l-main-navi-list__link .c-icon-btn {
  fill: #797874;
  margin-right: 8px;
  transition: all 0.2s cubic-bezier(0,.71,.6,1);
}
.l-main-navi-list__link:hover .c-icon-btn {
  fill: #AF251C;
}
.l-main-navi-list__link:hover .exship-balloon,
.exship-balloon:hover {
  color: #30302E;!important
}
@media screen and (max-width: 1200px) {
  .l-main-navi-list {
    position: relative;
    top: 0;
    left: -100%;
    height: 100vh;
    background: #fff;
    opacity: 0.5;
    transition: all 0.6s cubic-bezier(0,.71,.6,1);
  }
  .l-main-navi.is-open .l-main-navi-list {
    transform: translateX(100%);
    opacity: 1;
  }
  .l-main-navi-list__item {
    display: block;
    border-top: 1px solid #F2F1EA;
  }
  .l-main-navi-list__item.is-flex {
    display: flex;
    justify-content: space-between;
  }
  .l-main-navi-list__link {
    padding: 16px;
    text-align: left;
  }
  .l-main-navi-list__link.is-service {
    padding: 16px;
    text-align: left;
  }
  .l-main-navi-list__item .l-main-navi-list__link:nth-child(2) {
    justify-content: flex-end;
    width: auto;
    margin: 8px 16px;
    padding: 8px 16px;
    border: 1px solid #B6B5B8;
    border-radius: 4px;
    font-family: "Lato", "Hiragino Kaku Gothic ProN", "Noto Sans JP";
    font-weight: normal;
    white-space: nowrap;
  }
  .l-main-navi-list__item .l-main-navi-list__link:nth-child(2):hover {
    border: 1px solid #AF251C;
    color: #AF251C;
  }
  .l-main-navi-list__item .l-main-navi-list__link:nth-child(2)::before {
    display: none;
  }
  /*すぐにお届け！*/
  .exship-balloon {
    position: relative;
    top: 0;
    left: 16px;
    font-size: 12px;
  }
  .exship-balloon::after {
    display: none;
  }
}

/********** 検索・カート **********/
.l-header-iconBox {
  position: absolute;
  top: 44px;
  right: 0;
  display: flex;
  min-width: 100px;
  justify-content: flex-end;
  z-index: 1000;
}
@media screen and (max-width: 1200px) {
  .l-header-iconBox {
    position: static;
    min-width: 44px;
  }
}
.l-header-search__btn {
  width: 44px;
  height: 44px;
  z-index: 2;
  box-sizing: border-box;
  border: 0;
  padding: 10px;
  background: #fff;
}
.l-header-search__box {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 44px;
  box-sizing: border-box;
}
.l-header-search__btn .c-icon-btn,
.l-header-search__submit .c-icon-btn,
.l-header-cart .c-icon-btn {
  fill: #30302E;
  transition: all 0.2s cubic-bezier(0,.71,.6,1);
}
.l-header-search__btn:hover .c-icon-btn,
.l-header-search__submit:hover .c-icon-btn,
.l-header-cart a:hover .c-icon-btn {
  fill: #AF251C;
}
.l-header-search__form {
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex: 1;
  margin: 0;
}
.l-header-search__btn.is-hide {
  display: none;
}
.l-header-search__input {
  width: 0;
  border-bottom: 1px solid #A9A8A3;
  transition: all 0.6s cubic-bezier(0,.71,.6,1);
  transform: scale(0, 1);
  transform-origin: right;
  opacity: 0;
}
.l-header-search__input.is-open {
  width: 18em;
  transform: scale(1, 1);
  opacity: 1;
}
.l-header-search__input input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
}
.l-header-search__submit {
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  padding: 10px;
  border: 0;
  background: none;
}
@media screen and (max-width: 1200px) {
  .l-header-search__box {
    right: 104px;
  }
  .l-header-search__box.is-open {
    width: calc(100% - 128px);
  }
}
@media screen and (max-width: 767px) {
  .l-header-search__box {
    right: 96px;
  }
  .l-header-search__box.is-open {
    width: calc(100% - 112px);
  }
}
.l-header-cart a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  text-align: center;
}
.l-header-cart a:hover {
  text-decoration: none;
}

.l-header-cart a:hover img {
  fill: #AF251C;
}
@media screen and (max-width: 1200px) {
  .l-header-search__input.is-open {
    width: 100%;
    background: #fff;
    transition: all 0.2s cubic-bezier(0,.71,.6,1);
  }
}
@media screen and (max-width: 767px) {
  .l-header-cart a {
    width: 44px;
    height: 44px;
  }
}
.l-header-cart a img {
  width: 19px;
}
.p-global-header__cart-count {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 14px;
  height: 14px;
  padding: 2px;
  border-radius: 50px;
  background: #AF251C;
  color: #fff;
  font-size: 10px;
}
/********** ヘルプナビ **********/
.l-help-navi-box {
  display: flex;
  position: absolute;
  top: -60px;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .l-help-navi-box {
    display: block;
    position: static;
  }
}
.l-help-navi-box a {
  color: #30302E;
}
.l-help-navi-list {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .l-help-navi-list {
    display: block;
    border-top: 1px solid #F2F1EA;
  }
}
.l-help-navi-list__item {
  margin-left: 32px;
}
.l-help-navi-list__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .l-help-navi-list__item {
    margin-left: 0;
  }
  .l-help-navi-list__link {
    display: block;
    position: relative;
    padding: 20px;
  }
  .l-help-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #F2F1EA;
    border-bottom: 1px solid #F2F1EA;
    transform: rotate(-45deg);
  }
}
.l-sns-navi-list {
  display: flex;
  margin-left: 32px;
}
.l-sns-navi-list__item {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .l-sns-navi-list {
    justify-content: center;
  }
  .l-sns-navi-list__item {
    margin-right: 24px;
  }
}

.l-sns-navi-list__item:last-child {
  margin: 0;
}

/******************************/
/* ショッピングガイド */
/******************************/
.p-shopguide {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-shopguide {
    display: none;
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .p-shopguide {
    padding: 64px 20px;
  }
  .p-shopguide-wrap {
    width: 100%;
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-wrap {
    display: none;
    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: 1200px) {
  .p-shopguide-column {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

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

.p-shopguide-head.shopkeeper {
  padding-top: 0;
  border-top: 0;
  border-bottom: 0;
}

.p-shopguide-head .c-ttl-sub {
  margin-bottom: 32px;
}
.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: 40px;
  margin-left: 0;
  color: #909090;
  overflow-wrap: break-word;
}
.p-shopguide__img {
  margin-bottom: 16px;
}
.p-shopguide__point-ttl {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: bold;
}
.p-shopguide-cregit-list {
  display: flex;
  flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
  margin-right: 7px;
  margin-bottom: 8px;
}
.p-shopguide__attention {
  font-size: 12px;
}

/******************************/
/* 最近チェックした商品 */
/******************************/
.p-checked {
  padding: 32px 0;
  border-top: 1px solid #F2F1EB;
}

@media screen and (max-width: 1200px) {
  .p-checked {
    margin: 0 -24px;
    border-top: none;
  }
  .p-checked-overflow {
    overflow-x: scroll;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-checked {
    margin: 0 -16px;
  }
}

/******************************/
/* 関連リンク */
/******************************/
.p-links {
  padding: 80px 0;
  background: #F2F1EA;
}

.p-links-list {
  display: flex;
  gap: 64px;
}

.p-links-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 568px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  text-align: center;
}

.p-links-list__img {
  display: block;
  height: 298px;
  background: #fff;
  text-align: center;
}

.p-links-list__img img {
  width: auto;
  max-height: 100%;
}

.p-links-list__txt  {
  margin-top: 24px;
}

.p-links-list__txt h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.p-links-list__txt p {
  margin-bottom: 8px;
  color: #797874;
}

.p-links-list__social {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.p-links-list__btn a {
  display: block;
}

.p-links-list__btn a .c-icon-btn {
  width: 48px;
  height: 48px;
  fill: #30302E;
  transition: all 0.2s cubic-bezier(0,.71,.6,1);
}

.p-links-list__btn a .c-icon-btn:hover {
  fill: #AF251C;
}

@media screen and (max-width: 1200px) {
  .p-links {
    padding: 64px 0;
  }
  .p-links-list {
    gap: 24px;
  }
  .p-links-list__item {
    width: auto;
    flex: 1;
  }
  .p-links-list__img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .p-links-list__img::before {
    content: "";
    display: block;
    padding-top: 52.5%;
  }
  .p-links-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;
  }
}
@media screen and (max-width: 768px) {
  .p-links {
    padding: 48px 16px;
  }
  .p-links-list {
    flex-direction: column;
  }

  .p-links-list__txt p {
    font-size: 12px;
  }
  .p-links-list__btn a .c-icon-btn {
    width: 32px;
    height: 32px;
  }
}


/******************************/
/* footer */
/******************************/
.l-footer {
  padding: 64px 16px;
  text-align: center;
}
.l-footer-copyright {
  font-size: 12px;
  color: #B6B5B8;
}
.l-footer-copyright address {
  margin-bottom: 0;
}
.l-footer-navi {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 24px;
}
.l-footer-navi__link:hover {
  color: #AF251C;
}

@media screen and (max-width: 1200px) {
  .l-footer {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    gap: 16px;
    font-size: 12px;
  }
}

/***** CSS編集内style *****/
@charset "euc-jp";
body {
  background: #fff;
  color: #30302E;
}
a {
  color: #30302E;
}
a:hover,
a:active,
a:focus {
  color: #AF251C;
  text-decoration: none;
}
/** 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: 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); }
}
