/* Style for PCs */
@media screen and (min-width: 1025px) {
  .youtube-wrap {
    width: 60%;
    margin: 5% auto;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .vimeo-wrap {
    width: 60%;
    margin: 5% auto;
  }
  .vimeo {
    height: 0;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
    position: relative;
  }
  .vimeo-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .slide-wrap {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 15px;
  }
  #slidemm_smp {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow div {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slide-wrap {
    position: relative;
  }
  .slide-wrap #prev, .slide-wrap #next {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slide-wrap #prev {
    left: 5px;
  }
  .slide-wrap #next {
    right: 5px;
  }
  .slide-wrap #prev:hover, .slide-wrap #next:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 1;
  }
  /* video
------------------------------------------------------*/
  .big-background {
    z-index: 550;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }
  .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .video-after {
    display: none;
  }
  .big-background .video-content {
    min-height: 300px;
    max-width: 1000px;
    position: absolute;
    top: 65%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  .big-background .video-content h3.video-title {
    font-size: 60px;
    font-weight: 300;
    /* color: #022e3e;*/
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 0 10px #000;
  }
  .big-background .video-content a.videolink-btn {
    color: #fbbb21;
    border: 2px solid #fbbb21;
    padding: 1rem 3rem;
    white-space: nowrap;
    max-width: 300px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    font-size: .875rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease-out;
  }
  .big-background .video-content a.videolink-btn:hover {
    background: #fbbb21;
    color: #272842;
    text-decoration: none;
  }
  /*vimeo 関連*/
  #big-background-vimeo {
    height: 0;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
    position: relative;
    text-align: center;
  }
  #big-background-vimeo iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  #big-background-vimeo .video-content {
    min-height: 300px;
    max-width: 1000px;
    position: absolute;
    top: 65%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  #big-background-vimeo .video-content h3.video-title {
    font-size: 60px;
    font-weight: 300;
    /* color: #022e3e;*/
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 0 10px #000;
  }
  #big-background-vimeo .video-content a.videolink-btn {
    color: #fbbb21;
    border: 2px solid #fbbb21;
    padding: 1rem 3rem;
    white-space: nowrap;
    max-width: 300px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    font-size: .875rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease-out;
  }
  #big-background-vimeo .video-content a.videolink-btn:hover {
    background: #fbbb21;
    color: #272842;
    text-decoration: none;
  }
  /*---------------------メイン設定END----------------------*/
  /* Intro
-------------------------------------------------------------*/
  #intromm {
    width: 100%;
    height: auto;
    display: block;
  }
  #intbg01 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/intro_bg0.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
  }
  #intbg02 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/intro_bg1.jpg);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: auto 100%;
  }
  #imbody {
    width: 100%;
    max-width: 1024px;
    height: auto;
    display: block;
    padding: 60px 5% 0px;
    margin: 0 auto;
    background-color: #fff;
  }
  #imbody h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0px;
    text-align: center;
    color: #333;
    margin-bottom: 20px !important;
  }
  #imbody p {
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0px;
    text-align: center;
    color: #333;
    margin-bottom: 0px !important;
  }
  /* Title
-------------------------------------------------------------*/
  .titlemm {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
  }
  .titlemm h2 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0px;
    text-align: center;
    color: #0A5BB0;
    margin-bottom: 3px !important;
  }
  .titlemm p {
    font-size: 12px !important;
    line-height: 1.25em !important;
    letter-spacing: 0px !important;
    text-align: center;
    color: #666;
    margin-bottom: 0px !important;
  }
  /* News
-------------------------------------------------------------*/
  #newsmm {
    width: 100%;
    height: auto;
    display: block;
  }
  #nwbody {
    width: 100%;
    max-width: 1024px;
    height: auto;
    display: block;
    padding: 60px 5% 60px;
    margin: 0 auto;
    background-color: #fff;
  }
  #newsmm dl {
    width: 100%;
    height: auto;
    display: block;
  }
  #newsmm dl dt {
    width: 120px;
    height: auto;
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    float: left;
    text-align: left;
    color: #0A5BB0;
  }
  #newsmm dl dd {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 5px 10px 130px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    color: #666;
    border-bottom: 1px dotted #b0b0b0;
  }
  #newsmm dl dd a {
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    color: #666;
  }
  #newsmm dl dd a:hover {
    color: #2958B5;
    text-decoration: underline;
  }
  /* STOCK BOAT
-------------------------------------------------------------*/
  #stockboatmm {
    width: 100%;
    height: auto;
    display: block;
  }
  #stockboatbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 5% 60px;
    margin: 0 auto;
  }
  #ublist {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ubl0 {
    width: 32.2333333333333333333%;
    height: auto;
    display: block;
    margin: 0 0.5%;
  }
  #stn_v-m01 {
    background-color: #f5f5f5;
    padding: 35px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #stn_v-m02 {
    background-color: rgba(235, 237, 243, 1.00);
    padding: 35px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #stn_v-m03 {
    background-color: rgba(232, 242, 243, 1.00);
    padding: 35px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  h3.ubtitle_en {
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #0A5BB0;
    line-height: 1.25em;
    margin-bottom: 5px;
    letter-spacing: 0px !important;
  }
  p.ubtitle_jp {
    text-align: center;
    font-size: 12px !important;
    font-weight: 400;
    color: #333;
    line-height: 1.25em !important;
    margin-bottom: 15px !important;
  }
  /* Stocklist */
  ul.stn_v li {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    margin: 5px 5px 10px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  ul.stn_v li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  ul.stn_v li a:hover {
    background-color: #f5f5f5;
  }
  ul.stn_v li a .img-container-top {
    width: 40%;
    height: auto;
    display: block;
    float: left;
  }
  .img-wrap {
    padding-top: 75%;
    position: relative;
  }
  .img-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  ul.stn_v li a img {
    width: 100%;
    height: auto;
    display: block;
  }
  ul.stn_v li a .ubcc {
    width: 55%;
    height: auto;
    display: block;
    float: right;
  }
  ul.stn_v li a .ubcc h2 {
    color: #0A5BB0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 3px;
    letter-spacing: 0px;
  }
  ul.stn_v li a .ubcc h3 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 5px;
    letter-spacing: 0px;
  }
  ul.stn_v li a .ubcc p.ub_spec {
    color: #666;
    font-size: 0.8em !important;
    font-weight: 400;
    line-height: 1.4em !important;
    margin-bottom: 10px !important;
    letter-spacing: 0px;
  }
  ul.stn_v li a .ubcc p.ub_price {
    color: #555;
    font-size: 12px !important;
    font-weight: 400;
    margin-bottom: 0px !important;
    text-align: right;
    letter-spacing: 0px;
    display: block;
    width: auto;
    float: right;
    height: 33px;
    line-height: 33px !important;
  }
  ul.stn_v li a .ubcc p.ub_price strong {
    font-size: 12px;
    font-weight: 400;
    color: #333;
  }
  /* Marina Network
-------------------------------------------------------------*/
  #mnmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .mnpc {
    width: 60%;
    margin: 0 auto 60px;
  }
  .mnm {
    display: none !important;
  }
  #mnintro {
    padding-top: 20px;
    margin-bottom: 0px;
  }
  #mnintro h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
  }
  #mnintro p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
    color: #444;
    margin-bottom: 40px;
  }
  ul#mnint_cc {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 50px;
  }
  ul#mnint_cc li {
    width: 48.80%;
    height: auto;
    display: block;
    margin: 0.5%;
    padding: 30px;
    background-color: #0A5BB0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.20);
  }
  ul#mnint_cc li h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #AFD9FB;
  }
  ul#mnint_cc li p {
    color: #fff;
  }
  #mntitlemm {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .mn_list {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 5%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 250, 255, 1) 59%, rgba(226, 244, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 250, 255, 1) 59%, rgba(226, 244, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 250, 255, 1) 59%, rgba(226, 244, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2f4ff', GradientType=0);
  }
  .mn_list li {
    width: 32.2333333333333333333%;
    height: auto;
    display: block;
    margin: 0 0.5% 30px;
  }
  .mn_list li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 25px 25px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.30);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .mn_list li a:hover {
    background-color: #f5f5f5;
  }
  .mn_list li a h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    color: #222;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
  .mn_list li a h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1em;
    color: #0A5BB0;
    margin-bottom: 10px;
  }
  .mn_list li a p {
    font-size: 14px !important;
    line-height: 1.6em !important;
    color: #555;
    margin-bottom: 0px !important;
    letter-spacing: 0px;
  }
  .banner-img img:hover {
    opacity: 0.7;
  }
  .top-icon-marina-newused {
    margin-bottom: 10px;
  }
  span.marina-name {
    background-color: #333;
    color: #fff;
    display: block;
    float: left;
    font-feature-settings: "palt";
    font-size: 10px !important;
    font-weight: 700;
    height: 16px;
    line-height: 16px !important;
    margin: 0 0 0 0px !important;
    text-align: center;
    width: 115px;
  }
  span.used {
    background-color: #447d9e;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px !important;
    font-weight: 700;
    height: 16px;
    line-height: 16px !important;
    margin: 0 0px 0 0 !important;
    text-align: center;
    width: 18%;
  }
  span.new {
    background-color: #3cab97;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px !important;
    font-weight: 700;
    height: 16px;
    line-height: 16px !important;
    line-height: 16px !important;
    margin: 0 0px 0 0 !important;
    text-align: center;
    width: 18%;
  }
  /* video
------------------------------------------------------*/
  .big-background {
    z-index: 550;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }
  .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .tac a.txtbn {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    width: 50%;
    margin: 20px auto 0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #011822;
    color: #fff;
  }
  .tac a.txtbn:hover {
    background: #555;
  }
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .youtube-wrap {
    width: 60%;
    margin: 5% auto;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*z-index: 2;*/
  }
  .vimeo-wrap {
    width: 60%;
    margin: 5% auto;
  }
  .vimeo {
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
    position: relative;
    text-align: center;
    margin: 5% auto;
  }
  .vimeo-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .slide-wrap {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow div {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slide-wrap {
    position: relative;
  }
  .slide-wrap #prev, .slide-wrap #next {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slide-wrap #prev {
    left: 5px;
  }
  .slide-wrap #next {
    right: 5px;
  }
  .slide-wrap #prev:hover, .slide-wrap #next:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 1;
  }
  .big-background {
    display: none;
  }
  /*vimeo 関連*/
  #big-background-vimeo {
    display: none;
  }
  .video-after {
    display: block;
  }
  /*---------------------メイン設定END----------------------*/
  /* Intro
-------------------------------------------------------------*/
  #intromm {
    width: 100%;
    height: auto;
    display: block;
  }
  #intbg01 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/intro_bg0.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
  }
  #intbg02 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/intro_bg1.jpg);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: auto 100%;
  }
  #imbody {
    width: 100%;
    max-width: 1024px;
    height: auto;
    display: block;
    padding: 60px 5% 0px;
    margin: 0 auto;
    background-color: #fff;
  }
  #imbody h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0px;
    text-align: center;
    color: #333;
    margin-bottom: 20px !important;
  }
  #imbody p {
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0px;
    text-align: center;
    color: #333;
    margin-bottom: 0px !important;
  }
  /* Title
-------------------------------------------------------------*/
  .titlemm {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
  }
  .titlemm h2 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0px;
    text-align: center;
    color: #0A5BB0;
    margin-bottom: 3px !important;
  }
  .titlemm p {
    font-size: 12px !important;
    line-height: 1.25em !important;
    letter-spacing: 0px !important;
    text-align: center;
    color: #666;
    margin-bottom: 0px !important;
  }
  /* News
-------------------------------------------------------------*/
  #newsmm {
    width: 100%;
    height: auto;
    display: block;
  }
  #nwbody {
    width: 100%;
    max-width: 1024px;
    height: auto;
    display: block;
    padding: 60px 5% 60px;
    margin: 0 auto;
    background-color: #fff;
  }
  #newsmm dl {
    width: 100%;
    height: auto;
    display: block;
  }
  #newsmm dl dt {
    width: 120px;
    height: auto;
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    float: left;
    text-align: left;
    color: #0A5BB0;
  }
  #newsmm dl dd {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 5px 10px 130px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    color: #666;
    border-bottom: 1px dotted #b0b0b0;
  }
  #newsmm dl dd a {
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    color: #666;
  }
  #newsmm dl dd a:hover {
    color: #2958B5;
    text-decoration: underline;
  }
  /* STOCK BOAT
-------------------------------------------------------------*/
  #stockboatmm {
    width: 100%;
    height: auto;
    display: block;
  }
  #stockboatbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 5% 60px;
    margin: 0 auto;
  }
  #ublist {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ubl0 {
    width: 32.2333333333333333333%;
    height: auto;
    display: block;
    margin: 0 0.5%;
  }
  #stn_v-m01 {
    background-color: #f5f5f5;
    padding: 35px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #stn_v-m02 {
    background-color: rgba(235, 237, 243, 1.00);
    padding: 35px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #stn_v-m03 {
    background-color: rgba(232, 242, 243, 1.00);
    padding: 35px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  h3.ubtitle_en {
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0A5BB0;
    line-height: 1.25em;
    margin-bottom: 5px;
    letter-spacing: 0px;
  }
  p.ubtitle_jp {
    text-align: center;
    font-size: 12px !important;
    font-weight: 400;
    color: #333;
    line-height: 1.25em !important;
    margin-bottom: 15px !important;
  }
  /* Stocklist */
  ul.stn_v li {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    margin: 0px 0px 10px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  ul.stn_v li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  ul.stn_v li a:hover {
    background-color: #f5f5f5;
  }
  ul.stn_v li a .img-container-top {
    width: 100%;
    height: auto;
    display: block;
    float: none;
  }
  .img-wrap {
    padding-top: 75%;
    position: relative;
  }
  .img-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  ul.stn_v li a img {
    width: 100%;
    height: auto;
    display: block;
  }
  ul.stn_v li a .ubcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 25px 15px;
  }
  ul.stn_v li a .ubcc h2 {
    color: #0A5BB0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 3px;
    letter-spacing: 0px;
  }
  ul.stn_v li a .ubcc h3 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 5px;
    letter-spacing: 0px;
  }
  ul.stn_v li a .ubcc p.ub_spec {
    color: #666;
    font-size: 0.8em !important;
    font-weight: 400;
    line-height: 1.4em !important;
    margin-bottom: 10px !important;
    letter-spacing: 0px;
  }
  ul.stn_v li a .ubcc p.ub_price {
    color: #555;
    font-size: 12px !important;
    font-weight: 400;
    margin-bottom: 0px !important;
    text-align: right;
    letter-spacing: 0px;
    display: block;
    width: auto;
    float: right;
    height: 33px;
    line-height: 33px !important;
  }
  ul.stn_v li a .ubcc p.ub_price strong {
    font-size: 16px;
    font-weight: 400;
    color: #333;
  }
  /* Marina Network
-------------------------------------------------------------*/
  #mnmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .mnpc {
    width: 70%;
    margin: 0 auto 60px;
  }
  .mnm {
    display: none !important;
  }
  #mnintro {
    width: 90%;
    height: auto;
    display: block;
    padding-top: 20px;
    margin: 0 auto;
  }
  #mnintro h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
  }
  #mnintro p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
    color: #444;
    margin-bottom: 40px;
  }
  ul#mnint_cc {
    width: 90%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 50px;
  }
  ul#mnint_cc li {
    width: 48.80%;
    height: auto;
    display: block;
    margin: 0.5%;
    padding: 30px;
    background-color: #0A5BB0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.20);
  }
  ul#mnint_cc li h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #AFD9FB;
  }
  ul#mnint_cc li p {
    color: #fff;
  }
  #mntitlemm {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .mn_list {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 5%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 250, 255, 1) 59%, rgba(226, 244, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 250, 255, 1) 59%, rgba(226, 244, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 250, 255, 1) 59%, rgba(226, 244, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2f4ff', GradientType=0);
  }
  .mn_list li {
    width: 47.90%;
    height: auto;
    display: block;
    margin: 0 1% 15px;
  }
  .mn_list li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 25px 25px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.20);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .mn_list li a:hover {
    background-color: #f5f5f5;
  }
  .mn_list li a h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    color: #222;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
  .mn_list li a h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1em;
    color: #0A5BB0;
    margin-bottom: 10px;
  }
  .mn_list li a p {
    font-size: 14px !important;
    line-height: 1.6em !important;
    color: #555;
    margin-bottom: 0px !important;
    letter-spacing: 0px;
  }
  .banner-img img:hover {
    opacity: 0.7;
  }
  .top-icon-marina-newused {
    padding: 10px 10px 10px 10px;
  }
  span.marina-name {
    background-color: #333;
    color: #fff;
    display: block;
    float: left;
    font-feature-settings: "palt";
    font-size: 10px !important;
    font-weight: 700;
    height: 16px;
    line-height: 16px !important;
    margin: 0 0 0 0px !important;
    text-align: center;
    width: 115px;
  }
  span.used {
    background-color: #447d9e;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px !important;
    font-weight: 700;
    height: 16px;
    line-height: 16px !important;
    margin: 0 0px 0 0 !important;
    text-align: center;
    width: 18%;
  }
  span.new {
    background-color: #3cab97;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px !important;
    font-weight: 700;
    height: 16px;
    line-height: 16px !important;
    margin: 0 0px 0 0 !important;
    text-align: center;
    width: 18%;
  }
  .tac a.txtbn {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    width: 60%;
    margin: 20px auto 0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #011822;
    color: #fff;
  }
  .tac a.txtbn:hover {
    background: #555;
  }
}
/* Style for iPad */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .youtube-wrap {
    width: 60%;
    margin: 5% auto;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*z-index: 2;*/
  }
  .vimeo-wrap {
    width: 60%;
    margin: 5% auto;
  }
  .vimeo {
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
    position: relative;
  }
  .vimeo-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .slide-wrap {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow div {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slide-wrap {
    position: relative;
  }
  .slide-wrap #prev, .slide-wrap #next {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: calc(85% - 25px);
    z-index: 200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slide-wrap #prev {
    left: 5px;
  }
  .slide-wrap #next {
    right: 5px;
  }
  .slide-wrap #prev:hover, .slide-wrap #next:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 1;
  }
  .big-background {
    display: none;
  }
  /*vimeo 関連*/
  #big-background-vimeo {
    display: none;
  }
  .video-after {
    display: block;
  }
  /*---------------------メイン設定END----------------------*/
  /* Intro
-------------------------------------------------------------*/
  #intromm {
    width: 100%;
    height: auto;
    display: block;
  }
  #intbg01 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/intro_bg0.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
  }
  #intbg02 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/intro_bg1.jpg);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: auto 100%;
  }
  #imbody {
    width: 100%;
    max-width: 1024px;
    height: auto;
    display: block;
    padding: 60px 5% 0px;
    margin: 0 auto;
    background-color: #fff;
  }
  #imbody h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0px;
    color: #333;
    margin-bottom: 20px !important;
  }
  #imbody p {
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0px;
    color: #333;
    margin-bottom: 0px !important;
  }
  /* Title
-------------------------------------------------------------*/
  .titlemm {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
  }
  .titlemm h2 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0px;
    text-align: center;
    color: #0A5BB0;
    margin-bottom: 3px !important;
  }
  .titlemm p {
    font-size: 12px !important;
    line-height: 1.25em !important;
    letter-spacing: 0px !important;
    text-align: center;
    color: #666;
    margin-bottom: 0px !important;
  }
  /* News
-------------------------------------------------------------*/
  #newsmm {
    width: 100%;
    height: auto;
    display: block;
  }
  #nwbody {
    width: 100%;
    max-width: 1024px;
    height: auto;
    display: block;
    padding: 60px 5% 60px;
    margin: 0 auto;
    background-color: #fff;
  }
  #newsmm dl {
    width: 100%;
    height: auto;
    display: block;
  }
  #newsmm dl dt {
    width: 120px;
    height: auto;
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    float: left;
    text-align: left;
    color: #0A5BB0;
  }
  #newsmm dl dd {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 5px 10px 130px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    color: #666;
    border-bottom: 1px dotted #b0b0b0;
  }
  #newsmm dl dd a {
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    color: #666;
  }
  #newsmm dl dd a:hover {
    color: #2958B5;
    text-decoration: underline;
  }
  /* STOCK BOAT
-------------------------------------------------------------*/
  #stockboatmm {
    width: 100%;
    height: auto;
    display: block;
  }
  #stockboatbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 5% 0px;
    margin: 0 auto;
  }
  #ublist {
    width: 100%;
    height: auto;
    display: block;
  }
  .ubl0 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 40px 0;
  }
  #stn_v-m01 {
    background-color: #f5f5f5;
    padding: 35px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #stn_v-m02 {
    background-color: rgba(235, 237, 243, 1.00);
    padding: 35px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #stn_v-m03 {
    background-color: rgba(232, 242, 243, 1.00);
    padding: 35px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  h3.ubtitle_en {
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0A5BB0;
    line-height: 1.25em;
    margin-bottom: 5px;
    letter-spacing: 0px;
  }
  p.ubtitle_jp {
    text-align: center;
    font-size: 12px !important;
    font-weight: 400;
    color: #333;
    line-height: 1.25em !important;
    margin-bottom: 15px !important;
  }
  /* Stocklist */
  ul.stn_v li {
    width: 100%;
    height: auto;
    display: block;
  }
  ul.stn_v li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    background-color: #fff;
    margin-bottom: 5px;
  }
  ul.stn_v li a:hover {
    background-color: #f5f5f5;
  }
  ul.stn_v li a .img-container-top {
    width: 40%;
    height: auto;
    display: block;
    float: left;
  }
  .img-wrap {
    padding-top: 75%;
    position: relative;
  }
  .img-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  ul.stn_v li a img {
    width: 100%;
    height: auto;
    display: block;
  }
  ul.stn_v li a .ubcc {
    width: 55%;
    height: auto;
    display: block;
    float: right;
  }
  ul.stn_v li a .ubcc h2 {
    color: #0A5BB0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 3px;
    letter-spacing: 0px;
  }
  ul.stn_v li a .ubcc h3 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 5px;
    letter-spacing: 0px;
  }
  ul.stn_v li a .ubcc p.ub_spec {
    color: #666;
    font-size: 0.8em !important;
    font-weight: 400;
    line-height: 1.4em !important;
    margin-bottom: 10px !important;
    letter-spacing: 0px;
  }
  ul.stn_v li a .ubcc p.ub_price {
    color: #555;
    font-size: 12px !important;
    font-weight: 400;
    /*line-height: 1.25em !important;*/
    margin-bottom: 0px !important;
    text-align: right;
    letter-spacing: 0px;
    display: block;
    width: auto;
    float: right;
    height: 33px;
    line-height: 33px !important;
  }
  ul.stn_v li a .ubcc p.ub_price strong {
    font-size: 16px;
    font-weight: 400;
    color: #333;
  }
  /* Marina Network
-------------------------------------------------------------*/
  #mnmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .mnpc {
    display: none !important;
  }
  .mnm {
    width: 90%;
    margin: 0 auto 40px;
  }
  #mnintro {
    width: 90%;
    height: auto;
    display: block;
    padding-top: 20px;
    margin: 0 auto;
  }
  #mnintro h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 10px;
  }
  #mnintro p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    color: #444;
    margin-bottom: 40px;
  }
  ul#mnint_cc {
    width: 90%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 50px;
  }
  ul#mnint_cc li {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px dotted #ccc;
  }
  ul#mnint_cc li h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #0A5BB0;
  }
  ul#mnint_cc li p {}
  #mntitlemm {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .mn_list {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 5%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 250, 255, 1) 59%, rgba(226, 244, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 250, 255, 1) 59%, rgba(226, 244, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 250, 255, 1) 59%, rgba(226, 244, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2f4ff', GradientType=0);
  }
  .mn_list li {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 15px;
  }
  .mn_list li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 25px 25px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.20);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .mn_list li a:hover {
    background-color: #f5f5f5;
  }
  .mn_list li a h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    color: #222;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
  .mn_list li a h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1em;
    color: #0A5BB0;
    margin-bottom: 10px;
  }
  .mn_list li a p {
    font-size: 14px !important;
    line-height: 1.6em !important;
    color: #555;
    margin-bottom: 0px !important;
    letter-spacing: 0px;
  }
  .banner-img img:hover {
    opacity: 0.7;
  }
  .top-icon-marina-newused {
    margin-bottom: 10px;
  }
  span.marina-name {
    background-color: #333;
    color: #fff;
    display: block;
    float: left;
    font-feature-settings: "palt";
    font-size: 10px !important;
    font-weight: 700;
    height: 16px;
    line-height: 16px !important;
    margin: 0 0 0 0px !important;
    text-align: center;
    width: 115px;
  }
  span.used {
    background-color: #447d9e;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px !important;
    font-weight: 700;
    height: 16px;
    line-height: 16px !important;
    margin: 0 0px 0 0 !important;
    text-align: center;
    width: 18%;
  }
  span.new {
    background-color: #3cab97;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px !important;
    font-weight: 700;
    height: 16px;
    line-height: 16px !important;
    line-height: 16px !important;
    margin: 0 0px 0 0 !important;
    text-align: center;
    width: 18%;
  }
  .tac a.txtbn {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    width: 60%;
    margin: 20px auto 0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #011822;
    color: #fff;
  }
  .tac a.txtbn:hover {
    background: #555;
  }
}
/* Style for Smartphone */
@media screen and (max-width: 480px) {
  .youtube-wrap {
    width: 90%;
    margin: 5% auto;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .vimeo-wrap {
    width: 90%;
    margin: 5% auto;
  }
  .vimeo {
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
    position: relative;
  }
  .vimeo-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .slide-wrap {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow div {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slide-wrap {
    position: relative;
  }
  .slide-wrap #prev, .slide-wrap #next {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: calc(85% - 25px);
    z-index: 200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slide-wrap #prev {
    left: 5px;
  }
  .slide-wrap #next {
    right: 5px;
  }
  .slide-wrap #prev:hover, .slide-wrap #next:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 1;
  }
  .big-background {
    display: none;
  }
  /*vimeo 関連*/
  #big-background-vimeo {
    display: none;
  }
  .video-after {
    display: block;
  }
  /*---------------------メイン設定END----------------------*/
  /* Intro
-------------------------------------------------------------*/
  #intromm {
    width: 100%;
    height: auto;
    display: block;
  }
  #intbg01 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/intro_bg0.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
  }
  #intbg02 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/intro_bg1.jpg);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: auto 100%;
  }
  #imbody {
    width: 100%;
    max-width: 1024px;
    height: auto;
    display: block;
    padding: 60px 5% 0px;
    margin: 0 auto;
    background-color: #fff;
  }
  #imbody h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0px;
    color: #333;
    margin-bottom: 20px !important;
  }
  #imbody p {
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0px;
    color: #333;
    margin-bottom: 0px !important;
  }
  /* Title
-------------------------------------------------------------*/
  .titlemm {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
  }
  .titlemm h2 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0px;
    text-align: center;
    color: #0A5BB0;
    margin-bottom: 3px !important;
  }
  .titlemm p {
    font-size: 12px !important;
    line-height: 1.25em !important;
    letter-spacing: 0px !important;
    text-align: center;
    color: #666;
    margin-bottom: 0px !important;
  }
  /* News
-------------------------------------------------------------*/
  #newsmm {
    width: 100%;
    height: auto;
    display: block;
  }
  #nwbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 5% 60px;
    margin: 0 auto;
    background-color: #fff;
  }
  #newsmm dl {
    width: 100%;
    height: auto;
    display: block;
  }
  #newsmm dl dt {
    width: 120px;
    height: auto;
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    float: left;
    text-align: left;
    color: #0A5BB0;
  }
  #newsmm dl dd {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 5px 10px 130px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    color: #666;
    border-bottom: 1px dotted #b0b0b0;
  }
  #newsmm dl dd a {
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    color: #666;
  }
  #newsmm dl dd a:hover {
    color: #2958B5;
    text-decoration: underline;
  }
  /* STOCK BOAT
-------------------------------------------------------------*/
  #stockboatmm {
    width: 100%;
    height: auto;
    display: block;
  }
  #stockboatbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 5% 0px;
    margin: 0 auto;
  }
  #ublist {
    width: 100%;
    height: auto;
    display: block;
  }
  .ubl0 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 60px 0;
  }
  #stn_v-m01 {
    background-color: #f5f5f5;
    padding: 35px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #stn_v-m02 {
    background-color: rgba(235, 237, 243, 1.00);
    padding: 35px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #stn_v-m03 {
    background-color: rgba(232, 242, 243, 1.00);
    padding: 35px 25px 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  h3.ubtitle_en {
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #0A5BB0;
    line-height: 1.25em;
    margin-bottom: 5px;
    letter-spacing: 0px;
  }
  p.ubtitle_jp {
    text-align: center;
    font-size: 12px !important;
    font-weight: 400;
    color: #333;
    line-height: 1.25em !important;
    margin-bottom: 15px !important;
  }
  /* Stocklist */
  ul.stn_v li {
    width: 100%;
    height: auto;
    display: block;
  }
  ul.stn_v li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 25px 15px;
    text-decoration: none;
    background-color: #fff;
    margin-bottom: 5px;
  }
  ul.stn_v li a:hover {
    background-color: #f5f5f5;
  }
  ul.stn_v li a .img-container-top {
    width: 40%;
    height: auto;
    display: block;
    float: left;
  }
  .img-wrap {
    padding-top: 75%;
    position: relative;
  }
  .img-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  ul.stn_v li a img {
    width: 100%;
    height: auto;
    display: block;
  }
  ul.stn_v li a .ubcc {
    width: 55%;
    height: auto;
    display: block;
    float: right;
  }
  ul.stn_v li a .ubcc h2 {
    color: #0A5BB0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 3px;
    letter-spacing: 0px;
  }
  ul.stn_v li a .ubcc h3 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 5px;
    letter-spacing: 0px;
  }
  ul.stn_v li a .ubcc p.ub_spec {
    color: #666;
    font-size: 0.8em !important;
    font-weight: 400;
    line-height: 1.4em !important;
    margin-bottom: 10px !important;
    letter-spacing: 0px;
  }
  ul.stn_v li a .ubcc p.ub_price {
    color: #555;
    font-size: 12px !important;
    font-weight: 400;
    /*line-height: 1.25em !important;*/
    margin-bottom: 0px !important;
    text-align: right;
    letter-spacing: 0px;
    display: block;
    width: auto;
    float: right;
    height: 33px;
    line-height: 33px !important;
  }
  ul.stn_v li a .ubcc p.ub_price strong {
    font-size: 16px;
    font-weight: 400;
    color: #333;
  }
  /* Marina Network
-------------------------------------------------------------*/
  #mnmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .mnpc {
    display: none !important;
  }
  .mnm {
    width: 90%;
    margin: 0 auto 60px;
  }
  #mnintro {
    width: 90%;
    height: auto;
    display: block;
    padding-top: 20px;
    margin: 0 auto;
  }
  #mnintro h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 10px;
  }
  #mnintro p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    color: #444;
    margin-bottom: 40px;
  }
  ul#mnint_cc {
    width: 90%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 50px;
  }
  ul#mnint_cc li {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px dotted #ccc;
  }
  ul#mnint_cc li h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #0A5BB0;
  }
  ul#mnint_cc li p {}
  #mntitlemm {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .mn_list {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 5%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 250, 255, 1) 59%, rgba(226, 244, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 250, 255, 1) 59%, rgba(226, 244, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 250, 255, 1) 59%, rgba(226, 244, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2f4ff', GradientType=0);
  }
  .mn_list li {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 15px;
  }
  .mn_list li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 25px 25px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.20);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .mn_list li a:hover {
    background-color: #f5f5f5;
  }
  .mn_list li a h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    color: #222;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
  .mn_list li a h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1em;
    color: #0A5BB0;
    margin-bottom: 10px;
  }
  .mn_list li a p {
    font-size: 14px !important;
    line-height: 1.6em !important;
    color: #555;
    margin-bottom: 0px !important;
    letter-spacing: 0px;
  }
  .banner-img img:hover {
    opacity: 0.7;
  }
  .top-icon-marina-newused {
    margin-bottom: 10px;
  }
  span.marina-name {
    background-color: #333;
    color: #fff;
    display: block;
    float: left;
    font-feature-settings: "palt";
    font-size: 10px !important;
    font-weight: 700;
    height: 16px;
    line-height: 16px !important;
    margin: 0 0 0 0px !important;
    text-align: center;
    width: 115px;
  }
  span.used {
    background-color: #447d9e;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px !important;
    font-weight: 700;
    height: 16px;
    line-height: 16px !important;
    margin: 0 0px 0 0 !important;
    text-align: center;
    width: 18%;
  }
  span.new {
    background-color: #3cab97;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px !important;
    font-weight: 700;
    height: 16px;
    line-height: 16px !important;
    line-height: 16px !important;
    margin: 0 0px 0 0 !important;
    text-align: center;
    width: 18%;
  }
  .tac a.txtbn {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    width: 60%;
    margin: 20px auto 0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #011822;
    color: #fff;
  }
  .tac a.txtbn:hover {
    background: #555;
  }
}