/*
channel code : y5TPvfE6Mde6
for biz
*/
/*@charset "utf-8";
:root {
	--gutter: 32px;
	--content-width: 1280px;
	--grid: calc((var(--content-width) - var(--gutter-width) * 11) / 12);
}
@media screen and (max-width: 991px) {
	:root {
		--gutter: 24px;
		--content-width: calc(100% - var(--side-margin) * 2);
		--side-margin: 24px;
	}
}
@media screen and (max-width: 575px) {
	:root {
		--gutter: 16px;
	}
}*/
: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)
    }
}

* { padding: 0; margin: 0; box-sizing: border-box;}
body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object { margin: 0; padding: 0; text-decoration: none; }
html {
	font-size: 16px;
}
body {
	background: #f2f2f2;
	color: #1a1a1a;
	font-family: Noto Sans JP,Noto Sans Display,sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
}
ul, ol { margin: 0; padding: 0px; list-style: none; }
li { margin: 0; padding: 0px; }

img { border: 0; vertical-align: middle; }

a {
	color: #1a1a1a;
	text-decoration: underline;
}
a:hover {
	-webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
a:visited {
    color: #1a1a1a;
}


/* remember to define focus styles! */
:focus { outline: 0; }

a img {
 border: 0;
 text-decoration: none;
}

a:hover img {
	opacity:0.7;
}
b {
	font-weight: bold !important;
}
br { letter-spacing: 0; } /* IE No <br/> hack */

/* tables still need 'cellspacing="0"' in the markup */
table { font-size: inherit; font: 100%; border-collapse: collapse; border-spacing:0; }

caption,th,td { text-align: left; }

address,caption,cite,code,dfn,em,th,var { font-style: normal; font-weight:normal; }

#header {
	max-width: var(--inner-width);
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 32px;
}
.mt10 {
	margin-top: 10px !important;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}
.l-header {
	width: 100%;
}

.container {
	margin-right: auto;
	margin-left: auto;
}

.l-header .logo_area {
	overflow: hidden;
	margin-bottom: 24px;
}

.l-header .logo_store {
	float: left;
}

.l-header .logo_lets {
	float: right;
	padding-top: 5px;
}
.breadcrumb li {
	display: inline-block;
	vertical-align: middle;
	font-size: .75rem;
}

.breadcrumb li a {
	color: #666;
	text-decoration: none;
}
.breadcrumb li a:hover {
	text-decoration: underline dotted;
}
.breadcrumb li::before {
	content: ">";
	margin: 0 8px;
}

.breadcrumb li:first-of-type::before {
	content: "";
	display: none;
}

#lineup {
	width: 100%;
	max-width: var(--inner-width);
	margin: 0 auto;
}
#lineup * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
}
#lineup sup,
.popup sup {
	font-size: 11px;
	display: inline-block;
	line-height: inherit;
}
#lineup sup.for_btoc,
#lineup sup.for_series { display:none }


#lineup img {
	vertical-align: middle;
}

/* remember to define focus styles! */
:focus { outline: 0; }

#lineup a img {
 border: 0;
 text-decoration: none;
}

#lineup br { letter-spacing: 0; } /* IE No <br/> hack */



/* Clearfix
 * --------------------------------------------- */
/* for modern browser */
.clearfix:after { font-size: 0px; line-height: 0px; height: 0; visibility: hidden; content:"."; display: block; clear: both; }
/* for IE5.5-7 */
.clearfix { zoom: 1; display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix { display: block; }
.clearboth { clear: both; }


/* ------------------------------------------------
 * Layout
 ------------------------------------------------ */
.for_pc {}
.for_sp { display: none !important; }


#lineup #title_block {
	width: 100%;
	margin: 0 auto 32px;
}
#lineup #title_block h1 {
	text-align: center;
}
#lineup #title_block h1 .h1_header {
	font-size: 36px;
	line-height: 1.5;

}
#lineup #title_block h1 .h1_sub{
	font-size: 26px;
	display: block;
	color: #666;
}
#lineup h2 {
	text-align: center;
	margin-bottom: 32px;
}
#lineup h2 .h2_header {
	font-size: 32px;
	line-height: 1.5;
	font-weight: 500;
}
#lineup #tab {
	width: 100%;
	margin-bottom: 48px;
}
#lineup #tab ul {
	width: 100%;
	border-bottom: solid 1px #666;
	display: flex;
	justify-content: center;
}
#lineup #tab li {
	width: 100%;
}
#lineup #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;
}
#lineup #tab li span {
	display: block;
	padding: 9px 1pc 8px;
	line-height: 1.5;
	font-weight: bold;
	width: 100%;
	vertical-align: middle;
	border-bottom: solid 2px #000;
	text-align: center;
}
#lineup #select_wrap {
	position: relative;
	width: 100%;
	margin-bottom: 24px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#lineup #select_wrap #select_title {
	font-size: 20px;
	font-weight: 500;
}
#lineup #select_wrap label {
	position: relative;
	cursor: pointer;
	padding: 24px 30px 12px 0;
	margin-bottom: 12px;
	font-size: 26px;
	line-height: 1.5;
	text-align: center;
	min-height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#lineup #select_wrap > input#comparison[type=checkbox] {
  display: none;
}
#lineup #select_wrap .select_box {
	position: relative;
	height: 0;
	opacity: 0;
	padding: 0 32px;
	overflow: hidden;
    transition: 0.4s ease;
}
#lineup #select_wrap > input#comparison[type=checkbox]:checked ~ .select_box {
	height: auto;
	opacity: 1;
}
#lineup #select_wrap .select_box > div {
	margin-bottom: 48px;
}
#lineup #select_wrap .select_box > div > p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 24px;
}

#lineup #select_wrap .select_box ul {
	display: flex;
	gap: 24px var(--gutter-width);
}
#lineup #select_wrap .select_box li {
	position: relative;
	width: calc(25% - var(--gutter-width)* 3 / 4);
	padding-left: 32px;
}
#lineup #select_wrap .select_box li::after {
	border: 1px solid #333;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
}
#lineup #select_wrap .select_box li.check::after {
    border: 1px solid #333;
    background: url(/store/page/pc/common_2024/img/icon_check.svg) #333 no-repeat 50%;
}
#lineup #select_wrap .select_box li.dead {
	cursor: default;
	opacity: 0.5;
}
#lineup #select_wrap .select_box li.dead::after {
	border: 1px solid #CCC;
}
#lineup #select_wrap .select_box li span {
	font-size: 12px;
}
#lineup #select_wrap .minitext {
	font-size: 13px;
}
#lineup .btn_box {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: var(--gutter-width);
}
#lineup .result_all {
	display: block;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
}
#lineup .result_all span {
	font-weight: bold;
}
#lineup .btn_clear {
	display: inline-block;
}
#lineup .btn_clear a {
	display: inline-block;
	border: solid 1px #333;
	padding: 16px 32px;
	line-height: 1;
	text-decoration: none;
	color: #333;
	transition: background-color .3s;
}
#lineup .btn_clear a:hover {
	background-color: #CCC;
}
#lineup .btn_clear a:active {
	background-color: #b3b3b3;
}
#lineup .minitext {
	margin-top: 12px;
	font-size: 12px;
}
#lineup .bn_wrap {
	width: 100%;
	margin-bottom: 48px;
}
#lineup .bn_wrap ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
#lineup .bn_wrap ul li {
	width: 100%;
	text-align: center;
}
#lineup .bn_wrap ul li img {
	width: 100%;
}
#result {
	display: flex;
	margin: 32px auto 24px;
	gap: var(--gutter-width);
}
#result > p {
	width: calc(var(--unit-width)*3 + var(--gutter-width)*2);
	font-size: 14px;
	line-height: 1.5;
}
#result > p em {
	font-size: 20px;
}
#result > p span {
	font-size: 20px;
	font-weight: bold;
}
#result > p:first-child {
	margin-left: 0;
}
#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(../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(../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: 36px 0 0;
	height: 100%;
	position: relative;
}
#models .prod td input[type="checkbox"]  {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 35px;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
#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;
}
#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 {
	margin: -5px auto 10px;
	font-size: 14px;
	line-height: 1.5;
	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);*/
  width: 100%;
}
/*#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(../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;
}

/* faq */
#lineup .cl_faq *, #lineup .cl_faq *:after, #lineup .cl_faq *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#lineup .cl_faq_wrap {
	overflow-x: hidden;
}
#lineup .cl_faq_ttl {
	font-weight: bold;
	margin-bottom: 24px;
}
#lineup .cl_faq .cl_faq_tab {
	border-bottom: 1px solid #cccccc;
	position: relative;
}
#lineup .cl_faq .cl_faq_tab:first-child{
    border-top: 1px solid #cccccc;
}
#lineup .cl_faq .cl_faq_tab:last-child{
    margin-bottom: 32px;
}
#lineup .cl_faq label {
	line-height: 1.5;
    font-weight: bold;
    position: relative;
    display: flex;
	align-items: center;
    width: 100%;
	min-height: 72px;
	margin-bottom: 12px;
	padding: 24px 30px 12px 0;
    cursor: pointer;
    color: #1a1a1a;
}
#lineup .cl_faq label:hover {
	text-decoration: none;
}

#lineup .cl_faq .cl_faq_tab_content {
	font-size: 16px;
	position: relative;
	height: 0;
	overflow: hidden;
	padding: 0 32px;
	opacity: 0;
    transition: 0.4s ease;
}
#lineup .cl_faq .cl_faq_tab_content p {
/*	padding-bottom: 32px;*/
}
#lineup .cl_faq .cl_faq_tab input[type=checkbox]:checked ~ .cl_faq_tab_content {
	height: auto;
	padding: 0 32px 24px;
	opacity: 1;
}

#lineup .cl_faq .cl_faq_tab input[type=checkbox] {
  display: none;
}
#lineup .toggle_btn {
    position: absolute;
	right: 15px;
/*	color:#CCC;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: block;
    width: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;*/
}
#lineup .toggle_btn::before,
#lineup .toggle_btn::after {
    background: #333;
    border-radius: 2px;
    content: "";
    height: 1px;
    position: absolute;
    width: 15px
}
#lineup .toggle_btn::after {
    transform: rotate(-90deg)	
}
#lineup input:checked ~ * .toggle_btn:after {
	display: none;
}

/* footer-------------------------- */
#footer {
	padding: 100px 0 40px !important;
	font-size: 12px !important;
}

.inner {
	width: var(--inner-width);
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}
#copyright {
	float: left;
}

.pagetop {
	float: right;
	font-size: 14px !important;
}
.pagetop span.icon_top {
	display: inline-block;
	width: 16px;
	transform: rotate(-90deg);
	margin-right: 8px;
}
.pagetop span.icon_top img {
	width: 100%;
}


/* popup--------------------------- */
#models .pop_link {
	display: block !important;
	font-size: 13px;
	margin-top: 10px;
}
#popup_wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden auto;
	display: none;
	text-align: center;
	z-index: 1000;
}
#popup_wrap::before {
	content: "";
	height: 100%;
	display:inline-block;
	vertical-align: middle;
	
}
#popup_wrap .for_pc {}
#popup_wrap .for_sp { display: none; }

.popup {
	position: relative;
	display: none;
	opacity: 0;
	vertical-align: middle;
	width: 80%;
	max-width: 720px;
	margin: var(--gutter-width);
    background: #f2f2f2;
    padding: 88px var(--gutter-width) 3pc;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	z-index: 1001;
}
.popup .mt0 {
	margin-top: 0 !important;
}
.popup .mij {
	display: none;
}
.popup p,
.popup div.popup_img {
	margin-top: 24px;
}
.popup p:first-child {
	margin-top: 0 !important;
}
.popup .popup_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin: 48px 0 0;
}
.popup .popup_title:first-child {
	margin-top: 0 !important;
}
.popup .popup_subtitle {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin: 32px 0 0;
}
.popup .popup_subtitle02 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin: 32px 0 0;
}
.popup .popup_note {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 16px;
}
.popup ul.popup_note_num li {
	font-size: 12px;
	line-height: 1.5;
	text-indent: -2em;
	padding-left: 2em;
}
.popup .popup_note_num sup {
	display: inline;
}
.popup .popup_b_close {
	position: absolute;
	right: var(--gutter-width);
	top: var(--gutter-width);
}
.popup .txt_s {
	font-size: 13px;
}
.popup .popup_tbl {
	width: 100%;
	border-collapse: collapse;
	margin-top: 24px;
}
.popup .popup_tbl th {
	font-weight: bold;
	text-align: center;
	padding: 12px;
}
.popup .popup_tbl th:nth-child(2),
#popup_os .popup_tbl td:nth-child(3) {
	background: #F2F2F2;
	width: 18%;
}
.popup .popup_tbl th:nth-child(3),
#popup_os .popup_tbl td:nth-child(4) {
	background: #DEE3ED;
	width: 18%;
}
.popup .popup_tbl td {
	padding: 12px;
	border-top: solid 1px #ccc;
}
#popup_os .popup_tbl td:first-child {
	border-right: dotted 1px #ccc;
	width: 25%
}
#popup_weight .popup_tbl th,
#popup_weight .popup_tbl td {
	border-right: solid 1px #ccc;
}
#popup_weight .popup_tbl th:last-child,
#popup_weight .popup_tbl td:last-child {
	border-right: none;
}
.popup .popup_img {
	text-align: center;
}
.popup .popup_img img {
	width: auto;
	max-width: 100%;
}
.popup .popup_img.w450 img {
	width: 100%;
	max-width: 450px;
}
#popup_cpu .popup_tbl td {
}

#popup_weight .popup_tbl02 th,
#popup_weight .popup_tbl02 td {
	width: 33.3%;
}
.popup .popup_column {
	padding: 24px;
	margin-top: 32px;
	background-color: #FFF;
}
.popup .popup_tbl03 {
	width: 100%;
	border-collapse: collapse;
	margin-top: 24px;
}
.popup .popup_tbl03 td.popup_tbl03_arrow {
	padding: 0 !important;
}
.popup .popup_tbl03 th {
	padding: 12px;
	border-top: solid 1px #ccc;
	border-right: dotted 1px #ccc;
	font-size: 14px;
}
.popup .popup_tbl03 td {
	padding: 12px;
	border-top: solid 1px #ccc;
	font-size: 14px;
	width: 28%;
}
.popup .popup_tbl03 tr.popup_tbl03_model th,
.popup .popup_tbl03 tr:first-child td,
.popup .popup_tbl03 tr.popup_tbl03_model td {
	border-top: none;
}
.popup .popup_tbl03 tr.popup_tbl03_model td {
	text-align: center;
}
.popup .popup_tbl03 tr.popup_tbl03_model td .popup_img {
	margin-bottom: 8px;
}
.popup .popup_tbl03 tr.popup_tbl03_model td .popup_img img {
	width: 80% !important;
}
.popup .popmovie {
	position: relative;
}
.popup .b_movie_play {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 10%;
	min-width: 48px;
	transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0.7);
	border-radius: 50%;
	z-index: 1002;
}
.popup .b_movie_play img {
	width: 100%;
}
.popup .movie_area {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.popup .movie_area iframe {
	position: absolute;
	left: 0px;
	top:  0px;
	width: 100%;;
	height: 100%;
}
.popup ul.popup_list li {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

.btn_2col {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 48px;
}
.btn_2col p {
	width: 40%;
	margin: 0 12px;
}
.b_white {
	text-align: center;
	margin-top: 48px;
}
.b_white a {
    display: flex;
    justify-content: center;
	align-items: center;
    line-height: 1.5;
	width: 100%;
	max-width: 360px;
	border: 1px solid #333;
	color: #333;
	text-decoration: none;
	padding: 8px 20px;
	margin-left: auto;
	margin-right: auto;
	min-height: 56px;
	transition: 0.4s ease;
}
.b_white.w100 a {
	max-width: 100%;
}
.b_white a:hover {
	background-color: #b3b3b3;
}


@media screen and (max-width: 767.9px) {
	
	img {
		width: 100%;
	}

	#header {
		max-width: var(--inner-width);
		margin: 0 auto;
		padding: 16px 0 0;
	}
	.l-header .logo_area {
		margin-bottom: 24px;
	}
	.l-header .logo_store {
		float: left;
		width: calc(50% - var(--gutter-width) / 2);
	}

	.l-header .logo_lets {
		float: right;
		width: calc(33.3% - var(--gutter-width) / 2);
	}
	.breadcrumb {
		display: none;
	}

	#lineup {
		width: 100%;
		max-width: var(--inner-width);
	}
	#lineup img {
		vertical-align: middle;
	}


	/* ------------------------------------------------
	 * Layout
	 ------------------------------------------------ */
	.for_pc { display: none !important; }
	.for_sp { display: initial !important; }

	#lineup #title_block h1 .h1_header {
		font-size: 32px;
	}
	#lineup #title_block h1 .h1_sub {
		font-size: 22px;
	}
	#lineup h2 {
		text-align: center;
		font-weight: 500;
		margin-bottom: 32px;
	}
	#lineup h2 .h2_header {
		font-size: 26px;
		line-height: 1.5;
	}
	#lineup #tab {
		margin-bottom: 48px;
	}
	#lineup #tab ul {
		width: 100%;
	}
	#lineup #tab li {
		width: 50%;
	}
	#lineup #select_wrap #select_title {
		font-size: 18px;
	}
	#lineup #select_wrap label {
		position: relative;
		cursor: pointer;
	}

	#lineup #select_wrap .select_box {
		padding: 0;
	}
	#lineup #select_wrap .select_box > div {
		margin-bottom: 24px;
	}
	#lineup #select_wrap .select_box > div > p {
	}
	#lineup #select_wrap .select_box ul {
		flex-wrap: wrap;
		gap: 24px;
	}
	#lineup #select_wrap .select_box li {
		width: 100%;
	}
	#lineup #select_wrap .select_box li::after {
	}
	#lineup #select_wrap .select_box li.check::after {
		border: 1px solid #333;
		background: url(/store/page/pc/common_2024/img/icon_check.svg) #333 no-repeat 50%;
	}
	#lineup #select_wrap .select_box li.dead {
		cursor: default;
		opacity: 0.5;
	}
	#lineup #select_wrap .select_box li.dead::after {
		border: 1px solid #CCC;
	}
	#lineup #select_wrap .select_box li span {
		font-size: 12px;
	}
	#lineup #select_wrap .minitext {
		font-size: 12px;
	}
	#lineup .btn_box {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#lineup .result_all {
		width: 100%;
		font-size: 18px;
		text-align: center;
	}
	#lineup .btn_clear {
		display: block;
		width: 100%;
	}
	#lineup .btn_clear a {
		display: block;
		text-align: center;
	}

	#lineup .minitext {
		margin-top: 12px;
		font-size: 12px;
	}
	#lineup .bn_wrap {
		width: 100%;
		margin-bottom: 32px;
	}
	#lineup .bn_wrap ul {
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
	}
	#lineup .bn_wrap ul li {
		width: 100%;
	}

	#result {
		flex-wrap: wrap;
		margin: 32px auto 24px;
	}
	#result > p {
		width: 100%;
		font-size: 14px;
	}
	#result > p em {
		font-size: 16px;
	}
	#result > p span {
		font-size: 16px;
	}

	#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 {
		padding: 35px 0 0;
		height: 100%;
		position: relative;
	}
	#models .prod td input[type="checkbox"] +label {
		background: url(/store/page/pc/common_2024/img/icon_close.svg) no-repeat right top;
		background-size: 16px 16px;
	}
	#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;
	}

	/* faq */
	#lineup .cl_faq *, #lineup .cl_faq *:after, #lineup .cl_faq *:before {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	#lineup .cl_faq_wrap {
		overflow-x: hidden;
	}
	#lineup .cl_faq_ttl {
		font-weight: bold;
		margin-bottom: 24px;
	}
	#lineup .cl_faq .cl_faq_tab {
		border-bottom: 1px solid #cccccc;
		position: relative;
	}
	#lineup .cl_faq .cl_faq_tab:first-child{
		border-top: 1px solid #cccccc;
	}
	#lineup .cl_faq .cl_faq_tab:last-child{
		margin-bottom: 32px;
	}
	#lineup .cl_faq label {
		line-height: 1.5;
		font-weight: bold;
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 72px;
		margin-bottom: 12px;
		padding: 24px 30px 12px 0;
		cursor: pointer;
		color: #1a1a1a;
	}
	#lineup .cl_faq label:hover {
		text-decoration: none;
	}

	#lineup .cl_faq .cl_faq_tab_content {
		font-size: 16px;
		line-height: 1.5;
		position: relative;
		height: 0;
		overflow: hidden;
		padding: 0 32px;
		opacity: 0;
		transition: 0.4s ease;
	}
	#lineup .cl_faq .cl_faq_tab_content p {
	/*	padding-bottom: 32px;*/
	}
	#lineup .cl_faq .cl_faq_tab input[type=checkbox]:checked ~ .cl_faq_tab_content {
		height: auto;
		padding: 0 32px 24px;
		opacity: 1;
	}

	#lineup .cl_faq .cl_faq_tab input[type=checkbox] {
	  display: none;
	}
	#lineup .toggle_btn {
		position: absolute;
		right: 15px;
	/*	color:#CCC;
		position: absolute;
		top: 50%;
		right: 0px;
		transform: translateY(-50%);
		display: block;
		width: 50px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;*/
	}
	#lineup .toggle_btn::before,
	#lineup .toggle_btn::after {
		background: #333;
		border-radius: 2px;
		content: "";
		height: 1px;
		position: absolute;
		width: 15px
	}
	#lineup .toggle_btn::after {
		transform: rotate(-90deg)	
	}
	#lineup input:checked ~ * .toggle_btn:after {
		display: none;
	}

	/* footer-------------------------- */
	#footer {
		padding: 80px 24px 24px !important;
		font-size: 12px !important;
	}

	.inner {
		width: 100%;
	}
	#copyright {
		float: left;
	}

	.pagetop {
		float: right;
		font-size: 14px !important;
	}


	/* popup--------------------------- */
	#models .pop_link {
		display: block !important;
		font-size: 14px;
		margin-top: 10px;
	}
	#popup_wrap {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		background-color: rgba(0,0,0,0.5);
		overflow: hidden auto;
		display: none;
		text-align: center;
		z-index: 1000;
	}
	#popup_wrap::before {
		content: "";
		height: 100%;
		display:inline-block;
		vertical-align: middle;

	}
	#popup_wrap .for_pc {}
	#popup_wrap .for_sp { display: none; }

	.popup {
		position: relative;
		display: none;
		opacity: 0;
		width: 100%;
		margin: var(--gutter-width) 0;
		background: #f2f2f2;
		padding: 5pc var(--gutter-width) 2pc;
	}
	.popup p,
	.popup div.popup_img {
		margin-top: 24px;
	}
	.popup p:first-child {
		margin-top: 0 !important;
	}
	.popup .popup_title {
		font-size: 22px;
		line-height: 1.4;
		margin: 48px 0 0;
	}
	.popup .popup_subtitle {
		font-size: 18px;
		margin: 32px 0 0;
	}
	.popup .popup_note {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 16px;
	}
	.popup ul.popup_note_num li {
		font-size: 12px;
		line-height: 1.5;
		text-indent: -2em;
		padding-left: 2em;
	}
	.popup .popup_note_num sup {
		display: inline;
	}
	.popup .popup_b_close {
		position: absolute;
		right: var(--gutter-width);
		top: var(--gutter-width);
	}
	.popup .txt_s {
		font-size: 12px;
	}
	.popup .popup_tbl {
		width: 100%;
		border-collapse: collapse;
		margin-top: 24px;
		font-size: 12px;
	}
	.popup .popup_tbl th {
		font-weight: bold;
		text-align: center;
		padding: 12px;
	}
	.popup .popup_tbl th:nth-child(2),
	#popup_os .popup_tbl td:nth-child(3) {
		background: #F2F2F2;
		width: 18%;
	}
	.popup .popup_tbl th:nth-child(3),
	#popup_os .popup_tbl td:nth-child(4) {
		background: #DEE3ED;
		width: 18%;
	}
	.popup .popup_tbl td {
		padding: 12px;
		border-top: solid 1px #ccc;
	}
	#popup_os .popup_tbl td:first-child {
		border-right: dotted 1px #ccc;
		width: 25%
	}
	#popup_weight .popup_tbl th,
	#popup_weight .popup_tbl td {
		border-right: solid 1px #ccc;
	}
	#popup_weight .popup_tbl th:last-child,
	#popup_weight .popup_tbl td:last-child {
		border-right: none;
	}
	.popup .popup_img {
		text-align: center;
	}
	.popup .popup_img img {
		width: auto;
		max-width: 100%;
	}
	.popup .popup_img.w450 img {
		width: 100%;
		max-width: 450px;
	}
	#popup_cpu .popup_tbl td {
	}

	#popup_weight .popup_tbl02 th,
	#popup_weight .popup_tbl02 td {
		width: 33.3%;
		font-size: 12px;
	}
	.popup .popup_column {
		padding: 24px;
		margin-top: 32px;
		background-color: #FFF;
	}
	.popup .popup_tbl03 {
		width: 100%;
		border-collapse: collapse;
		margin-top: 24px;
	}
	.popup .popup_tbl03 td.popup_tbl03_arrow {
		padding: 0 !important;
	}
	.popup .popup_tbl03 th {
		padding: 12px;
		border-top: solid 1px #ccc;
		border-right: dotted 1px #ccc;
		font-size: 12px;
	}
	.popup .popup_tbl03 td {
		padding: 12px;
		border-top: solid 1px #ccc;
		width: 26%;
		font-size: 12px;
	}
	.popup .popup_tbl03 tr.popup_tbl03_model th,
	.popup .popup_tbl03 tr:first-child td,
	.popup .popup_tbl03 tr.popup_tbl03_model td {
		border-top: none;
	}
	.popup .popup_tbl03 tr.popup_tbl03_model td {
		text-align: center;
	}
	.popup .popup_tbl03 tr.popup_tbl03_model td .popup_img {
		margin-bottom: 8px;
	}
	.popup .popup_tbl03 tr.popup_tbl03_model td .popup_img img {
		width: 80% !important;
	}
	.popup .popmovie {
		position: relative;
	}
	.popup .b_movie_play {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		width: 10%;
		min-width: 48px;
		transform: translate(-50%, -50%);
		background-color: rgba(0,0,0,0.7);
		border-radius: 50%;
		z-index: 1002;
	}
	.popup .b_movie_play img {
		width: 100%;
	}
	.popup .movie_area {
		position: relative;
		width: 100%;
		padding-bottom: 56.25%;
	}
	.popup .movie_area iframe {
		position: absolute;
		left: 0px;
		top:  0px;
		width: 100%;;
		height: 100%;
	}

	.btn_2col {
		display: block;
		margin-top: 48px;
	}
	.btn_2col p {
		width: 100%;
		margin: 12px 0;
	}
	.b_white {
	}
	.b_white a {
	}

}