/*
channel code : qhtGN7wHcQse
for store
*/
/* CSS Document */

:root {
    --max-width: 1920px;
    --min-width: 1280px;
    --scrollbar: 0px;
    --content-width: calc(100vw - var(--scrollbar));
    --outer-width: min(var(--max-width),calc(100vw - var(--scrollbar)));
    --inner-width: calc(var(--content-width) - var(--side-margin)*2);
    --content-margin: calc((var(--outer-width) - var(--content-width))/2);
    --unit-width: calc(8.33333vw - var(--scrollbar)/12 - var(--gutter-width)*11/12 - var(--side-margin)*2/12);
    --col-width: calc(8.33333% - var(--gutter-width)*11/12);
    --gutter-width: 24px;
    --side-margin: var(--gutter-width);
    --basis-margin: var(--gutter-width)
}

@media screen and (max-width: 575px) {
    :root {
        --gutter-width:16px;
        --side-margin: 24px
    }
}

@media screen and (min-width: 992px) {
    :root {
        --gutter-width:32px
    }
}

@media screen and (min-width: 1344px) {
    :root {
        --min-width:1280px;
        --unit-width: calc((var(--content-width) - (var(--gutter-width)*11 + var(--side-margin)*2))/12);
        --content-width: calc(var(--min-width) + var(--side-margin)*2)
    }
}

body {
	-webkit-text-size-adjust: 100%;
	padding: 0;
	color: #1a1a1a;
	font-family: Noto Sans JP,Noto Sans Display,sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, h5, p, object {
  margin: 0;
  padding: 0;
  font-size: 100%;
}


/*@media only screen and (min-width:641px), (min-device-width:1281px){*/
main * {
	font-family: Noto Sans JP,Noto Sans Display,sans-serif !important;
}
#page {
	min-width: auto !important;
}
#sections .eccom-contents #re_contents {
	width: 100% !important;
	margin: 0 !important;
	padding: 32px 0 56px;
	background-color: #f2f2f2;
	color: #1a1a1a;
	
}

#organic {
	max-width: var(--inner-width);
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
}
#organic a {
	color: #1a1a1a;
	text-decoration: underline;
}
#organic a:hover {
	-webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
#organic a:visited {
    color: #1a1a1a;
}

#organic .sp_only,
#organic .for_sp { display: none;}
#lineup sup.no_btoc,
#lineup sup.no_series { display:none; }

#organic a:hover img { opacity: 0.8;}

#organic .mt10 { margin-top:10px !important;}
#organic sup {
    font-size: 11px;
    display: inline-block;
}


/*----- main -----*/

#organic #main {
	text-align: center;
	margin: 0 auto 48px;
}
#organic #main h1 {
	margin-bottom: 32px;
}
#organic #main h1 .h1_header {
	font-size: 36px;
	line-height: 1.5;
	font-weight: 500;
}
#organic #main h1 .h1_sub{
	font-size: 26px;
	display: block;
	color: #666;
	font-weight: 500;
}


#organic #tab {
	max-width: var(--inner-width);
	width: 100%;
	margin: 0 auto 48px;
}
#organic #tab ul {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 1px #000;
	display: flex;
	justify-content: center;
}
#organic #tab li {
	width: 100%;
}
#organic #tab li a {
	display: block;
	padding: 9px 1pc 8px;
	width: 100%;
	line-height: 1.5;
	border-bottom: solid 2px transparent;
	text-decoration: none;
	text-align: center;
	color: #666;
}
#organic #tab li span {
	display: block;
	padding: 9px 1pc 8px;
	line-height: 1.5;
	font-weight: 700;
	width: 100%;
	vertical-align: middle;
	border-bottom: solid 2px #000;
	text-align: center;
}



/*----- lineup -----*/
#models_wrap {
	position: relative;
	width: 100%;
}
#models {
	position: relative;
	margin-top: 24px;
	opacity: 0;
}
#models #header_wrapper {
	width: 100%;
	z-index: 5;
	background-color: #f2f2f2;
}
#models #header_wrapper > div,
#models #tbody_wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	display: flex;
}
#models .fix_area {
	width: 185px;
	overflow: hidden;
}
#models .fix_area > div {
}
#models .scroll_area {
	width: calc(100% - 185px);
}
/*
#models .scroll_area::-webkit-scrollbar {
	height: 20px;
}
#models .scroll_area::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-top: solid 4px #333;
}
#models .scroll_area::-webkit-scrollbar-track {
	background-color: transparent;
	border-top: solid 4px #ccc;
}*/
#models .scroll_area .simplebar-track.simplebar-horizontal {
	height: 44px;
	background: #ccc;
	border-top: solid 20px #f2f2f2;
	border-bottom: solid 20px #f2f2f2;
}
#models .scroll_area .simplebar-scrollbar {
	height: 4px;
	background: #333;
	top: 0px;
}
#models .scroll_area div.tbl_contents {
	width: max-content;
	padding-bottom: 44px;
}
#models #header_wrapper #b_prev {
	position: absolute;
	top: 50%;
	left: 160px;
	margin-top: -40px;
	display: block;
	width: 17px;
	height: 34px;
	background: url(/store/page/pc/hikaku/img/b_prev.png) no-repeat center center;
	background-size: 17px 34px;
	cursor: pointer;
	z-index: 7;
}
#models #header_wrapper #b_next {
	position: absolute;
	top: 50%;
	right: -23px;
	margin-top: -40px;
	display: block;
	width: 17px;
	height: 34px;
	background: url(/store/page/pc/hikaku/img/b_next.png) no-repeat center center;
	background-size: 17px 34px;
	cursor: pointer;
	z-index: 7;
}
#models #header_wrapper #b_prev:hover,
#models #header_wrapper #b_next:hover {
	opacity: 0.7;
}
#models #header_wrapper #b_prev.dead,
#models #header_wrapper #b_next.dead {
	display: none;
}
#models #header_wrapper tr:not(.prod) {
	display: none;
}
#models #header_wrapper tr {
	background-color: #f2f2f2;
}
#models .label_web {
	color: #475C85;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
#models table {
	width: max-content;
	border-collapse: collapse;
	margin-right: 1px;

}
#models th {
	width: 185px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	text-align: left;
	padding: 16px 16px 16px 0;
	font-size: 16px;
	vertical-align: middle;
}
#models .prod th,
#models .whitecol {
	border-top: none !important;
	border-bottom: none !important;
	background-color: #f2f2f2 !important;
}
#models #tbody_wrapper .prod {
	display: none;
}

#models #tbody_wrapper th {
	padding-left: 10px;
}
#models #tbody_wrapper th p {
	display: inline-block;
}
#models #tbody_wrapper a.winopen,
#models #tbody_wrapper a.modal,
#models #tbody_wrapper a.arrow {
	display: block;
	font-size: 14px;
	text-decoration: none;
	margin-top: 5px;
}
#models #tbody_wrapper a.winopen:after {
	content:'';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	background: url(/store/page/pc/common_2024/img/icon_external.svg) no-repeat center center;
	background-size: contain;
}
#models #tbody_wrapper a.modal:after {
	content:'';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	background: url(/store/page/pc/common_2024/img/icon_modal.svg) no-repeat center center;
	background-size: contain;
}
#models #tbody_wrapper a.arrow:after {
	content:'';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	background: url(/store/page/pc/common_2024/img/icon_arrow.svg) no-repeat center center;
	background-size: contain;
}
#models #tbody_wrapper th,
#models #tbody_wrapper td {
	line-height: 1.5;
	text-align: left;
}
#models td {
	width: 219px;
	border-bottom: solid 1px #ccc;
	font-size: 16px;
	padding: 16px;
	vertical-align: middle;
}
#models .prod td {
	padding: 6px 16px 8px;
	vertical-align: top;
	border-bottom: none;
}
#models .prod td > div {
	padding: 16px 0 0;
	height: 100%;
	position: relative;
}
#models .prod td input[type="checkbox"]  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	opacity: 0;
}
#models .prod td input[type="checkbox"] +label {
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	width: 24px;
	height: 24px;
    background: url(/store/page/pc/common_2024/img/icon_close.svg) no-repeat center;
	cursor: pointer;
}
#models .prod td input[type="checkbox"]:checked +label {
}
/*#models td .b_close {
	position: absolute;
	top: -30px;
	right: -1px;
	width: 30px;
}
#models td .b_close img {
	width: 100%;
}*/
#models .prod_current,
#models .prod_latest {
	margin: -5px auto 8px;
	min-height: 21px;
}
#models .prod_prev {
	margin: -5px auto 8px;
	font-size: 14px;
	line-height: 1.5;
	min-height: 21px;
	width: 90%;
	color: #475C85;
	font-weight: bold;
	text-align: center;
}
#models .prod_img {
	height: 100px;
}
#models .prod_model {
	font-weight: bold;
	margin-top: 8px;
	font-size: 16px;
	text-align: left;
}
#models .prod_price {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#models .del {
	text-decoration: line-through;
	color: #1a1a1a;
}
#models .del span {
	color: #475C85;
}
#models .prod_price em {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
#models td ul {
	margin: 8px auto 0;
	overflow: visible;
}
#models td ul li {
	float: left;
	width: calc(50% - 4px);
}
#models td ul li:first-child {
	margin-right: 8px;
}
#models td ul li a {
	font-size: 14px;
	line-height: 1;
	display: block;
	padding: 8px 0;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#models a:hover {
	opacity: 0.8;
}
#models .prod li a.b_prodinfo {
    border: 1px solid #333;
    color: #333;
}
#models .prod li a.b_order {
	background-color: #333 !important;
	border: solid 1px #333;
	color: #FFF;
	transition: background-color .4s ease;
}
#models .prod li span.soldout {
	font-size: 14px;
	display: block;
	padding: 5px;
	color: #FFF;
	background-color: #999;
	border: solid 1px #999;
	text-align: center;
}
#models .prod li span.notice {
	background-color: #F00;
	border: solid 1px #F00;
}

#models .prod li span.ended {
	font-size: 14px;
	display: block;
	padding: 5px;
	color: #999;
	border: solid 1px #CCC;
	text-align: center;
}
#models .prod .att {
	font-size: 11px;
	line-height: 1.2;
	padding: 3px 10px 0;
	margin-bottom: -8px;
	text-align: left;
}
#models tr.color_row td {
	vertical-align: top;
	
}
#models .txt_s {
	font-size: 14px;
}
#models .txt_mark {
	font-size: 18px;
	font-family: sans-serif;
	text-align: center;
}
#models td div.dotbox {
	display: table;
	width: 100%;
}
#models td div.dotbox p {
	display: table-cell;
	padding: 10px 0;
	vertical-align: middle;
	background: url(/store/page/pc/hikaku/img/border01.gif) no-repeat center top;
}
#models td div.dotbox:first-child p {
	padding-top: 0;
	background: none;
}
#models td div.dotbox:last-child p {
	padding-bottom: 0;
}
#models td div.dotbox.empty p {
	border-top: solid 1px #E6E6E6;
}
#models tr:last-child td {
	vertical-align: top;
}
#models img.color {
	vertical-align: text-bottom;
	margin-right: 5px;
	border: solid 2px #FFF;
}
#models a.b_order2 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 56px;
	width: 100%;
	padding: 8px 10px;
	background-color: #333;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	border: solid 1px #333;
}
#models tr:last-child span.soldout {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 56px;
	width: 100%;
	text-align: center;
	padding: 8px 10px;
	background-color: #999;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	border: solid 1px #999;
}
#models tr:last-child span.notice {
	background-color: #F00;
	border: solid 1px #F00;
	padding: 8px 8px;
}
#models tr:last-child span.ended {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 56px;
	width: 100%;
	text-align: center;
	padding: 8px 10px;
	font-weight: bold;
	color: #999;
	background-color: #f2f2f2;
	font-size: 14px;
	border: solid 1px #CCC;
}
#models a.b_arrival {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 56px;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	padding: 8px 10px;
	background: #333;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
#lineup .note {
	width: 100%;
	margin: 32px auto 16px;
}
#lineup #table_note.note {
	margin: 64px auto;
}
#lineup .note p {
	padding-left: 3em;
	text-indent: -3em;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}
#lineup .note p.product-lineup-hanbai {
	text-align: right;
}
#lineup #table_note.note p span {
	display: inline-block;
	text-indent: 0;
	width: 3em;
}


/*----- ft_banner -----*/
#organic #ft_banner {
	text-align: center;
	margin-bottom: 64px;
}
#organic #ft_banner .subtitle {
	margin-bottom: 24px;
}
#organic #ft_banner .subtitle span {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}
/*}*/
#re_contents .pagetop {
	text-align: right;
	font-size: 14px;
}
#re_contents .pagetop span.icon_top {
	display: inline-block;
	width: 16px;
	transform: rotate(-90deg);
	margin-right: 8px;
}
#re_contents .pagetop span.icon_top img {
	width: 100%;
}


@media screen and (max-width: 767px) {

	#organic img {
		width: 100%;
	}
	#organic .pc_only,
	#organic .for_pc { display: none !important; }
	#organic .sp_only,
	#organic .for_sp { display: initial !important; }


	/*----- main -----*/
	#organic #main {
		margin: 0 auto 32px;
	}
	#organic #main h1 .h1_header {
		font-size: 32px;
	}


	/*----- organicmenu -----*/
	#organic #tab {
		width: calc(100% + var(--side-margin)*2);
		max-width: none;
		margin: 0 calc(0px - var(--side-margin)) 48px;
	}
	#organic #tab ul {
		width: 100%;
		padding: 0 var(--side-margin);
	}
	#organic #tab li {
		width: 100%;
	}



	/*----- lineup -----*/
	#models .fix_area {
		width: 98px;
	}
	#models .scroll_area {
		width: calc(100% - 98px);
	}
	#models #header_wrapper #b_prev {
		display: none;
	}
	#models #header_wrapper #b_next {
		display: none;
	}
	#models #header_wrapper tr:not(.prod) {
		display: none;
	}
	#models #header_wrapper tr {
		background-color: #f2f2f2;
	}
	#models .label_web {
		color: #475C85;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
	}
	#models table {
		width: max-content;
		border-collapse: collapse;
		margin-right: 1px;

	}
	#models th {
		width: 98px;
		padding: 8px 8px 8px 0;
		font-size: 14px;
	}
	#models .prod th,
	#models .whitecol {
		border-top: none !important;
		border-bottom: none !important;
		background-color: #f2f2f2 !important;
	}
	#models #tbody_wrapper .prod {
		display: none;
	}

	#models #tbody_wrapper th {
		padding-left: 8px;
	}
	#models #tbody_wrapper th p {
		display: inline-block;
	}
	#models #tbody_wrapper a.winopen,
	#models #tbody_wrapper a.modal,
	#models #tbody_wrapper a.arrow {
		display: block;
		font-size: 14px;
		text-decoration: none;
		margin-top: 5px;
	}
	#models #tbody_wrapper a.winopen:after {
		content:'';
		display: inline-block;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		margin-left: 4px;
		background: url(/store/page/pc/common_2024/img/icon_external.svg) no-repeat center center;
		background-size: contain;
	}
	#models #tbody_wrapper a.modal:after {
		content:'';
		display: inline-block;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		margin-left: 4px;
		background: url(/store/page/pc/common_2024/img/icon_modal.svg) no-repeat center center;
		background-size: contain;
	}
	#models #tbody_wrapper a.arrow:after {
		content:'';
		display: inline-block;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		margin-left: 4px;
		background: url(/store/page/pc/common_2024/img/icon_arrow.svg) no-repeat center center;
		background-size: contain;
	}
	#models #tbody_wrapper th,
	#models #tbody_wrapper td {
		line-height: 1.5;
		text-align: left;
	}
	#models td {
		width: 114px;
		font-size: 14px;
		padding: 8px;
		vertical-align: middle;
	}
	#models .prod td {
		padding: 6px 8px 8px;
		vertical-align: top;
	}
	#models .prod td > div {
		height: 100%;
		position: relative;
	}
	#models .prod td input[type="checkbox"]  {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 35px;
		opacity: 0;
	}
	#models .prod td input[type="checkbox"] +label {
		position: absolute;
		right: 0px;
		top: 0px;
		display: inline-block;
		width: 44px;
		height: 44px;
		background: url(/store/page/pc/common_2024/img/icon_close.svg) no-repeat right top;
		background-size: 16px 16px;
		cursor: pointer;
	}
	#models .prod td input[type="checkbox"]:checked +label {
	}
	/*#models td .b_close {
		position: absolute;
		top: -30px;
		right: -1px;
		width: 30px;
	}
	#models td .b_close img {
		width: 100%;
	}*/
	#models .prod_prev {
	}
	#models .prod_img {
		height: 66px;
	}
	#models .prod_model {
		font-weight: bold;
		margin-top: 8px;
		font-size: 14px;
		text-align: left;
	}
	#models .prod_price {
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	#models .del {
		text-decoration: line-through;
		color: #1a1a1a;
	}
	#models .del span {
		color: #475C85;
	}
	#models .prod_price em {
		font-weight: bold;
		line-height: 1;
	}
	#models td ul {
		margin: 0 auto;
		overflow: visible;
	}
	#models td ul li {
		float: none;
		width: 100%;
		margin-top: 8px;
	}
	#models td ul li:first-child {
		margin-right: 0;
	}
	#models .prod .att {
		font-size: 11px;
		line-height: 1.2;
		padding: 3px 10px 0;
		margin-bottom: -8px;
		text-align: left;
	}
	#models tr.color_row td {
		vertical-align: top;

	}
	#models .txt_s {
		font-size: 12px;
	}
	#models .txt_mark {
		font-size: 18px;
		font-family: sans-serif;
		text-align: center;
	}
	#models td div.dotbox {
		display: table;
		width: 100%;
	}
	#models td div.dotbox p {
		display: table-cell;
		padding: 10px 0;
		vertical-align: middle;
		background: url(../img/border01.gif) no-repeat center top;
	}
	#models td div.dotbox:first-child p {
		padding-top: 0;
		background: none;
	}
	#models td div.dotbox:last-child p {
		padding-bottom: 0;
	}
	#models td div.dotbox.empty p {
		border-top: solid 1px #E6E6E6;
	}
	#models tr:last-child td {
		vertical-align: top;
	}
	#models img.color {
		width: 18px;
		vertical-align: text-bottom;
		margin-right: 7px;
		border: solid 2px #FFF;
	}
	#models a.b_order2 {
		display: inline-block;
		width: 100%;
		padding: 16px 10px;
		background-color: #333;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
		font-size: 14px;
		text-align: center;
		border: solid 1px #333;
	}
	#models tr:last-child span.soldout {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 16px 10px;
		background-color: #999;
		font-weight: bold;
		color: #FFF;
		font-size: 14px;
		border: solid 1px #999;
	}
	#models tr:last-child span.notice {
		background-color: #F00;
		border: solid 1px #F00;
		padding: 16px 8px;
	}
	#models tr:last-child span.ended {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 16px 10px;
		font-weight: bold;
		color: #999;
		background-color: #f2f2f2;
		font-size: 14px;
		border: solid 1px #CCC;
	}
	#models a.b_arrival {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 5px;
		padding: 16px 10px;
		background: #333;
		color: #FFF;
		text-decoration: none;
		font-size: 12px;
	}
	#lineup .note {
		width: 100%;
		margin: 32px auto 16px;
	}
	#lineup #table_note.note {
		margin: 64px auto;
	}
	#lineup .note p {
		padding-left: 3em;
		text-indent: -3em;
		font-size: 14px;
		line-height: 1.5;
	}
	#lineup #table_note.note p span {
		display: inline-block;
		text-indent: 0;
		width: 3em;
	}
	#lineup .note p.product-lineup-hanbai {
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
	}



	/*----- ft_banner -----*/
	#organic #ft_banner {
		margin-bottom: 80px;
	}
	#organic #ft_banner .subtitle span {
		font-size: 18px;
	}
}
