.search_mode header.l-header {
    display: none;
}
h2 i {
    left: 0;
    display: block;
    padding: 125px 0 4px;
    font-size: 20px;
}
main {
    background: #000009 url('../_image/deckrecipe/bg_base.webp')no-repeat top center/100% auto;
	padding:32px 56px;
}
ul.snsList {
    display: none;
}
.search_mode .headMainWrap01 {
    display: none;
}
.search_mode h1 {
    display: none;
}
.search_mode h2 {
    display: none;
}
.search_mode #header01 {
    display: none;
}


.search_mode article#deckrecipe .build_area {
    transform-origin: top;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 2%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background-color: #082751;
}
.search_mode article#deckrecipe .build_area::before {
    background-position: center;
}
.search_mode article#deckrecipe .build_area .end_search {
	display: block;
}
.search_mode article#deckrecipe .build_area form {
    width: 40%;
    margin: 0 auto;
}
.search_mode article#deckrecipe .build_area .wrap_data .logo {
	display: none;
}
.search_mode article#deckrecipe .build_area .wrap_data .wrap_tables {
    width: 100%;
}
.search_mode article#deckrecipe .build_area .wrap_tables table {
	background-size: 150%;
}
.search_mode article#deckrecipe .build_area .wrap_tables table th {
    font-size: .8em;
}
.search_mode article#deckrecipe .build_area .wrap_tables table.level tbody tr td {
    font-size: .75em;
}
.search_mode article#deckrecipe .build_area .wrap_tables table.type tbody tr:first-child td {
    font-size: 1.2em;
}
.search_mode article#deckrecipe .build_area .wrap_deck {
	justify-content: center;
	padding-top: .5em;
}
.search_mode article#deckrecipe .build_area .wrap_deck .col_left {
	width: 45%;
}
.search_mode article#deckrecipe .build_area .wrap_deck .col_right {
	width: 100%;
}
.search_mode article#deckrecipe .build_area .wrap_deck .col_left > div {
	position: static;
}
.search_mode article#deckrecipe .build_area .wrap_deck .col_left .partner {
	width: 75%;
	margin: 0 auto;
}
.search_mode article#deckrecipe .build_area[forcus=partner] .wrap_deck .col_left .incident,
.search_mode article#deckrecipe .build_area[forcus=partner] .wrap_deck .col_right {
	display: none;
}
.search_mode article#deckrecipe .build_area[forcus=incident] .wrap_deck .col_left .partner,
.search_mode article#deckrecipe .build_area[forcus=incident] .wrap_deck .col_right {
	display: none;
}
.search_mode article#deckrecipe .build_area[forcus=other] .wrap_deck .col_left {
	display: none;
}
.search_mode article#deckrecipe .build_area .wrap_btn {
	display: none;
}


article#deckrecipe {
	position: relative;
            z-index: 2;
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 0;
            font-size: 16px;
            background-color: #000009;
            background-image: url('../_image/deckrecipe/bg_brick.webp'), url('../_image/deckrecipe/bg_base.webp');
            background-repeat: no-repeat, no-repeat;
            background-position: right bottom, top center;
            background-size: 1280px auto, 100% auto;
            border: none;
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .3);
}
article#deckrecipe::before {
	    content: "";
            display: block;
            width: 100%;
	    position:absolute;
            padding-top: 56.25%;
            background: url('../_image/deckrecipe/bg_konan.webp');
            border: none;
            background-repeat: no-repeat;
            pointer-events: none;
}
.search_mode article#deckrecipe::before {
	background: none;
}


article#deckrecipe .wrap_alert {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 13000;
	display: none;
	width: 100vw;
	height: 100vh;
	background: rgb(0 0 0 / 50%);
}
article#deckrecipe:has(.build_area[changed=FALSE]) .wrap_alert {
    display: none;
}
article#deckrecipe:has(.build_area[changed=TRUE]) .wrap_alert.open {
    display: block;
}

article#deckrecipe .wrap_alert .copy_alert {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 13000;
/*	display: flex;*/
	flex-wrap: wrap;
	justify-content: center;
	width: 80%;
	max-width: 400px;
	padding: 30px;
	background: white;
	border-radius: 5px;
}
article#deckrecipe .wrap_alert .copy_alert p {
	margin: 1.5em 0;
}
article#deckrecipe .copy_alert button {
	width: 100px;
	padding: .5em;
	background: #203957;
	color: white;
	border: none;
	cursor: pointer;
	line-height: 1;
}
article#deckrecipe .copy_alert button.cancel {
	margin-right: 1em;
}


article#deckrecipe .build_area {
	position: relative;
	padding:44px 4.68% 52px;
	background: url(../_image/deckrecipe/bg_brick.png);
	background-repeat: no-repeat;
	background-size: cover;
}
article#deckrecipe .build_area::before {
	content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-image: url('../_image/deckrecipe/bg_border.webp');
            border-image-slice: 25;
            border-image-width: 21px;
            pointer-events: none;
}
article#deckrecipe .build_area .end_search {
	position: absolute;
	top: 2em;
	left: 2em;
	display: none;
	padding: .5em 1em;
	color: white;
	border: solid 1px rgb(255 255 255 / 30%);
	border-radius: .4em;
	box-shadow: 0 0.5em 1em black inset;
	cursor: pointer;
}
article#deckrecipe .build_area .end_search::before {
	content: "\623B\308B";
}
article#deckrecipe .build_area[forcus=partner]:has(.container.partner[full=TRUE]) .end_search,
article#deckrecipe .build_area[forcus=incident]:has(.container.incident[full=TRUE]) .end_search,
article#deckrecipe .build_area[forcus=other]:has(.container.other[full=TRUE]) .end_search {
	background-color: #f00;
}
article#deckrecipe .build_area[forcus=partner]:has(.container.partner[full=TRUE]) .end_search::before,
article#deckrecipe .build_area[forcus=incident]:has(.container.incident[full=TRUE]) .end_search::before,
article#deckrecipe .build_area[forcus=other]:has(.container.other[full=TRUE]) .end_search::before {
	content: "\6C7A\5B9A";
}
article#deckrecipe .build_area form {
	margin: 0;
}
article#deckrecipe .build_area .wrap_data {
	display: flex;
	padding-bottom: .645%;
}
article#deckrecipe .build_area .wrap_data .logo {
	position: relative;
	top: 5%;
	left: 3%;
	width: 25.8%;
}
article#deckrecipe .build_area .wrap_data .logo .wrap_img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-20%, -16.7%);
	-moz-transform: translate(-20%, -16.7%);
	transform: translate(-20%, -16.7%);
	width: 31.3%;
}
article#deckrecipe .build_area .wrap_data .logo .wrap_img img {
	display: block;
	width: 100%;
}
article#deckrecipe .build_area .wrap_data .wrap_tables {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 74.2%;
}
article#deckrecipe .build_area .wrap_tables table {
	position: relative;
	width: 48.6%;
	background-repeat: no-repeat;
	color: white;
	background-color: #082751;
    box-shadow: 0px 10px 14px #000 inset;
    border-top: 1px solid #1e2d44;
        display: flex;
    flex-direction: column-reverse;
}
article#deckrecipe .build_area .wrap_tables table thead {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-110%);
	-moz-transform: translateY(-110%);
	transform: translateY(-110%);
}
article#deckrecipe .build_area .wrap_tables table th {
	display: flex;
	align-items: center;
}
article#deckrecipe .build_area .wrap_tables table th::before {
	content: "";
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-size: cover;
}
article#deckrecipe .build_area .wrap_tables table tbody {
	display: block;
	padding: 5% 4% 10px;
}
article#deckrecipe .build_area .wrap_tables table tbody tr {
	display: flex;
	justify-content: space-between;
}
article#deckrecipe .build_area .wrap_tables table.level th::before {
	background-image: url(../_image/deckrecipe/icon_level.png);
}
article#deckrecipe .build_area .wrap_tables table.level tbody {
	padding: 6% 6% 10px;
}
article#deckrecipe .build_area .wrap_tables table.level tbody tr td {
	width: 12.5%;
	font-size: .6em;
	line-height: 1;
}
article#deckrecipe .build_area .wrap_tables table.level tbody tr td .graph {
	position: relative;
	width: 42%;
	margin: 0 auto .5em;
	padding-top: 109%;
	overflow: hidden;
}
article#deckrecipe .build_area .wrap_tables table.level tbody tr td .graph img {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
}
article#deckrecipe .build_area .wrap_tables table.type th::before {
	background-image: url(../_image/deckrecipe/icon_type.png);
}
article#deckrecipe .build_area .build_area form .wrap_tables table.type tbody tr {
	justify-content: center;
	width: 100%;
}
article#deckrecipe .build_area .wrap_tables table.type tbody tr td {
	width: 30%;
}
article#deckrecipe .build_area .wrap_tables table.type tbody tr:first-child td {
	font-size: 1.8em;
}
article#deckrecipe .build_area .wrap_tables table.type tbody tr:last-child td {
	font-size: .6em;
}
article#deckrecipe .build_area .wrap_deck {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 1.14%;
}
article#deckrecipe .build_area .wrap_deck .col_left {
	position: relative;
	width: 21.7%;
}
article#deckrecipe .build_area .wrap_deck .col_left > div {
	position: absolute;
	border-radius: 4%;
	cursor: pointer;
	overflow: hidden;
}
article#deckrecipe .build_area .wrap_deck .col_left .wrap_card {
    position: relative;
}
article#deckrecipe .build_area .wrap_deck .col_left .incident[full=TRUE] .wrap_card {
    position: relative;
    height: 100%;
    width: fit-content;
    margin: 0 auto;
}
article#deckrecipe .build_area .wrap_deck .col_left .partner {
	position: relative;
	top: 0;
	left: 0;
	width: 84.8%;
	margin: -11% auto 0;
}
article#deckrecipe .build_area .wrap_deck .col_left .container .wrap_card　{
	position:relative;
}
article#deckrecipe .build_area .wrap_deck .col_left .container .wrap_card:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    font-size: .8rem;
    z-index:2;
    color:#fff;
    width:5em;
}
article#deckrecipe .build_area .wrap_deck .col_left .partner .wrap_card:before {
    content: "\30D1\30FC\30C8\30CA\30FC";
}
article#deckrecipe .build_area .wrap_deck .col_left .incident .wrap_card:before {
    content: "\4E8B\4EF6";
}
article#deckrecipe .build_area .wrap_deck .col_left .container .wrap_card[card_num]:before,.search_mode article#deckrecipe .build_area .wrap_deck .col_left .container .wrap_card:before {
    display:none;
}
article#deckrecipe .build_area .wrap_deck .col_left .container .wrap_card:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 100%;
    font-size: .8rem;
    z-index:2;
    color:#fff;
    width:95%;
}
article#deckrecipe .build_area .wrap_deck .col_left .partner .wrap_card:after,article#deckrecipe .build_area .wrap_deck .col_left .incident .wrap_card:after {
    content: "\30BF\30C3\30D7\3057\3066\9078\629E";
}
article#deckrecipe .build_area .wrap_deck .col_left .container .wrap_card[card_num]:after,.search_mode article#deckrecipe .build_area .wrap_deck .col_left .container .wrap_card:after {
    display:none;
}
article#deckrecipe .build_area .wrap_deck .col_left .partner:empty:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 139.6%;
}
article#deckrecipe .build_area .wrap_deck .col_left .partner:empty:after {
	content: "\30D1\30FC\30C8\30CA\30FC";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
article#deckrecipe .build_area .wrap_deck .col_left .incident {
	bottom: 0;
	width: 100%;
}
article#deckrecipe .build_area .wrap_deck .col_left .incident[full=TRUE] {
    height:38%;
}
article#deckrecipe .build_area[forcus=incident] .wrap_deck .col_left .incident[full=TRUE] {
    height: 100%;
}
article#deckrecipe .build_area .wrap_deck .col_left .incident:empty:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 71.6%;
}
article#deckrecipe .build_area .wrap_deck .col_left .incident:empty:after {
	content: "\4E8B\4EF6";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
article#deckrecipe .build_area .wrap_deck .col_left > div img {
	display: block;
	width: 100%;
	position:relative;
}
article#deckrecipe .build_area .wrap_deck .col_left .incident[full=TRUE] img {
    display: block;
    width: 100%;
    height: fit-content;
    max-height: 100%;
    position: relative;
    object-fit: contain;
    border-radius: 4%;
}
article#deckrecipe .build_area .wrap_deck .col_right {
	width: 74.2%;
}
article#deckrecipe .build_area .wrap_deck .col_right .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 1.47% 1.98%;
	background: #092752;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 80%) inset;
	position:relative;
}
article#deckrecipe .build_area .wrap_deck .col_right .container:before{
	content: "\30C7\30C3\30AD";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-150%);
	-moz-transform: translate(-50%,-150%);
	transform: translate(-50%,-150%);
	width: fit-content;
	font-size: .8rem;
	z-index:2;
	color:#fff;
	pointer-events: none;
}
article#deckrecipe .build_area .wrap_deck .col_right .other:has(.wrap_card[card_num]):before,.search_mode article#deckrecipe .build_area .wrap_deck .col_right .container:before{
	display:none;
}
article#deckrecipe .build_area .wrap_deck .col_right .container:after {
    content: "\30BF\30C3\30D7\3057\3066\9078\629E";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
    width: fit-content;
    font-size: .8rem;
    z-index:2;
    color:#fff;
    pointer-events: none;
}
article#deckrecipe .build_area .wrap_deck .col_right .other:has(.wrap_card[card_num]):after,.search_mode article#deckrecipe .build_area .wrap_deck .col_right .container:after {
    display:none;
}

article#deckrecipe .build_area .wrap_deck .col_right .wrap_card {
	width: 9.3%;
	margin-bottom: .7%;
	border-radius: 4%;
	cursor: pointer;
	overflow: hidden;
}
article#deckrecipe .build_area .wrap_deck .col_right .wrap_card:empty:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 139.6%;
}
article#deckrecipe .build_area .wrap_deck .col_right .wrap_card img {
	display: block;
	width: 100%;
}
article#deckrecipe .build_area .wrap_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 25.8%;
}
article#deckrecipe .build_area .wrap_btn button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	margin: 0 2%;
	padding: .4em .5em .6em;
	font-family: 'Noto Sans JP';
	font-size: .9em;
	line-height: 1.4;
	background: #14469B;
	color: white;
	border:0;
	border-bottom: 1px solid #38384e;
	border-radius: 2em;
	box-shadow: 0 -1.2em 1em black inset;
	cursor: pointer;
}
article#deckrecipe .build_area .wrap_btn button::before {
	content: "";
	display: inline-block;
	width: 1.467em;
	height: 1.467em;
	background-size: cover;
	background-repeat: no-repeat;
}
article#deckrecipe:has(.build_area[changed=FALSE]) .wrap_btn button.reset {
    filter: grayscale(100%);
    opacity: .7;
}
article#deckrecipe:has(.build_area[changed=FALSE]) .wrap_btn button.reset:hover {
    cursor:unset !important;
}
.build_area form:has(.wrap_deck .col_left .partner[full="FALSE"],.wrap_deck .col_left .incident[full="FALSE"],.wrap_deck .col_right .other[full="FALSE"]) .wrap_btn button[type="submit"] {
    filter: grayscale(100%);
    opacity:.7;
}
.build_area form:has(.wrap_deck .col_left .partner[full="FALSE"],.wrap_deck .col_left .incident[full="FALSE"],.wrap_deck .col_right .other[full="FALSE"]) .wrap_btn button[type="submit"]:hover {
    cursor: unset !important;
}
article#deckrecipe .build_area .wrap_btn button.reset::before {
	background-image: url(../_image/deckrecipe/icon_reset.png);
}
article#deckrecipe .build_area .wrap_btn button[type=submit]::before {
	background-image: url(../_image/deckrecipe/icon_save.png);
}


article#deckrecipe .select_area {
	position: relative;
	display: none;
}
article#deckrecipe .select_area form.search {
	max-width: 1280px;
    margin: 0 auto 0;
    padding: 2em 0;
    background: url(../_image/deckrecipe/bg_search.png) repeat center top /1280px auto;
    box-shadow: 0 1em 2em rgb(0 0 0 / 80%) inset;
}
article#deckrecipe .select_area form.search .freeword {
	margin-bottom: 1em;
	padding: 0 37.5%;
}
article#deckrecipe .select_area form.search .freeword label,
article#deckrecipe .select_area form.search .freeword input,
article#deckrecipe .select_area form.search .freeword a {
	display: block;
}
article#deckrecipe .select_area form.search .freeword label {
	display: flex;
	align-items: center;
	text-align: left;
	color: white;
}
article#deckrecipe .select_area form.search .freeword label::before {
	content: "";
	display: inline-block;
	width: 1.25em;
	height: 1.31em;
	margin-right: 5px;
	background: url(../_image/deckrecipe/icon_search.png);
	background-size: cover;
}
article#deckrecipe .select_area form.search .freeword input {
	width: 100%;
	margin: .62em 0 1.25em;
	border: none;
	border-radius: .3em;
}
article#deckrecipe .select_area form.search .freeword a {
	font-size: .8em;
	color: white;
	cursor: pointer;
	position: relative;
	width: fit-content;
	display: block;
margin:0 auto 20px;
	text-decoration:none;
}

article#deckrecipe .select_area form.search .freeword a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    transform: rotate(135deg);
    transform-origin: center;
    margin: 0 auto;
}
article#deckrecipe .select_area form.search:has(.wrap_more.open) .freeword a:after {
    transform: translate(0, 50%) rotate(-45deg);
}

article#deckrecipe .select_area form.search .wrap_more {
	display: none;
	padding-bottom: 30px;
}
article#deckrecipe .select_area form.search .wrap_more dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 90%;
	max-width: 760px;
}
article#deckrecipe .select_area form.search .wrap_more dl dt {
	width: 7em;
	margin: 0 0 1em;
	padding: .4em;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
    background: #000000;
    border: none;
    color: #fff;
}
article#deckrecipe .build_area[forcus="partner"] + .select_area form.search .wrap_more dl dt:has(+ dd.type),article#deckrecipe .build_area[forcus="incident"] + .select_area form.search .wrap_more dl dt:has(+ dd.type) {
	display: none;
}
article#deckrecipe .select_area form.search .wrap_more dl dd {
	width: calc(100% - 8em);
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}
article#deckrecipe .build_area[forcus="partner"] + .select_area form.search .wrap_more dl dd.type,article#deckrecipe .build_area[forcus="incident"] + .select_area form.search .wrap_more dl dd.type {
	display: none;
}
article#deckrecipe .build_area[forcus="other"] + .select_area form.search .wrap_more dl dd.type label:has(input[value="パートナー"]),article#deckrecipe .build_area[forcus="other"] + .select_area form.search .wrap_more dl dd.type label:has(input[value="事件"]) {
	display: none;
}
article#deckrecipe .select_area form.search .wrap_more dl dd label {
	display: inline-block;
	margin: 0 .5em .5em 0;
	padding: .4em .8em;
	background: white;
}
article#deckrecipe .select_area form.search .wrap_more dl dd label.checked {
	background: #14469B;
	color: white;
    box-shadow: 0 0 2px white inset;
}
article#deckrecipe .select_area form.search .wrap_more dl dd label input[type=checkbox] {
	display: none;
}
article#deckrecipe .select_area form.search .wrap_more dl dd select {
	margin: 0;
	padding: .5em;
	font-size: 1em;
}
article#deckrecipe .select_area form.search .wrap_more dl dd select:focus {
	outline: none;
}
article#deckrecipe .select_area form.search .wrap_more dl dd select + span {
	color: white;
}
article#deckrecipe .select_area form.search input[type=submit] {
	width: 25%;
	height: 2em;
	padding: 0;
	background-size: cover;
	color: white;
	border: none;
	border-radius: 1.5em;
	background-color: #14469B;
	box-shadow: 0 -.7em 1em #000000 inset;
	cursor: pointer;
}
article#deckrecipe .select_area .wrap_card_list {
	position: relative;
	width: 95%;
	max-width: 950px;
	margin: auto;
	padding: 2rem 0 100px;
}
article#deckrecipe .select_area .wrap_card_list::before {
	content: "";
	position: absolute;
	top: 120px;
	left: 50%;
	transform-origin: center;
/*	animation: 2s 3 loading;*/
	display: none;
	width: 60px;
	height: 60px;
/*	margin-left: -20px;*/
	color: white;
/*	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 400px;*/
	background-image: url(../_image/loading_circle.gif);
	background-size: contain;
	transform:translate(-50%,0);
}
@keyframes loading {
    0% {
        transform:rotate(0);
    }
    50% {
        transform:rotate(180deg);
    }
    100% {
        transform:rotate(360deg);
    }
}
article#deckrecipe .select_area .wrap_card_list:has(.card_list.loading)::before {
	display:block;
}
article#deckrecipe .select_area .wrap_card_list .wrap_sort {
	color: white;
}
article#deckrecipe .select_area .wrap_card_list .wrap_sort .wrap_count {
	text-align: left;
}
article#deckrecipe .select_area .wrap_card_list .wrap_sort .wrap_count .count {
	font-size: 1.8em;
}
article#deckrecipe .select_area .wrap_card_list .wrap_sort dl.sort {
	display: flex;
	width: 100%;
}
article#deckrecipe .select_area .wrap_card_list .wrap_sort dl.sort dt,
article#deckrecipe .select_area .wrap_card_list .wrap_sort dl.sort dd {
	margin: 0;
	padding: 0;
}
article#deckrecipe .select_area .wrap_card_list .wrap_sort dl.sort dt {
	margin-right: .5em;
	font-size: 1em;
	border: none;
}
article#deckrecipe .select_area .wrap_card_list .wrap_sort dl.sort dd {
	font-size: 1em;
}
article#deckrecipe .select_area .wrap_card_list .wrap_sort dl.sort dd span {
	cursor: pointer;
}
article#deckrecipe .select_area .wrap_card_list ul.card_list {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 2%;
	margin-top: .8em;
	background-color: #021023;
}
article#deckrecipe .select_area .wrap_card_list ul.card_list.loading {
/*	display: none;*/
}

article#deckrecipe .select_area .wrap_card_list ul.card_list::after {
	content: "";
	flex-grow: 1;
	display: block;
	width: 15%;
}
article#deckrecipe .select_area .wrap_card_list ul.card_list li {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 15%;
	margin-bottom: 2%;
	text-align: left;
	background: url(../_image/deckrecipe/bg_search.jpg);
	background-position-x: center;
	color: white;
	border-radius: 4% 4% 0 0;
}
article#deckrecipe .select_area .wrap_card_list ul.card_list li .wrap_img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 140%;
}
article#deckrecipe .build_area[forcus=incident] + .select_area .wrap_card_list ul.card_list li::before {
	padding-top: 72%;
}
article#deckrecipe .select_area .wrap_card_list ul.card_list li .wrap_img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 4%;
}
article#deckrecipe .select_area .wrap_card_list ul.card_list li[rcp_caution=TRUE] .wrap_img::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2em;
	height: 1.5em;
	background: url(../_image/deckrecipe/icon_error.png) no-repeat;
	background-size: contain;
	transform: translate(6px, -9px);
}
article#deckrecipe .select_area .wrap_card_list ul.card_list li .wrap_img img {
	display: block;
	width: 100%;
	cursor: pointer;
	border-radius: 4%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
article#deckrecipe .build_area[forcus=other] + .select_area .wrap_card_list ul.card_list li[full="TRUE"] .wrap_img img {
    filter: grayscale(1);
    opacity: .5;
}
article#deckrecipe .select_area .wrap_card_list ul.card_list li .wrap_text {
	width: 100%;
	padding: .5em;
}
article#deckrecipe .select_area .wrap_card_list ul.card_list li .wrap_text .card_id {
	font-size: .8em;
}
article#deckrecipe .select_area .wrap_card_list ul.card_list li .wrap_text .card_id::before {
	content: "ID: "
}
article#deckrecipe .select_area .wrap_card_list ul.card_list li .wrap_btn {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
	padding: 0 .5em .5em;
}
article#deckrecipe .select_area .wrap_card_list ul.card_list li .wrap_btn .rcp_limit {
	width: 49%;
	text-align: center;
	border: solid 1px rgb(255 255 255 / 30%);
	border-radius: .4em 0 0 .4em;
	box-shadow: 0 0.5em 1em black inset;
}
article#deckrecipe .select_area .wrap_card_list ul.card_list li .wrap_btn .rcp_limit .current::after {
	content: "/";
}
article#deckrecipe .select_area .wrap_card_list ul.card_list li .wrap_btn button {
	width: 49%;
	background: transparent;
	border: solid 1px rgb(255 255 255 / 30%);
	border-radius: 0 .4em .4em 0;
	box-shadow: 0 0.5em 1em black inset;
	cursor: pointer;
}
article#deckrecipe .select_area .wrap_card_list ul.card_list li .wrap_btn button::before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	vertical-align: middle;
	background: url(../_image/deckrecipe/icon_detail.png) no-repeat;
	background-size: cover;
}


article#deckrecipe .select_area .wrap_popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 13000;
	display: none;
	width: 100vw;
	height: 100vh;
	padding: 0 2em;
	background: rgb(0 0 0 / 80%);
}
article#deckrecipe .select_area .wrap_popup .popup {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 760px;
	height: 90vh;
	padding: 1.5em 2em 2.5em;
	background: #E5E5E5;
	overflow: auto;
}
article#deckrecipe .select_area .wrap_popup .popup .close {
	display: flex;
	align-items: center;
	margin-bottom: 1.5em;
	text-align: left;
	font-size: .8em;
	cursor: pointer;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_btn + .close {
	width: fit-content;
	margin: 3em auto 1.5em;
}
article#deckrecipe .select_area .wrap_popup .popup .close::before {
	content: "×";
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin-right: 0.5em;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4;
	background: black;
	color: white;
	border-radius: 50%;
	box-shadow: 0 0 0.2em black;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-bottom: 1.5em;
	border-bottom: solid 1px #BCBFC2;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .rcp_caution {
	align-items: center;
	margin-bottom: 2em;
	text-align: left;
	font-size:.9rem;
	padding-left: 2.5em;
	position: relative;
}
article#deckrecipe .select_area .wrap_popup[rcp_caution=FALSE] .popup .wrap_data .rcp_caution {
	display: none;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .rcp_caution::before {
	content: "";
	display: inline-block;
	width: 2em;
	height: 1.5em;
	margin-right: .5em;
	font-weight: bold;
	background: url(../_image/deckrecipe/icon_error.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .wrap_img {
	width: 30%;
	border-radius: .6em;
	overflow: hidden;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .wrap_img img {
	display: block;
	width: 100%;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data {
	width: 70%;
	padding-left: 1.5em;
	font-weight: bold;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data .title {
	text-align: left;
	font-size: 1.5em;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data .number {
	text-align: left;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data .number span {

}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data table {
	width: 100%;
	margin-top: 1em;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data table tr {
	border-bottom: solid 1px #BCBFC2;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data table tr:last-child {
	border: none;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data table tr th,
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data table tr td {
	width: 50%;
	padding: .5em;
	text-align: left;
	font-weight: bold;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data table tr th {
	vertical-align: top;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data table tr td {
	color: gray;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data table tr:has(> td:empty) {
	display: none;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data table tr td span:has(+ span[data=contain]:not(:empty)) {
	display: none;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data table tr td span[data=contain] {
	display: block;

}
article#deckrecipe .select_area .wrap_popup .popup .wrap_data .data table tr td span:empty {
	display: none;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_btn {
	padding: 20px 20px 0;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_btn .count {
	text-align: center;
	font-weight: bold;
	color: gray;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_btn .count span {

}
article#deckrecipe .select_area .wrap_popup .popup .wrap_btn .btn {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_btn .btn button {
	width: 1.5em;
	height: 1.5em;
	padding: 0;
	font-size: 2em;
	line-height: 1;
	background: white;
	color: gray;
	border: solid 1px #BCBFC2;
	cursor: pointer;
	margin: 0 .5em;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_btn .btn button.off {
    background: #C9C9C9;
    cursor: unset;
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_btn .btn button.minus {
}
article#deckrecipe .select_area .wrap_popup .popup .wrap_btn .btn button.plus {

}
footer.footMain01 {
    z-index: 1;
}


@media(max-width: 1280px) {
	article#deckrecipe {
		font-size: 1.25vw;
	}
}


@media screen and (max-width:600px){
	.search_mode article#deckrecipe:not(.capture) .build_area {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	.search_mode article#deckrecipe:not(.capture) .build_area .end_search {
		position: static;
		order: 2;
		display: block;
		width: fit-content;
		font-size: 1rem;
	}
	.search_mode article#deckrecipe:not(.capture) .build_area form {
		width: 100%;
	}
	.search_mode article#deckrecipe:not(.capture) .build_area .wrap_data .wrap_tables {
		width: 100%;
	}
	.search_mode article#deckrecipe:not(.capture) .build_area .wrap_tables table.type tbody {
		padding-top: 4.5%;
	}
	.search_mode article#deckrecipe:not(.capture) .build_area .wrap_deck {
		margin-bottom: 0;
	}
	.search_mode article#deckrecipe:not(.capture) .build_area .wrap_deck .col_left {
		justify-content: center;
	}
	.search_mode article#deckrecipe:not(.capture) .build_area[forcus=incident] .wrap_deck .col_left {
		max-height: 18vh;
	}
	.search_mode article#deckrecipe:not(.capture) .build_area .wrap_deck .col_left .incident {
		width: 100%;
	}
	
	main{
		padding: 5px;
	}
	
	article#deckrecipe:not(.capture) {
		font-size: 14px;
	}
	article#deckrecipe:not(.capture) .build_area::before {
		border-image-slice: 25;
		border-image-width: 8px;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_data {
		margin-bottom: 1em;
		padding: .8em;
		background: #0b2347;
		box-shadow: 0 -.5em 2em black inset;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_data .logo {
		position: static;
		width: 19%;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_data .logo .wrap_img {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		width: 100%;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_data .wrap_tables {
		width: 85.5%;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_tables table {
		background: none;
		box-shadow:none;
		border:none;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_tables table thead {
		left: 50%;
		transform: translate(-50%, -5px);
	}
	article#deckrecipe:not(.capture) .build_area .wrap_tables table th {
		justify-content: center;
		font-size: .8em;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_tables table tbody,
	article#deckrecipe:not(.capture) .build_area .wrap_tables table.level tbody {
		padding: 0;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_tables table.type tbody tr:first-child td {
		font-size: 1em;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_deck {
		margin-bottom: 1.5em;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_deck .col_left {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 70%;
		margin: 0 auto 1em;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_deck .col_left .partner {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		width: 43%;
		margin: 0;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_deck .col_left .incident {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		width: 53%;
	}
	article#deckrecipe .build_area .wrap_deck .col_left .incident[full=TRUE] {
		height: 62%;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_deck .col_right {
		width: 100%;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_btn {
		width: 80%;
		margin: auto;
		padding: 0;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_btn button {
		width: 100%;
	}
	article#deckrecipe:not(.capture) .build_area .wrap_btn button:first-child {
		margin-bottom: 1em;
	}
	
	article#deckrecipe:not(.capture) .select_area form.search {
		padding: 1em 0;
	}
	article#deckrecipe:not(.capture) .select_area form.search .freeword {
		width: 90%;
		margin: 0 auto 1em;
		padding: 0;
	}
	article#deckrecipe:not(.capture) .select_area form.search .wrap_more dl dt {
		width:100%;
	}
	article#deckrecipe:not(.capture) .select_area form.search .wrap_more dl dd {
		width: 100%;
		margin-bottom: 1.5em;	
	}
	article#deckrecipe:not(.capture) .select_area form.search .wrap_more dl dd.package select{
		width:100%;
	}
	article#deckrecipe:not(.capture) .select_area form.search .wrap_more dl dd:last-child {
		margin-bottom: 0;
	}
	article#deckrecipe:not(.capture) .select_area form.search input[type=submit] {
		width: 90%;
		max-width: 250px;
	}
	article#deckrecipe:not(.capture) .select_area .wrap_card_list {
		padding: 1em 0 8em;
	}
	article#deckrecipe .select_area .wrap_card_list::before {
		top: 80px;
	}
	article#deckrecipe:not(.capture) .select_area .wrap_card_list ul.card_list li {
		width: 32%;
	}
	article#deckrecipe:not(.capture) .select_area .wrap_popup .popup .wrap_data .wrap_img {
		width: 60%;
		max-width: 200px;
		margin-bottom: 1em;
	}
	article#deckrecipe:not(.capture) .select_area .wrap_popup .popup .wrap_data .data {
		width: 100%;
		padding: 0;
	}
	article#deckrecipe .select_area .wrap_popup .popup .wrap_data {
		justify-content: center;
	}
	
	article#deckrecipe .build_area .wrap_deck .col_left .incident[full=TRUE] img{
		height:auto;
	}
}