@charset "UTF-8";





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

/* 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;
	}
	
}






