@charset "UTF-8";
@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  background: #fff;
  color: #000;
  line-height: 1.55;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

img,
picture,
svg {
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
}

*:focus {
  outline: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}

html {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type=submit]:-moz-focusring,
input[type=reset]:-moz-focusring,
input[type=button]:-moz-focusring,
button:-moz-focusring {
  outline: none;
}

input[type=text],
input[type=number] {
  background: #fff;
  border: 1px solid #dedede;
  line-height: 1;
}

textarea {
  background: #fff;
  border: 1px solid #dedede;
  line-height: 1.5;
  resize: vertical;
}

.l-overlay {
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.l-overlay.is-nav-shown {
  opacity: 1;
  pointer-events: all;
}

a:not(.c-link),
a.c-link[href]:link,
a.c-link[href]:visited {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

a.c-link[href].is-bordered,
a.c-link[href].is-bordered:link,
a.c-link[href].is-bordered:visited {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

.c-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.c-button.is-submit {
  background: #ab0f13;
  border: 0;
  color: #fff;
}

.c-image-slider {
  position: relative;
  z-index: 1;
}
.c-image-slider .swiper-container {
  z-index: 1;
}

.c-image-slider__dots {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
.c-image-slider__dots .swiper-pagination-bullet {
  background: transparent;
  border-radius: 0;
  display: block;
  opacity: 1;
}
.c-image-slider__dots .swiper-pagination-bullet::after {
  background: #cccccc;
  content: "";
  display: block;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.c-image-slider__dots .swiper-pagination-bullet-active::after {
  background: #ab0f13;
}

.c-image-slider__prev,
.c-image-slider__next {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
}

.c-image-slider__prev {
  left: 0;
}

.c-image-slider__next {
  right: 0;
}

.c-alert {
  border: 1px solid #ab0f13;
  color: #ab0f13;
}

.c-alert__item {
  position: relative;
}

.c-alert__item + .c-alert__item {
  border-top: 1px dotted #aaa;
}

.c-alert__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-header-banner {
  background: #ab0f13;
  color: #fff;
}
.c-header-banner.is-b2b {
  background: #202f55;
}

.c-header-banner__group {
  font-weight: 600;
}

.c-header-banner__title {
  line-height: 1;
}

.c-header-banner__links a {
  background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/right_w.svg) no-repeat left center;
}

.c-header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@-webkit-keyframes c-header__top {
  0% {
    top: 6.28vw;
  }
  100% {
    top: 0;
  }
}

@keyframes c-header__top {
  0% {
    top: 6.28vw;
  }
  100% {
    top: 0;
  }
}
.c-header__copy {
  font-weight: 600;
}
.c-header__copy span {
  margin-right: 0.5em;
}

.c-header__brand {
  font-size: 1rem;
}
.c-header__brand img {
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-header__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #d4b460;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-header__button i {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #ce0005;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-style: normal;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0;
  position: absolute;
}
html.is-scrolled:not(.is-detail-page) .c-header__button.is-search {
  pointer-events: all;
}
.c-header__nav a {
  font-weight: 600;
}
html.is-scrolled:not(.is-detail-page) .c-header__nav {
  height: 40px;
}

@-webkit-keyframes c-menu {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -17vw);
            transform: translate(0, -17vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes c-menu {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -17vw);
            transform: translate(0, -17vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.c-footer {
  background: #fafafa;
}

.c-footer__lead {
  line-height: 2;
}

.c-footer__address {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.c-footer__address .__tel {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1;
  white-space: nowrap;
}
.c-footer__address .__tel img {
  margin-right: 0.3em;
}
.c-footer__address .c-button img {
  margin-right: 0.4em;
}

.c-footer__sns {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.c-footer__sns a {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.c-footer__copyright {
  text-transform: uppercase;
}

.c-kv {
  background: no-repeat;
}

.c-kv__title {
  color: #d4b460;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.c-kv__title b {
  font-weight: 500;
}
.c-kv__lead * + p {
  margin-top: 1.5em;
}

.c-kv.is-centered {
  background-size: cover;
}

.c-kv.is-bg-less {
  background: transparent;
}

.c-page-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.c-page-nav__link {
  background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/down_b.svg) no-repeat left center;
  line-height: 1.2;
}

.c-modal {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20010;
}
.c-modal.is-animation-enter {
  -webkit-animation: c-modal 0.2s ease 1 forwards;
          animation: c-modal 0.2s ease 1 forwards;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.c-modal.is-animation-done {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.c-modal.is-animation-exit {
  animation: c-modal 0.2s ease 1 forwards reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@-webkit-keyframes c-modal {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes c-modal {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-modal__wrapper {
  background: #fff;
  border-color: #fff;
  border-style: solid;
  box-shadow: inset 0 0 0 1px rgba(170, 146, 94, 0.5), 0 0 0 1px #aa925e;
  position: relative;
}

.c-modal__close {
  position: absolute;
}

.c-modal__content {
  bottom: 1px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 1px;
}

.c-modal__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1.2;
}
.c-modal__title b {
  color: #ab0f13;
  text-transform: uppercase;
}

.c-modal__overlay {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: rgba(170, 146, 94, 0.3);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20000;
}
.c-modal__overlay.is-animation-enter {
  -webkit-animation: c-modal__overlay 0.2s ease 1 forwards;
          animation: c-modal__overlay 0.2s ease 1 forwards;
  display: block;
}
.c-modal__overlay.is-animation-done {
  display: block;
}
.c-modal__overlay.is-animation-exit {
  animation: c-modal__overlay 0.2s ease 1 forwards reverse;
  display: block;
}

@-webkit-keyframes c-modal__overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes c-modal__overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-search-field {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
}
.c-search-field::before {
  background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/search_g.svg) no-repeat center center;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.c-search-field input[type=text] {
  height: 100%;
  width: 100%;
}

.c-section__title {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  line-height: 1;
}
.c-section__title b,
.c-section__title span,
.c-section__title small {
  display: block;
}
.c-section__title b {
  color: #ab0f13;
  font-weight: 500;
}
.c-section__title span,
.c-section__title small {
  letter-spacing: 0.05em;
}
.c-section__title span::before {
  content: " / ";
  margin: 0 0.4em;
}

.c-pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.c-pagination__prev,
.c-pagination__next {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.c-pagination__prev.is-disabled,
.c-pagination__next.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-pagination__links {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.c-pagination__link,
.c-pagination__current {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.c-pagination__link {
  background: #fff;
  border: 1px solid #ccc;
  color: #999;
  width: 15px;
}

.c-pagination__current {
  background: #ab0f13;
  color: #fff;
}

.c-pagination__truncate {
  color: #999;
}

.c-bread-crumb__inner {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.c-bread-crumb__inner a,
.c-bread-crumb__inner b {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 500;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  position: relative;
}
.c-bread-crumb__inner a::after {
  margin: 0 1em;
}

.c-about {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: no-repeat center center;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.c-about__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.c-about__title b,
.c-about__title span {
  display: block;
}
.c-about__title b {
  font-weight: 500;
}
.c-about__title span {
  font-weight: 500;
}

.c-about__link {
  display: block;
  text-align: center;
}

.c-rate {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
}
.c-rate::before, .c-rate::after {
  background-repeat: repeat-x;
  background-size: auto 100%;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.c-rate::before {
  background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/star_b.svg);
  background-position: left center;
  left: 0;
  width: 0;
}
.c-rate::after {
  background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/star_g.svg);
  background-position: right center;
  right: 0;
  width: 100%;
}
.c-rate[data-value="0.0"]::before {
  width: 0%;
}
.c-rate[data-value="0.0"]::after {
  width: 100%;
}
.c-rate[data-value="0"]::before {
  width: 0%;
}
.c-rate[data-value="0"]::after {
  width: 100%;
}
.c-rate[data-value="0.1"]::before {
  width: 2%;
}
.c-rate[data-value="0.1"]::after {
  width: 98%;
}
.c-rate[data-value="0.2"]::before {
  width: 4%;
}
.c-rate[data-value="0.2"]::after {
  width: 96%;
}
.c-rate[data-value="0.3"]::before {
  width: 6%;
}
.c-rate[data-value="0.3"]::after {
  width: 94%;
}
.c-rate[data-value="0.4"]::before {
  width: 8%;
}
.c-rate[data-value="0.4"]::after {
  width: 92%;
}
.c-rate[data-value="0.5"]::before {
  width: 10%;
}
.c-rate[data-value="0.5"]::after {
  width: 90%;
}
.c-rate[data-value="0.6"]::before {
  width: 12%;
}
.c-rate[data-value="0.6"]::after {
  width: 88%;
}
.c-rate[data-value="0.7"]::before {
  width: 14%;
}
.c-rate[data-value="0.7"]::after {
  width: 86%;
}
.c-rate[data-value="0.8"]::before {
  width: 16%;
}
.c-rate[data-value="0.8"]::after {
  width: 84%;
}
.c-rate[data-value="0.9"]::before {
  width: 18%;
}
.c-rate[data-value="0.9"]::after {
  width: 82%;
}
.c-rate[data-value="1.0"]::before {
  width: 20%;
}
.c-rate[data-value="1.0"]::after {
  width: 80%;
}
.c-rate[data-value="1"]::before {
  width: 20%;
}
.c-rate[data-value="1"]::after {
  width: 80%;
}
.c-rate[data-value="1.1"]::before {
  width: 22%;
}
.c-rate[data-value="1.1"]::after {
  width: 78%;
}
.c-rate[data-value="1.2"]::before {
  width: 24%;
}
.c-rate[data-value="1.2"]::after {
  width: 76%;
}
.c-rate[data-value="1.3"]::before {
  width: 26%;
}
.c-rate[data-value="1.3"]::after {
  width: 74%;
}
.c-rate[data-value="1.4"]::before {
  width: 28%;
}
.c-rate[data-value="1.4"]::after {
  width: 72%;
}
.c-rate[data-value="1.5"]::before {
  width: 30%;
}
.c-rate[data-value="1.5"]::after {
  width: 70%;
}
.c-rate[data-value="1.6"]::before {
  width: 32%;
}
.c-rate[data-value="1.6"]::after {
  width: 68%;
}
.c-rate[data-value="1.7"]::before {
  width: 34%;
}
.c-rate[data-value="1.7"]::after {
  width: 66%;
}
.c-rate[data-value="1.8"]::before {
  width: 36%;
}
.c-rate[data-value="1.8"]::after {
  width: 64%;
}
.c-rate[data-value="1.9"]::before {
  width: 38%;
}
.c-rate[data-value="1.9"]::after {
  width: 62%;
}
.c-rate[data-value="2.0"]::before {
  width: 40%;
}
.c-rate[data-value="2.0"]::after {
  width: 60%;
}
.c-rate[data-value="2"]::before {
  width: 40%;
}
.c-rate[data-value="2"]::after {
  width: 60%;
}
.c-rate[data-value="2.1"]::before {
  width: 42%;
}
.c-rate[data-value="2.1"]::after {
  width: 58%;
}
.c-rate[data-value="2.2"]::before {
  width: 44%;
}
.c-rate[data-value="2.2"]::after {
  width: 56%;
}
.c-rate[data-value="2.3"]::before {
  width: 46%;
}
.c-rate[data-value="2.3"]::after {
  width: 54%;
}
.c-rate[data-value="2.4"]::before {
  width: 48%;
}
.c-rate[data-value="2.4"]::after {
  width: 52%;
}
.c-rate[data-value="2.5"]::before {
  width: 50%;
}
.c-rate[data-value="2.5"]::after {
  width: 50%;
}
.c-rate[data-value="2.6"]::before {
  width: 52%;
}
.c-rate[data-value="2.6"]::after {
  width: 48%;
}
.c-rate[data-value="2.7"]::before {
  width: 54%;
}
.c-rate[data-value="2.7"]::after {
  width: 46%;
}
.c-rate[data-value="2.8"]::before {
  width: 56%;
}
.c-rate[data-value="2.8"]::after {
  width: 44%;
}
.c-rate[data-value="2.9"]::before {
  width: 58%;
}
.c-rate[data-value="2.9"]::after {
  width: 42%;
}
.c-rate[data-value="3.0"]::before {
  width: 60%;
}
.c-rate[data-value="3.0"]::after {
  width: 40%;
}
.c-rate[data-value="3"]::before {
  width: 60%;
}
.c-rate[data-value="3"]::after {
  width: 40%;
}
.c-rate[data-value="3.1"]::before {
  width: 62%;
}
.c-rate[data-value="3.1"]::after {
  width: 38%;
}
.c-rate[data-value="3.2"]::before {
  width: 64%;
}
.c-rate[data-value="3.2"]::after {
  width: 36%;
}
.c-rate[data-value="3.3"]::before {
  width: 66%;
}
.c-rate[data-value="3.3"]::after {
  width: 34%;
}
.c-rate[data-value="3.4"]::before {
  width: 68%;
}
.c-rate[data-value="3.4"]::after {
  width: 32%;
}
.c-rate[data-value="3.5"]::before {
  width: 70%;
}
.c-rate[data-value="3.5"]::after {
  width: 30%;
}
.c-rate[data-value="3.6"]::before {
  width: 72%;
}
.c-rate[data-value="3.6"]::after {
  width: 28%;
}
.c-rate[data-value="3.7"]::before {
  width: 74%;
}
.c-rate[data-value="3.7"]::after {
  width: 26%;
}
.c-rate[data-value="3.8"]::before {
  width: 76%;
}
.c-rate[data-value="3.8"]::after {
  width: 24%;
}
.c-rate[data-value="3.9"]::before {
  width: 78%;
}
.c-rate[data-value="3.9"]::after {
  width: 22%;
}
.c-rate[data-value="4.0"]::before {
  width: 80%;
}
.c-rate[data-value="4.0"]::after {
  width: 20%;
}
.c-rate[data-value="4"]::before {
  width: 80%;
}
.c-rate[data-value="4"]::after {
  width: 20%;
}
.c-rate[data-value="4.1"]::before {
  width: 82%;
}
.c-rate[data-value="4.1"]::after {
  width: 18%;
}
.c-rate[data-value="4.2"]::before {
  width: 84%;
}
.c-rate[data-value="4.2"]::after {
  width: 16%;
}
.c-rate[data-value="4.3"]::before {
  width: 86%;
}
.c-rate[data-value="4.3"]::after {
  width: 14%;
}
.c-rate[data-value="4.4"]::before {
  width: 88%;
}
.c-rate[data-value="4.4"]::after {
  width: 12%;
}
.c-rate[data-value="4.5"]::before {
  width: 90%;
}
.c-rate[data-value="4.5"]::after {
  width: 10%;
}
.c-rate[data-value="4.6"]::before {
  width: 92%;
}
.c-rate[data-value="4.6"]::after {
  width: 8%;
}
.c-rate[data-value="4.7"]::before {
  width: 94%;
}
.c-rate[data-value="4.7"]::after {
  width: 6%;
}
.c-rate[data-value="4.8"]::before {
  width: 96%;
}
.c-rate[data-value="4.8"]::after {
  width: 4%;
}
.c-rate[data-value="4.9"]::before {
  width: 98%;
}
.c-rate[data-value="4.9"]::after {
  width: 2%;
}
.c-rate[data-value="5.0"]::before {
  width: 100%;
}
.c-rate[data-value="5.0"]::after {
  width: 0%;
}
.c-rate[data-value="5"]::before {
  width: 100%;
}
.c-rate[data-value="5"]::after {
  width: 0%;
}
.c-rate[data-value=""] {
  visibility: hidden;
}

.c-sheet {
  border-color: #e5d19f;
  border-style: solid;
  border-width: 1px 0 0 1px;
}
.c-sheet > thead > tr > th,
.c-sheet > thead > tr > td,
.c-sheet > tbody > tr > th,
.c-sheet > tbody > tr > td {
  border-color: #e5d19f;
  border-style: solid;
  border-width: 0 1px 1px 0;
}
.c-sheet > thead > tr > th,
.c-sheet > tbody > tr > th {
  background: #fffaed;
  color: #aa925e;
  letter-spacing: 0.05em;
  text-align: left;
}
.c-sheet > thead > tr > td,
.c-sheet > tbody > tr > td {
  letter-spacing: 0.05em;
}
.c-sheet > thead > tr > td p + p:not(.__note),
.c-sheet > thead > tr > td p + dl,
.c-sheet > thead > tr > td p + ul,
.c-sheet > thead > tr > td dl + p,
.c-sheet > thead > tr > td dl + dl,
.c-sheet > thead > tr > td dl + ul,
.c-sheet > thead > tr > td ul + p,
.c-sheet > thead > tr > td ul + dl,
.c-sheet > thead > tr > td ul + ul,
.c-sheet > thead > tr > td dd + dt,
.c-sheet > tbody > tr > td p + p:not(.__note),
.c-sheet > tbody > tr > td p + dl,
.c-sheet > tbody > tr > td p + ul,
.c-sheet > tbody > tr > td dl + p,
.c-sheet > tbody > tr > td dl + dl,
.c-sheet > tbody > tr > td dl + ul,
.c-sheet > tbody > tr > td ul + p,
.c-sheet > tbody > tr > td ul + dl,
.c-sheet > tbody > tr > td ul + ul,
.c-sheet > tbody > tr > td dd + dt {
  margin-top: 1em;
}
.c-sheet > thead > tr > td ul > li,
.c-sheet > tbody > tr > td ul > li {
  list-style: disc;
  margin-left: 1.25em;
}
.c-sheet > thead > tr > td ol > li,
.c-sheet > tbody > tr > td ol > li {
  list-style: decimal;
  margin-left: 1.25em;
}
.c-sheet > thead > tr > td .__note,
.c-sheet > tbody > tr > td .__note {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.c-sheet > thead > tr > td .__note span,
.c-sheet > tbody > tr > td .__note span {
  display: inline-block;
  text-indent: 0;
  width: 1.2em;
}

.c-table > tbody > tr > th,
.c-table > tbody > tr > td {
  font-weight: 500;
  padding-right: 1em;
  text-align: left;
  vertical-align: top;
}
.c-table.is-compact > tbody > tr > th,
.c-table.is-compact > tbody > tr > td {
  padding-right: 0;
}

a.c-item {
  display: block;
}

.c-item__thumbnail {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}

.c-item__image {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.c-item__new {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #d4b460;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
}
.c-item__new::after {
  border-color: #aa925e #aa925e transparent transparent;
  border-style: solid;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
}

.c-item__tag {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  text-align: center;
}
.c-item__tag.is-sold-out {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(204, 204, 204, 0.9);
  bottom: 0;
  color: #666;
  height: 2em;
  left: 0;
  right: 0;
}

a.c-item__name {
  display: inline-block;
}

.c-item__rate {
  margin-bottom: 0.5rem;
}

.c-item__price b {
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-right: 0.2em;
}
.c-item__price.is-before b, .c-item__price.is-after b {
  margin-left: 0.2em;
}
.c-item__price.is-before {
  color: #999;
}
.c-item__price.is-after {
  color: #ab0f13;
}

.c-item__ranking {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #d4b460;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 500;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1;
  position: absolute;
}

.c-item-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.c-item-list .c-item__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #ab0f13;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}
.c-item-list .c-item__button.is-disabled {

  background: #ccc;
  color: #666;
}
.c-section__title .c-item-list__total::before {
  content: "(";
}
.c-section__title .c-item-list__total::after {
  content: ")";
}

.c-item-slider {
  position: relative;
}
.c-item-slider.is-6-slides .c-item__price.is-before b::before {
  content: "\a";
  white-space: pre;
}
.c-item-slider.is-6-slides .c-item__price.is-after b::before {
  content: "\a";
  white-space: pre;
}
.c-item-slider__prev.swiper-button-disabled, .c-item-slider__prev.swiper-button-disabled:hover {
  opacity: 0;
}
.c-item-slider__next.swiper-button-disabled, .c-item-slider__next.swiper-button-disabled:hover {
  opacity: 0;
}

.c-cart-modal__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c-cart-modal__item .c-item__name {
  font-weight: 600;
}

.c-cart-modal__quantity {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.c-cart-modal__quantity dt {
  letter-spacing: 0.06em;
}
.c-cart-modal__quantity dd {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.c-cart-modal__dec,
.c-cart-modal__inc {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-cart-modal__dec:disabled,
.c-cart-modal__inc:disabled {
  opacity: 0.4;
}

.c-cart-modal__count {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  text-align: center;
}
.c-cart-modal__count::-webkit-outer-spin-button, .c-cart-modal__count::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.c-cart-modal__more-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #ab0f13;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c-cart-modal__more-link span {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.c-cart-modal__more-link img:last-child {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.c-cart-modal__more-link.is-expanded img:last-child {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.c-cart-modal__more .__section {
  border-top: 1px dashed #e5d19f;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c-cart-modal__more .__title {
  color: #aa925e;
  font-weight: 600;
}
.c-cart-modal__more .__text p + p {
  margin-top: 1em;
}
.c-cart-modal__more .__note li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.c-cart-modal__more .__note span {
  display: inline-block;
  text-indent: 0;
  width: 1.2em;
}

.c-cart-modal__select {
  letter-spacing: 0.02em;
}
.c-cart-modal__select .nice-select__list {
  overflow-x: hidden;
  overflow-y: auto;
}

.c-cart-modal__price {
  color: #ab0f13;
  line-height: 1;
  text-align: center;
}
.c-cart-modal__price b {
  font-weight: 500;
}
.c-cart-modal__price.is-before b, .c-cart-modal__price.is-after b {
  margin-left: 0.2em;
}
.c-cart-modal__price.is-before {
  color: #999;
}
.c-cart-modal__price.is-after {
  color: #ab0f13;
}

.c-cart-modal__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #d4b460;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-cart-modal__button.is-disabled {
  background: #dddddd;
  cursor: default;
}

.c-cart-modal__close {
  display: block;
  text-align: center;
  text-decoration: underline;
}
.c-flavor .c-item__name {
  color: #555555;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.c-flavor .c-item__name b {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}

.c-flavor__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.c-flavor__limited {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #ab0f13;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0.5em;
  position: relative;
}
.c-flavor__limited::before, .c-flavor__limited::after {
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
  width: 0;
}
.c-flavor__limited::before {
  border-color: transparent #ab0f13 transparent transparent;
  right: 100%;
}
.c-flavor__limited::after {
  border-color: transparent transparent transparent #ab0f13;
  left: 100%;
}

.c-review {
  border-bottom: 1px dashed #e5d19f;
}

.c-review__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.c-review__title {
  font-weight: 600;
  letter-spacing: 0.05em;
}

.c-review__footer {
  color: #666666;
}
.c-review__reviewer b {
  font-weight: 500;
}
.c-review__date b {
  font-weight: 500;
}

.c-review__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #cbbd9e;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  letter-spacing: 0.02em;
}

.c-review__empty {
  margin: 4em 0;
}

.c-faq__question {
  background-color: #fff;
  border: 1px solid #dedede;
  display: block;
  letter-spacing: 0.08em;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-faq__question::before, .c-faq__question::after {
  background: no-repeat center center;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-faq__question::before {
  background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/expand_b.svg);
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.c-faq__question::after {
  background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/collapse_b.svg);
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-faq__question.is-expanded {
  background-color: #fffaed;
  color: #aa925e;
  font-weight: 700;
}
.c-faq__question.is-expanded::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-faq__question.is-expanded::after {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.c-faq__answer {
  border-color: #dedede;
  border-style: solid;
  border-width: 0 1px 1px;
  letter-spacing: 0.05em;
}
.c-faq__answer * + p,
.c-faq__answer * + ul {
  margin-top: 1em;
}
.c-faq__answer li {
  list-style: disc;
  margin-left: 1.25em;
}
.c-faq__answer * + .__note {
  margin-top: 0.5em;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.c-faq__answer * + .__note span {
  display: inline-block;
  text-indent: 0;
  width: 1.25em;
}

.c-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.c-search-form__title {
  color: #333;
}

.c-search-form__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #d4b460;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.62em;
  text-indent: 0.5em;
}

.c-search-form__result {
  background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/search_k.svg) no-repeat left center;
  background-size: auto 100%;
  line-height: 1;
}

.c-search-form__no-result {
  color: #555;
  margin: 3em auto 5em;
  text-align: center;
}
.c-search-modal .c-search-form {
  background: transparent;
}

.c-search-filter {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.c-search-filter a {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid rgba(212, 180, 96, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.c-search-filter p {
  color: #000;
  letter-spacing: 0.02em;
}
.c-search-tool dt {
  color: #333;
}

.c-hot-word__title {
  font-weight: 500;
  text-transform: uppercase;
}

.c-hot-word__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.c-hot-word__list a {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #f0ece1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0 1em;
  white-space: nowrap;
}

.c-detail__copy {
  color: #aa925e;
  font-weight: 500;
  margin-bottom: 1em;
}

.c-detail__code {
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}

.c-detail__name {
  font-weight: 600;
}

.c-detail__rate {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.c-detail__count {
  letter-spacing: 0.02em;
  line-height: 1;
}

.c-detail__price {
  color: #ab0f13;
  margin: 0.5em 0 0.5em 0.1em;
}
.c-detail__price b {
  font-weight: 500;
}
.c-detail__price.is-before b, .c-detail__price.is-after b {
  margin-left: 0.2em;
}
.c-detail__price.is-before {
  color: #999;
  margin-bottom: 0;
}
.c-detail__price.is-after {
  color: #ab0f13;
  margin-top: 0;
}

.c-detail__sale-note {
  color: #ab0f13;
  margin-top: 0.5em;
}

.c-detail__sale {
  background: #f0ece1;
  border: 1px solid #aa925e;
  color: #aa925e;
  display: inline-block;
  line-height: 1.2;
  padding: 0.4em 0.2em;
}

.c-detail__items {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.c-detail__items span {
  white-space: nowrap;
}
.c-detail__items span:not(:last-child) {
  margin-right: 0.5em;
}

.c-detail__table {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.c-detail__table dt {
  padding-left: 0.8em;
  padding-right: 1em;
  position: relative;
  text-indent: -0.8em;
}
.c-detail__table dt::before {
  content: "・";
  display: inline-block;
  text-align: center;
  text-indent: 0;
  width: 0.8em;
}
.c-detail__table dt::after {
  content: "：";
  position: absolute;
  right: 0.5em;
  text-indent: 0;
  top: 0;
}
.c-detail__table sub {
  font-size: 66.66%;
  vertical-align: 0.2em;
}
.c-detail__table .__note {
  letter-spacing: 0.05em;
}

.c-detail__buttons {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.c-detail__cart {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #d4b460;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.12em;
}
.c-detail__cart img {
  margin-right: 0.5em;
}
.c-detail__cart.is-disabled {
  background: #ccc;
  color: #666;
}

.c-detail__fav {
  display: block;
  position: relative;
}
.c-detail__fav img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-detail__fav:not(.is-active) img:last-child, .c-detail__fav.is-active img:first-child {
  display: none;
}

a.c-detail__anchor-link,
.c-detail__caution {
  color: #ab0f13;
  display: inline-block;
  letter-spacing: 0.03em;
}

a.c-detail__anchor-link {
  text-decoration: underline;
}

.c-detail__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.c-detail__more a {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  line-height: 1;
}
.c-detail__more a span {
  text-decoration: underline;
  -webkit-text-decoration-color: #000;
          text-decoration-color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-detail__more a:hover span {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
}

.c-detail__sns {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.c-detail__fixed-cart {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  -webkit-transform: translate(0, -webkit-calc(100% + 1rem));
          transform: translate(0, calc(100% + 1rem));
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 30;
}
.c-detail__fixed-cart .c-item__price b {
  font-weight: 500;
}
html.is-scrolled-more:not(.is-scrolled-bottom) .c-detail__fixed-cart {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-detail-image-slider {
  background: #f1f1f0;
  position: relative;
  z-index: 1;
}
.c-detail-image-slider .swiper-lazy-preloader {
  border-color: transparent #ccc #ccc #ccc;
}

.c-detail-image-slider__thumbnails {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-detail-image-slider__thumbnails button {
  position: relative;
}
.c-detail-image-slider__thumbnails button::after {
  background: rgba(255, 255, 255, 0.47);
  border: 1px solid #ab0f13;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-detail-image-slider__thumbnails button.is-active::after {
  opacity: 1;
}
.c-cart__table > thead > tr > th,
.c-cart__table > thead > tr > td,
.c-cart__table > tbody > tr > th,
.c-cart__table > tbody > tr > td,
.c-cart__table > tfoot > tr > th,
.c-cart__table > tfoot > tr > td {
  font-size: 1rem;
}
.c-cart__table > thead > tr > th,
.c-cart__table > thead > tr > td,
.c-cart__table > tfoot > tr > th,
.c-cart__table > tfoot > tr > td {
  background: #fffaed;
  color: #aa925e;
}

.c-cart__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.c-cart__item .c-item__name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.c-cart__quantity input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  border-color: #000;
  text-align: center;
}
.c-cart__quantity input[type=number]::-webkit-outer-spin-button, .c-cart__quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.c-cart__delete {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 0.8rem;
  height: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto;
  width: 2rem;
}

.c-cart__options {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  max-width: 100%;
  width: 100%;
}
.c-cart__options > dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.c-cart__options > dl > dt {
  font-weight: bold;
  margin-right: 1em;
  white-space: nowrap;
}
.c-cart__options > dl > dd {
  background: #aa925e;
  border-radius: 4px;
  color: #fff;
  padding: 0.2em 1em;
}

.c-cart__options-update {
  text-align: right;
}

.c-cart__footer {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.c-cart__total {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.c-cart__total > dt {
  color: #000;
  margin-right: 1rem;
}
.c-cart__total > dd {
  color: #ab0f13;
  font-weight: bold;
}
.c-cart__total > dd b {
  font-size: 1.4rem;
}

.c-cart__empty {
  text-align: center;
}

.c-fav-list {
  display: none;
}
.c-fav-list .u-inner {
  position: relative;
}

.c-fav-list__remove-all {
  background: #ccc;
  border: 0;
  color: #666;
}

.c-review-form__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #999;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c-review-form__item .c-item__name {
  margin-bottom: 0.5em;
}

.c-review-form__empty {
  color: #999;
}
.c-review-form__table > tbody > tr > th {
  text-align: left;
}
.c-review-form__table input[type=text] {
  padding: 0 0.5em;
  width: 100%;
}
.c-review-form__table textarea {
  height: 10em;
  padding: 0.5em;
  width: 100%;
}

.c-review-form__stars .reviewRate {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.c-review-form__stars .reviewRateStar {
  background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/star_g.svg) no-repeat left center;
  background-size: auto 100%;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}
.c-review-form__stars .reviewRateStar.starOn {
  background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/star_b.svg);
}

.c-review-form__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #d4b460;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.c-slider-scrollbar {
  background: #e5e5e5;
  height: 2px;
}
.c-slider-scrollbar .swiper-scrollbar-drag {
  background: #999999;
}
.p-top-slider .swiper-slide img,
.p-top-slider .swiper-slide picture {
  height: 100%;
  width: auto;
}
.p-top-about .c-about__link {
  background: none;
  border-bottom: 1px solid #fff;
  padding: 0 0.8em;
}

.p-top-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.p-top-category a {
  overflow: hidden;
  position: relative;
}
.p-top-category b,
.p-top-category span {
  display: block;
  position: relative;
}
.p-top-category b {
  color: #aa925e;
  font-weight: 500;
  text-transform: uppercase;
}

.p-top-shop-list__block {
  background: #f0f0f0;
}
.p-top-shop-list__block .c-section__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.p-top-shop-list__block .c-section__title span::before {
  display: none;
}

.p-top-shop-list__links {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.p-top-shop-list__links .c-button {
  background: #fff url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/go-middle_b.svg) no-repeat;
  border: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  opacity: 0.98;
}
.p-top-shop-list__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-top-instagram {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.p-top-instagram a {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: hidden;
}
.p-top-instagram img {
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}
.p-top-instagram a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-top-news__group {
  position: relative;
}

.p-top-news__list {
  border-bottom: 1px dashed #ccc;
}
.p-top-news__list a {
  display: block;
}

.p-top-news__more {
  border-bottom: 1px solid #aa925e;
  color: #aa925e;
  padding: 0 0.8em;
  position: absolute;
}

.p-top-news__link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  border: 1px solid rgba(170, 146, 94, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}
.p-top-news__link b {
  color: #aa925e;
  font-weight: 500;
  text-transform: uppercase;
}
.p-top-news__link img {
  bottom: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
}

.p-about__text {
  line-height: 2.2;
}
.p-about__text p + p {
  margin-top: 2em;
}

.p-about__note {
  color: #666;
  text-align: right;
}

.p-corporate {
  border: 1px solid #e5d19f;
}
.p-corporate .c-button {
  background: #d4b460 url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/go-middle_w.svg) no-repeat;
  border: 0;
  color: #fff;
  font-weight: 600;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  opacity: 0.98;
}

.p-corporate__title {
  color: #d4b460;
}

.p-store {
  border-top: 1px solid #e5d19f;
}

.p-store__name {
  letter-spacing: 0.02em;
}
.p-store__table > tbody > tr > th {
  color: #aa925e;
  text-align: left;
}
.p-store__table > tbody > tr > td {
  text-align: left;
  vertical-align: top;
}
.p-store__map .c-link {
  background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/map_k.svg) no-repeat left center;
  line-height: 1.5;
  padding-left: 1.1em;
}

.p-guide__lead {
  letter-spacing: 0.05em;
}

.p-guide__section {
  border-top: 1px solid #e5d19f;
}
.p-guide__wrapping .__image {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.p-guide__wrapping .__text {
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-guide__wrapping .__text p + p {
  margin-top: 1em;
}
.p-guide__wrapping .__note {
  margin-top: 1em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.p-guide__wrapping .__note span {
  display: inline-block;
  text-indent: 0;
  width: 1.2em;
}
.p-guide__steps .__section {
  background: #fffaed;
}
.p-guide__steps .__label {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #d4b460;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1.2;
}
.p-guide__steps .__label b {
  font-weight: 900;
}
.p-guide__steps .__delimiter {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.p-guide__steps .__title {
  letter-spacing: 0.02em;
}
.p-guide__steps .__text {
  text-align: justify;
}
.p-guide__steps .__text .c-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-top: 1em;
}
.p-guide__steps .__text .c-link img {
  margin-right: 0.33em;
}
.p-guide__coupon .__title {
  letter-spacing: 0.02em;
}
.p-guide__coupon .__text {
  letter-spacing: 0.05em;
}
.p-guide__coupon .__note .__title {
  letter-spacing: 0.02em;
}
.p-guide__coupon .__note li {
  letter-spacing: 0.05em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.p-guide__coupon .__note li span {
  display: inline-block;
  text-indent: 0;
  width: 1.2em;
}

.p-guide__charge {
  border: 1px solid #dddddd;
  position: relative;
}
.p-guide__charge .__label {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #ab0f13;
  color: #ab0f13;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1.4;
  position: absolute;
}
.p-guide__charge .__label b {
  font-weight: 700;
}
.p-guide__charge .__title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  white-space: nowrap;
}
.p-guide__charge .__title b {
  color: #ab0f13;
}
.p-guide__charge .__title i {
  font-style: normal;
}
.p-guide__charge .__note {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.p-guide__charge .__note span {
  display: inline-block;
  text-indent: 0;
  width: 1.2em;
}
.p-guide__charge .__table {
  border-color: #e5d19f;
  border-style: solid;
  border-width: 1px 0 0 1px;
}
.p-guide__charge .__table th,
.p-guide__charge .__table td {
  border-color: #e5d19f;
  border-style: solid;
  border-width: 0 1px 1px 0;
}
.p-guide__charge .__table thead th,
.p-guide__charge .__table thead td {
  background: #d4b460;
  color: #fff;
  font-weight: 700;
}
.p-guide__charge .__table tbody th,
.p-guide__charge .__table tbody td {
  padding: 1em 0;
  text-align: center;
}
.p-guide__charge .__table tbody th {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

.p-guide__document > .__title {
  letter-spacing: 0.02em;
}
.p-guide__document > .__text {
  letter-spacing: 0.05em;
}
.p-guide__document > .__text li {
  list-style: disc;
  margin-left: 1.25em;
}
.p-guide__document > .__note {
  color: #ab0f13;
  letter-spacing: 0.05em;
}

.p-guide__address {
  margin: 1em;
}

.p-contact__lead {
  letter-spacing: 0.05em;
}

.p-contact__frame {
  background: #eee;
  display: block;
  margin: 0 auto;
}
.p-contact__frame iframe {
  width: 100%;
}

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-data {
  display: none;
  pointer-events: none;
}

html:not(.is-effect-ready) [data-js-effect-children] > *,
html:not(.is-effect-ready) [data-js-effect-self] {
  opacity: 0;
}

html.is-effect-ready [data-js-effect-children] > *:not(.is-shown),
html.is-effect-ready [data-js-effect-self]:not(.is-shown) {
  opacity: 0;
}
html.is-effect-ready .js-effect__slide-up:not(.is-shown),
html.is-effect-ready .js-effect__slide-down:not(.is-shown),
html.is-effect-ready .js-effect__slide-left:not(.is-shown),
html.is-effect-ready .js-effect__slide-right:not(.is-shown) {
  opacity: 0;
}
html.is-effect-ready .js-effect__slide-up.is-shown,
html.is-effect-ready .js-effect__slide-down.is-shown,
html.is-effect-ready .js-effect__slide-left.is-shown,
html.is-effect-ready .js-effect__slide-right.is-shown {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
html.is-effect-ready .js-effect__slide-up:not(.is-shown) {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
html.is-effect-ready .js-effect__slide-up.is-shown {
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
html.is-effect-ready .js-effect__slide-down:not(.is-shown) {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
html.is-effect-ready .js-effect__slide-down.is-shown {
  -webkit-animation-name: slide-down;
          animation-name: slide-down;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
html.is-effect-ready .js-effect__slide-left:not(.is-shown) {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
html.is-effect-ready .js-effect__slide-left.is-shown {
  -webkit-animation-name: slide-left;
          animation-name: slide-left;
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
html.is-effect-ready .js-effect__slide-right:not(.is-shown) {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
html.is-effect-ready .js-effect__slide-right.is-shown {
  -webkit-animation-name: slide-right;
          animation-name: slide-right;
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
html.is-effect-ready .js-effect__fade-in:not(.is-shown) {
  opacity: 0;
}
html.is-effect-ready .js-effect__fade-in.is-shown {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

[data-js-select] {
  opacity: 0;
}

.nice-select {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f7f7));
  background: linear-gradient(#fff 0%, #f7f7f7 100%);
  border: 1px solid #dedede;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  float: none;
  font-weight: 500;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  line-height: 1;
}

.nice-select:hover {
  border-color: #dedede;
}

.nice-select.nice-select__open,
.nice-select:active,
.nice-select:focus {
  border-color: #bbbbbb;
}

.nice-select.nice-select__open {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(#fff 0%, #fff 100%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nice-select::after {
  background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/down_k.svg) no-repeat center center;
  background-size: contain;
  border: 0;
  bottom: 0;
  margin: auto 0;
  top: 0;
  -webkit-transform: none;
          transform: none;
}

.nice-select.nice-select__open::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.nice-select.nice-select__open .nice-select__list {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.nice-select.nice-select__disabled {
  border-color: #dedede;
  color: #000;
  opacity: 0.5;
  pointer-events: none;
}

.nice-select .nice-select__list {
  background: #fff;
  border-color: #bbb;
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: -1px 0 #bbbbbb, 1px 0 #bbbbbb;
  left: 0;
  -webkit-transform: scale(1, 0.75);
          transform: scale(1, 0.75);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}

.nice-select .nice-select__option {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/select-unchecked.svg) no-repeat left center;
  border-top: 1px dashed rgba(154, 154, 154, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 500;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  line-height: 1;
  min-height: 0;
}

.nice-select .nice-select__option.nice-select__focus,
.nice-select .nice-select__option.nice-select__selected.nice-select__focus,
.nice-select .nice-select__option:hover {
  background-color: transparent;
}

.nice-select .nice-select__option.nice-select__selected {
  background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/select-checked.svg);
  font-weight: 500;
}

.nice-select .nice-select__option.nice-select__disabled {
  color: #000;
  cursor: default;
  opacity: 0.5;
}

.nice-select .nice-select__option:first-child[data-value=""] {
  display: none;
}

.mfp-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 2rem 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@media only screen and (min-width: 768px), print {
  a[href].c-item, a[href].c-item__thumbnail {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity, -webkit-text-decoration-color;
    transition-property: opacity, -webkit-text-decoration-color;
    transition-property: opacity, text-decoration-color;
    transition-property: opacity, text-decoration-color, -webkit-text-decoration-color;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  a[href].c-item:hover, a[href].c-item__thumbnail:hover {
    opacity: 0.6;
  }
  html {
    font-family: "YuGothic", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 16px;
  }
  body {
    min-width: 1200px;
  }
  input[type=submit],
input[type=reset],
input[type=button],
button {
    cursor: pointer;
  }
  input[type=text],
input[type=number] {
    border-radius: 3px;
  }
  textarea {
    border-radius: 3px;
  }
  .l-header-banner {
    height: 30px;
    position: relative;
    z-index: 50;
  }
  .l-header {
    height: 175px;
    left: 0;
    min-width: 1200px;
    position: absolute;
    right: 0;
    top: 30px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: border, height;
    transition-property: border, height;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    z-index: 50;
  }
  html.is-scrolled:not(.is-detail-page) .l-header {
    height: 140px;
    position: fixed;
    top: 0;
  }
  .l-main {
    padding-top: 175px;
  }
  a.c-link[href] {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity, -webkit-text-decoration-color;
    transition-property: opacity, -webkit-text-decoration-color;
    transition-property: opacity, text-decoration-color;
    transition-property: opacity, text-decoration-color, -webkit-text-decoration-color;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  a.c-link[href]:hover,
a.c-link[href]:focus,
a.c-link[href]:active {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
  a.c-link[href]:hover {
    opacity: 0.6;
  }
  .c-button {
    font-size: 15px;
    height: 50px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-button:hover {
    opacity: 0.6;
  }
  .c-image-slider__dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .c-image-slider__dots .swiper-pagination-bullet {
    height: 23px;
    margin-left: 7px;
    padding: 10px 0;
    width: 30px;
  }
  .c-image-slider__dots .swiper-pagination-bullet::after {
    height: 3px;
  }
  .c-image-slider__prev,
.c-image-slider__next {
    background: #fff;
    height: 50px;
    width: 50px;
  }
  .c-image-slider__prev img,
.c-image-slider__next img {
    margin-bottom: 3px;
  }
  .c-alert {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-alert {
    margin: 28px auto 100px;
    padding: 13px 28px;
    width: 1200px;
  }
  .c-alert__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  a.c-alert__item::after {
    background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/go_r.svg) no-repeat center center;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    display: block;
    height: 6px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
  }
  .c-alert__item + .c-alert__item {
    margin-top: 10px;
    padding-top: 10px;
  }
  .c-alert__date {
    display: block;
    -webkit-flex-basis: 91px;
            flex-basis: 91px;
    font-size: 14px;
    width: 91px;
  }
  .c-alert__body {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: -webkit-calc(100% - 119px);
            flex-basis: calc(100% - 119px);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    width: -webkit-calc(100% - 119px);
    width: calc(100% - 119px);
  }
  .c-alert__label {
    display: block;
    font-size: 14px;
    margin-right: 0.5em;
    white-space: nowrap;
  }
  .c-alert__title {
    font-size: 14px;
  }
  .c-header-banner__group {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-header-banner__group {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .c-header-banner__title {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .c-header-banner__links a {
    background-size: 5px 8px;
    font-size: 14px;
    letter-spacing: 0.03em;
    margin-left: 30px;
    padding-left: 15px;
  }
  .c-header {
    background: #fff;
    border-bottom: 1px solid rgba(212, 180, 96, 0);
  }
  html.is-scrolled:not(.is-detail-page) .c-header {
    border-bottom-color: #d4b460;
  }
  .c-header__top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    height: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  html.is-scrolled:not(.is-detail-page) .c-header__top {
    height: 87px;
  }
  .c-header__copy {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-header__copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 425px;
            flex-basis: 425px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 14px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    letter-spacing: 0.06em;
    margin-top: 30px;
    width: 425px;
  }
  .c-header__copy.is-b2b {
    color: #ab0f13;
  }
  .c-header__copy.is-point500 {
    color: #ab0f13;
    margin-top: 20px;
    line-height: 1.1;
  }
  .c-header__copy.is-point500 b {
    font-size: 22px;
  }
  .c-header__brand {
    -webkit-flex-basis: 350px;
            flex-basis: 350px;
    margin-top: 24px;
    width: 350px;
  }
  .c-header__brand img {
    height: auto;
    width: 100%;
  }
  html.is-scrolled:not(.is-detail-page) .c-header__brand img {
    width: 282px;
  }
  .c-header__buttons {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 425px;
            flex-basis: 425px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin-top: 26px;
    width: 425px;
  }
  .c-header__button {
    font-size: 14px;
    letter-spacing: 0.15em;
    margin-left: 30px;
  }
  .c-header__button img {
    margin-right: 0.4em;
  }
  .c-header__button span {
    display: block;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    white-space: nowrap;
  }
  _:lang(x)::-ms-backdrop,
.c-header__button span {
    font-family: "Noto Serif JP", serif;
  }
  .c-header__button i {
    border-radius: 9px;
    font-size: 11px;
    height: 18px;
    left: 20px;
    top: -9px;
    width: 18px;
  }
  .c-header__button.is-search {
    opacity: 0;
    pointer-events: none;
  }
  .c-header__button.is-login span {
    width: 135px;
  }
  .c-header__button.is-mypage span {
    width: 150px;
  }
  .c-header__button.is-logout {
    font-size: 13px;
    margin-left: 15px;
  }
  .c-header__button.is-cart span {
    width: 45px;
  }
  .c-header__button.is-logout + .c-header__button.is-cart {
    margin-left: 15px;
  }
  .c-header__button.is-menu {
    display: none;
  }
  html.is-scrolled:not(.is-detail-page) .c-header__button span {
    opacity: 0;
    width: 0;
  }
  html.is-scrolled:not(.is-detail-page) .c-header__button.is-search {
    opacity: 1;
  }
  html.is-scrolled:not(.is-detail-page) .c-header__button.is-search:hover {
    opacity: 0.6;
  }
  .c-header__nav {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 60px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
            justify-content: stretch;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .c-header__nav a {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-header__nav a {
    -webkit-flex-basis: -webkit-calc(100% / 8);
            flex-basis: calc(100% / 8);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    position: relative;
    width: -webkit-calc(100% / 8);
    width: calc(100% / 8);
  }
  .c-header__nav a + a {
    box-shadow: -1px 0 #f0f0f0;
  }
  .c-header__nav img {
    height: auto;
    left: 51px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 49px;
  }
  .c-header__nav span {
    bottom: 0;
    font-size: 13px;
    left: 0;
    letter-spacing: 0.2em;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  html.is-scrolled:not(.is-detail-page) .c-header__nav a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  html.is-scrolled:not(.is-detail-page) .c-header__nav img {
    left: 22px;
    top: 6px;
    width: 36px;
  }
  html.is-scrolled:not(.is-detail-page) .c-header__nav img.long {
    left: 2px;
  }
  html.is-scrolled:not(.is-detail-page) .c-header__nav span {
    bottom: 10px;
    left: 29px;
  }
  .c-menu {
    display: none;
  }
  .c-menu__links a {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-footer {
    margin-top: 160px;
    padding: 55px 0;
  }
  .c-bread-crumb + .c-footer {
    margin-top: 0;
  }
  .c-footer__brand img {
    height: auto;
    margin: 0 auto 38px;
    width: 342px;
  }
  .c-footer__lead {
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-bottom: 64px;
    text-align: center;
  }
  .c-footer__navs {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 42px;
  }
  .c-footer__nav dt {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-footer__nav dt {
    color: #ab0f13;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
  }
  .c-footer__nav dt a {
    cursor: default;
  }
  .c-footer__nav dd {
    margin-bottom: 25px;
  }
  .c-footer__nav dd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .c-footer__nav dd li + li::before {
    color: #999999;
    content: "/";
    margin-left: 1em;
    margin-right: 1em;
  }
  .c-footer__nav dd a {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  .c-footer__address {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-footer__address {
    height: 240px;
    width: 470px;
  }
  .c-footer__address p {
    font-size: 18px;
  }
  .c-footer__address .__tel {
    font-size: 38px;
    margin: 10px 0;
  }
  .c-footer__address .c-button {
    font-size: 14px;
    height: 44px;
    margin-top: 16px;
    width: 270px;
  }
  .c-footer__bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .c-footer__sns {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .c-footer__sns a {
    border-radius: 25px;
    height: 50px;
    width: 50px;
  }
  .c-footer__sns a + a {
    margin-left: 20px;
  }
  .c-footer__copyright {
    font-size: 11px;
    margin-top: 40px;
  }
  .c-top-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    background: #d4b460;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: fixed;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 56px;
    z-index: 60;
  }
  .c-top-button, .c-top-button.u-hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  html:not(.is-scrolled) .c-top-button {
    pointer-events: none;
    -webkit-transform: translate(0, 56px);
            transform: translate(0, 56px);
  }
  html.is-scrolled-more:not(.is-scrolled-bottom) .c-top-button {
    -webkit-transform: translate(0, -80px);
            transform: translate(0, -80px);
  }
  .c-bread-crumb.is-transparent + .c-kv {
    margin-top: -40px;
  }
  .c-kv {
    background-color: #f6f6f6;
    background-position: center center;
    background-size: auto 100%;
    margin-bottom: 50px;
  }
  .c-kv__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 450px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .c-kv__title {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-kv__title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .c-kv__title b {
    font-size: 46px;
  }
  .c-kv__lead {
    font-size: 14px;
    line-height: 1.8;
    width: 550px;
  }
  .c-kv__more-link {
    display: none;
  }
  .c-kv.is-centered {
    height: 400px;
  }
  .c-kv.is-centered .c-kv__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 100%;
  }
  .c-kv.is-centered .c-kv__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .c-kv.is-bg-less {
    height: 250px;
    margin-bottom: 0;
  }
  .c-page-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .c-page-nav__link {
    background-size: 11px auto;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-left: 1.25em;
  }
  .c-page-nav__link:not(:last-child) {
    border-right: 1px solid #e5d19f;
    margin-right: 1.5em;
    padding-right: 1.5em;
  }
  .c-modal__wrapper {
    border-width: 10px;
    height: -webkit-calc(100vh - 40px);
    height: calc(100vh - 40px);
    max-height: -webkit-calc(100vh - 40px);
    max-height: calc(100vh - 40px);
    width: 800px;
  }
  .c-modal__close {
    right: 16px;
    top: 16px;
  }
  .c-modal__close img {
    height: 18px;
    width: 18px;
  }
  .c-modal__content {
    top: 50px;
  }
  .c-modal__body {
    margin: 0 auto;
    width: 590px;
  }
  .c-modal__title {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-modal__title {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
  }
  .c-modal__title b {
    font-size: 36px;
  }
  .c-search-field::before {
    height: 20px;
    left: 16px;
    width: 20px;
  }
  .c-search-field input[type=text] {
    padding-left: 40px;
  }
  .c-section {
    padding: 90px 0;
  }
  .c-section__title {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-section__title {
    margin: 0 auto 30px;
    width: 1200px;
  }
  .c-section__title b {
    font-size: 40px;
    height: 33px;
  }
  .c-section__title span,
.c-section__title small {
    font-size: 20px;
  }
  .c-pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 auto;
    width: 1200px;
  }
  .c-pagination__prev,
.c-pagination__next {
    height: 40px;
  }
  .c-pagination__prev {
    margin-right: 25px;
  }
  .c-pagination__next {
    margin-left: 25px;
  }
  .c-pagination__link,
.c-pagination__current {
    border-radius: 20px;
    font-size: 16px;
    height: 40px;
    margin: 0 5px;
    width: 40px;
  }
  .c-pagination__truncate {
    font-size: 13px;
    margin: 0 5px;
  }
  .c-bread-crumb {
    background: #f6f6f6;
  }
  body > .c-bread-crumb {
    margin-top: 160px;
  }
  .c-bread-crumb.is-transparent {
    background: transparent;
  }
  .c-bread-crumb__inner {
    height: 40px;
  }
  .c-bread-crumb__inner a,
.c-bread-crumb__inner b {
    font-size: 11px;
  }
  .c-bread-crumb__inner a::after {
    content: ">";
  }
  .c-about {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-about {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/about/bg.jpg);
    height: 340px;
  }
  .c-about__title {
    margin-bottom: 22px;
  }
  .c-about__title b {
    font-size: 40px;
    height: 54px;
  }
  .c-about__title span {
    font-size: 20px;
    height: 27px;
    letter-spacing: 0.05em;
  }
  .c-about__link {
    background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/go-large_w.svg) no-repeat center bottom;
    background-size: 99px 11px;
    font-size: 15px;
    width: 99px;
  }
  .c-rate {
    height: 20px;
    width: 105px;
  }
  .c-sheet {
    width: 100%;
  }
  .c-sheet > thead > tr > th,
.c-sheet > tbody > tr > th {
    font-size: 15px;
    padding: 20px 38px;
  }
  .c-sheet > thead > tr > td,
.c-sheet > tbody > tr > td {
    font-size: 15px;
    padding: 20px 50px;
  }
  .c-item__new {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-item__new {
    font-size: 15px;
    height: 22px;
    left: -8px;
    top: 10px;
    width: 52px;
  }
  .c-item__new::after {
    border-width: 3px 4px;
  }
  .c-item__tag {
    font-size: 15px;
  }
  a[href].c-item .c-item__name {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    -webkit-transition: -webkit-text-decoration-color 0.2s ease;
    transition: -webkit-text-decoration-color 0.2s ease;
    transition: text-decoration-color 0.2s ease;
    transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  }
  a[href].c-item:hover .c-item__name {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
  .c-item__rate.c-rate {
    height: 16px;
    width: 84px;
  }
  .c-item__ranking {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-item__ranking {
    border-radius: 15px;
    font-size: 18px;
    height: 30px;
    left: 7px;
    top: 7px;
    width: 30px;
  }
  .item-list-icon li {
    display: inline-block;
  }
  .c-item-list .c-item {
    -webkit-flex-basis: 280px;
            flex-basis: 280px;
    margin-bottom: 80px;
    margin-right: 26px;
    width: 280px;
  }
  .c-item-list .c-item:nth-child(4n) {
    margin-right: 0;
  }
  .c-item-list .c-item__thumbnail {
    margin-bottom: 18px;
  }
  .c-item-list .c-item__name {
    font-size: 15px;
    margin-bottom: 8px;
    text-align: justify;
  }
  .c-item-list .c-item__price {
    font-size: 13px;
  }
  .c-item-list .c-item__price b {
    font-size: 17px;
    letter-spacing: 0.02em;
  }
  .c-item-list .c-item__price.is-before {
    font-size: 12px;
  }
  .c-item-list .c-item__price.is-before b {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .c-item-list .c-item__price.is-after {
    font-size: 15px;
  }
  .c-item-list .c-item__price.is-after b {
    font-size: 19px;
    letter-spacing: 0.02em;
  }
  .c-item-list .c-item__button {
    height: 32px;
    margin-top: 16px;
  }
  .c-item-list .c-item__button.is-disabled {
    cursor: default;
  }
  .c-search-tool .c-item-list__total {
    display: none;
  }
  .c-item-slider .c-item__thumbnail {
    margin-bottom: 20px;
  }
  .c-item-slider .c-item__name {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
  }
  .c-item-slider .c-item__price {
    font-size: 13px;
  }
  .c-item-slider .c-item__price b {
    font-size: 17px;
  }
  .c-item-slider .c-item__price.is-before {
    font-size: 12px;
  }
  .c-item-slider .c-item__price.is-before b {
    font-size: 16px;
  }
  .c-item-slider .c-item__price.is-after {
    font-size: 14px;
  }
  .c-item-slider .c-item__price.is-after b {
    font-size: 18px;
  }
  .c-item-slider .c-slider-scrollbar {
    display: none;
  }
  .c-item-slider.is-3-slides .c-item {
    width: 382px;
  }
  .c-item-slider.is-4-slides .c-item {
    width: 280px;
  }
  .c-item-slider.is-5-slides .c-item {
    width: 220px;
  }
  .c-item-slider.is-6-slides .c-item {
    width: 180px;
  }
  .c-item-slider__prev,
.c-item-slider__next {
    padding: 22px 0;
    position: absolute;
    top: 106px;
    z-index: 1;
  }
  .c-item-slider__prev.swiper-button-disabled, .c-item-slider__prev.swiper-button-disabled:hover,
.c-item-slider__next.swiper-button-disabled,
.c-item-slider__next.swiper-button-disabled:hover {
    cursor: default;
  }
  .c-item-slider__prev {
    left: -34px;
  }
  .c-item-slider__next {
    right: -34px;
  }
  .is-5-slides .c-item-slider__prev,
.is-5-slides .c-item-slider__next {
    top: 82px;
  }
  .is-6-slides .c-item-slider__prev,
.is-6-slides .c-item-slider__next {
    top: 56px;
  }
  .c-cart-modal .c-modal__wrapper {
    height: 610px;
  }
  .c-cart-modal .c-modal__body {
    width: 570px;
  }
  .c-cart-modal__item {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-cart-modal__item {
    margin-bottom: 36px;
  }
  .c-cart-modal__item .c-item__thumbnail {
    -webkit-flex-basis: 110px;
            flex-basis: 110px;
    height: 110px;
    width: 110px;
  }
  .c-cart-modal__item .c-item__body {
    -webkit-flex-basis: -webkit-calc(100% - 130px);
            flex-basis: calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
  }
  .c-cart-modal__item .c-item__name {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-cart-modal__item .c-item__name {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .c-cart-modal__quantity {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .c-cart-modal__quantity dt {
    font-size: 16px;
    margin-right: 20px;
  }
  .c-cart-modal__dec:disabled,
.c-cart-modal__inc:disabled {
    cursor: default;
  }
  .c-cart-modal__dec:disabled:hover,
.c-cart-modal__inc:disabled:hover {
    opacity: 0.4;
  }
  .c-cart-modal__count {
    font-size: 16px;
    height: 44px;
    margin: 0 20px;
    width: 80px;
  }
  .c-cart-modal__info {
    margin-bottom: 30px;
  }
  .c-cart-modal__more-link {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-cart-modal__more-link {
    font-size: 18px;
    margin: 0 auto;
    width: 325px;
  }
  .c-cart-modal__more-link span {
    margin-left: 12px;
  }
  .c-cart-modal__more {
    margin-left: -35px;
    padding-top: 40px;
    width: 640px;
  }
  .c-cart-modal__more .__section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 24px 20px 30px;
    position: relative;
  }
  .c-cart-modal__more .__title {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-cart-modal__more .__title {
    font-size: 22px;
    left: 20px;
    margin-bottom: 16px;
    position: absolute;
    top: 24px;
  }
  .c-cart-modal__more .__image {
    -webkit-flex-basis: 200px;
            flex-basis: 200px;
    width: 200px;
  }
  .c-cart-modal__more .__image img,
.c-cart-modal__more .__image picture {
    height: auto;
    max-width: 100%;
  }
  .c-cart-modal__more .__body {
    -webkit-flex-basis: 380px;
            flex-basis: 380px;
    padding-top: 45px;
    width: 380px;
  }
  .c-cart-modal__more .__text {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .c-cart-modal__more .__note {
    font-size: 15px;
  }
  .c-cart-modal__more .__text + .__note {
    margin-top: 15px;
  }
  .c-cart-modal__options {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .c-cart-modal__select {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-cart-modal__select {
    font-size: 16px;
    height: 44px;
    width: 280px;
  }
  .c-cart-modal__select .nice-select__option {
    font-size: 15px;
  }
  .c-cart-modal__select .nice-select__list {
    max-height: 200px;
  }
  .c-cart-modal__select + .c-cart-modal__select {
    margin-left: 20px;
  }
  .c-cart-modal__prices {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .c-cart-modal__price {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-cart-modal__price {
    font-size: 18px;
  }
  .c-cart-modal__price b {
    font-size: 24px;
  }
  .c-cart-modal__price.is-before {
    font-size: 16px;
    margin-right: 1em;
  }
  .c-cart-modal__price.is-before b {
    font-size: 22px;
  }
  .c-cart-modal__price.is-after {
    font-size: 20px;
  }
  .c-cart-modal__price.is-after b {
    font-size: 26px;
  }
  .c-cart-modal__button {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-cart-modal__button {
    font-size: 18px;
    height: 54px;
    margin: 0 auto 30px;
    width: 340px;
  }
  .c-cart-modal__button:not(.is-disabled):hover {
    opacity: 0.6;
  }
  .c-cart-modal__button img {
    margin-right: 13px;
  }
  .c-cart-modal__close {
    font-size: 15px;
    margin: 0 auto 30px;
    width: 200px;
  }
  .c-flavor {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-flavor .c-item__name {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    font-size: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .c-flavor .c-item__name b {
    font-size: 17px;
  }
  .c-flavor .c-item__text {
    font-size: 13px;
    text-align: center;
  }
  .c-flavor .c-item__thumbnail {
    margin-left: 45px;
    margin-right: 45px;
  }
  .c-flavor__header {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-height: 75px;
  }
  .c-flavor__limited {
    font-size: 12px;
    height: 20px;
  }
  .c-flavor__limited::before {
    border-width: 10px 6px 10px 0;
  }
  .c-flavor__limited::after {
    border-width: 10px 0 10px 6px;
  }
  .c-review {
    margin-bottom: 26px;
    padding-bottom: 26px;
  }
  .c-review__header {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .c-review__title {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-review__title {
    font-size: 22px;
    margin-left: 12px;
  }
  .c-review__text {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .c-review__footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-left: 16px;
  }
  .c-review__reviewer {
    font-size: 14px;
  }
  .c-review__date {
    font-size: 14px;
  }
  .c-review__button {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-review__button {
    font-size: 14px;
    height: 36px;
    margin-bottom: 22px;
    padding-left: 14px;
    width: 160px;
  }
  .c-review__button img {
    margin-right: 6px;
  }
  .c-faq + .c-faq {
    margin-top: 15px;
  }
  .c-faq__question {
    border-radius: 3px;
    font-size: 17px;
    padding: 18px 80px 18px 30px;
  }
  .c-faq__question::before, .c-faq__question::after {
    height: 22px;
    right: 30px;
    width: 22px;
  }
  .c-faq__question.is-expanded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .c-faq__answer {
    font-size: 15px;
    padding: 30px;
  }
  .c-faq__answer * + .__note {
    font-size: 14px;
  }
  .c-search-form {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-search-form {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    background: #fffaed;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;

    margin: 0 auto;
    padding: 18px 40px;
    width: 1200px;
  }
  .c-search-form .c-search-field {
    height: 44px;
    width: 280px;
  }
  .c-search-form .c-hot-word {
    margin-top: 30px;
  }
  .c-search-form__title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  .c-search-form__category {
    display: none;
  }
  .c-search-form__select {
    font-size: 16px;
    height: 44px;
    width: 260px;
  }
  .c-search-form__select .nice-select__option {
    font-size: 15px;
  }
  .c-search-form__delimiter {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .c-search-form__button {
    height: 44px;
    width: 120px;
  }
  .c-search-form__result {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-search-form__result {
    font-size: 22px;
    height: 22px;
    margin: 0 auto 12px;
    padding-left: 42px;
    width: 1200px;
  }
  .c-search-form__no-result {
    font-size: 19px;
    width: 1200px;
  }
  .c-search-modal .c-modal__wrapper {
    height: 500px;
  }
  .c-search-modal .c-search-form {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .c-search-modal .c-search-form .c-search-field {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    margin-top: 24px;
    max-width: 100%;
    width: 100%;
  }
  .c-search-modal .c-search-form__select {
    -webkit-flex-basis: 260px;
            flex-basis: 260px;
    height: 44px;
    max-width: 260px;
    width: 260px;
  }
  .c-search-modal .c-search-form__delimiter {
    -webkit-flex-basis: 70px;
            flex-basis: 70px;
    width: 70px;
  }
  .c-search-modal .c-search-form__button {
    height: 36px;
    margin: 28px auto 0;
    width: 200px;
  }
  .c-search-filter a {
    background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/go-middle_b.svg) no-repeat right 18px center;
    background-size: 20px auto;
    height: 80px;
    margin: 0 28px 28px 0;
    padding: 0 0 0 10px;
    width: 279px;
  }
  .c-search-filter a:nth-child(4n) {
    margin-right: 0;
  }
  .c-search-filter img {
    -webkit-flex-basis: 60px;
            flex-basis: 60px;
    height: auto;
    width: 60px;
  }
  .c-search-filter p {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-search-filter p {
    -webkit-flex-basis: -webkit-calc(100% - 68px);
            flex-basis: calc(100% - 68px);
    font-size: 15px;
    max-width: -webkit-calc(100% - 68px);
    max-width: calc(100% - 68px);
    padding-left: 8px;
    width: -webkit-calc(100% - 68px);
    width: calc(100% - 68px);
  }
  .c-search-tool {
    height: 0;
    margin: 0 auto;
    position: relative;
    width: 1200px;
  }
  .c-search-tool dl {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-search-tool dl {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    position: absolute;
    right: 0;
  }
  .c-search-tool dt {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-right: 10px;
  }
  .c-search-tool__select {
    font-size: 14px;
    height: 34px;
    width: 150px;
  }
  .c-search-tool__select .nice-select__option {
    font-size: 13px;
  }
  .c-hot-word__title {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-hot-word__title {
    color: #d4b460;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c-hot-word__list a {
    border-radius: 13.5px;
    font-size: 14px;
    height: 27px;
    margin: 0 10px 10px 0;
  }
  .c-detail {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin: 30px auto 0;
    width: 1200px;
  }
  .c-detail .c-sheet > thead > tr > th,
.c-detail .c-sheet > tbody > tr > th {
    min-width: 346px;
  }
  .c-detail__image {
    -webkit-flex-basis: 520px;
            flex-basis: 520px;
    width: 520px;
  }
  .c-detail__info {
    -webkit-flex-basis: 614px;
            flex-basis: 614px;
    width: 614px;
  }
  .c-detail__copy {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-detail__copy {
    font-size: 22px;
  }
  .c-detail__code {
    font-size: 13px;
  }
  .c-detail__name {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-detail__name {
    font-size: 28px;
    margin-bottom: 0.3em;
  }
  .c-detail__rate .c-rate {
    margin-right: 5px;
  }
  .c-detail__count {
    font-size: 15px;
  }
  .c-detail__price {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-detail__price {
    font-size: 20px;
  }
  .c-detail__price b {
    font-size: 26px;
  }
  .c-detail__price.is-before {
    font-size: 18px;
  }
  .c-detail__price.is-before b {
    font-size: 24px;
  }
  .c-detail__price.is-after {
    font-size: 22px;
  }
  .c-detail__price.is-after b {
    font-size: 28px;
  }
  .c-detail__sale-note {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-detail__sale-note {
    font-size: 16px;
  }
  .c-detail__sale {
    font-size: 14px;
    margin-left: 15px;
    vertical-align: 4px;
  }
  .c-detail__table dt {
    -webkit-flex-basis: 116px;
            flex-basis: 116px;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 11px;
    max-width: 116px;
    width: 116px;
  }
  .c-detail__table dd {
    -webkit-flex-basis: -webkit-calc(100% - 116px);
            flex-basis: calc(100% - 116px);
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 11px;
    width: -webkit-calc(100% - 116px);
    width: calc(100% - 116px);
  }
  .c-detail__table .__note {
    font-size: 12px;
  }
  .c-detail__buttons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  .c-detail__buttons > * {
    margin-right: 10px;
  }
  .c-detail__buttons + .c-detail__buttons {
    margin-top: -10px;
  }
  .c-detail__cart {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-detail__cart {
    font-size: 18px;
    height: 54px;
    width: 390px;
  }
  .c-detail__cart.is-disabled {
    font-size: 16px;
    height: 44px;
  }
  .c-detail__fav {
    height: 54px;
    width: 54px;
  }
  a.c-detail__anchor-link,
.c-detail__caution {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .c-detail__more {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .c-detail__more > * {
    margin-right: 28px;
  }
  .c-detail__more a {
    font-size: 15px;
  }
  .c-detail__more a img {
    margin-right: 5px;
  }
  .c-detail__sns {
    margin-top: 32px;
  }
  .c-detail__sns > * {
    margin-right: 20px;
  }
  .c-detail__fixed-cart {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-detail__fixed-cart {
    background: rgba(246, 246, 246, 0.98);
    height: 80px;
  }
  .c-detail__fixed-cart .u-inner {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .c-detail__fixed-cart .__body {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 560px;
            flex-basis: 560px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    max-width: 560px;
    width: 560px;
  }
  .c-detail__fixed-cart .c-item__thumbnail {
    -webkit-flex-basis: 60px;
            flex-basis: 60px;
    height: 60px;
    margin-right: 12px;
    width: 60px;
  }
  .c-detail__fixed-cart .c-item__name {
    -webkit-flex-basis: -webkit-calc(100% - 72px);
            flex-basis: calc(100% - 72px);
    font-size: 20px;
    width: -webkit-calc(100% - 72px);
    width: calc(100% - 72px);
  }
  .c-detail__fixed-cart .c-item__price {
    color: #ab0f13;
    font-size: 16px;
  }
  .c-detail__fixed-cart .c-item__price b {
    font-size: 22px;
  }
  .c-detail__fixed-cart .c-item__price.is-before {
    color: #999;
    font-size: 14px;
  }
  .c-detail__fixed-cart .c-item__price.is-before b {
    font-size: 20px;
  }
  .c-detail__fixed-cart .c-item__price.is-after {
    font-size: 18px;
  }
  .c-detail__fixed-cart .c-item__price.is-after b {
    font-size: 24px;
  }
  .c-detail__fixed-cart .c-detail__buttons {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: -webkit-calc(100% - 560px);
            flex-basis: calc(100% - 560px);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin-bottom: 0;
    width: -webkit-calc(100% - 560px);
    width: calc(100% - 560px);
  }
  .c-detail__fixed-cart .c-detail__buttons > * {
    margin-left: 10px;
    margin-right: 0;
  }
  .c-detail__fixed-cart .c-detail__cart {
    height: 50px;
    width: 280px;
  }
  .c-detail__prices {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .c-detail__lower {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    width: 100%;
  }
  .c-detail-image-slider {
    height: 520px;
    width: 520px;
  }
  .c-detail-image-slider__prev,
.c-detail-image-slider__next {
    height: 36px;
    position: absolute;
    top: 238px;
    width: 36px;
    z-index: 1;
  }
  .c-detail-image-slider__prev.swiper-button-disabled,
.c-detail-image-slider__next.swiper-button-disabled {
    cursor: default;
    opacity: 0.4;
  }
  .c-detail-image-slider__prev {
    left: -18px;
  }
  .c-detail-image-slider__next {
    right: -18px;
  }
  .c-detail-image-slider__thumbnails {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-top: 10px;
  }
  .c-detail-image-slider__thumbnails button {
    -webkit-flex-basis: 56px;
            flex-basis: 56px;
    height: 56px;
    margin: 0 10px 10px 0;
    width: 56px;
  }
  .c-detail-image-slider__thumbnails button:nth-child(8n+1),
.c-detail-image-slider__thumbnails button:nth-child(8n+7) {
    margin-right: 11px;
  }
  .c-detail-image-slider__thumbnails button:nth-child(8n) {
    margin-right: 0;
  }
  .c-cart__table {
    margin: -90px auto 0;
    width: 800px;
  }
  .c-cart__table > thead > tr > th,
.c-cart__table > thead > tr > td,
.c-cart__table > tbody > tr > th,
.c-cart__table > tbody > tr > td,
.c-cart__table > tfoot > tr > th,
.c-cart__table > tfoot > tr > td {
    border-bottom: 1px solid #e5d19f;
    padding: 0.25rem;
  }
  .c-cart__table > thead > tr > td:nth-child(2),
.c-cart__table > tbody > tr > td:nth-child(2),
.c-cart__table > tfoot > tr > td:nth-child(2) {
    width: 5rem;
  }
  .c-cart__table > thead > tr > td:nth-child(3),
.c-cart__table > tbody > tr > td:nth-child(3),
.c-cart__table > tfoot > tr > td:nth-child(3) {
    text-align: center;
    width: 5rem;
  }
  .c-cart__table > thead > tr > td:nth-child(4),
.c-cart__table > tbody > tr > td:nth-child(4),
.c-cart__table > tfoot > tr > td:nth-child(4) {
    text-align: right;
    width: 5rem;
  }
  .c-cart__table > thead > tr > td:nth-child(5),
.c-cart__table > tbody > tr > td:nth-child(5),
.c-cart__table > tfoot > tr > td:nth-child(5) {
    text-align: center;
    width: 5rem;
  }
  .c-cart__item .c-item__thumbnail {
    height: 90px;
    margin-right: 10px;
    width: 90px;
  }
  .c-cart__item .c-item__name {
    -webkit-flex-basis: -webkit-calc(100% - 100px);
            flex-basis: calc(100% - 100px);
  }
  .c-cart__quantity input[type=number] {
    width: 100%;
  }
  .c-cart__update {
    display: none;
  }
  .c-cart__delete img {
    height: auto;
    width: 50%;
  }
  .c-cart__options {
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 100px;
    position: relative;
  }
  .c-cart__options > dl {
    font-size: 12px;
  }
  .c-cart__options > dl > dd {
    font-size: 11px;
  }
  .c-cart__options-update {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 10em;
  }
  .c-cart__empty {
    margin: 4rem 0;
  }
  .c-cart__buttons {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 80px;
  }
  .c-cart__buttons .c-button {
    margin: 0 15px;
    width: 280px;
  }
  .c-fav-list__remove-all {
    font-size: 13px;
    height: 30px;
    padding: 0 1em;
    position: absolute;
    right: 0;
    top: -60px;
  }
  .c-review-form {
    margin: 40px auto;
    width: 800px;
  }
  .c-review-form__item {
    margin-bottom: 40px;
    padding: 8px;
  }
  .c-review-form__item .c-item__thumbnail {
    -webkit-flex-basis: 150px;
            flex-basis: 150px;
    width: 150px;
  }
  .c-review-form__item .c-item__body {
    -webkit-flex-basis: -webkit-calc(100% - 150px - 30px);
            flex-basis: calc(100% - 150px - 30px);
    width: -webkit-calc(100% - 150px - 30px);
    width: calc(100% - 150px - 30px);
  }
  .c-review-form__item .c-item__name {
    font-size: 16px;
  }
  .c-review-form__total {
    font-size: 12px;
  }
  .c-review-form__total b {
    font-size: 16px;
  }
  .c-review-form__empty {
    font-size: 12px;
  }
  .c-review-form__table {
    margin-bottom: 40px;
    width: 100%;
  }
  .c-review-form__table > tbody > tr > th,
.c-review-form__table > tbody > tr > td {
    padding: 1rem 0;
  }
  .c-review-form__table > tbody > tr > th {
    width: 30%;
  }
  .c-review-form__table input[type=text] {
    height: 44px;
  }
  .c-review-form__stars .reviewRate {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .c-review-form__stars .reviewRateStar {
    height: 20px;
    width: 21px;
  }
  .c-review-form__buttons {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .c-review-form__button {
    font-size: 18px;
    height: 54px;
    width: 390px;
  }
  .c-slider-scrollbar {
    margin: 40px 0 10px;
  }
  .p-top-slider .swiper-container {
    height: 580px;
  }
  .p-top-slider .swiper-slide {
    width: 1200px;
  }
  .p-top-slider .c-image-slider__prev,
.p-top-slider .c-image-slider__next {
    top: 265px;
  }
  .p-top-topics .c-item__thumbnail {
    height: 260px;
  }
  .p-top-about {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/about/bg.jpg);
    height: 500px;
    margin-bottom: 100px;
  }
  .p-top-about .c-about__link {
    width: auto;
  }
  .p-top-category {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
            justify-content: stretch;
  }
  .p-top-category a {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-top-category a {
    -webkit-flex-basis: -webkit-calc(100% / 6);
            flex-basis: calc(100% / 6);
    height: 500px;
    margin-left: 1px;
    padding: 40px 0 30px;
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6);
  }
  .p-top-category a:first-child {
    margin-left: 0;
  }
  .p-top-category a::before {
    background: no-repeat center center;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
  }
  .p-top-category a:hover::before {
    -webkit-transform: translate(-80px, 0);
            transform: translate(-80px, 0);
  }
  .p-top-category .is-macaron::before {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/macaron.jpg);
  }
  .p-top-category .is-chocolat::before {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/chocolat.jpg);
  }
  .p-top-category .is-demi-sec::before {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/demi-sec.jpg);
  }
  .p-top-category .is-four-sec::before {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/four-sec.jpg);
  }
  .p-top-category .is-gateau::before {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/gateau.jpg);
  }
  .p-top-category .is-glace::before {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/glace.jpg);
  }
  .p-top-category .is-jose::before {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/josephigna.jpg);
  }
  .p-top-category .is-gift::before {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/gift.jpg);
  }
  .p-top-category b,
.p-top-category span {
    margin: 0 auto;
  }
  .p-top-category b {
    font-size: 20px;
    margin-bottom: 370px;
    text-align: center;
  }
  .p-top-category span {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    background: #fff url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/go_b.svg) no-repeat;
    background-position: right 10px center;
    background-size: 14px 5px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    height: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 130px;
  }
  .p-top-shop-list {
    margin-top: 110px;
    padding-top: 72px;
    position: relative;
  }
  .p-top-shop-list__block {
    margin: 0 0 0 auto;
    padding: 104px 0 114px 268px;
    width: -webkit-calc(50% + 163px);
    width: calc(50% + 163px);
  }
  .p-top-shop-list__block .c-section__title {
    margin: 0 0 25px;
    width: 495px;
  }
  .p-top-shop-list__block .c-section__title b {
    margin-bottom: 16px;
  }
  .p-top-shop-list__links {
    width: 495px;
  }
  .p-top-shop-list__links .c-button {
    background-position: right 22px center;
    background-size: 22px 6px;
    -webkit-flex-basis: 240px;
            flex-basis: 240px;
    height: 55px;
    margin: 0 15px 15px 0;
    max-width: 240px;
    padding-left: 24px;
    width: 240px;
  }
  .p-top-shop-list__links .c-button:nth-child(2n) {
    margin-right: 0;
  }
  .p-top-shop-list__image {
    height: 520px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }
  .p-top-instagram a {
    height: 280px;
    margin: 0 26px 26px 0;
    width: 280px;
  }
  .p-top-instagram a:nth-child(4n) {
    margin-right: 0;
  }
  .p-top-news__group {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .p-top-news__list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 800px;
            flex-basis: 800px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    width: 800px;
  }
  .p-top-news__list dt,
.p-top-news__list dd {
    border-top: 1px dashed #ccc;
    font-size: 15px;
    line-height: 24px;
    min-height: 69px;
    padding-bottom: 22px;
    padding-top: 22px;
  }
  .p-top-news__list dt {
    -webkit-flex-basis: 118px;
            flex-basis: 118px;
    max-width: 118px;
    padding-left: 16px;
    width: 118px;
  }
  .p-top-news__list dd {
    -webkit-flex-basis: -webkit-calc(100% - 118px);
            flex-basis: calc(100% - 118px);
    max-width: -webkit-calc(100% - 118px);
    max-width: calc(100% - 118px);
    width: -webkit-calc(100% - 118px);
    width: calc(100% - 118px);
  }
  .p-top-news__list a {
    background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/go-large_b.svg) no-repeat;
    background-position: right 32px center;
    background-size: 35px 7px;
    padding-right: 100px;
  }
  .p-top-news__more {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-top-news__more {
    font-size: 15px;
    right: 400px;
    top: -45px;
  }
  .p-top-news__links {
    -webkit-flex-basis: 330px;
            flex-basis: 330px;
    width: 330px;
  }
  .p-top-news__link {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-top-news__link {
    height: 96px;
    padding-left: 33px;
    width: 330px;
  }
  .p-top-news__link b {
    font-size: 18px;
  }
  .p-top-news__link span {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .p-top-news__link img {
    right: 26px;
  }
  .p-top-news__link + .p-top-news__link {
    margin-top: 17px;
  }
  .p-about {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-about {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 120px;
  }
  .p-about__title {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .p-about__text {
    font-size: 14px;
    line-height: 38px;
  }
  .p-about__image picture,
.p-about__image img {
    height: auto;
    max-width: 100%;
  }
  .p-about__note {
    font-size: 11px;
    margin: 14px 32px 0 0;
  }
  .p-about.is-1 {
    margin-top: 100px;
  }
  .p-about.is-1 .p-about__body {
    -webkit-flex-basis: 582px;
            flex-basis: 582px;
    width: 582px;
  }
  .p-about.is-1 .p-about__image {
    -webkit-flex-basis: -webkit-calc(100% - 582px);
            flex-basis: calc(100% - 582px);
    width: -webkit-calc(100% - 582px);
    width: calc(100% - 582px);
  }
  .p-about.is-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-about.is-2 .p-about__body {
    -webkit-flex-basis: 525px;
            flex-basis: 525px;
    margin-left: 177px;
    max-width: 525px;
    width: 525px;
  }
  .p-about.is-2 .p-about__image {
    -webkit-flex-basis: -webkit-calc(100% - 525px);
            flex-basis: calc(100% - 525px);
    width: -webkit-calc(100% - 525px);
    width: calc(100% - 525px);
  }
  .p-about.is-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-about.is-3 .p-about__body {
    margin: 80px auto 0;
    width: 960px;
  }
  .p-about.is-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-about.is-4 .p-about__body {
    -webkit-flex-basis: 636px;
            flex-basis: 636px;
    margin-left: 134px;
    max-width: 636px;
    width: 636px;
  }
  .p-about.is-4 .p-about__image {
    -webkit-flex-basis: -webkit-calc(100% - 636px);
            flex-basis: calc(100% - 636px);
    width: -webkit-calc(100% - 636px);
    width: calc(100% - 636px);
  }
  .p-about.is-5 .p-about__body {
    -webkit-flex-basis: 642px;
            flex-basis: 642px;
    width: 642px;
  }
  .p-about.is-5 .p-about__image {
    -webkit-flex-basis: -webkit-calc(100% - 642px);
            flex-basis: calc(100% - 642px);
    width: -webkit-calc(100% - 642px);
    width: calc(100% - 642px);
  }
  .p-corporate {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-corporate {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 218px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 100px auto 0;
    padding-left: 53px;
    position: relative;
    width: 1050px;
  }
  .p-corporate .c-button {
    background-position: right 13px top 11px;
    background-size: 21px auto;
    font-size: 14px;
    height: 31px;
    letter-spacing: 0.02em;
    padding-left: 17px;
    width: 250px;
  }
  .p-corporate__title {
    font-size: 32px;
    margin-bottom: 13px;
  }
  .p-corporate__text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
  }
  .p-corporate__image {
    bottom: 9px;
    height: 100%;
    position: absolute;
    right: 9px;
    top: 9px;
    width: auto;
  }
  .p-store__inner {
    padding-left: 150px;
    padding-right: 150px;
  }
  .p-store {
    padding-top: 35px;
  }
  .p-store:not(:last-child) {
    margin-bottom: 35px;
  }
  .p-store__name {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-store__name {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .p-store__table > tbody > tr > th {
    padding-right: 0.75em;
    vertical-align: top;
    width: 6.75em;
  }
  .p-store__table > tbody > tr > th > p {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .p-store__table > tbody > tr > th > p::after {
    content: "：";
  }
  .p-store__map .c-link {
    background-size: 12px 15px;
    margin-left: 1em;
  }
  .p-guide__lead {
    font-size: 15px;
    margin-bottom: 30px;
    text-align: center;
  }
  .p-guide__section {
    padding-top: 50px;
  }
  .p-guide__section:first-of-type {
    margin-top: 120px;
  }
  .p-guide__wrapping {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;

    -webkit-justify-content: center;
            justify-content: center;
  }
  .p-guide__wrapping .__section {
    -webkit-flex-basis: -webkit-calc(100% / 3);
            flex-basis: calc(100% / 3);
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 28px;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .p-guide__wrapping .__title {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-guide__wrapping .__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-guide__wrapping .__image {
    height: 220px;
    margin-bottom: 16px;
  }
  .p-guide__wrapping .__text {
    font-size: 15px;
  }
  .p-guide__wrapping .__note {
    font-size: 15px;
  }
  .p-guide__steps {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-top: 76px;
  }
  .p-guide__steps .__section {
    -webkit-flex-basis: 270px;
            flex-basis: 270px;
    padding-bottom: 30px;
    width: 270px;
  }
  .p-guide__steps .__label {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-guide__steps .__label {
    border-radius: 50px;
    font-size: 18px;
    height: 100px;
    margin: -50px auto 15px;
    padding-top: 10px;
    width: 100px;
  }
  .p-guide__steps .__label b {
    font-size: 38px;
  }
  .p-guide__steps .__delimiter {
    -webkit-flex-basis: 40px;
            flex-basis: 40px;
    width: 40px;
  }
  .p-guide__steps .__title {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-guide__steps .__title {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
  .p-guide__steps .__text {
    font-size: 15px;
    margin: 0 15px;
  }
  .p-guide__coupon {
    margin-top: 86px;
  }
  .p-guide__coupon .__title {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-guide__coupon .__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .p-guide__coupon .__body {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 1080px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .p-guide__coupon .__text {
    font-size: 15px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    width: 520px;
  }
  .p-guide__coupon .__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .p-guide__coupon .__note {
    margin-top: 65px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
    width: 520px;
  }
  .p-guide__coupon .__note .__title {
    font-size: 20px;
    margin-bottom: 11px;
  }
  .p-guide__coupon .__note li {
    font-size: 15px;
  }
  .p-guide__charge {
    height: 420px;
    margin: 15px auto 30px;
    padding: 40px 60px 0;
    width: 1200px;
  }
  .p-guide__charge .__label {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-guide__charge .__label {
    border-radius: 77px;
    font-size: 20px;
    height: 154px;
    left: 60px;
    padding-top: 12px;
    top: 40px;
    width: 154px;
  }
  .p-guide__charge .__label b {
    font-size: 30px;
  }
  .p-guide__charge .__body {
    margin-left: 182px;
    min-height: 154px;
  }
  .p-guide__charge .__title {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-guide__charge .__title {
    font-size: 40px;
    line-height: 1.15;
  }
  .p-guide__charge .__title small {
    font-size: 32px;
  }
  .p-guide__charge .__title b b {
    font-size: 60px;
  }
  .p-guide__charge .__title strong {
    font-size: 60px;
  }
  .p-guide__charge .__title i {
    font-size: 13px;
    margin-left: -40px;
    vertical-align: 40px;
  }
  .p-guide__charge .__note {
    font-size: 14px;
  }
  .p-guide__charge .__text {
    font-size: 18px;
  }
  .p-guide__charge .__text .__note {
    font-size: 16px;
  }
  .p-guide__charge .__table {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-guide__charge .__table {
    margin-bottom: 10px;
    margin-top: 20px;
    table-layout: fixed;
    width: 100%;
  }
  .p-guide__charge .__table thead th,
.p-guide__charge .__table thead td {
    padding: 0.2em 0;
    text-align: center;
  }
  .p-guide__charge .__table thead th {
    font-size: 18px;
    width: 100px;
  }
  .p-guide__charge .__table thead td {
    font-size: 20px;
    width: -webkit-calc((100% - 100px) / 4);
    width: calc((100% - 100px) / 4);
  }
  .p-guide__charge .__table tbody td {
    font-size: 14px;
  }
  .p-guide__charge .__table tbody td b {
    font-size: 22px;
  }
  .p-guide__document > .__title {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .p-guide__document > .__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .p-guide__document > .__text {
    font-size: 15px;
  }
  .p-guide__document > .__note {
    font-size: 15px;
  }
  .p-guide__document + .p-guide__document {
    margin-top: 50px;
  }
  .p-contact__lead {
    font-size: 15px;
    margin-bottom: 30px;
    text-align: center;
  }
  .p-contact__frame {
    width: 800px;
  }
  .u-inner {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
  .u-hover {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .u-hover:hover {
    opacity: 0.6;
  }
  .u-sp-only {
    display: none !important;
  }
  .nice-select {
    border-radius: 3px;
    padding: 0 4em 0 1.2em;
  }
  .nice-select::after {
    height: 7px;
    right: 25px;
    width: 12px;
  }
  .nice-select .nice-select__list {
    border-radius: 0 0 3px 3px;
    margin-top: -1px;
    padding: 0 20px;
  }
  .nice-select .nice-select__option {
    background-size: 16px 16px;
    height: 46px;
    padding: 0 0 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  img,
picture,
svg {
    height: auto;
    width: 100%;
  }
  html {
    font-family: sans-serif;
    font-size: -webkit-calc(15 / 4.14 * 1vw);
    font-size: calc(15 / 4.14 * 1vw);
  }
  input[type=text],
input[type=number] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.2rem;
  }
  textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.2rem;
  }
  .l-header-banner {
    display: none;
  }
  .l-main {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    overflow-x: hidden;
    /*padding-top: 23.28vw;*/
/*	.is-point500用  */
	padding-top: 29.28vw;
    width: 100vw;
  }
  .l-main > * {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .c-button {
    font-size: 1rem;
    height: 2.66rem;
  }
  .c-image-slider__dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .c-image-slider__dots .swiper-pagination-bullet {
    height: 3.6rem;
    margin: 0 0.33rem;
    padding: 1.73rem 0 0;
    width: 1.33rem;
  }
  .c-image-slider__dots .swiper-pagination-bullet::after {
    height: 0.2rem;
  }
  .c-image-slider__prev,
.c-image-slider__next {
    bottom: 0;
    height: 3.6rem;
    width: 3.6rem;
  }
  .c-image-slider__prev img,
.c-image-slider__next img {
    height: 0.43rem;
    width: auto;
  }
  .c-alert {
    font-family: "Noto Serif JP", serif;
  }
  .c-alert {
    margin: 0 1.6rem 3.33rem;
    padding: 0.8rem;
  }
  .c-alert__item {
    display: block;
  }
  .c-alert__item + .c-alert__item {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
  .c-alert__date {
    display: block;
    float: left;
    font-size: 0.86rem;
    height: 1rem;
    line-height: 1rem;
    width: 6em;
  }
  .c-alert__body::after {
    clear: both;
    content: "";
    display: block;
  }
  .c-alert__label {
    display: block;
    font-size: 0.93rem;
    height: 1rem;
    line-height: 1rem;
  }
  .c-alert__title {
    clear: both;
    font-size: 0.86rem;
    margin-top: 0.5em;
  }
  .c-header-banner__group {
    font-family: "Noto Serif JP", serif;
  }
  .c-header__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.9);
    height: 17vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    left: 0;
    position: absolute;
    top: 6.28vw;
    width: 100%;
    z-index: 50;
  }
 .c-header__top.is-point500 {
    top: 12.28vw;
  }
  html:not(.is-scrolled) .c-header__top.is-animation-enter {
    -webkit-animation: c-header__top 0.2s ease 1 forwards;
            animation: c-header__top 0.2s ease 1 forwards;
  }
  html:not(.is-scrolled) .c-header__top.is-animation-done {
    top: 0;
  }
  html:not(.is-scrolled) .c-header__top.is-animation-exit {
    animation: c-header__top 0.2s ease 1 forwards reverse;
  }
  html.is-scrolled:not(.is-detail-page) .c-header__top {
    position: fixed;
    top: 0;
  }
  .c-header__copy {
    font-family: "Noto Serif JP", serif;
  }
  .c-header__copy {
    background: #ab0f13;
    bottom: 100%;
    color: #fff;
    font-size: 0.73rem;
    height: 6.28vw;
    left: 0;
    line-height: 6.28vw;
    overflow: auto;
    padding: 0 0.5em;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    z-index: 50;
  }
  .c-header__copy.is-point500 {
    font-size: 0.9rem;
	line-height: 5.28vw;
    height: 12.28vw;
	color: #fff;
    margin-top: 0px;
  }
  .c-header__copy.is-point500 b {
    font-size: 1.2rem;
  }
  .c-header__top.is-point500 .is-b2b {
    height: 12.28vw;
	line-height: 12.28vw;
  }
.c-header__copy.is-b2b {
    background: #202f55;
  }
  .c-header__brand {
    width: 50%;
  }
  .c-header__button {
    bottom: 0;
    height: 17vw;
    position: absolute;
    top: 0;
    width: 17vw;
  }
  .c-header__button img {
    width: 40%;
  }
  .c-header__button span {
    display: none;
  }
  .c-header__button i {
    border-radius: 0.75rem;
    font-size: 0.86rem;
    height: 1.5rem;
    right: 0.33rem;
    top: 0.66rem;
    width: 1.5rem;
  }
  .c-header__button.is-search {
    display: none;
  }
  .c-header__button.is-login {
    display: none;
  }
  .c-header__button.is-mypage {
    display: none;
  }
  .c-header__button.is-logout {
    display: none;
  }
  .c-header__button.is-cart {
    right: 0;
  }
  .c-header__button.is-menu {
    display: block;
    left: 0;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
  }
  .c-header__button.is-menu::before, .c-header__button.is-menu::after {
    border-color: #d4b460;
    border-style: solid;
    content: "";
    display: block;
    left: 50%;
    margin-left: -0.8rem;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 1.6rem;
  }
  .c-header__button.is-menu::before {
    border-width: 2px 0;
    height: 1.2rem;
    margin-top: -0.6rem;
  }
  .c-header__button.is-menu::after {
    border-width: 1px 0;
    margin-top: -1px;
  }
  .c-header__button.is-menu.is-menu-shown::before {
    border-bottom-color: rgba(0, 0, 0, 0);
    height: 0;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-header__button.is-menu.is-menu-shown::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-header__nav {
    display: none;
  }
  .c-header__nav a {
    font-family: "Noto Serif JP", serif;
  }
  .c-menu {
    background: #fafafa;
    bottom: 0;
    display: none;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.86rem 1.6rem 0;
    position: fixed;
    right: 0;
    top: 17vw;
    z-index: 40;
  }
  .c-menu.is-animation-enter {
    -webkit-animation: c-menu 0.2s ease 1 forwards;
            animation: c-menu 0.2s ease 1 forwards;
    display: block;
  }
  .c-menu.is-animation-done {
    display: block;
  }
  .c-menu.is-animation-exit {
    animation: c-menu 0.2s ease 1 forwards reverse;
    display: block;
  }
  html.is-top-page .c-menu .c-search-form,
.c-search-form {
    background: transparent;
    margin-bottom: 2.66rem;
    margin-top: 2rem;
    padding: 0;
  }
  .c-menu .c-hot-word {
    margin-bottom: 3rem;
  }
  .c-menu__button {
    border-color: #e5d19f;
    color: #d4b460;
    font-size: 1.2rem;
    height: 3.6rem;
    margin-bottom: 0.66rem;
    position: relative;
  }
  _:lang(x)::-ms-backdrop,
.c-menu__button {
    font-family: "Noto Serif JP", serif;
  }
  .c-menu__button img {
    bottom: 0;
    height: 1.86rem;
    left: 1.73rem;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: auto;
  }
  .c-menu__links {
    border-top: 1px dotted #bbbbbb;
    margin-bottom: 3rem;
  }
  .c-menu__links a {
    font-family: "Noto Serif JP", serif;
  }
  .c-menu__links a {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/go_lb.svg) no-repeat right 1.2rem center;
    background-size: 1.06rem auto;
    border-bottom: 1px dotted #bbbbbb;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 4rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 0 3.33rem 0 1.4rem;
  }
  .c-menu__close {
    font-size: 1rem;
    height: 2rem;
    margin-bottom: 4rem;
    text-align: center;
    text-decoration: underline;
    width: 100%;
  }
  html.is-menu-shown {
    overflow-y: hidden;
  }
  .c-footer {
    padding: 3.33rem 1.6rem;
  }
  html.is-top-page .c-footer {
    margin-top: 3.73rem;
  }
  .c-footer__brand img {
    margin: 0 auto 1.2rem;
    width: 12.4rem;
  }
  .c-footer__lead {
    font-size: 0.8rem;
    margin-bottom: 3rem;
  }
  .c-footer__lead br {
    display: none;
  }
  .c-footer__navs {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .c-footer__nav {
    border-top: 1px solid #e3e3e3;
  }
  .c-footer__nav dt {
    font-family: "Noto Serif JP", serif;
  }
  .c-footer__nav dt a {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    border-bottom: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 1.06rem;
    height: 3.33rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 0 3.33rem 0 1.33rem;
    position: relative;
  }
  .c-footer__nav dt a::before, .c-footer__nav dt a::after {
    background: no-repeat center center;
    background-size: 0.8rem 0.8rem;
    bottom: 0;
    content: "";
    display: block;
    height: 2.13rem;
    margin: auto 0;
    position: absolute;
    right: 0.6rem;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 2.13rem;
  }
  .c-footer__nav dt a::before {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/plus_b.svg);
  }
  .c-footer__nav dt a::after {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/minus_b.svg);
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .c-footer__nav dt a.is-expanded::before {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .c-footer__nav dt a.is-expanded::after {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .c-footer__nav dd a {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    border-bottom: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 0.93rem;
    height: 3.33rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 0 2rem;
  }
  .c-footer__address {
    font-family: "Noto Serif JP", serif;
  }
  .c-footer__address {
    margin-bottom: 2rem;
    padding: 1.33rem 2.66rem;
  }
  .c-footer__address p {
    font-size: 1rem;
  }
  .c-footer__address .__tel {
    font-size: 2.53rem;
    margin: 0.5rem 0;
  }
  .c-footer__address .__tel img {
    margin-top: 0.1em;
    width: 2.33rem;
  }
  .c-footer__address .c-button {
    font-size: 0.93rem;
    height: 2.93rem;
    margin-top: 0.53rem;
    width: 100%;
  }
  .c-footer__address .c-button img {
    width: 1.4rem;
  }
  .c-footer__bottom {
    margin-top: 1.86rem;
  }
  .c-footer__sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .c-footer__sns a {
    border-radius: 1.66rem;
    height: 3.33rem;
    margin: 0 0.6rem;
    width: 3.33rem;
  }
  .c-footer__sns a img {
    width: 55%;
  }
  .c-footer__copyright {
    font-size: 0.73rem;
    margin-top: 1.86rem;
    text-align: center;
  }
  .c-top-button {
    display: none;
  }
  .c-kv {
    background-position: center top;
    background-size: 100% auto;
  }
  .c-kv__inner {
    padding-top: 13.13rem;
  }
  .c-kv__title {
    font-family: "Noto Serif JP", serif;
  }
  .c-kv__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    font-size: 0.93rem;
    margin-bottom: 1.5rem;
  }
  .c-kv__title b {
    font-size: 2rem;
    padding-top: 0.5rem;
  }
  .c-kv__lead {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin: 0 1.6rem 4rem;
  }
  .c-kv__more-link {
    display: block;
    height: 1em;
    line-height: 1;
    margin-top: 1em;
    overflow: hidden;
    text-align: right;
  }
  .c-kv__more-link.is-expanded {
    display: none;
  }
  .c-kv__more {
    display: none;
  }
  .c-kv__more.is-expanded {
    display: block;
  }
  .c-kv.is-centered {
    height: 20rem;
  }
  .c-kv.is-centered .c-kv__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding-top: 0;
  }
  .c-kv.is-bg-less {
    height: 10.66rem;
    margin-bottom: 0;
  }
  .c-page-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 2.66rem 3rem;
  }
  .c-page-nav__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    background-size: 0.53rem auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    height: 3rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding-left: 1.5em;
    width: 50%;
  }
  .c-modal__wrapper {
    border-width: 0.6rem;
    height: 82vh;
    max-height: 82vh;
    width: -webkit-calc(100vw - 3.2rem);
    width: calc(100vw - 3.2rem);
  }
  .c-modal__close {
    height: 2.93rem;
    right: -0.6rem;
    top: -4rem;
    width: 2.93rem;
  }
  .c-modal__close img {
    height: 1.2rem;
    margin-left: auto;
    width: 1.2rem;
  }
  .c-modal__content {
    top: 2rem;
  }
  .c-modal__body {
    margin: 0 1.4rem;
  }
  .c-modal__title {
    font-family: "Noto Serif JP", serif;
  }
  .c-modal__title {
    margin-bottom: 1.33rem;
  }
  .c-modal__title b {
    font-size: 1.46rem;
  }
  html.is-modal-shown {
    overflow-y: hidden;
  }
  .c-search-field::before {
    height: 1.2rem;
    left: 1.2rem;
    width: 1.2rem;
  }
  .c-search-field input[type=text] {
    padding-left: 3rem;
  }
  .c-section {
    padding: 2.4rem 0;
  }
  .c-section__title {
    font-family: "Noto Serif JP", serif;
  }
  .c-section__title {
    margin: 0 1.6rem 2rem;
  }
  .c-section__title b {
    font-size: 1.6rem;
    height: 0.95em;
  }
  .c-section__title span,
.c-section__title small {
    font-size: 0.93rem;
  }
  .c-pagination {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin: 0 1.6rem;
  }
  .c-pagination__prev,
.c-pagination__next {
    height: 2.4rem;
  }
  .c-pagination__link,
.c-pagination__current {
    border-radius: 1.2rem;
    font-size: 0.86rem;
    height: 2.4rem;
    margin: 0 0.26rem;
    width: 2.4rem;
  }
  .c-bread-crumb {
    margin-top: 3rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem 1.6rem;
  }
  .l-main > .c-bread-crumb {
    -webkit-box-ordinal-group: 1000;
    -webkit-order: 999;
            order: 999;
  }
  .c-bread-crumb__inner a,
.c-bread-crumb__inner b {
    font-size: 0.93rem;
    white-space: nowrap;
  }
  .c-bread-crumb__inner a::after {
    background: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/icons/right_g.svg) no-repeat center center;
    background-size: 0.33rem auto;
    content: "";
    display: block;
    height: 100%;
    width: 0.33rem;
  }
  .c-bread-crumb__inner b {
    padding-right: 1em;
  }
  .c-about {
    font-family: "Noto Serif JP", serif;
  }
  .c-about {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/common/about/sp_bg.jpg);
    height: 13.33rem;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .c-about__title {
    margin-bottom: 1.33rem;
  }
  .c-about__title b {
    font-size: 1.46rem;
  }
  .c-about__title span {
    font-size: 0.93rem;
    letter-spacing: -0.05em;
  }
  .c-about__link {
    border-bottom: 1px solid #fff;
    font-size: 0.66rem;
    width: 3.33rem;
  }
  .c-rate {
    height: 1.33rem;
    width: 7rem;
  }
  .c-sheet {
    margin: 0 1.6rem;
  }
  .c-sheet,
.c-sheet > tbody,
.c-sheet > thead,
.c-sheet > tbody > tr,
.c-sheet > thead > tr,
.c-sheet > tbody > tr > th,
.c-sheet > thead > tr > th,
.c-sheet > tbody > tr > td,
.c-sheet > thead > tr > td {
    display: block;
  }
  .c-sheet > thead > tr > th,
.c-sheet > thead > tr > td,
.c-sheet > tbody > tr > th,
.c-sheet > tbody > tr > td {
    padding: 1rem 0 1rem 1.2rem;
  }
  .c-sheet > thead > tr > th,
.c-sheet > tbody > tr > th {
    font-size: 1rem;
    font-weight: 500;
  }
  .c-sheet > thead > tr > td,
.c-sheet > tbody > tr > td {
    font-size: 1rem;
  }
  .c-sheet > thead > tr > td .__note,
.c-sheet > tbody > tr > td .__note {
    margin-left: -1.2em;
  }
  .c-item__new {
    font-family: "Noto Serif JP", serif;
  }
  .c-item__new {
    font-size: 0.8rem;
    height: 1.2rem;
    left: -0.4rem;
    top: 0.6rem;
    width: 2.8rem;
  }
  .c-item__new::after {
    border-width: 0.16rem 0.2rem;
  }
  .c-item__tag {
    font-size: 1rem;
  }
  .c-item__name {
    letter-spacing: 0.1em;
  }
  .item-list-icon li {
    display: inline-block;
  }
  .c-item__rate.c-rate {
    height: 1.06rem;
    width: 5.6rem;
  }
  .c-item__ranking {
    font-family: "Noto Serif JP", serif;
  }
  .c-item__ranking {
    border-radius: 0.66rem;
    font-size: 0.8rem;
    height: 1.33rem;
    left: 0.26rem;
    top: 0.26rem;
    width: 1.33rem;
  }
  .c-item-list {
    margin: 0 1.6rem;
  }
  .c-item-list .c-item {
    -webkit-flex-basis: -webkit-calc(50% - 0.5rem);
            flex-basis: calc(50% - 0.5rem);
    margin-bottom: 2.66rem;
    margin-right: 1rem;
    width: -webkit-calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
  }
  .c-item-list .c-item:nth-child(2n) {
    margin-right: 0;
  }
  .c-item-list .c-item__thumbnail {
    margin-bottom: 0.8rem;
  }
  .c-item-list .c-item__name {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .c-item-list .c-item__price {
    font-size: 0.86rem;
  }
  .c-item-list .c-item__price b {
    font-size: 1.13rem;
    letter-spacing: 0.02em;
  }
  .c-item-list .c-item__price.is-before {
    font-size: 0.8rem;
  }
  .c-item-list .c-item__price.is-before b {
    font-size: 1.06rem;
    letter-spacing: 0.02em;
  }
  .c-item-list .c-item__price.is-after {
    font-size: 1rem;
  }
  .c-item-list .c-item__price.is-after b {
    font-size: 1.26rem;
    letter-spacing: 0.02em;
  }
  .c-item-list .c-item__button {
    height: 2rem;
    margin-top: 1rem;
  }
  .c-section__title .c-item-list__total {
    display: none;
  }
  .c-search-tool .c-item-list__total {
    font-size: 0.93rem;
    letter-spacing: 0.05em;
  }
  _:lang(x)::-ms-backdrop,
.c-search-tool .c-item-list__total {
    font-family: "Noto Serif JP", serif;
  }
  .c-item-slider .c-item {
    margin: 0 0.5rem;
  }
  .c-item-slider .c-item:first-child {
    margin-left: 1.6rem;
  }
  .c-item-slider .c-item:last-child {
    margin-right: 1.6rem;
  }
  .c-item-slider .c-item__thumbnail {
    margin-bottom: 0.6rem;
  }
  .c-item-slider .c-item__name {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }
  .c-item-slider .c-item__price {
    font-size: 0.86rem;
  }
  .c-item-slider .c-item__price b {
    font-size: 1rem;
    font-weight: 600;
  }
  .c-item-slider .c-item__price.is-before {
    font-size: sp-rem(12);
  }
  .c-item-slider .c-item__price.is-before b {
    font-size: 0.93rem;
    font-weight: 600;
  }
  .c-item-slider .c-item__price.is-after {
    font-size: sp-rem(14);
  }
  .c-item-slider .c-item__price.is-after b {
    font-size: 1.06rem;
    font-weight: 600;
  }
  .c-item-slider .c-slider-scrollbar {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .c-item-slider.is-3-slides .c-item {
    width: 15rem;
  }
  .c-item-slider.is-4-slides .c-item {
    width: 10.66rem;
  }
  .c-item-slider.is-5-slides .c-item {
    width: 10.66rem;
  }
  .c-item-slider.is-6-slides .c-item {
    width: 6.66rem;
  }
  .c-item-slider.is-6-slides .c-item__price {
    font-size: 0.73rem;
  }
  .c-item-slider.is-6-slides .c-item__price b {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
  .c-item-slider.is-6-slides .c-item__price.is-before {
    font-size: 0.66rem;
  }
  .c-item-slider.is-6-slides .c-item__price.is-before b {
    font-size: 0.93rem;
    letter-spacing: 0.02em;
  }
  .c-item-slider.is-6-slides .c-item__price.is-after {
    font-size: 0.73rem;
  }
  .c-item-slider.is-6-slides .c-item__price.is-after b {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
  .c-item-slider__prev,
.c-item-slider__next {
    display: none;
  }
  .c-cart-modal__item {
    font-family: "Noto Serif JP", serif;
  }
  .c-cart-modal__item {
    margin: 0 -0.7rem 1.66rem;
    padding-bottom: 4rem;
    position: relative;
  }
  .c-cart-modal__item .c-item__thumbnail {
    -webkit-flex-basis: 5.33rem;
            flex-basis: 5.33rem;
    height: 5.33rem;
    width: 5.33rem;
  }
  .c-cart-modal__item .c-item__body {
    -webkit-flex-basis: -webkit-calc(100% - 6.26rem);
            flex-basis: calc(100% - 6.26rem);
    width: -webkit-calc(100% - 6.26rem);
    width: calc(100% - 6.26rem);
  }
  .c-cart-modal__item .c-item__name {
    font-family: "Noto Serif JP", serif;
  }
  .c-cart-modal__item .c-item__name {
    font-size: 1.2rem;
  }
  .c-cart-modal__quantity {
    bottom: 0;
    height: 2.93rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
  }
  .c-cart-modal__quantity dt {
    font-size: 1.06rem;
    margin-right: 1.33rem;
  }
  .c-cart-modal__dec,
.c-cart-modal__inc {
    height: 2.93rem;
    width: 2.93rem;
  }
  .c-cart-modal__count {
    font-size: 1.06rem;
    height: 2.93rem;
    margin: 0 1.33rem;
    width: 5.33rem;
  }
  .c-cart-modal__info {
    margin-bottom: 1rem;
  }
  .c-cart-modal__more-link {
    font-family: "Noto Serif JP", serif;
  }
  .c-cart-modal__more-link {
    font-size: 1.06rem;
  }
  .c-cart-modal__more-link span {
    margin-left: 0.53rem;
  }
  .c-cart-modal__more-link img:first-child {
    width: 1.46rem;
  }
  .c-cart-modal__more-link img:last-child {
    width: 0.66rem;
  }
  .c-cart-modal__more {
    padding-top: 1.73rem;
  }
  .c-cart-modal__more .__section {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 1.73rem 0.5rem 3.33rem;
  }
  .c-cart-modal__more .__title {
    font-family: "Noto Serif JP", serif;
  }
  .c-cart-modal__more .__title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .c-cart-modal__more .__image {
    height: 9.33rem;
    margin-bottom: 1.2rem;
  }
  .c-cart-modal__more .__image img,
.c-cart-modal__more .__image picture {
    height: 100%;
    object-fit: contain;
    width: 100%;
  }
  .c-cart-modal__more .__text {
    font-size: 1rem;
    letter-spacing: 0.03em;
  }
  .c-cart-modal__more .__text + .__note {
    margin-top: 1rem;
  }
  .c-cart-modal__select {
    font-family: "Noto Serif JP", serif;
  }
  .c-cart-modal__select {
    font-size: 1.06rem;
    height: 3.33rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .c-cart-modal__select .nice-select__list {
    max-height: 20vh;
  }
  .c-cart-modal__prices {
    margin-bottom: 1.5rem;
  }
  .c-cart-modal__price {
    font-family: "Noto Serif JP", serif;
  }
  .c-cart-modal__price {
    font-size: 1.2rem;
  }
  .c-cart-modal__price b {
    font-size: 1.6rem;
  }
  .c-cart-modal__price.is-before {
    font-size: 1.06rem;
    margin-bottom: 1rem;
  }
  .c-cart-modal__price.is-before b {
    font-size: 1.46rem;
  }
  .c-cart-modal__price.is-after {
    font-size: 1.33rem;
  }
  .c-cart-modal__price.is-after b {
    font-size: 1.73rem;
  }
  .c-cart-modal__button {
    font-family: "Noto Serif JP", serif;
  }
  .c-cart-modal__button {
    font-size: 1.2rem;
    height: 3.6rem;
    margin-bottom: 1.46rem;
    width: 100%;
  }
  .c-cart-modal__button img {
    margin-right: 0.33rem;
    width: 1.4rem;
  }
  .c-cart-modal__close {
    font-size: 1rem;
    margin: 0 auto 2rem;
    width: 100%;
  }
  .c-flavor {
    font-family: "Noto Serif JP", serif;
  }
  .c-flavor {
    padding-left: 8.66rem;
    position: relative;
  }
  .c-item-list .c-flavor {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    margin-right: 0;
    width: 100%;
  }
  .c-flavor .c-item__name {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    font-size: 0.8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .c-flavor .c-item__name b {
    font-size: 1.06rem;
  }
  .c-flavor .c-item__text {
    font-size: 1rem;
    letter-spacing: 0.03em;
  }
  .c-flavor .c-item__thumbnail {
    bottom: 0;
    height: 6.66rem;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 7.73rem;
  }
  .c-flavor__header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .c-flavor__limited {
    font-size: 0.8rem;
    height: 1.1rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .c-flavor__limited::before {
    border-width: 0.55rem 0.4rem 0.55rem 0;
  }
  .c-flavor__limited::after {
    border-width: 0.55rem 0 0.55rem 0.4rem;
  }
  .c-review {
    margin: 0 1.6rem 1.2rem;
    padding-bottom: 1.2rem;
  }
  .c-review__header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 1rem;
  }
  .c-review__title {
    font-family: "Noto Serif JP", serif;
  }
  .c-review__title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .c-review__text {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  .c-review__reviewer {
    font-size: 0.93rem;
  }
  .c-review__date {
    display: none;
  }
  .c-review__button {
    font-family: "Noto Serif JP", serif;
  }
  .c-review__button {
    font-size: 0.93rem;
    height: 2.4rem;
    margin: 2rem auto 2.66rem;
    padding-left: 0.93rem;
    width: 10.66rem;
  }
  .c-review__button img {
    margin-right: 0.4rem;
    width: 1.4rem;
  }
  .c-faq + .c-faq {
    margin-top: 1rem;
  }
  .c-faq__question {
    border-radius: 0.2rem;
    font-size: 1rem;
    padding: 1.33rem 4rem 1.33rem 1.33rem;
  }
  .c-faq__question::before, .c-faq__question::after {
    height: 1.46rem;
    right: 1.2rem;
    width: 1.46rem;
  }
  .c-faq__question.is-expanded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .c-faq__answer {
    font-size: 1rem;
    padding: 1.33rem;
  }
  .c-faq__answer * + .__note {
    font-size: 0.93rem;
  }
  .c-search-form {
    font-family: "Noto Serif JP", serif;
  }
  .c-search-form {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    background: #fffaed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 0 1.6rem;
    padding: 2rem 1.6rem;
  }
  html.is-top-page .c-search-form {
    background: #f0f0f0;
    margin: 0 0 0.93rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .c-search-form .c-search-field {
    font-size: 1.06rem;
    height: 3.33rem;
    margin-bottom: 1.33rem;
    width: 100%;
  }
  .c-search-form__title {
    display: none;
    font-size: 1.33rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
  }
  .c-search-form.is-on-top-page .c-search-form__title {
    display: block;
  }
  .c-search-form__category {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-bottom: 1.5rem;
  }
  .c-search-form__category a {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: -webkit-calc(100% / 3);
            flex-basis: calc(100% / 3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    font-size: 0.93rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .c-search-form__category a.jose {
    font-size: 0.75rem;
    letter-spacing: 0em;
  }
  .c-search-form__category img {
    width: 4.66rem;
  }
  .c-search-form__select {
    font-size: 1.2rem;
    height: 3.33rem;
    margin-bottom: 1.33rem;
    width: 100%;
  }
  .c-search-form__select .nice-select__option {
    font-size: 1.06rem;
  }
  .c-search-form__delimiter {
    display: none;
  }
  .c-search-form__button {
    height: 2.93rem;
    width: 15.33rem;
  }
  .c-search-form__result {
    font-family: "Noto Serif JP", serif;
  }
  .c-search-form__result {
    font-size: 1.2rem;
    height: 1.2rem;
    margin: 0 1.6rem 1rem;
    padding-left: 2.4rem;
  }
  .c-search-form__no-result {
    font-size: 1.06rem;
    padding: 0 1.6rem;
  }
  .c-search-filter {
    margin: 0 1.6rem;
  }
  .c-search-filter a {
    -webkit-flex-basis: -webkit-calc(50% - 0.25rem);
            flex-basis: calc(50% - 0.25rem);
    height: 3.73rem;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.8rem 0.5rem;
    width: -webkit-calc(50% - 0.25rem);
    width: calc(50% - 0.25rem);
  }
  .c-search-filter a:nth-child(2n) {
    margin-right: 0;
  }
  .c-search-filter img {
    -webkit-flex-basis: 2.13rem;
            flex-basis: 2.13rem;
    width: 2.13rem;
  }
  .c-search-filter p {
    font-family: "Noto Serif JP", serif;
  }
  .c-search-filter p {
    -webkit-flex-basis: -webkit-calc(100% - 2.13rem - 0.4rem);
            flex-basis: calc(100% - 2.13rem - 0.4rem);
    font-size: 0.73rem;
    max-width: -webkit-calc(100% - 2.13rem - 0.4rem);
    max-width: calc(100% - 2.13rem - 0.4rem);
    padding-left: 0.4rem;
    width: -webkit-calc(100% - 2.13rem - 0.4rem);
    width: calc(100% - 2.13rem - 0.4rem);
  }
  .c-search-tool {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    background: #f7f6f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin: 0 1.6rem 1rem;
    padding: 0.5rem;
  }
  .c-search-tool.is-compact {
    background: transparent;
    height: 0;
    position: relative;
  }
  .c-search-tool dl {
    font-family: "Noto Serif JP", serif;
  }
  .c-search-tool.is-compact dl {
    bottom: 2.5rem;
    position: absolute;
    right: 0;
  }
  .c-search-tool dt {
    display: none;
  }
  .c-search-tool__select {
    font-size: 0.93rem;
    height: 2.26rem;
    width: 11.66rem;
  }
  .c-search-tool__select .nice-select__option {
    font-size: 0.86rem;
  }
  .c-hot-word__title {
    font-family: "Noto Serif JP", serif;
  }
  .c-hot-word__title {
    color: #aa925e;
    font-size: 1.06rem;
    margin-bottom: 0.86rem;
  }
  .c-hot-word__list a {
    border-radius: 0.9rem;
    font-size: 0.93rem;
    height: 1.8rem;
    margin: 0 0.66rem 0.66rem 0;
  }
  .c-detail__info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 2rem 1.6rem 2rem;
  }
  .c-detail__copy {
    font-family: "Noto Serif JP", serif;
  }
  .c-detail__copy {
    font-size: 1.33rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .c-detail__code {
    font-size: 0.86rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .c-detail__name {
    font-family: "Noto Serif JP", serif;
  }
  .c-detail__name {
    font-size: 1.53rem;
    margin-bottom: 0.6em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .c-detail__rate {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .c-detail__rate .c-rate {
    margin-right: 0.33rem;
  }
  .c-detail__count {
    font-size: 1rem;
  }
  .c-detail__price {
    font-family: "Noto Serif JP", serif;
  }
  .c-detail__price {
    font-size: 1.2rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .c-detail__price b {
    font-size: 1.6rem;
  }
  .c-detail__price.is-before {
    font-size: 1.06rem;
  }
  .c-detail__price.is-before b {
    font-size: 1.46rem;
  }
  .c-detail__price.is-after {
    font-size: 1.33rem;
  }
  .c-detail__price.is-after b {
    font-size: 1.73rem;
  }
  .c-detail__sale-note {
    font-family: "Noto Serif JP", serif;
  }
  .c-detail__sale-note {
    font-size: 0.93rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .c-detail__sale {
    font-size: 1rem;
    margin-left: 1em;
    vertical-align: 0.1em;
  }
  .c-detail__table {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .c-detail__table dt {
    -webkit-flex-basis: 6.33rem;
            flex-basis: 6.33rem;
    font-size: 1rem;
    letter-spacing: 0.03em;
    margin-bottom: 0.73rem;
    max-width: 6.33rem;
    width: 6.33rem;
  }
  .c-detail__table dd {
    -webkit-flex-basis: -webkit-calc(100% - 6.33rem);
            flex-basis: calc(100% - 6.33rem);
    font-size: 1rem;
    letter-spacing: 0.03em;
    margin-bottom: 0.73rem;
    max-width: -webkit-calc(100% - 6.33rem);
    max-width: calc(100% - 6.33rem);
    width: -webkit-calc(100% - 6.33rem);
    width: calc(100% - 6.33rem);
  }
  .c-detail__table .__note {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
  .c-detail__buttons {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 1.53rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    width: 100%;
  }
  .c-detail__buttons + .c-detail__buttons {
    margin-top: -0.8rem;
  }
  .c-detail__cart {
    font-family: "Noto Serif JP", serif;
  }
  .c-detail__cart {
    font-size: 1.2rem;
    height: 3.33rem;
    width: 20.33rem;
  }
  .c-detail__cart img {
    width: 1.4rem;
  }
  .c-detail__cart.is-disabled {
    font-size: 1.06rem;
    height: 2.66rem;
  }
  .c-detail__fav {
    height: 3.33rem;
    width: 3.33rem;
  }
  a.c-detail__anchor-link,
.c-detail__caution {
    font-size: 1rem;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .c-detail__more {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .c-detail__more > * {
    margin-bottom: 1.33rem;
  }
  .c-detail__more a {
    font-size: 1rem;
  }
  .c-detail__more a img {
    margin-right: 0.33rem;
    width: 1.06rem;
  }
  .c-detail__sns {
    margin-top: 0.5rem;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .c-detail__sns > * {
    margin-right: 1.5rem;
  }
  .c-detail__fixed-cart {
    font-family: "Noto Serif JP", serif;
  }
  .c-detail__fixed-cart {
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.85);
    padding: 0.66rem 1.6rem;
  }
  .c-detail__fixed-cart .c-item__thumbnail {
    display: none;
  }
  .c-detail__fixed-cart .c-item__name {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .c-detail__fixed-cart .c-item__price {
    display: none;
  }
  .c-detail__fixed-cart .c-detail__buttons {
    margin-bottom: 0;
  }
  .c-detail-image-slider {
    height: 100vw;
    width: 100vw;
  }
  .c-detail-image-slider__prev,
.c-detail-image-slider__next {
    display: none;
  }
  .c-detail-image-slider__thumbnails {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 0.66rem;
  }
  .c-detail-image-slider__thumbnails button {
    -webkit-flex-basis: 2.66rem;
            flex-basis: 2.66rem;
    height: 2.66rem;
    width: 2.66rem;
  }
  .c-detail-image-slider__thumbnails button + button {
    margin-left: 0.4rem;
  }
  .c-cart__table {
    margin: 0 1.6rem 0;
  }
  .c-cart__table,
.c-cart__table > tbody,
.c-cart__table > tbody > tr > th,
.c-cart__table > tbody > tr > td,
.c-cart__table > tfoot,
.c-cart__table > tfoot > tr > th,
.c-cart__table > tfoot > tr > td {
    display: block;
  }
  .c-cart__table > tbody > tr,
.c-cart__table > tfoot > tr {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    position: relative;
  }
  .c-cart__table > tbody > tr + tr {
    border-top: 1px solid #e5d19f;
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .c-cart__table > thead {
    display: none;
  }
  .c-cart__table > tfoot {
    margin-top: 2rem;
  }
  .c-cart__table > thead > tr > th,
.c-cart__table > thead > tr > td,
.c-cart__table > tbody > tr > th,
.c-cart__table > tbody > tr > td,
.c-cart__table > tfoot > tr > th,
.c-cart__table > tfoot > tr > td {
    padding: 0.5rem 0.25rem;
  }
  .c-cart__item .c-item__thumbnail {
    height: 5rem;
    margin-right: 1rem;
    width: 5rem;
  }
  .c-cart__item .c-item__name {
    -webkit-flex-basis: -webkit-calc(100% - 6rem - 3rem);
            flex-basis: calc(100% - 6rem - 3rem);
  }
  .c-cart__quantity {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .c-cart__quantity::before {
    content: "数量";
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
  .c-cart__quantity input[type=number] {
    height: 2rem;
    width: 5rem;
  }
  .c-cart__update {
    height: 2rem;
    margin-left: 1rem;
    width: 4rem;
  }
  .c-cart__point {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .c-cart__point::before {
    content: "ポイント";
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
  .c-cart__price {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .c-cart__price::before {
    content: "価格";
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
  .c-cart__delete {
    -webkit-flex-basis: 2rem;
            flex-basis: 2rem;
  }
  .c-cart__delete img {
    width: 50%;
  }
  .c-cart__options {
    font-size: 0.9rem;
    margin-top: 1rem;
  }
  .c-cart__options > dl {
    font-size: 0.8rem;
  }
  .c-cart__options > dl > dd {
    font-size: 0.73rem;
  }
  .c-cart__empty {
    margin: 1rem 0 3rem;
  }
  .c-cart__buttons {
    margin: 3rem 1.6rem 0;
  }
  .c-cart__buttons .c-button {
    height: 3rem;
    margin-bottom: 1rem;
  }
  .c-fav-list__remove-all {
    margin: 0 auto;
    width: -webkit-calc(100% - 3.2rem);
    width: calc(100% - 3.2rem);
  }
  .c-review-form {
    margin-bottom: 4rem;
  }
  .c-review-form__item {
    margin: 0 1.6rem;
    margin-bottom: 3rem;
    padding: 0.8rem;
  }
  .c-review-form__item .c-item__thumbnail {
    -webkit-flex-basis: 26vw;
            flex-basis: 26vw;
    width: 26vw;
  }
  .c-review-form__item .c-item__body {
    -webkit-flex-basis: -webkit-calc(100% - 26vw - 1rem);
            flex-basis: calc(100% - 26vw - 1rem);
    width: -webkit-calc(100% - 26vw - 1rem);
    width: calc(100% - 26vw - 1rem);
  }
  .c-review-form__item .c-item__name {
    font-size: 1rem;
  }
  .c-review-form__total {
    font-size: 0.86rem;
  }
  .c-review-form__total b {
    font-size: 1rem;
  }
  .c-review-form__empty {
    font-size: 0.86rem;
  }
  .c-review-form__table {
    display: block;
    margin: 0 1.6rem;
  }
  .c-review-form__table > tbody,
.c-review-form__table > tbody > tr,
.c-review-form__table > tbody > tr > th,
.c-review-form__table > tbody > tr > td {
    display: block;
  }
  .c-review-form__table > tbody > tr > th {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .c-review-form__table > tbody > tr > td {
    margin-bottom: 2rem;
  }
  .c-review-form__table input[type=text] {
    font-size: 1.06rem;
    height: 3.33rem;
  }
  .c-review-form__table textarea {
    font-size: 1.06rem;
  }
  .c-review-form__stars .reviewRate {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin: 0 auto;
    width: 60vw;
  }
  .c-review-form__stars .reviewRateStar {
    height: 2rem;
    width: 2.1rem;
  }
  .c-review-form__buttons {
    margin: 0 1.6rem;
  }
  .c-review-form__button {
    font-size: 1.2rem;
    height: 3.33rem;
  }
  .c-slider-scrollbar {
    margin: 2rem 0;
    overflow: hidden;
  }
  .p-top-slider .swiper-container {
    height: 32.25rem;
  }
  .p-top-slider .swiper-slide {
    width: 100vw;
  }
  .p-top-about {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/about/sp_bg.jpg);
    height: 16.66rem;
    margin: 0 0 2.4rem;
  }
  .p-top-category {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .p-top-category a {
    font-family: "Noto Serif JP", serif;
  }
  .p-top-category a {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 14.66rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding-top: 1rem;
    width: 50%;
  }
  .p-top-category .is-macaron {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/sp_macaron.jpg);
  }
  .p-top-category .is-chocolat {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/sp_chocolat.jpg);
  }
  .p-top-category .is-demi-sec {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/sp_demi-sec.jpg);
  }
  .p-top-category .is-four-sec {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/sp_four-sec.jpg);
  }
  .p-top-category .is-gateau {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/sp_gateau.jpg);
  }
  .p-top-category .is-glace {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/sp_glace.jpg);
  }
  .p-top-category .is-jose {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/sp_josephigna.jpg);
  }
  .p-top-category .is-gift {
    background-image: url(https://gigaplus.makeshop.jp/dalloyau/assets/img/top/category/sp_gift.jpg);
  }
  .p-top-category b,
.p-top-category span {
    white-space: nowrap;
  }
  .p-top-category b {
    font-size: 1.26rem;
  }
  .p-top-category span {
    font-size: 0.8rem;
  }
  .p-top-shop-list {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-top: 1.2rem;
  }
  .p-top-shop-list__block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    padding: 2rem 1.6rem 3.33rem;
  }
  .p-top-shop-list__block .c-section__title b {
    margin-bottom: 0.5rem;
  }
  .p-top-shop-list__links .c-button {
    background-position: right 1.26rem center;
    background-size: 1.4rem 0.33rem;
    -webkit-flex-basis: -webkit-calc(50% - 0.5rem);
            flex-basis: calc(50% - 0.5rem);
    height: 3.33rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    padding-left: 1.33rem;
    width: -webkit-calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
  }
  .p-top-shop-list__links .c-button:nth-child(2n) {
    margin-right: 0;
  }
  .p-top-shop-list__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .p-top-instagram {
    margin: 0 1.6rem;
  }
  .p-top-instagram a {
    -webkit-flex-basis: -webkit-calc( (100vw - 3.2rem - 2rem) / 3 );
            flex-basis: calc( (100vw - 3.2rem - 2rem) / 3 );
    height: -webkit-calc( (100vw - 3.2rem - 2rem) / 3 );
    height: calc( (100vw - 3.2rem - 2rem) / 3 );
    margin-bottom: 1rem;
    margin-right: 1rem;
    width: -webkit-calc( (100vw - 3.2rem - 2rem) / 3 );
    width: calc( (100vw - 3.2rem - 2rem) / 3 );
  }
  .p-top-instagram a:nth-child(3n) {
    margin-right: 0;
  }
  .p-top-news__group {
    margin: 0 1.6rem;
  }
  .p-top-news__list {
    margin-bottom: 1.66rem;
  }
  .p-top-news__list dt {
    border-top: 1px dashed #ccc;
    letter-spacing: 0.05em;
    padding-top: 0.86rem;
  }
  .p-top-news__list dd {
    letter-spacing: 0.1em;
    margin-top: 0.25em;
    padding-bottom: 0.86rem;
  }
  .p-top-news__more {
    font-family: "Noto Serif JP", serif;
  }
  .p-top-news__more {
    font-size: 1rem;
    right: 0;
    top: -3.34rem;
  }
  .p-top-news__link {
    font-family: "Noto Serif JP", serif;
  }
  .p-top-news__link {
    height: 6.66rem;
    padding-left: 1.33rem;
    width: 100%;
  }
  .p-top-news__link b {
    font-size: 1.33rem;
  }
  .p-top-news__link span {
    font-size: 1rem;
    letter-spacing: 0.03em;
  }
  .p-top-news__link img {
    right: 1.73rem;
    width: 3.86rem;
  }
  .p-top-news__link + .p-top-news__link {
    margin-top: 1.33rem;
  }
  .p-about {
    font-family: "Noto Serif JP", serif;
  }
  .p-about {
    margin: 5rem 0 0;
  }
  .p-about:last-of-type {
    margin-bottom: 6.33rem;
  }
  .p-about__body {
    margin: 0 3rem 8rem;
  }
  .p-about__title {
    font-size: 1.86rem;
    margin-bottom: 3rem;
  }
  .p-about__text {
    font-size: 1rem;
    text-align: justify;
  }
  .p-about__text br {
    display: none;
  }
  .p-about__note {
    font-size: 0.73rem;
    margin: 0.66rem 0 0 0;
  }
  .p-about.is-1 .p-about__image {
    margin: 0 1.6rem;
  }
  .p-about.is-2 .p-about__image {
    margin: 0 5.6rem 0 0;
  }
  .p-about.is-3 .p-about__image {
    margin: 0 0 0 3rem;
  }
  .p-about.is-4 .p-about__image {
    margin: 0 8rem 0 3rem;
  }
  .p-about.is-5 .p-about__image {
    margin: 0 0 0 3rem;
  }
  .p-corporate {
    font-family: "Noto Serif JP", serif;
  }
  .p-corporate {
    margin: 3.46rem 3rem 0;
    padding: 1.86rem 1.6rem;
  }
  .p-corporate .c-button {
    background-position: right 0.8rem top 1.06rem;
    background-size: 1.06rem auto;
    font-size: 1rem;
    height: 2.66rem;
    padding-left: 2rem;
    width: 100%;
  }
  .p-corporate__title {
    font-size: 1.86rem;
    margin-bottom: 0.93rem;
  }
  .p-corporate__text {
    font-size: 0.93rem;
    margin-bottom: 0.93rem;
  }
  .p-corporate__text br {
    display: none;
  }
  .p-corporate__image {
    margin-bottom: 1.33rem;
  }
  .p-store {
    margin: 0 1.6rem;
    padding-top: 1.73rem;
  }
  .p-store:not(:last-child) {
    margin-bottom: 1.73rem;
  }
  .p-store__name {
    font-family: "Noto Serif JP", serif;
  }
  .p-store__name {
    font-size: 1.33rem;
    margin-bottom: 0.66rem;
  }
  .p-store__table,
.p-store__table > tbody,
.p-store__table > tbody > tr,
.p-store__table > tbody > tr > th,
.p-store__table > tbody > tr > td {
    display: block;
  }
  .p-store__table > tbody > tr > td {
    margin-bottom: 1rem;
  }
  .p-store__map span {
    margin-right: 1em;
  }
  .p-store__map .c-link {
    background-size: 0.9em 1.125em;
  }
  .p-guide__lead {
    font-size: 1rem;
    margin: 0 1.6rem;
  }
  .p-guide__lead br {
    display: none;
  }
  .p-guide__section {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    padding-top: 3.2rem;
  }
  .p-guide__section .c-section__title {
    margin-left: 0;
    margin-right: 0;
  }
  .p-guide__wrapping .__section + .__section {
    margin-top: 5rem;
  }
  .p-guide__wrapping .__title {
    font-family: "Noto Serif JP", serif;
  }
  .p-guide__wrapping .__title {
    font-size: 1.33rem;
    margin-bottom: 0.66rem;
  }
  .p-guide__wrapping .__image {
    margin-bottom: 1.33rem;
  }
  .p-guide__wrapping .__image picture,
.p-guide__wrapping .__image img {
    max-width: 40%;
  }
  .p-guide__wrapping .__text {
    font-size: 1rem;
  }
  .p-guide__steps {
    margin-top: 2.66rem;
  }
  .p-guide__steps .__section {
    padding: 1rem;
    position: relative;
  }
  .p-guide__steps .__label {
    font-family: "Noto Serif JP", serif;
  }
  .p-guide__steps .__label {
    border-radius: 1.66rem;
    font-size: 0.8rem;
    height: 3.33rem;
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: 3.33rem;
  }
  .p-guide__steps .__label b {
    font-size: 1.46rem;
  }
  .p-guide__steps .__delimiter {
    height: 3.2rem;
  }
  .p-guide__steps .__delimiter img,
.p-guide__steps .__delimiter picture {
    width: 2rem;
  }
  .p-guide__steps .__title {
    font-family: "Noto Serif JP", serif;
  }
  .p-guide__steps .__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 1.6rem;
    height: 3.33rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-left: 4rem;
  }
  .p-guide__steps .__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .p-guide__steps .__text .c-link img {
    width: 1em;
  }
  .p-guide__coupon {
    margin-top: 3rem;
  }
  .p-guide__coupon .__title {
    font-family: "Noto Serif JP", serif;
  }
  .p-guide__coupon .__title {
    font-size: 1.6rem;
    margin-bottom: 0.66rem;
  }
  .p-guide__coupon .__text {
    font-size: 1rem;
    text-align: justify;
  }
  .p-guide__coupon .__text br {
    display: none;
  }
  .p-guide__coupon .__note {
    margin-top: 0.73rem;
  }
  .p-guide__coupon .__note .__title {
    font-size: 1.33rem;
  }
  .p-guide__coupon .__note li {
    font-size: 1rem;
    text-align: justify;
  }
  .p-guide__charge {
    margin: 1rem 0;
    padding: 2rem 1.2rem;
  }
  .p-guide__charge .__label {
    font-family: "Noto Serif JP", serif;
  }
  .p-guide__charge .__label {
    border-radius: 3rem;
    font-size: 0.8rem;
    height: 6rem;
    left: 1.2rem;
    top: 2rem;
    width: 6rem;
  }
  .p-guide__charge .__label b {
    font-size: 1.2rem;
  }
  .p-guide__charge .__title {
    font-family: "Noto Serif JP", serif;
  }
  .p-guide__charge .__title {
    font-size: 1.13rem;
    line-height: 1.2;
    margin-left: 7rem;
  }
  .p-guide__charge .__title small {
    font-size: 1rem;
  }
  .p-guide__charge .__title b {
    font-weight: 500;
  }
  .p-guide__charge .__title b b {
    font-size: 1.86rem;
  }
  .p-guide__charge .__title strong {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .p-guide__charge .__title i {
    font-size: 0.53rem;
    margin-left: -1.67rem;
    vertical-align: 1.2rem;
  }
  .p-guide__charge .__note {
    font-size: 0.93rem;
    margin-top: 0.5rem;
  }
  .p-guide__charge .__text {
    font-size: 1.06rem;
    margin-top: 1.6rem;
  }
  .p-guide__charge .__table {
    font-family: "Noto Serif JP", serif;
  }
  .p-guide__charge .__table {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 1rem 0;
  }
  .p-guide__charge .__table > thead,
.p-guide__charge .__table > tbody {
    display: block;
  }
  .p-guide__charge .__table > thead {
    width: 56%;
  }
  .p-guide__charge .__table > tbody {
    width: 44%;
  }
  .p-guide__charge .__table > thead > tr,
.p-guide__charge .__table > tbody > tr {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .p-guide__charge .__table th,
.p-guide__charge .__table td {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .p-guide__charge .__table th {
    height: 3rem;
  }
  .p-guide__charge .__table td {
    height: 4rem;
  }
  .p-guide__charge .__table thead td {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding-left: 0.8rem;
  }
  .p-guide__charge .__table tbody td {
    font-size: 0.8rem;
  }
  .p-guide__charge .__table tbody td b {
    font-size: 1.2rem;
  }
  .p-guide__document > .__title {
    font-family: "Noto Serif JP", serif;
  }
  .p-guide__document > .__title {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .p-guide__document > .__text {
    font-size: 1rem;
    text-align: justify;
  }
  .p-guide__document > .__note {
    font-size: 1rem;
    text-align: justify;
  }
  .p-guide__document + .p-guide__document {
    margin-top: 2.26rem;
  }
  .p-contact__lead {
    font-size: 1rem;
    margin: 0 1.6rem 3rem;
  }
  .p-contact__lead br {
    display: none;
  }
  .p-contact__frame {
    width: -webkit-calc(100vw - 1.6rem * 2);
    width: calc(100vw - 1.6rem * 2);
  }
  .u-pc-only {
    display: none !important;
  }
  .nice-select {
    border-radius: 0.2rem;
    padding: 0 4rem 0 1.73rem;
  }
  .nice-select::after {
    height: 0.46rem;
    right: 1rem;
    width: 0.8rem;
  }
  .nice-select .nice-select__list {
    border-radius: 0 0 0.2rem 0.2rem;
    margin-top: -1px;
    padding: 0 1rem;
  }
  .nice-select .nice-select__option {
    background-size: 1rem 1rem;
    height: 3rem;
    padding: 0 0 0 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
@media only screen, print {
  _:lang(x)::-ms-backdrop, html {
    font-family: "Meiryo", sans-serif;
  }
  _:lang(x)::-ms-backdrop, a:not(.c-link),
a.c-link[href]:link,
a.c-link[href]:visited {
    text-decoration: none;
  }
  _:lang(x)::-ms-backdrop, a.c-link[href]:hover,
a.c-link[href]:focus,
a.c-link[href]:active {
    text-decoration: underline;
  }
  _:lang(x)::-ms-backdrop,
.c-alert {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-header-banner__group {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-header__copy {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-header__nav a {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-menu__links a {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-footer__nav dt {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-footer__address {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-kv__title {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-modal__title {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-section__title {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-about {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-item__new {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop, a[href].c-item .c-item__name {
    text-decoration: none;
  }
  _:lang(x)::-ms-backdrop, a[href].c-item:hover .c-item__name {
    text-decoration: underline;
  }
  _:lang(x)::-ms-backdrop,
.c-item__ranking {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-cart-modal__item {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-cart-modal__item .c-item__name {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-cart-modal__more-link {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-cart-modal__more .__title {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-cart-modal__select {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-cart-modal__price {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-cart-modal__button {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-flavor {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-review__title {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-review__button {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-search-form {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-search-form__result {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-search-filter p {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-search-tool dl {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-hot-word__title {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-detail__copy {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-detail__name {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-detail__price {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-detail__sale-note {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.c-detail__cart {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop, .c-detail__more a:hover span {
    text-decoration: none;
  }
  _:lang(x)::-ms-backdrop,
.c-detail__fixed-cart {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-top-category a {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-top-news__more {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-top-news__link {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-about {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-corporate {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-store__name {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-guide__wrapping .__title {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-guide__steps .__label {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-guide__steps .__title {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-guide__coupon .__title {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-guide__charge .__label {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-guide__charge .__title {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-guide__charge .__table {
    font-family: "Noto Serif JP", serif;
  }
  _:lang(x)::-ms-backdrop,
.p-guide__document > .__title {
    font-family: "Noto Serif JP", serif;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .c-header__button span {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .c-header__button span {
    font-family: "Noto Serif JP", serif;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .c-menu__button {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
  .c-search-tool .c-item-list__total {
    font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-menu__button {
    font-family: "Noto Serif JP", serif;
  }
  .c-search-tool .c-item-list__total {
    font-family: "Noto Serif JP", serif;
  }
}
@media only screen and (min-width: 1600px) {
  .c-kv {
    background-size: cover;
  }
}
/*　section#lineUp {margin-top: -90px;padding-top: 150px;} */