@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(https://fonts.googleapis.com/css?family=Sintony:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Arvo);
@import url('https://fonts.googleapis.com/css?family=Work+Sans');
@import url('https://fonts.googleapis.com/css?family=Copse');


/* メインイメージ */
/**============================================================================================**/

#main-img {width:1200px; margin: 0 auto 40px;}
#main-img .posi-rlt {width: 100%; height: 0; margin:0 0 0; padding:41.61% 0 0;}

/* 動画 */
#main-img video {position:absolute; top: 0; left: 0; z-index: 0; width: 100%; height:100%;}

@media screen and (max-width:1199px){
#main-img {width:100%;}
#main-img .posi-rlt {width: 100%; height: 0; margin:0 0 0; padding:20% 0 0;}
	
/* 静止画（スマホ用） */
#main-img .posi-rlt {
	padding: 100% 0 0; 
	color:#FFF;  font-size:28px; font-family: 'Copse', serif; text-shadow: 0 0 5px #17373F;}
}
/**========================================**/

/* テキストアイにメーション（スマホ用） */
 #main-img .dis-non {  
	 overflow-x: hidden; width: 0;
	 animation-name: text-slide;  
	 animation-duration: 3.0s;
	 animation-timing-function: ease;  
	 animation-delay: 0s;
	 animation-iteration-count: 1;
	 animation-direction: normal;
	 animation-fill-mode: forwards;
	 animation-play-state:  running;}

@keyframes text-slide {
  0% {
	width: 0;
  }
  15% {
	width: 0; opacity: 0;
  }
  100% {
	width: 250px; opacity: 1;
  }
}


/*動画上文字*/
#main-img .top-text{display: block; bottom:30%; left:33%;}
#main-img .top-text img{width: 100%; height: auto; max-width:400px;}

@media screen and (max-width:1199px){
#main-img .top-text{left:20%; botom:5%;}
}

@media screen and (max-width:699px){
#main-img .top-text{left:5%; botom:5%; padding:10px;}
}



/* お知らせ */
#info {
    top: 80px; right:0; overflow-y: scroll; 
    box-sizing: border-box; width: 330px; max-height:190px; padding: 10px; 
    border-radius:5px; background: rgba(17,14,11,0.80);
    color: #FFF;}

#info a { color: #FFF;}
#info a:hover { color: #e12020;}


#info a::before {
		content: ''; display: inline-block;
		width: 13px; height: 13px; margin: 0 4px 0 0;
		background: url(../images/gaibu_wh.png);
		transition: 0.5s;}
#info a:hover::before {
		background: url(../images/gaibu_rd.png);
		transition: 0.5s;}

@media screen and (max-width:699px){
#info {
    position: static; overflow-y: visible; 
    width: auto; max-height: none; padding: 10px; 
    background: none;
    color: #010101; font-size: 18px; text-align: center;}

#info a { color: #010101; font-size: 20px;}
#info a::before { margin: 0 6px 0 0; background: url(../images/gaibu.png);}
}

/**============================================================================================**/
/* BOAT LINE UP */
#information {
    box-sizing:border-box; width:95%; max-width:600px; margin:50px auto; 
    border:solid 3px #b21a1f;}

#information > strong { 
    display: block;
    padding: 4px 4px 7px; 
    background: #b21a1f; 
    color: #fff; text-align: center;}

#information ul { position: relative; padding: 0 0 0 50px;}
#information ul::before {
    content: '日程：';
    display: block; position: absolute; top: 0; left: 0;
}

#information li { display: inline-block; margin: 0 10px 10px 0; vertical-align: top;}
#information li.end { padding: 0 4px; background: #666;}
/**============================================================================================**/
/* BOAT LINE UP */
#line-up {padding: 0 10px;}

#line-up h2 {
	margin: 0; padding:0;  
    color: #e12020; font-size: 30px; font-weight: normal;
	font-family: 'Questrial', sans-serif;}

#line-up ul {font-size: 0; text-align: center; }
#line-up li {
	display: inline-block; 
	box-sizing: border-box; width: 20%; margin:15px 0 0 ; padding: 0 10px; 
	vertical-align: top;}
	
/* 画像 */
#line-up img {width: 100%; max-width: 260px; height: auto;}
#line-up a:hover {opacity: 0.7;}
	
/* テキスト */
#line-up p {
    margin: 5px 0 0 0; padding: 5px; background: #4E4E4E;
	color: #FFF; font-size: 12px; line-height: 1.3em; text-align: left;
	letter-spacing: -0.09em;}

@media screen and (max-width:1199px) and (min-width:700px){
#line-up li { padding: 0 4px;}
}

@media screen and (max-width:999px){
#line-up ul { max-width: 840px; margin: 0 auto; text-align: left;}
#line-up li { width: 33.33%;}
}

@media screen and (max-width:699px){
#line-up ul { max-width: 560px;}
#line-up li {width: 280px; padding: 0 10px;}
}

@media screen and (max-width:599px){
#line-up li {width: 50%; padding: 0 5px;}

/* テキスト */
#line-up p {padding: 0; background:none; color: #000; font-size: 12px; line-height: 1.3em;}

}

/**============================================================================================**/


/**============================================================================================**/
/* THE OUTPERFORMER */

#performer{width: 1200px; margin: 0 auto;}
#performer img{width: 100%;}
#performer .mb{display:none;}

@media screen and (max-width:1199px){
#performer{width: 100%;}
}

@media screen and (max-width:599px){
#performer .pc{display:none;}
#performer .mb{display:block;}
}

/**============================================================================================**/

/**============================================================================================**/
/* key Advantages */
#advantages {padding: 30px 10px; background: #f4f4f4;}
#advantages h2 {
    margin: 0 ; padding: 0;
    color: #000; font-size: 30px; font-weight: normal;
    font-family: 'Questrial', sans-serif;}

#advantages ul {font-size:0;}
#advantages li {
	display: inline-block; 
	box-sizing: border-box; width: 25%; margin:15px 0 0 ; padding: 0 10px; 
	vertical-align: top;}


/* イメージ画像 */
#advantages li a.dis-blk {
	position: relative;
	overflow-x:hidden;
	width: 100%; height: 230px; padding: 0 0 40px;
	text-decoration: none;}
#advantages li a.dis-blk::before {
	content: '';
	display: block;
	position: absolute; bottom: 0; left: 0;
	box-sizing: border-box; width: 100%; padding: 10px;
	background: #555;
	color: #fff; font-size: 14px; font-weight: 600; text-align: center;}

/* Design / デザイン */
#advantages li:nth-child(1) a.dis-blk {
	background: url(../images/craftsmanship-img0-1.jpg) no-repeat;
	background-size: 452px 230px;
	background-position: top center;}
#advantages li:nth-child(1) a.dis-blk::before {content: 'Design / デザイン';}

/* Function / 機能 */
#advantages li:nth-child(2) a.dis-blk {
	background: url(../images/2018iNR.jpg) no-repeat;
	background-size: 452px 230px;
	background-position: top left;}
#advantages li:nth-child(2) a.dis-blk::before {content: 'Function / 操作性';}

/* Warranty / 保証 */
#advantages li:nth-child(3) a.dis-blk {
	background: url(../images/top-warranty1.jpg) no-repeat;
	background-size: 452px 230px;
	background-position: top center;}
#advantages li:nth-child(3) a.dis-blk::before {content: 'Warranty / 保証';}

/* Jet Engine / ジェットエンジン */
#advantages li:nth-child(4) a.dis-blk {
	background: url(../images/jetengine-img1.jpg) no-repeat;
	background-size: 452px 230px;
	background-position: top center;}
#advantages li:nth-child(4) a.dis-blk::before {content: 'Jet Engine / ジェットエンジン';}

@media screen and (max-width:699px){
#advantages li {width: 50%; margin: 20px 0 0;}

}

@media screen and (max-width:599px){
#advantages ul {text-align: center;}
#advantages li {width: 100%; max-width: 400px;}

}


/**============================================================================================**/
/* Dealer Finder */
#shop-link {padding: 0 0 20px; border-bottom: solid #C9C9C9 1px;}
#shop-link .w1000 { font-size: 0;}
#shop-link a { box-sizing: border-box; width: 50%; margin: 0 0 15px; padding: 0 10px;}

#shop-link img {width: 100%; max-width: 1000px; height: auto;}
#shop-link a:hover {opacity: 0.7;}

@media screen and (max-width:599px){
#shop-link {padding: 0 15px 20px;}

#shop-link a { box-sizing: border-box; width: 100%; max-width: 500px;}
#shop-link a[href="/shop/"] {display: none;}

/*#shop-link a {
	width: 100%; max-width: 400px; height: 0; padding: 85.47% 0 0;
	background: url("../images/shop-link-img_mb.png") no-repeat;
	background-size: 100% auto;}*/
}

/**============================================================================================**/

/**============================================================================================**/
/* NEWS */
#news {padding: 0 10px;}
#news .w1200 { position: relative;}

#news h2 {
    color: #e12020; font-size: 25px; font-weight: normal;
    font-family: 'Questrial', sans-serif;
    text-decoration: none;}

/* すべて見る */
#news .w1200 > a {
	display: inline-block; position: absolute; top: 6px; right: 10px; 
	padding: 0 21px 0 0;
	color: #000;}

#news .w1200 > a:hover {color: #e12020;}
	
#news .w1200 > a::before {
    content: '';
    display: inline-block; position: absolute; top: 7px; right: 0;
    width: 9px; height: 9px;
    border: solid #000; border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;}
#news .w1200 > a:hover::before { border-color:#e12020;}


/* NEWS一覧 */
#news ul {font-size:0;}
#news ul a {color: #000; text-decoration:underline;}
#news ul a:hover {color: #e12020;}


#news li {
	display: inline-block; 
	box-sizing: border-box; width: 25%; padding: 0 10px; 
	font-size: 12px; vertical-align: top;}

#news li .content {
	word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
	max-height: 55px;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

/* NEWSサムネイル */
#news a.dis-ilblk {    
	display: inline-block;
    width: 100%; height: 180px; margin: 0; border: solid #ccc 1px;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;}
	
	
	
@media screen and (max-width:699px){
#news a.dis-ilblk {height: 120px;}
}


/* NEWSタイトル */
#news a.dis-blk {font-size: 14px; font-weight: bold;}
	
@media screen and (max-width:999px){
#news li {padding: 0 8px;}
}

@media screen and (max-width:699px){
#news li {width: 50%; margin: 0 0 15px;}
}


/**============================================================================================**/

/**モーダル**/
#cb-pattern1 label {cursor: pointer;} 
 
#cb-pattern1 {font-size:0;}
#cb-pattern1 li {
    display: inline-block;
    box-sizing: border-box; width:100%; 
    font-size:16px; vertical-align: middle;
    }
     
#cb-pattern1 li > label {text-decoration: underline;} 
 
/**============================================================================================**/
/* collarbox パターン1 共通CSS */
 
/* collarbox 表示エリア */
#cb-pattern1 .cb-area {
    position: absolute; top: 0; left: 0; z-index: 1000;
    width: 0; height: 0; 
    opacity: 0; text-align: center;}
 
/* collarbox 画像が表示されるエリア */
#cb-pattern1 .cb-area .dis-ilblk {
    z-index: 1020;
    max-width:0; padding: 0; background: #fff;

    }
 
/* collarbox 閉じるボタン */
#cb-pattern1 .cb-area .dis-ilblk label {
    display: block;
    position: absolute; top:-25px; right: 5px;
    width: 40px; height: 26px; background: #fff;
    }
#cb-pattern1 .cb-area .dis-ilblk label:before,
#cb-pattern1 .cb-area .dis-ilblk label:after {
    content: '';
    display: block; position: absolute; right: 0px;
    width: 20px; height: 3px; background: #000;
    cursor: pointer;
    }
     
#cb-pattern1 .cb-area .dis-ilblk label:before {
    transform: translate3d(-50%, -14px, 0);
    -webkit-transform: translate3d(-50%, -14px, 0);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    top: 10px;
}    
#cb-pattern1 .cb-area .dis-ilblk label:after{
    transform: translate3d(-50%, 10px, 0);
    -webkit-transform: translate3d(-50%, 10px, 0);
    -ms-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
    transform: translateX(-50%) translateY(-10px) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
    top: 20px;
}
 
/* collarbox 背景をクリックしたら閉じる */   
 #cb-pattern1 .cb-area > label {
    position: fixed; top: 0; left: 0; z-index: 1010;
    width: 0; height: 0; background: rgba(255,255,255,0.0); opacity: 0;}
 
 
/**========================================**/
/* collarbox パターン1 数が増えた時、加筆する部分 */
 
/* collarbox 表示エリア */
#cb-01:checked ~ .cb-area,
#cb-02:checked ~ .cb-area,
#cb-03:checked ~ .cb-area,
#cb-04:checked ~ .cb-area,
#cb-05:checked ~ .cb-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; align-items: center;
    box-sizing: border-box; width: 100vw; height: 100vh; padding: 10px;
    opacity: 1.0;
    }
     
/* collarbox 画像が表示されるエリア */
#cb-01:checked ~ .cb-area .dis-ilblk,
#cb-02:checked ~ .cb-area .dis-ilblk,
#cb-03:checked ~ .cb-area .dis-ilblk,
#cb-04:checked ~ .cb-area .dis-ilblk,
#cb-05:checked ~ .cb-area .dis-ilblk {max-width: 1000px; padding: 10px 10px 10px;}
 
/* collarbox 背景をクリックしたら閉じる */
#cb-01:checked ~ .cb-area > label,
#cb-02:checked ~ .cb-area > label,
#cb-03:checked ~ .cb-area > label,
#cb-04:checked ~ .cb-area > label,
#cb-05:checked ~ .cb-area > label {
    content: ' '; display: block;
    width: 100vw; height: 100vh; background: rgba(255,255,255,0.8); 
    opacity: 1.0;}
    
    
/**============================================================================================**/
/* LastUp2025.05.02_kimata */