
/* for PC  */

/* 全体 */
	section {
		margin:30px auto 0!important;
	}

	#info .mv10,info_dyson .mv10 {
		margin:20px auto!important;
	}
/* //全体// */

/* //メイン// */

/* 全体 */
	#promotionsale .commentblock {
		margin:0 auto;
		display:flex;
	}
	#promotionsale .block1 {
		width:100%;
		padding:10px;
	}
	#promotionsale .block2 {
		width:calc(100% / 2 - 20px);
		padding:10px;
	}
	#promotionsale .block3 {
		width:calc(100% / 3 - 10px);
		padding:10px;
	}
	#promotionsale .block3_1 {
		width: calc((100% - 20px) * 1 / 3);
		padding:10px;
	}
	#promotionsale .block3_2 {
		width: calc((100% - 20px) * 2 / 3);
		padding:10px;
	}
	#promotionsale .block4 {
		width:calc(100% / 4 - 10px)!important;
		padding:10px;
	}
	#promotionsale .block4_1 {
		width: calc((100% - 20px) * 1 / 4);
		padding:10px;
	}
	#promotionsale .block4_3 {
		width: calc((100% - 20px) * 3 / 4);
		padding:10px;
	}
	#promotionsale .tac { text-align:center!important;}
	#promotionsale .mha { margin:0 auto!important;}
	#promotionsale .btn_green, #promotionsale .btn_gold, #promotionsale .btn_info {
		width:50%;
		margin:0 auto;
	}
	#promotionsale .tolinkbtn_green a {
		border-radius: 50px!important;
		margin:10px auto!important;
		font-weight:550!important;
		width:50%!important;
	}
	#promotionsale .btn_gold a {
		display: block;
		padding: 15px 0 10px;
		font-size:20px;
		font-weight:550;
		margin:10px auto;
		text-decoration: none;
		text-align:center;
		border-radius: 50px;
		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;
	}

	.mainv .btn_green a,.mainv .btn_gold a {
		margin:0 auto!important;
	}

	#promotionsale .btn_green a {
		display: block;
		padding: 15px 0 10px;
		font-size:30px;
		font-weight:550;
		margin:10px auto;
		text-decoration: none;
		text-align:center;
		border-radius: 50px;
		color: #ffffff;
		background-image: linear-gradient(#9cc641 0%, #65ab31 100%);
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
		border-bottom: solid 3px #396822;
		border:3px solid #ffffff;
	}

	#promotionsale .btn_green:hover,#promotionsale .btn_gold:hover {
		opacity: 0.8;
	}
	#promotionsale .btn_green:active,#promotionsale .btn_gold:active {
			-webkit-transform: translateY(4px);
			transform: translateY(4px);
			box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
			border-bottom: none;
	}
	#promotionsale .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;
	}
	.lead_img {
		margin-top:10px;
	}
	#media .link_btn a {
		display: block;
		width: 60%;
		padding: 10px 0 5px;
		font-size: 16px;
		font-weight: 400;
		margin: 20px auto;
		text-decoration: none;
		border-radius: 30px;
		color: #696969;
		border: 1px solid #898989;
	}
/* 全体 */

/* アンカーリンク */

	#navi_dyson .navi,#navi_hitsuji .navi {
		margin:20px auto;
	}
	#navi_dyson ul,#navi_hitsuji ul {
		list-style: none;
		width:1200px;
	}

	.arrow_u {
		position: relative;
		display: inline-block;
		padding-left: 20px;
	}
	.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: 25px;
		bottom: 0;
		margin: auto;
	}

	#navi_hitsuji ul li{
		display: inline-block;
		width:250px;
		font-size: 20px;
		font-weight: bold;
		border:1px solid #fff;
		margin:10px;
	}
	#navi_hitsuji ul li a{
		display: block;
		color:#241a08;
		padding:20px;
		background-color:#ffffff;
		border:1px solid #241a08;
	}
	#navi_hitsuji ul li a:hover {
		background:#dcdddd;
		color:#000;
		text-decoration:none!important;
	}
	.arrow_uw {
		position: relative;
		display: inline-block;
		padding-left: 20px;
	}
	.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: 25px;
		bottom: 0;
		margin: auto;
	}
/* //アンカーリンク// */

/* -----------フローティング----------- */
	.floating-banner {
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 9999;

		/* 初期非表示（チラつき防止） */
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.3s ease 0.1s;
	}

	/* 表示状態 */
	.floating-banner.show {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	/* ×ボタン */
	.close-btn {
		position: absolute;
		top: -10px;
		right: -10px;
		width: 28px;
		height: 28px;
		background: #000;
		color: #fff;
		border-radius: 50%;
		text-align: center;
		line-height: 28px;
		font-size: 16px;
		cursor: pointer;
	}

	/* バナー */
	.banner-heading img {
		width: 100%;
		display: block;
		border-radius: 8px 8px 0 0;
		box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	}

	/* メニュー（PCも初期非表示にしてJSで同期） */
	.banner-menu {
		background: #fff;
		padding: 10px;
		border-radius: 0 0 10px 10px;

		border-bottom: 6px solid #20aee5;
		border-left: 6px solid #20aee5;
		border-right: 6px solid #20aee5;
		border-top: none;

		box-shadow: 0 4px 8px rgba(0,0,0,0.15);

		/* チラつき防止 */
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(10px);
		transition: all 0.3s ease;
	}

	/* 開いた状態 */
	.banner-menu.active {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
		box-shadow: 0 6px 16px rgba(0,0,0,0.2);
	}

	/* メニューリンク */
	.banner-menu a {
		display: block;
		padding: 8px;
		border-top: 1px solid #eee;
		text-decoration: none;
		color: #333;
		font-size: 14px;
	}
	.banner-menu a:first-child {
		border-top: none;
	}

	/* 閉じるボタン */
	.menu-close {
		display: block;
		text-align: center;
		margin: 10px auto 5px;
		padding: 8px 0;
		width: 80%;

		border: 1px solid #ccc;
		border-radius: 999px; 

		background: #f5f5f5;
		color: #666;
		font-size: 14px;

		cursor: pointer;
	}
/* -----------フローティング----------- */


/* --------------------- ヒツジ --------------------------- */
	#hitsuji {
		padding: 20px 0;
	}
/* h2 */
	#promotionsale .review_ttl {
		border: none;
		background-color: #fff;
		color: #00442d;
		font-size: 50px;
		font-weight: bold;
		text-align: center;
		padding: 20px 0 16px;
	}
/* h2 */

	#promotionsale .review_ttlb {
		border: none;
		background-color: #241a08;
		color: #ffffff;
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		padding: 10px 0;
		margin:10px auto 5px!important;
	}
	#promotionsale .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;
	}

	.review_ttlb span.scopy {
		font-size:30px;
		text-align:center;
		font-weight:600;
		text-shadow: none;
	}

	.review_ttlb span.scopyb {
		font-size:40px;
		text-align:center;
		font-weight:600;
		text-shadow: none;
	}

	#media h3 {
		font-weight: 600;
		padding: 10px 0 5px;
		background: #000000;
		font-size: 24px;
		color: #ffffff;
		text-align: center;
		border-bottom: none !important;
		border-left: none !important;
	}

	/* テキスト */
	.hcomment {
		font-size:20px; text-align:center; font-weight:700;
	}
	.hcommentw {
		font-size:20px;
		text-align:center;
		font-weight:700;color:#ffffff;
		margin:0 0 10px;
	}
	.hcomment span.gold {
		font-size:40px;
		color:#aa8400;
	}
	.hcomment span.redb, .hcommentw span.redb {
		font-size:40px;
		color:#e60012;
	}
	.hcommentw span.red {
		color:#e60012;
	}

	/* 特徴 */
	#features .pickup {
		font-size:30px;
		font-weight:700;
		text-align:center;
	}

	#features .pickup span{
		background: linear-gradient(transparent 50%, #FFD700 50%);
	}

	#features .pickuplist {
		position: relative;
		padding: 20px 30px 0 35px;
		border-bottom: 1px solid #7b7c7d;
		width: 840px;
		margin: 0 auto!important;
		font-size: 20px;
		font-weight:700;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
	}

	#features .pickuplist span {
		font-size: 25px;
		line-height: 1;
		position: absolute;
		left: 0;
		bottom: 5px;
	}
	#features .pickuplist sub {
		font-size:15px;
		vertical-align: baseline;
		position: relative;
		bottom: -2px; 
	}
	#features .pickuplist::after {
		background: url(/bc/resources4/sp/common/img/ico_arrow.png) no-repeat right 9px center;
		background-size: 8px auto;
		content: "";
		position: absolute;
		right:0;
		top:50%;
		width: 30px;
		height: 10px;
		transform: rotate(90deg);
	}
	.pickuplist a {
		display: block;
	}
	
	.ttl_frame {
		background:#241a08;
		padding:5px;
		margin:50px auto 0;
		width:95%;
	}

	#features h3 {
		position: relative;
		padding: 1rem 2rem;
		color: #FFD700;
		border:2px solid #FFD700!important;
		background:#241a08;
		font-weight:bold;
		font-size:30px;
		text-align:center;
		line-height:1;
		margin:5px auto;
		width: calc(100% - 80px);
	}
	#features h3:before {
		position: absolute;
		top: 4px;
		left: 4px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		content: '';
		border: 1px solid #FFD700;
	}
	#features h3 span.gold {
		background: linear-gradient(135deg, #bc7f04 0%, #dbb00b 20%, #fde79d 30%, #dbb00b 45%, #bc7f04 60%, #fde79d 70%, #dbb10c 85%, #bc7f04 90% 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	#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:20px;
		text-align:center;
		font-weight:600;
		text-shadow: none;
	}

	#features h4 {
		font-weight:bold;
		font-size:22px;
		text-align:left; 
		margin: 10px 0 0;
		border-bottom:none!important;
		border-left:none!important;
		color:#131313;
		padding: 0;
	}
	
	#features h5 {
		font-weight:600;
		font-size:22px;
		text-align:left;
		color:#131313;
	}

	#features h6 {
		font-weight:500;
		font-size:18px;
		text-align:left;
		color:#131313;
		margin:10px 0 6px;
		text-decoration:underline dotted #131313;
		text-underline-offset: 6px;
	}

	#features p {
		font-size:14px; 
		text-align:left;
		margin:10px 0;
		line-height:1.7;
	}
	#features .cautiontxt,#tokuten .cautiontxt{
		font-size:12px;
		text-align:left;
	}

	#features p sup {
		font-size:10px;vertical-align: super
	}

	#features h4 sup,#movie p sup {
		font-size:13px;vertical-align: super
	}
	#h_feature4 h3 sup {
		font-size:20px;vertical-align: super
	}
	#h_feature4 .suptxt {
		font-size:15px;text-align: right; margin: 0 25px auto;
	}
	#movie p sub {
		font-size:11px;
	}
	#movie p.subcaution {
		text-align:center;font-size:12px;padding:0 0 0 250px;
	}
	.hitsuji_caution { font-size:0.85em; text-align:left; }

/* カバー */
	#coveritm .productblock4LM {
		width:calc( 100% / 4 - 10px);
	}
	#coveritm .product_image {
		width: 100%;
		max-width: 250px !important;
		height: auto;
		margin: 10px 10px 0;
	}
	

/* FAQ */
	#faq_hitsuji dl {
		display: flex;
		flex-wrap: wrap;
		width: 80%;
		margin:0 auto;
	}
	#faq_hitsuji dt {
		width: 100%;
		padding: 10px 10px 5px;
		text-align:left;
		font-size:20px;
		font-weight:700;
	}

	#faq_hitsuji dd {
		width: 100%;
		padding: 5px 0 20px 40px;
		text-align:left;
		line-height:25px;
		border-bottom:1px solid #898989;
	}
	#faq_hitsuji .cautiontxt {
		font-size:12px;
		display: block;
		line-height:15px;
		padding: 10px 0 0;
	}
	#faq_hitsuji span sup {
		font-size:6px;vertical-align: super
	}
/* ---FAQ--- */

/* レビュー */
	#cov img.review_star {
		max-width:750px;

	}
	#cov .reviewblock dl {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width:800px;
		margin:0 auto;
	}
	#cov .reviewblock dt {
		width: 15%;
		box-sizing: border-box;
		display: flex;
		align-items: start;
		padding: 20px 10px;
	}
	#cov .reviewblock dd {
		width: 80%;
		box-sizing: border-box;
		align-items: center;
		padding: 10px;
		margin:10px;
		line-height:25px;
		border:1px solid #898989;
		border-radius: 10px;
	}
	#cov .reviewblock dd.covr {
		justify-content: flex-end;
	}
	#cov .reviewblock dd.covl {
		text-align: left;
	}

/* --------------------- ヒツジ --------------------------- */

/* 仕様 */
	#itemspec { margin:0 auto; }
	#itemspec dl {
	display: flex;
		flex-wrap: wrap;
	}
	#itemspec dt {
		width: 25%;
		padding: 13px 10px 10px 0;
		margin-bottom: 10px;
		text-align:right;
		background:#e8ecef;
	}

	#itemspec dd {
		width: 69%;
		padding: 13px 0 10px 20px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #d4dcda;
		text-align:left;
		color:#241a08;
	}
/* 仕様 */

/* 比較表 */
	#hikaku table {
		width:100%;
		margin:0 auto 20px;
		table-layout: fixed;
	}
	#hikaku table th:first-child {
		width: 120px;
	}
	#hikaku table td {
		width: calc((100% - 120px) / 6);
	}
	#hikaku table td,#hikaku table th {
		border: 1px solid #ccc;
	}
	#hikaku table tr .nbdr {
		border-top:none!important;
		border-left:none!important;
	}
	#hikaku .saleitemb {
		background:#fffacd;
		color:#e60012;
		font-weight:800;
		font-size:16px;
		vertical-align: middle;
	}
	#hikaku .saleitembb {
		background:#fffacd;
		color:#e60012;
		font-weight:800;
		font-size:18px;
		vertical-align: middle;
	}
	#hikaku .saleitem {
		background:#fffacd;
		color:#e60012;
		font-weight:400;
		font-size:14px;
		vertical-align: middle;
	}
	#hikaku .saleitemttl {
		background:#fffacd;
		color:#e60012;
		font-weight:400;
		font-size:14px;
		vertical-align: top;
	}
	#hikaku .saleitem b {
		font-size:14px
	}
	#hikaku .otheritem {
		background:#ffffff;
		color:#524e4d;
		font-weight:400;
		font-size:13px;
		vertical-align: middle;
	}
	#hikaku .otheritemttl {
		background:#ffffff;
		color:#524e4d;
		font-weight:400;
		font-size:14px;
		vertical-align: top;
	}
	#hikaku .otheritem span,#hikaku .saleitem span {
		font-size:0.8em;
	}
	#hikaku .comp_list {
		text-align:left;
		font-size:13px;
		color:#fff;
		background:#898989;
		border: 1px solid #fff;
	}
	#hikaku .comp_list02 {
		background:#c0c0c0;
		font-size:13px;
		writing-mode: vertical-rl;
		text-align:left;
		border: 1px solid #fff;
	}
	#hikaku .saleitemname {
		background:#e60012;
		padding:5px 0 2px;
		font-weight:bold;
		color:#fff;
		margin:10px auto 5px;
	}
	#hikaku .itemname {
		background:#727171;
		padding:7px 0 4px;
		font-weight:bold;
		color:#fff;
		margin:10px auto 0;
	}
	#hikaku .push {
		text-align:left;
	}
	#hikaku .pushb {
		text-align:left;
		font-weight:700;
	}

	/* 見出し固定 */
	#hikaku .sticky01 {
		position: sticky;
		top: 0;
	}
	#hikaku .sticky01::before {
		content: "";
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: -1px;
		width: 100%;
		height: 100%;
		border-bottom: 1px solid #ccc;
		pointer-events: none;
	}

/* 比較表スクロール */
	#hikaku .twrap {
		overflow-y: auto;
		height: 700px;
		width:100%;
		-webkit-overflow-scrolling: touch;
	}

/* 比較表 */

/* for PC  */
