@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通リセット
---------------------------------------------*/
html {
  color: #000;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

/*---------------------------------------------
共通
---------------------------------------------*/
.eg {
  font-family: "din-1451-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.jp {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-style: normal;
  font-weight: 500;
}

/*---------------------------------------------
サイドパネル共通（左右の背景ブロック）
---------------------------------------------*/
.side_panel {
  display: none;
}
@media screen and (min-width: 769px) {
  .side_panel {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  .side_panel_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f0eb;
  }
}

@media screen and (min-width: 769px) {
  .side_panel_bg_left {
    background-color: #f5f0eb;
    background-image: url(../images/pc_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
  }
  .side_panel_bg_left .fv_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 16vw;
  }
}

@media screen and (min-width: 769px) {
  .side_panel_bg_right {
    background-color: #f5f0eb;
    background-image: url(../images/pc_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
  }
  .side_panel_bg_right .index {
    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-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16% 0;
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
  .side_panel_bg_right .index.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .side_panel_bg_right .index a {
    opacity: 0.6;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .side_panel_bg_right .index a {
    display: block;
    width: 65%;
  }
}
@media screen and (min-width: 769px) {
  .side_panel_bg_right .index a.is-active {
    opacity: 1;
  }
}

/*---------------------------------------------
FV（ファーストビュー）
左右パネルはスクロールに追従（固定しない）
---------------------------------------------*/
.fv_wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .fv_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
  }
}
.fv_wrap .fv_logo {
  position: absolute;
  z-index: 1;
  width: 60%;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .fv_wrap .fv_logo {
    width: 24%;
    bottom: initial;
    top: 6%;
    left: 3%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.fv_wrap .suzuki_logo {
  position: absolute;
  z-index: 1;
  width: 17%;
  top: 16px;
  left: 16px;
}
@media screen and (min-width: 769px) {
  .fv_wrap .suzuki_logo {
    width: 133px;
    top: initial;
    bottom: 6%;
    left: 3%;
  }
}

/*---------------------------------------------
FVスライダー（フェード・矢印なし・ページャーなし）
---------------------------------------------*/
.slides_fv {
  width: 100%;
  overflow: hidden;
}
.slides_fv .slick-slide {
  overflow: hidden;
}
.slides_fv .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slides_fv .slick-slide img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/* ズームモード：
   全スライドの画像を同じタイミング・同じ周期でズームさせることで、
   フェード切り替え時に拡大率がリセットされず連続して見えるようにする */
.slides_fv.is-zoom .slick-slide img {
  -webkit-animation: fvZoomLoop 16s ease-in-out infinite alternate;
          animation: fvZoomLoop 16s ease-in-out infinite alternate;
}

@-webkit-keyframes fvZoomLoop {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes fvZoomLoop {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
/*---------------------------------------------
中央スライダー（フェード・矢印あり・ページャーあり）
---------------------------------------------*/
.slides_center_wrap {
  position: relative;
  width: 100%;
  background-color: #E4D9C6;
  -webkit-transition: background-color 0.8s ease;
  transition: background-color 0.8s ease;
  background-image: url(../images/noise.png);
  background-repeat: repeat;
}
.slides_center_wrap .slick-arrow {
  z-index: 5;
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 10px;
  -webkit-transform: none;
          transform: none;
}
.slides_center_wrap .slick-arrow::before {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
}
.slides_center_wrap .slick-prev {
  left: 10px;
}
.slides_center_wrap .slick-prev::before {
  bottom: 2%;
  left: 55%;
}
.slides_center_wrap .slick-next {
  right: 10px;
}
.slides_center_wrap .slick-next::before {
  top: 50%;
  right: 55%;
}
.slides_center_wrap .lead {
  width: 80%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .slides_center_wrap .lead {
    width: 76%;
  }
}
.slides_center_wrap .lead .title {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .slides_center_wrap .lead .title {
    font-size: 22px;
  }
}
.slides_center_wrap .lead .text {
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .slides_center_wrap .lead .text {
    font-size: 16px;
  }
}
.slides_center_wrap .lead .bikou {
  font-size: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .slides_center_wrap .lead .bikou {
    font-size: 12px;
  }
}
.slides_center_wrap .index a {
  display: block;
  width: 80%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .slides_center_wrap .index a {
    width: 70%;
    margin: 0 auto 50px;
  }
}
.slides_center_wrap .prof {
  border: 1px solid;
  border-radius: 5px;
  width: 80%;
  margin: 50px auto 30px;
  padding: 16px;
}
@media screen and (min-width: 769px) {
  .slides_center_wrap .prof {
    padding: 32px;
    margin: 50px auto;
  }
}
.slides_center_wrap .prof .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .slides_center_wrap .prof .flex .left {
    width: 50%;
  }
}
.slides_center_wrap .prof .flex .right {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .slides_center_wrap .prof .flex .right {
    width: 40%;
  }
}
.slides_center_wrap .title {
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .slides_center_wrap .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.slides_center_wrap .title .number {
  font-size: 60px;
  letter-spacing: 4px;
}
@media screen and (min-width: 769px) {
  .slides_center_wrap .title .number {
    font-size: 70px;
  }
}
.slides_center_wrap .owner_name {
  height: 18px;
  width: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .slides_center_wrap .owner_name {
    height: 20px;
  }
}
.slides_center_wrap .qa {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
}
.slides_center_wrap .qa span {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .slides_center_wrap .qa {
    font-size: 15px;
    line-height: 1.8;
  }
  .slides_center_wrap .qa span {
    font-size: 13px;
    line-height: 1.6;
  }
}
.slides_center_wrap .sec {
  padding-top: 1px;
  padding-bottom: 50px;
  background-image: url(../images/noise.png);
  background-repeat: repeat;
}
.slides_center_wrap .sec .img2 {
  width: 68%;
  margin-top: 70px;
  margin-bottom: 60px;
}
.slides_center_wrap .sec .img3 {
  width: 60%;
  margin-left: auto;
  margin-bottom: 50px;
}

.items {
  position: relative;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #fff;
  padding-bottom: 10px;
  margin-top: 80px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .items {
    width: 80%;
  }
}
.items .tapes {
  position: absolute;
  width: 55%;
  z-index: 10;
  top: -10%;
  left: 21%;
}
.items .og_tape {
  top: -5%;
  left: initial;
  right: 5%;
}
.items .yw_tape {
  top: -6%;
  left: 7%;
}
.items .slides_center {
  width: 90%;
  top: 3vh;
  margin: 50px auto 30px;
}
.items .slides_center li img {
  width: 100%;
  height: auto;
  background: #e8e4df;
  min-height: 200px;
}
.items .slides_center .slick-dots {
  bottom: 12px;
}
.items .slides_center .slick-dots li button::before {
  color: #0257BD;
  opacity: 0.4;
  font-size: 8px;
}
.items .slides_center .slick-dots li.slick-active button::before {
  color: #0257BD;
  opacity: 1;
}
.items .item_text {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .items .item_text {
    padding-top: 10px;
  }
}
.items .item_text .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.items .item_text .flex span {
  margin-top: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  .items .item_text .flex span {
    width: 15%;
  }
}
.items .item_text .shop_link {
  font-size: 17px;
  margin-top: 30px;
  margin-bottom: 5px;
  margin-left: auto;
  display: block;
  text-align: right;
  color: #0257BD;
}
@media screen and (min-width: 769px) {
  .items .item_text .shop_link {
    font-size: 19px;
  }
}

.countdown_wrapper {
  background: #6b7a8d;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
.countdown_wrapper.is-phase2 {
  background: #484849;
}
.countdown_wrapper.is-fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 375px;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .countdown_wrapper.is-fixed {
    width: 40%;
  }
}
.countdown_wrapper {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.countdown_wrapper.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.countdown_wrapper .tooltip_bubble,
.countdown_wrapper .tooltip_bubble_mini {
  display: none;
}
.countdown_wrapper.is-phase2:not(.tooltip-closed) .tooltip_bubble {
  display: block;
}
.countdown_wrapper.is-phase2.tooltip-closed .tooltip_bubble_mini {
  display: block;
}
.countdown_wrapper .tooltip_bubble {
  position: absolute;
  left: 50%;
  bottom: 94%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 94%;
  margin-bottom: 12px;
  background: #4FA2F5;
  border-radius: 12px;
  padding: 14px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.countdown_wrapper .tooltip_bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #4FA2F5 transparent transparent;
}
.countdown_wrapper .tooltip_bubble .tooltip_text {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  color: #484849;
  color: #fff;
}
.countdown_wrapper .tooltip_bubble .tooltip_close_btn {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  cursor: pointer;
  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;
  color: #484849;
  font-size: 12px;
  line-height: 1;
  padding: 0;
  border: 0.5px solid;
}
.countdown_wrapper .tooltip_bubble_mini {
  position: absolute;
  left: 50%;
  bottom: 96%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 8px;
}
.countdown_wrapper .tooltip_bubble_mini .tooltip_dot_btn {
  width: 44px;
  height: 36px;
  border-radius: 12px;
  background: #4FA2F5;
  border: none;
  cursor: pointer;
  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: 3px;
  position: relative;
}
.countdown_wrapper .tooltip_bubble_mini .tooltip_dot_btn::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #4FA2F5 transparent transparent;
}
.countdown_wrapper .tooltip_bubble_mini .tooltip_dot_btn .tooltip_dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.countdown_wrapper .countdown_title {
  color: #e8ecf0;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .countdown_wrapper .countdown_title {
    font-size: 12px;
  }
}
.countdown_wrapper .countdown_display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.countdown_wrapper .countdown_display .countdown_unit {
  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;
  min-width: 18vw;
}
@media screen and (min-width: 769px) {
  .countdown_wrapper .countdown_display .countdown_unit {
    min-width: 80px;
  }
}
.countdown_wrapper .countdown_display .countdown_unit .countdown_number {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}
.countdown_wrapper .countdown_display .countdown_unit .countdown_label {
  font-size: 13px;
  color: #c2ccd6;
  font-weight: 400;
}
.countdown_wrapper .countdown_display .countdown_separator {
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  padding: 0 4px;
  opacity: 0.7;
}

/*---------------------------------------------
メインコンテンツラッパー
PC: 3カラム（左固定 | 中央スクロール | 右固定）
---------------------------------------------*/
.page_wrap {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .page_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.main_content {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .main_content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 375px;
            flex: 0 0 375px;
    max-width: 40%;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 769px) {
  .side_panel_fixed {
    position: sticky;
    top: 0;
    height: 100vh;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media screen and (min-width: 769px) {
  .side_panel_fixed .side_panel_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}

/*---------------------------------------------
ALL
---------------------------------------------*/
.all {
  padding-top: 50px;
  border-bottom: 1px solid;
  background-image: url(../images/noise.png);
  background-repeat: repeat;
}
.all .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.all .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: auto;
  gap: 5px;
}
.all .item_wrap .item_box {
  width: 32%;
  width: 33.3333333333;
}
.all .item_wrap .item_box a {
  color: #000;
  text-decoration: none;
}
.all .item_wrap .item_box .item_name {
  font-size: 10px;
  line-height: 1.4;
  width: 92%;
  margin: 10px auto 0;
  word-break: break-all;
}
.all .item_wrap .item_box .price {
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.all .all_btn {
  width: 60%;
  margin: 20px auto 50px;
}

/*---------------------------------------------
.sec2 
---------------------------------------------*/
.slides_center_wrap .sec2 .img2 {
  width: 90%;
}
.slides_center_wrap .sec2 .img4 {
  width: 60%;
  margin-left: auto;
  margin-right: 10%;
}

/*---------------------------------------------
.sec4
---------------------------------------------*/
.slides_center_wrap .sec4 .img2 {
  width: 75%;
  margin-left: auto;
}
.slides_center_wrap .sec4 .img4 {
  width: 60%;
}

/*---------------------------------------------
.footer
---------------------------------------------*/
.footer {
  padding-bottom: 10px;
  background-image: url(../images/noise.png);
  background-repeat: repeat;
}
.footer .logos {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 60px;
  padding-bottom: 20px;
}
.footer .logos .left {
  width: 18%;
}
.footer .logos .right {
  width: 45%;
}
.footer .copy {
  font-size: 10px;
  text-align: center;
}

/*---------------------------------------------
AOS
---------------------------------------------*/
[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

/*---------------------------------------------
flexslider（既存）
---------------------------------------------*/
.flexslider {
  border: none;
  margin: 0;
}

.flex-control-nav li {
  width: 8px;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}/*# sourceMappingURL=style.css.map */