:root {
  --nav-height: 70px;
  --outer: 1440px;
}

@media only screen and (max-width: 1440px) {
  :root {
    --nav-height: 50px;
    --outer: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --nav-height: 50px;
    --outer: 90%;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --nav-height: 40px;
  }
}
:root {
  --nav-height: 70px;
  --outer: 1440px;
}

@media only screen and (max-width: 1440px) {
  :root {
    --nav-height: 50px;
    --outer: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --nav-height: 50px;
    --outer: 90%;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --nav-height: 40px;
  }
}
body {
  font-size: 1.25vw;
}

[data-scroll-show] {
  transition: opacity 1s, transform 1s;
}
[data-scroll-show].scrollShowActive {
  opacity: 1 !important;
  transform: none !important;
}

:root {
  --show-transform-y: 3vw;
}

@media only screen and (max-width: 1024px) {
  :root {
    --show-transform-y: 10vw;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.product-kv {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.product-kv img {
  position: absolute;
  top: 0;
  left: 0;
}

.product-badge {
  padding: 5%;
  background: #fdfdfd;
  text-align: center;
}
.product-badge h2 {
  font-size: 2.5vw;
  letter-spacing: 0.5vw;
  font-weight: normal;
  color: #272b33;
}
.product-badge p {
  letter-spacing: 0.25vw;
  line-height: 175%;
  margin-top: 1.5%;
}
.product-badge .badge {
  display: block;
  width: 60%;
  margin: auto;
  margin-top: 3%;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 3.25vw;
  }
  .product-kv.product-kv-facecare {
    padding-top: 138.76953125%;
  }
  .product-kv.product-kv-magicpro {
    padding-top: 131.8359375%;
  }
  .product-kv.product-kv-refreshgun {
    padding-top: 101.171875%;
  }
  .product-kv.product-kv-gunplus {
    padding-top: 99.21875%;
  }
  .product-badge {
    padding: 10% 5%;
    background: #f2f5f6;
  }
  .product-badge h2 {
    font-size: 4vw;
  }
  .product-badge p {
    margin-top: 3%;
  }
  .product-badge .badge {
    width: 100%;
    margin-top: 3%;
  }
}
body {
  letter-spacing: 0.08vw;
}

.product-magicpro-1 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 5%;
  background: #edf1f4;
  text-align: center;
}
.product-magicpro-1 h2 {
  font-size: 3vw;
  letter-spacing: 0.5vw;
  color: #272b33;
  opacity: 0;
}
.product-magicpro-1 h3 {
  letter-spacing: 0.25vw;
  font-size: 1.5vw;
  color: #272b33;
  margin-top: 3%;
  opacity: 0;
}
.product-magicpro-1 .magicpro-left {
  width: 32%;
  padding: 0 5%;
  transform: translateY(100%);
  transition: transform 2s;
}
.product-magicpro-1 .magicpro-right {
  position: relative;
  flex: 1 0 0;
}
.product-magicpro-1 .magicpro-right p.des {
  position: absolute;
  right: 10%;
  bottom: 3%;
  font-size: 0.8vw;
  color: #7D7D7D;
  letter-spacing: 0;
}
.product-magicpro-1 .magicpro-right > img {
  display: block;
  width: 90%;
  margin: auto;
  margin-right: 0;
  transform: translateX(100%);
  transition: transform 2s;
}
.product-magicpro-1 .magicpro-right article {
  width: 90%;
}
.product-magicpro-1 .magicpro-right article .magicpro-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin: 3% auto;
  opacity: 0;
}
.product-magicpro-1 .magicpro-right article .magicpro-flex div {
  width: 20%;
}
.product-magicpro-1 .magicpro-right article .magicpro-flex div h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 125%;
  font-size: 1.2vw;
  width: 8.5vw;
  height: 8.5vw;
  margin: 5% auto;
  border: 2px solid #6c7987;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.en .product-magicpro-1 .magicpro-right article .magicpro-flex div h4 {
  font-size: 1vw;
}
.product-magicpro-1 .magicpro-right article .magicpro-flex div p {
  line-height: 150%;
  font-size: 1.1vw;
}
.en .product-magicpro-1 .magicpro-right article .magicpro-flex div p {
  font-size: 0.9vw;
}

.product-magicpro-2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 5%;
  background: #e8e4c5;
}
.product-magicpro-2 img {
  display: block;
  width: 40%;
}
.product-magicpro-2 article {
  flex: 1 0 0;
  text-align: center;
  color: #272b33;
  opacity: 0;
  transform: translateY(var(--show-transform-y));
}
.product-magicpro-2 article h3 {
  font-size: 2vw;
  letter-spacing: 0.25vw;
}
.product-magicpro-2 article h2 {
  font-size: 2.5vw;
  letter-spacing: 0.5vw;
  margin: 3% 0 5% 0;
}
.product-magicpro-2 article p {
  line-height: 150%;
  letter-spacing: 0.25vw;
}

.product-magicpro-3 {
  position: relative;
  width: 100%;
  padding-top: 54.0104166667%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.product-magicpro-3 article {
  position: absolute;
  top: 50%;
  right: 27%;
  font-size: 2.5vw;
  text-align: center;
  color: #272b33;
  letter-spacing: 0.5vw;
  line-height: 175%;
  transform: translate(50%, -50%);
}
.product-magicpro-3 article p {
  opacity: 0;
  transform: translateY(var(--show-transform-y));
}

.product-magicpro-4 {
  position: relative;
  padding: 5% 0 3% 0;
  background: linear-gradient(to bottom, #dfe4ea 90%, #e7ecef 90%);
}
.product-magicpro-4 p.des {
  position: absolute;
  left: 12%;
  top: 4%;
  font-size: 0.8vw;
  letter-spacing: 0;
  color: #7D7D7D;
}
.product-magicpro-4 .magicpro-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0% 12%;
  gap: 6%;
  opacity: 0;
  transform: translateY(var(--show-transform-y));
}
.product-magicpro-4 .magicpro-flex.reverse {
  flex-direction: row-reverse;
  text-align: right;
}
.product-magicpro-4 .magicpro-flex > img {
  display: block;
  width: 32%;
}
.product-magicpro-4 .magicpro-flex .maginpro-video {
  position: relative;
  width: 32%;
  padding-top: 32%;
}
.product-magicpro-4 .magicpro-flex .maginpro-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.product-magicpro-4 .magicpro-flex article {
  flex: 1 0 0;
}
.product-magicpro-4 .magicpro-flex article h2 {
  font-size: 2.5vw;
  letter-spacing: 0.25vw;
  color: #272b33;
}
.product-magicpro-4 .magicpro-flex article h2 span {
  font-size: 1.25vw;
  margin-left: 3%;
  letter-spacing: 0.2vw;
}
.product-magicpro-4 .magicpro-flex article p {
  margin-top: 3%;
  line-height: 200%;
  letter-spacing: 0.25vw;
}

.product-magicpro-5 {
  background: linear-gradient(to bottom, #e7ecef 26.9%, #f8fafb 27%);
  padding: 5% 0 5rem 0;
}
.product-magicpro-5 h2 {
  font-size: 2vw;
  letter-spacing: 0.5vw;
  color: #272b33;
  text-align: center;
}
.product-magicpro-5 h3 {
  font-size: 1.25vw;
  letter-spacing: 0.25vw;
  color: #272b33;
  margin: 1.5% 0 3% 0;
  text-align: center;
}
.product-magicpro-5 .img {
  display: block;
  width: 40%;
  margin: 3% auto;
}
.product-magicpro-5 .magicpro-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  margin: 1.5% auto;
  gap: 3vw;
  color: #272b33;
  opacity: 0;
  transform: translateY(var(--show-transform-y));
}
.product-magicpro-5 .magicpro-flex img {
  display: block;
  width: 12%;
  border: 0.75vw solid transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.product-magicpro-5 .magicpro-flex article {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3vw;
}
.product-magicpro-5 .magicpro-flex article h4 {
  font-size: 1.75vw;
  letter-spacing: 0.25vw;
  line-height: 125%;
}
.jp .product-magicpro-5 .magicpro-flex article h4 {
  width: 6vw;
}
.product-magicpro-5 .magicpro-flex article p {
  letter-spacing: 0.25vw;
  white-space: nowrap;
}
.product-magicpro-5 p.des {
  font-size: 0.8vw;
  letter-spacing: 0;
  color: #7D7D7D;
  text-align: center;
  margin-top: 3%;
  line-height: 150%;
}

@media only screen and (max-width: 1024px) {
  body {
    letter-spacing: 0.1vw;
  }
  .product-magicpro-1 {
    padding-top: 5%;
    flex-wrap: wrap;
  }
  .product-magicpro-1 h2 {
    font-size: 6vw;
    width: 100%;
  }
  .product-magicpro-1 h3 {
    font-size: 3.5vw;
    width: 100%;
  }
  .product-magicpro-1 p.des {
    font-size: 2vw;
    text-align: center;
    letter-spacing: 0;
    color: #7D7D7D;
    padding: 10% 0;
    width: 100%;
  }
  .product-magicpro-1 .magicpro-left {
    width: 40%;
    padding: 10% 1.5% 0% 8%;
  }
  .product-magicpro-1 .magicpro-right {
    padding: 10% 0 0% 0;
  }
  .product-magicpro-1 .magicpro-right > img {
    width: 100%;
  }
  .product-magicpro-1 .magicpro-right article {
    width: 90%;
    margin: auto;
  }
  .product-magicpro-1 .magicpro-right article .magicpro-flex {
    gap: 3vw 0;
    flex-wrap: wrap;
  }
  .product-magicpro-1 .magicpro-right article .magicpro-flex div {
    width: 50%;
  }
  .product-magicpro-1 .magicpro-right article .magicpro-flex div:last-child {
    width: 100%;
  }
  .product-magicpro-1 .magicpro-right article .magicpro-flex div h4 {
    font-size: 3vw;
    width: 18vw;
    height: 18vw;
    margin: auto;
    margin-bottom: 5%;
    border-width: 1px;
    letter-spacing: 0;
  }
  .en .product-magicpro-1 .magicpro-right article .magicpro-flex div h4 {
    width: 20vw;
    height: 20vw;
    margin-bottom: 3%;
    font-size: 2.5vw;
  }
  .product-magicpro-1 .magicpro-right article .magicpro-flex div p {
    line-height: 125%;
    font-size: 3.25vw;
  }
  .en .product-magicpro-1 .magicpro-right article .magicpro-flex div p {
    font-size: 2.25vw;
  }
  .product-magicpro-2 {
    display: block;
    padding: 10%;
  }
  .product-magicpro-2 img {
    width: 100%;
  }
  .product-magicpro-2 article {
    margin-top: 8%;
  }
  .product-magicpro-2 article h3 {
    font-size: 4vw;
  }
  .product-magicpro-2 article h2 {
    font-size: 4.5vw;
    margin: 3% 0;
  }
  .product-magicpro-2 article p {
    letter-spacing: 0.25vw;
    line-height: 175%;
  }
  .product-magicpro-3 article {
    font-size: 3.5vw;
  }
  .product-magicpro-4 {
    padding: 5% 5% 10% 5%;
    background: #e4e8ed;
  }
  .product-magicpro-4 p.des {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: auto;
    bottom: 1%;
    font-size: 2vw;
  }
  .product-magicpro-4 .magicpro-flex {
    display: block;
    padding: 0% 12%;
    text-align: center !important;
  }
  .product-magicpro-4 .magicpro-flex > img {
    width: 100%;
    margin: 8% auto;
  }
  .product-magicpro-4 .magicpro-flex .maginpro-video {
    margin: 8% auto;
    width: 100%;
    padding-top: 100%;
  }
  .product-magicpro-4 .magicpro-flex article h2 {
    font-size: 6vw;
  }
  .product-magicpro-4 .magicpro-flex article h2 span {
    display: block;
    margin-top: 3%;
    font-size: 3.25vw;
  }
  .product-magicpro-4 .magicpro-flex article p {
    margin-top: 3%;
  }
  .product-magicpro-5 {
    background: #f8fafb;
    padding: 10% 0 5rem 0;
  }
  .product-magicpro-5 h2 {
    font-size: 6vw;
    line-height: 150%;
  }
  .product-magicpro-5 h3 {
    font-size: 3.5vw;
    margin: 1.5% 0 3% 0;
    line-height: 175%;
  }
  .product-magicpro-5 .img {
    width: 80%;
    margin: 5% auto;
  }
  .product-magicpro-5 .magicpro-flex {
    display: flex;
    width: 80%;
    margin: 8% auto;
    gap: 5%;
  }
  .jp .product-magicpro-5 .magicpro-flex {
    width: 90%;
    gap: 3%;
  }
  .product-magicpro-5 .magicpro-flex img {
    width: 24%;
    border-width: 1.5vw;
  }
  .product-magicpro-5 .magicpro-flex article {
    display: block;
  }
  .product-magicpro-5 .magicpro-flex article h4 {
    font-size: 4.5vw;
    letter-spacing: 0.55vw;
    line-height: 200%;
  }
  .jp .product-magicpro-5 .magicpro-flex article h4 {
    width: auto;
  }
  .product-magicpro-5 .magicpro-flex article p {
    line-height: 150%;
  }
  .product-magicpro-5 p.des {
    font-size: 2vw;
  }
}/*# sourceMappingURL=product-magicpro.css.map */