@charset "UTF-8";

/* *******************************************************************************************
*
*	雪国で選ばれ続ける Honda除雪機
*
******************************************************************************************* */
/* ----------------------------- 共通 ----------------------------- */
.contents_header_inner {
	padding-bottom: 15px;
}

.contents_header_bread {
	margin-bottom: 0;
}

#cont .pcInline {
	display: inline-block;
}

#cont .spInline {
	display: none;
}

#cont img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}

sup {
	position: relative;
	bottom: 1ex;
	height: 0;
	color: inherit;
	font-size: 60%;
	line-height: 1;
	vertical-align: baseline;
}

.inline-block {
	display: inline-block;
}

@media screen and (max-width: 736px) {
	.contents_header_inner {
		padding-bottom: 0;
	}

	#cont .pcInline {
		display: none;
	}

	#cont .spInline {
		display: inline-block;
	}
}

/* ----------------------------- 雪国で選ばれ続ける Honda除雪機ヘッダー ----------------------------- */
.contents_40th {}

.contents_40th .inner {
	margin: 0 auto;
	width: 980px;
}

.contents_40th_header {
	height: 130px;
	background: #22272a;
}

.contents_40th_header .inner {
	display: flex;
	height: 100%;
}

.contents_40th_header_ttl {
	display: flex;
	align-items: center;
	width: 410px;
	height: 100%;
}

.contents_40th_header_ttl_sub {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 90px;
	border: 1px solid #a71011;
}

.contents_40th_header_ttl_sub span {
	display: block;
	width: 79px;
	line-height: 0;
}

.contents_40th_header_ttl_main_logo {
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: .1em;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	margin-left: 4px;
	line-height: 1.4;
}

.contents_40th_header_nav {
	display: flex;
	width: 570px;
	height: 100%;
}

.contents_40th_header_nav li {
	width: 33.33%;
	border-right: 1px solid #616466;
	box-sizing: border-box;
}

.contents_40th_header_nav li:first-child {
	border-left: 1px solid #616466;
}

.contents_40th_header_nav li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #22272a;
	transition: all .3s ease;
}

.contents_40th_header_nav li a:after {
	position: absolute;
	content: '';
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 14px;
	height: 8px;
	background: url(../img/icon_header_nav.png) center bottom no-repeat;
	background-size: 14px 8px;
	transition: all .3s ease;
}

.contents_40th_header_nav li a.current {
	background: #393d40;
}

.contents_40th_header_nav li a.current:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #cc0000;
}

.contents_40th_header_nav li a.current:after {
	content: none;
}

@media screen and (min-width: 737px) {
	.contents_40th_header_nav li a:hover {
		background: #cc0000;
	}

	.contents_40th_header_nav li a.current:hover {
		background: #393d40;
	}

	.contents_40th_header_nav li a:hover:after {
		bottom: 10px;
		background: url(../img/icon_header_nav_wt.png) center bottom no-repeat;
		background-size: 14px 8px;
	}

	.contents_40th_header_nav li a.current:hover:after {
		bottom: 15px;
		background: url(../img/icon_header_nav.png) center bottom no-repeat;
		background-size: 14px 8px;
	}
}

@media screen and (max-width: 736px) {
	.contents_40th .inner {
		padding: 0 15px;
		width: 100%;
	}

	.contents_40th_header {
		height: auto;
	}

	.contents_40th_header .inner {
		display: block;
		padding: 0;
		height: auto;
	}

	.contents_40th_header_ttl {
		justify-content: center;
		width: 100%;
	}

	.contents_40th_header_ttl_sub {
		width: 75px;
		height: 67px;
	}

	.contents_40th_header_ttl_sub span {
		width: 59px;
	}

	.contents_40th_header_ttl_main {
		width: 90%;
		margin: 1.6em auto;
		text-align: center;
	}

	.contents_40th_header_ttl_main_logo {
		margin-left: .5em;
		font-size: clamp(18.4px, 6.135vw, 32.2px);
	}

	.contents_40th_header_nav {
		width: 100%;
		height: 85px;
		border-top: 1px solid #616466;
	}

	.contents_40th_header_nav li:first-child {
		border-left: 0;
	}

	.contents_40th_header_nav li:last-child {
		border-right: 0;
	}

	.contents_40th_header_nav li a {
		font-size: 16px;
		line-height: 20px;
	}

	.contents_40th_header_nav li a:after {
		bottom: 8px;
		width: 11px;
		height: 6px;
		background-size: 11px 6px;
	}
}

/* ----------------------------- スペシャルコンテンツ ----------------------------- */
.contents_40th_bnr {
	padding: 80px 0;
	background: #eceff1;
}

.contents_40th_bnr_lead {
	margin-bottom: 14px;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.contents_40th_bnr_logo {
	margin: 0 auto 12px auto;
	width: 349px;
}

.contents_40th_bnr_ttl {
	margin-bottom: 40px;
	color: #cc0000;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.contents_40th_bnr_list {
	display: flex;
	justify-content: space-between;
}

.contents_40th_bnr_list_item {
	width: 306px;
}

.contents_40th_bnr_list_item a {
	position: relative;
	display: block;
	height: 100%;
	background: #fff;
	transition: all .3s ease;
}

.contents_40th_bnr_list_item a:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #cc0000;
	z-index: 1;
}

.contents_40th_bnr_list_item_img {
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.contents_40th_bnr_list_item_img_holder {
	transition: all .3s ease;
}

.contents_40th_bnr_list_item_info {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 22px;
	padding-right: 40px;
	height: 150px;
	z-index: 10;
}

.contents_40th_bnr_list_item_info:after {
	position: absolute;
	content: "\f054";
	top: 50%;
	right: 20px;
	height: 16px;
	color: #c00;
	font-size: 14px;
	font-family: FontAwesome;
	line-height: 16px;
	transform: translate(0, -50%) scaleX(.9);
	transition: all .3s ease;
}

.contents_40th_bnr_list_item_info_ttl {
	margin-bottom: 7px;
	color: #2b383f;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
}

.contents_40th_bnr_list_item_info_cat {
	color: #c00;
	font-size: 16px;
	line-height: 32px;
}

.contents_40th_bnr_btm {
	margin-top: 60px;
	text-align: center;
}

.back_link {
	display: inline-block;
	padding-left: 30px;
	color: #2b383f;
	font-size: 16px;
	background: url(../img/icon_return.png) 0 center no-repeat;
	background-size: 16px auto;
}

@media screen and (min-width: 737px) {
	.contents_40th_bnr_list_item a:hover {
		background: #e6e9eb;
	}

	a:hover .contents_40th_bnr_list_item_img_holder {
		transform: scale(1.05, 1.05);
	}

	a:hover .contents_40th_bnr_list_item_info:after {
		right: 10px;
	}
}

@media screen and (max-width: 736px) {
	.contents_40th_bnr {
		padding: 50px 0 40px 0;
	}

	.contents_40th_bnr_lead {
		margin-bottom: 11px;
		font-size: 15px;
	}

	.contents_40th_bnr_logo {
		margin: 0 auto 9px auto;
		width: 261px;
	}

	.contents_40th_bnr_ttl {
		font-size: 12px;
	}

	.contents_40th_bnr_list {
		display: block;
	}

	.contents_40th_bnr_list_item {
		margin-bottom: 15px;
		width: 100%;
	}

	.contents_40th_bnr_list_item:last-child {
		margin-bottom: 0;
	}

	.contents_40th_bnr_list_item a {
		height: auto;
	}

	.contents_40th_bnr_list_item a:before {
		content: none;
	}

	.contents_40th_bnr_list_item_info {
		padding-left: 18px;
		padding-right: 35px;
		height: 120px;
	}

	.contents_40th_bnr_list_item_info:before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 4px;
		height: 100%;
		background: #cc0000;
		z-index: 1;
	}

	.contents_40th_bnr_list_item_info:after {
		right: 15px;
	}

	.contents_40th_bnr_list_item_info_ttl {
		margin-bottom: 4px;
		font-size: 18px;
		line-height: 28px;
	}

	.contents_40th_bnr_list_item_info_cat {
		font-size: 14px;
		line-height: 24px;
	}

	.contents_40th_bnr_btm {
		margin-top: 30px;
		text-align: left;
	}

	.back_link {
		padding-left: 22px;
		font-size: 14px;
		line-height: 25px;
		background: url(../img/icon_return.png) 0 8px no-repeat;
		background-size: 12px auto;
	}
}

/* ----------------------------- キャンペーン ----------------------------- */
.contents_40th_campaign {
	padding: 80px 0 100px 0;
}

.contents_40th_campaign a {
	display: block;
}

@media screen and (max-width: 736px) {
	.contents_40th_campaign {
		padding: 40px 0;
	}
}

/* ----------------------------- コンテンツ ----------------------------- */
.contents_40th_mv {
	position: relative;
	min-width: 980px;
}

.mv_list {
	display: flex;
	flex-wrap: wrap;
}

.mv_list_item {
	width: 25%;
	opacity: 0;
}

.mv_copy {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	width: 71.66%;
	transform: translate(0, -50%);
	z-index: 99;
	opacity: 0;
}

.contents_40th_movie {
	background: #22272a;
}

.contents_40th_movie .inner {
	margin: 0 auto;
	padding: 80px 0 75px 0;
	width: 860px;
}

.contents_40th_movie_holder {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	height: 0;
}

.contents_40th_movie_holder video,
.contents_40th_movie_holder .video-js {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.bc-player-4k5Jg43ag_default .vjs-big-play-button {
	top: 50% !important;
	left: 50% !important;
	margin-top: -52px;
	margin-left: -78px;
}

.contents_40th_movie_caption {
	margin-top: 30px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.contents_40th_special_ttl {
	margin: 0 auto;
	width: 485px;
}

.contents_40th_special_txt {
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
}

.contents_40th_special_voice {
	min-width: 980px;
	height: 600px;
	background: url(../img/bg_voice.jpg) center center no-repeat;
	background-size: cover;
}

.contents_40th_special_voice .inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 600px;
}

.contents_40th_special_voice_info {
	width: 388px;
}

.contents_40th_special_voice_info_ttl {
	margin-bottom: 18px;
	color: #fff;
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
}

.contents_40th_special_voice_info_cat {
	margin-bottom: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.12em;
}

.contents_40th_special_voice_info_link {
	width: 190px;
}

.contents_40th_special_bnr {
	background: #eceff1;
}

.contents_40th_special_bnr .inner {
	display: flex;
	justify-content: space-between;
	padding: 80px 0;
}

.contents_40th_special_bnr_item {
	width: 470px;
}

.contents_40th_special_bnr_item a {
	position: relative;
	display: block;
	height: 100%;
	background: #fff;
	transition: all .3s ease;
}

.contents_40th_special_bnr_item a:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #cc0000;
	z-index: 1;
}

.contents_40th_special_bnr_item_img {
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.contents_40th_special_bnr_item_img_holder {
	transition: all .3s ease;
}

.contents_40th_special_bnr_item_info {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 60px;
	height: 120px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
	z-index: 10;
}

.contents_40th_special_bnr_item_info:after {
	position: absolute;
	content: "\f054";
	top: 50%;
	right: 30px;
	height: 16px;
	color: #c00;
	font-size: 14px;
	font-family: FontAwesome;
	line-height: 16px;
	transform: translate(0, -50%) scaleX(.9);
	transition: all .3s ease;
}

.contents_40th_special_bnr_item_info_ttl {
	margin-bottom: 7px;
	color: #2b383f;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
}

.contents_40th_special_bnr_item_info_cat {
	color: #c00;
	font-size: 16px;
	line-height: 32px;
}

@media screen and (min-width: 737px) {
	.contents_40th_special_bnr_item a:hover {
		background: #e6e9eb;
	}

	a:hover .contents_40th_special_bnr_item_img_holder {
		transform: scale(1.05, 1.05);
	}

	a:hover .contents_40th_special_bnr_item_info:after {
		right: 20px;
	}
}

@media screen and (max-width: 736px) {
	.contents_40th_mv {
		min-width: 320px;
	}

	.mv_list_item {
		width: 33.33%;
	}

	.mv_copy {
		width: 61.56%;
	}

	.mv_attention {
		padding: 15px 15px 20px 15px;
		border-bottom: 1px solid #e6e6e6;
	}

	.mv_attention_txt {
		margin-left: 1em;
		text-indent: -1em;
		font-size: 10px;
	}

	.contents_40th_movie .inner {
		padding: 40px 0 32px 0;
		width: 100%;
	}

	.contents_40th_movie_caption {
		margin-top: 20px;
		font-size: 14px;
	}

	.contents_40th_special {
		background: #eceff1;
	}

	.contents_40th_special_ttl {
		width: 253px;
	}

	.contents_40th_special_txt {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 28px;
	}

	.contents_40th_special_voice {
		min-width: 320px;
		height: 375px;
		background: url(../img/bg_voice_sp.jpg) 0 0 no-repeat;
		background-size: cover;
	}

	.contents_40th_special_voice .inner {
		align-items: flex-end;
		justify-content: flex-start;
		height: 375px;
	}

	.contents_40th_special_voice_info {
		padding-bottom: 30px;
		width: 100%;
	}

	.contents_40th_special_voice_info_ttl {
		margin-bottom: 12px;
		font-size: 24px;
		line-height: 30px;
	}

	.contents_40th_special_voice_info_cat {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1;
		letter-spacing: 0.12em;
	}

	.contents_40th_special_voice_info_link {
		width: 180px;
	}

	.contents_40th_special_bnr .inner {
		display: block;
		padding: 40px 15px;
	}

	.contents_40th_special_bnr_item {
		margin-bottom: 15px;
		width: 100%;
	}

	.contents_40th_special_bnr_item:last-child {
		margin-bottom: 0;
	}

	.contents_40th_special_bnr_item a {
		height: auto;
	}

	.contents_40th_special_bnr_item a:before {
		content: none;
	}

	.contents_40th_special_bnr_item_info {
		padding-left: 18px;
		padding-right: 35px;
		border: 0;
	}

	.contents_40th_special_bnr_item_info:before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 4px;
		height: 100%;
		background: #cc0000;
		z-index: 1;
	}

	.contents_40th_special_bnr_item_info:after {
		right: 15px;
	}

	.contents_40th_special_bnr_item_info_ttl {
		margin-bottom: 4px;
		font-size: 18px;
		line-height: 28px;
	}

	.contents_40th_special_bnr_item_info_cat {
		font-size: 14px;
		line-height: 24px;
	}
}