@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap')
@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url('/hqv/shared/css/HelveticaNeue-Medium.otf') format('otf');
}
@font-face {
  font-family: 'Helvetica Neue Regular';
  src: url('/hqv/shared/css/HelveticaNeue Regular.ttf') format('ttf');
}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul,ol{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Helvetica Neue Regular','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #002550;
	background: #fff;
}

a, input{
    color: #002550;
	text-decoration: none;
	-webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

h1,h2,h3,h4,h5,h6{
    font-family: 'Helvetica Neue Medium','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
}


.br_sp{ display: none; }

/*外部リンクのアイコン表示*/
#g_navi .externallink a,
#wide .externallink h3{
    display: flex;
    align-items: center;
}

#g_navi .externallink a::after,
#wide .externallink h3::after,
.news_list .externallink a::after {
    content: '';
    background: url(../img/icon_external_link_black.svg) no-repeat center top;
    background-size: contain;
    width: 18px;
    height: 21px;
    display: flex;
    vertical-align: middle;
    margin-left: 6px;
}

#g_navi .externallink a:hover:after {
    background: url(../img/icon_external_link_white.svg) no-repeat center top;
}

#wide .externallink h3::after {
    background: url(../img/icon_external_link_white.svg) no-repeat center top;
}

.news_list .externallink a::after {
    background: url(../img/icon_external_link_black.svg) no-repeat center top;
    display: inline-block;
}

#main, #main #sec05{
	background-color: #f2f2f2;
}


/* ヘッダー
------------------------------------------------------------*/
.header_logo{
	width: 1644px;
	margin:0 auto;
    position: relative;
    min-height: 120px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Helvetica Neue Medium';
}

header#header_navi {
	width: 100%;
	background-color: #FFF;
	/*position: fixed;*/
	z-index: 300;
}

header#header_navi h1 a img {
	display: block;
	position: absolute;
	width: 360px;
}

header#header_navi h1 a{
    display: block;
    position: absolute;
    width: 450px;
    font-size: 28px;
    line-height: 1.4;
    top: 41px;
    font-weight: 600;
}

header#header_navi h1 a:hover{
    text-decoration: none;
}

.logo_ktm_ad {
	display: block;
	position: absolute;
	width: 97px;
    top: 12px;
    right: 2px;
}

header#header_navi .h_btn a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #002550;
	letter-spacing: 1px;
	border: 1px solid #878787;
}
header#header_navi .h_btn a:hover {
	color: #FFF;
	background-color: #002550;
	border: 1px solid #FFF;
}
header#header_navi .h_tel a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #002550;
	letter-spacing: 1px;
}
header#header_navi .h_btn a i,
header#header_navi .h_tel a i {
	padding-left: 5px;
	padding-right: 5px;
}
#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

/*
SPグローバルナビ
-------------------------------------------*/
#g_navi {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 250px;
    margin-top: 66px;
}

#g_navi ul.navi_base {
    width: auto;
    max-width: 1000px;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

#g_navi > ul > li{
    display: inline-block;
    position: relative;
    border-right: 1px solid #ffed00;
    height: 20px;
}

#g_navi > ul > li:last-child{
    border-right: none;
}   

#g_navi li a {
    width: auto;
    height: auto;
    display: block;
    color: #002550;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    padding: 0 25px 0 25px;
}

.stock #g_navi .navi_base > li:nth-child(3) > a,
.contact  #g_navi .navi_base > li:nth-child(5) > a,
.shop #g_navi .navi_base > li:nth-child(1) > a{
    color: #ffed00;
}

#g_navi ul.navi_base > li:nth-child(1) > a {
    padding: 0 25px 0 0px;
}

#g_navi ul.navi_base > li:nth-child(5) > a {
    padding: 0 0px 0 25px;
}

#g_navi li a::before {
    display: block;
    /*height: 2px;*/
    position: absolute;
    top: 2px;
    width: 70%;
    left: 15%;
    background-color: #FFF;
    content: '';
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

#g_navi li a:hover::before {
    background-color: #002550;
    top:0px;
}

#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
    color: #ffed00;
}

#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
    position: relative;
}

#g_navi li a.ac_menu::after {
}

#g_navi ul li:hover > a.ac_menu::after,
#g_navi li a.ac_menu:hover::after {
}

#g_navi ul li div {
    position: absolute;
    z-index: 2000;
    top: 30px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    width: 200px;
    height: auto;
    max-width: 450px;
}
#g_navi ul li ul{
  width: 100%;
  padding-left: 0%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#g_navi li ul li a {
    width: 100%;
    line-height: 150%;
    height: auto;
    color: #002550;
    background-color: #FFF;
    text-align: left;
    margin-left: 0%;
    -moz-border-radius: 5px;
    margin-right: 1%;
    text-align: left;
    padding: 10px 5%;
}
#g_navi li ul li a::after {
}
#g_navi li ul li a:hover::after {
    color: #002550;
}
#g_navi ul li ul li a:hover{
    color: #fff;
    background-color: #002550;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}
#g_navi li li a::before {
    display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

/*#g_navi div.ac_list {
    display: block !important;
}*/

header.fixed #g_navi {
    height: 40px;
}

header.fixed #g_navi ul li div {
    top: 40px;
}

header.fixed #g_navi li a {
    padding-top: 10px;
    height: 30px;
}

header.fixed #g_navi li ul li a {
    padding-top: 9px;
    height: 22px;
}

#index_top {
    min-height: 350px;
}

body {
    font-size: 16px;
}
.sm-slider, .sm-slider::after {
    top: 100px !important;
}
/*
ヘッダー
-------------------------------------------*/
header#header_navi {
    height: 142px;
    font-family: 'Roboto Condensed', sans-serif;
    inset: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


header#header_navi h1 a img {
    top: 15px;
    left: 10px;
}

header#header_navi .h_btn a {
    width: 160px;
    top: 20px;
    right: 10px;
    line-height: 38px;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
}
header#header_navi .h_tel a {
    width: 180px;
    top: 20px;
    right: 180px;
    line-height: 38px;
    padding-top: 2px;
    font-size: 14px;
}
header#header_navi .h_tel a strong {
    font-size: 18px;
}
header#header_navi.fixed {
    height: 100px;
}

header#header_navi.fixed h1 a img {
    height: 40px;
    top:5px;
}
header#header_navi.fixed .h_btn a,
header#header_navi.fixed .h_tel a {
    top: 5px;
}

.inner {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.menu_btn,
.btn_close {
    display: none;
}


.pankuzu {
	background-color: #F6F6F6;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #878787;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #002550;
}

.pankuzu li i {
	padding-right: 5px;
}

#header{
	position: relative;
    overflow:hidden;
    width:100%;
    margin-bottom: 24px;
    /*min-height:568px;*/
}

#wide .sp-black{
    background-color: rgba(0, 37, 80, 0.9);/* 0.7 */
}

#wide .externallink h3{
    font-size: 24px;
}

/*#header img{
    position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;
}*/

#slogan{
	position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
	width: 70%;
    min-width: 650px;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

#slogan h1{
	font-size: 56px;
	/*margin-bottom: 20px;*/
    font-family: "Helvetica Neue Medium","Noto Sans JP", sans-serif;
    font-weight: normal;
}

#slogan h2{
	font-size: 48px;
    font-weight: normal;
}

#slogan h2 .pc{
    display: none;
}

/*campaign Banner*/
#top .fixBtn {
    position: fixed;
    right: 0;
    bottom: inherit;
    top: 150px;
    z-index: 1005;
    width: 300px;
}

.btn_type01.externallink h5{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_type01.externallink h5::after {
    content: '';
    background: url(../img/icon_external_link_white.svg) no-repeat center top;
    background-size: contain;
    width: 18px;
    height: 21px;
    display: flex;
    vertical-align: middle;
    margin-left: 6px;
}

.btn_type01.externallink h5:hover:after {
    background: url(../img/icon_external_link_blue.svg) no-repeat center top;
}


@media screen and (max-width: 560px){
    #top .fixBtn {
        position: fixed;
        right: 0;
        left: inherit;
        bottom: -10px;
        top: initial;
        z-index: 100;
        width: 230px;
        padding: 0;
        background: none;
    }
}

/* SublimeSlideshow
------------------------------------------------------------*/
.sm-slider li div h3 {
font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
font-size: 160px;
padding: 0 30px;
line-height: 120px;
color: rgba(255, 255, 255, 0.8);
margin: 0;
margin-bottom: 0.3em;
}

/* 下層ページ　パンくずリスト　戻る　タイトル
------------------------------------------------------------*/
#bread_crumb {
    width: 1622px;
    margin: 15px auto 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    line-height: 1;
}

#bread_crumb .back{
	position: absolute;
    top: 0;
    left: 25px;
}

#bread_crumb .back a{
	font-size: 20px;
}

#bread_crumb .back a:hover{
	font-size: 20px;
	text-decoration: none;
}

#bread_crumb .back span{
	font-weight: bold;
	/*font-size: 18px;*/
	margin-left: 10px;
	margin-top: -2px;
}

#bread_crumb ul{
	margin-left: 300px;
}

#bread_crumb ul li{
	display: inline-block;
    position: relative;
    height: 20px;
    margin-right: 5px;
}
#bread_crumb ul li.location{ font-weight: bold; }


#bread_crumb ul li:after {
    content: '/';
    margin-left:8px;
}

#bread_crumb ul li:last-child:after {
    content: '';
}

#page_header{
	width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    background: url(../img/travel/head_stocklist_pc.jpg) no-repeat center top;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}

.shop #page_header{
    background: url(../img/head_shop_pc.jpg) no-repeat center center;
    background-size: cover;
}

.contact #page_header{
    background: url(../img/head_contact_pc.jpg) no-repeat center center;
    background-size: cover;
}

.privacy #page_header{
    background: url(../img/head_privacy_pc.jpg) no-repeat center center;
    background-size: cover;
}

.stock-category #page_header.motocross{
    background: url(../img/motocross/head_motocross_pc.jpg) no-repeat center top;
    background-size: cover;
}

.stock-category #page_header.travel{
    background: url(../img/travel/head_travel_pc.jpg?0707) no-repeat center top;
    background-size: cover;
}

.stock-category #page_header.enduro{
    background: url(../img/enduro/head_enduro_pc.jpg) no-repeat center top;
    background-size: cover;
}

.stock #page_header.stocklist{
    background: url(../img/head_stocklist_pc.jpg) no-repeat center bottom;
    background-size: cover;
}

.stock #page_header.supermoto{
    background: url(../img/supermoto/head_supermoto_pc.jpg) no-repeat center top;
    background-size: cover;
}

.stock #page_header.naked{
    background: url(../img/naked/head_naked_pc.jpg) no-repeat center top;
    background-size: cover;
}

#page_header h1{
	font-size: 56px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-family: "Helvetica Neue Medium","Noto Sans JP", sans-serif;
}

#page_header h1 span{
    font-weight: normal;
    font-size: 32px;
    display: block;
    margin-top: 5px;
}



/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
	color: #002550;
	background-color: #fff;
    border-top: 1px solid #002550;
}

#footer ul{
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 350px;
    letter-spacing: 1px;
    margin: 0 auto;
}

#footer li{
	width: auto;
    padding: 0 0 5px;
    margin: 0 50px 0 0;
}

#footer li:nth-child(2) {
    margin-right: 0;
}

#return_top {
    position: fixed;
    right: 10px;
    bottom: -100px;
    z-index: 999;
}

#return_top a {
    position: relative;
    background: #002550;
    color: #fff;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-decoration: none;
    z-index: 100;
}

#return_top a span{
	display: none;
}

#return_top a::before {
    content:"";
    position: absolute;
    top: 22px;
    left: 19px;
	width: 18px;
	height: 18px;
	margin: 0;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	transform: rotate(45deg);
}

#footer .secSns{
    /*display: flex;
    justify-content: center;*/

}

#footer .secSns .icon{
    width: 40px;
    height: 40px;
    margin: 0px 15px 10px;
    display: inline-block;
    vertical-align: top;
}

#footer .secSns .icon img{
    height: 40px;
}



/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Helvetica Neue Medium', sans-serif;
    font-weight: normal;
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 48px;
	font-weight:bold;
	text-align: center;
	line-height: 1;
    font-weight: normal;
}

section h2 span{
	font-weight:normal;
    margin-top: 7px;
    display: block;
    font-size: 32px;
}

section h3{
	font-size: 32px;
    font-weight: normal;
}

section #sec02_02 h3{
    line-height: 1.3;
    padding-bottom: 8px;
}

section #sec02_02 p{
    font-size: 14px;
}

.inner{
    max-width: 1644px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 10px 0 10px 0;
}

.btn_type01 a, .btn_type01 input{
	color: #fff;
    background-color: #002550;
    border: 2px solid #002550;
    width: 328px;
    max-width: 328px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    font-size: 18px;
}

.btn_type01 input{
    margin: 0;	
}

.btn_type02 a{
	color: #fff;
    background-color: #002550;
    border: 2px solid #002550;
    width: 328px;
    max-width: 328px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 1px;
}

.btn_type01 h5, .btn_type02 h5{
	font-weight: normal;
}

.btn_type01 a:hover, .btn_type01 input:hover{
	color: #002550;
    background-color: #fff;
    border: 2px solid #002550;
    text-decoration: none;
    width: 328px;
    max-width: 328px;
    text-align: center;
    display: block;
}

.btn_type01 input:hover{
	margin: 0;
}

.btn_type02 a:hover{
	color: #002550;
    background-color: #fff;
    border: 2px solid #002550;
    text-decoration: none;
    width: 328px;
    max-width: 328px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
}

.btn_type01, .btn_type02{
    display: block;
    margin: 24px auto 16px;
    padding:0;
}


/* SEC01 VISION
------------------------------------------------------------*/
section#sec01 h2,
section#sec02 h2,
section#sec04 h2{
    margin: 96px 0 48px;
}

#sec01 .sp-slides-container .title_area{
    width: 100%;
    padding: 3px 15px 3px;
    margin: 0;
    line-height: 1.5;
}

#sec01 .sp-slides-container a:hover .title_area{
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) translate3d(0px, 0px, 0px) !important;
    transform-origin:left bottom !important;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
}

#sec01 {
    background-color: #fff;
    padding-bottom: 35px;
}

.vision{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
}

#sec_stock_bnr.inner {
    width: 100%;
    padding-bottom: 0;
}

/*新車　中古車　バナー----------------------*/
.inner.sec_bnr_block{
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1640px;
    display: flow-root;
    padding-bottom: 0;
}

.inner.sec_bnr_block div.sec_bnr_block_col2 {
    width: calc(100% / 2);
    max-width: 820px;
    margin: 0;
    padding: 0;
    padding-left: 8px;
    float: left;
    box-sizing: border-box;
}

.inner.sec_bnr_block .sec_bnr_block_col2:nth-child(1){
    padding-right: 8px;
    padding-left: 0px;
}

/*.inner.sec_bnr_block ul li:nth-child(2){
    float: right;
}*/

.sec_bnr_block .content-parent{
    position: relative;
    margin: 0;
    padding: 0;
}

.sec_bnr_block .content-parent .content-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec_bnr_block .content-parent .content-text h3{
    padding: 8px 0 8px 20px;
    /* background-color: #002550; */
    background-color: rgba(0, 37, 80, 0.7);
    color: #fff;
    width: auto;
    height: auto;
    font-size: 24px;
    font-weight: normal;    
}

.sec_bnr_block .content-parent .content-text a{
    position: absolute;
    bottom: 24px;
    left: 24px;
    background-color: #ffed00;
    border:2px solid #ffed00;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;    
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}

.sec_bnr_block .content-parent .content-text a:hover{
    background-color: inherit;
    border:2px solid #ffed00;
    color: #ffed00;
    text-decoration: none;
}

ul.bike_stock_bnr {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1640px;
    padding: 90px 0px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

ul.bike_stock_bnr li {
    width: calc(100% / 2);
    position: relative;
    text-align: center;
    margin: 0;
    /*overflow: hidden;*/
    padding: 0;
}

ul.bike_stock_bnr li:nth-child(2) {
    margin: 0;
}

ul.bike_stock_bnr li .hover-parent{
    margin: 0 8px 0;
    padding: 0;
    white-space: normal;
    position: relative;
    display: flex;
    flex-direction: column;
}

ul.bike_stock_bnr li figcaption.hover-mask {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    background: rgba(0,0,0,0);
    opacity: 1;
    color: #ff6600;
    border:2px solid #ff6600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 200px;
    /*padding: 30px;*/
}

ul.bike_stock_bnr figure.hover-parent:hover .hover-mask {
    /*opacity: 0;*/
}

ul.bike_stock_bnr li figcaption.hover-mask {
    transition: all 0.6s ease;
    padding: 0 20px 0px;
    /*position: absolute;
    bottom: -50px;*/
}

ul.bike_stock_bnr .hover-mask h2{
    padding: 0 0 5px;
}

ul.bike_stock_bnr .hover-mask p{
    max-width: 500px;
}

ul.bike_stock_bnr li figure.hover-parent:hover .hover-mask {
    padding: 0 20px 0px;
    border: 2px solid #ff6600;
    box-shadow: rgb(0 0 0 / 10%) 6px 6px 0px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 6px 6px 0px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 0px 0px;
}

ul.bike_stock_bnr li a {
    display: block;
    /*overflow: hidden;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0;
    /*border: 1px dotted #CCC;*/
    background-color: #FFF;
    text-decoration: none;
    color: #333;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
}

ul.bike_stock_bnr li a img {
    width: auto;
    max-width: 100%;
    -webkit-transition: 1.0s ease-out;
    -moz-transition: 1.0s ease-out;
    transition: 1.0s ease-out;
}

ul.bike_stock_bnr li h3 {
    padding-top: 0;
    font-size: 28px;
    letter-spacing: 1px;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    line-height: 1.5;
}

ul.bike_stock_bnr li h3 span{
    color: #ff6600;
    display: block;
    font-size: 18px;
    font-weight: normal;
}

ul.bike_stock_bnr li h3 small{
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 6px;
}


/*CAMPAIGN　----------------------*/
.sec_campaign_block{
}

.sec_campaign_block h3{
    line-height: 1.2;
    padding-bottom: 16px;
}

.sec_campaign_block .wrap_Left{
    padding-bottom: 70px;
}

.sec_campaign_block .wrap_Left,
.sec_campaign_block .wrap_Right{
    max-width: 1640px;
    display: flow-root;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto 48px;
}

.sec_campaign_block .wrap_Left .txt_block,
.sec_campaign_block .wrap_Right .txt_block{
    max-width: 700px;
    margin-right: 16px;
    float: left;
    width: 45%;    
}

.sec_campaign_block .wrap_Left .txt_block{
    float: right;
    width: 45%;
}

.sec_campaign_block .wrap_Left .txt_block h4,
.sec_campaign_block .wrap_Right .txt_block h4{
    
}

.sec_campaign_block .wrap_Left .txt_block p,
.sec_campaign_block .wrap_Right .txt_block p{
    font-size: 14px;
}

.sec_campaign_block .wrap_Left .img_block,
.sec_campaign_block .wrap_Right .img_block{
    max-width: 800px;
    float: right;
    width: 53%;
}

.sec_campaign_block .wrap_Left .img_block{
    float: left;
}

#sec02 .vMid > div{
    color: #ff6600;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 3px;
}

#sec02 .vMid h4.cp-name{
    border-left: 12px solid #ff6600;
    font-size: 16px;
    padding: 0 0 0 15px;
    line-height: 1.5;
    margin: 10px 0 25px 0;
}

#sec02 .vMid h4.cplast{
    margin: 30px 0 0px 0;
}

#sec02 .vMid h4.cp-name span{
    display: block;
    font-size: 24px;
}

#sec02 .vMid p{
    text-indent: -1em;
    padding-left: 1em;
}

.gallery.pc{
    display: block !important;
}
.gallery.sp {
    display: none !important;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
#sec02 {
    background-color: #fff;
}

.wrap{
	clear: both;
	width: 100%;
	overflow: hidden;
}

.bg,.bg2{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
	text-align: left;
}

.txt h3{
	text-align: left;
}

.txt, .bg,.bg2{
    width: 50%;
    float: left;
    display: table;
    background: #ececec;
}

#sec02_02 .txt, #sec02_02 .bg,#sec02_02 .bg2{
    float: right;
    overflow: hidden;
    position: relative;
    height: 400px;
}

.vMid{
    display: table-cell;
    padding: 0 100px;
    vertical-align: middle;
}
    


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
}

.col3 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}

#sec03{
    background-color: #002550;
    color: #fff;
}
.col3{
    text-align: center;
}

.col3 li{
    display: inline-block;
    width: 30%;
    padding: 0 1.5%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
}



/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
	background-color: #fff;
	color: #002550;
}

#sec04 .news_list{
	overflow:hidden;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sec04 .news_list li{
	width:calc(50% - 20px);
    /*width: 100%;*/
	padding:15px 0 5px;
	border-bottom:2px solid #d0d0d0; 
	margin: 0 10px 0 0;
}

#sec04 .news_list li:nth-child(even){
	margin-right: 0;
}

#sec04 .news_list li .news_date{
	color:#002550;
	font-weight:bold;
}

#sec04 .news_list li .news_text span{
	display:inline-block;
	width:100px;
}

#sec04 .news_list li .news_text a{
    color: #002550000;
    text-decoration: underline;
}

#sec04 .news_list li .news_text a:hover{
	color: #d0d0d0;
	text-decoration: none;
}



/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	/*display: none;*/
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

#sec05{
    padding-top: 120px;
    background-color: #fff;
}
#sec05 .col-left{
    /*display: table-cell;
    padding: 0 100px;
    vertical-align: middle;
    height: 400px;*/
    color: #002550;
    background-color: #f2f2f2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    max-width: 540px;
    width: 90%;
}

#sec05 #sec02_02 .col-left h2{
    padding: 30px 0 10px 0 !important;
}

#sec05 #sec02_02 .txt {
    /*justify-content: center;
    display: flex;*/
    background: #f2f2f2;
    position: relative;
    height: 400px;
}

#sec05 .bg img,#sec05 .bg2 img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
}

#sec05 .bg .noimg,#sec05 .bg2 .noimg{
    height: 400px;
    width: 100%;
    background-color: #f2f2f2;
    display: block;
}

/* SEC06 Google Map
-----------------*/
#sec06{
    background-color: #ccc;
}

#map {
    position: relative;
    padding-bottom: 450px;
    height: 0;
    overflow: hidden;
    background-color: #002550;
}
#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*CONTACT*/
.sec_contact ul.col2 > li {
    width: 100%;
}

/*共通フッター*/
  #footer{
        padding: 20px 10px 20px 0;
    }



/* FOWARD STOCK LIST
------------------------------------------------------------*/
.stock-category.stock .inner{
    padding-left: 20px;
    padding-right: 20px;
}

.stocklist{}

.stocklist h2{
    padding: 16px 0 32px;
}

.stocklist h2 span {
    font-weight: normal;
    display: block;
    font-size: 16px;
    width: 800px;
    margin: 16px auto 0;
    line-height: 1.6;
    text-align: left;
}

.stocklist ul.bike_list02 {
    display: block;
    margin: 0 auto 80px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
    padding: 0px 0px 0px;
    display: grid;
    grid-template-columns: repeat(3,calc(33.33333% - 116.66667px));
    grid-column-gap: 175px;
}

ul.bike_list02 li {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0px 0 32px;
}

ul.bike_list02 li a {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    text-decoration: none;
    color: #002550;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
    padding: 30px 8px;
    position: relative;
}

ul.bike_list02 li a img {
    width: auto;
    max-width: 90%;
    -webkit-transition: 1.0s ease-out;
    -moz-transition: 1.0s ease-out;
    transition: 1.0s ease-out;
}

ul.bike_list02 li a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}

ul.bike_list02 li a h3 {
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
    color: #002550;
    bottom: 16px;
    padding: 2px 20px 4px;
    line-height: 1.5em;
}

ul.bike_list02 li a h3 span{
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
}

ul.bike_list02 li:hover {
    /*border: 2px solid #002550;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 4px;/*(0 0 0 / 10%) 6px 6px 0px 0px;*/
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 4px;
}

ul.bike_list02 li a:hover {
    color: #002550;
}

ul.bike_list02 li a:hover img{
    -webkit-transform: scale(1);
    transform: scale(1);
}

ul.bike_list02 li a:hover h3{
    display: block;
}

ul.bike_list02 li:hover h3{
}

ul.bike_list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
    padding: 0px 0px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

ul.bike_list li {
    width: calc(90% / 4);
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    /*border: 2px solid #002550;*/
    margin: 10px;
}

ul.bike_list li a {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    /* border: 1px dotted #CCC; */
    background-color: #FFF;
    text-decoration: none;
    color: #002550;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
    padding: 0 0 30px 0;
    position: relative;
}

ul.bike_list li a img {
	width: auto;
	max-width: 100%;
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}

ul.bike_list li a:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

ul.bike_list li a h3 {
    font-size: 21px;
    letter-spacing: 1px;
    display: block;
    font-weight: 500;
    text-align: left;
    color: #002550;
    /*position: absolute;*/
    bottom: 16px;
    padding: 2px 20px 4px;
    line-height: 1.5em;
}

ul.bike_list li:hover {
    /*border: 2px solid #002550;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 4px;/*(0 0 0 / 10%) 6px 6px 0px 0px;*/
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 4px;
}

ul.bike_list li a:hover {
	color: #002550;
}

ul.bike_list li a:hover img{
    -webkit-transform: scale(1);
    transform: scale(1);
}

ul.bike_list li a:hover h3{
	display: block;
}

ul.bike_list li:hover h3{
}


/* STOCK (TRAVEL / SPORTS TOURER / NAKED BIKE)
------------------------------------------------------------*/
/* Main Visual */
#mainvisual .sp-buttons {
    width: 60%;
    margin: -100px auto 0;
    padding-bottom: 20px;
}

#mainvisual .sp-button {
  width: calc( 100% / 9 - 5% );
  height:5px;
  position:relative;
  background:#ececec;
  border-radius:0;
  border:0;
}

#mainvisual .sp-button.sp-selected-button{
  background:#ffed00;
}

/* before要素 */
#mainvisual .sp-selected-button:before{
  width:0;
  content:'';
  display:inline-block;
  height:100%;
  background:#c6c6c6;
  top:0;
  left:0;
  position:absolute;
}



/* 共通（ナビゲーションのwidth,height） */
#wide .sp-buttons {
    width: 60%;
    margin: 0 auto;
}

#wide .sp-button {
  width: calc( 100% / 9 - 5% );
  height:8px;
  position:relative;
  background:#ececec;
  border-radius:0;
  border:0;
}

#wide .sp-button.sp-selected-button{
  background:#002550;
}

/* before要素 */
#wide .sp-selected-button:before{
  width:0;
  content:'';
  display:inline-block;
  height:100%;
  background:#c6c6c6;
  top:0;
  left:0;
  position:absolute;
}


/* FOWARD STOCK Details
------------------------------------------------------------*/
/*カラーチップのスタイル*/
#sec01 .color_picker_pc{
    display:flex;
    justify-content: flex-end;
    min-height: 40px;
    align-items: center;
}

#sec01 .color_picker_pc span{
    margin-right: 25px;
    font-size: 20px;
}

#sec01 .color_picker_pc ul{
    display: inline-flex;
    margin-right: 25px;
}

#sec01 .color_picker_option{
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 2px solid #fff;
    cursor: pointer;
    margin: 0 20px 0 0;
}

#sec01 .color_picker_pc ul li:nth-child(2){
    margin: 0;
}

#sec01 .color_picker_option.checked:after,
#sec01 .color_picker_option.checked02:after {
    content: "\02714";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3px;
    left: 4px;
    z-index: 2;
    transform: translate(-10%,-10%);
    width: 25px;
    height: 25px;
    color: inherit;
    font-family: icons,serif!important;
    font-size: 25px;
}

#sec01 .tabContent,
#sec01 .tabContent02{
    opacity: 0;
    height: 0;
}

#sec01 .tabContent.is-show,
#sec01 .tabContent02.is-show02{
    opacity: 1;
    height: auto;
}

#sec01.sec_details {
    margin: 80px auto 0;
}

.sec_details .col2.model-list{
    margin: 100px auto 0;
    display: flex;
}

.sec_details ul {}

.sec_details ul.col2 li {
	padding: 0;
	margin: 0;
}

.sec_details ul.col2 li.flex-item1{
	width: 616px;
    padding: 0 56px 0 0;
}

.sec_details ul.col2 li.flex-item1 ul{
	display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: space-between;
}
.sec_details ul.col2 li.flex-item1 ul li{
    width: calc(49.1% - 2px);
    margin-right: 16px;
    margin-bottom: 6px;
    margin-top: 16px;
}

.sec_details ul.col2 li.flex-item1 ul li:nth-child(even){
    margin-right: 0;
}

.sec_details ul.col2 li.flex-item1 .sp-selected-thumbnail{
    border: 2px solid #002550;    
}

.sec_details ul.col2 li.flex-item2{
	flex: 1;
    /*width: 948px;*/
    width: 100%;
}

.sec_details .sec_price{
	background-color: #fff; /*#ececec*/
    text-align: left;
    padding: 10px 0 20px;
}

.sec_details .sec_price p{
	/*border-top: 1px solid #002550;
    border-bottom: 1px solid #002550;*/
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.sec_details .sec_price span{
	font-size: 36px;
    color: #ff6600;
    font-weight: bold;
    padding: 0 5px;
}

section.sec_details h2 {
    padding: 0 0 10px;
    letter-spacing: 1px;
    text-align: left;
}

.flex-item2 .flex-header-back{
    display: flex;
    flex-wrap: wrap;
}

.flex-item2 .flex-header-back.flex-header-noprice{
    display: block;
}

.flex-item2 .flex-header-back .flex-header-modelname{
    flex: 0 0 50%;
    max-width: 50%;
}

.flex-item2 .flex-header-back.flex-header-noprice .flex-header-modelname{
    max-width: initial;
}

.flex-item2 .flex-header-back .flex-header-modelname p,
.flex-item2 .flex-header-back .flex-header-price .sec_price_title {
    font-size: 18px;
    color: #878787;
    line-height: 1.3;
    padding-bottom: 8px;
}

#sec01 .flex-item2 .flex-header-back .flex-header-modelname h2,
.flex-item2 .flex-header-back .flex-header-price .sec_price_txt {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.flex-item2 .flex-header-back .flex-header-price{
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}

.flex-item2 .flex-header-back .flex-header-price .sec_price_txt{
    padding: 0 0 10px;
    letter-spacing: 1px;
    text-align: right;
    line-height: 1;
}

.flex-item2 .flex-header-back .flex-header-price .sec_price_txt span{
    font-size: 21px;
}

section.sec_details .sec_spec_bg{
    background-color: #f2f2f2;
    padding: 40px 20px;
    margin: 16px 0;
}

section.sec_details h3{
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
    line-height: 1;
    padding-bottom: 1em;
}

.flex-tbl-back{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flex-tbl-back div.tbl_spec{
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    border-collapse: collapse;
    margin: 16px auto 0;
    padding: 0;
    width: 100%;
}

.sec_details div.tbl_spec.openBox {
    margin: 24px 0 10px 0;
}

/*.sec_details div.tbl_spec.openBox tr:nth-child(1) th,
.sec_details div.tbl_spec.openBox tr:nth-child(1) td,
.sec_details div.tbl_spec.openBox2 tr:nth-child(1) th,
.sec_details div.tbl_spec.openBox2 tr:nth-child(1) td,
.sec_details div.tbl_spec.openBox3 tr:nth-child(1) th,
.sec_details div.tbl_spec.openBox3 tr:nth-child(1) td{
  border-top: none;
}*/

.sec_details div dl {
  /*background-color: #fff;*/
    padding: 0px 1em 0 0;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.sec_details div.tbl_spec.tbl_spec_right dl {
  padding: 0;
}

.sec_details div dl dt {
    width: 44%;
    padding-bottom: 8px;
    margin-left: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.sec_details div dl dt::before {
    content: "-";
    position: absolute;
    top: 0;
    left: -8px;
}

.sec_details div.tbl_spec h4{
    padding: 0 0 0.3em 0;
    /* border-bottom: 1px solid #d0d0d0; */
    text-align: left;
    width: 280px;
    font-size: 22px;
    font-weight: 700;
}

.sec_details div.tbl_spec dd {
    width: 48%;
    padding: 0px 0 8px 8px;
    text-align: left;
    font-weight: normal;
    /*border-bottom: 1px solid #d0d0d0;*/
    /*border: 1px solid #c6c6c6;*/
}

.spec_opneclose_box,
.spec_opneclose_box2,
.spec_opneclose_box3,
.spec_opneclose_box4,
.spec_opneclose_box5,
.spec_opneclose_box6{
    text-align: center;
    margin-top: 8px;
}

button.addBtn{
    font-weight: 400;
    display: inline-block;
    position: relative;
    background-color: transparent;
    padding: 5px 0 0;
    border: none;
    outline: none;
    color: #cc1445;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.sec_details .addBtn span {
    padding-right: 9px;
    display: inline-block;
    position: relative;
}

.sec_details .addBtn .off {
    display: none;
}

.sec_details .addBtn.active .open {
    display: none;
}

.addBtn.active .off {
    display: inline-block;
}


/* SHOP DATA
------------------------------------------------------------*/
.shop .inner{
    padding-left: 30px;
    padding-right: 30px;
}

#sec02.sec_shopdata {
	margin: 45px 0 50px;
}

.sec_shopdata ul.col2 {
    display: flex;
    justify-content: space-between;
}

.sec_shopdata ul.col2 li {
	padding: 0;
	margin: 0;
}

.sec_shopdata ul.col2 li.flex-item1{
    max-width: 700px;
    margin-right: 16px;
    width: 50%;
    flex: 1;
}
.sec_shopdata ul.col2 li.flex-item1 .noimg{
    height: 400px;
    width: 100%;
    background-color: #f2f2f2;
    display: block;
}

.sec_shopdata ul.col2 li.flex-item1 ul{
	display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: space-between;
}
.sec_shopdata ul.col2 li.flex-item1 ul li{
    width: calc(49.1% - 2px);
    margin-right: 16px;
    margin-bottom: 6px;
    margin-top: 16px;
}

.sec_shopdata ul.col2 li.flex-item1 ul.comTel li{
    width: auto;
}

.sec_shopdata ul.col2.col2-2{
    margin-top:25px; 
}

.sec_shopdata ul.col2 li.flex-item1 ul li:nth-child(even){
    margin-right: 0;
}

.sec_shopdata ul.col2 li.flex-item2{
	flex: 1;
    width: 50%;
}

.sec_shopdata ul.col2 li.flex-item3{
	flex: 1;
    width: 640px;
    padding: 0 16px 0 0;
}

.sec_shopdata ul.col2 li.flex-item3 .textBox{
	margin: 30px 0 0 0;
}


.sec_shopdata ul.col2 li.flex-item4{
	width: 674px;
    padding: 0;
}

.sec_shopdata .linkList {
    margin: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
}

.sec_shopdata .linkList li:not(:last-child) {
    margin-right: 65px;
}

.sec_shopdata .linkList img {
    margin: -4px 5px 0 0;
    vertical-align: middle;
    width: 26px;
}

.sec_shopdata .textBox img {
    margin: -4px 5px 0 0;
    vertical-align: middle;
    width: 26px;
}

.sp {
    display: none !important;
}

.sec_shopdata .noRest .accTtl {
    margin-bottom: 9px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.sec_shopdata .accTtl {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.4;
}

.sec_shopdata .linkList .ttl {
    margin-bottom: 9px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}


.sec_shopdata .comImgBox p {
    line-height: 1.5;
}
.comImgBox .textBox p {
    margin-bottom: 11px;
    line-height: 2;
}

.sec_shopdata .noRest .ttl {
    margin-bottom: 9px;
    display: inline;
    font-size: 18px;
    font-weight: bold;
}

.sec_shopdata .comTel{
	margin: 20px 0 0 0;
}

.sec_shopdata .comTel a {
    display: block;
    color: #002550;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
}

.sec_shopdata .comTel a:hover {
	text-decoration: none;
}

.sec_shopdata .comTel a span.ttl{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: block;
}

ul.team_list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    padding: 0px 30px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

ul.team_list li {
    width: 23%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    border: 2px solid #002550;
    margin: 10px;
    overflow: hidden;
}

ul.team_list li .hover-parent{
    margin: 0;
    padding: 10px;
}

ul.team_list li figcaption.hover-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
}

figure.hover-parent:hover .hover-mask {
    opacity: 1;
}

ul.team_list li figcaption.hover-mask {
	transition: all 0.6s ease;
    padding: 0 20px 0px;
    position: absolute;
    bottom: -50px;
}

ul.team_list li figure.hover-parent:hover .hover-mask {
    padding: 0 20px 0px;
    bottom: 0;
}

ul.team_list li a {
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background-color: #FFF;
	text-decoration: none;
	color: #333;
	-webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    transition: 0.5s linear;
}

ul.team_list li a img {
	width: auto;
	max-width: 100%;
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}

ul.team_list li h3 {
	padding-top: 0;
    font-size: 28px;
    letter-spacing: 1px;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    line-height: 1.5;
}

ul.team_list li h3 span{
	color: #ff6600;
	display: block;
	font-size: 18px;
	font-weight: normal;
}

ul.team_list li h3 small{
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 6px;
}

ul.team_list li:hover {
    border: 2px solid #ff6600;
    box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 0px 0px;/*(0 0 0 / 10%) 6px 6px 0px 0px;*/
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 0px 0px;
}

.sec_shopdata .sec_price{
	background-color: #fff; /*#ececec*/
    text-align: center;
    padding: 10px 0;
}

.sec_shopdata .sec_price span{
	font-size: 36px;
    color: #ff6600;
    font-weight: bold;
    padding: 0 5px;
}

section#sec01.sec_shopdata h2 {
    text-align: left;
    padding: 0 0 10px;
    margin: 0;
    letter-spacing: 1px;
    font-size: 36px;
}

.shop .flex-item1 h2{
    border-bottom: 2px solid #002550;
}

.shop section.sec_shopdata .comLable {
    margin-bottom: 24px;
    margin-top: 8px;
    display: block;
    color: #FFF;
    font-weight: 500;
}

.shop section.sec_shopdata .comLable span {
    margin-right: 8px;
    padding: 2px 4px 2px;
    text-align: center;
    min-width: 50px;
    display: inline-block;
    background-color: #ffed00;
    color: #002550;
    line-height: 1.5;
}

.sec_shopdata table {
  border-collapse: collapse;
  margin: 5px 0 45px 0;
  padding: 0;
  width: 100%;
}
.sec_shopdata table tr {
  background-color: #fff;
  padding: 5px 5px;
}

.sec_shopdata th{
  padding: 5px 10px;
  /*border-right: 5px solid#fff;*/
  background-color: #ececec;
  border: 1px solid #c6c6c6;
  text-align: left;
  width: 150px;
}

.sec_shopdata table tr.thead th{
  /*background-color: #fff;*/
  padding: 5px 5px;
  text-align: center;
}

.sec_shopdata table td {
  padding: 5px 5px;
  text-align: left;
  border: 1px solid #c6c6c6;
}
.sec_shopdata table th {
}



/* CONTACT
------------------------------------------------------------*/
.contact .sec_contact{
    padding-bottom: 50px;
}

.sec_contact .inner{
	border: 2px solid #002550;
	background-color: #fff;
	padding: 16px;
	max-width: 1328px;
    box-shadow: rgba(0, 0, 0, 0.1) 8px 8px 0px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 8px 8px 0px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 8px 8px 0px 0px;
}

.sec_contact ul.col2{
	display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: space-between;
}

.sec_contact ul.col2 > li {
    width: 50%;
    padding: 0;
    margin: 0;
}

.sec_contact ul.col2 li.flex-item2 {
    flex: 1;
    width: 600px;
    line-height: 1;
}

.sec_contact ul.col2 h2 {
    font-size: 32px;
    text-align: left;
    padding: 0;
    margin: 0px 0px 32px;
}

.sec_contact ul.col2 h3 {
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    text-align: left;
    padding: 0px 0 9px;
    margin: 0;
}

.sec_contact .must{
	color: #002550;
    background-color: #ffed00;
    font-size: 12px;
    margin: 0 0 0 5px;
    position: relative;
    top: -2px;
    padding: 1px 5px;
    letter-spacing: 1px;	
}

.comTable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    max-width: 518px;
}

.comTable td {
    margin-bottom: 8px;
    width: 100%;
    float: left;
    vertical-align: top;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 24px;
    min-width: 500px;
}

.comTable td.last {
    margin-bottom: 0;
}

.sec_contact ul.col2 .customerBox{
	width: 570px;
	margin-left: 44px;
	margin-top: 40px;
}

.sec_contact .inputUl li {
    margin:0 14px 0 0;
    width: calc(250px - 0px);
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.sec_contact .inputUl li:last-child {
    margin-right: 0;
}

.sec_contact .error {
    margin: -6px 0 2px 0;
    color: #878787;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
}

.sec_contact .inputError{
    font-size: 14px;
    line-height: 2;
    /*margin-top: 10px;*/
    color: #cc1445;
}

.sec_contact .last .inputError{
    margin-top: 0px;
}

.comTable th {
    float: left;
}

.sec_contact input[type="text"], .sec_contact input[type="password"], .sec_contact input[type="email"], .sec_contact input[type="tel"],.sec_contact textarea {
	padding: 12px 16px 12px;
    margin: 0;
    width: 100%;
    min-height: 30px;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    border: 2px solid #002550;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sec_contact textarea {
    height: 126px;
    max-height:350px;
}

.sec_contact input:focus,
.sec_contact textarea:focus {
    /*outline: 0;*/
}

.sec_contact input:focus-visible,
.sec_contact textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    border: 2px solid #ffed00;
}

.sec_contact #map {
    padding-bottom: 100%;
    overflow: hidden;
}

.sec_contact input[type="text"]:focus, .sec_contact input[type="password"]:focus, .sec_contact input[type="email"]:focus, .sec_contact input[type="tel"]:focus,.sec_contact textarea:focus {
	border: 2px solid #ffed00;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

.sec_contact label,
.sec_contact textarea{
    position: relative;
}

.sec_contact .required + div{
	display: none;
}

.sec_contact .required.state_success + div{
	display: block;
	position: absolute;
	top: -4px;
    right: 10px;
    width: 32px;
}

.sec_contact textarea.required.state_success + div{
	top: 10px;
}




/* CONTACT
------------------------------------------------------------*/
.privacy-wrap{}

.privacy-wrap .privacy-content {
    padding-top: 18px;
    max-width: 1200px;
}
.privacy-wrap .content {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.privacy-content p {
    font-size: 16px;
    line-height: 2;
}

.privacy-content .innerBox {
    margin-top: 40px;
}

.privacy-content .innerBox h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #002550; 
    padding: 0 0 0 12px;
    letter-spacing: 0px;
    position: relative;
}

.privacy-content .innerBox h2::before {
    content: '';
    background-color: #002550;
    width: 4px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}

.privacy-content .innerBox h2 + * {
    margin-top: 10px;
}

.privacy-content p {
    font-size: 16px;
    line-height: 2;
}

.privacy-content ol.privacy-num {
    margin-top: 24px;
    counter-reset: item;
    list-style-type: none;
    margin-left: 1.8em;
}

.privacy-content ol.privacy-num li {
    font-size: 16px;
    line-height: 2;
    text-indent: -1em;
}

.privacy-content ol.privacy-num li::before {
    counter-increment: item;
    content: counter(item) ".";
    font-weight: bold;
    display: inline-block;
    line-height: 24px;
    margin-left: 0.4em;
    margin-right: 5px;
}

.privacy-content ol.privacy-num li ol.privacy-alphabet {
    counter-reset: item-alphabet;
    margin-top: 0px;
}

.privacy-content ol.privacy-num li ol.privacy-alphabet li::before {
    counter-increment: item-alphabet;
    content: counter(item-alphabet, lower-latin) ".";
}

.privacy-bottom {
    margin-top: 32px;
}

.privacy-bottom .privacy-stamp {
    margin-top: 16px;
    margin-bottom: 50px;
    text-align: right;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (max-width: 1400px){
    /*Stock Detail*/
    .sec_details .col2.model-list {
        display: flex;
    }

    .sec_details ul.col2 li.flex-item1 {
        width: 550px;
        padding: 0 24px 0 0;
    }

    .sec_details ul.col2 li.flex-item2 {
        width: auto;
        flex:1; 
    }
}

@media only screen and (max-width: 1200px){
	.inner{
		/*width: 1644px;*/
		padding-bottom: 0;
	}
    .shop .inner{
        width: 100%;
        padding-bottom: 0;
        max-width: fit-content;
    }    
	section h2{
        padding: 104px 0 56px;
	    letter-spacing: 1px;
	}
	.txt h2{
		padding: 0 0 15px !important;
	    line-height: 1;
	}
	.txt h3{
	    line-height: 1.5;
	}

}


@media screen and (max-width:960px){
	/*
	サブトップ
	-------------------------------------------*/
	#sub_top.faq {
		background-image: url(../img/sub_top_faq.jpg);
	}
	#sub_top.works {
		background-image: url(../img/sub_top_works.jpg);
	}
	#sub_top.contact {
		background-image: url(../img/sub_top_contact.jpg);
	}
	#sub_top.company {
		background-image: url(../img/sub_top_company.jpg);
	}
	#sub_top.sample {
		background-image: url(../img/sub_top_sample.jpg);
	}
	/*
	フッター
	-------------------------------------------*/
	address {
		letter-spacing: 1px;
		text-align: right;
		display: block;
		float: right;
		padding-top: 30px;
		padding-right: 10px;
	}
	.no_pc {
		display: none;
	}
    /*Stock Detail*/
    .sec_details .col2.model-list {
        display: flex;
    }
    .sec_details ul.col2 li.flex-item1 {
        width: 500px;
        padding: 0 16px 0 0;
    }

    .sec_details ul.col2 li.flex-item2 {
        width: auto;
        flex:1; 
    }


}

/* Tablet 
------------------------------------------------------------------*/
@media all and (min-width: 768px) and (max-width: 1024px){
	body{
		font-size:16px;
	}

    /*Topフローティングバナー*/
    #top .fixBtn {
        top: 100px;
    }

    header#header_navi {
        width: 100%;
        height: 60px;
        padding: 14px 0px 0px 20px;
        position: fixed;
        z-index: 300;
        overflow: hidden;
    }

    .header_logo {
        width: 100%;
        min-height: auto;
    } 

    header#header_navi h1 a img {
        display: block;
        width: 190px;
    }

    header#header_navi h1 a{
        width: 70%;
        font-size: 26px;
        line-height: 1.2;
        top: 16px;
        font-weight: 600;
        left: 20px;
    }

    #bread_crumb {
        width: auto;
        margin: 0px auto 15px;
        padding: 85px 0 0;
    }

    .menu_btn {
        display: block;
        height: 20px;
        width: 20px;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 0px;
        position: fixed;
        z-index: 5000;
        top: 30px;
        right: 36px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        cursor: pointer;
    }

    .menu_btn:hover {
        cursor: pointer;
    }

    .menu_btn span {
        width: 20px;
        height: 2px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -10px;
        background-color: #3d3d3d;
    }
    .menu_btn span {
        transition: all 0.3s;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);  
        -moz-transform: rotate(0deg);    
      }
    .menu_btn span.top {
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);  
        -moz-transform: translateY(-8px);    
      }
    .menu_btn span.bottom {
        transform: translateY(8px);
        -webkit-transform: translateY(8px);  
        -moz-transform: translateY(8px);    
    }

    .menu_btn:hover span.top {
        transform: translateY(-7px);
        -webkit-transform: translateY(-7px);  
        -moz-transform: translateY(-7px);    
    }
    .menu_btn:hover span.bottom {
        transform: translateY(7px);
        -webkit-transform: translateY(7px);  
        -moz-transform: translateY(7px);    
    }

    .menu_btn.opened  span.middle {
        background: rgba(255, 255, 255, 0);
         transform: translateX(30px);
         -webkit-transform: translateX(30px);  
        -moz-transform: translateX(30px);    
    }
    .menu_btn.opened  span.top {
        transform: rotate(-45deg) translateY(0px);
        -webkit-transform: rotate(-45deg) translateY(0px);  
        -moz-transform: rotate(-45deg) translateY(0px);    
    }
    .menu_btn.opened  span.bottom {
        transform: rotate(45deg) translateY(0px);
        -webkit-transform: rotate(45deg) translateY(0px);  
        -moz-transform: rotate(45deg) translateY(0px);    
    }

    /*グローバルナビ
    -------------------------------------------*/
    #g_navi {
        position: fixed;
        width: 90%;
        height: 100%;
        top: 0px;
        left: 100%;
        padding-top: 60px;
        overflow: auto;
        z-index: 3000;
        background-color: #FFF;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #g_navi ul {
        display: block;
        margin: 0px;
        padding: 0px;
        clear: both;
    }

    #g_navi ul li:first-child {
        border-top-width: 2px;
        border-top-style: solid;
        border-top-color: #ffed00;
    }

    #g_navi ul li {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #EEE;
    }

    #g_navi ul li ul li {
        border-bottom: none;
    }

    #g_navi ul li ul li:first-child {
        border-top: none;
    }

    #g_navi ul li a {
        color: #002550;
        text-decoration: none;
        display: block;
        padding-top: 16px;
        padding-right: 30px;
        padding-bottom: 14px;
        padding-left: 20px;
        line-height: 22px;
        vertical-align: middle;
    }
    #g_navi ul li a:hover {
        color: #c6c6c6;
    }

    #g_navi div.ac_list {
        display: none;
    }

    #g_navi ul li a.ac_menu {
        position: relative;
        background-image: none;
    }

    #g_navi ul li a.ac_menu::after {
        font-size: 11px;
        display: block;
        height: 20px;
        width: 20px;
        content: "▼";
        text-align: center;
        line-height: 20px;
        position: absolute;
        top: 16px;
        right: 10px;
        color: #002550;
    }

    #g_navi ul li a.ac_menu.active::after {
        content: "▲";
    }

    #g_navi ul li ul li a::before {
        content: "・";
        padding-right: 5px;
        color: #fff;
    }

    #bread_crumb .back {
        display: none;
    }

    #bread_crumb ul {
        margin-left: 40px;
    }    

    .logo_ktm_ad {
        display: none;
    }
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
    #mainnav a{
		color: #002550;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

    .contact #page_header, .shop #page_header , .stock #page_header , .privacy #page_header{
        width: 100%;
        height: 410px;
        margin-bottom: 45px;
        /*background: url(../img/travel/head_stocklist_sp.jpg) no-repeat center top 0px;*/
        background-size: cover;
    }

    .stock-category #page_header.motocross {
        background: url(../img/motocross/head_motocross_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .stock-category #page_header.travel {
        background: url(../img/travel/head_travel_sp.jpg?0707) no-repeat center top;
        background-size: cover;
    }

    .stock-category #page_header.enduro{
        background: url(../img/enduro/head_enduro_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .stock #page_header.stocklist{
        background: url(../img/head_stocklist_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .stock #page_header.sportstourer{
        background: url(../img/travel/head_sportstourer_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .stock #page_header.supermoto{
        background: url(../img/supermoto/head_supermoto_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .stock #page_header.naked{
        background: url(../img/naked/head_naked_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .shop #page_header{
        background: url(../img/head_shop_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .contact #page_header{
        background: url(../img/head_contact_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .privacy #page_header{
        background: url(../img/head_privacy_sp.jpg) no-repeat center top;
        background-size: cover;
    }

	/* SEC01 
	-----------------*/
	#sec01{
		background-color: #fff;
	}

    /* sec_stock_bnr 中古車・新車　バナー枠 
    -----------------*/
    ul.bike_stock_bnr li figcaption.hover-mask {
        min-height: 0;
    }
    #sec01 #sec_stock_bnr h2 {
        padding: 20px 0 20px;
    }
    ul.bike_stock_bnr {
        padding: 90px 15px 0px;
    }

    /* CAMPAIGN 
    -----------------*/
    /*.txt, .bg {
        width: auto;
        float: inherit;
        display: inherit;
        background: inherit;
    }

    #sec02_02 .txt, #sec02_02 .bg {
        float: inherit;
    }

    section#sec02 p.bg img {
        object-fit: cover;
        height: 200px;
    }*/

    #sec02 .wrap .txt .vMid h3{
        line-height: 1.5;
        font-size: 22px;
    }

    #sec02 .wrap .txt .vMid h4 {
        line-height: 1.5;
    }

    #sec02 .vMid > div {
        font-size: 16px;
        margin-bottom: 3px;
        line-height: 1;
    }

    #sec02 .wrap .txt p{
        font-size: 12px;
        line-height: 1.5;
    }

    #sec02 .vMid h4.cp-name {
        font-size: 12px;
        margin: 5px 0 10px 0;
        font-weight: normal;
    }

    #sec02 .vMid h4.cp-name span {
        display: block;
        font-size: 20px;
        font-weight: bold;
    }

    #sec02 .vMid .btn_type01 a {
        width: 328px;
        max-width: 328px;
        height: 40px;
        line-height: 40px;
    }

    #sec05{
        padding-top: 0px;
    }

    section#sec02 h2 {
        padding: 20px 0 20px 0;
        font-size: 34px;
    }

    .sec_campaign_block .wrap_Left, .sec_campaign_block .wrap_Right {
        width: auto;
        margin: 0 auto;
        display: block;
        background-color: #fff;
    }

    .sec_campaign_block .wrap_Left .img_block, .sec_campaign_block .wrap_Right .img_block {
        width: 100%;
        background-color: #fff;
        float: initial;
    }

    .sec_campaign_block .wrap_Left .txt_block, .sec_campaign_block .wrap_Right .txt_block {
        width: 86%;
        margin-right: 0;
        background-color: #fff;
        margin: 50px auto 0px;
        display: block;
        float: initial;
        padding-bottom: 20px;
    }

    .btn_type01, .btn_type02 {
        display: block;
        margin: 15px auto 0;
        padding-bottom: 15px;
    }

    /*STOCK LIST  /hqv/stock/ ----------------*/
    .stocklist header {
        margin: 0 36px;
    }

    .stocklist h2 span {
        width: auto;
    }

    .stocklist ul.bike_list02 {
        margin: 0 auto 80px;
        width: 100%;
        padding: 0px 0px 0px;
        display: flex;
        grid-template-columns: inherit;
        grid-column-gap: inherit;
        flex-wrap: wrap;
        justify-content: space-between;
    }    

    ul.bike_list02 li {
        width: 33.3333%;
        position: relative;
        text-align: center;
        margin: 0px 0 32px;
    }

    .stock ul.bike_list {
        -webkit-justify-content: flex-start;
        justify-content: space-between;
    }

    .inner.sec_bnr_block {
        width: 100%;
    }

    .inner.sec_bnr_block ul {
        flex-wrap: wrap;
    }

    .inner.sec_bnr_block ul li {
        width: 100%;
    }

    .stock ul.bike_list li {
        width: calc(50% - 30px);
    }
    .stock #sec01 {
        margin: 0 auto;
        width: auto;
    }

    .sec_details .col2.model-list {
        display: block;
    }

    .stock-category.stock .inner {
        padding-left: 36px;
        padding-right: 36px;
    }

    .stock-category .sec_details ul.col2 li.flex-item1 {
        width: 750px;
        padding: 0;
        margin: 0 auto;
    }

    .stock-category .sec_details ul.col2 li.flex-item2 {
        width: 100%;
        margin-top: 32px;
    }


    /*SHOP DATA  /hqv/shop/ ----------------*/
    .sec_shopdata ul.col2 {
        display: block;
    }

    .sec_shopdata ul.col2 li.flex-item1 {
        width: 100%;
        padding: 0 0 0 0;
        max-width: inherit;
    }

    section#sec01.sec_shopdata h2 {
        padding: 10px 0 10px;
    }

    .sec_shopdata ul.col2 li.flex-item1 ul {
        margin-bottom: 16px;
    }

    .sec_shopdata ul.col2 li.flex-item2 {
        flex: 1;
        width: 100%;
    }

    .sec_shopdata ul.col2 li.flex-item2 iframe{
        width: 100%;
    }

    .sec_shopdata ul.team_list {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .sec_shopdata ul.team_list li {
        width: 30%;
    }

    /*CONTACT  /hqv/contact/ ----------------*/
    .sec_contact ul.col2 .customerBox {
        width: auto;
        margin-left: 0px;
        margin-top: 10px;
    }

    .comTable td {
        min-width: auto;
    }

    .sec_contact ul.col2 .customerBox {
        margin-right: 20px;
    }

    .sec_contact .inputUl li:last-child {
        margin-top: 25px;
    }

    .sec_contact #map {
        height: auto;
        min-height: 300px;
    }

    .privacy-wrap .content {
        margin: 0 auto;
        padding-right: 20px;
        padding-left: 20px;
    }

}

@media only screen and (max-width: 1199px){
    section h2{
        padding: 50px 0 20px 0;
        font-size: 34px;
    }
    #sec01 h2{
        padding: 70px 0 20px;
    }
    .vMid{
        padding: 0 20px;
    }

}

@media only screen and (max-width: 799px){
    /*header*/ 
    header#header_navi h1 a {
        width: 70%;
        font-size: 24px;
        line-height: 1.2;
        top: 16px;
        font-weight: 600;
        left: 20px;
    }
    
    #bread_crumb {
        width: auto;
        margin: 0px auto 15px;
        padding: 85px 0 0;
    }

    #bread_crumb .back {
        display: none;
    }

    #bread_crumb ul {
        margin-left: 20px;
    }

    .menu_btn {
        display: block;
        height: 20px;
        width: 20px;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 0px;
        position: fixed;
        z-index: 5000;
        top: 20px;
        right: 20px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        cursor: pointer;
    }    

    .menu_btn span {
        width: 20px;
        height: 2px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -10px;
        background-color: #3d3d3d;
    }

    .menu_btn span.top {
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);  
        -moz-transform: translateY(-8px);    
      }
    .menu_btn span.bottom {
        transform: translateY(8px);
        -webkit-transform: translateY(8px);  
        -moz-transform: translateY(8px);    
    }

    .menu_btn:hover span.top {
        transform: translateY(-7px);
        -webkit-transform: translateY(-7px);  
        -moz-transform: translateY(-7px);    
    }
    .menu_btn:hover span.bottom {
        transform: translateY(7px);
        -webkit-transform: translateY(7px);  
        -moz-transform: translateY(7px);    
    }

    .menu_btn.opened  span.middle {
        background: rgba(255, 255, 255, 0);
         transform: translateX(30px);
         -webkit-transform: translateX(30px);  
        -moz-transform: translateX(30px);    
    }
    .menu_btn.opened  span.top {
        transform: rotate(-45deg) translateY(0px);
        -webkit-transform: rotate(-45deg) translateY(0px);  
        -moz-transform: rotate(-45deg) translateY(0px);    
    }
    .menu_btn.opened  span.bottom {
        transform: rotate(45deg) translateY(0px);
        -webkit-transform: rotate(45deg) translateY(0px);  
        -moz-transform: rotate(45deg) translateY(0px);    
    }

    #g_navi {
        position: fixed;
        width: 90%;
        height: 100%;
        top: 0px;
        left: 100%;
        padding-top: 60px;
        overflow: auto;
        z-index: 3000;
        background-color: #FFF;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        margin-top: 0;
        margin-right: 0;
    }

    /*TOPへ戻るアイコン*/
    #return_top a {
        height: 50px;
        width: 50px;
    }    

    #return_top a::before {
        top: 20px;
        left: 15px;
        width: 16px;
        height: 16px;
    }

    .gallery.pc{
        display: none !important;
    }
    .gallery.sp {
        display: block !important;
    }

    #slogan {
        top: 58%;
        width: 98%;
        margin: 0 auto;
    }

    #slogan h1{
        font-size: 21px;
    }

    #page_header h1 span{
        font-size: 24px;
    }

    #slogan h2{
        font-size: 25px;
    }

    #slogan h2 .pc{
        display: block;
    }

    section h2 span {
        font-size: 28px;
    }

    .stocklist h2 {
        text-align: left;
        width: 86%;
        margin: 0 auto;
    }

    section.stocklist h2 span {
        width: 100%;
        margin: 16px auto 0;
        font-size: 14px;
        line-height: 1.8;
    }

    .stocklist ul.bike_list02 {
        display: block;
        width: 86%;
    }

    ul.bike_list02 li a {
        padding: 8px 0;
    }

    ul.bike_list02 li a h3 span {
        margin-top: 8px;
    }

    section#sec02 h2 {
        padding: 20px 0 20px 0;
        font-size: 34px;
    }

    section#sec04 h2 {
        padding: 0px 0 20px 0;
        margin: 0;
    }

    section#sec02 h3 {
        font-size: 24px;
        line-height: 1.5;
    }
    
    ul.bike_stock_bnr {
        width: 100%;
        max-width: none;
        padding: 30px 0px 0px;
    }

    ul.bike_stock_bnr li {
        width: 100%;
        margin: 0 0 16px;
    }
    ul.bike_stock_bnr li .hover-parent {
        margin: 0 16px 0;
        padding: 0;
        /*min-height: 220px;*/
    }

    ul.bike_stock_bnr li figcaption.hover-mask {
        padding: 0 20px 0px;
        bottom: 0;
        min-height: 130px;
    }

    #sec01 ul.bike_stock_bnr li .hover-parent h2{
        padding: 10px 0 10px;
    }

    #sec01 ul.bike_stock_bnr li .hover-parent p{
        line-height: 1.4;
    }

    /*スライダー*/
    #wide .sp-buttons {
        width: 90%;
        margin: 0 auto;
    }
    #wide .sp-button {
        width: calc( 100% / 4 - 11% );
        height: 5px;
    }

    /*CAMPAIGN*/
    section#sec02 p {
        font-size: 13px;
    }

    section#sec02 p.bg img, section#sec02 p.bg2 img {
        object-fit: cover;
        height: 200px;
    }

    #sec02 .vMid h4.cp-name {
        font-size: 14px;
    }
    #sec02 .vMid h4.cp-name span {
        font-size: 1.33rem;
    }
    #sec02 .vMid h4.cplast {
        margin: 0px 0 20px 0;
    }

    /*news*/
    #sec04 .news_list {
        flex-wrap: wrap;
    }
    #sec04 .news_list li {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    /*SHOP DATA*/
    #sec05 {
        padding-top: 0;
        background-color: #fff;
    }

    #sec05 .col-left{
        width: 90%;
        margin: 0 auto;
        height: auto;
    }
    #sec05 .col-left h2 {
        padding: 20px 0 0 !important;
    }

    #sec05 .col-left h3 {
        padding: 0 0 5px;
        line-height: 1.3;
        font-size: 24px;
    }

    #sec05 #sec02_02 p.bg2 {
        display: none;
    }

    #sec05 #sec02_02 p.bg img {
        height: auto;
    }

    #map {
        background-color: #fff;
    }

    #map iframe {
        width: 100% !important;
        left: 0;
    }

  a#menu{
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
    }

    #menuBtn{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
    }

    #menuBtn:before, #menuBtn:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: .3s;
    }

    #menuBtn:before{
    margin-top: -7px;
    }

    #menuBtn:after{
    margin-top: 5px;
    }

    a#menu .close{
    background: transparent;
    }

    a#menu .close:before, a#menu .close:after{
    margin-top: 0;
    }

    a#menu .close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    }

    a#menu .close:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    }

    .panel{
        width: 100%;
        display: none;
        overflow: hidden;
        position: relative;
        left: 0;
        top: 0;
        z-index: 100;
    }

    #mainnav{
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        text-align: right;
        z-index:500;
    }

    #mainnav ul{
        border-bottom: 1px solid #ccc;
        background: #fff;
        text-align: left;
    }

    #mainnav li a{
        position: relative;
        display:block;
        padding:15px 25px;
        border-bottom: 1px solid #ccc;
        color: #002550;
        font-weight: 400;
    }

    #mainnav li a:before{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 2px #002550;
        border-right: solid 2px #002550;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .col3 li{
        margin: 0 auto;
        display: block;
    max-width: 288px;
    }

    /*STOCK LIST
    -------------------------------------------*/
    .stock-category.stock .inner {
        padding-left: 0;
        padding-right: 0;
    }

    .stock-category.stock #sec01.sec_details {
        margin: 0 auto 0;
    }

    .stock ul.bike_list li {
        width: 100%;
        margin: 0px 36px 16px;
    }

    .stock ul.bike_list li a{
        display: flex;
        padding: 5px 10px;
        flex-wrap: wrap;
        align-items: center;
    }

    .stock ul.bike_list li img{
        width: 30%;
    }

    .stock ul.bike_list li a h3 {
        padding-top: 0;
        margin-top: 0px;
        margin-left: 10px;
        line-height: 1.5;
        font-size: 24px;
    }

    .stock-category .sec_details ul.col2 li.flex-item1 {
        display: block;
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }

    .flex-item2 .flex-header-back {
        padding-left: 20px;
        padding-right: 20px;
    }

    .flex-item2 .flex-header-back.flex-header-noprice {
        display: block;
    }    

    .flex-item2 .flex-header-back.flex-header-noprice .flex-header-modelname {
        max-width: inherit;
    }

    #sec01 .flex-item2 .flex-header-back + p{
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .sec_details .col2.model-list {
        margin: 50px auto 0;
        display: block;
    }

    .flex-item2 .flex-header-back .flex-header-modelname {
        /*flex:inherit;
        max-width: inherit;*/
    }

    .flex-item2 .flex-header-back .flex-header-price {
        /*flex: inherit;
        max-width: inherit;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #ffed00;
        border-bottom: 1px solid #ffed00;
        padding: 2px 0 2px 0;
        margin-bottom: 1em;*/
    }

    #sec01.sec_details .flex-header-back .flex-header-price .sec_price_title,
    #sec01.sec_details .flex-header-back .flex-header-price .sec_price_title span{
        line-height: 1.5;
        font-size: 12px;
        font-weight: normal;
    }
    #sec01.sec_details .flex-header-back .flex-header-price .sec_price_txt{
        font-weight: bold;
        font-size: 24px;
        line-height: 1.4;
        color: #002550;
    }

    #sec01.sec_details .flex-header-back .flex-header-price .sec_price_txt span{
        font-size: 13px;
        font-weight: normal;
    }

    #sec01 .color_picker_pc span {
        display: none;
    }

    #sec01 .tabContent, #sec01 .tabContent02 {
        /*max-height: 0;*/
    }

    #sec01 .tabContent .sp-slides-container,
    #sec01 .tabContent02 .sp-slides-container,
    #sec01 .tabContent .sp-thumbnails-container,
    #sec01 .tabContent02 .sp-thumbnails-container {
        height: 0;
    }

    #sec01 .tabContent.is-show,
    #sec01 .tabContent02.is-show02,
    #sec01 .tabContent.is-show .sp-slides-container,
    #sec01 .tabContent02.is-show02 .sp-slides-container,
    #sec01 .tabContent.is-show .sp-thumbnails-container,
    #sec01 .tabContent02.is-show02 .sp-thumbnails-container {
        height: auto;
    }

    .sec_details ul.col2 li.flex-item2 {
        width: 100%;
        margin-top: 1.5em;
    }

    #sec01.sec_details .flex-header-modelname p {
        font-size: 13px;
    }
    #sec01.sec_details ul.col2 li.flex-item2 h2 {
        padding: 20px 0 5px;
        font-size: 24px;
    }

    #sec01.sec_details ul.col2 li.flex-item2 h2{
        padding: 0 0 0px;
    }

    #sec01.sec_details .sec_price {
        padding: 3px 0 0px;
    }

    #sec01.sec_details p {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        font-weight: normal;
    }

    #sec01.sec_details .sec_price p {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        letter-spacing: 0;
    }

    #sec01.sec_details .sec_price span {
        font-size: 30px;
    }

    #sec01.sec_details table {
        margin: 10px 0 0;
    }
    #sec01.sec_details table.tbl_spec.openBox {
        margin: 0 0 10px 0;
    }

    #sec01.sec_details table th {
        width: 100px;
        font-size: 13px;
    }

    #sec01.sec_details table td {
        font-size: 13px;
    }

    .btn_type01 a, .btn_type01 input,
    .btn_type02 a {
        font-size: 18px;
        max-width: 300px;
        margin-top: 1.5em;
    }

    section.sec_details .sec_spec_bg {
        padding: 10px 20px;
    }

    section.sec_details h3 {
        font-size: 24px;
        margin-top: 1em;
    }

    section.sec_details .sec_spec_bg h3{
        padding-bottom: 0;
    }

    .flex-tbl-back {
        display: block;
    }

    .flex-tbl-back div.tbl_spec {
        max-width: initial;
        width: 100%;
        border-bottom: 1px solid #878787;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-top: 0;
    }

    .sec_details div.tbl_spec h4 {
        padding: 0 0 0.3em 0;
        width: auto;
        font-size: 22px;
    }

    .sec_details .sec_spec_bg dl {
        padding: 0;
        justify-content: space-between;
    }

    .sec_details div dl dt {
        width: 45%;
        padding-bottom: 1em;
        display: flex;
        justify-content: flex-start;
    }

    .sec_details div.tbl_spec dd {
        width: 48%;
        padding: 0px 0 1em 0;
        text-align: left;
        font-weight: normal;
        /* border-bottom: 1px solid #d0d0d0; */
        /* border: 1px solid #c6c6c6; */
    }

    button.addBtn {
        font-size: 16px;
    }


    /*.sp-selected-thumbnail{
        border: 2px solid #ff6600;    
    }*/

    /*Shop Data
    -------------------------------------------*/
    .shop #sec01 h2 {
        padding: 0px 0 20px;
    }

    .shop .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sec_shopdata ul.col2 {
        display: block;
    }

    .sec_shopdata ul.col2 li.flex-item1 {
        width: 100%;
        padding: 0;
    }

    .sec_shopdata ul.col2 li.flex-item1 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
        margin-top: 0;
        font-size: 16px;
    }

    /*.sec_shopdata ul.team_list {
        padding: 0 10px 10px;
    }*/

    .sec_shopdata ul.team_list li {
        width: 100%;
        margin: 0 auto 9px;
    }

    .sec_shopdata .linkList .ttl {
        font-size: 18px;
    }

    .sec_shopdata ul.col2 li.flex-item2,
    .sec_shopdata ul.col2 li.flex-item4 {
        width: 100%;
    }

    .shop #sec01 .flex-item2 iframe,
    .shop #sec01 .flex-item4 iframe{
        width: 100%;
    }

    section#sec01.sec_shopdata h2 {
        padding: 0 0 10px;
        margin: 0;
        font-size: 30px;
        line-height: 1.3;
    }

    .shop section.sec_shopdata .comLable {
        margin-bottom: 8px;
        margin-top: 0px;
    }

    .sec_shopdata .linkList {
        margin: 16px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        font-weight: 500;
    }

    .sec_shopdata .linkList li:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 16px;
    }



    /*Contact
    -------------------------------------------*/

    .sec_contact .inputUl li {
        margin: 34px 14px 0 0;
    }

    .sec_contact .inputUl li:first-child {
        margin: 0 14px 0 0;
    }

    .sec_contact .comTable td {
        min-width: auto;
    }
    .sec_contact .btn_type01 input {
        width: 100%;
    }
    .sec_contact {
        margin: 0 auto;
        padding: 0 0 50px 0;
    }
    .sec_contact .inner {
        max-width: auto;
        box-shadow: rgb(0 0 0 / 10%) 6px 6px 0px 0px;
        -webkit-box-shadow: rgb(0 0 0 / 10%) 6px 6px 0px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 0px 0px;
    }

}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 45%;
		padding: 0 10px;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}

	/*ヘッダー　---------------------*/
	.header_logo {
	    width: 100%;
	    min-height: auto;
	}

    header#header_navi h1 a{
        width: 70%;
        font-size: 18px;
        line-height: 1.2;
        top: 10px;
        font-weight: 600;
        left: 20px;
    }

	.logo_ktm_ad {
	    display: none;
	}

	header#header_navi {
	    width: 100%;
	    height: 60px;
	    padding: 0;
	    position: fixed;
	    z-index: 300;
	    overflow: hidden;
	}

    header#header_navi h1 a img {
        display: block;
        width: 190px;
        top: 11px;
    }

	#bread_crumb {
	    width: auto;
	    margin: 0px auto 15px;
	    padding: 85px 0 0;
	}
	#bread_crumb .back {
		display: none;
	}
	#bread_crumb ul {
	    margin-left: 20px;
	}

	.contact #page_header, .shop #page_header , .stock #page_header , .privacy #page_header{
	    width: 100%;
	    height: 210px;
	    margin-bottom: 45px;
	    /*background: url(../img/travel/head_stocklist_sp.jpg) no-repeat center top 0px;*/
    	background-size: cover;
	}

    .stock-category #page_header.motocross {
        background: url(../img/motocross/head_motocross_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .stock-category #page_header.travel {
        background: url(../img/travel/head_travel_sp.jpg?0707) no-repeat center top;
        background-size: cover;
    }

    .stock-category #page_header.enduro{
        background: url(../img/enduro/head_enduro_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .stock #page_header.stocklist{
        background: url(../img/head_stocklist_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .stock #page_header.sportstourer{
        background: url(../img/travel/head_sportstourer_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .stock #page_header.supermoto{
        background: url(../img/supermoto/head_supermoto_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .stock #page_header.naked{
        background: url(../img/naked/head_naked_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .shop #page_header{
        background: url(../img/head_shop_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .contact #page_header{
        background: url(../img/head_contact_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    .privacy #page_header{
        background: url(../img/head_privacy_sp.jpg) no-repeat center top;
        background-size: cover;
    }

	#page_header h1 {
	    font-size: 40px;
	}


	/*
	メニューボタン
	-------------------------------------------*/
	.menu_btn {
		display: block;
		height: 20px;
		width: 20px;
		text-align: center;
		padding-top: 0px;
		padding-bottom: 0px;
		position: fixed;
		z-index: 5000;
		top: 20px;
		right: 20px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		cursor: pointer;
	}
	.menu_btn:hover {
		cursor: pointer;
	}

	.menu_btn span {
		width: 20px;
		height: 2px;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -10px;
		background-color: #3d3d3d;
	}
	.menu_btn span {
	    transition: all 0.3s;
	    transform: rotate(0deg);
		-webkit-transform: rotate(0deg);  
	    -moz-transform: rotate(0deg);    
	  }
	.menu_btn span.top {
	    transform: translateY(-8px);
		-webkit-transform: translateY(-8px);  
	    -moz-transform: translateY(-8px);    
	  }
	.menu_btn span.bottom {
	    transform: translateY(8px);
		-webkit-transform: translateY(8px);  
	    -moz-transform: translateY(8px);    
	}

	.menu_btn:hover span.top {
	    transform: translateY(-7px);
		-webkit-transform: translateY(-7px);  
	    -moz-transform: translateY(-7px);    
	}
	.menu_btn:hover span.bottom {
	    transform: translateY(7px);
		-webkit-transform: translateY(7px);  
	    -moz-transform: translateY(7px);    
	}

	.menu_btn.opened  span.middle {
	    background: rgba(255, 255, 255, 0);
		 transform: translateX(30px);
		 -webkit-transform: translateX(30px);  
	    -moz-transform: translateX(30px);    
	}
	.menu_btn.opened  span.top {
	    transform: rotate(-45deg) translateY(0px);
		-webkit-transform: rotate(-45deg) translateY(0px);  
	    -moz-transform: rotate(-45deg) translateY(0px);    
	}
	.menu_btn.opened  span.bottom {
	    transform: rotate(45deg) translateY(0px);
		-webkit-transform: rotate(45deg) translateY(0px);  
	    -moz-transform: rotate(45deg) translateY(0px);    
	}

	/*グローバルナビ
	-------------------------------------------*/
	#g_navi {
		position: fixed;
		width: 90%;
		height: 100%;
		top: 0px;
		left: 100%;
		padding-top: 60px;
		overflow: auto;
		z-index: 3000;
		background-color: #FFF;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		font-size: 18px;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: bold;
		letter-spacing: 1px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
        display: block;
        margin-top: 0;
        margin-right: 0;
	}
	#g_navi ul.navi_base {
		display: block;
		margin: 0px;
		padding: 0px;
		clear: both;
	}

	#g_navi ul.navi_base li:first-child {
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #002550;
	}

	#g_navi ul.navi_base li {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #EEE;
        display: block;
        position: inherit;
        border-right: inherit;
        height: auto;
	}

	#g_navi ul.navi_base li ul li {
	    border-bottom: none;
	}

	#g_navi ul.navi_base li ul li:first-child {
	    border-top: none;
	}

    #g_navi ul.navi_base > li:nth-child(1) > a,
    #g_navi ul.navi_base > li:nth-child(5) > a {
        padding-top: 16px;
        padding-right: 30px;
        padding-bottom: 14px;
        padding-left: 20px;
    }

	#g_navi ul li a {
		color: #002550;
		text-decoration: none;
		display: block;
		padding-top: 16px;
		padding-right: 30px;
		padding-bottom: 14px;
		padding-left: 20px;
		line-height: 22px;
		vertical-align: middle;
        text-align: left;
	}
	#g_navi ul li a:hover {
		color: #c6c6c6;
	}

    #g_navi ul li div {
        position: initial;
        z-index: initial;
        top: initial;
        left: initial;
        opacity: initial;
        visibility: initial;
        width: auto;
        max-width: initial;
    }

	#g_navi div.ac_list {
	    display: none;
	}

	#g_navi ul li a.ac_menu {
	    position: relative;
	    background-image: none;
	}

	#g_navi ul li a.ac_menu::after {
	    font-size: 11px;
	    display: block;
	    height: 20px;
	    width: 20px;
	    content: "▼";
	    text-align: center;
	    line-height: 20px;
	    position: absolute;
	    top: 16px;
	    right: 10px;
	    color: #002550;
	}

	#g_navi ul li a.ac_menu.active::after {
	    content: "▲";
	}

	#g_navi ul li ul li a::before {
	    content: "・";
	    padding-right: 5px;
	    color: #fff;
	}
    /*TOP メインビジュアル
    ------------------------*/
    #header {
        /*height: 450px;*/
        height: auto;
    }
    #mainvisual{
        margin-top: 60px;
    }
    .br_sp{ display: block; }

    #mainvisual .sp-button {
        width: calc( 100% / 5 - 3% );
    }

    /*TOP CAMPAIGN
    ------------------------*/
    .txt, .bg, .bg2 {
        width: auto;
        float: inherit;
        display: inherit;
        background: inherit;
    }
    #sec02_02 .txt, #sec02_02 .bg, #sec02_02 .bg2 {
        float: inherit;
        height: auto;
        min-height: 234px;
    }
    #sec05 #sec02_02 .col-left h2 {
        padding: 0px 0 0 0 !important;
    }

    .sec_campaign_block .wrap_Left, .sec_campaign_block .wrap_Right {
        width: auto;
        margin: 0 auto;
        display: block;
        background-color: #fff;
    }

    .sec_campaign_block .wrap_Right {
        padding-bottom: 70px;
    }

    .sec_campaign_block .wrap_Left .txt_block, .sec_campaign_block .wrap_Right .txt_block {
        width: 86%;
        margin-right: 0;
        background-color: #fff;
        margin: 16px auto 20px;
        display: block;
        float: initial;
    }
    .sec_campaign_block .wrap_Left .txt_block, .sec_campaign_block .wrap_Right .txt_block{
        width: auto;
    }

    .sec_campaign_block .wrap_Left .img_block, .sec_campaign_block .wrap_Right .img_block {
        width: 100%;
        background-color: #fff;
        float: initial;
    }

    /*.btn_type01.gallery.sp {
        margin: 15px auto 0;
        padding-bottom: 15px;
    }*/

    .btn_type01, .btn_type02 {
        display: block;
        margin: 15px auto 0;
        padding-bottom: 15px;
    }

    section#sec01 h2, section#sec02 h2 {
        margin: 52px 0 10px;
    }

    /*STOCK LIST
    -----------------------*/   
    .inner {
        width: auto;
    }
    .inner.sec_bnr_block {
        width: auto;
        margin: 0 36px;
    }

    .inner.sec_bnr_block ul {
        flex-wrap: wrap;
    }

    .inner.sec_bnr_block ul li {
        width: 100%;
    }
    .inner.sec_bnr_block div.sec_bnr_block_col2 {
        width: 100%;
        padding: 0;
    }
    .inner.sec_bnr_block {
        width: auto;
        flex-wrap: wrap;
        display: flex;
        margin: 0 auto;
    }

    .inner.sec_bnr_block .sec_bnr_block_col2:nth-child(1) {
        padding-right: 0px;
        padding-left: 0px;
    }

    .flex-item2 .btn_type01 {
        display: block;
        margin: 15px auto 0;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }


    /*Privacy Policy
    -------------------------------------------*/
    .privacy-wrap .content {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .privacy-content .innerBox h2 {
        font-size: 16px;
    }

    .privacy-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .privacy-content ol.privacy-num {
        margin-top: 24px;
        counter-reset: item;
        list-style-type: none;
        margin-left: 1.8em;
    }

    .privacy-content ol.privacy-num li {
        font-size: 14px;
        line-height: 1.5;
        text-indent: -1em;
        margin-bottom: 10px;
    }


	/*Contact
	-------------------------------------------*/
	.sec_contact{
		width: 80%;
    	margin: 0 auto;
	}
	.sec_contact ul.col2 > li {
	    width: 100%;
	    padding: 0;
	    margin: 0;
	}
	.sec_contact ul.col2 .customerBox {
	    width: auto;
	    margin-left: 0;
	    margin-top: 0;
	}
}

