@charset "utf-8";



/* 共通設定 */
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
/* iPhone 文字サイズ対策 */
body {
	-webkit-text-size-adjust: 100%; 
}
/* chrome画像ボケ対策 */
img{
	image-rendering: -webkit-optimize-contrast;
	/*-webkit-backface-visibility: hidden;*/
}
#site-header .cms-block {
	padding-top: 0;
	padding-bottom: 0;
}
#site-content .contents {
	padding: 0;
}
@media screen and (max-width: 880px) {
	#cms-breadcrumb .breadcrumb {
		width: 95%;
		margin: 0 auto 0 auto;
	}
	#site-content-main .contents {
		width: 95%;
		margin: 0 auto 0 auto;
	}
}


.contents.wrapper {
	max-width: 1024px !important;
	margin-left: auto;
	margin-right: auto;
}
.post-title {
	max-width: 1024px !important;
	width: 100% !important;
	height: auto !important;
	font-size: 2.4rem !important;
	border-left: solid 4px #C90003 !important;
	margin: 0 auto 20px auto !important;
	padding: 5px 0 5px 15px !important;
	background: #dddddd !important;
}



.drawer-hamburger.hamburger-circle {
	background-color: #000000 !important;
	top: 35px !important;
}
.drawer-hamburger-icon, 
.drawer-hamburger-icon::before, 
.drawer-hamburger-icon::after {
	background-color: #FFFFFF !important;
}





/* イタリア本国サイトリンク */
#swm_italia_link {
	max-width: 100%;
	height: auto;
	background: rgba(0,0,0, 1);
}
#swm_italia_link .swm_italia_link_text {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 2px 10px 5px 0;
	text-align: right;
}
#swm_italia_link .swm_italia_link_text a {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
}
#swm_italia_link .block {
	margin-bottom: 0;
	padding-bottom: 0;
}





/* フッター */
#footer_pc {
	max-width: 100%;
	height: auto;
	background: rgba(64,64,64, 1);
}
#footer_pc .block {
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#footer01 {
	background: rgba(64,64,64, 1);
	padding: 4rem 0;
	width:100%;
}
#footer01 .contents {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 2rem;
	width:100%;

} 
#footer01 .simple-list8100 {
	max-width: 1024px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#footer01 .simple-list8100 a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
#footer01 .simple-list8100 a:hover {
	text-decoration: underline;
}
/*
#footer01 .simple-list8100 ul {
	list-style-type: none;
	display: flex;
	font-size: 1.3rem;
	justify-content: space-between;
}
*/

#footer01 .simple-list8100 li {
	width: 22%;
	width: calc((100% - 40px) / 4);
	width: -webkit-calc((100% - 40px) / 4);
	width: -moz-calc((100% - 40px) / 4);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 0;
	vertical-align: top;
}

/*
#footer01 .simple-list8100 li:nth-child(1) {
	width: 20%;
	display: inline-block;
	list-style-type: none;
	justify-content: center;
	margin: 0;
	vertical-align: top;
}
#footer01 .simple-list8100 li:nth-child(2) {
	width: 35%;
	display: inline-block;
	list-style-type: none;
	justify-content: center;
	margin: 0;
	vertical-align: top;
}
#footer01 .simple-list8100 li:nth-child(3) {
	width: 20%;
	display: inline-block;
	list-style-type: none;
	justify-content: center;
	margin: 0;
	vertical-align: top;
}
#footer01 .simple-list8100 li:nth-child(4) {
	width: 20%;
	display: inline-block;
	list-style-type: none;
	justify-content: center;
	margin: 0;
	vertical-align: top;
}
*/

#footer01 .simple-list8100 ul li::before {
	color: #404040;
}
#footer01 .simple-list8100 > li > a::before {
	color: #900;
	content: "■";
	padding-right: 0.5rem;
}
#footer01 .level1 {
	box-sizing:border-box;
	width: 33%;
	margin: 0;
	padding: 0;
}
#footer01 .level1 > a::before {
	color: #900;
	content: "■";
	padding-right: 0.5rem;
}
#footer01 .level1 li ul {
	padding-left: 1rem;
}
#footer01 .level1 > ul {
	width:100%;
	margin-top: 0.5rem;
	padding-left: 1rem;
	display: block;
}
#footer01 .level1 > ul > li {
	width:100%;
	margin-bottom: 0.8rem;
	display: block;
}
#footer01 .level1 > ul > li > a::before {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	content: "";
	display: inline-block;
	height: 5px;
	margin-bottom: 2px;
	margin-right: 8px;
	transform: rotate(45deg);
	width: 5px;
}
#footer01 .level2 > ul {
	width:100%;
	margin-top: 0.5rem;
	padding-left: 1rem;
	display: block;
}
#footer01 .level1 > ul > li > ul > li  {
	width:100%;
	margin-bottom: 0.8rem;
	display: block;
}
#footer01 .level1 > ul > li > ul > li > a::before {
	color: #fff;
	content: "・";
}

@media screen and (max-width: 1024px) {
	#footer01 .simple-list8100 {
		margin: 0 0 0 10px;
	}
}
@media screen and (max-width: 810px) {
	#footer01 .simple-list8100 li {
		width: 48%;
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		width: -moz-calc((100% - 20px) / 2);
	}
}
@media screen and (max-width: 540px) {
	#footer01 .simple-list8100 {
		margin: 0 0 0 10px;
	}
	#footer01 .simple-list8100 li {
		width:100%;
	}
	/*
	#footer01 .simple-list8100 ul li:nth-child(3) {
		margin-bottom: 0.8rem;
	}
	*/
	#footer01 .simple-list8100 ul li.level4 {
		margin-top: 1.8rem;
	}
}

@media screen and (max-width: 480px) {
	#footer01 {
		/*display: none;*/
	}
}




/* copyright */
#copyright {
	max-width: 100%;
	height: auto;
	background: rgba(0,0,0, 1);
}
#copyright .copyright_text {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 2px 10px 5px 5px;
	text-align: left;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
}
#copyright .block {
	margin-bottom: 0;
	padding-bottom: 0;
}
#site-footer .cms-block {
	padding-top: 2px;
	padding-bottom: 1px;
}





/********** COMMON **********/
.info_list_2, .info_list_2N, .info_list_2P,
.info_list_3, .info_list_3P, .info_list_3b,
.info_list_4, .info_list_4N, .info_list_4L, .info_list_4P, .info_list_4B,
.info_list_5, .info_list_5P, 
.info_list_6, .info_list_6P,
.info_list_7 {
	max-width: 1024px;
	width: 100%;
	font-size: 0;
	padding: 0;
	background-color: #FFF;
}
.info_list_4Y {
	max-width: 1024px;
	width: 100%;
	font-size: 0;
	padding: 0;
	/*background-color: #FFF;*/
}
.info_list_2 li {
	width: 48%;
	width: calc((100% - 20px) / 2);
	width: -webkit-calc((100% - 20px) / 2);
	width: -moz-calc((100% - 20px) / 2);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 5px;
	vertical-align: top;
	text-align: center;
}
.info_list_2N li {
	width: 50%;
	display: inline-block;
	list-style-type: none;
	justify-content: center;
	vertical-align: top;
	text-align: center;
}
.info_list_2P li {
	width: 48%;
	width: calc((100% - 20px) / 2);
	width: -webkit-calc((100% - 20px) / 2);
	width: -moz-calc((100% - 20px) / 2);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 5px;
	vertical-align: top;
	text-align: left;
	color: #5c5c5c;
	font-size: 10pt;
}
.info_list_3 li {
	width: 30%;
	width: calc((100% - 30px) / 3);
	width: -webkit-calc((100% - 30px) / 3);
	width: -moz-calc((100% - 30px) / 3);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 5px;
	vertical-align: top;
	text-align: center;
}
.info_list_3P li {
	width: 30%;
	width: calc((100% - 30px) / 3);
	width: -webkit-calc((100% - 30px) / 3);
	width: -moz-calc((100% - 30px) / 3);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 5px;
	vertical-align: top;
	text-align: left;
	color: #5c5c5c;
	font-size: 10pt;
}
.info_list_3b li {
	width: 30%;
	width: calc((100% - 30px) / 3);
	width: -webkit-calc((100% - 30px) / 3);
	width: -moz-calc((100% - 30px) / 3);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 5px;
	vertical-align: top;
	text-align: center;

	border: 1px solid #000000;
}
.info_list_4 li {
	width: 22%;
	width: calc((100% - 40px) / 4);
	width: -webkit-calc((100% - 40px) / 4);
	width: -moz-calc((100% - 40px) / 4);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 5px;
	vertical-align: top;
	text-align: center;
	color: #5c5c5c;
	font-size: 10pt;
}
.info_list_4N li {
	width: 25%;

	display: inline-block;
	list-style-type: none;

	justify-content: center;
	vertical-align: top;
	text-align: center;
	font-size: 10pt;
}
.info_list_4L li,
.info_list_4P li {
	width: 22%;
	width: calc((100% - 40px) / 4);
	width: -webkit-calc((100% - 40px) / 4);
	width: -moz-calc((100% - 40px) / 4);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 5px;
	vertical-align: top;
	text-align: left;
	color: #5c5c5c;
	font-size: 10pt;
}
.info_list_4B li {
	width: 22%;
	width: calc((100% - 40px) / 4);
	width: -webkit-calc((100% - 40px) / 4);
	width: -moz-calc((100% - 40px) / 4);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 5px;
	vertical-align: top;
	text-align: center;
	color: #5c5c5c;
	font-size: 10pt;
	border: 1px solid #000000;
}

.info_list_4Y li {
	width: 25%;

	display: inline-block;
	list-style-type: none;

	justify-content: center;
	vertical-align: top;
	text-align: center;
	/*font-size: 10pt;*/
}

.info_list_5 li {
	width: 18%;
	width: calc((100% - 51px) / 5);
	width: -webkit-calc((100% - 50px) / 5);
	width: -moz-calc((100% - 50px) / 5);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 5px;
	vertical-align: top;
	text-align: center;
}
.info_list_5P li {
	width: 18%;
	width: calc((100% - 51px) / 5);
	width: -webkit-calc((100% - 50px) / 5);
	width: -moz-calc((100% - 50px) / 5);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 5px;
	vertical-align: top;
	text-align: left;
	color: #5c5c5c;
	font-size: 10pt;
}
.info_list_6 li {
	width: 14%;
	width: calc((100% - 61px) / 6);
	width: -webkit-calc((100% - 60px) / 6);
	width: -moz-calc((100% - 60px) / 6);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 5px;
	vertical-align: top;
	text-align: center;
}
.info_list_6P li {
	width: 14%;
	width: calc((100% - 61px) / 6);
	width: -webkit-calc((100% - 60px) / 6);
	width: -moz-calc((100% - 60px) / 6);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 5px;
	vertical-align: top;
	text-align: left;
	color: #5c5c5c;
	font-size: 10pt;
}
.info_list_7 li {
	width: 11%;
	width: calc((100% - 71px) / 7);
	width: -webkit-calc((100% - 70px) / 7);
	width: -moz-calc((100% - 70px) / 7);

	display: inline-block;
	list-style-type: none;

	justify-content: center;

	margin: 5px;
	vertical-align: top;
	text-align: center;
}
.info_list_2 li img, .info_list_2N li img, .info_list_2P li img,
.info_list_3 li img, .info_list_3P li img, .info_list_3b li img,
.info_list_4 li img, .info_list_4N li img, .info_list_4L li img, .info_list_4P li img, .info_list_4Y li img, .info_list_4B img,
.info_list_5 li img, .info_list_5P li img,
.info_list_6 li img, .info_list_6P li img,
.info_list_7 li img {
	width: 100%;
	height: auto;
}
.info_list_2P li img,
.info_list_3P li img,
.info_list_4P li img,
.info_list_5P li img,
.info_list_6P li img {
	border: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
	.info_list_2 li, .info_list_2N li, .info_list_2P li,
	.info_list_3 li, .info_list_3P li, .info_list_3b li {
		width: 98%;
		width: calc((100% - 10px) / 1);
		width: -webkit-calc((100% - 10px) / 1);
		width: -moz-calc((100% - 10px) / 1);
		margin: 5px;
	}
	.info_list_4 li, .info_list_4N li, .info_list_4L li, .info_list_4P li, .info_list_4B li, .info_list_4Y li,
	.info_list_5 li, .info_list_5P li,
	.info_list_6 li, .info_list_6P li,
	.info_list_7 li {
		width: 48%;
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		width: -moz-calc((100% - 20px) / 2);

		margin: 5px;
	}
}



#site-content-main .tag-date {
	margin: 0 0 25px 0;
}
#site-content-main .detail date {
	font-weight: bold;
}
#site-content-main .detail a {
	color: #3c8dbc;
	text-decoration: underline;
}









/********** トップページ **********/


/* TOPスライド */
#top-i .block {
	margin-bottom: 0;
	padding-bottom: 0;
}


#top-img {
	max-width: 100%;
	height: auto;
}
#top_media .block {
	margin-bottom: 0;
	padding-bottom: 0;
}
#top_media_select {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
}

#top-img .slider {
	/* width: 100%; */
	max-width: 100%;
	height: auto;
	margin: 0 auto 40px auto;
}
#top-img .slick-slide {
	max-width: 100%;
	max-height: 523px;
	height: 100%;
	/* margin: 0px 20px; */
	margin: 0;
}
#top-img .slick-slide img {
	width: 100%;
	height: auto;
}
#top-img .slick-prev,
#top-img .slick-next {
	top: 50%;
}

#top-img .slick-prev {
	left: 3%;
}
#top-img .slick-prev:before {
	left: 0px;
}
#top-img .slick-next {
	right: 3%;
}
#top-img .slick-next:before {
	right: 0px;
}

#top-img .slick-prev:before,
#top-img .slick-next:before {
	color: black;
}
#top-img .top-slide {
	/* width: 100%; */
	max-width: 100%;
	height: auto;
}
#top-img .top-slide img {
	width: 100%;
	height: auto;
}

#top-img .top-slide .slick-slide{
	/* margin: 5px; */
	margin: 0;
}
#top-img .top-slide .slick-slide:not(.slick-center) {
	-webkit-filter: opacity(70%);
	-moz-filter: opacity(70%);
	-o-filter: opacity(70%);
	-ms-filter: opacity(70%);
	filter: opacity(70%);
	transition: 0.2s linear;
}

#top-img .slick-dots li {
	width: 50px;
	height: 4px;
	padding: 5px;
}
#top-img .slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 50px;
	height: 4px;

	content: ' ';
	text-align: center;

	opacity: .75;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#top-img .img1 {
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 55.625%;
	background: url('https://www.swm-motorcycles.jp/uploads/swm/top/img/main_img.jpg') 0 0 no-repeat;
	background-size: contain;
}
#top-img .img2 {
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 55.625%;
	background: url('https://www.swm-motorcycles.jp/uploads/swm/top/img/main_img.jpg') 0 0 no-repeat;
	background-size: contain;
}

@media screen and (max-width: 480px) {
	#top-img .slick-dots li {
		width: 33px;
		height: 2px;
		padding: 3px;
	}
	#top-img .slick-dots li button:before {
		width: 33px;
		height: 2px;
	}
}






/* トップイメージ画像 */
#top-img-f {
	height: 90px;
	position: relative;
	/*border-bottom: 1px solid #000000;*/
}
#top-img-f_old {
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 48.854%;
	background: url('https://www.swm-motorcycles.jp/uploads/swm/top/img/main_img3.jpg') 0 0 no-repeat;
	background-size: contain;
	position: relative;
}
@media screen and (max-width: 700px) {

}
#top-main-img {
	max-width: 100%;
	height: auto;
	font-size: 0;
}
#top-main-img img {
	width: 100%;
	height: auto;
}



/* NEWSヘッダーメニュー */
#top-img-topics {
	height: 90px;
	position: relative;
	border-bottom: 1px solid #000000;
}
/* LINEUPヘッダーメニュー */
#top-img-lineup {
	height: 90px;
	position: relative;
	border-bottom: 1px solid #000000;
}
/* DEALERヘッダーメニュー */
#top-img-dealer {
	height: 90px;
	position: relative;
	border-bottom: 1px solid #000000;
}
/* PARTS/OPTIONヘッダーメニュー */
#top-img-parts {
	height: 90px;
	position: relative;
	border-bottom: 1px solid #000000;
}
/* HISTORYヘッダーメニュー */
#top-img-history {
	height: 90px;
	position: relative;
	border-bottom: 1px solid #000000;
}
/* MEDIAヘッダーメニュー */
#top-img-media {
	height: 90px;
	position: relative;
	border-bottom: 1px solid #000000;
}
/* MEDIAヘッダーメニュー */
#top-img-ownersmanual {
	height: 90px;
	position: relative;
	border-bottom: 1px solid #000000;
}





/* GLOBALメニュー */
#top-img-f .main-menu,
#top-img-topics .main-menu,
#top-img-lineup .main-menu,
#top-img-dealer .main-menu,
#top-img-parts .main-menu,
#top-img-history .main-menu,
#top-img-media .main-menu,
#top-img-ownersmanual .main-menu {
	background: rgba(255,255,255, 0.7);
	width: 100%;
	height: 90px;
	font-size: 0;
	position: absolute;
	top: 0;
}

#top-img-f .global-menu,
#top-img-topics .global-menu,
#top-img-lineup .global-menu,
#top-img-dealer .global-menu,
#top-img-parts .global-menu,
#top-img-history .global-menu,
#top-img-media .global-menu,
#top-img-ownersmanual .global-menu {
	max-width: 980px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	top: 0;
}

#top-img-f .main-logo,
#top-img-topics .main-logo,
#top-img-lineup .main-logo,
#top-img-dealer .main-logo,
#top-img-parts .main-logo,
#top-img-history .main-logo,
#top-img-media .main-logo,
#top-img-ownersmanual .main-logo {
	float: left;
	width: 75px;
	height: 70px;
	background: #FFFFFF url(/uploads/swm/common/img/swm_logo_pc.png) no-repeat center top;
	margin: 8px 0 0 0;
}
#top-img-f .main-logo img,
#top-img-topics .main-logo img,
#top-img-lineup .main-logo img,
#top-img-dealer .main-logo img,
#top-img-parts .main-logo img,
#top-img-history .main-logo img,
#top-img-media .main-logo img,
#top-img-ownersmanual .main-logo img {
	width: 100%;
	height: auto;
}
#top-img-f .main-logo a,
#top-img-topics .main-logo a,
#top-img-lineup .main-logo a,
#top-img-dealer .main-logo a,
#top-img-parts .main-logo a,
#top-img-history .main-logo a,
#top-img-media .main-logo a,
#top-img-ownersmanual .main-logo a {
	display: block;
	width: 75px;
	height: 70px;
}

#top-img-f .site-menu,
#top-img-topics .site-menu,
#top-img-lineup .site-menu,
#top-img-dealer .site-menu,
#top-img-parts .site-menu,
#top-img-history .site-menu,
#top-img-media .site-menu,
#top-img-ownersmanual .site-menu {
	float: right;
	max-width: 900px;
	width: 100%;
	font-size: 0;
	top: 0;
	margin: 50px 0 0 0;
}
#top-img-f .site-menu-list a,
#top-img-topics .site-menu-list a,
#top-img-lineup .site-menu-list a,
#top-img-dealer .site-menu-list a,
#top-img-parts .site-menu-list a,
#top-img-history .site-menu-list a,
#top-img-media .site-menu-list a,
#top-img-ownersmanual .site-menu-list a {
	font-size: 9pt;
	font-weight: 400;
	color: #000000;
}
#top-img-f .site-menu-list a:hover
#top-img-topics .site-menu-list a:hover,
#top-img-lineup .site-menu-list a:hover,
#top-img-dealer .site-menu-list a:hover,
#top-img-parts .site-menu-list a:hover,
#top-img-history .site-menu-list a:hover,
#top-img-media .site-menu-list a:hover,
#top-img-ownersmanual .site-menu-list a:hover {
	color: #ff0000;
	text-decoration: none;
}

#top-img-f li.site-menu-list,
#top-img-topics li.site-menu-list,
#top-img-lineup li.site-menu-list,
#top-img-dealer li.site-menu-list,
#top-img-parts li.site-menu-list,
#top-img-history li.site-menu-list,
#top-img-media li.site-menu-list,
#top-img-ownersmanual li.site-menu-list {
	display: inline-block;
	width: 15%;
	width: calc((100% - 0px) / 7);
	width: -webkit-calc((100% - 0px) / 7);
	width: -moz-calc((100% - 0px) / 7);
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0;
}
#top-img-f li,
#top-img-topics li,
#top-img-lineup li,
#top-img-dealer li,
#top-img-parts li,
#top-img-history li,
#top-img-media li,
#top-img-ownersmanual li {
	border-right: 1px solid #000000;
}
#top-img-f li:nth-child(1),
#top-img-topics li:nth-child(1),
#top-img-lineup li:nth-child(1),
#top-img-dealer li:nth-child(1),
#top-img-parts li:nth-child(1),
#top-img-history li:nth-child(1),
#top-img-media li:nth-child(1),
#top-img-ownersmanual li:nth-child(1) {
	border-left: 1px solid #000000;
}
#top-img-f li:hover,
#top-img-topics li:hover,
#top-img-lineup li:hover,
#top-img-dealer li:hover,
#top-img-parts li:hover,
#top-img-history li:hover,
#top-img-media li:hover,
#top-img-ownersmanual li:hover {
	color: #005eb8;
}
#header_menu_sp {
	display: none;
}
/*
@media screen and (max-width: 1024px) {
	#top-img-f .main-logo,
	#top-img-topics .main-logo,
	#top-img-lineup .main-logo,
	#top-img-dealer .main-logo,
	#top-img-parts .main-logo,
	#top-img-history .main-logo,
	#top-img-media .main-logo,
	#top-img-ownersmanual .main-logo {
		margin: 5px 0 0 10px;
	}
}

@media screen and (max-width: 920px) {
	#top-img-f .site-menu,
	#top-img-topics .site-menu,
	#top-img-lineup .site-menu,
	#top-img-dealer .site-menu,
	#top-img-parts .site-menu,
	#top-img-history .site-menu,
	#top-img-media .site-menu,
	#top-img-ownersmanual .site-menu {
		float: right;
		max-width: 800px;
		width: 90%;
		font-size: 0;
		top: 0;
		margin: 30px 0 0 0;
	}
	#top-img-f li.site-menu-list,
	#top-img-topics li.site-menu-list,
	#top-img-lineup li.site-menu-list,
	#top-img-dealer li.site-menu-list,
	#top-img-parts li.site-menu-list,
	#top-img-history li.site-menu-list,
	#top-img-media li.site-menu-list,
	#top-img-ownersmanual li.site-menu-list {
		display: inline-block;
		width: 15%;
		width: calc((90% - 100px) / 6);
		width: -webkit-calc((90% - 100px) / 6);
		width: -moz-calc((90% - 100px) / 6);
		height: 25px;
		line-height: 25px;
		text-align: center;
		margin: 0;
	}
	#top-img-f .site-menu-list a {
		font-size: 9pt;
	}
}
*/
@media screen and (max-width: 1060px) {
	/* グローバルメニューのPCとスマホメニューの切替点 */
	#header_menu_sp {
		display: block;
	}
	#top-img-f .site-menu,
	#top-img-topics .site-menu,
	#top-img-lineup .site-menu,
	#top-img-dealer .site-menu,
	#top-img-parts .site-menu,
	#top-img-history .site-menu,
	#top-img-media .site-menu,
	#top-img-ownersmanual .site-menu {
		display: none;
	}
}
@media screen and (max-width: 580px) {
	#top-img-f, #top-img-lineup, #top-img-dealer, #top-img-parts, #top-img-history, #top-img-media, #top-img-ownersmanual {
		height: 80px;
	}
	#top-img-f .main-menu,
	#top-img-topics .main-menu,
	#top-img-lineup .main-menu,
	#top-img-dealer .main-menu,
	#top-img-parts .main-menu,
	#top-img-history .main-menu,
	#top-img-media .main-menu,
	#top-img-ownersmanual .main-menu {
		height: 80px;
	}
}
#top-img-f-sp {
	display: none;
}





/* トップ　MEDIA選択 */
#top_media {
	max-width: 100%;
	height: auto;
	background: rgba(85,85,85, 1);
	/*border-bottom: 2px solid #555555;*/
}
#top_media .block {
	margin-bottom: 0;
	padding-bottom: 0;
}
#top_media_select {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	background: rgba(85,85,85, 1);
}



/* Youtube iframeレスポンシブ対応コード　*/
.iframe-wrapper-2 {
	position: relative;
	width: 100%;
	padding: calc(141 / 256 * 100%) 0 0;
}
.iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* トップ　news */
#top_news_title .block {
	padding: 20px 0 5px 0;
	margin-bottom: 1px;
}
#top_news_index {
	max-width: 495px;
	width: 100%;
	border: solid 1px #333333;
	padding: 10px;
	margin: 0 0 25px 0;
}
#top_news_index .wrap-block {
	padding: 10px;
}
#top_news_index .block1311 ul li date {
	background-image: url("https://www.swm-motorcycles.jp/uploads/swm/common/img/index_mark.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 0 280px 0 15px;
}
#top_news_index date span {
	font-size: 1.4rem;
	margin-top: -15px;
}
#top_news_index .block1311 li a {
	padding: 0.3rem 0 0.6rem 1.2rem;
	color: #333333;
	font-weight: bold;
}
@media screen and (max-width: 960px) {
	#top_news_title img {
		max-width: 945px !important;
	}
	#top_news_index {
		max-width: 945px;
	}
}

@media screen and (max-width: 580px) {
	#top_news_index .block1311 ul li date {
		padding: 0 180px 0 15px;
	}
}





/* トップ　facebook */
#top_facebook_title .block {
	padding: 20px 0 5px 0;
	margin-bottom: 0;
}
#facebookiframe .block {
	padding: 0;
}
@media screen and (max-width: 960px) {
	#top_facebook_title img {
		max-width: 945px !important;
	}
}


/* トップ　PRODUCTS選択 */
#top_products {
	max-width: 100%;
	height: auto;
	background: rgba(85,85,85, 1);
}
#top_products .block {
	margin-bottom: 0;
	padding-bottom: 0;
}
#top_products_select {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
}




/********** NEWS & EVENT (topics) **********/
.topicsHome span.tag-new {
	display: none;
}
#topicsHeader .block {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.news_img_1000 {
	max-width: 1024px;
	width: 100%;
	height: auto;
}
.news_img_750 {
	max-width: 750px;
	width: 100%;
	height: auto;
}
.news_img_500 {
	max-width: 500px;
	width: 100%;
	height: auto;
}
.news_img_300 {
	max-width: 300px;
	width: 100%;
	height: auto;
}


.news_index .page-title {
	max-width: 1024px !important;
	width: 100% !important;
	height: auto !important;
	font-size: 2.4rem !important;
	border-left: solid 4px #C90003 !important;
	margin: 0 auto 20px auto !important;
	padding: 5px 0 5px 15px !important;
	background: #dddddd !important;
}
@media screen and (max-width: 580px) {
	.news_index .page-title {
		width: 95% !important;
		height: auto !important;
		margin: 0 auto 20px auto !important;
	}
}
.news_index .block1311 ul li {
	padding: 10px 0 10px 0;
}
.news_index .block1311 ul li date {
	background-image: url("https://www.swm-motorcycles.jp/uploads/swm/common/img/index_mark.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 10px 0 15px;
}
.news_index date span {
	font-size: 1.4rem;
	margin-top: -15px;
}
.news_index .block1311 li a {
	padding: 0.3rem 0 0.3rem 1rem;
	color: #333333;
	font-weight: bold;
}







/********** LINEUP **********/
.lineupHome span.tag-new {
	display: none;
}
#lineupHeader .block {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#lineup {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}
#lineup .lineup_class {
	max-width: 100%;
	height: auto;
	color: #FFFFFF;
	background: #2b2b2b;
	border-top: 2px solid #cd171a;
	font-size: 1.7rem;
	line-height: 1.5;
	padding: 4px 0 6px 10px;
	margin: 20px 0 10px 0;
}
#lineup .p_img_01 {
	width: 100%;
	height: auto;
}
#lineup .p_img_02 {
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
}
#lineup .mainimg640 {
	max-width: 640px;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
}


/* スペック（Table）　*/
#products_spec {
	max-width: 1024px;
	width: 100%;
	height:auto;
	/*margin: 5px auto 20px auto;*/
	margin: 40px 0 20px 0;
}
#products_spec .spec_title {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 0 0 0 8px;
	border-left: solid 4px #C90003;
}
#products_spec .spec_cau {
	font-size: 1.1rem;
	margin: 3px 0 10px 0;
}
#products_spec .spec_table {
	max-width: 1024px;
	/*width: 100%;*/
	/*width: 100vw;*/
	width: 95vw;
	overflow-x: scroll;
	/*overflow-x: auto;*/
	white-space: nowrap;
}

table.spec_table00 {
	/*min-width: 1024px;*/
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;

}
table.spec_table00 tr {
	font-size: 11pt;
	border-bottom: 1px solid #727171;
}
table.spec_table00 th {
	padding: 9px;
	text-align: center;
	vertical-align: middle;
}

table.spec_table00 th.largeclass {
	width: 33%;
	text-align: center;
	vertical-align: middle;
}
table.spec_table00 th.middleclass {
	width: 39%;
	text-align: center;
	vertical-align: middle;
}
table.spec_table00 th.spectext {
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
table.spec_table00 td {
	font-size: 10pt;
	padding: 9px;
	text-align: left;
	vertical-align: middle;
}
table.spec_table00 td.largeclass {
	text-align: left;
	vertical-align: middle;
}
table.spec_table00 td.middleclass {
	text-align: left;
	vertical-align: middle;
}
table.spec_table00 td.spectext {
	text-align: left;
	vertical-align: middle;
	border-left: 1px solid #727171;
}
table.spec_table00 tr:first-child {
	border-top: 1px solid #727171;
}
/* even＝奇数行 odd＝偶数行 */
table.spec_table00 tr:nth-child(odd) {
	background-color: #DDDDDD;
}
/* 価格 */
#products_price {
	max-width: 1024px;
	width: 100%;
	height:auto;
	/*margin: 5px auto 20px auto;*/
	margin: 40px 0 20px 0;
}
#products_price .price_title {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 0 0 0 8px;
	border-left: solid 4px #C90003;
}
#products_price .price_txt {
	font-size: 3.0rem;
	font-weight: bold;
	margin: 3px 0 10px 0;
}
#products_price .price_txt2 {
	font-size: 3.0rem;
	font-weight: bold;
	margin: 0 0 3px 0;
}
#products_price .price_base_txt {
	font-size: 1.7rem;
	font-weight: normal;
	margin: 3px 0 10px 0;
}

#products_price .price_cau {
	font-size: 1.1rem;
	margin: 3px 0 10px 0;
}









/********** 取扱店 **********/
.dealerHome span.tag-new {
	display: none;
}
#dealerHeader .block {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#DealerList {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}
#DealerList h5 {
	background-image: url("https://www.swm-motorcycles.jp/uploads/swm/dealer/img/cnt_detailtitle_bg_on.gif");
	background-position: 0 15%;
	background-repeat: no-repeat;
	zoom: 1;
}
#DealerList h5 {
	margin: 0 0 2px 0;
	padding: 0;
	padding-left: 20px;
	color: #555;
	font-size: 1em;
	font-weight: bold;
}
#DealerList h5 a {
	display: inline;
	margin-left: -20px;
	padding-left: 20px !important;
	font-size: 1em;
	line-height: 1.5;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 0 0.15em;
	font-weight: bold;
}
#DealerList_area {
	max-width: 1024px;
	width: 100%;
	height:auto;
}
#DealerList_area .entry {
	margin-bottom: 30px !important;
	padding-left: 0 !important;
}
#DealerList_area .entry {
	/*width: 1024px !important;*/
	width: 100%;
	background-color: #FFF !important;
	overflow: hidden !important;
	margin-bottom: 25px !important;
}
#DealerList_area .dealer_table {
	max-width: 1024px;
	/*width: 100%;*/
	/*width: 100vw;*/
	width: 90vw;
	overflow-x: scroll;
	/*overflow-x: auto;*/
	white-space: nowrap;
}

#DealerList_area .dealerList {
	width: 100% !important;
	border-collapse: collapse !important;
}

#DealerList_area .dealerList th {
	padding: 3px !important;
	text-align: left !important;
	vertical-align: top !important;
	color: #333 !important;
	background-color: #eee !important;
	border: 1px solid #b9b9b9 !important;
}

#DealerList_area .dealerList td {
	padding: 3px !important;
	background-color: #fff !important;
	border: 1px solid #b9b9b9 !important;
}
#DealerList_area a.dlShop {
	text-decoration: none !important;
	font-weight: 800 !important;
	color: #C90003 !important;
}
#DealerList_area a.dlPhone {
	text-decoration: none !important;
	color: #C90003 !important;
}









/********** PARTS & OPTION **********/
.partsHome span.tag-new {
	display: none;
}
#partsHeader .block {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#parts {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}
#parts .parts_caution {
	width: 99%;
	margin: 30px auto 0 auto;
	padding: 10px;
	line-height: 1.8;
	border: 2px solid #CC0000;
}
#parts .parts_caution_txt_head {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
	color: #CC0000;
}









/********** HISTORY **********/
.historyHome span.tag-new {
	display: none;
}
#historyHeader .block {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#history {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}
#history .heading_txt {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.8;
	text-decoration: underline;
}
#history .his_L_img {
	float: left;
	max-width: 200px;
	width: 100%;
	height: auto;
	margin: 0 20px 10px 0;
}
#history .his_main_img {
	width: 100%;
	height: auto;
	margin: 30px 0 10px 0;
}










/********** MEDIA **********/
.mediaHome span.tag-new {
	display: none;
}
#mediaHeader .block {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#media {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}




/********** COMPANY **********/
.companyHome span.tag-new {
	display: none;
}
#companyHeader .block {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#company {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}

table.company_profile {
	/*min-width: 1024px;*/
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;
}
table.company_profile tr {
	font-size: 11pt;
	border-bottom: 1px solid #727171;
}
table.company_profile tr:first-child {
	border-top: 1px solid #727171;
}
table.company_profile th {
	padding: 9px;
	text-align: center;
	vertical-align: middle;
	background-color: #EEEEEE;
}
table.company_profile td {
	font-size: 11pt;
	padding: 9px 0 9px 25px;
	text-align: left;
	vertical-align: middle;
}



/********** OWNERS MANUAL **********/
.ownersmanualHome span.tag-new {
	display: none;
}
#ownersmanualHeader .block {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#ownersmanual {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}
#ownersmanual .ownersmanual_caution {
	width: 99%;
	margin: 30px auto 0 auto;
	padding: 10px;
	line-height: 1.8;
	border: 2px solid #CC0000;
}
#ownersmanual .ownersmanual_caution_txt_head {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
	color: #CC0000;
}



