/*** The new CSS reset - version 1.11.1 (last updated 24.10.2023) ***/

*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg*,symbol*)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}
html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}
a,button{cursor:revert}
ol,ul,menu,summary{list-style:none}
img{max-inline-size:100%;max-block-size:100%}
table{border-collapse:collapse}
input,textarea{-webkit-user-select:auto}
textarea{white-space:revert}
meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable="true"]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}

/*** 上記リセットcss ***/

body {
    font-family: 'Hiragino Sans', sans-serif;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #8f8f8f;
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

.mochiy-pop {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;}

.container {
    max-width: 1980px;
    margin: 0 auto;
}

.inner {
    max-width: 1440px;
    margin: 0 auto;
}



/*** FV ***/
header{
    display: flex;
    justify-content: space-between;
    background-color: #00AC4F;
    width: 100%;
    height: 100px;
}

.logo{
    margin: 20px;
    width: 20%;
    flex-grow: 1;
}

.sp_logo {
    display: none;
}

.sp_headerphone {
    display: none;
}

.sp_headerline {
    display: none;
}

.header_cta {
    display: flex;
    padding: 15px;
}
.header_cta img {
    flex-grow: 1;
    vertical-align:top;
}

.header_linecta {
    margin-left: 5px;
}

.sp_fv {
    display: none;
    position: relative;
    z-index: -1;
}

.fv_cta {
    margin-top: -14%;
    text-align: center;
    padding-right: 5px;
}

.phonenumber_02 {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.fv_cta img {
    width : 30vw ; /* 画面幅の50％ */
}


.phone_sp {
    display: none;
}

.line_sp {
    display: none;
}

/***導入***/
.message {
    text-align: center;
}

.message02 {
    width: 800px;
    height: auto;
}

.message01_sp {
    display: none;
}



/***買取品目***/

.hinmoku_sptitle {
    display: none;
}

.hinmoku_pctitle {
    margin-bottom: 24px;
}

.hinmoku_ichiran {
    padding-left: 100px;
    padding-right: 100px;
}

.hinmoku_spichiran {
    display: none;
}

/***自信があります***/

.confidence {
    padding: 50px;
}
.zishin_sp {
    display: none;
}

/***お客様に喜ばれています***/

.userhappy_sp {
    display: none;
}

.userhappy {
    padding: 100px;
}

/***CTA***/

.cta_pc {
    background-color: #00AC4F;
}

.free_pc {
    padding: 0 100px;
}

.mazuha_pc {
    margin-top: -30px;
}

.cta_btn {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
    padding-bottom: 50px;

}

.cta_sp {
    display: none;
}

.phone {
    width: 59%;
}
.line_mail {
    width: 39%;
}

/***３つのポイント***/
.point {
    padding-top: 20px;
}
.point3_pc {
    padding: 50px 100px;
}
.point3_sp {
    display: none;
}

/***買取事例***/

.kaitorizirei_sp {
    display: none;
}

.kaitorizirei_ichiran {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 100px;
    justify-content: space-between;
}
.zirei {
    width: 23%;
    border: 1px solid #000;
    border-radius: 12px;
    margin-bottom: 32px;
}

.zirei p {
    margin: 10px;
}

.zirei img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.title {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #BBBBBB;
    height: 90px;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #FF0000;
    text-align: right;
}

/***お客様の声***/
.voice_sp {
    display: none;
}

/***選べる買取方法***/
.kaitori_sp {
    display: none;
}

.kaitori_pc {
    padding: 100px;
}

/***買取ステップ***/
.step_sp {
    display: none;
}

/***フッター***/
footer {
    background-color: #F8F8F8;
    padding: 40px 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer span {
    font-weight: 600;
    font-size: 24px;
}

.footer_right {
    margin-top:24px;
    width: 45%;
}

.footer_left {
    width: 45%;
}

.footer_end {
    margin: 0 auto;
}

.googlemap {
    border: 2px solid #a9a9a9;
    border-radius: 100px;
    padding: 8px 16px;
}
.copyright {
    margin-top: 100px;
    text-align: right;
}



/*買取事例の値段のフォントサイズのみ、1080pxで下げてます。*/
@media screen and (max-width: 1080px){
    .price {
        font-size: 24px;
    }
}



/*** レスポンシブ ***/
@media screen and (max-width: 768px) {
    /* 768px以下の画面サイズで適用されるスタイル */

    header {
        height: 65px;
    }

    header a {
        flex-grow: 1;
    }

    .logo{
        margin: 5px;
        width: 20%;
    }


    .pc_fv {
        display: none;
    }

    .sp_fv {
        display: block;
    }

    .pc_logo {
        display: none;
    }

    .sp_logo {
        display: block;
        margin: 10px 5px;
        width: 73px;
        height: 30px;
    }


    .pc_headerphone {
        display: none;
    }

    .pc_headerline {
        display: none;
    }

    .sp_headerphone {
        display: block;
        width: 130px;
        height: 40px;
    }

    .sp_headerline {
        display: block;
        width: 130px;
        height: 40px;
    }
    
    .fv_cta {
        margin-top: -65%;
    }

    .fv_cta img {
        width: 358px;
        margin: 0 auto;
    }

    .phone_sp {
        display: block;
    }

    .phone_cp {
        display: none;
    }

    .line_sp {
        display: block;
    }

    .line_cp {
        display: none;
    }



    /***エコループにお任せください***/

    .message01_sp {
        display: block;
    }

    .message01 {
        display: none;
    }

    .message02 {
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    /***買取品目***/
    .hinmoku_pctitle{
        display: none;
    }

    .hinmoku_sptitle {
        display: block;
    }

    .hinmoku_spichiran {
        display: block;
    }

    .hinmoku_pcichiran {
        display: none;
    }

    .hinmoku_ichiran {
        padding: 20px;
    }
/***自信があります***/
    .confidence {
        padding: 0px;
    }
    .zishin_sp {
        display: block;
    }

    .zishin_pc{
        display: none;
    }
    
    /***お客様に喜ばれています***/
    
    .userhappy {
        padding: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .userhappy_sp {
        display: block;
    }
    
    .userhappy_pc {
        display: none;
    }

    /***スマホCTA***/

    .cta_pc {
        display: none;
    }

    .cta_sp {
        display: block;
        background-color: #00AC4F;
    }

    .free_sp {
        width: 100%;
        margin-top: -20px;
    }

    .cta_btn {
        display: block;
        padding: 20px 10px;
    
    }
    
    .phone {
        width: 100%;
    }
    .line_mail {
        width: 100%;
    }

    /***3つのポイント***/

    .point {
        padding: 20px;
    }
    .point3_sp {
        display: block;
    }

    .point3_pc {
        display: none;
    }

    /***買取事例***/

    .kaitorizirei_sp {
        display: block;
        margin-top: 40px;
    }

    .kaitorizirei_pc {
        display: none;
    }

    .kaitorizirei_ichiran {
        padding: 20px;
    }

    .zirei {
        width: 48%;
    }

    .title {
        font-size: 16px;
        height: 50px;
    }


    .price span {
        font-size: 16px;
    }

    /***お客様の声***/
    .voice_sp {
        display: block;
    }

    .voice_pc {
        display: none;
    }

    /***選べる買取方法***/
    .kaitori_pc {
        display: none;
    }

    .kaitori_sp {
        display: block;
        padding: 40px 20px;
    }

    /***買取ステップ***/
    .step_pc {
        display: none;
    }

    .step_sp {
        display: block;
    }

    /***フッター***/
    footer {
        display: block;
        padding: 20px;
    }

    .footer_right {
        width: 100%;
        margin-top: 40px;
    }
    }


