body{
    margin: 0 30px;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.sticky-content{
    position: sticky;
    top: 0; 
    background-color: white;
    background-image: url("../assets/header.png");
    background-repeat: no-repeat;
    background-size: contain;
}

/* ロゴ */
img.logo {
    height: 80px;
}

div.logo-container {
    margin-bottom: 4vh;
}

/* 作品全体のラッパー */
div.book-wrapper {
    display: grid;
    column-gap: 10px;
    grid-template-columns: minmax(150px, 1fr) 3fr;
    margin-bottom: 75px;
}

/* 説明 */
object.description{
    width: 100%;
    height: 400px;
}

/* 表紙 */
div.frontpage {
    display: flex;
    align-items: center;
    width: 100%;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "　";
    background-origin: content-box;
    background-position: center;
    padding-right: 20px;
} 

/* メインアイテム */
div.book-main-container {
    display: grid;
    grid-template-rows: minmax(60px, 0.5fr) 3fr auto;
}

/* ショップリスト */
div.shoplists{
    display: flex;
    flex-wrap: wrap;
}

/* ショップ */
.promo-shop{
    width: 200px;
    height: 40px;
}

figure.promo-shop {
    margin-block-start: 0px;
    margin-block-end: 30px;
    margin-inline-start: 0px;
    margin-inline-end: 50px;
}

figcaption.promo-caption{
    text-align: center;
    font-size: 0.8em;
    white-space: pre;
}