.section {
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section {
    padding: 50px 0;
    overflow: hidden;
  }
}
.section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 98vw;
  height: 68%;
  background-color: var(--main-color);
}
@media screen and (max-width: 1024px) {
  .section:before {
    width: 100vw;
    height: 80vw;
    transform: skewY(12.5deg);
    transform-origin: 100% 100%;
  }
}
.section .section-inner {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}
.section .section-inner h2 {
  position: absolute;
  top: -40px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .section .section-inner h2 {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.section .section-inner h2 .en {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.15);
  letter-spacing: 0.25em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1024px) {
  .section .section-inner h2 .en {
    display: block;
    position: static;
    transform: rotate(0) translate(0, 0);
    text-align: center;
    margin-bottom: 10px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.section .section-inner h2 .cn {
  font-weight: bold;
  font-size: 30px;
  color: white;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.38em;
  line-height: 1;
  padding-left: 28px;
}
@media screen and (max-width: 1024px) {
  .section .section-inner h2 .cn {
    font-size: 25px;
    color: white;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.section .section-inner .btn {
  width: 340px;
  height: 60px;
  margin: 0 auto;
  margin-top: 40px;
}
.section .section-inner .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.section .section-inner .btn a p {
  color: white;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding-right: 50px;
  position: relative;
}
.section .section-inner .btn a p:before,
.section .section-inner .btn a p:after {
  content: '';
  height: 1px;
  background-color: white;
  position: absolute;
  right: 0;
  bottom: 0.25em;
  transform-origin: 100% 100%;
}
.section .section-inner .btn a p:before {
  width: 7px;
  transform: rotate(45deg);
}
.section .section-inner .btn a p:after {
  width: 40px;
}
.section.right:before {
  right: 0;
  left: unset;
}
.section.right .section-inner h2 {
  right: 0;
  left: unset;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .section.right .section-inner h2 {
    width: 100%;
  }
}
.section.right .section-inner h2 .en {
  left: 100%;
}
.section.right .section-inner h2 .cn {
  padding: 0;
}
.section .scroll-target.init {
  opacity: 0;
  transform: translateY(100px);
}
.section .scroll-target.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.section.scroll-target.init:before {
  width: 0;
}
.section.scroll-target.show:before {
  width: 98vw;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .carousel {
    flex-direction: column;
    height: auto;
    overflow: hidden;
  }
}
.carousel .picture {
  width: 0;
  height: 100%;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1024px) {
  .carousel .picture {
    width: 135%;
    height: 52vh;
    transition: unset;
  }
}
.carousel .picture .swiper-container,
.carousel .picture .topic,
.carousel .picture .pic,
.carousel .picture .back {
  width: 100%;
  height: 100%;
  transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel .picture .swiper-container {
  transform: skewX(-20deg);
  transform-origin: 100% 0;
}
@media screen and (max-width: 1024px) {
  .carousel .picture .swiper-container {
    transform: skewY(10deg);
    transform-origin: 100% 100%;
    height: 0;
  }
}
.carousel .picture .topic {
  transform: skewX(20deg);
  transform-origin: 100% 0;
}
@media screen and (max-width: 1024px) {
  .carousel .picture .topic {
    transform: skewY(-10deg);
    transform-origin: 100% 100%;
  }
}
.carousel .picture .topic .pic .back {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .carousel .picture .topic .pic .back {
    height: 56vh;
    background-position: 70% 50%;
  }
}
.carousel .abbr {
  padding-bottom: 40px;
  position: relative;
}
.carousel .information {
  flex-grow: 1;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: all 1.3s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(40px);
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .carousel .information {
    height: auto;
    margin-bottom: 40px;
  }
}
.carousel .information .central {
  transform: translateX(-10vw);
}
@media screen and (max-width: 1024px) {
  .carousel .information .central {
    transform: translateX(0);
    margin: 0 auto;
    margin-top: -80px;
  }
}
.carousel .information .slogan {
  color: var(--main-color);
  transition: all 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
  white-space: nowrap;
}
.carousel .information .slogan .digit {
  font-size: 10vw;
  font-weight: bold;
  display: inline-flex;
  transition: all 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1024px) {
  .carousel .information .slogan .digit {
    font-size: 90px;
  }
}
.carousel .information .slogan .digit:first-child {
  transform: translateY(-1vw) skewX(-10deg);
}
@media screen and (max-width: 768px) {
  .carousel .information .slogan .digit:first-child {
    transform: translateY(-10px) skewX(-10deg);
  }
}
.carousel .information .slogan .digit:nth-child(2) {
  transform: translate(-1vw, 1vw) skewX(-8deg);
}
@media screen and (max-width: 1024px) {
  .carousel .information .slogan .digit:nth-child(2) {
    transform: translate(-10px, 10px) skewX(-8deg);
  }
}
.carousel .information .slogan .text {
  font-size: 2.8vw;
  font-weight: 600;
  display: inline-flex;
  transform: translate(-20px, 24px);
}
@media screen and (max-width: 1024px) {
  .carousel .information .slogan .text {
    font-size: 32px;
    transform: translate(10px, 18px);
    margin-left: -28px;
  }
}
.carousel .information .simple {
  color: var(--auxiliary-color);
  font-size: 2vw;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .carousel .information .simple {
    font-size: 18px;
  }
}
.carousel .information .pills {
  position: absolute;
  top: 4vw;
  left: 20vw;
}
@media screen and (max-width: 1024px) {
  .carousel .information .pills {
    top: 30px;
    left: 180px;
  }
}
.carousel .information .pills img {
  width: 9vw;
}
@media screen and (max-width: 1024px) {
  .carousel .information .pills img {
    width: 90px;
  }
}
.carousel .privacy {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  color: var(--main-color);
  font-size: 14px;
  transform: translateX(-15vw);
}
@media screen and (max-width: 1024px) {
  .carousel .privacy {
    font-size: 12px;
    left: -18vw;
    transform: translateX(0);
    width: 260px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .carousel .privacy {
    position: unset;
    text-align: center;
  }
}
.carousel .scroll {
  position: absolute;
  right: 60px;
  bottom: 100px;
  line-height: 1;
  opacity: 1;
  transition: all 0.8s 2.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1024px) {
  .carousel .scroll {
    right: 15px;
    bottom: 88px;
  }
}
.carousel .scroll p {
  letter-spacing: 0.25em;
  line-height: 1;
  font-size: 13px;
  color: var(--main-color);
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1024px) {
  .carousel .scroll p {
    font-size: 12px;
  }
}
.carousel .scroll .roll {
  transform: rotate(-90deg) translate(-70px, 5px);
}
.carousel .scroll .roll::before,
.carousel .scroll .roll::after {
  content: '';
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  left: 0;
  bottom: 3px;
  transform-origin: 0 0;
}
.carousel .scroll .roll::before {
  width: 0px;
  transform: rotate(-45deg);
  animation: scroll_2 1.5s linear infinite;
}
.carousel .scroll .roll::after {
  animation: scroll_1 1.5s linear infinite;
}
@keyframes scroll_1 {
  0% {
    width: 0;
    left: 70px;
  }
  30% {
    width: 70px;
    left: 0;
  }
  60% {
    width: 70px;
    left: 0;
  }
  80% {
    width: 0;
    left: 0;
  }
  100% {
    width: 0;
    left: 0;
  }
}
@keyframes scroll_2 {
  0% {
    width: 0;
  }
  30% {
    width: 0;
  }
  38% {
    width: 7px;
    left: 0;
    bottom: 3px;
  }
  80% {
    width: 7px;
    left: 0;
    bottom: 3px;
  }
  90% {
    width: 0;
    left: 4.95px;
    bottom: 7.95px;
  }
  100% {
    width: 0;
    left: 4.95px;
    bottom: 7.95px;
  }
}
.carousel.shown .picture {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .carousel.shown .picture {
    width: 135%;
  }
}
@media screen and (max-width: 1024px) {
  .carousel.shown .picture .swiper-container {
    transform: skewY(10deg);
    transform-origin: 100% 100%;
    height: 56vh;
  }
}
.carousel.shown .information {
  transform: translateY(0);
  opacity: 1;
}
.section-about {
  padding: 250px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-about {
    padding: 80px 0;
  }
  .section-about:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
  }
}
.section-about .scroll-target.init {
  opacity: 0;
  transform: translateY(100px);
}
.section-about .scroll-target.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.section-about .section-inner {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}
.section-about .section-inner h2 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .section-about .section-inner h2 {
    position: static;
    text-align: center;
    margin-bottom: 30px;
  }
}
.section-about .section-inner h2 .en {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: var(--main-color);
  letter-spacing: 0.25em;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0 0;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .section-about .section-inner h2 .en {
    position: static;
    transform: rotate(0) translateX(0);
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
}
.section-about .section-inner h2 .cn {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 28px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  line-height: 1;
  padding-left: 28px;
}
@media screen and (max-width: 1024px) {
  .section-about .section-inner h2 .cn {
    font-size: 25px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding-left: 0;
  }
}
.section-about .section-inner .statement {
  width: 720px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  .section-about .section-inner .statement {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.section-about .section-inner .statement h1 {
  font-size: 24px;
  font-weight: bold;
  color: var(--main-color);
  letter-spacing: 0.15em;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section-about .section-inner .statement h1 {
    font-size: 20px;
  }
}
.product-section .section-inner .row-wrapper .row {
  /*box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 20%);*/
  background-color: white;
  width: 85%;
  margin-bottom: 60px;
}
.product-section .section-inner .row-wrapper .row:nth-child(even) {
  margin-left: 15%;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row {
    width: 100%;
    margin-bottom: 0;
    box-shadow: none;
  }
}
.product-section .section-inner .row-wrapper .row ul {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row ul {
    flex-wrap: wrap;
  }
}
.product-section .section-inner .row-wrapper .row ul li {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row ul li {
    width: 50%;
  }
}
.product-section .section-inner .row-wrapper .row ul li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row ul li:not(:last-child) {
    border: none;
  }
}
.product-section .section-inner .row-wrapper .row ul li .goods {
  display: block;
  padding: 12% 10%;
  transition: all 0.3s;
  text-align: center;
}
.product-section .section-inner .row-wrapper .row ul li .goods img {
  width: 100%;
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption {
  margin-top: 10px;
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .name {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .spec {
  font-size: 14px;
  color: #999;
  margin-bottom: 14px;
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .price {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row ul li .goods figcaption .price {
    display: flex;
    flex-direction: column-reverse;
  }
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .price .now {
  color: #FE1010;
  font-size: 18px;
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .price .market {
  color: #b3b3b3;
  font-size: 14px;
  margin-left: 6px;
  text-decoration: line-through;
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .go-btn a {
  width: 160px;
  height: 32px;
  background: var(--main-color);
  border-radius: 6px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: 500;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row ul li .goods figcaption .go-btn a {
    width: 100%;
  }
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .go-btn a:hover {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .secret {
  font-size: 12px;
  color: var(--main-color);
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row ul li .goods figcaption .secret {
    display: none;
  }
}
.product-section .section-inner .row-wrapper .row:last-child {
  box-shadow: none;
}
.product-section .section-inner .row-wrapper .row:last-child ul {
  /*-webkit-mask: -webkit-gradient(linear,0% 0%,0% 92%,from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));*/
}
.shipping-section {
  padding: 50px 0;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .shipping-section {
    padding: 50px 0;
    overflow: hidden;
    height: auto;
    display: block;
    margin-bottom: 60px;
  }
}
.shipping-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #f2f2f2;
  transform: skewX(20deg);
  transform-origin: 100% 100%;
}
@media screen and (max-width: 1024px) {
  .shipping-section:before {
    width: 100vw;
    height: 80vw;
    transform: skewY(12.5deg);
    transform-origin: 100% 100%;
  }
}
.shipping-section .section-inner h2 {
  top: 0;
}
.shipping-section .section-inner h2 .cn {
  color: #222;
}
@media screen and (max-width: 1024px) {
  .shipping-section .section-inner h2 .cn {
    padding-left: 0;
  }
}
.shipping-section .section-inner h2 .en {
  color: var(--main-color);
}
.shipping-section .main {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15%;
  overflow: hidden;
  /*-webkit-mask: -webkit-gradient(linear,4% 0%,0% 0%,from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));*/
}
@media screen and (max-width: 1024px) {
  .shipping-section .main {
    width: 100%;
    margin-left: 0;
  }
}
.shipping-section .main .medication {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .shipping-section .main .medication {
    width: 100%;
  }
}
.shipping-section .main .medication .use {
  margin-bottom: 20px;
}
.shipping-section .main .medication .use h3 {
  color: var(--main-color);
}
@media screen and (max-width: 1024px) {
  .shipping-section .main .medication .use h3 {
    font-size: 18px;
  }
}
.section-works:before {
  height: 48%;
}
.section-works .row-wrapper .row {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
  background-color: white;
  width: 85%;
  margin-bottom: 60px;
  margin-left: 15%;
}
@media screen and (max-width: 1024px) {
  .section-works .row-wrapper .row {
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
  }
}
.section-works .row-wrapper .row ul {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section-works .row-wrapper .row ul {
    display: block;
  }
}
.section-works .row-wrapper .row ul li {
  width: 3333.33333%;
}
@media screen and (max-width: 1024px) {
  .section-works .row-wrapper .row ul li {
    background-color: white;
    width: 100%;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  }
}
.section-works .row-wrapper .row ul li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  .section-works .row-wrapper .row ul li:not(:last-child) {
    margin-bottom: 25px;
    border-right: none;
  }
}
.section-works .row-wrapper .row ul li a {
  display: block;
  transition: all 0.3s;
}
.section-works .row-wrapper .row ul li a:hover {
  opacity: 0.7;
}
.section-works .row-wrapper .row ul li a figure img {
  width: 100%;
  height: auto;
  border: none;
  text-decoration: none;
  outline: 0;
  vertical-align: bottom;
}
.section-works .row-wrapper .row ul li a figure figcaption {
  padding: 30px;
}
.section-works .row-wrapper .row ul li a figure figcaption .title {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .section-works .row-wrapper .row ul li a figure figcaption .title {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
.section-works .row-wrapper .row ul li a figure figcaption .tag {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: var(--main-color);
  padding-left: 18px;
}
@media screen and (max-width: 1024px) {
  .section-works .row-wrapper .row ul li a figure figcaption .tag {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 12px;
    color: var(--main-color);
    padding-left: 18px;
  }
}
.section-works:nth-child(odd) .section-inner .row {
  margin-bottom: 0;
  margin-left: 0;
  margin: 0 auto;
}
/*# sourceMappingURL=index.css.map */