/* BASIC css start */
.sidebar-menu {
    margin: 48px 24px 0;
}


#gallery-list{margin-top: 20px;}

.sidebar-menu {}

.visual-wrapper{margin-top:36px;}
.visual-wrapper img{width:100%}

.menu-section:first-child {padding-top:0}

.menu-section {
    gap: 6px;
    flex-wrap: wrap;
    padding: 28px 0;
    display: flex;
    flex-wrap: wrap;
}

.menu-section:last-child {
    border-bottom: none; 
}

.menu-category {
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
}

.menu-title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    text-align: center;
    background: #FAFAFA;
    width: calc(50% - 3px);
}

.menu-title a{
    padding: 15.5px 0;
    display:block}

.menu-title.on{background:#AD0F0A;color:#fff}
.menu-title.on a{color:#fff}

a{
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;}

.on .menu-category,
.on .menu-title{
    color: #AD0F0A; 
}

.sub-menu {    list-style: none;
    padding-left: 0;
    margin: 12px 0 64px;
    display: flex;
    justify-content: space-between;
}

.sub-menu li {    font-size: 13px;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    font-weight: 400;
    color: #999999;
    width: 50%;
    text-align: center;
}

.sub-menu li a{    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid #DDDDDD;}

.sub-menu li:last-child {
    padding-bottom: 0;
}


.sub-menu li.on a{
    border-bottom: 1px solid #000;
    color: #000;font-weight:700;}
    
    
.sidebar-menu .menu-section:first-child .menu-category {
    padding-top: 0;
}

.block-title{    font-size: 46px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin: 28px 0 0;}
    
.subtitle{    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-left: 0;}
    
.text-content p:not(.subtitle){
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin: 32px 0 80px;}
    
.text-content p:not(.subtitle) img{
    height: 21px;
    margin-top: -7px;}
/* BASIC css end */

