@charset "UTF-8";
/* css */
/* ---------- KV / ナビ ---------- */
#start_page {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("https://motocorse-museo.jp/website/wp-content/uploads/2025/08/000.jpg");
  background-size: cover;
}

#navigation_start_page {
  position: absolute;
  top: 10%;
  left: 30%;
}
#navigation_start_page p {
  color: #ccc;
  font-family: "futura-pt", sans-serif;
  font-size: 6rem;
  line-height: 8rem;
  margin-bottom: 20px;
}
#navigation_start_page ul {
  list-style: none;
}
#navigation_start_page ul li {
  font-family: "futura-pt", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3rem;
  margin-bottom: 20px;
}
#navigation_start_page ul li a {
  color: #bbb;
  text-shadow: 2px 3px 3px #000;
  text-decoration: none;
}
#navigation_start_page ul li a:hover {
  color: #f00;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* ---------- カード共通 ---------- */
.page_wrap .front .main_contents_top .main_inner_top .card {
  width: 100%;
  border-radius: 2px;
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
}
.page_wrap .front .main_contents_top .main_inner_top .card p.dlt_apparel_site {
  background-color: #a00;
  color: #fff !important;
  text-align: center;
  font-size: 1.2rem;
  text-transform: none !important;
}
.page_wrap .front .main_contents_top .main_inner_top .card p.apparel_category {
  font-size: 1.2rem !important;
}
.page_wrap .front .main_contents_top .main_inner_top .card p.apparel_product_name {
  font-size: 1.8rem !important;
  line-height: 2.5rem !important;
  margin-bottom: 30px;
}
.page_wrap .front .main_contents_top .main_inner_top .card p.apparel_product_price {
  text-align: right;
}

/* ---------- PC：3カラムレイアウト ---------- */
@media (min-width: 768px) {
  .cards_wrap {
    display: grid;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
    gap: 20px;
  }
  .cards_wrap .card {
    width: 100% !important;
    margin-bottom: 0;
  }
  .used_wrap {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .new_wrap {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* ---------- 固定カード群 ---------- */
.fixed_cards_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fixed_cards_wrap .card {
  width: 100% !important;
}

.card.empty {
  visibility: hidden;
}

/* ---------- モバイル ---------- */
@media screen and (max-width: 767px) {
  /* ヒーロー見出し縮小 */
  #navigation_start_page {
    top: 10%;
    left: 10%;
  }
  #navigation_start_page p {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  #navigation_start_page ul li {
    font-size: 3rem;
    font-weight: 400;
  }
  /* モバイルセクション見出し（JSで挿入） */
  p.mobile_title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
  }
  /* 固定カード群：1カラム */
  .fixed_cards_wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  /* 各カード群はSwiper化するので block 化 */
  .cards_wrap {
    display: block;
    margin-bottom: 40px;
  }
  .cards_wrap .card {
    width: auto !important;
    margin-bottom: 0;
  }
  .cards_wrap .swiper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .cards_wrap .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-swiper .swiper-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* ---------- モバイルのナビ矢印 ---------- */
.mobile-swiper .swiper-button-prev,
.mobile-swiper .swiper-button-next {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-swiper .swiper-button-prev {
  left: 10px;
}

.mobile-swiper .swiper-button-next {
  right: 10px;
}

.mobile-swiper .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
  content: "‹";
}

.mobile-swiper .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  content: "›";
}

html body .page_wrap .front .main_contents_top .main_inner_top .blog_wrap {
  margin-top: 50px;
}
html body .page_wrap .front .main_contents_top .main_inner_top .blog_wrap .card .card_inner p:nth-of-type(1) {
  font-size: 2rem !important;
  line-height: 3rem;
  padding-left: 10px;
  border-left: solid 1px #a00;
  color: #000;
}
html body .page_wrap .front .main_contents_top .main_inner_top .blog_wrap .card .card_inner p:nth-of-type(2) {
  font-size: 1.6rem !important;
}

.apparel_img_wrap {
  position: relative;
}

.apparel_img {
  display: block;
  width: 100%;
  height: auto;
}

.apparel_badge_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  opacity: 0.7;
  pointer-events: none;
  z-index: 2;
  display: block;
}