@font-face {
  font-family: Corbel;
  src: url(../font/Corbel.woff) format("woff"), url(../font/Corbel.otf) format("opentype");
}

@font-face {
  font-family: DIN-Black;
  src: url(../font/DIN-Black.woff) format("woff"), url(../font/DIN-Black.otf) format("opentype");
}

@font-face {
  font-family: DIN-Bold;
  src: url(../font/DIN-Bold.woff) format("woff"), url(../font/DIN-Bold.otf) format("opentype");
}

@font-face {
  font-family: DIN-Medium;
  src: url(../font/DIN-Medium.woff) format("woff"), url(../font/DIN-Medium.otf) format("opentype");
}

@font-face {
  font-family: DIN-Regular;
  src: url(../font/DIN-regular.woff) format("woff"), url(../font/DIN-regular.otf) format("opentype");
}

@font-face {
  font-family: LinBiolinum;
  src: url(../font/LinBiolinum_R.woff) format("woff"), url(../font/LinBiolinum_R.otf) format("opentype");
}

@font-face {
  font-family: Myriad-Pro;
  src: url(../font/MYRIADPRO-REGULAR.woff) format("woff"), url(../font/MYRIADPRO-REGULAR.otf) format("opentype");
}

@font-face {
  font-family: Myriad-Pro-Light;
  src: url(../font/MyriadPro-Light.otf) format("woff"), url(../font/MyriadPro-Light.otf) format("opentype");
}

@font-face {
  font-family: FrutigerBQ-Black;
  src: url(../font/FrutigerBQ-Black.woff) format("woff"), url(../font/FrutigerBQ-Black.otf) format("opentype");
}

.cursor {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 100;
  opacity: 0.3;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  mix-blend-mode: difference;
  pointer-events: none;
}

.cursor-2 {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 105;
  opacity: 0.9;
  mix-blend-mode: difference;
  pointer-events: none;
}

body {
  font-family: DIN-Regular;
  color: #2f2725;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  cursor: none;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #2f2725;
}

a:hover {
  text-decoration: none;
  color: #2f2725;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.w-100 {
  width: 100%;
}

.title-common {
  font-family: DIN-Bold;
  font-size: 36px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

header {
  width: 100%;
  position: absolute;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  top: 0;
  left: 0;
  z-index: 10;
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo img {
  width: 100%;
}

header .lang {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-left: 30px;
}

header .lang a {
  color: #4C4948;
  font-family: Myriad-Pro-Light;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  font-size: 14px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

header .lang a.active {
  border: 1px solid #4C4948;
}

header .lang a:hover {
  color: #4C4948;
}

header .lang a span {
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}

header nav li {
  margin-left: 20px;
}

header nav li a {
  color: #4C4948;
  font-family: Myriad-Pro-Light;
  font-weight: 300;
  font-size: 14px;
  position: relative;
}

header nav li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4C4948;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  width: 20%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header nav li a.active::after, header nav li a:hover::after {
  opacity: 1;
  width: 100%;
}

header nav li a:hover {
  color: #4C4948;
}

header .header_menu {
  width: 30px;
  height: 10px;
  position: relative;
}

header .header_menu .bar {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4C4948;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .header_menu .bar.top {
  top: 0;
}

header .header_menu .bar.bottom {
  top: calc(100% - 1px);
}

header .header_menu.active .bar {
  top: 50%;
  left: 50%;
}

header .header_menu.active .bar.top {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

header .header_menu.active .bar.bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

header .header_right.color-white .header_nav ul li a {
  color: #fff;
}

header .header_right.color-white .header_nav ul li a.active::after {
  background-color: #fff;
}

header .header_right.color-white .header_nav ul li a::after {
  background-color: #fff;
}

header .header_right.color-white .lang a {
  color: #fff;
  border-color: #fff;
}

.touch {
  padding: 80px;
}

.touch > div {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.touch > div .get-in-touch {
  font-family: DIN-Bold;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.touch > div .mail {
  text-align: right;
  margin-top: 5px;
  display: block;
  padding-right: 5px;
  font-size: 17px;
}

.touch .common-text {
  width: calc(100% - 320px);
}

main {
  overflow: hidden;
}

footer {
  padding: 110px 40px 20px;
  background-color: #e9eaea;
}

footer .copyright {
  line-height: 1;
  font-family: "Gill Sans";
  font-weight: 300;
  letter-spacing: 1.2px;
  font-size: 11px;
  margin-bottom: 5px;
  text-align: right;
}

footer .address {
  margin-bottom: 10px;
  text-align: right;
}

footer .address br {
  display: none;
}

footer img {
  width: 26px;
  display: block;
  margin: 0 0 13px auto;
}

footer ul li {
  margin-bottom: 6px;
}

footer ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .cursor, .cursor-2 {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  header {
    height: 60px;
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .logo {
    margin: 0;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    height: 60px;
  }
  header .header_nav {
    position: fixed;
    background-color: #fff;
    width: 160px;
    height: calc(100vh - 60px);
    top: 60px;
    left: -160px;
    z-index: 150;
    padding: 30px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .header_nav li {
    margin: 0 0 10px;
  }
  header .header_nav.active {
    left: 0;
  }
  header .header_right.color-white .header_nav ul li a {
    color: #4C4948;
  }
  header .header_right.color-white .lang a {
    color: #4C4948;
    border-color: #4C4948;
  }
  main {
    padding-top: 60px;
  }
  footer {
    padding: 50px 30px 20px;
  }
  .touch {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 767.98px) {
  header .logo {
    margin-left: 0;
  }
  .touch {
    padding: 77px 20px 45px;
  }
  .touch .common-text {
    width: 100%;
    margin-bottom: 140px;
  }
  .touch > div > div {
    width: 100%;
  }
  .touch > div > div .get-in-touch {
    font-size: 32px;
    text-align: right;
  }
  footer .address {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 0;
    line-height: 1.4;
  }
  footer .address br {
    display: block;
  }
}

@media screen and (max-width: 575.98px) {
  .title-common {
    font-size: 24px;
  }
  .touch {
    padding: 50px 20px 35px;
  }
  .touch .common-text {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 450px) {
  header {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .logo img {
    width: 90%;
  }
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .address {
    font-size: 12px;
  }
  .title-common {
    font-size: 28px;
  }
}

@media screen and (max-width: 387px) {
  footer nav {
    width: 100%;
  }
  footer > div {
    width: 100%;
    margin-top: 10px;
  }
  footer img {
    margin-left: 0;
  }
  footer .copyright {
    text-align: left;
  }
}

.main-pic {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-bottom: calc(100vh - 15vw - 50px);
  background-color: #9EC5D4;
}

.main-pic img {
  position: absolute;
  width: 73%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  bottom: -12vw;
  left: 16.8vw;
}

.main-pic img.active {
  opacity: 1;
}

.main-pic .slogan {
  font-family: FrutigerBQ-Black;
  font-weight: normal;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 44px;
  line-height: 1.3;
  left: 70px;
  bottom: 5%;
  color: #fff;
  letter-spacing: 3px;
  margin: 0;
}

.main-pic.active img.main-pic-1 {
  opacity: 0;
}

.main-pic.active img.main-pic-2 {
  opacity: 1;
}

.color-box {
  position: relative;
  width: 100%;
  padding-bottom: calc(15% + 50px);
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.color-box .common-text {
  margin: 0;
  color: #fff;
  width: 100%;
  max-width: 700px;
  top: 1.5vw;
  right: 5vw;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.color-box .common-text.active {
  opacity: 1;
}

.color-box .color-1 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.color-box .color-2 {
  position: absolute;
  width: 100%;
  padding-bottom: 14.63%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.color-box .arrow-box {
  position: absolute;
  left: 5%;
  bottom: 3%;
}

.color-box .arrow-box > div {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.color-box .arrow-box > div .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.color-box .arrow-box > div .arrow .bar {
  position: absolute;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.color-box .arrow-box > div .arrow .bar-top {
  width: 2.5px;
  height: 8px;
  bottom: 50%;
  left: 45%;
  -webkit-transform: rotate(-40deg) skewY(30deg) translateY(15%);
          transform: rotate(-40deg) skewY(30deg) translateY(15%);
}

.color-box .arrow-box > div .arrow .bar-bottom {
  width: 2.5px;
  height: 8px;
  top: 50%;
  left: 45%;
  -webkit-transform: rotate(40deg) skewY(-30deg) translateY(-15%);
          transform: rotate(40deg) skewY(-30deg) translateY(-15%);
}

.color-box .arrow-box > div .arrow .bar-middle {
  width: 14px;
  width: 0;
  height: 2.5px;
  top: 50%;
  right: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.color-box .arrow-box > div .arrow.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 15px;
}

.color-box .arrow-box > div .arrow.prev:hover {
  -webkit-animation-name: arrow-hover-prev;
          animation-name: arrow-hover-prev;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.color-box .arrow-box > div .arrow.next:hover {
  -webkit-animation-name: arrow-hover-next;
          animation-name: arrow-hover-next;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.color-box .arrow-box > div .arrow:hover {
  opacity: 1;
}

.color-box .arrow-box > div .arrow:hover .bar-top {
  left: 55%;
}

.color-box .arrow-box > div .arrow:hover .bar-bottom {
  left: 55%;
}

.color-box .arrow-box > div .arrow:hover .bar-middle {
  width: 14px;
}

.color-box .arrow-box p {
  margin: 5px 0 0;
  letter-spacing: 1px;
}

.color-box.stage-1 {
  background-color: #3d5875;
}

.color-box.stage-1 .color-1 {
  background-color: #c1521d;
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
  padding-bottom: 10%;
  bottom: -5.5%;
}

.color-box.stage-1 .color-2 {
  background-color: #e7d5af;
  padding-bottom: 10%;
  bottom: -15%;
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
}

.color-box.stage-2 {
  background-color: #25352e;
}

.color-box.stage-2 .color-1 {
  background-color: #B4A269;
  -webkit-transform: none;
          transform: none;
  padding-bottom: 10%;
}

.color-box.stage-2 .color-2 {
  background-color: #CECEC0;
  -webkit-transform: none;
          transform: none;
  padding-bottom: 7.3%;
  bottom: 0;
}

.color-box.stage-3 {
  background-color: #9EC5D4;
}

.color-box.stage-3 .color-1 {
  background-color: #fbfbfb;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
  padding-bottom: 8%;
}

.color-box.stage-3 .color-2 {
  background-color: #CBC3BB;
  padding-bottom: 9%;
  bottom: -14%;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
}

.color-box.stage-4 {
  background-color: #B4A269;
}

.color-box.stage-4 .color-1 {
  background-color: #4E738A;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
  padding-bottom: 10%;
  bottom: -5%;
}

.color-box.stage-4 .color-2 {
  background-color: #EFEEE3;
  padding-bottom: 7%;
  bottom: -15%;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
}

@-webkit-keyframes arrow-hover-next {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes arrow-hover-next {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes arrow-hover-prev {
  from {
    -webkit-transform: scale(-1.1, 1.1);
            transform: scale(-1.1, 1.1);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    opacity: 1;
  }
}

@keyframes arrow-hover-prev {
  from {
    -webkit-transform: scale(-1.1, 1.1);
            transform: scale(-1.1, 1.1);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    opacity: 1;
  }
}

.second-title {
  font-family: DIN-Medium;
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1;
}

.home_x {
  padding: 73px 80px 50px;
}

.home_x_text {
  width: 54%;
  padding-right: 140px;
}

.home_x_text h2 {
  margin-bottom: 5px;
  font-family: DIN-Bold;
  font-size: 34px;
  letter-spacing: 0.05em;
}

.home_x_text h3 {
  color: #707070;
  font-size: 18px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}

.home_x_text p {
  text-align: justify;
}

.home_x_text a {
  margin-top: 20px;
}

.home_x_pic {
  width: 40%;
}

.home_x_pic img {
  width: 81%;
  margin-left: auto;
  display: block;
}

.home_x_linkCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
}

.home_x_linkCircle svg {
  width: 45%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_x_linkSquare {
  padding: 5px 26px;
  font-size: 12px;
  border: 1px solid #666464;
  color: #666464;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-productLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.btn-productLink:hover {
  cursor: pointer;
}

.btn-productLink:hover .home_x_linkCircle {
  background-color: transparent;
}

.btn-productLink:hover .home_x_linkCircle svg .cls-1 {
  fill: #000;
}

.btn-productLink:hover .home_x_linkSquare {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.any {
  width: 100%;
  padding-bottom: 55.05%;
  position: relative;
}

.any img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.any h2 {
  position: absolute;
  width: 100%;
  top: 8%;
}

.any .enjoyable {
  width: 55%;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.three-pic {
  padding: 6.26% 80px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.three-pic .common-text {
  width: 70%;
  text-align: justify;
}

.three-pic .pic-box {
  width: 100%;
}

.three-pic .pic-box .left {
  width: 45%;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.three-pic .pic-box .left .pic {
  position: relative;
  width: 100%;
  padding-bottom: 50.1111%;
}

.three-pic .pic-box .left .pic:first-child .pic_inner {
  top: 0;
}

.three-pic .pic-box .left .pic:nth-child(2) .pic_inner {
  bottom: 0;
}

.three-pic .pic-box .left .pic_inner {
  width: 100%;
  height: calc(100% - 8px);
  position: absolute;
  left: 0;
}

.three-pic .pic-box .right {
  width: 55%;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.three-pic .pic-box .right .pic {
  width: 100%;
}

.three-pic .pic-box .right .pic_inner {
  position: relative;
  width: 100%;
  padding-bottom: 82%;
}

.three-pic .pic-box .pic_inner img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.three-pic .pic-box .pic_inner p {
  margin: 0;
  position: absolute;
  color: #fff;
  font-family: Corbel;
  letter-spacing: 1.5px;
  left: 5%;
  bottom: 30%;
  font-size: 15px;
}

.three-pic .row {
  margin-left: -5px;
  margin-right: -5px;
}

.three-pic .row > div {
  padding-left: 5px;
  padding-right: 5px;
}

.three-pic_inner {
  width: 100%;
  padding-bottom: 82.64%;
  position: relative;
}

.three-pic_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.three-pic_inner p {
  color: #fff;
  position: absolute;
  margin: 0;
  font-size: 15px;
  left: 4.95%;
  bottom: 31.94%;
  letter-spacing: 0.25em;
}

.three-pic_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0 auto 6vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.three-pic_top_1 {
  width: 48.43%;
}

.three-pic_top_2 {
  width: 29.5%;
}

.three-pic_top_3 {
  width: 17.74%;
}

.three-pic_top img {
  width: 100%;
}

.three-pic_text {
  width: 70%;
  margin: 0 auto 11vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.three-pic_text a {
  width: 30%;
}

@media screen and (max-width: 1199.98px) {
  .three-pic_top {
    width: 80%;
  }
  .three-pic_text {
    width: 80%;
  }
}

@media screen and (max-width: 991.98px) {
  .three-pic_top {
    width: 90%;
  }
  .three-pic_text {
    width: 90%;
  }
}

@media screen and (max-width: 767.98px) {
  .three-pic_text {
    display: block;
  }
  .three-pic_text .common-text {
    width: 100%;
  }
  .three-pic_text a {
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  .three-pic_top_1 {
    width: 100%;
    margin-bottom: 4vw;
  }
  .three-pic_top_2 {
    width: 59%;
  }
  .three-pic_top_3 {
    width: 35.48%;
  }
}

@media screen and (max-width: 1199.98px) {
  .main-pic {
    padding-bottom: calc(100vh - 20vw);
  }
  .color-box {
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 991px) {
  .main-pic {
    padding-bottom: calc(100vh - 30vw - 60px);
  }
  .main-pic .slogan {
    font-size: 38px;
    left: 11.26vw;
    bottom: 5.43vw;
  }
  .color-box {
    padding-bottom: 30%;
  }
  .color-box .common-text {
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
    max-width: none;
  }
  .color-box.stage-1 .color-1 {
    padding-bottom: 18%;
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
  .color-box.stage-1 .color-2 {
    padding-bottom: 17%;
    bottom: -9%;
  }
  .color-box.stage-2 .color-1 {
    padding-bottom: 20%;
  }
  .color-box.stage-2 .color-2 {
    padding-bottom: 15%;
  }
  .color-box.stage-3 .color-1 {
    padding-bottom: 16%;
  }
  .color-box.stage-3 .color-2 {
    padding-bottom: 18%;
    -webkit-transform: skewY(-4deg);
            transform: skewY(-4deg);
  }
  .color-box.stage-4 .color-1 {
    padding-bottom: 19%;
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
  .color-box.stage-4 .color-2 {
    padding-bottom: 12%;
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
    bottom: -16%;
  }
  .color-box .arrow-box {
    left: 30px;
  }
  .home_x {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 75px;
  }
  .home_x_pic {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home_x_pic img {
    width: 100%;
  }
  .home_x_text {
    width: 100%;
    padding-right: 0;
    padding-top: 43px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home_x_text h3 {
    font-size: 20px;
  }
  .three-pic {
    padding-left: 20px;
    padding-right: 20px;
  }
  .three-pic .common-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .three-pic_text a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767.98px) {
  .main-pic {
    padding-bottom: calc(100vh - 60vw - 60px - 60px);
  }
  .main-pic .slogan {
    font-size: 32px;
  }
  .main-pic img {
    width: 160%;
    left: -30vw;
    bottom: 10vw;
  }
  .color-box {
    padding-bottom: 60%;
  }
  .color-box .common-text {
    line-height: 1.7;
    text-align: left;
    top: 5vw;
  }
  .color-box .common-text br {
    display: none;
  }
  .color-box .arrow-box {
    bottom: 5%;
  }
  .color-box .arrow-box p {
    margin: 5px 0 0;
    display: none;
  }
  .color-box .arrow-box > div .arrow:hover {
    opacity: 0.7;
  }
  .color-box .arrow-box > div .arrow:hover .bar-top {
    left: 45%;
  }
  .color-box .arrow-box > div .arrow:hover .bar-bottom {
    left: 45%;
  }
  .color-box .arrow-box > div .arrow:hover .bar-middle {
    width: 0;
  }
  .color-box.stage-1 .color-1 {
    padding-bottom: 30%;
    -webkit-transform: skewY(-6deg);
            transform: skewY(-6deg);
  }
  .color-box.stage-1 .color-2 {
    padding-bottom: 28%;
    bottom: -6%;
    -webkit-transform: skewY(4deg);
            transform: skewY(4deg);
  }
  .color-box.stage-2 .color-1 {
    padding-bottom: 30%;
  }
  .color-box.stage-3 .color-1 {
    padding-bottom: 30%;
  }
  .color-box.stage-3 .color-2 {
    padding-bottom: 35%;
  }
  .color-box.stage-4 .color-1 {
    padding-bottom: 27%;
  }
  .color-box.stage-4 .color-2 {
    padding-bottom: 22%;
  }
  .any {
    padding-bottom: 129%;
    background-image: url(../img/home-pic1.png);
    background-size: cover;
    background-position: 86% center;
    background-repeat: no-repeat;
  }
  .any img {
    display: none;
  }
  .second-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .three-pic {
    padding-top: 60px;
  }
  .three-pic_text {
    margin-bottom: 100px;
  }
  .three-pic .common-text {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.7;
    text-align: justify;
  }
  .three-pic .pic-box .left {
    padding-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  .three-pic .pic-box .left .pic:first-child {
    width: 45%;
    padding-bottom: calc(40% * 0.8526);
  }
  .three-pic .pic-box .left .pic:first-child .pic_inner {
    width: calc(100% - 4px);
    height: 100%;
  }
  .three-pic .pic-box .left .pic:nth-child(2) {
    width: 55%;
    padding-bottom: calc(60% * 0.6774);
  }
  .three-pic .pic-box .left .pic:nth-child(2) .pic_inner {
    width: calc(100% - 4px);
    height: 100%;
    left: inherit;
    right: 0;
  }
  .three-pic .pic-box .right {
    padding: 0;
    width: 100%;
  }
  .three-pic .pic-box .right .pic_inner {
    padding-bottom: 100%;
  }
  .three-pic .pic-box .pic_inner p {
    bottom: 20%;
  }
  .three-pic_inner {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 575.98px) {
  .main-pic .slogan {
    font-size: 28px;
  }
  .home_x {
    padding-top: 60px;
  }
  .home_x_text {
    padding-top: 30px;
  }
  .home_x_text h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .home_x_text h2 {
    font-size: 32px;
  }
  .three-pic {
    padding-left: 15px;
    padding-right: 15px;
  }
  .three-pic_inner p {
    letter-spacing: 0.05em;
    font-size: 12px;
  }
  .color-box.stage-2 .color-2 {
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 450px) {
  .main-pic .slogan {
    font-size: 25px;
    left: 5%;
  }
  .main-pic img {
    bottom: -28vw;
    width: 210%;
    left: -55vw;
  }
  .second-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .any .enjoyable {
    width: 83%;
  }
}

@media screen and (max-width: 400px) {
  .main-pic {
    padding-bottom: calc(100vh - 70vw - 60px - 60px);
  }
  .main-pic img {
    bottom: -30vw;
    width: 200%;
    left: -61vw;
  }
  .color-box {
    padding-bottom: 70%;
  }
  .color-box .common-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .color-box .arrow-box {
    left: 20px;
  }
  .home_x_text h2 {
    font-size: 27px;
  }
  .home_x_text h3 {
    font-size: 16px;
  }
  .three-pic_text {
    margin-bottom: 24vw;
  }
}

@media screen and (max-width: 380px) {
  .main-pic img {
    bottom: -28vw;
    width: 200%;
    left: -50vw;
  }
}

@media screen and (max-width: 350px) {
  .main-pic .slogan {
    font-size: 24px;
  }
  .main-pic img {
    bottom: -20vw;
    width: 150%;
    left: -25vw;
  }
}

.about_banner {
  width: 100%;
  padding-bottom: 53.23%;
  position: relative;
}

.about_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.about_main {
  padding: 9.44vw 10.89vw 9.56vw;
  text-align: center;
}

.about_main .title-common {
  margin-bottom: 15px;
}

.about_main span {
  font-size: 18px;
  display: block;
  margin-bottom: 29px;
  color: #707070;
}

.about_main p {
  width: 77%;
  margin: 0 auto 8.45vw;
}

.about_pic {
  width: 100%;
  padding-bottom: 60.1%;
  position: relative;
}

.about_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}

.about_fit {
  padding: 7.68vw 10.16vw 8.21vw;
  text-align: center;
}

.about_fit h2 {
  margin-bottom: 3.58vw;
}

.about_fit p {
  width: 77%;
  margin-left: auto;
  margin-right: auto;
}

.about_rikulao {
  text-align: center;
}

.about_rikulao > p {
  width: 61%;
  margin: 0 auto 8.09vw;
}

.about_rikulao_pic {
  position: relative;
}

.about_rikulao_pic_text {
  position: absolute;
  white-space: nowrap;
  top: 25vw;
  left: 6vw;
}

.about_rikulao_pic_text p {
  margin: 0;
  color: #3E3A39;
  font-size: 15px;
  display: inline-block;
  letter-spacing: 0.6em;
}

.good {
  padding: 0 10.98vw 10.94vw;
}

.good h2 {
  margin-bottom: 4.85vw;
  margin-top: 0;
}

.good .good_icon {
  margin-bottom: 7.68vw;
}

.good .good_icon .pic {
  width: calc(100% / 6);
}

.good .good_icon .pic img {
  display: block;
  width: 40%;
  margin: 0 auto 5px;
}

.good .good_icon .pic span {
  text-align: center;
  display: block;
  font-size: 16px;
}

.good p {
  text-align: center;
  width: 77%;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .about_banner {
    padding-bottom: 118.4%;
  }
  .good {
    padding: 0 45px 90px;
  }
  .good h2 {
    margin-bottom: 50px;
  }
  .good .good_icon {
    margin-bottom: 30px;
  }
  .good .good_icon .pic {
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .good .good_icon .pic img {
    margin-bottom: 10px;
  }
  .good p {
    margin: 0;
    line-height: 1.7;
    text-align: justify;
    width: 100%;
  }
  .good p br {
    display: none;
  }
  .about_main {
    padding: 60px 0;
  }
  .about_main h2 {
    margin-bottom: 15px;
  }
  .about_main p {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 60px;
    text-align: justify;
  }
  .about_pic {
    padding-bottom: 101.05%;
  }
  .about_fit {
    padding: 60px 45px;
  }
  .about_fit h2 {
    margin-bottom: 20px;
  }
  .about_fit p {
    text-align: justify;
    width: 100%;
  }
  .about_rikulao h2 {
    margin-bottom: 15px;
  }
  .about_rikulao > p {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 25px;
    text-align: justify;
  }
  .about_rikulao_pic_text {
    top: 80vw;
    left: 5.2vw;
  }
  .about_rikulao_pic_text p {
    display: block;
  }
  .about_rikulao_pic_text p:nth-child(2) {
    -webkit-transform: translateX(53px);
            transform: translateX(53px);
  }
}

@media screen and (max-width: 575.98px) {
  .good {
    padding: 0 25px 60px;
  }
  .good .good_icon {
    margin-bottom: 10px;
  }
  .good .good_icon .pic span {
    font-size: 13px;
  }
  .good h2 {
    margin-bottom: 30px;
  }
  .about_main {
    padding: 50px 0;
  }
  .about_main p {
    margin-bottom: 50px;
  }
  .about_fit {
    padding: 50px 25px;
  }
  .about_rikulao > p {
    margin-bottom: 50px;
  }
  .about_rikulao_pic_text p {
    letter-spacing: 0.3em;
    font-size: 13px;
  }
}

.product_bannerMain {
  width: 100%;
  padding-bottom: 41.67%;
  position: relative;
}

.product_bannerMain img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.product_bannerMain p {
  font-size: 28px;
  margin: 0;
  color: #9FA0A0;
  position: absolute;
  font-family: DIN-Medium;
  top: 75%;
  left: 5.5%;
  letter-spacing: 0.1em;
}

.product_tab {
  padding-left: 40px;
  padding-right: 40px;
}

.product_tab a {
  padding: 6px 0;
  display: block;
  margin-right: 30px;
  position: relative;
}

.product_tab a::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #514F4E;
  bottom: 0;
  opacity: 0;
  width: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_tab a.active::after, .product_tab a:hover::after {
  width: 100%;
  opacity: 1;
}

.product_tab a:last-child {
  margin-right: 0;
}

.product_tab a.link-back {
  margin-right: 27px;
}

.product_tab a.link-back img {
  width: 14px;
  margin-right: 8px;
}

.product_tab a.link-back span {
  color: #9FA0A0;
}

.product_tab .viewall {
  margin: 12px 0 6px auto;
  display: block;
  padding: 8px 20px;
  border: 1px solid #666464;
  color: #666464;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_tab .viewall:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.product_classify {
  padding: 17.78vw 110px 94px;
}

.product_classify_pic {
  width: 32%;
  position: relative;
}

.product_classify_intro {
  width: 60%;
}

.product_classify_intro .bike_list_class {
  background-color: #fff !important;
}

.product_classify_intro .bike_brand p {
  background-color: #EAE9EA;
}

.product_classify_text {
  width: 68%;
}

.product_classify_text .inner {
  margin-left: auto;
  padding-bottom: 31px;
  padding-left: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_classify_text .inner p {
  line-height: 1.7;
  margin-bottom: 35px;
  width: 90%;
  text-align: justify;
}

.product_classify_tag {
  width: 107px;
  height: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #040000;
  margin-left: 16px;
  margin-bottom: 10px;
}

.product_classify_tag span {
  font-family: FrutigerBQ-Black;
  font-size: 19px;
}

.product_classify_slogan {
  font-size: 28px;
  font-family: FrutigerBQ-Black;
  line-height: 1.2;
  letter-spacing: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.product_classify_slogan_img {
  display: none;
}

.product_classify_mainPic {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: -40%;
  z-index: -1;
}

.product_classify_mainPic.mainPic-M27 {
  bottom: -12.5%;
}

.product_classify_mainPic.mainPic-peloton {
  bottom: -7.5%;
}

.product_classify_mainPic.mainPic-cadence {
  bottom: 0;
}

.product_classify_spec {
  width: 100%;
}

.product_classify_spec_item {
  margin-bottom: 6px;
}

.product_classify_spec_item p {
  margin-bottom: 3px;
  font-size: 15px;
  color: #2F2725;
}

.product_classify_spec_item .bar {
  width: 100%;
  height: 5px;
  background-color: #E0E0E0;
  border-radius: 100px;
}

.product_classify_spec_item .bar_inner {
  height: 100%;
  background-color: #CAC5AF;
  border-radius: 100px;
}

.product_classify_spec_item:last-child {
  margin-bottom: 0;
}

.product_classify_spec_level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 3px;
}

.product_classify_spec_level.distance {
  padding-right: 17%;
}

.product_classify_spec_level.distance .unit {
  position: absolute;
  right: 0;
  bottom: 0;
}

.product_classify_spec_level span {
  color: #636262;
  font-size: 12px;
}

.product_classify_situ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.product_classify_situ .pic_small {
  width: 32.67%;
}

.product_classify_situ .pic_small .pic_inner {
  width: 100%;
  padding-bottom: 124.06%;
  position: relative;
}

.product_classify_situ .pic_small .pic_inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.product_classify_situ .pic_big {
  width: 65.52%;
}

.product_classify_situ .pic_big .pic_inner {
  width: 100%;
  padding-bottom: 61.87%;
  position: relative;
}

.product_classify_situ .pic_big .pic_inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.product_classify_dash {
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #000 0%, #000 50%, transparent 50%);
  background-size: 6px 18px;
  background-repeat: x-repeat;
}

.product_classify_item {
  margin-bottom: 20vw;
}

.product_classify_item:nth-child(even) .product_classify_pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.product_classify_item:nth-child(even) .product_classify_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.product_classify_item:nth-child(even) .product_classify_text .inner {
  padding-left: 0;
  padding-right: 87px;
}

.product_classify_item:nth-child(even) .product_classify_intro {
  margin-left: auto;
}

.product_classify_item:nth-child(even) .product_classify_mainPic {
  right: inherit;
  left: -40%;
}

.product_classify_item:nth-child(even) .product_classify_tag {
  margin-right: 16px;
  margin-left: auto;
}

.product_classify_item:last-child {
  margin-bottom: 0;
}

.product_classify_color {
  position: absolute;
  width: 100%;
  top: calc(100% + 22px);
  left: 0;
}

.product_classify_color label {
  font-family: DIN-Bold;
  font-size: 15px;
  margin-bottom: 9px;
}

.product_classify_color .color-select {
  width: 34px;
  height: 34px;
  padding: 3px;
  margin-left: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
}

.product_classify_color .color-select .color-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.product_classify_color .color-select:first-child {
  margin-left: 0;
}

.product_classify_color .color-select.active {
  background-image: url(../img/color-dash.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product_more {
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  background-color: #000;
  border-radius: 50%;
}

.product_more img {
  width: 45%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_more:hover img {
  -webkit-animation: productBtnHover 0.6s;
          animation: productBtnHover 0.6s;
}

.product_bannerContent {
  width: 100%;
  padding-bottom: 42.59%;
  position: relative;
}

.product_bannerContent img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.product_bannerContent p {
  position: absolute;
  font-family: DIN-Bold;
  color: #fff;
  margin: 0;
  left: 21.13vw;
  bottom: 7.1vw;
  font-size: 25px;
  letter-spacing: 0.1em;
}

.product_content {
  background: -webkit-gradient(linear, left top, right top, from(#E6E6E6), color-stop(50%, #F4F4F4), color-stop(66%, #FFFFFF), to(#EBEBEC));
  background: linear-gradient(to right, #E6E6E6 0%, #F4F4F4 50%, #FFFFFF 66%, #EBEBEC 100%);
}

.product_content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 0 auto;
  position: relative;
}

.product_content_left {
  width: 20%;
  padding-right: 53px;
}

.product_content_left .product_classify_intro {
  width: 100%;
}

.product_content_right {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_content_right #pc-tabContent {
  mix-blend-mode: multiply;
}

.product_content_right .swiper-button-next, .product_content_right .swiper-button-prev {
  width: 37px;
  height: 37px;
  background-color: rgba(255, 255, 255, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/arrow-slider.svg);
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 50%;
}

.product_content_right .swiper-button-next::after, .product_content_right .swiper-button-prev::after {
  display: none;
}

.product_content_right .swiper-button-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.product_content_right p {
  width: 82%;
  margin-bottom: 4.95vw;
  margin-top: 2.75vw;
  padding-left: 12px;
  text-align: justify;
}

.product_content_right .product_classify_dash {
  width: 100%;
}

.product_content_right .tab-content {
  width: 100%;
}

.product_content .product_classify_spec_item .bar {
  background-color: #fff;
}

.product-slider {
  width: 100%;
  position: relative;
  padding-bottom: 66.67%;
}

.product-slider .swiper-pagination {
  position: absolute;
  right: 0;
  top: calc(100% + 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-slider .swiper-pagination-bullet {
  width: 50px;
  height: 21px;
  border-radius: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45.45%, transparent), color-stop(45.45%, #BFC0C0), color-stop(54.55%, #BFC0C0), color-stop(54.55%, transparent), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, transparent 45.45%, #BFC0C0 45.45%, #BFC0C0 54.55%, transparent 54.55%, transparent 100%);
  opacity: 1;
}

.product-slider .swiper-pagination-bullet:first-child {
  margin-top: 0;
}

.product-slider .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45.45%, transparent), color-stop(45.45%, #040000), color-stop(54.55%, #040000), color-stop(54.55%, transparent), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, transparent 45.45%, #040000 45.45%, #040000 54.55%, transparent 54.55%, transparent 100%);
}

.product_pagi {
  position: absolute;
  right: 0;
  top: calc(100% + 24px);
}

.product_pagi_bar {
  width: 24px;
  height: 1px;
  border-radius: 0;
  display: block;
  margin-top: 9px;
  background-color: #BFC0C0;
  opacity: 1;
}

.product_pagi_bar:first-child {
  margin-top: 0;
}

.product_pagi_bar.active {
  background-color: #040000;
}

.product_swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product_swiper_pic {
  width: 100%;
  padding-bottom: 66.67%;
  position: relative;
}

.product_swiper_pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.product_detail {
  padding-top: 116px;
  padding-bottom: 55px;
  width: 70%;
  margin: 0 auto;
}

.product_detail_item h3 {
  font-size: 13px;
  padding: 8px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0;
}

.product_detail_item ul {
  padding: 15px 10px;
}

.product_detail_item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.product_detail_item ul li h4 {
  font-size: 12px;
  width: 90px;
  margin: 0;
}

.product_detail_item ul li p {
  margin: 0;
  font-size: 12px;
  width: calc(100% - 90px);
}

.product_detail_item ul li:last-child {
  margin-bottom: 0;
}

.product_detail_item:last-child {
  border-bottom: 1px solid #000;
}

.product_detail_item_p {
  font-size: 12px 12px 0;
  margin: 0 !important;
  padding: 13px 10px;
  border-top: 1px solid #000;
  width: 100% !important;
  text-align: justify;
}

.product_detail .nav-tabs {
  border: 0;
}

.product_detail .nav-tabs .nav-link {
  border-radius: 50%;
}

.product_detail_color {
  border: 0;
}

.product-breadcrumb {
  margin-top: 80px;
  border-top: 1px solid #040000;
}

.product-breadcrumb .breadcrumb {
  width: 70%;
  margin: 0 auto;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-breadcrumb .breadcrumb a, .product-breadcrumb .breadcrumb li {
  color: #9FA0A0;
  font-size: 12px;
}

@-webkit-keyframes productBtnHover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  33.3333% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes productBtnHover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  33.3333% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.bike_list {
  padding: 4.28vw 10.2vw 8.35vw;
}

.bike_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 83px;
}

.bike_list_text {
  width: 30%;
  padding-bottom: 18px;
}

.bike_list_text .product_classify_slogan {
  letter-spacing: 10px;
  font-size: 24px;
  margin-bottom: 20px;
}

.bike_list_class {
  color: #636262;
  width: 130px;
  padding: 3px 0;
  text-align: center;
  font-family: DIN-Bold;
  font-size: 12px;
  margin-bottom: 14px;
}

.bike_list_class.bg-gray {
  background-color: #EBEBEC;
}

.bike_list_class.bg-yellow {
  background-color: #EFEEDF;
}

.bike_list_class.bg-blue {
  background-color: #DBE7ED;
}

.bike_list_pic {
  width: 70%;
}

.bike_list_bar {
  width: 100%;
}

.bike_list .row {
  margin-left: -17px;
  margin-right: -17px;
}

.bike_list .row > div {
  padding-left: 17px;
  padding-right: 17px;
}

.bike_brand {
  width: 130px;
  padding-bottom: 130px;
  border-radius: 50%;
  border: 1px solid #040000;
  position: relative;
  margin-bottom: 10px;
}

.bike_brand p {
  font-size: 24px;
  font-family: FrutigerBQ-Black;
  position: absolute;
  white-space: nowrap;
  margin: 0;
  color: #0E0D0D;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 6px;
  background-color: #fff;
}

.bike_brand::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#040000), color-stop(50%, #040000), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #040000 0%, #040000 50%, transparent 50%);
  background-size: 4px 18px;
  background-repeat: x-repeat;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.bike_brand::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#040000), color-stop(50%, #040000), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #040000 0%, #040000 50%, transparent 50%);
  background-size: 4px 18px;
  background-repeat: x-repeat;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bike_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
}

.bike_color_item {
  margin-right: 3px;
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 50% !important;
  padding: 2px;
}

.bike_color_item:last-child {
  margin-right: 0;
}

.bike_color_item.active {
  border: 1px solid #040000 !important;
}

.bike_color_inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.bike_pic {
  position: relative;
  width: 100%;
  padding-bottom: 62.86%;
}

.bike_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1700px) {
  .product_content_inner {
    width: 80%;
  }
  .product_content_left {
    padding-right: 30px;
  }
  .product-breadcrumb .breadcrumb {
    width: 80%;
  }
  .product_detail {
    width: 80%;
  }
}

@media screen and (max-width: 1400px) {
  .bike_list_text .product_classify_slogan {
    font-size: 22px;
    letter-spacing: 8px;
  }
}

@media screen and (max-width: 1320px) {
  .product_content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .product_content_inner {
    width: 100%;
  }
  .product_content_left {
    padding-right: 20px;
    width: 195px;
  }
  .product_content_right {
    width: calc(100% - 195px);
  }
  .product-breadcrumb {
    padding-left: 40px;
    padding-right: 40px;
  }
  .product-breadcrumb .breadcrumb {
    width: 100%;
  }
  .product_detail {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1250px) {
  .bike_list {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1199.98px) {
  .bike_list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .bike_list_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 0;
    padding-right: 25px;
    width: 160px;
  }
  .bike_list_text .product_classify_slogan {
    margin-bottom: 0;
    font-size: 20px;
  }
  .bike_list_pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-bottom: 15px;
  }
  .bike_list_bar {
    width: calc(100% - 160px);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .bike_list_item {
    position: relative;
  }
  .bike_colorBox {
    position: absolute;
    width: calc(100% - 160px);
    right: 0;
    bottom: 180px;
  }
}

@media screen and (max-width: 1120px) {
  .product_classify_slogan {
    letter-spacing: 10px;
  }
  .product_classify_text .inner {
    padding-left: 60px;
  }
  .product_classify_text p {
    margin-bottom: 25px;
  }
  .product_classify_pic {
    width: 36%;
  }
  .product_classify_text {
    width: 64%;
  }
  .product_classify_item:nth-child(even) .product_classify_text .inner {
    padding-right: 60px;
  }
  .product_content_left .product_classify_slogan {
    font-size: 26px;
  }
}

@media screen and (max-width: 991.98px) {
  .product_tab {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product_classify {
    padding: 33.19vw 0 16.48vw;
  }
  .product_classify_pic {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 82px;
  }
  .product_classify_text {
    width: 100%;
  }
  .product_classify_text .inner {
    padding-left: 0;
    padding-right: 0 !important;
    padding-bottom: 0;
  }
  .product_classify_text .inner p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px;
    margin-bottom: 58px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product_classify_mainPic {
    width: 45vw;
    right: 5%;
    left: inherit;
    bottom: -15%;
  }
  .product_classify_situ {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product_classify_intro {
    width: 56%;
  }
  .product_classify_intro .bike_brand p {
    background-color: transparent;
  }
  .product_classify_intro .bike_brand p.brand-transverse {
    background-color: #fff;
  }
  .product_classify_dash {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .product_classify_item {
    margin-bottom: 40vw;
  }
  .product_classify_item:nth-child(even) .product_classify_pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 20px;
  }
  .product_classify_item:nth-child(even) .product_classify_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product_classify_item:nth-child(even) .product_classify_mainPic {
    right: inherit;
    left: 5%;
  }
  .product_classify_item:nth-child(even) .product_more {
    right: inherit;
    left: 30px;
  }
  .product_classify_item:last-child {
    margin-bottom: 0;
  }
  .product_classify_item:last-child .product_classify_text {
    padding-bottom: 0;
  }
  .product_classify_item:last-child .product_classify_text .inner p {
    margin-bottom: 0;
  }
  .product_classify_item:last-child .product_classify_dash {
    display: none;
  }
  .product_classify_tag {
    margin-left: 16px !important;
    margin-right: auto !important;
  }
  .product_more {
    position: absolute;
    width: 66px;
    height: 66px;
    right: 40px;
    bottom: 20px;
  }
  .product_content {
    padding: 0;
    background: transparent;
  }
  .product_content_left {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding: 46px 20px 55px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product_content_left .product_classify_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 0;
  }
  .product_content_left .product_classify_intro_left {
    padding-right: 30px;
    width: 210px;
  }
  .product_content_left .product_classify_intro_right {
    width: calc(100% - 210px);
  }
  .product_content_left .product_classify_spec {
    width: 100%;
  }
  .product_content_left .product_classify_spec_item .bar {
    background-color: #E0E0E0;
  }
  .product_content_left .product_classify_slogan {
    font-size: 28px;
    margin: 0;
  }
  .product_content_left .product_classify_color {
    position: static;
    margin-bottom: 25px;
  }
  .product_content_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: -webkit-gradient(linear, left top, right top, from(#E6E6E6), color-stop(50%, #F4F4F4), color-stop(66%, #FFFFFF), to(#EBEBEC));
    background: linear-gradient(to right, #E6E6E6 0%, #F4F4F4 50%, #FFFFFF 66%, #EBEBEC 100%);
    mix-blend-mode: none;
  }
  .product_content .bike_brand {
    margin-bottom: 15px;
  }
  .product-slider .swiper-pagination {
    top: calc(100% + 13px);
    right: 20px;
  }
  .product-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
  .product_detail {
    padding: 0 20px 75px;
  }
  .bike_list_item {
    margin-bottom: 40px;
    border-bottom: 1px solid #9fa0a0;
    padding-bottom: 35px;
  }
  .bike_colorBox {
    bottom: 215px;
  }
}

@media screen and (max-width: 767.98px) {
  .product_bannerMain, .product_bannerContent {
    padding-bottom: 95.83%;
  }
  .product_bannerMain p, .product_bannerContent p {
    left: 10vw;
    bottom: 12.5vw;
  }
  .product_classify_mainPic {
    width: 50vw;
  }
  .product_classify_item {
    margin-bottom: 35vw;
  }
  .product_classify_item.peloton {
    margin-bottom: 40vw;
  }
  .product_more {
    bottom: 10px;
    right: 60px;
  }
  .product_content {
    padding-left: 0;
    padding-right: 0;
  }
  .product_content_left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product_content_left .product_classify_tag {
    width: 150px;
    height: 150px;
  }
  .product_content_left .product_classify_tag span {
    font-size: 30px;
  }
  .product_content_right .product_classify_dash {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .product_content_right > p {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 36px;
    padding: 0 20px;
    margin-bottom: 55px;
  }
  .product_swiper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 64px;
  }
  .product_swiper .swiper-button-next, .product_swiper .swiper-button-prev {
    display: none;
  }
  .product_detail {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .product_detail .row > div:nth-child(2) .product_detail_item:first-child h3 {
    border-top: 0;
  }
}

@media screen and (max-width: 650px) {
  .product_classify_mainPic {
    width: 57vw;
    right: 0;
  }
  .product_classify_item:nth-child(even) .product_classify_mainPic {
    right: inherit;
    left: 0;
  }
  .product_classify_item:nth-child(even) .product_more {
    left: 30px;
  }
  .product_classify_item.peloton {
    margin-bottom: 45vw;
  }
  .product_more {
    bottom: 10px;
    right: 30px;
  }
  .bike_list {
    padding: 40px 15px;
  }
}

@media screen and (max-width: 575.98px) {
  .product_bannerMain p {
    font-size: 24px;
  }
  .product_tab {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .product_tab a {
    font-size: 12px;
    margin-right: 20px;
    white-space: nowrap;
  }
  .product_tab::-webkit-scrollbar {
    display: none;
  }
  .product_classify_mainPic {
    width: 65vw;
    right: -5%;
  }
  .product_classify_item {
    margin-bottom: 45vw;
  }
  .product_classify_item:nth-child(even) .product_classify_mainPic {
    right: inherit;
    left: -5%;
  }
  .product_classify_item.peloton {
    margin-bottom: 55vw;
  }
  .product_content {
    padding-top: 0;
  }
  .product_content_left {
    padding-right: 23px;
  }
  .product_content_left .product_classify_slogan {
    font-size: 26px;
  }
  .product_content_right > p {
    margin-top: 7.08vw;
    margin-bottom: 10.89vw;
  }
  .product_content .bike_brand {
    width: 100%;
    padding-bottom: 100%;
  }
  .product_swiper {
    margin-bottom: 13.41vw;
  }
  .bike_brand {
    width: 110px;
    padding-bottom: 110px;
  }
  .bike_brand p {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .product_classify_mainPic {
    width: 70vw;
    right: -10%;
  }
  .product_classify_text .inner p {
    margin-top: 10vw;
    margin-bottom: 12vw;
  }
  .product_classify_item:nth-child(even) .product_classify_mainPic {
    left: -10%;
  }
  .product_classify_item:nth-child(even) .product_more {
    left: 20px;
  }
  .product_more {
    width: 13.8vw;
    right: 20px;
  }
  .product_content_left .product_classify_tag {
    position: relative;
    width: 95%;
    padding-bottom: 95%;
    height: 0;
    margin: 0 auto 15px;
  }
  .product_content_left .product_classify_tag span {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .product_content_left .product_classify_slogan {
    font-size: 24px;
    letter-spacing: 8px;
  }
  .product_content_left .product_classify_intro_left {
    width: 43%;
  }
  .product_content_left .product_classify_intro_right {
    width: 57%;
  }
  .product_content_left .product_classify_color {
    margin-bottom: 12px;
  }
  .product_content_left .product_classify_color .color-select {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }
  .product_content_left .product_classify_color .color-select:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 450px) {
  .product_classify_mainPic {
    width: 78.58vw;
    right: -15%;
  }
  .product_classify_item:nth-child(even) .product_classify_mainPic {
    left: -15%;
  }
  .product_classify_item.peloton {
    margin-bottom: 64vw;
  }
  .product_classify_tag span {
    font-size: 18px;
  }
  .product_more {
    width: 12vw;
    height: 12vw;
    right: 20px;
  }
  .product_content_left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product_content_left .product_classify_slogan {
    font-size: 20px;
    letter-spacing: 8px;
    display: none;
  }
  .product_content_left .product_classify_slogan_img {
    display: block;
    width: 100%;
  }
  .product-breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product_detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 400px) {
  .product_classify_tag {
    width: 95px;
    height: 95px;
    margin-left: 10px;
  }
  .product_classify_mainPic {
    width: 85vw;
    right: -18%;
  }
  .product_classify_item {
    margin-bottom: 50vw;
  }
  .product_classify_item:nth-child(even) .product_classify_mainPic {
    left: -18%;
  }
  .product_more {
    width: 10vw;
    height: 10vw;
  }
  .product_content_left .product_classify_tag span {
    font-size: 24px;
  }
}

@media screen and (max-width: 360px) {
  .product_classify_tag {
    width: 85px;
    height: 85px;
  }
  .product_classify_tag span {
    font-size: 16px;
  }
  .product_classify_mainPic {
    width: 90vw;
    right: -22%;
  }
  .product_classify_slogan {
    font-size: 26px;
  }
  .product_classify_item:nth-child(even) .product_classify_mainPic {
    left: -22%;
  }
  .product_more {
    width: 10vw;
    right: 15px;
  }
  .product_content_left .product_classify_tag span {
    font-size: 20px;
  }
  .bike_list_text {
    width: 140px;
    padding-right: 15px;
  }
  .bike_list_text .product_classify_slogan {
    font-size: 17px;
  }
  .bike_list_class {
    width: 100%;
  }
  .bike_list_bar {
    width: calc(100% - 140px);
  }
  .bike_colorBox {
    width: calc(100% - 140px);
    bottom: 205px;
  }
}

@media screen and (max-width: 330px) {
  .product_classify_mainPic {
    width: 95vw;
    right: -25%;
  }
  .product_classify_slogan {
    letter-spacing: 9px;
  }
  .product_classify_item:nth-child(even) .product_classify_mainPic {
    left: -25%;
  }
  .product_content_left .product_classify_tag span {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */