.top_header, .navbar, #main { min-width: 960px; }
#search_form {
    width: 254px;
}
.col-lg-hd-12 .container {
    max-width: none;
}
#nav-toggle {
    display: none;
}
.side-menu {
    padding-left: 15px;
}
.side_search .has-feedback input.form-control {
    background: #454545;
    color: #fff;
    border: 1px solid #d5d5d5;
    padding: 2px 0 0;
    line-height: 24px;
    width: 50%;
    text-align: center;
    font-size: 13px;
    margin: auto;
    box-shadow: none;
}
.side_search .has-feedback .refresh-btn,
.side_search .has-feedback .refresh-btn:hover {
    padding: 4px 10px;
    width: 40%;
    color: #eee;
    font-size: 11px;
    line-height: 24px;
    border-radius: 4px;
    border-color: #eee;
    background-color: #fff;
    cursor: not-allowed;
    pointer-events: none;
    transition: all .2s;
}
.side_search .has-feedback .refresh-btn.refresh-on {
    color: #ff6a6a;
    cursor: pointer;
    pointer-events: initial;
}
@media screen and (min-width: 767px) {
    #main .nav-tabs li a { font-size: 12px; padding: 3px 5px; }
    #main .nav-tabs li.active a { font-size: 14px; }
}
@media screen and (min-width: 1060px) {
    #main .nav-tabs li a { font-size: 14px; padding: 3px 12px; }
    #main .nav-tabs li.active a { font-size: 16px; }
    .box-position{
        position: relative;
    }
    .box-position .inner-box-position{
        position: absolute;
        top: 11%;
        left: 22%;
    }
}
.sp_view { display: none; }
.pc_view { display: block; }
.top_header_wrap { padding: 0 15px 0 20px; min-width: 900px; max-width: 1800px; }
header .navbar .br_sp {
    display: none;
}
.deck_create_btn {
    position: absolute;
    top: 0;
    right: 3px;
}
.searcher .form-group {
    margin: 0;
}
#main > div.format-navbar {
    margin-bottom: -12px;
    padding-top: 17px;
}
#main .nav > li > a {
    min-width: 100px;
    white-space: nowrap
}

@media screen and (max-width: 1680px) {
    .navbar .nav a,
    .navbar .nav .fa,
    .navbar .nav .fas {
        font-size: 12px;
    }
}

@media screen and (max-width: 1480px) {
    .navbar .nav a,
    .navbar .nav .fa,
    .navbar .nav .fas {
        font-size: 10px;
    }
}


/*  main
------------------------*/
#main .nav-tabs li.-color a{
    border-left: 1px solid lightgray; 
    border-top: 1px solid lightgray; 
    border-right: 1px solid lightgray; 
}
#main .nav-tabs li.standard-color a { background-color: #337ab7; }
#main .nav-tabs li.modern-color a { background-color: #8a00d1; }
#main .nav-tabs li.legacy-color a { background-color: #e23e24; }
#main .nav-tabs li.vintage-color a { background-color: #333; }
#main .nav-tabs li.casual-color a { background-color:  #008080; }
#main .nav-tabs li.commander-color a { background-color: brown; }
#main .nav-tabs li.pioneer-color a { background-color: #ffa500; }
#main .nav-tabs li.pack-color a {background-color: #006400; border-color: #8e8e86; color: #fff; }
#main .nav-tabs li.supply-color a { background-color: #8e8e86; }
#main .nav-tabs li.buy-color a { color: #8e8e86; }
#main .nav-tabs li.articles-color a { border-color: #8e8e86; color: #000; }
/*  Articles
------------------------*/
#main .nav-tabs li.default-color a { color: #8e8e86; }
#main .nav-tabs li.bargain-color a { color: #8e8e86; }
#main .nav-tabs li.tournaments-color a { color: #8e8e86; }
#main .nav-tabs li.entry-color a { color: #8e8e86; }
#main .nav-tabs li.deck-color a { color: #8e8e86; }
#main .nav-tabs li.cardoftheday-color a { color: #8e8e86; }
/*  main
------------------------*/
#main.standard .nav-tabs { border-bottom: 1px solid #337ab7; }
#main .nav-tabs .standard-color a:hover { color: #337ab7; background-color: #fff; }
#main .nav-tabs .standard-color.active a {
    border-color: #337ab7;
    border-bottom: none;
    background: #fff;
    color: #337ab7;
}
#main.modern .nav-tabs { border-bottom: 1px solid #8a00d1; }
#main .nav-tabs .modern-color a:hover { color: #8a00d1; background-color: #fff; }
#main .nav-tabs .modern-color.active a {
    border-color: #8a00d1;
    border-bottom: none;
    background: #fff;
    color: #8a00d1;
}
#main.legacy .nav-tabs { border-bottom: 1px solid #e23e24; }
#main .nav-tabs .legacy-color a:hover { color: #e23e24; background-color: #fff; }
#main .nav-tabs .legacy-color.active a {
    border-color: #e23e24;
    border-bottom: none;
    background: #fff;
    color: #e23e24;
}
#main.vintage .nav-tabs { border-bottom: 1px solid #333; }
#main .nav-tabs .vintage-color a:hover { color: #333; background-color: #fff; }
#main .nav-tabs .vintage-color.active a {
    border-color: #333;
    border-bottom: none;
    background: #fff;
    color: #333;
}
#main .nav-tabs .casual-color a:hover { color: teal; background-color: #fff; }
#main .nav-tabs .casual-color.active a {
    border-color: #008080;
    border-bottom: none;
    background: #fff;
    color: #008080;
}

#main.pack .nav-tabs,
#main.boxes .nav-tabs { border-bottom: 1px solid #006400; }
#main .nav-tabs .pack-color a:hover { background-color: #fff; color: #006400; }
#main .nav-tabs .pack-color.active a {
    border-color: #006400;
    border-bottom: none;
    background: #fff;
    color: #006400;
}
#main.supply .nav-tabs { border-bottom: 1px solid #8e8e86; }
#main .nav-tabs .supply-color a:hover { color: #8e8e86; background-color: #fff; }
#main .nav-tabs .supply-color.active a {
    border-color: #8e8e86;
    border-bottom: none;
    background: #fff;
    color: #8e8e86;
}
#main.buy .nav-tabs { border-bottom: 1px solid #8e8e86; }
#main .nav-tabs .buy-color a:hover { color: #8e8e86; background-color: #fff; }
#main .nav-tabs .buy-color.active a {
    border-color: #8e8e86;
    border-bottom: none;
    background: #8e8e86;
    color: #fff;
}
#main.pioneer .nav-tabs { border-bottom: 1px solid #ffa500; }
#main .nav-tabs .pioneer-color a:hover { color: #ffa500; background-color: #fff }
#main .nav-tabs .pioneer-color.active a {
    border-color: #ffa500;
    border-bottom: none;
    background: #fff;
    color: #ffa500;
}
/*  Articles
------------------------*/
#main .nav-tabs li.default-color a:hover { border: 1px solid #8e8e86; }
#main .nav-tabs li.default-color.active a {
    background: #8e8e86;
    color: #fff;
}
#main .articles-tabs { border-bottom: 1px solid #5b65f8; }
#main .articles-tabs li.default-color a { background-color: #5b65f8; color: #fff; }
#main .articles-tabs li.default-color a:hover { color: #5b65f8; background-color: #fff; }
#main .articles-tabs li.default-color.active a {
    border-color: #5b65f8;
    border-bottom: none;
    background: #fff;
    color: #5b65f8;
}
#main .nav-tabs li.bargain-color a:hover { border: 1px solid #8e8e86; }
#main .nav-tabs li.bargain-color.active a {
    background: #8e8e86;
    color: #fff;
}
#main .nav-tabs li.tournaments-color a:hover { border: 1px solid #8e8e86; }
#main .nav-tabs li.tournaments-color.active a {
    background: #8e8e86;
    color: #fff;
}
#main .nav-tabs li.entry-color a:hover { border: 1px solid #8e8e86; }
#main .nav-tabs li.entry-color.active a {
    background: #8e8e86;
    color: #fff;
}
#main .nav-tabs li.deck-color a:hover { border: 1px solid #8e8e86; }
#main .nav-tabs li.deck-color.active a {
    background: #8e8e86;
    color: #fff;
}
#main .nav-tabs li.cardoftheday-color a:hover { border: 1px solid #8e8e86; }
#main .nav-tabs li.cardoftheday-color.active a {
    background: #8e8e86;
    color: #fff;
}
#main > .row,
.content_wrap {
    padding: 15px 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    #main > .row {
        max-width: 97%;
        margin: auto;
    }
}
@media screen and (min-width: 1200px) {
    #main > .row,
    .content_wrap {
        max-width: 1800px;
        margin: auto;
    }
}
/* ------------------------------------
    スライダー
------------------------------------ */
#mainvisual {
    margin-bottom: 30px;
}
#mainvisual .slider_1 {
    width: 71%;
    margin-right: 1%;
}
#mainvisual .head_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 28%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#mainvisual .head_banner a {
    display: block;
    max-height: 100%;
}
/* ------------------------------------
    スライダー ： 記事一覧
------------------------------------ */
.horizontal-banners {
    display: flex;
    justify-content: center;
}
/* ------------------------------------
    
------------------------------------ */
.viewbox_stock_name {
    font-size: 24px;
}
.viewbox_stock_price {
    font-size: 24px;
}
.viewbox_stock_countbtn,
.viewbox_stock_button {
    max-width: 258px;
}
.overlay_closebtn {
    display: none;
}
.shopinfo .f_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.shopinfo .f_item:nth-child(1) {
    width: 25%;
}
.shopinfo .f_item:nth-child(2) {
    width: 35%;
}
.shopinfo .f_item:nth-child(3) {
    width: 30%;
}
.shopinfoBlock {
    margin-bottom: 40px;
}
.shopinfo p {
    font-size: 13px;
    line-height: 1.7;
}
.articlelListBox {
    width: 25%;
    margin-right: -1px;
}
.footer {
    padding: 30px 15px 120px;
}
.footer .logo {
    margin-bottom: 15px;
}
.footer_wrap .f_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sitemap { margin-bottom: 30px; }
.sitemap .f_item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.footer_wrap .sitemap_menu li {
    font-size: 14px;
}
.footer_wrap_bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
}
.footer_wrap_bottom .f_item {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}
.footer_wrap .f_item:first-child { border: none; }
.footer_wrap .f_item:nth-child(3n) { margin-right: 0; }
.footer_exp_column { margin-bottom: 30px; }
.footer_exp_column_item { width: 24%; }
.entry_header .leftdir {
    float: left;
    width: 80%;
    margin-right: 2%;
}
.entry_header .rightdir {
    float: right;
    width: 18%;
}
.entry_header .entry_thumb,
.entry_header .entry_img {
    margin: 0;
}
.entry_title {
    font-size: 30px;
}
.entry_txt {
    padding: 0 15px;
}
#main .row .toprank .thumbnail {
    padding: 5px 10px 0;
}
.deck_listBox {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.deck_listItem {
    width: 49%;
    margin-right: 2%;
}
.deck_listItem:nth-child(even) {
    margin-right: 0;
}
.deck_detail_listImg .sns_btn .btn {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
}
.deck_detail_listImg .btn:nth-child(even) {
    margin-right: 0;
}
.deck_detail_listImg .bottomBtn {
    margin: auto;
}
.deck_actionBtn.-flex {
    display: flex;
    justify-content: space-between;
}
.deck-edit-select .deck-edit-inputForm {
    width: 100%;
}
.decklist_wrap {
    float: left;
    width: 100%;
    margin: 0 -270px 0 0;
}
.decklist_main {
    margin-right: 285px;
}
.decklist_side {
    float: left;
    max-width: 270px;
    padding: 0;
}
#main .row .decklist_item {
    width: 49%;
    margin-right: 2%;
}
#main .row .decklist_item:nth-child(2n) {
    margin-right: 0;
}
.decklist .trim {
    height: 70px;
    background-position: 38% 18% !important;
    background-size: 130% !important;
}
.search_decklist_wrap .trim {
    height: 140px;
    width: 95%;
}

.decklist_metagame .decklist_item {
    width: 48%;
    margin-right: 2%;
}
.decklist_metagame .decklist_item .thmb_img {
    display: block;
    float: left;
    width: 35%;
}
.decklist_metagame .decklist_item .archetype {
    display: block;
    margin-left: 40%;
    vertical-align: top;
}
.decklist_metagame .decklist_item .trim {
    height: 65px;
    background-position: 48% 22% !important;
    background-size: 130% !important;
}
#main .row .decklist .decklist_metagame .thumbnail {
    padding: 10px;
}
.viewCard_deckBox .trim {
    height: 70px;
    background-position: 38% 18% !important;
    background-size: 130% !important;
}
.pairing_linkWrap {
    display: flex;
    justify-content: space-around;
}
.pairing_linkWrap_item {
    width: 25%;
    text-align: center;
}
.tour_info th, .tour_info td { font-size: 12px; }
.tour_wrap .f_item {
    width: 48%;
    margin-right: 4%;
}
.tour_wrap .f_item:nth-child(2n) {
    margin-right: 0;
}
.tour_wrap .tour_archive .f_item {
    width: 32%;
    margin-right: 2%;
}
.tour_wrap .tour_archive .f_item:nth-child(3n) {
    margin-right: 0;
}
.storeslist_wrap a {
    float: left;
    width: 50%;
}
.store_wrap {
    max-width: 1200px;
    margin: auto;
}
.store_info_wrap,
.store_prize,
.store_cal {
    margin-bottom: 60px;
}
.store_info {
    float: left;
    width: 60%;
}
.store_info th,
.store_info td {
    font-size: 16px;
}
.store_info th {
    width: 25%;
}
.store_info td {
    width: 75%;
}
.store_map {
    float: right;
    width: 37%;
}
.store_map iframe {
    height: 350px;
}
.store_cal iframe {
    height: 600px;
}
.store_prize .note {
    text-align: center;
}
.purchase_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.player_fwrap {
    margin-bottom: 30px;
    padding: 0 15px;
}
.player_fitem {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 15px;
    text-align: center;
}
.player_fitem:nth-child(4n) { margin-right: 0; }
.login_page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}
.loginForm { display: flex; }
.userLoginForm {
    margin-right: 60px;
    padding-right: 60px;
    border-right: 1px solid #ddd;
}
.mail_confirm_page {
    justify-content: center;
    align-items: center;
    height: 500px;
}
.mailConfirm {
    margin: auto;
    margin-top: 15%;
    max-width: 500px;
}
.completePage {
    padding: 30px 0;
}
.completePage-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
}
.complete_img {
    margin: 0 50px 0 0;
}
.registerPage {
    padding: 0px; 
    background: none;
    margin-bottom: 50px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.registerPage_wrap,
.profilePage_wrap,
.editProfilePage_wrap{
    border: 1px solid #333;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.registerPage_inputBox {

}
.registerPage_inputBox label,
.editProfilePage_inputBox label {
    width: 15em;
    margin: 0;
}
.registerPage_inputBox label {}
.registerPage_inputBox > input { flex-grow: 1; }
.registerPage_postcord_flexbox input,
.user_mails,
.editProfile_mails,
.user_password,
.user_address,
.editProfile_address
{
    width: 30em;
}
.registerPage_postcord_flexbox input,
.editProfile_postcord_flexbox input,
.user_postals
{
    width: 4em;
}
.registerPage_tel_flexbox input {
    width: 5em;
}
.registerPage_discord_name,
.editProfile_discord_name {
    width: 30%;
}
.registerPage_discord_number,
.editProfile_discord_number {
    width: 15%;
}
.registerPage_form_detail .registerPage_inputBox{
    padding: 0;
}

.registerPage_form_detail select {
    border: 1px solid #999;
    border-radius: 4px;
    padding: 5px;
    outline: none;
}

.registerPage_form_detail .notice-bottom .input-attention-wrap .otherAddr_example{
    text-align-last: left;
}
.registerPage .register_btn{
    text-align: center;
    color: #fff;
    border: 0px;
    border-radius: 8px;
    padding: 15px 30px;
    font-weight: normal;
    display: block;
    background: #1622b0;
    width: 280px;
    color: #fff;
    text-shadow: none;
}
.registerPage .register_btn:hover{
    background: #EC0306;
}
.confirmPage { 
    padding: 0px; 
    background: none;
    margin-bottom: 50px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.confirmPage_wrap { padding: 15px; }
.confirm_wrap {
    border: 1px solid #333;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
    
.confirm_head {
    position: relative;
    padding: 15px 45px 15px 15px;
}
.confirmPage .confirm_btn_wrap{
    display: flex;
    justify-content: center;

}
.confirmPage .confirm_btn{
    text-align: center;
    color: #fff;
    border: 0px;
    border-radius: 8px;
    padding: 15px 30px;
    font-weight: normal;
    display: block;
    background: #1622b0;
    width: 280px;
    color: #fff;
    text-shadow: none;
}
.confirmPage .confirm_btn:hover{
    background: #EC0306;
}
.confirmPage .confirm_btn.confirm_btn_back {
    background: #666;
    width: 140px;
}
.confirmPage .confirm_btn.confirm_btn_back:hover {
    background: #666;
    background: #1622b0;
}
.confirmPage .confirm_btn_wrap .confirm_btn{
    margin: 10px;
}
.confirm_des { flex-grow: 1; }
    
.profile_head {
    position: relative;
    padding: 15px 45px 15px 15px;
}
.profilePage .editProfile_btn_wrap{
    display: flex;
    justify-content: center;

}
.profilePage .editProfile_btn{
    text-align: center;
    color: #fff;
    border: 0px;
    border-radius: 8px;
    padding: 15px 30px;
    font-weight: normal;
    display: block;
    background: #1622b0;
    width: 280px;
    color: #fff;
    text-shadow: none;
}
.profilePage .profile_btn:hover{
    background: #EC0306;
}

.profilePage .editProfile_mailNews{
    padding-left: 30px;
}
.editProfile_mailNews label{
    font-weight: normal;
}
.editProfile_mailNews .checkbox input{
    display: flex;
    margin-top: 0;
}
.editProfile_mailNews .checkbox input[type=checkbox]{ 
    flex-grow: 1;
}
.editProfilePage { padding: 30px; }
.editProfilePage_inputBox {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.editProfilePage_inputBox label {
    width: 15em;
    margin: 0;
}
.editProfilePage .editProfile_btn_wrap{
    display: flex;
    justify-content: center;

}
.editProfilePage .editProfile_btn{
    text-align: center;
    color: #fff;
    border: 0px;
    border-radius: 8px;
    padding: 15px 30px;
    font-weight: normal;
    display: block;
    background: #1622b0;
    width: 280px;
    color: #fff;
    text-shadow: none;
}
.editProfilePage .editProfile_btn:hover{
    background: #EC0306;
}
.editProfilePage .editProfile_btn.editProfile_btn_back {
    background: #666;
    width: 140px;
}
.editProfilePage .editProfile_btn.editProfile_btn_back:hover {
    background: #666;
    background: #1622b0;
}
.editProfilePage .editProfile_btn_wrap .editProfile_btn{
    margin: 10px;
}
.editProfilePage_inputBox > input { flex-grow: 1; }

.contact form {
    width: 700px;
}
.resultPrice {
    padding: 0;
}
@media screen and (min-width: 1200px) {
    .articlelList .entry-meta .entry_list_date,
    .articlelList .entry-meta .entry_list_auther {
        font-size: 10px;
        display: inline;
    }
}
@media screen and (min-width: 820px) {
    .footer_wrap .sitemap .f_item {
        width: 23.5%;
        margin-right: 2%;
    }
    .footer_wrap .sitemap .f_item:nth-child(3n) { margin-right: 2%; }
    .footer_wrap .sitemap .f_item:nth-child(4n) { margin-right: 0; }
}
@media screen and (min-width: 1060px) {
    .footer_wrap .sitemap .f_item {
        width: 18%;
        margin-right: 2.5%;
    }
    .footer_wrap .sitemap .f_item:nth-child(4n) { margin-right: 2.5%; }
    .footer_wrap .sitemap .f_item:nth-child(5n) { margin-right: 0; }
}
@media screen and (min-width: 1200px) {
    .decklist_item {
        width: 23.5%;
        margin-right: 2%;
    }
    .decklist_item:nth-child(2n) {
        margin-right: 2%;
    }
    .decklist_item:nth-child(4n) {
        margin-right: 0;
    }
    .decklist .trim {
        background-position: 42% 19% !important;
        background-size: 130% !important;
    }
    .decklist_metagame .decklist_item {
        width: 31.333%;
        margin-right: 2%;
    }
    .decklist_metagame .decklist_item .thmb_img {
        display: block;
        float: left;
        width: 35%;
    }
    .decklist_metagame .decklist_item .archetype {
        display: block;
        margin-left: 40%;
        vertical-align: top;
    }
    .decklist_metagame .decklist_item .trim {
        height: 65px;
        background-position: 48% 22% !important;
        background-size: 130% !important;
    }
    #main .row .decklist .decklist_metagame .thumbnail {
        padding: 10px;
    }
}
@media screen and (min-width: 1500px) {
    #main .row .decklist_item {
        width: 32%;
        margin-right: 2%;
    }
    #main .row .decklist_item:nth-child(2n) {
        margin-right: 2%;
    }
    #main .row .decklist_item:nth-child(3n) {
        margin-right: 0;
    }
    .decklist_item a {
        font-size: 0;
        overflow: hidden;
    }
    .decklist .trim {
        background-position: 48% 22% !important;
        background-size: 130% !important;
    }
    .decklist_metagame .decklist_item {
        width: 31.333%;
        margin-right: 2%;
    }
    .decklist_metagame .decklist_item .thmb_img {
        display: block;
        float: left;
        width: 35%;
    }
    .decklist_metagame .decklist_item .archetype {
        display: block;
        margin-left: 40%;
        vertical-align: top;
    }
    .decklist_metagame .decklist_item .trim {
        height: 65px;
        background-position: 48% 22% !important;
        background-size: 130% !important;
    }
    #main .row .decklist .decklist_metagame .thumbnail {
        padding: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .comingsoon {
        padding: 0;
    }
    .coming-txt {
        background-size: auto 90%;
        background-position: center;
        height: 300px;
    }
    .coming-txt p {
        font-size: 26px;
        padding-top: 100px;
    }
    .coming-txt p span {
        font-size: 12px;
    }
    .coming-soon-bg {
        height: 300px;
    }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
    .tabContent_mainCol { width: 600px !important; }
}
@media screen and (min-width: 900px) and (max-width: 991px) {
    .tabContent_mainCol { width: 700px !important; }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
    .tabContent_mainCol { width: 800px !important; }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
    .tabContent_mainCol { width: 900px !important; }
}
@media screen and (min-width: 1200px) {
    .tabContent_mainCol { width: 1000px !important; }
}
@media (max-width: 1199px) {
    .container {
        width: 97%;
    }
}
@media (min-width: 1200px) {
    .container,
    .box_container,
    .supply_container {
        max-width: 1250px;
        width: auto;
    }
    .box_container,
    .supply_container {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .top_header .header_add { overflow: hidden; }
    .gray_search .searcher {
        float: left;
        width: 73%; }
    .gray_search .aro_link {
        float: left;
        margin-left: 2%;
        width: 25%;
        padding-top: 5px;
    }
    .gray_search .colors_btns li a {
        min-width: 65px;
        padding: 5px 5px;
        color: #fff;
        text-align: center;
        height: 34px;
        line-height: 24px;
        font-size: 11px;
        background: #1723b1;
        display: block;
    }
    .head_tag .hea_extra {
        max-width: 250px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gray_search .searcher {
        float: left;
        width: 73%; }
    .gray_search .aro_link {
        float: left;
        margin-left: 2%;
        width: 20%;
        padding-top: 5px;
    }
    .head_tag .hea_extra {
        max-width: 300px;
    }
}
@media (min-width: 1200px) {
    /* HD display */
    .top_header .container {
        width: 100%;
    }
    .gray_search .searcher {
        float: left;
        width: 83%; }
    .gray_search .aro_link {
        float: left;
        margin-left: 2%;
        width: 15%;
        padding-top: 5px;
    }
    .resultListBox .resultPrice {
        padding-left: 10px;
    }
    .resultListBox .resultPrice li:first-child {
        border-top: 1px solid #e4e4e4;
    }
    .resultListDetail .row {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .resultListDetail .row.specTxtBox { padding: 10px; }
    .manaIcon {
        max-width: 100px;
    }
    .col-lg-hd-2.visible-lg {
        display: none !important;
    }

}
@media (min-width: 1366px) {
    /* HD display */
    .col-lg-hd-10, .col-lg-hd-2 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-lg-hd-10 {
        width: 83.33333333%;
        float: left;
    }
    .col-lg-hd-2 {
        width: 16.66666667%;
        float: left;
    }
    .col-lg-hd-2.visible-lg {
        display: block !important;
    }
}
@media (min-width: 2000px) {
    .col-lg-3 {
        width: 16.66666667%;
    }
    .col-lg-9 {
        width: 83.33333333%;
    }
    .col-lg-hd-10, .col-lg-hd-2 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-lg-hd-10 {
        width: 83.33333333%;
        float: left;
    }
    .col-lg-hd-2 {
        width: 16.66666667%;
        float: left;
    }
    .visible-lg-hd {
        display: block;
    }
    .col-lg-hd-2.visible-lg {
        display: block !important;
    }
}
.period_fWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.period_fWrap .btn {
    margin: 0 3px;
}

/* ------------------------------------
    sortbox
------------------------------------ */
.colorFilter_flexBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 10px;
}
.colorFilter_btn {
    width: 100%;
    border: 1px solid #ccc;
    border-right: 0;
    background: #fff;
    font-size: 14px;
    outline: none;
}
.colorFilter_btn:first-child { border-radius: 5px 0 0 5px; }
.colorFilter_btn:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #ccc;
}
.colorFilter_btn.-colorW { color: #333; }
.colorFilter_btn.-colorU { color: #2c37b8; }
.colorFilter_btn.-colorB { color: #000; }
.colorFilter_btn.-colorR { color: #ff0000; }
.colorFilter_btn.-colorG { color: #008000; }
.colorFilter_btn.-colorMulticolor { color: #b49325; }
.colorFilter_btn.-colorColorless { color: #666666; }
.colorFilter_btn.-colorLand { color: #572d0a; }
.colorFilter_btn.-colorW.-active { background: #fdfbd6; }
.colorFilter_btn.-colorU.-active { background: #a3e5fb; }
.colorFilter_btn.-colorB.-active { background: #cdc0bd; }
.colorFilter_btn.-colorR.-active { background: #fdaf94; }
.colorFilter_btn.-colorG.-active { background: #99d0af; }
.colorFilter_btn.-colorMulticolor.-active { background: #c9c089; }
.colorFilter_btn.-colorColorless.-active { background: #c5c5c5; }
.colorFilter_btn.-colorLand.-active { background: #be9755; }


/*ソートボックス*/
.sortbox {
    color: #000;
    font-size: 16px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
.filter-conditions {
    background: #fffef1;
    padding: 20px 10px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    font-size: 14px;
    font-weight: bold;
}
.searchFilter_wrap {
    background: #f4f4f4;
    border-bottom: 1px dotted #d5d5d5;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1;
}
.searchFilter_wrap .btn-group {
    border-radius: 4px;
    position: static;
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.searchFilter_wrap .btn {
    margin-right: -1px;
    padding: 2px 10px 0;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 1%, #f0f0fe 100%);
    background: linear-gradient(to bottom, #fff 1%, #f0f0fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0fe', GradientType=0);
    border: 1px solid #d5d5d5;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.searchFilter_wrap .btn-des {
    float: left;
    margin: 8px 0 0 0;
}

.filterPanel_groupWrap .btn:first-child { border-right: 1px solid #ccc; }
.filterPanel_langWrap .btn {
/*    background: none;
    color: #2c37b8;*/
}

/* そーとボタン */
.searchFilter_wrap .sortBox-selecter {
    height: 28px;
    margin-left: 5px;
    padding: 0 25px 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: url(/images/icon/select_arrow-1.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 1%, #f0f0fe 100%);
    background: url(/images/icon/select_arrow-1.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #f0f0fe 100%);
    background-size: 20px, 100%;
}

/* グループボタン */
.searchFilter_wrap .filterPanel_groupWrap .btn.active,
.searchFilter_wrap .filterPanel_langWrap .btn.active {
    background: #2c37b8;
    box-shadow: none;
    color: #fff;
    font-weight: bold;
    cursor: default;
}
.filterPanel_groupWrap .btn {
    background: none;
    color: #2c37b8;
}

/* 表示方法ボタン */
.viewFilter_flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 15px;
    font-size: 12px;
}
.viewFilter_wrap .listtab {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.viewFilter_wrap .btn {
    padding: 6px 5px;
    font-size: 12px;
    color: #2c37b8;
}
.viewFilter_wrap .btn.active {
    background: #2c37b8;
    color: #fff;
}
.viewFilter_paginator_flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.viewFilter_paginator_flexItem { 
    margin-right: 5px; 
}
.search_wordWrap {
    margin-top: 5px;
    font-size: large;
    font-weight: bold;
    background-color: gold;
    padding: 5px;
    width: 100%;
}

.top_header .head_tag{
    white-space: nowrap;
}
.sns_btn .sns-icon-sp{
    display: none;
}
@media screen and (min-width: 768px) {
.top_header .sns-icon{
    display: flex;
    position: relative;
    height: 30px;
    right: 152px;
    top: 6px;
}
.top_header .sns-icon div{
    display: block;
    width: 150px;
    border-radius: 5px;
    margin-left: 10px;
    background-color: #d5d5d5;
    text-align: center;
}
.top_header .sns-icon div:first-child{
    background-color: #00aced;
    color: #fff;
}
.top_header .sns-icon div:nth-child(2){
    background-color: #3b5998;
    color: #fff;
}
.search-form-menu{
    display: none;
}
}
/* エキスパンション_PC版折りたたみ　*/
.foldup-wrap {
  position: relative;
}
.foldup-wrap + .grad-wrap {
  margin-top: 40px;
}
.foldup-btn{
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
/*  background: #009e8f;
  color: #fff;*/
  font-size: 1.1rem;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  transition: .2s ease;
/*  box-shadow: 0 0 3px rgba(0,0,0,.3);*/
}
.foldup-btn::after{
  content: "続きを読む"
}
.foldup_comment {
  position: relative;
  overflow: hidden;
  height: 80px;
}
.foldup_comment::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.foldup {
  display: none;
}
.foldup:checked ~ .foldup-btn{
  bottom: -2em;
}
.foldup:checked ~ .foldup-btn-2 {
  bottom: -2em;
}
.foldup:checked ~ .foldup-btn::after,
.foldup:checked ~ .foldup-btn-2::after{
  content: "閉じる"
}
.foldup:checked ~ .foldup_comment {
  height: auto;
  margin-bottom: 35px;
}
.foldup:checked ~ .foldup_comment::before {
  display: none;
}
