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

/* ------------------------
	コンテナ
------------------------ */
#naps_clm-container {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}
a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	cursor: pointer;
}
a:hover img {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	cursor: pointer;
}
li {
	list-style: none;
}
/* ------------------------
	コンテンツ
------------------------ */
* {
    box-sizing: border-box;
}

#arai_helmet {
    max-width: 100%;
    width: 1020px;
	margin: 0 auto;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	box-sizing: border-box;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	list-style: none;
}
.text_area_01 {
    margin-bottom: 70px;
}
.text_area_01 .text_area_main {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 30px;
}
.text_area_01 .text_area_main span {
    display: block;
    font-size: 23px;
    font-weight: 100;
}
.text_area_01 .text_area_sub {
    font-size: 14px;
    margin: 0;
}
.text_area_02 {
    margin-bottom: 70px;
}
.text_area_02 .text_area_main {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
    line-height: 1.2;
}
.text_area_02 .text_area_main span {
    display: block;
    font-size: 23px;
    font-weight: 100;
}
.text_area_02 div {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.text_area_02 div .text_area_sub {
    width: 100%;
    max-width: 586px;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}
.text_area_02 .text_area_sub_img {
    width: 100%;
    max-width: 384px;
    margin: 0;
}
.three_column {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto 70px;
}
.three_column ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto;
}
.three_column ul li {
    width: 340px;
    color: #fff;
    font-size: 14px;
    padding: 15px; 
}
.three_column ul li:nth-child(1) {
    background-color: #2a2a2a;
}
.three_column ul li:nth-child(2) {
    background-color: #1e1e1e;
}
.three_column ul li:nth-child(3) {
    background-color: #000;
}
.three_column ul li p {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}
.three_column ul li span {
    display: block;
    font-size: 18px;
    padding: 10px 0;
}
.m-headingType01 {
    margin: 40px 0 20px;
    padding: 10px 15px;
    border-top: 3px solid #c00;
    background-color: #f3f3f3;
    font-size: 16px;
    font-weight: 700;
}
.category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 45px;
}
/*.category_item:nth-child(3n+2) {
    margin-right: 20px;
    margin-left: 20px;
}*/
.category_item a {
    display: block;
    color: #333;
}
.category_pic {
    margin: 0;
}
.category_name {
    margin-top: 5px;
}
.center {
	text-align: center;
}
#helmet {
	margin: 50px auto 0;
}
.pc {
	display: block;
}

.sp {
		display: none;
	}


@media screen and (min-width: 768px) {
    #naps_clm-container h1 {
	font-size: 1.8em;
	font-weight: 900;
	line-height: 1.25em;
}
}

@media screen and (max-width: 767px) {
	
    .text_area_01 .text_area_main {
        font-size: 30px;
    }
    .text_area_01 .text_area_main span {
        font-size: 18px;
    }
    .text_area_02 div {
        display: block;
    }
    .text_area_02 .text_area_sub_img {
        margin: 20px auto 0;
    }
    .text_area_02 .text_area_main {
        font-size: 30px;
    }
    .text_area_02 .text_area_main span {
        font-size: 18px;
    }
    .three_column ul {
        display: block;
    }
    .three_column ul li {
        width: 100%;
    }
    .category_item:nth-child(3n+2) {
        margin: 0;
    }
}

@media screen and (max-width: 670px) {
    .category {
        margin: 0 15px;
    }
    .category_item {
        margin: 0 auto!important;
    }
}

.bg_glay{
    background-color: #C0C0C0!important;;
	padding: 1em!important;;
	margin: 1em!important;;

    }


.text_area_02 div .movie {
    width: 100%;
    max-width: 480px;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

a.btn_02 {
	display: block!important;
	text-align: center!important;
	vertical-align: middle!important;
	text-decoration: none!important;
	width: 65%!important;
	margin: auto!important;
	padding: 1rem 4rem!important;
	font-weight: bold!important;
	border: 2px solid #27acd9!important;
	background: #27acd9!important;
	color: #fff!important;
	transition: 0.5s!important;
}
a.btn_02:hover {
	color: #27acd9!important;
	background: #fff!important;
}
