
/* for SP  */
@media screen and (max-width: 768px) {
	.bc_logo img{width:158px;margin:0 0 20px;}
	#copyrightArea>ul>li .txt{text-align:left;}.pagemenu ul li,.pagemenu ul.list3 li,.pagemenu ul.list4 li,.pagemenu ul.list5 li, .pagemenu ul.list6 li{width:100%;}
	#COMMON-HEADER { width: 100%; box-sizing: border-box; border-top: 5px solid #e60012; padding: 10px 0 0;}
	.bc_logo { margin: 0 0 0 10px; float: left;}
	#bcs_fixArea{position:fixed;top:0px;left:0px;width:100%;z-index:100;box-sizing:border-box;background:#fff;text-align:center;box-shadow: 0px 3px 2px rgba(0,0,2,0.4);}
	.beforeTheDay{color:#e60012;font-size:20px;margin:10px 0;}
	#pan{margin:0}

	/* h2 */
	#topicsmainfull .review_ttl {
		border: none;
		background-color: #17184b;
		color: #fff;
		font-size: 36px;
		font-weight: bold;
		text-align: center;
		padding: 20px 0 16px;
	}

	/* 全体 */
	#topicsmainfull .block {
		margin:0 auto;
	}
	#topicsmainfull .block1 {
		width:100%;
		padding:10px 0;
	}
	#topicsmainfull .block2 {
		width:100%;
		padding:10px 0;
	}
	#topicsmainfull .block3 {
		width:100%;
		padding:10px 0;
	}
	#topicsmainfull .block3_1 {
		width:100%;
		padding:10px 0;
	}
	#topicsmainfull .block3_2 {
		width:100%;
	}
	#topicsmainfull .block4 {
		width:100%;
	}
	#topicsmainfull .tac { text-align:center!important;}
	#topicsmainfull .mha { margin:0 auto!important;}
	#topicsmainfull img { height:auto!important;}
	#topicsmainfull .btn_green, #topicsmainfull .btn_info,#topicsmainfull .btn_gold {
		width:100%;
		margin:0 auto;
	}

	#topicsmainfull .btn_gold a {
		display: block;
		padding: 10px 0 5px;
		font-size:30px;
		font-weight:550;
		margin:10px auto;
		text-decoration: none;
		text-align:center;
		border-radius: 30px;
		color: #000;
		background-image: linear-gradient(#FFD700 0%, #c6a971 100%);
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
		border:3px solid #ffffff;
		width:90%;
	}

	#topicsmainfull .btn_green a {
		display: block;
		padding: 10px 0 5px;
		font-size:30px;
		font-weight:550;
		margin:10px auto;
		text-decoration: none;
		border-radius: 30px;
		color: #ffffff;
		background-image: linear-gradient(#9cc641 0%, #70c13f 100%);
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
		border-bottom: solid 3px #396822;
		border:3px solid #fff;
		width:90%;
	}
	#topicsmainfull .btn_green.btntop a {
		display: block;
		padding: 10px 0 15px;
		font-size:30px;
		font-weight:550;
		margin:10px auto;
		text-decoration: none;
		border-radius: 40px;
		color: #ffffff;
		background-image: linear-gradient(#9cc641 0%, #70c13f 100%);
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
		border-bottom: solid 3px #396822;
		line-height: 28px;
		border:3px solid #fff;
	}

	#topicsmainfull .btn_gold.btntop a {
		display: block;
		padding: 10px 0 15px;
		font-size:30px;
		font-weight:550;
		margin:10px auto;
		text-decoration: none;
		border-radius: 40px;
		color: #000;
		background-image: linear-gradient(#FFD700 0%, #c6a971 100%);
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
		border:3px solid #ffffff;
		line-height: 28px;
	}

	#topicsmainfull .btn_green:active {
	  -webkit-transform: translateY(4px);
	  transform: translateY(4px);
	  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	  border-bottom: none;
	}
	#topicsmainfull .btn_green span,#topicsmainfull .btn_gold span {
		font-size:18px;
	}
	#topicsmainfull .btn_info a {
		display: block;
		padding: 10px 0 5px;
		font-size:25px;
		font-weight:400;
		margin:0 auto;
		text-decoration: none;
		border-radius: 30px;
		color: #ffffff;
		background:#696969;
	}

	#topicsmainfull .btn_green:hover,#topicsmainfull .btn_gold:hover {
		opacity: 0.8;
	}
	#topicsmainfull .btn_green:active,#topicsmainfull .btn_gold:active {
	  -webkit-transform: translateY(4px);
	  transform: translateY(4px);
	  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	  border-bottom: none;
	}

	#topicsmainfull section {
		width: calc(100% - 20px)!important;
	}

	.section {
		width:100%!important;
		margin:50px auto 0;
	}
	#topicsmainfull .maintxt {
		font-size:14px;
		font-weight:700;
		text-align:center;
	}

	/* 全体 */

	/* タブ */
	.tab_box .tab_btn {
		width: 45%;
		padding: 15px 0 0;
		color: #fff;
		background: #898989;
		text-align: center;
		cursor: pointer;
		transition: all 0.2s ease 0s;
		margin-right: 10px;
		font-size:1.0em;
	}
	#topicsmain_in .btn_area p {margin:0 5px;padding:8px;border-radius: 3px;}

	.tab_box .btn_area {
		display: -webkit-box;
		display: flex;
		justify-content:center;
	}

	.panel_area {
		position:relative;
		top:-2px;
		clear:left;
	}
	.tab_box .btn_area li { border-radius:15px 15px 0 0; height:35px; }
	.tab_box .btn_area li.active { border-left:#7b7c7d 1px solid!important; border-top:#7b7c7d 1px solid!important; border-right:#7b7c7d 1px solid!important; border-bottom:#fff 1px solid!important;z-index:1; }

	.tab_box { font-size:1.2em; }

	.tab_box .tab_btn:hover {
		background-color: #9fa09e;
		border-bottom:1px solid #dce1e4!important;
	}

	.tab_box .tab_btn.active {
	    background:#fff;
	    color:#333;
	}

	.tab_box .tab_panel {
	    display:none;
	}

	.tab_box .tab_panel.active {
	    display:block;
	}
	/* タブ */


/* アンカーリンク */

#navi_dyson .navi,#navi_hitsuji .navi {
	margin:20px auto;
}
#navi_dyson ul,#navi_hitsuji ul {
	list-style: none;
	width:100%;
}
#navi_dyson ul li{
	display: inline-block;
	width:calc( 100% / 2 - 15px);
	margin:5px;
	vertical-align: top;
	font-weight: bold;
	font-size: 18px;
	border:1px solid #17184B;
	background:#fff;
	text-align: center;
}

#navi_dyson ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 80px;
	width: 100%;
	color:#17184b;
	padding:10px;
	box-sizing: border-box;
	line-height: 1.4;
}
#navi_dyson ul li a:hover {
	background:#a2d7dd;
	text-decoration:none!important;
	color:#007bbb;
}
#navi_dyson .arrow_u {
	position: relative;
}
#navi_dyson .arrow_u:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
	position: absolute;
	top: -7px;
	right: 10px;
	bottom: 0;
	margin: auto;
}

#navi_hitsuji ul li{
	display: inline-block;
	width:calc(100% / 2 - 15px);
	margin:5px;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	border:1px solid #fff;
	text-align: center;
}
#navi_hitsuji ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 80px;
	width: 100%;
	color:#241a08;
	padding:10px;
	background-color:#ffffff;
	text-decoration: none;
	box-sizing: border-box;
	line-height: 1.4;
	border:1px solid #241a08;
}
#navi_hitsuji ul li a:hover {
	background:#949495;
	color:#000;
	text-decoration:none!important;
}
#navi_hitsuji .arrow_uw {
	position: relative;
}
#navi_hitsuji .arrow_uw:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #241a08;
	border-right: solid 2px #241a08;
	transform: rotate(45deg);
	position: absolute;
	top: -7px;
	right: 15px;
	bottom: 0;
	margin: auto;
}
/* //アンカーリンク// */



/* --------------------- ヒツジ --------------------------- */
	#hitsuji {
		padding: 10px;
		border-top: #7b7c7d 1px solid!important;
	}

	#hitsuji .bgb {
		background:#131313;
		margin:10px auto;
		padding:10px 0;
	}
	#hitsuji .bgw {
		background:#ffffff;
		margin:10px auto;
		padding:10px;
	}
	#hitsuji .bgb p {
		color:#fff;
	}

/* テキスト */
	.hcomment {
		font-size:20px; text-align:center; font-weight:700;
	}
	.hcomment span.gld {
		font-size:30px; color:#aa8400;
	}
	.hcomment span.red {
		font-size:30px; color:#e60012;
	}


	#topicsmainfull .review_ttlb {
	        border: none;
	        background-color: #241a08;
	        color: #ffffff;
	        font-size: 30px;
	        font-weight: bold;
	        text-align: center;
	        padding: 20px 0 16px;
	    }
	#topicsmainfull .review_ttlb span {
		background: linear-gradient(135deg, #deaf4d 0%, #fff095 25%, #ddad38 55%, #f6e391 85%, #e2b95a 100%);
		  -webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
	}

	#topicsmainfull .review_ttlb span.scopyb {
		font-size:20px;
		text-align:center;
		font-weight:600;
		text-shadow: none;
		line-height: 23px !important;
		display: block;
	}


	.ttl_frame {
		background:#241a08;
		padding:5px;
		margin:0 auto;
		width:100%;
	}

	#features h3 {
		padding: 1rem;
		color: #FFD700;
		border:3px double #FFD700!important;
		background:#241a08;
		font-weight:bold;
		font-size:23px;
		text-align:center;
		line-height:1;
		margin:0 auto;
	}
	#features h3 span {
		background: linear-gradient(135deg, #deaf4d 0%, #fff095 25%, #ddad38 55%, #f6e391 85%, #e2b95a 100%);
		  -webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
	}
	#features h3 span.scopy {
		font-size:15px;
		text-align:center;
		font-weight:600;
		text-shadow: none;
	}

	#features .pickup {
		font-size:23px;
		font-weight:700;
		text-align:center;
		color:#333631
	}

	#features .pickup span{
		background: linear-gradient(transparent 50%, #FFD700 50%);
	}

	#features .pickuplist {
		position: relative;
		padding: 20px 0 0 35px;
		border-bottom: 1px solid #000;
		width: 80%;
		margin: 0 auto;
		font-size: 18px;
		font-weight:700;
		display: flex;
		justify-content: space-between;
		text-align:left;
	}

	#features .pickuplist span {
		font-size: 25px;
		line-height: 1;
		position: absolute;
		left: 0;
		top:25px;
	}
	.pickuplist a {
		display: block;
	}
	#features p {
		font-size:14px; 
		text-align:left;
		margin:20px 0 10px;
		line-height:1.7;
	}

	.cautiontxt{
		font-size:11px!important;
		text-align:left!important;
	}

	#features p sup,#movie p sup {
		font-size:9px;vertical-align: super
	}

	#features p sub,#movie p sub {
		font-size:9px;
	}

	#item .item4 {
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#item .block4 {
		width:100%!important;
	}

	#media h3 {
		font-weight: 600;
		padding: 10px 0 5px;
		background: #000000;
		font-size: 20px;
		color: #ffffff;
		text-align: center;
		border-bottom: none !important;
		border-left: none !important;
	}

/* レビュー */
	#cov .reviewblock dl {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width:800px;
		margin:0 auto;
	}
	#cov .reviewblock dt {
		width: 19%;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		padding: 20px 0;
	}
	#cov .reviewblock dd {
		width: 74%;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		padding: 10px;
		margin:10px;
		line-height:25px;
		border:1px solid #898989;
		border-radius: 10px;
	}
	#cov .reviewblock dd.covl {
		justify-content: flex-start;
		text-align: left;
	}


/* --------------------- ヒツジ --------------------------- */

/* --------------------- ダイソン --------------------------- */

/* h2 */
	#topicsmainfull .dyson_ttl {
		border: none;
		background-color: #17184b;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		padding: 20px 0 16px;
	}

/* 特徴 */
	#dyson {
		padding: 10px;
		border-top: #ccc 1px solid!important;
	}

	#dyson section {
		background:#ffffff;
		padding:10px;
	}

	#features_dyson h3 {
		padding: 1rem 0.5rem 0.5rem;
		color: #fff;
		background: #0075c2;
		-webkit-box-shadow: 5px 5px 0 #003f8e;
		box-shadow: 5px 5px 0 #003f8e;
		font-weight:bold;
		font-size:23px;
		text-align:center;
		border-left:none!important;
	}
	#features_dyson h3 span {
		font-size:13px;
		text-align:center;
		font-weight:400;
		display:block;
	}
	#features_dyson h4,#features h4 {
		font-weight:bold;
		font-size:18px;
		text-align:left; 
		border-bottom:none!important;
		border-left:none!important;
		padding-left:0!important;
	}
	#features_dyson p {
		font-size:15px; 
		text-align:left;
		margin:0 auto 10px;
		width:95%;
		padding:5px;
	}
	#features_dyson .cautiontxt{
		font-size:12px;
		text-align:left;
		background:#fff!important;
		
	}

	#features_dyson .pickup {
		font-size:20px;
		font-weight:700;
		text-align:center;
	}
	#features_dyson .pickup span{
		background: linear-gradient(transparent 50%, #75ffff 50%);
	}

	#features_dyson .pickuplist {
		position: relative;
		padding: 20px 0 0 35px;
		border-bottom: 1px solid #000;
		width: 80%;
		margin: 0 auto;
		font-size: 18px;
		font-weight:700;
		display: flex;
		justify-content: space-between;
	}

	#features_dyson .pickuplist span {
		font-size: 25px;
		line-height: 1;
		position: absolute;
		left: 0;
		top: 25px;
	}
	#features_dyson p.type {
		font-family:"Noto Sans Japanese", sans-serif!important;
		font-size:14px;
		text-align:left;
		line-height:1.5;
		margin:0 0 15px 0;
	}
	#features_dyson p {
		font-size:15px; 
		text-align:left;
		margin:0 auto 10px;
		width:95%;
		padding:5px;
		line-height: 1.4;
	}
	#features_dyson .cautiontxt{
		font-size:12px;
		text-align:left;
		background:#fff!important;
		
	}


	/* FAQ */
	.specification_comment_block{
		border:#aaa 2px solid;
		border-radius:6px;margin:10px;
		padding:10px 10px 10px;
		text-align:left;
	}
	.specification_title{
		font-size:20px;
		margin:2;
		letter-spacing:-1.2px;
		text-align:left!important;
		width: 100%!important;
	}
	.specification_title_area{
		border-bottom: #aaa 1px solid;
	}
	.specification_count{
		font-size:18px;color:#F68F3C;
	}
	.specification_count:before{
		font-size:12px;
		content:"評価：";
		color:#000;
	}
	.specification_text{
		line-height:1.6;
		font-size:15px;
		margin-top:7px;
	}
	/* FAQ */

/* 動画 */
	#media_dyson h3 {
		font-weight: 600;
		padding: 10px 0 5px;
		color: #19448e;
		font-size:30px;
		text-align:center;
		border-bottom:3px solid #19448e!important;
		border-left:none!important;
	}
	#media_dyson h4 {
		font-weight: 600;
		padding: 10px 0 5px;
		background: #19448e;
		font-size:20px;
		color:#fff;
		text-align:center;
		border-bottom:none!important;
		border-left:none!important;
	}

/* レビュー */
	#dyson_cov .reviewblock dl {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin:0 auto;
	}
	#dyson_cov .reviewblock dt {
		width: 19%;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		padding: 20px 0;
	}
	#dyson_cov .reviewblock dd {
		width: 74%;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		padding: 15px;
		margin:10px;
		line-height:25px;
		border:1px solid #898989;
		border-radius: 10px;
	}
	#dyson_cov .reviewblock dd.covl {
		justify-content: flex-start;
		text-align: left;
	}

/* --------------------- ダイソン --------------------------- */


/* --------------------- ヒツジ・ダイソン共有 --------------------- */

/* FAQ */
	#faq_hitsuji dl,#faq_dyson dl {
		width: 100%;
	}
	#faq_hitsuji dt,#faq_dyson dt {
		width: 100%;
		padding: 20px 0 0;
		text-align:left;
		font-size:18px;
		font-weight:700;
	}

	#faq_hitsuji dd,#faq_dyson dd {
		width: 100%;
		padding: 10px 0 30px;
		text-align:left;
		line-height:25px;
		border-bottom:1px solid #898989;
	}
	#faq_hitsuji .cautiontxt,#faq_dyson .cautiontxt {
		font-size:11px!important;
		line-height:18px!important;
		padding: 0 0 10px 0!important;
		display:block;
	}
/* FAQ */

/* 仕様 */
	#itemspec,#itemspec_dyson { width:100%;margin:0 auto; }
	#itemspec dl,#itemspec_refa dl {
	  display: flex;
	  flex-wrap: wrap;
	}
	#itemspec dt,#itemspec_dyson dt {
	  width: 35%;
	  padding: 13px 10px 10px 0;
	  margin-bottom: 10px;
	  text-align:right;
	  background:#e8ecef;
	}

	#itemspec dd,#itemspec_dyson dd {
	  width: 55%;
	  padding: 13px 0 10px 20px;
	  margin-bottom: 10px;
	  border-bottom: 1px dashed #d4dcda;
	  text-align:left;
	}
	.dyson_caution { font-size:0.85em; text-align:left; }
/* 仕様 */

/* 比較表 */
	#hikaku table {
		border-collapse: collapse;
		border-spacing: 0;
		width:700px;
		margin:0 auto 20px;
		text-align:center;
	}
	#hikaku_dyson table {
		border-collapse: collapse;
		border-spacing: 0;
		width:600px;
		margin:0 auto 20px;
		text-align:center;
	}
	#hikaku_dyson table th.sticky_2nd {
		position: sticky;
		top: 0;
		left: 9.2%;
		z-index: 1;
	}
	#hikaku table th,#hikaku_dyson table th {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 1;
		}
	#hikaku table th::before,#hikaku_dyson table th::before {
			content: "";
			position: absolute;
			top: -1px;
			left: -1px;
			width: 100%;
			height: 100%;
			border: 1px solid #ccc;
			pointer-events: none;
		}
	}
	#hikaku table thead tr:first-of-type th:first-of-type,#hikaku_dyson table thead tr:first-of-type th:first-of-type {
		z-index: 2;
	}

	#hikaku table td,#hikaku_dyson table td {
		 border: 1px solid #ccc; padding:5px;
	}
	#hikaku table tr .nbdr,#hikaku_dyson table tr .nbdr {
		 border-top:none!important; border-left:none!important;background:#fff!important;
		width:175px;
	}
	#hikaku .saleitemb,#hikaku_dyson .saleitemb {
		 background:#fffacd; color:#e60012; font-weight:800; font-size:14px; vertical-align: middle;
	}
	#hikaku .saleitem,#hikaku_dyson .saleitem {
		 background:#fffacd; color:#e60012; font-weight:400; font-size:12px; vertical-align: middle;
	}
	#hikaku .otheritem,#hikaku_dyson .otheritem {
		 background:#ffffff; color:#524e4d; font-weight:400; font-size:12px; vertical-align: middle;
	}
	#hikaku .otheritemttl,#hikaku_dyson .otheritemttl {
		 background:#ffffff; color:#524e4d; font-weight:400; font-size:12px; vertical-align: top;
	}
	#hikaku .otheritem span,.saleitem span,#hikaku_dyson .otheritem span,.saleitem span {
		 font-size:0.8em; 
	}
	#hikaku .comp_list,#hikaku_dyson .comp_list {
		 text-align:left; font-size:12px; color:#fff; background:#898989;border: 1px solid #fff;vertical-align: middle; 
	}
	#hikaku .comp_list02,#hikaku_dyson .comp_list02 {
		 background:#c0c0c0; font-size:12px; border: 1px solid #fff;
		writing-mode: vertical-rl;
		text-align:left;
	}
	#hikaku .saleitemname,#hikaku_dyson .saleitemname {
		 background:#e60012; padding:5px 0 2px; font-weight:bold; color:#fff; margin:10px auto 0; text-align:center;
	}
	#hikaku .itemname,#hikaku_dyson .itemname {
		 background:#727171; padding:7px 0 4px; font-weight:bold; color:#fff; margin:10px auto 0; text-align:center;
	}

	#hikaku .push,#hikaku_dyson .push {
		text-align:left;
		vertical-align:top;
	}
	#hikaku .pushb,#hikaku_dyson .pushb {
		text-align:left;
		font-weight:700;
		vertical-align:top;
	}
	/* 比較表スクロール */
	#hikaku .twrap,#hikaku_dyson .twrap {
		 overflow: scroll;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		height: 450px;
	}

/* 比較表 */


/* 動画 */
	#movie .btn_movie ,#media_dyson .btn_movie {
		text-align:center;
	}
	#movie .btn_movie a,#media .btn_movie a,#media_dyson .btn_movie a,#movie_dyson .btn_movie a,#info .btn_movie a,#info_dyson .btn_movie a {
		display:block;
		width:90%;
		padding: 10px 0 5px;
		font-size:16px;
		font-weight:400;
		margin:10px auto;
		text-decoration: none;
		border-radius: 30px;
		color: #696969;
		background:#fff;
		border:1px solid #19448e!important;
	}
	#movie .blockmv,#media_dyson .blockmv {
		margin:0 auto;
		display:block;
	}
	#movie p,#media_dyson p { text-align:left; }

	#movie p.subcaution {
		text-align:left;font-size:10px;
	}

/* //動画// */

/* レビュー */
#cov p.com,#dyson_cov p.com { 
	font-size:12px;
	text-align:left;
}


/* フローティング */
.floating {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
    visibility: visible;
    opacity: 1;
}

/* 非表示状態 */
.floating.is-hidden {
    visibility: hidden;
    opacity: 0;
}
/* フローティング */


}
/* for SP  */
