@charset "UTF-8";
#footer .contain {
  display: none;
}

#dk_js_attention {
  bottom: 50%;
  transform: translateY(50%);
}

#cp-menu-display {
  visibility: hidden;
}

#cp-menu-btn.active + #cp-menu-display {
  visibility: visible;
}

#cp-menu-btn {
  display: none;
}

.k-match-body {
  background: #FFF;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  font-feature-settings: "palt";
}
.k-match-body:has(.k-match-bg--result) {
  background-color: #00afec;
}

.k-match-body a {
  color: inherit;
}

.k-match-body input,
.k-match-body textarea,
.k-match-body select,
.k-match-body button {
  font-family: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
}

.k-match-body select::-ms-expand {
  display: none;
}

.k-match-body button {
  cursor: pointer;
}

/* show only  SP/PC
-------------------------------*/
.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

/* font
-------------------------------*/
.bold {
  font-weight: bold;
}

/* margin
-------------------------------*/
/* padding
-------------------------------*/
.k-match-bg {
  width: 100%;
  height: 100%;
  min-height: 685px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 0;
  background-color: #00afec;
}
.k-match-bg.k-match-bg--result {
  position: fixed;
  top: 127px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.k-match-bg__item {
  display: block;
  position: absolute;
  top: -220px;
  left: 50%;
  width: 1756.5px !important;
  opacity: 0;
  transform: translate(-50%, 20px);
}

.k-match-bg__item.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: 0.4s;
}

.k-match-bg__item--bg {
  min-width: 1430px;
  width: 100% !important;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.k-match-bg--result .k-match-bg__item--bg {
  top: 37%;
  height: 100% !important;
}

.k-match-bg__item--bg.is-visible {
  transform: translate(-50%, -50%) scale(1);
}

.k-match-bg--sp {
  display: none;
}

.k-match-bg__item--screen {
  display: none;
}

.k-match-bg__item--screen.is-visible {
  display: block;
  width: 100%;
}

.k-match-bg--sp img {
  width: 100%;
  display: block;
}

.k-match-screen {
  display: none;
}

.k-match-screen.is-current {
  display: block;
}

.k-match-opening {
  position: relative;
  height: 698px;
}

.k-match-opening__car.is-closed {
  transform: scale(1.5);
  opacity: 0;
  transition: 0.4s ease-in;
}

.k-match-opening__car__item {
  width: 124px;
  display: block;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}

.k-match-opening__car__item img {
  transform: scale(0);
  border-radius: 50%;
  overflow: hidden;
}

.k-match-opening__car__item.is-visible img {
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.76, 0.02, 0.48, 1.36);
}

.k-match-opening__car__item--1,
.k-match-opening__car__item--2,
.k-match-opening__car__item--3,
.k-match-opening__car__item--4 {
  left: 50%;
}

.k-match-opening__car__item--1 {
  margin-left: 456px;
  top: 440px;
}

.k-match-opening__car__item--1 img {
  background: #f5d6d0;
}

.k-match-opening__car__item--2 {
  margin-left: 303px;
  top: 357px;
}

.k-match-opening__car__item--2 img {
  background: #e1d8ea;
}

.k-match-opening__car__item--3 {
  margin-left: 305px;
  top: 197px;
}

.k-match-opening__car__item--3 img {
  background: #eae3d1;
}

.k-match-opening__car__item--4 {
  margin-left: -414px;
  top: 203px;
}

.k-match-opening__car__item--4 img {
  background: #c5e4e5;
}

.k-match-opening__car__item--5,
.k-match-opening__car__item--6,
.k-match-opening__car__item--7,
.k-match-opening__car__item--8,
.k-match-opening__car__item--9,
.k-match-opening__car__item--10,
.k-match-opening__car__item--11,
.k-match-opening__car__item--12 {
  right: 50%;
}

.k-match-opening__car__item--5 {
  margin-right: 398px;
  top: 82px;
}

.k-match-opening__car__item--5 img {
  background: #eae3d1;
}

.k-match-opening__car__item--6 {
  margin-right: -382px;
  top: 38px;
}

.k-match-opening__car__item--6 img {
  background: #efefef;
}

.k-match-opening__car__item--7 {
  margin-right: -544px;
  top: 95px;
}

.k-match-opening__car__item--7 img {
  background: #e2e2e2;
}

.k-match-opening__car__item--8 {
  margin-right: 257px;
  top: 38px;
}

.k-match-opening__car__item--8 img {
  background: #f5d6d0;
}

.k-match-opening__car__item--9 {
  margin-right: 520px;
  top: 160px;
}

.k-match-opening__car__item--9 img {
  background: #e2e2e2;
}

.k-match-opening__car__item--10 {
  margin-right: -574px;
  top: 278px;
}

.k-match-opening__car__item--10 img {
  background: #efefef;
}

.k-match-opening__car__item--11 {
  margin-right: 421px;
  top: 283px;
}

.k-match-opening__car__item--11 img {
  background: #eff2eb;
}

.k-match-opening__car__item--12 {
  margin-right: 414px;
  top: 430px;
}

.k-match-opening__car__item--12 img {
  background: #c5dfde;
}

.k-match-wave-deco {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}

.k-match-wave-deco--1 {
  animation: pulsate 2.4s linear infinite;
}

.k-match-wave-deco--2 {
  animation: pulsate 2.4s 0.3s linear infinite;
}

.k-match-wave-deco--3 {
  animation: pulsate 2.4s 0.6s linear infinite;
}

.k-match-wave-deco--4 {
  animation: pulsate 2.4s 0.9s linear infinite;
}

.k-match-wave-deco--5 {
  animation: pulsate 2.4s 1.2s linear infinite;
}

.k-match-wave-deco--6 {
  animation: pulsate 2.4s 1.5s linear infinite;
}

.k-match-wave-deco--7 {
  animation: pulsate 2.4s 1.8s linear infinite;
}

.k-match-wave-deco--8 {
  animation: pulsate 2.4s 2.1s linear infinite;
}

.k-match-wave-deco--9 {
  animation: pulsate 2.4s 2.4s linear infinite;
}

.k-match-wave-deco--10 {
  animation: pulsate 2.4s 2.7s linear infinite;
}

.k-match-start {
  position: relative;
  width: 740px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k-match-start.is-closed {
  transform: scale(1.5);
  opacity: 0;
  transition: 0.4s ease-in;
}

.k-match-start__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 740px;
  height: 740px;
}

.k-match-start__bg img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transform: scale(0);
}

.k-match-start__bg.is-visible img {
  transform: scale(1);
  transition: 0.6s cubic-bezier(0.78, 0.06, 0.5, 1.24);
}

.is-closed .k-match-start__bg img {
  transform: scale(2);
  transition: 0.4s;
}

.k-match-start__body {
  position: relative;
  padding: 60px 0 123px;
}

.k-match-start__heading-sub {
  width: 260px;
  margin: 0 auto 10px;
}

.k-match-start__heading-sub img {
  display: block;
  margin: 0 auto;
  transform: translateY(50px) scaleY(0.3);
  transform-origin: center bottom;
  opacity: 0;
}

.k-match-start__heading-sub.is-visible img {
  transform: translateY(0) scaleY(1);
  opacity: 1;
  transition: 0.5s cubic-bezier(0.76, 0.47, 0.46, 1.49);
}

.k-match-start__heading img {
  display: block;
  margin: 0 auto;
  transform: translateY(50px) scaleY(0.3);
  transform-origin: center bottom;
  opacity: 0;
}

.k-match-start__heading.is-visible img {
  transform: translateY(0) scaleY(1);
  opacity: 1;
  transition: 0.5s cubic-bezier(0.76, 0.47, 0.46, 1.49);
}

.k-match-start__text {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.6428571429rem;
  line-height: 1.53;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 0.6em;
  opacity: 0;
}

.k-match-start__text.is-visible {
  opacity: 1;
  transition: 0.4s;
}

.k-match-start__button-wrap {
  position: relative;
  width: 140px;
  margin: 38px auto 0;
  opacity: 0;
  transform: scale(0);
}

.k-match-start__button-wrap.is-visible {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.89, 0.19, 0.71, 1.26);
}

.k-match-start__button {
  border: none;
  padding: 0;
  width: 100%;
  display: block;
  background: none;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.25));
  transition: 0.2s cubic-bezier(0.47, -0.54, 0.57, 1.84);
}

.k-match-start__button img {
  display: block;
}

.k-match-start__button:hover,
.k-match-start__button:focus-visible {
  transform: scale(1.1);
}

.k-match-start__iina {
  width: 105.5px;
  position: absolute;
  bottom: 51px;
  right: 120px;
  opacity: 0;
}

.k-match-start__iina.is-visible {
  opacity: 1;
  transition: 0.4s;
}

.k-match-start__net {
  width: 282px;
  position: absolute;
  bottom: 39px;
  left: -30px;
  opacity: 0;
  pointer-events: none;
}

.k-match-start__net.is-visible {
  opacity: 1;
  transition: 0.4s;
}

.k-match-shindan {
  padding: 23px 0 0;
  height: 675px;
}

.k-match-flow {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  position: relative;
  opacity: 0;
  transition: 0.6s;
}

.k-match-flow.is-visible {
  opacity: 1;
}

.k-match-flow__item {
  text-align: center;
  margin: 0 3px;
}

.k-match-flow__item::before {
  content: "";
  display: block;
  margin-bottom: 5px;
  width: 60px;
  height: 3.5px;
  border-radius: 2px;
  background: #bfbfbf;
}

.k-match-flow__item.is-active::before {
  background: #114999;
}

.k-match-flow__item.is-active svg * {
  fill: #114999;
}

.k-match-flow__item svg {
  height: 13.5px;
}

.k-match-flow__item svg * {
  fill: #bfbfbf;
}

.k-match-question {
  padding: 0px 0 20px;
  position: relative;
  width: 630px;
  margin: 0 auto;
  text-align: center;
}

.k-match-question__bg {
  width: 630px;
  height: 630px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.k-match-question__bg img {
  display: block;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
}

.k-match-question__bg.is-visible img {
  transform: scale(1);
  transition: 0.6s;
}

.k-match-question__bg.is-closed img {
  transform: scale(3);
  opacity: 0;
  transition: transform 0.4s ease-in, opacity 0.2s 0.2s;
}

.k-match-question__body {
  position: relative;
  padding-bottom: 20px;
}
.k-match-question__body:has(.k-match-question__heading--up) {
  padding-top: 15px;
}

.k-match-question__heading {
  width: 350px;
  margin: 0 auto -8px;
  transform: translateY(50px) scaleY(0.3);
  transform-origin: center bottom;
  opacity: 0;
}

.k-match-question__heading.is-visible {
  transform: translateY(0) scaleY(1);
  opacity: 1;
  transition: 0.5s cubic-bezier(0.76, 0.47, 0.46, 1.49);
}

.k-match-question__heading.is-closed {
  transform: scale(1.5);
  opacity: 0;
  transition: 0.4s ease-in;
}

.k-match-question__heading--up {
  margin-top: -26px;
}

.k-match-question__main {
  position: relative;
}

.k-match-question__select-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 529px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.k-match-question__select-items.is-closed {
  transform: scale(1.5);
  opacity: 0;
  transition: 0.4s ease-in;
}

.k-match-question__select-items--q4 {
  margin-bottom: -30px;
}

.k-match-question__text {
  font-size: 1.2857142857rem;
  font-weight: 500;
  text-align: center;
  margin-top: 26px;
  opacity: 0;
}

.k-match-question__text.is-visible {
  opacity: 1;
  transition: 0.4s;
}

.k-match-question__number {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -80px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.3);
  opacity: 0;
}

.k-match-question__number.is-visible {
  transform: scale(1);
  opacity: 1;
  transition: 0.5s;
}

.k-match-question__number.is-closed {
  transform: scale(1.5);
  opacity: 0;
  transition: 0.4s ease-in;
}

.k-match-question__number svg {
  width: 100%;
  height: 62px;
}

.k-match-question__number svg * {
  fill: #FFFFFF;
}

.k-match-question__number--1 svg {
  margin-right: 10px;
}

.k-match-question__number--2 svg {
  margin-right: 20px;
}

.k-match-question__number--3 svg {
  margin-right: 20px;
}

.k-match-question__number--4 {
  top: 42%;
}

.k-match-question__number--4 svg {
  margin-right: 20px;
}

.k-match-question__number__deco {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}

.k-match-question__number__deco--1 {
  animation: pulsate 2.4s linear infinite;
}

.k-match-question__number__deco--2 {
  animation: pulsate 2.4s 0.3s linear infinite;
}

.k-match-question__number__deco--3 {
  animation: pulsate 2.4s 0.6s linear infinite;
}

.k-match-question__number__deco--4 {
  animation: pulsate 2.4s 0.9s linear infinite;
}

.k-match-question__number__deco--5 {
  animation: pulsate 2.4s 1.2s linear infinite;
}

.k-match-question__number__deco--6 {
  animation: pulsate 2.4s 1.5s linear infinite;
}

.k-match-question__number__deco--7 {
  animation: pulsate 2.4s 1.8s linear infinite;
}

.k-match-question__number__deco--8 {
  animation: pulsate 2.4s 2.1s linear infinite;
}

.k-match-question__number__deco--9 {
  animation: pulsate 2.4s 2.4s linear infinite;
}

.k-match-question__number__deco--10 {
  animation: pulsate 2.4s 2.7s linear infinite;
}

.k-match-select-item {
  position: relative;
  display: block;
  width: 175px;
  height: 175px;
  margin: 10px 44.5px;
  transition: 0.2s cubic-bezier(0.47, -0.54, 0.57, 1.84);
  transform: scale(0);
}

.is-visible .k-match-select-item {
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.76, 0.02, 0.48, 1.36);
}

.k-match-question__select-items--q4 .k-match-select-item:last-child {
  margin-top: 34px;
}

.k-match-select-item:hover,
.k-match-select-item:focus-visible {
  transform: scale(1.06);
  transition: 0.2s cubic-bezier(0.47, -0.54, 0.57, 1.84);
}

.k-match-select-item:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2.5px solid #e50012;
  border-right: 2.5px solid #e50012;
  transform: rotate(45deg) translate(-50%, -50%);
  margin-left: -7px;
  position: absolute;
  bottom: 18px;
  left: 50%;
}

.k-match-select-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.k-match-select-item input:checked + .k-match-select-item__text {
  color: #e50012;
  background: #e50012;
}

.k-match-select-item__text {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
  cursor: pointer;
  display: block;
  font-weight: 700;
  font-size: 1.4285714286rem;
  line-height: 1.55;
  text-align: center;
  border-radius: 50%;
  filter: drop-shadow(0 13px 20px rgba(0, 0, 0, 0.25));
  box-sizing: border-box;
}
.k-match-select-item__text:has(.k-match-select-item__inner--long) {
  line-height: 1.35;
}

.k-match-select-item__text:before,
.k-match-select-item__text:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.k-match-select-item__text:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  z-index: 5;
  background: linear-gradient(to right bottom, #e7eb85 0%, #86dede 67.7%, #56b2ff 100%);
}

.k-match-select-item__text:after {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  z-index: 10;
  background: #FFFFFF;
}

.k-match-select-item__inner {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5em;
  box-sizing: border-box;
}

.k-match-select-item__inner--long {
  transform: scaleX(0.85);
}

.k-match-return-btn {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  font-size: 1.1428571429rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  background: #e5e5e5;
  transition: 0.2s cubic-bezier(0.47, -0.54, 0.57, 1.84);
  position: absolute;
  bottom: 0;
  left: 10px;
  opacity: 0;
  z-index: 50;
}

.k-match-return-btn.is-visible {
  opacity: 1;
  transition: 0.4s;
}

.k-match-return-btn:hover,
.k-match-return-btn:focus-visible {
  transform: scale(0.9);
}

.k-match-return-btn:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  margin: 0 0.2em 0 -0.4em;
}

.k-match-result {
  position: relative;
}

.k-match-result-head {
  position: relative;
  z-index: 100;
}

.k-match-result-head__heading {
  margin: 0 auto -15px;
  width: 438px;
  position: relative;
  transform: translateY(-100%);
}

.k-match-result-head__heading.is-visible {
  transform: translateY(0);
  transition: 0.3s ease-in;
}

.k-match-result-head__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.k-match-result-head__bg {
  position: absolute;
  top: 39.7%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 595px;
}

.k-match-result-head__bg img {
  display: block;
  transform: scale(0);
}

.k-match-result-head__bg.is-visible img {
  transform: scale(1);
  transition: 0.6s cubic-bezier(0.66, 0.44, 0.65, 1.24);
}

.k-match-result-head__main {
  position: relative;
  z-index: 100;
  text-align: center;
  padding: 0 0 calc(125px + 6vw);
}

.k-match-result-head__texts-wrap {
  opacity: 0;
}

.k-match-result-head__texts-wrap.is-visible {
  opacity: 1;
  transition: 0.5s ease-in;
}

.k-match-result-head__label {
  background: #e5e5e5;
  padding: 0.5em 0.8em;
  border-radius: 2em;
  display: inline-block;
  font-size: 1.6664285714rem;
  font-weight: 700;
}

.k-match-result-head__text {
  font-size: 2.8571428571rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: -4px;
}

.k-match-result-head__text span {
  display: block;
}

.k-match-user-type-image {
  position: absolute;
  transform: translateX(-50%);
}

.k-match-user-type-image img {
  display: block;
  transform: scale(0) translateY(20px);
  transform-origin: center bottom;
}

.k-match-user-type-image.is-visible img {
  transform: scale(1) translateY(0);
  transition: 0.5s cubic-bezier(0.66, 0.44, 0.65, 1.24);
}

.k-match-user-type-image.logic-user-type-image--1 {
  width: 373.5px;
  bottom: -56px;
  left: 52.8%;
}

.k-match-user-type-image.logic-user-type-image--2 {
  width: 311.5px;
  bottom: -65px;
  left: 53.8%;
}

.k-match-user-type-image.logic-user-type-image--3 {
  width: 328px;
  bottom: -72px;
  left: 46.3%;
}

.k-match-user-type-image.logic-user-type-image--4 {
  width: 408px;
  bottom: -49px;
  left: 48.4%;
}

.k-match-result-content {
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: relative;
  padding: 80px 0 70px;
  opacity: 0;
}

.is-current .k-match-result-content {
  opacity: 1;
  transition: 1s 0.6s;
}

.k-match-result-content::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-99.5%);
  content: "";
  display: block;
  width: 100%;
  height: 6.1vw;
  margin-top: 1px;
  background-image: inherit;
  background-repeat: repeat-y;
  background-size: 100% auto;
  clip-path: circle(210vw at center 210vw);
}

.k-match-result-inner {
  position: relative;
  max-width: 1066px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}

.k-match-result-content-label-wrap {
  width: 330px;
  margin: -100px auto 0px !important;
}

.k-match-result-content-label {
  position: relative;
  width: 100%;
  overflow: visible;
}
.k-match-result-content-label__shadow {
  display: block;
  position: absolute;
  opacity: 0.3;
  filter: brightness(0.3);
}
.k-match-result-content-label__main {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.k-match-products-wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.k-match-product {
  background: #FFFFFF;
  position: relative;
  border-radius: 20px;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.25));
  padding: 35px 3.284% 35px;
  margin-bottom: 70px;
}

.k-match-product__rank {
  width: 138px;
  position: absolute;
  top: -45px;
  left: -40px;
  filter: drop-shadow(0px 8.993px 7px rgba(0, 0, 0, 0.25));
}

.k-match-product__heading {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  background: #e5e5e5;
  border-radius: 0.1714287em;
  padding: 0.25em 1em;
  margin-bottom: 67px;
}

.k-match-product__body {
  display: flex;
  justify-content: space-between;
}

.k-match-product__image {
  width: 25.703%;
  border-radius: 10px;
  overflow: hidden;
}

.k-match-product__image img {
  display: block;
}

.k-match-product__main {
  width: 70.784%;
}

.k-match-product__point {
  background: #fffce5;
  border: 5px solid #F90;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 46px 3.1% 26px;
  min-height: 119px;
  position: relative;
}
.k-match-product__point::before {
  position: absolute;
  content: "";
  background-image: url(../image/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 73px;
  height: 27px;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.k-match-product__point-head {
  width: 49.21%;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}

.k-match-product__list {
  width: 100%;
  font-size: 2.714288rem;
  font-weight: 700;
  text-align: center;
}
.k-match-product__list .annotation {
  font-size: 14px;
  font-weight: 400;
  vertical-align: text-top;
}
.k-match-product__list .annotation_txt {
  display: block;
  padding-top: 9px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}

.k-match-product__contents {
  margin-bottom: 20px;
}

.k-match-contents__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 3.54609929%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.k-match-contents__grid__item figure {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 6px;
}

.k-match-contents__grid__item figure img {
  display: block;
  width: 100%;
}

.k-match-contents__row {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
}

.k-match-contents__col {
  flex: 1;
}

.k-match-contents__col figure {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 6px;
}

.k-match-contents__col figure img {
  display: block;
  width: 100%;
}

.k-match-contents__full {
  margin-bottom: 20px;
}

.k-match-contents__full figure {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 6px;
}

.k-match-contents__full figure img {
  display: block;
  width: 100%;
}

.k-match-contents__caption {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.k-match-contents__note {
  font-size: 18px;
  font-weight: 400;
  color: #343434;
  margin-top: 9px;
  text-align: right;
  line-height: normal;
}

.k-match-product__buttons-wrap {
  background: #E5F5FF;
  border-radius: 6px;
  padding: 16px 26px 22px;
  color: #FFF;
  display: flex;
  gap: 22px;
  margin-left: -41.278%;
}
.k-match-product__buttons-wrap .k-match-product__button--green {
  display: none;
}

.k-match-product__button {
  font-size: 1.7857142857rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  color: #FFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #000;
  max-width: 460px;
  width: 100%;
  border-radius: 45px;
  padding: 0.4em 0;
  box-sizing: border-box;
  box-shadow: 0 1px 0 #000, 0 2px 0 #000, 0 3px 0 #000, 0 4px 0 #000, 0 5px 0 #000, 0 6px 0 #000;
  transition: 0.2s cubic-bezier(0.47, -0.54, 0.57, 1.84);
}

.k-match-product__button:hover {
  transform: scale(1.04);
}

.k-match-product__button:active {
  transform: translateY(6px);
  box-shadow: none;
}

.k-match-product__button span {
  display: block;
}

.k-match-product__button span::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.k-match-product__button span::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  top: 50%;
  right: 36px;
  margin-top: 2px;
  transform: rotate(45deg) translate(-50%, -50%);
}

.k-match-product__button img {
  display: block;
  position: absolute;
  top: -14px;
  right: -2px;
  width: 83px !important;
  transition: 0.2s cubic-bezier(0.47, -0.54, 0.57, 1.84);
  will-change: transform;
}

.k-match-product__button--blue {
  background: #0080cb;
}

.k-match-product__button--blue span::before {
  background: #0061ba;
}

.k-match-product__button--red {
  background: #e60012;
}

.k-match-product__button--red span::before {
  background: #ba0012;
}

.k-match-product__button--green {
  background: #1DB360;
  cursor: pointer;
}

.k-match-product__button--green span::before {
  background: #038D58;
}

.k-match-bnr-shop {
  display: block;
  width: 260px;
  filter: drop-shadow(0 0 3.2584px rgba(0, 0, 0, 0.25));
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5000;
  transition: 0.2s cubic-bezier(0.47, -0.54, 0.57, 1.84);
}

.k-match-bnr-shop:hover {
  transform: scale(1.04);
}

.k-match-bnr-shop img {
  display: block;
}

.k-match-btn-retry-wrap {
  width: 140px;
  margin: 0 auto;
  position: relative;
}

.k-match-btn-retry {
  border: none;
  padding: 0;
  width: 100%;
  display: block;
  background: none;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.25));
  box-shadow: none;
  transition: 0.2s cubic-bezier(0.47, -0.54, 0.57, 1.84);
  border-radius: 50%;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
}

.k-match-btn-retry img {
  display: block;
}

.k-match-btn-retry:hover,
.k-match-btn-retry:focus-visible {
  transform: scale(1.1);
}

.k-match-retry-btn-wrap {
  position: relative;
  padding: 40px 0 150px;
}

.k-match-retry-btn-wrap__illust {
  position: absolute;
  bottom: 27px;
  right: 61.8%;
  width: 293.5px;
}

.k-match-banner {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  margin-bottom: 60px;
}

.k-match-banner__item {
  /* width: 47.8%; */
}

.k-match-banner__item--sm {
  /* width: 40%; */
}

.k-match-banner__item--lg {
  /* width: 55.6%; */
  margin-bottom: 70px;
}

.k-match-banner__item a {
  display: block;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
  transition: 0.2s cubic-bezier(0.47, -0.54, 0.57, 1.84);
}

.k-match-banner__item a:hover {
  transform: scale(1.04);
}

.k-match-banner__item img {
  display: block;
}

.k-match-note {
  border-radius: 20px;
  background: #FFFFFF;
  padding: 12px 5% 40px;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.25));
  display: flex;
  justify-content: space-between;
}

.k-match-note__item--sm {
  width: 36.45%;
}

.k-match-note__item--lg {
  width: 57.3%;
}

.k-match-note__heading {
  display: flex;
  align-items: center;
  min-height: 42px;
  font-size: 87% !important;
  font-weight: 700;
}

.k-match-note__logo {
  margin-right: 20px;
}

.k-match-note__logo--1 {
  width: 113px;
}

.k-match-note__logo--2 {
  width: 104px;
}

.k-match-note__content {
  font-size: 0.8571428571rem;
  line-height: 1.68;
}

.k-match-note__content p,
.k-match-note__content ul,
.k-match-note__content ol {
  margin-bottom: 1.68em;
}

.k-match-note__content ul {
  margin-top: 2em;
}

.k-match-note__content ol li {
  list-style: none;
}

.k-match-note__notice {
  padding: 25px 5% 5px;
  background: #eeeeee;
  border-radius: 10px;
  margin-top: 28px;
}

.k-match-scrollin {
  opacity: 0;
  transform: scale(0) translate(0, 30px);
}

.k-match-scrollin.is-visible {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition: 0.2s cubic-bezier(0.23, 0.73, 0.78, 1.26);
}

/* base */
/* Tools */
/* Layout */
/* Module */
@media screen and (max-width: 767px) {
  .k-match-body { /* sp */
    min-height: 0;
  }
  .sp-only { /* sp */
    display: block !important;
  }
  .pc-only { /* sp */
    display: none !important;
  }
  .k-match-bg--pc { /* sp */
    display: none;
  }
  .k-match-bg--sp { /* sp */
    display: block;
  }
  .k-match-bg--sp__item--bg {
    height: 100% !important;
  }
  .k-match-bg.k-match-bg--result {
    top: 0;
  }
  .k-match-bg__item--screen {
    top: -60px;
    position: absolute;
    width: 130% !important;
    left: 51%;
    transform: translateX(-50%);
  }
  .k-match-bg--result .k-match-bg__item {
    width: 114% !important;
    top: 0;
  }
  .k-match-opening {
    height: 158.93333333vw;
  }
  .k-match-opening__car__item { /* sp */
    width: 14.77vw;
  }
  .k-match-opening__car__item img { /* sp */
    background: #FFF;
  }
  .k-match-opening__car__item--1,
  .k-match-opening__car__item--2,
  .k-match-opening__car__item--3,
  .k-match-opening__car__item--4 { /* sp */
    margin-left: 0;
  }
  .k-match-opening__car__item--1,
  .k-match-opening__car__item--12 {
    top: 42.9vw;
  }
  .k-match-opening__car__item--2,
  .k-match-opening__car__item--10,
  .k-match-opening__car__item--11 { /* sp */
    top: 29.86666667vw;
  }
  .k-match-opening__car__item--3,
  .k-match-opening__car__item--4,
  .k-match-opening__car__item--7,
  .k-match-opening__car__item--9 { /* sp */
    top: 16vw;
  }
  .k-match-opening__car__item--5,
  .k-match-opening__car__item--6,
  .k-match-opening__car__item--8 { /* sp */
    top: 2.13333333vw;
  }
  .k-match-opening__car__item--1,
  .k-match-opening__car__item--7 { /* sp */
    left: 80%;
  }
  .k-match-opening__car__item--2,
  .k-match-opening__car__item--8 { /* sp */
    left: 43%;
  }
  .k-match-opening__car__item--3 { /* sp */
    left: 54.93333333%;
  }
  .k-match-opening__car__item--4 { /* sp */
    left: 29.6%;
  }
  .k-match-opening__car__item--5,
  .k-match-opening__car__item--6,
  .k-match-opening__car__item--7,
  .k-match-opening__car__item--8,
  .k-match-opening__car__item--9 { /* sp */
    margin-right: 0;
  }
  .k-match-opening__car__item--5,
  .k-match-opening__car__item--11 { /* sp */
    left: 16.8%;
  }
  .k-match-opening__car__item--6,
  .k-match-opening__car__item--10 { /* sp */
    left: 68%;
  }
  .k-match-opening__car__item--9,
  .k-match-opening__car__item--12 { /* sp */
    left: 4.53333333%;
  }
  .k-match-start { /* sp */
    width: 100%;
    overflow: hidden;
    min-height: 0;
  }
  .k-match-start__bg { /* sp */
    width: 138.67vw;
    height: 138.67vw;
    top: 46%;
  }
  .k-match-start__body { /* sp */
    padding: 46.6667vw 0 32vw;
  }
  .k-match-start__heading-sub {
    width: 35.734vw;
    margin: 0 auto;
  }
  .k-match-start__heading { /* sp */
    width: 76.2vw;
    margin: 0 auto;
  }
  .k-match-start__text { /* sp */
    font-size: 4vw;
    margin-top: 0.8em;
  }
  .k-match-start__button-wrap { /* sp */
    width: 30.9vw;
    margin-top: 5vw;
  }
  .k-match-start__iina { /* sp */
    width: 20.2vw;
    bottom: 11.4vw;
    right: 7.7vw;
  }
  .k-match-start__net { /* sp */
    width: 58.6vw;
    left: -2.5vw;
    bottom: 0;
  }
  .k-match-shindan { /* sp */
    padding: 4.8vw 0 4vw;
    height: 150.13333333vw;
  }
  .k-match-flow { /* sp */
    margin-bottom: 0px;
  }
  .k-match-question { /* sp */
    width: 100%;
    padding: 4vw 0 0;
  }
  .k-match-question:has(.k-match-question__heading--up) {
    padding-top: 2vw;
  }
  .k-match-question__bg { /* sp */
    width: 104.266666vw;
    height: 104.266666vw;
    top: 56%;
    transform: translate(-50%, -50%);
  }
  .k-match-question__body { /* sp */
    padding-bottom: 0;
  }
  .k-match-question__body:has(.k-match-question__heading--up) {
    padding-top: 0;
  }
  .k-match-question__heading { /* sp */
    width: 93.33%;
    margin-bottom: -4vw;
  }
  .k-match-question__heading:has(.k-match-question__heading--up) {
    margin-bottom: -2vw;
  }
  .k-match-question__heading--up { /* sp */
    margin-top: 0;
  }
  .k-match-question__select-items { /* sp */
    width: 100%;
  }
  .k-match-question__select-items--q4 { /* sp */
    margin-bottom: -13vw;
  }
  .k-match-question__text { /* sp */
    font-size: 3.733333vw;
    padding-left: 1em;
    font-weight: 600;
    color: #fff;
    margin-top: 35px;
  }
  .k-match-question__body:has(.k-match-question__heading--up) .k-match-question__text {
    margin-top: 45px;
  }
  .k-match-question__number { /* sp */
    width: 28vw;
    height: 28vw;
    margin: -14vw 0 0 -14vw;
  }
  .k-match-question__number svg { /* sp */
    height: 11vw;
  }
  .k-match-question__number--2 svg { /* sp */
    margin-right: 3.5vw;
  }
  .k-match-question__number--3 svg { /* sp */
    margin-right: 2.5vw;
  }
  .k-match-question__number--4 { /* sp */
    top: 37%;
  }
  .k-match-select-item { /* sp */
    width: 36vw;
    height: 36vw;
    margin: 4vw 3.7vw;
  }
  .k-match-question__select-items--q4 .k-match-select-item { /* sp */
    margin: 0 9vw 9vw;
  }
  .k-match-question__select-items--q4 .k-match-select-item:nth-child(odd) { /* sp */
    margin-left: 0;
  }
  .k-match-question__select-items--q4 .k-match-select-item:nth-child(even) { /* sp */
    margin-right: 0;
  }
  .k-match-question__select-items--q4 .k-match-select-item:last-child { /* sp */
    margin-top: 0;
    margin-right: 0;
  }
  .k-match-select-item:after { /* sp */
    width: 1.4vw;
    height: 1.4vw;
    border-top-width: 0.6vw;
    border-right-width: 0.6vw;
    margin-left: -1.3vw;
    bottom: 4vw;
  }
  .k-match-select-item__text { /* sp */
    font-size: 4.266666vw;
  }
  .k-match-return-btn { /* sp */
    font-size: 4.266666vw;
    width: 18.933333vw;
    height: auto;
    padding: 0.8em 0;
    left: 0;
    border-radius: 0 2em 2em 0;
    border-left: none;
  }
  .k-match-result-head__heading { /* sp */
    width: 100%;
    margin-bottom: 0;
  }
  .k-match-result-head__bg { /* sp */
    width: 87.2vw;
    height: 87.2vw;
    top: 26.3%;
  }
  .k-match-result-head__main { /* sp */
    padding-bottom: 52.4vw;
  }
  .k-match-result-head__label { /* sp */
    margin: 0 auto 4.8vw !important;
    padding: 0em 0.8em;
    font-size: 4vw;
  }
  .k-match-result-head__text { /* sp */
    font-size: 7.4666666667vw;
  }
  .k-match-user-type-image.logic-user-type-image--1 { /* sp */
    width: 79.7vw;
    left: 51.7%;
    bottom: -9.1vw;
  }
  .k-match-user-type-image.logic-user-type-image--2 { /* sp */
    width: 72.1vw;
    left: 52%;
    bottom: -12vw;
  }
  .k-match-user-type-image.logic-user-type-image--3 { /* sp */
    width: 76.2vw;
    bottom: -16.8vw;
    left: 45%;
  }
  .k-match-user-type-image.logic-user-type-image--4 { /* sp */
    width: 95vw;
    bottom: -8.6vw;
    left: 48.1%;
  }
  .k-match-result-content { /* sp */
    background-position: center top -50vw;
    margin-top: 24vw;
    padding-top: 0;
    padding-bottom: 11vw;
  }
  .k-match-result-inner { /* sp */
    width: 92%;
  }
  .k-match-result-content-label-wrap { /* sp */
    width: 71.2vw;
    margin: -17vw auto 0 !important;
  }
  .k-match-products-wrap { /* sp */
    margin-top: 6.3vw;
  }
  .k-match-product { /* sp */
    padding: 5.333vw 5.333vw 6.9333vw;
    margin-bottom: 10.666666vw;
  }
  .k-match-product__rank { /* sp */
    width: 20.5vw;
    top: -5.7vw;
    left: -3vw;
  }
  .k-match-product__heading { /* sp */
    font-size: 6.1333333333vw;
    margin-bottom: 5.3vw;
    border-radius: 1.6vw;
  }
  .k-match-product__body { /* sp */
    display: block;
  }
  .k-match-product__image { /* sp */
    width: 100%;
    margin-bottom: 13vw;
    border-radius: 4vw;
  }
  .k-match-product__main { /* sp */
    width: 100%;
  }
  .k-match-product__point { /* sp */
    display: block;
    border-radius: 15px;
    border: 4px solid #F90;
    padding: 14.4vw 1% 10.4vw;
    margin-bottom: 43px;
    min-height: 18.66666667vw;
  }
  .k-match-product__point::before {
    width: 26.66666667vw;
    height: 9.6vw;
    bottom: -6.13333333vw;
  }
  .k-match-product__point-head { /* sp */
    width: 85.513%;
    top: -7.2vw;
  }
  .k-match-product__list { /* sp */
    width: 100%;
    font-size: 6.4vw;
    text-align: center;
  }
  .k-match-product__list__item { /* sp */ }
  .k-match-product__list__item .annotation_txt {
    text-indent: initial;
    padding-left: 0;
  }
  .k-match-product__contents { /* sp */
    margin-bottom: 5.333vw;
  }
  .k-match-contents__grid { /* sp */
    grid-template-columns: 1fr;
    gap: 5.33333333vw;
  }
  .k-match-contents__grid__item figure { /* sp */
    border-radius: 2.133vw;
    margin-bottom: 1.6vw;
  }
  .k-match-contents__row { /* sp */
    flex-direction: column;
    gap: 5.33333333vw;
    margin-bottom: 5.33333333vw;
  }
  .k-match-contents__col figure { /* sp */
    border-radius: 2.133vw;
    margin-bottom: 1.6vw;
  }
  .k-match-contents__full { /* sp */
    margin-bottom: 5.33333333vw;
  }
  .k-match-contents__full figure { /* sp */
    border-radius: 2.133vw;
    margin-bottom: 1.6vw;
  }
  .k-match-contents__caption { /* sp */
    font-size: 4.8vw;
  }
  .k-match-contents__note { /* sp */
    font-size: 4.8vw;
    margin-top: 5.33333333vw;
    text-align: left;
  }
  .k-match-product__buttons-wrap { /* sp */
    padding: 8.26666667vw 5.33333333vw;
    flex-direction: column;
    gap: 6.93333333vw;
    margin-left: 0;
  }
  .k-match-product__button { /* sp */
    font-size: 1.3571428571rem;
    font-weight: 900;
    border-width: 3px;
    border-radius: 5.3vw;
    line-height: 1.25;
    padding: 0.4em 0 0.5em;
    box-shadow: 0 1px 0 #000, 0 2px 0 #000, 0 3px 0 #000, 0 4px 0 #000, 0 5px 0 #000, 0 6px 0 #000, 0 7px 0 #000, 0 8px 0 #000, 0 9px 0 #000, 0 10px 0 #000;
  }
  .k-match-product__button span::before { /* sp */
    content: none;
  }
  .k-match-product__button span::after { /* sp */
    width: 1.6vw;
    height: 1.6vw;
    right: 6%;
  }
  .k-match-product__button img { /* sp */
    width: 17vw !important;
    right: -3vw;
  }
  .k-match-bnr-shop { /* sp */
    width: 35vw;
  }
  .k-match-btn-retry-wrap { /* sp */
    width: 30.9vw;
  }
  .k-match-retry-btn-wrap { /* sp */
    padding: 5vw 0 30vw;
  }
  .k-match-retry-btn-wrap__illust { /* sp */
    width: 35vw;
    right: auto;
    left: -3vw;
    bottom: 4vw;
    transform: rotate(10deg);
  }
  .k-match-banner { /* sp */
    display: block;
    margin-bottom: 8vw;
  }
  .k-match-banner__item { /* sp */
    width: 100%;
    margin-bottom: 8vw;
  }
  .k-match-note { /* sp */
    display: block;
    padding: 9.8vw 6.5%;
  }
  .k-match-note__item { /* sp */
    width: 100%;
  }
  .k-match-note__item:not(:last-child) {
    margin-bottom: 10vw;
  }
  .k-match-note__heading { /* sp */
    margin: 0 0 1.3vw !important;
  }
  .k-match-note__notice { /* sp */
    margin-top: 11vw;
    padding: 4.6vw 7.2% 0.1vw;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
/*20230606 add*/
body .iziModal {
  background-color: #D1E7EC;
  border-radius: 33px !important;
  padding: 30px 45px 30px;
  max-width: 560px !important;
  box-sizing: content-box;
  z-index: 99999 !important;
}

.iziModal-overlay {
  z-index: 99998 !important;
}

.modal_inner {
  position: relative;
}

.modal_ttl {
  width: 191px;
  margin: 0 auto 30px;
}

.modal_listWrap li {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 25px 40px;
  border-radius: 25px;
}

.modal_listWrap li:last-child {
  margin-bottom: 0;
}

.modal_listTxt {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  line-height: 1.25;
}

.modal_listTxtNote {
  font-weight: normal;
  font-size: 80%;
}

.modal_listName {
  display: block;
  text-align: right;
  font-size: 14px;
}

.close_btn {
  width: 220px;
  margin: 20px auto 0;
}

.close_icoBtn {
  width: 60px;
  position: absolute;
  right: -52px;
  top: -52px;
}

.close_icoBtn, .close_btn {
  transition: 0.2s cubic-bezier(0.47, -0.54, 0.57, 1.84);
}

.close_icoBtn:hover, .close_btn:hover {
  transform: scale(1.1);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body .iziModal {
    border-radius: 5.8vw !important;
    padding: 5vw 4vw 5.33vw;
    max-width: 84vw !important;
  }
  .modal_ttl {
    width: 40vw;
    margin: 0 auto 4vw;
  }
  .modal_listWrap li {
    margin-bottom: 2.6vw;
    padding: 5.2vw 5vw;
    border-radius: 2.6vw;
  }
  .modal_listWrap li:last-child {
    margin-bottom: 0;
  }
  .modal_listTxt {
    margin-bottom: 1.86;
    font-size: 4vw;
    line-height: 1.25;
  }
  .modal_listName {
    font-size: 3.46vw;
  }
  .close_btn {
    width: 48vw;
    margin: 5.33vw auto 0;
  }
  .close_icoBtn {
    width: 13.33vw;
    position: absolute;
    right: -6vw;
    top: -6vw;
  }
}
/*20230607*/
.visitcp_note {
  line-height: 1.25;
  font-size: 12px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: 0;
  display: table;
  text-indent: -1em;
  padding-left: 1em;
}

.suuji-campaign__item a {
  position: relative;
}

.bnr_batch {
  width: 250px;
  display: block;
  height: 250px;
  z-index: 10;
}

.bnr_batch, .bnr_batch::before {
  position: absolute;
  bottom: -14px;
  left: -23px;
}

.bnr_batch img {
  z-index: 100;
  position: relative;
}

.bnr_batch::before {
  display: block;
  content: "";
  width: 250px;
  height: 250px;
  background-image: url(../image/bnr_bg01.png);
  background-size: 100%;
  display: block;
  z-index: 7;
  animation: 3.5s bounce cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  transform-origin: 50%;
}

@keyframes bounce {
  0% {
    transform: scale(1);
  }
  7.5% {
    transform: scale(1.1);
  }
  15% {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .bnr_batch {
    width: 37vw;
    height: 37vw;
    bottom: 47vw;
    left: 6vw;
  }
  .bnr_batch::before {
    width: 37vw;
    height: 37vw;
    bottom: -3vw;
    left: -3vw;
  }
  .visitcp_note {
    font-size: 2.63vw;
    width: 100%;
  }
}
#iziModal6 .modal_listWrap li:last-child {
  background: none;
  padding: 0;
  font-size: 12px;
  padding-left: 1.8em;
  text-indent: -1.8em;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  #iziModal6 .modal_listWrap li:last-child {
    font-size: 3.2vw;
    padding-left: 1.8em;
    text-indent: -1.8em;
    margin-top: 3.4vw;
  }
  #iziModal6 {
    /* box-sizing: border-box; */
  }
}
@media screen and (max-width: 767px) {
  .k-match-bg .k-match-bg__item--screen {
    display: none;
  }
  .k-match-bg.is-opacity .k-match-bg__item--screen {
    display: block;
  }
}
.k-match-products-wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s ease; 
}

.k-match-products-wrap.is-visible {
  opacity: 1;
}

/* 20260611 */
.k-match-banner li a {
  padding: 8px;
  background-color: #fff;
  border-radius: 25px;
}