html {
  overflow: auto;
}
body {
  overflow-x: hidden;
  margin: 0;
  min-width: 375px;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
  letter-spacing: 0em;
  line-height: 1.75;
  color: #5F4239;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #5F4239;
  transition: all 0.5s ease;
}
a:hover, a:focus {
  color: #5F4239;
  text-decoration: none;
}
.link-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}
.l-header-help__btn:hover {
  text-decoration: none;
  opacity: 0.6;
}
[data-whatinput=mouse] *:focus, [data-whatinput=touch] *:focus {
  outline: none;
}
button {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .js-scroll-prevent {
    overflow: hidden;
  }
}
:root {
  --FAVORED: #F43E3E;
}
.font-quicksand {
  font-family: 'Quicksand', sans-serif;
}
.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1500px;
}
@media screen and (max-width: 767px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.u-container-fhd {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
.u-contents {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.u-contents-s {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.u-attention {
  font-weight: normal;
  font-style: normal;
  color: #b72424;
}
.u-bold {
  font-weight: bold;
  font-style: normal;
}
.u-red {
  color: #ff0000;
}
.u-text-right {
  text-align: right;
}
.u-strikethrough {
  text-decoration: line-through;
}
.u-marker {
  background: linear-gradient(transparent 70%, #fff284 70%);
}
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.u-pc-only {
  display: block;
}
.u-pc-only-inline {
  display: inline;
}
.u-pc-only-inlineBlock {
  display: inline-block;
}
.u-pc-only-Flex {
  display: flex;
}
.u-sp-only {
  display: none;
}
.u-sp-only-inline {
  display: none;
}
.u-sp-only-inline-block {
  display: none;
}
.u-sp-only-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-pc-only-inlineBlock {
    display: none;
  }
  .u-pc-only-flex {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline;
  }
  .u-sp-only-inline-block {
    display: inline-block;
  }
  .u-sp-only-flex {
    display: flex;
  }
}
.u-hidden {
  overflow: hidden;
}
.u-opa img {
  opacity: 1;
  transition: all 0.3s ease;
}
.u-opa img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  .u-overflow-slide {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f4f4f4;
  }
}
@media screen and (max-width: 1023px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #8f8f8f;
  }
}
.u-square-img {
  position: relative;
}
.u-square-img:before {
  display: block;
  padding-top: 100%;
  content: "";
  background: #fff;
}
.u-square-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-square-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.l-main {
  transition: margin 0.1s ease;
  margin-top: 200px;
}
.l-main.scroll-page {
  margin-top: 125px;
}
@media screen and (max-width: 1023px) {
  .l-main {
    margin-top: 167px;
  }
}
.l-main.is-top {
  padding-top: 0;
}
.l-bottom {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 50px;
  }
}
.p-favorite {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-favorite {
    padding-top: 45px;
  }
}
.p-favorite.is-shopkeeper, .p-favorite.is-privacy {
  display: none;
}
.p-checked {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-checked {
    padding-top: 15px;
    padding-bottom: 45px;
  }
}
.p-checked.is-shopkeeper, .p-checked.is-privacy {
  display: none;
}
.l-footer-callender {
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-callender {
    margin: 30px 0;
  }
}
.p-calendar {
  box-sizing: border-box;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-calendar {
    margin-top: 0px;
  }
}
.p-calendar.is-shopkeeper, .p-calendar.is-privacy {
  display: none;
}
.p-calendar__wrap {
  background: #fff;
}
.side_cal {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .side_cal {
    display: block;
  }
}
.tbl_calendar {
  width: 300px;
  text-align: center;
  border-spacing: 1px;
  border-collapse: separate;
}
@media screen and (max-width: 1023px) {
  .tbl_calendar {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .tbl_calendar {
    margin-bottom: 30px;
    width: auto;
  }
}
.tbl_calendar caption {
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
}
.tbl_calendar th {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px solid #b3b2b2;
}
@media screen and (max-width: 767px) {
  .tbl_calendar th {
    padding: 5px 12px;
    font-size: 13px;
  }
}
.tbl_calendar td {
  padding: 5px 5px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .tbl_calendar td {
    padding: 5px 12px;
    font-size: 13px;
  }
}
.side_cal_memo {
  margin-bottom: 45px;
  margin-left: 100px;
  margin-right: 100px;
}
@media screen and (max-width: 1023px) {
  .side_cal_memo {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .side_cal_memo {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shopguide {
  position: relative;
  z-index: 10;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-shopguide {
    margin-top: 75px;
  }
}
.p-shopguide__wrap {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-shopguide__wrap {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .p-shopguide-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shopguide-column {
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  width: 33.3333%;
  font-feature-settings: "palt"1;
}
@media screen and (max-width: 1023px) {
  .p-shopguide-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-column + .p-shopguide-column {
    margin-top: 40px;
  }
}
.p-shopguide-box__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p-shopguide-box__ttl span {
  font-size: 12px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
  color: #909090;
}
.p-shopguide__icon {
  margin-bottom: 20px;
}
.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
}
.p-shopguide__body {
  margin-bottom: 20px;
  margin-left: 0;
  line-height: inherit;
  font-size: 14px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
}
.p-shopguide__img {
  margin-bottom: 10px;
}
.p-shopguide__img img {
  margin-right: 5px;
}
.p-shopguide__img img:last-child {
  margin-right: 0;
}
.p-shopguide__point-ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-shopguide-cregit-list {
  display: flex;
  flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
  margin-right: 7px;
  margin-bottom: 10px;
}
.p-shopguide__attention {
  font-size: 12px;
}
.fadeIn {
  opacity: 0;
  transition: all 2.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
  transform: translate(-20px, 0);
}
.fromRight {
  transform: translate(20px, 0);
}
.fromTop {
  transform: translate(0, -20px);
}
.fromBottom {
  transform: translate(0, 20px);
}
.fromForeground {
  transform: scale(1.6);
}
.faded {
  opacity: 1;
}
.fadedWithTransform {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close .mfp-close, .mfp-zoom-out-cur .mfp-iframe-holder .mfp-close .mfp-close {
  right: 0 !important;
  width: 15px;
}
.mfp-zoom-out-cur .mfp-bottom-bar {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.mfp-zoom-out-cur .mfp-arrow-right:after {
  left: -10px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(135deg);
}
.mfp-zoom-out-cur .mfp-arrow-left:after {
  left: 0px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}
/* 非表示
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
  background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
  background-position: -192px -264px;
}
.icon-lg-b.icon-video {
  background-position: -456px -144px;
}
.icon-lg-b.icon-pinterest {
  background-position: -312px -264px;
}
非表示 */
.icon-b, .icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
/* 非表示
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
非表示 */
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b, .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b, .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  /* 非表示 
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  非表示 */
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
.c-ttl-main {
  position: relative;
  margin-top: 0;
  margin-bottom: 38px;
  color: var(--, #5F4239);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 6px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}
@media screen and (max-width: 1023px) {
  .c-ttl-main {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.c-ttl-main.is-mbs {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-ttl-main.is-mbs {
    margin-bottom: 20px;
  }
}
.c-ttl-main.is-mb0 {
  margin-bottom: 0;
}
.c-ttl-main.is-s {
  font-size: 20px;
}
.c-ttl-submain {
  color: var(--FAVORED);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl-submain {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.c-ttl-sub {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.c-item-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  max-width: 1350px;
  padding: 0 15px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .c-item-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.c-item-list__item {
  position: relative;
}
.c-item-list__img {
  position: relative;
  text-align: center;
  background: #ffffff;
}
.c-item-list__img img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-item-list__img img {
    width: 501.5px;
  }
}
.c-item-list__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  padding: 5px 5px 3px 5px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 20px;
  background: #cccccc;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .c-item-list__icon {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .c-item-list__icon {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__icon {
    top: 15px;
    left: 10px;
    padding: 5px 5px 3px 5px;
    line-height: 1.2;
  }
}
.c-item-list__icon.is-soldout {
  background: #000000;
}
.c-item-list__icon.is-off {
  background: #ffffff;
  color: #000000;
}
.c-item-list__icon.is-s {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .c-item-list__icon.is-s {
    font-size: 10px;
  }
}
.c-item-list__txt {
  position: static;
  padding: 10px 0;
  background: transparent;
  opacity: 1;
  color: #5F4239;
}
.c-item-list__ttl {
  font-size: 13px;
}
.c-item-list__ttl img {
  vertical-align: middle;
}
.c-item-list__ttl a {
  color: #5F4239;
}
.c-item-list__body {
  margin-top: 5px;
  font-size: 12px;
}
.c-item-list__price {
  margin-top: 0;
  font-size: 13px;
}
.c-item-list__price + .c-item-list__price {
  margin-top: 0;
}
.c-item-list__price.is-soldout {
  color: #a10000;
}
.c-item-list__price.u-strikethrough {
  font-size: 12px;
}
.c-item-list__btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  z-index: 100;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #bababa;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}
.c-item-list__btn.is-ranking {
  top: 20px;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .c-item-list__btn.is-ranking {
    top: 10px;
    right: 30px;
  }
}
.c-item-list__btn.is-added {
  color: #ff0000;
}
.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
@media screen and (max-width: 767px) {
  .c-item-list__btn svg {
    width: 15px;
    height: 15px;
  }
}
svg:not(:root) {
  overflow: hidden;
}
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
  padding: 10px;
}
.c-btn {
  display: inline-flex;
  padding: 15px 25px;
  align-items: center;
  gap: 30px;
  border-radius: 150px;
  border: 1px solid var(--FAVORED, #F43E3E);
  color: var(--FAVORED, #F43E3E);
  font-size: 18px;
  background-color: transparent;
  position: relative;
}
.c-btn.with_decoration {
  padding: 15px 45px 15px 25px;
}
.c-btn .decoration {
  fill: var(--FAVORED, #F43E3E);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0px, -50%);
  transition: all 0.5s ease;
  width: 8px !important;
}
.c-btn:hover .decoration {
  fill: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 15px 25px;
    font-size: 18x;
  }
}
.c-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.c-btn:hover {
  background: var(--FAVORED, #F43E3E);
  color: #ffffff;
}
.c-btn:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.c-btn-cart {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 20px 20px 20px;
  border: 2px solid var(--FAVORED, #F43E3E);
  border-radius: 35px;
  width: 100%;
  line-height: 1;
  height: 70px;
  font-size: 16px;
  font-weight: bold;
  background: var(--FAVORED, #F43E3E);
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  opacity: 0.8;
  text-decoration: none;
}
.c-btn-cart.is-disabled, .c-btn-cart.is-soldout {
  border-color: #c6c6c6;
  background: #c6c6c6;
  color: #ffffff;
  cursor: default;
}
.c-btn-cart.is-disabled:hover, .c-btn-cart.is-soldout:hover {
  background: #c6c6c6;
}
.c-btn-cart.is-membersonly {
  border-color: var(--FAVORED, #F43E3E);
  background: var(--FAVORED, #F43E3E);
  color: #ffffff;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  opacity: 0.8;
}
.c-btn-cart.is-member {
  padding: 17px;
  height: 50px;
  font-size: 14px;
  font-weight: normal;
  border-color: var(--FAVORED, #F43E3E);
  background: var(--FAVORED, #F43E3E);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn-cart.is-member {
    padding: 19px;
  }
}
.c-btn-cart.is-member:hover {
  opacity: 0.8;
}
.c-btn-cart.is-member-login {
  padding: 17px;
  height: 50px;
  font-size: 14px;
  font-weight: normal;
  border-color: var(--FAVORED, #F43E3E);
  background: var(--FAVORED, #F43E3E);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn-cart.is-member-login {
    padding: 19px;
  }
}
.c-btn-cart.is-member-login:hover {
  opacity: 0.8;
}
.c-btn-cart.is-favorite {
  border-color: #c6c6c6;
  background: #ffffff;
  color: #c6c6c6;
}
@media screen and (max-width: 767px) {
  .c-btn-cart.is-favorite {
    padding: 19px;
  }
}
.c-btn-cart.is-favorite svg {
  margin-right: 10px;
  padding-bottom: 3px;
  width: 22px;
}
.c-btn-cart.is-added {
  color: #000000;
}
.c-btn-cart.is-added svg {
  fill: #F43E3E;
}
.c-btn-cart img {
  margin-right: 10px;
  padding-bottom: 5px;
  width: 22px;
}
.c-more {
  text-align: center;
}
.c-not-found {
  margin-top: 120px;
  margin-bottom: 120px;
  text-align: center;
}
.c-tbl-list {
  border-top: 1px solid #2d2d2d;
}
@media screen and (max-width: 767px) {
  .c-tbl-list {
    border-top: 0;
  }
}
.c-tbl-list__tr {
  display: flex;
  border-bottom: 1px solid #2d2d2d;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__tr {
    display: block;
    border-bottom: 0;
  }
}
.c-tbl-list__th {
  box-sizing: border-box;
  margin: 0;
  padding: 20px 20px 20px 0px;
  width: 270px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    margin-bottom: 15px;
    padding: 5px 15px;
    border-bottom: 1px solid #2d2d2d;
    width: auto;
  }
}
.c-tbl-list__td {
  flex: 1;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.c-breadcrumbs-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 70px;
  padding: 20px;
  background: #f5f5f5;
  text-align: center;
}
.c-breadcrumbs.u-container {
  max-width: 1960px;
}
.c-breadcrumbs-list {
  text-align: left;
}
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 13px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .c-breadcrumbs-list__item {
    margin-right: 15px;
    font-size: 12px;
  }
}
.c-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .c-breadcrumbs-list__item:before {
    right: -12px;
  }
}
.c-breadcrumbs-list__item:last-child:before {
  content: none;
}
.c-slider-thema .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.c-slider-thema .slick-prev, .c-slider-thema .slick-next {
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev, .c-slider-thema .slick-next {
    width: 40px;
    height: 40px;
  }
}
.c-slider-thema .slick-prev:before, .c-slider-thema .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-left: 2px solid #F43E3E;
  border-top: 2px solid #F43E3E;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev:before, .c-slider-thema .slick-next:before {
    width: 8px;
    height: 8px;
  }
}
.c-slider-thema .slick-prev:hover, .c-slider-thema .slick-next:hover {
  background: transparent;
}
.c-slider-thema .slick-prev {
  left: 0;
}
.c-slider-thema .slick-prev:hover {
  left: 0;
}
.c-slider-thema .slick-prev:before {
  left: 25px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev:before {
    left: 15px;
  }
}
.c-slider-thema .slick-next {
  right: 0;
}
.c-slider-thema .slick-next:hover {
  right: 0;
}
.c-slider-thema .slick-next:before {
  right: 25px;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-next:before {
    right: 15px;
  }
}
.c-slider-thema .slick-dots li button:before {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 50%;
  background: #e5e5e5;
  opacity: 1;
}
.c-slider-thema .slick-dots li.slick-active button:before {
  background: #7d7d7d;
}
.l-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: all ease 0.5s;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 0;
    left: 0;
    right: 0;
    min-width: 375px;
  }
}
.l-header.is-top {
  box-shadow: none;
}
.l-header.is-open .l-header-logo {
  margin-bottom: 0;
  display: block;
}
.l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-header.is-open .l-main-navi-list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header.is-open .l-menu-btn {
    display: block;
  }
}
.l-header.is-fixed {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .l-header.is-fixed {
    background: #ffffff;
  }
}
.l-header.toppage .l-header-main {
  height: 200px;
  transition: height 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .l-header.toppage .l-header-main {
    height: 120px;
  }
}
.l-header.toppage .l-header-logo {
  top: 85px;
  transition: top 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .l-header.toppage .l-header-logo {
    top: 0px;
  }
}
.l-header.toppage .l-header-logo__img {
  padding: 0px;
  transition: padding 0.3s ease;
}
.l-header.toppage .l-header-logo__img img {
  width: 200px;
  transition: width 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .l-header.toppage .l-header-logo__img img {
    width: 120px;
  }
}
.l-header.toppage.is-fixed .l-header-main {
  height: 120px;
}
.l-header.toppage.is-fixed .l-header-logo {
  top: 0px;
}
.l-header.toppage.is-fixed .l-header-logo__img {
  padding: 0;
}
.l-header.toppage.is-fixed .l-header-logo__img img {
  width: 120px;
}
.l-header-divider {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header-divider {
    display: block;
    height: 47px;
    background: var(--FAVORED, #F43E3E);
  }
}
.l-header-main {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  background-color: #FFF8F2;
}
@media screen and (max-width: 767px) {
  .l-header-main {
    height: auto;
    min-height: 55px;
  }
}
.l-header-main__in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .l-header-main__in {
    width: 100%;
  }
}
.l-header-logo {
  text-align: center;
  background: #FFF8F2;
  position: relative;
  border-radius: 100%;
}
.l-header-logo__img {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0px;
  height: 60px;
  width: fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .l-header-logo__img {
    padding-left: 110px;
    padding-right: 110px;
    height: auto;
    min-height: 45px;
  }
}
.l-header-logo__img img {
  width: 120px;
  max-width: 224px;
}
.l-header-logo__txt {
  word-break: break-all;
  display: inline-block;
  max-width: 900px;
  line-height: 1.2;
  font-size: 14px;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .l-header-logo__txt {
    max-width: inherit;
    font-size: 12px;
  }
}
.l-header-sns-box {
  position: absolute;
  left:15px;
  z-index: 100;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .l-header-sns-box {
    display: none;
  }
}
.l-header-sns-box p {
  width: 130px;
  margin: 0;
}
.sns_gelateria,
.sns_panetteria
 {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.sns_gelateria ul,
.sns_panetteria ul
 {
  display: flex;
}
.l-menu-btn {
  position: absolute;
  left: 0;
  z-index: 100;
  padding: 0;
  width: 80px;
  height: 80px;
  border: 0;
  background: transparent;
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-menu-btn {
    display: block;
    width: 45px;
    height: 55px;
    left: 12px;
  }
  .l-menu-btn .iconclose {
    display: none;
  }
  .l-menu-btn .open {
    display: block;
  }
  .l-menu-btn.is-on .iconclose {
    display: block;
  }
  .l-menu-btn.is-on .open {
    display: none;
  }
}
.header-modal {
  display: none;
  position: fixed;
  z-index: 102;
  padding-top: 6%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.header-modal-content {
  margin: auto;
  padding: 20px;
  width: 90%;
  /* width: 1920pxの時、height: 400px;のように可変にしたい */
  height: calc(90vw * 0.2083333333333333);
  max-width: 1920px;

}
.header-modal-shop {
  display: flex;
  height: 100%;
}
.header-modal-shop-panetteria, .header-modal-shop-gelateria {
  position: relative;
  flex: 1;
  cursor: pointer;
}
.header-modal-shop-panetteria-bg, .header-modal-shop-gelateria-bg {
  position: absolute;
  width: 100%;
  top: 0;
}
.header-modal-shop-panetteria-logo, .header-modal-shop-gelateria-logo {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
  position: relative;
  z-index: 101;
}
.header-modal-shop-panetteria-logo-image, .header-modal-shop-gelateria-logo-image {
  height: 50%;
  margin: 32px;
}
.header-modal-shop-panetteria-logo-text, .header-modal-shop-gelateria-logo-text {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 10.5px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header-modal-shop-panetteria-logo-text, .header-modal-shop-gelateria-logo-text {
  	font-size: 16px;
    letter-spacing: 1.2px;
  }
}
.header-modal-shop-panetteria-logo-text:hover, .header-modal-shop-gelateria-logo-text:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.6;
}
.header-modal-shop-accent {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.l-main-navi {
  display: none;
  z-index: 100;
}
.l-main-navi.is-open {
  box-sizing: border-box;
  overflow-y: auto;
  display: block;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 10;
  padding: 100px 20px 0 20px;
  width: 100%;
  height: calc(100vh - 80px);
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open {
    top: 55px;
    left: 0;
    z-index: 10;
    padding: 60px 20px 20px 20px;
    width: 100%;
    height: calc(100vh - 55px);
  }
}
.l-main-navi__wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .l-main-navi__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main-navi-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-main-navi-list__ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__ttl {
    display: none;
  }
}
.l-main-navi-list__item {
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__item {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.l-main-navi-list__link {
  display: none;
  transition: all ease 0.2s;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__link {
    display: block;
    position: relative;
    padding: 18px 45px 16px 0px;
    border: 0;
    font-weight: normal;
    background: transparent;
    color: #2d2d2d;
    width: 100%;
    font-size: 18px;
    text-align: left;
  }
}
.l-main-navi-list__link:hover:before, .l-main-navi-list__link.is-on:before {
  border-right-color: #2d2d2d;
  border-bottom-color: #2d2d2d;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(45deg);
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  }
}
.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: #eeeeee;
  opacity: 0;
}
.l-main-navi__overlay.is-on {
  display: block;
  animation: anime-fade 0.2s ease forwards;
  background-color: #FFF8F2;
}
@keyframes anime-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-dropdown-menu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu {
    display: none;
    margin-bottom: 20px;
    color: #2d2d2d;
  }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list {
    padding: 0 0 10px 0;
  }
}
.l-dropdown-menu-list__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .l-dropdown-menu-list__item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__item {
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 14px;
    word-break: break-all;
  }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__link {
    display: block;
    padding: 15px 0;
    color: #2d2d2d;
  }
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__link:hover, .l-dropdown-menu-list__link:focus {
    color: #2d2d2d;
  }
}
.l-header-home {
  position: absolute;
  right: 415px;
}
@media screen and (max-width: 1023px) {
  .l-header-home {
    display: none;
  }
}
.l-header-shop {
  position: absolute;
  right: 287px;
}
@media screen and (max-width: 1023px) {
  .l-header-shop {
    display: none;
  }
}
.l-header-about {
  position: absolute;
  right: 207px;
}
@media screen and (max-width: 1023px) {
  .l-header-about {
    display: none;
  }
}
.l-header-text__btn {
  box-sizing: border-box;
  position: relative;
  padding: 2px 0 0 0;
  height: 45px;
  border: 0;
  background: none;
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.l-header-text__btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-header-text__btn {
    padding-top: 3px;
  }
}
.l-header-search {
  position: absolute;
  top: auto;
  right: 115px;
}
@media screen and (max-width: 767px) {
  .l-header-search {
    right: 60px;
  }
}
.l-header-search__btn {
  box-sizing: border-box;
  position: relative;
  padding: 2px 0 0 0;
  width: 50px;
  height: 45px;
  border: 0;
  background: none;
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header-search__btn {
    padding-top: 3px;
    width: 45px;
  }
}
.l-header-search__btn::before, .l-header-search__btn::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 15px;
  width: 20px;
  height: 2px;
  background-color: #000000;
  opacity: 0;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
@media screen and (max-width: 767px) {
  .l-header-search__btn::before, .l-header-search__btn::after {
    top: 23px;
    left: 13px;
  }
}
.l-header-search__btn::before {
  transform: rotate(-45deg);
}
.l-header-search__btn::after {
  transform: rotate(45deg);
}
.l-header-search__btn.is-on svg {
  display: none;
}
.l-header-search__btn.is-on::before, .l-header-search__btn.is-on::after {
  opacity: 1;
}
.l-header-search__btn img {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .l-header-search__btn img {
    width: 20px;
  }
}
.l-header-search__contents {
  display: none;
}
.l-header-search__contents.is-on {
  box-sizing: border-box;
  display: block;
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 101;
  padding: 15px 15px 35px 15px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  animation: anime-fade 0.2s ease forwards;
}
@media screen and (max-width: 767px) {
  .l-header-search__contents.is-on {
    top: 55px;
    padding: 10px 20px 15px 20px;
  }
}
.l-header-search__form {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  border-bottom: 1px solid #b3b2b2;
  max-width: 1280px;
  transition: all ease 0.4s;
}
.l-header-search__form input::placeholder {
  color: #777777;
}
.l-header-search__form input:-ms-input-placeholder {
  color: #777777;
}
.l-header-search__form input::-ms-input-placeholder {
  color: #777777;
}
.l-header-search__input {
  flex: 1;
}
.l-header-search__input input {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border: none;
  background: transparent;
  color: #2d2d2d;
}
.l-header-search__input input:focus {
  outline: none;
}
.l-header-search__submit {
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background: #ffffff;
}
.l-header-search__submit img {
  width: 21px;
}
.l-header-search__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.l-header-cart {
  position: absolute;
  top: auto;
  right: 75px;
}
@media screen and (max-width: 767px) {
  .l-header-cart {
    right: 15px;
  }
}
.l-header-cart form {
  margin: 0;
}
.l-header-cart-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  width: 45px;
  height: 45px;
  border: 0;
  background: none;
  text-align: center;
}
.l-header-cart-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}
.l-header-cart-btn img {
  width: 26px;
}
@media screen and (max-width: 767px) {
  .l-header-cart-btn img {
    width: 22px;
  }
}
.l-header-cart-btn__count {
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  right: 0px;
  padding: 3px 2px 0px 2px;
  height: 14px;
  min-width: 14px;
  border-radius: 10px;
  line-height: 1;
  font-size: 10px;
  background: #ff0000;
  color: #ffffff;
  text-align: center;
}
.l-header-account {
  position: absolute;
  right: 25px;
}
@media screen and (max-width: 1023px) {
  .l-header-account {
    display: none
  }
}
.l-header-help {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  padding: 60px 0;
  border-top: 1px solid #b3b2b2;
}
@media screen and (max-width: 1023px) {
  .l-header-help {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header-help {
    margin-top: 30px;
    padding: 30px 0 120px 0;
  }
}
.l-header-help-box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-header-help-box {
    display: block;
  }
}
.l-header-help-list {
  width: 250px;
}
@media screen and (max-width: 1023px) {
  .l-header-help-list {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .l-header-help-list {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-help-list__item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-help-list__item {
    margin-bottom: 0;
  }
}
.l-header-help-list__link {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-header-help-list__link {
    padding: 8px 0;
  }
}
.l-header-sns-list {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .l-header-sns-list {
    justify-content: center;
  }
}
.l-header-sns-list__item {
  margin-left: 15px;
  display: flex;
}
.l-footer {
  background: #ffffff;
}
.l-footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }
}
.l-footer-shopinfo_01 {
  display: flex;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer-shopinfo_01 {
    padding-top: 0;
    flex-direction: column;
    align-items: center;
  }
}
.l-footer-shopinfo_02 {
  display: flex;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer-shopinfo_02 {
    padding-top: 0;
    flex-direction: column;
    align-items: center;
  }
}
.l-footer-shopinfo__logo {
  word-break: break-all;
  max-width: 170px;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-shopinfo__logo {
    max-width: 150px;
    margin: 15px 0;
  }
}
.l-footer-shopinfo__logo-txt {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer-shopinfo__logo-txt {
    text-align: center;
  }
}
.l-footer-shopinfo__txt {
  margin-top: 10px;
  font-size: 12px;
  color: #757575;
}
.l-footer-sns-list {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .l-footer-sns-list {
    margin-top: 35px;
    justify-content: center;
  }
}
/* 非表示 
.l-footer-sns-list__item {
  margin-right: 15px;
}
@media screen and (max-width: 1023px) {
  .l-footer-sns-list__item {
    margin-right: 25px;
  }
}
.l-footer-sns-list__item:last-child {
  margin-right: 0;
}
非表示 */
.l-footer-qr {
  padding: 15px;
  width: 150px;
  background: #f5f5f5;
}
@media screen and (max-width: 1023px) {
  .l-footer-qr {
    display: none;
  }
}
.l-footer-navi {
  display: flex;
  column-gap: 35px;
  row-gap: 20px;
  justify-content: center;
  margin-bottom: 68px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
.l-footer-navi-list__link {
  font-family: Inter;
  font-size: 15px;
  line-height: 25px; /* 166.667% */
  letter-spacing: 3.75px;
}
.l-footer-navi-list__link:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__link {
    font-size: 10px;
    line-height: 25px;
    letter-spacing: 2.5px;
  }
}
.l-copyright {
  font-size: 15px;
  text-align: center;
  color: #FFF;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .l-copyright {
    font-size: 10px;
    padding: 6px 0;
  }
}
.p-freepage.u-container {
  max-width: 100%;
  padding-left: 0%;
  padding-right: 0%;
}
.p-freepage a {
  text-decoration: none;
}
.p-freepage a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.p-freepage__contents {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-freepage__contents {
    padding-top: 30px;
  }
}
.p-freepage__attention {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.p-freepage__img {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.p-freepage__img img {
  border: 1px solid #cccccc;
}
.p-freepage__body {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-freepage-ol {
  padding-left: 25px;
  list-style-type: decimal;
}
.p-freepage-ol__item {
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.l-footer-info {
  display: flex;
  flex-direction: column;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-info {
    margin: 15px 0;
  }
}
.l-footer-navi-list__info__title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 6.5px;
}
.l-footer-navi-list__info__title .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__info__title {
    font-size: 24px;
    letter-spacing: 6px;
  }
  .l-footer-navi-list__info__title .sp {
    display: inline;
  }
}
.l-footer-navi-list__info__address {
  color: #5F4239;
  font-size: 14px;
  letter-spacing: 3px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__info__address {
    font-size: 12px;
    margin-top: 20px;
  }
}
.l-footer-navi-list__info__contact {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__info__contact {
    text-align: center;
    margin-top: 25px;
  }
}
.satohuru_bnr {
  max-width: 220px;
  width: 100%;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .satohuru_bnr {
    margin: 60px 0 30px;
  }
}
.l-footer-other {
  background: var(--FAVORED, #F43E3E);
  width: 100%;
}
.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .u-about-container {
    padding-top: 50px;
  }
}
.u-about-greeting {
  max-width: 783px;
  padding: 0 18px;
  margin: auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .u-about-greeting {
    padding: 0 45px;
    margin-bottom: 69px;
  }
}
.u-about-greeting_text {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: justify;
}
.p-about-panetteria-container {
  background-color: #FFF7F4;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-about-panetteria-container {
    padding: 0 18px 100px 18px;
  }
}
.p-about-panetteria-container.gelateria {
  background-color: #F4F6FF;
}
.p-about-panetteria-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  max-width: 1150px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  padding: 130px 50px;
}
@media screen and (max-width: 767px) {
  .p-about-panetteria-content {
    margin: 0;
    background-color: #FFF7F4;
    width: 100%;
    padding: 50px 0 0 0;
  }
  .p-about-panetteria-container.gelateria .p-about-panetteria-content {
    background-color: #F4F6FF;
  }
}
.p-about-panetteria-hero {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}
.p-about-panetteria-top {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-about-panetteria-top {
    flex-direction: column;
    gap: 39px;
  }
}
.p-about-panetteria-logo {
  width: 224px;
}
@media screen and (max-width: 767px) {
  .p-about-panetteria-logo {
    width: 180px;
  }
}
.p-about-panetteria-title-ja {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 6.5px;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .p-about-panetteria-title-ja {
    font-size: 21px;
    letter-spacing: 5.25px;
    margin-bottom: 33px;
    text-align: center;
  }
}
.p-about-panetteria-title-address {
  font-size: 14px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 767px) {
  .p-about-panetteria-title-address {
    font-size: 11px;
    letter-spacing: 2.75px;
  }
}
.p-about-panetteria-middle-text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
  margin: 66px 0 102px 0;
}
@media screen and (max-width: 767px) {
  .p-about-panetteria-middle-text {
    line-height: 25px;
    margin: 30px 27px 48px 27px;
    text-align: justify;
  }
  .p-about-panetteria-middle-text_pcbr {
    display: none;
  }
}
.p-about-panetteria-image {
  display: flex;
  gap: 10px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-about-panetteria-image {
    flex-direction: column;
    gap: 15px;
    margin: 0 10px 78px 10px;
  }
}
.p-about-panetteria-image-left {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-about-panetteria-image-left {
    width: 100%;
  }
}
.p-about-panetteria-image-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-about-panetteria-image-right {
    gap: 15px;
  }
}
.p-about-panetteria-concept {
  display: flex;
  gap: 26px;
  width: 100%;
}
.p-about-panetteria-card {
  background-color: #FFF7F4;
  border-radius: 20px;
  flex: 1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.p-about-panetteria-card.slick-slide {
  margin: 10px;
}
.p-about-panetteria-card-image {
  width: 100%;
}
.p-about-panetteria-card-content {
  padding: 26px 26px 20px 26px;
}
.p-about-panetteria-card-caption {
  color: var(--, #5F4239);
  font-family: Quicksand;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.p-about-panetteria-card-title {
  color: var(--, #5F4239);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3.2px;
  margin-bottom: 24px;
}
.p-about-panetteria-card-footer {
  display: flex;
  justify-content: space-between;
}
.p-about-panetteria-card-footer-text {
  color: #B0B0B0;
  font-size: 11px;
  letter-spacing: 1.1px;
}
.p-about-designer {
  background-image: url(https://img21.shop-pro.jp/PA01502/667/etc_base64/YWJvdXQtZ2VsYXRlcmlhLWRlc2lnbmVy.png?cmsp_timestamp=20231124062242);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-about-designer {
    padding: 22px 20px;
    background-image: url(https://img21.shop-pro.jp/PA01502/667/etc_base64/YWJvdXQtZ2VsYXRlcmlhLWRlc2lnbmVyLXNw.png?cmsp_timestamp=20231124064414);
  }
}
.p-about-designer-content {
  max-width: 950px;
  width: 50%;
  margin: auto;
  padding: 182px 95px ;
  opacity: 0.8;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-about-designer-content {
    width: calc(100% - 60px);
    padding: 90px 30px;
    gap: 30px;
  }
}
.p-about-designer-icon img {
  width: 100px;
}
.p-about-designer-name img {
  width: 105px;
}
@media screen and (max-width: 767px) {
  .p-about-designer-name img {
    width: 186px;
  }
}
.p-about-designer-text {
  font-size: 14px;
  line-height: 30px; /* 187.5% */
  letter-spacing: 2px;
  text-align: justify;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .modal {
    padding-top: 30px;
  }
}
.modal-content {
  background-color: #FFF;
  margin: auto;
  padding: 80px;
  width: 80%;
  border-radius: 20px;
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 80px 20px 20px 20px;
    width: calc(100% - 80px);
    border-radius: 20px;
    max-width: 1000px;
    position: relative;
    max-height: 80vh;
    overflow: auto;
  }
}
.modal-header {
  display: flex;
  position: absolute;
  top: 40px;
  left: 40px;
}
.modal-header-content {
  margin: 0 20px;
  border-bottom: 0.5px #000 solid;
  padding: 0 20px;
  cursor: pointer;
}
.modal-header-content:hover {
  opacity: 0.6;
}
.modal-header-content.none {
  border-bottom: none;
  cursor: default;
}
.modal-content.modal4 {
  background-image: url(https://img21.shop-pro.jp/PA01502/667/etc_base64/YWJvdXQtbW9kYWw0LWNhcmQ.png?cmsp_timestamp=20231124132107);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #FFF;
  padding: 125px 20px 30px 20px;
  height: 50vh;
}
@media screen and (max-width: 767px) {
  .modal-content.modal4 {
    background-image: url(https://img21.shop-pro.jp/PA01502/667/etc_base64/YWJvdXQtbW9kYWw0LWNhcmQtc3A.png?cmsp_timestamp=20231128024307);
  }
}
.modal-content.modal5 {
  background-image: url(https://img21.shop-pro.jp/PA01502/667/etc_base64/YWJvdXQtbW9kYWw1LWNhcmQ.png?cmsp_timestamp=20231124152040);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #FFF;
  padding: 125px 20px 30px 20px;
  height: 50vh;
}
@media screen and (max-width: 767px) {
  .modal-content.modal5 {
    background-image: url(https://img21.shop-pro.jp/PA01502/667/etc_base64/YWJvdXQtbW9kYWw1LWNhcmQtc3A.png?cmsp_timestamp=20231128024307);
  }
}
.modal-content.modal6 {
  background-image: url(https://img21.shop-pro.jp/PA01502/667/etc_base64/YWJvdXQtbW9kYWw2LWNhcmQ.png?cmsp_timestamp=20231124152040);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #FFF;
  padding: 125px 20px 30px 20px;
  height: 50vh;
}
@media screen and (max-width: 767px) {
  .modal-content.modal6 {
    background-image: url(https://img21.shop-pro.jp/PA01502/667/etc_base64/YWJvdXQtbW9kYWw2LWNhcmQtc3A.png?cmsp_timestamp=20231128024307);
  }
}
.modal-concept > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .modal-concept > p {
    font-size: 12px;
    line-height: 25px;
    width: 80%;
  }
}
.modal-header-close {
  position: absolute;
  top: 40px;
  right: 40px;
}
  /******************************/
/* 共通 ABOUT */
/******************************/
.p-top-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  margin-bottom: 170px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-top-about svg {
    width: 24px !important;
  }
}
.p-about-image-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-about-image {
  position: relative;
}
.p-about-image-content {
  position: absolute;
  top: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.p-about-image > img {
  margin-bottom: 0;
}
.p-about-image-content__button {
  padding: 8px 45px 12px 25px;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-about-image-content {
  	top: 80px;
  }
  .p-about-image-content__button {
  	padding: 4px 45px 8px 25px;
  	margin-top: 20px;
  }
  .p-about-image > img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-image-content svg {
    max-width: 255px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 570px) {
  .p-about-image-content {
  	top: -20px;
  }
}
.p-about-image-bottom {
  display: flex;
}
@media screen and (max-width: 880px) {
  .p-about-image-bottom {
    flex-direction: column;
  }
}
.p-about-image-right, .p-about-image-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 1;
}
.p-about-image-left {
  background-image: url("https://img21.shop-pro.jp/PA01502/667/etc_base64/dml2by10b3AtYWJvdXQtbGVmdC1wYW5ldHRlcmlh.jpg?cmsp_timestamp=20231114143414");
  background-size: cover;
}
.p-about-image-right {
  background-image: url("https://img21.shop-pro.jp/PA01502/667/etc_base64/dml2by10b3AtYWJvdXQtcmlnaHQtZ2VsYXRlcmlh.jpg?cmsp_timestamp=20231114143414");
  background-size: cover;
}
.p-about-image-left-content, .p-about-image-right-content {
  padding: 200px 20px;
}
@media screen and (max-width: 767px) {
  .p-about-image-left-content, .p-about-image-right-content {
    padding: 70px 24px;
  }
}
.p-about-image-left-top, .p-about-image-right-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-about-image-left-top, .p-about-image-right-top {
    flex-direction: column;
    gap: 43px;
  }
}
.p-about-image-left-logo, .p-about-image-right-logo {
  width: 224px;
}
@media screen and (max-width: 767px) {
  .p-about-image-left-logo, .p-about-image-right-logo {
    width: 30.4%;
  }
}
.p-about-image-left-title-ja, .p-about-image-right-title-ja {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 6.5px;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .p-about-image-left-title-ja, .p-about-image-right-title-ja {
    font-size: 19px;
    letter-spacing: 4.75px;
    margin-bottom: 34px;
  }
}
.p-about-image-left-title-address, .p-about-image-right-title-address {
  font-size: 14px;
  letter-spacing: 3.5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-about-image-left-title-address, .p-about-image-right-title-address {
    font-size: 12px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-image-left-title-ja {
    text-align: center;
  }
  .p-about-image-left-title-address_pcbr {
    display: none;
  }
  .p-about-image-right-title-ja {
    text-align: center;
  }
  .p-about-image-right-title-address_pcbr {
    display: none;
  }
}
.p-about-image-left-title-sns {
  display: flex;
}
.p-about-image-left-title-sns li {
  margin-right: 15px;
}
.p-about-image-left-middle-text, .p-about-image-right-middle-text {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 4px;
  margin: 66px 0 102px 0;
  max-width: 595px;
}
@media screen and (max-width: 767px) {
  .p-about-image-left-middle-text, .p-about-image-right-middle-text {
    font-size: 11px;
    letter-spacing: 3px;
    margin: 43px auto;
    line-height: 20px;
    width: 338px;
  }
}
.p-about-image-left-bottom, .p-about-image-right-bottom {
  text-align: center;
}
.l-main-navi-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-main-navi-logo {
  width: 118px;
}
.l-main-navi-account {
  margin-top: 31px;
}
.l-main-navi-link-item {
  margin-top: 31px;
  margin-bottom: 30px;
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 700;
}
.l-main-navi-link-item + .l-main-navi-link-item {
  margin-left: 29px;
}
.l-main-navi-shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.l-main-navi-shop-panetteria {
  width: 100%;
  background-image: url(https://img21.shop-pro.jp/PA01502/667/etc_base64/aGVhZGVyLXBhbmV0dGVyaWEtYmc.png?cmsp_timestamp=20231124162052);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l-main-navi-shop-panetteria-logo, .l-main-navi-shop-gelateria-logo {
  display: flex;
  padding: 20px;
  align-items: center;
	height: 120px;
}
.l-main-navi-shop-panetteria-logo-image, .l-main-navi-shop-gelateria-logo-image {
	height: 60%;
}
.l-main-navi-shop-panetteria-logo-text,  .l-main-navi-shop-gelateria-logo-text {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3.5px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-main-navi-shop-panetteria-logo-text,  .l-main-navi-shop-gelateria-logo-text {
    font-size: 16px;
	}
}
.l-main-navi-shop-accent {
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.l-main-navi-shop-accent svg {
  width: 14px;
}
.l-main-navi-shop-gelateria {
  width: 100%;
  background-image: url(https://img21.shop-pro.jp/PA01502/667/etc_base64/aGVhZGVyLWdlbGF0ZXJpYS1iZw.png?cmsp_timestamp=20231124155421);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sp_sns {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
}
.sp_sns_panetteria ul {
  display: flex;
  justify-content: center;
}
.sp_sns_gelateria ul {
  display: flex;
  justify-content: center;
}
.sp_sns p {
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.sp_sns_icn {
  margin: 0 8px;
}
.l-main-navi-copylight {
  font-family: Quicksand;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 100px;
}
/* ページャー */
.c-pager {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.c-pager__total {
  margin-bottom: 15px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 5px;
  line-height: 42px;
  background: transparent;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-center {
    width: 120px;
    background: #000000;
  }
}
.c-pager-list__link {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 4px;
  line-height: 42px;
  min-width: