.pc {
    display: block;
}

.sp {
    display: none;
}

/*LOGO*/

#logo img {
    max-width: 35vmax;
    vertical-align: super;

}

@media only screen and (max-width: 1000px) {
    #logo img {
        vertical-align: super;
    }
}

@media only screen and (max-width: 480px) {
    #logo img {
        max-width: 33vmax;
    }

    .pc {
    display: none;
}

    .sp {
    display: block;
}
}

/*CONCEPT*/

#concept {
    position: relative;
    padding: 20px 0 90px 0;
}

#concept h2 {
    font-size: 2rem;
    font-family: 'Crimson Pro','Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: normal;
    letter-spacing: .1em;
    margin: 0 0 70px 0;
    text-align: center;
    position: relative;
}

#concept h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
    border-bottom: 1px solid #000;
    width: 40px;
}

#concept p {
    line-height: 2;
}

#concept p.mb {
    margin-bottom: 10px;
}

#concept p.ta-c {
    text-align: center;
}

@media only screen and (max-width: 480px) {
    #concept h2 {
        font-size: 1.7rem;
    }
}

/*PARTNERSHIP*/

#rssbox ul {
    display: block;
}

#rssbox ul li a img {
    height: 50vw;
}

/*LINE*/

#homecatvisual {
    margin-bottom: 10%;
    min-height: 20vh;
}

@media only screen and (max-width: 900px) {

    #homecatvisual {
    margin-bottom: 40%;
    min-height: 40vh;
}

}

/*ITEM*/

#product-message-wrapper p {
    font-size:17px;
    line-height: 2;
}

.p-left {
    padding-left: 2em;
}

.mb-plus {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
    #product-message-wrapper p {
    font-size:15px;
    }  
}

[data-page="other"] #homecatvisual {
    display: none;
}

[data-page="other"] .line-info-product {
    text-align: center;
    line-height: 2;
    margin: 40px 0;
}