@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------------------
CSS　新年バージョン限定(style.css)ver.1 2025.12.11
--------------------------------------------------------------------------*/
/* ===============================
   共通設定
================================ */
.ny-head-img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; /* 画像間の隙間 */
  padding: 10px; /* 外側の余白 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 背景画像の共通設定 */
.ny-head-img-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* 16:9の比率を維持（高さを揃える） */
  aspect-ratio: 16/9;
}

/* ===============================
   画像ごとの背景設定
================================ */
.bg-ny-img_1 {
  background-image: url("../newyear/bg-img_1-3.jpg");
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.bg-ny-img_2 {
  background-image: url("../newyear/bg-img_2.jpg");
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bg-ny-img_3 {
  background-image: url("../newyear/bg-img_3.jpg");
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* ===============================
   PCレイアウト
================================ */
@media screen and (min-width: 768px) {
  .ny-head-img-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bg-ny-img_1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .bg-ny-img_2,
  .bg-ny-img_3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
/* ===============================
   スマホレイアウト
================================ */
@media screen and (max-width: 767px) {
  .ny-head-img-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bg-ny-img_1 {
    width: 100%;
  }
  .second-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .bg-ny-img_2,
  .bg-ny-img_3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bg-ny-img_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .bg-ny-img_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    aspect-ratio: 1/1;
  }
  .bg-ny-img_3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    aspect-ratio: 1/1;
  }
}
/*挨拶とイラスト*/
.ny-illust-block {
  padding: 40px 20px;
  text-align: center;
  width: 100%;
  height: auto;
  background: url(../newyear/bg-bycicle.png) left 3vw center no-repeat, url(../newyear/bg-uma.png) right 3vw center no-repeat;
}

.bg-ny-block {
  text-align: center;
  margin: 0 0 20px;
  padding: 40px 0 0;
  background-color: #cc0f20;
}
.bg-ny-block p {
  margin: 0;
  padding: 0 40px;
  font-size: 2.4rem;
  color: #FFF;
  font-weight: 500;
}

.text-attent {
  border-bottom: 3px solid #FF0000;
  font-weight: 700;
}

/*■■■■■■ ベクター調整 ■■■■■■■*/
.background-decoration {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.background-decoration svg {
  width: 100%;
  height: 100%;
  display: block;
}

.radius-top {
  position: relative;
  z-index: 0;
}
.radius-top svg {
  position: absolute;
  top: -1px;
}

.radius-bottom {
  position: relative;
  z-index: 0;
}
.radius-bottom svg {
  position: absolute;
  top: -1px;
}
.radius-bottom {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*■■■■■■ セールバイク ■■■■■■*/
.bg-ny-sale-block {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FFA0A0));
  background: linear-gradient(to bottom, #ffffff, #FFA0A0);
}

.ny-sale-bile-block {
  margin: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 40px;
}

.ny-sale-bike-box {
  padding: 60px 20px 30px;
  border: 6px solid #FF0000;
  border-radius: 25px;
  background-color: #FFF;
  width: 100%;
  max-width: 360px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  gap: 10px;
}

.ny-price_s {
  font-size: 1.2rem;
}

.ny-price-down-block {
  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;
  gap: 10px;
}

.ny-price-down-text {
  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-color: #FF0000;
  width: 180px;
  height: 34px;
  border-radius: 7px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.ny-price-down-text:after {
  content: "";
  margin-left: -10px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -25px;
  border-style: solid;
  border-width: 15px 10px;
  border-color: #FF0000 transparent transparent transparent;
}
.ny-price-down-text span {
  color: #FFEE00;
}

.ny-price-reast {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 40px;
  border: 1px solid #000;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #222;
}
.ny-price-reast span {
  color: #FF0000;
  font-size: 2.4rem;
  font-weight: 700;
}

.ny-price {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 0.8;
  font-weight: 500;
  color: #222;
}
.ny-price strong {
  margin: 0 5px 0 0;
  font-size: 4rem;
  font-weight: 600;
  color: #FF0000;
  font-family: "Arial";
}

.ico-sale {
  position: absolute;
  top: -40px;
  z-index: 10;
}

.ny-sale-text-box {
  margin: 40px 20px;
  text-align: center;
}

.ny-sale-catch {
  margin: 0 0 20px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
  text-shadow: 0 0 6px #FFF, 0 0 12px #FFF, 0 0 18px #FFF, 0 0 24px #FFF;
}

/*お年玉クーポン*/
.qupon-read-text {
  margin: 40px 0;
  padding: 0 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

.qupon-block {
  margin: 0 0 60px;
  padding: 0 40px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.qupon-box {
  width: 100%;
  max-width: 360px;
}

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) and (max-width: 566px) {
  /*挨拶とイラスト*/
  .ny-illust-block {
    padding: 230px 20px 170px;
    text-align: center;
    width: 100%;
    height: auto;
    background: url(../newyear/bg-bycicle.png) top center no-repeat, url(../newyear/bg-uma.png) bottom center no-repeat;
    background-size: 400px auto;
  }
  .bg-ny-block p {
    font-size: 1.8rem;
  }
  /*■■■■■■ セールバイク (XS) ■■■■■■*/
  .ny-price {
    font-size: 1.6rem;
  }
  .ny-price strong {
    font-size: 3rem;
  }
  .ny-sale-catch {
    font-size: 2.6rem;
  }
} /*xs*/
/*------------(SM)------------*/
@media (min-width: 567px) and (max-width: 767px) {
  /*挨拶とイラスト*/
  .ny-illust-block {
    padding: 230px 20px 170px;
    text-align: center;
    width: 100%;
    height: auto;
    background: url(../newyear/bg-bycicle.png) top center no-repeat, url(../newyear/bg-uma.png) bottom center no-repeat;
    background-size: 400px auto;
  }
  .bg-ny-block p {
    font-size: 1.8rem;
  }
  /*■■■■■■ セールバイク (XS) ■■■■■■*/
  .ny-price {
    font-size: 1.6rem;
  }
  .ny-price strong {
    font-size: 3rem;
  }
  .ny-sale-catch {
    font-size: 2.6rem;
  }
} /*SM*/
/*------------(MD)------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  /*挨拶とイラスト*/
  .ny-illust-block {
    padding: 10px 20px 230px;
    text-align: center;
    width: 100%;
    height: auto;
    background: url(../newyear/bg-bycicle.png) left 3vw bottom no-repeat, url(../newyear/bg-uma.png) right 3vw bottom no-repeat;
  }
  .bg-ny-block p {
    font-size: 1.8rem;
  }
  /*■■■■■■ セールバイク (XS) ■■■■■■*/
  .ny-price {
    font-size: 1.6rem;
  }
  .ny-price strong {
    font-size: 3rem;
  }
  .ny-sale-catch {
    font-size: 2.6rem;
  }
} /*MD*/
/*------------(LG)------------*/
@media (min-width: 1024px) and (max-width: 1215px) {
  .nav_list {
    margin: 0;
  }
  .hamburger {
    display: none;
  }
} /*LG*/
/*------------(XL)------------*/
/*XL*/
/*# sourceMappingURL=newyear-style.css.map */