@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #000;
}

.sponly {
    display: none !important;
}

web a {
    color: #000;
}

main,
section,
h1,
h2,
h3,
h4,
h5,
figure,
nav {
    display: block;
    margin: 0;
    padding: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.kaimono_pickup {
    margin: 40px auto;
}

header {
    border-bottom: 1px solid #ddd;
}

header #header-nav {
    background: #FCF7EA;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

header #header-title {
    display: flex;
    align-self: center;
    color: #fff;
    font-size: 11px;
}

header nav .slash {
    color: #000;
    padding: 4px 0 3px;
    font-weight: bold;
}

header nav a {
    display: inline-block;
    position: relative;
    padding: 5px 8px 3px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    transition: .3s;
}

header nav a:hover {
    text-decoration: none;
}

header nav ul {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    align-items: center;
}

header .header-li-br {
    background-color: #b28850;
}

header .header-li-br a:hover {
    background-color: #cca56f;
}

header .header-li-gr {
    background-color: #82b613;
}

header .header-li-gr a:hover {
    background-color: #95c62a;
}

header .header-li-bk a:before {
    /* position: absolute;
    top: calc(50% - 1px);
    left: 5px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    content: '';
    transition: .3s; */
}

header .header-li-bk a:hover:before {
    left: 10px;
}

header #header-main {
    position: relative;
    padding: 5px 100px 15px;
    background-color: #FCF7EA;
}

header #header-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/img/usr/common/header_compass.png);
    width: 108px;
    height: 99px;
}

header #header-main .container {
    display: flex;
    align-items: center;
    width: 100%;
}

header #header-main #header-logo {
    width: 460px;
    min-width: 460px;
    display: block;
    justify-content: space-between;
    align-items: center;
}

header #header-main #header-logo+div {
    min-width: 630px;
}

header #header-main #header-logo a {
    display: inline-block;
    transition: .3s;
}

header #header-main #header-logo a:hover {
    opacity: .8;
}

#header-main #header-logo img {
    width: 280px;
}

#header-main #header-logo p {
    font-weight: bold;
    color: #999;
    padding-left: 60px;
}

header #header-main #header-search {
    position: relative;
    z-index: 10;
    width: 600px;
}

header #header-main #header-search form {
    display: block;
}

header #header-main #header-search .block-global-search--keyword {
    width: 100%;
    padding: 10px 175px 10px 20px;
    border: 1px solid #ddd;
    border-radius: 7px;
    font-size: 12px;
    color: #000;
}

header #header-main #header-search .block-global-search--keyword::placeholder {
    color: #bbb;
}

header #header-main #header-search .block-global-search--keyword::-ms-input-placeholder {
    color: #bbb;
}

header #header-main #header-search .block-global-search--keyword::-ms-input-placeholder {
    color: #bbb;
}

header #header-main #header-search .block-global-search--keyword:focus {
    outline: none;
}

header #header-main #header-search .block-global-search--submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 60px;
    border-radius: 0 7px 7px 0;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    background-image: url(../../img/usr/common/icon_header_search.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
    transition: .3s;
}

header #header-main #header-search .block-global-search--submit:focus {
    outline: none;
}

header #header-main #header-search .block-global-search--submit:active,
header #header-main #header-search .block-global-search--submit.btn.active {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.05);
}

header #header-main #header-search .block-global-search--submit:hover {
    opacity: .8;
}

header #header-main #header-search .header-search-category {
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    width: 100px;
}

header #header-main #header-search .header-search-category:before {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    border-left: 1px solid #ddd;
    content: '';
}

header #header-main #header-search .header-search-category #header-category-select {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    height: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    transition: .3s;
}

header #header-main #header-search .header-search-category #header-category-select:hover {
    opacity: .8;
}

header #header-main #header-search .header-search-category #header-category-select span {
    display: inline-block;
    position: relative;
}

header #header-main #header-search .header-search-category #header-category-select span:after {
    position: absolute;
    top: calc(50% - 4px);
    right: -15px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    content: '';
}

header #header-main #header-search #header-category-select-list {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: calc(50% - 80px);
    width: 160px;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

header #header-main #header-search li {
    padding: 8px 0;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

header #header-main #header-search li:hover {
    background-color: #f7f7f7;
}

header #header-main #header-search li+li {
    border-top: 1px solid #ddd;
}

header #header-main #header-link {
    width: 536px;
    float: right;
}

header #header-main #header-link ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header #header-main #header-link li {
    margin-left: 50px;
}

header #header-main #header-link a {
    display: block;
    height: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 15px;
    text-align: right;
    font-weight: bold;
    transition: .3s;
}

header #header-main #header-link a:hover {
    text-decoration: none;
    opacity: .8;
}

header .block-headernav--cart-count {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 20px;
    background-color: #F62837;
    color: #fff;
    text-align: center;
}

.block-top-topic--header {
    padding: 0;
}

.pane-left-menu {
    width: 240px;
    margin: 30px 0 0 0;
    padding: 0 60px 30px 0;
}

.pane-left-menu #block_of_jscart {
    display: none;
}

.pane-left-menu #block_of_categorytree .block-category-tree--header {
    display: none;
}

.pane-left-menu .block-category-tree--level-1>li {
    position: relative;
}

.pane-left-menu .block-category-tree--level-1>li a {
    transition: .3s;
}

.pane-left-menu .block-category-tree--level-1>li a:hover {
    text-decoration: none;
    background-color: #f8f3ed;
}

.pane-left-menu .block-category-tree--level-1>li span {
    display: block;
    font-weight: bold;
}

.pane-left-menu .block-category-tree--level-1>li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    pointer-events: none;
}

.pane-left-menu #block_of_genretree .block-genre-tree--item__open a,
.pane-left-menu #block_of_genretree .block-genre-tree--item a,
.pane-left-menu #block_of_genretree .block-genre-tree--item>span {
    height: auto;
}

.pane-left-menu #block_of_genretree .block-genre-tree--item__open>a {
    display: flex;
    height: auto;
    padding: 0;
    font-weight: 600;
    color: #000;
}

.pane-left-menu #block_of_genretree .block-genre-tree--header {
    display: none;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item {
    margin-top: 30px;
    padding-bottom: 10px;
    /* border-top: 3px solid #000; */
}

.pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item>a {
    display: flex;
    height: auto;
    padding: 25px 0;
    font-weight: 600;
    color: #000;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item>a span {
    display: block;
    height: auto;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level2>li {
    position: relative;
    border-top: none;
    /* border-bottom: 1px solid #f0f0f0; */
}

.pane-left-menu #block_of_genretree .block-genre-tree--level2>li span {
    display: block;
    padding: 8px 0;
    font-weight: bold;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level2>li:before {
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    border-top: 3px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #000;
    content: '';
}

.pane-left-menu #block_of_genretree .block-genre-tree--level2>li a:hover {
    color: #b28850;
}

.block-top-body--body {
    position: relative;
    margin-top: 30px;
    width: 1000px;
    height: auto;
}

.block-top-body--body #top-slider .slick-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    transition: .3s;
}

.block-top-body--body #top-slider .slick-arrow:focus {
    outline: none;
}

.block-top-body--body #top-slider .slick-arrow:hover {
    background: #f7f7f7;
}

.block-top-body--body #top-slider .slick-arrow:after {
    position: absolute;
    top: 18px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
}

.block-top-body--body #top-slider .slick-arrow.slick-prev {
    right: 50px;
}

.block-top-body--body #top-slider .slick-arrow.slick-prev:after {
    left: 20px;
    transform: rotate(-135deg);
}

.block-top-body--body #top-slider .slick-arrow.slick-next {
    right: 0;
}

.block-top-body--body #top-slider .slick-arrow.slick-next:after {
    right: 20px;
    transform: rotate(45deg);
}

.block-top-body--body #top-slider .slick-dots {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}

.block-top-body--body #slider-page-wrap {
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    right: 100px;
    bottom: 0;
    width: 70px;
    height: 50px;
    padding-left: 10px;
    background: #fff;
}

.block-top-body--body #slider-page-wrap span {
    display: inline-block;
    align-self: center;
    font-weight: 600;
    font-size: 13px;
}

.block-top-event--header {
    padding: 0;
}

.block-top-topic--header,
.top-feature-title h2,
.block-top-event--header,
.top-showroom-title {
    display: inline-block;
    border-top: none;
    text-align: left;
    font-weight: 500;
    font-size: 24px;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

.block-top-topic--header span,
.top-feature-title h2 span,
.block-top-event--header span,
.top-showroom-title span {
    display: none;
}

.top-showroom-title {
    display: flex;
    padding: 0 20px;
}

#block_of_topic {
    padding: 40px 20px 20px 20px;
}

#block_of_topic .block-top-topic--items {
    display: flex;
    flex-wrap: wrap;
}

#block_of_topic .block-top-topic--items li {
    width: calc((100% - 30px) / 2);
    border-bottom: none;
}

#block_of_topic .block-top-topic--items li:nth-child(2n) {
    margin-left: 30px;
}

#block_of_topic .block-top-topic--items li dt {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #999;
}

#block_of_topic .block-top-topic--items li a {
    display: block;
    text-decoration: none;
}

#block_of_topic .block-top-topic--items li a:hover dd {
    text-decoration: underline;
    color: #b28850;
}

.block-top-topic--next-page {
    position: relative;
    top: -5px;
    margin: 0 0 0 35px;
    display: inline-block;
}

.block-top-topic--next-page a {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 10px;
    background-color: #28A6B4;
    text-decoration: none;
    font-size: 10px;
    color: #fff;
}

.block-top-topic--body {
    margin-bottom: 0;
}

.block-top-free2--body {
    margin: 0;
}

#block_of_top_free2 {
    position: relative;
    border-top: none;
}

#block_of_top_free2:before {
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    height: 1px;
    background: #ddd;
    content: '';
}

#block_of_top_free2 .block-top-free2--header {
    display: inline-block;
    border-top: none;
    text-align: left;
    font-weight: 500;
    font-size: 24px;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

#notice-top {
    padding: 4px 0;
    background-color: #168DAF;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

#notice-top a {
    color: inherit;
    text-decoration: none;
}

.icon_home {
    width: 92px;
    position: relative;
    background-image: url(../../img/usr/common/icon_home.png);
    background-repeat: no-repeat;
    background-size: 40px 33px;
    background-position: left;
}

.icon_kaimono {
    width: 103px;
    position: relative;
    background-image: url(../../img/usr/common/icon_kaimono.png);
    background-repeat: no-repeat;
    background-size: 38px 36px;
    background-position: left;
}

.icon_yomimono {
    width: 103px;
    position: relative;
    background-image: url(../../img/usr/common/icon_yomimono.png);
    background-repeat: no-repeat;
    background-size: 38px 36px;
    background-position: left;
}

.icon_cart {
    width: 84px;
    position: relative;
    background-image: url(../../img/usr/common/icon_cart.png);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: left;
}

.block-top-free2--body {
    padding: 40px 20px 20px 20px;
}

.block-top-free2--body ul {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.block-top-free2--body li {
    width: 220px;
    margin-bottom: 30px;
}

.block-top-free2--body li a {
    display: block;
    transition: .3s;
}

.block-top-free2--body li a:hover {
    color: #b28850;
    opacity: .8;
}

.block-top-free2--body li a:hover .feature-item-title {
    color: #b28850;
}

.block-top-free2--body li figure {
    width: 100%;
    height: 220px;
}

.block-top-free2--body li:nth-child(4n+2),
.block-top-free2--body li:nth-child(4n+3),
.block-top-free2--body li:nth-child(4n+4) {
    margin-left: calc((100% - (220px * 4)) / 3);
}

.block-top-free2--body li p {
    padding: 20px 0 15px;
    font-weight: 600;
    font-size: 13px;
}

.block-top-free2--body li span {
    display: block;
}

.block-top-free2--body li .feature-item-title {
    font-weight: 600;
    font-size: 12px;
    color: #808080;
}

.block-top-free2--body li .feature-item-price {
    font-weight: 600;
    font-size: 12px;
}

.block-top-free2--body li .feature-item-price em {
    font-weight: 700;
    font-size: 16px;
}

.block-top-event--goods .block-thumbnail-t {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
}

.block-top-event--goods .block-thumbnail-t li {
    width: 300px;
    margin-bottom: 40px;
    cursor: pointer;
    transition: .3s;
}

.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--goods-description {
    margin-top: 0;
    transition: .3s;
}

.block-top-event--goods .block-thumbnail-t li .js-enhanced-ecommerce-goods-name {
    display: block;
    padding: 20px 0 15px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: .3s;
}

.block-top-event--goods .block-thumbnail-t li .variation-name {
    font-weight: 600;
    font-size: 12px;
    color: #808080;
    transition: .3s;
}

.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos {
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    transition: .3s;
}

.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos em {
    font-weight: 700;
    font-size: 16px;
}

.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-thumbnail-t--price {
    text-align: left;
    color: #000;
    font-size: 16px;
    transition: .3s;
}

.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-thumbnail-t--net-price {
    display: none;
    text-align: left;
    font-size: 16px;
    transition: .3s;
}

.block-top-event--goods .block-thumbnail-t li dl {
    width: 100%;
}

.block-top-event--goods .block-thumbnail-t li figure {
    width: 100%;
    height: 300px;
}

.block-top-event--goods .block-thumbnail-t li:nth-child(3n+2),
.block-top-event--goods .block-thumbnail-t li:nth-child(3n+3) {
    margin-left: calc((100% - (300px * 3)) / 2);
}

.block-top-event--goods .block-thumbnail-t li:hover {
    color: #b28850;
    opacity: .8;
}

.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--goods-description {
    color: #b28850;
}

.block-top-event--goods .block-thumbnail-t li:hover .js-enhanced-ecommerce-goods-name {
    color: #b28850;
}

.block-top-event--goods .block-thumbnail-t li:hover .variation-name {
    color: #b28850;
}

.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--price-infos {
    color: #b28850;
}

.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-thumbnail-t--price {
    color: #b28850;
}

.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-thumbnail-t--net-price {
    color: #b28850;
}

#block_of_event .eventwrap {
    position: relative;
    border-top: none;
    padding: 40px 20px 20px 20px;
}

#block_of_event .eventwrap:before {
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    height: 1px;
    background: #ddd;
    content: '';
}

#block_of_top_free1 {
    position: relative;
    padding-top: 40px;
    border-top: none;
}

#block_of_top_free1:before {
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    height: 1px;
    background: #ddd;
    /* content: ''; */
}

.block-top-event--goods .block-ranking-r--items {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 30px;
    width: fit-content;
    margin: 0 0 30px;
}

.block-top-event--goods .block-ranking-r--items li {
    position: relative;
    width: 200px;
    overflow: hidden;
}

.block-top-event--goods .block-ranking-r--items li figure {
    width: 100%;
    height: 200px;
    transition: .3s;
}

.block-top-event--goods .block-ranking-r--items .block-ranking-r--goods {
    flex-basis: 200px;
    padding-top: 40px;
}

.block-top-event--goods .block-ranking-r--goods-name {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 10px;
    color: #808080;
    transition: .3s;
}

.block-top-event--goods .block-ranking-r--price {
    text-align: left;
    color: #000;
    font-size: 16px;
    transition: .3s;
}

.block-top-event--goods .block-ranking-r--net-price {
    display: none;
}

.block-top-event--goods a {
    display: block;
    transition: .3s;
}

.block-top-event--goods a:hover {
    opacity: .8;
}

.block-top-event--goods a:hover * {
    opacity: .8;
}

.block-top-event--goods .block-ranking-r--goods-description a:hover {
    color: #b28850;
}

.block-top-event--goods .block-ranking-r--goods-description a:hover * {
    opacity: .8;
}

#kaimono-slide-wrap {
    width: calc(100% - 40px);
    margin: 30px auto;
    overflow: hidden;
    height: 513px;
}

#kaimono-slide {
    position: relative;
    width: 800px;
    margin: 0 auto;
}

#kaimono-slide .slick-list {
    overflow: visible;
}

#kaimono-slide .slick-slide {
    margin: 0 15px;
}

#kaimono-slide .slick-slide:focus {
    outline: none;
}

#kaimono-slide .slick-arrow {
    position: absolute;
    top: 250px;
    z-index: 10;
    width: 78px;
    height: 78px;
    border: none;
    background-color: transparent;
    background-image: url(../../img/usr/common/icon_showroom_arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    outline: none;
    font-size: 0;
    color: transparent;
    transition: .3s;
}

#kaimono-slide .slick-arrow.slick-prev {
    left: -38px;
}

#kaimono-slide .slick-arrow.slick-next {
    right: -38px;
}

#kaimono-slide .slick-arrow:hover {
    opacity: .8;
}

#kaimono-slide .kaimono-link {
    margin: 15px 0;
}

#kaimono-slide .kaimono-link a {
    display: inline-block;
    position: relative;
    font-size: 12px;
}

#kaimono-slide .kaimono-link a:hover {
    color: #b28850;
}

#kaimono-slide .kaimono-link a+a {
    margin-left: 20px;
}

#kaimono-slide .kaimono-link a+a:before {
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 5;
    content: '/';
}

#block_of_category {
    position: relative;
    padding: 40px 20px;
    border-top: none;
}

#block_of_category:before {
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    height: 1px;
    background: #ddd;
    content: '';
}

#block_of_category a {
    transition: .3s;
}

#block_of_category a:hover {
    opacity: .8;
}

#block_of_category .block-category-style-g--item:nth-child(2n) {
    margin: 0;
    margin-bottom: 25px;
}

#block_of_category .block-category-style-g--item {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 160px;
    margin-bottom: 25px;
}

#block_of_category .block-category-style-g--item:nth-child(5n+2),
#block_of_category .block-category-style-g--item:nth-child(5n+3),
#block_of_category .block-category-style-g--item:nth-child(5n+4),
#block_of_category .block-category-style-g--item:nth-child(5n+5) {
    margin-left: calc((100% - (160px * 5)) / 4);
}

#block_of_category .block-category-style-g--item h3 {
    display: block;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
}

#block_of_category .block-category-style-g--item ul {
    display: none;
}

#block_of_category .block-category-style-g--item-name {
    order: 2;
    border: none;
}

#block_of_category .block-category-style-g--item-image {
    order: 1;
    width: 160px;
    float: none;
}

#block_of_category a {
    display: block;
}

.page-top .pane-right-menu {
    display: none;
}

.pane-footer {
    padding: 0;
    background: transparent;
}

#footer-top {
    padding: 10px 0;
    background: #E6E6E6;
}

#footer-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer-top-sns {
    display: flex;
    align-content: center;
}

#footer-top-sns a {
    display: inline-block;
    margin-right: 10px;
    transition: .3s;
}

#footer-top-sns a:hover {
    opacity: .8;
}

#footer-top-sns img {
    display: block;
}

#footer-top-pagetop {
    position: relative;
    font-weight: 600;
    font-size: 12px;
}

#footer-top-pagetop a {
    display: inline-block;
    position: relative;
}

#footer-top-pagetop a:before {
    position: absolute;
    top: 7px;
    left: -20px;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    content: '';
}

#footer-nav {
    padding: 30px 0;
    background: #3F99B2;
}

#footer-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer-nav a {
    display: inline-block;
}

#footer-nav nav {
    display: flex;
}

#footer-nav nav a {
    margin-right: 20px;
    color: #fff;
    font-size: 12px;
}

#footer-nav nav a+a {
    margin: 0 20px;
}

#footer-nav nav+nav {
    margin-left: 25px;
    padding-left: 40px;
    border-left: 1px solid #fff;
}

#footer-nav #footer-nav-link {
    display: flex;
    align-items: center;
}

#footer-nav #footer-nav-ectop a {
    color: #999;
    font-size: 10px;
}

.pane-footer>.container {
    width: 100%;
}

.pane-topic-path {
    background-color: #F2E8D1;
}

.block-filter--tree-2>li {
    padding-left: 20px;
}

#review_form .btn-secondary {
    margin-left: auto;
}

#userreview_frame.block-goods-user-review--list {
    border-top: 1px solid #ddd;
}

.block-goods-user-review--item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.block-goods-list--display-style-items {
    border-top: 1px solid #ddd;
}

.block-goods-list--display-style-items dt {
    border-bottom: 1px solid #ddd;
}

.block-goods-list--display-style-items,
.block-goods-list--sort-order-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.block-goods-list--display-style-items dt,
.block-goods-list--sort-order-items dt {
    display: block;
    padding: 10px 10px 10px 15px;
    border-right: 1px solid #ddd;
    background-color: #f5f5f5;
}

.block-goods-list--display-style-items dd,
.block-goods-list--sort-order-items dd {
    display: block;
}

.block-goods-list--display-style-items dd.active,
.block-goods-list--sort-order-items dd.active {
    display: block;
    padding: 10px;
    font-weight: 600;
    color: #b28850;
}

.block-goods-list--display-style-items dd a,
.block-goods-list--sort-order-items dd a {
    display: block;
    padding: 10px;
}

.pager {
    margin-top: 15px;
}

.pager .pager-count span {
    font-weight: 600;
}

.page-category .pane-main h1,
.page-category .pane-main .h1 {
    margin: 17px 0 9px;
}

.page-category .pane-main .block-thumbnail-t {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

.page-category .pane-main .block-thumbnail-t li {
    width: 220px;
}

.page-category .pane-main .block-thumbnail-t li:nth-child(4n+2),
.page-category .pane-main .block-thumbnail-t li:nth-child(4n+3),
.page-category .pane-main .block-thumbnail-t li:nth-child(4n+4) {
    margin-left: calc((100% - (220px * 4)) / 3);
}

.page-category .pane-main .block-thumbnail-t li dl {
    width: 100%;
}

.page-category .pane-main .block-thumbnail-t li figure {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.page-category .pane-main .block-thumbnail-t li figure img {
    display: block;
    width: 100%;
    transition: .5s;
}

.page-category .pane-main .js-enhanced-ecommerce-image:hover figure img {
    transform: scale(1.05);
    opacity: .7;
}

.page-category .pane-main .block-thumbnail-t--goods-description {
    margin-top: 0;
}

.page-category .pane-main .block-thumbnail-t--goods-name {
    display: block;
    padding: 20px 0 15px;
    font-weight: 600;
    font-size: 13px;
}

.page-category .pane-main .block-thumbnail-t--goods-name a {
    display: block;
    text-decoration: none;
    transition: .3s;
}

.page-category .pane-main .block-thumbnail-t--goods-name a:hover {
    color: #b28850;
}

.page-category .pane-main .variation-name {
    font-weight: 600;
    font-size: 12px;
    color: #808080;
}

.page-category .pane-main .block-thumbnail-t--price {
    text-align: left;
    color: #000;
    font-size: 16px;
}

.page-category .pane-main .block-thumbnail-t--net-price {
    display: none;
}

.page-category .pane-right-menu {
    display: none;
}

.block-switcher {
    display: none;
}

.optimaized-h1 {
    display: none;
}


.block-goods-detail .pane-goods-header {
    /* display: none; */
}

.btn-primary {
    border: none;
    background-color: #F05C28;
}

.block-goods-gallery ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.block-goods-gallery ul li {
    width: 92px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.block-goods-gallery ul li:nth-child(7n) {
    margin-right: 0;
}

.block-goods-gallery ul li a {
    display: block;
}

.block-goods-gallery ul li figure {
    width: 92px;
    height: 92px;
    background: #f5f5f5;
}

.block-goods-detail {
    grid-template-columns: 1fr 420px;
}

.pane-goods-left-side {
    margin: 0 40px 0 0;
}

.page-goods .pane-main h1,
.page-goods .pane-main .h1 {
    margin: 5px 0;
    font-size: 22px;
    font-weight: bold;
}

.page-goods .block-goods-price {
    text-align: right;
}

.page-goods .block-goods-price--price {
    font-size: 20px;
    color: #000;
}

.page-goods .pane-goods-left-side {
    padding-top: 20px;
}

.page-goods .pane-goods-right-side {
    position: sticky;
    top: 0;
    height: 100%;
    padding-top: 20px;
}

.page-goods .pane-goods-right-side form {
    display: block;
    height: 100%;
}

.page-goods .block-goods-detail {
    display: flex;
    flex-wrap: wrap;
}

.page-goods .block-goods-detail .pane-goods-header {
    width: 100%;
}

.page-goods .block-goods-detail .pane-goods-center {
    width: 100%;
    margin-top: 50px;
}

.page-goods .block-goods-detail .pane-goods-center .block-goods-user-review--info {
    padding: 20px 10px;
}

.page-goods .block-goods-detail .pane-goods-center h2 {
    font-size: 16px;
}

.page-goods .block-goods-gallery {
    margin-bottom: 50px;
}

.page-goods .block-goods-comment1,
.page-goods .block-goods-comment2,
.page-goods .block-goods-comment3,
.page-goods .block-goods-comment4,
.page-goods .block-goods-comment5 {
    margin-bottom: 20px;
    border-radius: 2px;
}

.page-goods .block-goods-comment1 dt,
.page-goods .block-goods-comment2 dt,
.page-goods .block-goods-comment3 dt,
.page-goods .block-goods-comment4 dt,
.page-goods .block-goods-comment5 dt {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
}

.page-goods .block-goods-comment1 dt h3,
.page-goods .block-goods-comment2 dt h3,
.page-goods .block-goods-comment3 dt h3,
.page-goods .block-goods-comment4 dt h3,
.page-goods .block-goods-comment5 dt h3 {
    font-size: 16px;
}

.page-goods .block-goods-comment1 dd,
.page-goods .block-goods-comment2 dd,
.page-goods .block-goods-comment3 dd,
.page-goods .block-goods-comment4 dd,
.page-goods .block-goods-comment5 dd {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.page-goods .btn-primary {
    margin-top: 30px;
    border-radius: 2px;
}

.page-goods .block-add-cart--btn {
    font-size: 16px;
    transition: .3s;
}

.page-goods .block-add-cart--btn:hover {
    opacity: .8;
}

.page-goods .block-contact-about-goods--btn,
.page-goods .block-goods-favorite--btn,
.page-goods .btn {
    font-size: 14px;
    border-radius: 2px;
    transition: .3s;
}

.page-goods .block-contact-about-goods--btn:hover,
.page-goods .block-goods-favorite--btn:hover,
.page-goods .btn:hover {
    opacity: .8;
}

#block_of_filter {
    margin-top: 30px;
    padding: 20px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

#block_of_filter h2 {
    margin-bottom: 10px;
    font-size: 14px;
    border: none;
}

#block_of_filter .block-filter--header {
    display: block;
    height: auto;
    padding: 5px 0;
    font-weight: 600;
    color: #000;
}

#block_of_filter #frmFilterList h3 {
    position: relative;
    font-size: 14px;
    padding: 8px 0;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
    cursor: pointer;
    transition: .3s;
}

#block_of_filter #frmFilterList h3:before,
#block_of_filter #frmFilterList h3:after {
    position: absolute;
    top: calc(50% - 1px);
    right: 10px;
    width: 15px;
    height: 1px;
    background: #999;
    content: '';
}

#block_of_filter #frmFilterList h3:after {
    transform: rotate(0deg);
    transition: .3s;
}

#block_of_filter #frmFilterList h3:hover {
    color: #b28850;
}

#block_of_filter #frmFilterList h3:hover:before,
#block_of_filter #frmFilterList h3:hover:after {
    background: #b28850;
}

#block_of_filter #frmFilterList h3.inactive:after {
    transform: rotate(90deg);
}

#block_of_filter .block-filter--imagelist-inner-accordion,
#block_of_filter .block-filter--list-inner-accordion,
#block_of_filter .block-filter--treelist-inner-accordion {
    display: block;
    margin-bottom: 20px;
    padding: 10px 0 0 10px;
    font-size: 12px;
}

#block_of_filter .block-filter-option-items {
    padding: 5px 0;
}

#block_of_filter .block-filter--treeitem-dir i {
    transform: rotate(-90deg);
}

#block_of_filter .block-filter--treeitem-dir__close i {
    transform: rotate(90deg);
}

#block_of_filter .block-filter--treeitem-name {
    width: 100%;
    height: auto;
    padding: 5px 0;
    font-size: 12px;
}

#block_of_filter .block-filter--treeitem-selected {
    color: #b28850;
}

.block-pickup-list-p--items,
.block-pickup-list-w--items,
.block-goods-list-d--items,
.block-cart-i--items,
.block-goods-detail-j--items,
.block-thumbnail-t {
    width: 900px;
    margin: 0 auto;
}

.block-thumbnail-h {
    width: 100%;
}

.block-list-s--items,
.block-ranking-r--items {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    margin: 30px auto;
}

.block-thumbnail-h li {
    margin-left: 20px;
}

.block-goods-list-d--item-body {
    width: 100%;
}

.block-goods-list-d--item-body .block-goods-list-d--item-description {
    width: calc(100% - 200px);
}

.block-goods-list-d--item-body .block-goods-list-d--add-cart {
    margin-left: auto;
}

.block-pickup-list-p--item-body {
    margin-bottom: 40px;
}

.block-pickup-list-p--item-body .block-pickup-list-p--item-description {
    width: 100%;
}

.page-top .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
    height: 200px;
}

 .block-pickup-list-p--goods-name {
    /*height: 63px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;*/
} 

.block-pickup-list-p--item-body li {
    margin-bottom: 40px;
}

.block-category-list--goods .block-ranking-r--items {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.block-category-list--goods .block-ranking-r--items li {
    width: 190px;
}

.block-category-list--goods .block-ranking-r--items li:nth-child(5n+2),
.block-category-list--goods .block-ranking-r--items li:nth-child(5n+3),
.block-category-list--goods .block-ranking-r--items li:nth-child(5n+4),
.block-category-list--goods .block-ranking-r--items li:nth-child(5n+5) {
    margin-left: 12px;
}

.block-category-list--goods .block-ranking-r--items li figure {
    width: 190px;
    height: 190px;
}

.block-check-list-a--form .block-check-list-a--items {
    margin-top: 30px;
}

.page_contents {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.page_contents .anchor_ {
    padding: 20px 0;
}

.page_contents .anchor_ h3 {
    font-weight: 600;
}

.page_contents .anchor_>* {
    margin-bottom: 10px;
}

.page-login .pane-order-contents {
    margin-top: 40px;
}

.page-contact .pane-contents {
    margin-top: 40px;
}

.pane-order-contents {
    border: none;
}

.page-contactthanks .pane-contents {
    margin-top: 40px;
}

.page-contentspages .page_contents_inner>* {
    padding: 20px 0;
}

.page-contentspages .page_contents_inner {
    margin-top: 30px;
}

.block-cart-recent-item--body .block-goods-list-c ul {
    display: flex;
}

.block-cart-recent-item--body .block-goods-list-c ul li {
    width: 180px;
}

.block-cart-recent-item--body .block-goods-list-c ul li+li {
    margin-left: 24px;
}

.block-no-stock--message {
    width: 280px;
}

.block-variation--item.active dt {
    border: 2px solid #82b613;
}

.page-goods .pane-goods-right-side .block-variation {
    margin-top: 30px;
}

.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item {
    align-self: stretch;
    width: calc((100% - 5px) / 2);
    margin: 0 0 5px 0;
}

.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item:nth-child(2n) {
    margin-left: 5px;
}

.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: unset;
}

.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item dt span {
    display: block;
    width: 100%;
    height: auto;
}

.page-goods .block-variation--selected-item {
    margin-top: 10px;
}

.page-goods .block-variation--selected-item {
    margin-top: 10px;
}

.page-goods .block-variation--name.block-color--name,
.page-goods .block-variation--name.block-size--name {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}

.block-variation--item {
    margin-bottom: 5px;
}

.block-variation.block-size .block-variation--item-list {
    display: flex;
    flex-wrap: wrap;
}

.block-size-with-cart--item,
.block-variation-add-cart {
    align-items: center;
}

.block-size-with-cart--item .btn-primary,
.block-variation-add-cart .btn-primary {
    margin-top: 0;
}

.block-color-size-with-cart--color-line,
.block-color-size-with-cart--size-line {
    display: flex;
    justify-content: flex-start;
}

.block-size-with-cart--item .block-size-with-cart--item-term {
    width: 160px;
}

.block-size-with-cart--item .block-size-with-cart--item-term span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.block-color-size-with-cart--color-line .block-size-with-cart--item-term,
.block-color-size-with-cart--size-line .block-size-with-cart--item-term,
.block-color-size-with-cart--color-line .block-color-size-with-cart--size-item-term,
.block-color-size-with-cart--size-line .block-color-size-with-cart--size-item-term {
    width: 140px;
}

.block-color-size-with-cart--color-line .block-size-with-cart--item-term span,
.block-color-size-with-cart--size-line .block-size-with-cart--item-term span,
.block-color-size-with-cart--color-line .block-color-size-with-cart--size-item-term span,
.block-color-size-with-cart--size-line .block-color-size-with-cart--size-item-term span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 1.3;
}

.block-color-size-with-cart--color-line .block-variation-favorite--btn,
.block-color-size-with-cart--size-line .block-variation-favorite--btn {
    width: 40px;
}

.block-color-size-with-cart--color-line .block-variation-add-cart--btn,
.block-color-size-with-cart--size-line .block-variation-add-cart--btn {
    width: 150px;
}

.page-contentspages #page-agree {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.page-contentspages #page-agree>p {
    font-weight: 600;
    font-size: 18px;
}

.page-contentspages #page-agree li {
    margin-bottom: 30px;
}

.price {
    color: #000;
}

.block-pickup-list-w--item-body {
    margin-bottom: 30px;
}

.block-check-list-a--form .block-check-list-a--net-price {
    text-align: right;
}

.pager-current {
    color: #b28850;
}

.block-user-review--evaluation-message {
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

#confirm_+.block-user-review--message {
    margin-top: 20px;
}

.block-user-review {
    padding-top: 30px;
}

.block-user-review-completed {
    padding-top: 30px;
}

.block-user-review-completed--message-header {
    padding: 10px 0 20px;
    font-size: 18px;
}

.block-quick-order {
    padding-top: 30px;
}

.block-order-gift-select--delivery-dest-header {
    padding-top: 10px;
}

.block-shipping-address-registration--message {
    padding: 10px 0 20px;
}

.block-inquiry-history-detail {
    width: 900px;
    margin: 0 auto;
}

.block-inquiry-history-detail--update-dt {
    font-size: 14px;
}

.block-genre-tree--item__open {
    margin-top: 0;
    padding-bottom: 0;
    border-top: 3px solid #000;
}

.block-ranking-r li:not(:nth-child(5n)) {
    margin-right: 25px;
}

.block-ranking-r--goods {
    flex-basis: 160px;
    margin-left: 33px;
}

.block-ranking-r--goods:first-of-type {
    margin-left: 0;
}

.block-ranking-r--goods-image figure {
    background: transparent;
    width: 160px;
    height: 160px;
}

.block-icon img {
    height: 22px;
    width: inherit;
}

/*-------- page-------- */

.page_contents {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    line-height: 200%;
}

.page_contents_inner {
    margin-bottom: 40px;
}

.page_contents p {
    padding: 0 10px;
    margin-bottom: 20px;
}

.page_contents h1 {
    text-align: center;
    line-height: 140%;
    padding-bottom: 35px;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 0.1em;
    font-size: 26px;
    font-weight: normal;
}

.page_contents h1 span {
    display: block;
    font-size: 13px;
    line-height: 110%;
    letter-spacing: 0;
    padding-top: 5px;
}

.page_contents h1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2em;
    margin-left: -1em;
    height: 2px;
    background-color: #444;
}

.page_contents h2 {
    line-height: 140%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 0.1em;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 2px solid #444;
}

.page_contents h3 {
    margin: 10px 0;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}

.page_contents h4 {
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 14px;
    border-bottom: 1px solid #333;
}

.page_contents h5 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    margin: 10px 0;
    background-color: #f2f2f2;
    padding: 6px 6px 6px 10px !important;
}

.page_contents .page_box1 {
    text-align: center;
    padding: 20px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.page_contents .page_box1 span {
    font-size: 13px;
}

.page_contents .page_box2 {
    background-color: #f2f2f2;
    padding: 20px;
}

.page_contents .txt_l {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.page_contents .txt_s {
    font-size: 12px;
    color: #808080;
}

.page_contents .page_button1 {
    margin: 0 auto 30px auto;
    width: 360px;
    display: block;
    font-size: 18px;
}

.page_contents a.page_button1 {
    text-decoration: none;
}

.page_contents .page_table {
    width: 100%;
    margin-bottom: 40px;
}

.slider_top .slick-next {
    right: 0;
    z-index: 1;
}

.slider_top .slick-prev {
    left: 0;
    z-index: 1;
}

.block-top-slider .slick-slide {
    margin: 0 40px;
}

.slider_top .slick-slide img {
    width: 100%;
    border-radius: 30px;
}

.sp-only {
    display: none !important;
}

#notice-top .container {
    font-size: 13px;
    width: 100%;
    padding: 5px;
    border-top: solid 2px #28A6B4;
    border-bottom: solid 2px #28A6B4;
}

.header-li-bk+.header-li-btn {
    margin-left: 20px;
}

li.header-li-btn:last-child a {
    padding-right: 0;
}

.slick-next:before {
    background: url(/img/usr/common/icon_next.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.slick-prev:before {
    background: url(/img/usr/common/icon_prev.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.slick-prev,
.slick-next {
    width: 71px;
    height: 71px;
}

.slick-dots {
    bottom: -10px !important;
}

.slick-dots li {
    width: 35px !important;
    height: 35px !important;
}

.slick-dots li button {
    width: 35px !important;
    height: 35px !important;
}

.slick-dots li button::before {
    content: '' !important;
    height: 100% !important;
    width: 100% !important;
    opacity: 1 !important;
}

.slick-dots li button::before {
    background: url("/img/usr/common/slick_dots_w.png") no-repeat;
    background-size: contain !important;
}

.slick-dots li.slick-active button::before {
    background: url("/img/usr/common/slick_dots_b.png") no-repeat;
    background-size: contain !important;
}

.slick-dotted.slick-slider {
    padding-bottom: 40px;
    padding-top: 30px;
}

.block-top-slider {
    background-image: url(/img/usr/common/pc_topslider_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    height: 57vw;
    position: relative;
}

.block-top-slider::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8.5em;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#F2E8D100), color-stop(71%, #F2E8D1), color-stop(100%, #F2E8D1), to(#F2E8D1));
}

.pane-contents {
    background-color: #F2E8D1;
}

.pane-left-menu h2 {
    position: relative;
    font-size: 16px;
    border-top: solid 3px #503D27;
    border-bottom: solid 3px #503D27;
    padding: 13px 0 10px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #453829;
    display: flex;
    align-items: center;
}

.pane-left-menu h2::before {
    content: "";
    border-top: solid 1px #503D27;
    width: 100%;
    top: 3px;
    position: absolute;
}

.pane-left-menu h2::after {
    content: "";
    border-top: solid 1px #503D27;
    width: 100%;
    bottom: -7px;
    left: 0;
    position: absolute;
}

.block-search-box--form .btn-default {
    background-color: #168DAF;
    border-radius: 0 4px 4px 0;
    width: 36px;
}

.block-search-box--keyword.js-suggest-search {
    border: solid 1px #CCC6B3;
    background-color: #fff;
    height: 36px;
    border-radius: 4px 0 0 4px;
}

.block-search-box--search-detail {
    text-align: right;
    font-size: 13px;
}

.block-search-box--search-detail a {
    color: #453829;
    text-decoration: none;
    font-weight: bold;
}

.block-category-tree--item__open,
.block-category-tree--item {
    border-top: #CCC6B3 1px solid;
}

.block-category-tree--item__open,
.block-category-tree--item:last-child {
    border-bottom: #CCC6B3 1px solid;
}

.pane-left-menu .block-category-tree--level-1>li a {
    margin: 10px 0;
}

div#block_of_searchbox {
    margin-bottom: 25px;
}

.block-genre-tree--image {
    width: 30px;
    height: 29px;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item>a {
    position: relative;
    font-size: 16px;
    border-top: solid 3px #503D27;
    border-bottom: solid 3px #503D27;
    padding: 13px 0 10px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #453829;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item>a::before {
    content: "";
    border-top: solid 1px #503D27;
    width: 100%;
    top: 3px;
    position: absolute;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item>a::after {
    content: "";
    border-top: solid 1px #503D27;
    width: 100%;
    bottom: -7px;
    position: absolute;
}

.block-icon-image--search {
    background-image: url(../../img/sys/icon/white/search.png);
    background-size: 15px auto;
}

.block-genre-tree--item .block-genre-tree--level2 .block-genre-tree--image {
    z-index: 1;
    background-color: #F2E8D1;
}

.block-genre-tree--item .block-genre-tree--level2 .block-genre-tree--image {
    width: 88px;
}

/* footer */
footer .container {
    width: 100%;
}


.block-switcher {
    display: none;
}

.block-footer-logo {
    text-align: center;
    margin-bottom: 40px;
    width: 400px;
}

.block-copyright {
    font-size: 10px;
    padding: 11px;
    color: #fff;
    background: #57b4aa;
}

.block-footer-sns--list,
.block-globalnav--link-sns {
    margin-bottom: 40px;
    text-align: center;
}

.block-footer-sns--list li,
.block-globalnav--link-sns li {
    display: inline-block;
    padding: 0 10px;
}

.block-footer-middle {
    width: 1200px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-footer-middle-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}

.block-footer-middle-right {
    margin: 0;
    width: 41%;
    padding-top: 15px;
    display: flex;
    text-align: left;
}

.block-footernav--category-list {
    width: 50%;
}

.block-footernav--category-list li {
    margin-bottom: 10px;
}

.block-footernav--link-list {
    width: 50%;
    border-right: 1px solid #77aba6;
}

.block-footernav--link-list li {
    margin-bottom: 10px;
}

.block-footernav--item-list {
    width: 50%;
}

.block-footernav--item-list li {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    font-size: 14px;
    display: block;
}

.block-footernav--info-list {
    margin-top: 40px;
    text-align: left;
}

.block-footernav--info-list li {
    display: inline-block;
    padding: 0 10px 0 0;
}

.block-footernav--info-list li a {
    display: inline-block;
    padding: 8px;
    width: 150px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.block-footernav--info-list li .block-footernav--info-list-saiyo {
    background: #fff;
    border: 1px solid #fff;
    color: #95d6d0;
}

.block-footernav--info-list li .block-footernav--info-list-tenpo {
    border: 1px solid #111;
}

.block-footernav--info-list li .block-footernav--info-list-tenpo:hover {
    color: #111;
}

.pane-footer {
    background: #3F99B2;
    position: relative;
}

.block-copyright {
    font-size: 10px;
    padding: 11px;
    color: #fff;
    background: #1C596A;
}

.block-footer-top {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.block-footer-sns--list li img {
    width: 50%;
}

.block-footer-sns--list li {
    vertical-align: middle;
    padding: 0;
}

.block-footernav--category-list a,
.block-footernav--link-list a,
.block-footernav li a {
    color: #fff;
}

.footter-middle-title {
    width: 1200px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
}

.footter-middle-title img {
    width: 30px;
    margin-right: 6px;
}

.footter-middle-title p {
    color: #EEE2CA;
    font-weight: bold;
    font-size: 16px;
}

.block-footer-bg {
    position: relative;
    padding-bottom: 35px;
}

.block-footer-bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 5.5em;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#F2E8D100), color-stop(71%, #F2E8D1), color-stop(100%, #F2E8D1), to(#F2E8D1));
}

.pane-footer svg {
    position: absolute;
    bottom: 57px;
    right: 0;
}

.page-cart #header-main {
    padding: 22px 100px 40px;
}

.block-ranking-r--rank.block-ranking-r--rank-1 {
    background-color: unset !important;
    background-image: url(/img/usr/common/rank01.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    width: 52px !important;
    height: 35px !important;
    padding-top: 5px;
    top: -40px !important;
    left: 70px !important;
    clip-path: unset !important;
}

.block-ranking-r--rank.block-ranking-r--rank-2 {
    background-color: unset !important;
    background-image: url(/img/usr/common/rank02.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    width: 52px !important;
    height: 35px !important;
    padding-top: 5px;
    top: -40px !important;
    left: 70px !important;
    clip-path: unset !important;
}

.block-ranking-r--rank.block-ranking-r--rank-3 {
    background-color: unset !important;
    background-image: url(/img/usr/common/rank03.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    width: 52px !important;
    height: 35px !important;
    padding-top: 5px;
    top: -40px !important;
    left: 70px !important;
    clip-path: unset !important;
}

.block-genre-tree--items .block-genre-tree--level2 .block-genre-tree--image {
    width: 88px;
    z-index: 1;
    background-color: #F2E8D1;
}

.block-genre-tree--item__open,
.block-genre-tree--item {
    border-top: none !important;
}

.pane-left-menu #block_of_genretree .block-genre-tree--item__open>a {
    position: relative;
    font-size: 16px;
    border-top: solid 3px #503D27;
    border-bottom: solid 3px #503D27;
    padding: 13px 0 10px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #453829;
}

.pane-left-menu #block_of_genretree .block-genre-tree--item__open>a::before {
    content: "";
    border-top: solid 1px #503D27;
    width: 100%;
    top: 3px;
    position: absolute;
}

.pane-left-menu #block_of_genretree .block-genre-tree--item__open>a::after {
    content: "";
    border-top: solid 1px #503D27;
    width: 100%;
    bottom: -7px;
    position: absolute;
}

.block-pickup-list-p--goods-image figure,
.block-ranking-r--goods-image figure,
.block-thumbnail-t--goods-image figure,
.block-pickup-list-p--image figure {
    background: none;
}

.bx-wrapper {
    border: none !important;
    background: none !important;
}

.top_bg_block.block01 {
    background-image: url(/img/usr/common/top_bg01.png);
    height: 330px;
}

.top_bg_block.block01 p {
    top: 30%
}

.top_bg_block.block02 {
    background-image: url(/img/usr/common/top_bg02.png);
    height: 368px;
}

.top_bg_block.block02 p {
    top: 26%
}

.top_bg_block {
    position: relative;
    width: 980px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.top_bg_block p {
    margin: 0 auto;
    font-family: Noto Sans JP;
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    line-height: 2;
    letter-spacing: 1.5px;
}

.slide {
    width: 1000px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
}

.block-pagecategory-page-list.slide::-webkit-scrollbar,
.block-top-event--goods .block-ranking-r::-webkit-scrollbar,
.block-top-event--header+.block-top-event--goods .block-pickup-list-p::-webkit-scrollbar {
    height: 10px !important;
}

.block-pagecategory-page-list.slide::-webkit-scrollbar-track,
.block-top-event--goods .block-ranking-r::-webkit-scrollbar-track,
.block-top-event--header+.block-top-event--goods .block-pickup-list-p::-webkit-scrollbar-track {
    background-color: unset;
}

.block-pagecategory-page-list.slide::-webkit-scrollbar-thumb,
.block-top-event--goods .block-ranking-r::-webkit-scrollbar-thumb,
.block-top-event--header+.block-top-event--goods .block-pickup-list-p::-webkit-scrollbar-thumb {
    background-color: #9999997a !important;
}

.slide .block-pagecategory-page-list--frame {
    width: fit-content;
    display: flex;
}

.slide .block-pagecategory-page-list--page {
    position: relative;
    margin-right: 15px;
    width: 250px;
    height: 400px;
    background-color: #FCF9F2;
    box-shadow: 0px 2px 15px #0000001A;
}

.block-pagecategory-page-list--date {
    padding: 15px 15px 10px;
}

.block-pagecategory-page-list--page-caption {
    padding: 0 15px 10px;
}

.block-pagecategory-page-list--page-caption a {
    position: relative;
    height: 80px;
    padding: 0 0 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

dl.block-pagecategory-page-list--page::after {
    content: "";
    background-image: url(/img/usr/common/slide_more.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 83px;
    height: 32px;
}

.block-pagecategory-caption.yomimono {
    background-color: #503D27;
    margin: 80px auto 25px;
    color: #fff;
    display: flex;
    padding: 30px;
    border-radius: 20px 20px 0 0;
    font-family: Noto Sans JP;
    justify-content: space-between;
    align-items: center;
}

.block-pagecategory-caption.kaimono {
    background-color: #78B738;
    margin: 60px auto 25px;
    color: #fff;
    display: flex;
    padding: 30px;
    border-radius: 20px 20px 0 0;
    font-family: Noto Sans JP;
    justify-content: space-between;
    align-items: center;
}

.top_ttl_bgcolor p {
    font-weight: bold;
    font-size: 33px;
    opacity: .5;
}

.top_ttl_bgcolor h2 {
    font-size: 40px;
    font-weight: bold;
}

.top_ttl_bgcolor h2 img {
    width: 60px;
    vertical-align: sub;
    padding-left: 10px;
}

.top_ttl_bgcolor {
    width: 25%;
}

.top_text_bgcolor {
    width: 70%;
    font-size: 16px;
    line-height: 28px;
}

h2.h1.block-pagecategory-caption--text {
    font-size: 56px;
    font-family: "Noto Sans JP";
    color: #95734B;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}

.block-pagecategory {
    margin: 60px 0;
}

h2.h1.block-pagecategory-caption--text+p {
    display: inline-block;
    font-size: 20px;
    color: #503D27;
    font-family: "Noto Sans JP";
    font-weight: bold;
    padding-left: 15px;
    vertical-align: text-bottom;
}

.block-pagecategory-page-list--page {
    position: relative;
    width: 238px;
    height: 425px;
    margin-right: 15px;
    background-color: #FCF9F2;
    box-shadow: 0px 2px 15px #0000001A;
}

.block-pagecategory-page-list--page:last-child {
    margin-right: 0;
}

.line_block {
    background-image: url(/img/usr/common/line_bg.png);
    position: relative;
    width: 980px;
    height: 357px;
    margin: 100px auto;
    background-repeat: no-repeat;
    background-size: cover;
}

p.line_txt01 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

p.line_txt02 {
    margin: 20px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.line_block_inner {
    position: absolute;
    text-align: center;
    top: 12%;
    right: 10%;
}

.line_block_inner a img {
    width: 330px;
}

.block-pagecategory-caption+p {
    font-size: 16px;
    margin-bottom: 40px;
}

.morebtn_block {
    text-align: center;
    margin: 40px 0;
}

#block_of_event .block-pickup-list-p--item-body {
    margin-bottom: 0;
}

.block-pickup-list-p--items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-pickup-list-p li {
    display: flex;
    width: 50%;
}

.block-pickup-list-p--item-body {
    width: 235px;
    display: block;
    margin-right: 15px;
}

.block-pickup-list-p--item-body:last-child {
    margin-right: 0;
}

.block-pickup-list-p--image {
    width: 100%;
    display: block;
}

.block-pickup-list-p--image figure {
    width: 100%;
    height: 100%;
}

.block-pickup-list-p--item-description {
    padding: 0;
}

.block-pickup-list-p--add-cart {
    display: none;
}

.block-pickup-list-p--item-description {
    background-color: #FCF9F2;
    box-shadow: 0px 2px 15px #0000001A;
    padding: 15px;
}

.block-top-event--goods a {
    font-weight: bold;
    text-decoration: none;
}

.block-pickup-list-p--price-infos {
    font-size: 16px;
}

.kaimono_pickup h2.h1.block-pagecategory-caption--text {
    color: #28A6B4;
}

.puckup_box {
    display: flex;
    justify-content: space-between;
}

.pickup_inner {
    width: 48%;
    background-color: #28A6B4;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
}

.pickup_upper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: solid 1px #fff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
}

.pickup_upper img {
    width: 200px;
    margin-right: 15px;
}

.pickup_inner a {
    color: inherit;
    text-decoration: none;
}

.pickup_upper p {
    width: 220px;
}

.block-pagecategory-caption.bg_color {
    background-color: #FCF9F2;
    padding: 13px 30px;
    border-radius: 30px 30px 0 0;
    margin-top: 40px;
}

.bg_color+.block-top-event--goods {
    background-color: #FCF9F2;
    padding: 0 30px 10px;
}

.bg_color+.block-top-event--goods .block-pickup-list-p--item-body {
    width: 220px;
}

.bg_color+.block-top-event--goods+.morebtn_block {
    background-color: #FCF9F2;
    border-radius: 0 0 30px 30px;
    text-align: center;
    margin: -20px 0 40px 0;
}

.block-ranking-r--goods-image .block-ranking-r--rank {
    top: -40px;
    left: 80px;
    width: 36px;
    height: 36px;
    background: #282C35;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    border-radius: 0;
}

.block-top-event--goods .block-ranking-r {
    width: 1000px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.block-top-event--goods .block-top-event--goods .block-ranking-r--items {
    width: fit-content;
}

.block-ranking-r li {
    margin-bottom: 0;
}

.block-pagecategory.bg-img {
    height: 596px;
    background-image: url(/img/usr/common/recommend_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 30px;
}

.bg-img .h1.block-pagecategory-caption--text {
    margin-top: 0;
}

.bg-img .block-pagecategory-page-list--page {
    width: 223px;
}

.popular_c_list {
    display: flex;
    flex-wrap: wrap;
}

.popular_c>img {
    width: 344px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}

.popular_c_list a {
    width: 235px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.popular_c_list a:nth-child(4n) {
    margin-right: 0;
}

h2.block-top-event--header {
    position: relative;
    font-size: 28px;
    border-top: solid 3px #503D27;
    border-bottom: solid 3px #503D27;
    padding: 13px 0;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 80px;
    color: #503D27;
    width: 100%;
}

h2.block-top-event--header+.block-top-event--goods {
    margin-bottom: 40px;
}

h2.block-top-event--header::before {
    content: "";
    border-top: solid 1px #503D27;
    width: 100%;
    top: 3px;
    position: absolute;
}

h2.block-top-event--header::after {
    content: "";
    border-top: solid 1px #503D27;
    width: 100%;
    bottom: 3px;
    left: 0;
    position: absolute;
}

h2.block-top-event--header a {
    position: relative;
    padding-left: 40px;
    pointer-events: none;
}

h2.block-top-event--header a::before {
    content: '';
    width: 30px;
    height: 35px;
    display: inline-block;
    background-image: url(/img/usr/common/gold-anchor.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.block-top-event--header+.block-top-event--goods .block-pickup-list-p--item-description {
    background-color: unset;
    box-shadow: unset;
    padding: 15px 0 0 0;
}

.block-top-event--header+.block-top-event--goods .block-pickup-list-p {
    width: 1000px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.block-top-event--header+.block-top-event--goods .block-pickup-list-p--items {
    width: fit-content;
    flex-wrap: nowrap;
    margin: 0;
    /* padding-bottom: 50px; */
}

.block-top-event--header+.block-top-event--goods .block-pickup-list-p li {
    flex-wrap: nowrap;
    margin-right: 20px;
    width: fit-content;
}

.block-top-event--header+.block-top-event--goods .block-pickup-list-p--item-body {
    margin-right: 20px;
    margin-bottom: 0;
}

.bg_color+.block-top-event--goods .block-pickup-list-p--item-description {
    background-color: #FCF9F2;
    box-shadow: unset;
    padding: 15px 0 0 0;
}

.yomimono {
    background-color: #F2E8D1;
    padding-bottom: 40px;
}

.block-pagecategory.whatsnew {
    background-image: url(/img/usr/common/whatsnew_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.whatsnew .block-pagecategory-caption {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.whatsnew .block-pagecategory-page-list {
    width: 1200px;
    margin: 0 auto;
}

.whatsnew .block-pagecategory-page-list--page {
    width: 288px;
    height: 440px;
}

.whatsnew .block-pagecategory-page-list--page-caption a::after {
    display: none;
}

.topics_ranking .block-pagecategory-page-list--page-caption a::after {
    display: none;
}

.content_class .block-pagecategory-page-list--page-caption a::after {
    display: none;
}

.whatsnew .morebtn_block {
    padding-bottom: 40px;
}

.whatsnew .h1.block-pagecategory-caption--text {
    color: #fff;
    opacity: .5;
}

.whatsnew .h1.block-pagecategory-caption--text+p {
    color: #fff;
}

.topics_ranking .block-pagecategory-caption {
    width: 1200px;
    margin: 0 auto;
}

.topics_ranking .block-pagecategory-page-list {
    width: 1200px;
    margin: 0 auto;
}

.topics_ranking .block-pagecategory-page-list--page {
    width: 228px;
    position: relative;
}

.topics_ranking .block-pagecategory-page-list--page:nth-child(1)::before {
    top: 5px;
    left: 5px;
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(/img/usr/common/topics_rank01.png);
    background-size: cover;
    position: absolute;
}

.topics_ranking .block-pagecategory-page-list--page:nth-child(2)::before {
    top: 5px;
    left: 5px;
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(/img/usr/common/topics_rank02.png);
    background-size: cover;
    position: absolute;
}

.topics_ranking .block-pagecategory-page-list--page:nth-child(3)::before {
    top: 5px;
    left: 5px;
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(/img/usr/common/topics_rank03.png);
    background-size: cover;
    position: absolute;
}

.topics_ranking .block-pagecategory-page-list--page:nth-child(4)::before {
    top: 5px;
    left: 5px;
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(/img/usr/common/topics_rank04.png);
    background-size: cover;
    position: absolute;
}

.topics_ranking .block-pagecategory-page-list--page:nth-child(5)::before {
    top: 5px;
    left: 5px;
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(/img/usr/common/topics_rank05.png);
    background-size: cover;
    position: absolute;
}

.content_class .block-pagecategory-page-list--page {
    width: 288px;
    height: 440px;
    margin-bottom: 30px;
}

.content_class .block-pagecategory-page-list--page:nth-child(4) {
    margin-right: 0;
}

.tab-box {
    /* height: 1380px; */
}

h2.h2-wing {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 50px 0 40px;
}

h2.h2-wing::before {
    left: -50px;
    content: '';
    width: 30px;
    height: 46px;
    background-image: url(/img/usr/common/left-wing.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

h2.h2-wing::after {
    right: -50px;
    content: '';
    width: 30px;
    height: 46px;
    background-image: url(/img/usr/common/right-wing.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

.topocs_c {
    background-image: url(/img/usr/common/yomimono_c_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.keyword-area {
    background-color: #DACBB0;
    padding: 20px 0 60px;
}

.keyword-area .h2-wing {
    color: #503D27;
}

.keyword_list {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.keyword_list a {
    background-color: #FCF9F2;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 50px;
}

.kaimono_bnr {
    text-align: center;
    width: 1200px;
    margin: 80px auto;
}

.block-pagecategory-caption.feature {
    width: 1200px;
    margin: 0 auto;
}

.feature_bnr {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
}

.feature_bnr img {
    border-radius: 30px;
}

ul#kaimono-slide img {
    border-radius: 30px;
}

.block-pagecategory-caption.item-ranking {
    margin-top: 40px;
}

.popular_c {
    margin: 40px 0 0;
}

img.yomimono_ttl_img {
    display: block;
}

.pagination>* {
    border-radius: 50px;
    color: #503D27;
    background-color: #fff;
    padding: 9px 16px;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.pager-current {
    color: #fff !important;
    background-color: #503D27 !important;
}

.pager-total {
    line-height: 2.5;
}

.img-center img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recommend .h1.block-pagecategory-caption--text {
    color: #fff;
    opacity: .5;
}

.popular_c h2.h2-wing {
    color: #503D27;
    padding: 0 0 30px;
}

.page_contents .page_box1+a {
    padding: 20px 0;
}

.page_contents_inner p a {
    text-decoration: underline;
}

.recommend h2.h1.block-pagecategory-caption--text+p {
    color: #fff;
}

.block-pagecategory.yomimono_list .block-pagecategory-page-list--page {
    width: 225px;
    margin-bottom: 20px;
}

.block-pagecategory.yomimono_list {
    width: 1200px;
    margin: 0 auto 80px;
}

.area {
    width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
}

.tab_class {
    width: calc(100%/4);
    height: 66px;
    background-color: #fff;
    border: solid #503D27 1px;
    line-height: 66px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    float: left;
    order: -1;
}

.tab_class.with_br {
    line-height: 40px;
}

.tab_class.with_br span {
    display: block;
    margin-top: -60px;
}

input[name="tab_name"] {
    display: none;
}

input:checked+.tab_class {
    background-color: #503D27;
    color: #fff;
}

.content_class {
    display: none;
    width: 100%;
}

input:checked+.tab_class+.content_class {
    display: block;
}

.block-genre-style {
    display: flex;
    flex-wrap: wrap;
}

.block-genre-style--item {
    position: relative;
    width: fit-content;
    margin-right: 40px;
    padding-right: 22px;
    margin-bottom: 25px;
}

.block-genre-style--item::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #453829;
    border-right: 1px solid #453829;
    transform: rotate(45deg);
    content: '';
}

h3.block-genre-style--item-name {
    font-weight: bold;
    font-size: 16px;
}

span.block-pagecategory-page-list--auto-new {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-top: 3px;
}

.block-pagecategory-page-list--page-image figure {
    height: 250px;
}

.block-pagecategory-caption.yomimono+.block-pagecategory-page-list figure {
    height: 238px;
}

#block_of_top_free2 .block-pagecategory-page-list--page-image figure {
    height: 238px;
}

.whatsnew .block-pagecategory-page-list--page-image figure {
    height: 288px;
}

.block-pagecategory.bg-img .block-pagecategory-page-list--page-image figure {
    height: 250px;
}

.topocs_c .block-pagecategory-page-list--page figure {
    height: 225px;
}

.slide figure {
    height: 250px;
}

.block-pagecategory-page-list--page-image img {
    width: auto;
    height: auto;
}

.whatsnew .block-pagecategory-page-list--page-image img {
    max-height: 288px;
}

.tab-box .block-pagecategory-page-list--page-image img {
    max-height: 225px;
}

.block-pagecategory.bg-img .block-pagecategory-page-list--page-image img {
    max-height: 223px;
}

.page-genre .block-pickup-list-p--item-body,
.page-event .block-pickup-list-p--item-body {
    width: 225px;
    display: flex;
    flex-flow: column;
}

.page-page .block-topic-path ul {
    font-size: 12px;
}

.pane-contents .block-page-caption .h1.block-page-caption--text {
    margin-top: 0px;
}

.block-thumbnail-h--goods-image figure {
    background: unset;
}

.default-price {
    text-decoration: line-through red;
}

body.page-event .block-pickup-list-p--item-description,
body.page-genre .block-pickup-list-p--item-description {
    /* height: 230px; */
    flex-grow: 4;
}

body.page-event .block-pickup-list-p--image figure,
body.page-genre .block-pickup-list-p--image figure {
    height: 225px;
}

body.page-event .block-pickup-list-p--image figure img,
body.page-genre .block-pickup-list-p--image figure img {
    height: auto;
    width: auto;
}

body.page-event .block-ranking-r li {
    width: 160px;
    margin-top: 40px;
    margin-bottom: 40px;
}

body.page-event .block-ranking-r--goods-image .block-ranking-r--rank {
    left: 60px;
}

.page-event .block-ranking-r--rank.block-ranking-r--rank-3,
.page-event .block-ranking-r--rank.block-ranking-r--rank-2,
.page-event .block-ranking-r--rank.block-ranking-r--rank-1 {
    left: 54px !important;
}

.block-ranking-r--goods-image figure {
    height: 160px;
}

.block-ranking-r--goods-image figure img {
    height: auto;
    width: auto;
}

body.page-search .block-pickup-list-p--item-body {
    width: 225px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport {
  max-height: unset;
}

.block-pickup-list-p .price {
    font-size: 18px;
}

body.page-category .block-top-event--goods .block-pickup-list-p figure {
    height: 235px !important;
}

body.page-category .block-top-event--goods .block-pickup-list-p figure img {
    height: auto;
    width: auto;
}
.morebtn_block img {
    width: 330px;
}
.page-goods .block-topic-path ul {
    font-size: 11px;
}
.topics_ranking .block-pagecategory-page-list--page-image figure {
    height: 228px;
}
.page-cart .block-cart--continue-shopping {
    background-color: white;
    font-weight: bold;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.page-cart .block-cart--continue-shopping .block-cart--continue-shopping-link {
    font-size: 19px;
}
.page-goods #bread-crumb-list:not(:last-child), .block-pagecategory-subcategory-list {
    display: none;
}
.page-cart .block-cart--promotion-criteria-list .promotion-criteria{
       font-size: 20px;
}
.page-cart .block-cart--continue-shopping .block-cart--continue-shopping-link {
color: blue;
}

body.page-top .block-pickup-list-p--image figure {
    height: 235px !important;
}

body.page-top .block-pickup-list-p--image figure img {
    height: auto;
    width: auto;
}

.page-goods #block_of_recommend .block-pickup-list-p li {
    width: 49%;
}


}

/* 「利用なクーポンを表示」の説明文を追加(contentはバックスラッシュ＋Aで改行可能) */
/* .block-order-method--coupon:after{
    content:"※クーポンは会員登録されたお客様のみ利用可能です。";
    font-size: 11px;
    color: #FF0000;
    white-space: pre-wrap;
} */

/* かいものページ 会員ランクバナー画像表示 */
.category_rank_banner{
    text-align: center;
    margin-top:    10px; /* 上余白 */
    margin-bottom: 10px; /* 下余白 */
}
.category_rank_banner img{
    /* 画像の表示サイズを指定する場合はここに追記 */
    /* 標準ではdiv枠の横幅に合わせて縮小表示します */
}

body.page-genre .block-ranking-r li {
    width: 160px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-login .block-login--linelogin-contents .line_word {
text-align: center;
line-height: 33px;
font-size: 140%;
}

/* 202405 TOP 夜間 お宝ページ追加 */
.night-mode .wrapper,
.night-mode .pane-contents {
  background: #202239;
}
.night-mode h2.block-top-event--header a,
.night-mode .pane-left-menu h2,
.night-mode .pane-left-menu a,
.night-mode h2.h1.block-pagecategory-caption--text+p,
.night-mode .block-pagecategory-caption+p {
  color: #fff;
}
.night-mode h2.block-top-event--header::before,
.night-mode h2.block-top-event--header::after,
.night-mode .pane-left-menu h2::before,
.night-mode .pane-left-menu h2::after,
.night-mode .pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item>a::before,
.night-mode .pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item>a::after {
  border-top: solid 1px #CCC6B3;
}

.night-mode h2.block-top-event--header,
.night-mode .pane-left-menu h2,
.night-mode .pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item>a {
  color: #fff;
  border-top: solid 3px #CCC6B3;
  border-bottom: solid 3px #CCC6B3;
}

.night-mode .revico-comment-outer-head .revico-logo{
  filter: invert();
}
.night-mode .revico-comment-outer-head .revico-logo::before {
  color: #333;
}

.night-mode h2.h1.block-pagecategory-caption--text {
  color: #CEAC6C;
}
.night-mode .block-category-tree--image {
  filter: invert();
}

.night-mode #block_of_top_free2::before {
  background: transparent;
}

.night-mode .block-top-slider {
  background-image: url(/img/usr/common/pc_topslider_bg_night.jpg);
}
.night-mode .block-top-slider::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#20223900), color-stop(71%, #202239), color-stop(100%, #202239), to(#202239));
}

.night-mode .block-footer-bg::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#20223900), color-stop(71%, #202239), color-stop(100%, #202239), to(#202239));
}

.block-nightdoor {
  margin-top: 140px;
  position: relative;
  display: none;
}
.night-mode .block-nightdoor {
  display: block;
}
.block-nightdoor img {
  width: 100%;
}
.block-nightdoor div > div {
  position: absolute;
  width: 150px;
  height: 300px;
  top: 274px;
  left: 400px;
}
.block-nightdoor div > div.is-progress {
  cursor: progress;
}
.night-mode h2.block-top-topic--header,
.night-mode #block_of_topic .block-top-topic--items a,
.night-mode #block_of_topic .block-top-topic--items li dt {
    color: #fff;
}
/* /202405 TOP 夜間 お宝ページ追加 */

.block-top-lightningrecommend .block-thumbnail-t--goods{
    width: 235px;
}
.block-top-lightningrecommend .block-thumbnail-t--goods-description{
    background-color: #FCF9F2;
    padding: 15px;
    height: 200px;
}
.block-top-lightningrecommend .img-center {
    margin: 0 auto;
}
.block-top-lightningrecommend .block-thumbnail-t--goods {
    margin-left: 10px;
}
.block-common-lightningrecommend--list .block-thumbnail-t {
    width:1200px
}
.block-common-lightningrecommend .block-top-event--header{
    z-index: 2;
}
.block-common-lightningrecommend .block-thumbnail-t {
    padding: 40px 0px;
}

/* 商品詳細画面：バリエーション商品のスタイル調整 */
.page-goods .goods-detail-description.block-goods-size,
.page-goods .goods-detail-description.block-goods-color,
.page-goods .block-variation.block-color,
.page-goods .block-color-size-with-cart--color-line:first-of-type {
  display: none;
}
.page-goods .block-variation-add-cart {
  line-height: 3.5;
}
.page-goods .block-color-size-with-cart--size-item-term,
.page-goods .block-color-size-with-cart--size-item-term > span {
  width: 80px;
}