@charset "UTF-8";
/*
*******************************************************************************************************
# スペシャルセット
*******************************************************************************************************
*/
/* ==================================================
   共通設定
================================================== */
.contents {
  border-top: 1px solid #ffffff;
}
.contents.contents-special__csm {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .contents {
    border-top: none;
  }
}
.contents img.obj-pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contents img.obj-pc {
    display: none;
  }
}
.contents img.obj-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .contents img.obj-sp {
    display: inline-block;
  }
}

.special-set__bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .special-set__bg {
    background-image: none;
    background-size: 100% auto;
  }
}

/* ------------------------------------
   船外機スペックを見る（PC版）
------------------------------------ */
.special-spec {
  display: block;
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .special-spec {
    display: none;
  }
}
.special-spec .spec-ttl {
  display: inline-block;
  font-size: 2.8rem;
}
.special-spec .spec-warning {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  padding-bottom: 3px;
}
.special-spec .spec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.special-spec .spec-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31.8%;
      flex: 0 1 31.8%;
  margin-left: 2.3%;
  margin-top: 20px;
  text-align: center;
}
.special-spec .spec-list li:nth-child(3n+1) {
  margin-left: 0;
}

/* ------------------------------------
   船外機スペックを見る（SP版）
------------------------------------ */
.special-spec__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .special-spec__sp {
    display: block;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .special-spec__sp .spec-more {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .special-spec__sp .spec-more__btn {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .special-spec__sp .spec-ttl {
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  .special-spec__sp .spec-warning {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .special-spec__sp .spec-more__box {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .special-spec__sp .spec-list li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #bbbbbb;
    text-align: center;
  }
  .special-spec__sp .spec-list li:first-child {
    margin-top: 0;
    border-top: none;
  }
}

/* ------------------------------------
   フッターバナー
------------------------------------ */
.contents-setbnr {
  margin-top: 80px;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .contents-setbnr {
    margin-top: 30px;
  }
}

.contents-ftbnr {
  margin-top: 0;
}

/* ==================================================
   CSM
================================================== */
.special-set__csm .special-set__bg {
  background-color: #D1171B;
}

.csm-set__img {
  text-align: center;
}

.csm-set__inner {
  max-width: 960px;
  margin-inline: auto;
}
.csm-set__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.csm-set__flex.is-three {
  gap: 15px;
}
.csm-set__body {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .csm-set__inner {
    padding-inline: 15px;
  }
  .csm-set__flex {
    flex-direction: column;
  }
}


@media screen and (max-width: 768px) {
  .csm-set__item {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}

.csm-set__btn_spec {
  margin-top: 20px;
  text-align: center;
}
.csm-set__btn_spec a {
  display: inline-block;
}

/* タイトル
------------------------------------ */
.special-set__csm .csm-set__ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .special-set__csm .csm-set__ttl {
    background-color: #D1171B;
  }
}

.csm-set__ttl_inner {
}
@media screen and (max-width: 768px) {
  .csm-set__ttl_inner {
    height: auto;
  }
}
.csm-set__ttl_inner img {
  position: relative;
  top: 22px;
}
@media screen and (max-width: 768px) {
  .csm-set__ttl_inner img {
    position: static;
    top: auto;
  }
}

@media screen and (max-width: 768px) {
  .csm-set__ttl_sp {
    margin-top: -36px;
  }
}

/* 初心者モデル
------------------------------------ */
@media screen and (max-width: 768px) {
  .csm-beginner {
    height: auto;
    background-image: none;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .csm-beginner .c-3 {
    margin-top: 0;
  }
}

/* ==================================================
   EPDM
================================================== */
.special-set__epdm .special-set__bg {
  background-color: #5DAC37;
  padding-bottom: 40px;
}

.special-set__epdm .special-set__ttl {
  padding-top: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .special-set__epdm .special-set__ttl img {
    width: 70%;
  }
}

.epdm-set__item {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .epdm-set__item {
    max-width: 100%;
    display: grid;
    grid-template-areas: "cover" "price";
  }
}
@media screen and (max-width: 768px) {
  .epdm-set__item img {
    width: 100%;
  }
}

.epdm-set__item.e-1 {
  margin-top: -5px;
}

.epdm-set__item.e-2 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .epdm-set__item.e-2 {
    margin-top: 0;
  }
}

.epdm-set__price {
  grid-area: price;
}

.epdm-set__cover {
  grid-area: cover;
}

@media screen and (max-width: 768px) {
  .epdm-set__cover {
    background-color: #fffac6;
    padding-bottom: 15px;
  }
}

/* ==================================================
   PVC
================================================== */
.special-set__pvc .special-set__bg {
  background-color: #004196;
}
@media screen and (max-width: 768px) {
  .special-set__pvc .special-set__bg {
    background-color: transparent;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pvc-set__inner {
    background-color: #fffac6;
    padding-bottom: 15px;
  }
}

.pvc-set__img {
  text-align: center;
}

.pvc-set__btn_spec {
  margin-top: 15px;
  text-align: center;
}
.pvc-set__btn_spec a {
  display: inline-block;
}

/* タイトル
------------------------------------ */
.special-set__pvc .pvc-set__ttl {
  text-align: center;
  background-color: #1261c0;
  background-image: url("/boat/special/img/bg_pvc01.jpg");
}
@media screen and (max-width: 768px) {
  .special-set__pvc .pvc-set__ttl {
    background-image: url("/boat/special/img/sp/bg_pvc.jpg");
    background-size: cover;
    margin-top: 0;
    padding-bottom: 0;
  }
}

.pvc-set__ttl_inner {
  height: 374px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pvc-set__ttl_inner {
    height: auto;
    padding-bottom: 45px;
  }
}
.pvc-set__ttl_inner img {
  position: relative;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .pvc-set__ttl_inner img {
    position: static;
    top: auto;
  }
}

@media screen and (max-width: 768px) {
  .pvc-set__ttl_sp {
    margin-top: -36px;
  }
}

/* 船外機スペック
------------------------------------ */
.contents-special__pvc .special-spec .spec-list li:nth-child(4),
.contents-special__pvc .special-spec .spec-list li:nth-child(5) {
  display: none;
}

/* P-1
------------------------------------ */
.pvc-p1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#1261c0), color-stop(50%, #094ba0), to(#004196));
  background: linear-gradient(to bottom, #1261c0 0%, #094ba0 50%, #004196 100%);
}
.pvc-p1 .special-set__bg {
  height: 890px;
  background-color: transparent;
  background-image: url("/boat/special/img/bg_pvc02.jpg");
}
@media screen and (max-width: 768px) {
  .pvc-p1 .special-set__bg {
    height: auto;
    background-image: none;
    background-color: #fffac6;
    margin-top: 0;
    padding-bottom: 15px;
  }
}

/* P-2
------------------------------------ */
.pvc-p2 {
  height: 929px;
  background-image: url("/boat/special/img/bg_pvc03.jpg");
}
@media screen and (max-width: 768px) {
  .pvc-p2 {
    height: auto;
    background-image: none;
  }
}
.pvc-p2 .pvc-set__inner {
  position: relative;
  top: -34px;
}
@media screen and (max-width: 768px) {
  .pvc-p2 .pvc-set__inner {
    position: static;
    top: auto;
  }
}

/* P-3
------------------------------------ */
.pvc-p3 {
  height: 610px;
  background-image: url("/boat/special/img/bg_pvc04.jpg");
}
@media screen and (max-width: 768px) {
  .pvc-p3 {
    height: auto;
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .pvc-p3 .pvc-set__inner {
    padding-bottom: 20px;
  }
}

/* P-4
------------------------------------ */
.pvc-p4 {
  height: 662px;
  background-image: url("/boat/special/img/bg_pvc05.jpg");
}
@media screen and (max-width: 768px) {
  .pvc-p4 {
    height: auto;
    background-image: none;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 768px) {
  .pvc-p4 .pvc-set__inner {
    padding-bottom: 30px;
  }
}
