@font-face {
  font-family: Impact;
  src: url('../fonts/impact.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: #fff;
  --coffee-gray: #86837b;
  --black-2: #333;
  --coffee: #9e8e81;
  --blue-black: #5c6069;
  --black-3: #282828;
  --red: #c00;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.overflow-x {
  overflow: hidden;
}

.hero-block {
  width: 100%;
  position: relative;
}

.hero-left {
  z-index: 1;
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 55%;
  height: 90vh;
  padding: 50px 5%;
  display: flex;
  position: relative;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.image {
  width: 100%;
  max-width: 450px;
}

.text-block {
  color: var(--white);
  font-size: 18px;
  line-height: 36px;
}

.text-block-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(125deg, #c4c4c4, #f6f6f6 53%, #c4c4c4);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  margin-top: 100px;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-bottom: 50px;
  display: flex;
}

.nav-link {
  color: var(--white);
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.nav-link:hover {
  border-bottom: 2px solid var(--white);
}

.nav-link.w--current {
  border-bottom: 2px solid var(--white);
  color: var(--white);
}

.hero-pic {
  background-image: url('../images/Main-visual-temp_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.feature-sec {
  margin-top: -1px;
}

.sec-container {
  width: 100%;
  max-width: 1920px;
  padding: 200px 5% 100px;
  position: relative;
}

.sec-container.info {
  background-image: url('../images/info-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150px;
}

.sec-container.line-up-top {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/2020-Rebel-location_0002_M_s.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 50px;
}

.sec-container.line-up-sec-item {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/2020-Rebel-location_0002_M_s.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-container.line-up-sec-item.bg-grey {
  background-image: linear-gradient(#bdbdbde6, #bdbdbde6), url('../images/2020-Rebel-location_0002_M_s_bw.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sec-container.line-up-sec-item.bg-dark-grey {
  background-image: linear-gradient(#5c5c5ce6, #5c5c5ce6), url('../images/2020-Rebel-location_0002_M_s_bw.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sec-container.line-up-sec-item.bg-black {
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/2020-Rebel-location_0002_M_s_bw.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.info-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 47px;
  display: flex;
}

.body {
  background-color: var(--black);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  font-family: Figtree, sans-serif;
}

.image-copy {
  width: 100%;
  max-width: 400px;
}

.text-block-3 {
  color: var(--white);
  font-size: 18px;
  line-height: 30px;
}

.info-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.info-pt-list {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: wrap;
  justify-content: space-between;
  width: 82%;
  display: flex;
}

.info-pt-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: center;
  width: 31%;
  max-width: 440px;
  display: flex;
}

.info-pt-title {
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-4 {
  color: var(--white);
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 36px;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  margin-top: -100px;
  margin-bottom: 86px;
  padding-bottom: 50px;
  padding-left: 7%;
  padding-right: 7%;
}

.slide-nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  width: 33%;
}

.slide-item-block {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.slide-item-pic {
  width: 100%;
  height: 280px;
}

.slide-item-pic._1985 {
  background-image: url('../images/1985-MC13-Special_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-item-pic._1986 {
  background-image: url('../images/1986-MC13-MMC_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-item-pic._1988 {
  background-image: url('../images/1988-MC13-Add-Type_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-item-pic._1990 {
  background-image: url('../images/1990-MC13-MMC_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-item-pic._1994 {
  background-image: url('../images/1994-MC13-MMC_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-content-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  min-height: 380px;
  padding: 50px 7% 30px;
  display: flex;
}

.slide-content-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.slide-content-des {
  font-size: 16px;
  line-height: 30px;
}

.slide-year {
  color: var(--coffee-gray);
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  position: absolute;
  inset: 245px auto auto -70px;
}

.mask {
  overflow: visible;
}

.slide-arrow {
  background-color: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  inset: 180px auto auto 0%;
  box-shadow: 0 0 5px 5px #0003;
}

.slide-arrow.left {
  background-image: url('../images/arrow-left-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  left: 2%;
  right: auto;
}

.slide-arrow.right {
  background-image: url('../images/arrow-right-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  left: auto;
  right: 2%;
}

.sec-title-block {
  width: 100%;
  display: flex;
  position: absolute;
  inset: 30px auto auto 0%;
}

.sec-title-num-block {
  background-color: var(--white);
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 15px;
  display: flex;
}

.sec-title-num-block.black {
  background-color: var(--black);
}

.sec-title-en {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.sec-title-en.black {
  color: var(--black-2);
}

.sec-title {
  color: var(--white);
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
}

.sec-title.black {
  color: var(--black-2);
}

.sec-title-num {
  color: var(--black);
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

.sec-title-num.white {
  color: var(--white);
}

.sec-title-tx-block {
  flex-flow: column;
  align-self: flex-end;
  align-items: flex-start;
  margin-left: 15px;
  padding-bottom: 15px;
  display: flex;
}

.line-up-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 55px;
  display: flex;
}

.text-block-3-copy {
  color: var(--black-2);
  font-size: 18px;
  line-height: 30px;
}

.text-block-8 {
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

.text-block-3-copy-copy {
  color: var(--black-2);
  font-size: 12px;
  line-height: 20px;
}

.line-up-list {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 119px;
  display: flex;
}

.line-up-item {
  color: var(--black-2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 31%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.car-pic-block {
  width: 100%;
  position: relative;
}

.line-up-color {
  background-color: var(--black-2);
  width: 75%;
  height: 200px;
}

.line-up-color._250 {
  background-color: var(--coffee);
}

.line-up-color._500 {
  background-color: var(--blue-black);
}

.line-up-color._1100 {
  background-color: var(--black-3);
}

.line-up-model-pic {
  width: 90%;
  margin-top: -30%;
  margin-left: 10%;
  position: relative;
}

.line-up-model-tx {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.line-up-model-name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.line-up-sp-logo {
  width: 100%;
  max-width: 150px;
}

.line-up-row {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.line-up-contents {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.line-up-contents.white {
  color: var(--white);
}

.line-up-content-title {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block {
  background-color: var(--white);
  color: var(--black-2);
  background-image: url('../images/btn-arrow-black.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  order: 1;
  padding: 10px 40px 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.link-block:hover {
  background-color: var(--black-3);
  color: var(--white);
  background-image: url('../images/th-slide-arrow-right-white.svg');
  background-size: auto 20px;
}

.line-up-content-model-tx {
  letter-spacing: 2px;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

.content-sub-tx {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.content-tag-tx {
  font-size: 54px;
  font-weight: 900;
  line-height: 60px;
}

.content-tx {
  font-size: 18px;
  line-height: 30px;
}

.spc-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.spc-num {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.spc-title {
  font-size: 18px;
  line-height: 30px;
}

.remark-block {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.remark-tx {
  font-size: 14px;
  line-height: 20px;
}

.remark-tx.white {
  color: var(--white);
}

.tx-red {
  color: var(--red);
}

.line-up-slider {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 50%;
  margin-top: -50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.line-up-slider.re {
  order: -1;
}

.line-up-pic-main-slider {
  background-color: #ddd0;
  width: 100%;
  height: 280px;
}

.watch-item-cate {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
}

.slide-arrow-left {
  opacity: 0;
  background-image: url('../images/th-slide-arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  width: 30px;
  height: 100%;
}

.line-up-pic-main-item {
  width: 100%;
  overflow: hidden;
}

.watch-item-model {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.watch-th-nav {
  opacity: 0;
}

.line-up-pic-thumbnail-slider {
  background-color: #ddd0;
  width: 100%;
  height: 150px;
  margin-top: 5px;
  position: relative;
}

.line-up-slide-pic {
  background-color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.watch-thumbnail-item {
  width: 33%;
  height: 100%;
  margin-left: .5%;
  margin-right: .5%;
  padding-bottom: 0;
  padding-right: 0;
}

.watch-thumbnail-item.a3b001x1-6 {
  background-image: url('../images/A3B011X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.a3b001x1-7 {
  background-image: url('../images/A3B013X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.a3b001x1-5 {
  background-image: url('../images/A3B009X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.a3b001x1-2 {
  background-image: url('../images/A3B003X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.a3b001x1-3 {
  background-image: url('../images/A3B005X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.r250-1 {
  cursor: pointer;
  background-image: url('../images/Main-r1_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-thumbnail-item.a3b001x1-4 {
  background-image: url('../images/A3B007X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.watch-thumbnail-item.r250-2 {
  cursor: pointer;
  background-image: url('../images/Detail-1_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-thumbnail-item.r250-3 {
  cursor: pointer;
  background-image: url('../images/Detail-2_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-thumbnail-item.r250-4 {
  cursor: pointer;
  background-image: url('../images/Detail-3_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-thumbnail-item.r500-1 {
  cursor: pointer;
  background-image: url('../images/Main-1_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-thumbnail-item.r500-2 {
  cursor: pointer;
  background-image: url('../images/Detail-1_s_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-thumbnail-item.r500-3 {
  cursor: pointer;
  background-image: url('../images/Detail-2_s_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-thumbnail-item.r500-4 {
  cursor: pointer;
  background-image: url('../images/Detail-3-r_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-thumbnail-item.r1100-1 {
  cursor: pointer;
  background-image: url('../images/Main_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-thumbnail-item.r1100-2 {
  cursor: pointer;
  background-image: url('../images/Detail-1_s_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-thumbnail-item.r1100-3 {
  cursor: pointer;
  background-image: url('../images/Detail-2_s_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-thumbnail-item.r1100-4 {
  cursor: pointer;
  background-image: url('../images/Detail-3_s_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-list-item {
  color: #333;
  border: 1px solid #eee0;
  width: 22%;
  margin-bottom: 50px;
  padding: 10px;
  text-decoration: none;
}

.watch-list-item:hover {
  border: 1px solid #eee;
  box-shadow: 0 0 3px #0003;
}

.line-up-pic-main-bg {
  width: 100%;
  height: 100%;
}

.line-up-pic-main-bg.a3b001x1-3 {
  background-image: url('../images/A3B005X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.line-up-pic-main-bg.a3b001x1-4 {
  background-image: url('../images/A3B007X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.line-up-pic-main-bg.a3b001x1-6 {
  background-image: url('../images/A3B011X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.line-up-pic-main-bg.a3b001x1-1 {
  background-image: url('../images/A3B001X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.line-up-pic-main-bg.a3b001x1-7 {
  background-image: url('../images/A3B013X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.line-up-pic-main-bg.a3b001x1-5 {
  background-image: url('../images/A3B009X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.line-up-pic-main-bg.a3b001x1-2 {
  background-image: url('../images/A3B003X1-l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.line-up-pic-main-bg.r250-1 {
  background-image: url('../images/Main-r1_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-up-pic-main-bg.r250-2 {
  background-image: url('../images/Detail-1_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-up-pic-main-bg.r250-3 {
  background-image: url('../images/Detail-2_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-up-pic-main-bg.r500-1 {
  background-image: url('../images/Main-1_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-up-pic-main-bg.r250-4 {
  background-image: url('../images/Detail-3_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-up-pic-main-bg.r500-2 {
  background-image: url('../images/Detail-1_s_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-up-pic-main-bg.r500-3 {
  background-image: url('../images/Detail-2_s_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-up-pic-main-bg.r500-4 {
  background-image: url('../images/Detail-3-r_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-up-pic-main-bg.r1100-1 {
  background-image: url('../images/Main_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-up-pic-main-bg.r1100-2 {
  background-image: url('../images/Detail-1_s_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-up-pic-main-bg.r1100-3 {
  background-image: url('../images/Detail-2_s_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-up-pic-main-bg.r1100-4 {
  background-image: url('../images/Detail-3_s_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-main-nav {
  opacity: 0;
}

.watch-list-item-title {
  border-bottom: 2px solid #333;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.slide-arrow-right {
  opacity: 0;
  background-image: url('../images/th-slide-arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  width: 30px;
  height: 100%;
}

.link-block-2 {
  background-image: url('../images/watch-item-link-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 2px solid #333;
  width: 30px;
  height: 30px;
}

.link-block-2:hover {
  background-color: #333;
  background-image: url('../images/btn-arrow-white.svg');
}

.slide-nav-2 {
  opacity: 0;
  height: 0;
}

.left-arrow {
  background-image: url('../images/th-slide-arrow-left_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 30px;
  left: -30px;
}

.left-arrow.white {
  background-image: url('../images/th-slide-arrow-left-white.svg');
  background-size: 10px;
}

.right-arrow {
  background-image: url('../images/th-slide-arrow-right_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 30px;
  right: -30px;
}

.right-arrow.white {
  background-image: url('../images/th-slide-arrow-right-white.svg');
  background-size: 10px;
}

.slide-nav-3 {
  opacity: 0;
  height: 0;
}

.sec-content-info-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 37px;
  font-size: 24px;
  line-height: 50px;
}

.bs-tx {
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  line-height: 12px;
}

.bs-icon {
  width: 70px;
}

.best-short-block {
  z-index: 1;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-9 {
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
}

.photo-item {
  color: #333;
  flex-flow: column;
  width: 22%;
  text-decoration: none;
  display: flex;
}

.photo-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.photo-bg._1 {
  background-image: url('../images/玩物喪志_Riders_BEST.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-bg._2 {
  background-image: url('../images/叛逆的小犬_Riders_GOOD_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-bg._3 {
  background-image: url('../images/Mar_Riders_GOOD_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-bg._4 {
  background-image: url('../images/Milk-Yam_Riders_GOOD_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-bg._5 {
  background-image: url('../images/福頭_Craftsmen_BEST_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-bg._6 {
  background-image: url('../images/Marky_Craftsmen_GOOD_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-bg._7 {
  background-image: url('../images/Lucas-Ng_Craftsmen_GOOD_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-bg._8 {
  background-image: url('../images/Manto-Lam_Riders_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-bg._9 {
  background-image: url('../images/Kaman_Riders_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-bg._10 {
  background-image: url('../images/Raymond_Riders-Plate-Blurred_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-title {
  color: var(--white);
  font-size: 22px;
  font-weight: 900;
  line-height: 40px;
}

.photo-list-block {
  grid-column-gap: 4%;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.photo-list-block.load-more {
  display: none;
}

.photo-list-block.load-more.show {
  display: flex;
}

.photo-cover {
  width: 100%;
  height: 380px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.contents-row {
  justify-content: space-between;
  display: flex;
}

.watch-more-btn {
  background-color: var(--white);
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.watch-more-icon {
  width: 20px;
  margin-right: 15px;
  padding-top: 3px;
}

.gallery-pop-up-layer {
  z-index: 99;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.gallery-pop-up-layer._1.show, .gallery-pop-up-layer._2.show, .gallery-pop-up-layer._3.show, .gallery-pop-up-layer._4.show, .gallery-pop-up-layer._5.show, .gallery-pop-up-layer._6.show, .gallery-pop-up-layer._7.show, .gallery-pop-up-layer._8.show, .gallery-pop-up-layer._9.show, .gallery-pop-up-layer._10.show, .gallery-pop-up-layer._11.show, .gallery-pop-up-layer._12.show, .gallery-pop-up-layer._13.show, .gallery-pop-up-layer._14.show, .gallery-pop-up-layer._15.show, .gallery-pop-up-layer._16.show {
  display: flex;
}

.g-pop-left {
  flex-flow: column;
  align-items: center;
  width: 40%;
  padding-right: 5%;
  display: flex;
}

.g-pop-cover {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.g-pop-cover._1 {
  background-image: url('../images/玩物喪志_Riders_BEST.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.g-pop-cover._2 {
  background-image: url('../images/叛逆的小犬_Riders_GOOD_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.g-pop-cover._3 {
  background-image: url('../images/Mar_Riders_GOOD_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.g-pop-cover._4 {
  background-image: url('../images/Milk-Yam_Riders_GOOD_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.g-pop-cover._5 {
  background-image: url('../images/福頭_Craftsmen_BEST_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.g-pop-cover._6 {
  background-image: url('../images/Marky_Craftsmen_GOOD_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.g-pop-cover._7 {
  background-image: url('../images/Lucas-Ng_Craftsmen_GOOD_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.g-pop-cover._8 {
  background-image: url('../images/Manto-Lam_Riders_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.g-pop-cover._9 {
  background-image: url('../images/Kaman_Riders_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.g-pop-cover._10 {
  background-image: url('../images/Raymond_Riders-Plate-Blurred_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-10 {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.g-pop-na-block {
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tx-nstc {
  font-family: Noto Sans TC, sans-serif;
}

.g-pop-mode {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Impact, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.g-pop-title-tx {
  margin-left: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: none;
}

.container {
  width: 100%;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.g-pop-des {
  text-align: center;
  max-height: 250px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  overflow: auto;
}

.g-pop-na {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

.g-pop-open-mark {
  width: 80px;
  margin: 30px auto;
}

.g-pop-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.g-pop-close-btn {
  cursor: pointer;
  background-image: url('../images/pop-close-x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: -30px -35px auto auto;
}

.gallery-pop-up {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  max-height: 900px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.gallery-title {
  color: #fff;
  background-color: #333;
  margin: 15px auto 30px;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.g-pop-top {
  border-bottom: 2px solid #333;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 15px;
  display: flex;
}

.g-pop-right {
  width: 60%;
  height: 70vh;
  max-height: 700px;
  position: relative;
}

.event-item {
  z-index: 1;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-sub-title {
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}

.event-title {
  color: #fff;
  letter-spacing: 10px;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
}

.event-item-tx {
  flex-flow: column;
  align-items: flex-start;
  display: none;
}

.event-item-tx.align-right {
  align-items: flex-end;
}

.event-item-bg-img {
  width: 100%;
  height: auto;
}

.event-item-bg-img.mobile {
  display: none;
}

.event-banner-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.footer-container {
  width: 100%;
  max-width: 1400px;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.footer-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.foot-wing-logo {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.foot-logo {
  width: 100%;
  max-width: 300px;
}

.social-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.social-link {
  width: 36px;
}

.social-icon {
  width: 100%;
}

.text-block-11 {
  color: var(--white);
  font-size: 16px;
  line-height: 30px;
}

.footer-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.footer-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  display: flex;
}

.head-logo {
  width: 100%;
  max-width: 350px;
}

.navbar-2 {
  z-index: 90;
  background-color: #000000e6;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.scroll-nav {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-bottom: 0;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black-2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.div-block-5.w--current {
  margin-top: 156px;
}

.learn-more-arrow {
  width: 100%;
  max-width: 30px;
}

.text-block-12 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.nav-link-2 {
  color: var(--white);
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.nav-link-2.w--current {
  color: var(--white);
}

.brand.w--current {
  padding-left: 0;
}

.page-loader_text {
  color: #0000;
  letter-spacing: -2px;
  font-family: Exo, sans-serif;
  font-size: 30vmin;
  font-weight: 900;
  line-height: 1;
}

.page-loader_marquee-text {
  flex: none;
}

.page-loader_noise {
  z-index: 0;
  opacity: .05;
  background-image: url('../images/Grain_overlay.gif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.page-loader_text-wrapper {
  z-index: 10;
  align-self: center;
  align-items: flex-end;
  height: 30vmin;
  display: flex;
  position: relative;
}

.page-loader_component {
  z-index: 999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader_marquee {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: absolute;
}

.page-loader_marquee.is-bottom {
  inset: auto 0% 0%;
}

.page-loader_marquee.is-top {
  inset: 0% 0% auto;
}

.page-loader_text-style {
  display: none;
}

.page-loader_percent {
  color: #0000;
  letter-spacing: -2px;
  font-family: Exo, sans-serif;
  font-size: 30vmin;
  font-weight: 900;
  line-height: 1;
}

.page-loader_text-fill {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 0%;
  display: flex;
  position: relative;
}

.page-loader_trigger {
  z-index: 50;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.loading-logo {
  flex: none;
  width: 100%;
  max-width: 120px;
}

.navbar-2-m {
  z-index: 90;
  background-color: #000000e6;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  display: flex;
}

.line-up-model-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  order: -1;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  display: flex;
}

.line-up-model-top.re {
  color: var(--white);
  margin-left: 50%;
  margin-right: 0%;
}

.line-up-model-top.wehite {
  color: var(--white);
}

.text-block-11-copy {
  color: var(--black);
  font-size: 16px;
  line-height: 30px;
}

.tx-link {
  color: var(--black);
  text-decoration: none;
}

.remark-tx-s {
  font-size: 14px;
  line-height: 20px;
}

.remark-tx-s.white {
  color: var(--white);
  font-size: 12px;
}

.remark-tx-s.white.mt-5, .remark-tx-s.mt-5 {
  margin-top: 5px;
}

html.w-mod-js [data-ix="scroll-bot-top"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="scroll-right-left"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="scroll-left-right"] {
  opacity: 0;
  transform: translate(-100px);
}

@media screen and (min-width: 1920px) {
  .hero-left {
    height: 80vh;
  }

  .feature-sec {
    margin-top: 0;
  }

  .sec-container {
    max-width: 1920px;
  }

  .sec-container.info {
    padding-bottom: 200px;
  }

  .sec-container.line-up-top {
    padding-top: 299px;
    padding-bottom: 100px;
  }

  .sec-container.line-up-sec-item.bg-grey, .sec-container.line-up-sec-item.bg-dark-grey, .sec-container.line-up-sec-item.bg-black {
    padding-top: 138px;
    padding-bottom: 138px;
  }

  .info-block {
    margin-top: 106px;
    margin-bottom: 2px;
  }

  .info-pt-item {
    max-width: 440px;
  }

  .slider {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slide-item-pic, .slide-item-pic._1985 {
    height: 420px;
  }

  .slide-content-block {
    min-height: 300px;
  }

  .slide-year {
    top: 370px;
  }

  .sec-title-block {
    padding-top: 97px;
  }

  .line-up-color {
    height: 300px;
  }

  .line-up-pic-main-slider {
    height: 400px;
  }

  .line-up-pic-thumbnail-slider {
    height: 170px;
  }

  .sec-content-info-2 {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .container {
    max-width: 1920px;
  }

  .g-pop-open-mark {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .gallery-title {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .g-pop-top {
    margin-bottom: 50px;
  }

  .event-banner-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 100px;
  }

  .footer-container {
    max-width: 1920px;
  }
}

@media screen and (max-width: 991px) {
  .hero-block {
    flex-flow: column;
    display: flex;
  }

  .hero-left {
    background-color: #000c;
    width: 100%;
    height: auto;
  }

  .div-block {
    margin-top: 0;
  }

  .image {
    max-width: 400px;
  }

  .navbar {
    margin-top: 50px;
    display: none;
  }

  .nav-link {
    border-top: 1px solid var(--white);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .nav-link.w--current, .nav-link.w--current:hover {
    border-bottom-width: 1px;
  }

  .hero-pic {
    order: -1;
    width: 100%;
    height: 500px;
    position: relative;
  }

  .sec-container {
    padding-top: 150px;
  }

  .sec-container.line-up-sec-item {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .info-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-copy {
    max-width: 350px;
  }

  .info-pt-list {
    grid-row-gap: 30px;
  }

  .info-pt-item {
    width: 100%;
    max-width: none;
  }

  .info-pt-title {
    font-size: 24px;
  }

  .slide {
    width: 47%;
  }

  .slide-content-block {
    min-height: 440px;
  }

  .slide-year {
    font-size: 72px;
    line-height: 80px;
    top: 250px;
    left: -40px;
  }

  .sec-title-en {
    font-size: 18px;
    line-height: 20px;
  }

  .sec-title {
    font-size: 48px;
    line-height: 50px;
  }

  .sec-title-num {
    font-size: 64px;
    line-height: 70px;
  }

  .text-block-8 {
    font-size: 54px;
  }

  .line-up-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .line-up-item {
    width: 100%;
  }

  .line-up-color {
    width: 70%;
    height: 300px;
  }

  .line-up-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .line-up-contents {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    order: 1;
    width: 100%;
  }

  .link-block {
    font-size: 24px;
    line-height: 30px;
  }

  .content-tag-tx {
    font-size: 48px;
    line-height: 50px;
  }

  .line-up-slider {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .line-up-pic-main-slider {
    height: 350px;
  }

  .line-up-pic-thumbnail-slider {
    height: 150px;
  }

  .watch-list-item {
    width: 30%;
  }

  .sec-content-info-2 {
    font-size: 18px;
    line-height: 40px;
  }

  .photo-item {
    width: 47%;
  }

  .contents-row {
    flex-flow: column;
  }

  .watch-more-btn {
    font-size: 24px;
    line-height: 30px;
  }

  .g-pop-left {
    width: 50%;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .g-pop-mode {
    font-size: 24px;
  }

  .g-pop-title-tx {
    font-size: 18px;
    line-height: 24px;
  }

  .g-pop-des {
    font-size: 16px;
    line-height: 40px;
  }

  .g-pop-na {
    font-size: 36px;
    line-height: 40px;
  }

  .g-pop-open-mark {
    width: 60px;
  }

  .g-pop-close-btn {
    width: 20px;
    height: 20px;
    right: -25px;
  }

  .gallery-pop-up {
    height: 70vh;
  }

  .gallery-title {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .g-pop-top {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .g-pop-right {
    width: 50%;
    height: 50vh;
  }

  .event-sub-title {
    font-size: 24px;
    line-height: 30px;
  }

  .event-title {
    font-size: 54px;
    line-height: 60px;
  }

  .social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .social-link {
    width: 30px;
  }

  .text-block-11 {
    font-size: 10px;
    line-height: 20px;
  }

  .navbar-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
  }

  .scroll-nav {
    background-color: var(--black-3);
    justify-content: center;
    padding-top: 70px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-button {
    color: var(--white);
    padding: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .menu-button.w--open {
    background-color: var(--blue-black);
  }

  .nav-link-2 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .brand {
    z-index: 1;
  }

  .link-block-3 {
    display: none;
  }

  .navbar-2-m {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .line-up-model-top {
    width: 100%;
    margin-right: 0%;
  }

  .line-up-model-top.re {
    margin-left: 0%;
  }

  .text-block-11-copy {
    font-size: 10px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 350px;
  }

  .text-block {
    font-size: 16px;
  }

  .text-block-2, .nav-link {
    font-size: 18px;
  }

  .hero-pic {
    height: 400px;
  }

  .sec-container {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .sec-container.line-up-top {
    padding-bottom: 50px;
  }

  .info-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-copy {
    max-width: 300px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .info-pt-list {
    grid-row-gap: 20px;
  }

  .info-pt-title {
    font-size: 20px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .slider {
    padding-left: 10%;
  }

  .slide {
    width: 96%;
  }

  .slide-item-pic {
    height: 350px;
  }

  .slide-year {
    top: 300px;
  }

  .sec-title-num-block {
    padding-top: 15px;
  }

  .sec-title-en {
    font-size: 16px;
  }

  .sec-title {
    font-size: 36px;
    line-height: 40px;
  }

  .sec-title-num {
    font-size: 48px;
  }

  .text-block-3-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-8 {
    font-size: 36px;
    line-height: 40px;
  }

  .line-up-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 89px;
  }

  .line-up-color {
    height: 180px;
  }

  .line-up-model-pic {
    width: 80%;
    margin-left: 20%;
  }

  .line-up-model-tx {
    font-size: 24px;
  }

  .line-up-model-name {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .line-up-row, .line-up-contents {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .line-up-content-model-tx {
    font-size: 54px;
    line-height: 60px;
  }

  .content-sub-tx {
    font-size: 18px;
  }

  .content-tag-tx {
    font-size: 42px;
    line-height: 50px;
  }

  .content-tx {
    font-size: 16px;
    line-height: 24px;
  }

  .line-up-pic-main-slider {
    height: 320px;
  }

  .line-up-pic-thumbnail-slider {
    height: 100px;
  }

  .watch-list-item {
    width: 48%;
  }

  .sec-content-info-2 {
    font-size: 16px;
  }

  .photo-item {
    width: 100%;
  }

  .photo-title {
    font-size: 18px;
    line-height: 30px;
  }

  .photo-list-block {
    grid-row-gap: 30px;
  }

  .photo-cover {
    height: 420px;
  }

  .watch-more-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .g-pop-left {
    width: 100%;
    padding-right: 0%;
  }

  .g-pop-des {
    max-height: 170px;
    line-height: 36px;
  }

  .g-pop-open-mark {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .g-pop-row {
    flex-flow: column;
    align-items: stretch;
  }

  .g-pop-close-btn {
    right: -20px;
  }

  .gallery-pop-up {
    height: 100vh;
  }

  .g-pop-right {
    order: -1;
    width: 100%;
    height: 40vh;
    margin-bottom: 15px;
  }

  .event-item-bg-img.web {
    display: none;
  }

  .event-item-bg-img.mobile {
    display: block;
  }

  .event-banner-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .div-block-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .learn-more-arrow {
    max-width: 25px;
  }

  .text-block-12, .nav-link-2 {
    font-size: 18px;
  }

  .line-up-model-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image {
    max-width: 200px;
  }

  .text-block {
    padding-right: 5%;
    font-size: 12px;
    line-height: 24px;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .navbar {
    margin-top: 30px;
  }

  .nav-menu {
    grid-column-gap: 70px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    align-items: flex-start;
    padding-right: 20%;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .hero-pic {
    background-position: 70%;
  }

  .sec-container {
    padding-bottom: 50px;
  }

  .sec-container.line-up-top {
    padding-top: 120px;
  }

  .sec-container.line-up-sec-item {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-copy {
    max-width: 200px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .info-pt-list {
    grid-row-gap: 15px;
  }

  .info-pt-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .info-pt-title {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .slide-item-pic {
    height: 200px;
  }

  .slide-content-block {
    padding-top: 30px;
  }

  .slide-content-des {
    font-size: 14px;
  }

  .slide-year {
    font-size: 48px;
    line-height: 50px;
    top: 170px;
    left: -30px;
  }

  .slide-arrow {
    top: 80px;
  }

  .sec-title-num-block {
    padding-top: 5px;
    padding-right: 10px;
  }

  .sec-title {
    font-size: 28px;
    line-height: 30px;
  }

  .sec-title-num {
    font-size: 42px;
    line-height: 60px;
  }

  .line-up-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-3-copy {
    font-size: 14px;
  }

  .text-block-8 {
    font-size: 28px;
    line-height: 30px;
  }

  .line-up-color {
    height: 150px;
  }

  .line-up-model-tx {
    font-size: 18px;
  }

  .line-up-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .line-up-content-title {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: flex-start;
  }

  .link-block {
    font-size: 18px;
    line-height: 24px;
  }

  .line-up-content-model-tx {
    font-size: 48px;
  }

  .content-sub-tx {
    font-size: 16px;
  }

  .content-tag-tx {
    font-size: 30px;
    line-height: 40px;
  }

  .content-tx {
    font-size: 14px;
  }

  .spc-list {
    grid-row-gap: 20px;
  }

  .line-up-pic-main-slider {
    height: 220px;
  }

  .slide-arrow-left {
    background-size: auto 12px;
  }

  .line-up-pic-thumbnail-slider {
    height: 100px;
    margin-top: 5px;
  }

  .watch-list-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .slide-arrow-right {
    background-size: auto 12px;
  }

  .left-arrow {
    width: 20px;
    left: -20px;
  }

  .right-arrow {
    width: 20px;
    right: -20px;
  }

  .sec-content-info-2 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 30px;
  }

  .photo-title {
    font-size: 22px;
    line-height: 30px;
  }

  .photo-list-block {
    grid-row-gap: 30px;
    margin-top: 15px;
  }

  .photo-cover {
    height: 300px;
  }

  .watch-more-btn {
    font-size: 16px;
    line-height: 24px;
  }

  .g-pop-mode {
    font-size: 20px;
    line-height: 24px;
  }

  .g-pop-title-tx {
    font-size: 16px;
  }

  .g-pop-des {
    font-size: 14px;
    line-height: 30px;
  }

  .g-pop-na {
    font-size: 30px;
  }

  .g-pop-open-mark {
    width: 40px;
  }

  .g-pop-close-btn {
    right: -10px;
  }

  .gallery-pop-up {
    height: 90vh;
  }

  .gallery-title {
    font-size: 16px;
  }

  .g-pop-right {
    height: 30vh;
  }

  .event-sub-title {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
  }

  .event-title {
    font-size: 36px;
    line-height: 40px;
  }

  .event-item-tx.align-right {
    justify-content: center;
    align-items: center;
  }

  .event-banner-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 0;
  }

  .footer-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .foot-wing-logo {
    max-width: 150px;
  }

  .div-block-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
  }

  .foot-logo {
    max-width: 250px;
  }

  .social-block {
    width: 100%;
  }

  .footer-left, .footer-right {
    justify-content: center;
    width: 100%;
  }

  .head-logo {
    max-width: 220px;
  }

  .scroll-nav {
    grid-column-gap: 70px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    align-items: flex-start;
    padding-top: 60px;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .learn-more-arrow {
    max-width: 20px;
  }

  .text-block-12 {
    line-height: 20px;
  }

  .menu-button.w--open {
    z-index: 1;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .brand {
    padding-left: 0;
  }
}


@font-face {
  font-family: 'Impact';
  src: url('../fonts/impact.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}