@charset "utf-8";
/* CSS Document */

/* ------------------------
	コンテナ
------------------------ */
/*#naps_clm-container {
	max-width: 1020px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}*/
/*#bgmv {
	position: relative;
	overflow: hidden;
	height: 51.7vh;
}*/
/*h1 {
	position: absolute;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 16vh;
	z-index: 1;
}*/
/*h1{
	position: absolute;
	width: 100%;
	top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
	z-index: 1;
}*/
p {
	line-height: 1.3;
}
h1 {
	width: 1020px;
	/*position: absolute;*/
	/*top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); /*上下左右中央寄せ*/
	/*text-align: center;*/
	display: block;
	margin: auto;
}
/*video {
	min-height: 500px;
	width: 100%;
	transform: translateY(-30%);
}*/
h1 img .sp {
	display: none;
}
h2 {
	position: relative;
	padding: .25em 0.5em .25em 1.25em;
	border: 1px solid #ccc;
	font-size: 28px;
	font-weight: 700;
	margin-top: 30px;
	background-color: white;
}
h2::after {
	position: absolute;
	top: 0.3em;
	left: .5em;
	content: '';
	width: 7px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 0.5em);
	background-color: #5ab4bd;
	border-radius: 4px;
}
li {
	list-style: none;
}
#c_head, #safety, #maker {
	background-color: #f2f2f2;
	padding: 20px 0 50px 0;
}
#c_head {
	padding-top: 0;
}
#feature, #use {
	padding: 20px 0 50px 0;
}
h3 {
	font-size: 22px;
	font-weight: 600;
}
h4 {
	font-size: 20px;
	font-weight: 600;
}
h3.dot {
	text-align: center;
	width: 90%;
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
	margin: 30px auto 0 auto;
}
h3.dot img {
	width: 10%;
}
/* header&index */
#c_headb .lead {
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
}
#c_headb ul, #feature ul, .m_ul, .s_ul, .r_ul, .u_item, #maker ul li dl {
	overflow: hidden;
	margin: 30px 0 0 0;
}
/*#c_headb ul li {
	list-style: none;
	/*float: left;
	width: calc(97% / 4);
	margin-right: 1%;
}*/

.sp {
	display: none;
}



.index_flex {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0px;
	flex-wrap: wrap;
}
.index_flex li {
	list-style: none;
	width: 24.6%;
}
.index_flex img {
	width: 98%;
}


/* index_flex_5 */
.index_flex_5 {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0px;
	flex-wrap: wrap;
}
.index_flex_5 li {
	width: 19.9%;
}
.index_flex_5 img {
	width: 98%;
}


#c_headb ul li:last-child {
	margin-right: 0;
}

/* #feature */
.contents_flex {
	width: 100%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#feature ul li {
	list-style: none;
	/*float: left;*/
	width: 49%;
	margin: 50px 1% 0 0;
}
#feature ul li h3 {
	text-align: center;
}
#feature ul li dl {
	display: flex;
	overflow: hidden;
}
#feature ul li dl dt img {
	/*float: left;*/
	width: 100%;
	height: auto;
	margin-right: 2%;
}
#feature ul li dl dd {
	width: 66%;
}
#feature ul li dl dd img {
	float: left;
	width: 100%;
}
#feature .cau {
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
}
.e_link {
	color: #ed1e79;
	border: 2px solid #ed1e79;
	border-radius: 5px;
	text-align: center;
	width: 496px;
	margin: 20px auto;
	line-height: 2;
}
.e_link a {
	color: #ed1e79;
	text-decoration: none;
	display: block;
}
.e_link a:hover {
	background-color: #ed1e79;
	color: white;
	transition: 0.7s;
	padding: 0;
}

/* m_ul */
.m_ul {
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.m_ul li:first-child {
	list-style: none;
	/*float: left;*/
	width: 45%;
	margin-right: 2%;
}
.m_ul img {
	width: 100%;
	margin-top: 40px;
}
.m_ul li:last-child {
	list-style: none;
	/*float: left;*/
	width: 48%;
}
#safety b {
	color: #e20000;
	font-weight: 600;
}

/* s_ul r_ul */
.s_ul, .r_ul {
	padding: 0;
}
.r_ul {
	display: flex;
	flex-wrap: wrap;
}
.s_ul li {
	list-style: none;
	float: left;
	width: 49%;
	margin: 30px 2% 0 0;
}
.r_ul li {
	list-style: none;
	width: 98%;
	margin-bottom: 30px;
}
.s_ul li dl, .r_ul dl {
	/*overflow: hidden;*/
	display: flex;
}
.s_ul li dl dt {
	float: left;
	width: 33%;
	margin-right: 7%;
}
.r_ul dl dt{
	width: 49%;
	margin-right: 7%;
}
.r_ul dl dd {
	width: 49%;
	font-size: 20px;
	margin-top: 40px;
}
.r_ul dl dd br {
	display: none;
}
.s_ul li dl dt img  {
	width: 100%;
	margin-top: 60px;
}
.s_ul li dl dd {
	float: left;
	width: 65%;
}

/* k_ul */
.k_ul {
	display: flex;
	width: 85%;
	margin: auto;
}
.k_ul p {
	margin-left: 20px;
	font-size: 1.2em;
}


/*servise_m(table)*/
.servise_m {
	padding-bottom: 30px;
}
.servise_m td,th {
	border-bottom: 1px dotted #333;
	padding-top: 20px;
}
.servise_m th {
	text-align: justify;
	white-space: nowrap;
}
.servise_m td {
	padding-left: 10px;
}


/* shop_flex */
.shop_flex {
	display: flex;
	flex-wrap: wrap;
}
.shop_flex li {
	width: 49%;
}
.shop_flex li dl {
	display: flex;
	padding-bottom: 40px;
}


/* bg_way */
#bg_way {
	background-image: url(images/u_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
}
#bg_way p {
	line-height: 1.35;
}

/* u_nav */
.u_nav {
	margin-top: 30px;
	overflow: hidden;
	border-bottom: 3px solid #5ab4bd;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.u_nav li {
	list-style: none;
	/*float: left;*/
	width: 25%;
	background-color: #d9d9d9;
	line-height: 1.8;
	border-right: 1px solid #aaa;
	font-size: 22px;
	font-weight: 600;
	padding-top: 3px;
}
.u_nav li a {
	color: #565656;
	text-align: center;
	text-decoration: none;
	display: block;
}
.u_nav li a:hover {
	opacity: 0.5;
}
.u_nav li:last-child {
	border-right: none;
}
#u_touring .u_nav li:first-child, #u_city .u_nav li:nth-child(2), #u_sport .u_nav li:nth-child(3), #u_off .u_nav li:last-child {
	background-color: #5ab4bd;
}
#u_touring .u_nav li:first-child a, #u_city .u_nav li:nth-child(2) a, #u_sport .u_nav li:nth-child(3) a, #u_off .u_nav li:last-child a {
	color: white;
}


/* u_item */
.u_item {
	padding: 3px;
}
.u_item li {
	list-style: none;
	float: left;
	width: /*calc(96% / 3)*/30%;
	margin-right: 2%;
	box-shadow: 1px 1px 3px 3px #ccc;
	padding: 1%;
}
.u_item li img {
	width: 100%;
}
.u_item li .e_link {
	width: 98%;
	text-align: center;
	margin-right: auto;
}

/* #maker */
#maker ul {
	padding: 0;
}
#maker ul li {
	margin-top: 30px;
	list-style: none;
}
#maker ul li dl {
	display: flex;
}
#maker ul li:first-child {
	margin-top: 0;
}
#maker ul li dl dt {
	/*float: left;*/
	width: 27%;
	margin-right: 2%;
}
#maker ul li dl dt img {
	width: 100%;
	margin-top: 30px;
}
#maker ul li dl dd {
	/*float: left;*/
	width: 71%;
	margin-left: 10px;
}

/*バイク用ヘルメットの種類
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}*/

.banner_link {
	display: flex;
	justify-content: space-between;
}
.banner_link img {
	width: 98%;
	padding: 5px 5px 30px 5px;
}

.page_link {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.page_link li {
	width: 49%;
	margin-right: 2%;
}

/* banner_flex */
.banner_flex {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.banner_flex li {
	width: 48%;
	margin: 30px 2% 0 0;
}
.banner_flex img {
	width: 98%;
}

/* table */
.heme {
	margin: 30px 0 0;
    padding: 3px 0em;
    font-size: 1.8em;
    line-height: 1.5;
	width: 100%;
    color: #fff;
    background: #000000;
    font-weight: 900;
}
.heme img {
	vertical-align: middle;
	width: 10%;
}
.sitb {
	margin: 0;
	width: 100%;
}
.sitb table {
    border: 1 #000000;
    border-collapse: collapse;
    font-size: 1.25em;
	width: 100%;
	margin-bottom: 10px;
}
.sitb tr {
	line-height: 1.1;
	vertical-align: inherit;
}
.sitb th {
	border: 1px #000000 solid;
    background-color: #f5f5f5;
    padding: 0.5em 0;
    text-align: center;
    vertical-align: middle;
}
.sitb td {
	border: 1px #000000 solid;
    padding: 0.5em 0;
    text-align: justify;
    vertical-align: middle;
}

.p_center {
	text-align: center;
}

.a-service::before {
	content: "\025a0";
	color: #3498db;
}
.a-explanation li {
	font-size: 20px;
    font-weight: 600;
	/*border-left: 20px solid #ed86b3;*/
	margin: 20px 0;
}
.a-explanation li::before {
	content: "\025cf";
	color: #ed86b3;
}

/*proshop*/

.proshoplis h3 {
	border-left: 13px solid #333;
    border-bottom: 1px solid #333;
    font-size: 1.4em;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 4px;
}

.youtube iframe {
	width: 65%;
	height: 40%;
}

/*rain*/

.l-pointlist_large {
	position: relative;
    /*width: 1020px;*/
    margin: 30px auto;
    border: 5px solid #1b8dba;
    border-radius: 20px;
	padding: 30px;
}
.l-pointlist_large dl dd {
	margin-left: 0px;
}
.point {
	position: absolute;
    z-index: 10;
    margin: 0 auto;
    width: 150px;
    height: 60px;
    padding: 45px 0;
    text-align: center;
    font-size: 22px;
    border-radius: 9999px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background-color: #1b8dba;
	top:-20px;
	left:-40px;
}
.point span {
	font-size: 46px;
}
.l-pointlist_large h3 {
	color: #1b8dba;
	font-weight: bold;
	padding-left: 90px;
	font-size: 28px;
	margin: 30px;
}
.l-pointlist_large p {
	padding-left: 90px;
    font-size: 22px;
	font-weight: bold;
}
.l-note_last {
	/*display: flex;*/
	width: 1020px;
	margin: auto;
}
.l-recommend_item_note {
	position: relative;
    /*width: calc(100% - 20px);*/
	/*width: 88%;*/
	height: 200px;
    margin: 30px auto;
    border: 5px solid #db7634;
    border-radius: 20px;
	padding: 30px 30px 30px 150px;
}
.l-recommend_item_note dt {
	position: absolute;
    z-index: 10;
    margin: 0 auto;
    width: 200px;
    height: 110px;
    padding: 45px 0;
    text-align: center;
    font-size: 42px;
    border-radius: 9999px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background-color: #db7634;
	top:-20px;
	left:-80px;
}
.l-note_last .l-recommend_item_note dt span:first-child {
    display: block;
    font-size: 18px;
    line-height: 1.6;
}
.rain .l-note_last .l-recommend_item_note dt span:last-child {
        display: block;
        font-size: 26px;
}
.l-recommend_item_note h3 {
	color: #db7634;
	font-weight: bold;
	font-size: 28px;
	margin: 30px;
}
/*.note_last {
	padding-top: 40px;
}*/
.l-recommend_item_note p {
	font-size: 20px;
}
.note_last {
	margin-top: 40px;
}
.note_last p {
	font-size: 20px;
}


/* レスポンシブ */

@media screen and (max-width: 1024px) {
	#title.inner {
		/*width: 1000px;*/
		margin: auto;
	}
	.s_ul li dl dd {
		margin-left: 20px;
	}
	.point {
		/*font-size: 20px;*/
		top: -30px;
		left: -20px;
	}
	.point span {
		font-size: 40px;
	}
	.l-pointlist_large {
		margin: 40px 18px 0 18px;
	}
	.l-pointlist_large h3 {
		padding-left: 130px;
	}
	.l-recommend_item_note {
		/*width: 72%;*/
		margin: 60px 18px 0 18px;
		padding-left: 200px;
	}
	.r_ul dl dt {
		width: 57%;
	}
	.r_ul img {
		width: 100%;
	}
	.note_last p {
		width: 95%;
		padding: 15px;
	}
	.l-recommend_item_note dt {
		top: -43px;
		left: -20px;
	}
}

@media screen and (min-width: 801px) {
.inner {
	margin: 0 auto;
}
h1 img {
	width: 1020px;
	display: block;
}
#safety .e_link {
	width: 90%;
}
#safety .mt1 {
	margin-top: 40px;
}
#safety .mt2 {
	margin-top: 95px;
}
#feature ul li:nth-child(even) {
	margin-right: 0;
}
#feature ul li:nth-child(-n+2) {
	margin-top: 0;
}
#maker ul li:first-child .e_link {
	margin-top: 0;
}
#maker ul li:nth-child(n+2):nth-child(-n+6) .e_link {
	margin-top: 38px;
}
#maker ul li:nth-child(8) .e_link {
	margin-top: 56px;
}
.s_ul li:nth-child(-n+2) {
	margin-top: 0;
}
.s_ul li:nth-child(even) {
	margin-right: 0;
}
.u_item li:nth-child(3n) {
	margin-right: 0;
}
}

@media screen and (max-width: 800px) {
#naps_clm-container/* ,img*/ {
	width: 100%;
}
#bgmv {
	height: 25vh;
}
h1 {
	width: 100%;
	object-fit: cover;
}
#title.inner {
	width: 98%;
	overflow: hidden;
}
.inner {
	width: 98%;
	margin: 0 1%;
}
h1 img {
	width: 100%;
}
#c_headb .lead {
	font-size: 16px;
}
.index_flex {
	flex-wrap: wrap;
}
#c_headb ul li {
	width: 48%;
	margin: 2% 2% 0 0;
}
#c_headb ul li:nth-child(even) {
	margin-right: 0;
}
h2 {
	font-size: 24px;
	padding: .3em 0.5em .25em 1.25em;
}
h3, h4 {
	font-size: 18px;
}
#feature ul li {
	float: none;
	width: 100%;
	margin-top: 40px;
}
#feature ul li:first-child {
	margin-top: 0;
}
.m_ul {
	flex-wrap: wrap;
}
.m_ul li:first-child {
	/*float: none;*/
	width: 90%;
	margin: 20px auto 0 auto;
}
.m_ul li:nth-child(2n) {
	/*float: none;*/
	width: 100%;
	margin: 10px auto 0 auto;
}
.mt0 {
	margin-top: 0;
}
.e_link {
	width: 98%;
	line-height: 2.7;
	margin-right: auto;
}
.s_ul li {
	float: none;
	width: 100%;
	margin: 20px auto 0 auto;
}
.s_ul li dl dt {
	padding-top: 5px;
}
.s_ul li:first-child {
	margin-top: 0;
}
#bg_way {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 5px;
}
.u_nav {
	margin-top: 50px;
	flex-wrap: wrap;
	justify-content: center;
}
.u_nav li {
	width: 49.5%;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}
.u_nav li:nth-child(even) {
	border-right: none;
}
.u_nav li:nth-child(3), .u_nav li:nth-child(4) {
	border-bottom: none;
}
.u_item li {
	float: none;
	width: 96%;
	height: auto;
	margin: 20px auto 0 auto;
	padding: 2% 2% 3% 2%;
}
.u_item li:first-child {
	margin-top: 0;
}
#maker ul li {
	margin-top: 50px;
}
#maker ul li:first-child {
	margin-top: 0;
}
#maker ul li dl dt {
	float: none;
	width: 80%;
	margin: 0 auto;
}
#maker ul li dl dd {
	float: none;
	width: 100%;
	margin-top: 10px;
}
/*.l-pointlist_large {
	width: 85%;
}*/
.r_ul {
	flex-wrap: wrap;
}
.r_ul li {
	/*width: 80%;*/
	margin-left: 50px;
}
.l-note_last {
	flex-wrap: wrap;
}
.l-pointlist_large h3 {
	line-height: 1.2em;
	padding-left: 110px;
}
.l-pointlist_large p {
	padding-left: 60px;
}
.l-recommend_item_note {
	/*width: 50%;*/
	/*height: auto;*/
	width: 47%;
	padding-bottom: 50px;
	/*margin-left: 45px;*/
}
.p-attention_note br {
	display: none;
}
.point {
	font-size: 20px;
}
.point span {
	font-size: 45px;
}
.note_last {
	padding-top: 0;
}
.note_last p {
	width: 700px;
}
.note_last img {
	width: 25%;
	display: block;
}
.l-recommend_item_note dt {
	left: -18px;
}
}
@media screen and (max-width: 430px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	.contents_flex li dl {
		flex-wrap: wrap;
	}
/*	.contents_flex li dl dd {
		width: 98%;
}*/
	#feature ul li dl dd {
		width: 98%;
		margin: auto;
	}
	#maker ul li dl{
		flex-wrap: wrap;
	}
	#maker ul li dl dd {
		margin: auto;
	}
	.shop_flex {
		padding-left: 15px;
	}
	.shop_flex li {
		width: 98%;
	}
	.shop_flex li dl dd {
		margin-left: 15px;
	}
	.page_link {
		padding: 0;
	}
	.page_link li {
		width: 98%;
	}
	.banner_flex li {
		margin-top: 0;
	}
	
	.k_ul {
		flex-wrap: wrap;
		padding: 0;
	}
	.k_ul li {
		width: 100%;
	}
	.servise_m th,.servise_m td {
		font-size: 16px;
	}
	.index_flex_5 {
		justify-content: start;
	}
	.index_flex_5 li {
		width: 50%;
	}
	.youtube iframe {
		margin: 10px 40px!important;
		width: 300px;
		height: 180px;
	}
	.r_ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.r_ul li {
		width: 90%;
		margin-left: 0px;
	}
	.r_ul li dl {
		flex-wrap: wrap;
		/*width: 325px;*/
	}
	.r_ul li dl dt {
		/*margin-bottom: 10px;*/
		width: 100%;
		margin-right: 0;
		/*margin: 20px auto;*/
	}
	.r_ul li dl dt img {
		width: 360px;
		height: auto;
		display: block;
		margin: auto;
	}
	.r_ul dl dd {
		margin-top: 20px;
		width: 100%;
		font-size: 18px;
		line-height: 1.2em;
	}
	.point {
		width: 310px;
		height: 50px;
		padding: 10px 0;
		left: 30px;
	}
	.l-pointlist_large {
		/*width: 90%;*/
		padding: 15px;
		margin: 50px 5px 50px 5px;
	}
	.l-pointlist_large h3 {
		margin-top: 60px;
		padding-left: 0;
		text-align: center;
		padding-right: 20px;
		font-size: 22px;
	}
	.l-pointlist_large p {
		padding: 0 5px 0 5px;
		/*line-height: 1.6em;*/
		font-size: 18px;
	}
	.l-pointlist_large dd {
		width: auto;
	}
	.l-pointlist_large dl dd br {
		display: none;
	}
	.l-recommend_item_note {
		width: 36%;
		height: auto;
		margin: 100px 5px 5px 5px;
		padding: 15px 15px 30px 15px;
	}
	.l-recommend_item_note h3 {
		margin-top: 80px;
		text-align: center;
		font-size: 24px;
	}
	.l-recommend_item_note dt {
		padding: 15px 30px;
		line-height: 1em;
		left: 63px;
		top: -85px
	}
	.l-recommend_item_note dd {
		margin-left: 0;
	}
	.l-recommend_item_note dd br {
		display: none;
	}
	.l-recommend_item_note p {
		font-size: 18px;
		width: 100%;
		line-height: 1.6em;
	}
	.note_last {
		padding-top: 0;
	}
	.note_last img {
		margin: 0;
		width: 50%;
	}
	.note_last a {
		width: 380px;
		display: block;
		margin: 0;
	}
	.note_last p {
		font-size: 18px;
		line-height: 1.6em
}
	
	.note_last p {
		width: 38%;
	}
	.note_last img {
		margin-left: 0;
	}
}
@media screen and (max-width: 425px) {
	.index_flex li {
		width: 49%;
	}	
	.banner_link {
		flex-wrap: wrap;
	}
	.banner_link img {
		padding-bottom: 10px;
	}
	.banner_flex li {
		width: 100%;
	}

}
@media screen and (max-width: 375px) {
	.point {
		width: 280px;
		left: 25px;
	}
	.r_ul dl dd {
		font-size: 16px;
		line-height: 1.4em;
	}
	.l-pointlist_large {
		/*width: 91%;*/
		padding: 10px;
	}
	.l-pointlist_large h3 {
		padding-right: 0;
	}
	.l-pointlist_large p {
		padding: 0 15px;
		font-size: 16px;
		line-height: 1.4em;
	}
	.r_ul li dl dt img {
		width: 320px;
	}
	.l-recommend_item_note {
		width: 29%;
		padding: 15px 25px 30px 25px ;
	}
	.l-recommend_item_note h3 {
		font-size: 22px;
	}
	.l-recommend_item_note dt {
		left: 50%;
    	transform: translateX(-50%);
	}
	.l-recommend_item_note p {
		font-size: 16px;
		line-height: 1.6em;
	}
	.note_last p {
		width: 330px;
		font-size: 16px;
		line-height: 1.6em;
	}
}

@media screen and (min-width:801px) and (max-width:1000px) {
#bgmv {
	height: 35vh;
}
}

@media screen and (min-width:1001px) and (max-width:1200px) {
#bgmv {
	height: 40vh;
}
}

