@charset "utf-8";

/* =====================================================
    調整
===================================================== */
html {
	background-color: transparent !important;
}

/*--帯バナー非表示用--*/
.h_bar, #beltbnr {
	display: none;
}

#specialty {
  overflow: hidden;
}

#specialty a {
  text-decoration: none;
}

#specialty a:hover img {
  opacity: 1 !important;
}

#specialty figure {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #specialty {
    margin-top: 6px;
  }
}

/*--sticky用--*/
/* html, body, div.wrapper_ {
  overflow: visible !important;
} */

/*--SPのみ表示用--*/
@media only screen and (max-width: 429px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media only screen and (min-width: 430px) and (max-width: 767px) {
  .sp {
    display: none;
  }

  .pc {
    display: none;
  }
}

/*--PCのみ表示用--*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

.is-hidden {
  display: none !important;
}

/* =====================================================
    FONT
===================================================== */
:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --font-size-8: min(1.8604651162790697vw, 8px);
  --font-size-10: min(2.3255813953488373vw, 10px);
  --font-size-12: min(2.7906976744186047vw, 12px);
  --font-size-14: min(3.255813953488372vw, 14px);
  --font-size-16: min(3.7209302325581395vw, 16px);
  --font-size-18: min(4.186046511627907vw, 18px);
  --font-size-20: min(4.651162790697675vw, 20px);
  --font-size-22: min(5.116279069767442vw, 22px);
  --font-size-24: min(5.5813953488372094vw, 24px);
  --font-size-26: min(6.046511627906977vw, 26px);
  --font-size-28: min(6.511627906976744vw, 28px);
  --font-size-30: min(6.976744186046512vw, 30px);
  --font-size-32: min(7.441860465116279vw, 32px);
  --font-size-34: min(7.906976744186046vw, 34px);
  --font-size-36: min(8.372093023255815vw, 36px);
  --font-size-38: min(8.837209302325581vw, 38px);
  --font-size-40: min(9.30232558139535vw, 40px);
  --font-size-50: min(11.627906976744185vw, 50px);
  --font-size-60: min(13.953488372093023vw, 60px);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

/*DNP ShueiGoGinStd M*/
.dnp-shuei-gothic-gin-std-500 {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*DNP ShueiGoGinStd B*/
.dnp-shuei-gothic-gin-std-600 {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*Acumin Pro Regular*/
.acumin-pro-400 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*Acumin Pro Italic*/
.acumin-pro-it400 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/*Acumin Pro Bold*/
.acumin-pro-700 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*Acumin Pro Condensed Regular*/
.acumin-pro-condensed-400 {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* =====================================================
    KV
===================================================== */
.kv {
  width: 100%;
  margin: 0 auto;
}

.kv h2 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* =====================================================
    LEAD
===================================================== */
.lead {
  width: 100%;
  margin: 32px auto 0;
}

.lead p {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .lead {
    margin: 64px auto 0;
  }
}

/* =====================================================
    FUNCTION/FIT/STYLE
===================================================== */
/* DIAGNOSIS */
.diagnosis {
  width: 100%;
  margin: 32px auto 0;
  position: relative;
}

.question, 
.style, 
#styling1, 
#styling2 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px) scale(.98);
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), visibility .7s, transform .7s cubic-bezier(.22, 1, .36, 1);
  width: 100%;
  position: absolute;
  pointer-events: none;
}

.question.active, 
.style.active, 
#styling1.active, 
#styling2.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  transition-delay: .08s;
  position: relative;
  pointer-events: auto;
}

/* TEXT SCROLL */
.marquee {
  width: 100%;
  overflow: hidden;
  padding: 8px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.marquee-content {
  flex-shrink: 0;
}

.marquee-content span {
  white-space: nowrap;
  margin-right: 5px;
  font-size: var(--font-size-12);
  line-height: 1.2;
  color: #000000;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--marquee-width)));
  }
}

/* TITLE */
.title-inner {
  margin: 64px auto;
}

.title-inner h3 span:nth-of-type(1) {
  display: block;
  font-size: var(--font-size-24);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.title-inner h3 span:nth-of-type(2) {
  display: block;
  font-size: var(--font-size-34);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.title-inner .title-line {
  display: flex;
  justify-content: center;
  margin: 16px 0 16px;
}

.title-inner .vertical-line {
  width: 2px;
  height: 40px;
  background-image: repeating-linear-gradient(to bottom, #000000 0 2px, transparent 2px 6px);
}

.title-inner .title-text p {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.title-inner .title-text p:nth-of-type(2) {
  margin: 16px 0 0 0;
}

/* CONTENT */
.content-inner {
  padding: 64px 0;
  background: #F5F4F3;
}

.question .content-inner .dotair {
  width: calc(100% - 32px * 2);
  margin: 0 auto;
}

.question .content-inner .cordlane, 
.question .content-inner .vintagenylon {
  width: calc(100% - 32px * 2);
  margin: 64px auto 0;
}

.result .content-inner .dotair:nth-of-type(n+2), 
.result .content-inner .cordlane, 
.result .content-inner .vintagenylon {
  margin: 64px auto 0;
}

/* FUNCTION */
.function-area .title-inner {
  margin: 0 auto;
}

.function-area .title-inner .title-txt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.function-area .title-inner .title-txt h4 {
  font-size: var(--font-size-20);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.function-area .title-inner .title-txt p {
  padding: 8px 0 0 0;
  font-size: var(--font-size-18);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.function-area .title-inner .title-img {
  margin: 16px auto 0;
}

.function-area .chart-inner {
  position: relative;
  margin: 32px auto 0;
}

.function-area .chart-inner .radar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.function-area .chart-inner.is-active .radar {
  transform: translate(-50%,-50%) scale(1);
  opacity: 1;
}

/* FIT */
.wide .fit-area {
  width: calc(100% - 32px * 2);
  margin: 0 auto;
}

.pleats .fit-area {
  width: calc(100% - 32px * 2);
  margin: 64px auto 0;
}

.fit-area .title-inner {
  margin: 0 auto;
}

.fit-area .title-inner .title-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fit-area .title-inner .title-txt h4 {
  font-size: var(--font-size-28);
  line-height: 1.2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.fit-area .title-inner .title-txt p {
  font-size: var(--font-size-14);
  line-height: 1.2;
  color: #000000;
  text-align: right;
  margin-block: var(--leading-trim);
}

.fit-area .title-inner .title-img {
  margin: 16px auto 0;
}

.fit-area .caption-inner {
  margin: 32px auto 0;
}

.fit-area .caption-inner p {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

/* STYLING */
.styling-area .title-inner {
  margin: 0 auto;
}

.styling-area .title-inner h4 {
  font-size: var(--font-size-28);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.styling-area .title-inner .title-comment {
  width: calc(100% - 32px * 2);
  margin: 32px auto 0;
}

.styling-area .title-inner .title-comment h5 {
  font-size: var(--font-size-18);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.styling-area .title-inner .title-comment .comment-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 16px auto 0;
}

.styling-area .title-inner .title-comment .comment-group:nth-of-type(1) {
  margin: 32px auto 0;
}

.styling-area .title-inner .title-comment .comment-group p:nth-of-type(1) {
  width: 35px;
  height: 35px;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-20);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.styling-area .title-inner .title-comment .comment-group p:nth-of-type(2) {
  padding: 0 0 0 16px;
  font-size: var(--font-size-14);
  line-height: 1.2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
  flex: 1;
}

.styling-area .title-inner .title-txt p {
  /* padding: 32px 0 0 0; */
  padding: 8px 0 0 0;
  font-size: var(--font-size-18);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.styling-area .title-inner .title-img {
  /* margin: 16px auto 0; */
  margin: 32px auto 0;
}

.styling-area .subimg-inner {
  width: calc(100% - 32px * 2);
  margin: 32px auto 0;
}

.styling-area .subimg-inner img:nth-of-type(2) {
  margin: 32px auto 0;
}

.styling-area .credit-inner {
  width: calc(100% - 32px * 2);
  margin: 0 auto;
}

#styling2 .styling-area .credit-inner {
  margin: 58px auto;
}

.styling-area .credit-inner .credit-group:nth-of-type(1) {
  margin: 32px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.styling-area .credit-inner .credit-group:nth-of-type(n+2) {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.styling-area .credit-inner .credit-group a:nth-of-type(1) {
  position: relative;
  display: inline-block;
  font-size: var(--font-size-12);
  line-height: 1.2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.styling-area .credit-inner .credit-group a:nth-of-type(1)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000000;
  transition: width 0.3s ease-in-out;
}

.styling-area .credit-inner .credit-group a:hover:nth-of-type(1)::after {
  width: 100%;
}

.styling-area .credit-inner .credit-group a:nth-of-type(2) {
  padding: 3px 18px;
  background: #ffffff;
  border: 1px solid #000000;
  font-size: var(--font-size-12);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
  transition: all 0.3s ease;
}

.styling-area .credit-inner .credit-group a:hover:nth-of-type(2) {
  background: #000000;
  color: #ffffff;
}

.recommended-area {
  width: calc(100% - 16px * 2);
  margin: 32px auto 0;
}

.recommended-area h5 {
  font-size: var(--font-size-16);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.recommended-area ul {
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 16px;
}

.recommended-area li img {
  transition: filter 0.3s ease;
  filter: brightness(100%);
}

.recommended-area li:hover img {
  filter: brightness(70%);
}

@media only screen and (min-width: 768px) {
  /* DIAGNOSIS */
  .diagnosis {
    margin: 64px auto 0;
  }

  /* CONTENT */
  .question .content-inner .dotair, 
  .question .content-inner .cordlane, 
  .question .content-inner .vintagenylon {
    width: 100%;
    max-width: 900px;
  }

  .question .content-inner .cordlane, 
  .question .content-inner .vintagenylon {
    margin: 128px auto 0;
  }

  .result .content-inner .dotair:nth-of-type(n+2), 
  .result .content-inner .cordlane, 
  .result .content-inner .vintagenylon {
    margin: 128px auto 0;
  }

  /* FUNCTION */
  .function-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 100px;
  }

  .function-area .chart-inner {
    margin: 0 auto;
  }

  /* FIT */
  .content-area {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 100px;
  }

  .wide, 
  .pleats {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .wide .fit-area, 
  .pleats .fit-area {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .wide .btn-area, 
  .pleats .btn-area {
    margin-top: auto;
  }

  /* STYLING */
  .styling-area{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }

  .styling-area .title-inner {
    width: 100%;
    max-width: 600px;
  }

  .styling-area .subimg-inner {
    width: 100%;
    max-width: 900px;
    margin: 64px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 64px;
  }

  .styling-area .subimg-inner img:nth-of-type(2) {
    margin: 0 auto;
  }

  .styling-area .credit-inner {
    width: 100%;
    max-width: 450px;
  }

  .styling-area .credit-inner .credit-group:nth-of-type(1) {
    margin: 64px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .recommended-area {
    width: 100%;
    max-width: 900px;
    margin: 64px auto 0;
  }

  .recommended-area ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* =====================================================
    ALL STYLING LINK
===================================================== */
.styling-link {
  padding: 64px 0;
}

.styling-link-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--font-size-34);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.styling-link-title span:nth-of-type(1) {
  font-size: var(--font-size-24);
}

.styling-link-text {
  display: flex;
  justify-content: center;
  padding: 32px 0 0;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.styling-link-text .vertical-line {
  width: 2px;
  height: 40px;
  background-image: repeating-linear-gradient(to bottom, #000000 0 2px, transparent 2px 6px);
}

@media only screen and (min-width: 768px) {
  .styling-link {
    padding: 128px 0;
  }
}

/* =====================================================
    SHOPS
===================================================== */
.shops {
  /* background: #F5F4F3; */
  padding: 64px 0;
}

.shops-inner {
  width: 100%;
  margin: 0 auto;
}

.shops-title {
  font-size: var(--font-size-34);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.shops-subtitle {
  padding: 16px 0 0;
  font-size: var(--font-size-14);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.shops-text {
  margin: 32px 0 64px;
}

.shops-text p {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

/* ACCORDION */
.accordion-item {
  width: calc(100% - 32px * 2);
  margin: 0 auto;
  border-bottom: 1px solid #000;
}

.accordion-header {
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header span:nth-of-type(1) {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.icon {
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.icon::before,
.icon::after {
  content: '';
  position: absolute;
  background: #000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.icon::before {
  width: 14px;
  height: 1px;
}

.icon::after {
  width: 1px;
  height: 14px;
}

.accordion-item.active .icon::after {
  opacity: 0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.shop-list li {
  padding: 0 0 16px 6px;
  font-size: var(--font-size-12);
  line-height: 1.2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .shops {
    padding: 128px 0;
  }

  .shops-inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .accordion-item {
    width: 100%;
  }

  .shop-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}

/* =====================================================
    TOPICS
===================================================== */
.topics {
  background: #F5F4F3;
  padding: 64px 0;
}

.topics-inner {
  width: calc(100% - 32px * 2);
  margin: 0 auto;
}

.topics-title {
  font-size: var(--font-size-34);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.topics-subtitle {
  padding: 16px 0 0;
  font-size: var(--font-size-14);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.topics-bnr {
  margin: 32px auto 0;
}

.topics-bnr picture {
  transition: filter 0.3s ease;
  filter: brightness(100%);
}

.topics-bnr:hover picture {
  filter: brightness(70%);
}

@media only screen and (min-width: 768px) {
  .topics {
    padding: 128px 0;
  }

  .topics-bnr {
    width: 100%;
    max-width: 600px;
  }
}

/* =====================================================
    ALL ITEM LINK
===================================================== */
.item-link {
  /* background: #F5F4F3; */
  padding: 64px 0;
}

.item-link-inner {
  width: 100%;
  margin: 0 auto;
}

.item-link-title {
  font-size: var(--font-size-34);
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .item-link {
    padding: 128px 0;
  }
}

/* =====================================================
    BUTTON
===================================================== */
.button, 
.link, 
.backToQuestion2, 
.restartButton, 
#backButton, 
#allStylingButton, 
#allItemButton {
  width: calc(100% - 32px * 2);
  max-width: 400px;
  height: 40px;
  margin: 32px auto 0;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button.bl, 
.link.bl, 
.backToQuestion2.bl, 
.restartButton.bl, 
#backButton.bl, 
#allStylingButton.bl, 
#allItemButton.bl {
  background: #000000;
}

.button.wh, 
.link.wh, 
.backToQuestion2.wh, 
.restartButton.wh, 
#backButton.wh, 
#allStylingButton.wh, 
#allItemButton.wh {
  background: #ffffff;
}

.button.bl:hover, 
.link.bl:hover, 
.backToQuestion2.bl:hover, 
.restartButton.bl:hover, 
#backButton.bl:hover, 
#allStylingButton.bl:hover, 
#allItemButton.bl:hover {
  background: #ffffff;
}

.button.wh:hover, 
.link.wh:hover, 
.backToQuestion2.wh:hover, 
.restartButton.wh:hover, 
#backButton.wh:hover, 
#allStylingButton.wh:hover, 
#allItemButton.wh:hover {
  background: #000000;
}

.button-text {
  font-size: var(--font-size-14);
  line-height: 1.2;
  text-align: center;
  margin-block: var(--leading-trim);
}

.bl .button-text {
  color: #ffffff;
}

.wh .button-text {
  color: #000000;
}

.bl:hover .button-text {
  color: #000000;
}

.wh:hover .button-text {
  color: #ffffff;
}

.button-arrow {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  transform: rotate(-45deg);
}

.bl .button-arrow {
  background: #ffffff;
}

.wh .button-arrow {
  background: #000000;
}

.bl:hover .button-arrow {
  background: #000000;
}

.wh:hover .button-arrow {
  background: #ffffff;
}

.button-arrow::after,
.button-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9999px;
  transform-origin: calc(100% - 0.5px) 50%;
}

.bl .button-arrow::after,
.bl .button-arrow::before {
  background: #ffffff;
}

.wh .button-arrow::after,
.wh .button-arrow::before {
  background: #000000;
}

.bl:hover .button-arrow::after,
.bl:hover .button-arrow::before {
  background: #000000;
}

.wh:hover .button-arrow::after,
.wh:hover .button-arrow::before {
  background: #ffffff;
}

.button-arrow::before {
  transform: rotate(45deg);
}

.button-arrow::after {
  transform: rotate(-45deg);
}

.button-arrow.is-back {
  left: 12px;
  transform: rotate(45deg);
}

.button-arrow.is-back::after,
.button-arrow.is-back::before {
  left: 0;
  transform-origin: 0.5px 50%;
}

.button-arrow.is-back::before {
  transform: rotate(45deg);
}

.button-arrow.is-back::after {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  #question1 .button, 
  .link, 
  #backButton {
    margin: 64px auto 0;
  }

  #question2 .button {
    width: 100%;
  }
}

/* =====================================================
    SWIPER
===================================================== */
.swiper-area {
  position: relative;
}

.js-swiper-pagination {
  bottom: -30px !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000000;
}

/* =====================================================
    ANIMATION
===================================================== */
.kv {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.kv.is-show {
  opacity: 1;
  transform: translateY(0);
}