@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*/////////////////////////////////////////
//  MV
/////////////////////////////////////////*/
#mv {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #mv {
    width: 100%;
  }
}
#mv .slick-prev,
#mv .slick-next {
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  background: rgba(76, 76, 76, 0.5);
  border-radius: 0;
  z-index: 10;
  transition: linear 0.2s all;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mv .slick-prev,
  #mv .slick-next {
    width: 30px;
    height: 30px;
  }
}
#mv .slick-prev:hover, #mv .slick-prev:focus,
#mv .slick-next:hover,
#mv .slick-next:focus {
  outline: none;
  background: rgba(76, 76, 76, 0.25);
  color: transparent;
}
#mv .slick-prev:before,
#mv .slick-next:before {
  content: "";
}
#mv .slick-prev {
  left: 0;
  top: 45%;
}
@media (max-width: 1370px) {
  #mv .slick-prev {
    left: 0;
  }
}
#mv .slick-prev:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
  margin-right: -15px;
}
@media screen and (max-width: 768px) {
  #mv .slick-prev:before {
    width: 15px;
    height: 15px;
    margin-left: 8px;
  }
}
#mv .slick-next {
  right: 0;
  top: 45%;
}
@media (max-width: 1370px) {
  #mv .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #mv .slick-next {
    right: 0;
  }
}
#mv .slick-next:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin-right: initial;
  margin-left: -5px;
}
@media screen and (max-width: 768px) {
  #mv .slick-next:before {
    width: 30px;
    height: 30px;
    margin-right: 7px;
  }
}

/*/////////////////////////////////////////
//  top-section
/////////////////////////////////////////*/
#top-section {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #top-section {
    margin-top: 40px;
  }
}
#top-section .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 50px;
}
#top-section .inner .top-series {
  max-width: calc(100% - 260px - 50px);
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #top-section .inner .top-series {
    max-width: initial;
  }
}
#top-section .inner .top-series ul {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #top-section .inner .top-series ul {
    gap: 8px;
    margin-top: 29px;
  }
}

/*/////////////////////////////////////////
//  TOP PICK UP
/////////////////////////////////////////*/
#top-pickup {
  background: #f8f8f8;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-pickup {
    margin-top: 40px;
    padding-top: 30px;
  }
}

/*/////////////////////////////////////////
//  TOP EVENTS
/////////////////////////////////////////*/
#top-events {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-events {
    margin-top: 40px;
  }
}
#top-events .btn-more {
  margin: 40px auto 0;
}

/*/////////////////////////////////////////
//  TOP RANKING
/////////////////////////////////////////*/
#top-ranking {
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-ranking {
    padding-top: 29px;
    overflow-x: hidden;
  }
  #top-ranking .slick-list {
    padding-left: 12vw;
  }
  #top-ranking .inner {
    padding: 0;
  }
}

#ranking-slider {
  margin-top: 34px;
}
#ranking-slider .ranking-items {
  position: relative;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  #ranking-slider .ranking-items {
    padding: 0 8.5px;
  }
}
#ranking-slider .ranking-items .product-name {
  font-size: 15px;
  margin-top: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #ranking-slider .ranking-items .product-name {
    font-size: 9px;
    margin-top: 10px;
  }
}
#ranking-slider .ranking-items .rank-badge {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  margin: 0 auto 12px;
  background: #f70621;
}
@media screen and (max-width: 768px) {
  #ranking-slider .ranking-items .rank-badge {
    width: 23.5px;
    height: 23.5px;
    font-size: 14px;
  }
}
#ranking-slider .ranking-items .rank-badge.rank1 {
  background: #d8b31e;
}
#ranking-slider .ranking-items .rank-badge.rank2 {
  background: #a39f9f;
}
#ranking-slider .ranking-items .rank-badge.rank3 {
  background: #945115;
}
#ranking-slider .slick-prev,
#ranking-slider .slick-next {
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  background: #4c4c4c;
  border-radius: 50%;
  z-index: 10;
  transition: linear 0.2s all;
}
@media screen and (max-width: 768px) {
  #ranking-slider .slick-prev,
  #ranking-slider .slick-next {
    width: 30px;
    height: 30px;
  }
}
#ranking-slider .slick-prev:hover, #ranking-slider .slick-prev:focus,
#ranking-slider .slick-next:hover,
#ranking-slider .slick-next:focus {
  outline: none;
  background: rgba(76, 76, 76, 0.5);
  color: transparent;
}
#ranking-slider .slick-prev:before,
#ranking-slider .slick-next:before {
  content: "";
}
#ranking-slider .slick-prev {
  left: -70px;
  top: 45%;
}
@media (max-width: 1370px) {
  #ranking-slider .slick-prev {
    left: 0;
  }
}
#ranking-slider .slick-prev:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  #ranking-slider .slick-prev:before {
    width: 15px;
    height: 15px;
    margin-left: 8px;
  }
}
#ranking-slider .slick-next {
  right: -70px;
  top: 45%;
}
@media (max-width: 1370px) {
  #ranking-slider .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #ranking-slider .slick-next {
    right: 0;
  }
}
#ranking-slider .slick-next:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  #ranking-slider .slick-next:before {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
}

/*/////////////////////////////////////////
//  TOP REVIEW
/////////////////////////////////////////*/
#top-review {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-review {
    margin-top: 29px;
  }
  #top-review .slick-list {
    padding-left: 17vw;
  }
  #top-review .inner {
    padding: 0;
  }
}
#top-review .review-items {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #top-review .review-items {
    padding: 0 9.5px;
  }
}
#top-review .review-box {
  padding: 16px 19px;
  border: 1px solid #ececec;
  border-radius: 5px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #top-review .review-box {
    padding: 10px 11.5px;
  }
}
#top-review .review-box .review-header {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-columns: auto auto;
  grid-template-areas: "grid1 grid2" "grid1 grid3";
  gap: 0 0;
}
@media screen and (max-width: 768px) {
  #top-review .review-box .review-header {
    gap: 0 9.5px;
  }
}
#top-review .review-box .review-header .review-img {
  grid-area: grid1;
  display: block;
}
#top-review .review-box .review-header .review-img img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  #top-review .review-box .review-header .review-img img {
    width: 45px;
  }
}
#top-review .review-box .review-header .review-star {
  grid-area: grid2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-review .review-box .review-header .review-star {
    font-size: 12px;
  }
}
#top-review .review-box .review-header .review-product-name {
  grid-area: grid3;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin-top: -0.5em;
}
@media screen and (max-width: 768px) {
  #top-review .review-box .review-header .review-product-name {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.2358333333;
  }
}
#top-review .review-box .review-bottom {
  border-top: 1px solid #ececec;
  padding-top: 15px;
  margin-top: 11px;
}
#top-review .review-box .review-bottom .review-ttl {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #top-review .review-box .review-bottom .review-ttl {
    font-size: 15px;
    line-height: 1;
  }
}
#top-review .review-box .review-bottom .review-txt {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #top-review .review-box .review-bottom .review-txt {
    font-size: 12px;
    line-height: 1.4583333333;
    letter-spacing: -0.025em;
  }
}
#top-review .slick-prev,
#top-review .slick-next {
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  background: #4c4c4c;
  border-radius: 50%;
  z-index: 10;
  transition: linear 0.2s all;
}
@media screen and (max-width: 768px) {
  #top-review .slick-prev,
  #top-review .slick-next {
    width: 30px;
    height: 30px;
  }
}
#top-review .slick-prev:hover, #top-review .slick-prev:focus,
#top-review .slick-next:hover,
#top-review .slick-next:focus {
  outline: none;
  background: rgba(76, 76, 76, 0.5);
  color: transparent;
}
#top-review .slick-prev:before,
#top-review .slick-next:before {
  content: "";
}
#top-review .slick-prev {
  left: -70px;
  top: 45%;
}
@media (max-width: 1370px) {
  #top-review .slick-prev {
    left: 0;
  }
}
#top-review .slick-prev:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  #top-review .slick-prev:before {
    width: 15px;
    height: 15px;
    margin-left: 8px;
  }
}
#top-review .slick-next {
  right: -70px;
  top: 45%;
}
@media (max-width: 1370px) {
  #top-review .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top-review .slick-next {
    right: 0;
  }
}
#top-review .slick-next:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  #top-review .slick-next:before {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
}

/*/////////////////////////////////////////
//  TOP NEWS
/////////////////////////////////////////*/
#top-news {
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #top-news {
    padding-top: 29px;
  }
}
#top-news .news-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #top-news .news-list {
    margin-top: 40px;
    gap: 5px;
  }
}
#top-news .news-list .news-item {
  background: #fff;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top-news .news-list .news-item {
    flex-direction: column;
  }
}
#top-news .news-list .news-item dt,
#top-news .news-list .news-item dd {
  height: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top-news .news-list .news-item dt,
  #top-news .news-list .news-item dd {
    height: initial;
    display: block;
  }
}
#top-news .news-list .news-item .news-date {
  width: 140px;
  padding-left: 40px;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  #top-news .news-list .news-item .news-date {
    width: 100%;
    padding-left: 10.5px;
    padding-top: 12.5px;
    font-size: 10px;
  }
}
#top-news .news-list .news-item .news-ttl {
  width: calc(100% - 140px);
}
@media screen and (max-width: 768px) {
  #top-news .news-list .news-item .news-ttl {
    width: 100%;
  }
}
#top-news .news-list .news-item .news-ttl a {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666666667;
}
@media screen and (max-width: 768px) {
  #top-news .news-list .news-item .news-ttl a {
    padding: 12.5px 10.5px 15px;
    font-size: 12px;
    line-height: 1.3333333333;
    letter-spacing: -0.025em;
  }
}
#top-news .btn-more {
  margin: 40px auto 0;
}/*# sourceMappingURL=style.css.map */