/* カスタマイズ用CSS */
.ec-shelfRole {
  padding: 40px 0; }
.ec-shelfRole .ec-shelfRole {
    display: flex;
    flex-wrap: wrap; }
.ec-shelfRole .ec-newItemRole__listItem {
    margin-bottom: 4%;
    width: 48%;
    height: auto; }
.ec-shelfRole .ec-newItemRole__listItem:not(:first-child) a {
      color: black; }
.ec-shelfRole .ec-newItemRole__listItem:nth-child(odd) {
      margin-right: 4%; }
.ec-shelfRole .ec-newItemRole__listItemHeading {
    margin-top: calc(45% - 20px); }
.ec-shelfRole .ec-newItemRole__listItemTitle {
    margin: 8px 0;
    font-size: 14px;
    font-weight: bold; }
.item_price {
    font-size: 12px; }
    
#payment_image {
    width: auto;
    height: 100%;
}
#img {
    width: auto;
    height: 100%;
}
.gift img{
    width: 25%;
    margin-bottom: 10px;
}
.gift a{
    color: inherit;
    text-decoration: none;
}

.header-banner {
    font-size: 20px;
    background-color: rgb(246,248,232);
    line-height: 1;
    text-align: center;
    min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}
.header-banner span {
    font-family: var(--syueimaru-font-family);
    color: rgb(162, 32, 65);
}

nav.header_nav{
    display: none; /* デフォルトでは非表示（スマホなど） */
}

@media screen and (min-width: 1024px) {
    nav.header_nav {
        display: block; /* PCでは表示 */
    }
}

.ec-eyecatchRole__image {
    display: none !important; /* デフォルトでは非表示（スマホなど） */
}

@media screen and (min-width: 1024px) {
    .ec-eyecatchRole__image {
        display: block !important; /* PCでは表示 */
    }
}


.header_nav ul {
    max-width: min(100% - 50px, 1200px);
    font-family: var(--syueimaru-font-family);
    line-height: 1.5;
    display: flex;
    margin: 0px auto;

}
.header_nav li {
    font-size: 1.7rem;
    text-align: center;
    position: relative;
    
    list-style: none;
}
.header_nav li a {
    display: block;
    padding: 10px 28px;
    color: rgb(67, 61, 60);
}
.page_title{
    margin: 40px auto 40px;
}
.tb_box{
    font-size: 1.8rem;
    margin: 0px auto 100px;
}
.ec-eyecatchRole__intro {
     width: 100%;
}