@charset "UTF-8";


a {
	text-decoration: none;
}


/*-------------------------------------------------*/

/* tabs */

/*-------------------------------------------------*/



/*タブ切り替え全体のスタイル*/
.generic_items .lutabs {
	margin: 0 auto;
	padding: 0 0 4em;
	background-color: #fff;
	width: 100%;
}

/*タブのスタイル*/
.generic_items .lutab_item {
	width: calc(100% / 10);
	border-bottom: 1px solid #999;
	background-color: #eee;
	line-height: 1.4;
	text-align: center;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 0.7em;
	box-sizing: border-box;
}

.generic_items .lutab_item:hover {
	opacity: 0.75;
}

.generic_items .lutab_item span {
	font-size: 0.8em;
}

/*選択されているタブのスタイルを変える*/
.generic_items input:checked +.lutab_item {
	background-color: #fff;
	border: 1px solid #999;
	border-bottom-style: none;
}

/*ラジオボタンを全て消す*/
.generic_items input[name="lutab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.generic_items .lutab_content {
	display: none;
	padding: 4em 0;
	clear: both;
	overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/

.generic_items #inch13:checked ~ #inch13_content,
.generic_items #inch14:checked ~ #inch14_content,
.generic_items #inch15:checked ~ #inch15_content,
.generic_items #inch16:checked ~ #inch16_content,
.generic_items #inch17:checked ~ #inch17_content,
.generic_items #inch18:checked ~ #inch18_content,
.generic_items #inch19:checked ~ #inch19_content,
.generic_items #inch20:checked ~ #inch20_content,
.generic_items #inch21:checked ~ #inch21_content,
.generic_items #inch22:checked ~ #inch22_content {
	display: block !important;
}

.generic_items .single {
	margin: 0 auto 4em;
}



.generic_items .lutab_content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.generic_items .lutab_content ul li {
	margin: 1px;
	padding: 0;
	list-style-type: none;
	width: calc((100% / 7) - 2px);
}

.generic_items .lutab_content ul li a {
	display: block;
	padding: 0.5em;
	text-align: center;
	background: linear-gradient(to top, #ddd, #f5f5f5);
	font-size: 0.9em;
	border-radius: 3px;
}

.generic_items .lutab_content ul li a:hover {
	background: linear-gradient(to bottom, #ddd, #f5f5f5);
}

@media screen and (max-width: 768px) {
	
	.generic_items .lutab_item {
		padding: 0.5em 0.2em;
	}
	
	.generic_items .lutab_item span {
		font-size: 0.6em;
		display: block;
	}
	
	.generic_items .lutab_content ul li {
		width: calc((100% / 3) - 2px);
	}
	
	.generic_items .lutab_content {
		padding: 2em 0;
	}
	
}










/*-------------------------------------------------*/

/* jukusei_stadress */

/*-------------------------------------------------*/
#jukusei_stadress #jukusei_header h1 {
	padding: 0.5em auto 0;
	margin: 0;
}

#jukusei_stadress #jukusei_header .pagenavi {
	margin: 0 auto;
	border-bottom: 2px solid #000;
}

#jukusei_stadress #jukusei_header .pagenavi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

#jukusei_stadress #jukusei_header .pagenavi ul li {
	width: 12em;
	box-sizing: border-box;
	text-align: center;
	border-right: 2px dotted #000;
}

#jukusei_stadress #jukusei_header .pagenavi ul li:last-child {
	border-right-style: none;
}

#jukusei_stadress #jukusei_header .pagenavi ul li a {
	display: block;
	text-decoration: none;
	padding: 1em 0.5em;
	box-sizing: border-box;
}


#jukusei_stadress .jukusei_slist li {
	text-align: center;
	margin-bottom: 2em;
}

#jukusei_stadress .jukusei_slist li .thumb,
#jukusei_stadress .jukusei_slist li .item_maker,
#jukusei_stadress .jukusei_slist li .kana,
#jukusei_stadress .jukusei_slist li .item_name,
#jukusei_stadress .jukusei_slist li .item_size,
#jukusei_stadress .jukusei_slist li .item_price {
	display: block;
}

#jukusei_stadress .jukusei_slist li .thumb {
	padding-bottom: 0.5em;
}

#jukusei_stadress .jukusei_slist li .item_maker {
	font-size: 0.8em;
}

#jukusei_stadress .jukusei_slist li .kana {
	font-size: 0.9em;
}

#jukusei_stadress .jukusei_slist li .item_size {
	font-weight: 900;
}

#jukusei_stadress .jukusei_body h3 {
	font-size: 1.4em;
	font-weight: 900;
}

.jukusei_contents .notice {
	padding: 1em;
	border: 1px solid #C00;
	font-size: 0.8em;
	text-align: left;
}

.jukusei_contents .notice ul {
	margin: 0;
	padding: 0 0 0 1em;
	list-style-type: none;
}

.jukusei_contents .notice ul li {
	margin: 0;
	padding: 0 0 0.5em;
	text-indent: -1em;
	list-style-type: none;
	position: relative;
	line-height: 1.4;
}

.jukusei_contents .notice ul li:before {
	content: "※";
}




/* ラベル部分 左上に表示 */

.j_std2024 .jukusei_body .jukusei_slist li {
	position: relative;
}

.j_std2024 .jukusei_body .jukusei_slist li .hot::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #cc0000; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}

.j_std2024 .jukusei_body .jukusei_slist li .hot::after {
	content: "目玉商品";
	font-size: 0.75em;
	font-weight: 800;
	display: block;
	top: 11px;
	transform: rotate(-45deg);
	color: #fff; /* 文字色はここで変更 */
	left: 0;
	position: absolute;
	z-index: 101;
}

.j_std2024 .jukusei_body .jukusei_slist li .few::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #00a0e9; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}

.j_std2024 .jukusei_body .jukusei_slist li .few::after {
	content: "残り僅か";
	font-size: 0.75em;
	font-weight: 800;
	display: block;
	top: 11px;
	transform: rotate(-45deg);
	color: #fff; /* 文字色はここで変更 */
	left: 0;
	position: absolute;
	z-index: 101;
}





/*-------------------------------------------------*/

/* wz1 */

/*-------------------------------------------------*/

.wz1 a {
	text-decoration: none;
}

.wz1 .generic_wrapper {
	padding: 3em 0;
}

@media screen and (max-width: 425px) {
	
	.tirepro h2 {
		font-size: 1.5em;
	}
	
	.tirepro h2 span {
		display: block;
	}
	
}
.wz1 .generic_header p {
	margin: 0 !important;
	padding: 0;
}

.wz1 .generic_container_gl {
	background-color: #2c2c2c;
	color: #fff;
}

.wz1 .generic_container_rd {
	background-color: #f10207;
	color: #fff;
}

.wz1 .pagenavi {
	margin: 0 auto 0;
	padding: 1em;
	border-bottom: 3px solid #000;
	box-sizing: border-box;
	color: #000;
	text-align: center;
}

.wz1 .pagenavi a {
	color: #000;
}

.wz1 .pagenavi a:hover {
	background-color: #f10207;
	color: #fff;
}

.wz1 .pagenavi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.wz1 .pagenavi ul li {
	width: calc(100% / 5);
	font-size: 0.9em;
	margin: 0 auto;
	padding: 0 0.5em;
	box-sizing: border-box;
	border-right: 1px solid #333;
	list-style-type: none;
}

.wz1 .pagenavi ul li:last-child {
	border-style: none;
}

.wz1 .pagenavi ul li a {
	width: 100%;
	padding: 1em 0.5em;
	box-sizing: border-box;
	wrap: nowrap;
	display: block;
}

@media screen and (max-width: 425px) {
	
	.wz1 .pagenavi ul li {
		border-bottom: 1px solid #333;
	}
	
	.wz1 .pagenavi ul li a {
		padding: 1em;
	}
	
	.wz1 .pagenavi ul li:last-child {
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	
}

.wz1 .pagenavi ul li a:hover {
	background-color: #f10207;
	color: #fff;
}



.wz1 .wz1_newstage {
	
}

.wz1 .wz1_newstage .two_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto;
}

.wz1 .wz1_newstage .two_block .colum_half {
	width: calc((100% / 2) - 1em);
	margin: 0;
	padding: 0 0.5em;
	box-sizing: border-box;
	text-align: center;
}

.wz1 .wz1_newstage .two_block .colum_half h3.colum_header {
	background-color: #000;
	color: #fff;
	text-align: center;
	margin: 0.5em 0 0.1em;
	padding: 1em 0;
	box-sizing: border-box;
}

@media screen and (max-width: 425px) {
	
	.wz1 .wz1_newstage .two_block .colum_half {
		width: calc(100% / 1);
	}
	
}





.wz1 .cartype_block {
	background-color: #f10207;
	color: #fff;
	width: 100%;
	padding: 1.5em;
	box-sizing: border-box;
}

.wz1 .cartype_block h2 {
	text-align: left;
	font-size: 1.2em;
	margin: 0 auto 1em;
	padding: 0 0 0.5em;
	border-bottom: 1px solid #fff;
}

.wz1 .cartype_block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.wz1 .cartype_block ul li {
	width: calc(100% / 6);
	list-style-type: none;
	margin: 0;
	padding; 0.5em;
	box-sizing: border-box;
	text-align: center;
}

@media screen and (max-width: 425px) {
	
	.wz1 .cartype_block ul li {
		width: calc(100% / 3);
		margin-bottom: 0.5em;
	}
	
}

.wz1 .cartype_block ul li img {
	display: block;
	margin: 0 auto 0.5em;
}



.wz1 .point {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.wz1 .point .pointblock {
	font-size: 0.9em;
	width: calc(100% / 3);
	margin: 0;
	padding: 1em;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.6;
}

.wz1 .point .pointblock h3 {
	background-color: #000;
	color: #fff;
	padding: 1em 0.2em;
	box-sizing: border-box;
	margin: 0 0 0.5em;
}

.wz1 .point .pointblock h4 {
	padding: 0;
	margin: 0;
	font-weight: 800;
}

@media screen and (max-width: 425px) {
	
	.wz1 .point .pointblock {
		width: calc(100% / 1);
	}
	
}

.wz1 .point .pointblock .thumb img {
	width: 100%;
}

.wz1 .point .pointblock p {
	margin: 0 auto  1em !important;
}

.wz1 .point .pointblock p.point_cap {
	font-weight: 600;
	text-align: center;
	margin: 1em auto !important;
	padding: 0 0 1em;
	border-bottom: 1px dashed #000;
	line-height: 1.6;
}

.wz1 .point .pointblock p.point_cap span {
	display: block;
}

















/*-------------------------------------------------*/

/* ig80 */

/*-------------------------------------------------*/

/*タブ切り替え全体のスタイル*/
.ig80 .generic_items .lutabs {
	margin: 0 auto;
	padding: 0 0 4em;
	background-color: #fff;
	width: 100%;
}

/*タブのスタイル*/
.ig80 .generic_items .lutab_item {
	width: calc(100% / 7);
	border-bottom: 1px solid #999;
	background-color: #eee;
	line-height: 1.4;
	text-align: center;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 0.7em;
	box-sizing: border-box;
}

.ig80 .generic_items .lutab_item:hover {
	opacity: 0.75;
}

.ig80 .generic_items .lutab_item span {
	font-size: 0.8em;
}

/*選択されているタブのスタイルを変える*/
.ig80 .generic_items input:checked +.lutab_item {
	background-color: #fff;
	border: 1px solid #999;
	border-bottom-style: none;
}

/*ラジオボタンを全て消す*/
.ig80 .generic_items input[name="lutab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.ig80 .generic_items .lutab_content {
	display: none;
	padding: 4em 0;
	clear: both;
	overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/

.ig80 .generic_items #inch13:checked ~ #inch13_content,
.ig80 .generic_items #inch14:checked ~ #inch14_content,
.ig80 .generic_items #inch15:checked ~ #inch15_content,
.ig80 .generic_items #inch16:checked ~ #inch16_content,
.ig80 .generic_items #inch17:checked ~ #inch17_content,
.ig80 .generic_items #inch18:checked ~ #inch18_content,
.ig80 .generic_items #inch19:checked ~ #inch19_content,
.ig80 .generic_items #inch20:checked ~ #inch20_content,
.ig80 .generic_items #inch21:checked ~ #inch21_content,
.ig80 .generic_items #inch22:checked ~ #inch22_content {
	display: block !important;
}

.ig80 .generic_items .single {
	margin: 0 auto 4em;
}


.ig80 .generic_items .lutab_content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.ig80 .generic_items .lutab_content ul li {
	margin: 1px;
	padding: 0;
	list-style-type: none;
	width: calc((100% / 7) - 2px);
}

.ig80 .generic_items .lutab_content ul li a {
	display: block;
	padding: 0.5em;
	text-align: center;
	background: linear-gradient(to bottom, #fff, #c5e2f3);
	color: #0b5b8b;
	font-size: 0.9em;
	border-radius: 3px;
	text-decoration: none;
	border: 1px solid #63b4e5;
}

.ig80 .generic_items .lutab_content ul li a:hover {
	background: linear-gradient(to top, #fff, #c5e2f3);
}

@media screen and (max-width: 768px) {
	
	.ig80 .generic_items .lutab_item {
		padding: 0.5em 0.2em;
	}
	
	.ig80 .generic_items .lutab_item span {
		font-size: 0.6em;
		display: block;
	}
	
	.ig80 .generic_items .lutab_content ul li {
		width: calc((100% / 3) - 2px);
	}
	
	.ig80 .generic_items .lutab_content {
		padding: 2em 0;
	}
	
}


.ig80 .pagenavi {
	background-color: #036;
}

.ig80 .pagenavi a {
	color: #fff;
	text-decoration: none;
}

.ig80 .pagenavi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ig80 .pagenavi ul li {
	margin: 0;
	padding: 0 1px 0 0;
	box-sizing: border-box;
	border-right: 1px solid #369;
	list-style-type: none;
}

.ig80 .pagenavi ul li:last-child {
	border-style: none;
}

.ig80 .pagenavi ul li a {
	width: 100%;
	padding: 1em 1.5em;
	box-sizing: border-box;
	wrap: nowrap;
	display: block;
}

@media screen and (max-width: 425px) {
	
	.ig80 .pagenavi ul li {
		border-bottom: 1px solid #333;
	}
	
	.ig80 .pagenavi ul li a {
		padding: 1em;
	}
	
	.ig80 .pagenavi ul li:last-child {
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	
}

.ig80 .pagenavi ul li a:hover {
	background-color: #013e8e;
}

ig80 .generic_container_nv {
	background-color: #036;
}

.ig80 .cartype_block {
	background-color: #036;
	color: #fff;
	width: 100%;
	padding: 1.5em;
	box-sizing: border-box;
}

.ig80 .cartype_block h2 {
	text-align: left;
	font-size: 1.2em;
	margin: 0 auto 1em;
	padding: 0 0 0.5em;
	border-bottom: 1px solid #fff;
}

.ig80 .cartype_block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.ig80 .cartype_block ul li {
	width: calc(100% / 6);
	list-style-type: none;
	margin: 0;
	padding; 0.5em;
	box-sizing: border-box;
	text-align: center;
}

@media screen and (max-width: 425px) {
	
	.ig80 .cartype_block ul li {
		width: calc(100% / 3);
		margin-bottom: 0.5em;
	}
	
}

.ig80 .cartype_block ul li img {
	display: block;
	margin: 0 auto 0.5em;
}

.ig80 .generic_container_gl {
	background-color: #036;
}

.ig80 .generic_container_wbl {
	background-color: #f0f8ff;
}

.ig80 #Point {
	background-color: #63b4e5;
	color: #fff;
}

.ig80 #Point p {
	margin: 0 auto 2em;
}

.ig80 #Point p span {
	display: block;
}









/*-------------------------------------------------*/

/* flyer */

/*-------------------------------------------------*/

.flyer h1 {
	margin-bottom: 0;
}

.flyer .pagenavi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	list-style-type: none;
}

.flyer .pagenavi ul li {
	border-right: 1px dotted #000;
}

.flyer .pagenavi ul li:last-child {
	border-right-style: none;
}

@media screen and (max-width: 425px) {
	
	.flyer .pagenavi ul li {
		border-bottom: 1px dotted #000;
	}
	
	.flyer .pagenavi ul li:nth-child(2n) {
		border-right-style: none;
	}
	
}

.flyer .pagenavi ul li a {
	display: block;
	text-decoration: none;
	padding: 1em 1.5em;
	box-sizing: border-box;
	color: #000;
}

.flyer .pagenavi ul li a:hover {
	background-color: #000;
	color: #fff;
}



.flyer h2 {
	position: relative;
	line-height: 1.4;
	font-size: 2em;
	font-weight: 900;
	padding:0.5em 1em;
	display: inline-block;
	margin: 1em auto 1.5em;
}

@media screen and (max-width: 425px) {
	
	.flyer h2 {
		font-size: 1.7em;
	}
	
}

.flyer h2:before,
.flyer h2:after { 
	content:'';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}

.flyer h2:before {
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	top:0;
	left: 0;
}

.flyer h2:after {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	bottom:0;
	right: 0;
}

.flyer h3 {
	font-size: 1.5em;
	padding: 0.5em;
	background-color: #000;
	color: #fff;
	font-weight: 900;
}



.flyer .flyer_cap {
	text-align: center;
}

.flyer .flyer_list {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.flyer .flyer_list li {
	width: calc(100% / 2);
	padding: 0 1em;
	box-sizing: border-box;
}

.flyer .link_pickup {
	width: 80%;
	margin: 0 auto 5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
	/* border-bottom: 1px dotted #000; */
}

.flyer .link_pickup .link_banner {
	width: 20%;
	margin: 1em 0;
	padding: 1em;
	box-sizing: border-box;
}

.flyer .link_pickup .link_catch {
	width: 70%;
	margin: 1em 0;
	padding: 1em;
	box-sizing: border-box;
	text-align: left;
}

@media screen and (max-width: 425px) {
	
	.flyer .link_pickup {
		width: 100%;
		display: block;
	}
	
	.flyer .link_pickup .link_banner {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.flyer .link_pickup .link_catch {
		width: 100%;
	}
	
	.flyer .link_pickup .link_catch {
		margin-top: 0;
	}
	
}



.flyer .inch_list {
	margin: 1em 0 5em;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.flyer .inch_list li {
	margin: 0.2em;
	padding: 0;
}

.flyer .inch_list li a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 0.7em 1em;
	background-color: #fabe00;
	color: #000;
	border-radius: 3px;
	font-weight: 800;
}

.flyer .inch_list li a:after {
	content: "インチ";
	font-size: 0.5em;
	display: block;
	line-height: 1em;
}

.flyer .inch_list li a:hover {
	background-color: #000;
	color: #fff;
}

.flyer .size_list {
	margin: 0 auto 7em;
}

.flyer .size_list h4 {
	width: 10em;
	font-size: 800;
	font-size: 1.2em;
	margin: 1em auto;
	border: 1px solid #000;
	padding: 1em;
}

.flyer .size_list ul {
	margin: 1em 0 5em;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.8em;
	align-items: stretch;
}

.flyer .size_list ul li {
	width: calc((100% / 5) - 1em);
	margin: 0.2em;
	padding: 0;
	list-style-type: none;
}

.flyer .size_list ul li a {
 	display: block;
 	text-decoration: none;
 	padding: 0.7em;
 	border-radius: 3px;
 	background-color: #369;
 	color: #fff;
}

@media screen and (max-width: 425px) {
	
	.flyer .size_list ul li {
		width: calc(100%/ 2 - 1em);
	}
	
	.flyer .size_list ul li a {
		padding: 0.7em 0.2em;
	}
	
}

.flyer .size_list ul li a:hover {
	background-color: #000;
}



.flyer .contents_navi {
	margin: 0 0 5em;
	padding: 0;
	list-style-type: none;
}

.flyer .contents_navi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0.8em;
}

.flyer .contents_navi ul li {
	padding: 0;
	margin: 0.1em;
	list-style-type: none;
}

.flyer .contents_navi ul li a {
	display: block;
	text-decoration: none;
	padding: 0.5em;
	background-color: #fabe00;
	color: #000;
	border-radius: 5px;
	border: 1px solid #000;
	font-weight: 800;
}

.flyer .contents_navi ul li a:hover {
	background-color: #ef7f16;
}


@media screen and (max-width: 425px) {
	
	.flyer .contents_navi ul {
		font-size: 0.7em;
	}
	
}






/*-------------------------------------------------*/

/* GR-X3 */

/*-------------------------------------------------*/

#grx3 {
	width: 100%;
	font-family: YuMincho, 'Yu Mincho', serif;
	box-sizing: border-box;
}

#grx3 a img:hover {
	opacity: 0.8;
}

#grx3_header {
	width: 1050px;
	margin: 0 auto 2em;
	box-sizing: border-box;
}

.grx3_container_gl {
	width: 100%;
	background-color: #f5f5f5;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.grx3_outline {
	text-align: center;
	margin: 1em auto;
	padding: 1em 0;
}

.grx3_wrapper {
	width: 1050px;
	margin: 0 auto;
	padding: 5em 0;
	font-size: 1.1em;
	box-sizing: border-box;
}

.grx3_contents {
	text-align: center;
	line-height: 1.8em;
}

.grx3_contents p {
	margin-bottom: 1em;
}



#grx3_footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 3em 0;
	box-sizing: border-box;
}

#grx3_footer img {
	padding: 0.5em;
}

#grx3_footer a {
	color: #fff;
}



.grx3_link {
	width: 650px;
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grx3_link li {
	width: 49%;
}

.grx3_link li.btn_grx3 {
	width: 32%;
}

.grx3_link li a {
	display: block;
	padding: 1em 1em;
	text-align: center;
	background: linear-gradient(#cc0000, #990000);
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 1em;
	font-weight: bold;
	position: relative;
}


.grx3_link li a:after {
	display: block;
	position: absolute;
	right: 0.5em;
	bottom: 1em;
	content: "\0bb";
	color: #fff;
	font-size: 1em;
}

.grx3_item {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.grx3_item h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.7em;
	font-family: YuMincho, 'Yu Mincho', serif;
	margin: 0 auto 2em;
	padding: 0 0 0.5em;
	position: relative;
}

.grx3_item h2::before {
	position: absolute;
	border-bottom: 2px solid #353535;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	content: '';
}

.grx3_item h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 auto 1.5em;
}


.grx3_item dl {
	width: 650px;
	margin: 0 auto 3em;
	padding: 0 0 1em;
	text-align: center;
	border-bottom: 1px dotted #000;
}

.grx3_item dl dt {
	margin: 0 auto 1em;
	padding: 1em 0;
	border-top: 1px dotted #000;
	font-weight: normal;
}

.grx3_item dl dd {
	margin: 0 auto 1.5em;
	text-align: center;
}

.grx3_item dl dd ul {
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.grx3_item dl dd ul li {
	display: inline;
	width: auto !important;
}

.grx3_item dl dd a {
	display: block;
	padding: 1em;
	margin: 0.5em;
	background: linear-gradient(#cc0000, #990000);
	color: #fff;
}

.grx3_item dl.tw_set dd a {
	display: block;
	padding: 1em;
	margin: 0.5em;
	background: linear-gradient(#336699, #003366);
	color: #fff;
}


@media screen and (max-width: 980px) {
	
	#grx3_header {
		width: 100%;
		margin: 0 auto 2em;
		box-sizing: border-box;
	}

	.grx3_wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 2em 0;
		font-size: 1.1em;
		box-sizing: border-box;
	}



	.grx3_link {
		width: 90%;
		margin: 0 auto;
		list-style-type: none;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}

	.grx3_link li {
		width: 100%;
	}

	.grx3_link li.btn_grx3 {
		width: 100%;
		margin-bottom: 0.3em;
	}

	.grx3_link li a {
		display: block;
		padding: 1em 1em;
		text-align: center;
		background: linear-gradient(#cc0000, #990000);
		color: #fff;
		text-align: center;
		border-radius: 5px;
		font-size: 1em;
		font-weight: bold;
		position: relative;
	}


	.grx3_link li a:after {
		display: block;
		position: absolute;
		right: 0.5em;
		bottom: 1em;
		content: "\0bb";
		color: #fff;
		font-size: 1em;
	}

	.grx3_item {
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	}

	.grx3_item h2 {
		text-align: center;
		font-weight: bold;
		font-size: 1.5em;
		font-family: YuMincho, 'Yu Mincho', serif;
		margin: 0 auto 2em;
		padding: 0 0 0.5em;
		position: relative;
	}

	.grx3_item h2::before {
		position: absolute;
		border-bottom: 2px solid #353535;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: 40px;
		content: '';
	}

	.grx3_item h3 {
		text-align: center;
		font-weight: bold;
		font-size: 1.1em;
		margin: 0 auto 1.5em;
	}


	.grx3_item dl {
		width: 100%;
		margin: 0 auto 3em;
		padding: 0 0 1em;
		text-align: center;
		border-bottom: 1px dotted #000;
	}

	.grx3_item dl dt {
		font-weight: bold;
	}

}










/*-------------------------------------------------*/

/* generic */

/*-------------------------------------------------*/

#grx3 {
	width: 100%;
	font-family: YuMincho, 'Yu Mincho', serif;
	box-sizing: border-box;
}



#generic .pagenavi {
	border-bottom: 2px solid #000;
}

#generic .pagenavi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

#generic .pagenavi ul li {
	margin: 0;
	padding: 0 1px;
	list-style-type: none;
	box-sizing: border-box;
	width: calc((100% / 5) - 2px);
	border-right: 1px dotted #000;
	text-align: center;
}

#generic .pagenavi ul li:last-child {
	border-right-style: none;
}

#generic .pagenavi ul li a {
	display: block;
	padding: 0.8em 1em;
}

#generic .pagenavi ul li a:hover {
	background-color: #59493f;
	color: #fff;
}


@media screen and (max-width: 768px) {
	
	#generic .pagenavi ul li {
		width: calc((100% / 3) - 2px);
		border-bottom: 1px solid #000;
	}
	
	#generic .pagenavi ul li a {
		padding: 0.8em 0.2em;
		font-size: 0.8em;
	}
	
}

#generic a img:hover {
	opacity: 0.8;
}

#generic_header {
	width: 1050px;
	margin: 0 auto 2em;
	box-sizing: border-box;
}

#generic_header h1 img {
	width: 100%;
}

.generic_container {
	width: 100%;
	background-color: transparent;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.generic_container_gl {
	width: 100%;
	background-color: #f5f5f5;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.generic_container_bl {
	width: 100%;
	background-color: #f0f8ff;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.generic_container_border {
	border-bottom: 1px solid #000;
}

.generic_outline {
	text-align: center;
	margin: 1em auto;
	padding: 1em 0;
}

.generic_wrapper {
	width: 1050px;
	margin: 0 auto;
	padding: 5em 0;
	font-size: 1.1em;
	box-sizing: border-box;
}

.generic_contents {
	text-align: center;
	line-height: 1.8em;
}

.generic_contents p {
	margin-bottom: 1em;
}



#generic .area_keywords .search_input {
	padding-left: 0;
}

#generic_footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 3em 0;
	box-sizing: border-box;
}

#generic_footer img {
	padding: 0.5em;
}

#generic_footer a {
	color: #fff;
}



.generic_link {
	width: 70%;
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.generic_link li {
	width: 49%;
}

.generic_link li.btn_generic {
	width: 32%;
}

.generic_link li a {
	display: block;
	padding: 1em 1em;
	text-align: center;
	background: linear-gradient(#cc0000, #990000);
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 1em;
	font-weight: bold;
	position: relative;
}


.generic_link li a:after {
	display: block;
	position: absolute;
	right: 0.5em;
	bottom: 1em;
	content: "\0bb";
	color: #fff;
	font-size: 1em;
}

.generic_item {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.generic_item h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.7em;
	font-family: YuMincho, 'Yu Mincho', serif;
	margin: 0 auto 2em;
	padding: 0 0 0.5em;
	position: relative;
}

.generic_item h2::before {
	position: absolute;
	border-bottom: 2px solid #353535;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	content: '';
}

.generic_item h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 auto 1.5em;
}


.generic_item dl {
	width: 70%;
	margin: 0 auto 3em;
	padding: 0 0 1em;
	text-align: center;
	border-bottom: 1px dotted #000;
}

.generic_item dl dt {
	margin: 0 auto 1em;
	padding: 1em 0;
	border-top: 1px dotted #000;
	font-weight: normal;
}

.generic_item dl dd {
	margin: 0 auto 1.5em;
	text-align: center;
}

.generic_item dl dd ul {
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.generic_item dl dd ul li {
	display: inline;
	text-align: center;
}

.generic_item dl dd ul li .madeyear {
	font-weight: bold;
}

.generic_item dl dd a {
	display: block;
	padding: 1em;
	margin: 0.5em;
	background: linear-gradient(#cc0000, #990000);
	color: #fff;
}

.generic_item dl.tw_set dd a {
	display: block;
	padding: 1em;
	margin: 0.5em;
	background: linear-gradient(#336699, #003366);
	color: #fff;
}


@media screen and (max-width: 980px) {
	
	#generic_header {
		width: 100%;
		margin: 60px auto 0;
		box-sizing: border-box;
	}

	.generic_wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 2em 0;
		font-size: 1.1em;
		box-sizing: border-box;
	}



	.generic_link {
		width: 90%;
		margin: 0 auto;
		list-style-type: none;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}

	.generic_link li {
		width: 100%;
	}

	.generic_link li.btn_generic {
		width: 100%;
		margin-bottom: 0.3em;
	}

	.generic_link li a {
		display: block;
		padding: 1em 1em;
		text-align: center;
		background: linear-gradient(#cc0000, #990000);
		color: #fff;
		text-align: center;
		border-radius: 5px;
		font-size: 1em;
		font-weight: bold;
		position: relative;
	}


	.generic_link li a:after {
		display: block;
		position: absolute;
		right: 0.5em;
		bottom: 1em;
		content: "\0bb";
		color: #fff;
		font-size: 1em;
	}

	.generic_item {
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	}

	.generic_item h2 {
		text-align: center;
		font-weight: bold;
		font-size: 1.5em;
		font-family: YuMincho, 'Yu Mincho', serif;
		margin: 0 auto 2em;
		padding: 0 0 0.5em;
		position: relative;
	}

	.generic_item h2::before {
		position: absolute;
		border-bottom: 2px solid #353535;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: 40px;
		content: '';
	}

	.generic_item h3 {
		text-align: center;
		font-weight: bold;
		font-size: 1.1em;
		margin: 0 auto 1.5em;
	}


	.generic_item dl {
		width: 100%;
		margin: 0 auto 3em;
		padding: 0 0 1em;
		text-align: center;
		border-bottom: 1px dotted #000;
	}

	.generic_item dl dt {
		font-weight: bold;
	}

}





/*-------------------------------------------------*/

/* GR-X3 */

/*-------------------------------------------------*/

.grx3_2025 .pagenavi ul {
	margin: 0 0 0.5em;
	padding: 0;
	border-bottom: 1px solid #000;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	box-sizing: border-box;
}

.grx3_2025 .pagenavi ul li {
	width: calc((100% / 4) - 2px);
	margin: 0 1px;
	padding: 0;
	box-sizing: border-box;
	border-right: 1px dotted #000;
	list-style-type: none;
}

@media screen and (max-width: 426px) {
	
	.grx3_2025 .pagenavi ul li {
		width: calc((100% / 2) - 2px);
		border-bottom: 1px solid #000;
	}
	
}

.grx3_2025 .pagenavi ul li:last-child {
	border-right-style: none;
}

.grx3_2025 .pagenavi ul li a {
	width: 100%;
	text-align: center;
	display: block;
	padding: 1em 1em;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.grx3_2025 .pagenavi ul li a {
		padding: 0.5em 0.2em;
	}
	
}

.grx3_2025 .pagenavi ul li a:hover {
	background-color: #003366;
	color: #fff;
}

.grx3_2025  .border_u {
	border-bottom: 1px solid #000 !important;
}

.grx3_2025 .generic_wrapper h2 {
	/* font-family: YuMincho, 'Yu Mincho', serif; */
	font-weight: bold;
	margin: 1em auto 2em;
	padding: 0 0 0.5em;
	font-size: 2em;
	position: relative;
}

@media screen and (max-width: 768px) {
	.grx3_2025 .generic_wrapper h2 {
		font-size: 1.5em;
	}
}

.grx3_2025 .generic_wrapper h2:before {
	position: absolute;
	border-bottom: 2px solid #353535;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	content: '';
}

.grx3_2025 .generic_wrapper h3 {
	font-size: 1.2em;
	font-weight: bold;
}


.grx3_2025 .grx3_sizelist {
	margin-bottom: 5em;
}





.grx3_2025 .contarea_bysize .tab_scontent {
	padding: 5em 2em 2em;
	box-sizing: border-box;
}

.grx3_2025 .contarea_bysize .sizelist {
	text-align: center;
	margin: 0 auto 2em;
}

.grx3_2025 .contarea_bysize .sizelist h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.3em;
	margin: 0 0 1em;
	color: #000;
	padding: 1em 10px;
	display: flex;
}

.grx3_2025 .contarea_bysize .sizelist ul {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.grx3_2025 .contarea_bysize .sizelist ul li {
	margin: 0 2px 2px 0;
	padding: 0;
	list-style-type: none;
	width: calc((100% / 8) - 2px);
}

.grx3_2025 .contarea_bysize .sizelist ul li a {
	display: block;
	padding: 1em 0.5em;
	font-size: 0.8em;
	text-decoration: none;
	background-color: #eee;
	border-radius: 3px;
}

.grx3_2025 .contarea_bysize .sizelist ul li a:hover {
	background-color: #90aed3;
	color: #fff;
}








/*タブ切り替え全体のスタイル*/
.lutabs {
	margin: 0 auto;
	padding: 0 0 4em;
	background-color: #fff;
	width: 100%;
}

/*タブのスタイル*/
.grx3_lineup .lutab_item {
	width: calc(100%/7);
	border-bottom: 1px solid #999;
	background-color: #eee;
	line-height: 1.4;
	text-align: center;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 0.7em;
	box-sizing: border-box;
}

.grx3_lineup .lutab_item:hover {
	opacity: 0.75;
}

.grx3_lineup .lutab_item span {
	font-size: 0.8em;
}

/*選択されているタブのスタイルを変える*/
.grx3_lineup input:checked +.lutab_item {
	background-color: #fff;
	border: 1px solid #999;
	border-bottom-style: none;
}

/*ラジオボタンを全て消す*/
.grx3_lineup input[name="lutab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.grx3_lineup .lutab_content {
	display: none;
	padding: 4em 0;
	clear: both;
	overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/

.grx3_lineup #inch14:checked ~ #inch14_content,
.grx3_lineup #inch15:checked ~ #inch15_content,
.grx3_lineup #inch16:checked ~ #inch16_content,
.grx3_lineup #inch17:checked ~ #inch17_content,
.grx3_lineup #inch18:checked ~ #inch18_content,
.grx3_lineup #inch19:checked ~ #inch19_content,
.grx3_lineup #inch20:checked ~ #inch20_content {
	display: block !important;
}

.grx3_lineup .single {
	margin: 0 auto 4em;
}



.grx3_lineup .lutab_content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.grx3_lineup .lutab_content ul li {
	margin: 5px;
	padding: 0;
	list-style-type: none;
	width: calc((100% / 5) - 5px);
	line-height: 1.4;
}

.grx3_lineup .lutab_content ul li span {
	display: block;
	font-size: 0.8em;
	padding-left: 0.5em;
}

.grx3_lineup .lutab_content ul li a {
	display: block;
	padding: 0.5em 0.2em;
	text-align: center;
	background: linear-gradient(to top, #ddd, #f5f5f5);
	font-size: 0.9em;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-decoration: none;
}

.grx3_lineup .lutab_content ul li a:hover {
	background: linear-gradient(to bottom, #ddd, #f5f5f5);
}

@media screen and (max-width: 768px) {
	
	.grx3_lineup .lutab_item {
		padding: 0.5em 0.2em;
	}
	
	.grx3_lineup .lutab_item span {
		font-size: 0.6em;
		display: block;
	}
	
	.grx3_lineup .lutab_content ul li {
		width: calc((100% / 3) - 2px);
	}
	
	.grx3_lineup .lutab_content {
		padding: 2em 0;
	}
	
}



.grx3_2025 .size_contents {
	width: 100%;
	margin: 0 auto 1em;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
}

.grx3_2025 .size_contents .size_image {
	width: 40%;
	text-align: center;
}

.grx3_2025 .size_contents .size_image img {
	width: 100%;
}

.grx3_2025 .size_contents .size_body {
	width: 60%;
	text-align: left;
	padding-left: 2em;
	box-sizing: border-box;
	font-size: 0.9em;
}

@media screen and (max-width: 768px) {
	
	.grx3_2025 .size_contents .size_image {
		width: 100%;
		text-align: center;
	}
	
	.grx3_2025 .size_contents .size_image img {
		width: 95%;
		margin: 0 auto 1em;
	}
	
	.grx3_2025 .size_contents .size_body {
		width: 100%;
	}
	
}

.grx3_2025 .size_contents .size_body p.size_sample,
.grx3_2025 .size_contents .size_body p.check,
.grx3_2025 .size_contents .size_body p.btn_pk {
	text-align: center;
}

.grx3_2025 .size_contents .size_body p.btn_pk a {
	display: block;
	padding: 0.5em 1em;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #eb6877;
	border-radius: 10px;
	color: #eb6877;
	font-weight: bold;
	background-color: #fff;
}

.grx3_2025 .size_contents .size_body p.btn_pk a:hover {
	background-color: #fbe4e5;
}



.grx3_2025 .bn_colum {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto 5em;
	padding: 0;
}

.grx3_2025 .bn_colum p.banner {
	width: calc((100% / 3) - 1em);
	padding: 0.5em;
	box-sizing: border-box;
}

.grx3_2025 .bn_colum p.banner span {
	font-size: 0.8em;
}


.grx3_2025 .review ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
}

.grx3_2025 .review ul li {
	width: calc((100% / 2) - 1em);
	margin: 0.5em;
	padding: 1em;
	box-sizing: border-box;
	list-style-type: none;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}

.grx3_2025 .review ul li .icon {
	width: 20%;
}

.grx3_2025 .review ul li .comment {
	width: 80%;
	padding-left: 1em;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	
	.grx3_2025 .review ul li {
		width: 100%;
	}
	
}








/*-------------------------------------------------------------------------

  LUFT RV

-------------------------------------------------------------------------*/

.luft_rv .pagenavi ul li {
	width: calc((100% / 5) - 2px) !important;
}

@media screen and (max-width: 768px) {
	
	.luft_rv .pagenavi ul li {
		width: calc((100% / 2) - 2px);
		border-bottom: 1px solid #000;
	}
	
	.luft_rv .pagenavi ul li:last-child {
		border-bottom-style: none;
	}
	
}

.luft_outline {
	width: 65%;
	margin: 0 auto 5em;
	text-align: left;
}

.luft_outline .luft_point {
	border-bottom: 1px dashed #333;
	margin: 0 auto 1em;
	padding: 0 0 1em;
	box-sizing: border-box;
	min-height: 165px;
}

.luft_outline p {
	margin: 0 auto 0.5em;
}

.luft_outline .luft_header {
	font-weight: bold;
	font-size: 1.2em;
}

.luft_outline .point01 {
	background-image: url(../images/luft/luft_icon01.png);
	background-repeat: no-repeat;
	padding: 1em 0 0 175px;
	box-sizing: border-box;
}

.luft_outline .point02 {
	background-image: url(../images/luft/luft_icon02.png);
	background-repeat: no-repeat;
	padding: 1em 0 0 175px;
	box-sizing: border-box;
}

.luft_outline .point03 {
	background-image: url(../images/luft/luft_icon03.png);
	background-repeat: no-repeat;
	padding: 1em 0 0 175px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	
	.luft_outline {
		width: 95%;
		font-size: 0.85em;
		line-height: 1.4;
	}
	
	.luft_outline .luft_point {
		min-height: 110px;
	}
	
	.luft_outline .point01,
	.luft_outline .point02,
	.luft_outline .point03 {
		padding: 0 0 0 110px;
		background-size: 100px;
		background-position: left center;
	}
	
	.luft_outline .luft_header {
		font-size: 1em;
	}
	
}



.luft_seriese ul {
	width: 70%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.luft_seriese ul li {
	margin: 0 auto;
	padding: 0 1em;
	list-style-type: none;
	box-sizing: border-box;
	width: 50%;
}

.luft_seriese ul li .thumb img {
	width: 250px;
	border: 1px solid #ccc;
	margin: 0 auto 1em;
}

.luft_seriese ul li .item_name {
	font-weight: bold;
}

.luft_seriese .luft_caption {
	width: 70%;
	margin: 0 auto;
	padding: 1em;
	box-sizing: border-box;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: left;
}

@media screen and (max-width: 768px) {
	
	.luft_seriese ul {
		width: 95%;
	}
	
	.luft_seriese ul li .thumb img {
		width: 90%;
	}
	
	.luft_seriese .luft_caption {
		width: 95%;
	}
	
}




span.type01 {
	color: #369;
}

span.type02 {
	color: #c00;
}

.luft_lineup .lutab_item {
	width: calc(100% / 4);
}


.luft_lineup .lutab_content ul li.type01 a {
	border: 1px solid #369;
	color: #369;
	background: transparent;
}

.luft_lineup .lutab_content ul li.type02 a {
	border: 1px solid #c00;
	color: #c00;
	background: transparent;
}


#Xchange .xchange {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto 2em auto;
	padding: 0;
}

#Xchange .xchange .xchange_thumb {
	width: 450px;
}

#Xchange .xchange .xchange_thumb img {
	border: 1px solid #ccc;
}

#Xchange .xchange .xchang_body {
	width: calc(100% - 450px);
	margin: 0;
	padding: 0 0 0 1em;
	box-izing: border-box;
	text-align: left;
}

@media screen and (max-width: 768px) {
	
	#Xchange .xchange {
		width: 95%;
	}
	
	#Xchange .xchange .xchange_thumb {
		width: 100%;
		margin-bottom: 1em;
	}
	
	#Xchange .xchange .xchang_body {
		width: 100%;
	}
	
}












/*-----------------------------------------------------
 
 POTENZA RE-71RZ
 
------------------------------------------------------*/

.potenza_re71rz .pagenavi {
	
}

.potenza_re71rz h2,
.potenza_re71rz {
	font-family: "Noto Sans JP", sans-serif !important;
}



/*タブ切り替え全体のスタイル*/
.potenza_re71rz .lutabs {
	margin: 0 auto;
	padding: 0 0 4em;
	background-color: #fff;
	width: 100%;
}

/*タブのスタイル*/
.potenza_re71rz .lutab_item {
	width: calc(100% / 7);
	border-bottom: 1px solid #000;
	background-color: #eee;
	line-height: 1.4;
	text-align: center;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 0.7em;
	box-sizing: border-box;
}

.potenza_re71rz .lutab_item:hover {
	opacity: 0.75;
}

.potenza_re71rz .lutab_item span {
	font-size: 0.8em;
}

/*選択されているタブのスタイルを変える*/
.potenza_re71rz input:checked +.lutab_item {
	background-color: #fff;
	color: #c00;
	border: 1px solid #000;
	border-bottom-style: none;
}

/*ラジオボタンを全て消す*/
.potenza_re71rz input[name="lutab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.potenza_re71rz .lutab_content {
	display: none;
	padding: 4em 0;
	clear: both;
	overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/

.potenza_re71rz #inch16:checked ~ #inch16_content,
.potenza_re71rz #inch17:checked ~ #inch17_content,
.potenza_re71rz #inch18:checked ~ #inch18_content,
.potenza_re71rz #inch19:checked ~ #inch19_content,
.potenza_re71rz #inch20:checked ~ #inch20_content,
.potenza_re71rz #inch21:checked ~ #inch21_content {
	display: block !important;
}

.potenza_re71rz .single {
	margin: 0 auto 4em;
}



.potenza_re71rz .lutab_content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.potenza_re71rz .lutab_content ul li {
	margin: 1px;
	padding: 0;
	list-style-type: none;
	width: calc((100% / 6) - 2px);
}

.potenza_re71rz .lutab_content ul li a {
	display: block;
	padding: 0.7em 0.3em;
	text-align: center;
	background: linear-gradient(to top, #eee, #ccc);
	color: #000;
	font-size: 0.9em;
	border-radius: 3px;
}

.potenza_re71rz .lutab_content ul li a:hover {
	background: linear-gradient(to bottom, #a00, #c00);
	color: #fff;
}

@media screen and (max-width: 768px) {
	
	.potenza_re71rz .lutab_item {
		padding: 0.5em 0.2em;
	}
	
	.potenza_re71rz .lutab_item span {
		font-size: 0.6em;
		display: block;
	}
	
	.potenza_re71rz .lutab_content ul li {
		width: calc((100% / 3) - 2px);
	}
	
	.potenza_re71rz .lutab_content {
		padding: 2em 0;
	}
	
}




.potenza_re71rz .pagenavi ul {
	background-color: #fff !important;
}

.potenza_re71rz .pagenavi ul li a:hover {
	background-color: #c00 !important;
}


.potenza_re71rz .catch {
	font-size: 1.1em;
	font-weight: 900;
}

.potenza_re71rz .point .point_block {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 20px 0;
	border-bottom: 1px dashed #d1c0a5;
}

.potenza_re71rz .point .point_block h3 {
	text-align: left;
	padding: 1em 0;
	box-sizing: border-box;
}

.potenza_re71rz .point .point_block h3 .point_num {
	background-color: #c00;
	color: #fff;
	font-size: 1.2em;
	font-weight: 900;
	padding: 0.1em 0.5em;
}

.potenza_re71rz .point .point_block .point_body {
	width: 60%;
	box-sizing: border-box;
	padding: 0 20px 2em 0;
	text-align: left;
}

.potenza_re71rz .point .point_block .point_image {
	width: 40%;
	box-sizing: border-box;
	padding: 0 0 2em 20px;
}

@media screen and (max-width: 425px) {
	
	.potenza_re71rz .point .point_block {
		display: block;
		padding: 20px 20px;
		border-bottom: 1px dashed #d1c0a5;
	}

	.potenza_re71rz .point .point_block h3 {
		width: 100%;
		text-align: left;
		padding: 1em 0;
		box-sizing: border-box;
	}

	.potenza_re71rz .point .point_block .point_body {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		text-align: left;
	}

	.potenza_re71rz .point .point_block .point_image {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}
	
	.potenza_re71rz .pagenavi ul li {
		width: calc((100% / 4) - 3px) !important;
	}
	
	.potenza_re71rz .pagenavi ul li:last-child {
		border-right-style: none !important;
	}
	
}











/*-------------------------------------------------*/

/* buyer */

/*-------------------------------------------------*/

.buyer {
	font-family: "メイリオ", Meiryo, sans-serif;
}

.buyer #generic_header .buyernavi ul {
	width: 100%;
	margin: 0 auto 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	border-bottom: 2px solid #000;
	list-style-type: none;
	padding: 0;
	box-sizing: border-box;
}

.buyer #generic_header .buyernavi ul li {
	width: calc(100% / 6);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border-right: 1px solid #000;
	list-style-type: none;
	text-align: center;
	font-size: 0.9em;
}

.buyer #generic_header .buyernavi ul li:last-child {
	border-right-style: none;
}

.buyer #generic_header .buyernavi ul li a {
	display: block;
	padding: 1em 0.2em;
	text-align: center;
}

.buyer #generic_header .buyernavi ul li a:hover {
	background-color: #f3cc57;
	font-weight: 900;
}

@media screen and (max-width: 425px) {
	
	.buyer #generic_header .buyernavi ul li {
		font-size: 0.75em;
		width: calc(100% / 3);
		border-bottom: 1px solid #000;
	}
	
	.buyer #generic_header .buyernavi ul li:nth-child(3n) {
		border-right-style: none;
	}
	
}



.buyer .item_cardlist {
	margin: 3em auto;
	padding: 0 0 3em;
	line-height: 1.6;
	font-size: 0.9em;
}

@media screen and (max-width: 425px) {
	
	.buyer .item_cardlist {
		width: 95%;
		margin: 3em auto;
	}
	
}

.buyer .item_cardlist .item_card {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
	border-bottom: 1px solid #000;
	margin: 3em auto;
	padding: 0 0 3em;
}

.buyer .item_cardlist .item_card .tire_thumb {
	width: 25%;
	box-sizing: border-box;
	text-align: left;
}

.buyer .item_cardlist .item_card .tire_info {
	width: 75%;
	text-align: left;
	padding: 0 0 0 3em;
	box-sizing: border-box;
}

@media screen and (max-width: 425px) {
	
	.buyer .item_cardlist .item_card .tire_thumb {
		width: 100%;
		border-bottom: 1px dashed #ccc;
		padding: 0 0 1em;
		margin: 0 0 1em;
		text-align: center;
	}
	
	.buyer .item_cardlist .item_card .tire_info {
		width: 100%;
		padding: 0;
	}
	
}



.buyer .item_cardlist .item_card .tire_thumb img {
	border: 1px solid #ccc;
	margin: 0 0 1em;
}

@media screen and (max-width: 425px) {
	
	.buyer .item_cardlist .item_card .tire_thumb img {
		width: 80%;
		margin: 0 auto 1em auto;
	}
	
}

.buyer .item_cardlist .item_card .memo {
	font-size: 0.9em;
	margin: 1em 0.5em;
	padding: 1em;
	box-sizing: border-box;
	background-color: #eee;
	position: relative;
	box-shadow: 0 0 0 0.5rem #eee;
	border-left: 10px dotted white;
	text-align: left;
}

@media screen and (max-width: 425px) {
	
}

.buyer .item_cardlist .item_card .ic_header {
	margin: 0 0 0.5em 0;
	padding: 0.2em 0.5em;
	box-sizing: border-box;
	background-color: #eee;
	font-size: 0.8em;
	font-weight: 900;
}

.buyer .item_cardlist .item_card .tags_header {
	background-color: #c7f2df;
}

.buyer .item_cardlist .item_card .single_header {
	background-color: #fae29a;
}

.buyer .item_cardlist .item_card .twset_header {
	background-color: #fdd9d5;
}

.buyer .item_cardlist .item_card ul.tire_taglist {
	margin: 0 0 1em 1em;
	padding: 0 0 0 1em;
	list-style-type: square;
	text-align: left;
	font-size: 0.9em;
}

.buyer .item_cardlist .item_card ul.tire_taglist li {
	list-style-type: square;
}

.buyer .item_cardlist .item_card p {
	margin: 0;
}

.buyer .item_cardlist .item_card .item_maker {
	font-size: 0.8em;
}

.buyer .item_cardlist .item_card .item_name {
	font-size: 1.5em;
	font-weight: 900;
}

.buyer .item_cardlist .item_card ul.tire_sizelist {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	 align-items: stretch;
}

.buyer .item_cardlist .item_card ul.tire_sizelist li {
	width: auto;
	margin: 0.3em;
	padding: 0;
	list-style-type: none;
	font-size: 0.8em;
}

.buyer .item_cardlist .item_card ul.tire_sizelist li a {
	display: block;
	padding: 0.8em 0.3em;
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: #f5f5f5;
	text-decoration: none;
}

.buyer .item_cardlist .item_card ul.tire_sizelist li a:hover {
	border: 1px solid #eee;
	background-color: #eee;
}

.buyer .item_cardlist .item_card ul.tire_size_single li a:hover {
	border: 1px solid #eee;
	background-color: #fae29a;
}

.buyer .item_cardlist .item_card ul.tire_size_set li a:hover {
	border: 1px solid #eee;
	background-color: #fdd9d5;
}























