@charset "utf-8";

/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* #Color
================================================== 
（ロゴレッド）
メイン	#E40011

*/


* {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


.bg-color, .bg-color #header-wrap {
    background-color: #282828 !important;
}
.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
	color: #E40011;
}
.ls-2 {
    letter-spacing: 2px;
}


/* #TOP Page
================================================== */
.product-price ins {
    color: #E40011;
}
.product-price span {
    font-size: 0.7rem;
}

#top-rakuten {
    position: relative;
}
#top-rakuten img {
    height: 20px;
}

@media (min-width: 992px) {
}




.button-white:not(.button-border):hover {
    background-color: #999 !important;
}

@media (max-width: 767.98px) {
    .items-nav li:not(:last-child):not(.no-divider)::before {
        content: '/';
        position: absolute;
        right: -10px;
        top: 50%;
        color: #AAA;
        transform: translateY(-50%);
    }

    .header-size-custom #logo img {
        height: 60px;
    }
}
@media (min-width: 768px) {
    .items-nav li a {
        position: relative;
        padding: 3px 0 3px 0.8rem !important;
    }
    .items-nav li a:not(.no-divider)::before {
        font-family: "font-icons";
        content: "\e7a5";
        position: absolute;
        left: 0;
        top: 2px;
        color: #AAA;
        font-weight: 400;

    }
/*
    .items-nav li a {
        position: relative;
    }
    .items-nav li a:not(.no-divider)::before {
        font-family: "font-icons";
        content: "\e7a5";
        position: absolute;
        right:1rem;
        top: 2px;
        color: #AAA;
        font-weight: 400;
    }
*/
}

.container-fluid.features {
    margin: 80px 0;
}

#rakutenHeader .slider-inner{
    height: 400px;
    overflow: hidden;
}
#rakutenHeader .slider-caption h2 {
    margin-bottom: 1rem;
}
#rakutenHeader .slider-caption p {
    display: none;
}

/* #Bottom
================================================== */
#shopping-guide h4 {
    position: relative;
}
#shopping-guide h4:before {
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #D82D2C;
}
#shopping-guide h4 + p {
    margin-bottom: 0.8rem;
}
/*
#shopping-guide a {
    color: #E40011;
}
#shopping-guide a:hover {
    color: #555;
}
*/

/* #foot
================================================== */
.copyrights-menu a {
    margin-top: 10px;
}
#footer .widget > h4 {
    position: relative;
}
#footer .widget > h4:before {
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #D82D2C;
}
#footer .widget > h4 + p {
    margin-bottom: 0.8rem;
}
