@charset "utf-8";


.pc_only {
	display: block !important;
}
.sp_only {
	display: none !important;
}

.contents_block_1024 {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 480px) {

	.pc_only {
		display: none !important;
	}
	.sp_only {
		display: block !important;
	}

}


/* IMAGE */

.img-radius-5 {
	border-radius: 5px;
}





/* FORM */

.wrap-form-btn input {
	color: #000;
}



/* カーボンフレームリペアサービス 2025.07 */

.repair_simple_plus_coating {
	width: 100%;
	margin: 20px 0 60px 0;
	padding: 0;
	display: flex;
	flex-wrap:wrap;
}
.repair_simple_plus_coating li {
	display: inline-block;
	width: calc((100% - 76px) / 6);
	height: auto;
	margin: 0 15px 15px 0;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	overflow: hidden;
}
.repair_simple_plus_coating li:nth-child(6),
.repair_simple_plus_coating li:nth-child(12) {
	margin: 0 0 15px 0;
}
.repair_price_table_sc {
	max-width: 1024px;
    width: 95vw;
    overflow-x: scroll;
}

.repair_service_menu {
	position:relative;
	z-index: 2;
	max-width:1024px; 
	width:100%; 
	margin:40px auto;
}

.repair_simple_plus_video {
	position: absolute;
	z-index: 3;
	left: 366px;
	bottom: 180px;
	width: 288px;
	aspect-ratio: 16 / 9;
}
.repair_simple_plus_video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.repair_simple_plus_video_txt {
	position: absolute;
	z-index: 3;
	left: 366px;
	bottom: 150px;
	width: 288px;
	font-size: 12px;
	text-align: center;
}


@media screen and (max-width: 960px) {

	.repair_simple_plus_video {
		position: absolute;
		z-index: 3;
		left: 33.8vw;
		bottom: 16vw;
		width: 26.5vw;
		aspect-ratio: 16 / 9;
	}
	.repair_simple_plus_video_txt {
		position: absolute;
		z-index: 3;
		left: 33.8vw;
		bottom: 13vw;
		width: 26.5vw;
		font-size: 12px;
		text-align: center;
	}


}
@media screen and (max-width: 768px) {

	.cdj_repair_case_title {
		max-width:1024px; 
		width: 100%; 
		margin: 30px auto; 
		padding: 3px 0;
		font-size: 18px;
		font-weight: bold;
		text-align: center; 
		color:#FFFFFF; 
		background-color:#e6336a;
	}

	.repair_simple_plus_coating li {
		display: inline-block;
		width: calc((100% - 46px) / 3);
		height: auto;
		margin: 0 15px 15px 0;
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		color: #000000;
		overflow: hidden;
	}
	.repair_simple_plus_coating li:nth-child(3),
	.repair_simple_plus_coating li:nth-child(6),
	.repair_simple_plus_coating li:nth-child(9),
	.repair_simple_plus_coating li:nth-child(12) {
		margin: 0 0 15px 0;
	}
}
@media screen and (max-width: 680px) {

	.repair_simple_plus_video {
		position: absolute;
		z-index: 3;
		left: 33.4vw;
		bottom: 16vw;
		width: 26.5vw;
		aspect-ratio: 16 / 9;
	}
	.repair_simple_plus_video_txt {
		position: absolute;
		z-index: 3;
		left: 33.4vw;
		bottom: 12.5vw;
		width: 26.5vw;
		font-size: 12px;
		text-align: center;
	}

}
@media screen and (max-width: 580px) {

	.repair_simple_plus_video {
		position: absolute;
		z-index: 3;
		left: 34.2vw;
		bottom: 16vw;
		width: 27vw;
		aspect-ratio: 16 / 9;
	}
	.repair_simple_plus_video_txt {
		position: absolute;
		z-index: 3;
		left: 34.2vw;
		bottom: 5vw;
		width: 27vw;
		font-size: 12px;
		text-align: center;
	}

}




.cdj_cyclebox_menu {
	width:100%;
	margin: 0 0 20px 0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-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;

}
.cdj_cyclebox_menu li {
	display: inline-block;
	width: calc((100% - 21px) / 3);

	height: auto;
	text-align: center;
	margin: 0;
	overflow: hidden;
	clear: both;
	display:inline-block;

	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #aaaaaa;

}
.cdj_cyclebox_menu li:nth-child(1),
.cdj_cyclebox_menu li:nth-child(2) {
	margin: 0 10px 0 0;
}
.cdj_cyclebox_menu li:nth-child(3) {
	margin: 0 0 0 0;
}
.cdj_cyclebox_menu li.active {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00428e;
}
.cdj_cyclebox_menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	width:100%;
	padding: 8px;
}
.cdj_cyclebox_menu li p {
	padding: 8px;
}
.cdj_cyclebox_menu li:hover {
	background-color: #00428e;
}

@media screen and (max-width: 768px) {

	.cdj_cyclebox_menu li {
		display: inline-block;
		width: 100%;
		font-size: 18px;
	}
	.cdj_cyclebox_menu li:nth-child(1),
	.cdj_cyclebox_menu li:nth-child(2) {
		margin: 0 0 10px 0;
	}
	.cdj_cyclebox_menu li:nth-child(3) {
		margin: 0 0 0 0;
	}
	.cdj_cyclebox_menu li.active {
		font-size: 18px;
	}

}




/* 作業日数の目安 */

#working_days {
	width: 100%;
	margin: 20px 0;
	padding: 20px;
	background: #fcf5e3;
	border-radius: 5px;
}

#working_days .block-description {
	width: 80%;
	margin: 0 auto 20px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
#working_days .block-description .title {
	width: 100%;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
#working_days .block-description .title span {
	padding-left: 5px;
	font-size: 85%;
	font-weight: 400;
}

#working_days .design {
	width: 80%;
	margin: auto;
}

#working_days .design-block {
	width: 80% !important;
	margin: auto;
    border-bottom: 1px solid #000;
}

#working_days .design-block .block {
	padding: 5px 0 !important;
	font-size: 16px;
	font-weight: 500;
}

#working_days .blo-col-2 article, #working_days .blo-col-2 section:nth-child(1) {
	width: 69%;
}
#working_days .blo-col-2 article, #working_days .blo-col-2 section:nth-child(2) {
	width: 30%;
}

@media screen and (max-width: 980px) {

	#working_days .block-description {
		width: 90%;
		margin: 0 auto 20px;
		font-size: 16px;
		font-weight: 400;
		text-align: center;
	}

	#working_days .design {
		width: 90%;
		margin: auto;
	}

	#working_days .design-block {
		width: 90% !important;
	}

	#working_days .blo-col-2 article, #working_days .blo-col-2 section:nth-child(1) {
		width: 74%;
	}
	#working_days .blo-col-2 article, #working_days .blo-col-2 section:nth-child(2) {
		width: 25%;
	}

}
@media screen and (max-width: 768px) {

	#working_days .block-description {
		width: 100%;
		margin: 0 auto 20px;
		font-size: 14px;
		text-align: left;
	}

	#working_days .block-description .title {
		width: 100%;
		padding-bottom: 10px;
		font-size: 16px;
	}

	#working_days .design {
		width: 95%;
		margin: auto;
	}

	#working_days .design-block {
		width: 90% !important;
	}

	#working_days .design-block .block {
		padding: 5px 0 !important;
		font-size: 14px;
		font-weight: 500;
	}

}
@media screen and (max-width: 580px) {

	#working_days .block-description .title span {
		display: block;
		padding-left: 0px;
		font-size: 75%;
	}

	#working_days .design {
		width: 100%;
		margin: auto;
	}

	#working_days .design-block {
		width: 100% !important;
	}

	#working_days .design-block .block {
		padding: 5px 0 !important;
		font-size: 13px;
		font-weight: 500;
	}

	#working_days .blo-col-2 article, #working_days .blo-col-2 section:nth-child(1) {
		width: 64%;
	}
	#working_days .blo-col-2 article, #working_days .blo-col-2 section:nth-child(2) {
		width: 35%;
		text-align: right;
	}

}



/* TOPICS */

#home_topics {
	width: 80%;
	margin: 20px auto;
	padding: 20px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#home_topics .block-description {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
#home_topics .block-description .title {
	width: 100%;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

#home_topics .design {
	width: 100%;
	margin: auto;
}

#home_topics .design .design-block {
	width: 80% !important;
	margin: auto;
    border-top: 1.5px dashed #000;
}
#home_topics .design:last-child .design-block {
	border-bottom: 1.5px dashed #000;
}

#home_topics .design-block .block {
	padding: 5px 0 !important;
	font-size: 15px;
	font-weight: 500;
}
#home_topics .design-block .block:nth-of-type(1) {
	font-weight: 400;
}

#home_topics .design-block .block a {
	text-decoration: none;
}
#home_topics .design-block .block a:hover {
	color: #FF0000;
}

#home_topics .blo-col-2 section:nth-child(1) {
	width: 120px;
}
#home_topics .blo-col-2 section:nth-child(2) {
	width: calc(100% - 120px);
}

@media screen and (max-width: 980px) {

	#home_topics {
		width: 100%;
		margin: 20px auto;
		padding: 20px;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
	}

	#home_topics .block-description {
		width: 90%;
		margin: 0 auto 20px;
		font-size: 16px;
		font-weight: 400;
		text-align: center;
	}

	#home_topics .design {
		width: 90%;
		margin: auto;
	}

	#home_topics .design .design-block {
		width: 90% !important;
		margin: auto;
		border-top: 1.5px dashed #000;
	}

	#home_topics .blo-col-2 section:nth-child(1) {
		width: 100px;
	}
	#home_topics .blo-col-2 section:nth-child(2) {
		width: calc(100% - 100px);
	}

}
@media screen and (max-width: 768px) {

	#home_topics .block-description {
		width: 100%;
		margin: 0 auto 10px;
		font-size: 14px;
		text-align: left;
	}

	#home_topics .block-description .title {
		width: 100%;
		padding-bottom: 10px;
		font-size: 16px;
	}

	#home_topics .design {
		width: 95%;
		margin: auto;
	}

	#home_topics .design-block .block {
		padding: 5px 0 !important;
		font-size: 14px;
		font-weight: 500;
	}

}
@media screen and (max-width: 580px) {

	#home_topics .block-description .title span {
		display: block;
		padding-left: 0px;
		font-size: 75%;
	}

	#home_topics .design {
		width: 100%;
		margin: auto;
	}

	#home_topics .design .design-block {
		width: 100% !important;
		margin: auto;
		border-top: 1px dashed #000;
	}
	#home_topics .design:last-child .design-block {
		border-bottom: 1px dashed #000;
	}

	#home_topics .design-block .block {
		padding: 5px 0 !important;
		font-size: 13px;
		font-weight: 500;
	}

	#home_topics .blo-col-2 section:nth-child(1) {
		width: 80px;
	}
	#home_topics .blo-col-2 section:nth-child(2) {
		width: calc(100% - 80px);
		text-align: left;
	}

}





/* CDJ MUSICAL EQUIPMENT */

.cdj_musical_equipment_top {
	max-width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.cdj_musical_equipment_subtitle {
	max-width: 100%;
	height: 60px;
	background-image: url(https://carbondryjapan.com/uploads/cdj/music/musical_equipment/carbon_back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 32px;
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-shadow: 4px 4px 10px #000000;
	text-align: center;
	line-height: 60px;
}

.cdj_musical_equipment_intro_txt_1 {
	width: 90%;
	margin: 30px auto;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1.75;
}
.cdj_musical_equipment_intro_txt_2 {
	width: 100%;
	margin: 30px auto;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1.75;
}

.cdj_musical_equipment_line_1 {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}

.cdj_musical_equipment_impre {
	width: 100%;
	margin: 20px 0 30px;
	padding: 30px;
	font-size: 16.5px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1.75;
	background: #cecece;
	border-radius: 15px;
}
.cdj_musical_equipment_impre_author {
	font-size: 18.5px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	line-height: 1.75;
}

.cdj_musical_equipment_thx {
	width: 100%;
	padding: 40px 0 20px;
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}

.cdj_musical_equipment_onlineshop {
	width: 180px;
	height: auto;
	margin: auto;
	padding: 30px 0 60px;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}
.cdj_musical_equipment_onlineshop a {
	text-decoration: none;
}
.cdj_musical_equipment_onlineshop div a  {
	text-decoration: none;
}

.cdj_musical_equipment_price_block_1 {
	width: 90%;
	margin: 30px auto;
}

table.carbon_pick_price_1 {
	width: fit-content;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.carbon_pick_price_1 th,
table.carbon_pick_price_1 td {
	border: 1px solid #000;
	border-collapse: collapse;
}
table.carbon_pick_price_1 th {
	min-width: 320px;
	padding: 10px 5px 10px 10px;
	background: #eee;
}
table.carbon_pick_price_1 th.main {
	text-align: left;
	border-bottom: 1px solid #000;
}
table.carbon_pick_price_1 th.sub {
	text-align: right;
	border-top: 1px solid #000;
}
table.carbon_pick_price_1 td {
	padding: 10px 5px 10px 30px;
	text-align: right;
}

@media screen and (max-width: 768px) {

	.cdj_musical_equipment_subtitle {
		max-width: 100%;
		height: 60px;
		font-size: 22px;
		line-height: 1;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}


	.cdj_musical_equipment_intro_txt_1 {
		width: 90%;
		margin: 20px auto;
		font-size: 16px;
		line-height: 1.45;
	}
	.cdj_musical_equipment_intro_txt_2 {
		width: 96%;
		margin: 20px auto;
		font-size: 16px;
		line-height: 1.45;
	}

	.cdj_musical_equipment_impre {
		width: 100%;
		margin: 20px 0 30px;
		padding: 20px;
		font-size: 14.5px;
		line-height: 1.55;
	}
	.cdj_musical_equipment_impre_author {
		font-size: 16.5px;
		line-height: 1.45;
	}

	.cdj_musical_equipment_thx {
		width: 96%;
		padding: 30px 0 20px;
		font-size: 13.5px;
		text-align: center;
	}

	.cdj_musical_equipment_onlineshop {
		width: 160px;
		height: auto;
		margin: auto;
		padding: 20px 0 40px;
		font-size: 13px;
	}

}
@media screen and (max-width: 580px) {

	table.carbon_pick_price_1 {
		width: 100%;
	}

	table.carbon_pick_price_1 th,
	table.carbon_pick_price_1 td {
		font-size: 13px;
	}
	table.carbon_pick_price_1 th {
		min-width: 20px;
	}
	table.carbon_pick_price_1 th.sub {
		text-align: left;
	}
	table.carbon_pick_price_1 td {
		white-space: nowrap;
	}

}





/* Footer 共通会社情報 */

.cdj_footer_company_info {
	width: 100%;
	margin: 60px auto 0px;
}
.cdj_footer_company_info .company_name {
	width: 100%;
	margin: auto;
	font-size: 24px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}
.cdj_footer_company_info .company_address {
	width: 100%;
	margin: auto;
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

@media screen and (max-width: 768px) {

	.cdj_footer_company_info {
		width: 100%;
		margin: 40px auto 0px;
	}
	.cdj_footer_company_info .company_name {
		width: 100%;
		margin: auto;
		font-size: 20px;
	}
	.cdj_footer_company_info .company_address {
		width: 100%;
		margin: auto;
		font-size: 13.5px;
	}

}


/* CDJホイールベアリングキット */

.bearings-shim-wrap {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
	width: 100%;
}
.bearings-shim-01 {
	display: inline-flex;
	width: 50%;
}
.bearings-shim-02 {
	display: inline-flex;
	width: 50%;
}
.bearings-shim-03 {
	display: block;
	width: 100%;
	margin-top: 15px;
}

table.bearings-shim-table {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.bearings-shim-table th,
table.bearings-shim-table td {
	border: 1px solid #000;
	border-collapse: collapse;
}
table.bearings-shim-table th {
	background: #eee;
}
table.bearings-shim-table td.upper {
	text-align: center;
	border-bottom: 1px dotted #000;
}
table.bearings-shim-table td.lower {
	text-align: center;
	border-top: 1px dotted #000;
}



/* キックバイク（ランバイク）サポートプログラム */

.kickbike_img {
	max-width: 80%;
}

.kickbike_img {
	max-width: 80%;
	margin: auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.kickbike_img li {
	display: inline-block;
	width: calc((100% - 31px) / 2);
	height: auto;
	text-align: center;
	margin: 0 30px 0 0;
	overflow: hidden;
}
.kickbike_img li:nth-child(2) {
	margin: 0 0 0 0;
}

.kickbike_support_shop_1 {
	max-width: 500px;
	height: auto;
	margin: auto;
}

.kickbike_support_shop_2 {
	max-width: 65%;
	margin: auto;
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.kickbike_support_shop_2 li {
	display: inline-flex;
	width: calc((100% - 201px) / 3);
	height: auto;
	text-align: center;
	margin: 0 100px 0 0;
	overflow: hidden;
}
.kickbike_support_shop_2 li:nth-child(3) {
	margin: 0 0 0 0;
}

@media screen and (max-width: 980px) {

	.kickbike_support_shop_2 {
		max-width: 85%;
		margin: auto;
		padding: 30px 0;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
	.kickbike_support_shop_2 li {
		display: inline-flex;
		width: calc((100% - 161px) / 3);
		height: auto;
		text-align: center;
		margin: 0 80px 0 0;
		overflow: hidden;
	}

}
@media screen and (max-width: 768px) {

	.kickbike_img {
		max-width: 90%;
		margin: auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.kickbike_img li {
		display: inline-block;
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 0 20px 0;
		overflow: hidden;
	}
	.kickbike_img li:nth-child(2) {
		margin: 0 0 0 0;
	}


	.kickbike_support_shop_2 {
		max-width: 85%;
		margin: auto;
		padding: 30px 0;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
	.kickbike_support_shop_2 li {
		display: inline-flex;
		width: calc((100% - 61px) / 3);
		height: auto;
		text-align: center;
		margin: 0 30px 0 0;
		overflow: hidden;
	}

}


/* ピックアップコンテンツ */

.home_pickup_contents .blo-col-2 section {

}

@media screen and (max-width: 768px) {

	.home_pickup_contents .blo-col-2 section {
		width: 100% !important;
	}

	.home_pickup_contents .block {
		padding: 1rem 0 0;
	}
}



/* カーボンドライプロテック */

.protec_example_title {
	display: block;
	width: 100%;
	padding-bottom: 30px;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 768px) {

	.protec_example_title {
		display: block;
		width: 100%;
		padding-bottom: 20px;
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
	}

}


