* {
  margin: 0;
  padding: 0;
}
/* font-family defaine */
@font-face {
  font-family: 'poppins';
  src: url('/statics/fonts/Poppins/Poppins-Black.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url('/statics/fonts/Poppins/Poppins-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url('/statics/fonts/Poppins/Poppins-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url('/statics/fonts/Poppins/Poppins-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url('/statics/fonts/Poppins/Poppins-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url('/statics/fonts/Poppins/Poppins-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url('/statics/fonts/Poppins/Poppins-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url('/statics/fonts/Poppins/Poppins-ExtraLight.ttf');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url('/statics/fonts/Poppins/Poppins-Thin.ttf');
  font-weight: 100;
  font-style: normal;
}

body {
  font-family: 'poppins';
}
img, video {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: contain;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 999;
}
header .logo {
  margin-left: 4.2667vw;
  height: 18px;
  width: auto;
}
header a.about-us {
  margin-right: 4.2667vw;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0,0,0,0.5);
  text-decoration: none;
}
header a.about-us:hover {
  color: #000;
}
footer {
  padding: 15px 0 27px;
  background: #2B332F;
}
footer .copyright {
  font-size: 11px;
  color: rgba(239, 236, 236, 0.75);
  text-align: center;
}
footer a {
  color: rgba(239, 236, 236, 0.75);
  text-decoration: none;
}
.full-container.about {
  margin-top: 48px;
  padding: 60px 0;
}
.full-container.about .container h1 {
  text-align: center;
}
.full-container.about .container .content {
  margin-top: 24px;
}

.full-container.about .container .content p {
  font-size: 12px;
  color: #343434;
  line-height: 2;
  text-align: left;
}
.full-container.about .info {
  margin-top: 54px;
}
.full-container.about .info .item + .item {
  margin-top: 20px;
}
.full-container.about .info .item .label {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}
.full-container.about .info .item .value {
  text-align: left;
  margin-top: 4px;
  font-size: 12px;
  line-height: 17px;
  color: #343434;
}

.banner {
  display: flex;
  align-items: center;
  margin-top: 48px;
  width: 100%;
  height: 153.6vw;
  background: url('/statics/images/banner_mb.png') no-repeat center center;
  background-size: cover;
}
.banner .banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 5.3333vw;
}
.banner .banner-logo {
  width: auto;
  height: 6.4vw;
}
.banner h1 {
  margin-top: 5.3333vw;
  font-size: 6.4vw;
  line-height: 1.3;
}
.banner p {
  width: 53.3333vw;
  margin-top: 2.1333vw;
  font-size: 3.7333vw;
  font-weight: 500;
  line-height: 1.5;
}
.full-container {
  padding: 9.6vw 0;
}
.container {
  padding: 0 5.3333vw;
}

.full-container h2, .full-container h3 {
  font-size: 7.4667vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.full-container p {
  color: rgba(23, 11, 1, 0.7);
  font-size: 3.7333vw;
  font-weight: 500;
  line-height: 5.3333vw;
  text-align: center;
}
.full-container h2 + p {
  margin-top: 4.2667vw;
}
.full-container p.tip {
  margin-top: 4.2667vw;
  font-size: 3.2vw;
  font-weight: 400;
  font-style: italic;
  line-height: 5.3333vw;
  color: rgba(0, 0, 0, 0.7);
}

.show-mb {
  display: block;
}
.show-pc {
  display: none;
}
.full-container.container1 {
  padding-top: 12.8vw;
  padding-bottom: 12.8vw;
}
.full-container.container1 .container {
  margin-bottom: 10.6667vw;
}
.full-container.container1 p {
  margin-top: 6.4vw;
}
.full-container.container2>h2 {
  margin-bottom: 16vw;
  font-size: 8.5333vw;
}
.full-container.container2 h2 {
  text-align: left;
}
.full-container.container2.container-flex h2 {
  text-align: center;
}
.full-container.container2 h3, .full-container.container2 p {
  text-align: left;
}
.full-container.container2 h3 {
  margin: 6.4vw 0 4.2667vw;
}
.full-container.container2 p {
  font-weight: 400;
  line-height: 1.5;
}
.full-container.container2 video {
  border-radius: 2.6667vw;
}
.full-container.container2 p~video {
  margin-top: 6.4vw;
}
.full-container.container3 h2 {
  text-align: left;
}

.full-container.container-video {
  position: relative;
}
.full-container.container-video .container {
  position: absolute;
  top: 28.8vw;
  left: 0;
  right: 0;
}
.full-container.container-video .container h2 {
  color: #fff;
  font-size: 8.5333vw;
  line-height: 1.5;
}
.full-container.container-video .container p {
  margin-top: 0;
  color: #fff;
  font-size: 5.3333vw;
  font-weight: 700;
  line-height: 1.5;
}

.container + .container {
  margin-top: 19.2vw;
}
.full-container.container-swiper .container p {
  margin-top: 6.4vw;
}
.container .banner-tab-swiper {
  margin-top: 8.5333vw;
}
.container .banner-tab-swiper .swiper-slide {
  width: 100%;
}
.container .banner-tab-swiper .swiper-slide .media-box {
  position: relative;
  width: 100%;
  aspect-ratio: 335 / 252;
}
.container .banner-tab-swiper .swiper-slide .slide-box {
  margin-top: 20.8vw;
  height: 10.6667vw;
}
.container .banner-tab-swiper .swiper-slide .slide-box .slide-content {
  display: none;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: rgba(23,11,1,0.6);
}
.container .banner-tab-swiper .swiper-pagination-bullets {
  overflow-y: hidden;
  bottom: 16vw;
  left: 50%;
  transform: translateX(-50%);
  width: 74.1333vw;
  height: 10.1333vw;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

.container .banner-tab-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  padding: 0;
  background-color: #fff;
  box-sizing: content-box;
  margin: 0;
  margin-right: 8vw;
  width: fit-content;
  white-space: nowrap;
  height: 10.1333vw;
  line-height: 10.1333vw;
  border-radius: 0;
  background: none;
  border-top: 0;
  color: rgba(0,0,0,0.5);
  opacity: 1;
  font-weight: 500;
  font-size: 3.7333vw;
}
.container .banner-tab-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.container .banner-tab-swiper .swiper-slide-active .slide-content {
  display: block !important;
}

.container .banner-tab-swiper .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin: 0;
}
.container .banner-tab-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border-bottom: 0.5333vw solid rgba(0,0,0,0.8);
  height: 9.3333vw;
  line-height: 9.3333vw;
  color: rgba(0,0,0,0.8);
  font-weight: 700;
}
.full-container.container-care .container {
  margin-bottom: 10.6667vw;
}

@media (min-width: 1024px) {
  .show-mb {
    display: none;
  }
  .show-pc {
    display: block;
  }
  header {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    backdrop-filter: blur(12px);
    z-index: 999;
  }
  header .logo {
    margin-left: 7.5rem;
    height: 18px;
    width: auto;
  }
  main {
    margin-top: 60px;
  }
  footer {
    padding: 36px 7.5rem;
  }
  footer .copyright {
    text-align: left;
  }
  .full-container.about {
    margin-top: 60px;
    padding: 80px 0;
  }
  .full-container.about .container h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
  }
  .full-container.about .container .content {
    margin-top: 60px;
  }

  .full-container.about .container .content p {
    font-size: 14px;
  }
  .full-container.about .info {
    margin-top: 90px;
  }

  .banner {
    height: 860px;
    background-image: url('/statics/images/banner.png');
  }
  .banner .banner-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    width: 90vw;
  }
  .banner .banner-logo {
    height: 40px;
  }
  .banner h1 {
    margin-top: 24px;
    font-size: 48px;
    line-height: 1.2;
  }
  .banner p {
    width: fit-content;
    margin-top: 24px;
    font-size: 28px;
  }
  .full-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mt-pc {
    margin-top: 80px;
  }

  .full-container h2, .full-container h3 {
    font-size: 60px;
  }

  .full-container p {
    color: rgba(23, 11, 1, 0.7);
    font-size: 16px;
    line-height: 1.5;
  }
  .full-container h2 + p {
    margin-top: 36px;
  }
  .full-container p.tip {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    color: rgba(23, 11, 1, 0.7);
  }
  .full-container.container1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .full-container.container1 .container {
    margin-bottom: 60px;
  }
  .full-container.container1 p {
    margin-top: 36px;
  }
  .full-container.container2>h2 {
    margin-bottom: 80px;
    font-size: 60px;
  }
  .full-container.container2 .container {
    margin: 0 auto;
    padding: 0;
    width: 90vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
  }
  .full-container.container2.container-flex .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .full-container.container2 .container:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  .full-container.container2 .container .media-box {
    width: 540px;
  }
  .full-container.container2 .container .text-box {
    flex: 1;
  }
  .full-container.container2 .container h3 {
    margin-top: 0;
  }
  .full-container.container2 .container h2 {
    padding: 10px 0;
  }
  .full-container.container2 h2 {
    text-align: center;
  }
  .full-container.container2 h3 {
    font-size: 40px;
  }
  .full-container.container2 video {
    border-radius: 16px;
  }
  .full-container.container2 p~video {
    margin-top: 60px;
  }
  .full-container.container3 .container {
    display: block;
  }
  .full-container.container-video {
    padding-top: 0;
  }
  .full-container.container-video .container {
    top: 80px;
  }
  .full-container.container-video .container h2 {
    font-size: 60px;
    line-height: 1.2;
  }
  .full-container.container-video .container p {
    font-size: 40px;
    line-height: 1.2;
  }
  .full-container.container-column .container {
    display: block;
    width: 70vw;
    padding: 0;
    margin: 0 auto;
  }
  .full-container.container-column .container p {
    text-align: center;
  }
  .full-container.container-swiper .container h2 {
    padding: 0;
  }
  .full-container.container-swiper .container p {
    width: 90vw;
    margin: 32px auto 0;
    text-align: center;
  }
  .container .banner-tab-swiper {
    margin-top: 40px;
  }
  .container .banner-tab-swiper .swiper-slide .media-box {
    width: 90vw;
    height: calc(90vw / 16 * 9);
  }
  .container .banner-tab-swiper .swiper-slide .slide-box {
    margin-top: 148px;
    height: 47px;
  }
  .container .banner-tab-swiper .swiper-slide .slide-box .slide-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: rgba(23,11,1,0.7);
  }
  .container .banner-tab-swiper .swiper-pagination-bullets {
    bottom: 90px;
    width: 445px;
    height: 47px;
    border: none;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.07);
  }

  .container .banner-tab-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    width: 33.33%;
    height: 47px;
    line-height: 47px;
    font-weight: 700;
    font-size: 18px;
  }
  .container .banner-tab-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border-top: 2px solid #000;
    border-bottom: none;
    height: 45px;
    line-height: 45px;
    color: #000;
  }
  .full-container.container-care .container {
    margin-bottom: 60px;
  }
  .full-container.container-care .container h2 + p {
    margin-top: 32px;
  }
  .full-container.container-care img {
    width: 70vw;
    margin: 0 auto;
    border-radius: 16px;
  }
}
@media (min-width: 1280px) {
  .banner {
    height: 760px;
  }
  .banner .banner-content {
    width: 1200px;
  }
  .container {
    width: 1220px;
    margin: 0 auto;
  }
  .full-container.container2 .container {
    margin: 0 auto;
    width: 1220px;
  }
  .full-container.container2 .container .media-box {
    width: 630px;
  }
  .full-container.container2 .container .text-box {
    width: 509px;
  }
  .full-container.container-column .container {
    width: 960px;
  }
  .full-container.container-column img {
    width: 960px;
  }
  .full-container.container-swiper .container {
    width: 1080px;
  }
  .full-container.container-swiper .container p,
  .full-container.container-care .container p {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .container .banner-tab-swiper .swiper-slide .media-box {
    width: 1080px;
    height: calc(1080px / 16 * 9);
  }
}