@charset "UTF-8";

.hamburger_nav_contents .hamburger_nav_list_child_contents {
	height: 500px;
	overflow-y: auto;
}
/* モーダル
----------------------------------------*/
.size-drawing {
	position:relative;
	display:block;
	cursor: pointer;
}
.size-drawing:after {
	content: "";
	width: 33px;
	height: 33px;
	background: #000 url(/jp/densetsu/powertool/common/img/icon_zoom.png) center center no-repeat;
	background-size: 16px auto;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
.size-drawing:hover:after {
	background-color: #666;
}
.size-modal {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);  
	top: 0;
	left: 0;
	display: none;
}
.size-modal img {
	position: fixed;
	border: 10px solid #ccc;
	top: 50%;
	left: 50%;
	margin-top: 0;
	margin-left: 0;
	width: 600px;
	height: auto;
	box-sizing: border-box;
}
.size-modal span {
	background: url(/jp/densetsu/powertool/common/img/btn_close.png) no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: 50%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
	margin-top: 0;
	margin-right: 0;
}
.size-modal span:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}

/* MV
----------------------------------------*/

.block-selection {
	border:1px solid #e6e6e6;
}
.block-selection .block-selection_left {
	position:relative;
}
.block-selection_left_image img {
	width:auto;
}
.block-selection .block-selection_left .block-selection_left_image {
	display: table;
	height: 350px;
	padding-right: 20px;
	border:none;
	position:static;
}
.block-selection .block-selection_left .block-selection_left_image > p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.block-selection .block-selection_left .block-selection_left_image > p img {
	width: 320px;
	height: auto;
}
.block-selection .block-selection_left .block-selection_left_image dd {
	/*position:absolute;
	bottom:40px;
	right:40px;*/
}
.block-selection .block-selection_left .block-selection_left_image dd img {
	width:170px;
}
.block-selection .block-selection_left .title {
	display: table-cell;
	vertical-align: middle;
}
.block-selection .block-selection_left .title p {
	font-size: 18px;
	padding-bottom: 2%;
}
.block-selection .block-selection_left .title p .notes {
	margin-top: .5em;
	font-size: .7em;
	line-height: 1.3;
	display: inline-block;
}
.block-selection .block-selection_left .title dl dt {
	font-size: 24px;
	font-weight: bold;
	/*margin-bottom: 20px;*/
	color: #13216c;
	line-height: 1.2;
}
.block-selection .block-selection_left .title dl dt span {
	background: #f00;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 3px 5px;
}
.block-selection .block-selection_left .title dl dt b {
	font-size: 40px;
}
.block-selection .block-selection_left .title dl dd {
	font-size: 16px;
}
.block-selection .block-selection_left .title dl dd .border-box {
	margin-top: 0.5em;
	padding: 0.2em 0.5em;
	font-size: 0.8em;
	border: 1px solid #333;
	display: inline-block;
}

.block-selection .block-selection_right {
	background: #f1f1f1;
	border:none;
}
.block-selection .block-selection_right ul li {
	float: left;
	padding: 20px 0 0 17px;
}
.block-selection .block-selection_right ul li .size-drawing {
	position: relative;
	display: block;
}
.block-selection .block-selection_right ul li .size-drawing img {
	width: 110px;
	height: auto;
}
.block-selection_right_title {
	background: #13216c;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	text-align: center;
}


/* 大見出し直下
----------------------------------------*/
.title_block + .section {
	border: none;
	padding: 0;
	margin-top: 0px !important;
	padding-top: 0px;
}
.title_block.fixed + .section {
	margin-top: 70px;
}

/* Title
----------------------------------------*/
.title01 span {
	vertical-align:middle;
}
.title01 .redText {
	padding:3px 10px;
	display:inline-block;
	font-size:14px;
	color:#fff;
	background-color:#e70012;
}
.title01 + .column-one .column-one_text {
	padding-top:0;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
.hamburger_nav_contents .hamburger_nav_list_child_contents {
	height: auto;
	overflow-y: auto;
}

/* モーダル
----------------------------------------*/
.size-drawing {
	position:relative;
	display:block;
	cursor: pointer;
}
.size-drawing:after {
	content: "";
	width: 25px;
	height: 25px;
	background: #000 url(/jp/densetsu/powertool/common/img/icon_zoom.png) center center no-repeat;
	background-size: 60% auto;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
.size-drawing:hover:after {
	background-color: #000;
}
.size-modal {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);  
	top: 0;
	left: 0;
	display: none;
}
.size-modal img {
	position: fixed;
	border: 10px solid #ccc;
	top: 50%;
	left: 50%;
	margin-top: 0;
	margin-left: 0;
	width: 300px!important;
	height: auto;
	box-sizing: border-box;
}
.size-modal span {
	background: url(/jp/densetsu/powertool/common/img/btn_close.png) no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: 50%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
	margin-top: 0;
	margin-right: 0;
}
.size-modal span:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}


/* MV 
----------------------------------------*/
.block-selection {
	margin-bottom:6%;
	display: block;
	height: auto;
	border: none;
}
.block-selection_left {
	padding: 4% 2%;
	display: block;
}
.block-selection .block-selection_left {
	position:relative;
}
.block-selection_left_image img {
	width:100%;
}
.block-selection .block-selection_left .block-selection_left_image {
	display: table;
	width: 100%!important;
	height: auto;
	padding-right: 0;
	border:none;
}
.block-selection .block-selection_left .block-selection_left_image > p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	width: 36%;
	padding: 0 1% 0 0;
}
.block-selection .block-selection_left .block-selection_left_image > p img {
	width: 100%;
	height: auto;
}
.block-selection .block-selection_left .block-selection_left_image dd {
	position:relative;
	bottom:auto;
	right:auto;
}
.block-selection .block-selection_left .block-selection_left_image dd img {
	width:100%;
}

.block-selection .block-selection_left .title {
	display: table-cell;
	vertical-align: middle;
	padding-left: 2%;
}
.block-selection .block-selection_left .title p {
	padding-bottom: 2%;
	font-size: 14px;
}
.block-selection .block-selection_left .title dl dt {
	font-weight: bold;
	color: #13216c;
	line-height: 1.2;
	font-size: 18px;
	margin-bottom: 1%;
}
.block-selection .block-selection_left .title dl dt span {
	background: #f00;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 3px 5px;
	margin-bottom: 2%!important;
}
.block-selection .block-selection_left .title dl dt b {
	font-size: 28px;
}
.block-selection .block-selection_left .title dl dd {
	font-size: 15px;
}

.block-selection .block-selection_right {
	background: #f1f1f1;
	border:none;
}
.block-selection .block-selection_right ul {
	padding: 4% 2% 5%;
	width: 100%;
	background: #f1f1f1;
	box-sizing: border-box;
}
.block-selection .block-selection_right ul li {
	float: left;
	padding: 0 0 0 4%;
	width: 22%;
}
.block-selection .block-selection_right ul li:first-child {
	padding: 0;
}
.block-selection .block-selection_right ul li .size-drawing {
	position: relative;
	display: block;
}
.block-selection .block-selection_right ul li .size-drawing img {
	width: 100%;
	height: auto;
}
.block-selection_right {
	width: 100%!important;
	display: block;
}
.block-selection_right_title {
	padding: 2%;
	font-size: 16px;
}


/* 大見出し直下
----------------------------------------*/
#contents .title_block + .section {
	border: none;
	margin: 0px;
	padding: 0px;
}
#contents .title_block.fixed + .section {
	margin-top: 0;
	padding-top: 70px;
}

/* Title
----------------------------------------*/
.title01 span {
	vertical-align:middle;
}
.title01 .redText {
	padding:3px 10px;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	color:#fff;
	background-color:#e70012;
}
.title01 + .column-one .column-one_text {
	padding-top:0;
}


/* column-one
----------------------------------------*/
/*.column-one_default .column-one_text .h4_default {
	color:#333;
}
div.column-one_image {
	width:100%;
}*/
.column-one_image .column-one_child {
	padding: 10px;
}


#contents .rightBox01 {
	overflow:visible;
}
#contents .rightBox01 .column_child {
	float:none;
	width: 50%;
}
#contents .rightBox01 .column_text {
	padding:10px 10px 0;
}
#contents .textBox01 {
	padding-top:0;
}

/* column-five
----------------------------------------*/
.column-four_default.five {
	margin-top: 0;
}
.column-four_default.five .column-four_child {
	margin: 0;
    width: 50%;
}

/* comparison
----------------------------------------*/
.comparison li {
	float: none;
}
.comparison li + li {
	float: none;
	margin: 40px 0 0;
}
.comparison li + li div:before {
	content: "";
	display: block;
	width: 36px;
	height: 20px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin: 0 0 0 -18px;
	background: url(../img/comparison_arrow_sp.gif) no-repeat;
	background-size: 36px 20px;
}
.comparison li img {
	margin: 0 auto;
}


/* 仕様
----------------------------------------*/
.specification table.table_default {
	width: auto;
}
.specification table.table_default th {
	text-align: left;
	white-space:nowrap;
}

/* セット
----------------------------------------*/

.set .column-two_child {
	width: 100%;
	margin-right: 0;
	float: none;
}
.set .column-two_child + .column-two_child {
	margin-top:20px;
}

.set .products {
	width: 45%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.set .detail {
	float: left;
	width: 50%;
	margin-bottom: 4%;
}
.set .detail dt .number {
	display: block;
}
.set .icon img {
	max-width: 100%!important;
}
.set .icon .icon01 {
	width: auto;
	height: auto;
	padding-bottom:10px;
}
.set .zoom img {
	padding: 20% 0;
	width: 50%!important;
	margin: 0 auto;
}
.set .accessory {
	clear:both;
	float: none;
	width: 100%;
}
.set .accessory ul li {
	width: 32%;
	margin-left: 2%;
	margin-bottom: 2%;
}
.set .accessory ul li.wide {
	width: 66%;
}
.set .accessory ul li.ultrawide {
	margin-left: 2%;
	width: 64%;
}
.set .accessory ul li,
.set .accessory ul li.pcLeft {
	margin-left: 2%;
}
.set .accessory ul li.spLeft {
	margin-left: 0;
}


/* オプション
----------------------------------------*/
.option .red {
	color:#f00;
}
.option table.table_default tr:nth-of-type(2) th {
	width: auto;
}

}


@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
/* imageScroll */
html.touch-device .imageScroll > div {
	overflow: auto;
	white-space: nowrap;
}
html.touch-device .imageScroll:before {
	content: "※こちらの画像は横スクロールです";
	margin-bottom: 4px;
	display: block;
}
html.touch-device .imageScroll > div::-webkit-scrollbar{
	height: 8px;
}
html.touch-device .imageScroll > div::-webkit-scrollbar-thumb{
	background: #bcbcbc;
}
html.touch-device .imageScroll > div::-webkit-scrollbar-track-piece:start,
html.touch-device .imageScroll > div::-webkit-scrollbar-track-piece:end{
	background: #f1f1f1;
}
html.touch-device .imageScroll img {
	width:auto;
	max-width:840px;
}
}


.pdf-cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.pdf-cont img {
	max-width: 300px;
	margin: 0 auto;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
	.pdf-cont img {
		width: 60%;
	}
}
.pdf-cont .btn_link {
	width: fit-content;
}

.no-event {
  pointer-events: none;
}