<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --main-color: #fff;
  --main-rgb: 255, 255, 255;
  --base-color: #6b5545;
  --opacity: 0.7;
  --basis-width: 768;
  --txt-color: #4c433f;
  --accent-color: #ec8e78;
}

body:has(dialog[open]) {
  overflow: hidden;
  height: 100vh;
}

.wrapper {
  background-color: transparent;
  overflow: visible;
}

#header {
  background-color: #fff;
  z-index: 9;
}

.pane-globalnav {
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .pane-globalnav {
    display: none;
  }
}

.pane-footer {
  background: #fff;
  margin-top: 0;
}

.block-footer-2nd {
  background-color: #fff;
}

.block-page-top {
  transition: 0.8s;
}

h1,
.h1 {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: normal;
}

.hiddenTime {
  display: none;
}

.invisibleTime {
  display: none !important;
}

.pane-contents,
.block-page-block--frame {
  margin-bottom: 0;
  padding-bottom: 0;
}

.img_overlay {
  max-width: 100%;
  text-align: center;
  position: relative;
}

.bk_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: initial;
  height: 100vh;
  background-image: url("../img/lp_mcushion/bg_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bk_wrap {
    background-image: url("../img/lp_mcushion/bg_sp.jpg");
  }
}

#mcushion {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: transparent;
  color: var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  text-align: center;
  overflow-wrap: anywhere;
  line-break: strict;
  /* *** Revicoのサイズ位置調整 *** */
}
#mcushion a {
  color: inherit;
  transition: 0.5s;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#mcushion a:hover {
  opacity: var(--opacity);
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#mcushion a:focus {
  text-decoration: none;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#mcushion a:link, #mcushion a:active, #mcushion a:hover, #mcushion a:focus {
  outline: none !important;
  -moz-outline-style: none;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#mcushion .noneUL:target, #mcushion .noneUL:visited, #mcushion .noneUL:active, #mcushion .noneUL:focus, #mcushion .noneUL:focus-visible, #mcushion .noneUL:focus-within, #mcushion .noneUL:hover {
  text-decoration: none;
}
#mcushion img {
  display: block;
  margin-inline: auto;
  height: auto;
}
#mcushion button {
  padding: 0;
  border: none;
  color: inherit;
  font: inherit;
  background: none;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#mcushion button:hover {
  opacity: var(--opacity);
}
#mcushion picture {
  display: block;
  margin-inline: auto;
}
#mcushion b, #mcushion strong {
  font-weight: 600;
  font-weight: bold;
}
#mcushion .ul {
  text-decoration: underline;
}
#mcushion .alL {
  text-align: left;
}
#mcushion .alR {
  text-align: right;
}
#mcushion .alC {
  text-align: center;
}
#mcushion .alJ {
  text-align: justify;
}
#mcushion .d-pc {
  display: unset;
}
@media screen and (max-width: 768px) {
  #mcushion .d-pc {
    display: none !important;
  }
}
#mcushion .d-sb {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #mcushion .d-sb {
    display: unset !important;
  }
}
#mcushion .mt_xs {
  margin-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#mcushion .mb_xs {
  margin-bottom: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#mcushion .mt_s {
  margin-top: min(65px, calc((65 / var(--basis-width)) * 100vw));
}
#mcushion .mb_s {
  margin-bottom: min(65px, calc((65 / var(--basis-width)) * 100vw));
}
#mcushion .mt_m {
  margin-top: min(80px, calc((80 / var(--basis-width)) * 100vw));
}
#mcushion .mb_m {
  margin-bottom: min(80px, calc((80 / var(--basis-width)) * 100vw));
}
#mcushion .mt_l {
  margin-top: min(202px, calc((202 / var(--basis-width)) * 100vw));
}
#mcushion .mb_l {
  margin-bottom: min(202px, calc((202 / var(--basis-width)) * 100vw));
}
#mcushion .pt_xs {
  padding-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#mcushion .pb_xs {
  padding-bottom: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#mcushion .pt_s {
  padding-top: min(65px, calc((65 / var(--basis-width)) * 100vw));
}
#mcushion .pb_s {
  padding-bottom: min(65px, calc((65 / var(--basis-width)) * 100vw));
}
#mcushion .pt_m {
  padding-top: min(80px, calc((80 / var(--basis-width)) * 100vw));
}
#mcushion .pb_m {
  padding-bottom: min(80px, calc((80 / var(--basis-width)) * 100vw));
}
#mcushion .pt_l {
  padding-top: min(202px, calc((202 / var(--basis-width)) * 100vw));
}
#mcushion .pb_l {
  padding-bottom: min(202px, calc((202 / var(--basis-width)) * 100vw));
}
#mcushion .notice {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  line-height: calc(33 / 24);
  text-align: left;
}
#mcushion .notice li {
  display: inline;
  text-indent: 0;
  padding: 0 0.5em 0 0;
  margin: 0;
  overflow-wrap: anywhere;
  line-break: strict;
  word-break: break-word;
}
#mcushion span.note_1em,
#mcushion p.note_1em,
#mcushion .note_1em dd,
#mcushion .note_1em li {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0.3em auto;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  text-align: justify;
}
#mcushion span.note_2em,
#mcushion p.note_2em,
#mcushion .note_2em dd,
#mcushion .note_2em li {
  display: block;
  text-indent: -2em;
  padding-left: 2em;
  margin: 0.3em auto;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  text-align: justify;
}
#mcushion .note_free {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  text-align: justify;
}
#mcushion sup {
  font-size: clamp(8px, 12 / var(--basis-width) * 100vw, 12px);
  margin-left: -0.3em;
  margin-right: 0.3em;
  font-weight: 400;
  font-weight: normal;
  vertical-align: top !important;
  letter-spacing: -0.12em;
  line-height: initial;
  white-space: nowrap;
}
#mcushion sup.narrow {
  margin-left: -0.8em;
}
#mcushion sup.wide {
  margin-left: -0.1em;
  margin-right: 0;
}
#mcushion .vid_contents {
  position: relative;
  display: flex;
  background-image: url("https://www.misshajp.com/photo/goodsimg/Loading_video.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  filter: drop-shadow(0 0 0 #fff);
}
#mcushion .vid_contents:has(iframe) {
  padding-top: 56.25%;
}
#mcushion .vid_contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#mcushion .vid_main {
  width: 100%;
}
#mcushion video {
  width: 100%;
}
#mcushion .float {
  animation: btn-float 1s ease-in-out infinite alternate;
}
@keyframes btn-float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(12px);
  }
}
#mcushion .fadein {
  opacity: 0;
  transform: translateY(5px);
  transition: all 1s;
}
#mcushion .fadein__on {
  animation: fadein 0.7s ease 1 alternate forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#mcushion .line_anime {
  position: relative;
  display: block;
  width: 102%;
  margin: 0 auto;
  padding: 1px 0 0;
}
#mcushion .line_anime span {
  position: absolute;
  top: 0;
  left: -1%;
  display: block;
  width: 0;
  height: 1px;
  margin: 0;
  background-color: rgba(71, 23, 0, 0.75);
  opacity: 0;
}
#mcushion .line_anime.on span {
  animation: border_anim 0.5s ease-in forwards;
}
@keyframes border_anim {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
#mcushion .loop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(54px, 54 / var(--basis-width) * 100vw);
  overflow: hidden;
}
#mcushion .loop::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #765e98 0%, #bf689c 100%);
  opacity: 0.61;
}
#mcushion .loop__item {
  position: absolute;
  top: min(15px, 15 / var(--basis-width) * 100vw);
  left: 0;
  width: min(1348px, 1348 / var(--basis-width) * 100vw);
  animation: loop linear 9s 0s infinite normal;
}
@keyframes loop {
  0% {
    left: 0;
  }
  100% {
    left: max(-450px, -450 / var(--basis-width) * 100vw);
  }
}
#mcushion .topfadeIn {
  animation: topfadeIn 3s ease 0s 1 normal;
}
@keyframes topfadeIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#mcushion .fadeInV {
  animation: fadeInV 0.5s step-start 1s alternate infinite;
}
@keyframes fadeInV {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#mcushion #cdt .cdt_wrapper {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: min(10px, 10 / var(--basis-width) * 100vw) 0;
}
@media screen and (max-width: 768px) {
  #mcushion #cdt .cdt_wrapper {
    padding: min(10px, 10 / var(--basis-width) * 100vw) 0;
  }
}
#mcushion #cdt .cdt_wrapper .cdt_txt {
  font-size: 16px;
  margin: 0 0.4em 0 0;
}
@media screen and (max-width: 768px) {
  #mcushion #cdt .cdt_wrapper .cdt_txt {
    font-size: clamp(12px, 30 / var(--basis-width) * 100vw, 30px);
  }
}
#mcushion #cdt .cdt_wrapper .cdt_date {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #mcushion #cdt .cdt_wrapper .cdt_date {
    font-size: clamp(12px, 40 / var(--basis-width) * 100vw, 40px);
  }
}
#mcushion #cdt .cdt_wrapper .cdt_date small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #mcushion #cdt .cdt_wrapper .cdt_date small {
    font-size: clamp(12px, 30 / var(--basis-width) * 100vw, 30px);
  }
}
#mcushion #cdt .cdt_wrapper .cdt_date * + * {
  margin-left: 0.2em;
}
#mcushion .toggle--arrow,
#mcushion .toggle--adjust {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding-right: 1.5em;
  list-style: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#mcushion .toggle--arrow::after, #mcushion .toggle--arrow::before,
#mcushion .toggle--adjust::after,
#mcushion .toggle--adjust::before {
  content: "";
  position: absolute;
  top: 49%;
  right: 7%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-color: #fff;
  -webkit-clip-path: inset(45% 0 45% 0);
          clip-path: inset(45% 0 45% 0);
  transform: translateY(-50%);
  transition: 0.2s;
}
#mcushion .toggle--arrow::after,
#mcushion .toggle--adjust::after {
  -webkit-clip-path: inset(0 45% 0 45%);
          clip-path: inset(0 45% 0 45%);
}
#mcushion .toggle--arrow::after {
  display: none;
}
#mcushion .details[open] &gt; .toggle--adjust::after {
  transform: rotate(90deg) translate(-50%, 0%);
}
#mcushion summary::-webkit-details-marker {
  display: none;
}
#mcushion .details {
  width: 100%;
  margin-inline: auto;
}
#mcushion .details_inner {
  margin-inline: auto;
}
#mcushion .priceset {
  color: var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
}
#mcushion .priceset .unit {
  font-size: 65%;
}
#mcushion .price-default {
  display: inline-block;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  white-space: nowrap;
  line-height: 1.2em;
}
#mcushion .price-default .delline {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.15em;
  margin-left: 0.15em;
}
#mcushion .price-default .delline::after {
  content: "";
  position: absolute;
  top: 48%;
  left: -1%;
  display: block;
  width: 102%;
  height: 1px;
  background-color: var(--txt-color);
}
#mcushion .price-default .price {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  margin-right: 0.1em;
}
#mcushion .price-default .unit {
  display: inline-block;
  font-size: 80%;
  letter-spacing: 0.01em;
  transform: translateY(-0.1em);
}
#mcushion .price-cp {
  display: inline-block;
  margin: 0;
  color: var(--txt-color);
  font-size: min(58px, 58 / var(--basis-width) * 100vw);
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.2em;
}
#mcushion .price-cp .price {
  display: inline-block;
  margin-right: 0.05em;
  color: inherit;
  font-size: inherit;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  #mcushion .price-cp .price {
    letter-spacing: 0;
  }
}
#mcushion .price-cp .unit {
  display: inline-block;
  color: inherit;
  font-size: 60%;
  letter-spacing: 0.01em;
  transform: translateY(-0.05em);
}
#mcushion .tag {
  margin-inline: auto;
  display: inline-block;
  background-color: var(--accent-color);
  border-radius: 100cqh;
  padding: 0.35em 1em;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0.1em;
}
#mcushion .shippingfree,
#mcushion .mailshippingfree {
  margin-inline: auto;
  display: inline-block;
  background-color: var(--accent-color);
  border-radius: 100cqh;
  padding: 0.4em 1em;
  line-height: 1em;
  color: #fff;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#mcushion .view_details {
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.1em;
}
#mcushion .view_details a {
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#mcushion .revico-star {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#mcushion .revico-star .revico-star-simple {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#mcushion .revico-star #revico-star-simple-wrapper {
  display: flex;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
#mcushion .revico-star .revico-star-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#mcushion .revico-star .starability-result {
  height: 28px !important;
}
#mcushion .revico-star .revico-star-block--total {
  margin: 2px 10px 0 -4px;
  line-height: 1.7em;
  color: var(--txt-color);
  font-size: 18px;
  letter-spacing: 0;
}
#mcushion .revico-star .revico-star-block--title {
  margin-left: -3px;
  margin-right: 0;
  color: var(--txt-color);
  font-size: 20px;
  letter-spacing: 0;
}
#mcushion .revico-star .revico-star-block--rate {
  top: auto !important;
  transform: scale(1) !important;
  margin-left: 0;
  margin-right: 5px;
}
#mcushion .star_wrap {
  overflow: hidden;
}
#mcushion .star_wrap .star {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: scale(1.2);
  transform-origin: center center;
  text-align: center;
  overflow-wrap: normal;
}
#mcushion .star_wrap .star .revico-star {
  margin: min(20px, 20 / var(--basis-width) * 100vw) auto max(-10px, -10 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 420px) {
  #mcushion .star_wrap .star .revico-star {
    margin: min(10px, 10 / var(--basis-width) * 100vw) auto max(-10px, -10 / var(--basis-width) * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #mcushion .star_wrap .star {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 740px) {
  #mcushion .star_wrap .star {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 700px) {
  #mcushion .star_wrap .star {
    transform: scale(1.06);
  }
}
@media screen and (max-width: 660px) {
  #mcushion .star_wrap .star {
    transform: scale(1.02);
  }
}
@media screen and (max-width: 620px) {
  #mcushion .star_wrap .star {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 580px) {
  #mcushion .star_wrap .star {
    transform: scale(0.94);
  }
}
@media screen and (max-width: 540px) {
  #mcushion .star_wrap .star {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 500px) {
  #mcushion .star_wrap .star {
    transform: scale(0.86);
  }
}
@media screen and (max-width: 460px) {
  #mcushion .star_wrap .star {
    transform: scale(0.82);
  }
}
@media screen and (max-width: 420px) {
  #mcushion .star_wrap .star {
    transform: scale(0.78);
  }
}
@media screen and (max-width: 380px) {
  #mcushion .star_wrap .star {
    transform: scale(0.74);
  }
}
@media screen and (max-width: 340px) {
  #mcushion .star_wrap .star {
    transform: scale(0.7);
  }
}
#mcushion .star_wrap.half {
  align-content: center;
}
#mcushion .star_wrap.half .star {
  transform: scale(1);
}
@media screen and (max-width: 760px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 740px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.96);
  }
}
@media screen and (max-width: 720px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.94);
  }
}
@media screen and (max-width: 700px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.92);
  }
}
@media screen and (max-width: 680px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 660px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.88);
  }
}
@media screen and (max-width: 640px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.86);
  }
}
@media screen and (max-width: 620px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.84);
  }
}
@media screen and (max-width: 600px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.82);
  }
}
@media screen and (max-width: 590px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.81);
  }
}
@media screen and (max-width: 580px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 570px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.79);
  }
}
@media screen and (max-width: 560px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.78);
  }
}
@media screen and (max-width: 550px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.77);
  }
}
@media screen and (max-width: 540px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.76);
  }
}
@media screen and (max-width: 530px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.75);
  }
}
@media screen and (max-width: 520px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.74);
  }
}
@media screen and (max-width: 510px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.73);
  }
}
@media screen and (max-width: 500px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.72);
  }
}
@media screen and (max-width: 490px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.71);
  }
}
@media screen and (max-width: 480px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.7) translateX(-5px);
  }
}
@media screen and (max-width: 470px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.69) translateX(-10px);
  }
}
@media screen and (max-width: 460px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.68) translateX(-15px);
  }
}
@media screen and (max-width: 450px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.67) translateX(-20px);
  }
}
@media screen and (max-width: 440px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.66) translateX(-25px);
  }
}
@media screen and (max-width: 430px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.65) translateX(-30px);
  }
}
@media screen and (max-width: 420px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.64) translateX(-35px);
  }
}
@media screen and (max-width: 410px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.63) translateX(-40px);
  }
}
@media screen and (max-width: 400px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.62) translateX(-45px);
  }
}
@media screen and (max-width: 390px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.61) translateX(-50px);
  }
}
@media screen and (max-width: 380px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.6) translateX(-55px);
  }
}
@media screen and (max-width: 370px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.59) translateX(-60px);
  }
}
@media screen and (max-width: 360px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.58) translateX(-65px);
  }
}
@media screen and (max-width: 350px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.57) translateX(-70px);
  }
}
@media screen and (max-width: 340px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.56) translateX(-75px);
  }
}
@media screen and (max-width: 330px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.55) translateX(-80px);
  }
}
@media screen and (max-width: 320px) {
  #mcushion .star_wrap.half .star {
    transform: scale(0.54) translateX(-85px);
  }
}
#mcushion .thumb_wrap {
  position: relative;
}
#mcushion .thumb_wrap .ico,
#mcushion .thumb_wrap .ico20off,
#mcushion .thumb_wrap .ico30off,
#mcushion .thumb_wrap .ico40off,
#mcushion .thumb_wrap .ico50off,
#mcushion .thumb_wrap .ico60off {
  position: absolute;
  top: -8%;
  right: -6%;
  width: min(185px, 185 / var(--basis-width) * 100vw);
  aspect-ratio: 1/1;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
#mcushion .cart-btn-small-02,
#mcushion .cart-btn-small-01,
#mcushion .cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  width: min(512px, 512 / var(--basis-width) * 100vw);
  aspect-ratio: 512/144;
  padding: 0 1em;
  margin-inline: auto;
  background-color: var(--base-color);
  border-radius: 100cqh;
  color: #fff;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#mcushion .cart-btn-small-02:target, #mcushion .cart-btn-small-02:visited, #mcushion .cart-btn-small-02:active, #mcushion .cart-btn-small-02:focus, #mcushion .cart-btn-small-02:focus-visible, #mcushion .cart-btn-small-02:focus-within, #mcushion .cart-btn-small-02:hover,
#mcushion .cart-btn-small-01:target,
#mcushion .cart-btn-small-01:visited,
#mcushion .cart-btn-small-01:active,
#mcushion .cart-btn-small-01:focus,
#mcushion .cart-btn-small-01:focus-visible,
#mcushion .cart-btn-small-01:focus-within,
#mcushion .cart-btn-small-01:hover,
#mcushion .cart-btn:target,
#mcushion .cart-btn:visited,
#mcushion .cart-btn:active,
#mcushion .cart-btn:focus,
#mcushion .cart-btn:focus-visible,
#mcushion .cart-btn:focus-within,
#mcushion .cart-btn:hover {
  text-decoration: none;
}
#mcushion .cart-btn-small-02 .btn_txt_01,
#mcushion .cart-btn-small-01 .btn_txt_01,
#mcushion .cart-btn .btn_txt_01 {
  width: min(400px, 400 / var(--basis-width) * 100vw);
}
#mcushion .cart-btn-small-02 .btn_txt_02,
#mcushion .cart-btn-small-01 .btn_txt_02,
#mcushion .cart-btn .btn_txt_02 {
  width: min(251px, 251 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 380px) {
  #mcushion .cart-btn-small-02 .btn_txt_02,
  #mcushion .cart-btn-small-01 .btn_txt_02,
  #mcushion .cart-btn .btn_txt_02 {
    width: 100%;
  }
}
#mcushion .cart-btn-small-02 .btn_txt_03,
#mcushion .cart-btn-small-01 .btn_txt_03,
#mcushion .cart-btn .btn_txt_03 {
  width: min(208px, 208 / var(--basis-width) * 100vw);
}
#mcushion .cart-btn-small-02 .btn_txt_04,
#mcushion .cart-btn-small-01 .btn_txt_04,
#mcushion .cart-btn .btn_txt_04 {
  width: min(367px, 367 / var(--basis-width) * 100vw);
}
#mcushion .cart-btn-small-02.unreleased, #mcushion .cart-btn-small-02.soldout,
#mcushion .cart-btn-small-01.unreleased,
#mcushion .cart-btn-small-01.soldout,
#mcushion .cart-btn.unreleased,
#mcushion .cart-btn.soldout {
  display: flex !important;
  padding: 0 !important;
  background-color: #868686 !important;
  box-shadow: unset !important;
  filter: unset !important;
}
#mcushion .cart-btn-small-02 i,
#mcushion .cart-btn-small-01 i,
#mcushion .cart-btn i {
  font-size: 105%;
  margin-right: 0.2em;
}
#mcushion .cart-btn-small-02.arrow,
#mcushion .cart-btn-small-01.arrow,
#mcushion .cart-btn.arrow {
  padding-right: min(60px, 60 / var(--basis-width) * 100vw);
}
#mcushion .cart-btn-small-02.arrow::after,
#mcushion .cart-btn-small-01.arrow::after,
#mcushion .cart-btn.arrow::after {
  content: "";
  position: absolute;
  top: 48%;
  right: min(60px, 60 / var(--basis-width) * 100vw);
  display: block;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border-right: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid #fff;
  border-top: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid #fff;
  -webkit-clip-path: unset;
          clip-path: unset;
}
#mcushion .cart-btn-small-02.sub,
#mcushion .cart-btn-small-01.sub,
#mcushion .cart-btn.sub {
  margin-top: 0.9em;
  padding-top: 0.3em;
}
#mcushion .cart-btn-small-02.sub .subtitle,
#mcushion .cart-btn-small-01.sub .subtitle,
#mcushion .cart-btn.sub .subtitle {
  position: absolute;
  top: 0;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -50%);
  padding: 0.3em 1em;
  background: var(--accent-color);
  border-radius: 100cqh;
  line-height: 1em;
  border: none;
  color: #fff;
  font-size: clamp(13px, 30 / var(--basis-width) * 100vw, 30px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
#mcushion .cart-btn-small-02.icoPlus,
#mcushion .cart-btn-small-01.icoPlus,
#mcushion .cart-btn.icoPlus {
  padding-left: min(120px, 120 / var(--basis-width) * 100vw);
}
#mcushion .cart-btn-small-02.icoPlus .ico_img,
#mcushion .cart-btn-small-01.icoPlus .ico_img,
#mcushion .cart-btn.icoPlus .ico_img {
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 108%;
  aspect-ratio: 1/1;
}
#mcushion .cart-btn-small-02.icoPlus .ico_img img,
#mcushion .cart-btn-small-01.icoPlus .ico_img img,
#mcushion .cart-btn.icoPlus .ico_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mcushion .cart-btn-small-01 {
  max-width: none;
  width: min(300px, 300 / var(--basis-width) * 100vw);
  aspect-ratio: 300/105;
}
@media screen and (max-width: 380px) {
  #mcushion .cart-btn-small-01 {
    width: 100%;
  }
}
#mcushion .cart-btn-small-02 {
  width: min(512px, 512 / var(--basis-width) * 100vw);
  aspect-ratio: 512/144;
}
#mcushion .cart-btn-modal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
  width: min(620px, 620 / var(--basis-width) * 100vw);
  aspect-ratio: 620/110;
  margin-inline: auto;
  filter: none;
  background-color: #eed0be;
  background-image: linear-gradient(90deg, #f5e5df 0%, #eed0be 100%);
  border-radius: 100cqh;
  font-size: clamp(13px, 28 / var(--basis-width) * 100vw, 28px);
  line-height: 1.3em;
  font-weight: normal;
}
#mcushion .cart-btn-modal:target, #mcushion .cart-btn-modal:visited, #mcushion .cart-btn-modal:active, #mcushion .cart-btn-modal:focus, #mcushion .cart-btn-modal:focus-visible, #mcushion .cart-btn-modal:focus-within, #mcushion .cart-btn-modal:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  #mcushion .cart-btn-modal {
    aspect-ratio: 620/130;
  }
}
#mcushion .cart-btn-modal i {
  font-size: 103%;
}
#mcushion .cart-btn-modal .name {
  margin: 0 auto 0.4em;
  font-size: clamp(13px, 28 / var(--basis-width) * 100vw, 28px);
}
#mcushion .cart-btn-modal .price-default {
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
}
#mcushion .cart-btn-modal .price-default .price {
  font-size: 132%;
}
#mcushion .cart-btn-modal .price-default .unit {
  font-size: 90%;
}
#mcushion .cart-btn-modal.unreleased, #mcushion .cart-btn-modal.soldout {
  background: #868686 !important;
  font-size: clamp(13px, 28 / var(--basis-width) * 100vw, 28px) !important;
  line-height: 1.4em !important;
}
#mcushion .cart-btn-modal.arrow {
  padding-right: min(60px, 60 / var(--basis-width) * 100vw);
}
#mcushion .cart-btn-modal.arrow::after {
  content: "";
  position: absolute;
  top: 48%;
  right: min(55px, 55 / var(--basis-width) * 100vw);
  display: block;
  width: min(20px, 22 / var(--basis-width) * 100vw);
  height: min(20px, 22 / var(--basis-width) * 100vw);
  transform: rotate(45deg) translateY(-50%);
  border-right: 2px solid var(--txt-color);
  border-top: 2px solid var(--txt-color);
  -webkit-clip-path: unset;
          clip-path: unset;
}
#mcushion .cart-btn-modal.icoPlus {
  justify-content: left;
  padding-left: min(150px, 150 / var(--basis-width) * 100vw);
  text-align: left;
}
@media screen and (max-width: 640px) {
  #mcushion .cart-btn-modal.icoPlus {
    padding-left: min(165px, 165 / var(--basis-width) * 100vw);
  }
}
#mcushion .cart-btn-modal.icoPlus .ico_img {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 110%;
  aspect-ratio: 1/1;
  filter: drop-shadow(min(0px, 0 / var(--basis-width) * 100vw) min(2px, 2 / var(--basis-width) * 100vw) min(4px, 4 / var(--basis-width) * 100vw) rgba(74, 59, 59, 0.35));
  will-change: filter;
}
@media screen and (max-width: 640px) {
  #mcushion .cart-btn-modal.icoPlus .ico_img {
    left: 2%;
  }
}
#mcushion .cart-btn-modal.icoPlus .ico_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mcushion .top_btn_wrap {
  padding-top: min(144px, calc((144 / var(--basis-width)) * 100vw));
  padding-bottom: min(170px, calc((170 / var(--basis-width)) * 100vw));
}
#mcushion .top_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  width: clamp(230px, 512 / var(--basis-width) * 100vw, 512px);
  aspect-ratio: 512/132;
  margin: 0 auto;
  padding: 0;
  border: 1px solid var(--txt-color);
  color: var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.05em;
}
#mcushion .top_btn:target, #mcushion .top_btn:visited, #mcushion .top_btn:active, #mcushion .top_btn:focus, #mcushion .top_btn:focus-visible, #mcushion .top_btn:focus-within, #mcushion .top_btn:hover {
  text-decoration: none;
}
#mcushion .top_btn.arrow {
  padding-right: 1.2em;
}
#mcushion .top_btn.arrow::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 1.2em;
  display: block;
  width: 0.7em;
  height: 0.75em;
  background-color: var(--txt-color);
  -webkit-clip-path: polygon(5% 0, 100% 50%, 5% 100%, 0 91%, 78% 50%, 0 9%);
          clip-path: polygon(5% 0, 100% 50%, 5% 100%, 0 91%, 78% 50%, 0 9%);
  transform: translateY(-50%);
}
@media screen and (max-width: 360px) {
  #mcushion .top_btn.arrow::after {
    right: 0.9em;
  }
}
#mcushion .modal {
  position: fixed;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  padding: 0;
  background: rgba(50, 40, 33, 0.7);
  border: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  overscroll-behavior: contain;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 1;
}
#mcushion .modal[open] {
  opacity: 1;
  visibility: visible;
}
#mcushion .modal::-webkit-scrollbar {
  display: none;
}
#mcushion .modal__container {
  align-content: center;
  min-height: 100%;
  padding: min(50px, 50 / var(--basis-width) * 100vw) 0;
}
@media screen and (max-width: 768px) {
  #mcushion .modal__container {
    padding: 20vw 0 6vw;
  }
}
#mcushion .modal__body {
  align-self: center;
  position: relative;
  width: min(704px, 704 / var(--basis-width) * 100vw);
  padding-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
  padding-bottom: min(35px, calc((35 / var(--basis-width)) * 100vw));
  background-color: #fff;
  border-radius: min(50px, 50 / var(--basis-width) * 100vw);
  container-type: inline-size;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #mcushion .modal__body {
    margin: 0 auto;
  }
}
#mcushion .modal__close {
  display: inline-block;
  margin-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  cursor: pointer;
  transition: all 0.2s;
  width: min(248px, 248 / var(--basis-width) * 100vw);
  aspect-ratio: 248/60;
}
#mcushion .modal__close:hover {
  opacity: var(--opacity);
}
#mcushion .modal__contents .headline {
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
}
#mcushion .modal__contents .headline i {
  margin-right: 0.2em;
}
#mcushion .modal__contents .btn_list + .headline {
  margin-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#mcushion .modal__contents .desc {
  font-size: clamp(14px, 30 / var(--basis-width) * 100vw, 30px);
}
#mcushion .modal__contents .mailshippingfree {
  margin-top: min(15px, calc((15 / var(--basis-width)) * 100vw));
  font-size: clamp(13px, 26 / var(--basis-width) * 100vw, 26px);
}
#mcushion .modal__contents .btn_list {
  margin-top: min(25px, calc((25 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(640px, 640 / var(--basis-width) * 100vw);
  display: flex;
  flex-direction: column;
  row-gap: min(20px, 20 / var(--basis-width) * 100vw);
}
#mcushion ul.slider {
  display: none;
  width: min(764px, 764 / var(--basis-width) * 100vw);
  margin-inline: auto;
  padding-bottom: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#mcushion ul.slider:has(.slick-dots li:only-of-type) {
  padding-bottom: 0;
}
#mcushion ul.slider.slick-initialized {
  display: block;
}
#mcushion ul.slider .slick-track {
  display: flex;
}
#mcushion ul.slider li.slick-slide {
  height: auto !important;
  padding: min(20px, 20 / var(--basis-width) * 100vw) min(30px, 30 / var(--basis-width) * 100vw);
  filter: drop-shadow(min(0px, 0 / var(--basis-width) * 100vw) min(0px, 0 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw) rgba(131, 104, 94, 0.5));
  will-change: filter;
}
#mcushion ul.slider .slick-prev,
#mcushion ul.slider .slick-next {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: max(-60px, calc((-60 / var(--basis-width)) * 100vw));
  width: min(60px, 66 / var(--basis-width) * 100vw);
  height: min(60px, 66 / var(--basis-width) * 100vw);
  border: 2px solid #efd2c2;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  z-index: 1;
}
#mcushion ul.slider .slick-next {
  left: auto;
  right: 0;
}
#mcushion ul.slider .slick-prev:before,
#mcushion ul.slider .slick-next:before {
  content: "";
  position: absolute;
  top: 32%;
  left: 30%;
  display: block;
  width: min(20px, 20 / var(--basis-width) * 100vw);
  height: min(22px, 22 / var(--basis-width) * 100vw);
  border: none;
  -webkit-clip-path: polygon(0 11%, 6% 0, 100% 46%, 100% 54%, 6% 100%, 0 89%, 79% 50%);
          clip-path: polygon(0 11%, 6% 0, 100% 46%, 100% 54%, 6% 100%, 0 89%, 79% 50%);
  background-color: #efd2c2;
  transform: rotate(-180deg);
}
#mcushion ul.slider .slick-next:before {
  left: auto;
  right: 30%;
  transform: unset;
}
#mcushion ul.slider .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
#mcushion ul.slider .slick-dots li {
  margin: 0 min(15px, 15 / var(--basis-width) * 100vw);
  background-color: transparent;
}
#mcushion ul.slider .slick-dots li:only-of-type {
  display: none;
}
#mcushion ul.slider .slick-dots li button {
  font-size: 0;
  color: transparent;
  width: min(20px, 20 / var(--basis-width) * 100vw);
  height: min(20px, 20 / var(--basis-width) * 100vw);
  background-color: #dcc4bb;
  border: none;
  border-radius: 50%;
}
#mcushion ul.slider .slick-dots li.slick-active button {
  background-color: #5d5146;
}
#mcushion .scrollbar {
  width: 100%;
  height: auto;
  padding: 0;
  background-color: transparent;
}
#mcushion .scrollbar__wrap {
  position: relative;
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
  width: min(768px, 768 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#mcushion .scrollbar__wrap:has(ul &gt; li:only-child) .scroll-prev,
#mcushion .scrollbar__wrap:has(ul &gt; li:only-child) .scroll-next {
  display: none;
}
#mcushion .scrollbar__wrap .scroll-prev,
#mcushion .scrollbar__wrap .scroll-next {
  display: none;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 46%;
  left: 0;
  width: min(60px, 60 / var(--basis-width) * 100vw);
  height: min(60px, 60 / var(--basis-width) * 100vw);
  border: 2px solid #efd2c2;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #mcushion .scrollbar__wrap .scroll-prev,
  #mcushion .scrollbar__wrap .scroll-next {
    display: none !important;
  }
}
#mcushion .scrollbar__wrap .scroll-next {
  display: block;
  left: auto;
  right: 0;
}
#mcushion .scrollbar__wrap .scroll-prev:before,
#mcushion .scrollbar__wrap .scroll-next:before {
  content: "";
  position: absolute;
  top: 32%;
  left: 30%;
  display: block;
  width: min(20px, 20 / var(--basis-width) * 100vw);
  height: min(22px, 22 / var(--basis-width) * 100vw);
  border: none;
  -webkit-clip-path: polygon(0 11%, 6% 0, 100% 46%, 100% 54%, 6% 100%, 0 89%, 79% 50%);
          clip-path: polygon(0 11%, 6% 0, 100% 46%, 100% 54%, 6% 100%, 0 89%, 79% 50%);
  background-color: #efd2c2;
  transform: rotate(-180deg);
}
#mcushion .scrollbar__wrap .scroll-next:before {
  left: auto;
  right: 30%;
  transform: unset;
}
#mcushion .scrollbar ul {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: min(32px, 32 / var(--basis-width) * 100vw);
       column-gap: min(32px, 32 / var(--basis-width) * 100vw);
  justify-content: flex-start;
  margin-inline: auto;
  padding: 0 min(32px, 32 / var(--basis-width) * 100vw);
  padding-bottom: min(60px, calc((60 / var(--basis-width)) * 100vw));
}
#mcushion .scrollbar ul:has(&gt; li:only-child) {
  padding-bottom: 0;
}
#mcushion .scrollbar .simplebar-track {
  background: transparent;
  left: min(32px, 32 / var(--basis-width) * 100vw);
  right: min(32px, 32 / var(--basis-width) * 100vw);
}
#mcushion .scrollbar .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#mcushion .scrollbar .simplebar-track .simplebar-scrollbar::before {
  opacity: 1;
  border-radius: 100cqh;
  background: #7f7f7f;
}
#mcushion .scrollbar .simplebar-track.simplebar-vertical {
  width: min(34px, 34 / var(--basis-width) * 100vw);
}
#mcushion .scrollbar .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  min-height: 0;
}
#mcushion .scrollbar .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  width: min(14px, 14 / var(--basis-width) * 100vw);
  height: auto;
  margin-inline: auto;
}
#mcushion .scrollbar .simplebar-track.simplebar-horizontal {
  height: min(10px, 10 / var(--basis-width) * 100vw);
}
#mcushion .scrollbar .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  min-width: 0;
}
#mcushion .scrollbar .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: min(10px, 10 / var(--basis-width) * 100vw);
  width: auto;
  margin: 0;
}
#mcushion .tab_wrap {
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #mcushion .tab_wrap.headerPosition .tab_group.tab_group_top {
    top: 14vw;
  }
}
#mcushion .tab_wrap .tab_group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
  padding: 0 min(50px, 50 / var(--basis-width) * 100vw);
}
#mcushion .tab_wrap .tab_group .tab {
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  padding: 0;
  background-color: #fff;
  border-top-left-radius: min(20px, 20 / var(--basis-width) * 100vw);
  border-top-right-radius: min(20px, 20 / var(--basis-width) * 100vw);
  color: var(--txt-color);
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.5s;
}
#mcushion .tab_wrap .tab_group .tab:hover {
  opacity: var(--opacity);
}
#mcushion .tab_wrap .tab_group .tab.active {
  opacity: var(--opacity);
}
#mcushion .tab_wrap .content_group .content {
  display: none;
}
#mcushion .tab_wrap .content_group .content.active {
  display: block;
}
#mcushion .coupon {
  margin-inline: auto;
}
#mcushion .coupon__wrap {
  margin-inline: auto;
}
#mcushion .coupon .period {
  display: inline-block;
  margin: min(15px, 15 / var(--basis-width) * 100vw) auto min(33px, 33 / var(--basis-width) * 100vw);
  padding: 0.4em 1em;
  border: 1px solid #b0b0b0;
  border-radius: 100cqh;
  line-height: 1em;
  letter-spacing: 0.06em;
  font-size: clamp(15px, 28 / var(--basis-width) * 100vw, 28px);
}
#mcushion .coupon .ticket {
  width: min(624px, 624 / var(--basis-width) * 100vw);
}
#mcushion .coupon h3 {
  width: min(530px, 530 / var(--basis-width) * 100vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  overflow: hidden;
  margin: min(40px, 40 / var(--basis-width) * 100vw) auto 0.5em;
  line-height: 1em;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#mcushion .coupon h3:before, #mcushion .coupon h3:after {
  content: "";
  width: 10%;
  height: 1px;
  background-color: #c9c9c9;
  flex-grow: 1;
}
#mcushion .coupon .terms {
  font-size: clamp(14px, 28 / var(--basis-width) * 100vw, 28px);
  line-height: 1.8em;
}
#mcushion .coupon .result__wrap {
  width: min(580px, 580 / var(--basis-width) * 100vw);
  margin: min(58px, 58 / var(--basis-width) * 100vw) auto 0;
}
#mcushion .coupon .result__wrap h4 {
  font-weight: bold;
  font-size: clamp(18px, 36 / var(--basis-width) * 100vw, 36px);
  letter-spacing: 0.01em;
}
#mcushion .coupon .result__coupon {
  display: flex;
  flex-direction: column;
}
#mcushion .coupon .result__coupon input {
  width: 8em;
  border: none;
  border-radius: min(10px, 10 / var(--basis-width) * 100vw);
  margin: 1em auto 0.5em;
  text-align: center;
  font-size: clamp(18px, 24 / var(--basis-width) * 100vw, 24px);
}
#mcushion .coupon .result__coupon .getCoupon_btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5em 1em;
  background-color: var(--txt-color);
  border-radius: min(10px, 10 / var(--basis-width) * 100vw);
  color: #fff;
  font-size: clamp(16px, 18 / var(--basis-width) * 100vw, 18px);
}
#mcushion .coupon .note_wrap {
  width: min(620px, 620 / var(--basis-width) * 100vw);
  margin: min(35px, 35 / var(--basis-width) * 100vw) auto 0;
}
#mcushion .coupon__usage .usage__wrap {
  margin: min(60px, 60 / var(--basis-width) * 100vw) auto min(40px, 40 / var(--basis-width) * 100vw);
}
#mcushion .coupon__usage .usage__wrap .details {
  width: 100%;
  background: transparent;
  overflow: hidden;
}
#mcushion .coupon__usage .usage__wrap .toggle--adjust {
  width: min(400px, 500 / var(--basis-width) * 100vw);
  margin-left: auto;
  margin-right: auto;
  padding: 0.6em 2.4em 0.6em 0.6em;
  color: var(--txt-color);
  font-size: clamp(16px, 24 / var(--basis-width) * 100vw, 24px);
  letter-spacing: 0.05em;
}
#mcushion .coupon__usage .usage__wrap .details_inner {
  width: min(600px, 600 / var(--basis-width) * 100vw);
  margin: min(50px, 50 / var(--basis-width) * 100vw) auto 0;
}
@media screen and (max-width: 768px) {
  #mcushion .coupon__usage .usage__wrap .details_inner {
    width: 100%;
  }
}
#mcushion .coupon__usage .usage__wrap__ttl {
  margin: 5em auto 0.8em;
  color: #b71d1d;
  font-size: clamp(16px, 24 / var(--basis-width) * 100vw, 24px);
  font-weight: bold;
}
#mcushion .coupon__usage .usage__wrap__txt01 {
  margin: 1em auto;
  font-size: clamp(16px, 24 / var(--basis-width) * 100vw, 24px);
}
#mcushion .coupon__usage .usage__wrap__txt02 {
  margin: 1em auto;
  font-size: clamp(14px, 22 / var(--basis-width) * 100vw, 22px);
  text-align: left;
}
#mcushion .fColor_01 {
  color: var(--txt-color);
}
#mcushion .fColor_02 {
  color: var(--base-color);
}
#mcushion .fColor_03 {
  color: var(--accent-color);
}
#mcushion .sec_inner {
  width: min(704px, 704 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#mcushion .btn_wrap:has(.sub) {
  padding-top: 1px;
}
#mcushion .group_wrap {
  position: relative;
  margin-top: min(103px, calc((103 / var(--basis-width)) * 100vw));
}
#mcushion .group_wrap::before {
  content: "";
  position: absolute;
  top: max(-103px, -103 / var(--basis-width) * 100vw);
  left: 0;
  width: 100%;
  height: min(105px, 105 / var(--basis-width) * 100vw);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 0;
}
#mcushion .group_wrap::after {
  content: "";
  position: absolute;
  bottom: max(-53px, -53 / var(--basis-width) * 100vw);
  left: 0;
  width: 100%;
  height: min(55px, 55 / var(--basis-width) * 100vw);
  background-color: transparent;
  background-image: url("../img/lp_mcushion/bg_curve_02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}
#mcushion h1.mv {
  position: relative;
  display: block !important;
  background-color: #fff;
}
#mcushion .menu {
  padding-top: min(144px, calc((144 / var(--basis-width)) * 100vw));
  padding-bottom: min(144px, calc((144 / var(--basis-width)) * 100vw));
  background-color: #fff;
}
#mcushion .menu__list {
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: min(23px, 23 / var(--basis-width) * 100vw);
  width: min(640px, 640 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#mcushion .menu__list li {
  width: min(308px, 308 / var(--basis-width) * 100vw);
  aspect-ratio: 308/180;
}
#mcushion .result__inner {
  padding-top: min(88px, calc((88 / var(--basis-width)) * 100vw));
  position: relative;
  aspect-ratio: 768/1372;
  background-image: url("../img/lp_mcushion/bg_result.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  filter: drop-shadow(min(0px, 0 / var(--basis-width) * 100vw) min(8px, 8 / var(--basis-width) * 100vw) min(6px, 6 / var(--basis-width) * 100vw) rgba(80, 71, 67, 0.14));
  will-change: filter;
}
#mcushion .result__inner h2 {
  padding-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
}
#mcushion .result__inner .img_01 {
  margin-top: min(85px, calc((85 / var(--basis-width)) * 100vw));
}
#mcushion .result__inner .txt_01 {
  margin-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(600px, 600 / var(--basis-width) * 100vw);
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
}
#mcushion .result__inner .img_02 {
  margin-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
}
#mcushion .result__inner .img_03 {
  margin-top: max(-160px, calc((-160 / var(--basis-width)) * 100vw));
}
#mcushion .review {
  padding-top: min(88px, calc((88 / var(--basis-width)) * 100vw));
  padding-bottom: min(144px, calc((144 / var(--basis-width)) * 100vw));
}
#mcushion .review h2 {
  padding-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
}
#mcushion .review .slider__wrap {
  margin-top: min(45px, calc((45 / var(--basis-width)) * 100vw));
}
#mcushion .review .slider .slick-prev,
#mcushion .review .slider .slick-next {
  border: 2px solid #fff;
  background: rgba(239, 210, 194, 0.7);
}
#mcushion .review .slider .slick-prev:before,
#mcushion .review .slider .slick-next:before {
  background-color: #fff;
}
#mcushion .review .slider .slick-dots li button {
  background-color: #dcc4bb;
}
#mcushion .review .slider .slick-dots li.slick-active button {
  background-color: #5d5146;
}
#mcushion .review .voice {
  background-color: #fff;
  filter: drop-shadow(min(0px, 0 / var(--basis-width) * 100vw) min(0px, 0 / var(--basis-width) * 100vw) min(10px, 10 / var(--basis-width) * 100vw) rgba(131, 104, 94, 0.5));
  will-change: filter;
  border-radius: min(100px, 100 / var(--basis-width) * 100vw);
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: min(50px, 50 / var(--basis-width) * 100vw) min(35px, 35 / var(--basis-width) * 100vw);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  grid-template-areas: "img img" "figure star" "figure ttl" "figure name" "txt txt" "note note";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto auto 1fr auto;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  text-align: left;
}
#mcushion .review .voice__img {
  margin-bottom: min(30px, calc((30 / var(--basis-width)) * 100vw));
  grid-area: img;
  width: min(480px, 480 / var(--basis-width) * 100vw);
  aspect-ratio: 1/1;
  margin-inline: auto;
  overflow: hidden;
  border-radius: min(30px, 30 / var(--basis-width) * 100vw);
}
#mcushion .review .voice__figure {
  margin-right: min(25px, calc((25 / var(--basis-width)) * 100vw));
  grid-area: figure;
  width: min(205px, 205 / var(--basis-width) * 100vw);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
#mcushion .review .voice__stars {
  grid-area: star;
  align-self: top;
}
#mcushion .review .voice__stars .star {
  display: inline-block;
  color: #ffdf2e;
  font-size: clamp(28px, 46 / var(--basis-width) * 100vw, 46px);
  font-weight: bold;
  line-height: 1em;
  text-indent: -0.1em;
  letter-spacing: -0.05em;
}
#mcushion .review .voice__ttl {
  grid-area: ttl;
  align-self: center;
  font-size: clamp(16px, 40 / var(--basis-width) * 100vw, 40px);
  font-weight: bold;
  line-height: 1.3em;
}
#mcushion .review .voice__name {
  grid-area: name;
  align-self: end;
  margin-top: min(5px, calc((5 / var(--basis-width)) * 100vw));
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  letter-spacing: -0.02em;
}
#mcushion .review .voice__txt {
  grid-area: txt;
  align-self: start;
  margin-top: min(30px, calc((30 / var(--basis-width)) * 100vw));
  margin-bottom: min(20px, calc((20 / var(--basis-width)) * 100vw));
  font-size: clamp(15px, 32 / var(--basis-width) * 100vw, 32px);
  text-align: justify;
}
#mcushion .review .voice__note {
  grid-area: note;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  text-align: center;
}
#mcushion .select {
  overflow: hidden;
  padding-top: min(88px, calc((88 / var(--basis-width)) * 100vw));
  background-color: #fff;
}
#mcushion .select h2 {
  padding-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
}
#mcushion .select__lead {
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
  padding-bottom: min(94px, calc((94 / var(--basis-width)) * 100vw));
}
#mcushion .select__lead.group_wrap::before {
  display: none;
}
#mcushion .select__lead.group_wrap::after {
  background-image: url("../img/lp_mcushion/bg_curve_01.png");
}
#mcushion .select__lead .notice {
  margin-top: min(65px, calc((65 / var(--basis-width)) * 100vw));
}
#mcushion .select__list {
  margin-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: min(12px, 12 / var(--basis-width) * 100vw);
       column-gap: min(12px, 12 / var(--basis-width) * 100vw);
  row-gap: min(50px, 50 / var(--basis-width) * 100vw);
  width: min(704px, 704 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#mcushion .select__list li {
  width: min(226px, 226 / var(--basis-width) * 100vw);
  aspect-ratio: 226/323;
}
#mcushion .select__list li a:target, #mcushion .select__list li a:visited, #mcushion .select__list li a:active, #mcushion .select__list li a:focus, #mcushion .select__list li a:focus-visible, #mcushion .select__list li a:focus-within, #mcushion .select__list li a:hover {
  text-decoration: none;
}
#mcushion .select__list li img {
  filter: drop-shadow(min(0px, 0 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw) rgba(165, 127, 112, 0.4));
  will-change: filter;
}
#mcushion .select__list li .caption {
  margin-top: min(25px, calc((25 / var(--basis-width)) * 100vw));
  font-size: min(26px, 26 / var(--basis-width) * 100vw);
  letter-spacing: -0.03em;
  white-space: nowrap;
}
#mcushion .select [id^=select_0].group_wrap {
  background-color: #fff9f5;
}
#mcushion .select [id^=select_0].group_wrap::after {
  background-image: url("../img/lp_mcushion/bg_curve_02.png");
}
#mcushion .select [id^=select_0].group_wrap:nth-child(odd) {
  background-image: linear-gradient(180deg, #f8e8e4 0%, #fff9f5 100%);
}
#mcushion .select [id^=select_0].group_wrap:nth-child(odd)::before {
  background-color: #f8e8e4;
}
#mcushion .select [id^=select_0].group_wrap:nth-child(odd) .type {
  background-color: #908781;
}
#mcushion .select [id^=select_0].group_wrap:nth-child(even) {
  background-image: linear-gradient(180deg, #fdf2e1 0%, #fff9f5 100%);
}
#mcushion .select [id^=select_0].group_wrap:nth-child(even)::before {
  background-color: #fdf2e1;
}
#mcushion .select [id^=select_0].group_wrap:nth-child(even) .type {
  background-color: #9d8961;
}
#mcushion .select [id^=select_0] {
  padding-top: min(70px, calc((70 / var(--basis-width)) * 100vw));
  padding-bottom: min(94px, calc((94 / var(--basis-width)) * 100vw));
}
#mcushion .select .tag_type {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(13px, 13 / var(--basis-width) * 100vw);
       column-gap: min(13px, 13 / var(--basis-width) * 100vw);
}
#mcushion .select .tag_type::before {
  content: "";
  position: absolute;
  top: max(-35px, -35 / var(--basis-width) * 100vw);
  left: max(-45px, -45 / var(--basis-width) * 100vw);
  display: block;
  width: min(100px, 100 / var(--basis-width) * 100vw);
  height: min(100px, 100 / var(--basis-width) * 100vw);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#mcushion .select #select_01 .tag_type::before, #select_01 #mcushion .select .tag_type::before {
  background-image: url("../img/lp_mcushion/ico_bulk_01.png");
}

#mcushion .select #select_02 .tag_type::before, #select_02 #mcushion .select .tag_type::before {
  background-image: url("../img/lp_mcushion/ico_bulk_02.png");
}

#mcushion .select #select_03 .tag_type::before, #select_03 #mcushion .select .tag_type::before {
  background-image: url("../img/lp_mcushion/ico_bulk_03.png");
}

#mcushion .select #select_03 .tag_type::before, #select_03 #mcushion .select .tag_type::before {
  background-image: url("../img/lp_mcushion/ico_bulk_03.png");
}

#mcushion .select #select_04 .tag_type::before, #select_04 #mcushion .select .tag_type::before {
  background-image: url("../img/lp_mcushion/ico_bulk_04.png");
}

#mcushion .select #select_05 .tag_type::before, #select_05 #mcushion .select .tag_type::before {
  background-image: url("../img/lp_mcushion/ico_bulk_05.png");
}

#mcushion .select .tag_type li img,
#mcushion .select .tag_type li {
  width: auto;
  height: clamp(24px, 52 / var(--basis-width) * 100vw, 52px);
}
#mcushion .select .catch {
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
}
#mcushion .select .catch + .notice {
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
}
#mcushion .select h3 {
  margin-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
  font-size: clamp(18px, 36 / var(--basis-width) * 100vw, 36px);
  line-height: 1.3333333333;
}
#mcushion .select .slider__wrap {
  margin-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
}
#mcushion .select .slider li img {
  width: min(704px, 704 / var(--basis-width) * 100vw);
}
#mcushion .select .size {
  margin-top: min(28px, calc((28 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: inline-block;
  border: 1px solid #8a7b76;
  padding: 0.4em 0.8em;
  line-height: 1em;
  color: #8a7b76;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
}
#mcushion .select .price_wrap {
  margin-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(704px, 704 / var(--basis-width) * 100vw);
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  -moz-column-gap: min(30px, 30 / var(--basis-width) * 100vw);
       column-gap: min(30px, 30 / var(--basis-width) * 100vw);
}
#mcushion .select .price_wrap li {
  width: -moz-min-content;
  width: min-content;
  overflow: hidden;
}
#mcushion .select .star_wrap .star .revico-star {
  margin: min(10px, 10 / var(--basis-width) * 100vw) auto 0;
}
@media screen and (max-width: 768px) {
  #mcushion .select .star_wrap .star .revico-star {
    margin: min(10px, 10 / var(--basis-width) * 100vw) auto max(-10px, -10 / var(--basis-width) * 100vw);
  }
}
#mcushion .select .type {
  margin-bottom: min(25px, calc((25 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: inline-block;
  background-color: #9d8961;
  border-radius: 100cqh;
  padding: 0.4em 1em;
  line-height: 1em;
  color: #fff;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
#mcushion .select .price-default {
  font-size: clamp(17px, 35 / var(--basis-width) * 100vw, 35px);
}
#mcushion .select .price-default .price {
  font-size: 148%;
  font-style: italic;
}
#mcushion .select .price-default .unit {
  font-size: 90%;
}
#mcushion .select .btn_wrap {
  margin-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
}
#mcushion .select .allcomponent {
  margin-top: min(70px, calc((70 / var(--basis-width)) * 100vw));
}
#mcushion .select .allcomponent .toggle--arrow,
#mcushion .select .allcomponent .toggle--adjust {
  width: min(297px, 297 / var(--basis-width) * 100vw);
  aspect-ratio: 297/73;
  padding-right: 1em;
  border: 1px solid var(--txt-color);
  font-size: clamp(13px, 26 / var(--basis-width) * 100vw, 26px);
}
#mcushion .select .allcomponent .toggle--arrow::after, #mcushion .select .allcomponent .toggle--arrow::before,
#mcushion .select .allcomponent .toggle--adjust::after,
#mcushion .select .allcomponent .toggle--adjust::before {
  width: 0.9em;
  height: 0.9em;
  background-color: var(--txt-color);
}
#mcushion .select .allcomponent .details_inner {
  padding: min(35px, 35 / var(--basis-width) * 100vw) min(28px, 28 / var(--basis-width) * 100vw);
  font-size: clamp(14px, 28 / var(--basis-width) * 100vw, 28px);
  text-align: left;
}
#mcushion .compare {
  position: relative;
  padding-top: min(30px, calc((30 / var(--basis-width)) * 100vw));
  padding-bottom: min(144px, calc((144 / var(--basis-width)) * 100vw));
  background-image: url("../img/lp_mcushion/bg_compare.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#mcushion .compare h2 {
  padding-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
}
#mcushion .compare.group_wrap::before {
  background-color: #f6e3df;
}
#mcushion .compare.group_wrap::after {
  display: none;
}
#mcushion .compare .slider__wrap {
  margin-top: min(44px, calc((44 / var(--basis-width)) * 100vw));
}
#mcushion .howtouse {
  position: relative;
}
#mcushion .howtouse::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(150px, 150 / var(--basis-width) * 100vw);
  background-color: #f6e3df;
  z-index: 0;
}
#mcushion .howtouse__inner {
  padding-top: min(65px, calc((65 / var(--basis-width)) * 100vw));
  padding-bottom: min(135px, calc((135 / var(--basis-width)) * 100vw));
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  filter: drop-shadow(min(0px, 0 / var(--basis-width) * 100vw) min(0px, 0 / var(--basis-width) * 100vw) min(10px, 10 / var(--basis-width) * 100vw) rgba(165, 127, 112, 0.2));
  will-change: filter;
  border-radius: min(100px, 100 / var(--basis-width) * 100vw);
}
#mcushion .howtouse h2 {
  padding-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
}
#mcushion .howtouse .video_wrap {
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
  width: min(640px, 640 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#mcushion .howtouse .notice {
  margin-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
}
#mcushion .exchange {
  padding-top: min(84px, calc((84 / var(--basis-width)) * 100vw));
  padding-bottom: min(144px, calc((144 / var(--basis-width)) * 100vw));
}
#mcushion .exchange h2 {
  padding-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
}
#mcushion .exchange h2 + .note_1em {
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
  width: -moz-fit-content;
  width: fit-content;
}
#mcushion .exchange .slider__wrap {
  margin-top: min(15px, calc((15 / var(--basis-width)) * 100vw));
}
#mcushion .exchange .slider .slick-prev,
#mcushion .exchange .slider .slick-next {
  border: 2px solid #fff;
  background: rgba(239, 210, 194, 0.7);
}
#mcushion .exchange .slider .slick-prev:before,
#mcushion .exchange .slider .slick-next:before {
  background-color: #fff;
}
#mcushion .exchange .slider .slick-dots li button {
  background-color: #dcc4bb;
}
#mcushion .exchange .slider .slick-dots li.slick-active button {
  background-color: #5d5146;
}
#mcushion .exchange .slider__item {
  width: min(704px, 704 / var(--basis-width) * 100vw);
  min-height: 100%;
  padding: min(50px, 50 / var(--basis-width) * 100vw) min(62px, 62 / var(--basis-width) * 100vw) min(40px, 40 / var(--basis-width) * 100vw);
  background-color: #fff;
  border-radius: min(100px, 100 / var(--basis-width) * 100vw);
  filter: drop-shadow(min(0px, 0 / var(--basis-width) * 100vw) min(0px, 0 / var(--basis-width) * 100vw) min(10px, 10 / var(--basis-width) * 100vw) rgba(131, 104, 94, 0.5));
  will-change: filter;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  text-align: left;
}
#mcushion .exchange .slider .img_wrap {
  width: min(578px, 578 / var(--basis-width) * 100vw);
  aspect-ratio: 578/394;
  overflow: hidden;
  border-radius: min(30px, 30 / var(--basis-width) * 100vw);
}
#mcushion .exchange .slider .num {
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
  margin-bottom: min(25px, calc((25 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(64px, 64 / var(--basis-width) * 100vw);
  aspect-ratio: 1/1;
}
#mcushion .exchange .slider p + * {
  margin-top: 0.6em;
}
#mcushion .exchange .slider .note_1em,
#mcushion .exchange .slider .notice {
  margin-top: min(25px, calc((25 / var(--basis-width)) * 100vw));
  color: #b47d90;
}
#mcushion .faq {
  margin-top: min(20px, calc((20 / var(--basis-width)) * 100vw));
  padding-top: min(124px, calc((124 / var(--basis-width)) * 100vw));
}
#mcushion .faq__inner {
  padding-top: min(130px, calc((130 / var(--basis-width)) * 100vw));
  padding-bottom: min(144px, calc((144 / var(--basis-width)) * 100vw));
  position: relative;
  background-color: #f5e7dc;
  border-top-left-radius: min(360px, 360 / var(--basis-width) * 100vw);
  border-top-right-radius: min(360px, 360 / var(--basis-width) * 100vw);
}
#mcushion .faq__icon {
  position: absolute;
  top: max(-110px, -110 / var(--basis-width) * 100vw);
  left: 35%;
  width: min(219px, 219 / var(--basis-width) * 100vw);
}
#mcushion .faq h2 {
  width: min(391px, 391 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#mcushion .faq__list {
  margin-top: min(66px, calc((66 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(704px, 704 / var(--basis-width) * 100vw);
  display: flex;
  flex-direction: column;
  row-gap: min(8px, 8 / var(--basis-width) * 100vw);
}
#mcushion .faq__list .ico_a,
#mcushion .faq__list .ico_q {
  position: absolute;
  top: 48%;
  left: min(62px, 62 / var(--basis-width) * 100vw);
  transform: translate(-100%, -50%);
  color: #efd2c2;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  font-weight: bold;
  line-height: 1em;
}
#mcushion .faq__list .ico_a {
  top: 0.2em;
  transform: translateX(-100%);
  color: var(--txt-color);
}
#mcushion .faq__list .details_inner {
  position: relative;
  margin: min(40px, 40 / var(--basis-width) * 100vw) auto;
  padding-left: min(70px, calc((70 / var(--basis-width)) * 100vw));
  padding-right: min(65px, calc((65 / var(--basis-width)) * 100vw));
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  text-align: left;
}
#mcushion .faq__list .details_inner * {
  font-size: inherit;
}
#mcushion .faq__list .details_inner &gt; * + * {
  margin-top: 0.8em;
}
#mcushion .faq__list .toggle--adjust {
  justify-content: flex-start;
  width: 100%;
  aspect-ratio: 704/132;
  padding-left: min(70px, calc((70 / var(--basis-width)) * 100vw));
  padding-right: min(65px, calc((65 / var(--basis-width)) * 100vw));
  background-color: #fff;
  border: none;
  color: var(--txt-color);
  font-size: clamp(14px, 29 / var(--basis-width) * 100vw, 29px);
  text-align: left;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 360px) {
  #mcushion .faq__list .toggle--adjust {
    aspect-ratio: 704/170;
  }
}
#mcushion .faq__list .toggle--adjust::after, #mcushion .faq__list .toggle--adjust::before {
  width: 0.9em;
  height: 0.9em;
  background-color: var(--txt-color);
  right: min(30px, 30 / var(--basis-width) * 100vw);
}
#mcushion .faq__caution {
  margin-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#mcushion .faq__caution .details {
  width: min(704px, 704 / var(--basis-width) * 100vw);
  background-color: #fff;
  border-bottom: 1px solid #f5e7dc;
}
#mcushion .faq__caution .details_inner {
  margin: min(40px, 40 / var(--basis-width) * 100vw) min(34px, 34 / var(--basis-width) * 100vw);
  padding: min(35px, 35 / var(--basis-width) * 100vw) min(30px, 30 / var(--basis-width) * 100vw);
  background-color: #ebebeb;
  font-size: clamp(14px, 28 / var(--basis-width) * 100vw, 28px);
  text-align: left;
}
#mcushion .faq__caution .toggle--adjust {
  width: 100%;
  aspect-ratio: 704/132;
  padding-right: 1em;
  background-color: #f5e7dc;
  border: 2px solid #83685e;
  color: #83685e;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  font-weight: bold;
}
#mcushion .faq__caution .toggle--adjust::after, #mcushion .faq__caution .toggle--adjust::before {
  width: 0.9em;
  height: 0.9em;
  background-color: #83685e;
}
#mcushion .faq__caution .toggle--arrow {
  margin-bottom: min(40px, calc((40 / var(--basis-width)) * 100vw));
  width: min(297px, 297 / var(--basis-width) * 100vw);
  aspect-ratio: 297/73;
  padding-right: 1em;
  background-color: transparent;
  border: 1px solid var(--txt-color);
  font-size: clamp(13px, 26 / var(--basis-width) * 100vw, 26px);
  font-weight: normal;
}
#mcushion .faq__caution .toggle--arrow::after, #mcushion .faq__caution .toggle--arrow::before {
  width: 0.9em;
  height: 0.9em;
  background-color: var(--txt-color);
}
#mcushion .products {
  padding-top: min(84px, calc((84 / var(--basis-width)) * 100vw));
  background-image: linear-gradient(180deg, #f9efe8 0%, #faf1f0 100%);
}
#mcushion .products h2 {
  padding-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
}
#mcushion .products .item {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 7;
  grid-template-areas: "thumb_wrap" "name" "star" "shipping" "price" "btn_wrap" "view_details";
  row-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
  padding: 0;
  margin: 0;
}
#mcushion .products .item__list {
  margin-top: min(65px, calc((65 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(640px, 640 / var(--basis-width) * 100vw);
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, min(300px, 300 / var(--basis-width) * 100vw));
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
@media screen and (max-width: 500px) {
  #mcushion .products .item__list {
    width: min(704px, 704 / var(--basis-width) * 100vw);
    grid-template-columns: repeat(2, min(330px, 330 / var(--basis-width) * 100vw));
  }
}
#mcushion .products .item:nth-of-type(n+3) {
  margin: min(80px, 80 / var(--basis-width) * 100vw) 0 0;
}
#mcushion .products .item .thumb_wrap {
  grid-area: thumb_wrap;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
#mcushion .products .item .name {
  grid-area: name;
  margin-top: min(30px, calc((30 / var(--basis-width)) * 100vw));
  margin: 0.8em auto 0;
  font-size: clamp(14px, 32 / var(--basis-width) * 100vw, 32px);
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  word-break: auto-phrase;
}
#mcushion .products .item .star_wrap {
  grid-area: star;
}
#mcushion .products .item .star_wrap .star .revico-star {
  margin: min(10px, 10 / var(--basis-width) * 100vw) auto max(-10px, -10 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 768px) {
  #mcushion .products .item .star_wrap .star .revico-star {
    margin: 0 auto max(-10px, -10 / var(--basis-width) * 100vw);
  }
}
#mcushion .products .item .shipping {
  grid-area: shipping;
}
#mcushion .products .item .shipping .mailshippingfree {
  margin-top: min(30px, calc((30 / var(--basis-width)) * 100vw));
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
}
#mcushion .products .item .price {
  grid-area: price;
}
#mcushion .products .item .price .price-default {
  margin-top: min(10px, calc((10 / var(--basis-width)) * 100vw));
  font-size: clamp(14px, 32 / var(--basis-width) * 100vw, 32px);
}
#mcushion .products .item .price .price-default .price {
  font-style: italic;
  font-size: 150%;
}
#mcushion .products .item .price .price-default .unit {
  font-size: 90%;
}
#mcushion .products .item .price .price-cp {
  font-size: clamp(21px, 44 / var(--basis-width) * 100vw, 44px);
}
#mcushion .products .item .price .price-cp .price {
  font-size: inherit;
}
#mcushion .products .item .price .price-cp .unit {
  font-size: 60%;
}
#mcushion .products .item .btn_wrap {
  grid-area: btn_wrap;
  margin-top: min(30px, calc((30 / var(--basis-width)) * 100vw));
}
#mcushion .products .item .view_details {
  grid-area: view_details;
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
}
#mcushion .otheritems {
  padding-top: min(75px, calc((75 / var(--basis-width)) * 100vw));
  padding-bottom: min(70px, calc((70 / var(--basis-width)) * 100vw));
  background-color: #faf1f0;
}
#mcushion .otheritems h2 {
  padding-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
}
#mcushion .otheritems__list li {
  width: min(640px, 640 / var(--basis-width) * 100vw);
}
#mcushion .otheritems__list .item {
  min-height: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto 1fr auto;
  row-gap: 0;
  -moz-column-gap: min(20px, 20 / var(--basis-width) * 100vw);
       column-gap: min(20px, 20 / var(--basis-width) * 100vw);
  grid-template-areas: "thumb_wrap name" "thumb_wrap star" "thumb_wrap price" "btn_wrap btn_wrap" "view_details view_details";
}
#mcushion .otheritems__list .item .thumb_wrap {
  grid-area: thumb_wrap;
  width: min(280px, 280 / var(--basis-width) * 100vw);
  height: -moz-fit-content;
  height: fit-content;
}
#mcushion .otheritems__list .item .name {
  grid-area: name;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: left;
  word-break: auto-phrase;
}
#mcushion .otheritems__list .item .star_wrap {
  grid-area: star;
  align-self: end;
  height: -moz-fit-content;
  height: fit-content;
}
#mcushion .otheritems__list .item .star_wrap .star {
  margin: 0;
  transform-origin: left center;
}
#mcushion .otheritems__list .item .star_wrap .star .revico-star {
  margin: min(20px, 20 / var(--basis-width) * 100vw) auto 0;
}
@media screen and (max-width: 768px) {
  #mcushion .otheritems__list .item .star_wrap .star .revico-star {
    margin: 0 auto max(-10px, -10 / var(--basis-width) * 100vw);
  }
}
#mcushion .otheritems__list .item .price {
  grid-area: price;
  align-self: end;
  height: -moz-fit-content;
  height: fit-content;
}
#mcushion .otheritems__list .item .price .price-default {
  margin-top: min(10px, calc((10 / var(--basis-width)) * 100vw));
  display: block;
  text-align: left;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
}
@media screen and (max-width: 768px) {
  #mcushion .otheritems__list .item .price .price-default {
    margin-top: min(20px, calc((20 / var(--basis-width)) * 100vw));
  }
}
#mcushion .otheritems__list .item .price .price-default .price {
  font-style: italic;
  font-size: 150%;
}
#mcushion .otheritems__list .item .price .price-default .unit {
  font-size: 90%;
}
#mcushion .otheritems__list .item .btn_wrap {
  grid-area: btn_wrap;
  align-self: end;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#mcushion .otheritems__list .item .view_details {
  grid-area: view_details;
  align-self: end;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
  font-size: clamp(15px, 32 / var(--basis-width) * 100vw, 32px);
}
#mcushion .end {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .block-page-caption,
  .block-page-freespace--top,
  .block-page-freespace--bottom,
  .block-page-block--contents,
  .block-page-block {
    margin: 0;
  }
}
@media screen and (max-width: 768px) and (any-hover: hover) {
  #mcushion a:hover,
  #mcushion a *:hover,
  #mcushion button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #mcushion a:active,
  #mcushion a:focus,
  #mcushion button:active {
    opacity: var(--opacity);
  }
}/*# sourceMappingURL=lp_mcushion.css.map */</pre></body></html>