@charset "utf-8";

.container {
    background-color: #000;
    margin: 0;
}

.container h2 {
    color: #fff;
    font-size: 36px;
    margin: 0 auto 20px;
}

.container h2 span {
    font-size: 24px;
}

.container p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}

.inner {
    padding: 0;
}

.underline {
    background: linear-gradient(to right, #40FAFF 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% 1px;
    background-position: 100% 100%;
    transition: background-position 2s;
}

.underline.is-active {
    background-position: 0% 100%;
}

a.anchor {
    padding-top: 80px;
    margin-top: -80px;
    display: block;
}

.container .cv_btn,
.gaming_search_css .search_btn_pc {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 50px;
    font-weight: bold;
    transition: all 0.3s ease;
    background: linear-gradient(270deg, #ff0000 0%, #ff00fe 25%, #ff00fe 50%, #ff0000 100%);
    background-position: 0% 50%;
    background-size: 200% auto;
    margin: auto;
    border: none;
    z-index: 2;
}

.main_top_up_pc a:hover,
a.search_btn:hover, a.search_btn_pc:hover {
    background: linear-gradient(270deg, #ff0000 0%, #ff00fe 25%, #ff00fe 50%, #ff0000 100%);
}

.container a:hover,
.gaming_search_css .search_btn_pc:hover {
    background-position: 100% 50%;
    transform: scale(0.97);
    opacity: 1;
}

.container .btn_after:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6%;
    transition: right 0.3s;
    width: 10px;
    height: 10px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.btn_after:hover:after {
    right: 5%;
}


.gaming_main {
    position: relative;
    background-image:
    url(/imgs/gaming-main-pc-1.png),
    url(/imgs/gaming-main-pc-2.png),
    url(/imgs/gaming-main-pc-3.png),
    url(/imgs/gaming-main-pc-4.png),
    url(/imgs/bk-gamingtop.jpg);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
    background-position:
    180px 142px,
    85px 377px,
    calc(100% - 138px) 102px,
    calc(100% - 110px) 429px,
    center;
    background-size: 250px,235px,250px,250px,cover;
    padding: 10em 0 0;
}

h1 {
    font-size: 104px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    text-shadow:
    0 0 3px #40FAFF,
    0 0 5px #35dce2,
    0 0 7px #2fcace;
    line-height: 1.2;
    margin-bottom: 50px;
    animation: gaming_h1 1s infinite alternate;
    transform: translateZ(0);
}

@keyframes gaming_h1 {
    100% {
        text-shadow:
        0 0 4px #fff,
        0 0 11px #40FAFF,
        0 0 19px #35dce2,
        0 0 40px #2fcace,
        0 0 80px #28b7ba,
        0 0 90px #22a3a6;
    }
    0% {
        text-shadow:
        0 0 2px #fff,
        0 0 4px #40FAFF,
        0 0 6px #35dce2,
        0 0 10px #2fcace,
        0 0 45px #28b7ba,
        0 0 55px #22a3a6;
    }
}

.container .main_cv_btn {
    font-size: 22px;
    width: 35%;
    height: 86px;
}

.gaming_main_point {
    display: flex;
    color: #fff;
    border: 2px solid #fff;
    justify-content: space-evenly;
    align-items: center;
    box-shadow:
    0 0 4px #40FAFF,
    inset 0 0 4px #40FAFF,
    0 0 4px #40FAFF,
    0 0 4px #40FAFF,
    inset 0 0 10px #40FAFF;
    margin: 4% 25%;
}

.gaming_main_point p {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.2;
    text-shadow:
    1px 1px 5px #40FAFF,
    2px 2px 10px #40FAFF,
    3px 3px 15px #40FAFF,
    -1px -1px 5px #7947ff,
    -2px -2px 10px #7947ff,
    6px -3px 15px #7947ff;
}

.gaming_main_point p span {
    font-size: 14px;
}


/*メニュー*/
.gaming_menu {
    display: flex;
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,1));
    justify-content: center;
    padding: 30px;
}

.gaming_menu ul {
    display: flex;
    justify-content: space-around;
}

.gaming_menu li {
    margin: 0 30px;
    list-style: none;
}

.gaming_menu ul li a {
    transition: .3s;
    font-weight: 600;
    color: #40FAFF;
    text-align: center;
    display: block;
}

.gaming_menu ul li a::after {
    content: '';
    display: block;
    height: 1px;
    width: 80%;
    background: #40FAFF;
    position: absolute;
    bottom: 0;
    left: 10%;
    transform: scale(0, 1);
    transition: .3s;
}

.gaming_menu ul li a:hover::after {
    transform: scale(0.8, 1);
}

#gaming_menu_fix {
    transition: all 0.3s ease;
}

#gaming_menu_fix.fixed {
    left: 0;
    right: 0;
    position: fixed;
    top: 104px;
    z-index: 10;
    background: rgba(0,0,0,0.6);
    height: 70px;
    padding: 16px 0;
    border-bottom: 1px solid rgb(64, 250, 255,0.5);
    backdrop-filter: blur(3px);
}

.gaming_menu ul li a img {
    width: 100px;
    height: auto;
    transition: all 1s ease;
    display: block;
    margin: 0 auto;
}

#gaming_menu_fix.fixed ul li a img {
    width: 45px;
}

.fade_in_item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade_in_item.fade-in {
    opacity: 1;
    transform: translateY(0);
}


/*こんなお悩みありませんか？*/
.worries_img_pc {
    background-image: url(/imgs/bk-problems-pc.png) ;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 310px;
    align-items: center;
    display: flex
;
}

.worries_img_pc img {
    width: 64%;
    height: auto;
    margin: 4% 0;
}

/*メリット*/
.merit_item {
    border: 2px solid #40FAFF;
    color: #fff;
    display: flex;
    margin: 20px 0;
    padding: 25px 25px 25px 0;
    align-items: center;
    box-shadow: 0 0 1px #40FAFF, inset 0 0 2px #40FAFF, 0 0 2px #40FAFF, 0 0 2px #40FAFF, inset 0 0 2px #40FAFF;
}

.merit_item:nth-of-type(3) {
    margin-bottom: 35px;
}

.merit_item h3 {
    background: linear-gradient(70deg, #40FAFF,#000);
    font-size: 26px;
    padding: 15px 15px 15px 25px;
}

.merit_item p {
    margin: 25px;
    text-align: left;
}

.merit_item img {
    margin: 20px;
    width: 310px;
    height: auto;
}

.merit_item a {
    background-color: #40FAFF;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    display: block;
    margin: 0 90px;
    text-align: center;
    padding: 15px;
    transition: 0.3s;
}

.merit_item .btn_after:after {
    right: 8%;
    width: 6px;
    height: 6px;
}

.merit_item .cv_btn {
    margin: 20px;
}

.merit_cv_btn {
    width: 490px;
    height: 86px;
    font-size: 24px;
}

.gaming_merit .merit_cv_btn:after {
    right: 7%;
}

.gaming_merit .btn_after:hover:after {
    right: 5%;
}


/*参考買取例*/
.reference_price {
    background: linear-gradient(rgba(0, 0, 0, 1) 10%, rgba(35, 0, 87, 1) 28%, rgba(35, 0, 87, 1) 85%, rgba(0, 0, 0, 1) 100%);
    padding-bottom: 0;
}

.reference_price_sample {
    display: flex;
    margin-bottom: 8em;
    justify-content: space-between;
    gap: 20px;
}

.reference_price_frame {
    color: #fff;
    border: 1px solid #ff00fe;
    width: 470px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reference_price_frame h3 {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 24px;
}

.reference_price_frame .underline {
    background: linear-gradient(to right, #ff00fe 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% 1px;
    background-position: 100% 100%;
}

.reference_price_frame .underline.is-active {
    background-position: 0% 100%;
}

.reference_price_frame h3 span {
    background-color: #ff00fe;
    font-size: 11px;
    padding: 8px;
    display: block;
    margin-right: 20px;
}

.reference_price_item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.reference_price_frame dt {
    background-color: #ff00fe;
    height: 28px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.reference_price_frame dd {
    margin-left: 13px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.reference_price_item .spec {
    display: flex;
    flex-direction: column;
}

.reference_price_item .spec_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.price_estimate {
    display: flex;
    align-items: center;
}

.price_estimate dt {
    width: 130px;
    height: 47px;
}

.price_estimate dd {
    font-size: 63px;
    font-weight: 700;
    margin: 0 0 0 auto;
}

.price_estimate dd span {
    font-size: 36px;
}


/*人気の買取価格一覧*/
.hot_price_frame {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hot_price_item {
    width: 23.5%;
    padding: 20px;
    color: #fff;
    border: 1px #40FAFF solid;
    box-sizing: border-box;
    margin: 6px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 1px #40FAFF, inset 0 0 2px #40FAFF, 0 0 2px #40FAFF, 0 0 2px #40FAFF, inset 0 0 5px #40FAFF;
    background-image: linear-gradient(140deg, rgba(255, 255, 255, 0), rgba(25, 255, 255, 0.3));
}

.bottom-align {
    margin-top: auto;
}

.hot_price_item h3 {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    word-wrap: break-word;
}

.hot_price_item h3 span {
    color: #000;
    background-color: #40FAFF;
    font-size: 14px;
    padding: 7px;
    display: block;
    margin-bottom: -12px;
}

.hot_spec_item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.hot_spec dt {
    background-color: #40FAFF;
    color: #000;
    font-weight: 600;
    width: 65px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}

.hot_spec dd {
    font-weight: 600;
    margin-left: 15px;
    line-height: 1;
}

.tight-spacing {
    letter-spacing: -1.2px;
}

.hot_spec_number {
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    word-wrap: break-word;
}

.hot_spec_number dt {
    border: 1px #40FAFF solid;
    margin: 5px 0;
    border-radius: 50px;
    font-size: 14px;
}

.hot_spec_number dd {
    margin-inline-start: 0;
    font-size: 17px;
}

.maximum_price dt {
    color: #40FAFF;
    font-weight: 600;
    font-size: 16px;
}

.maximum_price dd {
    font-size: 44px;
    font-weight: 700;
    margin: auto;
    word-wrap: break-word;
    text-align: end;
}

.maximum_price dd span {
    font-size: 24px;
}

.hot_price_item .cv_btn {
    width: 100%;
    height: 50px;
    font-size: 20px;
    margin-top: 10px;
}

.hot_price_item .btn_after:after {
    width: 5px;
    height: 5px;
}

.hot_price_item .btn_after:hover:after {
    right: 6%;
}

.gaming_search_css {
    background: #000;
    margin: 20px auto;
    padding: 0 0 4em;
}

.gaming_search_css * {
    background-color: transparent;
}

.gaming_search_css h2 {
    background: #40FAFF;
    font-size: 18px;
    color: #1d0049;
    margin-bottom: 0;
    width: auto;
}

.gaming_search_css dt {
    color: #fff;
    font-weight: 600;
}

.gaming_search_css dd {
    background: #fff;
}

.gaming_search_css p {
    font-size: 22px;
}

.gaming_search_css p span {
    background: none;
}

.gaming_search_css .search_btn_pc {
    width: 30%;
}

.satei_result_arrow {
    border-top: 20px solid #fff;
}

.main_top_up_pc dt,select, .modal_select > input,.textbox2 {
    border: none;
    border-radius: 0;
}

.main_top_up_pc dt {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

select, .modal_select > input {
    color: #000;
}

.clearfix .cv_btn {
    width: 222px;
    height: 50px;
    margin-top:20px;
    font-size: 20px;
}

.search_l.icon_l {
    border: 4px solid #fff;
    color: #fff;
    margin-top: -3px;
    transform: translateX(-85px) rotate(-45deg);
}


/*買取対象品・買取できないゲーミングPC*/
.purchasable_item {
    background-color: #000;
}

.purchasable_item_unity {
    position: relative;
    text-align: center;
}

.purchasable_item_unity h3 {
    display: inline-block;
    padding: 1% 7%;
    transform: skew(344deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    position: relative;
    font-size: 26px;
}

.purchasable_item_unity h3 span {
    display: inline-block;
    transform: skew(-344deg);
}

.purchasable_item_unity .no_purchasable_h3 {
    background-color: #40FAFF;
    color: #000;
    box-shadow: 0 0 4px #40FAFF, 0 0 10px #40FAFF;
}

.purchasable_item_unity .ok_purchasable_h3 {
    background-color: #ff00fe;
    color: #fff;
    box-shadow: 0 0 4px #ff00fe, 0 0 10px #ff00fe;
}

.item_box_con h4 {
    font-size: 18px;
    color: #fff;
    margin: 0 20px 16px;
}

.frame {
    display: block;
}

.ok_item_box {
    background: rgba(21, 0, 20, 1);
    border-left: 1px solid #ff00fe;
    border-right: 1px solid #ff00fe;
    display: flex;
    justify-content: space-evenly;
    padding: 0 10px;
}

.no_item_box {
    display: block;
}

.box_line h4 {
    line-height: 1.3;
}

.box_line h4 span {
    border-bottom: 1px #40FAFF solid;
}

.item_box_con {
    text-align: center;
    width: 286px;
    box-sizing: border-box;
}

.ok_item_box_con {
    border-left: 1px solid #ff00fe;
    border-right: 1px solid #ff00fe;
    background: rgba(67, 36, 67, 1);
    height: 250px;
}

.no_item_box_con {
    border-left: 1px solid #40FAFF;
    border-right: 1px solid #40FAFF;
    background: #0b3030;
    height: 220px;
    margin: 0 10px;
}

.item_box_con img {
    width: 204px;
    height: auto;
    margin: auto;
}

.item_box .item_img {
    margin-top: 50px;
}

.no_item_box_wrap {
    display: flex;
    flex-flow: wrap;
    background: #061919;
    border-left: 1px solid #40FAFF;
    border-right: 1px solid #40FAFF;
    justify-content: space-evenly;
    padding: 0 18px;
}

.no_item_box_wrap img {
    width: 235px;
    height: auto;
    margin-top: 7px;
}

.faq_link {
    text-align: right;
}

.faq_link a {
    color: #fff;
    padding-bottom: 3px;
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
}

.faq_link .btn_after:after {
    top: 35%;
    margin-right: -38px;
    width: 8px;
    height: 8px;
}

.faq_link a:hover {
    background-position: bottom left;
    background-size: 100% 1px;
    box-shadow:none;
}

.faq_link .btn_after:hover:after {
    right: 8%;
}


/*買取強化中のメーカー・ブランド*/
.maker_brand {
    background:linear-gradient(to bottom, transparent 0%, transparent 80%, #000 100%),url(/imgs/bk-gaming-maker.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.maker_brand_con {
    width: 670px;
    margin: 40px auto 0;
}

.maker_brand_con h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
}

.maker_brand_con ul {
    display: flex;
    margin: 10px 0 30px;
    flex-flow: wrap;
}

.maker_brand_con li {
    list-style: none;
}

.maker_brand_con li::after {
    content: "/";
    margin: 4px;
}

li:last-child::after {
    content: "";
}


/*お客様の声*/
.gaming_voice {
    background: #000;
}

.gaming_voice_box {
    width: 960px;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    justify-content: space-around;
}

.gaming_voice_con {
    width: 47%;
}

.voice_h3 {
    background: linear-gradient(124deg, rgba(64, 250, 255, 1), rgba(121, 71, 255, 0.32) 72%, rgba(121, 71, 255, 0) 90%);
    font-size: 16px;
    color: #fff;
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.voice_h3 span {
    font-size: 22px;
}

.voice_img {
    display: flex;
}

.voice_h3_text {
    margin: 0;
}

.gaming_voice_con img {
    width: 100px;
    height: 93px;
}

.gaming_voice_con p {
    text-align: justify;
}


/*ゲーミングPC買取の流れ*/
.gaming_flow_box {
    background-image: linear-gradient(148deg, rgba(0, 0, 0, 0.46), rgba(64, 250, 255, 0.46) 50% 52%, rgba(0, 0, 0, 0.46));
    border: 1px #40FAFF solid;
    padding: 30px;
    display: flex;
    margin: 45px 0 ;
    align-items: center;
    box-sizing: border-box;
}

.flow_img p {
    color: #40FAFF;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    right: 0%;
    bottom: -25%;
    margin-right: 35px;
    text-shadow: 2px 2px 13px #000;
}

.flow_img {
    position: relative;
}

.flow_img img {
    width: 260px;
    height: auto;
    margin-right: 35px;
}

.flow_img p span {
    font-size: 70px;
}

.gaming_flow_con h3 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 200% 1px;
    transition: 2s;
    width: 603px;
    font-size: 20px;
}

.flow_btn .cv_btn_after:after {
    right: 20px;
}

.flow_btn a:hover:after {
    right: 15px;
}

.flow_btn {
    display: flex;
    flex-wrap: wrap;
}

.flow_btn .cv_btn {
    font-size: 15px;
    width: auto;
    height: auto;
    cursor: pointer;
    padding: 10px 45px;
    display: inline-block;
    text-align: center;
}

.flow_btn .cv_btn span {
    font-size: 18px;
}

.flow_btn a {
    margin: 0 5px;
}

.gaming_flow_box .gaming_flow_con p {
    text-align: left;
}


/*よくある質問*/
.gaming_faq a {
    color: #fff;
    border-bottom: 1px #fff solid;
}

.gaming_faq a:hover {
    opacity: 0.7;
}

.gaming_faq details {
    background-image: linear-gradient(90deg, rgba(129, 106, 255, 0.5), rgba(64, 250, 255, 0.5));
    color: #fff;
    transition: 1s;
}

.gaming_faq summary {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 60px;
    margin: 25px 0 0;
    transition: 0.5s;
}

.gaming_faq summary:hover {
    cursor : pointer;
    color: #40FAFF;
}

.gaming_faq details p {
    text-align: left;
    margin: 0 60px;
    padding-bottom: 20px;
}


/*FRONTIER*/
.container .gaming_frontier img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}

.gaming_frontier {
    padding-bottom: 8em;
}


.panlist {
    background: #000;
}

.panlist ol > li,.panlist ol a {
    color: #fff;
}

/*スマホレスポンシブ*/
@media screen and (max-width: 767px) {

    #h_top .h_logo {
        padding: 0;
    }

    .container .cv_btn {
        width: 80%;
        height: 65px;
        font-size: 18px;
        text-align: center;
    }

    .gaming_search_css .search_btn_pc {
    width: 80%;
}


    a.anchor {
    padding-top: 40px;
    margin-top: -40px;
}

/*
    a.anchor_increase {
        padding-top: 100px;
        margin-top: -100px;
        display: block;
    }
    */

    .container p {
        margin: 10px auto;
        font-size: 14px;
    }

    section {
        padding: 2em 0;
    }

    .container h2 {
        font-size: 24px;
        margin-bottom: 0;
        padding: 0;
        width: auto;
    }

    .container h2 span {
        font-size: 18px;
        margin-bottom: -18px;
    }

    .gaming_main {
        background-position: 4px 64px, 11px 174px, calc(100% - 14px) 56px, calc(100% - 8px) 194px, center;
        background-size: 100px, 87px, 100px, 100px, cover;
        padding: 3em 0 0;}

    h1 {
        font-size: 50px;
        margin: 30px 0;
        line-height: 1.3;
    }

    .gaming_main_point {
        display: block;
        margin: 6% 10%;
    }

    .gaming_main .gaming_main_point p {
        font-size: 22px;
        margin: 30px;
    }


    /*メニュー*/
    .gaming_menu ul {
        flex-wrap: wrap;
    }

    .gaming_menu li {
        margin: 10px;
    }

    .gaming_menu ul li a img {
        width: 66px;
    }


    /*こんなお悩みありませんか？*/
    .gaming_worries h2 {
        margin-bottom: 3%;
    }

    .worries_img_sp {
        background-image: url(/imgs/bk-problems-sp.png) ;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .worries_img_sp img {
        margin-top: 47%;
    }


    /*メリット*/
    .merit_item {
        display: block;
        margin: 30px auto;
        padding: 25px;
    }

    .merit_item p {
        width: 100%;
    }

    .merit_item img {
        margin: 25px auto 0;
        width: 100%;
        height: auto;
        display: block;
    }

    .merit_item h3 {
        font-size: 20px;
        padding: 10px 25px;
        margin: 0px 0px 15px -26px;
    }

    .merit_item a {
        margin: auto;
        width: 80%;
        height: 15px;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        }

    .gaming_merit .cv_btn {
        font-size: 16px;
        width: 90%;
    }


    /*参考買取例*/
    .reference_price_sample {
        display: block;
        margin-bottom: 4em;
    }

    .reference_price_frame {
        width: 100%;
        margin: 30px auto;
        box-sizing: border-box;
    }

    .reference_price_item {
        display: block;
    }

    .price_estimate {
        display: block;
    }

    .price_estimate dt {
        width: 110px;
        height: 28px;
        margin-bottom: 10px;
    }


    /*人気の買取価格一覧*/
    .hot_price_frame {
        display: block;
        width: auto;
    }

    .hot_price_item {
        margin: 30px auto 0;
        width: 100%;
    }

    .hot_price_item .cv_btn {
        font-size: 24px;
        width: 100%;
        margin: 15px auto;
    }

    .maximum_price {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .main_top_up_pc {
        background: none;
        padding: 0;
        width: 100%;
        margin: auto;
    }

    .main_top_2020 > div:first-child,
    .gaming_search_css > div:first-child {
        box-sizing: content-box;
    }

    .clearfix h2 {
        font-size: 18px;
        margin: 10px 0 10px 0;
        padding: 10px 0;
    }

    .gaming_search_css {
        padding: 0;
    }

    /*買取対象品・買取できないゲーミングPC*/
    .purchasable_item_unity h3 {
        padding: 15px 40px;
        font-size: 16px;
        width: 200px;
        top: -30px;
        right: 0;
        left: 0;
        margin: 0 auto;
        position: absolute;
        z-index: 1;
    }

    .item_box .item_img {
        margin-top: 5px;
    }

    .item_box_con {
        height: auto;
        width: 80%;
        box-sizing: border-box;
    }

    .ok_item_box_con {
        margin: 20px auto;
        border: 1px #ff00fe solid;
        background: rgb(205 0 206 / 0.2);
        height: 240px;
    }

    .no_item_box .no_item_box_con {
        background: rgb(64 250 255 / 0.2);
        border: 1px #35dce2 solid;
        margin: 10px 0;
        height: 210px;
    }

    .item_frame .item_box_con h4 {
        font-size: 16px;
        padding: 16px 14px;
        line-height: 1.3;
    }

    .item_frame .box_line h4 {
        padding: 16px 14px 0;
    }

    .item_box_con img {
        width: 170px;
        height: auto;
    }

    .box_line img {
        height: 126px;
        width: auto;
    }

    .item_box {
        width: 100%;
        position: relative;
        margin: 47px auto 58px;
        padding: 25px 0 20px;
        display: block;
    }

    .ok_item_box {
        background: rgb(205 0 206 / 0.1);
        border: 1px #ff00fe solid;
    }

    .no_item_box {
        border-left: none;
        border-right: none;
        margin: 0;
        padding: 0;
        background: none;
    }

    .no_item_frame {
        border: 1px #40FAFF solid;
        background: rgb(64 250 255 / 0.2);
        padding: 35px 0px 20px;
    }

    .no_item_box_wrap {
        border-left: none;
        border-right: none;
        background: none;
        gap: 0;
    }

    .no_purchasable_h3 {
        z-index: 1;
        left: 0;
        right: 0;
        margin: 0 auto;
    }


    /*買取強化中のメーカー・ブランド*/
    .maker_brand_con {
        width: 100%;
    }

    .maker_brand_con h3 {
        font-size: 18px;
    }

    .maker_brand_con ul {
        margin: 10px 0 15px;
        font-size: 14px;
    }


    /*よくある質問*/
    .faq_link {
        margin: 5px auto 0;
        width: 91%;
    }

    .faq_link {
        font-size: 14px;
    }


    /*お客様の声*/
    .gaming_voice p,
    .gaming_voice_box,
    .gaming_voice_con {
        width: 100%;
    }

    .gaming_voice_con p {
        margin: 15px 0 25px 0;
    }


    /*ゲーミングPC買取の流れ*/
    .gaming_flow_box {
        display: block;
        margin: 20px auto;
        padding: 20px;
    }

    .gaming_flow_con h3 {
        display: inline-block;
        width: 100%;
    }

    .flow_img {
        margin-bottom: 20px;
    }

    .flow_img img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .flow_img p {
        font-size: 20px;
        position: relative;
        margin-top: -50px;
        margin-left: 170px;
        text-shadow: 1px 1px 8px #000
    }

    .gaming_flow_con {
        text-align: center;
    }

    .gaming_flow_con p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .flow_btn .cv_btn {
        height: 50px;
        margin: 10px 0;
        font-size: 16px;
        padding: 13px 40px 0;
    }

    .flow_btn a:nth-of-type(1) {
        display: grid;
        place-items: center;
        line-height: 0.1;
        padding: 11px 40px 4px;
    }

    .flow_btn .cv_btn span {
        font-size: 20px;
    }


    /*よくある質問*/
    .gaming_faq summary {
        padding: 10px 20px;
        font-size: 16px;
    }

    .gaming_faq details p {
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
    }


    /*FRONTIER*/
    .gaming_frontier {
        padding-bottom: 4em;
    }

}


/*あいだレスポンシブ*/
@media screen and (min-width: 481px) and (max-width: 767px) {

    .pc_no {
        display: block;
    }

    .inner {
        max-width: 90%;
    }

        #h_top .h_logo {
        top: 0px;
    }

    h1 {
        font-size: 72px;
    }

    .gaming_main_point p {
        font-size: 20px;
    }

    #gaming_menu_fix.fixed {
        top:55px
    }

    .gaming_menu li {
        margin: 0 15px;
    }

    .gaming_menu ul {
        flex-wrap: nowrap;
    }

    .gaming_menu ul li a {
        font-size: 13px;
    }

    .worries_img_sp img {
        width: 100%;
        height: auto;
    }

    .reference_price_frame dd {
        margin: 0 18px 0 10px;
    }

    .reference_price_item .spec {
        flex-direction: row;
    }

    .item_frame .item_box_con h4 {
        padding: 13px;
}

}

/*タブレットレスポンシブ*/
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .tab_no {
        display: none;
    }

    section {
        margin: 0;
        padding: 1em 0;
    }

    .container .main_cv_btn {
        width: 50%;
    }

    .container h2 {
        font-size: 30px;
        padding-top: 6%;
    }

    .container h2 span {
        font-size: 18px;
    }

    h1 {
        font-size: 80px;
        margin-bottom: 37px;
    }

    .main_cv_btn {
        font-size: 20px;
        height: 65px;
        width: 40%;
    }

    .gaming_main {
        background-position: 64px 124px, 33px 370px, calc(100% - 82px) 124px, calc(100% - 19px) 429px, center;
        background-size: 220px, 200px, 200px, 220px, cover;
        padding: 9em 0 0;
}

    .gaming_main_point {
        margin: 4% 22%;
    }

    .gaming_main_point p {
        font-size: 20px;
    }

    /*メニュー*/
    .gaming_menu li {
        margin: 0 24px;
    }

    .gaming_menu ul li a img {
        width: 80px;
    }


    /*メリット*/
    .merit_item {
        width: 100%;
        box-sizing: border-box;
    }

    .merit_item h3 {
        font-size: 20px;
    }

    .merit_item img {
        width: 40%;
        margin: 0;
    }

    .merit_item a {
        width: 60%;
        margin: auto;
    }


    /*参考買取例*/
    .reference_price_frame {
        width: 100%;
        box-sizing: border-box;
    }

    .reference_price_frame h3 {
        font-size: 22px;
        padding-bottom: 0;
    }

    .reference_price_frame h3 span {
        font-size: 14px;
    }

    .reference_price_item .spec_item {
        margin: 10px 10px 10px 0;
    }

    .price_estimate {
        margin-top: 10px;
    }

    .reference_price_frame {
        padding: 30px 45px;
    }


    /*人気の買取価格一覧*/

    .hot_price_item {
        width: 23.5%;
        box-sizing: border-box;
    }

    .gaming_search_css {
        margin: auto;
        padding: 10px 0;
        width: 100%;
    }

    .clearfix h2 {
        width: 100%;
        padding: 0;
        font-size: 20px;
    }


    /*買取対象品・買取できないゲーミングPC*/
    .purchasable_item_unity h3 {
        z-index: 1;
    }
    .box_line h4 {
        font-size: 14px;
        margin: 0;
    }

    .item_frame {
    position: relative;
    margin: 0 auto 18px;
    padding: 0;
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding: 4.5% 0 2%;
    }

    .ok_item_frame {
        background: rgb(205 0 206 / 0.1);
        border: 1px #ff00fe solid;
    }

    .no_item_frame {
        background: rgb(64 250 255 / 0.2);
        border: 1px #35dce2 solid;
    }

    .item_box {
        width: 100%;
        height: auto;
        display: flex;
        border-left: none;
        border-right: none;
        background: none;
    }

    .item_box_con {
        height: 255px;
        width: 30%;
        box-sizing: border-box;
        margin: 10px 0;
    }

    .ok_item_box_con {
        border: 1px #ff00fe solid;
        background: rgb(205 0 206 / 0.2);
    }

    .no_item_box_con {
        background: rgb(64 250 255 / 0.2);
        border: 1px #35dce2 solid;
    }

    .item_frame .item_box_con h4 {
        font-size: 16px;
        margin: 18px 16px;
    }

    .item_frame .box_line h4 {
        margin: 20px 18px 0;
        font-size: 16px;
        letter-spacing: -0.5px;
    }

    .item_box_con img {
        width: 75%;
        margin: 5% 5% 0;
        height: auto;
    }

    .box_line img {
        height: 136px;
        width: auto;
    }

    .item_box .item_img {
        margin-top: 0;
    }

    .no_item_box_wrap {
        display: flex;
        margin: auto;
        border-left: none;
        border-right: none;
        background: none;
    }

    .no_item_box_wrap img {
        width: 75%;
    }


    /*お客様の声*/

    .gaming_voice_box {
        width: auto;
    }

    .gaming_voice_con {
        width: 48%;
    }

    .gaming_voice_con img {
        width: 60%;
        height: 60%;
        margin-left: auto;
        }

    .voice_img {
    align-items: flex-start;
    }

    .voice_h3_text {
        margin-right: -13%;
    }


    /*ゲーミングPC買取の流れ*/
    .gaming_flow_box {
        width: 100%;
        margin: 3% auto;
    }

    .gaming_flow_con h3 {
        font-size: 24px;
        width: auto;
        padding-top: 8%;
    }

    .flow_btn .cv_btn {
        padding: 1% 8%;
        margin: 2% auto;
    }

    .flow_img p {
        margin-right: 16%;
        bottom: -16%;
    }

    .flow_img p span {
        font-size: 65px;
    }

    .reference_price_frame {
        width: 49%;
    }

    /*よくある質問*/
    .faq_link {
        margin-top: 1%;
    }
}


