.opt_html img{
	display: block;
}
.thumbColumun_grid{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	gap: 3px 3px;
	background-color: #ccc;
	padding: 3px;
}
.thumbColumun_grid200{
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.thumbColumun_grid300{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.thumbColumun_typeList{
	grid-template-columns: 115px 1fr;
	gap: 3px 5px;
	background: none;
}
.thumbColumun_typeList2{
	grid-template-columns: 1fr;
	grid-gap: 3px 3px;
/*	background: none;	*/
}
.thumbColumun_grid label {
	cursor:pointer;
}
.thumbColumun_grid input[type="radio"] {
    display: none;
}
.thumbColumun_grid input[type="radio"]:disabled ~ span img,
.thumbColumun_grid input[type="radio"]:disabled ~ p {
    opacity: 0.5;
}
.thumbColumun_grid img {
	width: 100%;
	height: auto;
	display: block;
}
.thumbColumun_grid label{
	display:grid;
	-webkit-user-select: none;
	user-select: none;
	border: 1px solid #333;
	box-shadow: 1px 1px 1px 0px;
	min-height: 50px;
	overflow: hidden;
}
.thumbColumun_grid label > span {
	width: 100%;
	height: 100%;
	position: relative;
	display: grid;
	grid-area: 1/1/2/2;
	place-items: center;
}
.thumbColumun_grid label > p,
.thumbColumun_grid label > a{
	grid-area: 1/1/2/2;
	z-index: 10;
	transform: translate(1px, 0px);
	font-weight: bold;
	-webkit-user-select: none;
	user-select: none;
	color: white;
	text-decoration: none;
	text-shadow:
				 1px  1px 0px #252525,
				-1px  1px 0px #252525,
				 1px -1px 0px #252525,
				-1px -1px 0px #252525,
				 1px  0px 0px #252525,
				 0px  1px 0px #252525,
				-1px  0px 0px #252525,
				 0px -1px 0px #252525;
}
.thumbColumun_grid span:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.thumbColumun_grid input[type="radio"]:checked ~ span:after {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	width: 12px;
	height: 12px;
	color: #f00;
	position: absolute;
	right: 17px;
	bottom: 13px;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
				 -1px 1px 0 #FFF, 1px -1px 0 #FFF,
				 0px 1px 0 #FFF,  0-1px 0 #FFF,
				 -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.thumbColumun_grid input[type="radio"]:disabled ~ span::after{
	content: "選択不可";
	font-weight: bold;
	font-size: 15px;
	color: white;
	text-shadow: 1px 1px 0px #252525, -1px 1px 0px #252525, 1px -1px 0px #252525, -1px -1px 0px #252525, 1px 0px 0px #252525, 0px 1px 0px #252525, -1px 0px 0px #252525, 0px -1px 0px #252525;
	text-shadow: 1px 1px 0px white, -1px 1px 0px white, 1px -1px 0px white, -1px -1px 0px white, 1px 0px 0px white, 0px 1px 0px white, -1px 0px 0px white, 0px -1px 0px white;
	color: red;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	display: grid;
	place-items: center;
	z-index: 11;
}

.thumbColumun_grid input[type="radio"]:checked ~ span:before{
	border: 5px solid #f00;
}
.thumbColumun_scrollbtn{
	display: flex;
	justify-content: space-between;
	gap: 6px;
	padding: 3px;
}
a.thumbColumun_scroll_back,
a.thumbColumun_scroll_next{
	/* width: min(calc(50% - 20px), 250px); */
	width:100%;
	background-color: #3298c8;
	height: 55px;
	box-shadow: 2px 2px 2px #000;
	display: grid;
	place-items: center;
	font-size: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a.thumbColumun_scroll_back i {
	margin-right:10px;
}
a.thumbColumun_scroll_next i {
	margin-left:10px;
}

.thumbColumun_grid label > p.thumbColumun_grid_red{
	grid-area: 1/1/2/2;
	z-index: 10;
	transform: translate(1px, 0px);
	font-weight: bold;
	-webkit-user-select: none;
	user-select: none;
	color: white;
	text-decoration: none;
	text-shadow:
				 1px  1px 0px #353535,
				 0px  2px 0px #ffffff,
				 2px  0px 0px #ffffff,
				-1px  1px 0px #ffffff,
				 1px -1px 0px #ffffff,
				-1px -1px 0px #ffffff,
				 1px  0px 0px #ffffff,
				 0px  1px 0px #ffffff,
				-1px  0px 0px #ffffff,
				 0px -1px 0px #ffffff;
}

.thumbColumun_grid label > a.thumbColumun_grid_red2{
	grid-area: 1/1/2/2;
	z-index: 10;
	transform: translate(1px, 0px);
	font-weight: bold;
	-webkit-user-select: none;
	user-select: none;
	color: white;
	text-decoration: none;
	text-shadow:
				 1px  1px 0px #353535,
				 0px  2px 0px #ffffff,
				 2px  0px 0px #ffffff,
				-1px  1px 0px #ffffff,
				 1px -1px 0px #ffffff,
				-1px -1px 0px #ffffff,
				 1px  0px 0px #ffffff,
				 0px  1px 0px #ffffff,
				-1px  0px 0px #ffffff,
				 0px -1px 0px #ffffff;
}

.thumbColumun_grid label > span * {
	grid-area: 1 / 1 / 2 / 2;
}


.thumbColumun_grid_center_red{
	grid-area: 1/1/2/2;
	transform: translate(1px, 0px);
	font-weight: bold;
	-webkit-user-select: none;
	user-select: none;
	text-decoration: none;
	text-shadow:
				 1px  1px 0px #353535,
				 0px  2px 0px #ffffff,
				 2px  0px 0px #ffffff,
				-1px  1px 0px #ffffff,
				 1px -1px 0px #ffffff,
				-1px -1px 0px #ffffff,
				 1px  0px 0px #ffffff,
				 0px  1px 0px #ffffff,
				-1px  0px 0px #ffffff,
				 0px -1px 0px #ffffff;
}

.thumbColumun_grid_center{
    color: red;
    text-align: center;
}









/* ここから廃止予定 */
a.thumbColumun_scroll_next2{
	width: min(calc(50% - 20px), 250px);
	width:100%;
	background-color: #3298c8;
	height: 55px;
	border: 2px solid #fff;
	box-shadow: 2px 2px 2px #000;
	display: grid;
	place-items: center;
	font-size: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a.thumbColumun_scroll_next2 i {
	margin-left:10px;
}
a.thumbColumun_scroll_back2{
	width: min(calc(50% - 20px), 250px);
	width:100%;
	background-color: #3298c8;
	height: 55px;
	border: 2px solid #fff;
	box-shadow: 2px 2px 2px #000;
	display: grid;
	place-items: center;
	font-size: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a.thumbColumun_scroll_back2 i {
	margin-left:10px;
}
a.thumbColumun_scroll_back3,
a.thumbColumun_scroll_next3{
	width: min(calc(50% - 20px), 250px);
	width:50%;
	background-color: #3298c8;
	height: 55px;
	border: 2px solid #fff;
	box-shadow: 2px 2px 2px #000;
	display: grid;
	place-items: center;
	font-size: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a.thumbColumun_scroll_back3 i {
	margin-right:10px;
}
a.thumbColumun_scroll_next3 i {
	margin-left:10px;
}
/* ここまで廃止予定 */

.fixedjq_target_img.glove_group_text{
	text-shadow: 1px 1px 0px #252525, -1px 1px 0px #252525, 1px -1px 0px #252525, -1px -1px 0px #252525, 1px 0px 0px #252525, 0px 1px 0px #252525, -1px 0px 0px #252525, 0px -1px 0px #252525;
	color:#fff;
	margin:5px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}


.load_animation{
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: grid;
	place-items:center;
	z-index:10;
	background-color:rgba(0,0,0,0.3);
	color:#fff;
	text-shadow: 0 0 10px #fff, 0 0 15px #fff;
	backdrop-filter: blur(3px);
	font-weight: bold;
	font-size: 30px;
	animation: pagejump_load_animation 1.5s ease 0s infinite normal none running;
	opacity:0;
}

.load_animation.loading_active{
	opacity : 1;
	transition-property: opacity;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
}

.thumbimage_blink {
	display:grid;
	margin-bottom: 5px;
}
.thumbimage_blink > img{
	grid-area: 1/1/2/2;
}
.thumbimage_blink > img:nth-child(n+2){
	opacity:1;
	animation: thumbimage_blink_animation 1s ease-in-out 0s infinite alternate none running;
}

@keyframes pagejump_load_animation{
	0%   { text-shadow: 0 0 10px #fff, 0 0 15px #ff0; }
	50%  { text-shadow: 0 0 0px #fff, 0 0 5px #fff; }
	100% { text-shadow: 0 0 10px #fff, 0 0 15px #ff0; }
}

@keyframes thumbimage_blink_animation{
	0%   { opacity: 1; }
	100% { opacity: 0.15; }
}

@media screen and (max-width: 768px){
	.thumbColumun_typeList2{
		grid-template-columns: 1fr;
	}
}
.thumbColumun-upright {
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 6px solid var(--mainthema-background-color);
	padding: 0 5px;
	border-bottom: 1px solid var(--mainthema-background-color);
	display: inline-block;
	font-weight: bold;
}