@charset "UTF-8";
@keyframes zooming {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes Fadein_title {
  from {
    clip-path: inset(0 100% 0% 0);
    opacity: 1;
  }
  to {
    clip-path: inset(0);
    opacity: 1;
  }
}
@keyframes elastic {
  0% {
    transform: scale(0);
  }
  16% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(0.9);
  }
  44% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0)!important;
}
.page .Bizipa_slider .swiper-pagination-bullet-active {
  background-color: #F58E9C!important;
  z-index: 99!important;
  opacity: 1!important;
  border: none!important;
}


.page .swiper-pagination-bullet{
  border: none!important;
  background: #000!important;
  opacity: .2!important;
}
.page .block {
  display: block;
}
.page .contents {
  display: contents;
}
.page .hidden {
  display: none;
}
.page .-sphone {
  display: block;
}
.page .FadeSlideUp {
  opacity: 0;
  transform: translate3d(0, calc(20 * var(--base)), 0);
}
.page .FadeSlideUp.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s, transform 1s;
}
.page .FadeSlideDown {
  opacity: 0;
  transform: translate3d(0, calc(-20 * var(--base)), 0);
}
.page .FadeSlideDown.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s, transform 1s;
}
.page .ZoomOut {
  opacity: 0;
  transform: scale(1.25) rotate(2deg);
}
.page .ZoomOut.-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s, transform 1.2s;
}
.page .SlideUp {
  overflow: hidden;
}
.page .SlideUp > * {
  transform: translate3d(0, 100%, 0);
}
.page .SlideUp.-active > * {
  transition: transform 0.4s;
  transform: translate3d(0, 0, 0);
}
.page .SlideLeft {
  overflow: hidden;
}
.page .SlideLeft > * {
  transform: translate3d(100%, 0, 0);
}
.page .SlideLeft.-active > * {
  transition: transform 0.4s;
  transform: translate3d(0, 0, 0);
}
.page .OverlaySlideLeft {
  position: relative;
  overflow: hidden;
}
.page .OverlaySlideLeft::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
}
.page .OverlaySlideLeft.-active::before {
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(-100%, 0, 0);
}
.page .OverlaySlideRight {
  position: relative;
  overflow: hidden;
}
.page .OverlaySlideRight::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
}
.page .OverlaySlideRight.-active::before {
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(100%, 0, 0);
}
.page .SplitSlideUp {
  display: block;
  overflow: hidden;
}
.page .SplitSlideUp > span {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
}
.page .SplitSlideUp > span:nth-child(2) {
  transition-delay: 0.05s;
}
.page .SplitSlideUp > span:nth-child(3) {
  transition-delay: 0.1s;
}
.page .SplitSlideUp > span:nth-child(4) {
  transition-delay: 0.15s;
}
.page .SplitSlideUp > span:nth-child(5) {
  transition-delay: 0.2s;
}
.page .SplitSlideUp > span:nth-child(6) {
  transition-delay: 0.25s;
}
.page .SplitSlideUp > span:nth-child(7) {
  transition-delay: 0.3s;
}
.page .SplitSlideUp > span:nth-child(8) {
  transition-delay: 0.35s;
}
.page .SplitSlideUp > span:nth-child(9) {
  transition-delay: 0.4s;
}
.page .SplitSlideUp > span:nth-child(10) {
  transition-delay: 0.45s;
}
.page .SplitSlideUp > span:nth-child(11) {
  transition-delay: 0.5s;
}
.page .SplitSlideUp > span:nth-child(12) {
  transition-delay: 0.55s;
}
.page .SplitSlideUp > span:nth-child(13) {
  transition-delay: 0.6s;
}
.page .SplitSlideUp > span:nth-child(14) {
  transition-delay: 0.65s;
}
.page .SplitSlideUp > span:nth-child(15) {
  transition-delay: 0.7s;
}
.page .SplitSlideUp > span:nth-child(16) {
  transition-delay: 0.75s;
}
.page .SplitSlideUp > span:nth-child(17) {
  transition-delay: 0.8s;
}
.page .SplitSlideUp > span:nth-child(18) {
  transition-delay: 0.85s;
}
.page .SplitSlideUp > span:nth-child(19) {
  transition-delay: 0.9s;
}
.page .SplitSlideUp > span:nth-child(20) {
  transition-delay: 0.95s;
}
.page .SplitSlideUp.-active > span {
  transition: transform 0.6s;
  transform: translate3d(0, 0, 0);
}
.page .DrawMarker {
  background-size: 0% 100%;
  background-repeat: no-repeat;
}
.page .DrawMarker.-active {
  transition: background-size 0.6s;
  background-size: 100% 100%;
}
.page .ZoomInBack {
  opacity: 0;
  transform: scale(0);
}
.page .ZoomInBack.-active {
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  transform: scale(1);
}
.page .Zooming {
  animation: zooming 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}
.page .Fadein_title {
  opacity: 0;
}
.page .Fadein_title.-active {
  opacity: 1;
  animation-name: Fadein_title;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
.page .Bizipa_title {
  font-family: "Shippori Mincho", serif;
  display: flex;
  font-size: calc(24 * var(--base));
  justify-content: center;
  align-items: center;
  margin-bottom: calc(12 * var(--base));
}
.page .Bizipa_title em {
  opacity: 0;
  margin-left: 10px;
}
.page .Bizipa_title em::before {
  content: '';
  width: calc(40 * var(--base));
  height: calc(1 * var(--base));
  background-color: #333333;
  display: inline-block;
  margin-bottom: calc(6 * var(--base));
  margin-right: calc(10 * var(--base));
}
.page .Bizipa_title em.-active {
  opacity: 1;
  animation-name: Fadein_title;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
.page .Bizipa_title span {
  font-size: calc(40 * var(--base));
  font-weight: bold;
}
.page .Parallax_box {
  opacity: 0;
}
.page .Parallax_box.-active {
  opacity: 1;
  animation-name: Fadein_title;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
.page .Button {
  display: grid;
  place-content: center;
  width: 400px;
  height: calc(60 * var(--base));
  position: relative;
  text-align: center;
  font-size: calc(16 * var(--base));
  line-height: 1.25;
  cursor: pointer;
}
.page .Button.-fill {
  color: #fff;
  background-color: #88D0E5;
  margin: calc(64 * var(--base)) auto;
}
.page .Button.-fill svg {
  fill: #fff;
}
.page .Button.-fill.-bottom {
  margin: calc(40* var(--base)) auto calc(120* var(--base));
}
.page .Button.-next svg {
  width: calc(6 * var(--base));
  height: calc(10 * var(--base));
  position: absolute;
  top: 0;
  right: calc(16 * var(--base));
  bottom: 0;
  margin: auto;
}
.page .Button.-down svg {
  width: calc(13 * var(--base));
  height: calc(7 * var(--base));
  position: absolute;
  top: 0;
  right: calc(15 * var(--base));
  bottom: 0;
  margin: auto;
  fill: #000;
}
.page ul.Anker_menu_list {
  display: flex;
  gap: calc(30* var(--base));
  width: 550px;
  margin: 0 auto calc(120* var(--base));
}
.page .Anker_menu_item {
  position: relative;
}
.page .Anker_menu_item img {
  transition: opacity 0.5s;
}
.page .Anker_menu_item img:last-of-type {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.page .Anker_menu_item:hover img:first-of-type {
  opacity: 0;
}
.page .Anker_menu_item:hover img:last-of-type {
  opacity: 1;
}
.page .Product_area {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.page #blouse .Product_area {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.page #blouse .Bizipa_slider {
  position: relative;
  padding-bottom: calc(18* var(--base));
  margin-top: calc(16* var(--base));
  margin-right: calc(-20* var(--base));
  width: 490px;
}
.page .Bizipa {
  padding-bottom: calc(32 * var(--base));
}
.page .Point {
  position: relative;
  padding-top: calc(50 * var(--base));
}
.page .Point::before {
  position: absolute;
  content: "";
  background: #eef3fa;
  height: 54rem;
  width: 100%;
  top: 11.4em;
}
.page .Point.-onepiece::before {
  position: absolute;
  content: "";
  background: #eef3fa;
  height: 56rem;
  width: 100%;
  top: 6.4em;
}
.page .Bizipa_slider {
  position: relative;
  padding-bottom: calc(18 * var(--base));
  margin-top: calc(16 * var(--base));
  margin-left: calc(-20 * var(--base));
  width: 490px;
}
.page .Bizipa_slider .swiper-slide {
  padding: 0 calc(18 * var(--base));
}
.page .Bizipa_slider .swiper-slide > img {
  aspect-ratio: 0.75;
}
.page .Bizipa_slider .swiper-button-prev {
  width: calc(40* var(--base));
  height: calc(40* var(--base));
  top: calc(280* var(--base));
  margin-top: 0;
  background-color: #fff;
  border: calc(1* var(--base)) solid #333333;
  border-radius: calc(99* var(--base));
  left: calc(-2 * var(--base));
}
.page .Bizipa_slider .swiper-button-prev svg {
  width: calc(10 * var(--base));
  height: calc(18 * var(--base));
  fill: #333333;
  margin-right: calc(2 * var(--base));
}
.page .Bizipa_slider .swiper-button-prev::after {
  content: none;
}
.page .Bizipa_slider .swiper-button-next {
  width: calc(40* var(--base));
  height: calc(40* var(--base));
  top: calc(280* var(--base));
  margin-top: 0;
  background-color: #fff;
  border: calc(1* var(--base)) solid #333333;
  border-radius: calc(99* var(--base));
  right: calc(-2 * var(--base));
}
.page .Bizipa_slider .swiper-button-next svg {
  width: calc(10 * var(--base));
  height: calc(18 * var(--base));
  fill: #333333;
  margin-left: calc(2 * var(--base));
}
.page .Bizipa_slider .swiper-button-next::after {
  content: none;
}
.page .Bizipa_slider .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: calc(8 * var(--base));
  bottom: 0;
}
.page .Bizipa_slider .swiper-pagination-bullet {
  width: calc(6 * var(--base));
  height: calc(6 * var(--base));
}
.page .Bizipa_slider .swiper-pagination-bullet-active {
  background-color: #F58E9C;
}
.page .Product_guide {
  font-size: calc(16 * var(--base));
}
.page .Product_guide h3 {
  font-size: calc(24 * var(--base));
  background-color: #fff;
  display: inline-block;
  margin: calc(20* var(--base)) 0;
  padding: calc(4* var(--base)) calc(16 * var(--base));
}
.page .Product_guide h3 em {
  font-weight: bold;
  color: #88d0e5;
}
.page .Product_guide dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page .Product_guide dt {
  font-size: calc(24 * var(--base));
  font-weight: bold;
  line-height: 1.3;
}
.page .Product_guide dd {
  font-family: "Shippori Mincho", serif;
  font-size: calc(18 * var(--base));
}
.page .Product_guide h4 {
  display: flex;
  justify-content: center;
  height: 32px;
  margin-top: 20px;
  margin-bottom: -35px;
}
.page .Product_guide h4 svg {
  width: 262px;
  height: auto;
}
.page .Product_guide_performance {
  background-color: #fff;
  border-radius: calc(12* var(--base));
  padding: calc(32* var(--base)) calc(24* var(--base));
  margin: calc(16* var(--base)) 0;
}
.page .Product_guide_performance dl {
  display: flex;
  background-image: linear-gradient(to right, #ccc, #ccc 6px, transparent 6px);
  background-size: calc(10 * var(--base)) calc(1 * var(--base));
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-top: calc(6 * var(--base));
  justify-content: flex-start;
  align-items: baseline;
}
.page .Product_guide_performance dl.last {
  display: flex;
  background-image: none;
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-top: calc(6 * var(--base));
}
.page .Product_guide_performance dd {
  font-size: calc(16 * var(--base));
  font-family: "Noto Sans JP", sans-serif;
  margin-left: calc(7 * var(--base));
  padding-bottom: calc(8 * var(--base));
}
.page .theme-ladies_lm_bizipa_series {
  --base: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(16 * var(--base));
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #333;
  background: #fff;
  padding-bottom: 120px;
}
.page .theme-ladies_lm_bizipa_series .Product_guide_performance img {
  width: calc(24 * var(--base));
  height: calc(24 * var(--base));
  margin-bottom: calc(3 * var(--base));
}
.page .theme-ladies_lm_bizipa_series img.KV_img {
  max-width: 980px;
  max-height: 500px;
}
.page .theme-ladies_lm_bizipa_series::before {
  content: "";
  width: 75%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
  box-sizing: border-box;
}
.page .theme-ladies_lm_bizipa_series * {
  box-sizing: border-box;
}
.page .theme-ladies_lm_bizipa_series::after {
  box-sizing: border-box;
}
.page .theme-ladies_lm_bizipa_series img {
  width: 100%;
  height: auto;
}
.page .theme-ladies_lm_bizipa_series [data-lazy] {
  opacity: 0;
}
.page .theme-ladies_lm_bizipa_series [data-lazy].-loaded {
  opacity: 1;
  transition: opacity 0.5s;
}
.page .theme-ladies_lm_bizipa_series span {
  vertical-align: baseline;
}
.page .theme-ladies_lm_bizipa_series em {
  vertical-align: baseline;
}
.page #onepiece .Product_guide_performance dd {
  font-size: calc(15 * var(--base));
  font-family: "Noto Sans JP", sans-serif;
  margin-left: calc(7 * var(--base));
  padding-bottom: calc(8 * var(--base));
}
.page dl.size_color {
  display: flex;
  align-items: center;
  margin-bottom: calc(12 * var(--base));
}
.page .size_color dt {
  font-family: "Shippori Mincho", serif;
  font-size: calc(18 * var(--base));
  width: calc(80 * var(--base));
}
.page .size_color dd img {
  width: calc(32 * var(--base));
  height: auto;
  margin-right: calc(1* var(--base));
}
.page .Lineup_colors {
  display: flex;
  gap: calc(8 * var(--base));
}
.page .Lineup_colorLink {
  display: grid;
  place-content: center;
  position: relative;
  width: calc(118 * var(--base));
  height: calc(40 * var(--base));
  padding-right: calc(5 * var(--base));
  font-size: calc(14 * var(--base));
  line-height: 1;
}
.page .Lineup_colorLink svg {
  width: calc(5 * var(--base));
  height: calc(8 * var(--base));
  position: absolute;
  top: 0;
  right: calc(8 * var(--base));
  bottom: 0;
  margin: auto;
  fill: #333;
}
.page .Lineup_colorLink.-beige {
  background-color: #dbd1c5;
}
.page .Lineup_colorLink.-gray {
  background-color: #b4bfe0;
}
.page .Lineup_colorLink.-navy {
  background-color: #374259;
}
.page .Lineup_colorLink.-navy svg {
  width: calc(5 * var(--base));
  height: calc(8 * var(--base));
  position: absolute;
  top: 0;
  right: calc(8 * var(--base));
  bottom: 0;
  margin: auto;
  fill: #fff;
}
.page .Lineup_colorLink.-pinkbeige {
  background-color: #cac1c9;
}
.page .Lineup_colorLink.-black {
  background-color: #333333;
}
.page .Lineup_colorLink.-black svg {
  width: calc(5 * var(--base));
  height: calc(8 * var(--base));
  position: absolute;
  top: 0;
  right: calc(8 * var(--base));
  bottom: 0;
  margin: auto;
  fill: #fff;
}
.page a.Lineup_colorLink.-navy {
  color: #fff;
}
.page a.Lineup_colorLink.-black {
  color: #fff;
}
.page .Style_look {
  text-align: center;
  width: 980px;
  margin: 38px auto 0;
}
.page .Style_look h3 {
  position: relative;
  margin: calc(12* var(--base)) 0 0;
  font-size: calc(30 * var(--base));
  text-align: center;
  font-family: "Shippori Mincho", serif;
  height: calc(72 * var(--base));
}
.page .Style_look h3 span {
  position: relative;
  z-index: 2;
}
.page h3.Style_look::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(153, 182, 222, 0.25);
  font-size: calc(56 * var(--base));
  font-weight: bold;
}
.page h3.Style_look.-hare::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  color: rgba(153, 182, 222, 0.25);
  font-size: calc(56 * var(--base));
  font-weight: bold;
}
.page .Style_look_slider {
  position: relative;
  padding-bottom: calc(72* var(--base));
  width: 694px;
  margin: 0 auto;
}
.page .Style_look_slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10 * var(--base));
}
.page .Style_look_slider .swiper-slide > img {
  aspect-ratio: 0.75;
}
.page .Style_look_slider .swiper-button-prev {
  width: calc(40* var(--base));
  height: calc(40* var(--base));
  top: calc(107* var(--base));
  margin-top: 0;
  background-color: #fff;
  border: calc(1* var(--base)) solid #333333;
  border-radius: calc(99* var(--base));
  left: calc(-20 * var(--base));
}
.page .Style_look_slider .swiper-button-prev svg {
  width: calc(10 * var(--base));
  height: calc(18 * var(--base));
  fill: #333333;
  margin-right: calc(2 * var(--base));
}
.page .Style_look_slider .swiper-button-prev::after {
  content: none;
}
.page .Style_look_slider .swiper-button-next {
  width: calc(40* var(--base));
  height: calc(40* var(--base));
  top: calc(107* var(--base));
  margin-top: 0;
  background-color: #fff;
  border: calc(1* var(--base)) solid #333333;
  border-radius: calc(99* var(--base));
  right: calc(-18 * var(--base));
}
.page .Style_look_slider .swiper-button-next svg {
  width: calc(10 * var(--base));
  height: calc(18 * var(--base));
  fill: #333333;
  margin-left: calc(2 * var(--base));
}
.page .Style_look_slider .swiper-button-next::after {
  content: none;
}
.page .Style_look_slider.-hare {
  position: relative;
  padding-bottom: calc(120* var(--base));
  width: 694px;
  margin: 0 auto;
}
.page .Attention {
  background-color: #EEF3FA;
  padding: calc(50 * var(--base)) 0;
  text-align: center;
}
.page .Attention_title {
  font-family: "Shippori Mincho", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(24 * var(--base));
  text-align: center;
}
.page .Attention_title::before {
  content: '';
  width: calc(48 * var(--base));
  height: calc(1 * var(--base));
  background-color: #333333;
  margin-right: 10px;
}
.page .Attention_title::after {
  content: '';
  width: calc(48 * var(--base));
  height: calc(1 * var(--base));
  background-color: #333333;
  margin-left: 10px;
}
.page .Attention_title span {
  display: block;
  line-height: 1.8;
  letter-spacing: 0;
}
.page .heading01 {
  font-weight: bold;
}
.page .Next_series {
  background-color: #88d0e5;
  font-size: calc(28 * var(--base));
  font-family: "Shippori Mincho", serif;
  line-height: calc(40 * var(--base));
  color: #fff;
  padding: calc(25* var(--base)) 0 calc(20* var(--base));
  margin: calc(10* var(--base)) auto;
  width: 400px;
}
.page .Next_series p {
  background-color: #fff;
  color: #333;
  font-size: calc(16 * var(--base));
  font-family: "Noto Sans JP", sans-serif;
  border-radius: calc(30 * var(--base));
  margin: calc(14 * var(--base)) calc(58 * var(--base));
  padding: 0 calc(30 * var(--base));
}
.page .Next_series p span {
  color: #F58E9C;
  font-weight: bold;
}
.page p.notes {
  font-size: calc(14 * var(--base));
  text-align: left;
  width: 400px;
  margin: 0 auto;
}
.page .Inner {
  position: relative;
  padding-right: calc(20 * var(--base));
  padding-left: calc(20 * var(--base));
  margin-right: auto;
  margin-left: auto;
  width: 980px;
}
.page .IntroSection {
  padding: calc(70 * var(--base)) 0;
  font-family: "Shippori Mincho", serif;
  background-color: #eef3fa;
}
.page .Intro_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(24 * var(--base));
  text-align: center;
  margin-bottom: calc(14 * var(--base));
}
.page .Intro_title::before {
  content: '';
  width: calc(48 * var(--base));
  height: calc(1 * var(--base));
  background-color: #333333;
  margin-right: 10px;
}
.page .Intro_title::after {
  content: '';
  width: calc(48 * var(--base));
  height: calc(1 * var(--base));
  background-color: #333333;
  margin-left: 10px;
}
.page .Intro_title span {
  display: block;
  line-height: 1.8;
  letter-spacing: 0;
}
.page .Intro_top_text {
  font-size: calc(16 * var(--base));
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: calc(30* var(--base));
  text-align: center;
}
.page .Intro_text {
  text-align: center;
  font-size: calc(24 * var(--base));
  line-height: 1.6;
}
.page .Intro_text span {
  color: #88D0E5;
  font-weight: bold;
  line-height: 1;
}
.page .Intro_text em {
  font-size: calc(30 * var(--base));
}
.page .Intro_text svg {
  position: absolute;
  width: calc(110 * var(--base));
  height: calc(5.5 * var(--base));
  top: 100%;
  left: calc(-3 * var(--base));
  fill: #f7b4b4;
}
.page .Intro_performance {
  background-color: #fff;
  border-radius: calc(12* var(--base));
  padding: calc(24* var(--base)) calc(40* var(--base));
  margin: calc(30* var(--base)) auto;
  width: 694px;
}
.page .Intro_performance dl {
  display: flex;
  background-image: linear-gradient(to right, #ccc, #ccc 6px, transparent 6px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-top: calc(16 * var(--base));
}
.page .Intro_performance dl.last {
  display: flex;
  background-image: none;
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-top: calc(16 * var(--base));
}
.page .Intro_performance dt {
  width: calc(112* var(--base));
  color: #88d0e5;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}
.page .Intro_performance dt svg {
  width: calc(112* var(--base));
  height: calc(30* var(--base));
}
.page .Intro_performance dd {
  font-size: calc(16 * var(--base));
  font-family: "Noto Sans JP", sans-serif;
  margin-left: calc(10* var(--base));
  padding-bottom: calc(16* var(--base));
}
.page h1 {
  background: url(/ec/img/usr/pg/c/ladies_lm_bizipa_series/kv_pc_bg.jpg);
  background-position: center;
}
.page .KV {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.page .KV_img_inner {
  max-width: calc(980 * var(--base));
  max-height: calc(500 * var(--base));
  margin: 0 auto;
}
.page .KV_img {
  display: block;
  aspect-ratio: 0.75;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
  opacity: 0;
}
.page .KV_img:nth-child(n+2) {
  position: absolute;
  top: 0;
}
.page .KV_img:nth-child(1) {
  transform: scale(1);
}
.page .KV_img:nth-child(2) {
  transform: translate3d(0, 5%, 0);
}
.page .KV_img:nth-child(3) {
  transform: translate3d(-8%, 0, 0);
}
.page .KV_img:nth-child(4) {
  transform: translate3d(0, 5%, 0);
}
.page .KV_img:nth-child(5) {
  transform: translate3d(0, 5%, 0);
}
.page .KV_img:nth-child(6) {
  transform: translate3d(0, 5%, 0);
}
.page .KV.-active .KV_img {
  opacity: 1;
}
.page .KV.-active .KV_img:nth-child(1) {
  transition: opacity 2s, transform 5s;
}
.page .KV.-active .KV_img:nth-child(2) {
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
  transition-delay: 0.6s;
}
.page .KV.-active .KV_img:nth-child(3) {
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
  transition-delay: 0.8s;
}
.page .KV.-active .KV_img:nth-child(4) {
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
  transition-delay: 1s;
}
.page .KV.-active .KV_img:nth-child(5) {
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
  transition-delay: 1.2s;
}
.page .KV.-active .KV_img:nth-child(6) {
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
  transition-delay: 1.4s;
}
.page .Menu {
  width: 100%;
  position: fixed;
  top: 122px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -100%, 0);
  transition: 0.4s;
  display: none;
}
.page .Menu.-active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  display: block;
}
.page .Menu_list {
  display: grid;
  grid-template-columns: 1fr 45% 1fr;
}
.page .Menu_item {
  position: relative;
}
.page .Menu_item:nth-child(n+2)::before {
  content: "";
  width: calc(1 * var(--base));
  height: calc(20 * var(--base));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.page .Menu_link {
  display: grid;
  place-content: center;
  height: calc(40* var(--base));
  font-size: calc(16 * var(--base));
  line-height: 1;
  color: #fff;
  background-color: #88d0e5;
}
.page .m-footer.l-footer {
  position: relative;
  z-index: 11;
}
@media (any-hover: hover) {
  .page .Button.-fill {
    transition: background-color 0.4s;
  }
  .page .Button.-fill:hover {
    background-color: #48bbd5;
  }
  .page .Button.-next svg {
    transition: transform 0.4s;
  }
  .page .Button.-next:hover svg {
    transform: translate3d(calc(6 * var(--base)), 0, 0);
  }
  .page .Bizipa_slider .swiper-button-prev:hover {
    background-color: #333333;
  }
  .page .Bizipa_slider .swiper-button-prev:hover svg {
    fill: #fff;
  }
  .page .Bizipa_slider .swiper-button-next:hover {
    background-color: #333333;
  }
  .page .Bizipa_slider .swiper-button-next:hover svg {
    fill: #fff;
  }
  .page .Lineup_colorLink svg {
    transition: transform 0.4s;
  }
  .page .Lineup_colorLink:hover svg {
    transform: translate3d(calc(3 * var(--base)), 0, 0);
  }
  .page .Style_look_slider .swiper-button-prev:hover {
    background-color: #333333;
  }
  .page .Style_look_slider .swiper-button-prev:hover svg {
    fill: #fff;
  }
  .page .Style_look_slider .swiper-button-next:hover {
    background-color: #333333;
  }
  .page .Style_look_slider .swiper-button-next:hover svg {
    fill: #fff;
  }
}
