@charset 'utf8';
/*add tag to search result*/
.deckSearch-searchResult__item__deckTag{
    margin-bottom: 0.4em;
    display: block;
    text-align:  left;
}

.deckSearch-searchResult__item__deckTag__link{
    display: inline-block;
    background: #4c4c4c;
    font-size: 14px;
    line-height: 20px;
    height: 22px;
    padding: 2px 7px;
    margin-right: 10px;
    color: white;
}

.deckSearch-searchResult__item__deckTag__link--St{
    background: #DE1020;
}

.deckSearch-searchResult__item__deckTag__link--Mo{
    background: #10984E;
}

.deckSearch-searchResult__item__deckTag__link--Le{
    background: #70529F;
}

.deckSearch-searchResult__item__deckTag__link--Vi{
    background: #0C2F8A;
}

.deckSearch-searchResult__item__deckTag__link--Pa{
    background: #E7837D;
}

.deckSearch-searchResult__item__deckTag__link--Fr{
    background: #E95504;
}

.deckSearch-searchResult__item__deckTag__link--Co{
    background: #945F29;
}

.deckSearch-searchResult__item__deckTag__link--Br{
    background: #D0C315;
}

/*adjust archtype detail*/
.deckSearch-top__archetypedetail__area__container-flexbg {
    flex-wrap: wrap;
}

.deckSearch-top__archetypedetail__area__container-imgbg {
    background-image: url(https://admin.hareruyamtg.com/ja/assets/img/noimagearche.jpg);
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: -56px -80px;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    height: 60px;
    margin: 10px 1px;

}

@media only screen and (max-width: 767px){
    .deckSearch-top__archetypedetail__area__container-imgbg {
        width: 96%;
        margin: 10px 2%;
    }
}

/*adjust representive card image position*/
.deckSearch-searchResult__item__img {
    background-position: center -47px;
    background-size: 140%;
}

@media only screen and (max-width: 1080px){
    .deckSearch-searchResult__item__img {
        background-size: 270px;
        width: 180px;
        height: 133px;
        background-position: center -47px;
    }

    .deckSearch-searchResult__item {
        align-items: center;
    }
}
    
@media only screen and (max-width: 767px){
    .deckSearch-searchResult__item__img {
        background-size: 133%;
    }
}


/*wrap site url*/
.deckSearch-deckList__information__list__body {
    word-break: break-all;
}


/*----------------

for common css

------------------*/
@media only screen and (max-width: 767px){
    .event-main-middle-wrapper {
        width: 95%;
    }
}


/*----------------

for metagame text

------------------*/

.deckSearch-top__archetype__container {
    text-shadow: 2px 2px 2px black;
}
.deckSearch-metaList__list__itemContainer {
    text-shadow: 2px 2px 2px black;
}
.deckSearch-top__archetype-name--more {
    text-shadow: none;
}

/*----------------

adjust font weight bolder

------------------*/
body{
    font-weight: 500;
}

label{
    font-weight: 500;
}

/*----------------

for long tournmanet name

------------------*/
.deckSearch-top__tournamentList__item__wrapper .title {
    width: 450px;
}

@media only screen and (max-width: 1080px){
    .deckSearch-top__tournamentList__item__wrapper .title {
        width: calc(100% - 340px);
    }
}

@media only screen and (max-width: 767px){
    .deckSearch-top__tournamentList__item__wrapper .title {
        width: auto;
    }
}

/*----------------

for archtype search button visible

------------------*/
.deckSearch-top__archetypedetail__area-wrapper {
    height: auto;
    margin: 40px auto 20px;
}

.tab-item{
    font-size: 11px;
}

/*----------------

for showing "select archetype" clickable

------------------*/
.archetypeContentDesc-button__text--choice {
    text-decoration: underline;
}

/*----------------

for date search beautiful

------------------*/
.deckSearch-top__input--date {
    width: 137px;
}

@media only screen and (max-width: 767px){
    .deckSearch-top__table__td--date, .deckSearch-top__table__td--persons{
        text-align: center;
    }

    .deckSearch-top__input-wrapper{
        display: block;
    }

    .deckSearch-top__input--date {
        margin: auto;
        display: inline-block;
        width: calc(100% - 40px);
    }

    .deckSearch-top__input--persons {
        width: 100%;
    }
}

/*----------------

for showing deck information clickable

------------------*/
.deckSearch-deckList__information__flex__list a {
    text-decoration: underline;
}

/*----------------

for hiding card border in metagage

------------------*/
.deckSearch-metaList__list__itemBg {
    background-position: center -67px;
    background-size: 390px;
}

@media only screen and (max-width: 991px){
    .deckSearch-metaList__list__itemBg {
        background-position: center -67px;
        background-size: 400px;
    }
}

@media only screen and (max-width: 767px){
    .deckSearch-metaList__list__itemBg {
        background-position: center -73px;
        background-size: 425px;
    }
}

@media only screen and (max-width: 500px){
    .deckSearch-metaList__list__itemBg {
        background-position: center -70px;
        background-size: 400px;
    }
}

/*----------------

display number and cardname horizontally in list

------------------*/
.deckSearch-deckList__deckList__container__text > div {
    display: flex;
}

/*----------------

for view all deck list in first view 

------------------*/
.deckSearch-deckList__deckList__wrapper {
    margin-top: 0;
}

@media only screen and (min-width: 768px){
    .deckSearch-deckList__deckList__container__text > div {
        font-size: 14px;
    }
}

/*----------------

clearfy search result pagenation clickable

------------------*/
.searchResultPagenation span {
    font-weight: bold;
}

.searchResultPagenation a {
    text-decoration: underline;
}

/*----------------

search result adjust

------------------*/
.deckSearch-searchResult__item__deckName a {
    text-decoration: underline;
    position: relative;
    display: inline;
}

.deckSearch-searchResult__item__deckName a:hover {
    text-decoration: none;
}

.deckSearch-searchResult__item__deckName a::after {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-left: 10px solid #222;
    right: -23px;
    top: 2px;
}

@media only screen and (max-width: 767px){
    .deckSearch-searchResult__item {
        display: flex;
    }

    .deckSearch-searchResult__item__img {
        background-size: auto;
        margin: auto;
    }
}

@media only screen and (max-width: 600px){
    .deckSearch-searchResult__item__deckName a::after {
        border: 1.7vw solid transparent;
        border-left: 3vw solid #222;
        right: -6vw;
        margin-top: 0.5vw;
        top: auto;
    }

    .deckSearch-searchResult__item__img {
        width: 25vw;
    }

    .deckSearch-searchResult__item__text {
        font-size: 3vw;
    }

    .deckSearch-searchResult__item__deckTag__link {
        font-size: 3vw;
    }

    .deckSearch-searchResult__item__deckName {
        font-size: 3.5vw;
    }

    .deckSearch-searchResult__item__text {
        padding: 10px 3%;
    }
}

/*archetype adjust*/

#cboxLoadedContent {
    border: solid 1px #28282B;
}

.deckSearch-top-archetypeDetail__title {
    margin: 0 0 5px;
}

.deckSearch-top-archetypeDetail__fmCheck {
    margin-bottom: 10px;
}    

.deckSearch-top__input--archetype {
    width: 98%;
    height: 24px;
    line-height: 24px;
}

.tab-item {
    height: 35px;
    line-height: 38px;
}

.deckSearch-top__archetypedetail__area-wrapper {
    height: 228px;
    margin: 20px auto 20px;
}

.deckSearch-top__archetypedetail__area {
    height: 198px;
}

.deckSearch-top__archetypedetail__area__container-imgbg::before {
    background-color: rgba(0,0,0,0.3);
}

#deckSearchTopArchetypeDetailContainer .button__container-reset-search {
    padding-bottom: 0px;
}

/*prevent iphone zoom*/
@media only screen and (max-width: 767px){
    .deckSearch-top__input {
        font-size: 16px;
    }
}

/*search detail date and person looking good*/
@media only screen and (max-width: 767px){
    .deckSearch-top__table__td--date, .deckSearch-top__table__td--persons {
        text-align: left;
    }

    .deckSearch-top__input-wrapper {
        display: inline-block;
    }

    .deckSearch-top__input--date {
        width: 100px;
    }

    .deckSearch-top__input--persons {
        width: 139px;
    }
}

/*search label looking good*/
@media only screen and (max-width: 767px){
    .deckSearch-top__checkbox {
        width: 190px;
    }
}

@media only screen and (max-width: 500px){
    .deckSearch-top__checkbox {
        width: 140px;
    }

    .deckSearch-top__checkbox--longname{
        width: 284px;
    }
}

/*deck list looking good*/
.deckSearch-deckList__deckList__container__text > div:not(.deckSearch-deckList__deckList__totalNumber) {
    margin-left: 1em;
}

@media only screen and (max-width: 767px){
    .deckSearch-deckList__deckList__container__text {
        margin-bottom: 10px;
    }
}

/*deck info border usuku*/
.deckSearch-deckList__information__list__header {
    border: 0;
    border-right: 1px solid #bbbbbb;
}

.deckSearch-deckList__information__flex__list {
    border-bottom: 1px solid #bbbbbb;
}

/*delete top more link for UI touitsu*/
.deckSearch-top__metagame-title__link {
    display: none;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.deckSearch-top__archetype__link--more {
    display: inline-block;
    width: 100%;
    display: none;
}

.deckSearch-top__metagame-title-St:before, .deckSearch-top__metagame-title-Mo:before, .deckSearch-top__metagame-title-Le:before{
    content: "";
    position: absolute;
    bottom: 4px;
    right: 4px;
    border: 7px solid transparent;
    border-bottom: 7px solid white;
    border-right: 7px solid white;
}

/*meta game height minimize for more info in first view*/
@media only screen and (max-width: 414px){
    .deckSearch-metaList__list__item {
        height: 170px;
    }
}

/*search result renew*/
.deckSearch-searchResult__itemWrapper {
    display: flex;
    width: 100%;
}

.deckSearch-searchResult__item__deckName span{
    position: relative;
    text-decoration: underline;
}


.deckSearch-searchResult__item__deckName .format-icon{
    text-decoration: none;
}

.deckSearch-searchResult__item__playerName__link, .deckSearch-searchResult__item__tournamentName__link {
    color: #222;
    text-decoration: none;
}

/*search result tag abs*/
.deckSearch-searchResult__itemWrapper{
    position: relative;
}

.deckSearch-searchResult__item__deckTag {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 20%;
    font-size: 0;
}

.deckSearch-searchResult__item__deckTag__link {
    font-size: 12px;
    margin: 0 5px 5px 0;
}

@media only screen and (max-width: 767px){
    .deckSearch-searchResult__itemWrapper {
        flex-wrap: wrap;
        padding: 3.3vw;
        overflow: hidden;
    }

    .deckSearch-searchResult__item {
        align-items: flex-start;
        margin-bottom: 2.5%;
    }

    .deckSearch-searchResult__item__img {
        width: 30vw;
        height: 21.6666vw;
        margin: 0;
        background-size: 133%;
        background-position: center 20%;
    }

    .deckSearch-searchResult__item__link.private::after {
        font-size: 3vw;
    }

    .deckSearch-searchResult__item__text {
        width: 54vw;
        padding: 0 0 0 3.3vw;
        font-size: 3vw;
    }

    .deckSearch-searchResult__item__deckName {
        font-size: 3vw;
    }

    .deckSearch-searchResult__item__deckTag {
        display: block;
        text-align: left;
        position: absolute;
        top: 26vw;
        margin-left: 3.3vw;
        max-width: 30vw;
        font-size: 0;
    }

    .deckSearch-searchResult__item__deckTag__link {
        font-size: 2vw;
        height: 3.5vw;
        line-height: 3.8vw;
        padding: 0 1.5vw;
        margin: 0 1vw 1vw 0;
    }

}

/*deck list adjust for new view*/
.deckSearch-deckList__deckList__container__text--main{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.deckSearch-deckList__deckList__container__text--spell{
    margin-top: 25px;
}

@media only screen and (max-width: 767px){
    .deckSearch-deckList__deckList__container__text--spell{
        margin-top: 0;
    }
}

/*delete 'back top' button*/
@media only screen and (max-width: 600px){
    .to_top_button{
        display: none!important;
    }
}

/*---------------------

buy all card button desigin

-----------------------*/
    .deckSearch-deckList__buyAllButtonWrapper {
        text-align: center;
        margin-bottom: 40px;
    }

    .deckSearch-deckList__buyAllButton {
        width: 100%;
        max-width: 750px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        border-radius: 5px;
        font-weight: bold;
        color: white;
        background: #2f5f99;
    }

    .deckSearch-deckList__buyAllButton:hover {
        color: white;
    }

/*---------------------

adjust visual view number

-----------------------*/
    .mo_visualize .vOuter .Number_of_sheets {
        background-image: url(https://files.hareruyamtg.com/cms/img/icon/number_wayfinder.png);
    }

    .mo_visualize .vOuter .Number_of_sheets p {
        top: 16px;
    }

    @media only screen and (max-width: 599px){
        .mo_visualize .vOuter .Number_of_sheets p {
            top: 9px;
        }
    }

/*---------------------

adjust content width because new ec open

-----------------------*/
    .container-fluid.inner {
        max-width: 960px;
        margin: auto;
        max-width: none;
    }

/*---------------------

change "other" color because add histric format

-----------------------*/

.deckSearch-top__metagame-title-other,.deckSearch-top__metagame-more-other{
    background-color: white;
    color: #0d1196;
}
.deckSearch-top__flexwrapper--last .deckSearch-top__metagame__wrapper:last-of-type a:hover{
    color: #0d1196;
}
.deckSearch-top__flexwrapper--last .deckSearch-top__metagame__wrapper:last-of-type a{
    border: 1px solid #0d1196;
}
.deckSearch-top__flexwrapper--last .deckSearch-top__metagame__wrapper:last-of-type .deckSearch-top__metagame-title:after{
    border-bottom: 7px solid #0d1196;
    border-right: 7px solid #0d1196;
}

/*---------------------

change deck top meta view because 4 format show in metagame

-----------------------*/
    .deckSearch-top__archetype__wrapper-Pi{
        display: block;
    }

    @media only screen and (max-width: 767px){
        .deckSearch-top__archetype__wrapper-Pi{
            white-space: nowrap;
            overflow-y: hidden;
        }

        .deckSearch-top__metagame-title-Pi:before {
            content: "";
            position: absolute;
            bottom: 4px;
            right: 4px;
            border: 7px solid transparent;
            border-bottom: 7px solid white;
            border-right: 7px solid white;
        }
    }

    @media only screen and (min-width: 768px){
        .deckSearch-top__flexwrapper--rankingView {
            display: flex;
            padding-top: 20px;
            padding-bottom: 0px;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__metagame__wrapper {
            width: 48%;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__metagame__wrapper {
            width: 49%;
            max-width: 465px;
            margin-bottom: 30px;
            position: relative;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__metagame__wrapper:first-of-type {
            margin-right: 0;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__metagame__wrapper:last-of-type {
            margin-left: 0;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__metagame-title-St:before, .deckSearch-top__flexwrapper--rankingView .deckSearch-top__metagame-title-Mo:before, .deckSearch-top__flexwrapper--rankingView .deckSearch-top__metagame-title-Le:before {
            content: none;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__metagame-title-clicked {
            font-size: 15px;
            height: 40px;
            line-height: 40px;
            letter-spacing: -2px;
            padding: 0;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__metagame-title__aggrpriod {
            font-size: 13px;
            letter-spacing: 0px;
            display: inline-block;
            position: absolute;
            top: 1px;
            left: 74%;
            font-weight: normal;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__wrapper {
            counter-reset: item 0;
            border: 1px solid #eee;
            border-top: 0;
            border-bottom: 0;
            text-align: right;
            padding-top: 18px;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__numberonelink {
            width: calc(39% - 36px);
            max-width: 170px;
            height: 107px;
            position: absolute;
            left: 18px;
            top: 58px;
            font-size: 0;
            background-position: center -45px;
            background-repeat: no-repeat;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__link {
            font-size: 0;
            vertical-align: middle;
            margin-bottom: 16px;
            display: inline-block;
            width: 61%;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__rank {
            width: 36px;
            height: 36px;
            display: inline-block!important;
            vertical-align: top;
            text-align: center;
            line-height: 35px;
            color: #554EEE;
            border: 2px solid;
            font-size: 22px;
            font-weight: bold;
            margin-right: 10px;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__container-bg {
            width: calc(100% - 46px);
            display: inline-block;
            background: none!important;
            height: auto;
            vertical-align: top;
            margin: 0;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__container-bg::before {
            background: none;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__container {
            text-align: left;
            text-shadow: none;
            color: #554EEE;
            margin: 0;
            width: 100%;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype-name {
            font-size: 18px;
            letter-spacing: -2px;
            line-height: 19px;
            position: relative;
            top: 2px;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype-count {
            font-size: 15px;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__link--more {
            display: inline-block;
            height: 40px;
            line-height: 40px;
            cursor: default;
            font-size: 0;
            vertical-align: middle;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__imgbg--more {
            width: 100%;
            height: 40px;
            position: absolute;
            right: 0px;
            bottom: 0;
            cursor: pointer;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__imgbg--more-St {
            background-color: #E60012!important;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__imgbg--more-Pi {
            background-color: #ff8900!important;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__imgbg--more-Mo {
            background-color: #007f09!important;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__imgbg--more-Le {
            background-color: #80037e!important;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__imgbg--more:after {
            content: none;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype__imgbg--more .deckSearch-top__archetype__container {
            text-align: center;
            font-size: 0;
            line-height: 0;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype-name--more {
            color: white;
            font-size: 15px;
            letter-spacing: -1px;
            line-height: 40px;
            height: 40px;
            top: 0;
        }

        .deckSearch-top__flexwrapper--rankingView .deckSearch-top__archetype-name--more::before {
            content: '';
            display: inline-block;
            width: 7px;
            height: 7px;
            border: 1px solid white;
            transform: scale(1, 1.6) rotate(45deg);
            vertical-align: middle;
            border-left: 0;
            border-bottom: 0;
            margin-right: 8px;
            position: relative;
            top: -1px;
        }

        .deckSearch-top__flexwrapper--rankingView + .deckSearch-top__flexwrapper--second {
            padding-top: 0px;
        }

    }

/*---------------------

show new format (pioneer) archetype

-----------------------*/
    .tab-checkbox--Hi:checked ~ .deckSearch-top__archetypedetail__area--Hi {
        display: block;
    }

    .tab-checkbox--Ob:checked ~ .deckSearch-top__archetypedetail__area--Ob {
        display: block;
    }

    .tab-checkbox--Pi:checked ~ .deckSearch-top__archetypedetail__area--Pi {
        display: block;
    }

/*---------------------

adjust for MTGA

-----------------------*/
    /*desk list*/
    .deckSearch-deckList__headWrapper {
        position: relative;
        border-bottom: 1px solid;
        margin-bottom: 10px;
    }

    .common-headline--deckSearch {
        display: inline-block;
        margin: 0 20px 0 0;
        border: 0;
        vertical-align: middle;
    }

    .deckSearch-deckList__export {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
    }

    .deckSearch-deckList__export__language {
        vertical-align: middle;
    }

    .deckSearch-deckList__export__button {
        position:  relative;
    }

    .deckSearch-deckList__toolTip::after {
        content: 'コピーしました';
        background: #555;
        display: inline-block;
        color: #fff;
        border-radius: 5px;
        position: absolute;
        left: 50%;
        bottom: -34px;
        transform: translate(-50%, 0);
        font-size: 11px;
        padding: 4px 10px 6px 10px;
        z-index: 9;
        height: 27px;
        line-height: 20px;
        white-space: nowrap;
        animation: fade-tooltip .5s 1s 1 forwards;
    }

    @keyframes fade-tooltip {
      to { opacity: 0; }
    }

    .deckSearch-deckList__export__button__img {
        width: 30px;
        vertical-align: middle;
    }

    .deckSearch-deckList__mo_visualize_titleWrapper {
        margin: 5px 0;
    }

    .mo_visualize_title {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

    /*deck all buy*/
    .deckBuyAll__desc__formatList {
        display: flex;
        justify-content: space-evenly;
    }

/*---------------------

adjust for MTGA ver2

-----------------------*/
    @-webkit-keyframes shine {
      100% {
        top: 0%;
        left: 100%;
      }
    }
    @keyframes shine {
      100% {
        top: 0%;
        left: 100%;
      }
    }
    .deckSearch-deckList__headWrapper .common-headline--deckSearch {
        margin: 0 250px 0 0;
    }

    .deckSearch-deckList__buyAllButtonWrapper {
        display: inline-block;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 40px;
    }

    .deckSearch-deckList__buyAllButton {
        width: 250px;
        background: #e60012;
        font-size: 16px;
        position: relative;
        text-indent: -12px;
    }

    .deckSearch-deckList__buyAllButton::after {
        content: '';
        width: 30px;
        height: 30px;
        display: inline-block;
        background: url(/ja/assets/img/cart_white.png);
        position: absolute;
        background-size: 20px;
        background-position: center;
        right: 5px;
        background-repeat: no-repeat;
        top: -4px;
        bottom: 0;
        margin: auto;
    }

    .deckSearch-deckList__export {
        display: flex;
        margin-bottom: 20px;
        justify-content: center;
    }

    .deckSearch-deckList__export__button {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        width: 300px;
        text-align: center;
        background: #ae3425;
        background: -moz-linear-gradient(top, #ae3425 0%, #d68833 49%, #d68833 50%, #ae3425 100%);
        background: -webkit-linear-gradient(top, #ae3425 0%,#d68833 49%,#d68833 50%,#ae3425 100%);
        background: linear-gradient(to bottom, #ae3425 0%,#d68833 49%,#d68833 50%,#ae3425 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae3425', endColorstr='#ae3425',GradientType=0 );
        color: white;
        font-weight: bold;
        border-radius: 5px;
        font-size: 14px;
        text-shadow: 1px 1px 4px #222;
        overflow: hidden;
        margin-right: 30px;
    }

    .deckSearch-deckList__export__button--arena {
        background: #000000;
        background: -moz-linear-gradient(top, #000000 0%, #969696 49%, #919191 52%, #000000 100%);
        background: -webkit-linear-gradient(top, #000000 0%,#969696 49%,#919191 52%,#000000 100%);
        background: linear-gradient(to bottom, #000000 0%,#969696 49%,#919191 52%,#000000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
    }

    .deckSearch-deckList__export__button:last-child {
        margin: 0;
    }

    .deckSearch-deckList__export__button:hover {
        color: white;
    }

    .deckSearch-deckList__export__button:before {
        content: "";
        background-image: -webkit-linear-gradient(
          130deg,
          rgba(255,255,255,0) 20%, 
          rgba(255,255,255,0.5) 50%, 
          rgba(255,255,255,0) 80%
        );/*透明度を調整して光沢を作ります*/
        background-image: linear-gradient(
          130deg,
          rgba(255,255,255,0) 20%,
          rgba(255,255,255,0.5) 50%,
          rgba(255,255,255,0) 80%
        );
        width: 200%;
        height: 200%;
        position: absolute; /*ボタンの左上方向にはみ出させて配置*/
        top: -100%; 
        left: -200%;
    }

    .deckSearch-deckList__export__button:hover:before {
        -webkit-animation: shine .5s;
        animation: shine .5s;
    }

    .deckSearch-deckList__deckList__wrapper {
        margin-bottom: 20px;
    }

    .deckSearch-deckList__information {
        margin-bottom: 20px;
    }

    .mo_visualize_wrap {
        margin-bottom: 20px;
    }

    @media only screen and (max-width: 1024px){
        .deckSearch-deckList__export {
            flex-wrap: wrap;
            justify-content: space-evenly;
        }

        .deckSearch-deckList__export__button--arena {
            margin: 0 0 20px;
        }
    }

    @media only screen and (max-width: 767px){
        .deckSearch-deckList__headWrapper .common-headline--deckSearch {
            margin: 0;
        }

        .deckSearch-deckList__buyAllButtonWrapper {
            display: block;
            position: relative;
            margin-bottom: 10px;
        }

        .deckSearch-deckList__buyAllButton {
            width: 100%;
            max-width: 750px;
        }

        .deckSearch-deckList__export {
            font-size: 0;
        }

        .deckSearch-deckList__export__button {
            width: 100%;
        }

        .deckSearch-deckList__export__button--arena {
            margin-bottom: 10px;
        }
    }


/*---------------------

adjust for deck card amount

-----------------------*/
    .deckSearch-cardAmount__headWrapper {
        border: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .deckSearch-cardAmount__headWrapper .common-headline--deckSearch {
        padding: 0 0 0 35px;
        vertical-align: bottom;
        margin-right: 0;
    }

    .deckSearch-cardAmount__headWrapper__date {
        font-size: 14px;
        vertical-align: text-top;
        white-space: nowrap;
        display: inline-block;
    } 

    .deckSearch-cardAmount__tabWrapper {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .deckSearch-cardAmount__tab {
        width: 49.5%;
        display: inline-block;
        background: #8F8F8F;
        text-align: center;
        color: white;
        line-height: 30px;
        cursor: pointer;
        position: relative;
        font-size: 15px;
        padding: 5px 0;
        font-weight: bold;
    }

    .deckSearch-cardAmount__tab::before {
        content: '';
        position: absolute;
        background-image: url(https://files.hareruyamtg.com/img/usr/card_amount/img_2009_staff.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        top: 8px;
        right: 0;
        left: -80px;
        margin: auto;
    }

    .deckSearch-cardAmount__tab--land {
        background: #8F8F8F;
    }

    .deckSearch-cardAmount__tab--land::before {
        background-image: url(https://files.hareruyamtg.com/img/usr/card_amount/img_2009_land.png);
    }

    .deckSearch-cardAmount__tabWrapper input {
        display: none;
    }

    .deckSearch-cardAmount__tabWrapper input:checked + .deckSearch-cardAmount__tab::after {
        content: '';
        position: absolute;
        border: 15px solid transparent;
        border-top: 15px solid #E7901C;
        bottom: -30px;
        right: 0;
        left: 0;
        margin: auto;
        width: 30px;
    }

    .deckSearch-cardAmount__tabWrapper input:checked + .deckSearch-cardAmount__tab--land {
        background: #E7901C;
    }
    .deckSearch-cardAmount__tabWrapper input:checked + .deckSearch-cardAmount__tab--spell {
        background: #E7901C;
    }

    .deckSearch-cardAmount__rk {
        display: none;
    }

    .deckSearch-cardAmount__rk.checked {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }

    .deckSearch-cardAmount__rk__li {
        width: 31%;
        position: relative;
        margin: 1% 1% 20px 1%;
        min-height: 160px;
    }

    .deckSearch-cardAmount__rk__li__im {
        display: inline-block;
        margin-bottom: 7px;
    }

    .deckSearch-cardAmount__rk__li__da {
        display: flex;
        justify-content: space-between;
        padding: 0 5%;
        font-size: 18px;
    }

    .deckSearch-cardAmount__rk__li__da__pl {
        display: inline-block;
        width: 70px;
        text-align: center;
        background: #E7901C;
        color: white;
        padding: 2% 0;
        font-weight: bold;
    }

    div[class*="deckSearch-cardAmount__rk__li--"] .deckSearch-cardAmount__rk__li__da__pl {
        color: #581010;
        font-weight: bold;
    }
    .deckSearch-cardAmount__rk__li--1st .deckSearch-cardAmount__rk__li__da__pl {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c78609+0,ffde00+50,c78609+100 */
        background: #c78609; /* Old browsers */
        background: -moz-linear-gradient(top,  #c78609 0%, #ffde00 52%, #c78609 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #c78609 0%,#ffde00 52%,#c78609 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #c78609 0%,#ffde00 52%,#c78609 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78609', endColorstr='#c78609',GradientType=0 ); /* IE6-9 */

    }

    .deckSearch-cardAmount__rk__li--2nd .deckSearch-cardAmount__rk__li__da__pl {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9f9b9d+0,e8e8e8+51,9f9b9d+100 */
        background: #9f9b9d; /* Old browsers */
        background: -moz-linear-gradient(top,  #9f9b9d 0%, #e8e8e8 52%, #9f9b9d 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #9f9b9d 0%,#e8e8e8 52%,#9f9b9d 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #9f9b9d 0%,#e8e8e8 52%,#9f9b9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f9b9d', endColorstr='#9f9b9d',GradientType=0 ); /* IE6-9 */

    }
    .deckSearch-cardAmount__rk__li--3rd .deckSearch-cardAmount__rk__li__da__pl {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9c7552+0,e7bfa6+50,9c7552+100 */
        background: #9c7552; /* Old browsers */
        background: -moz-linear-gradient(top,  #9c7552 0%, #e7bfa6 52%, #9c7552 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #9c7552 0%,#e7bfa6 52%,#9c7552 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #9c7552 0%,#e7bfa6 52%,#9c7552 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c7552', endColorstr='#9c7552',GradientType=0 ); /* IE6-9 */

    }

    .deckSearch-cardAmount__rk__li__da__am {
        font-size: 17px;
        margin: auto;
    }
    .common-headline--deckSearch-cardAmount::before {
        background-image: url(https://files.hareruyamtg.com/img/usr/card_amount/img_2009_crown.png);
    }

    @media only screen and (min-width: 767px) {
        .deckSearch-cardAmount__tabWrapper {
            margin-bottom: 40px;
        }

        .deckSearch-cardAmount__headWrapper {
            text-align: left;
            position: relative;
            margin-top: 20px;
        }

        .deckSearch-cardAmount__toDeckTopButtonWrapper {
            position: absolute;
            right: 0;
            top: -5px;
        }

        .deckSearch-cardAmount__toDeckTopButton {
            position: absolute;
            right: 0;
            width: 200px;
            text-align: center;
            background-color: #7B3B91;
            color: white;
            height: 40px;
            line-height: 40px;
            padding: 0 30px 0 15px;
            box-sizing: border-box;
            font-size: 14px;
            font-weight: bold;
        }

        .deckSearch-cardAmount__toDeckTopButton:hover {
            color: white
        }

        .deckSearch-cardAmount__toDeckTopButton::after {
            content: '';
            width: 0px;
            height: 0px;
            border: 7px solid transparent;
            border-left: 11px solid;
            position: absolute;
            top: 50%;
            margin-top: -9px;
            right: 20px;
        }

        .deckSearch-cardAmount__tab::before {
            left: -215px;
        }

        .deckSearch-cardAmount__tab--land::before {
            left: -200px;
        }

        .deckSearch-cardAmount__rk {
            align-items: flex-end;
        }

        .deckSearch-cardAmount__rk__li {
            width: 19%;
            margin: 0.5% 0.5% 15px 0.5%;
            min-height: 220px;
        }
        
        div[class*='deckSearch-cardAmount__rk__li--'] {
            text-align: right;
            width: 30%;
            margin: auto auto 30px auto;
        }

        div[class*='deckSearch-cardAmount__rk__li--'] .deckSearch-cardAmount__rk__li__im {
            width: 75%;
        }

        div.deckSearch-cardAmount__rk__li--1st .deckSearch-cardAmount__rk__li__im {
            width: 75%;
        }

        div[class*='deckSearch-cardAmount__rk__li--'] .deckSearch-cardAmount__rk__li__da {
            position: absolute;
            top: 0;
            display: block;
            text-align: center;
            padding: 0;
            width: 75px;
            right: 60%;
        }

        div.deckSearch-cardAmount__rk__li--1st .deckSearch-cardAmount__rk__li__da {
            top: 0%;
            right: 78%
        }
        div.deckSearch-cardAmount__rk__li--2nd .deckSearch-cardAmount__rk__li__da {
            top: -11%;
            right: 74%
        }
        div.deckSearch-cardAmount__rk__li--3rd .deckSearch-cardAmount__rk__li__da {
            top: -11%;
            right: 74%
        }

        div[class*='deckSearch-cardAmount__rk__li--'] .deckSearch-cardAmount__rk__li__da__am {
            font-size: 19px;
            color: #581010;
            margin: -20px 0 0 12px;
            font-weight: bold;
            width: 100%;
        }

        div[class*='deckSearch-cardAmount__rk__li--'] .deckSearch-cardAmount__rk__li__da__pl {
            font-size: 24px;
        }

        div.deckSearch-cardAmount__rk__li--1st .deckSearch-cardAmount__rk__li__da__pl {
            font-size: 28px
        }
        div[class*='deckSearch-cardAmount__rk__li--'] .deckSearch-cardAmount__rk__li__da__am--2nd {
            margin: -15px 0 0 2px;
        }
        div[class*='deckSearch-cardAmount__rk__li--'] .deckSearch-cardAmount__rk__li__da__am--3rd {
            margin: -15px 0 0 2px;
        }
        .deckSearch-cardAmount__rk__li--1st .deckSearch-cardAmount__rk__li__da__pl {
        background: url(https://files.hareruyamtg.com/img/usr/card_amount/img_2009_gold.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100px;
        height: auto;
        padding: unset;
        line-height: 100px;
        }

        .deckSearch-cardAmount__rk__li--2nd .deckSearch-cardAmount__rk__li__da__pl {
            background: url(https://files.hareruyamtg.com/img/usr/card_amount/img_2009_silver.png);
            background-repeat: no-repeat;
            background-size: 100%;
            width: 80px;
            height: auto;
            padding: unset;
            line-height: 80px;
        }
        .deckSearch-cardAmount__rk__li--3rd .deckSearch-cardAmount__rk__li__da__pl {
            background: url(https://files.hareruyamtg.com/img/usr/card_amount/img_2009_copper.png);
            background-repeat: no-repeat;
            background-size: 100%;
            width: 80px;
            height: auto;
            padding: unset;
            line-height: 80px;
        } 
        .deckSearch-cardAmount__rk__li--1st {
            text-align: right;
            width: 35%!important;
        }
        .deckSearch-cardAmount__rk__li--last {

        }
    }
    @media only screen and (max-width: 768px) {
        .deckSearch-cardAmount__headWrapper {
            text-align: left;
            position: relative;
            margin-top: 10px;
        }

        .deckSearch-cardAmount__toDeckTopButton {
            display: block;
            right: 0;
            width: 200px;
            text-align: center;
            background-color: #7B3B91;
            color: white;
            height: 40px;
            line-height: 40px;
            padding: 0 8px;
            box-sizing: border-box;
            font-size: 14px;
            font-weight: bold;
            margin-top: 10px;
        }

        .deckSearch-cardAmount__toDeckTopButton:hover {
            color: white
        }

        .deckSearch-cardAmount__toDeckTopButton::after {
            content: '';
            width: 0px;
            height: 0px;
            border: 7px solid transparent;
            border-left: 11px solid;
            position: relative;
            margin-top: 0;
            top: 32%;
            right: 0px;
            float: right;
        }
        .deckSearch-cardAmount__rk__li__da__pl {
            width: 50px;
        }
    }
    @media only screen and (max-width: 600px) {
        .common-headline--deckSearch {
            font-size: 21px;
        }

        .deckSearch-cardAmount__rk__li__da {
            padding: 0;
        }

        .deckSearch-cardAmount__rk__li__da__pl {
            width: 39px;
            font-size: 17px;
        }
    }

    .pageGroupContents-wrapper_next {
        display: flex;
        justify-content: space-between;
        margin: 10px auto;
        width: 95%;
        font-weight: bold;
    }
    .pageGroupContents_next-left {
        width: 48.5%;
        display: inline-block;
        background: #E7901C;
        text-align: center;
        color: white;
        line-height: 30px;
        cursor: pointer;
        position: relative;
        font-size: 15px;
        padding: 5px 0;
    }
    .pageGroupContents_next-right {
        width: 48.5%;
        display: inline-block;
        background: #006600;
        text-align: center;
        color: white;
        line-height: 30px;
        cursor: pointer;
        position: relative;
        font-size: 15px;
        padding: 5px 0;
    }
    .common-headline {
        padding-top: 10px;
    }
    .pageGroupContents-right__button_next::after {
        content: '';
        width: 0px;
        height: 0px;
        border: 7px solid transparent;
        border-left: 11px solid;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 0px;
    }
    .pageGroupContents-wrapper_nextPc {
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        max-width: 960px;
        width: 90%;
        margin: auto;
    }
    .pageGroupContents_pc-left {
        width: 200px;
        display: inline-block;
        background: #E7901C;
        text-align: center;
        color: white;
        line-height: 30px;
        cursor: pointer;
        position: relative;
        font-size: 15px;
        padding: 5px 12px 5px 0px;
        float: right;
        font-weight: bold;
    }

/*----------------------------------------------------------

deck_search_add_ja.css only

------------------------------------------------------------*/  
    .deckSearch-deckList__toolTip::after {
        content: 'コピーしました。';
    }


@media only screen and (min-width: 770px) {
    .deckSearch-top__checkbox {
        width: 210px;
    }
}
@media only screen and (max-width: 770px) {
    .deckSearch-top__checkbox--longname{
        width: 384px;
    }
}
@media only screen and (max-width: 500px) {
    .deckSearch-top__checkbox--longname{
        width: 284px;
    }
}