section{
    text-align: center;
    margin-bottom: 80px;
}
h2{
    font-size: 20px;
    color: #FFA75E;
    text-decoration: underline #FFA75E;
    text-underline-position: under;
    text-align: center;
    padding: 100px 0 15px;
}
.titletext{
    color: #FFA75E;
    font-size: 24px;
    margin-bottom: 70px;
}
.fv{
    background-size: cover;
    background-image: url(../img/TOP/fv.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
    max-height: 700px;
    min-height: 700px;
    position: relative;
}
.fv:after{
    content: '';
    position: absolute;
    background: linear-gradient(270deg, #FFF 20%, rgba(255, 255, 255, 0) 50%);
    width: 100%;
    height: 100%;
}
.fv-item{
    z-index: 10;
    width: 50%;
    min-width: 350px;
    max-width: 450px;
    position: absolute;
    left: 70%;
    top: 50%;
    transform:translate(-50%,-50%);
    max-height: 700px;
}
.spsize{
    display: none;
}
.cardlist{
    display: flex;
    width: 100%;
    margin: 0 auto;
}
.carditem{
    width: 100%;
    margin: 0 auto;
}
.carditem img{
    width: 250px;
    margin-bottom: 10px;
    border-radius: 50%;
}
.cardbtn{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.cardbtn a img{
    width: 20px;
    margin: 0;
    display: flex;
    align-items: center;
}
.cardbtn a{
    width: 250px;
    background-color: #fff;
    border: #FFA75E 1px solid;
    border-radius: 50px;
    text-align: center;
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: center;

}
.cardbtn a:hover{
    box-shadow: 1px 3px 5px rgba(51, 51, 51, 0.15);
}
.cardbtn a p{
    margin-right: 15px;
}
.Sellinglist{
    display: flex;
    justify-content: center;
    background-color:transparent;
    padding: 0;
    margin: 0;
}
.Sellinglist ul{
    display: block;
    align-items: center;
    margin: auto 0;
}
.Sellinglist ul li{
    display: block;
    text-align: left;
    margin: 25px 0;
}
.Sellinglist img{
    width: 150px;
}
.Sellinglist-bottombtn{
    width: 300px;
    font-size: 20px;
    margin: 10px auto 0;
}
.Sellinglist-bottombtn a{
    padding: 10px 0;
}
@media screen and (max-width:1024px){
    .fv:after{
        content: none;
    }
    .fv-item{
        width: 90%;
        min-width: 200px;
        left: 50%;
    }
    .titletext{
        font-size: 20px;
        margin-bottom:15px;
    }
    h2{
        padding: 80px 0 15px;
    }
    .cardlist{
        display: block;
    }
    .cardbtn a{
        margin-left: 0;
    }
    .carditem img{
        margin:45px 0 20px ;
    }
    .Sellinglist{
        align-items: flex-end;
        margin: 0;
    }
    .Sellinglist img{
        display: none;
    }
    .Sellinglist-bottombtn{
        margin: 0 auto;
    }
}
@media screen and (max-width:375px){
    .fv{
        background: url(../img/TOP/fv-sp.jpg);
        background-repeat: no-repeat;
        height: 100vh;
    }
}