@charset "UTF-8";

/* ----------------------------------
 COMMON
---------------------------------- */
#header {
    margin-bottom: 0;
}

.eng {
    font-family: 'Noto Sans Japanese', sans-serif;
}

/* ----------------------------------
 SHOP HEADER
---------------------------------- */
#shop_header_bg {
    min-height: 160px;
    margin: 0 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#shop_header_bg .shop-header-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#shop_header_banner {
    margin: 0 0 40px 0;
}

#shop_header_banner .shop-header-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

/* ----------------------------------
 SHOP LEFT
---------------------------------- */
#left_connect .banners {}

#left_connect .banners li {
    margin: 0 0 10px 0;
    text-align: center;
}

/* ----------------------------------
 SHOP FOOTER
---------------------------------- */
#shop_footer {
    padding: 60px 0;
    border-top: #E0E0E0 1px solid;
}

#shop_footer .shop-footer-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#shop_footer .shop-footer-logo {
    width: 260px;
    padding: 0 40px 0 0;
    border-right: #E0E0E0 1px solid;
}

#shop_footer .shop-footer-logo img {
    width: 220px;
    vertical-align: top;
}

#shop_footer .shop-footer-menu {
    width: calc(100% - 260px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#shop_footer .shop-footer-menu li {
    margin: 0 0 0 40px;
    font-size: 16px;
}

#shop_footer .shop-footer-menu li a {
    padding: 0 0 0 20px;
    transition: 0.3s;
    position: relative;
    display: block;
}

#shop_footer .shop-footer-menu li a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #111;
    border-top: 1px solid #111;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
}

#shop_footer .shop-footer-menu li a:hover {
    text-decoration: underline;
}

/* ----------------------------------
 SHOP TOP
---------------------------------- */
#shop_top .shop-top-banner {
    margin: 0 0 40px 0;
    text-align: center;
}

/* mainvisual */
#top_mainvisual {
    margin: 0 0 80px 0;
}

#top_mainvisual #slide_mv li {
    height: 310px;
}

#top_mainvisual .bx-wrapper .bx-pager {
    padding-top: 20px;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #E0E0E0;
}

#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    margin: 0 10px;
    outline: 0;
    border-radius: 12px;
    background: #E0E0E0;
    text-indent: -9999px;
    display: block;
}

#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a.active,
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #111111;
}

#top_mainvisual .bx-wrapper .bx-pager-item,
#top_mainvisual .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
}

#top_mainvisual .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* pickup */
#top_pickup {
    margin: 0 0 60px 0;
}

#top_pickup .banners {
    display: flex;
    flex-wrap: wrap;
}

#top_pickup .banners li {
    width: 450px;
    margin: 0 30px 10px 0;
}

#top_pickup .banners li:nth-child(2n) {
    margin: 0 0 10px 0;
}

/* features */
#top_features {
    padding: 40px 19px 20px;
    margin: 0 0 80px 0;
    border: #E0E0E0 1px solid;
    border-radius: 10px;
    background: #F8F8F8;
    box-sizing: border-box;
}

#top_features .headline {
    margin: 0 0 30px 0;
}

#top_features .eng {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    color: #111111;
}

#top_features .jpn {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #666666;
}

#top_features .banners {
    display: flex;
    flex-wrap: wrap;
}

#top_features .banners li {
    width: 290px;
    margin: 0 10px 10px 0;
}

#top_features .banners li img {
    vertical-align: top;
}

#top_features .banners li a {
    transition: 0.3s;
}

#top_features .banners li a:hover {
    opacity: 0.7;
}

#top_features .banners li:nth-child(3n) {
    margin: 0 0 10px 0;
}