@charset "UTF-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
}


#heder_items {
    width: 100%;
}

#hdnav1 {
    width: 100%;
    background: #eee;
}

#hdnav1 p {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 0.9rem;
}

#hdnav2 {
    width: 100%;
    max-width: 1200px;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
}

#hdnav2 ul {
    display: flex;
    align-self: flex-end;
}

#hdnav2 ul li {
    margin-left: 15px;
    display: flex;
    align-items: center;
    padding: 10px;
}

#hdnav2 ul li.crtbtn {
    background: #000;
    border-radius: 30px;
    padding: 10px 20px;
}

#hdnav2 ul li.crtbtn a {
    color: #fff;
}

#hdnav2 ul li span {
    vertical-align: middle;
    font-size: 1.7rem;
}

#nav_bar {
    width: 100%;
    background: #eee;

}

#nav_bar .menu-list,
#nav_bar .sub-menu-list {
    font-size: 0;
}

#nav_bar .menu-list li,
#nav_bar .sub-menu-list li {
    display: inline-block;
}

#nav_bar .menu-list li.selected {
    background: #c60109;
}

#nav_bar .menu-list li a {
    color: #ffffff;
    text-decoration: none;
    border-right: 1px dotted #fff;
    display: block;
}

#nav_bar .sub-menu-list {
    display: none;
    border-top: 1px solid #000;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 0;

    transition: 0.3s ease-in-out;
}

#nav_bar .sub-menu-list.selected {
    display: flex;
    flex-wrap: wrap;
}

#nav_bar .sub-menu-list li {
    width: 15.5%;
    margin: 0 5px 10px;
}

#nav_bar .sub-menu-list li a {
    display: block;
    padding: 20px;
    font-size: 14px;
    background: #fff;
    color: #000;
    text-decoration: none;
}

#nav_bar .sub-menu-list li a:hover {
    opacity: 0.7;
}

#nav_bar .sub-menu-list li a::before {
    content: '▶';
    font-weight: bold;
    color: #cf1516;
    margin-right: 10px;
}

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1100px;
    margin: 0 auto;

}

.menu>li {
    float: left;
    width: 20%;
    /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.menu>li a {
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
}
.menu>li span{margin-right: 5px;}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

li.menu__mega:hover {
    background: #313131;
    color:#fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
li.menu__mega:hover > a{ color:#fff;}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a {
    background: #fff;
    color: #000;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
    height: 56px;
    padding: 6px;
    display: flex;
    align-items: center;
    width: 100%;
}

.menu__second-level li a:hover {
    background: #111;
    color: #fff;
}

.menu__second-level li a::before {
    content: "▶";
    color: red;
    margin-right: 10px;
    vertical-align: middle;
}

.menu__third-level li a:hover {
    background: #313131;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #313131;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 999;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

ul.menu__second-level {
    display: flex;
    flex-wrap: wrap;
}

li.menu__mega ul.menu__second-level>li {
    width: 15.3%;
    margin: 0 5px 10px;
}

li.menu__mega ul.menu__second-level>li:nth-child(3n+2) {
    margin: 0 1%;
}

.toppage_h1{ text-align: center; padding: 10px 0; font-size: 0.8rem;}

.itme_listbox{ margin-bottom: 50px;}
.itme_listbox p{padding: 6px 10px; background: #000; color: #fff; display: flex;align-items:center; font-size: 18px;margin-bottom: 30px;}
.itme_listbox p span{padding-right: 10px;font-size: 35px;}

.itme_listbox span.fs-c-productName__name {
    font-size: 0.8rem;
    line-height: 150%;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 4.5em;
}

.itme_listbox span.fs-c-productPrice__main__label {
    display: none;
}
.itme_listbox .fs-c-productPrice {
    justify-content: flex-end;
}

.itme_listbox .fs-c-productPrice__addon{font-size: 0.9rem;
    margin-left: 5px;
}
.itme_listbox .fs-c-productListItem__control{ display: none;}


.topick_itemlist {
    display: flex;
}

.topick_itemlist > div {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    background: #eee;
    border: 10px solid #fff;
    align-self: stretch;
    align-content: flex-start;
}
.topick_itemlist span.fs-pt-column__image {
    width: 100%;
    padding: 10px 0 15px;
}

.topick_itemlist span.fs-pt-column__heading {
    font-size: 1.2rem;
}

.topick_itemlist .fs-pt-column__description {
    font-size: 0.9rem;
    line-height: 150%;
}

/* brandwrap */
section.k_brandwrap {
    width: 100%;
    padding: 50px 0;
    background: #eee;
}
.k_brandbox {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.k_brandbox h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 25px;
}
.k_brandbox h2 span {
    font-size: 0.95rem;
    margin-left: 15px;
}
.k_brandbox ul.brand_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.k_brandbox li {
    width: 16%;
    padding: 15px;
}

.k_brandbox a {
    font-size: 0.8rem;
    display: block;
    text-align: center;
}

.k_brandbox img {
    font-size: 0.8rem;
    display: block;
    text-align: center;
}
.k_brandbox img {
    width: 100%;
    margin-bottom: 10px;
}

/* footer */
.k_footerwrap {
    width: 100%;
    background: #000;
    color: #fff;
}
.k_footerbox {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}
.k_footerbox section {
    border-left: 1px solid #999;
    padding-left: 60px;
}
.k_footerbox section:first-child {
    border: none;
}
.k_footerbox h3 {
    display: flex;
    align-items: center;
}
.k_footerbox h3 span {
    margin: 10px;
    color: #999;
    font-size: 0.85rem;
}
.k_footerbox h3 span:first-child {
    font-size: 1.6rem;
    margin-left: 0;
}
.k_footerbox li {
    margin: 20px 0;
}
.k_footerbox li:before {
    content: "done"; 
font-family: "Material Icons";

    margin-right: 10px;
    font-weight: bold;
    color: #999;
}
.k_footerbox li a {
    color: #fff;
}
.k_footerbox p {
    display: flex;
    margin-bottom: 15px;
}
.k_footerbox h4 {
    margin: 20px 0;
}
.k_footerbox p span {
    font-size: 1.4rem;
    margin: 0 10px 0 0;
    color: #383838;
}