button {
  color: currentColor;
}

[x-cloak] {
  display: none !important;
}

body {
  color: #2d2d2d;
}
body.noscroll {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/store/cacco/index/images/bg-sp.jpg") center center;
  background-size: cover;
  z-index: -1;
}
@media (min-width: 769px) {
  body::before {
    background: url("/store/cacco/index/images/bg-pc.jpg") center center;
    background-size: cover;
  }
}

#hero .inner {
  position: relative;
}
#hero .text {
  max-width: 1000px;
  width: 90vw;
  margin: 0 auto;
  background-color: #FAF0AC;
  background: linear-gradient(45deg, transparent 30px, #FAF0AC 30px);
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 42px;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  #hero .text {
    margin: 0px auto -240px;
    padding: 88px 0 332px;
    background: linear-gradient(45deg, transparent 50px, #FAF0AC 50px);
  }
}
#hero .text::before {
  content: "";
  display: block;
  background: linear-gradient(45deg, transparent 30px, #D0DBEC 30px);
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media (min-width: 769px) {
  #hero .text::before {
    background: linear-gradient(45deg, transparent 50px, #D0DBEC 50px);
    width: 70px;
    height: 70px;
  }
}
#hero .text h1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-family: "DM Mono", sans-serif;
  font-size: 3rem;
  line-height: 1;
  padding-bottom: 24px;
}
@media (min-width: 769px) {
  #hero .text h1 {
    max-width: 336px;
    width: initial;
  }
}
#hero .text h1 span {
  letter-spacing: -9.12px;
}
#hero .text .section-text {
  text-align: justify;
}
@media (min-width: 769px) {
  #hero .text .section-text {
    max-width: 336px;
    margin: 0 auto;
  }
}
#hero .swiper {
  max-width: 800px;
  padding: 16px 0 36px;
}
@media (min-width: 769px) {
  #hero .swiper {
    padding: 16px;
    bottom: 56px;
    background-color: #fff;
  }
}
#hero .swiper h2 {
  font-family: "DM Mono", sans-serif;
  font-size: 1.125rem;
  line-height: 1.11;
  margin-bottom: 8px;
}
#hero .swiper h2 span {
  letter-spacing: -2.52px;
}
@media (min-width: 769px) {
  #hero .swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
#hero .swiper .swiper-slide {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #fff;
  padding: 12px 20px;
}
@media (min-width: 769px) {
  #hero .swiper .swiper-slide {
    width: calc((100% - 48px) / 3);
    padding: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#hero .swiper .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#hero .swiper .swiper-pagination {
  background: rgba(89, 89, 89, 0.8);
  width: 3.8em;
  border-radius: 30px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 24px;
  font-family: "Yu Gothic Pr6N D", sans-serif;
  padding: 2px 0;
  bottom: -16px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #hero .swiper .swiper-pagination {
    display: none;
  }
}

.subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.subtitle .date {
  font-family: "Yu Gothic Pr6N D", sans-serif;
  font-size: 0.625rem;
  color: #7E7E7E;
  line-height: 1;
}
@media (min-width: 769px) {
  .subtitle .date {
    font-size: 0.6875rem;
  }
}

.snap {
  position: relative;
}
.snap.multiple:after {
  content: "";
  display: block;
  background: url(../images/icon-multiple.svg) no-repeat center center;
  background-size: contain;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: 6px;
}

.btn-favorite {
  background-image: url(../images/icon-favorite.svg);
  background-size: contain;
  width: 12px;
  height: 16px;
  cursor: pointer;
}

.btn-favorite.active {
  background-image: url(../images/icon-favorite-on.svg);
}

.menu {
  background-color: #595959;
}
.menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .menu .inner {
    max-width: 928px;
    width: calc(100% - 40px);
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.menu button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 3em;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-family: "Yu Gothic Pr6N D", sans-serif;
}
.menu button.favorite:after {
  content: "";
  display: inline-block;
  background: url(../images/icon-favorite-w.svg) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 16px;
  margin-left: 4px;
}
.menu button span {
  position: relative;
  z-index: 1;
}
.menu button .drawing-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu .drawing-ellipse {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  -webkit-transition: stroke-dashoffset 0.4s ease-in-out;
  transition: stroke-dashoffset 0.4s ease-in-out;
}
.menu button:hover .drawing-ellipse,
.menu button.active .drawing-ellipse {
  stroke-dashoffset: 0;
}

.snaps {
  background-color: #fff;
}
.snaps .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 24px;
  max-width: 928px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 32px 0;
}
@media (min-width: 769px) {
  .snaps .inner {
    gap: 40px 32px;
    padding: 56px 0;
  }
}
.snaps .inner > div {
  font-family: "Yu Gothic Pr6N D", sans-serif;
  width: calc((100% - 24px) / 2);
  position: relative;
}
@media (min-width: 769px) {
  .snaps .inner > div {
    width: calc((100% - 96px) / 4);
  }
}
@media (hover: hover) {
  .snaps .inner > div:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.5;
    cursor: pointer;
  }
}
.snaps .inner > div h3 {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0;
  padding-top: 16px;
}
.snaps .inner > div h3 br {
  display: block;
}
.snaps .inner > div h3 span {
  font-size: 0.875rem;
  color: #7E7E7E;
  display: block;
}
.snaps .inner > div h3 + p {
  font-size: 1rem;
}
.snaps .inner > div h3 + p .tax {
  font-size: 0.8125rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background: rgba(122, 122, 122, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  padding: 3vh 0;
}

.modal-content {
  background: #fff;
  padding: 54px 0 0;
  max-width: 1000px;
  width: 90vw;
  position: relative;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 769px) {
  .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    padding: 100px 48px 64px;
  }
}
.modal-content > button {
  position: absolute;
  top: 10px;
  right: 5vw;
  font-size: 2.25rem;
  line-height: 1;
  font-family: "Yu Gothic Pr6N L", sans-serif;
}
@media (min-width: 769px) {
  .modal-content > button {
    top: 20px;
    right: 42px;
    font-size: 3.625rem;
  }
}
.modal-content .modal-image {
  max-width: 420px;
  width: 86%;
  margin: 0 auto;
}
.modal-content .modal-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .modal-content .modal-image .subtitle {
    font-size: 0.875rem;
  }
}
@media (min-width: 769px) {
  .modal-content .modal-image .subtitle .btn-favorite {
    width: 24px;
    height: 32px;
  }
}
.modal-content .modal-text {
  font-family: "Yu Gothic Pr6N D", sans-serif;
  font-size: 0.875rem;
  padding: 0 10% 72px;
  margin-top: 16px;
  background-color: #eee;
}
@media (min-width: 769px) {
  .modal-content .modal-text {
    font-size: 0.9375rem;
    margin-top: 0;
    padding: 0 24px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.modal-content .modal-text h3 {
  font-family: "Yu Gothic Pr6N B", sans-serif;
  font-size: 0.875rem;
  padding-top: 20px;
}
@media (min-width: 769px) {
  .modal-content .modal-text h3 {
    font-size: 0.9375rem;
    padding-top: 24px;
  }
}
.modal-content .modal-text h3.title {
  padding-bottom: 8px;
}
.modal-content .modal-text h3.title + p {
  font-family: "Yu Mincho Pr6N M", serif;
}
.modal-content .modal-text .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .modal-content .modal-text .items {
    gap: 16px;
  }
}
.modal-content .modal-text .items li {
  width: calc((100% - 8px) / 2);
  position: relative;
}
@media (min-width: 769px) {
  .modal-content .modal-text .items li {
    width: calc((100% - 32px) / 3);
  }
}
.modal-content .modal-text .items li.soldout::after {
  content: "";
  display: block;
  background: url("../../common/images/icon-soldout.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 50px;
  height: 20px;
  top: 4px;
  left: 4px;
}
.modal-content .modal-text .items h4 {
  font-size: 86%;
  line-height: 1.44;
  padding: 8px 0 4px;
}
.modal-content .modal-text .items h4 span:last-of-type {
  display: block;
  color: #7E7E7E;
  font-size: 90%;
}
.modal-content .modal-text .items h4 br {
  display: block;
}
.modal-content .modal-text .items p {
  font-size: 80%;
}
.modal-content .modal-text .items .tax {
  font-size: 80%;
}
.modal-content .swiper-button-next:after, .modal-content .swiper-button-prev:after {
  display: none;
}
.modal-content .swiper-button-next img, .modal-content .swiper-button-prev img {
  width: 20px;
}
.modal-content .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 16px;
  background: rgba(89, 89, 89, 0.6);
  width: 4em;
  border-radius: 30px;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Yu Gothic Pr6N D", sans-serif;
  padding-top: 1px;
}/*# sourceMappingURL=snap.css.map */