@charset "UTF-8";

/* PR area*/
.new_item,
.end{
font-size: 12px;
font-weight: bold;
padding: 4px 8px;
color: #fff;
position: absolute;
top: 0;
right: 0;
}
.new_item{
background:#D0010E;
}
.end{
background: #000000;
}
/* / PR area*/
#mainVisual > div > div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    position: relative;
    padding: 16px 0 40px;
}
.sysItemCategoryPankuzu{
display: none;
}
.sysItemCategoryCtl{
border: none;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
alite-items: center;
}
.sysItemCategoryCtl span{
display: flex;
align-items: center;
justify-content: flex-start;
margin: 0 .5rem 0 0;
width: 100%;
}
.sysItemCategoryCtl a.sysCurrent,
.sysItemCategoryCtl a{
    background: #fff;
    font-size: 0.875rem;
    line-height: 1.0;
    padding: 0.5rem 1rem;
    border: 1px solid #D0010E;
    border-radius: 1rem;
    color: #D0010E;
    cursor: pointer;
display: block;
font-weight: normal;
}
.sysItemCategoryCtl a:hover{
        background: #D0010E;
        color: #fff;
        transition: .3s ease-out;
}
.sysItemList{
width: 100%;
}
.sysItemListDisp div{
float: right;
}
.sysItemListViewType{
display: none;
}
#sysWrap #sysMain{
padding: 0 20px!important;
display: flex;
flex-wrap: wrap;
}

/* 中身 */
.sysItemListDisp{
margin: 24px 0 48px;
width: 100%;
}
.sysThumbnail{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 3rem 1.5rem;
}
.sysItemList ul.sysThumbnail li{
    float: none;
    width: calc((100% - 1.5rem) /2);
    padding: 0;
position: relative;
margin: 0 0 2rem;
}
.sysItemList ul.sysThumbnail li:hover .sysItemName a{
    color: #D0010E;
    transition: .3s ease-out;
}
.sysItemList ul.sysThumbnail li:hover img{
    opacity: 0.7;
    transition: .3s ease-out;
}
.sysItemName{
    margin: 0.5rem 0;
    font-weight: 700;
    font-family: "Zen Old Mincho", 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.sysItemName a{
color: #472427;
font-size: 16px;
    font-weight: 700;
font-family: "Zen Old Mincho", 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}
.sysRetailPrice{
    margin: auto 0 1rem 0;
}
.sysItemPrArea{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

/* pagination */
.sysPagination{
margin: 2rem auto 4rem;
width: 100%;
}
.sysPagination ul{
max-width: 400px;
margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
align-items: center;
gap: 16px;
}
.sysPagination ul li{
width: 32px;
max-width: 36px;
padding: 0;
}
.sysPagination a{
border: 1px solid #D0010E;
color: #D0010E;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height:36px;
line-height: 0;
}
.sysPagination a.sysCurrent{
background: #D0010E;
color: #fff;
}
.sysPagination a.page-next,
.sysPagination a.page-prev{
border: none;
}
/* /pagination */


/* aside */
#sysWrap #sysAside{
background: #F6F4EE!important;
padding: 3rem 1.5rem 3rem!important;
margin-bottom: 0!important;
}
#sysAside .sysHeadline{
font-weight: bold;
padding: 1rem 0;
border-bottom: 1px solid #472427;
    font-family: "Zen Old Mincho", 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}
#sysAside .aside_type_nav{
border-top: 1px solid #472427;
}
.aside-category{
margin-bottom: 0;
}
#sysAside ul li{
padding:0 1rem;
}
#sysAside ul li a{
padding: 0 0 1rem!important;
color: #472427;
}
#sysAside ul li:first-of-type a{
padding: 1rem 0!important;
}
#sysAside ul li a svg{
    height: 0.75rem;
    width: 0.75rem;
    fill: #D0010E;
margin: 0 0 0 1rem;
}
.sysAccordion:after,
.sysAccordion:before{
    content: "";
    display: block;
    background: #D0010E;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transition: .3s ease-in-out;
}
.sysAccordion.sysAccordionHide:before{
    transform: rotate(0deg);
}
.sysAccordionHide ~ .sysContent ul{
border-bottom: 1px solid #472427;
}
/* /aside */


/* pc */
@media(min-width: 1024px){
.sysItemCategoryCtl span{
margin:0 24px 0 0;
        width: auto;
}
.sysItemListDisp{
        margin: 0 0 2.5rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: 2rem;
width: auto;
}
#sysWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding: 0 40px 200px;
    min-height: 1600px;
    gap: 7.5rem 4.5rem;
max-width: 1600px;
margin:0 auto;
}
#sysWrap #sysAside{
    width: 16rem!important;
    flex-shrink: 0;
    padding: 0rem 1.5rem 2rem!important;
margin-top: 2.5rem!important;
}
#sysWrap #sysMain{
    width: calc(100% - 16rem - 4.5rem) !important;
    position: relative;
    padding:0!important;
    justify-content: space-between;
}
.sysItemCategoryForm{
margin:0 auto 0 0;
}
#sysAside .sysHeadline{
        appearance: none;
        color: #472427;
        text-align: left;
        line-height: 1.6;
        font-weight: 700;
        font-family: "Zen Old Mincho", 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        background: none;
        padding: 3px 0 0.5rem 0;
        margin: 2rem 0 0px 0;
        border: none;
        border-bottom: 1px solid #472427;
        width: 100%;
        position: relative;
}
.sysItemCategoryPankuzu{
        display: block;
        position: absolute;
        top: 0px;
        left: calc(-16rem - 4.5rem);
}
.sysItemCategoryPankuzu a{
color: #AAAAAA;
font-size: 12px;
font-weight: 500;
}

/* aside */
#sysAside .aside_type_nav{
border-top: none;
}
.sysContent.sysAccordionInitialHide{
display: block!important;
}
.sysAccordion:after, .sysAccordion:before{
display: none!important;
}
}
/* /aside */




@media(min-width: 1000px){
.sysItemList ul.sysThumbnail li {
    width: calc(33.33% - 17px);
}
}

.spageSide {
width: 16rem;
flex-shrink: 0;
}
.spageSide .breadcrumb {
display: flex;
flex-wrap: wrap;
margin: 0 0 1.5rem 0;
}
.spageSide .breadcrumb li {
display: flex;
align-items: center;
}
.spageSide .breadcrumb li:not(:last-child) {
padding: 0 0.5rem 0 0;
}
.spageSide .breadcrumb li:not(:last-child)::after {
content: "";
display: block;
margin: 0 0 0 0.5rem;
width: 0.75rem;
height: 1px;
background: #aaa;
}
.spageSide .breadcrumb li a {
font-size: 0.75rem;
color: #aaa;
}
@media screen and (max-width: 1024px) {
.spageSide .breadcrumb {
display: none;
}
}
/* -------------- */
.spageSide #sideNav {
padding: 0rem 1.5rem 2rem;
background: #F6F4EE;
}
.spageSide #sideNav .menuListBlock .menuTtl {
appearance: none;
color: #472427;
text-align: left;
line-height: 1.75;
font-weight: 700;
font-family: "Zen Old Mincho",'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
background: none;
padding:0 0 0.5rem 0;
margin: 2rem 0 1rem 0;
border: none;
border-bottom: 1px solid #472427;
width: 100%;
position: relative;
}
.spageSide #sideNav .menuListBlock .menuList {
margin: 0;
padding: 0;
}
.spageSide #sideNav .menuListBlock.is-open .menuList {
display: block;
}
.spageSide #sideNav .menuListBlock .menuList li {
margin: 0 1rem 1rem 1rem;
}
.spageSide #sideNav .menuListBlock .menuList li a {
display: flex;
align-items: center;
gap: 1rem;
color: #472427;
}
.spageSide #sideNav .menuListBlock .menuList li a svg {
height: 0.75rem;
width: 0.75rem;
fill: #D0010E;
}
.spageSide .sideBlock {
margin: 3rem 0 0 0;
}
.spageSide .sideBlock .iconEx {
border-left: 1px #ccc solid;
padding: 0 0 0 1.5rem;
}
.spageSide .sideBlock .iconEx .iconList{
margin: 1em 0;
}
.spageSide .sideBlock .iconEx .iconList dd {
font-size: 0.75rem;
}

@media screen and (max-width: 1024px) {
.spageWrapOuter {
padding: 0 0rem;
}
.spageSide {
width: 100%;
}
.spageSide #sideNav {
padding: 3rem 1.5rem 3rem;
}
.spageSide #sideNav .menuListBlock .menuTtl {
padding:1rem 0 1rem 0;
margin: 0rem 0 0rem 0;
}
.spageSide #sideNav .menuListBlock:first-child .menuTtl {
border-top: 1px solid #472427;
}
.spageSide #sideNav .menuListBlock .menuTtl::after,
.spageSide #sideNav .menuListBlock .menuTtl::before {
content: "";
display: block;
background: #D0010E;
width: 14px;
height: 2px;
position: absolute;
top: 50%;
right: 0.5rem;
}
.spageSide #sideNav .menuListBlock .menuTtl::before {
transform: rotate(-90deg);
transition: .3s ease-in-out;
}
.spageSide #sideNav .menuListBlock.is-open .menuTtl::before {
transform: rotate(0deg);
}
.spageSide #sideNav .menuListBlock .menuList {
display: none;
padding: 1rem 0 0 0;
}
}



.categoryAside-icon{
position: relative;
}
.spageSide{
    position: absolute;
    left: -25px;
    top: 2rem;
}
/* /pc */


.cateAside{
display: none;
}
@media(max-width: 1024px){
.spageSide{
display: none;
}
}


.ec #ecRankArea .ecRankBlock:hover a {
color: #D0010E;
transition: .3s ease-out;
}
#sysAll{
overflow: hidden;
}
.sysWishlistLoginGroup .mdl_dlg_submit,
.sysWishlistForm .mdl_dlg_submit{
    width: 100%;
    padding: 0.5rem 1rem;
    text-align: center;
    border: none;
    color: #fff;
    background: #D0010E;
    font-weight: bold;
    margin: 3rem auto 1rem;
}
.sysWishlistMemberRegisterGroup .sysWishlistMemberRegistButton{
    width: 100%;
    padding: 0.5rem 1rem;
    text-align: center;
    border: none;
    color: #fff;
    background: #D0010E;
    font-weight: bold;
    margin: 1rem auto;
}
.sysWishlistMemberRegisterGroup .sysWishlistMemberRegistButton,
.sysWishlistLoginGroup .mdl_dlg_submit,
.sysWishlistForm .mdl_dlg_submit{
    background: #FB8990;
    transition: .3s ease-out;
}
div.sysWishlistCloseBottomButtonGroup > button{
    width: 100%;
    background: #000;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    border-top: none;
    color: #fff;
}
div.sysWishlistCloseBottomButtonGroup > button:hover{
    background: #ccc;
    transition: .3s ease-out;
}