/* Common */
.nwcic01 {
  background-color: var(--color-1st);
}
.nwcic02 {
  background-color: var(--color-2nd);
}
.nwcic03 {
  background-color: var(--color-3rd);
}
.nwcic04 {
  background-color: var(--color-4th);
}
.tabbgimg01 {
  background-image: url(../img/index/features01.jpg);
}
.tabbgimg02 {
  background-image: url(../img/index/features02.jpg);
}
.tabbgimg03 {
  background-image: url(../img/index/features03.jpg);
}
.tabbgimg04 {
  background-image: url(../img/index/features04.jpg);
}
.tabar01 {
  background-image: url(../img/header/ic-ar_v_w_01.svg);
}
.tabar02 {
  background-image: url(../img/header/ic-ar_v_w_02.svg);
}
.tabar03 {
  background-image: url(../img/header/ic-ar_h_w_03.svg);
}
.tabar04 {
  background-image: url(../img/header/ic-ar_h_w_04.svg);
}
.tc_bg01 {
  background-color: var(--color-1st);
}
.tc_bg02 {
  background-color: var(--color-2nd);
}
/* 選択外タブ */
.tabbox {
  display: none;
}
/*画像トリミング*/
.ubiscc_img .img-wrap {
  padding-top: 75%;
  position: relative;
}
.ubiscc_img .img-inner {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.ubiscc_img .img-inner img {
  width: 100% !important;
}
/* Style for PCs */
@media screen and (min-width: 1025px) {
  /* TopSection
----------------------------------------------------------------*/
  .topsection {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    background-image: url(../img/index/vbg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
  .big-background {
    z-index: 550;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  /* SectionTitle
----------------------------------------------------------------*/
  .sectitle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
  }
  .sectitle h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    color: var(--color-black);
    margin-bottom: 10px;
  }
  .sectitle p {
    font-size: 8px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 0px;
  }
  /* Text button
----------------------------------------------------------------*/
  .ind_txtbn {
    width: 250px;
    height: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
  }
  .ind_txtbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--color-white);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 50%;
    transition: .4s all;
  }
  .ind_txtbn a:hover {
    background-color: var(--color-4th) !important;
  }
  /* Text button top 中古艇カテゴリーを見る内
----------------------------------------------------------------*/
  .sp-block {
    display: none;
  }
    
    
    
  .tabc_mm .ind_txtbn {
    width: 250px;
    height: 40px;
    display: block;
    margin: 0 auto 3% !important;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
  }
  .tabc_mm .ind_txtbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--color-black);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background-image: url(../img/header/ic-ar_h_black.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 50%;
    transition: .4s all;
  }
  .tabc_mm .ind_txtbn a:hover {
    background-color: #d0ebf5 !important;
  }
  /* Section01
----------------------------------------------------------------*/
  .section01 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-image: url(../img/index/topbg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  .sec01base {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .tab {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  .tab li {
    flex: 1;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .tab li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    transition: .4s all;
  }
  .tab li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .tab li a h2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.25em;
    color: var(--color-white);
    margin: 5% 0 5px 5%;
  }
  .tab li a h3 {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--color-white);
    margin: 0 0 40% 5%;
  }
  .tab li a p {
    width: fit-content;
    height: 30px;
    display: block;
    margin-top: auto;
    margin-left: auto;
    font-size: 14px;
    color: var(--color-white);
    letter-spacing: 0px;
    line-height: 30px;
    padding: 0 40px 0 10px;
    text-align: right;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
  }
  .tabcontents {
    display: none;
    border-top: none;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  .tabc_mm {
    width: 100%;
    height: auto;
    display: block;
    padding: 5% 5% 2% 5%;
  }
  .tabcontents h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--color-white);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
  }
  .mobilebanners {
    display: none;
  }
  /* Tab(Newboat) */
  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;
  }
  /* Tab(Usedboat) */
  .tabbc_mm_body {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 3%;
  }
  .tabbcmb_s1 {
    width: 60%;
  }
  .tabbcmb_s2 {
    width: 35%;
  }
  ul.nwlogolist_s {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  ul.nwlogolist_s li {
    width: 31.333333333%;
    height: auto;
    display: block;
    margin: 0 1% 2%;
  }
  .nwlogolist_s 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_s li a:hover {
    background-color: #d0ebf5;
  }
  ul.singlelist2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  ul.singlelist2 li {
    width: 48%;
    height: auto;
    display: block;
    margin: 0 1% 2%;
  }
  ul.singlelist2 li a {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    padding: 0;
    border-radius: 3px;
    color: var(--color-black);
    background-color: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
    transition: .4s all;
  }
  ul.singlelist2 li a:hover {
    background-color: #d0ebf5;
  }
  /* Bannerspace01
----------------------------------------------------------------*/
  .bannerspace01 {
    width: 100%;
    height: auto;
    display: block;
    padding: 100px 0 0;
    margin: 0 auto;
  }
  .bannerspace01 ul {
    width: 100%;
    max-width: 1280px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .bannerspace01 ul li {
    flex: 1;
    height: auto;
    margin: 0 2.5%;
    background-color: #ccc;
  }
  /* Usedboat
----------------------------------------------------------------*/
  .usedboatinfo {
    width: 100%;
    height: auto;
    display: block;
    padding: 100px 0;
    background-image: url(../img/index/usedboat_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
  .usedboatinfo .sectitle p {
    color: var(--color-2nd);
  }
  .usedboatinfo .ind_txtbn {
    background: rgb(80, 218, 206);
    background: linear-gradient(90deg, rgba(80, 218, 206, 1) 0%, rgba(3, 144, 132, 1) 100%);
  }
  .ubi_body {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 43px;
  }
  .ubi_base {
    margin-bottom: 60px;
    position: relative;
  }
  .ubi_base li.ubis_cc {
    margin: 0 0.2% 20px !important;
    background-color: #999;
  }
  .ub_slider .slide-dots_pic {
    margin: -30px auto 0 auto;
    padding: 0;
    text-align: center;
  }
  .ub_slider .slide-dots_pic li {
    display: inline-block;
    margin: 0 0px;
  }
  .ub_slider .slide-dots_pic li button {
    position: relative;
    text-indent: -9999px;
  }
  .ub_slider .slide-dots_pic li button::before {
    background-image: url(../img/header/ic-slider_dot_nac.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 20px;
  }
  .ub_slider .slide-dots_pic li.slick-active button::before {
    background-image: url(../img/header/ic-slider_dot_ac.svg);
  }
  .ub_slider button {
    background: none;
    border: none;
    outline: none;
    padding: 0 10px;
  }
  .ubi_body .arrow_box {
    width: 96%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto 0;
    position: absolute;
    bottom: 0;
    left: 2%;
  }
  .ubi_body .prev-arrow, .ubi_body .next-arrow {
    display: block;
    width: 60px;
    height: 60px;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top: -500%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px 60px;
  }
  .ubi_body .next-arrow {
    background-image: url(../img/header/ic-slider_ar_next_ub.svg);
    right: 0;
  }
  .ubi_body .prev-arrow {
    background-image: url(../img/header/ic-slider_ar_prev_ub.svg);
    left: 0;
  }
  /* Usedboat contents
----------------------------------------------------------------*/
  .ubis_cc {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  }
  .ubis_cc a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: var(--color-2nd);
  }
  .ubis_cc a .ubiscc_img {
    width: 100%;
  }
  .ubis_cc a .ubiscc_cc {
    width: 100%;
    padding: 35px 35px 45px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ubis_cc a .ubiscc_cc h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--color-white);
    margin-bottom: 3px;
  }
  .ubis_cc a .ubiscc_cc h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--color-white);
    margin-bottom: 10px;
  }
  .ubis_cc a .ubiscc_cc .ubiscc_spec {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .ubis_cc a .ubiscc_cc .ubiscc_spec dl {
    width: 48%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  .ubis_cc a .ubiscc_cc .ubiscc_spec dl dt {
    width: 60%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: var(--color-white);
    padding: 8px 3px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .ubis_cc a .ubiscc_cc .ubiscc_spec dl dd {
    width: 40%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    color: var(--color-white);
    padding: 8px 3px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .ubis_cc a .ubiscc_cc p.ubiscc_price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    text-align: right;
    color: var(--color-white);
    margin: 0;
  }
  .ubis_cc a .ubiscc_cc p.ubiscc_price strong {
    font-size: 20px;
  }
  /* News
----------------------------------------------------------------*/
  .newsmm {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    padding: 100px 8%;
    margin: 0 auto;
  }
  .newsmm .sectitle p {
    color: var(--color-1st);
  }
  .newsmm .ind_txtbn {
    background: rgb(79, 124, 171);
    background: linear-gradient(90deg, rgba(79, 124, 171, 1) 0%, rgba(0, 52, 106, 1) 100%);
  }
  /* Address
----------------------------------------------------------------*/
  .addressmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .address_base {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .abm01 {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 50px 4% 150px 5%;
  }
  .abm02 {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 50px 5% 150px 4%;
  }
  .abm_cc {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 25px;
  }
  .abm_cc h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    padding-top: 60px;
    text-align: center;
    color: var(--color-1st);
    margin-bottom: 15px;
    background-image: url(../img/header/logo_b.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 50px;
  }
  .abm_cc p.abmp_add {
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
  }
  .abm_cc p.abmp_tel {
    width: fit-content;
    height: 40px;
    display: block;
    font-size: 28px;
    font-weight: 300;
    margin: 0 auto 10px;
  }
  .abm_cc p.abmp_tel a {
    width: 100%;
    height: 40px;
    display: block;
    text-decoration: none;
    color: var(--color-1st);
    line-height: 38px;
    letter-spacing: 0px;
    padding-left: 40px;
    background-image: url(../img/header/ic-tel_b.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 35px;
    transition: .4s all;
  }
  .abm_cc p.abmp_tel a:hover {
    color: var(--color-4th);
  }
  .abm_cc p.abmp_oh {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--color-black);
    text-align: center;
    margin: 0 0 5px 0;
  }
  .abm_cc p.abmp_acc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--color-black);
    text-align: center;
    margin: 0 0 0 0;
  }
  .mapmm {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  .mapmm iframe {
    width: 100%;
    height: 400px;
    display: block;
  }
  /* Features (text)
-----------------------------------------------*/
  h2.fmtitle1 {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-1st);
    font-family: var(--font-min);
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }
  h3.fmtitle2 {
    width: 100%;
    height: 25px;
    display: block;
    padding: 5px 10px;
    background-color: #002b60;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
    line-height: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
  }
  p.fmcom {
    font-size: 14px !important;
    line-height: 2em !important;
    margin-bottom: 20px !important;
  }
  p.fmbn {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    text-align: center;
    margin-bottom: 0px !important;
  }
  p.fmbn a {
    color: #fff;
    text-decoration: none;
    width: 200px;
    height: 40px;
    display: block;
    background-color: #002b60;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  /* Features (base)
-----------------------------------------------*/
  #featuresmm1 {
    width: 100%;
    height: auto;
    display: block;
    padding: 100px 0 350px;
    position: relative;
    margin-bottom: 50px;
    background-image: url(../img/index/fm1base.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 70% auto;
  }
  #featuresmm2 {
    width: 100%;
    height: auto;
    display: block;
    padding: 100px 0 350px;
    position: relative;
    margin-bottom: 80px;
    background-image: url(../img/index/fm2base.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 70% auto;
  }
  #fm1cc {
    width: 35%;
    max-width: 500px;
    height: auto;
    display: block;
    position: absolute;
    top: 15%;
    right: 10%;
    z-index: 100;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  #fm1base {
    width: 70%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #fm2cc {
    width: 35%;
    max-width: 500px;
    height: auto;
    display: block;
    position: absolute;
    top: 15%;
    left: 10%;
    z-index: 110;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  #fm2base {
    width: 70%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* TopSection
----------------------------------------------------------------*/
  .topsection {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .big-background {
    z-index: 550;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-image: url(../img/index/vbg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
  .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  /* SectionTitle
----------------------------------------------------------------*/
  .sectitle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
  }
  .sectitle h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    color: var(--color-black);
    margin-bottom: 10px;
  }
  .sectitle p {
    font-size: 8px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 0px;
  }
  /* Text button
----------------------------------------------------------------*/
  .ind_txtbn {
    width: 250px;
    height: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
  }
  .ind_txtbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--color-white);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 50%;
    transition: .4s all;
  }
  .ind_txtbn a:hover {
    background-color: var(--color-4th) !important;
  }
  /* Text button top 中古艇カテゴリーを見る内
----------------------------------------------------------------*/
  .sp-block {
    display: none;
  }
  .tabc_mm .ind_txtbn {
    width: 250px;
    height: 40px;
    display: block;
    margin: 0 auto 3% !important;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
  }
  .tabc_mm .ind_txtbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--color-black);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background-image: url(../img/header/ic-ar_h_black.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 50%;
    transition: .4s all;
  }
  .tabc_mm .ind_txtbn a:hover {
    background-color: #d0ebf5 !important;
  }
  /* Section01
----------------------------------------------------------------*/
  .section01 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-image: url(../img/index/topbg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  .sec01base {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
  }
  .tab {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  .tab li {
    flex: 1;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .tab li.tab_no_m {
    display: none;
  }
  .tab li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    transition: .4s all;
  }
  .tab li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .tab li a h2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.25em;
    color: var(--color-white);
    margin: 5% 0 5px 5%;
  }
  .tab li a h3 {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--color-white);
    margin: 0 0 40% 5%;
  }
  .tab li a p {
    width: fit-content;
    height: 30px;
    display: block;
    margin-top: auto;
    margin-left: auto;
    font-size: 14px;
    color: var(--color-white);
    letter-spacing: 0px;
    line-height: 30px;
    padding: 0 40px 0 10px;
    text-align: right;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
  }
  .tabcontents {
    display: none;
    border-top: none;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  .tabc_mm {
    width: 100%;
    height: auto;
    display: block;
    padding: 5% 5% 2% 5%;
  }
  .tabcontents h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--color-white);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
  }
  /* Mobile*/
  .mobilebanners {
    width: 100%;
    height: auto;
    display: flex;
  }
  .mobilebanners li {
    flex: 1;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .mobilebanners li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    transition: .4s all;
  }
  .mobilebanners li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .mobilebanners li a h2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.25em;
    color: var(--color-white);
    margin: 5% 0 5px 5%;
  }
  .mobilebanners li a h3 {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--color-white);
    margin: 0 0 40% 5%;
  }
  .mobilebanners li a p {
    width: fit-content;
    height: 30px;
    display: block;
    margin-top: auto;
    margin-left: auto;
    font-size: 14px;
    color: var(--color-white);
    letter-spacing: 0px;
    line-height: 30px;
    padding: 0 40px 0 10px;
    text-align: right;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
  }
  /* Tab(Newboat) */
  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;
  }
  /* Tab(Usedboat) */
  .tabbc_mm_body {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 3%;
  }
  .tabbcmb_s1 {
    width: 60%;
  }
  .tabbcmb_s2 {
    width: 35%;
  }
  ul.nwlogolist_s {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  ul.nwlogolist_s li {
    width: 48%;
    height: auto;
    display: block;
    margin: 0 1% 2%;
  }
  .nwlogolist_s li a {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 50px 0 0 0;
    border-radius: 3px;
    color: var(--color-black);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto 40px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
    transition: .4s all;
  }
  .nwlogolist_s li a:hover {
    background-color: #d0ebf5;
  }
  ul.singlelist2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  ul.singlelist2 li {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 5px 0;
  }
  ul.singlelist2 li a {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    padding: 0;
    border-radius: 3px;
    color: var(--color-black);
    background-color: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
    transition: .4s all;
  }
  ul.singlelist2 li a:hover {
    background-color: #d0ebf5;
  }
  /* Bannerspace01
----------------------------------------------------------------*/
  .bannerspace01 {
    width: 100%;
    height: auto;
    display: block;
    padding: 100px 0 0;
    margin: 0 auto;
  }
  .bannerspace01 ul {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .bannerspace01 ul li {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 15px 0;
    background-color: #ccc;
  }
  /* Usedboat
----------------------------------------------------------------*/
  .usedboatinfo {
    width: 100%;
    height: auto;
    display: block;
    padding: 100px 0;
    background-image: url(../img/index/usedboat_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
  .usedboatinfo .sectitle p {
    color: var(--color-2nd);
  }
  .usedboatinfo .ind_txtbn {
    background: rgb(80, 218, 206);
    background: linear-gradient(90deg, rgba(80, 218, 206, 1) 0%, rgba(3, 144, 132, 1) 100%);
  }
  .ubi_body {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 43px;
  }
  .ubi_base {
    position: relative;
    margin-bottom: 60px;
  }
  .ubi_base li.ubis_cc {
    margin: 0 0.2% 20px !important;
    background-color: #999;
  }
  .ub_slider .slide-dots_pic {
    margin: -30px auto 0 auto;
    padding: 0;
    text-align: center;
  }
  .ub_slider .slide-dots_pic li {
    display: inline-block;
    margin: 0 0px;
  }
  .ub_slider .slide-dots_pic li button {
    position: relative;
    text-indent: -9999px;
  }
  .ub_slider .slide-dots_pic li button::before {
    background-image: url(../img/header/ic-slider_dot_nac.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 20px;
  }
  .ub_slider .slide-dots_pic li.slick-active button::before {
    background-image: url(../img/header/ic-slider_dot_ac.svg);
  }
  .ub_slider button {
    background: none;
    border: none;
    outline: none;
    padding: 0 10px;
  }
  .ubi_body .arrow_box {
    width: 96%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto 0;
    position: absolute;
    bottom: -80px;
    left: 2%;
  }
  .ubi_body .prev-arrow, .ubi_body .next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top: -500%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
  }
  .ubi_body .next-arrow {
    background-image: url(../img/header/ic-slider_ar_next_ub.svg);
    right: 0;
  }
  .ubi_body .prev-arrow {
    background-image: url(../img/header/ic-slider_ar_prev_ub.svg);
    left: 0;
  }
  /* Usedboat contents
----------------------------------------------------------------*/
  .ubis_cc {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  }
  .ubis_cc a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: var(--color-2nd);
  }
  .ubis_cc a .ubiscc_img {
    width: 100%;
  }
  .ubis_cc a .ubiscc_cc {
    width: 100%;
    padding: 25px 35px 35px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ubis_cc a .ubiscc_cc h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--color-white);
    margin-bottom: 3px;
  }
  .ubis_cc a .ubiscc_cc h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--color-white);
    margin-bottom: 10px;
  }
  .ubis_cc a .ubiscc_cc .ubiscc_spec {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .ubis_cc a .ubiscc_cc .ubiscc_spec dl {
    width: 48%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .ubis_cc a .ubiscc_cc .ubiscc_spec dl dt {
    width: 100%;
    height: auto;
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: var(--color-white);
    padding: 0px 0px;
  }
  .ubis_cc a .ubiscc_cc .ubiscc_spec dl dd {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: var(--color-white);
    padding: 0px 0px 8px 0px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
  }
  .ubis_cc a .ubiscc_cc p.ubiscc_price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    color: var(--color-white);
    margin: 0;
  }
  .ubis_cc a .ubiscc_cc p.ubiscc_price strong {
    font-size: 20px;
  }
  /* News
----------------------------------------------------------------*/
  .newsmm {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    padding: 100px 5%;
    margin: 0 auto;
  }
  .newsmm .sectitle p {
    color: var(--color-1st);
  }
  .newsmm .ind_txtbn {
    background: rgb(79, 124, 171);
    background: linear-gradient(90deg, rgba(79, 124, 171, 1) 0%, rgba(0, 52, 106, 1) 100%);
  }
  /* Address
----------------------------------------------------------------*/
  .addressmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .address_base {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .abm01 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
  }
  .abm02 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .abm_cc {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 50px;
  }
  .abm_cc h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    padding-top: 60px;
    text-align: center;
    color: var(--color-1st);
    margin-bottom: 15px;
    background-image: url(../img/header/logo_b.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 50px;
  }
  .abm_cc p.abmp_add {
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
  }
  .abm_cc p.abmp_tel {
    width: fit-content;
    height: 40px;
    display: block;
    font-size: 28px;
    font-weight: 300;
    margin: 0 auto 10px;
  }
  .abm_cc p.abmp_tel a {
    width: 100%;
    height: 40px;
    display: block;
    text-decoration: none;
    color: var(--color-1st);
    line-height: 38px;
    letter-spacing: 0px;
    padding-left: 40px;
    background-image: url(../img/header/ic-tel_b.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 35px;
    transition: .4s all;
  }
  .abm_cc p.abmp_tel a:hover {
    color: var(--color-4th);
  }
  .abm_cc p.abmp_oh {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--color-black);
    text-align: center;
    margin: 0 0 5px 0;
  }
  .abm_cc p.abmp_acc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--color-black);
    text-align: center;
    margin: 0 0 0 0;
  }
  .mapmm {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  .mapmm iframe {
    width: 100%;
    height: 400px;
    display: block;
  }
  /* Features (text)
-----------------------------------------------*/
  h2.fmtitle1 {
    font-size: 28px;
    font-weight: 600;
    color: var(--color-1st);
    font-family: var(--font-min);
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }
  h3.fmtitle2 {
    width: 100%;
    height: 25px;
    display: block;
    padding: 5px 10px;
    background-color: #002b60;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
    line-height: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
  }
  p.fmcom {
    font-size: 14px !important;
    line-height: 2em !important;
    margin-bottom: 20px !important;
  }
  p.fmbn {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    text-align: center;
    margin-bottom: 0px !important;
  }
  p.fmbn a {
    color: #fff;
    text-decoration: none;
    width: 200px;
    height: 40px;
    display: block;
    background-color: #002b60;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  /* Features (base)
-----------------------------------------------*/
  #featuresmm1 {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    position: relative;
    margin-bottom: 50px;
    background-image: url(../img/index/fm1base.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 95% auto;
  }
  #featuresmm2 {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    position: relative;
    margin-bottom: 0px;
    background-image: url(../img/index/fm2base.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 95% auto;
  }
  #fm1cc {
    width: 80%;
    height: auto;
    display: block;
    padding: 25px;
    margin-left: 20%;
    margin-bottom: 350px;
    background-color: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  #fm1base {
    width: 70%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #fm2cc {
    width: 80%;
    height: auto;
    display: block;
    padding: 25px;
    margin-right: 20%;
    margin-bottom: 350px;
    background-color: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  #fm2base {
    width: 70%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
/* Style for Smartphone */
@media screen and (max-width: 768px) {
  /* TopSection
----------------------------------------------------------------*/
  .topsection {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  .big-background {
    z-index: 550;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-image: url(../img/index/vbg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
  .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  /* SectionTitle
----------------------------------------------------------------*/
  .sectitle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
  }
  .sectitle h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    color: var(--color-black);
    margin-bottom: 10px;
  }
  .sectitle p {
    font-size: 8px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 0px;
  }
  /* Text button
----------------------------------------------------------------*/
  .ind_txtbn {
    width: 250px;
    height: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
  }
  .ind_txtbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--color-white);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 50%;
    transition: .4s all;
  }
  .ind_txtbn a:hover {
    background-color: var(--color-4th) !important;
  }
  /* Text button top 中古艇カテゴリーを見る内
----------------------------------------------------------------*/
  .sp-block {
    display: block;
  }
    .sp-none{
    display: none;
  }
    
    
  .tabc_mm .ind_txtbn {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 3% !important;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
  }
  .tabc_mm .ind_txtbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 35px;
    color: var(--color-black);
    text-align: center;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    /*background-image: url(../img/header/ic-ar_h_black.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 50%;*/
    background-image: none;  
    transition: .4s all;
  }
  .tabc_mm .ind_txtbn a:hover {
    background-color: #d0ebf5 !important;
  }
  /* Section01
----------------------------------------------------------------*/
  .section01 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  .sec01base {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0px 0;
  }
  .tab {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  .tab li {
    flex: 1;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .tab li.tab_no_m {
    display: none;
  }
  .tab li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    transition: .4s all;
  }
  .tab li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .tab li a h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.1em;
    letter-spacing: 0;
    color: var(--color-white);
    margin: 5% 0 5px 5%;
  }
  .tab li a h3 {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--color-white);
    margin: 0 0 40% 5%;
  }
  .tab li a p {
    width: fit-content;
    height: 30px;
    display: block;
    margin-top: auto;
    margin-left: auto;
    font-size: 10px;
    color: var(--color-white);
    letter-spacing: 0px;
    line-height: 30px;
    padding: 0 40px 0 10px;
    text-align: right;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
  }
  .tabcontents {
    display: none;
    border-top: none;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  .tabc_mm {
    width: 100%;
    height: auto;
    display: block;
    padding: 5% 5% 2% 5%;
  }
  .tabcontents h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--color-white);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
  }
  /* Mobile*/
  .mobilebanners {
    width: 100%;
    height: auto;
    display: flex;
  }
  .mobilebanners li {
    flex: 1;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .mobilebanners li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    transition: .4s all;
  }
  .mobilebanners li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .mobilebanners li a h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.25em;
    color: var(--color-white);
    margin: 5% 0 5px 5%;
  }
  .mobilebanners li a h3 {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--color-white);
    margin: 0 0 34% 5%;
  }
  .mobilebanners li a p {
    width: fit-content;
    height: 30px;
    display: block;
    margin-top: auto;
    margin-left: auto;
    font-size: 10px;
    color: var(--color-white);
    letter-spacing: 0px;
    line-height: 30px;
    padding: 0 40px 0 10px;
    text-align: right;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
  }
  /* Tab(Newboat) */
  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;
  }
  /* Tab(Usedboat) */
  .tabbc_mm_body {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 5%;
  }
  .tabbcmb_s1 {
    width: 100%;
    margin-bottom: 40px;
  }
  .tabbcmb_s2 {
    width: 100%;
  }
  ul.nwlogolist_s {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  ul.nwlogolist_s li {
    width: 48%;
    height: auto;
    display: block;
    margin: 0 1% 2%;
  }
  .nwlogolist_s li a {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 50px 0 0 0;
    border-radius: 3px;
    color: var(--color-black);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto 40px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
    transition: .4s all;
  }
  .nwlogolist_s li a:hover {
    background-color: #d0ebf5;
  }
  ul.singlelist2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  ul.singlelist2 li {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 5px 0;
  }
  ul.singlelist2 li a {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    padding: 0;
    border-radius: 3px;
    color: var(--color-black);
    background-color: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
    transition: .4s all;
  }
  ul.singlelist2 li a:hover {
    background-color: #d0ebf5;
  }
  /* Bannerspace01
----------------------------------------------------------------*/
  .bannerspace01 {
    width: 100%;
    height: auto;
    display: block;
    padding: 100px 0 0;
  }
  .bannerspace01 ul {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .bannerspace01 ul li {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 15px 0;
    background-color: #ccc;
  }
  /* Usedboat
----------------------------------------------------------------*/
  .usedboatinfo {
    width: 100%;
    height: auto;
    display: block;
    padding: 80px 0;
    background-image: url(../img/index/usedboat_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 250% auto;
  }
  .usedboatinfo .sectitle p {
    color: var(--color-2nd);
  }
  .usedboatinfo .ind_txtbn {
    background: rgb(80, 218, 206);
    background: linear-gradient(90deg, rgba(80, 218, 206, 1) 0%, rgba(3, 144, 132, 1) 100%);
  }
  .ubi_body {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 43px;
  }
  .ubi_base {
    margin-bottom: 60px;
    position: relative;
  }
  .ubi_base li.ubis_cc {
    margin: 0 0.2% 20px !important;
    background-color: #999;
  }
  .ub_slider .slide-dots_pic {
    margin: -30px auto 0 auto;
    padding: 0;
    text-align: center;
  }
  .ub_slider .slide-dots_pic li {
    display: inline-block;
    margin: 0 0px;
  }
  .ub_slider .slide-dots_pic li button {
    position: relative;
    text-indent: -9999px;
  }
  .ub_slider .slide-dots_pic li button::before {
    background-image: url(../img/header/ic-slider_dot_nac.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 20px;
  }
  .ub_slider .slide-dots_pic li.slick-active button::before {
    background-image: url(../img/header/ic-slider_dot_ac.svg);
  }
  .ub_slider button {
    background: none;
    border: none;
    outline: none;
    padding: 0 10px;
  }
  .ubi_body .arrow_box {
    width: 96%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto 0;
    position: absolute;
    bottom: -100px;
    left: 2%;
  }
  .ubi_body .prev-arrow, .ubi_body .next-arrow {
    display: block;
    width: 45px;
    height: 45px;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top: -600%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 45px 45px;
  }
  .ubi_body .next-arrow {
    background-image: url(../img/header/ic-slider_ar_next_ub.svg);
    right: 0;
  }
  .ubi_body .prev-arrow {
    background-image: url(../img/header/ic-slider_ar_prev_ub.svg);
    left: 0;
  }
  /* Usedboat contents
----------------------------------------------------------------*/
  .ubis_cc {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  }
  .ubis_cc a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: space-between;
    background-color: var(--color-2nd);
  }
  .ubis_cc a .ubiscc_img {
    width: 100%;
  }
  .ubis_cc a .ubiscc_cc {
    width: 100%;
    padding: 20px 20px 30px 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ubis_cc a .ubiscc_cc h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--color-white);
    margin-bottom: 3px;
  }
  .ubis_cc a .ubiscc_cc h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--color-white);
    margin-bottom: 10px;
  }
  .ubis_cc a .ubiscc_cc .ubiscc_spec {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .ubis_cc a .ubiscc_cc .ubiscc_spec dl {
    width: 48%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ubis_cc a .ubiscc_cc .ubiscc_spec dl dt {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: var(--color-white);
    padding: 0px 0px 2px 0px;
  }
  .ubis_cc a .ubiscc_cc .ubiscc_spec dl dd {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: var(--color-white);
    padding: 0px 0px 5px 0px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
  }
  .ubis_cc a .ubiscc_cc p.ubiscc_price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    color: var(--color-white);
    margin: 0;
  }
  .ubis_cc a .ubiscc_cc p.ubiscc_price strong {
    font-size: 20px;
  }
  /* News
----------------------------------------------------------------*/
  .newsmm {
    width: 100%;
    height: auto;
    display: block;
    padding: 100px 8%;
    margin: 0 auto;
  }
  .newsmm .sectitle p {
    color: var(--color-1st);
  }
  .newsmm .ind_txtbn {
    background: rgb(79, 124, 171);
    background: linear-gradient(90deg, rgba(79, 124, 171, 1) 0%, rgba(0, 52, 106, 1) 100%);
  }
  /* Address
----------------------------------------------------------------*/
  .addressmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .address_base {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .abm01 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
  }
  .abm02 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .abm_cc {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 50px;
  }
  .abm_cc h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    padding-top: 60px;
    text-align: center;
    color: var(--color-1st);
    margin-bottom: 15px;
    background-image: url(../img/header/logo_b.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 50px;
  }
  .abm_cc p.abmp_add {
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
  }
  .abm_cc p.abmp_tel {
    width: fit-content;
    height: 40px;
    display: block;
    font-size: 28px;
    font-weight: 300;
    margin: 0 auto 10px;
  }
  .abm_cc p.abmp_tel a {
    width: 100%;
    height: 40px;
    display: block;
    text-decoration: none;
    color: var(--color-1st);
    line-height: 38px;
    letter-spacing: 0px;
    padding-left: 40px;
    background-image: url(../img/header/ic-tel_b.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 35px;
    transition: .4s all;
  }
  .abm_cc p.abmp_tel a:hover {
    color: var(--color-4th);
  }
  .abm_cc p.abmp_oh {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--color-black);
    text-align: center;
    margin: 0 0 5px 0;
  }
  .abm_cc p.abmp_acc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--color-black);
    text-align: center;
    margin: 0 0 0 0;
  }
  .mapmm {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  .mapmm iframe {
    width: 100%;
    height: 400px;
    display: block;
  }
  /* Features (text)
-----------------------------------------------*/
  h2.fmtitle1 {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-1st);
    font-family: var(--font-min);
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }
  h3.fmtitle2 {
    width: 100%;
    height: 20px;
    display: block;
    padding: 0px 10px;
    background-color: #002b60;
    font-size: 12px;
    font-family: 'Heebo', sans-serif;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
  }
  p.fmcom {
    font-size: 14px !important;
    line-height: 2em !important;
    margin-bottom: 20px !important;
  }
  p.fmbn {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    text-align: center;
    margin-bottom: 0px !important;
  }
  p.fmbn a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 40px;
    display: block;
    background-color: #002b60;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  /* Features (base)
-----------------------------------------------*/
  #featuresmm1 {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    position: relative;
    margin-bottom: 50px;
    background-image: url(../img/index/fm1base.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 150% auto;
  }
  #featuresmm2 {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    position: relative;
    margin-bottom: 0px;
    background-image: url(../img/index/fm2base.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 150% auto;
  }
  #fm1cc {
    width: 100%;
    height: auto;
    display: block;
    padding: 25px;
    margin-bottom: 200px;
    background-color: rgba(255, 255, 255, 0.80);
  }
  #fm1base {
    width: 70%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #fm2cc {
    width: 100%;
    height: auto;
    display: block;
    padding: 25px;
    margin-bottom: 200px;
    background-color: rgba(255, 255, 255, 0.80);
  }
  #fm2base {
    width: 70%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}