@charset "UtF-8";
/* base.css */

/*
// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap
*/
body {
    font-family: Noto Sans JP,-apple-system,BlinkMacSystemFont,Helvetica Neue,YuGothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
}

header {
    height: 166px;
    background-image: url(img/header.jpg);
    background-size: auto 166px;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: white; */
}

header h1 {
    display: none;
}

footer {
    font-size: small;
    text-align: center;
    padding: 20px;
}

.strong {
    font-weight: 700;
}

/* ナビゲーション */
.navbar .thumbs:before {
    content: "\f00a";
    font-family: fontawesome;
    margin-right: 2px;
}
.navbar .circle-left:before {
    content: "\f137";
    font-family: fontawesome;
    margin-right: 2px;
}
.navbar .circle-right:before {
    content: "\f138";
    font-family: fontawesome;
    margin-right: 2px;
}
.navbar .circle-up:before {
    content: "\f139";
    font-family: fontawesome;
    margin-right: 2px;
}
.navbar .circle-down:before {
    content: "\f13a";
    font-family: fontawesome;
    margin-right: 2px;
}
.navbar .shopping-cart:before {
    content: "\f07a";
    font-family: fontawesome;
    margin-right: 2px;
}
.navbar .warning:before {
    content: "\f071";
    font-family: fontawesome;
    margin-right: 2px;
}
.navbar .file-text:before {
    content: "\f0f6";
    font-family: fontawesome;
    margin-right: 2px;
}



.content > h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    height: 38px;
    border: solid 1px #a4abad;
    border-radius: 4px;
    text-shadow: 0 0 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    padding-left: 15px;
    margin-bottom: 20px;
}

h3#gamesoft-shipping {
    font-size: 1rem;
    margin-left: 1rem;
    font-weight: bold;
}


.item-thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item-thumbnail {
    width: 222px;
    margin: 0 4px 40px;
    font-size: 12px;

}    

.item-thumbnail .title,
.item-detail .title
 {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    border-radius: 18px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item-thumbnail .item-name {
    font-size: 14px;
    font-weight: bold;
    word-break: keep-all;
    padding-left: 5px;
}
.item-thumbnail .item-name a {
    text-decoration: none;
    color: inherit;
}
.item-thumbnail .item-name a:hover {
    color: rgb(0 86 179);
}

.item-thumbnail .price,
.item-detail .price
 {
    text-align: right;
}

.item-thumbnail .price .strong,
.item-detail .price .strong {
    font-weight: bold;
    font-size: large;
    color: #DC1414;
}

.item-thumbnail .thumbnail-image {
    /* background-color: white; */
}
.item-thumbnail .thumbnail-image a:hover {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}


.item-detail {
    margin-bottom: 100px;
}
.item-detail > h1 {
    font-size: 20px;
    font-weight: bold;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 1.5;
    border-width: 1px 1px 1px 8px;
    border-style: solid; 
    border-radius: 3px;
    padding-left: 8px;
    background-color: white;
}
.item-detail .top-image {
    text-align: center;
}
.item-detail .top-image img {
    border-radius: 6px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}
.detail-body h1 {
    font-size: 16px;
    font-weight: bold;
    word-break: keep-all;
    overflow-wrap: break-word;
    border-bottom: solid 1px #240707;
}
.detail-body h2 {
    font-size: 16px;
    font-weight: bold;
}
.detail-body h2:before {
    color: #47c5bf;
    content: "\f138";
    font-family: fontawesome;
    margin-right: 5px;
}
.item-detail .title {
    margin-top: 0.5rem;
}
.detail-body .note {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
    background: #FFF;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #CCC;
}
.detail-body .note p:last-child {
    margin-bottom: 0;
}
.detail-body .note ol {
    margin-left: 0;
    padding-left: 1rem;
}

.item-detail .price .strong {
    font-size: 32px;
}

.add-cart:before {
    content: "\f218";
    font-family: fontawesome;
    margin-right: 4px;
}
.cart-closed:before {
    content: "\f00d";
    font-family: fontawesome;
    margin-right: 4px;
}



/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    header {
        height: 192px;
        background-size: auto 192px;
    }
    .item-thumbnails {
        justify-content: space-between;
    }    
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    header {
        height: 256px;
        background-size: auto 256px;
    }
    .item-thumbnails {
        justify-content: flex-start;
    }    
    .item-detail > h1 {
        font-size: 28px;
    }
    .detail-body h1 {
        font-size: 20px;
    }
        
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    header {
        height: 330px;
        background-size: auto 330px;
    }
    .item-detail .title {
        margin-top: 0;
    }
    
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    header {
        height: 400px;
        background-size: auto 400px;
    }
    .item-thumbnail {
        margin: 0 26px 40px;
    }    
    
}

.dev {
    color:lawngreen;
}

.dev-info {
    font-size: small;
    font-family: 'Noto Sans CJK JP', monospace;
    background-color: rgba(124, 252, 0, 0.5);
    border-radius: 0.5em;
    width: 25%;
    padding: 2px;
}
.dev-info ul {
    padding-inline-start: 2em;
    margin: 0;

}