.shoppage-main{
    margin: 59px auto 0;
}


/* .shoppage-top{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
} */
.shoppage-top{
    display: flex;
}
.shoppage-mainimage {
    display: flex;
    align-items: center;
    text-align: center;
    width: 33%;
    margin-bottom: 34px;
}
.shoppage-top-img {
    width: 100%;
}
.shoppage-detail {
    width: 67%;
    padding-left: 65px;
}
.shoppage-company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 20px 12px;
}

.shoppage-logo {
    border: 1px solid #000;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}


.shoppage__information {
    width: calc(100% - 76px);
}

.shoppage-catch-copy{
    font-size: .15rem;
    color: #125E9F;
    font-weight: 500;
}

.shoppage-company-name{
    font-size: .18rem;
    font-weight: 500;
    line-height: 1;
}


.shoppage-text {
    color: #404041;
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    font-weight: 400;
    font-size: .14rem;
    line-height: 1.8;
}

.company-sns a {
    margin: 0px 19px;
}

.company-sns{
    width: fit-content;
    margin: 0 auto 23px;
}

.company-sns img{
    width: 34px;
}


.shoppage-search label{
    position: relative;
}

.shoppage-search input[type="text"] {
    width: 100%;
    padding: 8px 21px 8px 26px;
    border: 1px solid #000;
    border-radius: 8px;
    text-align: right;
}

.shoppage-search{
    width: 352px;
    margin: 0 auto 45px;
}

.shoppage-search label img{
    position: absolute;
    margin: auto;
    left: 15px;
    bottom: 0;
    top: 0;
    width: 20px;
    
}
.shoppage-list {
    background-color: #eeeeee;
    padding-top: 25px;
    padding: 25px 0 20px;
}

.shoppage-list__container{
    display: flex;
    flex-wrap: wrap;
}

.shoppage-list__container::after{
    content:"";
    display: block;
    width:400px;
}

.shoppage-list__item{
    width: 345px;
    margin: 0 auto 13px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    min-height: 218px;
}

.shoppage-list__item a {
    display: flex;
    justify-content: space-between;
    color: #000;
    border-radius: 10px;
}

.shoppage-item-img{
    width: 41%;
    position: relative;
}

.shoppage-item-img > p {
    position: absolute;
    left: 0;
    top: 15px;
    color: #fff;
    font-size: 0.167rem;
    font-weight: 500;
    padding: 0 8px;
}

.during-negotiations{
    background-color: #D42628;
}

.sold{
    background-color: #12325C;
}

.shoppage-item-text{
    position: relative;
    width: 54%;
}

.shoppage-item-text > p{
    margin-right: 10px;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: left;
    line-height: 1.5;
    font-weight: 500;
}

.shoppage-item-text > div{
    position: absolute;
    right: 8px;
    bottom: 7px;
}

.shoppage-list__price{
    font-size: .14rem;
    color: #E12027;
    font-weight: bold;
}

.shoppage-list__company{
    font-size: .12rem;
    color: #9E9E9E;
    font-weight: 400;
}
@media screen and (max-width: 799px){
    .shoppage-main{
        margin: 63px auto 0;
    }
    .shoppage-detail {
        width: 67%;
        padding: 0 65px;
    }
    .company-sns {
        width: fit-content;
        margin: 0 auto 23px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .company-sns a {
        margin: 25px 10px;
    }
    .company-sns-web {
        width: 280px;
        display: flex;
        margin: 24px auto 8px;
        box-shadow: 2px 2px 6px #d8d8d8;
        padding: 10px 27px;
        border-radius: 37px;
        color: #000;
    }

    .company-sns-web img {
        margin-right: 30px;
        width: 36px;
    }

    .company-sns-insta span{
        display: none;
    }
    .company-sns-x span{
        display: none;
    }
    .company-sns-fb span{
        display: none;
    }
    .company-sns a.company-sns-web.pc_only{
        display:none;
    }
    .shoppage-list h2 {
        text-align: center;
        font-size: .17rem;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .shoppage-search input[type="text"] {
        padding: 8px 21px 8px 47px;
        text-align: left;
    }
    .shoppage-search {
        width: 352px;
        margin: 0px auto 26px;
    }
}

@media screen and (min-width: 800px){
    .shoppage__information {
        width: calc(100% - 122px);
    }
    .shoppage-logo {
        width: 9%;
        border: 1px solid #000;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .shoppage-logo img {
        width: 70%;
    }
    .shoppage-catch-copy {
        font-size: .18rem;
        margin-top: 10px;
    }
    .shoppage-company-name {
        font-size: .30rem;
        margin-top: 10px;
    }

    .shoppage-text {
        width: 855px;
        margin: 18px 0 45px;
        font-size: .16rem;
        line-height: 1.5;
    }

    .shoppage-company {
        margin-bottom: 15px;
        width: 1100px;
        margin: 24px 0 0;
        padding: 0;
    }

    .shoppage-list__container {
        width: 1100px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .shoppage-list__item {
        width: 48.5%;
        margin: 0 0 35px;
    }
    .shoppage-item-text {
        width: 59%;
    }
    .shoppage-item-text > p {
        font-size: .18rem;
        margin: 20px;
    }
    .shoppage-item-text > div {
        right: 20px;
        bottom: 15px;
    }
    .shoppage-list__price {
        font-size: .18rem;
    }
    .shoppage-list__company {
        font-size: .15rem;
    }
    .shoppage-text p{
        line-height: 2.2;
    }
    .company-sns {
        margin: 0 0 60px;
    }
    .company-sns-web.sp_only{
        display:none;
    }
    .company-sns a {
        margin: 0 20px 20px 0;
        box-shadow: 2px 2px 6px #d8d8d8;
        box-sizing: border-box;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 37px;
        font-weight: 500;
        line-height: 32px;
        color: #003265;
    }
    .company-sns img {
        width: 34px;
        margin-right: 14px;
    }
    .company-sns a.company-sns-FACEBOOK {
        padding-left: 67px;
    }
    .company-sns a.company-sns-INSTAGRAM {
        padding-left: 67px;
    }
    .company-sns a.company-sns-TWITTER {
        padding-left: 67px;
    }
    .company-sns a.company-sns-FACEBOOK:after {
        content: url(https://industry.tsutawal.com/img/shop/logo-facebook.png);  
    }
    .company-sns a.company-sns-INSTAGRAM:after {
        content: url(https://industry.tsutawal.com/img/shop/logo-insta.png);  
    }
    .company-sns a.company-sns-TWITTER:after {
        content: url(https://industry.tsutawal.com/img/shop/logo-x.png);  
    }
    .shoppage-list {
        background-color: #ffffff;
        border-top: solid 2px #000;
        padding-bottom: 53px;
    }
    .shoppage-list__item a {
        box-shadow: 2px 2px 6px #d8d8d8;
    }
    .shoppage-list h2 {
        width: 1100px;
        font-size: .25rem;
        font-weight: 500;
    }
    .shoppage-list-item-h {
        max-width: 1100px;
        margin: 20px auto 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .shoppage-search {
        width: 380px;
        margin: 0 auto 0;
    }
}

@media screen and (max-width: 1530px){
    .shoppage-mainimage {
        width: 550px;
    }
    .shoppage-detail {
        width: calc(100% - 550px);
    }
    .company-sns a span span{

    }
}

@media screen and (max-width: 1000px){
    .shoppage-top {
        flex-direction: column;
    }
    .shoppage-detail {
        width: 100%;
        padding: 0;
    }
    .shoppage-mainimage {
        width: 100%;
        margin-bottom: 0;
    }
    .shoppage-main {
        margin: 0 auto 0;
    }
    .shoppage-company-name {
        line-height: 1.7;
        margin-bottom: -3px;
    }
    .shoppage-company {
        padding: 20px 20px 18px;
    }
    .company-sns a {
        margin: 25px 17px;
    }
}

@media screen and (max-width: 767px){
    .shoppage-list {
        margin-bottom: 60px;
    }
}

