/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
/*画像トリミング*/
.img-wrap {
  padding-top: 58%;
  position: relative;
}
.img-inner {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.img-inner img {
  width: 100% !important;
}
.series-bg:nth-child(2n) {
  background-color: var(--color-7th);
}
/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  /* 新艇のご購入トップページメニュー */
  .nwlogolist_mm {
    width: 100%;
    height: auto;
    display: block;
    padding: 5% 5% 2% 5%;
  }
  ul.nwlogolist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  ul.nwlogolist li {
    width: 23%;
    height: auto;
    display: block;
    margin: 0 1% 3%;
  }
  .nwlogolist li a {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 70px 0 0 0;
    border-radius: 3px;
    color: var(--color-black);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto 60px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
    transition: .4s all;
  }
  .nwlogolist li a:hover {
    background-color: #d0ebf5;
  }
  /* Newboat manufactures */
  .newboat_manu {
    width: 90%;
    max-width: 1400px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0px;
    border: 1px solid var(--color-ccc);
    border-radius: 20px;
    overflow: hidden;
    background: rgb(229, 229, 229);
    background: linear-gradient(0deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 49%);
  }
  .newboat_manu li {
    flex: 1;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border-right: 1px solid var(--color-ccc);
  }
  .newboat_manu li a {
    width: 100%;
    height: 100px;
    display: block;
    text-decoration: none;
    padding: 60px 0 20px 0;
    line-height: 20px;
    color: var(--color-black);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto 50px;
    transition: .4s all;
  }
  .newboat_manu li a:hover {
    background-color: var(--color-6th);
  }
  .newboat_manu li a.select {
    background-color: var(--color-6th);
  }
  /* Logo Title */
  .logotitle-wrap {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    padding: 60px 8% 0;
    margin: 0 auto;
  }
  .logotitle-wrap p {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .logotitle-wrap p br {
    display: none;
  }
  .logotitle {
    width: 100%;
    height: auto;
    display: block;
    font-size: 40px;
    color: var(--color-black);
    font-family: var(--font-min);
    font-weight: 600;
    text-align: center;
    line-height: 1.5em;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 60px;
  }
  /* Newboat List */
  h3.nbt-seriestitle {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25em;
    font-family: var(--font-min);
    color: var(--color-1st);
    margin-bottom: 30px;
  }
  .nb_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .nb_list li {
    width: 30.3333333333%;
    height: auto;
    display: block;
    margin: 0 1.5% 40px;
  }
  .nb_list li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: var(--color-black);
    transition: .4s all;
    position: relative;
    padding-bottom: 20px;
  }
  .nb_list li a img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: .4s all;
  }
  .nb_list li a .nblistcc {
    width: 90%;
    height: auto;
    display: block;
    text-align: center;
    padding: 0;
    background-color: var(--color-f5);
    background-image: url(../img/header/ic-ar_h_b.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 23px;
    transition: .4s all;
    position: absolute;
    border-radius: 10px;
    bottom: 3px;
    left: 5%;
    z-index: 1;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2)
  }
  .nb_list li a .nblistcc p {
    width: 100%;
    height: 35px;
    display: block;
    font-size: 16px;
    line-height: 35px;
    font-family: var(--font-min);
    color: var(--color-black);
    margin: 0;
    transition: .4s all;
  }
  .nb_list li a:hover img {
    border-radius: 35px;
    opacity: 0.7;
  }
  .nb_list li a:hover .nblistcc {
    background-position: 98% center;
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-color: var(--color-1st);
    border-radius: 35px;
  }
  .nb_list li a:hover .nblistcc p {
    color: var(--color-white) !important;
  }
}
/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* 新艇のご購入トップページメニュー */
  .nwlogolist_mm {
    width: 100%;
    height: auto;
    display: block;
    padding: 5% 5% 2% 5%;
  }
  ul.nwlogolist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  ul.nwlogolist li {
    width: 23%;
    height: auto;
    display: block;
    margin: 0 1% 3%;
  }
  .nwlogolist li a {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 70px 0 0 0;
    border-radius: 3px;
    color: var(--color-black);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto 60px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
    transition: .4s all;
  }
  .nwlogolist li a:hover {
    background-color: #d0ebf5;
  }
  /* Newboat manufactures */
  .newboat_manu {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0px;
    border: 1px solid var(--color-ccc);
    border-radius: 20px;
    overflow: hidden;
    background: rgb(229, 229, 229);
    background: linear-gradient(0deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 49%);
  }
  .newboat_manu li {
    flex: 1;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    border-right: 1px solid var(--color-ccc);
  }
  .newboat_manu li a {
    width: 100%;
    height: 70px;
    display: block;
    text-decoration: none;
    padding: 40px 0 10px 0;
    line-height: 20px;
    color: var(--color-black);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto 30px;
    transition: .4s all;
  }
  .newboat_manu li a:hover {
    background-color: var(--color-6th);
  }
  .newboat_manu li a.select {
    background-color: var(--color-6th);
  }
  /* Logo Title */
  .logotitle-wrap {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    padding: 80px 5% 0;
    margin: 0 auto;
  }
  .logotitle-wrap p {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .logotitle-wrap p br {
    display: none;
  }
  .logotitle {
    width: 100%;
    height: auto;
    display: block;
    font-size: 32px;
    color: var(--color-black);
    font-family: var(--font-min);
    font-weight: 600;
    text-align: center;
    line-height: 1.5em;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 60px;
  }
  /* Newboat List */
  h3.nbt-seriestitle {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25em;
    font-family: var(--font-min);
    color: var(--color-1st);
    margin-bottom: 30px;
  }
  .nb_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .nb_list li {
    width: 46%;
    height: auto;
    display: block;
    margin: 0 2% 40px;
  }
  .nb_list li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: var(--color-black);
    transition: .4s all;
    position: relative;
    padding-bottom: 20px;
  }
  .nb_list li a img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: .4s all;
  }
  .nb_list li a .nblistcc {
    width: 90%;
    height: auto;
    display: block;
    text-align: center;
    padding: 0;
    background-color: var(--color-f5);
    background-image: url(../img/header/ic-ar_h_b.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 23px;
    transition: .4s all;
    position: absolute;
    border-radius: 10px;
    bottom: 3px;
    left: 5%;
    z-index: 1;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2)
  }
  .nb_list li a .nblistcc p {
    width: 100%;
    height: 35px;
    display: block;
    font-size: 16px;
    line-height: 35px;
    font-family: var(--font-min);
    color: var(--color-black);
    margin: 0;
    transition: .4s all;
  }
  .nb_list li a:hover img {
    border-radius: 35px;
    opacity: 0.7;
  }
  .nb_list li a:hover .nblistcc {
    background-position: 98% center;
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-color: var(--color-1st);
    border-radius: 35px;
  }
  .nb_list li a:hover .nblistcc p {
    color: var(--color-white) !important;
  }
}
/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* 新艇のご購入トップページメニュー */
  .nwlogolist_mm {
    width: 100%;
    height: auto;
    display: block;
    padding: 5% 5% 2% 5%;
  }
  ul.nwlogolist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  ul.nwlogolist li {
    width: 48%;
    height: auto;
    display: block;
    margin: 0 1% 3%;
  }
  .nwlogolist li a {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 70px 0 0 0;
    border-radius: 3px;
    color: var(--color-black);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto 60px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
    transition: .4s all;
  }
  .nwlogolist li a:hover {
    background-color: #d0ebf5;
  }
  /* Newboat manufactures */
  .newboat_manu {
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    margin: 30px auto 0px;
    border: 1px solid var(--color-ccc);
    border-radius: 5px;
    overflow: hidden;
    background: rgb(229, 229, 229);
    background: linear-gradient(0deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 49%);
  }
  .newboat_manu li {
    width: 25%;
    height: auto;
    display: block;
    font-size: 10px;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
    border-right: 1px solid var(--color-ccc);
    border-bottom: 1px solid var(--color-ccc);
  }
  .newboat_manu li a {
    width: 100%;
    height: 60px;
    display: block;
    text-decoration: none;
    padding: 35px 0 15px 0;
    line-height: 15px;
    color: var(--color-black);
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: auto 30px;
    transition: .4s all;
  }
  .newboat_manu li a:hover {
    background-color: var(--color-6th);
  }
  .newboat_manu li a.select {
    background-color: var(--color-6th);
  }
  /* Logo Title */
  .logotitle-wrap {
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 8% 0;
    margin: 0 auto;
  }
  .logotitle-wrap p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4em;
    text-align: center !important;
  }
  .logotitle-wrap p br {
    display: block;
  }
  .logotitle {
    width: 100%;
    height: auto;
    display: block;
    font-size: 24px;
    color: var(--color-black);
    font-family: var(--font-min);
    font-weight: 600;
    text-align: center;
    line-height: 1.5em;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 60px;
    margin-bottom: 10px;
  }
  /* Newboat List */
  h3.nbt-seriestitle {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25em;
    font-family: var(--font-min);
    color: var(--color-1st);
    margin-bottom: 30px;
  }
  .nb_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .nb_list li {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px;
  }
  .nb_list li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: var(--color-black);
    transition: .4s all;
    position: relative;
    padding-bottom: 20px;
  }
  .nb_list li a img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: .4s all;
  }
  .nb_list li a .nblistcc {
    width: 90%;
    height: auto;
    display: block;
    text-align: center;
    padding: 0;
    background-color: var(--color-f5);
    background-image: url(../img/header/ic-ar_h_b.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 23px;
    transition: .4s all;
    position: absolute;
    border-radius: 10px;
    bottom: 3px;
    left: 5%;
    z-index: 1;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2)
  }
  .nb_list li a .nblistcc p {
    width: 100%;
    height: 35px;
    display: block;
    font-size: 14px;
    line-height: 35px;
    font-family: var(--font-min);
    color: var(--color-black);
    margin: 0;
    transition: .4s all;
  }
  .nb_list li a:hover img {
    border-radius: 35px;
    opacity: 0.7;
  }
  .nb_list li a:hover .nblistcc {
    background-position: 98% center;
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-color: var(--color-1st);
    border-radius: 35px;
  }
  .nb_list li a:hover .nblistcc p {
    color: var(--color-white) !important;
  }
}