:root {
  --main-color: #fff;
  --main-rgb: 255, 255, 255;
  --base-color: #69a3d8;
  --opacity: 0.7;
  --basis-width: 640;
  --txt-color: #595757;
  --accent-color: #ffa5c8;
}

.img_overlay {
  max-width: 100%;
  text-align: center;
  position: relative;
  background-image: url("https://www.misshajp.com/contents/img/lp_missha2025/bg.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
}

#missha2025 {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  text-align: center;
  overflow-wrap: anywhere;
  line-break: strict;
}
#missha2025 h2, #missha2025 h3, #missha2025 h4, #missha2025 h5, #missha2025 h6 {
  color: inherit;
  font-weight: normal;
}
#missha2025 a {
  color: inherit;
  transition: 0.5s;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#missha2025 a:hover {
  opacity: var(--opacity);
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#missha2025 a:focus {
  text-decoration: none;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#missha2025 a:link, #missha2025 a:active, #missha2025 a:hover, #missha2025 a:focus {
  outline: none !important;
  -moz-outline-style: none;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#missha2025 .noneUL:target, #missha2025 .noneUL:visited, #missha2025 .noneUL:active, #missha2025 .noneUL:focus, #missha2025 .noneUL:focus-visible, #missha2025 .noneUL:focus-within, #missha2025 .noneUL:hover {
  text-decoration: none;
}
#missha2025 img {
  display: block;
  margin-inline: auto;
  height: auto;
}
#missha2025 button {
  padding: 0;
  border: none;
  color: inherit;
  font: inherit;
  background: none;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#missha2025 button:hover {
  opacity: var(--opacity);
}
#missha2025 picture {
  display: block;
  margin-inline: auto;
}
#missha2025 b, #missha2025 strong {
  font-weight: 600;
  font-weight: bold;
}
#missha2025 .ul {
  text-decoration: underline;
}
#missha2025 .alL {
  text-align: left;
}
#missha2025 .alR {
  text-align: right;
}
#missha2025 .alC {
  text-align: center;
}
#missha2025 .alJ {
  text-align: justify;
}
#missha2025 .d-pc {
  display: unset;
}
@media screen and (max-width: 768px) {
  #missha2025 .d-pc {
    display: none !important;
  }
}
#missha2025 .d-sb {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #missha2025 .d-sb {
    display: unset !important;
  }
}
#missha2025 .mt_xs {
  margin-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#missha2025 .mb_xs {
  margin-bottom: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#missha2025 .mt_s {
  margin-top: min(65px, calc((65 / var(--basis-width)) * 100vw));
}
#missha2025 .mb_s {
  margin-bottom: min(65px, calc((65 / var(--basis-width)) * 100vw));
}
#missha2025 .mt_m {
  margin-top: min(80px, calc((80 / var(--basis-width)) * 100vw));
}
#missha2025 .mb_m {
  margin-bottom: min(80px, calc((80 / var(--basis-width)) * 100vw));
}
#missha2025 .mt_l {
  margin-top: min(202px, calc((202 / var(--basis-width)) * 100vw));
}
#missha2025 .mb_l {
  margin-bottom: min(202px, calc((202 / var(--basis-width)) * 100vw));
}
#missha2025 .pt_xs {
  padding-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#missha2025 .pb_xs {
  padding-bottom: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#missha2025 .pt_s {
  padding-top: min(65px, calc((65 / var(--basis-width)) * 100vw));
}
#missha2025 .pb_s {
  padding-bottom: min(65px, calc((65 / var(--basis-width)) * 100vw));
}
#missha2025 .pt_m {
  padding-top: min(80px, calc((80 / var(--basis-width)) * 100vw));
}
#missha2025 .pb_m {
  padding-bottom: min(80px, calc((80 / var(--basis-width)) * 100vw));
}
#missha2025 .pt_l {
  padding-top: min(202px, calc((202 / var(--basis-width)) * 100vw));
}
#missha2025 .pb_l {
  padding-bottom: min(202px, calc((202 / var(--basis-width)) * 100vw));
}
#missha2025 .mt_-30 {
  margin-top: max(-30px, -30 / var(--basis-width) * 100vw);
}
#missha2025 .mb_-30 {
  margin-bottom: max(-30px, -30 / var(--basis-width) * 100vw);
}
#missha2025 .mt_-20 {
  margin-top: max(-20px, -20 / var(--basis-width) * 100vw);
}
#missha2025 .mb_-20 {
  margin-bottom: max(-20px, -20 / var(--basis-width) * 100vw);
}
#missha2025 .mt_-10 {
  margin-top: max(-10px, -10 / var(--basis-width) * 100vw);
}
#missha2025 .mb_-10 {
  margin-bottom: max(-10px, -10 / var(--basis-width) * 100vw);
}
#missha2025 .mt_-5 {
  margin-top: max(-5px, -5 / var(--basis-width) * 100vw);
}
#missha2025 .mb_-5 {
  margin-bottom: max(-5px, -5 / var(--basis-width) * 100vw);
}
#missha2025 .mt_0 {
  margin-top: 0 !important;
}
#missha2025 .mb_0 {
  margin-bottom: 0 !important;
}
#missha2025 .mt_10 {
  margin-top: min(10px, 10 / var(--basis-width) * 100vw);
}
#missha2025 .mb_10 {
  margin-bottom: min(10px, 10 / var(--basis-width) * 100vw);
}
#missha2025 .mt_20 {
  margin-top: min(20px, 20 / var(--basis-width) * 100vw);
}
#missha2025 .mb_20 {
  margin-bottom: min(20px, 20 / var(--basis-width) * 100vw);
}
#missha2025 .mt_30 {
  margin-top: min(30px, 30 / var(--basis-width) * 100vw);
}
#missha2025 .mb_30 {
  margin-bottom: min(30px, 30 / var(--basis-width) * 100vw);
}
#missha2025 .mt_40 {
  margin-top: min(40px, 40 / var(--basis-width) * 100vw);
}
#missha2025 .mb_40 {
  margin-bottom: min(40px, 40 / var(--basis-width) * 100vw);
}
#missha2025 .mt_50 {
  margin-top: min(50px, 50 / var(--basis-width) * 100vw);
}
#missha2025 .mb_50 {
  margin-bottom: min(50px, 50 / var(--basis-width) * 100vw);
}
#missha2025 .mt_60 {
  margin-top: min(60px, 60 / var(--basis-width) * 100vw);
}
#missha2025 .mb_60 {
  margin-bottom: min(60px, 60 / var(--basis-width) * 100vw);
}
#missha2025 .mt_70 {
  margin-top: min(70px, 70 / var(--basis-width) * 100vw);
}
#missha2025 .mb_70 {
  margin-bottom: min(70px, 70 / var(--basis-width) * 100vw);
}
#missha2025 .mt_80 {
  margin-top: min(80px, 80 / var(--basis-width) * 100vw);
}
#missha2025 .mb_80 {
  margin-bottom: min(80px, 80 / var(--basis-width) * 100vw);
}
#missha2025 .mt_90 {
  margin-top: min(90px, 90 / var(--basis-width) * 100vw);
}
#missha2025 .mb_90 {
  margin-bottom: min(90px, 90 / var(--basis-width) * 100vw);
}
#missha2025 .mt_100 {
  margin-top: min(100px, 100 / var(--basis-width) * 100vw);
}
#missha2025 .mb_100 {
  margin-bottom: min(100px, 100 / var(--basis-width) * 100vw);
}
#missha2025 .mt_110 {
  margin-top: min(110px, 110 / var(--basis-width) * 100vw);
}
#missha2025 .mb_110 {
  margin-bottom: min(110px, 110 / var(--basis-width) * 100vw);
}
#missha2025 .mt_120 {
  margin-top: min(120px, 120 / var(--basis-width) * 100vw);
}
#missha2025 .mb_120 {
  margin-bottom: min(120px, 120 / var(--basis-width) * 100vw);
}
#missha2025 .mt_130 {
  margin-top: min(130px, 130 / var(--basis-width) * 100vw);
}
#missha2025 .mb_130 {
  margin-bottom: min(130px, 130 / var(--basis-width) * 100vw);
}
#missha2025 .mt_140 {
  margin-top: min(140px, 140 / var(--basis-width) * 100vw);
}
#missha2025 .mb_140 {
  margin-bottom: min(140px, 140 / var(--basis-width) * 100vw);
}
#missha2025 .mt_150 {
  margin-top: min(150px, 150 / var(--basis-width) * 100vw);
}
#missha2025 .mb_150 {
  margin-bottom: min(150px, 150 / var(--basis-width) * 100vw);
}
#missha2025 .mt_160 {
  margin-top: min(160px, 160 / var(--basis-width) * 100vw);
}
#missha2025 .mb_160 {
  margin-bottom: min(160px, 160 / var(--basis-width) * 100vw);
}
#missha2025 .pt_-30 {
  padding-top: max(-30px, -30 / var(--basis-width) * 100vw);
}
#missha2025 .pb_-30 {
  padding-bottom: max(-30px, -30 / var(--basis-width) * 100vw);
}
#missha2025 .pt_-20 {
  padding-top: max(-20px, -20 / var(--basis-width) * 100vw);
}
#missha2025 .pb_-20 {
  padding-bottom: max(-20px, -20 / var(--basis-width) * 100vw);
}
#missha2025 .pt_-10 {
  padding-top: max(-10px, -10 / var(--basis-width) * 100vw);
}
#missha2025 .pb_-10 {
  padding-bottom: max(-10px, -10 / var(--basis-width) * 100vw);
}
#missha2025 .pt_-5 {
  padding-top: max(-5px, -5 / var(--basis-width) * 100vw);
}
#missha2025 .pb_-5 {
  padding-bottom: max(-5px, -5 / var(--basis-width) * 100vw);
}
#missha2025 .pt_0 {
  padding-top: 0 !important;
}
#missha2025 .pb_0 {
  padding-bottom: 0 !important;
}
#missha2025 .pt_10 {
  padding-top: min(10px, 10 / var(--basis-width) * 100vw);
}
#missha2025 .pb_10 {
  padding-bottom: min(10px, 10 / var(--basis-width) * 100vw);
}
#missha2025 .pt_20 {
  padding-top: min(20px, 20 / var(--basis-width) * 100vw);
}
#missha2025 .pb_20 {
  padding-bottom: min(20px, 20 / var(--basis-width) * 100vw);
}
#missha2025 .pt_30 {
  padding-top: min(30px, 30 / var(--basis-width) * 100vw);
}
#missha2025 .pb_30 {
  padding-bottom: min(30px, 30 / var(--basis-width) * 100vw);
}
#missha2025 .pt_40 {
  padding-top: min(40px, 40 / var(--basis-width) * 100vw);
}
#missha2025 .pb_40 {
  padding-bottom: min(40px, 40 / var(--basis-width) * 100vw);
}
#missha2025 .pt_50 {
  padding-top: min(50px, 50 / var(--basis-width) * 100vw);
}
#missha2025 .pb_50 {
  padding-bottom: min(50px, 50 / var(--basis-width) * 100vw);
}
#missha2025 .pt_60 {
  padding-top: min(60px, 60 / var(--basis-width) * 100vw);
}
#missha2025 .pb_60 {
  padding-bottom: min(60px, 60 / var(--basis-width) * 100vw);
}
#missha2025 .pt_70 {
  padding-top: min(70px, 70 / var(--basis-width) * 100vw);
}
#missha2025 .pb_70 {
  padding-bottom: min(70px, 70 / var(--basis-width) * 100vw);
}
#missha2025 .pt_80 {
  padding-top: min(80px, 80 / var(--basis-width) * 100vw);
}
#missha2025 .pb_80 {
  padding-bottom: min(80px, 80 / var(--basis-width) * 100vw);
}
#missha2025 .pt_90 {
  padding-top: min(90px, 90 / var(--basis-width) * 100vw);
}
#missha2025 .pb_90 {
  padding-bottom: min(90px, 90 / var(--basis-width) * 100vw);
}
#missha2025 .pt_100 {
  padding-top: min(100px, 100 / var(--basis-width) * 100vw);
}
#missha2025 .pb_100 {
  padding-bottom: min(100px, 100 / var(--basis-width) * 100vw);
}
#missha2025 .pt_110 {
  padding-top: min(110px, 110 / var(--basis-width) * 100vw);
}
#missha2025 .pb_110 {
  padding-bottom: min(110px, 110 / var(--basis-width) * 100vw);
}
#missha2025 .pt_120 {
  padding-top: min(120px, 120 / var(--basis-width) * 100vw);
}
#missha2025 .pb_120 {
  padding-bottom: min(120px, 120 / var(--basis-width) * 100vw);
}
#missha2025 .pt_130 {
  padding-top: min(130px, 130 / var(--basis-width) * 100vw);
}
#missha2025 .pb_130 {
  padding-bottom: min(130px, 130 / var(--basis-width) * 100vw);
}
#missha2025 .pt_140 {
  padding-top: min(140px, 140 / var(--basis-width) * 100vw);
}
#missha2025 .pb_140 {
  padding-bottom: min(140px, 140 / var(--basis-width) * 100vw);
}
#missha2025 .pt_150 {
  padding-top: min(150px, 150 / var(--basis-width) * 100vw);
}
#missha2025 .pb_150 {
  padding-bottom: min(150px, 150 / var(--basis-width) * 100vw);
}
#missha2025 .pt_160 {
  padding-top: min(160px, 160 / var(--basis-width) * 100vw);
}
#missha2025 .pb_160 {
  padding-bottom: min(160px, 160 / var(--basis-width) * 100vw);
}
#missha2025 .fontXS {
  font-size: 80%;
}
#missha2025 .fontS {
  font-size: 90%;
}
#missha2025 .fontM {
  font-size: 110%;
}
#missha2025 .fontL {
  font-size: 125%;
}
#missha2025 .fontXL {
  font-size: 140%;
}
#missha2025 .notice {
  margin-inline: auto;
  max-width: min(600px, 600 / var(--basis-width) * 100vw);
  font-size: clamp(12px, 18 / var(--basis-width) * 100vw, 18px);
  line-height: calc(33 / 24);
  text-align: left;
}
#missha2025 .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;
}
#missha2025 .note {
  margin-inline: auto;
  max-width: min(600px, 600 / var(--basis-width) * 100vw);
}
#missha2025 .note li {
  display: block;
  margin: 0.2em auto;
  font-size: clamp(12px, 18 / var(--basis-width) * 100vw, 18px);
  text-align: center;
}
#missha2025 span.note_1em,
#missha2025 p.note_1em,
#missha2025 .note_1em dd,
#missha2025 .note_1em li {
  display: block;
  margin: 0.2em 0;
  text-indent: -1em;
  padding-left: 1em;
  font-size: clamp(12px, 18 / var(--basis-width) * 100vw, 18px);
  text-align: left;
}
#missha2025 span.note_2em,
#missha2025 p.note_2em,
#missha2025 .note_2em dd,
#missha2025 .note_2em li {
  display: block;
  margin: 0.2em 0;
  text-indent: -2em;
  padding-left: 2em;
  font-size: clamp(12px, 18 / var(--basis-width) * 100vw, 18px);
  text-align: left;
}
#missha2025 .notice,
#missha2025 .note,
#missha2025 .note_1em,
#missha2025 .note_2em {
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(600px, 600 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#missha2025 .note_free {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
  max-width: min(600px, 600 / var(--basis-width) * 100vw);
  font-size: clamp(12px, 18 / var(--basis-width) * 100vw, 18px);
  text-align: justify;
}
#missha2025 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;
}
#missha2025 sup.narrow {
  margin-left: -0.8em;
}
#missha2025 sup.wide {
  margin-left: -0.1em;
  margin-right: 0;
}
#missha2025 .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);
}
#missha2025 .vid_contents:has(iframe) {
  padding-top: 56.25%;
}
#missha2025 .vid_contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#missha2025 .vid_main {
  width: 100%;
}
#missha2025 video {
  width: 100%;
}
#missha2025 .toggle--arrow,
#missha2025 .toggle--adjust {
  position: relative;
  width: 100%;
  aspect-ratio: 602/112;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding: 0.95em 2em 0.95em 0.5em;
  list-style: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid var(--txt-color);
  border-radius: min(12px, 12 / var(--basis-width) * 100vw);
  font-size: clamp(15px, 26 / var(--basis-width) * 100vw, 26px);
  -webkit-tap-highlight-color: transparent;
  filter: drop-shadow(min(8px, 8 / var(--basis-width) * 100vw) min(8px, 8 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw) rgba(0, 0, 0, 0.5));
  will-change: filter;
}
#missha2025 .toggle--arrow::after, #missha2025 .toggle--arrow::before,
#missha2025 .toggle--adjust::after,
#missha2025 .toggle--adjust::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  display: block;
  width: 0.9em;
  height: 0.9em;
  background-color: #000;
  clip-path: inset(47% 0 47% 0);
  transform: translateY(-50%);
  transition: 0.2s;
}
#missha2025 .toggle--arrow::after,
#missha2025 .toggle--adjust::after {
  clip-path: inset(0 47% 0 47%);
}
#missha2025 .toggle--arrow::after {
  display: none;
}
#missha2025 .details[open] > .toggle--adjust::after {
  transform: rotate(90deg) translate(-50%, 0%);
}
#missha2025 summary::-webkit-details-marker {
  display: none;
}
#missha2025 .details {
  width: min(500px, 500 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#missha2025 .details_inner {
  margin-top: min(28px, calc((28 / var(--basis-width)) * 100vw));
  margin-bottom: min(23px, calc((23 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: 90%;
  font-size: clamp(14px, 22 / var(--basis-width) * 100vw, 22px) !important;
  text-align: left;
}
#missha2025 .details_inner p,
#missha2025 .details_inner h3,
#missha2025 .details_inner h4,
#missha2025 .details_inner .note_1em li,
#missha2025 .details_inner p.note_1em {
  max-width: none;
  width: auto !important;
  width: 100%;
  margin-inline: 0;
  font-size: clamp(14px, 22 / var(--basis-width) * 100vw, 22px) !important;
}
#missha2025 .details_inner h3,
#missha2025 .details_inner h4 {
  margin-top: min(23px, calc((23 / var(--basis-width)) * 100vw));
  color: #000;
  font-weight: 500;
}
#missha2025 .details_inner > h3:nth-of-type(1),
#missha2025 .details_inner > h4:nth-of-type(1) {
  margin-top: 0;
}
#missha2025 .details_inner p.note_1em {
  margin: 0 0 0.2em !important;
}
#missha2025 .price-default {
  display: inline-block;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  white-space: nowrap;
  line-height: 1.2em;
}
#missha2025 .price-default .delline {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.15em;
  margin-left: 0.15em;
}
#missha2025 .price-default .delline::after {
  content: "";
  position: absolute;
  top: 48%;
  left: -1%;
  display: block;
  width: 102%;
  height: 1px;
  background-color: var(--txt-color);
}
#missha2025 .price-default .price {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  margin-right: 0.1em;
}
#missha2025 .price-default .unit {
  display: inline-block;
  font-size: 80%;
  letter-spacing: 0.01em;
  transform: translateY(-0.1em);
}
#missha2025 .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;
}
#missha2025 .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) {
  #missha2025 .price-cp .price {
    letter-spacing: 0;
  }
}
#missha2025 .price-cp .unit {
  display: inline-block;
  color: inherit;
  font-size: 60%;
  letter-spacing: 0.01em;
  transform: translateY(-0.05em);
}
#missha2025 .revico-star {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#missha2025 .revico-star .revico-star-simple {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#missha2025 .revico-star #revico-star-simple-wrapper {
  display: flex;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
#missha2025 .revico-star .revico-star-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#missha2025 .revico-star .starability-result {
  height: 28px !important;
}
#missha2025 .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;
}
#missha2025 .revico-star .revico-star-block--title {
  margin-left: -3px;
  margin-right: 0;
  color: var(--txt-color);
  font-size: 20px;
  letter-spacing: 0;
}
#missha2025 .revico-star .revico-star-block--rate {
  top: auto !important;
  transform: scale(1) !important;
  margin-left: 0;
  margin-right: 5px;
}
#missha2025 .star_wrap {
  overflow: hidden;
}
#missha2025 .star_wrap .star {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: scale(1);
  transform-origin: center center;
  text-align: center;
  overflow-wrap: normal;
}
#missha2025 .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) {
  #missha2025 .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: 620px) {
  #missha2025 .star_wrap .star {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 580px) {
  #missha2025 .star_wrap .star {
    transform: scale(0.94);
  }
}
@media screen and (max-width: 540px) {
  #missha2025 .star_wrap .star {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 500px) {
  #missha2025 .star_wrap .star {
    transform: scale(0.86);
  }
}
@media screen and (max-width: 460px) {
  #missha2025 .star_wrap .star {
    transform: scale(0.82);
  }
}
@media screen and (max-width: 420px) {
  #missha2025 .star_wrap .star {
    transform: scale(0.78);
  }
}
@media screen and (max-width: 380px) {
  #missha2025 .star_wrap .star {
    transform: scale(0.74);
  }
}
@media screen and (max-width: 340px) {
  #missha2025 .star_wrap .star {
    transform: scale(0.7);
  }
}
#missha2025 .star_wrap.half {
  align-content: center;
}
#missha2025 .star_wrap.half .star {
  transform: scale(1);
}
@media screen and (max-width: 760px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 740px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.96);
  }
}
@media screen and (max-width: 720px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.94);
  }
}
@media screen and (max-width: 700px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.92);
  }
}
@media screen and (max-width: 680px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 660px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.88);
  }
}
@media screen and (max-width: 640px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.86);
  }
}
@media screen and (max-width: 620px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.84);
  }
}
@media screen and (max-width: 600px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.82);
  }
}
@media screen and (max-width: 590px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.81);
  }
}
@media screen and (max-width: 580px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 570px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.79);
  }
}
@media screen and (max-width: 560px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.78);
  }
}
@media screen and (max-width: 550px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.77);
  }
}
@media screen and (max-width: 540px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.76);
  }
}
@media screen and (max-width: 530px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.75);
  }
}
@media screen and (max-width: 520px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.74);
  }
}
@media screen and (max-width: 510px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.73);
  }
}
@media screen and (max-width: 500px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.72);
  }
}
@media screen and (max-width: 490px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.71);
  }
}
@media screen and (max-width: 480px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.7) translateX(-5px);
  }
}
@media screen and (max-width: 470px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.69) translateX(-10px);
  }
}
@media screen and (max-width: 460px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.68) translateX(-15px);
  }
}
@media screen and (max-width: 450px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.67) translateX(-20px);
  }
}
@media screen and (max-width: 440px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.66) translateX(-25px);
  }
}
@media screen and (max-width: 430px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.65) translateX(-30px);
  }
}
@media screen and (max-width: 420px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.64) translateX(-35px);
  }
}
@media screen and (max-width: 410px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.63) translateX(-40px);
  }
}
@media screen and (max-width: 400px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.62) translateX(-45px);
  }
}
@media screen and (max-width: 390px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.61) translateX(-50px);
  }
}
@media screen and (max-width: 380px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.6) translateX(-55px);
  }
}
@media screen and (max-width: 370px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.59) translateX(-60px);
  }
}
@media screen and (max-width: 360px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.58) translateX(-65px);
  }
}
@media screen and (max-width: 350px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.57) translateX(-70px);
  }
}
@media screen and (max-width: 340px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.56) translateX(-75px);
  }
}
@media screen and (max-width: 330px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.55) translateX(-80px);
  }
}
@media screen and (max-width: 320px) {
  #missha2025 .star_wrap.half .star {
    transform: scale(0.54) translateX(-85px);
  }
}
#missha2025 .slider {
  display: none;
  margin-inline: auto;
}
#missha2025 .slider__wrap {
  padding-bottom: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#missha2025 .slider__wrap:has(.slick-dots li:only-of-type) {
  padding-bottom: 0;
}
#missha2025 .slider:has(.slick-dots li:only-of-type) {
  padding-bottom: 0;
}
#missha2025 .slider.slick-initialized {
  display: block;
}
#missha2025 .slider .slick-track {
  display: flex;
}
#missha2025 .slider li.slick-slide {
  height: auto !important;
}
#missha2025 .slider .slick-prev,
#missha2025 .slider .slick-next {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(60px, 60 / var(--basis-width) * 100vw);
  height: min(60px, 60 / var(--basis-width) * 100vw);
  border: 1px solid rgba(0, 0, 0, 0.75);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100cqh;
  z-index: 1;
}
#missha2025 .slider .slick-next {
  left: auto;
  right: 0;
}
#missha2025 .slider .slick-prev:before,
#missha2025 .slider .slick-next:before {
  content: "";
  position: absolute;
  top: 33%;
  left: 41%;
  display: block;
  width: min(20px, 20 / var(--basis-width) * 100vw);
  height: min(20px, 20 / var(--basis-width) * 100vw);
  border: none;
  border-left: clamp(2px, 3 / var(--basis-width) * 100vw, 3px) solid rgba(0, 0, 0, 0.75);
  border-bottom: clamp(2px, 3 / var(--basis-width) * 100vw, 3px) solid rgba(0, 0, 0, 0.75);
  transform: rotate(45deg);
}
#missha2025 .slider .slick-next:before {
  left: 26%;
  border: none;
  border-right: clamp(2px, 3 / var(--basis-width) * 100vw, 3px) solid rgba(0, 0, 0, 0.75);
  border-bottom: clamp(2px, 3 / var(--basis-width) * 100vw, 3px) solid rgba(0, 0, 0, 0.75);
  transform: rotate(-45deg);
}
#missha2025 .slider .slick-dots {
  position: absolute;
  bottom: max(-50px, -50 / var(--basis-width) * 100vw);
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
#missha2025 .slider .slick-dots li {
  padding: 0 !important;
  margin: 0 min(6px, 6 / var(--basis-width) * 100vw);
  background-color: transparent;
}
#missha2025 .slider .slick-dots li:only-of-type {
  display: none;
}
#missha2025 .slider .slick-dots li button {
  font-size: 0;
  color: transparent;
  width: min(12px, 14 / var(--basis-width) * 100vw);
  height: min(12px, 14 / var(--basis-width) * 100vw);
  background-color: transparent;
  border: 1px solid #717071;
  border-radius: 50%;
}
@media screen and (max-width: 400px) {
  #missha2025 .slider .slick-dots li button {
    border-width: 1px;
  }
}
#missha2025 .slider .slick-dots li.slick-active button {
  background-color: #717071;
}
#missha2025 .tab_wrap {
  margin-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #missha2025 .tab_wrap.headerPosition .tab_group.tab_group_top {
    top: 14vw;
  }
}
#missha2025 .tab_wrap .tab_group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  -moz-column-gap: min(26px, 26 / var(--basis-width) * 100vw);
       column-gap: min(26px, 26 / var(--basis-width) * 100vw);
  width: 100%;
  margin-inline: auto;
  padding: 0;
}
#missha2025 .tab_wrap .tab_group_bottom .tab {
  align-items: flex-start !important;
}
#missha2025 .tab_wrap .tab_group .tab {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: min(326px, 326 / var(--basis-width) * 100vw);
  aspect-ratio: 425/410;
  padding: 0;
  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.8s;
}
#missha2025 .tab_wrap .tab_group .tab .tab_img {
  position: relative;
  display: block;
  width: 90%;
  border-radius: min(12px, 12 / var(--basis-width) * 100vw);
  overflow: hidden;
  opacity: 0.8;
}
#missha2025 .tab_wrap .tab_group .tab .tab_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: min(12px, 12 / var(--basis-width) * 100vw);
  mix-blend-mode: multiply;
}
#missha2025 .tab_wrap .tab_group .tab:hover {
  opacity: var(--opacity);
}
#missha2025 .tab_wrap .tab_group .tab.active .tab_img {
  width: 100%;
  filter: drop-shadow(min(2px, 2 / var(--basis-width) * 100vw) min(2px, 2 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw) rgba(0, 0, 0, 0.75));
  will-change: filter;
  opacity: 1;
}
#missha2025 .tab_wrap .tab_group .tab.active .tab_img:after {
  display: none;
}
#missha2025 .mv {
  position: relative;
  display: block !important;
}
#missha2025 .booking {
  padding-top: 1px;
  padding-bottom: min(30px, calc((30 / var(--basis-width)) * 100vw));
  background-image: url("https://www.misshajp.com/contents/img/lp_missha2025/booking_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
#missha2025 .booking:has(.booking__img_01) {
  background-size: 100% auto;
}
#missha2025 .booking__img_01 {
  width: min(556px, 556 / var(--basis-width) * 100vw);
}
#missha2025 .booking__img_01 + .btn_wrap {
  margin-top: min(88px, calc((88 / var(--basis-width)) * 100vw));
}
#missha2025 .booking + .lead {
  background: none;
}
#missha2025 .lead {
  padding-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
  padding-bottom: min(69px, calc((69 / var(--basis-width)) * 100vw));
  background-image: url("https://www.misshajp.com/contents/img/lp_missha2025/booking_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
#missha2025 .lead__images {
  margin-top: min(73px, calc((73 / var(--basis-width)) * 100vw));
}
#missha2025 .lead__img_02, #missha2025 .lead__img_01 {
  width: 100%;
}
#missha2025 .lead__desc_01 {
  margin-top: min(108px, calc((108 / var(--basis-width)) * 100vw));
}
#missha2025 .lead__desc_02 {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(481px, 481 / 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(0, 0, 0, 0.75));
  will-change: filter;
}
#missha2025 .lead .slider__wrap {
  margin-top: min(96px, calc((96 / var(--basis-width)) * 100vw));
}
#missha2025 .lead__desc_03 {
  margin-top: min(45px, calc((45 / var(--basis-width)) * 100vw));
  font-size: clamp(14px, 27 / var(--basis-width) * 100vw, 27px);
  font-weight: 400;
  line-height: 1.6428571429;
}
#missha2025 .lead .details {
  margin-top: min(65px, calc((65 / var(--basis-width)) * 100vw));
}
#missha2025 .lead__desc_04 {
  margin-top: min(69px, calc((69 / var(--basis-width)) * 100vw));
  color: #888888;
}
#missha2025 .setdetail {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
  padding-top: 1px;
  padding-bottom: min(80px, calc((80 / var(--basis-width)) * 100vw));
  background-image: linear-gradient(180deg, rgba(255, 165, 200, 0.3) 8%, rgba(255, 225, 175, 0.3) 85%);
  border-top-left-radius: min(500px, 500 / var(--basis-width) * 100vw);
  border-top-right-radius: min(500px, 500 / var(--basis-width) * 100vw);
}
#missha2025 .setdetail h2 {
  margin-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(475px, 475 / var(--basis-width) * 100vw);
}
#missha2025 .setdetail .slider__wrap {
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
}
#missha2025 .setdetail__desc_01 {
  margin-top: min(54px, calc((54 / var(--basis-width)) * 100vw));
  font-size: clamp(14px, 27 / var(--basis-width) * 100vw, 27px);
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
}
#missha2025 .setdetail__desc_02 {
  margin-top: min(38px, calc((38 / var(--basis-width)) * 100vw));
  font-size: clamp(16px, 38 / var(--basis-width) * 100vw, 38px);
  font-weight: 700;
  color: #ff82c8;
  text-shadow: #fff 2px 0px 10px, #fff -2px 0px 10px, #fff 0px -2px 10px, #fff 0px 2px 10px, #fff 2px 2px 10px, #fff -2px 2px 10px, #fff 2px -2px 10px, #fff -2px -2px 10px, #fff 1px 2px 10px, #fff -1px 2px 10px, #fff 1px -2px 10px, #fff -1px -2px 10px, #fff 2px 1px 10px, #fff -2px 1px 10px, #fff 2px -1px 10px, #fff -2px -1px 10px;
}
#missha2025 .setdetail__desc_03 {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
  color: #888888;
}
#missha2025 .setdetail__img_01 {
  margin-top: min(38px, calc((38 / var(--basis-width)) * 100vw));
}
#missha2025 .products {
  padding-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
  padding-bottom: min(69px, calc((69 / var(--basis-width)) * 100vw));
}
#missha2025 .products h2 {
  margin-inline: auto;
  width: min(600px, 600 / var(--basis-width) * 100vw);
  padding: 0.5em 1em;
  background-color: rgba(255, 165, 200, 0.3);
  line-height: 1em;
  font-size: clamp(16px, 36 / var(--basis-width) * 100vw, 36px);
  font-weight: 500;
}
#missha2025 .products .btn_wrap_bottom {
  margin-top: min(126px, calc((126 / var(--basis-width)) * 100vw));
}
#missha2025 .products__check {
  margin-top: min(75px, calc((75 / var(--basis-width)) * 100vw));
  margin-bottom: min(23px, calc((23 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: inline-block;
  width: min(648px, 648 / var(--basis-width) * 100vw);
  background-color: var(--accent-color);
  border-radius: 100cqh;
  padding: 0.6em 1em;
  line-height: 1em;
  color: #fff;
  font-size: clamp(16px, 36 / var(--basis-width) * 100vw, 36px);
  letter-spacing: 0.03em;
}
#missha2025 .products .product {
  padding-top: min(69px, calc((69 / var(--basis-width)) * 100vw));
  padding-bottom: min(69px, calc((69 / var(--basis-width)) * 100vw));
}
#missha2025 .products .product h3 {
  margin-bottom: min(63px, calc((63 / var(--basis-width)) * 100vw));
  color: #595757;
  font-size: clamp(16px, 36 / var(--basis-width) * 100vw, 36px);
  font-weight: 600;
}
#missha2025 .products .product .cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 0.4em 1em;
  line-height: 1em;
}
#missha2025 .products .product .cat__ico {
  margin-right: min(3px, calc((3 / var(--basis-width)) * 100vw));
  width: min(45px, 45 / var(--basis-width) * 100vw);
}
#missha2025 .products .product .cat__txt {
  margin-left: min(10px, calc((10 / var(--basis-width)) * 100vw));
  color: #000;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.1em;
}
#missha2025 .products .product .catch_wrap {
  margin-top: min(31px, calc((31 / var(--basis-width)) * 100vw));
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}
#missha2025 .products .product .catch_wrap .subcatch {
  display: inline-block;
  font-size: clamp(15px, 36 / var(--basis-width) * 100vw, 36px);
  font-weight: 500;
  border-bottom: max(1px, 0.05em) solid #000;
  line-height: 1.6;
}
#missha2025 .products .product .catch_wrap .subcatch sup {
  line-height: 3.2;
  margin-left: 0;
  margin-right: 0.2em;
}
@media screen and (max-width: 768px) {
  #missha2025 .products .product .catch_wrap .subcatch sup {
    line-height: 3;
    margin-left: -0.1em;
    margin-right: 0.2em;
  }
}
@media screen and (max-width: 450px) {
  #missha2025 .products .product .catch_wrap .subcatch sup {
    line-height: 2;
  }
}
@media screen and (max-width: 380px) {
  #missha2025 .products .product .catch_wrap .subcatch sup {
    line-height: initial;
  }
}
#missha2025 .products .product .catch_wrap .catch {
  margin-top: min(23px, calc((23 / var(--basis-width)) * 100vw));
  font-size: clamp(15px, 36 / var(--basis-width) * 100vw, 36px);
  font-weight: 700;
  line-height: 1.6;
}
#missha2025 .products .product .catch_wrap .catch sup {
  line-height: 3.2;
  margin-left: 0;
  margin-right: 0.2em;
}
@media screen and (max-width: 768px) {
  #missha2025 .products .product .catch_wrap .catch sup {
    line-height: 3;
    margin-left: -0.1em;
    margin-right: 0.2em;
  }
}
@media screen and (max-width: 450px) {
  #missha2025 .products .product .catch_wrap .catch sup {
    line-height: 2;
  }
}
@media screen and (max-width: 380px) {
  #missha2025 .products .product .catch_wrap .catch sup {
    line-height: initial;
  }
}
#missha2025 .products .product .catch_wrap .catch + .catch {
  margin-top: 0;
}
#missha2025 .products .product .catch_wrap hr.line {
  margin-top: min(25px, calc((25 / var(--basis-width)) * 100vw));
  margin-bottom: min(25px, calc((25 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: block;
  width: min(483px, 483 / var(--basis-width) * 100vw);
  height: 2px;
  background-color: #000;
  border: none;
}
#missha2025 .products .product .slider__wrap {
  margin-top: min(32px, calc((32 / var(--basis-width)) * 100vw));
}
#missha2025 .products .product .slider li {
  position: relative;
}
#missha2025 .products .product .slider li .video_01 {
  position: absolute;
  top: 20%;
  left: 12%;
  width: min(483px, 483 / var(--basis-width) * 100vw);
  height: min(331px, 331 / var(--basis-width) * 100vw);
}
#missha2025 .products .product .slider li .vid_main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#missha2025 .products .product .slider li .gif_01 {
  position: absolute;
  top: 21%;
  left: 12%;
  width: min(483px, 483 / var(--basis-width) * 100vw);
}
#missha2025 .products .product .slider li .gif_02 {
  position: absolute;
  top: 19%;
  left: 24%;
  width: min(331px, 331 / var(--basis-width) * 100vw);
}
#missha2025 .products .product .type {
  margin-top: min(58px, calc((58 / var(--basis-width)) * 100vw));
  display: inline-flex;
  padding: 0.3em 1em;
  line-height: 1em;
  border: 2px solid #000;
  color: #000;
  font-size: clamp(15px, 32 / var(--basis-width) * 100vw, 30px);
  font-weight: 500;
}
#missha2025 .products .product h4.name {
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
  color: #000;
  font-size: clamp(15px, 36 / var(--basis-width) * 100vw, 36px);
  font-weight: 500;
  line-height: 1.6em;
}
#missha2025 .products .product .salename {
  margin-top: min(15px, calc((15 / var(--basis-width)) * 100vw));
  color: #000;
  font-size: clamp(13px, 24 / var(--basis-width) * 100vw, 24px);
}
#missha2025 .products .product hr.line {
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
  margin-bottom: min(35px, calc((35 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: block;
  width: min(580px, 580 / var(--basis-width) * 100vw);
  height: 1px;
  background-color: #000;
  border: none;
}
#missha2025 .products .product__desc_01 {
  color: #000;
  font-size: clamp(14px, 32 / var(--basis-width) * 100vw, 32px);
  font-weight: 500;
  line-height: 1.6em;
}
#missha2025 .products .product__desc_01 sup {
  line-height: 3.2em;
  margin-left: 0;
  margin-right: 0.2em;
}
@media screen and (max-width: 768px) {
  #missha2025 .products .product__desc_01 sup {
    line-height: 3;
    margin-left: -0.1em;
    margin-right: 0.2em;
  }
}
@media screen and (max-width: 450px) {
  #missha2025 .products .product__desc_01 sup {
    line-height: 2;
  }
}
@media screen and (max-width: 380px) {
  #missha2025 .products .product__desc_01 sup {
    line-height: initial;
  }
}
#missha2025 .products .product .details {
  margin-top: min(55px, calc((55 / var(--basis-width)) * 100vw));
}
#missha2025 .products .product .notice,
#missha2025 .products .product .note_1em {
  margin-top: min(55px, calc((55 / var(--basis-width)) * 100vw));
  width: min(560px, 560 / var(--basis-width) * 100vw);
}
#missha2025 .products .product__wrap {
  border-top-right-radius: min(203px, 203 / var(--basis-width) * 100vw);
  border-bottom-left-radius: min(203px, 203 / var(--basis-width) * 100vw);
  overflow: hidden;
}
#missha2025 .products .product__wrap .product01 {
  background-color: rgba(199, 159, 98, 0.3);
}
#missha2025 .products .product__wrap .product03,
#missha2025 .products .product__wrap .product02 {
  background-color: rgba(255, 225, 0, 0.3);
}
#missha2025 .products .product__wrap .product06,
#missha2025 .products .product__wrap .product05,
#missha2025 .products .product__wrap .product04 {
  background-color: rgba(145, 129, 158, 0.22);
}
#missha2025 .products .product__wrap .product:first-of-type {
  padding-top: min(76px, calc((76 / var(--basis-width)) * 100vw));
}
#missha2025 .products .product__wrap .product:last-of-type {
  padding-bottom: min(88px, calc((88 / var(--basis-width)) * 100vw));
}
#missha2025 .products .product__desc {
  padding-bottom: min(76px, calc((76 / var(--basis-width)) * 100vw));
}
#missha2025 .products .product__desc h3 {
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
  font-size: clamp(16px, 31 / var(--basis-width) * 100vw, 31px);
  font-weight: 500;
  line-height: 1.7;
}
#missha2025 .products .product__desc h3 sup {
  line-height: 3.5;
}
@media screen and (max-width: 768px) {
  #missha2025 .products .product__desc h3 sup {
    line-height: 3;
    margin-left: -0.1em;
    margin-right: 0.2em;
  }
}
@media screen and (max-width: 450px) {
  #missha2025 .products .product__desc h3 sup {
    line-height: 2;
  }
}
@media screen and (max-width: 380px) {
  #missha2025 .products .product__desc h3 sup {
    line-height: initial;
  }
}
#missha2025 .products .product__desc__img_01 {
  position: relative;
  margin-top: min(23px, calc((23 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: 100%;
}
#missha2025 .products .product__desc__img_02 {
  position: absolute;
  top: 4.7%;
  right: 8%;
  width: min(221px, 221 / var(--basis-width) * 100vw);
  filter: drop-shadow(min(3px, 3 / var(--basis-width) * 100vw) min(8px, 8 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw) rgba(0, 0, 0, 0.5));
  will-change: filter;
}
#missha2025 .products .product__desc .name {
  margin-top: min(38px, calc((38 / var(--basis-width)) * 100vw));
  color: #000;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  font-weight: 500;
}
#missha2025 .products .product__desc .line {
  margin-top: min(25px, calc((25 / var(--basis-width)) * 100vw));
  margin-bottom: min(35px, calc((35 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: block;
  width: min(606px, 606 / var(--basis-width) * 100vw);
  height: 1px;
  background-color: #000;
  border: none;
}
#missha2025 .products .product__desc .price_wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
}
#missha2025 .products .product__desc .price-default {
  color: #000;
  font-size: clamp(16px, 38 / var(--basis-width) * 100vw, 38px);
}
#missha2025 .products .product__desc .price-default .total {
  margin-bottom: min(10px, calc((10 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: block;
}
#missha2025 .products .product__desc .price-default .price {
  font-size: 108%;
}
#missha2025 .products .product__desc .price-default .unit {
  font-size: 80%;
}
#missha2025 .products .product__desc .price-cp {
  padding-left: min(55px, calc((55 / var(--basis-width)) * 100vw));
  position: relative;
  color: #000;
  font-size: clamp(16px, 34 / var(--basis-width) * 100vw, 34px);
  font-weight: 500;
}
#missha2025 .products .product__desc .price-cp::before {
  content: "";
  position: absolute;
  bottom: min(8px, 8 / var(--basis-width) * 100vw);
  left: min(25px, 25 / var(--basis-width) * 100vw);
  display: block;
  width: 0;
  height: 0;
  border: min(18px, 18 / var(--basis-width) * 100vw) solid transparent;
  border-left: min(18px, 18 / var(--basis-width) * 100vw) solid var(--accent-color);
}
#missha2025 .products .product__desc .price-cp .special {
  margin-bottom: min(10px, calc((10 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 0.5em;
  line-height: 1em;
  background-color: var(--accent-color);
  border-radius: 100cqh;
  color: #fff;
  font-size: 104%;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#missha2025 .products .product__desc .price-cp .price {
  font-size: 140%;
}
#missha2025 .products .product__desc .price-cp .unit {
  font-size: 80%;
}
#missha2025 .products .product__desc .details {
  margin-top: min(55px, calc((55 / var(--basis-width)) * 100vw));
}
#missha2025 .products .product__desc .btn_wrap {
  margin-top: min(70px, calc((70 / var(--basis-width)) * 100vw));
}
#missha2025 .products .product__desc .view_details {
  margin-top: min(70px, calc((70 / var(--basis-width)) * 100vw));
}
#missha2025 .products .product__desc .note_1em {
  margin-top: min(55px, calc((55 / var(--basis-width)) * 100vw));
  width: min(600px, 600 / var(--basis-width) * 100vw);
}
#missha2025 .products .content_01 .product__desc__img_01:not(:has(.product__desc__img_02)) {
  margin-top: max(-60px, calc((-60 / var(--basis-width)) * 100vw));
}
#missha2025 .products .content_02 .product__desc__img_01:not(:has(.product__desc__img_02)) {
  margin-top: max(-30px, calc((-30 / var(--basis-width)) * 100vw));
}
#missha2025 .end {
  padding-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
  padding-bottom: min(80px, calc((80 / var(--basis-width)) * 100vw));
}
#missha2025 .end h2 {
  color: #000;
  font-size: clamp(16px, 36 / var(--basis-width) * 100vw, 36px);
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
}
#missha2025 .end__img_01 {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
}
#missha2025 .end .top_btn_wrap {
  padding-top: min(77px, calc((77 / var(--basis-width)) * 100vw));
}
#missha2025 .end .top_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  width: min(440px, 440 / var(--basis-width) * 100vw);
  aspect-ratio: 602/112;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border: 1px solid var(--txt-color);
  filter: drop-shadow(min(8px, 8 / var(--basis-width) * 100vw) min(8px, 8 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw) rgba(0, 0, 0, 0.5));
  will-change: filter;
  border-radius: min(12px, 12 / var(--basis-width) * 100vw);
  color: var(--txt-color);
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  letter-spacing: 0.05em;
}
#missha2025 .end .top_btn:target, #missha2025 .end .top_btn:visited, #missha2025 .end .top_btn:active, #missha2025 .end .top_btn:focus, #missha2025 .end .top_btn:focus-visible, #missha2025 .end .top_btn:focus-within, #missha2025 .end .top_btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 380px) {
  #missha2025 .end .top_btn {
    border: clamp(1px, 2 / var(--basis-width) * 100vw, 2px) solid var(--txt-color);
  }
}
#missha2025 .end .top_btn.arrow {
  padding-right: 1.2em;
}
#missha2025 .end .top_btn.arrow::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 1.6em;
  border-right: 2px solid var(--txt-color);
  border-top: 2px solid var(--txt-color);
  transform: rotate(45deg) translateY(-50%);
  display: block;
  width: 0.65em;
  height: 0.65em;
  clip-path: unset;
}
@media screen and (max-width: 380px) {
  #missha2025 .end .top_btn.arrow::after {
    border-right: 1px solid var(--txt-color);
    border-top: 1px solid var(--txt-color);
  }
}
@media screen and (max-width: 360px) {
  #missha2025 .end .top_btn.arrow::after {
    width: 0.6em;
    height: 0.6em;
    right: 1.2em;
  }
}
#missha2025 .end h3 {
  margin-top: min(120px, calc((120 / var(--basis-width)) * 100vw));
  display: inline-block;
  padding: 0.25em 2em;
  color: #000;
  font-size: clamp(16px, 34 / var(--basis-width) * 100vw, 34px);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  letter-spacing: 0.05em;
}
#missha2025 .end .links {
  margin-top: min(54px, calc((54 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: min(30px, 30 / var(--basis-width) * 100vw);
  width: min(572px, 572 / var(--basis-width) * 100vw);
}

@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) {
  #missha2025 a:hover,
  #missha2025 a *:hover,
  #missha2025 button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #missha2025 a:active,
  #missha2025 a:focus,
  #missha2025 button:active {
    opacity: var(--opacity);
  }
}/*# sourceMappingURL=SET2920.css.map */