@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_header .lastupdate {
	text-align: right;
	margin: 0.5em 0 0;
	font-size: 0.9em;
}


#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;
}








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

/* ig8suv */

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

.ig8suv .generic_items .lutabs {
	margin: 0 auto;
	padding: 0 0 4em;
	background-color: #fff;
	width: 100%;
}

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

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

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

.ig8suv .generic_items input:checked +.lutab_item {
	background-color: #fff;
	border: 1px solid #999;
	border-bottom-style: none;
}

.ig8suv .generic_items input[name="lutab_item"] {
	display: none;
}

.ig8suv .generic_items .lutab_content {
	display: none;
	padding: 4em 0;
	clear: both;
	overflow: hidden;
}

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

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

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

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

.ig8suv .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: 2px solid #63b4e5;
}

.ig8suv .generic_items .lutab_content ul li.release-september a {
	border-color: #1f6feb;
	background: linear-gradient(to bottom, #fff, #e8f1ff);
}

.ig8suv .generic_items .lutab_content ul li.release-october a {
	border-color: #d97706;
	background: linear-gradient(to bottom, #fff, #fff4e0);
}

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

@media screen and (max-width: 768px) {
	.ig8suv .generic_items .lutab_item {
		padding: 0.5em 0.2em;
	}

	.ig8suv .generic_items .lutab_item span {
		font-size: 0.6em;
		display: block;
	}

	.ig8suv .generic_items .lutab_content ul li {
		width: calc((100% / 2) - 2px);
	}

	.ig8suv .generic_items .lutab_content {
		padding: 2em 0;
	}
}

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

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

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

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

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

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

@media screen and (max-width: 425px) {
	.ig8suv .pagenavi ul li {
		border-bottom: 1px solid #333;
	}

	.ig8suv .pagenavi ul li a {
		padding: 1em;
	}

	.ig8suv .pagenavi ul li:last-child {
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
	}
}

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

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

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

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

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

@media screen and (max-width: 768px) {
	.ig8suv .generic_wrapper {
		padding-left: 1em;
		padding-right: 1em;
		box-sizing: border-box;
	}

	.ig8suv .cartype_block ul li {
		width: 100%;
		margin-bottom: 0.5em;
		text-align: left;
	}
}

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

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

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

.ig8suv #Point p {
	margin: 0 auto 1.2em;
	text-align: left;
	max-width: 46em;
}

.ig8suv #Point h2 {
	margin: 0 auto 1em;
	color: #fff;
}

.ig8suv #Point h2 span {
	display: block;
	font-size: 0.85em;
}

.ig8suv .ig8suv_outline {
	text-align: center;
}

.ig8suv .lead_text {
	margin: 0 auto 2em;
	max-width: 46em;
	text-align: left;
}

.ig8suv .two_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto 2em;
}

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

.ig8suv .two_block .colum_half h3.colum_header {
	background-color: #036;
	color: #fff;
	text-align: center;
	margin: 0.5em 0 0.5em;
	padding: 0.8em 0;
	box-sizing: border-box;
	font-size: 1em;
}

.ig8suv .two_block img {
	width: 100%;
}

@media screen and (max-width: 425px) {
	.ig8suv .two_block .colum_half {
		width: 100%;
		margin-bottom: 1.5em;
	}
}

.ig8suv .stat_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ig8suv .stat_list li {
	flex: 1 1 160px;
	max-width: 190px;
	background: #f5fbff;
	border: 1px solid #63b4e5;
	border-radius: 8px;
	padding: 1em 0.6em;
	box-sizing: border-box;
}

.ig8suv .stat_num {
	font-size: 2em;
	font-weight: 800;
	color: #036;
	margin: 0 !important;
	line-height: 1.1;
}

.ig8suv .stat_num span {
	font-size: 0.55em;
}

.ig8suv .stat_label {
	font-weight: 700;
	margin: 0.4em 0 0 !important;
	font-size: 0.9em;
}

.ig8suv .stat_note {
	font-size: 0.75em;
	color: #555;
	margin: 0.3em 0 0 !important;
	line-height: 1.5;
}

.ig8suv .tech_list {
	display: grid;
	gap: 1.5em;
	text-align: left;
	margin-top: 2em;
}

.ig8suv .tech_block {
	background: #fff;
	border: 1px solid #c5e2f3;
	border-radius: 8px;
	padding: 1.5em;
}

.ig8suv .tech_block h3 {
	text-align: left;
	margin: 0 0 0.6em;
	font-size: 1.15em;
	color: #036;
}

.ig8suv .tech_block p {
	margin: 0;
}

.ig8suv .matching_block {
	background: #fff;
	color: #333;
	margin-top: 1.5em;
	padding: 1.5em;
	box-sizing: border-box;
	text-align: left;
}

.ig8suv .matching_block h2 {
	text-align: left;
	font-size: 1.2em;
	margin: 0 auto 1em;
	padding: 0 0 0.5em;
	border-bottom: 1px solid #036;
	color: #036;
}

.ig8suv .matching_block ul {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}

.ig8suv .matching_block ul li {
	background: #e8f4fc;
	padding: 0.45em 0.9em;
	border-radius: 999px;
	font-size: 0.9em;
}

.ig8suv .matching_note {
	color: #555;
	font-size: 0.9em;
}

.ig8suv .to_maker {
	margin: 1.5em auto 0 !important;
	text-align: center;
}

.ig8suv .to_maker a {
	display: inline-block;
	background-color: #036;
	color: #fff;
	padding: 1em 1.5em;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
}

.ig8suv #Point .to_maker a {
	background-color: #013e8e;
}

.ig8suv .to_maker a span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

.ig8suv .to_maker a:hover {
	background-color: #013e8e;
	opacity: 0.9;
}

.ig8suv .to_maker.twin {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8em;
}

.ig8suv .release-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em 1.5em;
	margin: 1em auto 0.5em;
	padding: 1em;
	background: #f7f8fa;
	border-radius: 8px;
	justify-content: center;
}

.ig8suv .legend-item {
	display: inline-flex;
	align-items: center;
	gap: 0.45em;
	font-size: 0.9em;
}

.ig8suv .legend-swatch {
	width: 1.5em;
	height: 1em;
	background: #fff;
	border: 3px solid;
	border-radius: 3px;
}

.ig8suv .legend-swatch.release-september {
	border-color: #1f6feb;
}

.ig8suv .legend-swatch.release-october {
	border-color: #d97706;
}

.ig8suv .size-note {
	margin-bottom: 1.5em;
	color: #666;
	font-size: 0.85em;
}

.ig8suv .g075_note,
.ig8suv .staff_message {
	text-align: left;
	background: #f7f8fa;
	padding: 1.5em;
	border-radius: 8px;
	margin-top: 2em;
}

.ig8suv .g075_note h3,
.ig8suv .staff_message h3 {
	text-align: left;
	margin: 0 0 0.8em;
	color: #036;
}

.ig8suv #generic_header h1 {
	margin: 0;
}

.ig8suv #generic_header img,
.ig8suv .ig8suv_outline img,
.ig8suv #Tech img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

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

/* icepeak */

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

.icepeak .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;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 0.7em;
	box-sizing: border-box;
}

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

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

.icepeak .generic_items input:checked +.lutab_item {
	background-color: #fff;
	border: 1px solid #999;
	border-bottom-style: none;
}

.icepeak .generic_items input[name="lutab_item"] {
	display: none;
}

.icepeak .generic_items .lutab_content {
	display: none;
	padding: 4em 0;
	clear: both;
	overflow: hidden;
}

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

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

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

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

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

.icepeak .generic_items .lutab_content ul li a:hover {
	background: #f10207;
	color: #fff;
	border-color: #f10207;
}

@media screen and (max-width: 768px) {
	.icepeak .generic_items .lutab_item {
		padding: 0.5em 0.2em;
	}

	.icepeak .generic_items .lutab_item span {
		font-size: 0.6em;
		display: block;
	}

	.icepeak .generic_items .lutab_content ul li {
		width: calc((100% / 2) - 2px);
	}

	.icepeak .generic_items .lutab_content {
		padding: 2em 0;
	}

	.icepeak .generic_wrapper {
		padding-left: 1em;
		padding-right: 1em;
		box-sizing: border-box;
	}
}

.icepeak .pagenavi {
	background-color: #111;
}

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

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

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

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

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

@media screen and (max-width: 425px) {
	.icepeak .pagenavi ul li {
		border-bottom: 1px solid #333;
	}

	.icepeak .pagenavi ul li a {
		padding: 1em;
	}

	.icepeak .pagenavi ul li:last-child {
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
	}
}

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

.icepeak .cartype_block {
	background-color: #111;
	color: #fff;
	width: 100%;
	padding: 1.5em;
	box-sizing: border-box;
	text-align: left;
}

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

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

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

@media screen and (max-width: 768px) {
	.icepeak .cartype_block ul li {
		width: 100%;
		margin-bottom: 0.5em;
		text-align: left;
	}
}

.icepeak .generic_container_gl {
	background-color: #111;
}

.icepeak .generic_container_wbl {
	background-color: #f7f7f7;
}

.icepeak #Point {
	background-color: #111;
	color: #fff;
}

.icepeak #Point p {
	margin: 0 auto 1.2em;
	text-align: left;
	max-width: 46em;
}

.icepeak #Point h2 {
	margin: 0 auto 1em;
	color: #fff;
}

.icepeak #Point h2 span {
	display: block;
	font-size: 0.85em;
	color: #f10207;
}

.icepeak .icepeak_outline {
	text-align: center;
}

.icepeak .lead_text {
	margin: 0 auto 2em;
	max-width: 46em;
	text-align: left;
}

.icepeak .two_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto 2em;
}

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

.icepeak .two_block .colum_half h3.colum_header {
	background-color: #111;
	color: #fff;
	text-align: center;
	margin: 0.5em 0 0.5em;
	padding: 0.8em 0;
	box-sizing: border-box;
	font-size: 1em;
}

.icepeak .two_block img,
.icepeak .fullfig img {
	width: 100%;
	height: auto;
}

.icepeak .fullfig {
	margin: 2em auto 0;
	max-width: 900px;
}

.icepeak .fullfig figcaption {
	margin-top: 0.6em;
	font-size: 0.9em;
	color: #555;
}

@media screen and (max-width: 425px) {
	.icepeak .two_block .colum_half {
		width: 100%;
		margin-bottom: 1.5em;
	}
}

.icepeak .stat_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8em;
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}

.icepeak .stat_list li {
	flex: 1 1 180px;
	max-width: 220px;
	background: #fff5f5;
	border: 1px solid #f10207;
	border-radius: 8px;
	padding: 1em 0.6em;
	box-sizing: border-box;
}

.icepeak .stat_num {
	font-size: 2em;
	font-weight: 800;
	color: #f10207;
	margin: 0 !important;
	line-height: 1.1;
}

.icepeak .stat_num span {
	font-size: 0.55em;
}

.icepeak .stat_label {
	font-weight: 700;
	margin: 0.4em 0 0 !important;
	font-size: 0.9em;
}

.icepeak .tech_list {
	display: grid;
	gap: 1.5em;
	text-align: left;
	margin-top: 2em;
}

.icepeak .tech_block {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 1.5em;
}

.icepeak .tech_block h3 {
	text-align: left;
	margin: 0 0 0.6em;
	font-size: 1.15em;
	color: #111;
}

.icepeak .tech_block p {
	margin: 0;
}

.icepeak .matching_block {
	background: #fff;
	color: #333;
	margin-top: 1.5em;
	padding: 1.5em;
	box-sizing: border-box;
	text-align: left;
}

.icepeak .matching_block h2 {
	text-align: left;
	font-size: 1.2em;
	margin: 0 auto 1em;
	padding: 0 0 0.5em;
	border-bottom: 1px solid #111;
	color: #111;
}

.icepeak .matching_block ul {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}

.icepeak .matching_block ul li {
	background: #f3f3f3;
	padding: 0.45em 0.9em;
	border-radius: 999px;
	font-size: 0.9em;
}

.icepeak .matching_note {
	color: #555;
	font-size: 0.9em;
}

.icepeak .to_maker {
	margin: 1.5em auto 0 !important;
	text-align: center;
}

.icepeak .to_maker a {
	display: inline-block;
	background-color: #f10207;
	color: #fff;
	padding: 1em 1.5em;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
}

.icepeak .to_maker a span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

.icepeak .to_maker a:hover {
	background-color: #b80105;
}

.icepeak .to_maker.twin {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8em;
}

.icepeak .g075_note,
.icepeak .staff_message {
	text-align: left;
	background: #f7f7f7;
	padding: 1.5em;
	border-radius: 8px;
	margin-top: 2em;
}

.icepeak .g075_note h3,
.icepeak .staff_message h3 {
	text-align: left;
	margin: 0 0 0.8em;
	color: #111;
}

.icepeak #generic_header h1 {
	margin: 0;
}

.icepeak #generic_header img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

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

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



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

/* 在庫あり・スピード発送 */

/*-------------------------------------------------*/
.sokuno202604 {
	background-color: #fff;
}

.sokuno202604 #generic_header h1 {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.sokuno202604 #generic_header h1 img {
	display: block;
	width: 100%;
	height: auto;
}

.sokuno202604 .lastupdate {
	width: 1050px;
	max-width: calc(100% - 2em);
	margin: 0.75em auto;
	text-align: right;
	font-size: 0.85em;
	color: #666;
}

.sokuno202604 .pointR {
	color: #c00;
}

.sokuno202604 .pagenavi {
	margin: 0 auto 0.5em;
	padding: 0.2em 0;
	border-bottom: 2px solid #567da4;
}

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

.sokuno202604 .pagenavi li {
	width: min(calc(100% / 3), 20em);
	margin: 0;
	padding: 0;
	border-right: 1px solid #ccc;
	list-style: none;
}

.sokuno202604 .pagenavi li:last-child {
	border-right: 0;
}

.sokuno202604 .pagenavi a {
	display: block;
	height: 100%;
	padding: 1em 0.5em;
	box-sizing: border-box;
}

.sokuno202604 .pagenavi a:hover {
	background-color: #c1272d;
	color: #fff;
}

.sokuno202604 h2 {
	position: relative;
	width: 55%;
	margin: 0 auto 2em;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #567da4;
	font-size: 2em;
	color: #000;
}

.sokuno202604 h2::before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 10px;
	height: 20px;
	border-right: 3px solid #567da4;
	background-color: #fff;
	content: "";
	transform: translateX(-50%) skew(-25deg);
}

.sokuno202604 .block_about {
	width: 85%;
	margin: 0 auto;
	padding: 2em;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
	text-align: left;
}

.sokuno202604 .speed-lead {
	margin: 0 0 1em;
	font-size: 1.55em;
	font-weight: bold;
	text-align: center;
}

.sokuno202604 .block_about .caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.sokuno202604 .notice {
	margin-top: 1.5em;
	padding: 1em 1.25em;
	border-radius: 6px;
	background-color: #f4f4f4;
}

.sokuno202604 .notice-title {
	margin: 0 0 0.35em;
	font-weight: bold;
	color: #c1272d;
}

.sokuno202604 .block_about .notice ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sokuno202604 .block_about .notice li {
	position: relative;
	margin: 0;
	padding-left: 1.2em;
	font-size: 0.9em;
	list-style: none;
}

.sokuno202604 .block_about .notice li::before {
	position: absolute;
	left: 0;
	content: "※";
}

.sokuno202604 .map {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 1em 1em 3em;
	box-sizing: border-box;
	background-color: #fff;
}

.sokuno202604 .map > img {
	display: block;
	width: 100%;
	height: auto;
}

.sokuno202604 .map .map_caption {
	position: absolute;
	z-index: 1;
	top: 2em;
	left: 2em;
	width: 300px;
	padding: 1em;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.95);
	text-align: left;
}

.sokuno202604 .map .map_caption p {
	margin: 0 0 0.5em;
	font-weight: bold;
}

.sokuno202604 .map .map_caption ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sokuno202604 .map .map_caption li {
	width: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sokuno202604 .map .map_caption li span {
	margin-right: 0.25em;
	font-size: 1.2em;
}

.sokuno202604 .map .day010 {
	color: #567da4;
}

.sokuno202604 .map .day015 {
	color: #82ad3d;
}

.sokuno202604 .map .day020 {
	color: #f49e2c;
}

.sokuno202604 .map .day030 {
	color: #d22f20;
}

.sokuno202604 .map .other {
	color: #e54a89;
}

.sokuno202604 .map .notice {
	position: absolute;
	z-index: 1;
	right: 1em;
	bottom: 1em;
	margin: 0;
	padding: 0.5em;
	background-color: rgba(255, 255, 255, 0.95);
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
}

.sokuno202604 .map .notice p {
	margin: 0;
}

@media screen and (max-width: 768px) {
	.sokuno202604 .lastupdate {
		max-width: calc(100% - 1em);
	}

	.sokuno202604 .pagenavi {
		margin-top: 60px;
	}

	.sokuno202604 .pagenavi a {
		padding: 0.8em 0.2em;
		font-size: 0.9em;
	}

	.sokuno202604 .pagenavi li {
		width: 50%;
		border-bottom: 1px solid #ccc;
	}

	.sokuno202604 .pagenavi li:nth-child(2) {
		border-right: 0;
	}

	.sokuno202604 .pagenavi li:last-child {
		width: 100%;
		border-bottom: 0;
	}

	.sokuno202604 h2 {
		width: 95%;
		font-size: 1.3em;
	}

	.sokuno202604 .block_about {
		width: 95%;
		padding: 1.5em 1em;
	}

	.sokuno202604 .speed-lead {
		font-size: 1.25em;
	}

	.sokuno202604 .block_about .caption {
		font-size: 1em;
	}

	.sokuno202604 .map {
		position: static;
		width: 95%;
		margin-bottom: 1em;
		padding: 0.5em;
	}

	.sokuno202604 .map .map_caption,
	.sokuno202604 .map .notice {
		position: static;
		width: 95%;
		margin: 1em auto;
		text-align: left;
	}

	.sokuno202604 .map .notice {
		text-align: center;
	}
}

.sokuno202604 .stock-caution,
.sokuno202604 .stock-summary {
	width: 90%;
	margin: 0 auto 1em;
	line-height: 1.7;
}

.sokuno202604 .stock-caution {
	font-size: 0.9em;
}

.sokuno202604 .stock-summary {
	font-weight: 700;
	text-align: center;
}

.sokuno202604 .tagarea {
	width: 90%;
	margin: 2em auto;
	padding: 1.5em;
	box-sizing: border-box;
	border: 1px solid #d7dfe7;
	border-radius: 8px;
	background-color: #f4f7fa;
}

.sokuno202604 .tag_header {
	margin: 0 0 1em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #567da4;
	font-size: 1.25em;
	font-weight: 700;
}

.sokuno202604 .filter-label {
	margin: 0 0 0.6em;
	font-weight: 700;
}

.sokuno202604 .filter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sokuno202604 .filter-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sokuno202604 .filter-list button {
	display: inline-flex;
	gap: 0.45em;
	align-items: center;
	padding: 0.65em 1em;
	border: 1px solid #9aa9b8;
	border-radius: 999px;
	background: #fff;
	color: #333;
	font: inherit;
	font-size: 0.9em;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.sokuno202604 .filter-list button:hover,
.sokuno202604 .filter-list button:focus-visible,
.sokuno202604 .filter-list button.is-active {
	border-color: #567da4;
	background-color: #567da4;
	color: #fff;
}

.sokuno202604 .filter-list button span {
	display: inline-grid;
	min-width: 1.8em;
	height: 1.8em;
	padding: 0 0.35em;
	box-sizing: border-box;
	place-items: center;
	border-radius: 999px;
	background-color: #e8edf2;
	color: #333;
	font-size: 0.8em;
}

.sokuno202604 .filter-status {
	margin: 1em 0 0;
	font-size: 0.85em;
	color: #555;
}

.sokuno202604 .itemsize_menu {
	width: 90%;
	margin: 2em auto 3em;
}

.sokuno202604 .itemsize_menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sokuno202604 .itemsize_menu li {
	width: calc(10% - 0.4em);
	min-width: 76px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sokuno202604 .itemsize_menu a {
	display: block;
	padding: 0.7em 0.35em;
	border-radius: 5px;
	background-color: #567da4;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.sokuno202604 .itemsize_menu a:hover,
.sokuno202604 .itemsize_menu a:focus-visible {
	background-color: #c1272d;
}

.sokuno202604 .itemsize_menu a span {
	display: block;
	font-size: 0.7em;
}

.sokuno202604 .block_itemlist {
	margin: 0 auto 4em;
	scroll-margin-top: 1em;
}

.sokuno202604 .block_itemlist h3 {
	margin: 0 0 1em;
	padding: 0.6em 1em;
	border-left: 7px solid #567da4;
	background-color: #edf2f6;
	font-size: 1.5em;
}

.sokuno202604 .sizelist {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sokuno202604 .stock-card {
	display: flex;
	min-width: 0;
	margin: 0;
	padding: 0.8em;
	box-sizing: border-box;
	flex-direction: column;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	list-style: none;
}

.sokuno202604 .stock-card[hidden],
.sokuno202604 [data-inch-group][hidden] {
	display: none !important;
}

.sokuno202604 .stock-card-main {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	color: #222;
	text-decoration: none;
}

.sokuno202604 .stock-card .thumb {
	display: grid;
	position: relative;
	overflow: visible;
	width: 100%;
	aspect-ratio: 1;
	margin-bottom: 0.75em;
	place-items: center;
	background-color: #fff;
}

.sokuno202604 .stock-card .stock-badge {
	display: grid;
	position: absolute;
	z-index: 1;
	top: -1.25rem;
	left: -1.25rem;
	width: 4.2rem;
	height: 4.2rem;
	padding: 0;
	place-items: center;
	border-radius: 50%;
	background-color: #9e1b1b;
	color: #fff;
	font-size: 0.68em;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.sokuno202604 .stock-card .thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sokuno202604 .stock-card .size {
	display: block;
	margin-bottom: 0.35em;
	font-size: 0.95em;
	font-weight: 700;
	line-height: 1.35;
}

.sokuno202604 .stock-card .itemname {
	display: block;
	margin-bottom: 0.8em;
	font-size: 0.85em;
	line-height: 1.45;
}

.sokuno202604 .linkbtn {
	display: grid;
	gap: 0.45em;
	margin-top: auto;
}

.sokuno202604 .linkbtn a {
	display: block;
	padding: 0.65em 0.4em;
	border-radius: 5px;
	background-color: #444;
	color: #fff;
	font-size: 0.85em;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}

.sokuno202604 .linkbtn a:hover,
.sokuno202604 .linkbtn a:focus-visible {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	.sokuno202604 .tagarea,
	.sokuno202604 .itemsize_menu,
	.sokuno202604 .stock-caution,
	.sokuno202604 .stock-summary {
		width: 95%;
	}

	.sokuno202604 .tagarea {
		padding: 1em;
	}

	.sokuno202604 .filter-list {
		gap: 0.4em;
	}

	.sokuno202604 .filter-list li {
		width: calc(50% - 0.2em);
	}

	.sokuno202604 .filter-list button {
		width: 100%;
		justify-content: space-between;
		padding: 0.65em 0.8em;
	}

	.sokuno202604 .itemsize_menu li {
		width: calc(20% - 0.4em);
		min-width: 58px;
	}

	.sokuno202604 .sizelist {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65em;
	}

	.sokuno202604 .stock-card {
		padding: 0.6em;
	}
}

@media screen and (max-width: 425px) {
	.sokuno202604 .itemsize_menu li {
		width: calc(25% - 0.4em);
	}

	.sokuno202604 .linkbtn a {
		font-size: 0.75em;
	}
}






