@charset "UTF-8";
/* CSS Document */
main.top .style-nav, main.top #perfomance .item-nav, main.top #series .block-slide .item-nav {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  width: max-content;
  border: 1px solid #DFDFDF;
  border-radius: 40px;
  background: #FFF;
  padding: 8px;
}
main.top .style-nav li, main.top #perfomance .item-nav li, main.top #series .block-slide .item-nav li {
  height: 40px;
  line-height: 1.2;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 120px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "din-2014", "noto-sans-cjk-jp", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 0.8823529412rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 30px;
  cursor: pointer;
}
main.top .style-nav li.current, main.top #perfomance .item-nav li.current, main.top #series .block-slide .item-nav li.current {
  background-color: #000000;
  color: #FFF;
}
main.top #series {
  padding-top: 125px;
  padding-bottom: 100px;
  background: linear-gradient(180deg, #F5F5F5 21.1%, #C4C6D3 100%);
  -webkit-clip-path: polygon(0 0, 100% 90px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 90px, 100% 100%, 0 100%);
  margin-top: -90px;
  overflow: hidden;
}
main.top #series .block-title:not(:last-child) {
  margin-bottom: 60px;
}
main.top #series .block-title .item-title {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}
main.top #series .block-title .item-title span {
  display: block;
}
main.top #series .block-title .item-title span:nth-child(1) {
  display: none;
}
main.top #series .block-title .item-hd {
  text-align: center;
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: 500;
  line-height: 1.6;
}
main.top #series .block-slide .item-slide {
  margin-top: 40px;
}
main.top #series .block-slide .item-slide .slick-list {
  overflow: visible;
}
main.top #series .block-slide .item-slide .slick-slide {
  width: 800px;
  margin-left: 14px;
  margin-right: 14px;
}
main.top #series .block-slide .item-slide .slick-slide:not(.slick-active) .item-text {
  opacity: 0.45;
}
main.top #series .block-slide .item-li.new .item-img h3:before {
  content: "New Arrival";
  color: #000000;
  background-color: #FFF000;
  font-size: 15px;
  font-size: 0.8823529412rem;
  font-weight: 600;
  font-family: "din-2014", "noto-sans-cjk-jp", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 6px 10px;
  line-height: 1.1;
  margin-bottom: 16px;
}
main.top #series .block-slide .item-img {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
main.top #series .block-slide .item-img h3 {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 30px;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main.top #series .block-slide .item-text {
  position: relative;
  margin-left: 32px;
  margin-right: 32px;
  transition: all 0.3s ease;
}
main.top #series .block-slide .item-text .text {
  padding-right: 280px;
}
main.top #series .block-slide .item-text .text h4 {
  font-size: 34px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 25px;
}
main.top #series .block-slide .item-text .text .btns {
  display: flex;
}
main.top #series .block-slide .item-text .text .btns .btn {
  margin-right: 10px;
}
main.top #series .block-slide .item-text .img {
  position: absolute;
  bottom: 0;
  right: 0;
}
main.top #series .block-slide .item-popup {
  display: none;
}
main.top #perfomance {
  padding-top: 110px;
  padding-bottom: 110px;
}
main.top #perfomance .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.top #perfomance .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
}
main.top #perfomance .item-bg span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top #perfomance .item-nav {
  margin-bottom: 65px;
}
main.top #perfomance .item-li {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}
main.top #perfomance .item-title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
main.top #perfomance .item-title h3 {
  font-size: 28px;
  font-size: 1.6470588235rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
main.top #perfomance .item-title p {
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: 500;
  line-height: 1.6;
}
main.top #perfomance .item-slide .slick-track {
  display: flex;
}
main.top #perfomance .item-slide .slick-slide {
  height: auto;
}
main.top #perfomance .item-img-text {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.top #perfomance .item-img {
  margin-right: 60px;
}
main.top #perfomance .item-list {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #perfomance .item-list li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(283.77deg, #363636 0.59%, #000000 29.77%);
  border-radius: 18px;
  color: #FFF;
  overflow: hidden;
}
main.top #perfomance .item-list li:not(:last-child) {
  margin-bottom: 12px;
}
main.top #perfomance .item-list li .img {
  margin-right: -5px;
}
main.top #perfomance .item-list li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  padding: 10px 20px 10px;
}
main.top #perfomance .item-list li .text h4 {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
main.top #perfomance .item-list li .text p {
  font-size: 15px;
  font-size: 0.8823529412rem;
  font-weight: 500;
}
main.top #perfomance .item-btn {
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}
main.top #perfomance .item-btn.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
main.top #purpose {
  padding-top: 80px;
  padding-bottom: 100px;
}
main.top #purpose .content {
  position: relative;
}
main.top #purpose .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.top #purpose .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
}
main.top #purpose .item-bg span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top #purpose .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-bottom: -24px;
}
main.top #purpose .item-li {
  margin-right: 24px;
  margin-bottom: 24px;
  width: calc(33.3333333333% - 24px);
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}
main.top #purpose .item-link {
  color: #000000;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #purpose .item-link:hover {
  text-decoration: none;
}
main.top #purpose .item-link:hover .item-more:after {
  transform: translateX(5px);
  background-color: #FFF000;
  background-image: url(/images/special/grandtrek/common/arrow-link_black.svg);
}
main.top #purpose .item-img {
  position: relative;
}
main.top #purpose .item-img img {
  width: 100%;
}
main.top #purpose .item-text {
  padding: 20px 28px;
  background: #FFF;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  border-radius: 0 0 18px 18px;
  font-size: 15px;
  font-size: 0.8823529412rem;
}
main.top #purpose .item-more {
  margin-top: 8px;
  border-radius: 18px;
  background: #FFF;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-size: 0.9411764706rem;
  font-weight: bold;
  padding: 12px;
}
main.top #purpose .item-more:after {
  content: "";
  width: 44px;
  height: auto;
  background: no-repeat center/auto;
  aspect-ratio: 1;
  background-image: url(/images/special/grandtrek/common/arrow-link_white.svg);
  background-color: #000000;
  margin-left: auto;
  border-radius: 50%;
  transition: all 0.3s ease;
}
main.top #concept-story {
  padding-top: 110px;
  padding-bottom: 110px;
  overflow: hidden;
}
main.top #concept-story .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.top #concept-story .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
}
main.top #concept-story .item-bg span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top #concept:not(:last-child) {
  margin-bottom: 110px;
}
main.top #concept .item-slides {
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.top #concept .item-slides:not(:last-child) {
  margin-bottom: 110px;
}
main.top #concept .item-slide {
  width: 760px;
  margin-right: 45px;
}
main.top #concept .item-nav {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #concept .item-nav li {
  padding: 12px 24px;
  font-size: 26px;
  font-size: 1.5294117647rem;
  font-weight: bold;
  line-height: 1.4;
  opacity: 0.5;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid transparent;
}
main.top #concept .item-nav li:not(:last-child) {
  margin-bottom: 18px;
}
main.top #concept .item-nav li.current {
  opacity: 1;
  background-color: #FFF;
  border-color: #DFDFDF;
}
main.top #concept .item-nav li.current:before {
  opacity: 1;
  visibility: visible;
}
main.top #concept .item-lead {
  text-align: center;
}
main.top #concept .item-lead:not(:last-child) {
  margin-bottom: 80px;
}
main.top #concept .item-lead h3 {
  font-size: 28px;
  font-size: 1.6470588235rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 35px;
}
main.top #concept .item-imgs {
  display: grid;
  grid-template-areas: "one two" "one three";
  column-gap: 28px;
  row-gap: 16px;
}
main.top #concept .item-imgs p {
  line-height: 0;
}
main.top #concept .item-imgs p img {
  border-radius: 18px;
}
main.top #concept .item-imgs p:nth-child(1) {
  grid-area: one;
}
main.top #concept .item-imgs p:nth-child(2) {
  grid-area: two;
}
main.top #concept .item-imgs p:nth-child(3) {
  grid-area: three;
}
main.top #gallery:not(:last-child) {
  margin-bottom: 110px;
}
main.top #story .item-section:not(:last-child) {
  margin-bottom: 80px;
}
main.top #story .item-hd {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: 500;
}
main.top #story .item-hd:not(:last-child) {
  margin-bottom: 50px;
}
main.top #story .item-movie {
  position: relative;
}
main.top #story .item-movie img {
  border-radius: 24px;
}
main.top #story .item-movie span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
main.top #story .item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
main.top #story .item-li {
  border-radius: 12px;
  overflow: hidden;
  background: #FFF;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}
main.top #story .item-link {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  color: #000000;
  width: 100%;
}
main.top #story .item-link:hover {
  text-decoration: none;
}
main.top #story .item-link:hover .item-img img {
  transform: scale(1.1);
  transform-origin: center center;
}
main.top #story .item-img {
  overflow: hidden;
}
main.top #story .item-img img {
  width: 100%;
  transition: all 0.8s ease;
}
main.top #story .item-text {
  padding: 30px 25px;
}
main.top #story .item-text h4, main.top #story .item-text h3 {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
  margin-bottom: 10px;
}
main.top #story .item-text p {
  font-size: 15px;
  font-size: 0.8823529412rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 701px) and (max-width: 1320px) {
  main.top #series .block-slide .item-slide .slick-list {
    overflow: visible;
  }
  main.top #series .block-slide .item-slide .slick-slide {
    width: 650px;
    margin-left: 10px;
    margin-right: 10px;
  }
  main.top #series .block-slide .item-img {
    margin-bottom: 15px;
  }
  main.top #series .block-slide .item-img h3 {
    padding: 30px 15px;
  }
  main.top #series .block-slide .item-text {
    margin-left: 10px;
    margin-right: 10px;
  }
  main.top #series .block-slide .item-text .text {
    padding-right: 35%;
  }
  main.top #series .block-slide .item-text .text h4 {
    font-size: 28px;
    font-size: 1.6470588235rem;
    margin-bottom: 20px;
  }
  main.top #series .block-slide .item-text .text .btns {
    display: flex;
  }
  main.top #series .block-slide .item-text .text .btns .btn {
    margin-right: 10px;
  }
  main.top #series .block-slide .item-text .img {
    max-width: 35%;
  }
  main.top #purpose .item-list {
    margin-right: -15px;
    margin-bottom: -15px;
  }
  main.top #purpose .item-li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(33.3333333333% - 15px);
  }
  main.top #purpose .item-text {
    padding: 15px 15px;
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
  main.top #perfomance .item-img {
    margin-right: 40px;
    max-width: 50%;
  }
  main.top #perfomance .item-list li {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  main.top #perfomance .item-list li .img {
    margin-right: -5px;
    max-width: 35%;
  }
  main.top #perfomance .item-list li .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  main.top #perfomance .item-list li .text h4 {
    font-size: 18px;
    font-size: 1.0588235294rem;
    margin-bottom: 10px;
  }
  main.top #perfomance .item-list li .text p {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
  main.top #perfomance .item-btn {
    margin-top: 60px;
  }
  main.top #concept .item-slide {
    max-width: 60%;
    margin-right: 25px;
  }
  main.top #concept .item-nav li {
    padding: 12px 15px;
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
  main.top #concept .item-nav li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top #concept .item-lead h3 {
    font-size: 25px;
    font-size: 1.4705882353rem;
    font-weight: bold;
    margin-bottom: 25px;
  }
  main.top #concept .item-imgs {
    display: grid;
    column-gap: 20px;
    row-gap: 12px;
    grid-template-columns: 51.5% 1fr;
  }
}
@media screen and (max-width: 700px) {
  main.top .style-nav, main.top #perfomance .item-nav, main.top #series .block-slide .item-nav {
    padding: 5px;
  }
  main.top .style-nav li, main.top #perfomance .item-nav li, main.top #series .block-slide .item-nav li {
    height: 40px;
    padding: 5px 10px;
    width: 100px;
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
  main.top #series {
    padding-top: 60px;
    padding-bottom: 50px;
    -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
    margin-top: -40px;
  }
  main.top #series .block-title:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #series .block-title .item-title {
    margin-bottom: 20px;
  }
  main.top #series .block-title .item-title span {
    display: block;
  }
  main.top #series .block-title .item-title span:nth-child(1) img {
    width: 160px;
  }
  main.top #series .block-title .item-title span:nth-child(2) {
    margin-top: 15px;
    margin-left: -40px;
    margin-right: -40px;
  }
  main.top #series .block-title .item-hd {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.top #series .block-slide .item-slide {
    margin-top: 20px;
  }
  main.top #series .block-slide .item-slide .slick-slide {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }
  main.top #series .block-slide .item-li.new .item-img h3:before {
    font-size: 13px;
    font-size: 0.7647058824rem;
    font-family: "din-2014", "noto-sans-cjk-jp", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 6px 5px;
    margin-bottom: 10px;
  }
  main.top #series .block-slide .item-img {
    margin-bottom: 30px;
  }
  main.top #series .block-slide .item-img h3 {
    padding: 20px 10px;
  }
  main.top #series .block-slide .item-text {
    margin-left: 10px;
    margin-right: 10px;
  }
  main.top #series .block-slide .item-text .text {
    padding-right: 0;
    position: relative;
    z-index: 2;
  }
  main.top #series .block-slide .item-text .text h4 {
    font-size: min(4.6vw, 24px);
    font-size: min(4.6vw, 1.4117647059rem);
    line-height: 1.3;
    margin-bottom: 35px;
    padding-right: 120px;
  }
  main.top #series .block-slide .item-text .text .btns .btn {
    margin-right: 10px;
    font-size: 13px;
    font-size: 0.7647058824rem;
  }
  main.top #series .block-slide .item-text .img {
    width: 150px;
    bottom: inherit;
    top: -40px;
    max-width: 40%;
  }
  main.top #purpose {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  main.top #purpose .item-list {
    margin-right: -10px;
    margin-bottom: -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main.top #purpose .item-li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 700px) and (max-width: 550px) {
  main.top #purpose .item-li {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 700px) {
  main.top #purpose .item-text {
    padding: 15px;
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
  main.top #purpose .item-more {
    margin-top: 5px;
    font-size: 15px;
    font-size: 0.8823529412rem;
    padding: 10px 15px;
  }
  main.top #purpose .item-more:after {
    width: 32px;
    background-size: 12px auto;
  }
  main.top #perfomance {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main.top #perfomance .item-nav {
    margin-bottom: 30px;
  }
  main.top #perfomance .item-title {
    margin-bottom: 20px;
  }
  main.top #perfomance .item-title h3 {
    font-size: 22px;
    font-size: 1.2941176471rem;
    margin-bottom: 10px;
  }
  main.top #perfomance .item-title p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.top #perfomance .item-img-text {
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 0;
  }
  main.top #perfomance .item-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  main.top #perfomance .item-list {
    width: 100%;
  }
  main.top #perfomance .item-list li {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  main.top #perfomance .item-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top #perfomance .item-list li .img {
    max-width: 35%;
  }
  main.top #perfomance .item-list li .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  main.top #perfomance .item-list li .text {
    padding: 10px 15px 10px;
  }
  main.top #perfomance .item-list li .text br {
    display: none;
  }
  main.top #perfomance .item-list li .text h4 {
    font-size: 18px;
    font-size: 1.0588235294rem;
    margin-bottom: 10px;
  }
  main.top #perfomance .item-list li .text p {
    font-size: 14px;
    font-size: 0.8235294118rem;
    font-weight: 500;
  }
  main.top #perfomance .item-btn {
    margin-top: 30px;
  }
  main.top #concept-story {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main.top #concept:not(:last-child) {
    margin-bottom: 60px;
  }
  main.top #concept .item-slides {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  main.top #concept .item-slides:not(:last-child) {
    margin-bottom: 50px;
  }
  main.top #concept .item-slide {
    width: 100%;
    margin-right: 0;
  }
  main.top #concept .item-nav {
    width: 100%;
    margin-top: 10px;
    position: relative;
    z-index: 2;
  }
  main.top #concept .item-nav li {
    font-size: 17px;
    font-size: 1rem;
  }
  main.top #concept .item-nav li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.top #concept .item-lead {
    text-align: left;
  }
  main.top #concept .item-lead:not(:last-child) {
    margin-bottom: 40px;
  }
  main.top #concept .item-lead h3 {
    font-size: 23px;
    font-size: 1.3529411765rem;
    margin-bottom: 15px;
  }
  main.top #concept .item-lead p {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
  main.top #concept .item-imgs {
    gap: 5px;
    column-gap: 5px;
    row-gap: 5px;
    grid-template-columns: 52% 1fr;
  }
  main.top #concept .item-imgs p img {
    border-radius: 10px;
  }
  main.top #gallery:not(:last-child) {
    margin-bottom: 60px;
  }
  main.top #story .item-section:not(:last-child) {
    margin-bottom: 50px;
  }
  main.top #story .item-hd {
    font-size: 17px;
    font-size: 1rem;
  }
  main.top #story .item-hd:not(:last-child) {
    margin-bottom: 25px;
  }
  main.top #story .item-movie img {
    border-radius: 12px;
  }
  main.top #story .item-movie span {
    width: 50px;
  }
  main.top #story .item-list {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  main.top #story .item-text {
    padding: 15px;
  }
  main.top #story .item-text h4, main.top #story .item-text h3 {
    font-size: 18px;
    font-size: 1.0588235294rem;
    margin-bottom: 10px;
  }
  main.top #story .item-text p {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
}
