@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/*================== home =================*/
.newsWrap div.news dl dd a {
    color: #FFF;
    text-decoration: underline;
}

.newsWrap div.news dl dd a:visited {
    color: #FFF;
    text-decoration: underline;
    opacity: 0.8;
}

@media only screen and (max-width: 898px){
    .newsWrap div.news dl dd a {
        color: #121212;
    }
}


/*================== common =================*/

div.translate {
    margin-top: 0;
}

.change-color .h-logo img {
    display: none;
}

@media only screen and (max-width: 900px) {
    div.header {
    }

    .header h1.h-logo {
        margin-left: 40%;
    }

    .header div.h-logo {
        margin-left: 40%;
    }
}

/*================== shop =================*/
.shopPage #g-nav .mainNav li a{
    color: #121212 !important;
}

.shopPage #contents_wrap {
    margin-top: 120px !important;
}

div.item_view div.item_option {
    margin-top:10px;
}

/* cart */
.cart-hyouki01 {
    margin-top :30px;
    background-color: #f5f5f5;
    padding: 1em 2em;
    font-size: 0.9em;
}

.cart-hyouki01 h4 {
    font-weight:bold;
    font-size:1.2em;
}

.cart-hyouki01 p {
    margin-bottom: 15px;
}

#entry.purchase {
    margin-top: 200px;
}

#sumcart ul li div.count a {
    color: #f57979;
}


    /*================== shop =================*/

@media screen and (max-width: 900px){
    .shopPage #g-nav .mainNav li a{
        color: #ffffff !important;
    }
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    div.photo div.large img {
        min-width: 50vw;
    }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
    div.search {
        margin-left: 55px;
        margin-top: 0;
    }

    div.item_view {
        margin-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    div.search {
        margin-top: 0;
        margin-left: 55px;
    }

    article div.photo {
        flex-direction: column;
    }

    div.photo div.small {
        min-width: auto;
        max-width: none;
    }

    div.photo div.small ul li {
        flex-basis: 80px;
    }

    div.item_view {
        margin-top: 30px;
    }

    div.item_option div.addcart dl.count {
        max-width: 260px !important;
        min-width: 200px !important;
    }

    div.item_option div.addcart button.addcart {
        max-width: 260px !important;
        min-width: 200px !important;
    }
}

/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}

/*================== sns =================*/

.sns_text {
    display: none;
}

div.sns_list {
    margin-top: 30px;
    border: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.sns_list > div {
    width: calc((100% - 30px) / 4);
    border: none;
}

div.sns_list div.sns_photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sns_photo img {
    width: 100%;
    object-fit: cover;
    height: 100% !important;
    aspect-ratio: 1;
}

@media screen and (min-width: 469px) and (max-width: 768px){
    div.sns_list > div {
        width: calc((100% - 30px) / 2);
    }
}
@media only screen and (max-width: 468px){
    div.sns_list > div {
        width: 100%;
    }
}