@charset "UTF-8";

/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* General */
.float-list,
.cf {
  *zoom: 1;
}

.float-list:after,
.cf:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.float-list li {
  float: left;
}

/* Base */
body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}

/* Layout */
/*==============================
共通要素
==============================*/
.l-header,
.l-contents,
.l-footer {
  width: 100%;
  margin: 0 auto;
  height: auto;
  font-size: 12px;
  line-height: 1.6;
}

.wrap {
  margin: 0 10px;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.red-deco {
  color: #ce0414;
}

.bold-deco {
  font-weight: bold;
}

.go-page-top {
  margin: 35px 10px 10px 0;
}

.go-page-top p {
  float: right;
  width: 50px;
  height: 50px;
}

a:hover {
  opacity: 0.7;
}

/*==============================
ヘッダー
==============================*/
.header-title {
  padding: 2px 8px;
  background: #3b3b36;
  font-size: 0.5rem;
  color: #fff;
  line-height: 1.6;
  text-align: left;
}

.l-header .header-logo {
  float: left;
  margin: 10px 0 9px 10px;
  width: 134px;
  height: 32px;
}

.l-header .header-menu {
  float: right;
  margin: 10px 10px 0 0;
  width: 31px;
  height: 29px;
}

.menu-outer {
  display: none;
  position: relative;
}

.menu-outer .js-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.menu-outer .js-menu p {
  display: table;
  position: relative;
  width: 100%;
  background: rgba(33, 33, 33, 0.8);
  border-bottom: 1px solid #fff;
}

.menu-outer .js-menu p span {
  display: table-cell;
  padding: 20px 0 20px 20px;
  font-size: 1.3rem;
  color: #fff;
}

.menu-outer .js-menu p img {
  display: table-cell;
  position: absolute;
  top: 30px;
  right: 10px;
  width: 10px;
  height: 10px;
  text-align: right;
}

.menu-outer .js-menu p a {
  display: block;
  color: #fff;
  text-decoration: none;
}

/*==============================
コンテンツ
==============================*/
.l-contents {
  /*テーブル*/
}

.l-contents .head-bg-img {
  float: right;
  width: 150px;
  height: 169px;
}

.l-contents .head-title {
  display: block;
}

.l-contents .head-subtitle {
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 1.25rem;
  color: #ce0414;
  line-height: 1.4;
  font-weight: bold;
}

.l-contents .point-btn-area {
  margin: 11px 0 13px 0;
  padding: 20px 0 23px 0;
  background: url(assets/img/pattern_bg.png) no-repeat;
}

.l-contents .point-head {
  margin: 0 0 20px 0;
  font-size: 1.38rem;
  text-align: center;
}

.l-contents .btn-area {
  display: table;
  margin: 0 auto;
  width: 100%;
}

.l-contents .btn-area img {
  padding: 0 4px 3.5px 4px;
  box-sizing: border-box;
  width: 100%;
}

.l-contents .btn-area li {
  display: table-cell;
}

.l-contents .advice-head {
  margin: 0 auto 14px auto;
  width: 300px;
  height: 58px;
}

.l-contents .advice-img {
  float: left;
  margin: 0 20px 0 0;
  width: 90px;
  height: 80px;
}

.l-contents .content-box {
  margin: 45px 0 0 0;
}

.l-contents .content-head {
  margin: 0 0 30px 0;
}

.l-contents .content-img {
  float: left;
  width: 102px;
  height: 69px;
}

.l-contents .content-img-b {
  float: left;
  margin: 0 20px 20px 0;
  width: 90px;
  height: 60px;
}

.l-contents .content-main-img {
  margin: 0 auto;
  width: 302px;
  height: 198px;
}

.l-contents .content-tag {
  margin: 19px 0 0;
  width: 90px;
  height: 26px;
}

.l-contents .content-text h4 {
  font-size: 1.16rem;
  font-weight: bold;
}

.l-contents .head4-sp {
  margin: 20px 0 0;
}

.l-contents .product-head {
  margin: 38px auto 14px auto;
  width: 300px;
  height: 55px;
}

.l-contents .product-box {
  margin: 15px 0 0 0;
  padding: 10px;
  border: 2px solid #555;
}

.l-contents .product-name-area {
  display: table;
  margin: 0 0 10px 0;
  width: 100%;
  border-bottom: 1px solid #acaaaa;
}

.l-contents .rank-number {
  display: table-cell;
  padding: 10px;
  width: 37px;
  height: 30px;
}

.l-contents .product-name {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.3rem;
}

.l-contents .product-detail-area {
  display: table;
  margin: 0 0 10px 0;
}

.l-contents .product-detail-area-sp {
  margin: 0 0 10px 0;
}

.l-contents .product-img {
  display: table-cell;
  width: 130px;
  height: 140px;
}

.l-contents .product-text {
  display: table-cell;
  vertical-align: top;
}

.l-contents .p-name-sp {
  position: relative;
}

.l-contents .product-logo-hidaka {
  width: 87px;
  height: 15px;
  position: absolute;
  top: 7px;
  right: 0;
}

.l-contents .product-logo-karcher {
  width: 77px;
  height: 18px;
  position: absolute;
  top: 7px;
  right: 0;
}

.l-contents .product-logo-ryobi {
  width: 52px;
  height: 14px;
  position: absolute;
  top: 7px;
  right: 0;
}

.l-contents .detail-btn {
  margin: 0 auto;
}

.l-contents .map-area {
  margin: 30px 0 40px 0;
}

.l-contents .map-area h3 {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
}

.l-contents .map-img {
  padding: 0 10px 0 0;
  width: 165px;
  height: 240px;
}

.l-contents .map-img-b {
  width: 165px;
  height: 252px;
}

.l-contents .map-outer {
  display: table-cell;
  padding: 0 10px 0 0;
  width: 165px;
}

.l-contents .map-text {
  margin: 10px 0 0;
}

.l-contents .area-name {
  display: table-cell;
  margin: 0 0 0 10px;
  vertical-align: top;
}

.l-contents .area-north {
  padding: 20px 10px 20px 10px;
  background: #ebebeb;
}

.l-contents .area-south {
  padding: 20px 10px 20px 10px;
  background: #ebebeb;
}

.l-contents .map-area-wrapper {
  display: table;
  margin: 0 auto;
}

.l-contents .head-subtitle-sp {
  margin: 35px 0 12px 0;
  font-size: 1.4rem;
  text-align: center;
}

.l-contents .another-btn {
  margin: 10px auto 35px auto;
  width: 250px;
  height: 42px;
}

.l-contents .line-a {
  margin: 35px auto 15px auto;
  width: 283px;
  height: 43px;
}

.l-contents .line-b {
  margin: 35px auto 15px auto;
  width: 274px;
  height: 42px;
}

.l-contents .line-c {
  margin: 35px auto 15px auto;
  width: 198px;
  height: 42px;
}

.l-contents .compare-table {
  margin: 20px 10px;
}

.l-contents .compare-table tr,
.l-contents .compare-table th,
.l-contents .compare-table td {
  border: 1px solid #333;
  text-align: center;
}

.l-contents .compare-table th {
  background: #e6e6e6;
}

.l-contents .compare-table td {
  padding: 15px 0;
  width: 77px;
}

.l-contents .noise-s {
  width: 20px;
  height: 18px;
}

.l-contents .noise-m {
  width: 41px;
  height: 18px;
}

.l-contents .noise-l {
  width: 62px;
  height: 18px;
}

.l-contents .weight-s {
  width: 18px;
  height: 12px;
}

.l-contents .weight-m {
  width: 41px;
  height: 12px;
}

.l-contents .weight-l {
  width: 62px;
  height: 12px;
}

.l-contents .th-sp {
  width: 63px;
}

/* senkanhose */

strong {
  font-weight: bold;
}

.senkanhose .custom-main .title {
  background: url(/special/senkanhose/img/sp/main-bg.png) no-repeat center 0;
  background-size: 100%;
  margin-bottom: 26px;
  text-align: center;
  height: 53vw;
}

.senkanhose .custom-main .text {
  margin: 0 auto;
  padding-top: 6%;
  width: 86vw;
}

.senkanhose .content-toc > ul > li {
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
}

.senkanhose .content-toc > ul > li {
  padding: 10px;
  font-size: 13px;
  text-indent: -2em;
  padding-left: 3em;
}

.senkanhose .content-title {
  margin: 40px 0 24px;
}

.senkanhose .content-fig.is-2 .table .body dl {
  line-height: 1.6;
}

.content-fig.is-2 .table .body dd {
  font-size: 72%;
  text-align: left;
  padding: 6px;
}

.senkanhose .table dd p {
  margin-bottom: 1em;
}

.senkanhose .txt-c,
.senkanhose .content-fig.is-2 .table .body dd.txt-c {
  text-align: center;
}

.senkanhose .content-fig.is-2 {
  margin-bottom: 20px;
}

.senkanhose .content-lead.mgb40 {
  margin-bottom: 40px;
}

.senkanhose .content-item .content-title span {
  font-weight: normal;
}

.senkanhose .content-item .list-box {
  padding-bottom: 14px;
}

.senkanhose .content-item .list-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.senkanhose .content-item .list-flex li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 4px 8px;
  width: 46%;
}

.senkanhose .content-item .list-flex .pdg a {
  padding: 24px 10px;
}

.senkanhose .content-item .list-flex li > a {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 14px 2px;
  width: 100%;
}

.senkanhose .content-item .list-flex .logo {
  width: 91px;
}

.senkanhose .content-item .list-flex span {
  font-size: 10px;
}

.senkanhose .content-box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  margin: 10px auto 0;
  padding: 20px;
  width: 94%;
}

.senkanhose .content-box .goods-list > li {
  margin-bottom: 20px;
}

.senkanhose .content-box .goods-list > li:last-child {
  margin-bottom: 0;
}

.senkanhose .content-box .goods-list .img {
  width: 100%;
  max-width: 216px;
  height: auto;
}

.senkanhose .content-box .txt-item {
  text-align: left;
  margin-top: 10px;
}

.senkanhose .content-box .img-item img {
  width: auto;
}

.senkanhose .video-box {
  margin: 40px auto;
}

.senkanhose .video-box .video-item {
  margin: 0 auto;
  width: 84%;
}

.senkanhose .recommend-box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  margin: 0 auto;
  width: 94%;
}

.senkanhose .recommend-box .content-title {
  background: #002f59;
  color: #fff;
  padding: 12px;
}

.senkanhose .recommend-box .check-list {
  padding: 20px 14px;
}

.senkanhose .recommend-box .check-list li {
  font-weight: 700;
  text-align: left;
  padding-left: 26px;
  position: relative;
  margin-bottom: 6px;
}

.senkanhose .recommend-box .check-list li:before {
  color: #2d96e7;
  content: '\f058';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  font-size: 18px;
  top: -4px;
  left: 0;
}

.senkanhose .content-recommend {
  padding-bottom: 12px;
}

.senkanhose .content-recommend.material,
.senkanhose .content-recommend.connection {
  padding-top: 2px;
  margin-bottom: 40px;
}

.senkanhose .material .content-box,
.senkanhose .scene .content-box {
  margin-bottom: 20px;
}

.senkanhose .material .content-box:last-child {
  margin-bottom: 0;
}

.senkanhose .material .popular {
  border: 3px solid #ffaf0d;
}

.senkanhose .material .img-item img {
  max-width: 208px;
  width: 100%;
  height: auto;
}

.senkanhose .scene .img-item img {
  max-width: 190px;
  width: 100%;
  height: auto;
}

.senkanhose .scene .goods-list > li {
  display: flex;
  flex-direction: column-reverse;
}

.senkanhose .goods-list .txt-item .ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2px;
}

.senkanhose .txt-b {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 20px;
}

.senkanhose .point-list {
  margin-top: 14px;
  text-align: center;
}

.senkanhose .point-list dt {
  background: #2d96e7;
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 4px;
}

.senkanhose .point-list dd {
  background: #c0dff8;
  border-radius: 0 0 5px 5px;
  font-size: 12px;
  padding: 10px 20px;
  text-align: left;
}

.senkanhose .point-list li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

.senkanhose .ttl-bl {
  background: #2d96e7;
  border-radius: 20px;
  color: #fff !important;
  display: inline-block;
  line-height: 30px;
  padding: 5px 15px;
  margin: 12px auto;
  text-align: center;
}

.senkanhose .content-recommend .content-lead {
  text-align: left;
  margin: 0 auto 30px;
  width: 94%;
}

.senkanhose .content-recommend .ttl-s {
  background: #808080;
  border-radius: 20px;
  color: #fff !important;
  display: block;
  line-height: 30px;
  padding: 5px 15px;
  margin: 0 auto 10px;
  text-align: center;
  width: 130px;
}

.senkanhose .txt-b {
  font-weight: 700;
}

.senkanhose .outdoor-wrap {
  margin: 30px auto 0;
  width: 90%;
}

.senkanhose .outdoor-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.senkanhose .outdoor-box .img-item {
  margin: 8px auto 16px;
}

.senkanhose .outdoor-box img {
  width: auto;
}

.senkanhose .outdoor-wrap p {
  text-align: left;
  margin-bottom: 1em;
}

.senkanhose .content-recommend.connection:last-child {
  margin-bottom: 60px;
}

.senkanhose .connection-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 4px;
}

.senkanhose .connection-list li {
  margin-bottom: 20px;
}

.senkanhose .connection-list li:last-child {
  margin-bottom: 0;
}

.senkanhose .connection-list img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.senkanhose .connection-list .txt {
  font-weight: 700;
  margin-bottom: 6px;
}

.senkanhose .connection-list + .note {
  margin-top: 20px;
}

.senkanhose .note {
  font-size: 11px;
}

.senkanhose .hose-video-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px auto 40px;
}

.senkanhose .hose-video-list li {
  text-align: center;
  margin-bottom: 20px;
  width: 84%;
}

.senkanhose .hose-video-list .ttl-bl {
  margin-bottom: 14px;
  min-width: 8.4em;
}

/*==============================
フッター
==============================*/
.l-footer .footer-link {
  background: #f4f4f4;
  width: 50%;
}

.l-footer .footer-link a {
  display: block;
  padding: 12px 0 12px 10px;
  border: 1px solid #a7a7a7;
  background: url(assets/img/layout/footer/footer_nav.png) 92% center no-repeat;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
}

.l-footer .copyright {
  padding: 8px;
  background: #3b3b36;
  font-size: 0.75rem;
  color: #999;
  line-height: 1.6;
  text-align: center;
}

/* add 20240206 */
.content-recommend .list-merit--wrap {
  margin: 1.2em 0 0.6em;
}

.content-recommend .list-merit {
  -webkit-clip-path: inset(0 round 6px);
  clip-path: inset(0 round 6px);
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 4px;
}

.content-recommend .list-merit dt {
  background: #2d96e7;
  color: #fff;
  font-weight: 700;
  padding: 0.8em;
  text-align: center;
}

.content-recommend .list-merit dd {
  background: #c0dff8;
  text-align: left;
  padding: 0.8em 1em;
}

.content-recommend .list-merit.is-demerit dt {
  background: #808080;
}

.content-recommend .list-merit.is-demerit dd {
  background: #d8d8d8;
}
