@charset "UTF-8";

body.idx {
  text-align: center;
}

section#mainImg {
  width: 100%;
  height: 675px;
  position: relative;
  overflow: hidden;
}
section#mainImg img {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
section#mainImg .topic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0;
  background: #deff01;
  overflow: hidden;
  transition: 0.3s 0.3s;
}
section#mainImg .topic.show {
  height: 97px;
}
section#mainImg .topic img {
  width: auto;
  height: auto;
  max-width: 100%;
}

section#lineup {
  margin-top: 80px;
}
section#lineup::before {
  content: 'ラインナップ';
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
  color: #1e2186;
}
section#lineup article {
  display: inline-block;
  vertical-align: top;
  margin: 40px 17px 0;
  position: relative;
  width: 365px;
  text-align: left;
  color: #222222;
}
section#lineup article.new::before {
  content: 'NEW';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  padding: 2px 6px;
  color: white;
  background: #ff2003;
}
section#lineup a {
  display: block;
  width: 100%;
  height: 236px;
  position: relative;
  overflow: hidden;
}
section#lineup a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
section#lineup p {
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0 0;
}

section#information-all {
  text-align: left;
  background: #f1f4f8;
  padding:60px 0 60px;
  margin-top: 100px;
}

section#information {
  max-width: 1160px;
  margin: 0px auto 0;
  text-align: left;
}
section#information::before {
  content: '新着情報';
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  display: block;
  color: #1e2186;
}
section#information table {
  margin-top: 10px;
}
section#information table td.dyn-date {
  width: 120px;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 15px;
  vertical-align: top;
}
section#information table td.dyn-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 15px;
  vertical-align: top;
}


section#test-ride {
  text-align: left;
  background: #ffffff;
  padding:60px 0;
  margin-top: 0px;
}
.test-ride__inner::before {
  content: '試乗艇情報';
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  display: block;
  color: #1e2186;
  margin-bottom: 35px;
}

.test-ride__inner{
  max-width: 1160px;
  margin: 0 auto;
}
.test-ride__list{
  margin-top: 30px;
}
.test-ride__item{
  display: flex;
  align-items: baseline;
  padding-bottom: 15px;
}
.test-ride__product{
  flex-basis: 120px;
  font-weight: bold;
}
.test-ride__shop a{
  display: block;
  margin-top: 5px;
}


section#movie {
  padding: 60px 0;
  background: #f1f4f8;
}
section#movie::before {
  content: 'MOVIE';
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
  color: #1e2186;
}
section#movie .movie-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 30px auto 0;
}
section#movie article {
  width: calc((100% - 10px * 4) / 5);
}
section#movie article.ytube_link {
  position: relative;
}
section#movie article.ytube_link:after {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(images/idx/play.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: 0.2s;
}
section#movie article img {
  width: 100%;
}
section#movie article.ytube_link:hover:after {
  opacity: 0.8;
}

section#contents {
  max-width: 1160px;
  margin: 60px auto 0;
  text-align: left;
}
section#contents::before {
  content: 'PICK UP';
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  display: block;
  max-width: 1160px;
  margin: 0 auto 30px;
  color: #1e2186;
}
section#contents article {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 40px;
  width: 360px;
  color: #999;
}
section#contents a {
  display: block;
  width: 100%;
  overflow: hidden;
}
section#contents a img {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
}
section#contents p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: black;
}
section#contents p + p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: black;
}
section#contents .ly650.pc {
  display: inline-block;
  margin: 0;
}
section#contents .ly650.sp {
  display: none;
}

section#sns {
  margin-top: 50px;
  padding-bottom: 50px;
  background-color: #e8e9f4;
}
section#sns::before {
    content: 'ソーシャルメディア';
    font-size: 30px;
    line-height: 1;
    display: block;
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 40px;
    color: #1e2186;
}
section#sns .flexbox {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: 30px auto 0;
}
section#sns .flexinner {
  width: 340px;
  vertical-align: top;
  text-align: left;
}
section#sns p {
  padding: 1em;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
section#sns .fb p {
  background: #3a50af;
}
section#sns .tw p {
  /*background: #3c7fdb;*/
  background: #000;
}
section#sns .fb p::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin: -1px 5px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/idx/sns_facebook.png);
}
section#sns .tw p::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin: -1px 10px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/idx/sns_x.png);
}
section#sns .tl {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 366px;
  background: #fff;
}
section#sns .tw .tl {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; /*-- iOS用 --*/
  overflow-scrolling: touch;  /*-- iOS用 --*/
}
section#sns .ig.yt {
}
section#sns .ig.yt  ul {
}
section#sns .ig.yt  ul li {
}
section#sns .ig.yt  ul li + li {
  margin-top: 22px;
}
section#sns .ig.yt  ul li a {
  opacity: 1;
  transition-duration: 300ms;
}
section#sns .ig.yt  ul li a:hover {
  opacity: 0.7;
}
section#sns .ig.yt  ul li span {
}
section#sns .ig.yt  ul li img {
  width: 100%;
  vertical-align: top;
}

section#news {
  max-width: 1160px;
  margin: 80px auto 0;
  text-align: left;
}
section#news::before {
  content: 'ニュースリリース';
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  display: block;
  color: #1e2186;
}
section#news table {
  margin-top: 35px;
}
section#news table td.dyn-date {
  width: 120px;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 15px;
  vertical-align: top;
}
section#news table td.dyn-txt {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 15px;
  vertical-align: top;
}

.btn {
}
.btn a {
  display: inline-block;
  padding: 0.5em 2.5em 0.5em 2em;
  border: 1px solid #1e2285;
  border-radius: 5px;
  color: #1e2285;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  opacity: 1;
  position: relative;
}
.btn a:hover {
  color: #1e2285;
  text-decoration: none;
  opacity: 0.7;
}
.btn a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  border: solid 1px #1e2285;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  margin-top: -5px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {

 body.idx {}
 section#mainImg {
  height: 615px;
}
 section#mainImg img {}
 section#mainImg .topic {}
 section#mainImg .topic.show {
  height: 95px;
 }
 section#mainImg .topic img {}
 section#lineup {
  padding: 0 20px;
}
 section#lineup::before {
  padding: 5px 0 40px 10px;
  font-size: 44px;
}
 section#lineup article {
  width: 100%;
  margin: 0;
}
 section#lineup a.new::before {}
 section#lineup a {
  height: 360px;
}
 section#lineup a img {}
 section#lineup p {
  display: none;
}
 section#information {
  padding: 0 20px;
  border-bottom: none;
}
 section#information::before {
  padding: 5px 0 0 10px;
  font-size: 44px;
}
 section#information table {
  margin: 30px 10px 0;
 }
 section#information table td.dyn-date {
  display: inline-block;
  width: calc(100%);
  padding-bottom: 5px;
  font-size: 28px;
  color: #999;
 }
 section#information table td.dyn-txt {
  display: inline-block;
  font-size: 28px;
 }

 section#test-ride{
  padding: 80px 20px 50px;
  border-bottom: none;
 }
 .test-ride__inner::before {
  padding: 5px 0 0 10px;
  font-size: 44px;
  margin-bottom: 45px;
}
.test-ride__inner {
  /* margin: 45px 10px 0; */
 }
 .test-ride__sentence{
   font-size: 28px;
   line-height: 140%;
 }
 .test-ride__item{
   display: block;
   padding: 30px 0;
   border-top: 2px solid #e5e5e5;
 }
 .test-ride__product{
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 10px;
 }
 .test-ride__shop{
  font-size: 28px;
  line-height: 140%;
}


 section#movie {
  margin: 0px;
  padding: 60px 20px 80px;
}
 section#movie::before {
  padding: 5px 0 40px 10px;
  font-size: 44px;
}
 section#movie .movie-inner {
  display: block;
  margin: 0 auto;
}
 section#movie article {
  width: 100%;
  margin: 40px 0 0;
}
section#movie article.ytube_link:after {
  width: 52px;
  height: 52px;
}
section#contents {
  margin: 60px auto 0;
}
 section#contents::before {
  padding: 5px 0 40px 30px;
  font-size: 44px;
}
 section#contents article {
  margin: 0 20px;
  width: 340px;
}
section#contents a {
  display: block;
  width: 100%;
  height: 215px;
  position: relative;
  overflow: hidden;
}
section#contents a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
 section#contents p {
  font-size: 30px;
}
 section#contents p + p {
  font-size: 28px;
}
 section#contents .ly650.pc {
  display: none;
}
 section#contents .ly650.sp {
  display: inline-block;
  width: auto;
  margin: 40px 20px;
}
section#contents .ly650 a {
  height: auto;
}
section#contents .ly650 a img {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
}

section#sns {
  margin-top: 80px;
  padding: 60px 40px 80px;
}
section#sns::before {
  padding: 5px 0 40px 10px;
  font-size: 44px;
  font-weight: bold;
}
section#sns .flexbox {
  display: block;
  width: 100%;
  margin: 30px auto 0;
}
section#sns .flexinner {
  width: 100%;
  margin: 0 auto 70px;
}
section#sns p {
  font-size: 30px;
  line-height: 40px;
}
 section#sns .fb p::before {
  width: 40px;
  height: 40px;
  margin: 1px 15px 0 -20px;
}
 section#sns .tw p::before {
  width: 36px;
  height: 40px;
  margin: 3px 15px 0 0px;
}
section#sns .tl {
  display: block;
  width: 100%;
  height: 780px;
  background: #fff;
}
section#sns .fb > div > div > span {
  transform: scale(2.0);
  transform-origin: left top;
}
section#sns .flexinner {
  width: 100%;
  margin: 0 auto 70px;
}
section#sns .ig.yt  ul li.yt {
  margin-top: 70px;
}
/*
section#sns div {
  width: 100%;
  margin: 0 0 40px;
  text-align: left;
}
 section#sns div > div {
  width: 100%;
  margin: 15px 0 0;
  height: 730px;
}
*/
 section#news {}
 section#news::before {
  padding: 5px 0 0 30px;
  font-size: 44px;
}
 section#news table {
  margin: 30px 30px 0;
}
 section#news table td.dyn-date {
  display: inline-block;
  width: calc(100%);
  padding-bottom: 5px;
  font-size: 28px;
  color: #999;
}
 section#news table td.dyn-txt {
  display: inline-block;
  font-size: 28px;
}

section#lineup article.new::before{
  font-size: 18px;
  padding: 10px 10px;
}

.btn a {
  border: 2px solid #1e2285;
  font-size: 34px;
}
.btn a:after {
  right: 26px;
  width: 16px;
  height: 16px;
  border: solid 2px #1e2285;
  border-width: 2px 2px 0 0;
  margin-top: -10px;
}

}
