@font-face {
    font-family: 'gotham';
    src: url('../font/f-gotham-medium.eot');
    src: url('../font/f-gotham-medium.eot') format('embedded-opentype'),
         url('../font/f-gotham-medium.ttf') format('truetype'),
         url('../font/f-gotham-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-family: "Noto Sans JP", "Þâ¥´¥·¥Ã¥¯ Medium", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic Medium", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ ProN", "Hiragino Kaku Gothic ProN", "¥á¥¤¥?ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
p {
    margin: 0;
    font-weight: inherit;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
}

a:link,
a:visited,
a:active,
a:focus {
    outline: none;
    color: inherit;
    text-decoration: none;
}

[data-hidden="true"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ¥È¥Ã¥× */

.header {
    border-bottom: 1px solid #969696;
}

.header_inner {
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.header_logo {
    padding: 28px 0 20px;
    display: block;
    text-align: center;
}

.header_nav {
    position: relative;
}

.header_nav > ul {
    overflow: hidden;
}


.header_nav > ul > li {
    position: relative;
    display: inline-block;
    color: #fff;
    line-height: 32px;
}

/* ¥ª¥Õ¥£¥·¥ã¥?µ¥¤¥È¤Ø¤Î¥?ó¥¯¥³¥á¥ó¥È¥¢¥¦¥È¤Ë¤è¤?É²Ã */

.header_nav {
    text-align: center;
}

.header_nav > ul > li {
    margin-right: 40px;
}

/* ¥ª¥Õ¥£¥·¥ã¥?µ¥¤¥È¤Ø¤Î¥?ó¥¯¥³¥á¥ó¥È¥¢¥¦¥È¤Ë¤è¤?Ñ¹¹ */
/*
.header_nav > ul > li:not(:first-child) {
    margin-left: 40px;
}
*/

.header_nav > ul > li > a:hover {
    text-decoration: underline;
}

.header_nav > form {
    position: absolute;
    top: 0;
    right: 0;
    width: 182px;
    height: 32px;
    border: 1px solid #969696;
}

.header_nav > form > [type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    line-height: 30px;
}

.header_nav > form > [type="submit"] {
    background: url(../img/pc/common/icon_search.png) #c1061f center center no-repeat;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}


/* ¥È¥Ã¥× */

.top_notice {
    background: #c8c8c8;
    color: #000;
    margin: 40px auto;
    padding: 20px;
    width: 800px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top_notice > h2 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 26px;
}

.top_notice > h2 + p {
    font-size: 15px;
    line-height: 1.73;
}

.top_pick_up,
.top_basic_item,
.top_products {
    padding-bottom: 50px;
    text-align: center;
}

.top_section_title {
    display: block;
    margin: 30px auto;
}

.top_section_title h2 {
    color: #fff;
    line-height: 1;
}

.top_section_title h2 + p {
    color: #c1061f;
    font-size: 18px;
    line-height: 1;
}

.top_pick_up h2,
.top_basic_item h2 {
    margin-bottom: 15px;
    font-size: 40px;
}

.top_products h2 {
    font-size: 48px;
    font-family: gotham, sans-serif;
}

/* ¥á¥¤¥? */

.main_inner {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}

/* ¥Ô¥Ã¥¯¥¢¥Ã¥×¥¢¥¤¥Æ¥? */

.top_pick_up_list {
    padding: 0 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top_pick_up_list > ul {
    overflow: hidden;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top_pick_up_list > ul > li {
    position: relative;
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top_pick_up_list > ul > li:first-child {
    border-left: 1px solid #000;

}

.top_pick_up_list > ul > li:not(:first-child) {
    border-left: 1px solid #969696;
}

.top_pick_up_list > ul > li::before {
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 50px;
    height: 50px;
    background-image: url(../img/pc/common/icon_new.png);
    background-size: 100%;
    content: "";
}

.subpage .top_pick_up_list > ul > li::before {
    width: 40px;
    height: 40px;
}

.top_pick_up_list > ul > li > a,
.top_basic_item_list > ul > li > a,
.top_must_have_item_list > ul > li > a {
    display: block;
}


.top_pick_up_list > ul > li > a img,
.top_basic_item_list > ul > li > a img,
.top_must_have_item_list > ul > li > a img {
    max-width: 100%;
}

.top_pick_up_list > ul > li > a:hover {
    box-shadow: 0 0 0 5px #c1061f inset;
}


.top_pick_up_list > ul > li a:hover img,
.top_basic_item_list > ul > li a:hover img,
.top_must_have_item_list > ul > li a:hover img {
    position: relative;
    z-index: -1;
    opacity: .5;
}

/* ¥Ù¡¼¥·¥Ã¥¯¥¢¥¤¥Æ¥? */

.top_basic_item_list > ul {
    overflow: hidden;
}

.top_basic_item_list > ul > li {
    float: left;
    width: 240px;
}

.top_basic_item_list > ul > li img {
    border: 1px solid #969696;
}

.top_basic_item_list > ul > li:not(:first-child) {
    margin-left: 13px;
}


/* ¥Þ¥¹¥È¥Ï¥Ö¥¢¥¤¥Æ¥? */

.top_must_have_item_list {
    border-bottom: 1px solid #969696;
}

.top_must_have_item_list > ul > li {
    border-top: 1px solid #969696;
}


/* ¾¦ÉÊ¥«¥Æ¥´¥ê¡¼ */

.top_products_list > ul {
    font-size: 0;
}

.top_products_list > ul > li {
    position: relative;
    display: inline-block;
    margin-bottom: 13px;
}

.top_products_list > ul > li:not(:first-child) {
    margin-left: 13px;
}

.top_products_list_title {
    position: absolute;
    left: 17px;
    top: 0;
    text-align: left;
    height: 100%;
}

.top_products_list_title > div {
    height: 200px;
    display:table-cell;
    vertical-align:middle;
}

.top_products_list_title h3 {
    color: #fff;
    font-size: 32px;
    font-family: gotham, sans-serif;
    line-height: 1;
}

.top_products_list_title h3 + p {
    color: #969696;
    font-size: 15px;
}

.top_products_list > ul > li a:hover img,
.top_products_list > ul > li a:hover div {
    opacity: .5;
}


/* footer */

.footer {
    border-top: 1px solid #969696;
    padding-top: 40px;
}

.footer_inner {
    margin: 0 auto;
    width: 1000px;
}

.footer h2 {
    text-align: center;
    color: #c1061f;
    margin-bottom: 30px;
}

.footer_main_block p {
    line-height: 1.7;
}

.footer_main_block {
    background: #1e1e1e;
    margin-bottom: 14px;
    padding: 30px 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_notice  {
    margin-top: 10px;
    color: #b4b4b4;
}

.footer_blocks small {
    display: block;
    color: #b4b4b4;
    font-size: 100%;
}

.footer_notice li {
    line-height: 1.4;
}

.footer_link {
    display: block;
    position: relative;
    padding: 20px 0 20px 30px;
    font-size: 15px;
    background: url(../img/pc/footer/footer_arrow.png) no-repeat center left;
}

.footer_link:hover {
    text-decoration: underline;
}

.footer_time {
    margin: 30px 0 20px;
}

.footer_blocks {
    overflow: hidden;
}

.footer_blocks p {
    line-height: 1.57;
}

.footer_block p + ul {
    margin-top: 10px;
}

.footer_block ul + h3 {
    margin: 20px 0 15px;
}

.footer_block h3 {
    margin: 0 0 5px;
}

.footer_block h3 + p + h3,
.footer_block small + h3 {
    margin-top: 25px;
}

.footer_block {
    padding: 30px;
    float: left;
    width: 324px;
    background: #1e1e1e;
    margin-top: 14px;
    height: 410px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_block:nth-child(1),
.footer_block:nth-child(2),
.footer_block:nth-child(3) {
    margin-top: 0;
    height: 500px;
}

.footer_block:not(:nth-child(3n + 1)) {
    margin-left: 14px;
}

.footer_copyright {
    display: block;
    line-height: 45px;
    font-size: 12px;
    text-align: center;
}

.footer_navigation {
    border-top: 1px solid #969696;
    margin-top: 45px;
    text-align: center;
}

.footer_navigation ul {
    padding: 20px 0;
}

.footer_navigation li {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    background: url(../img/pc/footer/footer_arrow.png) no-repeat center left;
}

.footer_navigation li:not(:first-child) {
    margin-left: 50px;
}

/* ¥?Õ¥È¥Ê¥Ó */

.left_navigation {
    padding: 0 0 30px;
    width: 200px;
    margin-right: 10px;
}

.right_content {
    width: 770px;
    padding: 30px 0;
}

.left_navigation_basic_item img {
    width: 100%;
}
.left_navigation_basic_item > ul {
    border-top: 1px solid #6e6e6e;
}

.left_navigation_basic_item > ul > li {
    display: block;
    border-bottom: 1px solid #6e6e6e;
}


.left_navigation_title {
    text-align: center;
    margin: 40px 0 20px;
}

.left_navigation_title > h1 {
    color: #fff;
    font-size: 28px;
    font-family: gotham, sans-serif;
    line-height: 1;
}

.left_navigation_title > h1 + p {
    font-size: 14px;
    color: #c1061f;
    line-height: 1;
    margin-top: 10px;
}

.left_navigation_category > ul > li,
.left_navigation_category > ul > li > ul > li {
    height: 34px;
    overflow: hidden;
}

.left_navigation_category > ul > li[data-toggle-flag=true],
.left_navigation_category > ul > li > ul >li[data-toggle-flag=true] {
    height: auto;
}

.left_navigation_category > ul > li[data-toggle-flag=true] > ul,
.left_navigation_category > ul > li > ul > li[data-toggle-flag=true] > ul {
    display: block;
}

.left_navigation_category > ul > li > p,
.left_navigation_category > ul > li > ul > li > p {
    padding-left: 25px;
    position: relative;
}

.left_navigation_category > ul > li img {
    max-width: 100%;
}

.left_navigation_category > ul > li > p > i,
.left_navigation_category > ul > li > ul > li > p > i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/pc/left_navigation/list_arrow.png) no-repeat;
    cursor: pointer;
}

.left_navigation_category > ul > li > p a {
    line-height: 1;
    padding: 10px 0;
    display: block;
}

.left_navigation_category > ul > li > ul > li > p a {
    line-height: 1;
    display: block;
}

.left_navigation_category > ul > li > ul > li > ul > li > a {
    display: block;
}

.left_navigation_category > ul > li > a:first-child {
    line-height: 1;
    padding: 10px 0 10px 25px;
    display: block;
    background: url(../img/pc/left_navigation/list_arrow.png) no-repeat center left;
}

.left_navigation_category > ul > li > ul {
    display: none;
}

.left_navigation_category > ul > li > ul > li,
.left_navigation_category > ul > li > ul > li > ul > li {
    padding: 10px 0 10px 25px;
}

.left_navigation_category > ul > li > ul > li > ul > li:first-child {
    padding: 20px 0 0 25px;
}

.left_navigation_category > ul > li > ul > li > ul > li:last-child {
    padding: 10px 0 0 25px;
}

/* ¥«¥Æ¥´¥ê¡¼¥Ú¡¼¥¸¥«¥¹¥¿¥Þ¥¤¥º */

span.subcategory_list,
a.subcategory_list {
    display: none;
}

.category_list {
    max-width: 656px;
    display: block;
    margin: 36px auto 0;
    text-align: center;
}

.category_list ul {
    display: inline-block;
    text-align: left;
    font-size: 0;
}

.category_list li {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 150px;
    margin-bottom: 14px;
    padding: 0 7px;
}

.category_list li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #505050;
    color: #fff;
    outline: none;
}

.category_list li a:hover {
    background: #707070;
    color: #fff;
    text-decoration: none;
}

#risFil .risfHeadFootWrap {
    color: #fff;
    border-color: #6e6e6e;
    border-width: 1px 0;
    background: #000;
    margin-bottom: 30px;
}

#risFil .risfHeadPart {
    padding: 14px 7px;
    border: 0;
}

#risFil + br + table .etc_link {
    display: none;
}

#rnkInShopWrapper,
#rakutenLimitedId_inshop_recommend {
    width: 770px!important;
    background: #fff;
}

.category_head_title {
    position: relative;
    width: 770px;
    height: 200px;
}

.category_head_title_inner {
    position: absolute;
    top: 70px;
    left: 65px;
    text-align: left;
}

.category_head_title h1 {
    color: #fff;
    font-size: 48px;
    font-family: gotham, sans-serif;
    line-height: 1;
}

.category_head_title h1 + p {
    color: #969696;
    font-size: 18px;
}

/* ¾¦ÉÊ¥Ú¡¼¥¸¥«¥¹¥¿¥Þ¥¤¥º */

.sdtext {
    color: #fff!important;
}

.sdtext a {
    text-decoration: underline!important;
}

span.sale_desc,
.catch_copy {
    font-size: 100%!important;
}

.pointGet {
    color: #c1061f;
}

.deliveryInformation {
    background: #000!important;
    color: #fff!important;
}

.item_spec th,
.item_spec td {
    font-size: 16px!important;
}

.item_spec th {
    color: #c1061f;
    padding: 0 0 20px;
    width: 120px;
    font-weight: normal;
}

.item_spec td {
    padding: 0 0 20px;
    line-height: 1.5;
}

.item_spec {
    padding: 40px 50px 20px;
    border-top: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
}

/* ¥È¥Ã¥×¥Ú¡¼¥¸ ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥? */


.coupon-top { text-align: center; padding-bottom: 25px; display: none;}
.main_keyvisual {

    position: relative;
}

.main_keyvisual .slick-slider {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.main_keyvisual .slick-prev,
.main_keyvisual .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -39px;
    width: 35px;
    height: 67px;
    border: 0;
    color: transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    text-shadow: none;
    outline: none;
    z-index: 1;
    cursor: pointer;
}

.main_keyvisual .slick-prev:hover,
.main_keyvisual .slick-next:hover {
    opacity: .5;
}

.main_keyvisual .slick-prev {
    left: -75px;
    background-image: url(../img/pc/keyvisual/arrow-left.svg);
}

.main_keyvisual .slick-next {
    right: -75px;
    background-image: url(../img/pc/keyvisual/arrow-right.svg);
}

.main_keyvisual .slick-dots {
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    height: 15px;
    bottom: 12px;
}

.main_keyvisual .slick-dots li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.main_keyvisual .slick-dots li:not(:first-child) {
    margin-left: 13px;
}

.main_keyvisual .slick-dots li button {
    display: block;
    background-image: url(../img/pc/keyvisual/dot.svg);
    padding: 0;
    width: 15px;
    height: 15px;
    box-shadow: none;
    font: 0/0 a;
    text-shadow: none;
    outline: none;
    z-index: 1;
    cursor: pointer;
}

.main_keyvisual .slick-dots li.slick-active button {
    background-image: url(../img/pc/keyvisual/dot-current.svg);
}


.main_keyvisual .slick-dots li button:hover {
    opacity: .5;
}

/* ÀÅÅª¥Ú¡¼¥¸ */
[data-page="static"] a {
    text-decoration: underline;
}

[data-page="static"] .main_inner nav {
    margin: 30px 0 0;
    background: #0f0f0f;
}

[data-page="static"] .main_inner .nav_inner {
    margin: 0 auto;
    width: 750px;
}

[data-page="static"] .main_inner nav {
    overflow: hidden;
}

[data-page="static"] .main_inner nav li {
    position: relative;
    display: block;
    float: left;
    line-height: 1;
    padding: 15px 0 30px;
    font-size: 14px;
}

[data-page="static"] .main_inner nav li a {
    text-decoration: none;
}


[data-page="static"][data-static-page-type="company"] .main_inner nav li {
    padding: 15px 24px 30px;
}

[data-page="static"] .main_inner nav li::before {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAYAAAC9vt6cAAAAg0lEQVQokY2Q0Q3CMAwFLwiJXcoizTYdhbIIjMff8REXRSVW+6RISZS72EZFLeo99mfWFAwbvKofdT4B13j7UMuFlgLcgDcwk6cCr3hbAOhaeNqSVbL9bFT8a6GXrJ2kHsF7QSZJ4ZFgJEnhTLCXpLDKNZm2wNKdl7j7S5tkntIJh/kC0I50vU6fo7cAAAAASUVORK5CYII=);
    content: "";
}

[data-page="static"] .main_inner nav .nav_inner li:nth-child(1) {
    width: 120px;
    margin-right: 55px;
}

[data-page="static"] .main_inner nav .nav_inner li:nth-child(2) {
    width: 90px;
    margin-right: 55px;
}

[data-page="static"] .main_inner nav .nav_inner li:nth-child(3) {
    width: 120px;
    margin-right: 55px;
}

[data-page="static"] .main_inner nav .nav_inner li:nth-child(4) {
    width: 110px;
    margin-right: 55px;
}

[data-page="static"] .main_inner nav .nav_inner li:nth-child(5) {
    width: 90px;
}

[data-page="static"] .main_inner table {
    color: #000;
}

.static-section-title {
    text-align: center;
    padding: 60px 0;
    border-bottom: 1px solid #6e6e6e;
    margin-bottom: 50px;
}

.static-section-title > h1 {
    font-size: 48px;
    font-family: gotham, sans-serif;
    line-height: 1;
}

.static-section-title > h1 + p {
    margin-bottom: 15px;
    font-size: 20px;
    color: #c1061f;
}


.payment-section-body {
    width: 750px;
    margin: 0 auto;
}

[data-section="returnd-goods"] .payment-section-body {
    width: 800px;
}

.payment-section-body-inner {
    padding-left: 40px;
}

.payment-section-inner h2 {
    position: relative;
}

[data-page="static"] h2 {
    position: relative;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 30px;
}

[data-page="static"] h2::before {
    position: absolute;
    left: -40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAw0lEQVRIia3VyxWDIBRF0RMGaUNLSTqJnVmK6YR0kgGQRRB4V8WJnyX7OBC4ve8T4jEBK/ACPsoAdwDegEc8S1+k4Ame4/2sBiy8hNMhBXp4C5YDLdyCpUANV2EzUOJH4W4gx8/CzUDCr8LVgBsI7wKOMKVHwXlgdcAC+MG4BxYXL54DAz/PlQ9GwfD/K14N7MaXk+hsoDquNv2PBprvtxYuNdB9r7fkWgHzA6zNwhO2thIwYQWHsBnnAQlW8TywqTDAF8DcQhWsfAMNAAAAAElFTkSuQmCC);
    width: 23px;
    height: 23px;
    content: "";
}

[data-page="static"] h3 {
    font-size: 18px;
}

[data-page="static"] p,
[data-page="static"] li {
    font-size: 16px;
    line-height: 1.75;
}

[data-page="static"] p + table,
[data-page="static"] table + p,
[data-page="static"] h3 + table,
[data-page="static"] p + h3,
[data-page="static"] ul + p,
[data-page="static"] h3 + ul,
[data-page="static"] ul + h2,
[data-page="static"] ul + h3,
[data-page="static"] p + h2,
[data-page="static"] p + ul,
[data-page="static"] h3 + p + h3,
[data-page="static"] h3 + p + p {
    margin-top: 30px;
}

[data-section="tax"] table {
    width: 100%;
}

[data-section="tax"] table th,
[data-section="tax"] table td {
    width: 50%;
    border-bottom: 1px solid #969696;
    font-size: 17px;
    line-height: 1;
    padding: 20px 0;
}

[data-section="tax"] table th {
    background: #e6e6e6;
}

[data-section="tax"] table td {
    background: #fff;
    text-indent: 30px;
}

[data-section="payment"] table {
    width: 540px;
}

[data-section="payment"] table th,
[data-section="payment"] table td {
    width: 50%;
    border-bottom: 1px solid #969696;
    font-size: 17px;
    line-height: 1;
    padding: 20px 0;
}

[data-section="payment"] table th {
    background: #e6e6e6;
}

[data-section="payment"] table td {
    background: #fff;
    text-align: center;
}

[data-section="delivery"] table {
    width: 100%;
}

[data-section="delivery"] table th,
[data-section="delivery"] table td {
    border-bottom: 1px solid #969696;
    font-size: 17px;
    line-height: 1;
    padding: 20px 0;
}

[data-section="delivery"] table th {
    background: #e6e6e6;
    width: 250px;
    vertical-align: top;
}

[data-section="delivery"] table td {
    background: #fff;
    text-align: left;
    width: 420px;
    padding: 20px 40px;
}

[data-page="static"] .payment-attention {
    color: #b4b4b4;
    font-size: 15px;
}

[data-page="static"] .payment-big-attention {
    color: #ec0928;
}

[data-static-page-type="company"] .company-body-left {
    float: left;
    width: 250px;
    font-size: 24px;
}

[data-static-page-type="company"] .company-body-right {
    float: right;
    width: 480px;
}

[data-static-page-type="company"] .company-body-right p + a {
    margin-top: 30px;
    display: block;
}

[data-static-page-type="company"] .payment-section-body {
    overflow: hidden;
}

/* ¥«¥Æ¥´¥?È¥Ã¥×ÂÐº? */
#pagebody .sdlayout + .sdico + .sdlayout,
#pagebody .sdline + sdlayout,
.sdlayout + .sdlayout + .sdline + .sdlayout {
    color: #fff;
}

/* footerÊ¬padding¾å½ñ¤­ */
#pagebody {
    padding-bottom: 1982px;
}

/* ’Ç‰Á */
#pageBody {}
