@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

:where(video, canvas, audio, iframe, embed, object, main) {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(img, svg) {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(a[href], area, button, input, label, select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

:where(:not(:active)):focus-visible {
  outline-offset: 3px;
}

input[class], button[class], textarea[class] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:where(ul[class], ol[class]) {
  list-style: none;
}

:where(h1, h2, h3, h4, h5, h6, p, span, th, td) {
  overflow-wrap: break-word;
  font-size: inherit;
  font-weight: inherit;
}

:where(a, span) {
  word-break: break-all;
}

table {
  border-collapse: collapse;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  height: 0;
  border-top-width: 1px;
  color: inherit;
  clear: both;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em, b, strong {
  background: none;
  font-style: normal;
  font-weight: bold;
}

summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
:root {
  --headerHeight: 65px;
}

:where(p) + :where(p) {
  margin-top: 2.2rem;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

::-webkit-input-placeholder {
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}

::-moz-placeholder {
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}

:-ms-input-placeholder {
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}

::-ms-input-placeholder {
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}

::placeholder {
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}

.is-hide {
  display: none !important;
}
.is-gothic {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Meiryo, serif;
}
.is-mincho {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", YuMincho, serif;
}
.is-tal {
  text-align: left !important;
}
.is-tac {
  text-align: center !important;
}
.is-tar {
  text-align: right !important;
}
.is-imgfit {
  -o-object-fit: cover;
     object-fit: cover;
}

.c-btn {
  position: relative;
  overflow: hidden;
  display: inline-grid;
  place-content: center;
  grid-auto-flow: column;
  z-index: 1;
  min-width: 178px;
  min-height: 48px;
  border-radius: 10em;
  background: #4D515A;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.c-btn.--cart::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 15px;
  margin-right: 8px;
  background: url(/simplelabel/assets/img/icon-cart-wh.svg) no-repeat center center/contain;
}
.c-btn.--outline {
  min-width: 170px;
  min-height: 37px;
  border: 1px solid #4d515a;
  background: transparent;
  color: #4d515a;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.c-btn.--outline::after {
  content: none;
}
.c-btn.--end {
  grid-auto-flow: row;
  min-width: 0;
  min-height: 0;
  padding: 9px 17px 10px;
  border-radius: 0;
  background: #ffe403;
  color: #003884;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.4;
}
.c-btn.--end .small {
  font-size: 1.5rem;
}
.c-btn.--end::after {
  content: none;
}
.c-btnWrap {
  margin-top: 20px;
  text-align: center;
}
.c-link {
  text-decoration: underline;
}
.c-comment {
  position: absolute;
  display: inline-block;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-comment__inner {
  position: absolute;
  right: -4px;
  bottom: 5.5px;
  -webkit-transform: translateX(min(40%, 30px));
          transform: translateX(min(40%, 30px));
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: calc(8em + 24px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  padding: 4px 12px;
  border-radius: 10em;
  color: #71747B;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Meiryo, serif;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.08em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-comment__inner:has(img) {
  max-width: unset;
}
.c-comment__inner img {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  vertical-align: middle;
}
.c-comment::before, .c-comment::after {
  position: absolute;
  display: inline-block;
  content: "";
  border-style: solid;
  border-color: transparent;
  border-width: 0;
}
.c-comment::before {
  z-index: 2;
  left: -4px;
  bottom: 0;
  border-top-color: #fff;
  border-width: 8px 4px 0;
}
.c-comment::after {
  z-index: -1;
  left: -7px;
  bottom: -3px;
  border-top-color: #71747B;
  border-width: 10px 7px 0;
}
.c-comment.--skin01 .c-comment__inner {
  border: 2px solid #71747B;
  background-color: #fff;
  -webkit-box-shadow: 4px 3px 0 #71747B;
          box-shadow: 4px 3px 0 #71747B;
}
.c-comment.--skin01::after {
  -webkit-filter: drop-shadow(2.5px 3px 0 #71747B);
          filter: drop-shadow(2.5px 3px 0 #71747B);
}
.c-comment.--skin02 .c-comment__inner {
  border: 2px solid #71747B;
  background-color: #fff;
}
.c-comment.--skin03 .c-comment__inner {
  border: 2px solid #fff;
  background-color: #71747B;
  -webkit-box-shadow: 4px 3px 0 #fff;
          box-shadow: 4px 3px 0 #fff;
  color: #fff;
}
.c-comment.--skin03::before {
  border-top-color: #71747B;
}
.c-comment.--skin03::after {
  border-top-color: #fff;
  -webkit-filter: drop-shadow(2.5px 3px 0 #fff);
          filter: drop-shadow(2.5px 3px 0 #fff);
}
.c-comment.--skin04 .c-comment__inner {
  border: 2px solid #fff;
  background-color: #71747B;
  color: #fff;
}
.c-comment.--skin04::before {
  border-top-color: #71747B;
}
.c-comment.--skin04::after {
  border-top-color: #fff;
}
.c-comment.--sizeS .c-comment__inner {
  font-size: 1.1rem;
}
.c-comment.--sizeS .c-comment__inner img {
  width: auto;
  height: 12px;
}
.c-comment.--sizeS.--skin01 .c-comment__inner {
  -webkit-box-shadow: 3px 2px 0 #71747B;
          box-shadow: 3px 2px 0 #71747B;
}
.c-comment.--sizeS.--skin01::after {
  -webkit-filter: drop-shadow(1.5px 2px 0 #71747B);
          filter: drop-shadow(1.5px 2px 0 #71747B);
}
.c-comment.--sizeS.--skin03 .c-comment__inner {
  -webkit-box-shadow: 3px 2px 0 #fff;
          box-shadow: 3px 2px 0 #fff;
}
.c-comment.--sizeS.--skin03::after {
  -webkit-filter: drop-shadow(1.5px 2px 0 #fff);
          filter: drop-shadow(1.5px 2px 0 #fff);
}
.c-comment.--sizeM .c-comment__inner {
  font-size: 1.3rem;
}
.c-comment.--sizeM .c-comment__inner img {
  width: auto;
  height: 16px;
}
.c-comment.--sizeL .c-comment__inner {
  font-size: 1.5rem;
}
.c-comment.--sizeL .c-comment__inner img {
  width: auto;
  height: 19px;
}
.c-comment.--sizeL::before {
  left: -6px;
  border-width: 10px 6px 0;
}
.c-comment.--sizeL::after {
  left: -9px;
  border-width: 12px 9px 0;
}
.c-comment.is-fadeIn {
  opacity: 1;
}
.c-list.--asterisk {
  display: grid;
  gap: 6px;
}
.c-list.--asterisk > li {
  padding-left: 1.2em;
  position: relative;
}
.c-list.--asterisk > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  content: "※";
}
.c-scrollHide {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.c-scrollHide.is-fade {
  opacity: 0;
  pointer-events: none;
}

[class*=icon-]::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.icon-user::before {
  background-image: url("/simplelabel/assets/img/icon-user.svg");
}
.icon-item::before {
  background-image: url("/simplelabel/assets/img/icon-item.svg");
}
.icon-cart::before {
  background-image: url("/simplelabel/assets/img/icon-cart.svg");
}
.icon-comment::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="57.998" height="41.842" viewBox="0 0 57.998 41.842">  <g id="グループ_34906" data-name="グループ 34906" transform="translate(-208.002 -11906.998)">    <path id="前面オブジェクトで型抜き_1" data-name="前面オブジェクトで型抜き 1" d="M-1930.554,17773.836a.985.985,0,0,1-.727-.326l-5.09-5.514H-1954a17.855,17.855,0,0,1-7.007-1.416,17.877,17.877,0,0,1-5.721-3.857,17.923,17.923,0,0,1-3.857-5.721,17.879,17.879,0,0,1-1.414-7,17.891,17.891,0,0,1,1.414-7.008,17.928,17.928,0,0,1,3.857-5.723,17.915,17.915,0,0,1,5.721-3.857,17.854,17.854,0,0,1,7.007-1.416h22a17.849,17.849,0,0,1,7.005,1.416,17.92,17.92,0,0,1,5.721,3.857,17.957,17.957,0,0,1,3.858,5.723A17.9,17.9,0,0,1-1914,17750a17.943,17.943,0,0,1-4.786,12.221,17.924,17.924,0,0,1-11.718,5.715l.941,4.7a.968.968,0,0,1-.2.82A1.039,1.039,0,0,1-1930.554,17773.836Zm.553-27.84a4.006,4.006,0,0,0-4,4,4,4,0,0,0,4,4,4,4,0,0,0,4-4A4.006,4.006,0,0,0-1930,17746Zm-13,0a4.006,4.006,0,0,0-4,4,4,4,0,0,0,4,4,4,4,0,0,0,4-4A4,4,0,0,0-1943,17746Zm-13,0a4,4,0,0,0-4,4,4,4,0,0,0,4,4,4,4,0,0,0,4-4A4.006,4.006,0,0,0-1956,17746Z" transform="translate(2180 -5824.996)" fill="%23fff"/>  </g></svg>');
}
.icon-mypage::before {
  width: 15px;
  height: 18px;
  margin-right: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="35.773" viewBox="0 0 30 35.773">  <defs>    <clipPath id="clip-path">      <path id="パス_61448" data-name="パス 61448" d="M181.089,34.576c-8.09,0-14.648,8.234-14.648,16.5h30c0-8.266-6.557-16.5-14.647-16.5Zm-7.9-10.648a8.625,8.625,0,1,0,8.625-8.625,8.625,8.625,0,0,0-8.625,8.625" fill="%23aa1411"/>    </clipPath>  </defs>  <g id="グループ_34706" data-name="グループ 34706" transform="translate(-166.441 -15.303)" clip-path="url(%23clip-path)">    <rect id="長方形_548683" data-name="長方形 548683" width="30" height="35.773" transform="translate(166.441 15.303)" fill="%23aa1411"/>  </g></svg>');
}

.ui-comment {
  position: fixed;
  left: 60px;
  right: 8px;
  bottom: 23px;
  z-index: 1000;
  max-width: 303px;
  margin-left: auto;
  padding-top: 46px;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease 1.6s;
  transition: opacity 0.6s ease 1.6s;
}
.ui-comment:has(.ui-comment__area.--hide) {
  padding-top: 60px;
}
.ui-comment:has(.ui-comment__area.--hide) .ui-comment__hideBtn {
  width: 50px;
  height: 50px;
}
.ui-comment__hideBtn {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-content: center;
  width: 41px;
  height: 41px;
  padding: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #4D515A;
  pointer-events: auto;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.ui-comment__hideBtn img {
  width: 100%;
}
.ui-comment__area {
  position: relative;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  max-width: 100%;
  max-height: 140px;
  margin-left: auto;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  border: 2px solid #fff;
  width: 616px;
  border-radius: 24px;
  background: #94979C;
  pointer-events: auto;
  -webkit-transition: max-width 0.3s ease-in-out, max-height 0.3s ease-in-out, margin 0.3s ease-in-out, border-radius 0.3s ease-in-out, opacity 0s;
  transition: max-width 0.3s ease-in-out, max-height 0.3s ease-in-out, margin 0.3s ease-in-out, border-radius 0.3s ease-in-out, opacity 0s;
}
.ui-comment__area.--hide {
  max-width: 50px;
  max-height: 50px;
  margin-left: auto;
  border-radius: 50%;
}
.ui-comment__area.--hide .ui-comment__toggleBtn {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ui-comment__area.--hide .ui-comment__postArea,
.ui-comment__area.--hide .ui-comment__errorArea,
.ui-comment__area.--hide .ui-comment__thanksArea {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ui-comment__area.--hide:not(:has(.ui-comment__errorArea.is-hide)), .ui-comment__area.--hide:not(:has(#ui-thanks.is-hide)), .ui-comment__area.--hide:not(:has(#ui-error.is-hide)), .ui-comment__area.--hide:not(:has(#ui-sending.is-hide)), .ui-comment__area.--hide:not(:has(.ui-comment__thanksArea.is-hide)) {
  background-color: #94979C;
}
.ui-comment__area.--hide:not(:has(.ui-comment__errorArea.is-hide)) .ui-comment__toggleBtn, .ui-comment__area.--hide:not(:has(#ui-thanks.is-hide)) .ui-comment__toggleBtn, .ui-comment__area.--hide:not(:has(#ui-error.is-hide)) .ui-comment__toggleBtn, .ui-comment__area.--hide:not(:has(#ui-sending.is-hide)) .ui-comment__toggleBtn, .ui-comment__area.--hide:not(:has(.ui-comment__thanksArea.is-hide)) .ui-comment__toggleBtn {
  display: block;
}
.ui-comment__area:not(:has(.ui-comment__errorArea.is-hide)), .ui-comment__area:not(:has(#ui-thanks.is-hide)), .ui-comment__area:not(:has(#ui-error.is-hide)), .ui-comment__area:not(:has(#ui-sending.is-hide)), .ui-comment__area:not(:has(.ui-comment__thanksArea.is-hide)) {
  background-color: #94979C;
}
.ui-comment__area:not(:has(.ui-comment__errorArea.is-hide)) .ui-comment__toggleBtn, .ui-comment__area:not(:has(#ui-thanks.is-hide)) .ui-comment__toggleBtn, .ui-comment__area:not(:has(#ui-error.is-hide)) .ui-comment__toggleBtn, .ui-comment__area:not(:has(#ui-sending.is-hide)) .ui-comment__toggleBtn, .ui-comment__area:not(:has(.ui-comment__thanksArea.is-hide)) .ui-comment__toggleBtn {
  display: none;
}
.ui-comment__area:not(:has(.ui-comment__errorArea.is-hide)) .ui-comment__postArea, .ui-comment__area:not(:has(#ui-thanks.is-hide)) .ui-comment__postArea, .ui-comment__area:not(:has(#ui-error.is-hide)) .ui-comment__postArea, .ui-comment__area:not(:has(#ui-sending.is-hide)) .ui-comment__postArea, .ui-comment__area:not(:has(.ui-comment__thanksArea.is-hide)) .ui-comment__postArea {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.ui-comment__toggleBtn {
  position: absolute;
  top: -16px;
  right: 8px;
  display: grid;
  place-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 10;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 0;
}
.ui-comment__postArea {
  padding: 20px 12px 8px 8px;
  -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
}
.ui-comment__postArea p {
  padding-left: 5px;
  font-size: 1.2rem;
}
.ui-comment__postArea.is-stampSelect .ui-comment__stampFilter {
  display: block;
}
.ui-comment__postArea.is-stampSelect .ui-comment__sendBtn {
  z-index: 10;
}
.ui-comment__postArea.is-stampSelect .ui-comment__stampList {
  z-index: 10;
}
.ui-comment__postArea.is-stampSelect .ui-comment__stampList .swiper-wrapper {
  z-index: 10;
  margin-left: 0;
}
.ui-comment__postArea.is-stampSelect .ui-comment__stampList .swiper-slide:not(.is-current) {
  opacity: 0.1;
}
.ui-comment__stampList {
  overflow-x: hidden;
  padding-block: 10px;
  margin-inline: -8px -12px;
  padding-inline: 8px 12px;
}
.ui-comment__stampList .swiper-wrapper {
  margin-left: 70px;
}
.ui-comment__stampList .swiper-slide {
  display: grid;
  place-content: center;
  width: auto;
  height: 32px;
}
.ui-comment__stampList .swiper-slide:last-child {
  padding-right: 10px;
}
.ui-comment__stampList .swiper-slide img {
  width: auto;
  max-height: 25px;
  -webkit-transition: all ease-in-out 0.08s;
  transition: all ease-in-out 0.08s;
}
.ui-comment__stampList .swiper-slide img[data-id="2"] {
  height: 22px;
}
.ui-comment__stampList img {
  cursor: pointer;
}
.ui-comment__stampFilter {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  border-radius: 23px;
  background: rgba(148, 151, 156, 0.8);
}
.ui-comment__backBtn {
  position: absolute;
  top: 0;
  left: 8px;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  display: grid;
  place-content: center;
  gap: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 10;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: -0.06em;
  text-align: center;
  cursor: pointer;
}
.ui-comment__messageInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.ui-comment__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 4px 12px 5px;
  border: 0;
  border-radius: 10em;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  max-width: calc(100% - 29px);
}
.ui-comment__input::-webkit-input-placeholder {
  color: #2C2F33;
  font-size: 1.4rem;
}
.ui-comment__input::-moz-placeholder {
  color: #2C2F33;
  font-size: 1.4rem;
}
.ui-comment__input:-ms-input-placeholder {
  color: #2C2F33;
  font-size: 1.4rem;
}
.ui-comment__input::-ms-input-placeholder {
  color: #2C2F33;
  font-size: 1.4rem;
}
.ui-comment__input::placeholder {
  color: #2C2F33;
  font-size: 1.4rem;
}
.ui-comment__sendBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
}
.ui-comment__errorArea {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  z-index: 1;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
}
.ui-comment__errorArea p {
  margin-top: 10px;
}
.ui-comment__errorArea .ui-comment__error__hideBtn {
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
}
.ui-comment__thanksArea {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  z-index: 1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.56;
  text-align: center;
  -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
}
.ui-comment__thanksArea p {
  margin-top: 4px;
}
.ui-comment__thanksArea .ui-comment__error__hideBtn {
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
}
.ui-comment.is-soldout {
  left: calc(1% + 56px);
  right: unset;
  bottom: 10px;
}
.ui-comment.is-soldout > .ui-comment__area {
  margin-left: 0;
  background: #94979C;
}

.l-container {
  overflow-x: clip;
  color: #2C2F33;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Meiryo, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
}
.l-wrapper {
  max-width: 82.6666666667vw;
  margin-inline: auto;
}
.l-footer {
  padding-top: 102px;
  padding-bottom: 30px;
  background: url(/simplelabel/assets/img/bg-footer-sp.jpg) no-repeat center center/cover;
  color: #4D515A;
}
.l-footer__inner {
  width: 82.6666666667vw;
  margin-inline: auto;
}
.l-footer__logo {
  display: grid;
  gap: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  text-align: center;
}
.l-footer__logoImg {
  mix-blend-mode: multiply;
}
.l-footer__logo .c-btnWrap {
  margin-top: 8px;
}
.l-footer__contact {
  display: grid;
  gap: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.l-footer__contact04 {
  margin-top: 10px;
}
.l-footer__noteBlock {
  padding: 10px;
  background-color: #fff;
  font-size: 1.15rem;
  line-height: 1.5652173913;
}
.l-footer__holiday {
  font-size: 1.4rem;
}
.l-footer__btn {
  display: block;
  padding: 6px;
  border-radius: 10em;
  background-color: #4D515A;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.l-footer__btn .icon-comment {
  display: block;
  padding-right: 12px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}
.l-footer__btn .icon-comment::before {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  width: 29px;
  height: 22px;
  margin-right: 8px;
}
.l-footer__navList {
  margin-top: 28px;
  margin-bottom: 20px;
  border-top: 1px solid #000;
}
.l-footer__navList > li {
  border-bottom: 1px solid #000;
}
.l-footer__navList a {
  display: block;
  padding: 12px 10px;
  color: #4d515a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
.l-footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 1rem;
  color: #4d515a;
  font-weight: 500;
  line-height: 1.4;
}
.l-footer__text p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer__icon01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 24.5px;
  margin-right: 5px;
}
.l-footer__icon02 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 24.5px;
  margin-left: 4px;
}
.l-footer__icon03 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 24.5px;
}
.l-footer__copy {
  margin-top: 16px;
  font-size: 1.1rem;
  text-align: center;
}

html:not(.is-start) .ui-comment {
  opacity: 0;
}
html:not(.is-start) .mv-copy01, html:not(.is-start) .mv-copy02, html:not(.is-start) .mv-copy03 {
  opacity: 0;
}
html:not(.is-start) .mv-name {
  opacity: 0;
}
html:not(.is-start) .mv-commentArea {
  opacity: 0;
  pointer-events: none;
}
html:not(.is-start) .mv-commentArea > * {
  opacity: 0;
}
.is-start .mv-copy01:not(.is-fade), .is-start .mv-copy02:not(.is-fade), .is-start .mv-copy03:not(.is-fade) {
  opacity: 1;
}
.is-start .mv-copy01.--off, .is-start .mv-copy02.--off, .is-start .mv-copy03.--off {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.is-start .mv-name:not(.is-fade) {
  opacity: 1;
}
.is-start .mv-name.--off {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.is-start .mv-commentArea {
  opacity: 1;
  pointer-events: auto;
}
.is-start .mv-commentArea > * {
  opacity: 1;
}
.is-start .ui-comment {
  opacity: 1;
}

.mv-wrap {
  position: relative;
  height: 665.5px;
  padding-top: 65px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.mv-wrap::before, .mv-wrap::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 50vw;
}
.mv-wrap::before {
  left: 0;
  background: url(/simplelabel/assets/img/bg-mv01-sp.jpg) no-repeat center right/cover;
}
.mv-wrap::after {
  right: 0;
  background: url(/simplelabel/assets/img/bg-mv02-sp.jpg) no-repeat center left/cover;
}
.mv-inner {
  position: relative;
  height: 100%;
  padding-top: 31px;
}
.mv-inner::before, .mv-inner::after {
  position: absolute;
  top: 427px;
  bottom: 0;
  display: block;
  content: "";
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.mv-inner::before {
  right: calc(50% + 27px);
  width: 135px;
  background: url(/simplelabel/assets/img/img-reflection01.png) no-repeat center top/135px auto;
}
.mv-inner::after {
  left: calc(50% + 29.5px);
  width: 127px;
  background: url(/simplelabel/assets/img/img-reflection02.png) no-repeat center top/126.5px auto;
}
.mv-inner:has(.mv-item.is-fade)::before, .mv-inner:has(.mv-item.is-fade)::after {
  opacity: 0;
}
.mv-copy01 {
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.6s ease 0.4s;
  transition: opacity 0.6s ease 0.4s;
}
.mv-copy02 {
  position: relative;
  margin-top: 31px;
  text-align: center;
  -webkit-transition: opacity 0.6s ease 0.8s;
  transition: opacity 0.6s ease 0.8s;
}
.mv-copy03 {
  position: relative;
  margin-top: 27.5px;
  text-align: center;
  -webkit-transition: opacity 0.6s ease 1.2s;
  transition: opacity 0.6s ease 1.2s;
}
.mv-wrap:has(.mv-name.is-fade) .mv-copy03 {
  opacity: 0;
}

.mv-item {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 35px;
  text-align: center;
}
.mv-item01 {
  padding-right: 29px;
  text-align: right;
}
.mv-item01 img {
  width: 135px;
}
.mv-item02 {
  padding-left: 29.5px;
  text-align: left;
}
.mv-item02 img {
  width: 130px;
}
.mv-name {
  position: relative;
  margin-top: 41px;
  text-align: center;
  -webkit-transition: opacity 0.6s ease 1.2s;
  transition: opacity 0.6s ease 1.2s;
}
.mv-commentArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease 1.8s;
  transition: opacity 0.4s ease 1.8s;
}
.mv-commentArea > * {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mv-commentArea.is-fadeOut {
  opacity: 0;
}
.mv-commentArea.--off {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.bg01 {
  background: url(/simplelabel/assets/img/bg01-sp.jpg) no-repeat center top/cover;
}

.bg02 {
  background: url(/simplelabel/assets/img/bg04-sp.jpg) no-repeat center top/cover;
}

.design-wrap {
  max-width: 375px;
  margin-inline: auto;
  padding-top: 74px;
}
.design-title {
  margin-left: min(-8.6666666667vw, -32.5px);
  color: #fff;
  font-family: "Cinzel", "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: 500;
  font-size: 3.95rem;
  letter-spacing: 0.18em;
  line-height: 1.1898734177;
}
.design-image {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -22px;
  margin-left: min(-8.6666666667vw, -32.5px);
  width: 316.5px;
  height: 274.5px;
  background: rgba(222, 222, 222, 0.44);
}
.design-image img {
  width: 158.5px;
  margin-bottom: -52px;
}
.design-subtitle {
  margin-top: 87px;
  margin-bottom: 22px;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.9047619048;
}
.design-subtitle sup {
  display: inline-block;
  -webkit-transform: translate(-1.5em, -0.2em);
          transform: translate(-1.5em, -0.2em);
  font-size: 56%;
}
.design-intro {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2.1428571429;
}
.design-attention {
  margin-top: 14px;
  color: #6a7079;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.875;
}
.design-stepList {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 42px;
  margin-top: 62px;
  counter-reset: num;
}
.design-stepList__item {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 25px;
  position: relative;
}
.design-stepList__item:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 8px;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
  color: #fff;
  font-family: "Cinzel", "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 5rem;
  letter-spacing: 0.06em;
  content: counter(num);
  counter-increment: num;
}
.design-stepList__item:nth-child(3) .design-stepList__title {
  letter-spacing: 0.01em;
}
.design-stepList__image {
  padding: 18px;
  background: rgba(222, 222, 222, 0.44);
  text-align: center;
}
.design-stepList__image img {
  width: 71px;
}
.design-stepList__text {
  margin-right: -10px;
}
.design-stepList__text p {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.8076923077;
}
.design-stepList__title {
  margin-bottom: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
}
.design-note {
  margin-top: 40px;
  padding: 12px 15px;
  border: 1px solid #94979C;
  color: #6a7079;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
}

.taste-wrap {
  max-width: 375px;
  margin-inline: auto;
  padding-top: 96px;
  padding-bottom: 220px;
}
.taste-title {
  margin-right: min(-8.6666666667vw, -32.5px);
  color: #fff;
  font-family: "Cinzel", "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: 500;
  font-size: 3.95rem;
  letter-spacing: 0.18em;
  line-height: 1.1898734177;
  text-align: right;
}
.taste-grid__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.taste-image {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -24px;
  margin-right: min(-8.6666666667vw, -32.5px);
  width: 316.5px;
  height: 274.5px;
  margin-left: auto;
  background: rgba(222, 222, 222, 0.44);
}
.taste-image img {
  width: 148px;
  margin-bottom: -51px;
}
.taste-subtitle {
  margin-top: 38px;
  margin-bottom: 20px;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.9047619048;
}
.taste-intro {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2.1428571429;
}
.taste-intro + p {
  margin-top: 0.6em;
}

.intro-wrap {
  margin-top: -80px;
}
.intro-inner {
  overflow: hidden;
  padding-top: 149px;
  border-radius: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(#7b848e), to(#b3b9be));
  background: linear-gradient(to top, #7b848e 0%, #b3b9be 100%);
  -webkit-mask: url("/simplelabel/assets/img/img-mask.svg") no-repeat center/100% 100%;
  mask: url("/simplelabel/assets/img/img-mask.svg") no-repeat center/100% 100%;
}
.intro-block__text {
  margin-bottom: 76px;
  text-align: center;
}
.intro-block__image {
  margin-bottom: -42px;
  padding-right: 10px;
  text-align: center;
}
.intro-item {
  margin-top: -84px;
  padding-top: 168px;
  padding-bottom: 106px;
  text-align: center;
}
.intro-item__name {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}
.intro-item__name .jp {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.06em;
}
.intro-item__name .en {
  font-family: "Cinzel", "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: 500;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
}
.intro-item__capacity {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.intro-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}
.intro-item__price .num {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 3.5rem;
}
.intro-item__price .yen {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  padding-right: 5px;
  padding-left: 2px;
  font-weight: 500;
  font-size: 1.5rem;
}
.intro-item__price .tax {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  font-size: 1.4rem;
}
.intro-item__price .carriage {
  display: inline-block;
  margin-left: 10px;
  margin-right: 7px;
  padding: 4px 4px 5px;
  border: 1px solid #2C2F33;
  font-size: 1.3rem;
}
.intro-item__btn {
  margin-top: 26px;
}
.intro-item__note {
  max-width: 350px;
  margin-top: 22px;
  margin-inline: auto;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  color: #6a7079;
  -moz-text-align-last: left;
       text-align-last: left;
}

.feature-wrap {
  padding-top: 120px;
  padding-bottom: 126px;
  background: url(/simplelabel/assets/img/bg03-sp.jpg) no-repeat right bottom/cover;
}
.feature-title {
  max-width: 350px;
  margin-inline: auto;
  margin-bottom: 28px;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.feature-title .en {
  font-family: "Cinzel", "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
.feature-title .small {
  font-size: 1.95rem;
  letter-spacing: 0.1em;
}
.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px 32px;
  max-width: 350px;
  margin-inline: auto;
}
.feature-grid__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116.5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 32px;
  width: 100%;
}
.feature-grid__title {
  display: grid;
  gap: 14px 7px;
  padding-left: 10px;
  font-family: "Cinzel", "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 2.75rem;
  letter-spacing: 0.08em;
  line-height: 1.0909090909;
  text-indent: -10px;
}
.feature-grid__title .small {
  padding-left: 10px;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Meiryo, serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.feature-grid__contents {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 2.1153846154;
}

.item-wrap {
  padding-top: 102px;
  padding-bottom: 45px;
}
.item-grid__image {
  margin-bottom: 30px;
  text-align: center;
}
.item-grid__head {
  text-align: center;
}
.item-grid__name {
  display: grid;
  gap: 8px;
}
.item-grid__name .jp {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.06em;
}
.item-grid__name .en {
  font-family: "Cinzel", "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: 500;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
}
.item-grid__capacity {
  margin-top: 24px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.item-grid__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6px;
}
.item-grid__price .num {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 3.5rem;
}
.item-grid__price .yen {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  padding-right: 5px;
  padding-left: 2px;
  font-weight: 500;
  font-size: 1.5rem;
}
.item-grid__price .tax {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  font-size: 1.4rem;
}
.item-grid__price .carriage {
  display: inline-block;
  margin-left: 10px;
  margin-right: 7px;
  padding: 4px 4px 5px;
  border: 1px solid #2C2F33;
  font-size: 1.3rem;
}
.item-grid__btn {
  margin-top: 26px;
  text-align: center;
}
.item-grid__detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
  margin-inline: auto;
}
.item-grid__detailList {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 15px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.7307692308;
}
.item-attention {
  margin-top: 20px;
  color: #6A7079;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
.item-attention.--asterisk {
  gap: 0;
}

.attention-wrap {
  padding-top: 46px;
  padding-bottom: 130px;
}
.attention-title {
  margin-right: -10px;
  margin-bottom: 45px;
  font-size: 1.7rem;
  letter-spacing: 0.16em;
}
.attention-list {
  font-size: 1.4rem;
}
.attention-list > dt {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.3571428571;
  color: #4d515a;
}
.attention-list > dt ~ dt {
  margin-top: 20px;
}
.attention-list > dd {
  letter-spacing: 0.06em;
  line-height: 1.6071428571;
}
.attention-list__comment {
  margin-top: 7px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  color: #6a7079;
}
.attention-list__comment.--asterisk {
  gap: 0;
}

@media screen and (max-width: 767.98px) {
  .is-sptal {
    text-align: left !important;
  }
  .is-sptac {
    text-align: center !important;
  }
  .is-sptar {
    text-align: right !important;
  }
  .is-spfcolorMain {
    color: #4D515A !important;
  }
  .is-spfcolorWhite {
    color: #fff !important;
  }
  .is-showpc {
    display: none !important;
  }
  .ui-comment__input:focus {
    outline: none;
  }
  .mv-commentArea {
    will-change: opacity;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
/* ▼タブレット用デザインとして付け足すデザイン */
@media print, screen and (min-width: 768px) {
  :root {
    --headerHeight: 80px;
  }
  .is-pctal {
    text-align: left !important;
  }
  .is-pctac {
    text-align: center !important;
  }
  .is-pctar {
    text-align: right !important;
  }
  .is-pcfcolorMain {
    color: #4D515A !important;
  }
  .is-pcfcolorWhite {
    color: #fff !important;
  }
  .is-showsp {
    display: none !important;
  }
  .c-pcinlineBlock {
    display: inline-block;
  }
  .c-btn {
    min-width: 366px;
    min-height: 74px;
    font-size: 1.6rem;
  }
  .c-btn.--cart {
    min-width: 200px;
    min-height: 54px;
  }
  .c-btn.--cart::before {
    width: 20px;
    height: 19px;
    margin-right: 8px;
  }
  .c-btn.--outline {
    min-width: 205px;
    min-height: 45px;
    border-width: 2px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .c-btn.--end {
    min-width: 0;
    padding: 13px 20px 14px;
    font-size: 2.4rem;
  }
  .c-btn.--end .small {
    font-size: 1.8rem;
  }
  .c-btnWrap {
    margin-top: 48px;
  }
  .c-comment::before {
    left: -6px;
    border-width: 10px 6px 0;
  }
  .c-comment::after {
    left: -9px;
    bottom: -3px;
    border-width: 12px 9px 0;
  }
  .c-comment__inner {
    bottom: 7.5px;
    -webkit-transform: translateX(min(40%, 34px));
            transform: translateX(min(40%, 34px));
    max-width: calc(8em + 42px);
    padding: 10px 18px;
    font-size: 2.2rem;
  }
  .c-comment__inner img {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    height: 36px;
    width: auto;
  }
  .c-comment.--sizeS .c-comment__inner {
    font-size: 1.8rem;
  }
  .c-comment.--sizeS .c-comment__inner:has(img) {
    padding: 7px 14px;
  }
  .c-comment.--sizeS .c-comment__inner img {
    width: auto;
    height: 18px;
  }
  .c-comment.--sizeS.--skin01 .c-comment__inner {
    -webkit-box-shadow: 4px 4px 0 #71747B;
            box-shadow: 4px 4px 0 #71747B;
  }
  .c-comment.--sizeS.--skin01::after {
    -webkit-filter: drop-shadow(3.5px 4px 0 #71747B);
            filter: drop-shadow(3.5px 4px 0 #71747B);
  }
  .c-comment.--sizeS.--skin03 .c-comment__inner {
    -webkit-box-shadow: 4px 4px 0 #fff;
            box-shadow: 4px 4px 0 #fff;
  }
  .c-comment.--sizeS.--skin03::after {
    -webkit-filter: drop-shadow(3.5px 4px 0 #fff);
            filter: drop-shadow(3.5px 4px 0 #fff);
  }
  .c-comment.--sizeM .c-comment__inner {
    bottom: 9.5px;
    -webkit-transform: translateX(min(40%, 40px));
            transform: translateX(min(40%, 40px));
    padding: 7px 20px;
    font-size: 2.4rem;
  }
  .c-comment.--sizeM .c-comment__inner img {
    width: auto;
    height: 24px;
  }
  .c-comment.--sizeM.--skin01 .c-comment__inner {
    -webkit-box-shadow: 5px 5px 0 #71747B;
            box-shadow: 5px 5px 0 #71747B;
  }
  .c-comment.--sizeM.--skin01::after {
    -webkit-filter: drop-shadow(3.5px 4px 0 #71747B);
            filter: drop-shadow(3.5px 4px 0 #71747B);
  }
  .c-comment.--sizeM.--skin03 .c-comment__inner {
    -webkit-box-shadow: 5px 5px 0 #fff;
            box-shadow: 5px 5px 0 #fff;
  }
  .c-comment.--sizeM.--skin03::after {
    -webkit-filter: drop-shadow(3.5px 4px 0 #fff);
            filter: drop-shadow(3.5px 4px 0 #fff);
  }
  .c-comment.--sizeM::before {
    left: -8px;
    border-width: 13px 8px 0;
  }
  .c-comment.--sizeM::after {
    left: -11px;
    border-width: 15px 11px 0;
  }
  .c-comment.--sizeL .c-comment__inner {
    bottom: 10.5px;
    -webkit-transform: translateX(min(40%, 56px));
            transform: translateX(min(40%, 56px));
    padding: 9px 26px 10px;
    font-size: 3.2rem;
  }
  .c-comment.--sizeL .c-comment__inner:has(img) {
    padding: 8px 24px 9px;
  }
  .c-comment.--sizeL .c-comment__inner img {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    width: auto;
    height: 32px;
  }
  .c-comment.--sizeL.--skin01 .c-comment__inner {
    -webkit-box-shadow: 7px 7px 0 #71747B;
            box-shadow: 7px 7px 0 #71747B;
  }
  .c-comment.--sizeL.--skin01::after {
    -webkit-filter: drop-shadow(4.5px 6px 0 #71747B);
            filter: drop-shadow(4.5px 6px 0 #71747B);
  }
  .c-comment.--sizeL.--skin03 .c-comment__inner {
    -webkit-box-shadow: 7px 7px 0 #fff;
            box-shadow: 7px 7px 0 #fff;
  }
  .c-comment.--sizeL.--skin03::after {
    -webkit-filter: drop-shadow(4.5px 6px 0 #fff);
            filter: drop-shadow(4.5px 6px 0 #fff);
  }
  .c-comment.--sizeL::before {
    left: -9px;
    border-width: 16px 9px 0;
  }
  .c-comment.--sizeL::after {
    left: -12px;
    border-width: 18px 12px 0;
  }
  .c-list.--asterisk {
    gap: 7px;
    letter-spacing: 0.1em;
  }
  .c-list.--asterisk > li {
    padding-left: 1.4em;
  }
  .ui-comment {
    max-width: 357px;
    padding-top: 20px;
  }
  .ui-comment__hideBtn {
    width: 64px;
    height: 64px;
  }
  .ui-comment__hideBtn img {
    width: 38px;
  }
  .ui-comment__area {
    max-height: 145px;
  }
  .ui-comment__area:not(.--hide) {
    border-width: 3px;
  }
  .ui-comment__area:not(.--hide) .ui-comment__toggleBtn img {
    width: 100%;
  }
  .ui-comment__toggleBtn {
    top: -19px;
    width: 38px;
    height: 38px;
  }
  .ui-comment__postArea {
    padding: 22px 14px 9px 10px;
    -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, transform 0.2s ease 0.3s, -webkit-transform 0.2s ease 0.3s;
  }
  .ui-comment__postArea p {
    padding-left: 2px;
    font-size: 1.3rem;
  }
  .ui-comment__postArea p img {
    width: 323px;
  }
  .ui-comment__stampList {
    margin-inline: -10px -14px;
    padding-inline: 10px 14px;
    padding-block: 13px;
  }
  .ui-comment__stampList .swiper-wrapper {
    margin-left: 95px;
  }
  .ui-comment__stampList .swiper-slide img {
    max-height: 32px;
  }
  .ui-comment__stampList .swiper-slide img[data-id="2"] {
    height: 25px;
  }
  .ui-comment__input {
    padding: 6px 16px 7px;
  }
  .ui-comment__input::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  .ui-comment__input::-moz-placeholder {
    font-size: 1.5rem;
  }
  .ui-comment__input:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .ui-comment__input::-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .ui-comment__input::placeholder {
    font-size: 1.5rem;
  }
  .ui-comment__sendBtn {
    margin-right: -2px;
  }
  .ui-comment__sendBtn img {
    width: 30px;
  }
  .l-container {
    font-size: 1.6rem;
  }
  .l-wrapper {
    max-width: min(1060px, 94%);
  }
  .l-main {
    padding-bottom: 0;
  }
  .l-footer {
    padding-top: 120px;
    padding-bottom: 50px;
    background-image: url(/simplelabel/assets/img/bg-footer-pc.jpg);
  }
  .l-footer__inner {
    width: min(94%, 1280px);
  }
  .l-footer__catch img {
    width: 206px;
  }
  .l-footer__logo {
    gap: 24px;
    margin-bottom: 80px;
  }
  .l-footer__logoImg img {
    width: 206px;
  }
  .l-footer__contact {
    grid-template-columns: 1fr auto;
    grid-template-areas: "block block" "title btn" "tel tel";
    gap: 20px 24px;
    max-width: 1090px;
    margin-inline: auto;
    font-size: 1.9rem;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.36;
  }
  .l-footer__contact01 {
    grid-area: title;
  }
  .l-footer__contact02 {
    grid-area: block;
  }
  .l-footer__contact03 {
    grid-area: btn;
  }
  .l-footer__contact04 {
    grid-area: tel;
    margin-top: 0;
    margin-right: -16px;
  }
  .l-footer__noteBlock {
    padding: 10px 20px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .l-footer__holiday {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .l-footer__time {
    font-size: 1.5rem;
  }
  .l-footer__btn {
    min-width: 310px;
    padding-bottom: 8px;
    font-size: 1.2rem;
    text-align: center;
  }
  .l-footer__btn .icon-comment {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .l-footer__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 18px;
    margin-bottom: 24px;
    padding-block: 20px;
    border-bottom: 1px solid #2C2F33;
  }
  .l-footer__navList > li {
    border-bottom: 0;
  }
  .l-footer__navList > li:not(:first-child)::before {
    display: inline-block;
    content: "／";
    margin-inline: 0.8em;
  }
  .l-footer__navList a {
    display: inline-block;
    padding: 0;
    font-size: 1.4rem;
  }
  .l-footer__text {
    max-width: 860px;
    margin-inline: auto;
    gap: 10px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.7;
  }
  .l-footer__icon01 {
    width: 32px;
  }
  .l-footer__icon02 {
    width: 44px;
  }
  .l-footer__icon03 {
    width: 44px;
  }
  .l-footer__copy {
    margin-top: 22px;
    font-size: 1.2rem;
  }
  .mv-wrap {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    height: 100vh;
    min-height: 768px;
    padding-top: 80px;
  }
  .mv-wrap::before, .mv-wrap::after {
    width: 50%;
  }
  .mv-wrap::before {
    left: 0;
    background: url(/simplelabel/assets/img/bg-mv01-pc.jpg) no-repeat right center/auto 1448px;
  }
  .mv-wrap::after {
    right: 0;
    background: url(/simplelabel/assets/img/bg-mv02-pc.jpg) no-repeat center left/auto 1440px;
  }
  .mv-inner {
    position: relative;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 688px;
    height: calc(100vh - 80px);
    padding-top: 0;
  }
  .mv-inner::before, .mv-inner::after {
    top: calc(50% + 230px - 5px);
    bottom: auto;
  }
  .mv-inner::before {
    right: calc(50% + clamp(135px, 16.6178623719vw, 227px));
    width: 234px;
    height: 417px;
    background-size: 234px auto;
  }
  .mv-inner::after {
    left: calc(50% + clamp(135px, 16.6178623719vw, 227px));
    width: 230px;
    height: 422px;
    background-size: 230px auto;
  }
  .mv-copy01 {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin-top: 0;
    padding: 0 20px;
  }
  .mv-copy01 img {
    width: 100%;
  }
  .mv-copy02 {
    position: absolute;
    bottom: max(234px, 50vh - 344px + 234px - 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0;
  }
  .mv-copy02 img {
    width: 90px;
  }
  .mv-copy03 {
    position: absolute;
    bottom: 28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 27.5px;
  }
  .mv-copy03 img {
    width: 438px;
  }
  .mv-item {
    margin-top: 0;
    padding-top: 46px;
  }
  .mv-item01 {
    padding-right: clamp(135px, 16.6178623719vw, 227px);
  }
  .mv-item01 img {
    width: 240px;
  }
  .mv-item02 {
    padding-right: 3px;
    padding-left: clamp(135px, 16.6178623719vw, 227px);
  }
  .mv-item02 img {
    width: 232px;
  }
  .mv-name {
    position: absolute;
    left: 50%;
    bottom: max(120px, 50vh - 344px + 120px - 40px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0;
  }
  .mv-name img {
    width: 271px;
  }
  .bg01 {
    background-image: url(/simplelabel/assets/img/bg01-pc.jpg);
  }
  .bg02 {
    background-image: url(/simplelabel/assets/img/bg04-pc.jpg);
  }
  .design-wrap {
    max-width: none;
    padding-top: 184px;
  }
  .design-grid {
    display: grid;
    grid-template-columns: min(533px, 39.019033675vw) minmax(0, 1fr);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 85px;
  }
  .design-title {
    margin-left: 0;
    font-size: 6rem;
  }
  .design-image {
    margin-top: -30px;
    margin-left: 0;
    width: min(533px, 39.019033675vw);
    height: 362px;
  }
  .design-image img {
    width: 208px;
    margin-bottom: -67px;
  }
  .design-subtitle {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    line-height: 1.76;
  }
  .design-subtitle sup {
    -webkit-transform: translate(-1.8em, -0.4em);
            transform: translate(-1.8em, -0.4em);
  }
  .design-intro {
    font-size: 1.5rem;
    line-height: 2.4;
    letter-spacing: 0.16em;
  }
  .design-attention {
    margin-top: 14px;
    margin-bottom: -0.3em;
    font-size: 1.3rem;
  }
  .design-stepList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    max-width: 900px;
    margin-inline: auto;
    margin-top: 130px;
  }
  .design-stepList__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
    max-width: 250px;
    text-align: center;
  }
  .design-stepList__item::before {
    left: 12px;
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
    font-size: 7rem;
  }
  .design-stepList__item:nth-child(3) .design-stepList__title {
    letter-spacing: 0.2em;
  }
  .design-stepList__image {
    padding-block: 25px 22px;
  }
  .design-stepList__image img {
    width: 95px;
  }
  .design-stepList__text {
    margin-right: 0;
  }
  .design-stepList__text p {
    font-size: 1.5rem;
    letter-spacing: 0.16em;
  }
  .design-stepList__title {
    margin-bottom: 20px;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
  }
  .design-note {
    max-width: 900px;
    margin-inline: auto;
    margin-top: 55px;
    padding: 16px 15px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .design-note .c-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .taste-wrap {
    max-width: none;
    padding-top: 156px;
    padding-bottom: 300px;
  }
  .taste-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) min(533px, 39.019033675vw);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 90px;
  }
  .taste-grid__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .taste-grid__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: -0.3em;
  }
  .taste-title {
    margin-right: 0;
    margin-right: -6px;
    font-size: 6rem;
  }
  .taste-image {
    margin-top: -32px;
    margin-right: 0;
    width: min(533px, 39.019033675vw);
    height: 362px;
  }
  .taste-image img {
    width: 209px;
    margin-bottom: -81px;
  }
  .taste-subtitle {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
  }
  .taste-intro {
    font-size: 1.5rem;
    letter-spacing: 0.16em;
    line-height: 2.4;
  }
  .intro-wrap {
    margin-top: 0;
  }
  .intro-inner {
    min-height: 603px;
    margin-inline: auto;
    padding-top: 104px;
    background: linear-gradient(-13deg, #7b848e 30%, #b3b9be 100%);
    border-radius: 0;
    -webkit-mask: none;
            mask: none;
  }
  .intro-block {
    display: grid;
    grid-template-columns: 51.1320754717% minmax(0, 1fr);
    gap: 25px;
    max-width: min(1060px, 94%);
    margin-inline: auto;
  }
  .intro-block__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    padding-top: 46px;
    padding-bottom: 60px;
    padding-right: min(110px, 9.5986038394vw);
    text-align: center;
  }
  .intro-block__text img {
    width: 170px;
  }
  .intro-block__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: end;
        align-self: end;
    margin-bottom: 0;
    padding-right: 0;
    text-align: left;
  }
  .intro-block__image img {
    width: 542px;
    margin-bottom: -108px;
  }
  .intro-item {
    margin-top: 0;
    padding-top: 130px;
    padding-bottom: 116px;
  }
  .intro-item__name {
    grid-template-columns: auto auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 10px;
    margin-bottom: 15px;
    padding-right: 6px;
  }
  .intro-item__name .jp {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    font-weight: 600;
    font-size: 2.1rem;
  }
  .intro-item__name .en {
    font-size: 4.1rem;
  }
  .intro-item__capacity {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    padding-left: 9px;
    font-size: 2.1rem;
  }
  .intro-item__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro-item__price {
    margin-top: 0;
    margin-left: 14px;
  }
  .intro-item__price .num {
    font-size: 4.1rem;
  }
  .intro-item__price .yen {
    padding-left: 2px;
    font-size: 1.8rem;
  }
  .intro-item__price .tax {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    font-size: 1.6rem;
  }
  .intro-item__price .carriage {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    margin-left: 12px;
    margin-right: 4px;
    padding: 5px 7px 6px;
    font-size: 1.5rem;
  }
  .intro-item__btn {
    margin-top: 38px;
  }
  .intro-item__note {
    max-width: 420px;
    margin-top: 26px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .feature-wrap {
    padding-top: 148px;
    padding-bottom: 170px;
    background-image: url(/simplelabel/assets/img/bg03-pc.jpg);
  }
  .feature-title {
    max-width: 746px;
    margin-bottom: 60px;
    font-size: 2.5rem;
    letter-spacing: 0.16em;
    line-height: 1.4;
  }
  .feature-title .en {
    font-size: 3rem;
  }
  .feature-title .small {
    font-size: 2.5rem;
  }
  .feature-grid {
    gap: 20px 28px;
    max-width: 593px;
  }
  .feature-grid__head {
    grid-template-columns: minmax(0, 1fr) 152px;
    gap: 20px 28px;
  }
  .feature-grid__title {
    padding-top: 18px;
    padding-left: 12px;
    font-size: 3.4rem;
    letter-spacing: 0.1em;
    text-indent: -12px;
  }
  .feature-grid__title .small {
    margin-top: 12px;
    padding-left: 12px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .feature-grid__contents {
    font-size: 1.5rem;
    letter-spacing: 0.16em;
    line-height: 2.4666666667;
  }
  .item-wrap {
    padding-top: 182px;
    padding-bottom: 60px;
  }
  .item-grid {
    display: grid;
    grid-template-areas: "image head" "image detail" "btn btn";
    grid-template-rows: auto 1fr auto;
    gap: 0 90px;
    max-width: 805px;
    margin-inline: auto;
  }
  .item-grid__image {
    grid-area: image;
    align-self: start;
    width: 241px;
    margin-bottom: 0;
    padding-left: 14px;
  }
  .item-grid__image img {
    width: 100%;
  }
  .item-grid__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-area: head;
    padding-top: 8px;
    text-align: left;
  }
  .item-grid__name {
    grid-template-columns: auto 1fr;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 8px;
    width: 100%;
  }
  .item-grid__name .jp {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
    font-weight: 600;
    font-size: 1.9rem;
  }
  .item-grid__name .en {
    font-size: 3.8rem;
  }
  .item-grid__capacity {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -ms-flex-item-align: end;
        align-self: end;
    margin-top: 22px;
    font-size: 1.9rem;
    letter-spacing: 0.06em;
  }
  .item-grid__price {
    margin-top: 0;
    margin-left: 15px;
  }
  .item-grid__price .num {
    font-size: 3.8rem;
  }
  .item-grid__price .yen {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    margin-left: 1px;
    font-size: 1.6rem;
  }
  .item-grid__price .tax {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    padding-left: 0px;
    font-size: 1.4rem;
  }
  .item-grid__price .carriage {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    margin-left: 13px;
    padding: 4px 6px 5px;
    font-size: 1.3rem;
  }
  .item-grid__btn {
    grid-area: btn;
    margin-top: 56px;
  }
  .item-grid__detail {
    grid-area: detail;
    margin-top: 36px;
    padding: 0;
  }
  .item-grid__detailList {
    gap: 10px 32px;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .item-grid__detailList > dt {
    letter-spacing: 0.1em;
  }
  .item-grid__detailList > dd {
    margin-right: -4px;
    letter-spacing: 0.08em;
  }
  .item-attention {
    margin-top: 23px;
    margin-right: -4px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .item-attention.--asterisk {
    gap: 0;
  }
  .attention-wrap {
    padding-top: 64px;
    padding-bottom: 220px;
  }
  .attention-title {
    margin-right: 0;
    margin-bottom: 94px;
    font-size: 2.2rem;
    text-align: center;
  }
  .attention-list {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 32px 40px;
    max-width: 823px;
    margin-inline: auto;
    font-size: 1.5rem;
  }
  .attention-list > dt ~ dt {
    margin-top: 0;
  }
  .attention-list > dd {
    line-height: 2;
  }
  .attention-list__comment {
    margin-top: 6px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer__contact {
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "block block block" "title btn tel";
  }
}
@media print, screen and (min-height: 1448px) {
  .mv-wrap::before, .mv-wrap::after {
    background-size: cover;
  }
}
@media print, screen and (min-width: 2800px) {
  .mv-wrap::before, .mv-wrap::after {
    background-size: cover;
  }
}
/* ▼hover挙動 */
@media (hover: hover) {
  a {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .c-btn.--cart::before {
    -webkit-transition-property: background-image;
    transition-property: background-image;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .c-btn.--cart::after {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .c-btn.--cart:hover {
    background: #fff;
    color: #4D515A;
  }
  .c-btn.--cart:hover::before {
    background: url(/simplelabel/assets/img/icon-cart.svg) no-repeat center center/20px 19px;
  }
  .c-btn.--cart:hover::after {
    opacity: 0;
  }
  .c-btn.--outline:hover {
    border-color: #4D515A;
    background-color: #4D515A;
    color: #fff;
  }
  .l-footer__navList a:hover {
    text-decoration: underline;
  }
  .l-footer__btn .icon-comment::before {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .l-footer__btn:hover {
    background-color: #fff;
    color: #4D515A;
  }
  .l-footer__btn:hover .icon-comment::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="58" height="41.841" viewBox="0 0 58 41.841">  <defs>    <clipPath id="clip-path">      <rect width="34" height="8" fill="none"/>    </clipPath>  </defs>  <g id="グループ_34906" data-name="グループ 34906" transform="translate(-208 -11907)">    <path id="合体_1" data-name="合体 1" d="M40.721,41.515,35.629,36H18A18,18,0,0,1,18,0H40a18,18,0,0,1,1.5,35.939l.939,4.7a1,1,0,0,1-.992,1.2A.972.972,0,0,1,40.721,41.515Z" transform="translate(208 11907)" fill="%234D515A"/>    <g id="リピートグリッド_2" data-name="リピートグリッド 2" transform="translate(220 11921)" clip-path="url(%23clip-path)">      <g transform="translate(-220 -11921)">        <circle id="楕円形_1" data-name="楕円形 1" cx="4" cy="4" r="4" transform="translate(220 11921)" fill="%23fff"/>      </g>      <g transform="translate(-207 -11921)">        <circle id="楕円形_1-2" data-name="楕円形 1" cx="4" cy="4" r="4" transform="translate(220 11921)" fill="%23fff"/>      </g>      <g transform="translate(-194 -11921)">        <circle id="楕円形_1-3" data-name="楕円形 1" cx="4" cy="4" r="4" transform="translate(220 11921)" fill="%23fff"/>      </g>    </g>  </g></svg>');
  }
}
/* #Print Fixes */
@media print {
  * {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 1cm 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  body {
    width: auto;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}