@charset "UTF-8";.block {
    display: block
}
.table {
    display: table
}
.hidden {
    display: none
}

.-pc {
  display: block;
}
.Accordion {
  border-color: #333;
  border-style: solid;
  border-width: 1px 0;
  margin-top: 15px;
}
.Accordion.-active .Accordion_state {
  transform: rotate(180deg);
}
.Accordion.-active .Accordion_state::after {
  opacity: 0;
}
.Accordion_head {
  position: relative;
  text-align: center;
  padding: 11px 0;
  margin: 4px 0;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.Accordion_state {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: transform 0.6s;
}
.Accordion_state::before, .Accordion_state::after {
  content: "";
  position: absolute;
  background-color: #333;
}
.Accordion_state::before {
  width: 100%;
  height: 1px;
  top: 6px;
  left: 0;
}
.Accordion_state::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 6px;
  transition: opacity 0.6s;
}
.Accordion_body {
  overflow: hidden;
  height: 0;
}
.FadeSlideUp {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.FadeSlideUp.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s, transform 1s;
}
.FadeSlideDown {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
}
.FadeSlideDown.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s, transform 1s;
}
.ZoomOut {
  opacity: 0;
  transform: scale(1.25) rotate(2deg);
}
.ZoomOut.-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s, transform 1.2s;
}
.SlideUp {
  overflow: hidden;
}
.SlideUp.-active > * {
  transition: transform 0.4s;
  transform: translate3d(0, 0, 0);
}
.SlideUp > * {
  transform: translate3d(0, 100%, 0);
}
.SlideLeft {
  overflow: hidden;
}
.SlideLeft.-active > * {
  transition: transform 0.4s;
  transform: translate3d(0, 0, 0);
}
.SlideLeft > * {
  transform: translate3d(100%, 0, 0);
}
.OverlaySlideLeft {
  position: relative;
  overflow: hidden;
}
.OverlaySlideLeft.-active::before {
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(-100%, 0, 0);
}
.OverlaySlideLeft::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
}
.OverlaySlideRight {
  position: relative;
  overflow: hidden;
}
.OverlaySlideRight.-active::before {
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(100%, 0, 0);
}
.OverlaySlideRight::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
}
.SplitSlideUp {
  display: block;
  overflow: hidden;
}
.SplitSlideUp.-active > span {
  transition: transform 0.4s;
  transform: translate3d(0, 0, 0);
}
.SplitSlideUp > span {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
}
.SplitSlideUp > span:nth-child(2) {
  transition-delay: 0.05s;
}
.SplitSlideUp > span:nth-child(3) {
  transition-delay: 0.1s;
}
.SplitSlideUp > span:nth-child(4) {
  transition-delay: 0.15s;
}
.SplitSlideUp > span:nth-child(5) {
  transition-delay: 0.2s;
}
.SplitSlideUp > span:nth-child(6) {
  transition-delay: 0.25s;
}
.SplitSlideUp > span:nth-child(7) {
  transition-delay: 0.3s;
}
.SplitSlideUp > span:nth-child(8) {
  transition-delay: 0.35s;
}
.SplitSlideUp > span:nth-child(9) {
  transition-delay: 0.4s;
}
.SplitSlideUp > span:nth-child(10) {
  transition-delay: 0.45s;
}
.SplitSlideUp > span:nth-child(11) {
  transition-delay: 0.5s;
}
.SplitSlideUp > span:nth-child(12) {
  transition-delay: 0.55s;
}
.SplitSlideUp > span:nth-child(13) {
  transition-delay: 0.6s;
}
.SplitSlideUp > span:nth-child(14) {
  transition-delay: 0.65s;
}
.SplitSlideUp > span:nth-child(15) {
  transition-delay: 0.7s;
}
.SplitSlideUp > span:nth-child(16) {
  transition-delay: 0.75s;
}
.SplitSlideUp > span:nth-child(17) {
  transition-delay: 0.8s;
}
.SplitSlideUp > span:nth-child(18) {
  transition-delay: 0.85s;
}
.SplitSlideUp > span:nth-child(19) {
  transition-delay: 0.9s;
}
.SplitSlideUp > span:nth-child(20) {
  transition-delay: 0.95s;
}
.DrawMarker {
  background-size: 0% 100%;
  background-repeat: no-repeat;
}
.DrawMarker.-active {
  transition: background-size 0.6s;
  background-size: 100% 100%;
}
.ZoomInBack {
  opacity: 0;
  transform: scale(0);
}
.ZoomInBack.-active {
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  transform: scale(1);
}
.Zooming {
  animation: zooming 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}
@keyframes zooming {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.05);
  }
}
.Button {
  display: grid;
  place-content: center;
  width: 100%;
  height: 60px;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  border: none;
  cursor: pointer;
}
.Button.-fill {
  color: #fff;
  background-color: #ba4040;
  border-radius: 5px;
}
.Button.-fill svg {
  fill: #fff;
}
.Button.-stroke {
  color: #ba4040;
  background-color: #fff;
  border: 1px solid #ba4040;
  border-radius: 5px;
}
.Button.-stroke svg {
  fill: #ba4040;
}
.Button.-next svg {
  width: 8px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.Button.-cart {
    display: none!important;
  display: flex;
  align-items: center;
  width: 200px;
  margin: 20px auto 0;
}
.Button.-cart svg:first-child {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.Button.-cart svg:last-child {
  width: 8px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.Button.-cart.-disable {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.5);
  background-color: #999;
}
.Button.-cart.-disable svg {
  fill: rgba(255, 255, 255, 0.5);
}
.Button.-roundedFull {
  border-radius: 99px;
}
.ChoiceSection {
  padding: 60px 0;
}
.ChoiceSection_img {
  aspect-ratio: 23/36;
  transition: 0.5s;
}
.ChoiceSection_slider {
  position: relative;
  margin: 12px -20px 0;
}
.ChoiceSection_slider .swiper-slide .Button,
.ChoiceSection_slider .swiper-slide-duplicate .Button {
  opacity: 0;
}
.ChoiceSection_slider .swiper-slide-active::before,
.ChoiceSection_slider .swiper-slide-duplicate-active::before {
  opacity: 0;
}
.ChoiceSection_slider .swiper-slide-active .Button,
.ChoiceSection_slider .swiper-slide-duplicate-active .Button {
  opacity: 1;
}
.ChoiceSection_slider .swiper-slide-next .ChoiceSection_img,
.ChoiceSection_slider .swiper-slide-duplicate-next .ChoiceSection_img,
.ChoiceSection_slider .swiper-slide-prev .ChoiceSection_img,
.ChoiceSection_slider .swiper-slide-duplicate-prev .ChoiceSection_img {
  transform: scale(0.9);
  opacity: 0.5;
}
.ChoiceSection_slider .swiper-button-next,
.ChoiceSection_slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  top: 148px;
  background-color: #fff;
  border: 1px solid #ba4040;
  border-radius: 99px;
  margin-top: 0;
}
.ChoiceSection_slider .swiper-button-next::after,
.ChoiceSection_slider .swiper-button-prev::after {
  content: none;
  border: none;
}
.ChoiceSection_slider .swiper-button-next svg,
.ChoiceSection_slider .swiper-button-prev svg {
  width: 11.5px;
  height: 20px;
  fill: #ba4040;
}
.ChoiceSection_slider .swiper-button-next {
  right: 40px;
}
.ChoiceSection_slider .swiper-button-prev {
  left: 40px;
}
.ChoiceSection_slider .swiper-button-next.swiper-button-disabled,
.ChoiceSection_slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.ChoiceSection_slider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 6px;
  top: 325px;
}
.ChoiceSection_slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #333;
  opacity: 0.2;
}
.ChoiceSection_slider .swiper-pagination-bullet-active {
  background-color: #db836f;
  opacity: 1;
  border: none;
}
.ChoiceSection_slider .Button {
  width: 200px;
  margin: 30px auto 0;
  transition: 0.5s;
}
.ChoiceSection_slider .Button svg {
  width: 14px;
  height: 8px;
}
.CollectionSection {
  padding: 60px 0;
}
.CollectionSection_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.Collection_img {
  aspect-ratio: 11/14;
}
.Collection_link {
  display: block;
}
.CoordinateSection {
  padding-top: 40px;
  margin-top: -40px;
}
.CoordinateSection.-typeA .CoordinateSection_inner {
  background-color: #bfbbaf;
}
.CoordinateSection.-typeA .CoordinateSection_inner::before {
  content: "A";
}
.CoordinateSection.-typeB .CoordinateSection_inner {
  background-color: #efe7de;
}
.CoordinateSection.-typeB .CoordinateSection_inner::before {
  content: "B";
}
.CoordinateSection.-active .CoordinateSection_inner::before {
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.CoordinateSection_inner {
  position: relative;
  padding: 50px 0 60px;
}
.CoordinateSection_inner::before {
  content: "";
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #db836f;
  border-radius: 99px;
  transform: translate3d(0, 20px, 0) scale(0.1) rotate(-20deg);
}
.CoordinateSection_subTitle {
  display: flex;
  justify-content: center;
}
.CoordinateSection_notice {
  text-align: center;
  font-size: 10px;
  margin-top: 16px;
}
.CoordinateSection_set {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}
.CoordinateSection_set em {
  font-size: 24px;
  vertical-align: baseline;
}
.CoordinateSection_price {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #ba4040;
  background-image: linear-gradient(transparent 70%, rgba(219, 131, 111, 0.5) 70%, rgba(219, 131, 111, 0.5) 90%, transparent 90%);
  margin-left: 3px;
}
.CoordinateSection_price span {
  font-size: 12px;
  font-weight: 700;
  writing-mode: vertical-rl;
}
.Coordinate {
  margin-top: 32px;
}
.Coordinate_img {
  aspect-ratio: 100/169;
  transition: 0.5s;
}
.Coordinate_rate {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -28px;
  left: 235px;
  z-index: 2;
  transform: scale(0) rotate(-360deg);
}
.Coordinate_rate img {
  aspect-ratio: 1/1;
}
.Coordinate_rate.-active {
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.Coordinate_slider {
  position: relative;
  margin: 0 -20px;
}
.Coordinate_slider .swiper-slide-next .Coordinate_img,
.Coordinate_slider .swiper-slide-duplicate-next .Coordinate_img,
.Coordinate_slider .swiper-slide-prev .Coordinate_img,
.Coordinate_slider .swiper-slide-duplicate-prev .Coordinate_img {
  transform: scale(0.9);
  opacity: 0.5;
}
.Coordinate_slider .swiper-button-next,
.Coordinate_slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  top: 149px;
  background-color: #fff;
  border: 1px solid #ba4040;
  border-radius: 99px;
  margin-top: 0;
}
.Coordinate_slider .swiper-button-next::after,
.Coordinate_slider .swiper-button-prev::after {
  content: none!important;
}
.Coordinate_slider .swiper-button-next svg,
.Coordinate_slider .swiper-button-prev svg {
  width: 11.5px;
  height: 20px;
  fill: #ba4040;
}
.Coordinate_slider .swiper-button-next {
  right: 40px;
}
.Coordinate_slider .swiper-button-prev {
  left: 40px;
}
.Coordinate_slider .swiper-button-next.swiper-button-disabled,
.Coordinate_slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.Coordinate_slider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  width: 100%;
  top: 350px;
}
.Coordinate_slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #333;
  opacity: 0.2;
}
.Coordinate_slider .swiper-pagination-bullet-active {
  background-color: #db836f;
  opacity: 1;
  border: none;
}
.Coordinate_text {
  margin-top: 30px;
  text-align: center;
}
.CoordinateReference {
  background-color: #fff;
  padding: 40px 20px;
  margin: 20px 0;
}
.CoordinateReference_title {
  text-align: center;
}
.CoordinateReference_title > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
}
.CoordinateReference_body {
  margin-top: 20px;
}
.CoordinateReference_body :last-child {
  margin-bottom: 0;
}
.CoordinateReference_body .List {
  white-space: nowrap;
}
.CoordinateReference_text {
  margin: 20px auto 12px;
}
.CoordinateReference_img {
  display: block;
  margin: 20px 0;
}
.CoordinateReference_img.-unisize {
  aspect-ratio: 600/262;
}
.CoordinateReference_img.-function {
  aspect-ratio: 590/384;
}
.CoordinateReference_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 12px;
  background-color: #dcdcdc;
  margin: 20px 0;
}
.CoordinateReference_table th,
.CoordinateReference_table td {
  padding: 12px 1em;
}
.CoordinateReference_table th {
  text-align: center;
  background-color: #eee;
}
.CoordinateReference_table th.-recommend {
  color: #fff;
  background-color: #db836f;
}
.CoordinateReference_table td {
  text-align: center;
  background-color: #fff;
}
.CoordinateSize {
  background-color: #fff;
  border-color: #333;
  border-style: solid;
  border-width: 1px 0;
  margin-top: 20px;
}
.CoordinateSize.-active .CoordinateSize_state {
  transform: rotate(180deg);
}
.CoordinateSize.-active .CoordinateSize_state::after {
  opacity: 0;
}
.CoordinateSize_title {
  position: relative;
  text-align: center;
  font-size: 14px;
  padding: 12px 0;
  margin: 4px 0;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.CoordinateSize_body {
  overflow: hidden;
  height: 0;
}
.CoordinateSize_state {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  transition: transform 0.6s;
}
.CoordinateSize_state::before, .CoordinateSize_state::after {
  content: "";
  position: absolute;
  background-color: #333;
}
.CoordinateSize_state::before {
  width: 100%;
  height: 1px;
  top: 7px;
  left: 0;
}
.CoordinateSize_state::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 7px;
  transition: opacity 0.6s;
}
.CoordinateSize_contents {
  padding: 28px 20px 32px;
}
.CoordinateSize_unit {
  font-size: 11px;
  margin: 8px 0;
}
.CoordinateSize_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: center;
  font-size: 10px;
  background-color: #dcdcdc;
}
.CoordinateSize_table th,
.CoordinateSize_table td {
  vertical-align: middle;
  padding: 0.5em 0;
}
.CoordinateSize_table th {
  text-align: center;
  background-color: #eee;
}
.CoordinateSize_table td {
  background-color: #fff;
}
.CoordinateSize_tabTitleGroup {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  border-bottom: 4px solid #ba4040;
}
.CoordinateSize_tabTitle {
  height: 40px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: #bfbbaf;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  transition: background-color 0.4s;
}
.CoordinateSize_tabTitle.-active {
  background-color: #ba4040;
}
.CoordinateSize_tabBodyGroup {
  background-color: #fff;
}
.CoordinateSize_tabBody {
  display: none;
  opacity: 0;
}
.CoordinateSize_tabBody.-active {
  display: block;
  transition: opacity 0.4s;
}
.Holder {
  width: 377px;
  margin: auto;
  border-width: 0 1px;
  border-style: solid;
  border-color: #333;
  background-color: #fff;
}
.HowToSection {
  padding-top: 40px;
}
.HowToSection_button span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
.Inner {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.KV {
  height: 569px;
  position: relative;
  z-index: 1;
  background-color: #bfbbaf;
  overflow: hidden;
  margin-top: -387px;
}
.KV_img {
  display: block;
  aspect-ratio: 768/1165;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  opacity: 0;
}
.KV_img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
.KV_img:nth-child(1) {
  transform: scale(0.5);
  transform-origin: 50% 67.81%;
}
.KV_img:nth-child(2) {
  transform: translate3d(0, 4%, 0);
}
.KV_img:nth-child(3) {
  transform: translate3d(0, 8%, 0);
}
.KV_img:nth-child(4) {
  transform: translate3d(0, 8%, 0);
}
.KV_img:nth-child(5) {
  transform: translate3d(10%, 0, 0);
}
.KV_img:nth-child(6) {
  transform: translate3d(-10%, 0, 0);
}
.KV_img:nth-child(7) {
  transform: translate3d(0, 2%, 0);
}
.KV_img:nth-child(8) {
  transform: translate3d(10%, 0, 0);
}
.KV_img:nth-child(9) {
  transform: scale(0.5) rotate(-45deg);
  transform-origin: 12.76% 8.33%;
}
.KV.-active::before, .KV.-active::after {
  transform: scaleX(1);
  transition: 0.6s;
}
.KV.-active .KV_line.-x::before, .KV.-active .KV_line.-x::after {
  transition: transform 1s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: scaleX(1);
}
.KV.-active .KV_line.-y::before, .KV.-active .KV_line.-y::after {
  transition: transform 1s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: scaleY(1);
}
.KV.-active .KV_img {
  opacity: 1;
}
.KV.-active .KV_img:nth-child(1) {
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.KV.-active .KV_img:nth-child(2) {
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
  transition-delay: 0.6s;
}
.KV.-active .KV_img:nth-child(3) {
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
  transition-delay: 0.2s;
}
.KV.-active .KV_img:nth-child(4) {
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
  transition-delay: 0.4s;
}
.KV.-active .KV_img:nth-child(5) {
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
  transition-delay: 0.8s;
}
.KV.-active .KV_img:nth-child(6) {
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
  transition-delay: 0.8s;
}
.KV.-active .KV_img:nth-child(7) {
  transform: translate3d(0, 0, 0);
  transition: 0.4s;
  transition-delay: 1s;
}
.KV.-active .KV_img:nth-child(8) {
  transform: translate3d(0, 0, 0);
  transition: 0.4s;
  transition-delay: 1.4s;
}
.KV.-active .KV_img:nth-child(9) {
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 1.2s;
}
.List {
  margin: 10px 0;
  list-style: none;
}
.List.-notice li::before {
  content: "※";
}
.List > li {
  font-size: 12px;
  line-height: 1.25;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.5em;
}
.Loading {
  --base-display-size: 375;
  --base: 100vw / var(--base-display-size);
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
}
.Loading.-inactive {
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  pointer-events: none;
}
.Loading_logo {
  width: 250px;
}
.Loading_items {
  display: flex;
  margin: 20px auto 0;
  gap: 7px;
}
.Loading_item {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  transform: scale(0);
  animation: scaling 2s infinite;
}
.Loading_item:nth-child(1) {
  background-color: #544f3f;
}
.Loading_item:nth-child(2) {
  background-color: #bfbbaf;
  animation-delay: 0.1s;
}
.Loading_item:nth-child(3) {
  background-color: #ede7de;
  animation-delay: 0.2s;
}
.Loading_item.-inactive {
  animation: none;
}
@keyframes scaling {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
.Menu {
  position: sticky;
  top: 20px;
  z-index: 9;
  margin-left: 187.5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.Menu.-active .Menu_list {
  max-height: 100vh;
}
.Menu.-active .Menu_item:first-child .Menu_link svg {
  transform: rotate(180deg);
}
.Menu.-show {
  opacity: 1;
  visibility: visible;
}
.Menu_trigger {
  width: 168px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.Menu_inner {
  position: absolute;
  top: 0;
}
.Menu_list {
  width: 168px;
  max-height: 32px;
  background-color: #fff;
  border: 1px solid #3a4566;
  overflow: hidden;
  transition: max-height 0.6s;
}
.Menu_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  padding: 0 8px;
}
.Menu_link span {
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.Menu_link svg {
  width: 10px;
  height: 10px;
  transition: transform 0.6s;
}
.Modal {
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.6s, opacity 0.6s;
}
.Modal.-active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.Modal_inner {
  max-height: 90svh;
  position: relative;
  z-index: 2;
  margin: 15px;
}
.Modal_img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.Modal_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.Modal_close {
  width: 30px;
  height: 0;
  padding-top: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  overflow: hidden;
  background-color: #000;
  border: none;
  border-radius: 99px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.Modal_close::before, .Modal_close::after {
  content: "";
  width: 16px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 9px;
  background-color: #fff;
}
.Modal_close::before {
  transform: rotate(40deg);
}
.Modal_close::after {
  transform: rotate(-40deg);
}
.Product {
  width: 148px;
  height: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  /* padding: 8px 8px 52px; */
  padding: 8px;
}
.Product::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #333;
  border-radius: 5px;
  box-sizing: border-box;
  pointer-events: none;
}
.Product_link {
  display: block;
}
.Product_img {
  width: 100%;
  aspect-ratio: 29/49;
}
.Product_name {
  display: flex;
  justify-content: center;
  line-height: 1.25;
  margin-top: 8px;
}
.Product_size {
    display: none!important;
  width: 148px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 8px;
  font-size: 12px;
  border: none;
  border-radius: 0 0 5px 5px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  color: #fff;
  background-color: #ba4040;
}
.Product_soldout {
  display: grid;
  place-content: center;
  width: 148px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 12px;
}
.Products {
  display: flex;
  gap: 12px;
  padding: 0 20px;
  margin: 20px -20px 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.SideFixedImg_body {
  position: fixed;
  top: 50%;
  right: calc((50% - 188.5px) / 2);
  z-index: 9;
  transform: translate(50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s, visibility 0.6s;
}
.SideFixedImg_body.-kv {
  width: 418px;
  height: 434px;
}
[data-waypoint-current=kv] .SideFixedImg_body.-kv, [data-waypoint-current=howto] .SideFixedImg_body.-kv, [data-waypoint-current=choice] .SideFixedImg_body.-kv {
  opacity: 1;
  visibility: visible;
}
[data-waypoint-current=kv] .SideFixedImg_body.-kv .SideFixedImg_item, [data-waypoint-current=howto] .SideFixedImg_body.-kv .SideFixedImg_item, [data-waypoint-current=choice] .SideFixedImg_body.-kv .SideFixedImg_item {
  transform: translate3d(0, 0, 0);
}
.SideFixedImg_body.-kv .SideFixedImg_img {
  aspect-ratio: 418/434;
}
.SideFixedImg_body.-coordinateA {
  width: 418px;
  height: 618px;
}
[data-waypoint-current=coordinateA] .SideFixedImg_body.-coordinateA {
  opacity: 1;
  visibility: visible;
}
[data-waypoint-current=coordinateA] .SideFixedImg_body.-coordinateA .SideFixedImg_item {
  transform: translate3d(0, 0, 0);
}
.SideFixedImg_body.-coordinateA .SideFixedImg_img {
  aspect-ratio: 418/618;
}
.SideFixedImg_body.-coordinateB {
  width: 418px;
  height: 618px;
}
[data-waypoint-current=coordinateB] .SideFixedImg_body.-coordinateB {
  opacity: 1;
  visibility: visible;
}
[data-waypoint-current=coordinateB] .SideFixedImg_body.-coordinateB .SideFixedImg_item {
  transform: translate3d(0, 0, 0);
}
.SideFixedImg_body.-coordinateB .SideFixedImg_img {
  aspect-ratio: 418/618;
}
.SideFixedImg_item {
  transform: translate3d(0, 50px, 0);
  transition: transform 0.6s;
}
.SideMenu {
  width: 312px;
  height: 307px;
  position: sticky;
  top: calc(50% - 153px);
  margin-left: calc(-50vw + 188.5px + (50vw - 188.5px) / 2 - 156px);
  margin-bottom: 80px;
  z-index: 9;
}
.SideMenu_list {
  padding: 8px 24px;
  background-color: #fff;
  position: fixed;
  width: 312px;
  height: 307px;
  top: calc(50% - 153px);
}
.SideMenu_item:nth-child(n+2) {
  border-top: 1px solid #333;
}
.SideMenu_link {
  display: flex;
  align-items: center;
  height: 72px;
  position: relative;
  line-height: 1;
}
.SideMenu_link em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
}
.SideMenu_link span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}
.SideMenu_link svg {
  width: 9.2px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
}
.SideMenu_link img {
  width: 42px !important;
  height: 42px !important;
  position: absolute;
  top: 0;
  right: 48px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.Title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}
.Title span {
  font-weight: 600;
}
.theme-ladies-setup-maruttoset {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #333;
  background-color: #efe7de;
  transition: background-color 0.6s;
}
.theme-ladies-setup-maruttoset[data-waypoint-current=coordinateB], .theme-ladies-setup-maruttoset[data-waypoint-current=recommended] {
  background-color: #bfbbaf;
}
.theme-ladies-setup-maruttoset *,
.theme-ladies-setup-maruttoset ::before,
.theme-ladies-setup-maruttoset ::after {
  box-sizing: border-box;
}
.theme-ladies-setup-maruttoset img {
  width: 100%;
  height: auto;
}
.theme-ladies-setup-maruttoset [data-lazy] {
  opacity: 0;
}
.theme-ladies-setup-maruttoset [data-lazy].-loaded {
  opacity: 1;
  transition: opacity 0.5s;
}

.swiper-container{
    overflow: hidden;
}
.wrapper .pane-footer{
    position: relative;
    z-index: 100;
}