@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap);

@font-face {
    font-family: icons;
    src: url(../iconfont/icons.eot);
    src: url(../iconfont/icons.eot?#iefix) format("eot"), url(../iconfont/icons.woff) format("woff"), url(../iconfont/icons.ttf) format("truetype"), url(../iconfont/icons.svg#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-affiliate:before {
    content: "\EA01"
}

.icon-arrow-bottom:before {
    content: "\EA02"
}

.icon-arrow-left:before {
    content: "\EA03"
}

.icon-arrow-right:before {
    content: "\EA04"
}

.icon-arrow-top:before {
    content: "\EA05"
}

.icon-building:before {
    content: "\EA06"
}

.icon-cart-bto:before {
    content: "\EA07"
}

.icon-cart:before {
    content: "\EA08"
}

.icon-check:before {
    content: "\EA09"
}

.icon-close:before {
    content: "\EA0A"
}

.icon-close2:before {
    content: "\EA0B"
}

.icon-comparison:before {
    content: "\EA0C"
}

.icon-controller:before {
    content: "\EA0D"
}

.icon-customize:before {
    content: "\EA0E"
}

.icon-display-style-grid:before {
    content: "\EA0F"
}

.icon-display-style-list:before {
    content: "\EA10"
}

.icon-earphone:before {
    content: "\EA11"
}

.icon-earth:before {
    content: "\EA12"
}

.icon-exclamation-mark:before {
    content: "\EA13"
}

.icon-facebook:before {
    content: "\EA14"
}

.icon-fan:before {
    content: "\EA15"
}

.icon-filter:before {
    content: "\EA16"
}

.icon-foryou:before {
    content: "\EA17"
}

.icon-good:before {
    content: "\EA18"
}

.icon-goods:before {
    content: "\EA19"
}

.icon-goods2:before {
    content: "\EA1A"
}

.icon-graphic-board:before {
    content: "\EA1B"
}

.icon-headphones:before {
    content: "\EA1C"
}

.icon-headphones2:before {
    content: "\EA1D"
}

.icon-heart-outline:before {
    content: "\EA1E"
}

.icon-hikouki:before {
    content: "\EA1F"
}

.icon-history:before {
    content: "\EA20"
}

.icon-home:before {
    content: "\EA21"
}

.icon-japan:before {
    content: "\EA22"
}

.icon-jobs:before {
    content: "\EA23"
}

.icon-kumitate:before {
    content: "\EA24"
}

.icon-line:before {
    content: "\EA25"
}

.icon-list:before {
    content: "\EA26"
}

.icon-medal:before {
    content: "\EA27"
}

.icon-money:before {
    content: "\EA28"
}

.icon-monitor:before {
    content: "\EA29"
}

.icon-new-window:before {
    content: "\EA2A"
}

.icon-note:before {
    content: "\EA2B"
}

.icon-path:before {
    content: "\EA2C"
}

.icon-pc-desktop:before {
    content: "\EA2D"
}

.icon-pc-note:before {
    content: "\EA2E"
}

.icon-peripheral:before {
    content: "\EA2F"
}

.icon-phone-2:before {
    content: "\EA30"
}

.icon-phone:before {
    content: "\EA31"
}

.icon-search:before {
    content: "\EA32"
}

.icon-search2:before {
    content: "\EA33"
}

.icon-speaker:before {
    content: "\EA34"
}

.icon-ssd:before {
    content: "\EA35"
}

.icon-tablet:before {
    content: "\EA36"
}

.icon-tablet2:before {
    content: "\EA37"
}

.icon-tool:before {
    content: "\EA38"
}

.icon-tool2:before {
    content: "\EA39"
}

.icon-twitter:before {
    content: "\EA3A"
}

.icon-user-2:before {
    content: "\EA3B"
}

.icon-user:before {
    content: "\EA3C"
}

.icon-warranty:before {
    content: "\EA3D"
}

.icon-workstation:before {
    content: "\EA3E"
}

.icon-youtube:before {
    content: "\EA3F"
}

.icon-zoom-in:before {
    content: "\EA40"
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0%
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0 linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.block-aside-inquiry--inner,
.block-aside-point--inner,
.block-common-brand--inner,
.block-common-event--inner,
.block-common-search--inner,
.block-common-search-type--inner,
.block-event-page--accessory,
.block-event-page--goods,
.block-event-page--header,
.block-event-page--header--inner,
.block-footer-main--inner,
.block-footer-mcj--inner,
.block-footer-sub--inner,
.block-genre-campaign--inner,
.block-genre-category--inner,
.block-genre-header--inner,
.block-genre-page--event,
.block-genre-related-content--body,
.block-genre-related-content--inner,
.block-globalnav-inner,
.block-globalnav-toggle-content-brand--lists,
.block-globalnav-toggle-content-type--lists,
.block-globalnav-toggle-content-use--lists,
.block-globalnav-toggle-content-outlet--lists,
.block-goods-comparison-table--inner,
.block-goods-comparison-table--note,
.block-goods-lineup-summary--inner,
.block-header-inner,
.block-partner-logos-inner,
.block-search-condition-result,
.block-supplier-logos-inner,
.block-top-banners--inner,
.block-top-body--notice-def,
.block-top-brand--inner,
.block-top-campaign--inner,
.block-top-movie--inner,
.block-top-primary-area--inner,
.block-top-search-use--inner,
.block-top-services--inner,
.block-top-topic--inner,
.block-topic-details,
.block-topic-page,
.pane-lineup {
    width: 1200px;
    margin: 0 auto
}

.block-fixed-sidearea--comparison-table--item,
.block-goods-list-H--item {
    flex-shrink: 0
}

html {
    color: #000;
    background: #fff
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: 0 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

.u_font-weight-black {
    font-weight: 700 !important
}

.u_font-weight-bold {
    font-weight: 700 !important
}

.u_font-weight-Medium {
    font-weight: 500 !important
}

.u_font-weight-Regular {
    font-weight: 400 !important
}

.u_font-en {
    font-family: Lato, sans-serif
}

.u_font-color-red {
    color: #f13030
}

.btn {
    position: relative;
    font-family: Lato, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    border-radius: 100px;
    padding: 6px 20px;
    margin: 0;
    line-height: 1.1;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none !important;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: none;
    transition: .3s
}

.btn [class*=icon-] {
    font-size: 80%;
    margin-left: 5px;
    margin-right: 5px
}

.btn:focus {
    outline: 0
}

.btn:disabled,
.btn:disabled:hover {
    width: auto !important;
    background-color: #ddd !important;
    color: #696969;
    cursor: auto;
    opacity: .5 !important
}

.btn.btn-arrow-right {
    padding-right: 40px
}

.btn.btn-arrow-right::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3c3c3c;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px
}

.btn.btn-arrow-right::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -2px
}

.btn-primary {
    background: #3c3c3c;
    color: #fff;
    width: auto;
    font-size: 14px;
    white-space: pre
}

.btn-primary:hover {
    background: #000
}

.btn-primary.btn-arrow-right::before {
    background: #fff
}

.btn-primary.btn-arrow-right::after {
    border-top: 1.5px solid #3c3c3c;
    border-right: 1.5px solid #3c3c3c
}

.btn-secondary {
    background: #e6e6e6;
    color: #000;
    width: auto;
    font-size: 14px;
    white-space: pre
}

.btn-secondary:hover {
    background: #c7c7c7;
    color: #000
}

.btn-secondary.btn-arrow-right::before {
    background: #fff
}

.btn-secondary.btn-arrow-right::after {
    border-top: 1.5px solid #e6e6e6;
    border-right: 1.5px solid #e6e6e6
}

.btn-secondary-transparent {
    border-radius: 100px;
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
    font-size: 16px
}

.btn-secondary-transparent:hover {
    background: rgba(255, 255, 255, .2)
}

.btn-secondary-transparent.btn-arrow-right::before {
    background: #fff
}

.btn-secondary-transparent.btn-arrow-right::after {
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000
}

.btn-default {
    background: #f9f9f9;
    color: #6f6f6f;
    border: 1px solid #ddd;
    width: auto;
    font-size: 14px;
    white-space: pre
}

.btn-default:hover {
    background: #dadada;
    border: 1px solid #dadada
}

.btn-cart {
    background: #f23030;
    color: #fff;
    width: auto;
    font-size: 14px;
    white-space: pre
}

.btn-cart:hover {
    background: #e41717
}

.btn-txt.btn-size-l,
.btn-txt.btn-size-m,
.btn-txt.btn-size-s {
    padding: 0;
    height: auto;
    line-height: inherit
}

.btn-size-xl {
    font-size: 22px;
    letter-spacing: 2px;
    padding: 0 30px;
    height: 60px;
    line-height: 58px;
    padding-bottom: 2px;
    min-width: 480px;
    white-space: nowrap
}

.btn-size-l {
    font-size: 22px;
    letter-spacing: 2px;
    padding: 0 30px;
    height: 50px;
    line-height: 48px;
    padding-bottom: 2px;
    min-width: 480px;
    white-space: nowrap
}

.btn-size-m {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 15px;
    height: 36px;
    line-height: 34px;
    padding-bottom: 2px;
    white-space: nowrap
}

.btn-size-s {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    padding-bottom: 2px;
    white-space: nowrap
}

.btn.is_soldout {
    background-color: #ddd !important;
    color: #696969 !important;
    cursor: auto !important;
    opacity: .5 !important
}

.btn-comparison:hover {
    background: #dadada;
    border: 1px solid #dadada
}

.btn-comparison.is_added {
    background: #b0b0b0;
    color: #fff;
    border-color: #b0b0b0
}

input:focus+label {
    outline: 3px auto #000;
    outline-offset: 2px
}

select {
    max-width: 100%;
    vertical-align: middle;
    height: 40px;
    border: 1px solid #999;
    font-size: 14px;
    text-indent: .01px;
    vertical-align: middle;
    color: inherit;
    padding: 0 30px 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/usr/common/form/arrow-select.png) right 50%/23px no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 3px
}

select option {
    color: #000
}

.is_error select {
    background-color: #ffd9d9
}

select:disabled {
    background-color: #f7f7f7
}

select::-ms-expand {
    display: none
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 0 8px;
    font-family: Lato, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

.is_error input[type=email],
.is_error input[type=number],
.is_error input[type=password],
.is_error input[type=search],
.is_error input[type=tel],
.is_error input[type=text],
.is_error input[type=url] {
    background-color: #ffd9d9
}

textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 1.6;
    font-size: 14px;
    padding: 10px 8px;
    font-family: Lato, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

.is_error textarea {
    background-color: #ffd9d9
}

.c_checkbox input[type=checkbox] {
    opacity: 0;
    appearance: none;
    position: absolute
}

.c_checkbox input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
    padding-left: 26px;
    cursor: pointer;
    transition: background-color .2s linear;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px
}

.c_checkbox input[type=checkbox]+label::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background: #fff000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px
}

.c_checkbox input[type=checkbox]+label::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 6px;
    display: block;
    width: 6px;
    height: 9px;
    margin-top: -6px;
    content: '';
    transition: opacity .2s linear;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000
}

.c_checkbox input[type=checkbox]:checked+label::before {
    opacity: 1
}

.c_checkbox input[type=checkbox]:checked+label::after {
    background-color: #fff000;
    border-color: #fff000
}

.c_checkbox input[type=checkbox]:disabled+label {
    cursor: default
}

.c_checkbox input[type=checkbox]:disabled+label::after {
    background: #f7f7f7
}

.c_checkbox--btn {
    margin-right: 15px
}

.c_checkbox--btn:last-child {
    margin-right: 0
}

.c_checkbox--btn input[type=checkbox] {
    display: none
}

.c_checkbox--btn input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    transition: background-color .2s linear;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    padding: 7px 16px 6px 37px;
    border: 1px solid #ccc
}

.c_checkbox--btn input[type=checkbox]+label::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content: '';
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc
}

.c_checkbox--btn input[type=checkbox]+label::before {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 12px;
    width: 7px;
    height: 11px;
    margin-top: -7px;
    content: '';
    transition: opacity .2s linear;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 3px solid #3c3c3c;
    border-bottom: 3px solid #3c3c3c
}

.c_checkbox--btn input[type=checkbox]:checked+label {
    border-color: #fff000;
    border-width: 3px;
    padding: 5px 14px 4px 35px
}

.c_checkbox--btn input[type=checkbox]:checked+label::after {
    background: #fff000;
    border: none;
    left: 5px
}

.c_checkbox--btn input[type=checkbox]:checked+label::before {
    display: block
}

.c_checkbox--btn input[type=checkbox]:disabled+label {
    background: #f7f7f7;
    cursor: default
}

.c_checkbox--btn input[type=checkbox]:disabled+label::after {
    background: #f7f7f7
}

.c_checkbox--btn-sub {
    margin-right: 15px
}

.c_checkbox--btn-sub input[type=checkbox] {
    opacity: 0;
    appearance: none;
    position: absolute
}

.c_checkbox--btn-sub input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    transition: background-color .2s linear;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    padding: 7px 16px 6px;
    border: 1px solid #ccc
}

.c_checkbox--btn-sub input[type=checkbox]:checked+label {
    outline-width: 2px;
    outline-color: #fff000;
    outline-style: solid;
    outline-offset: 0
}

.c_checkbox--btn-sub input[type=checkbox]:checked+label::before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.c_checkbox--btn-sub input[type=checkbox]:disabled+label {
    background: #f7f7f7;
    cursor: default
}

.c_checkbox--slide {
    margin-right: 15px
}

.c_checkbox--slide:last-child {
    margin-right: 0
}

.c_checkbox--slide input[type=checkbox] {
    opacity: 0;
    appearance: none;
    position: absolute
}

.c_checkbox--slide input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    height: 20px;
    width: 40px;
    box-sizing: content-box
}

.c_checkbox--slide input[type=checkbox]+label::before {
    content: "";
    display: inline-block;
    background: #ddd;
    border-radius: 24px;
    height: 20px;
    width: 40px;
    transition: all .3s
}

.c_checkbox--slide input[type=checkbox]+label::after {
    content: "";
    background: #fff;
    border-radius: 24px;
    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: all .3s;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3)
}

.c_checkbox--slide input[type=checkbox]:checked+label::before {
    background: #fff000
}

.c_checkbox--slide input[type=checkbox]:checked+label::after {
    left: 23px
}

.c_checkbox--slide input[type=checkbox]:disabled+label {
    cursor: not-allowed;
    opacity: .7
}

.c_radio input[type=radio] {
    opacity: 0;
    appearance: none;
    position: absolute
}

.c_radio input[type=radio]+label {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 15px 0 0;
    padding-left: 26px;
    cursor: pointer;
    transition: background-color .2s linear;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px
}

.c_radio input[type=radio]+label::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content: '';
    background: #fff;
    border-radius: 9px;
    border: 1px solid #ccc
}

.c_radio input[type=radio]+label::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 5px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    transition: opacity .2s linear;
    opacity: 0;
    border-radius: 5px;
    background: #3c3c3c
}

.c_radio input[type=radio]:checked+label::before {
    opacity: 1
}

.c_radio input[type=radio]:checked+label::after {
    background-color: #fff000;
    border-color: #fff000
}

.c_radio input[type=radio]:disabled+label {
    cursor: default
}

.c_radio input[type=radio]:disabled+label::after {
    background: #f7f7f7
}

.c_radio--btn {
    margin-right: 15px
}

.c_radio--btn:last-child {
    margin-right: 0
}

.c_radio--btn input[type=radio] {
    opacity: 0;
    appearance: none;
    position: absolute
}

.c_radio--btn input[type=radio]+label {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    transition: background-color .2s linear;
    vertical-align: middle;
    font-size: 14px;
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    padding: 13px 10px 12px 48px;
    border: 1px solid #ccc
}

.c_radio--btn input[type=radio]+label::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content: '';
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc
}

.c_radio--btn input[type=radio]+label::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    transition: opacity .2s linear;
    opacity: 0;
    border-radius: 5px;
    background: #3c3c3c
}

.c_radio--btn input[type=radio]:checked+label {
    outline-width: 2px;
    outline-color: #fff000;
    outline-style: solid;
    outline-offset: 0
}

.c_radio--btn input[type=radio]:checked+label::after {
    background: #fff000;
    border: none
}

.c_radio--btn input[type=radio]:checked+label::before {
    opacity: 1
}

.c_radio--btn input[type=radio]:disabled+label {
    background: #f7f7f7;
    cursor: default
}

.c_radio--btn input[type=radio]:disabled+label::after {
    background: #f7f7f7
}

.c_radio--btn-sub {
    margin-right: 15px
}

.c_radio--btn-sub input[type=radio] {
    opacity: 0;
    appearance: none;
    position: absolute
}

.c_radio--btn-sub input[type=radio]+label {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    transition: background-color .2s linear;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    padding: 7px 16px;
    border: 1px solid #ccc
}

.c_radio--btn-sub input[type=radio]:checked+label {
    border-color: #fff000;
    border-width: 3px;
    padding: 5px 14px 4px
}

.c_radio--btn-sub input[type=radio]:checked+label::before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.c_radio--btn-sub input[type=radio]:disabled+label {
    background: #f7f7f7;
    cursor: default
}

.c_range-price--selector {
    position: relative;
    height: 34px
}

.c_range-price--selector-bar-bg {
    background: #f1f1f1;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    top: 15px;
    left: 0
}

.c_range-price--selector-bar-current {
    background: #fff000;
    height: 4px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 50%
}

.c_range-price--selector-handle-1,
.c_range-price--selector-handle-2 {
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 10px;
    width: 14px;
    height: 14px
}

.c_range-price--selector-handle-1-popup,
.c_range-price--selector-handle-2-popup {
    position: absolute;
    top: -40px;
    left: 50%;
    background: #3c3c3c;
    color: #fff;
    border-radius: 3px;
    padding: 5px 8px;
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s
}

.c_range-price--selector-handle-1-popup::after,
.c_range-price--selector-handle-2-popup::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #3c3c3c;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.c_range-price--selector-handle-1.ui-draggable-dragging .c_range-price--selector-handle-1-popup,
.c_range-price--selector-handle-1:focus .c_range-price--selector-handle-1-popup,
.c_range-price--selector-handle-1:hover .c_range-price--selector-handle-1-popup {
    opacity: 1
}

.c_range-price--selector-handle-2.ui-draggable-dragging .c_range-price--selector-handle-2-popup,
.c_range-price--selector-handle-2:focus .c_range-price--selector-handle-2-popup,
.c_range-price--selector-handle-2:hover .c_range-price--selector-handle-2-popup {
    opacity: 1
}

.c_range-price--input {
    display: flex;
    align-items: center;
    justify-content: center
}

.c_range-price--input input {
    width: 6em;
    margin: 0 5px
}

.c_range-price--tilde {
    margin-left: 5px
}

.block-icon-item {
    line-height: 1;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #ddd;
    background: #f4f4f4;
    color: #000;
    font-size: 11px;
    padding: 3px 5px 4px
}

.block-icon-item--new {
    border-color: #f13030;
    background: #fff;
    color: #f13030;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 5px 2px
}

.block-icon-item--sale {
    border-color: #f13030;
    background: #f13030;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 5px 2px
}

.block-icon-item--campaign {
    border-color: #ffa82b;
    background: #ffa82b;
    color: #fff;
    font-size: 11px;
    font-weight: 500
}

.block-icon-item--officein {
    border-color: #dc3c00;
    background: #fff;
    color: #dc3c00
}

.block-icon-item--off {
    border-color: #f13030;
    background: #fff;
    color: #f13030
}

.icon-customize {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff000;
    color: #000;
    font-size: 14px !important;
    line-height: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.icon-rakuten {
    background: #c02229;
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.icon-rakuten::before {
    content: "R";
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 30px
}

.icon-paypay {
    background: #97791f;
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-family: Lato, sans-serif;
    font-weight: 900
}

.icon-paypay::before {
    content: "P";
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 30px
}

.c_modal-content-hide {
    display: none
}

.c_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    transition: opacity .5s;
    opacity: 0;
    padding-bottom: 50vh;
    height: 100vh;
    overflow-y: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box
}

.c_modal.is_open {
    opacity: 1;
    z-index: 9000
}

.c_modal-bg {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000
}

.c_modal-content-wrapper {
    width: 700px;
    max-height: calc(100vh - 120px);
    z-index: 9999;
    position: relative
}

.c_modal-btn-close {
    position: absolute;
    top: -53px;
    right: 0;
    color: #fff;
    font-size: 30px
}

.c_modal-btn-close:hover {
    text-decoration: none;
    color: #fff000
}

.c_modal-content {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    overflow: auto;
    min-height: 100px;
    max-height: calc(100vh - 120px)
}

.c_modal-content-title {
    font-size: 20px;
    font-weight: 700
}

.c_modal-content-message {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0
}

.c_modal-footer-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 5px
}

.c_modal-footer-action .btn {
    margin: 0 9px;
    min-width: 150px
}

.c_modal-footer-action .btn--size-l {
    min-width: 354px
}

.c_modal.c_modal-size-s .c_modal-content-wrapper {
    width: 500px
}

.c_modal.c_modal-size-m .c_modal-content-wrapper {
    width: 700px
}

.c_modal.c_modal-size-l .c_modal-content-wrapper {
    width: 1200px
}

.c_modal.c_modal-size-l .c_modal-inner {
    padding: 35px
}

.c_modal.c_modal-size-l .c_btn--size-l {
    min-width: 360px
}

.c_modal-inner {
    padding: 20px
}

.modal-goods-search .c_modal-content-wrapper {
    width: 1200px
}

.modal-goods-search .c_modal-inner {
    padding: 0
}

.modal-goods-search--header {
    background: #f7f7f7;
    margin: 0;
    padding: 37px 65px 38px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal-goods-search--header .c_modal-content-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0
}

.modal-goods-search--body {
    overflow: auto;
    max-height: calc(100vh - 120px - 135px)
}

.modal-goods-search--form-result-cart-count {
    display: flex;
    align-items: flex-end
}

.modal-goods-search--form-result-cart-count-title {
    font-size: 14px
}

.modal-goods-search--form-result-cart-count-title::after {
    content: "："
}

.modal-goods-search--form-result-cart-count-value-num {
    font-size: 20px;
    font-family: Lato, sans-serif
}

.modal-goods-search--form-result-cart-count-value-unit {
    font-size: 14px
}

.modal-goods-search .block-common-search--form {
    padding: 42px 47px 64px 64px
}

.modal-goods-detail-gallery li {
    display: flex !important;
    align-items: center;
    justify-content: center
}

.modal-goods-detail-gallery li img {
    display: block;
    margin: 0 auto
}

.modal-goods-detail-gallery .slick-prev {
    left: 10px
}

.modal-goods-detail-gallery .slick-next {
    right: 10px
}

.modal-goods-detail-spec-print-btn {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px
}

.modal-goods-detail-spec h1 {
    margin: 0
}

.modal-goods-detail-spec .print_page {
    display: none
}

.modal-goods-detail-spec .spec-table {
    margin-bottom: 20px
}

.modal-goods-detail-spec .spec-table td,
.modal-goods-detail-spec .spec-table th {
    border: 1px solid #ddd;
    padding: 5px
}

.modal-goods-detail-spec .spec-table th {
    background: #f2f2f2;
    word-break: break-all
}

.modal-goods-detail-spec .spec-table .pattern_number th {
    width: 30%
}

.modal-goods-detail-spec .spec-table .pattern_number td {
    background: #009;
    color: #fff;
    font-weight: 700;
    font-size: 120%
}

.modal-goods-detail-spec .attention,
.modal-goods-detail-spec .trademark {
    font-size: 11px;
    margin-bottom: 10px
}

.bl_npSuggestContainer * {
    word-break: break-all;
    word-wrap: break-word;
    -ms-overflow-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    vertical-align: baseline;
    background: 0 0
}

.bl_npSuggestContainer ::-webkit-scrollbar {
    width: 0;
    height: 0
}

.bl_npSuggestContainer a {
    color: #000;
    text-decoration: none
}

.bl_npSuggestContainer {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: row-reverse;
    width: 776px;
    margin-top: 1px;
    right: 0;
    top: 42px;
    background: #fff;
    box-shadow: 0 0 18px 2px rgba(11, 5, 3, .06)
}

.bl_npSuggestContainer .bl_npSuggestContainer_searchboxComponent {
    width: 50%;
    background-color: #fff;
    border-left: 1px solid #ddd
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent {
    width: 50%;
    background-color: #fff
}

.bl_npSuggestContainer .bl_npSuggestKeywordList_header {
    background: #f2f2f2;
    padding: 10px;
    font-weight: 700;
    border-bottom: 1px solid #ddd
}

.bl_npSuggestContainer .bl_npSuggestKeywordList_header::after {
    content: 'サジェスト'
}

.bl_npSuggestContainer .bl_npSuggestKeywordList_body {
    overflow-y: auto
}

.bl_npSuggestContainer .bl_npSuggestKeywordList_item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #d4d9dc;
    cursor: pointer
}

.bl_npSuggestContainer .bl_npSuggestKeywordList_item:last-child {
    border-bottom: 0
}

.bl_npSuggestContainer .bl_npSuggestKeywordList_item:focus,
.bl_npSuggestContainer .bl_npSuggestKeywordList_item:hover {
    background-color: #f5f5f5
}

.bl_npSuggestContainer .bl_npSuggestKeywordList_item>* {
    margin-right: .5em
}

.bl_npSuggestContainer .bl_npSuggestKeywordList_item>:first-child {
    margin-left: .5em
}

.bl_npSuggestContainer .bl_npSuggestKeywordList_label {
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    padding: .75em 0
}

.bl_npSuggestContainer .bl_npSuggestKeywordList_keyword {
    display: flex;
    align-items: center;
    flex-grow: 1;
    white-space: nowrap;
    overflow-x: auto;
    padding: .75em 0
}

.bl_npSuggestContainer .bl_npSuggestSearchKeywordList {
    border: 1px solid #d4d9dc
}

.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_header {
    font-size: .75em;
    padding: .5em;
    background-color: #d4d9dc;
    font-weight: 700
}

.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_header::after {
    content: 'キーワード'
}

.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_body {
    padding: 0 .3em;
    overflow-y: auto
}

.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #d4d9dc;
    cursor: pointer
}

.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_item:last-child {
    border-bottom: 0
}

.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_item:focus,
.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_item:hover {
    background-color: #f5f5f5
}

.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_item>* {
    margin-right: .5em
}

.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_item>:first-child {
    margin-left: .5em
}

.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_label {
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    padding: .75em 0
}

.bl_npSuggestContainer .bl_npSuggestSearchKeywordList_keyword {
    display: flex;
    align-items: center;
    flex-grow: 1;
    white-space: nowrap;
    overflow-x: auto;
    padding: .75em 0
}

.bl_npSuggestContainer .bl_npSuggestHistoryList_header {
    background: #f2f2f2;
    padding: 10px;
    font-weight: 700;
    border-bottom: 1px solid #ddd
}

.bl_npSuggestContainer .bl_npSuggestHistoryList_header::after {
    content: '検索履歴';
    font-weight: 500;
    font-family: 'Noto Sans JP'
}

.bl_npSuggestContainer .bl_npSuggestHistoryList_body {
    overflow-y: auto
}

.bl_npSuggestContainer .bl_npSuggestHistoryList_item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #d4d9dc;
    cursor: pointer
}

.bl_npSuggestContainer .bl_npSuggestHistoryList_item:focus,
.bl_npSuggestContainer .bl_npSuggestHistoryList_item:hover {
    background-color: #f5f5f5
}

.bl_npSuggestContainer .bl_npSuggestHistoryList_item>* {
    margin-right: .5em
}

.bl_npSuggestContainer .bl_npSuggestHistoryList_item>:first-child {
    margin-left: .5em
}

.bl_npSuggestContainer .bl_npSuggestHistoryList_label {
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    padding: .75em 0
}

.bl_npSuggestContainer .bl_npSuggestHistoryList_keyword {
    display: flex;
    align-items: center;
    flex-grow: 1;
    white-space: nowrap;
    overflow-x: auto;
    padding: .75em 0
}

.bl_npSuggestContainer .bl_npSuggestRankingList {
    counter-reset: bl_npSuggestRankingList 0
}

.bl_npSuggestContainer .bl_npSuggestRankingList_header {
    background: #f2f2f2;
    padding: 10px;
    font-weight: 700;
    border-bottom: 1px solid #ddd
}

.bl_npSuggestContainer .bl_npSuggestRankingList_header::after {
    content: '人気のキーワード'
}

.bl_npSuggestContainer .bl_npSuggestRankingList_body {
    overflow-y: auto;
    padding: 5px 0
}

.bl_npSuggestContainer .bl_npSuggestRankingList_item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px 10px;
    counter-increment: bl_npSuggestRankingList
}

.bl_npSuggestContainer .bl_npSuggestRankingList_item .el_npSuggestCrownIcon {
    display: inline-block;
    position: relative
}

.bl_npSuggestContainer .bl_npSuggestRankingList_item .el_npSuggestCrownIcon::after {
    content: counter(bl_npSuggestRankingList) "."
}

.bl_npSuggestContainer .bl_npSuggestRankingList_item:last-child {
    border-bottom: 0
}

.bl_npSuggestContainer .bl_npSuggestRankingList_item>* {
    margin-right: .5em
}

.bl_npSuggestContainer .bl_npSuggestRankingList_item>:first-child {
    margin-left: .5em
}

.bl_npSuggestContainer .bl_npSuggestRankingList_item:focus,
.bl_npSuggestContainer .bl_npSuggestRankingList_item:hover {
    background-color: #f5f5f5
}

.bl_npSuggestContainer .bl_npSuggestRankingList_label {
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0
}

.bl_npSuggestContainer .bl_npSuggestRankingList_keyword {
    display: flex;
    align-items: center;
    flex-grow: 1;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    line-height: 1.1
}

.bl_npSuggestContainer .bl_npSuggestRankingList_icon {
    font-weight: 700;
    color: #a9a9a9
}

.bl_npSuggestContainer .bl_npSuggestRankingList_icon::before {
    content: counter(bl_npSuggestRankingList) "."
}

.bl_npSuggestContainer .bl_npSuggestItemList_header {
    font-size: .75em;
    padding: .5em;
    background-color: #d4d9dc;
    display: none
}

.bl_npSuggestContainer .bl_npSuggestItemList_header>span {
    margin: 0 .3em
}

.bl_npSuggestContainer .bl_npSuggestItemList_body {
    padding: .5em 0 .5em .5em
}

.bl_npSuggestContainer .bl_npSuggestItemList_body::after {
    content: '';
    padding: .25em
}

.bl_npSuggestContainer .bl_npSuggestItemList_body {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto
}

.bl_npSuggestContainer .bl_npSuggestItemList_item {
    display: block;
    flex: 0 0 7em;
    margin: 0 .5em 0 0;
    border-bottom: 1px solid #ddd
}

.bl_npSuggestContainer .bl_npSuggestItemList_item:last-child {
    margin: 0
}

.bl_npSuggestContainer .bl_npSuggestItemList_item:focus,
.bl_npSuggestContainer .bl_npSuggestItemList_item:hover {
    background-color: #f2f2f2
}

.bl_npSuggestContainer .bl_npSuggestItemList_body::-webkit-scrollbar {
    width: 0;
    height: .3em
}

.bl_npSuggestContainer .bl_npSuggestItemList_body::-webkit-scrollbar-track {
    border-radius: .5em;
    box-shadow: inset 0 0 2px #d4d9dc
}

.bl_npSuggestContainer .bl_npSuggestItemList_body::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: .5em;
    box-shadow: none
}

.bl_npSuggestContainer .bl_npSuggestItemList__media .bl_npSuggestItemList_body {
    display: block;
    padding: 10px;
    overflow-y: auto;
    max-height: 400px
}

.bl_npSuggestContainer .bl_npSuggestItemList__media .bl_npSuggestItemList_item {
    display: flex;
    padding: 10px
}

.bl_npSuggestContainer .bl_npSuggestItemList_item:last-child {
    margin: 0
}

.bl_npSuggestContainer .bl_npSuggestItemList__media .bl_npSuggestItemList_body::-webkit-scrollbar {
    width: .3em;
    height: 0
}

.bl_npSuggestContainer .bl_npSuggestMedia {
    background-color: #fff;
    display: flex;
    height: 110px
}

.bl_npSuggestContainer .bl_npSuggestMedia:focus,
.bl_npSuggestContainer .bl_npSuggestMedia:hover {
    text-decoration: none
}

.bl_npSuggestContainer .bl_npSuggestMedia_imgWrapper {
    position: relative;
    flex: 0 1 35%;
    overflow-y: hidden
}

.bl_npSuggestContainer .bl_npSuggestMedia_imgWrapper>img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.bl_npSuggestContainer .bl_npSuggestMedia_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px;
    width: 219px
}

.bl_npSuggestContainer .bl_npSuggestMedia_ttl {
    max-height: 3em;
    overflow-y: auto;
    margin-bottom: 1em
}

.bl_npSuggestContainer .bl_npSuggestMedia_price .goods-price-value {
    font-size: 20px
}

.bl_npSuggestContainer .bl_npSuggestCard {
    display: block;
    background-color: #fff
}

.bl_npSuggestContainer .bl_npSuggestCard_imgWrapper {
    position: relative;
    padding-top: 75%;
    overflow: hidden
}

.bl_npSuggestContainer .bl_npSuggestCard_imgWrapper>img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.bl_npSuggestContainer .bl_npSuggestCard_body {
    padding: .5em
}

.bl_npSuggestContainer .bl_npSuggestCard_ttl {
    font-size: .8em;
    max-height: 3em;
    overflow-y: auto;
    margin-bottom: 1em
}

.bl_npSuggestContainer .bl_npSuggestCard_price {
    font-size: .6em
}

.el_bold {
    display: inline-block;
    font-weight: 700
}

.el_npSuggestHitnumLabel {
    font-size: .75em;
    color: #666
}

.el_npSuggestColumnLabel {
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    background-color: #f4f4f4;
    min-width: 54px;
    font-size: 11px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    line-height: 1;
    padding: 6px
}

.el_npSuggestColumnLabel__::after {
    content: 'キーワード'
}

.el_npSuggestColumnLabel__ranking::after {
    content: 'キーワード'
}

.el_npSuggestColumnLabel__query::after {
    content: '自動学習'
}

.el_npSuggestColumnLabel__word::after {
    content: '抽出キーワード'
}

.el_npSuggestColumnLabel__title::after {
    content: '商品名'
}

.el_npSuggestColumnLabel__path::after {
    content: 'カテゴリ'
}

.el_npSuggestColumnLabel__narrow1::after {
    content: 'narrow1'
}

.el_npSuggestColumnLabel__narrow2::after {
    content: 'narrow2'
}

.el_npSuggestColumnLabel__narrow3::after {
    content: 'narrow3'
}

.el_npSuggestColumnLabel__narrow4::after {
    content: 'narrow4'
}

.el_npSuggestColumnLabel__narrow5::after {
    content: 'narrow5'
}

.el_npSuggestColumnLabel__narrow6::after {
    content: 'narrow6'
}

.el_npSuggestColumnLabel__narrow7::after {
    content: 'narrow7'
}

.el_npSuggestColumnLabel__narrow8::after {
    content: 'narrow8'
}

.el_npSuggestColumnLabel__narrow9::after {
    content: 'narrow9'
}

.el_npSuggestColumnLabel__narrow10::after {
    content: 'narrow10'
}

.el_npSuggestColumnLabel__keyword1::after {
    content: 'keyword1'
}

.el_npSuggestColumnLabel__keyword2::after {
    content: 'keyword2'
}

.el_npSuggestColumnLabel__keyword3::after {
    content: 'keyword3'
}

.el_npSuggestColumnLabel__keyword4::after {
    content: 'keyword4'
}

.el_npSuggestColumnLabel__keyword5::after {
    content: 'keyword5'
}

.el_npSuggestColumnLabel__keyword6::after {
    content: 'keyword6'
}

.el_npSuggestColumnLabel__keyword7::after {
    content: 'keyword7'
}

.el_npSuggestColumnLabel__keyword8::after {
    content: 'keyword8'
}

.el_npSuggestColumnLabel__keyword9::after {
    content: 'keyword9'
}

.el_npSuggestColumnLabel__keyword10::after {
    content: 'keyword10'
}

.el_npSuggestAnnotationLabel {
    display: inline-block;
    padding: 0 .7em;
    color: #009fcc;
    font-size: .75em
}

.el_npSuggestCrossBtn {
    position: relative;
    display: inline-block;
    padding: .7em;
    border-radius: .7em;
    background-color: #d3d6dd;
    color: #666;
    cursor: pointer;
    transition: .25s
}

.el_npSuggestCrossBtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: .8em;
    height: .1em;
    background-color: currentColor;
    transform: translate(-50%, -50%) rotate(45deg)
}

.el_npSuggestCrossBtn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: .1em;
    height: .8em;
    background-color: currentColor;
    transform: translate(-50%, -50%) rotate(45deg)
}

.el_npSuggestCrossBtn:focus,
.el_npSuggestCrossBtn:hover {
    background-color: #fff000;
    color: #fff
}

.goods-price-class-txt {
    font-size: 14px
}

.goods-price-value {
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .04em
}

.goods-price-unit {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px
}

.goods-price-tilde {
    font-size: 14px;
    font-weight: 400
}

.goods-price-zeibetsu {
    display: block
}

.goods-price-zeibetsu-label {
    font-size: 14px;
    font-weight: 400;
    white-space: normal
}

.goods-price-zeikomi {
    display: block
}

.goods-price-zeibetsu::before {
    content: "(";
    font-size: 14px;
    margin-right: 2px
}

.goods-price-zeibetsu::after {
    content: ")";
    font-size: 14px;
    margin-left: 2px
}

.goods-price-zeikomi-label {
    font-size: 14px;
    font-weight: 400;
    white-space: normal
}

.goods-price-zeibetsu-label::before {
    content: "("
}

.goods-price-zeibetsu-label::after {
    content: ")"
}

.goods-price-zeibetsu .goods-price-zeibetsu-label::before {
    content: "";
    margin: 0
}

.goods-price-zeibetsu .goods-price-zeibetsu-label::after {
    content: " ";
    margin: 0
}

.goods-price-zeibetsu .goods-price-value {
    font-size: 16px;
    font-weight: 400
}

.goods-price-zeikomi .goods-price-tilde,
.goods-price-zeikomi .goods-price-unit {
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.goods-price-before {
    text-decoration: line-through;
    position: relative;
    line-height: 1;
    margin-bottom: 5px
}

.goods-price-before .goods-price-value {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.goods-price-before .goods-price-tilde,
.goods-price-before .goods-price-unit,
.goods-price-before .goods-price-zeibetsu-label,
.goods-price-before .goods-price-zeikomi-label {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.goods-price-before .goods-price-zeikomi-label::after {
    content: " "
}

.goods-price-before .goods-price-zeikomi::after,
.goods-price-before .goods-price-zeikomi::before {
    margin: 0;
    padding: 0
}

.goods-price-after {
    line-height: 1
}

.goods-price-after .goods-price-class-txt,
.goods-price-after .goods-price-tilde,
.goods-price-after .goods-price-unit,
.goods-price-after .goods-price-value {
    color: #f32f30
}

.goods-price-after .goods-price-zeibetsu-label {
    color: #f32f30
}

.goods-price-after .goods-price-zeibetsu::after,
.goods-price-after .goods-price-zeibetsu::before {
    color: #f32f30
}

.goods-price-after .goods-price-zeikomi-label {
    color: #f32f30
}

.slick-slide:focus {
    outline: 0
}

.slick-slide img {
    content-visibility: visible !important
}

.slick-next,
.slick-prev {
    color: transparent;
    font-size: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    background: #fff;
    width: 44px;
    height: 44px;
    border: 1px solid #dedede;
    border-radius: 22px;
    text-align: center;
    z-index: 1;
    transition: .3s;
    outline: 0
}

.slick-next::before,
.slick-prev::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 17px;
    left: 14px
}

.slick-next:hover,
.slick-prev:hover {
    background: #fff000
}

.slick-next:hover:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-prev {
    left: -58px
}

@media screen and (max-width:1340px) {
    .slick-prev {
        left: 10px
    }
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -58px
}

.slick-prev::before {
    transform: rotate(-135deg);
    top: 16px;
    left: 18px
}

.slick-next {
    right: -58px
}

@media screen and (max-width:1340px) {
    .slick-next {
        right: 10px
    }
}

[dir=rtl] .slick-next {
    left: -58px;
    right: auto
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -31px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    padding: 5px;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    background: 0 0
}

.slick-dots li button::before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background: #dbdbdb;
    border-radius: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li.slick-active button::before {
    background: #fff000
}

.c_toggle-state-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    position: relative;
    vertical-align: middle
}

.c_toggle-state-icon::after,
.c_toggle-state-icon::before {
    content: "";
    z-index: 1;
    position: absolute;
    display: block;
    transition: opacity .2s linear;
    background-color: #000;
    transition: .3s
}

.c_toggle-state-icon.is_cancel-animation::after,
.c_toggle-state-icon.is_cancel-animation::before {
    transition: 0
}

.c_toggle-state-icon::before {
    width: 2px;
    height: 14px;
    top: 50%;
    left: 12px;
    margin-top: -7px
}

.c_toggle-state-icon::after {
    width: 14px;
    height: 2px;
    top: 50%;
    left: 6px;
    margin-top: -1px
}

.c_toggle-state-icon:hover {
    cursor: pointer
}

.is_toggle-open>.c_toggle-state-icon::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.is_toggle-open>.c_toggle-state-icon::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
}

.c_toggle-btn .c_toggle-state-icon {
    margin-left: 10px;
    margin-top: -3px;
    vertical-align: middle
}

.c_toggle-list {
    display: block;
    position: relative;
    padding: 15px;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    margin-top: -1px;
    cursor: pointer
}

.c_toggle-list:hover {
    text-decoration: none;
    color: #999
}

.c_toggle-list-content {
    border-bottom: 1px solid #e6e6e6
}

.c_toggle-list .c_toggle-state-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -13px
}

.c_toggle-list .c_toggle-state-icon:hover {
    cursor: pointer
}

.tooltip-comparison-added {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff000;
    color: #000;
    height: 40px;
    width: 210px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px
}

.tooltip-comparison-added::after {
    content: "";
    display: block;
    border-top: 10px solid #fff000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px
}

*,
:after,
:before {
    box-sizing: border-box
}

.debug-info {
    display: none;
    background: red;
    color: #fff;
    padding: 5px;
    position: relative;
    z-index: 9999
}

.pane-main .pane-migration-page-content *,
.pane-main .pane-migration-page-content :after,
.pane-main .pane-migration-page-content :before {
    box-sizing: content-box
}

.pane-main .pane-migration-page-content img {
    content-visibility: visible
}

body {
    margin: 0;
    font-family: Lato, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    min-width: 1240px;
    color: #000
}

::selection {
    background-color: #fff000;
    color: #000;
    text-shadow: none
}

::-moz-selection {
    background-color: #fff000;
    color: #000;
    text-shadow: none
}

.h1,
h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700
}

.h2,
h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700
}

.h3,
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 700
}

.h4,
h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500
}

.h5,
h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500
}

.h6,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500
}

a {
    text-decoration: none;
    color: #112ca6
}

a:focus,
a:hover {
    text-decoration: underline;
    outline: 0
}

a:focus img,
a:hover img {
    transition: opacity .3s;
    opacity: .7
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

hr {
    border: 0;
    border-bottom: 1px dotted #ccc
}

address {
    font-style: normal
}

sub,
sup {
    font-size: 10px;
    vertical-align: super;
    font-size: smaller
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

::placeholder {
    color: #999
}

.hidden-btn {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px
}

.alert {
    padding: 30px 30px 30px 60px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ebccd1;
    color: #a94442;
    background-color: #f2dede
}

.alert:before {
    font-family: FontAwesome;
    content: "\f071";
    position: absolute;
    left: 30px
}

.success {
    margin-top: 5px;
    padding: 10px 10px 10px 30px;
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #bce8f1;
    color: #31708f;
    background-color: #d9edf7
}

.success:before {
    font-family: FontAwesome;
    content: "\f05a";
    position: absolute;
    left: 10px
}

.legend {
    margin: 40px 0 20px;
    padding: 0 0 5px 2px;
    font-size: 26px;
    font-weight: 400;
    border-bottom: #999 1px solid
}

.fieldset-vertical {
    margin-top: 10px;
    margin-bottom: 10px
}

.fieldset-vertical .form-group {
    margin: 5px 0 10px
}

.fieldset-vertical .constraint,
.fieldset-vertical .form-label {
    margin: 0 0 5px
}

.fieldset-vertical .form-label {
    padding: 10px;
    margin-right: 10px;
    text-align: left;
    background: #f9f9f9;
    vertical-align: middle
}

.fieldset-vertical .form-label label {
    font-weight: 700
}

.fieldset-vertical .form-control {
    clear: both
}

.fieldset {
    margin: 0
}

.fieldset input[type=email],
.fieldset input[type=number],
.fieldset input[type=password],
.fieldset input[type=search],
.fieldset input[type=tel],
.fieldset input[type=text],
.fieldset input[type=url],
.fieldset select {
    width: 600px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    height: 46px;
    line-height: 46px
}

.fieldset .form-group {
    width: 100%;
    border-top: 1px solid #ddd;
    display: table
}

.fieldset .form-group:last-child {
    border-bottom: 1px solid #ddd
}

.fieldset .form-group-guide-text {
    color: #666;
    font-size: 12px;
    text-align: right;
    padding: 0 10px
}

.fieldset .constraint,
.fieldset .form-control,
.fieldset .form-label {
    display: table-cell
}

.fieldset .form-label {
    width: 228px;
    background: #f7f7f7;
    font-size: 14px;
    vertical-align: middle;
    padding: 10px 0 10px 23px
}

.fieldset .form-label label {
    font-weight: 500
}

.fieldset .constraint {
    width: 72px;
    background: #f7f7f7;
    vertical-align: middle;
    padding: 10px 16px
}

.fieldset .form-control {
    padding: 10px 0 10px 16px
}

.form-error {
    display: block;
    color: #a94442
}

.required {
    display: inline-block
}

.required:after {
    content: "必須";
    border-radius: 4px;
    background: #f13030;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    padding: 4px 7px 7px;
    display: block
}

.help-block {
    display: block;
    font-size: 12px;
    margin-top: 6px;
    color: #666
}

.count-msg-another {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    color: #555
}

.count-msg {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    color: #f66
}

.action-buttons {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: block
}

.action {
    display: inline;
    margin-left: 10px;
    margin-right: 10px
}

.action .btn {
    margin-top: 10px;
    padding: 8px;
    font-size: 16px;
    border-bottom-width: 2px;
    min-width: 160px
}

.radio {
    margin-right: 10px
}

.checkbox {
    margin-right: 10px
}

.efo-icon {
    border: none;
    vertical-align: middle
}

input[type=email].efo-error,
input[type=number].efo-error,
input[type=password].efo-error,
input[type=search].efo-error,
input[type=tel].efo-error,
input[type=text].efo-error,
input[type=url].efo-error,
select.efo-error,
textarea.efo-error {
    background-color: #f2dede
}

input[type=email].efo-valid,
input[type=number].efo-valid,
input[type=password].efo-valid,
input[type=search].efo-valid,
input[type=tel].efo-valid,
input[type=text].efo-valid,
input[type=url].efo-valid,
select.efo-valid,
textarea.efo-valid {
    background-color: #e9f2d7
}

.table,
.table td,
.table th {
    border-collapse: collapse;
    border: 1px solid #c8c8c8
}

.table td,
.table th {
    padding: 10px
}

.table th {
    font-weight: 700;
    background-color: #f8f8f8
}

.text-muted {
    color: #777
}

.text-warning {
    color: #8a6d3b
}

.text-danger {
    color: #a94442
}

.price {
    color: #c30
}

.default-price {
    text-decoration: line-through;
    color: #333;
    font-weight: 700
}

.net-price {
    color: #555
}

.exchange-price {
    color: #555
}

.promotion-benefit,
.promotion-criteria {
    color: red;
    font-weight: 700
}

.goods-detail-description {
    display: table;
    width: 100%
}

.goods-detail-description dt {
    display: table-cell;
    width: 100px;
    font-weight: 700
}

.goods-detail-description dd {
    display: table-cell
}

.panel {
    padding: 10px;
    overflow: hidden;
    border: solid 1px #dcdcdc;
    background: #fff
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background-color: #777
}

.badge:empty {
    display: none
}

.pager {
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: right
}

.pager>* {
    display: inline-block;
    vertical-align: top
}

.pager-scope {
    display: inline-block;
    padding: 3px;
    margin-right: 5px
}

.pager-total {
    display: inline-block;
    padding: 3px;
    margin-right: 5px
}

.pagination {
    display: inline-block
}

.pagination>* {
    list-style-type: none;
    float: left;
    margin-left: -1px;
    padding: 2px 7px;
    background-color: #fff;
    border: 1px solid #dcdcdc
}

.pagination>.disabled {
    color: #777
}

.pager-current {
    color: #c00
}

.img-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.img-center img {
    flex-shrink: 0;
    text-align: center;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto
}

.balloontip {
    min-width: 20px;
    padding: 10px;
    border-radius: 6px;
    opacity: 1;
    z-index: 32767;
    text-align: left;
    font-size: 12px;
    border: 1px solid #777;
    box-shadow: #555 4px 4px 4px;
    color: #fff;
    background: #333
}

.dropdown {
    z-index: 11000
}

.dropdown li {
    background: #444
}

.dropdown li span {
    display: block;
    padding: 13px 15px;
    margin: 0;
    text-decoration: none;
    line-height: 1;
    color: #fff;
    cursor: pointer
}

.dropdown li span:hover {
    background: #616d0b
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 10000
}

.modal-overlay-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 10002
}

.modal-alert {
    width: 400px;
    z-index: 10003
}

.modal-dialog {
    width: 600px;
    z-index: 10001
}

.modal-header {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 700;
    clear: both;
    border-bottom: none;
    line-height: 1;
    color: #fff;
    background-color: #333
}

.modal-content {
    background: #eee
}

.modal-body {
    padding: 20px
}

.modal-body p {
    margin-bottom: 10px
}

.modal-body li {
    border-bottom: 1px dotted #444
}

.modal-body li a {
    padding: 12px;
    color: #4da7ba;
    display: flex;
    max-width: 560px;
    font-size: 16px
}

.modal-body li a i {
    margin: 0 10px 0 auto;
    color: #444;
    font-size: 16px
}

.modal-body li a:hover {
    text-decoration: none
}

.modal-body li a:hover i {
    color: #4da7ba;
    text-decoration: none
}

.modal-footer {
    padding: 0 10px 15px
}

.modal-alert .modal-footer {
    text-align: center
}

.modal-alert .modal-footer input {
    width: 40%
}

.modal-close {
    display: block;
    width: 18px;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff
}

.modal-dialog .modal-footer {
    text-align: center
}

.modal-dialog .modal-footer .btn {
    min-width: 150px;
    margin-right: 5px
}

.header-warning {
    position: relative;
    padding: 10px;
    background: #fffacd;
    border-bottom: 1px solid #b0c4de
}

.header-warning-contents {
    display: block;
    padding-right: 18px;
    text-align: center;
    background: 0 0
}

.header-warning-close {
    display: block;
    position: absolute;
    width: 18px;
    cursor: pointer;
    font-weight: 700;
    top: 10px;
    right: 10px;
    background: 0 0
}

.optimaized-h1 {
    margin: 0;
    font-size: 10px
}

.star-base {
    cursor: pointer;
    width: 60px;
    height: 15px;
    background: url(../../img/usr/user_review/star.png)
}

.star-select {
    width: 60px;
    height: 15px;
    background: url(../../img/usr/user_review/star.png);
    background-repeat: no-repeat
}

.white-space-pre-wrap {
    white-space: pre-wrap
}

.hidden {
    display: none
}

.show {
    display: block
}

.wrapper {
    width: 100%
}

.container {
    width: 1200px;
    margin: 0 auto
}

.pane-contents {
    padding: 0
}

.pane-contents>.container {
    width: 100%;
    display: block
}

.pane-order-header .container {
    display: flex;
    align-items: center;
    height: 40px
}

.pane-order-contents {
    min-height: 600px;
    background: #fff;
    padding: 27px 0 100px
}

.page-estimate .pane-order-contents {
    padding-bottom: 137px
}

.page-order .pane-order-contents {
    padding-bottom: 109px
}

.pane-order-header .block-header-logo--img {
    height: 40px
}

.pane-header {
    background: #fff;
    height: 83px
}

.pane-header .container {
    display: flex;
    align-items: center;
    height: 90px
}

.page-cart .pane-header,
.page-estimate .pane-header,
.page-method .pane-header,
.page-order .pane-header {
    height: auto
}

.block-header {
    background: #fff;
    min-width: 1240px;
    position: relative;
    z-index: 101
}

.block-header-inner {
    height: auto;
    padding: 9px 0 3px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.block-header-title--catchcopy {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 17px
}

.block-header-title--logo-link {
    display: inline-block
}

.block-header-title--logo-img {
    width: 160px;
    height: 31px;
    display: block
}

.block-header-utility--links {
    margin: 0 0 19px
}

.block-header-utility--links-lists {
    font-size: 12px;
    line-height: 1;
    display: flex
}

.block-header-utility--links-list {
    border-right: 1px solid #ddd;
    padding: 0 13px 0 0;
    margin: 0 13px 0 0
}

.block-header-utility--links-list:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.block-header-utility--links-list>a {
    color: #000
}

.block-header-utility--use-lists {
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
    margin-right: -10px;
    margin-top: -10px
}

.block-header-utility--use-list {
    margin: 0 2px 0 0
}

.block-header-utility--use-list:last-child {
    margin-right: 0
}

.block-header-utility--use-list>a {
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 10px;
    border-radius: 5px
}

.block-header-utility--use-list>a:focus,
.block-header-utility--use-list>a:hover {
    background: #fff000;
    text-decoration: none !important
}

.block-header-utility--use-list .icon-search2 {
    font-size: 23px;
    margin: 0 9px 0 0
}

.block-header-utility--use-list .icon-user {
    font-size: 25px;
    margin: 0 9px 0 0
}

.block-header-utility--use-list .icon-cart-bto {
    font-size: 30px;
    margin: 0 4px 0 0
}

.block-header-utility--use-list .icon-cart {
    font-size: 27px;
    margin: 0 4px 0 0
}

.block-header-utility--use-list .icon-headphones2 {
    font-size: 25px;
    margin: 0 4px 0 0
}

.block-header-utility--use-list-contact,
.block-header-utility--use-list-search {
    display: none
}

.is_scroll .block-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101
}

.is_scroll .block-header-cart {
    position: relative
}

.is_scroll .block-header-inner {
    padding-top: 15px;
    padding-bottom: 6px
}

.is_scroll .block-header .block-header-title--catchcopy,
.is_scroll .block-header .block-header-utility--links {
    display: none
}

.is_scroll .block-header .block-header-title {
    margin-top: 11px
}

.is_scroll .block-header .block-header-utility--use-list>a {
    flex-direction: column;
    position: relative;
    padding: 10px 13px
}

.is_scroll .block-header .block-header-utility--use-list [class^=icon-] {
    margin: 0;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.is_scroll .block-header .block-header-utility--use-list-contact,
.is_scroll .block-header .block-header-utility--use-list-search {
    display: block
}

.is_scroll .block-header .block-header-utility--use-cart-count--bto,
.is_scroll .block-header .block-header-utility--use-cart-count--single {
    position: absolute;
    top: 13px;
    right: -6px
}

.block-header-cart {
    border-bottom: 1px solid #ddd
}

.block-header-cart .block-header-inner {
    padding: 9px 0 25px
}

.pane-globalnav {
    width: 100%;
    height: 43px
}

.block-globalnav {
    background: #fff;
    min-width: 1240px;
    position: relative;
    z-index: 101
}

.block-globalnav-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.block-globalnav-menu--lists {
    font-size: 14px;
    font-weight: 500;
    display: flex
}

.block-globalnav-menu--list {
    margin: 0 40px 0 0
}

.block-globalnav-menu--list:last-child {
    margin-right: 0
}

.block-globalnav-menu--list-a {
    color: #000;
    padding: 10px 0;
    display: flex;
    align-items: center
}

.block-globalnav-menu--list-a:focus,
.block-globalnav-menu--list-a:hover {
    position: relative;
    text-decoration: none !important
}

.block-globalnav-menu--list-a:focus::after,
.block-globalnav-menu--list-a:hover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff000
}

.block-globalnav-menu--list .icon-arrow-bottom {
    font-size: 9px;
    margin: 0 0 0 12px;
    transition: .3s
}

.block-globalnav-menu--list.is_open {
    position: relative
}

.block-globalnav-menu--list.is_open::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff000
}

.block-globalnav-menu--list.is_open .icon-arrow-bottom {
    transform: rotate(180deg)
}

.block-globalnav-search {
    width: 384px;
    border-bottom: 1px solid #3c3c3c;
    position: relative
}

.block-globalnav-search>form {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-globalnav-search--keyword[type=text] {
    width: 100%;
    border: 0 !important;
    background: 0 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 0 9px
}

.block-globalnav-search--keyword[type=text]:focus {
    outline: 0
}

.block-globalnav-search--submit {
    border: 0;
    background: 0 0;
    padding: 13px 1px 6px 10px;
    margin: 0
}

.block-globalnav-search--submit [class*=icon-] {
    color: #000;
    font-size: 18px
}

.is_scroll .block-globalnav {
    position: fixed;
    top: 82px;
    left: 0;
    width: 100%;
    background: 0 0;
    z-index: 101
}

.is_scroll .block-globalnav-inner {
    position: relative;
    top: -61px;
    left: -130px;
    width: 530px
}

.is_scroll .block-globalnav-menu--list {
    margin-right: 23px
}

.is_scroll .block-globalnav-menu--list-outlet {
    display: none
}

.is_scroll .block-globalnav-menu--list-a:focus::after,
.is_scroll .block-globalnav-menu--list-a:hover::after {
    bottom: -20px
}

.is_scroll .block-globalnav-menu--list.is_open::after {
    bottom: -20px
}

.is_scroll .block-globalnav-search {
    display: none
}

.block-globalnav-toggle-content {
    position: fixed;
    top: 126px;
    left: 0;
    width: 100%;
    z-index: 102
}

.block-globalnav-toggle-content-hide {
    display: none
}

.block-globalnav-toggle-content-brand,
.block-globalnav-toggle-content-type,
.block-globalnav-toggle-content-use,
.block-globalnav-toggle-content-outlet {
    position: absolute;
    display: none;
    background: #f7f7f7;
    z-index: 104;
    top: 0;
    left: 0;
    right: 0;
    min-width: 1200px
}

.block-globalnav-toggle-content-brand--lists,
.block-globalnav-toggle-content-type--lists,
.block-globalnav-toggle-content-use--lists,
.block-globalnav-toggle-content-outlet--lists {
    display: flex;
    justify-content: space-between;
    padding: 64px 60px
}

.block-globalnav-toggle-content-brand--list-link,
.block-globalnav-toggle-content-type--list-link,
.block-globalnav-toggle-content-use--list-link {
    display: flex
}

.block-globalnav-toggle-content-brand a,
.block-globalnav-toggle-content-type a,
.block-globalnav-toggle-content-use a,
.block-globalnav-toggle-content-outlet a {
    color: #000
}

.block-globalnav-toggle-content-brand a:focus,
.block-globalnav-toggle-content-brand a:hover,
.block-globalnav-toggle-content-type a:focus,
.block-globalnav-toggle-content-type a:hover,
.block-globalnav-toggle-content-use a:focus,
.block-globalnav-toggle-content-use a:hover,
.block-globalnav-toggle-content-outlet a:focus,
.block-globalnav-toggle-content-outlet a:hover {
    text-decoration: none
}

.block-globalnav-toggle-content-type--list-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.block-globalnav-toggle-content-type--list-link::after {
    content: "";
    background-color: #fff000;
    border-radius: 100%;
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -108px;
    margin-left: -80px;
    opacity: 0;
    z-index: -1;
    transition: .3s
}

.block-globalnav-toggle-content-type--list-link:focus .block-globalnav-toggle-content-type--list-icon,
.block-globalnav-toggle-content-type--list-link:hover .block-globalnav-toggle-content-type--list-icon {
    transform: scale(.8)
}

.block-globalnav-toggle-content-type--list-link:focus::after,
.block-globalnav-toggle-content-type--list-link:hover::after {
    opacity: 1
}

.block-globalnav-toggle-content-type--list-icon {
    font-size: 80px;
    text-align: center;
    margin-bottom: 30px;
    transition: .2s;
    font-size: 98px;
    padding: 2px 0 0
}

.block-globalnav-toggle-content-type--list-name {
    font-size: 16px;
    font-weight: 500
}

.block-globalnav-toggle-content-use--lists {
    flex-wrap: wrap;
    font-size: 14px;
    padding: 40px 0
}

.block-globalnav-toggle-content-use--lists::after {
    display: block;
    content: "";
    width: 31%
}

.block-globalnav-toggle-content-use--list {
    display: flex;
    align-items: center
}

.block-globalnav-toggle-content-use--list-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 5px
}

.block-globalnav-toggle-content-use--list-link .icon-arrow-right {
    margin-right: 10px;
    font-size: 9px
}

.block-globalnav-toggle-content-brand--lists {
    padding: 64px 0
}

.block-globalnav-toggle-content-brand--list {
    width: 20%;
    padding: 0 10px
}

.block-globalnav-toggle-content-brand--list-link {
    display: flex;
    flex-direction: column
}

.block-globalnav-toggle-content-brand--list-brand-banner {
    height: 48px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.block-globalnav-toggle-content-brand--list-brand-banner.brand-banner-mouse img {
    width: 202px;
    height: 39px
}

.block-globalnav-toggle-content-brand--list-brand-banner.brand-banner-gtune img {
    width: 196px;
    height: 46px
}

.block-globalnav-toggle-content-brand--list-brand-banner.brand-banner-daiv img {
    width: 180px;
    height: 51px
}

.block-globalnav-toggle-content-brand--list-brand-banner.brand-banner-mousepro img {
    width: 153px;
    height: 34px
}

.block-globalnav-toggle-content-brand--list-brand-banner.brand-banner-iiyama img {
    width: 152px;
    height: 44px
}

.block-globalnav-toggle-content-brand--list-brand-name {
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

.block-globalnav-toggle-content-outlet--lists {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5em;
    padding-right: 0;
    padding-bottom: 1em;
    padding-left: 0
}

.block-globalnav-toggle-content-outlet--list-outlet-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0
}

.block-globalnav-toggle-content-outlet--list-link {
    width: 270px;
    height:auto
}

.block-globalnav-toggle-content-outlet--list-outlet-banner img {
    width: 270px;
    height: auto
}

.block-globalnav-toggle-content-outlet--list-outlet-namesub {
    font-size: 0.75em
}

.block-globalnav-toggle-content--bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1000px;
    background: rgba(0, 0, 0, .5)
}

.is_scroll .block-globalnav-toggle-content {
    top: 82px
}

.pane-topic-path {
    background: #f7f7f7
}

.pane-topic-path>.container {
    padding: 10px 0
}

.block-topic-path {
    padding: 0
}

.block-topic-path a {
    color: #112ca6;
    text-decoration: none
}

.block-topic-path a:hover {
    text-decoration: underline
}

.block-topic-path--list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.block-topic-path--category-item {
    padding: 0 14px 0 0;
    margin: 0 9px 0 0;
    position: relative;
    white-space: nowrap
}

.block-topic-path--category-item:before {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    margin: -3px 0 0;
    position: absolute;
    top: 50%;
    right: 2px;
    display: block;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.block-topic-path--category-item:last-child {
    padding-right: 0;
    margin-right: 0
}

.block-topic-path--category-item:last-child:before {
    display: none
}

.block-topic-path--category-item:last-child a {
    color: #000
}

.pane-aside>.container {
    width: 100%;
    display: block
}

.block-aside-point {
    background: #f7f7f7
}

.block-aside-point--inner {
    padding: 59px 0 64px
}

.block-aside-point--header {
    margin: 0 0 23px
}

.block-aside-point--header>:last-child {
    margin-bottom: 0
}

.block-aside-point--header-sub {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 3px
}

.block-aside-point--header-main {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0
}

.block-aside-point--header-main-large {
    font-family: Lato, sans-serif;
    font-size: 40px;
    line-height: 1
}

.block-aside-point--body>:last-child {
    margin-bottom: 0
}

.block-aside-point--lists {
    margin: 0 0 0 -39px;
    display: flex
}

.block-aside-point--list {
    width: 374px;
    margin: 0 0 0 39px;
    display: flex;
    align-items: flex-start
}

.block-aside-point--list-icon {
    margin: 0 25px 0 0
}

.block-aside-point--list-icon [class*=icon-] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff000;
    color: #000;
    font-size: 53px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-aside-point--list-body {
    padding: 7px 0 0
}

.block-aside-point--list-body>:last-child {
    margin-bottom: 0
}

.block-aside-point--list-catch {
    margin: 0 0 7px
}

.block-aside-point--list-catch img {
    height: 26px
}

.block-aside-point--list-text {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 12px
}

.block-aside-point--list-note {
    font-size: 11px;
    text-indent: -1.4em;
    line-height: 1.2;
    padding: 0 0 0 1.4em
}

.block-aside-inquiry {
    background: #f2f2f2
}

.block-aside-inquiry a {
    text-decoration: underline
}

.block-aside-inquiry a:focus,
.block-aside-inquiry a:hover {
    text-decoration: none
}

.block-aside-inquiry--inner {
    padding: 64px 0
}

.block-aside-inquiry--body {
    margin: 0 0 0 -16px;
    display: flex
}

.block-aside-inquiry--item {
    width: 592px;
    border-radius: 4px;
    background: #fff;
    margin: 0 0 0 16px
}

.block-aside-inquiry--item>:last-child {
    margin-bottom: 0
}

.block-aside-inquiry--item-title {
    background: #e9e9e9;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding: 25px 10px;
    margin: 0
}

.block-aside-inquiry--item-body {
    padding: 32px 40px 38px
}

.block-aside-inquiry--item-body>:last-child {
    margin-bottom: 0
}

.block-aside-inquiry--item-lists {
    margin: 0 0 21px -30px;
    display: flex;
    justify-content: space-between
}

.block-aside-inquiry--item-list {
    width: 50%;
    margin: 0 0 0 30px
}

.block-aside-inquiry--item-list-header {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.37;
    margin: 0 0 22px
}

.block-aside-inquiry--item-list-header [class*=icon-] {
    font-size: 43px;
    margin: 0 0 27px;
    display: block
}

.block-aside-inquiry--item-list-body>:last-child {
    margin-bottom: 0
}

.block-aside-inquiry--item-list-def {
    font-size: 12px;
    line-height: 1.5;
    display: flex
}

.block-aside-inquiry--item-list-def-dt::after {
    content: '\a0:\a0'
}

.block-aside-inquiry--item-list-text-1 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 9px
}

.block-aside-inquiry--item-list-text-2 {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 10px
}

.block-aside-inquiry--item-list-note {
    font-size: 10px;
    line-height: 1.4
}

.block-aside-inquiry--item-list.inquiry-item--user-customer .block-aside-inquiry--item-list-def {
    justify-content: center
}

.block-aside-inquiry--item-list.inquiry-item--user-customer .block-aside-inquiry--item-list-note {
    text-align: center
}

.block-aside-inquiry--item-list.inquiry-item--phone .block-aside-inquiry--item-list-header {
    margin: 0 0 12px
}

.block-aside-inquiry--item-list.inquiry-item--phone .block-aside-inquiry--item-list-header [class*=icon-] {
    margin: 0 0 16px
}

.block-aside-inquiry--item-list.inquiry-item--phone .block-aside-inquiry--item-number {
    margin: 0 0 8px
}

.block-aside-inquiry--item-list.inquiry-item--phone-ip .block-aside-inquiry--item-list-header {
    margin: 0 0 12px
}

.block-aside-inquiry--item-list.inquiry-item--phone-ip .block-aside-inquiry--item-list-header [class*=icon-] {
    margin: 0 0 16px
}

.block-aside-inquiry--item-number {
    margin: 0 0 13px
}

.block-aside-inquiry--item-number-list {
    font-family: Lato, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.block-aside-inquiry--item-number-list:last-child {
    margin-bottom: 0
}

.block-aside-inquiry--item-number-title {
    width: 32px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 7px 3px;
    margin: 0 11px 0 0;
    display: inline-block
}

.block-aside-inquiry--item-number-title.number-title--tel {
    background: #fff000
}

.block-aside-inquiry--item-number-title.number-title--fax {
    background: #e9e9e9
}

.block-aside-inquiry--item-line {
    display: flex;
    align-items: center
}

.block-aside-inquiry--item-line-icon {
    margin: 0 10px 0 0
}

.block-aside-inquiry--item-line-icon [class*=icon-] {
    color: #00c300;
    font-size: 50px
}

.block-aside-inquiry--item-line-text {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.block-aside-inquiry--item-line-def-dt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 5px
}

.block-aside-inquiry--item-line-def-dd {
    font-size: 13px;
    line-height: 1.53;
    letter-spacing: -.04em
}

.block-aside-inquiry--item-line-def .color-line {
    color: #00c300
}

.block-aside-inquiry--item-line-qrcode {
    margin: 0 0 0 auto
}

.block-aside-inquiry--item-line-qrcode img {
    max-width: 60px
}

.block-footer {
    padding: 0
}

.block-footer>.container {
    width: 100%;
    display: block
}

.block-footer-main {
    background: #262626;
    color: #f7f7f7
}

.block-footer-main a {
    color: #f7f7f7
}

.block-footer-main--inner {
    padding: 100px 0 98px
}

.block-footer-main--header {
    margin: 0 0 62px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.block-footer-main--header-logo {
    margin: 0 81px 0 0
}

.block-footer-main--header-logo-img {
    width: 200px;
    height: 39px
}

.block-footer-main--header-catchcopy {
    font-size: 16px
}

.block-footer-main--grid {
    margin: 0 0 0 -50px;
    display: flex;
    justify-content: space-between
}

.block-footer-main--item {
    width: 100%;
    margin: 0 0 0 50px
}

.block-footer-main--item-title {
    font-size: 16px;
    margin: 0 0 18px
}

.block-footer-main--item-title-sub {
    color: #fff000;
    font-family: Lato, sans-serif;
    font-size: 12px;
    letter-spacing: .2em;
    margin: 6px 0 0;
    display: block
}

.block-footer-main--item-body>:last-child {
    margin-bottom: 0
}

.block-footer-main--item-lists {
    font-size: 13px;
    margin: 0 0 38px
}

.block-footer-main--item-list {
    line-height: 1.54;
    margin: 0 0 8px
}

.block-footer-main--item-list:last-child {
    margin-bottom: 0
}

.block-footer-main--item-img-secom {
    text-align: right
}

.block-footer-sub {
    background: #f7f7f7
}

.block-footer-sub--inner {
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page-cart .block-footer-sub--inner,
.page-estimate .block-footer-sub--inner,
.page-method .block-footer-sub--inner,
.page-order .block-footer-sub--inner {
    padding: 27px 0
}

.block-footer-sub--utility-lists {
    font-size: 12px;
    line-height: 1;
    margin: 5px 0 9px;
    display: flex
}

.block-footer-sub--utility-list {
    border-right: 1px solid #ddd;
    padding: 0 16px 0 0;
    margin: 0 16px 0 0
}

.block-footer-sub--utility-list:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.block-footer-sub--utility-list>a {
    color: #3c3c3c
}

.block-footer-sub--social-lists {
    display: flex
}

.block-footer-sub--social-list {
    margin: 0 24px 0 0
}

.block-footer-sub--social-list:last-child {
    margin-right: 0
}

.block-footer-sub--social-list>a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-footer-sub--social-list>a:focus,
.block-footer-sub--social-list>a:hover {
    text-decoration: none
}

.block-footer-sub--social-list>a [class*=icon-] {
    color: #fff
}

.block-footer-sub--social-list.list-item-facebook>a {
    background: #1877f2;
    align-items: flex-end
}

.block-footer-sub--social-list.list-item-facebook>a [class*=icon-] {
    font-size: 25px
}

.block-footer-sub--social-list.list-item-twitter>a {
    background: #1da1f2
}

.block-footer-sub--social-list.list-item-twitter>a [class*=icon-] {
    font-size: 19px
}

.block-footer-sub--social-list.list-item-line>a {
    background: #00c300
}

.block-footer-sub--social-list.list-item-line>a [class*=icon-] {
    font-size: 22px
}

.block-footer-sub--social-list.list-item-youtube>a {
    background: red
}

.block-footer-sub--social-list.list-item-youtube>a [class*=icon-] {
    font-size: 22px
}

.block-footer-mcj {
    background: #fff
}

.block-footer-mcj--inner {
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.block-footer-mcj--logo img {
    width: 129px;
    height: 26px
}

.block-footer-cart .block-footer-sub--utility {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1
}

.block-copyright {
    font-family: Lato, sans-serif;
    color: #3c3c3c;
    font-size: 10px;
    line-height: 1
}

.pane-fixed-sidearea {
    width: calc(100% - 20%);
    position: fixed;
    top: 290px;
    right: calc(-100% + 88px + 20%);
    z-index: 101;
    transition: .5s
}

.is_fixed-sidearea--show .pane-fixed-sidearea {
    right: 0
}

.block-fixed-sidearea {
    display: flex
}

.block-fixed-sidearea--btns {
    width: 88px;
    overflow: hidden;
    flex-shrink: 0
}

.block-fixed-sidearea--btn {
    border-bottom: 1px solid #ebdf15
}

.block-fixed-sidearea--btn:last-child {
    border-bottom: 0
}

.block-fixed-sidearea--btn>a {
    background: #fff000;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 15px 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background .2s ease-out
}

.block-fixed-sidearea--btn>a [class*=icon-] {
    font-size: 27px;
    margin: 0 0 6px
}

.block-fixed-sidearea--btn>a:focus,
.block-fixed-sidearea--btn>a:hover {
    background: #e2d500;
    text-decoration: none
}

.block-fixed-sidearea--btn.is_current {
    position: relative;
    z-index: 1
}

.block-fixed-sidearea--btn.is_current>a {
    background: #fef000;
    box-shadow: 0 0 35px 3px rgba(0, 0, 0, .18)
}

.block-fixed-sidearea--contents {
    background: #fef000;
    padding: 24px 0 24px 24px;
    display: none
}

.block-fixed-sidearea--contents-wrap {
    width: calc(100% - 88px);
    background: #fff000
}

.block-fixed-sidearea--contents-inner {
    max-height: calc(70vh - 160px);
    overflow-x: hidden;
    overflow-y: auto
}

.block-fixed-sidearea--contents-goods {
    background: #fff
}

body[class*=is_fixed-sidearea--] .block-fixed-sidearea--contents {
    box-shadow: 0 0 35px 3px rgba(0, 0, 0, .18)
}

.block-fixed-sidearea--comparison-table {
    background: #fff
}

.block-fixed-sidearea--comparison-table .simplebar-scrollbar::before {
    background: #a0a0a0
}

.block-fixed-sidearea--comparison-table--inner {
    display: flex
}

.block-fixed-sidearea--comparison-table--usage {
    padding: 241px 0 21px 25px;
    display: flex;
    align-items: center
}

.block-fixed-sidearea--comparison-table--usage-list {
    font-size: 13px;
    display: flex
}

.block-fixed-sidearea--comparison-table--usage-list-dd {
    white-space: nowrap
}

.block-fixed-sidearea--comparison-table--usage-list-dd::before {
    content: '\FF1A'
}

.block-fixed-sidearea--comparison-table--titles {
    width: 160px
}

.block-fixed-sidearea--comparison-table--title {
    height: 56px;
    border-bottom: 1px solid #ddd;
    padding: 0 16px 0 25px;
    display: flex;
    align-items: center
}

.block-fixed-sidearea--comparison-table--title:nth-child(2n) {
    background: rgba(0, 0, 0, .03)
}

.block-fixed-sidearea--comparison-table--items {
    padding: 0 0 16px;
    display: flex;
    cursor: move
}

.block-fixed-sidearea--comparison-table--items-wrapper {
    overflow-x: auto;
    width: calc(100% - 160px)
}

.block-fixed-sidearea--comparison-table--item {
    width: 262px;
    position: relative
}

.block-fixed-sidearea--comparison-table--item-delete {
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1
}

.block-fixed-sidearea--comparison-table--item-delete-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f2f2f2;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-fixed-sidearea--comparison-table--item-delete-btn [class*=icon-] {
    font-size: 10px
}

.block-fixed-sidearea--comparison-table--item-delete-btn:focus,
.block-fixed-sidearea--comparison-table--item-delete-btn:hover {
    text-decoration: none
}

.block-fixed-sidearea--comparison-table--item-a {
    color: #000;
    padding: 47px 0 0;
    margin: 5px 0 0;
    display: block;
    cursor: inherit
}

.block-fixed-sidearea--comparison-table--item-a:focus,
.block-fixed-sidearea--comparison-table--item-a:hover {
    text-decoration: none;
    background: #e9e9e9
}

.block-fixed-sidearea--comparison-table--item-summary {
    padding: 0 16px;
    margin: 0 0 18px
}

.block-fixed-sidearea--comparison-table--item-img {
    margin: 0 0 16px
}

.block-fixed-sidearea--comparison-table--item-img img {
    width: 230px;
    height: 173px
}

.block-fixed-sidearea--comparison-table--item-name {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    height: 27px
}

.block-fixed-sidearea--comparison-table--item-name p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.block-fixed-sidearea--comparison-table--item-spec-list-item {
    height: 56px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    padding: 9px 16px;
    display: flex;
    align-items: center
}

.block-fixed-sidearea--comparison-table--item-spec-list-item p {
    line-height: 1.42;
    flex-grow: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.block-fixed-sidearea--comparison-table--item-spec-list-item:nth-child(2n+1) {
    background: rgba(0, 0, 0, .03)
}

.block-fixed-sidearea--comparison-table--item-spec-icon {
    margin: 0 0 0 10px
}

.block-fixed-sidearea--comparison-table--item-price {
    text-align: right;
    padding: 19px 16px 9px
}

.block-fixed-sidearea--comparison-table--item-price .goods-price-zeikomi .goods-price-value {
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 700
}

.block-fixed-sidearea--comparison-table--item-price .goods-price-zeibetsu .goods-price-value .goods-price-unit {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px
}

.block-fixed-sidearea--comparison-table--item-price .goods-price-zeibetsu .goods-price-value .goods-price-tilde {
    font-size: 14px;
    font-weight: 400
}

.block-fixed-sidearea--comparison-table--item-price .goods-price-zeibetsu .goods-price-value .goods-price-zeibetsu-label {
    font-size: 10px
}

.block-fixed-sidearea--comparison-table--item-price .goods-price-before {
    margin-bottom: 5px;
    display: block
}

.block-fixed-sidearea--comparison-table--item-price .goods-price-before * {
    font-size: 13px;
    line-height: 1.2
}

.block-fixed-sidearea--comparison-table--item-price .goods-price-before .goods-price-zeikomi::after,
.block-fixed-sidearea--comparison-table--item-price .goods-price-before .goods-price-zeikomi::before {
    font-size: 13px
}

.block-fixed-sidearea--comparison-table--item-price .goods-price-before .goods-price-value {
    font-size: 16px;
    font-weight: 400
}

.block-fixed-sidearea--comparison-table--item-cart {
    padding: 5px 16px 0
}

.block-fixed-sidearea--comparison-table--item-cart-btns .btn-customize.btn-size-s {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #f13030;
    color: #fff
}

.block-fixed-sidearea--delete-all {
    padding: 0 24px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.block-fixed-sidearea--delete-all-btn {
    color: #000;
    font-size: 16px;
    line-height: 1;
    margin: 24px 0 0;
    display: flex;
    align-items: center
}

.block-fixed-sidearea--delete-all-btn [class*=icon-] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 10px;
    margin: 0 9px 0 0;
    position: relative
}

.block-fixed-sidearea--delete-all-btn [class*=icon-]::before {
    margin: -.5em 0 0 -.5em;
    position: absolute;
    top: 50%;
    left: 50%
}

.block-fixed-sidearea--delete-all-btn:focus,
.block-fixed-sidearea--delete-all-btn:hover {
    text-decoration: none
}

.block-fixed-sidearea--overlay {
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer
}

.block-fixed-inquiry {
    position: fixed;
    left: -230px;
    bottom: 0;
    width: 230px;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .18);
    z-index: 101;
    opacity: 0;
    transition: .3s
}

.is_show-block-fixed-inquiry .block-fixed-inquiry {
    left: 0;
    opacity: 1
}

.block-fixed-inquiry--close {
    position: absolute;
    top: -20px;
    right: 0;
    background: #000;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    width: 20px;
    height: 20px
}

.block-fixed-inquiry--close:hover {
    color: #000;
    background: #fff000
}

.block-fixed-inquiry--item-title {
    background: #fff000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin: 0;
    height: 56px;
    line-height: 56px;
    text-align: center
}

.block-fixed-inquiry--item-body {
    padding: 22px
}

.block-fixed-inquiry--item-list {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc
}

.block-fixed-inquiry--item-list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.block-fixed-inquiry--item-list-header {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.37;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.block-fixed-inquiry--item-list-header [class*=icon-] {
    font-size: 20px;
    margin-right: 5px
}

.block-fixed-inquiry--item-list-def {
    font-size: 10px;
    line-height: 1.33;
    display: flex;
    justify-content: center;
    margin-bottom: 3px
}

.block-fixed-inquiry--item-list-def-dt::after {
    content: '\a0:\a0'
}

.block-fixed-inquiry--item-list-note {
    font-size: 10px;
    line-height: 1.4;
    text-align: center
}

.block-fixed-inquiry--item-list.inquiry-item--business-customer .block-fixed-inquiry--item-number-title {
    background-color: #0061a2;
    color: #fff
}

.block-fixed-inquiry--item-list.inquiry-item--business-customer .block-fixed-inquiry--item-list-def {
    justify-content: flex-start
}

.block-fixed-inquiry--item-list.inquiry-item--business-customer .block-fixed-inquiry--item-list-note {
    text-align: left
}

.block-fixed-inquiry--item-number {
    margin-bottom: 8px
}

.block-fixed-inquiry--item-number-list {
    font-family: Lato, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: .5px
}

.block-fixed-inquiry--item-number-list:last-child {
    margin-bottom: 0
}

.block-fixed-inquiry--item-number-title {
    width: 32px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 4px 2px;
    margin: 0 7px 0 0;
    display: inline-block
}

.block-fixed-inquiry--item-number-title.number-title--tel {
    background: #fff000
}

.block-fixed-inquiry--item-number-title.number-title--fax {
    background: #e9e9e9
}

.block-recent-item {
    width: 900px
}

.block-recent-item--header {
    font-size: 28px;
    text-align: center;
    border-top: #444 2px solid;
    padding: 19px 0 30px
}

.block-recent-item--items {
    width: 900px
}

.block-recent-item--keep-history {
    text-align: right;
    margin-top: 20px
}

.block-recent-item--keep-history a {
    color: #6fb4c3;
    text-decoration: underline;
    font-size: 14px
}

.block-brand-recent-item {
    width: 900px
}

.block-brand-recent-item--header {
    font-size: 28px;
    text-align: center;
    border-top: #444 2px solid;
    padding: 19px 0 30px
}

.block-brand-recent-item--items {
    width: 900px
}

.block-brand-recent-item--keep-history {
    text-align: right;
    margin-top: 20px
}

.block-brand-recent-item--keep-history a {
    color: #6fb4c3;
    text-decoration: underline;
    font-size: 14px
}

.block-cart-recent-item {
    width: 1200px
}

.block-cart-recent-item--header {
    font-size: 28px;
    text-align: center;
    border-top: #444 2px solid;
    padding: 19px 0 30px
}

.block-cart-recent-item--items {
    width: 1200px
}

.block-cart-recent-item--keep-history {
    text-align: right;
    margin-top: 20px
}

.block-cart-recent-item--keep-history a {
    color: #6fb4c3;
    text-decoration: underline;
    font-size: 14px
}

.block-search-suggest {
    position: absolute;
    display: block;
    z-index: 1000;
    text-align: left;
    padding: 5px;
    width: 370px;
    background-color: #fff;
    border: 1px solid #000
}

.block-search-suggest--keyword {
    padding: 2px
}

.block-search-suggest--keyword-entry {
    display: block;
    text-decoration: none
}

.block-search-suggest--goods {
    min-height: 60px;
    padding: 2px;
    display: block;
    clear: both
}

.block-search-suggest--goods-img {
    display: block;
    float: left;
    width: 60px;
    margin-right: 10px
}

.block-search-suggest--goods-img img {
    width: 60px;
    height: 60px
}

.block-search-suggest--goods-comment,
.block-search-suggest--goods-name,
.block-search-suggest--goods-price-items {
    width: 100%
}

.block-search-suggest--goods:hover,
.block-search-suggest--keyword:hover {
    background-color: #dedede;
    cursor: pointer
}

.pane-left-menu h2 {
    font-size: 16px;
    border-top: #444 1px solid;
    padding: 16px 0;
    font-weight: 700;
    margin-bottom: 0
}

.pane-left-menu h3 {
    font-size: 14px;
    padding: 8px 0;
    font-weight: 700;
    border-bottom: #eee 1px solid;
    margin-bottom: 5px;
    cursor: pointer
}

.block-search-box--search-detail a {
    color: #6fb4c3;
    text-decoration: underline
}

.block-search-box--form {
    background-color: #eee;
    display: flex
}

input.block-search-box--keyword,
input.block-search-box--keyword:hover {
    border: none;
    background-color: transparent;
    flex-grow: 1
}

button.block-search-box--search-submit {
    border: none;
    background-color: transparent;
    width: 33px
}

.block-search-box--search-detail {
    margin: 5px 0
}

.block-jscart--items {
    border-bottom: #eee 1px solid;
    margin-bottom: 5px
}

.block-jscart--items dd {
    text-align: right
}

.block-jscart--delete {
    text-align: right;
    margin-bottom: 5px
}

.block-jscart--cart-to-order {
    text-align: center;
    margin-top: 15px
}

.block-validation-alert {
    text-align: center;
    margin: 100px auto;
    padding: 30px;
    width: 500px;
    border: 1px solid gray
}

.block-validation-alert--title {
    font-weight: 700;
    margin-bottom: 10px
}

.block-validation-alert--link {
    display: block;
    margin-top: 10px
}

.block-common-alert {
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #ebccd1;
    color: #a94442;
    background-color: #f2dede
}

.block-common-alert--link {
    display: block;
    margin-top: 10px
}

.block-common-alert-list {
    margin: 0 auto 20px;
    padding: 20px;
    border: 1px solid #999;
    background-color: #fff;
    width: 800px
}

.block-common-alert-list--items {
    color: #a94442
}

.block-ziplist--ziplist-frame {
    z-index: 2000
}

.block-regular-cycle--cycle-sub-type {
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #ccc
}

.block-regular-cycle--deliv_date {
    width: 100%;
    margin: 20px 0
}

.block-regular-cycle--deliv_date--prev-expected-dt {
    border-top: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc
}

.block-regular-cycle--deliv_date--next-expected-dt {
    border: 1px dotted #ccc
}

.block-regular-cycle--deliv_date--next-expected-dt-title,
.block-regular-cycle--deliv_date--prev-expected-dt-title {
    padding: 8px;
    text-align: center;
    font-weight: 700;
    vertical-align: top;
    background-color: #f8f8f8;
    border-bottom: 1px dotted #ccc
}

.block-regular-cycle--deliv_date--next-expected-dt-date,
.block-regular-cycle--deliv_date--prev-expected-dt-date {
    padding: 8px;
    text-align: center;
    font-weight: 700;
    vertical-align: top
}

.block-partner-logos {
    background: #fff
}

.block-partner-logos-inner {
    padding: 30px 0 64px
}

.block-partner-logos-inner>:last-child {
    margin-bottom: 0
}

.block-partner-logos-header {
    margin: 0 0 38px
}

.block-partner-logos-header-title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 0
}

.block-partner-logos-body-img {
    text-align: center;
    margin: 0 0 38px
}

.block-partner-logos-body-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.62;
    text-align: center
}

.block-supplier-logos {
    background: #fff
}

.block-supplier-logos-inner {
    padding: 30px 0 64px
}

.block-supplier-logos-inner>:last-child {
    margin-bottom: 0
}

.block-supplier-logos-body-img {
    text-align: center;
    margin: 0 0 38px
}

.block-supplier-logos-body-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.62;
    text-align: center
}

.block-member-terms--header {
    margin-top: 0
}

.block-member-terms--body {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%
}

.block-mypage--customer-status {
    background: #444;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 20px
}

.block-mypage--sign {
    flex-grow: 1;
    text-align: center;
    padding: 8px 0;
    border-right: #fff 1px solid
}

.block-mypage--mypoint {
    flex-grow: 2;
    font-size: 24px;
    padding-left: 34px
}

.block-mypage--rank-status {
    display: flex;
    align-items: center;
    flex-grow: 2;
    justify-content: flex-end
}

.block-mypage--rank-condition dl {
    display: flex;
    align-items: center
}

.block-mypage--customer-name {
    font-size: 24px
}

.block-mypage--logout {
    font-size: 14px
}

.block-mypage--mypoint-duedate {
    font-size: 14px
}

.block-mypage--logout a {
    color: #fff;
    text-decoration: underline
}

.block-mypage--mypoint-duedate {
    display: block
}

.block-mypage--rank-info {
    border: #fff 1px solid;
    text-align: center;
    padding: 12px 18px 13px
}

.block-mypage--rank-title {
    font-size: 12px
}

.block-mypage--rank-name {
    font-size: 14px
}

.block-mypage--rank-condition {
    padding: 0 10px 0 17px
}

.block-mypage--rank-condition-1 {
    margin-bottom: 2px
}

.block-mypage--rank-condition-1-title,
.block-mypage--rank-condition-2-title {
    background: #fff;
    color: #444;
    text-align: center;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 5px
}

.block-mypage--rank-condition-1-title i,
.block-mypage--rank-condition-2-title i {
    padding-right: 3px
}

.block-mypage--customer-barcode {
    text-align: center;
    padding: 10px
}

.block-mypage--customer-barcode #customer_barcode_>div {
    margin: 0 auto
}

.block-mypage--recommend {
    padding: 10px;
    text-align: right
}

.block-mypage--recommend a {
    text-decoration: underline
}

.block-mypage--inquiry-info,
.block-mypage--member-info,
.block-mypage--shopping-info,
.block-mypage--snssync-info {
    font-size: 22px;
    padding: 20px;
    background: #f5f5f5
}

.block-mypage--inquiry-info i,
.block-mypage--member-info i,
.block-mypage--shopping-info i,
.block-mypage--snssync-info i {
    padding-right: 5px
}

.block-mypage--inquiry-info-items,
.block-mypage--member-info-items,
.block-mypage--shopping-info-items,
.block-mypage--snssync-info-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.block-mypage--inquiry-info-items li,
.block-mypage--member-info-items li,
.block-mypage--shopping-info-items li,
.block-mypage--snssync-info-items li {
    width: 390px;
    max-width: 390px;
    flex-grow: 1;
    border: #c8c8c8 1px solid;
    margin: 0 0 15px 15px
}

.block-mypage--inquiry-info-items li:nth-of-type(3n+1),
.block-mypage--member-info-items li:nth-of-type(3n+1),
.block-mypage--shopping-info-items li:nth-of-type(3n+1),
.block-mypage--snssync-info-items li:nth-of-type(3n+1) {
    margin-left: 0
}

.block-mypage--inquiry-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--shopping-info-items li dt,
.block-mypage--snssync-info-items li dt {
    border-bottom: #e5e5e5 3px solid;
    display: block
}

.block-mypage--inquiry-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--shopping-info-items li dt a,
.block-mypage--snssync-info-items li dt a {
    font-size: 18px;
    padding: 14px 0 10px 14px;
    display: flex;
    max-width: 390px
}

.block-mypage--inquiry-info-items li dt i,
.block-mypage--member-info-items li dt i,
.block-mypage--shopping-info-items li dt i,
.block-mypage--snssync-info-items li dt i {
    margin: 0 10px 0 auto
}

.block-mypage--inquiry-info-items li dt a:hover,
.block-mypage--member-info-items li dt a:hover,
.block-mypage--shopping-info-items li dt a:hover,
.block-mypage--snssync-info-items li dt a:hover {
    text-decoration: none;
    color: #4da7ba
}

.block-mypage--inquiry-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--shopping-info-items li dd,
.block-mypage--snssync-info-items li dd {
    padding: 16px 19px
}

.block-mypage--withdrawal-link {
    text-align: right
}

.block-mypage--withdrawal {
    color: #4da7ba;
    text-decoration: underline
}

.block-mypage--update-address-book {
    display: block;
    width: 260px;
    height: auto;
    background: #ddd;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto
}

.modal--snssync-menu {
    width: 660px;
    margin: auto;
    overflow: hidden;
    zoom: 1
}

.modal--snssync-menu .snslogin {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    height: 50px;
    background-color: transparent;
    border: none
}

.modal--snssync-menu .sns_logo {
    width: 40px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    float: left
}

.modal--snssync-menu .snslogin-contents {
    float: left
}

.modal--snssync-menu-contents-facebook .sns_logo {
    background: #3b579d url(../../img/sys/snslogin/facebook.png) no-repeat;
    background-size: 40px 40px
}

.modal--snssync-menu-contents-twitter .sns_logo {
    background: #55acee url(../../img/sys/snslogin/twitter.png) no-repeat;
    background-size: 40px 40px
}

.modal--snssync-menu-contents-gplus .sns_logo {
    background: #de4f3e url(../../img/sys/snslogin/gplus.png) no-repeat;
    background-size: 40px 40px
}

.modal--snssync-menu-contents-yahoo .sns_logo {
    background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
    border: 1px solid #e61017
}

.modal--snssync-menu-contents-line .sns_logo {
    background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
    background-size: 40px 40px
}

.modal--snssync-menu button:focus {
    outline: 0
}

.modal--snssync-menu:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0
}

.modal--snssync-menu .sns_word {
    width: 195px;
    height: 38px;
    line-height: 38px;
    float: left;
    text-align: left;
    padding: 0 10px;
    margin-left: 1px;
    border-left: solid 1px #ccc
}

.modal--snssync-menu .snslogin_btn_width {
    width: 280px
}

.modal--snssync-menu-contents-line .sns_word {
    border: solid 1px #00b900
}

.modal--snssync-menu-contents-facebook .sns_word {
    border: solid 1px #3b579d
}

.modal--snssync-menu-contents-twitter .sns_word {
    border: solid 1px #55acee
}

.modal--snssync-menu-contents-gplus .sns_word {
    border: solid 1px #de4f3e
}

.modal--snssync-menu-contents-yahoo .sns_word {
    border: solid 1px #e61017
}

.modal--snssync-menu-contents-line .snssync-release .sns_word {
    background: #00b900;
    color: #fff
}

.modal--snssync-menu-contents-facebook .snssync-release .sns_word {
    background: #3b579d;
    color: #fff
}

.modal--snssync-menu-contents-twitter .snssync-release .sns_word {
    background: #55acee;
    color: #fff
}

.modal--snssync-menu-contents-gplus .snssync-release .sns_word {
    background: #de4f3e;
    color: #fff
}

.modal--snssync-menu-contents-yahoo .snssync-release .sns_word {
    background: #e61017;
    color: #fff
}

.modal--snssync-menu {
    margin: 15px
}

.snslogin-line-friends .snslogin-line-friend-message {
    margin-bottom: 10px
}

.snslogin-line-friends form {
    float: left
}

.snslogin-line-friends .snslogin_btn_width {
    color: #fff;
    width: 160px;
    margin: 0 16px
}

.snslogin-line-friends .snslogin-line-friend-sns_word {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    margin-left: 1px
}

.snslogin-line-friend-yes .snslogin-line-friend-sns_word {
    background: #232323
}

.snslogin-line-friend-no .snslogin-line-friend-sns_word {
    background: #9a9a9a
}

.block-member-info--value-label {
    display: inline-block;
    width: 60px;
    text-align: center
}

.block-member-info input[name=kana2],
.block-member-info input[name=kana],
.block-member-info input[name=name2],
.block-member-info input[name=name] {
    max-width: 200px
}

.block-shipping-address--value-label {
    display: inline-block;
    width: 60px;
    text-align: center
}

.block-shipping-address input[name=kana2],
.block-shipping-address input[name=kana],
.block-shipping-address input[name=name2],
.block-shipping-address input[name=name] {
    max-width: 200px
}

.block-login--member-message {
    margin: 0 0 10px
}

.block-login--input-items {
    width: 700px;
    margin: 20px auto
}

.block-login--pwd input,
.block-login--uid input {
    width: 350px
}

.block-login--pwd .form-label,
.block-login--uid .form-label {
    width: 180px
}

.block-login--login {
    margin-top: 10px;
    padding: 12px 0;
    font-size: 16px;
    width: 160px
}

.block-login--ask-password {
    margin-top: 10px;
    text-align: center
}

.block-login--entry {
    margin-top: 10px;
    padding: 12px 0;
    font-size: 16px;
    width: 160px
}

.block-login--first-time-body {
    overflow: hidden;
    background: #fff
}

.block-login--first-time hr {
    margin-top: 20px;
    margin-bottom: 20px
}

.block-login--member-body {
    display: table;
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin: 0 0 40px
}

.block-login--member-frame {
    display: table-cell
}

.block-login--amazon-body {
    display: table-cell;
    padding-left: 20px
}

.block-login--amazon-login {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}

.block-login--guest {
    margin-top: 10px;
    padding: 12px 0;
    font-size: 16px;
    width: 240px
}

.block-login--member-info-value-label {
    display: inline-block;
    width: 60px;
    text-align: center
}

.block-login--snslogin-body {
    width: 100%;
    margin: auto;
    padding: 15px 0;
    overflow: hidden;
    zoom: 1
}

.block-login--snslogin-body:after {
    clear: both
}

.block-login--snslogin-body ul {
    display: flex;
    justify-content: center;
    align-items: center
}

.block-login--snslogin-body ul li {
    float: left;
    width: 220px
}

.block-login--snslogin-contents-btn {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    width: 230px;
    height: 50px;
    background-color: transparent;
    border: none
}

.block-login--snslogin-contents-btn button:focus {
    outline: 0
}

.block-login--snslogin-body .sns_logo {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    float: left
}

.block-login--snslogin-contents-facebook .sns_logo {
    background: #3b579d url(../../img/sys/snslogin/facebook.png) no-repeat;
    background-size: 40px 40px
}

.block-login--snslogin-contents-twitter .sns_logo {
    background: #55acee url(../../img/sys/snslogin/twitter.png) no-repeat;
    background-size: 40px 40px
}

.block-login--snslogin-contents-gplus .sns_logo {
    background: #de4f3e url(../../img/sys/snslogin/gplus.png) no-repeat;
    background-size: 40px 40px
}

.block-login--snslogin-contents-yahoo .sns_logo {
    background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
    background-size: 39px 39px;
    border: 1px solid #e61017;
    width: 41px;
    height: 40px
}

.block-login--snslogin-contents-line .sns_logo {
    background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
    background-size: 40px 40px
}

.block-login--snslogin-body .sns_word {
    width: 160px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: left;
    padding: 2px 6px;
    margin-left: 1px;
    border-left: solid 1px #ccc;
    font-size: 85%;
    color: #fff
}

.block-login--snslogin-contents-line .sns_word {
    background: #00b900
}

.block-login--snslogin-contents-facebook .sns_word {
    background: #3b579d
}

.block-login--snslogin-contents-twitter .sns_word {
    background: #55acee
}

.block-login--snslogin-contents-gplus .sns_word {
    background: #de4f3e
}

.block-login--snslogin-contents-yahoo .sns_word {
    background: #e61017
}

.block-additional-authentication {
    height: 510px
}

.block-additional-authentication--body {
    padding: 20px;
    overflow: hidden;
    border: solid 1px #dcdcdc;
    background: #fff
}

.block-additional-authentication--message-header {
    font-size: 14px;
    font-weight: 700
}

.block-additional-authentication--input-items {
    width: 600px;
    margin: 10px auto
}

.block-additional-authentication--authentication-key input[type=text] {
    width: 330px
}

.block-additional-authentication--login {
    margin-top: 10px;
    padding: 12px 0;
    font-size: 16px;
    width: 160px
}

.block-favorite--form li {
    border: 1px solid #ccc;
    border-top: none;
    padding: 20px
}

.block-favorite--form li:first-child {
    border-top: 1px solid #ccc
}

.block-favorite--favorite-goods {
    display: flex;
    width: 100%
}

.block-favorite--checkbox,
.block-favorite--delete-item {
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.block-favorite--checkbox {
    flex-basis: 30px;
    padding-right: 10px
}

.block-favorite--image {
    flex-basis: 160px
}

.block-favorite--description {
    flex-basis: 280px
}

.block-favorite--comment-textarea {
    width: 540px;
    height: 75px
}

.block-favorite--comment {
    flex-basis: 580px;
    margin: 0 20px
}

.block-favorite--delete-item {
    flex-basis: 80px;
    text-align: center
}

.block-favorite--image figure {
    background: #f5f5f5;
    width: 142px;
    height: 142px
}

.block-favorite--goods-name a {
    color: #000;
    text-decoration: underline
}

.block-favorite--edit-comment a {
    text-decoration: underline
}

.block-favorite--price-items {
    padding-top: 10px
}

.block-favorite--price,
.block-favorite--price-title {
    display: inline-block
}

.block-favorite--update-dt dd,
.block-favorite--update-dt dt {
    display: inline-block
}

.block-arrival-notice-list--form li {
    margin-bottom: 20px
}

.block-arrival-notice-list--goods {
    display: flex;
    width: 100%
}

.block-arrival-notice-list--image {
    flex-basis: 160px
}

.block-arrival-notice-list--description {
    flex-grow: 1
}

.block-arrival-notice-list--delete-item {
    flex-basis: 80px;
    text-align: center
}

.block-arrival-notice-list--image figure {
    background: #f5f5f5;
    width: 142px;
    height: 142px
}

.block-arrival-notice-list--goods-name a {
    color: #000;
    text-decoration: underline
}

.block-arrival-notice-list--price,
.block-arrival-notice-list--price-title {
    display: inline-block
}

.block-arrival-notice-list--update-dt dd,
.block-arrival-notice-list--update-dt dt {
    display: inline-block
}

.block-purchase-history--table {
    margin: 5px 0;
    width: 100%
}

.block-purchase-history--order-id a {
    text-decoration: underline
}

.block-purchase-history--order-detail-reorder a {
    text-decoration: underline
}

.block-purchase-history--status a:hover {
    text-decoration: none
}

.block-purchase-history-detail--order-info {
    margin: 10px 0;
    display: flex;
    width: 100%
}

.block-purchase-history-detail--order-info-left {
    width: 65%
}

.block-purchase-history-detail--order-info-right {
    width: 35%;
    padding: 0 0 0 10px
}

.block-purchase-history-detail--order-info-table {
    width: 100%
}

.block-purchase-history-detail--order-info-table th {
    width: 250px
}

.block-purchase-history-detail--order-body {
    margin: 10px 0;
    display: flex;
    width: 100%
}

.block-purchase-history-detail--order-body-left {
    width: 65%
}

.block-purchase-history-detail--order-body-right {
    width: 35%;
    padding: 0 0 0 10px
}

.block-purchase-history-detail--order-detail-items {
    width: 100%
}

.block-purchase-history-detail--payment-info-items {
    width: 100%
}

.block-purchase-history-detail--point-message {
    margin: 5px 0
}

.block-purchase-history-detail--shipping-info {
    margin: 10px 0;
    display: flex;
    width: 100%
}

.block-purchase-history-detail--shipping-info-left {
    width: 65%
}

.block-purchase-history-detail--shipping-info-right {
    width: 35%;
    padding: 0 0 0 10px
}

.block-purchase-history-detail--sender-items {
    width: 100%
}

.block-purchase-history-detail--shipping-info-items {
    width: 100%
}

.block-purchase-history-detail--shiment-address {
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 10px 0
}

.block-purchase-history-detail--shipment-items {
    width: 100%
}

.block-purchase-history-detail--csv-info-items {
    width: 100%;
    margin: 10px 0
}

.block-purchase-history-detail--csv-info-items th {
    width: 250px
}

.block-purchase-history-detail--invoice {
    margin: 5px 0;
    width: 100%
}

.block-purchase-history-detail--invoice dt {
    display: inline-block;
    font-weight: 700
}

.block-purchase-history-detail--invoice dd {
    display: inline-block
}

.block-purchase-history-detail--track-shipment {
    margin: 5px 0;
    width: 100%
}

.block-purchase-history-detail--track-shipment dt {
    display: inline-block;
    font-weight: 700
}

.block-purchase-history-detail--track-shipment dd {
    display: inline-block
}

.block-purchase-history-detail--append-items {
    width: 100%
}

.block-purchase-history-detail--append-items th {
    width: 250px
}

.block-purchase-history-detail .block-purchase-history-detail--add-goods {
    width: 300px
}

.block-purchase-history-detail .block-purchase-history-detail--contact {
    width: 300px
}

.block-purchase-history-detail .block-purchase-history-detail--cancel {
    width: 250px
}

.block-purchase-history-detail--child-order-id a {
    text-decoration: underline
}

.block-purchase-history-detail--parent-order-id a {
    text-decoration: underline
}

.block-purchase-history-detail--regular-sales-include a {
    text-decoration: underline
}

.block-order-cancellation--order-info {
    margin: 10px 0;
    display: flex;
    width: 100%
}

.block-order-cancellation--order-info-left {
    width: 65%
}

.block-order-cancellation--order-info-right {
    width: 35%;
    padding: 0 0 0 10px
}

.block-order-cancellation--shiment-address {
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 10px 0
}

.block-order-cancellation--payment-info-items {
    width: 100%
}

.block-order-cancellation--order-items {
    width: 100%
}

.block-regular-purcharse-list--table {
    margin: 5px 0;
    width: 100%
}

.block-regular-purcharse-list--regular-sales a {
    text-decoration: underline
}

.block-regular-purcharse-detail--body {
    margin: 10px 0;
    width: 100%
}

.block-regular-purcharse-detail--regular-sales-items {
    width: 100%
}

.block-regular-purcharse-detail--regular-sales-items th {
    width: 250px
}

.block-regular-purcharse-detail--shipment-address {
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 10px 0
}

.block-regular-purcharse-detail--update-address {
    margin: 10px 0;
    text-align: right
}

.block-regular-purcharse-detail--goods-items {
    width: 100%
}

.block-regular-purcharse-detail--append-items {
    width: 100%
}

.block-regular-purcharse-detail--append-items th {
    width: 250px
}

.block-regular-purcharse-detail--include-items {
    width: 100%
}

.block-regular-purcharse-detail--include-items th {
    width: 250px
}

.block-regular-purcharse-detail--action-message {
    margin-top: 10px
}

.block-regular-purcharse-list--order-id a {
    text-decoration: underline
}

.block-regular-purchase-creditcard-info-confirmation--regular-purchase-items {
    width: 100%
}

.block-regular-purchase-creditcard-info-confirmation--regular-purchase-items th {
    width: 250px
}

.block-regular-purchase-creditcard-info-confirmation--goods-table {
    width: 100%;
    margin: 10px 0
}

.block-regular-purchase-creditcard-info-confirmation--card-info-items {
    width: 100%
}

.block-regular-purchase-creditcard-info-confirmation--card-info-items th {
    width: 250px
}

.block-update-regular-purchase-creditcard-info--regular-purchase-info-items {
    width: 100%
}

.block-update-regular-purchase-creditcard-info--regular-purchase-info-items th {
    width: 250px
}

.block-update-regular-purchase-creditcard-info--goods-table {
    width: 100%;
    margin: 10px 0
}

.block-regular-purcharse-shipment-info-update--new-address,
.block-regular-purcharse-shipment-info-update--old-address {
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 10px 0
}

.block-regular-purcharse-cycle-info-update h3 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin: 0 0 12px
}

.block-regular-purcharse-cycle-info-update--body {
    margin: 10px 0;
    width: 100%
}

.block-regular-purcharse-cycle-info-update--regular-sales-items {
    width: 100%
}

.block-regular-purcharse-cycle-info-update--regular-sales-items th {
    width: 250px
}

.block-regular-purcharse-cycle-info-update--shipment-address {
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 10px 0
}

.block-regular-purcharse-cycle-info-update--goods-items {
    width: 100%
}

.block-regular-purcharse-cancellation--goods-items {
    margin: 10px 0;
    width: 100%
}

.block-regular-purcharse-cancellation--message {
    text-align: center
}

.block-credit-card-confirmation--credit-card-info-table {
    width: 100%
}

.block-credit-card-confirmation--credit-card-info-table th {
    width: 250px
}

.block-inquiry--inquiry-body .constraint,
.block-inquiry--inquiry-body .form-label {
    vertical-align: top;
    padding-top: 8px
}

.block-inquiry-history--body li {
    margin: 5px 0;
    padding: 10px 0;
    border-bottom: 1px solid #c8c8c8
}

.block-inquiry-history--body li span {
    margin: 0 10px 0 0
}

.block-inquiry-history-detail--form {
    margin: 20px 0
}

.block-inquiry-history-detail--message {
    text-align: center
}

.block-inquiry-history-detail--inquiry-body {
    margin: 20px 0
}

.block-inquiry-history-detail--inquiry-body textarea {
    width: 100%
}

.block-inquiry-history-detail--item dt {
    width: 100%;
    display: flex
}

.block-inquiry-history-detail--contact-name {
    width: 80%
}

.block-inquiry-history-detail--update-dt {
    width: 20%;
    text-align: right;
    font-weight: 400
}

.block-inquiry-history-detail--message-confirm {
    text-align: center
}

.block-inquiry-history-detail--inquiry-body-confirm {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #c8c8c8
}

.block-point-history-list--point {
    font-size: 20px;
    font-weight: 700;
    margin: 0 5px
}

.block-point-history-list--message {
    margin: 5px 0
}

.block-point-history-list--items {
    margin: 5px 0;
    width: 100%
}

.block-coupon-list--table {
    margin: 5px 0;
    width: 100%
}

.block-coupon-list--coupon-dt {
    white-space: nowrap;
    width: 300px
}

.block-store-coupon-list--table {
    margin: 5px 0;
    width: 100%
}

.block-store-coupon-list--coupon-dt {
    white-space: nowrap;
    width: 300px
}

.block-logout--message a {
    text-decoration: underline
}

.block-reset-password--tel {
    border-bottom: 1px solid #e5e5e5
}

.block-goods-detail {
    margin-top: 40px
}

.block-goods-detail-header {
    width: 1200px;
    margin: 0 auto
}

.block-goods-detail-name {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
    font-family: Lato, sans-serif
}

.block-goods-detail-campaign-comment {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px
}

.block-goods-detail-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto 20px
}

.block-goods-detail-gallery {
    width: 600px
}

.block-goods-detail-gallery-main {
    width: 600px;
    height: 450px
}

.block-goods-detail-gallery-main .img-center {
    width: 600px;
    height: 450px
}

.block-goods-detail-gallery-thums {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -15px 0 0
}

.block-goods-detail-gallery-thum {
    width: 112px;
    height: 85px;
    margin: 0 10px 10px 0;
    background: #f9f9f9
}

.block-goods-detail-gallery-thum .img-center {
    width: 112px;
    height: 85px
}

.block-goods-detail-gallery-more {
    text-align: right
}

.block-goods-detail-gallery-more a {
    color: #112ca6
}

.block-goods-detail-basicinfo {
    width: 560px
}

.block-goods-detail-comment {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: -7px
}

.block-goods-detail-spec-table-wrapper {
    margin: 20px 0 15px
}

.block-goods-detail-spec-table-usage {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px
}

.block-goods-detail-spec-table-usage-list {
    display: flex
}

.block-goods-detail-spec-table-usage-list-dd::before {
    content: "："
}

.block-goods-detail-spec-table-dl {
    display: flex;
    padding: 4px 10px 4px 22px;
    border-bottom: 1px solid #ddd;
    min-height: 57px
}

.block-goods-detail-spec-table-dl:nth-child(odd) {
    background-color: #f3f3f3
}

.block-goods-detail-spec-table-dt {
    width: 30%;
    display: flex;
    align-items: center
}

.block-goods-detail-spec-table-dd {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.block-goods-detail-links {
    text-align: right
}

.block-goods-detail-links-item [class*=icon] {
    margin-left: 10px
}

.block-goods-detail-links-item a {
    color: #112ca6
}

.block-goods-detail-notes {
    width: 100%;
    margin: 30px 0 17px;
    font-size: 14px;
    line-height: 26px
}

.block-goods-detail-cart {
    background: #f3f3f3;
    margin-bottom: 15px
}

.block-goods-detail-cart-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 36px 0 4px;
    display: flex;
    justify-content: space-between
}

.block-goods-detail-cart-util-btns {
    width: 350px
}

.block-goods-detail-cart-util-btns .btn {
    margin-right: 10px
}

.block-goods-detail-cart-campaign-info {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.block-goods-detail-cart-campaign-info-title {
    font-size: 20px;
    font-weight: 700;
    color: #f32f30;
    margin-right: 10px;
    letter-spacing: 1px
}

.block-goods-detail-cart-campaign-info-period {
    font-size: 18px;
    font-weight: 400;
    color: #f32f30;
    letter-spacing: 1px
}

.block-goods-detail-cart-list {
    width: 850px
}

.block-goods-detail-cart-list-item {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 37px
}

.block-goods-detail-cart-list-item-info {
    flex-grow: 1
}

.block-goods-detail-cart-list-item-info-name {
    margin-right: 10px;
    margin-bottom: 6px;
    color: #666;
    font-size: 14px;
    font-family: Lato, sans-serif
}

.block-goods-detail-cart-list-item-info-name-wrapper {
    display: flex;
    flex-wrap: wrap
}

.block-goods-detail-cart-list-item-info-name-wrapper .block-icon-item {
    font-size: 10px;
    line-height: 10px;
    height: 20px;
    padding: 4px 5px
}

.block-goods-detail-cart-list-item-info-price {
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap
}

.block-goods-detail-cart-list-item-info-price .goods-price-class-txt {
    margin-right: 10px;
    margin-bottom: 3px;
    font-size: 16px
}

.block-goods-detail-cart-list-item-info-price .goods-price-zeikomi .goods-price-value {
    font-family: Lato, sans-serif;
    font-size: 33px;
    font-weight: 700
}

.block-goods-detail-cart-list-item-info-price .goods-price-zeikomi .goods-price-value.feed-goods-price-officein,
.block-goods-detail-cart-list-item-info-price .goods-price-zeikomi .goods-price-value.feed-goods-price-officein-sale {
    font-size: 30px;
    font-weight: 700
}

.block-goods-detail-cart-list-item-info-price .goods-price-zeibetsu .goods-price-unit {
    font-size: 20px;
    font-weight: 400;
    margin-left: 5px
}

.block-goods-detail-cart-list-item-info-price .goods-price-zeibetsu .goods-price-tilde {
    font-size: 20px;
    font-weight: 400
}

.block-goods-detail-cart-list-item-info-price .goods-price-zeikomi * {
    font-size: 18px
}

.block-goods-detail-cart-list-item-info-price .goods-price-zeibetsu::after,
.block-goods-detail-cart-list-item-info-price .goods-price-zeibetsu::before {
    font-size: 20px
}

.block-goods-detail-cart-list-item-info-price .goods-price-zeibetsu .goods-price-value {
    font-size: 24px
}

.block-goods-detail-cart-list-item-info-price .goods-price-after,
.block-goods-detail-cart-list-item-info-price .goods-price-before {
    display: flex;
    align-items: flex-end
}

.block-goods-detail-cart-list-item-info-price .goods-price-before {
    position: relative;
    text-decoration: none !important
}

.block-goods-detail-cart-list-item-info-price .goods-price-before::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #000
}

.block-goods-detail-cart-list-item-info-price .goods-price-before * {
    font-size: 18px !important;
    margin: 0 !important;
    text-decoration: none !important
}

.block-goods-detail-cart-list-item-info-price .goods-price-before .goods-price-class-txt {
    margin-right: 10px !important;
    font-size: 16px !important
}

.block-goods-detail-cart-list-item-info-price .goods-price-before .goods-price-zeikomi::after,
.block-goods-detail-cart-list-item-info-price .goods-price-before .goods-price-zeikomi::before {
    font-size: 18px !important
}

.block-goods-detail-cart-list-item-info-price .goods-price-before .goods-price-value {
    font-size: 20px !important;
    font-weight: 400
}

.block-goods-detail-cart-list-item-btn {
    margin-left: 35px
}

.block-goods-detail-cart-list-item-btn .btn-size-m {
    width: 320px;
    height: 56px;
    line-height: 56px
}

.block-goods-detail-user-review-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0
}

.block-goods-detail-user-review-header {
    border-bottom: 1px solid #ddd;
    padding: 24px 24px 19px;
    display: flex;
    cursor: pointer
}

.block-goods-detail-user-review-header-h {
    font-size: 18px;
    flex-grow: 1;
    margin: 0
}

.block-goods-detail-user-review-body .yotpo .yotpo-label-container {
    border-top: none
}

.block-goods-detail-notes2,
.block-goods-detail-notes3 {
    width: 1200px;
    margin: 0 auto 40px;
    color: #999;
    font-size: 12px;
    line-height: 20px
}

.block-goods-detail-fixed-footer {
    position: fixed;
    left: 0;
    bottom: -200px;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    padding: 10px;
    opacity: 0;
    transition: .3s;
    z-index: 101
}

.is_block-goods-detail-fixed-footer-show .block-goods-detail-fixed-footer {
    bottom: 0;
    opacity: 1
}

.block-goods-detail-fixed-footer-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0
}

.block-goods-detail-fixed-footer-util-btns {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px
}

.block-goods-detail-fixed-footer-util-btns .btn-size-m {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 32px;
    line-height: inherit;
    font-size: 13px;
    letter-spacing: .04em
}

.block-goods-detail-fixed-footer-util-btns .btn-size-m .icon-heart-outline {
    font-size: 15px
}

.block-goods-detail-fixed-footer-list {
    display: flex;
    justify-content: space-between
}

.block-goods-detail-fixed-footer-list-item {
    width: calc((100% - 10px)/ 2);
    background: #fff;
    border-radius: 4px;
    padding: 20px 15px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.block-goods-detail-fixed-footer-list-item-info {
    width: 100%;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .05em;
    margin-bottom: 10px
}

.block-goods-detail-fixed-footer-list-item-info-name-wrapper {
    display: flex
}

.block-goods-detail-fixed-footer-list-item-info-name-wrapper .block-icon-item {
    margin-left: 15px
}

.block-goods-detail-fixed-footer-list-item-price {
    width: calc(100% - 250px);
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: baseline
}

.block-goods-detail-fixed-footer-list-item-price .goods-price-zeibetsu .goods-price-value {
    font-family: Lato, sans-serif;
    font-size: 28px;
    font-weight: 700
}

.block-goods-detail-fixed-footer-list-item-price .goods-price-zeibetsu .goods-price-unit {
    font-size: 18px;
    font-weight: 400;
    margin-left: 3px
}

.block-goods-detail-fixed-footer-list-item-price .goods-price-zeibetsu .goods-price-tilde {
    font-size: 18px;
    font-weight: 400
}

.block-goods-detail-fixed-footer-list-item-price .goods-price-zeikomi::after,
.block-goods-detail-fixed-footer-list-item-price .goods-price-zeikomi::before {
    font-size: 18px
}

.block-goods-detail-fixed-footer-list-item-price .goods-price-zeibetsu .goods-price-value {
    font-size: 22px
}

.block-goods-detail-fixed-footer-list-item-price .goods-price-after,
.block-goods-detail-fixed-footer-list-item-price .goods-price-before {
    display: flex;
    align-items: flex-end
}

.block-goods-detail-fixed-footer-list-item-price .goods-price-before {
    position: relative;
    text-decoration: none !important
}

.block-goods-detail-fixed-footer-list-item-price .goods-price-before::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #000
}

.block-goods-detail-fixed-footer-list-item-price .goods-price-before * {
    font-size: 16px !important;
    margin: 0 !important;
    text-decoration: none !important
}

.block-goods-detail-fixed-footer-list-item-price .goods-price-before .goods-price-zeikomi::after,
.block-goods-detail-fixed-footer-list-item-price .goods-price-before .goods-price-zeikomi::before {
    font-size: 16px !important
}

.block-goods-detail-fixed-footer-list-item-price .goods-price-before .goods-price-value {
    font-size: 18px !important;
    font-weight: 400
}

.block-goods-detail-fixed-footer-list-item-btn {
    width: 240px;
    margin-left: 10px
}

.block-goods-detail-fixed-footer-list-item-btn .btn-size-m {
    width: 100%;
    font-size: 14px
}

.block-goods-detail-share-inner {
    width: 1200px;
    margin: 20px auto 0;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.block-goods-detail-share-header {
    color: #666;
    font-size: 14px;
    margin: 0 20px 0 0
}

.block-goods-detail-share-lists {
    border-radius: 30px;
    display: flex
}

.block-goods-detail-share-list {
    margin: 0 15px 0 0
}

.block-goods-detail-share-list:last-child {
    margin-right: 0
}

.block-goods-detail-share-list>a {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-goods-detail-share-list>a:focus,
.block-goods-detail-share-list>a:hover {
    text-decoration: none
}

.block-goods-detail-share-list>a [class*=icon-] {
    color: #fff
}

.block-goods-detail-share-list.list-item-facebook>a {
    background: #1877f2;
    align-items: flex-end
}

.block-goods-detail-share-list.list-item-facebook>a [class*=icon-] {
    font-size: 17px
}

.block-goods-detail-share-list.list-item-twitter>a {
    background: #1da1f2
}

.block-goods-detail-share-list.list-item-twitter>a [class*=icon-] {
    font-size: 14px
}

.block-goods-detail-share-list.list-item-line>a {
    background: #00c300
}

.block-goods-detail-share-list.list-item-line>a [class*=icon-] {
    font-size: 14px
}

.block-series-feature {
    margin-bottom: 38px
}

.block-series-feature--header.block-heading--lv2 {
    width: 1200px;
    margin: 20px auto 38px
}

.block-series-feature--mv {
    background: #f7f7f7;
    margin-bottom: 45px
}

.block-series-feature--mv-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 500px
}

.block-series-feature--mv-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.block-series-feature--mv-copy-1 {
    font-size: 24px;
    margin-bottom: 30px
}

.block-series-feature--mv-copy-2 {
    font-size: 74px;
    margin-bottom: 40px;
    font-weight: 700
}

.block-series-feature--mv-copy-2-brand {
    font-size: 40px
}

.block-series-feature--mv-copy-2-series {
    font-size: 74px
}

.block-series-feature--mv-copy-2-option {
    font-size: 48px;
    display: block;
    line-height: 1
}

.block-series-feature--mv-copy-3 {
    font-size: 20px;
    margin-bottom: 18px
}

.block-series-feature--mv-copy-4 {
    color: #666;
    font-size: 16px
}

.block-series-feature--mv-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: 500px
}

.block-series-feature--description {
    width: 1200px;
    margin: 0 auto 40px
}

.block-series-feature--description-p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px
}

.block-series-feature--description-p-sub {
    color: #666;
    font-size: 14px;
    line-height: 24px
}

.block-series-feature--points {
    width: 1200px;
    margin: 0 auto
}

.block-series-feature--point-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    padding: 28px 75px 28px 24px;
    position: relative
}

.block-series-feature--point-header-h {
    font-weight: 400;
    margin: 0
}

.block-series-feature--point-header-lead {
    font-size: 14px;
    line-height: 1.2;
    margin: 10px 0 0
}

.block-series-feature--point-body {
    font-size: 14px;
    line-height: 24px;
    padding: 18px 24px
}

.block-series-feature--point-body>:last-child {
    margin-bottom: 0
}

.block-series-feature--point-col {
    margin: 0 0 24px
}

.block-series-feature--point-col>.block-series-feature--point-img img {
    margin-bottom: 10px
}

.block-series-feature--point-row {
    margin: 0 0 24px;
    display: flex
}

.block-series-feature--point-row>.block-series-feature--point-img {
    width: 458px;
    margin: 0 24px 0 0
}

.block-series-feature--point-row>.block-series-feature--point-img img {
    margin-bottom: 10px
}

.block-series-feature--point-row>.block-series-feature--point-txt {
    width: calc(100% - 458px - 24px)
}

.block-series-feature--point-img {
    text-align: center;
    margin: 0 0 24px
}

.block-series-feature--point-txt-lead {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 20px
}

.block-series-feature--point-txt-p {
    margin: 0 0 18px
}

.block-series-feature--point-txt-def {
    margin: 0 0 24px
}

.block-series-feature--point-txt-def-dt {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 18px
}

.block-series-feature--point-txt-def-dt-sub {
    font-size: 20px
}

.block-series-feature--point-txt-lists {
    margin: 0 0 24px
}

.block-series-feature--point-txt-list {
    margin: 0 0 9px
}

.block-series-feature--point-txt-list:last-child,
.block-series-feature--point-txt-list>:last-child {
    margin-bottom: 0
}

.block-series-feature--point-txt-note {
    font-size: 12px;
    margin: 0 0 18px
}

.block-series-feature--point-movie {
    text-align: center
}

.block-series-feature--point-movie iframe {
    width: 720px;
    height: 405px;
    margin: 0 auto
}

.block-goods-lineup-summary {
    background: #f7f7f7;
    padding-bottom: 10px
}

.block-goods-lineup-summary--inner {
    padding: 56px 0 20px
}

.block-goods-lineup-summary--inner>:last-child {
    margin-bottom: 0
}

.block-goods-lineup-summary--info {
    background: #e9e9e9;
    padding: 36px 40px 39px;
    position: relative
}

.block-goods-lineup-summary--info:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 21px 0;
    border-color: #e9e9e9 transparent transparent;
    margin: 0 0 0 -21px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block
}

.block-goods-lineup-summary--info-description {
    font-size: 14px;
    line-height: 1.71;
    margin: 0 0 17px
}

.block-goods-lineup-summary--info-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 13px
}

.block-goods-lineup-summary--info-list li {
    margin-bottom: 10px;
    font-family: Lato, sans-serif
}

.block-goods-lineup-summary--info-list:last-child {
    margin-bottom: 0
}

.block-goods-recommend {
    background: #f7f7f7
}

.block-goods-recommend--inner {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0
}

.block-goods-comparison-table {
    background: #f7f7f7;
    padding: 0 0 60px
}

.block-goods-comparison-table--inner {
    display: flex;
    padding: 0;
    background: #fff;
    margin-bottom: 43px;
    position: relative;
    overflow: hidden
}

.block-goods-comparison-table--titles {
    width: 160px
}

.block-goods-comparison-table--usage {
    display: flex;
    height: 56px;
    align-items: center;
    padding: 0 16px
}

.block-goods-comparison-table--usage-list {
    display: flex
}

.block-goods-comparison-table--usage-list-dd {
    white-space: nowrap
}

.block-goods-comparison-table--usage-list-dd::before {
    content: "：";
    font-size: 13px
}

.block-goods-comparison-table--title {
    display: flex;
    height: 56px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 0 20px
}

.block-goods-comparison-table--title:nth-child(2n) {
    background: #f7f7f7
}

.block-goods-comparison-table--title-blank {
    padding-top: 331px;
    position: relative
}

.block-goods-comparison-table--title-blank::before {
    content: "";
    display: block;
    background: #f7f7f7;
    width: 100vw;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0
}

.block-goods-comparison-table--items {
    display: flex
}

.block-goods-comparison-table--items-wrapper {
    overflow-x: auto;
    width: calc(100% - 160px)
}

.block-goods-comparison-table--item {
    width: 260px;
    flex-shrink: 0;
    position: relative;
    cursor: move
}

.block-goods-comparison-table--item::before {
    content: "";
    display: block;
    background: #f7f7f7;
    width: 100%;
    height: 54px
}

.block-goods-comparison-table--item.is-selected {
    padding-top: 50px;
    border: 4px solid #fff000
}

.block-goods-comparison-table--item.is-selected::before {
    content: "選択中の製品";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    height: 50px;
    background: #fff
}

.block-goods-comparison-table--item.is-selected .block-goods-comparison-table--item-summary {
    padding: 17px 14px
}

.block-goods-comparison-table--item-a {
    color: #000;
    display: block;
    cursor: inherit
}

.block-goods-comparison-table--item-a:hover {
    text-decoration: none;
    background: #e9e9e9
}

.block-goods-comparison-table--item-summary {
    padding: 17px;
    height: 333px
}

.block-goods-comparison-table--item-img {
    margin-bottom: 22px;
    position: relative;
    padding-top: 20px
}

.block-goods-comparison-table--item-img .block-icon-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.block-goods-comparison-table--item-img img {
    width: 232px;
    height: 174px;
    display: block;
    background: #f2f2f2
}

.block-goods-comparison-table--item-name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 9px
}

.block-goods-comparison-table--item-name p {
    max-height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.block-goods-comparison-table--item-description {
    font-size: 14px;
    line-height: 20px
}

.block-goods-comparison-table--item-description p {
    max-height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.block-goods-comparison-table--item-spec-list-item {
    display: flex;
    height: 56px;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    padding: 0 18px
}

.block-goods-comparison-table--item-spec-list-item p {
    flex-grow: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.block-goods-comparison-table--item-spec-list-item:nth-child(2n+1) {
    background: rgba(0, 0, 0, .05)
}

.block-goods-comparison-table--item-icons {
    padding: 0 12px;
    margin: 17px 0 8px;
    display: flex;
    flex-wrap: wrap
}

.block-goods-comparison-table--item-icons .block-icon-item {
    font-size: 10px;
    line-height: 10px;
    height: 20px;
    padding: 4px 5px;
    margin-right: 5px
}

.block-goods-comparison-table--item-price {
    text-align: right;
    padding: 0 8px 10px
}

.block-goods-comparison-table--item-price .goods-price-zeibetsu .goods-price-value {
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 700
}

.goods-price-zeibetsu .goods-price-value {
    font-size: 16px !important;
    font-weight: 400 !important
}

.block-goods-comparison-table--item-price .goods-price-zeibetsu .goods-price-value .goods-price-unit {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px
}

.block-goods-comparison-table--item-price .goods-price-zeibetsu .goods-price-value .goods-price-tilde {
    font-size: 14px;
    font-weight: 400
}

.block-goods-comparison-table--item-price .goods-price-zeibetsu .goods-price-value .goods-price-zeibetsu-label {
    font-size: 10px
}

.block-goods-comparison-table--item-price .goods-price-before * {
    font-size: 13px
}

.block-goods-comparison-table--item-price .goods-price-before .goods-price-zeikomi::after,
.block-goods-comparison-table--item-price .goods-price-before .goods-price-zeikomi::before {
    font-size: 13px
}

.block-goods-comparison-table--item-price .goods-price-before .goods-price-zeibetsu .goods-price-value,
.block-goods-comparison-table--item-price .goods-price-before .goods-price-zeikomi .goods-price-value {
    font-size: 16px;
    font-weight: 400
}

.block-goods-comparison-table--item-cart {
    padding: 5px 12px 18px
}

.block-goods-comparison-table--item-cart-btns .btn-cart.btn-size-s {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #3c3c3c
}

.block-goods-comparison-table--item-util-btns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.block-goods-comparison-table--item-util-btns .btn-size-s {
    font-size: 14px;
    padding: 0 7px;
    width: 100%
}

.block-goods-comparison-table--item-util-btns .btn-size-s .icon-comparison {
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.block-goods-comparison-table--item-util-btns .btn-size-s .icon-heart-outline {
    font-size: 14px;
    position: relative;
    top: 1px
}

.block-goods-comparison-table .simplebar-scrollbar::before {
    background: #a0a0a0
}

.block-goods-comparison-table--slide-arrow-next,
.block-goods-comparison-table--slide-arrow-prev {
    color: transparent;
    font-size: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    background: #fff;
    width: 44px;
    height: 44px;
    border: 1px solid #dedede;
    border-radius: 22px;
    text-align: center;
    z-index: 1;
    transition: .3s
}

.block-goods-comparison-table--slide-arrow-next::before,
.block-goods-comparison-table--slide-arrow-prev::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 17px;
    left: 14px
}

.block-goods-comparison-table--slide-arrow-next:hover,
.block-goods-comparison-table--slide-arrow-prev:hover {
    background: #fff000
}

.block-goods-comparison-table--slide-arrow-prev {
    left: -58px
}

@media screen and (max-width:1340px) {
    .block-goods-comparison-table--slide-arrow-prev {
        left: 10px
    }
}

.block-goods-comparison-table--slide-arrow-prev::before {
    transform: rotate(-135deg);
    top: 16px;
    left: 18px
}

.block-goods-comparison-table--slide-arrow-next {
    right: -58px
}

@media screen and (max-width:1340px) {
    .block-goods-comparison-table--slide-arrow-next {
        right: 10px
    }
}

.block-add-cart--btn {
    margin-top: 10px;
    padding: 12px 0;
    font-size: 18px;
    width: 280px
}

.block-custom-order--btn {
    margin-top: 10px;
    padding: 12px 0;
    font-size: 18px;
    width: 280px
}

.block-goods-store-stock--btn {
    margin-top: 10px;
    padding: 6px 0;
    font-size: 16px;
    width: 280px
}

.block-arrival-notice--btn {
    margin-top: 10px;
    padding: 6px 0;
    font-size: 16px;
    width: 280px
}

.block-contact-about-goods--btn {
    margin-top: 10px;
    padding: 6px 0;
    font-size: 16px;
    width: 280px
}

.block-goods-favorite--btn {
    margin-top: 10px;
    padding: 6px 0;
    font-size: 16px;
    width: 280px
}

.block-variation-add-cart--btn {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    width: 165px;
    height: 54px
}

.block-variation-favorite--btn {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    width: 54px;
    height: 54px
}

.block-goods-gallery ul {
    font-size: 0
}

.block-goods-gallery li {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px
}

.block-goods-gallery li figure {
    width: 100px;
    height: 100px
}

.block-goods-price {
    margin: 10px 0
}

.block-goods-price--price {
    font-size: 24px;
    font-weight: 700
}

.block-goods-price--on-sales-comment {
    color: #c30
}

.block-accessory-list {
    width: 100%
}

.pane-goods-right-side .block-check-list-a--item-body {
    width: auto
}

.block-goods-footer-cart {
    text-align: center
}

.block-icon img {
    width: 32px
}

.block-goods-sales-detail-append--item .form-label {
    padding: 10px;
    margin-right: 10px
}

.block-goods-sales-detail-append--item input[type=text],
.block-goods-sales-detail-append--item textarea {
    width: 100%
}

.block-goods-sales-detail-append--item .constraint .required {
    margin: -38px 20px 16px 0;
    display: block;
    text-align: right
}

.block-variation-add-cart {
    margin-right: 5px
}

.block-no-stock--message {
    text-align: center;
    margin-top: 10px;
    padding: 6px 0;
    font-size: 16px;
    width: 200px;
    border: 1px solid #ebccd1;
    color: #a94442;
    background-color: #f2dede
}

.block-goods-variation-arrival-notice,
.block-variation-no-stock {
    margin-right: 5px
}

.block-goods-variation-arrival-notice--btn,
.block-variation-no-stock--message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 165px;
    height: 54px
}

.block-variation-no-stock--message {
    border: 1px solid #ebccd1;
    color: #a94442;
    background-color: #f2dede
}

.block-variation-back-order {
    margin-top: 10px
}

.block-variation-arrival-notice {
    margin-right: 5px
}

.block-variation-arrival-notice--btn {
    margin-top: 10px;
    padding: 6px 0;
    font-size: 16px;
    width: 280px
}

.block-variation--item-list {
    font-size: 0
}

.block-variation--item {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px
}

.block-variation--item-description {
    display: none
}

.block-variation--item dt {
    display: block;
    border: 2px solid #d0d0d0;
    background-color: #fff;
    cursor: pointer
}

.block-variation--item.color-disable-stock dt {
    border: 2px dashed #d0d0d0;
    background-color: #eee
}

.block-variation--item.size-disable-stock dt {
    border: 2px dashed #d0d0d0;
    background-color: #eee
}

.block-variation--item.active dt {
    border: 2px solid #3fbf0d
}

.block-color--item dt {
    width: 54px;
    height: 54px
}

.block-color--item-term img {
    max-width: 40px;
    max-height: 40px
}

.block-color--item-term figure {
    width: 50px;
    height: 50px
}

.block-color-with-cart--item {
    padding: 5px 0;
    width: 100%;
    display: flex
}

.block-color-with-cart--item-term {
    border: 2px solid #d0d0d0;
    background-color: #fff;
    width: 54px;
    height: 54px;
    margin-right: 5px
}

.block-color-with-cart--item-term figure {
    width: 50px;
    height: 50px
}

.block-color-with-cart--item-term img {
    max-width: 40px;
    max-height: 40px
}

.block-color-size-with-cart--nocolor {
    width: 54px;
    height: 54px;
    margin-right: 5px
}

.block-color-size-with-cart--color-line {
    padding: 5px 0;
    width: 100%;
    display: flex
}

.block-color-size-with-cart--size-line {
    padding: 5px 0;
    width: 100%;
    display: flex
}

.block-color-size-with-cart--size-item-term {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #d0d0d0;
    background-color: #fff;
    width: 54px;
    height: 54px;
    margin-right: 5px
}

.block-color-size-with-cart--size-item-term span {
    display: table-cell;
    word-break: break-all;
    text-align: center;
    vertical-align: middle;
    width: 96px;
    height: 50px;
    padding: 2px
}

.block-color-size-with-cart--color-item-term {
    border: 2px solid #d0d0d0;
    background-color: #fff;
    width: 54px;
    height: 54px;
    margin-right: 5px
}

.block-color-size-with-cart--color-item-term figure {
    width: 50px;
    height: 50px
}

.block-color-size-with-cart--color-item-term img {
    max-width: 40px;
    max-height: 40px
}

.block-size--item dt {
    width: 54px;
    min-height: 54px
}

.block-size--item-term {
    min-width: 54px;
    min-height: 54px
}

.block-size--item-term span {
    display: table-cell;
    word-break: break-all;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    padding: 2px
}

.block-size-with-cart--item {
    padding: 5px 0;
    width: 100%;
    display: flex
}

.block-size-with-cart--item-term {
    border: 2px solid #d0d0d0;
    background-color: #fff;
    width: 54px;
    height: 54px;
    margin-right: 5px
}

.block-size-with-cart--item-term span {
    display: table-cell;
    word-break: break-all;
    text-align: center;
    vertical-align: middle;
    width: 96px;
    height: 50px;
    padding: 2px
}

.block-goods-user-review h2 {
    background-color: #f5f5f5;
    font-size: 22px;
    padding: 10px 15px
}

.block-goods-user-review--score dt {
    display: inline-block;
    font-weight: 700;
    font-size: 16px
}

.block-goods-user-review--score dd {
    display: inline-block;
    vertical-align: top;
    height: 21px
}

.block-goods-user-review--score dd img {
    height: 21px
}

.block-goods-user-review--count dt {
    display: inline-block;
    font-weight: 700;
    font-size: 16px
}

.block-goods-user-review--count dd {
    display: inline-block
}

.block-goods-user-review--need-login-message a {
    text-decoration: underline
}

.block-goods-user-review--write-review-link {
    text-decoration: underline
}

.block-goods-user-review--description {
    margin: 10px 0
}

.block-goods-user-review--item {
    margin-top: 15px
}

.block-goods-user-review--item-title {
    font-weight: 700;
    font-size: 16px
}

.block-goods-user-review--item-score dt {
    margin: 0 0 5px;
    height: 14px
}

.block-goods-user-review--item-score dt img {
    height: 14px
}

.block-goods-user-review--item-color dd,
.block-goods-user-review--item-color dt,
.block-goods-user-review--item-moderate-overestimate dd,
.block-goods-user-review--item-moderate-overestimate dt,
.block-goods-user-review--item-moderate-underestimate dd,
.block-goods-user-review--item-moderate-underestimate dt,
.block-goods-user-review--item-name dd,
.block-goods-user-review--item-name dt,
.block-goods-user-review--item-size dd,
.block-goods-user-review--item-size dt {
    display: inline-block
}

.block-goods-user-review--item-moderate-link,
.block-goods-user-review--item-moderate-other-link {
    text-decoration: underline
}

.block-goods-user-review--pagenav {
    background: #f0f0f0 none repeat scroll 0 0;
    clear: both;
    margin: 0 0 10px;
    padding: 5px
}

.block-goods-user-review--pager-now {
    color: #c00
}

.block-goods-user-review--item-comment {
    margin: 5px 0
}

.block-goods-user-review--write-review-btn {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    padding: 6px 0;
    width: 160px
}

.block-user-review--score .constraint,
.block-user-review--score .form-label {
    vertical-align: top;
    padding-top: 8px
}

.block-user-review--review-body .constraint,
.block-user-review--review-body .form-label {
    vertical-align: top;
    padding-top: 8px
}

.block-user-review--review-body .form-control,
.block-user-review--score .form-control {
    padding-top: 10px
}

.block-user-review--evaluation-score img {
    height: 21px
}

.block-user-review--evaluator-name dd,
.block-user-review--evaluator-name dt {
    display: inline-block
}

.block-user-review--review-comment {
    margin: 10px 0
}

.block-user-review--footer h3 {
    padding: 40px 0 10px
}

.block-event-page--header {
    padding: 30px 0;
    margin-top: 0;
    margin-bottom: 0
}

.block-event-page--header--title {
    margin-top: 0;
    margin-bottom: 0
}

.block-event-page--accessory {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 60px
}

.block-event-page--accessory-link {
    text-align: right;
    margin: 20px 0 40px
}

.block-event-page--accessory-item {
    flex: 0 0 389px;
    margin-right: 16px;
    margin-bottom: 40px
}

.block-event-page--accessory-item:nth-child(3n) {
    margin-right: 0
}

.block-event-page--accessory .block-top-event--goods {
    min-width: 1200px
}

.block-event-page--banner-a {
    color: #000
}

.block-event-page--banner-img {
    margin-bottom: 10px
}

.block-event-page--banner-title {
    max-height: 3.5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500
}

.block-event-page--banner-description {
    max-height: 3.5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px
}

.block-top-event--header {
    font-size: 28px;
    text-align: center;
    border-top: #444 2px solid;
    padding: 19px 0 30px
}

.block-genre-page--event {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px
}

.block-store-stock--goods-detail dt {
    float: left;
    font-weight: 700;
    width: 100px;
    padding: 3px
}

.block-store-stock--goods-detail dd {
    margin-left: 120px;
    padding: 3px
}

.block-store-stock--message {
    color: #a94442;
    margin: 10px 0
}

.block-store-stock--list li {
    display: inline-block;
    margin: 0 10px 0 0
}

.block-category-style-p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 50px
}

.block-category-style-p--item {
    flex-basis: 440px;
    overflow: hidden
}

.block-category-style-p--item:nth-child(2n) {
    margin: 0 0 0 20px
}

.block-category-style-p--item-name {
    font-size: 16px;
    border-bottom: #444 dashed 1px;
    padding-bottom: 10px;
    clear: both
}

.block-category-style-p--item-image {
    width: 143px;
    float: left
}

.block-category-style-p--item-comment {
    width: 275px;
    float: right
}

.block-category-style-g {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 50px
}

.block-category-style-g--item:nth-child(2n) {
    margin: 0 0 0 20px
}

.block-category-style-g--item {
    flex-basis: 440px;
    overflow: hidden
}

.block-category-style-g--item-name {
    font-size: 16px;
    border-bottom: #444 dashed 1px;
    padding-bottom: 10px
}

.block-category-style-g--item-image {
    width: 143px;
    float: left
}

.block-category-style-g--item-comment {
    width: 275px;
    float: right
}

.block-category-style-g--item ul {
    clear: both;
    margin: 10px 10px 0;
    padding: 0
}

.block-category-style-g--item ul li {
    margin: 0 0 0 2em;
    padding: 0;
    list-style: square
}

.block-category-style-l--item-name {
    display: inline
}

.block-category-style-l--splitter {
    margin: 0 5px
}

.block-category-style-t {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 50px
}

.block-category-style-t--item {
    flex-basis: 210px;
    overflow: hidden;
    margin: 0 0 0 20px
}

.block-category-style-t--item:nth-child(4n+1) {
    margin: 0
}

.block-category-tree--item,
.block-category-tree--item__open {
    border-top: #eee 1px solid
}

.block-category-tree--item a,
.block-category-tree--item>span,
.block-category-tree--item__open a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 43px
}

.block-category-tree--level-2>li {
    text-indent: 10px
}

.block-category-tree--level-3>li {
    text-indent: 20px
}

.block-category-tree--level-4>li {
    text-indent: 30px
}

.block-category-tree--image {
    width: 43px;
    height: 43px;
    margin-right: 9px
}

.block-genre-tree--item,
.block-genre-tree--item__open {
    border-top: #eee 1px solid
}

.block-genre-tree--item a,
.block-genre-tree--item>span,
.block-genre-tree--item__open a {
    display: flex;
    align-items: center;
    height: 43px
}

.block-genre-tree--level2>li {
    text-indent: 10px
}

.block-genre-tree--level3>li {
    text-indent: 20px
}

.block-genre-tree--level4>li {
    text-indent: 30px
}

.block-genre-tree--image {
    width: 43px;
    height: 43px;
    margin-right: 9px
}

.block-filter--treeitem {
    border-top: #eee 1px solid
}

.block-filter--tree-1>li:first-child {
    border-top: none
}

.block-filter--tree-2>li {
    padding-left: 10px
}

.block-filter--tree-3>li {
    padding-left: 20px
}

.block-filter--tree-4>li {
    padding-left: 30px
}

.block-filter--treeitem-container {
    width: 100%
}

.block-filter--treeitem-dir {
    display: table-cell;
    height: 43px;
    padding-right: 9px;
    vertical-align: middle;
    text-align: left;
    cursor: pointer
}

.block-filter--treeitem-dir i {
    transform: rotate(90deg)
}

.block-filter--treeitem-dir__close i {
    transform: rotate(0)
}

.block-filter--treeitem-name {
    display: table-cell;
    height: 43px;
    vertical-align: middle;
    text-align: left
}

.block-filter--treeitem-selected {
    color: #c00
}

.block-filter--image {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 5px
}

.block-filter--image-check {
    position: relative;
    display: block
}

.block-filter--image-check i {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 20px
}

.block-filter--image-check:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0
}

.block-filter--close .block-filter--imagelist-inner-accordion,
.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--select-inner-accordion,
.block-filter--close .block-filter--treelist-inner-accordion {
    display: none
}

.block-quickview {
    display: none;
    position: absolute;
    z-index: 10000;
    overflow: visible;
    width: auto;
    max-width: 324px;
    height: auto;
    padding: 10px;
    border: 1px solid;
    background-color: #fff
}

.block-quickview-line {
    overflow: hidden;
    width: 100%
}

.block-quickview-item {
    display: inline-block;
    width: 142px
}

.block-goods-list--footer,
.block-goods-list--header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-goods-list--header {
    border-bottom: 2px solid #eee;
    padding: 0 0 10px;
    margin: 20px 0 24px
}

.block-goods-list--footer {
    margin: 40px 0 20px
}

.block-goods-list--count {
    font-size: 14px
}

.block-goods-list--sort-order {
    display: flex
}

.block-goods-list--sort-order-wrap {
    flex-grow: 1
}

.block-goods-list--sort-order-title::after {
    content: '\a0:\a0'
}

.block-goods-list--sort-order-item a,
.block-goods-list--sort-order-item span {
    display: inline-block;
    padding: 0 10px;
    line-height: 1;
    border-right: 1px solid #ddd
}

.block-goods-list--sort-order-item:last-child a,
.block-goods-list--sort-order-item:last-child span {
    border: none
}

.block-goods-list--display-count {
    display: flex;
    align-items: center
}

.block-goods-list--display-count-title::after {
    content: '\a0:\a0'
}

.block-goods-list--display-count-input select {
    height: 36px
}

.block-goods-list--display-style {
    display: flex;
    align-items: center;
    margin-left: 20px
}

.block-goods-list--display-style-title {
    display: none
}

.block-goods-list--display-style-item {
    font-size: 16px
}

.block-goods-list--display-style-item a,
.block-goods-list--display-style-item>span {
    padding: 10px;
    border-radius: 3px
}

.block-goods-list--display-style-item a {
    text-decoration: none;
    color: #cbcbcb
}

.block-goods-list--display-style-item a:hover {
    color: #000;
    background: #f3f3f3
}

.block-pagination {
    display: flex;
    align-items: center
}

.block-pagination--next,
.block-pagination--pages,
.block-pagination--previous {
    display: flex;
    align-items: center
}

.block-pagination--next-item,
.block-pagination--pages-item,
.block-pagination--previous-item {
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin: 0 3px;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    color: #000
}

.block-pagination--next-item:hover,
.block-pagination--pages-item:hover,
.block-pagination--previous-item:hover {
    text-decoration: none;
    background-color: #fff000
}

.block-pagination--pages-item.is_current {
    background: #3c3c3c;
    color: #fff
}

.block-pagination--next-item {
    margin-right: 0
}

.yotpo-display-wrapper .yotpo-stars {
    margin-right: 3px;
    display: flex
}

.yotpo-display-wrapper .rating-star {
    font-size: 15px !important
}

.yotpo-display-wrapper .text-m {
    white-space: nowrap
}

.block-goods-list-2CS {
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start
}

.block-goods-list-2CS--item {
    display: flex;
    width: 580px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px
}

.block-goods-list-2CS--item:nth-child(odd) {
    margin-right: 40px
}

.block-goods-list-2CS--item-img {
    width: 208px;
    position: relative;
    margin-right: 32px
}

.block-goods-list-2CS--item-info {
    width: 340px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.block-goods-list-2CS--item-info-a {
    color: inherit;
    display: block;
    width: 100%
}

.block-goods-list-2CS--item-info-a:hover {
    text-decoration: none
}

.block-goods-list-2CS--item-top-icons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.block-goods-list-2CS--item-name {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: -6px 0 8px;
    letter-spacing: 2px
}

.block-goods-list-2CS--item-comment {
    max-height: 5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666;
    font-size: 13px;
    line-height: 1.69;
    margin: 0 0 9px
}

.block-goods-list-2CS--item-icons {
    letter-spacing: -.4em;
    margin: 0 0 10px
}

.block-goods-list-2CS--item-icons .block-icon-item {
    letter-spacing: normal;
    margin-right: 5px
}

.block-goods-list-2CS--item-price.goods-price {
    text-align: right;
    margin: 0 0 9px
}

.block-goods-list-2CS--item-star {
    font-size: 14px;
    text-align: right;
    line-height: 1;
    margin-top: 8px;
    width: 185px
}

.block-goods-list-2CS--item-util-btns {
    margin: 0 0 0 -10px;
    display: flex;
    justify-content: flex-end
}

.block-goods-list-2CS--item-util-btns>.btn-size-s {
    width: 135px;
    height: 32px;
    margin: 0 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-goods-list-2CS--item-util-btns>.btn-size-s [class*=icon-] {
    margin: 0 7px 0 0
}

.block-goods-list-2CS--item-btn-more {
    margin: 10px 0 0
}

.block-goods-list-2CS--item-btn-more>.btn-size-m {
    width: 100%;
    height: 44px;
    line-height: 42px;
    margin: 0
}

.block-goods-list-3CD,
.block-goods-list-3CS,
.block-goods-list-4CD,
.block-goods-list-4CS {
    margin: -40px -20px 30px -22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start
}

.block-goods-list-3CD--item,
.block-goods-list-3CS--item,
.block-goods-list-4CD--item,
.block-goods-list-4CS--item {
    width: 304px;
    padding: 0 10px;
    margin: 40px 0 0 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.block-goods-list-3CD--item:hover,
.block-goods-list-3CS--item:hover,
.block-goods-list-4CD--item:hover,
.block-goods-list-4CS--item:hover {
    box-shadow: 20px 0 150px -100px #d0d0d0, -20px 0 150px -100px #d0d0d0
}

.block-goods-list-3CD--item-a,
.block-goods-list-3CS--item-a,
.block-goods-list-4CD--item-a,
.block-goods-list-4CS--item-a {
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
    width: 100%
}

.block-goods-list-3CD--item-a:hover,
.block-goods-list-3CS--item-a:hover,
.block-goods-list-4CD--item-a:hover,
.block-goods-list-4CS--item-a:hover {
    text-decoration: none
}

.block-goods-list-3CD--item-a>:last-child,
.block-goods-list-3CS--item-a>:last-child,
.block-goods-list-4CD--item-a>:last-child,
.block-goods-list-4CS--item-a>:last-child {
    margin-bottom: 0
}

.block-goods-list-3CD--item-rank-index,
.block-goods-list-3CS--item-rank-index,
.block-goods-list-4CD--item-rank-index,
.block-goods-list-4CS--item-rank-index {
    background: #fff000;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Lato, sans-serif;
    z-index: 1
}

.block-goods-list-3CD--item-img,
.block-goods-list-3CS--item-img,
.block-goods-list-4CD--item-img,
.block-goods-list-4CS--item-img {
    position: relative
}

.block-goods-list-3CD--item-img img,
.block-goods-list-3CS--item-img img,
.block-goods-list-4CD--item-img img,
.block-goods-list-4CS--item-img img {
    width: 100%;
    height: 213px;
    display: block;
    background: #f2f2f2
}

.block-goods-list-3CD--item-top-icons,
.block-goods-list-3CS--item-top-icons,
.block-goods-list-4CD--item-top-icons,
.block-goods-list-4CS--item-top-icons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.block-goods-list-3CD--item-name,
.block-goods-list-3CS--item-name,
.block-goods-list-4CD--item-name,
.block-goods-list-4CS--item-name {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 19px 0 16px
}

.block-goods-list-3CD--item-comment,
.block-goods-list-3CS--item-comment,
.block-goods-list-4CD--item-comment,
.block-goods-list-4CS--item-comment {
    max-height: 5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666;
    font-size: 13px;
    line-height: 1.69;
    margin: 0 0 16px
}

.block-goods-list-3CD--item-icons,
.block-goods-list-3CS--item-icons,
.block-goods-list-4CD--item-icons,
.block-goods-list-4CS--item-icons {
    letter-spacing: -.4em;
    margin: 0 0 16px
}

.block-goods-list-3CD--item-icons .block-icon-item,
.block-goods-list-3CS--item-icons .block-icon-item,
.block-goods-list-4CD--item-icons .block-icon-item,
.block-goods-list-4CS--item-icons .block-icon-item {
    letter-spacing: normal;
    margin-right: 5px
}

.block-goods-list-3CD--item-price.goods-price,
.block-goods-list-3CS--item-price.goods-price,
.block-goods-list-4CD--item-price.goods-price,
.block-goods-list-4CS--item-price.goods-price {
    text-align: right;
    margin: 0 0 9px
}

.block-goods-list-3CD--item-star,
.block-goods-list-3CS--item-star,
.block-goods-list-4CD--item-star,
.block-goods-list-4CS--item-star {
    font-size: 14px;
    text-align: right;
    line-height: 1;
    margin-bottom: 3px;
    width: 165px;
    display: flex;
    justify-content: flex-end
}

.block-goods-list-3CD--item-util-btns,
.block-goods-list-3CS--item-util-btns,
.block-goods-list-4CD--item-util-btns,
.block-goods-list-4CS--item-util-btns {
    margin: 0 0 0 -10px;
    display: flex;
    justify-content: space-between
}

.block-goods-list-3CD--item-util-btns>.btn-size-s,
.block-goods-list-3CS--item-util-btns>.btn-size-s,
.block-goods-list-4CD--item-util-btns>.btn-size-s,
.block-goods-list-4CS--item-util-btns>.btn-size-s {
    height: 32px;
    margin: 0 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-goods-list-3CD--item-util-btns>.btn-size-s [class*=icon-],
.block-goods-list-3CS--item-util-btns>.btn-size-s [class*=icon-],
.block-goods-list-4CD--item-util-btns>.btn-size-s [class*=icon-],
.block-goods-list-4CS--item-util-btns>.btn-size-s [class*=icon-] {
    margin: 0 7px 0 0
}

.block-goods-list-3CD--item-btn-more,
.block-goods-list-3CS--item-btn-more,
.block-goods-list-4CD--item-btn-more,
.block-goods-list-4CS--item-btn-more {
    margin: 10px 0 0;
    width: 100%
}

.block-goods-list-3CD--item-btn-more>.btn-size-m,
.block-goods-list-3CS--item-btn-more>.btn-size-m,
.block-goods-list-4CD--item-btn-more>.btn-size-m,
.block-goods-list-4CS--item-btn-more>.btn-size-m {
    width: 100%;
    height: 44px;
    line-height: 42px;
    margin: 0
}

.block-goods-list-3CD--item-spec,
.block-goods-list-4CD--item-spec {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 16px
}

.block-goods-list-3CD--item-spec-item,
.block-goods-list-4CD--item-spec-item {
    height: 41px;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-goods-list-3CD--item-spec-item [class*=icon-],
.block-goods-list-4CD--item-spec-item [class*=icon-] {
    flex-shrink: 0;
    margin-left: 10px
}

.block-goods-list-3CD--item-spec-item-text,
.block-goods-list-4CD--item-spec-item-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.block-goods-list-3CD--item-btn-cart,
.block-goods-list-4CD--item-btn-cart {
    margin: 10px 0 0;
    width: 100%
}

.block-goods-list-3CD--item-btn-cart>.btn-size-m,
.block-goods-list-4CD--item-btn-cart>.btn-size-m {
    width: 100%;
    height: 44px;
    line-height: 42px;
    margin: 0
}

.page-event .block-goods-list-4CD--item,
.page-event .block-goods-list-4CS--item {
    width: 296px
}

.page-event .block-goods-list-4CD--item-comment,
.page-event .block-goods-list-4CS--item-comment {
    max-height: 5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.page-event .block-goods-list-3CD {
    margin-left: -44px
}

.page-event .block-goods-list-3CD--item {
    width: 370px;
    margin-left: 44px
}

.page-event .block-goods-list-3CD--item-rank-index {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px
}

.page-event .block-goods-list-3CD--item-img img {
    height: 262px
}

.block-goods-list-1CS {
    margin: 0 0 40px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start
}

.block-goods-list-1CS--item {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 0 0 25px;
    margin: 0 0 24px;
    display: flex
}

.block-goods-list-1CS--item:last-child {
    margin-bottom: 0
}

.block-goods-list-1CS--item-a {
    color: #000
}

.block-goods-list-1CS--item .variation-name {
    margin-bottom: 10px
}

.block-goods-list-1CS--item-img {
    margin-right: 32px;
    position: relative
}

.block-goods-list-1CS--item-img-figure {
    width: 187px
}

.block-goods-list-1CS--item-img-figure img {
    width: 100%
}

.block-goods-list-1CS--item-top-icons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.block-goods-list-1CS--item-info {
    width: calc(100% - 187px);
    flex-grow: 1
}

.block-goods-list-1CS--item-info-row1,
.block-goods-list-1CS--item-info-row2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.block-goods-list-1CS--item-info-col2 {
    display: flex;
    align-items: center
}

.block-goods-list-1CS--item-name {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: -5px 0 9px
}

.block-goods-list-1CS--item-comment {
    max-height: 3em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 1.57;
    margin: 0 0 8px
}

.block-goods-list-1CS--item-icons {
    margin-bottom: 8px
}

.block-goods-list-1CS--item-icons .block-icon-item {
    margin-right: 5px
}

.block-goods-list-1CS--item-star {
    margin-right: 10px
}

.block-goods-list-1CS--item-util-btns {
    margin: 0 0 0 -10px;
    display: flex;
    justify-content: space-between
}

.block-goods-list-1CS--item-util-btns>.btn-size-s {
    width: 137px;
    height: 32px;
    margin: 0 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-goods-list-1CS--item-util-btns>.btn-size-s [class*=icon-] {
    margin: 0 7px 0 0
}

.block-goods-list-1CD {
    margin: 0 0 64px
}

.block-goods-list-1CD--item {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0 0 40px;
    margin: 0 0 49px;
    display: flex
}

.block-goods-list-1CD--item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.block-goods-list-1CD--item-img {
    width: 400px;
    margin: 0 20px 0 0;
    flex-shrink: 0
}

.block-goods-list-1CD--item-img-a {
    position: relative;
    display: block
}

.block-goods-list-1CD--item-img-figure img {
    width: 100%
}

.block-goods-list-1CD--item-top-icons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.block-goods-list-1CD--item-info {
    width: 440px;
    flex-grow: 1
}

.block-goods-list-1CD--item-info-row1,
.block-goods-list-1CD--item-info-row2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-goods-list-1CD--item-info-row1 {
    margin: 0 0 14px
}

.block-goods-list-1CD--item-info-row1 .goods-price {
    text-align: right
}

.block-goods-list-1CD--item-info-row2 {
    margin: 0 0 10px
}

.block-goods-list-1CD--item-name {
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0 0 15px
}

.block-goods-list-1CD--item-name-a {
    color: #000
}

.block-goods-list-1CD--item-comment {
    max-height: 3em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 1.57;
    margin: 0 0 15px
}

.block-goods-list-1CD--item-spec {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 16px
}

.block-goods-list-1CD--item-spec-item {
    height: 41px;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-goods-list-1CD--item-spec-item [class*=icon-] {
    flex-shrink: 0;
    margin-left: 10px
}

.block-goods-list-1CD--item-spec-item-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.block-goods-list-1CD--item-util-btns {
    margin: 0 0 0 -10px;
    display: flex;
    justify-content: space-between
}

.block-goods-list-1CD--item-util-btns>.btn-size-s {
    width: 137px;
    height: 32px;
    margin: 0 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-goods-list-1CD--item-util-btns>.btn-size-s [class*=icon-] {
    margin: 0 7px 0 0
}

.block-goods-list-1CD--item-star {
    font-size: 14px;
    text-align: right;
    line-height: 1
}

.block-goods-list-1CD--item-cart-btns {
    margin: 0 0 0 -10px;
    display: flex;
    justify-content: space-between
}

.block-goods-list-1CD--item-cart-btns>.btn-size-s {
    width: 50%;
    height: 44px;
    margin: 0 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.page-event .block-goods-list-1CD .block-goods-list-1CD--item-img {
    width: 500px;
    margin-right: 40px
}

.block-goods-list-2CD {
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.block-goods-list-2CD--item {
    width: 576px;
    border-bottom: 1px solid #ddd;
    padding: 49px 0 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.block-goods-list-2CD--item:nth-child(odd) {
    margin-right: 48px
}

.block-goods-list-2CD--item-a {
    color: #000
}

.block-goods-list-2CD--item-header {
    width: 100%
}

.block-goods-list-2CD--item-img {
    width: 204px;
    margin: 0 32px 0 0;
    flex-shrink: 0
}

.block-goods-list-2CD--item-img-a {
    position: relative;
    display: block
}

.block-goods-list-2CD--item-top-icons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.block-goods-list-2CD--item-info {
    width: 100%;
    flex-grow: 1
}

.block-goods-list-2CD--item-info-row1,
.block-goods-list-2CD--item-info-row2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-goods-list-2CD--item-info-row1 {
    margin: 0 0 14px
}

.block-goods-list-2CD--item-info-row2 {
    margin: 0 0 10px
}

.block-goods-list-2CD--item-name {
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0 0 15px
}

.block-goods-list-2CD--item-name-a {
    color: #000
}

.block-goods-list-2CD--item-comment {
    max-height: 3em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 1.57;
    margin: 0 0 15px
}

.block-goods-list-2CD--item-spec {
    width: 340px;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 16px
}

.block-goods-list-2CD--item-spec-item {
    height: 41px;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-goods-list-2CD--item-spec-item [class*=icon-] {
    flex-shrink: 0;
    margin-left: 10px
}

.block-goods-list-2CD--item-spec-item-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.block-goods-list-2CD--item-util-btns {
    margin: 0 0 0 -10px;
    display: flex;
    justify-content: space-between
}

.block-goods-list-2CD--item-util-btns>.btn-size-s {
    width: 137px;
    height: 32px;
    margin: 0 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-goods-list-2CD--item-util-btns>.btn-size-s [class*=icon-] {
    margin: 0 7px 0 0
}

.block-goods-list-2CD--item-star {
    font-size: 14px;
    text-align: right;
    line-height: 1
}

.block-goods-list-2CD--item-cart-btns {
    margin: 0 0 0 -10px;
    display: flex;
    justify-content: space-between
}

.block-goods-list-2CD--item-cart-btns>.btn-size-s {
    width: 50%;
    height: 44px;
    margin: 0 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-goods-list-H {
    background: #fff;
    padding: 16px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    cursor: move
}

.block-goods-list-H .simplebar-scrollbar::before {
    background: #a0a0a0
}

.block-goods-list-H--item {
    width: 364px;
    padding: 26px 41px 0 0;
    margin: 0 39px 0 0;
    position: relative
}

.block-goods-list-H--item-delete {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1
}

.block-goods-list-H--item-delete-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f2f2f2;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-goods-list-H--item-delete-btn [class*=icon-] {
    font-size: 10px
}

.block-goods-list-H--item-delete-btn:hover {
    text-decoration: none
}

.block-goods-list-H--item-a {
    padding: 10px;
    margin: 0 -10px;
    color: #000;
    text-decoration: none;
    display: block;
    position: relative
}

.block-goods-list-H--item-a:hover {
    text-decoration: none;
    background: #f1f1f1
}

.block-goods-list-H--item-a>:last-child {
    margin-bottom: 0 !important
}

.block-goods-list-H--item-img {
    position: relative
}

.block-goods-list-H--item-img-figure img {
    width: 100%;
    height: 243px
}

.block-goods-list-H--item-name {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 19px 0 16px
}

.block-goods-list-H--item-comment {
    max-height: 6em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 1.58;
    margin: 0 0 17px
}

.block-goods-list-H--item-icons {
    letter-spacing: -.4em;
    margin: 0 0 10px
}

.block-goods-list-H--item-icons .block-icon-item {
    letter-spacing: normal;
    margin-right: 5px
}

.block-goods-list-H--item-price.goods-price {
    text-align: right;
    margin: 0 0 9px
}

.block-genre-related-content--body .block-goods-list-4CD--item,
.block-genre-related-content--body .block-goods-list-4CS--item {
    width: 278px
}

.block-genre-related-content--body .block-goods-list-4CD--item-comment,
.block-genre-related-content--body .block-goods-list-4CS--item-comment {
    max-height: 5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.block-genre-related-content--body .block-goods-list-4CD--item-img img,
.block-genre-related-content--body .block-goods-list-4CS--item-img img {
    width: 258px;
    height: 199px
}

.block-genre-related-content--body .block-goods-list-2CS--item {
    width: 550px
}

.block-genre-related-content--body .block-goods-list-2CD--item {
    width: 546px
}

.block-genre-related-content--body .block-goods-list-2CD--item-spec {
    width: 310px
}

.block-genre-related-content--body .block-goods-list-3CD--item {
    width: 382px
}

.block-genre-related-content--body .block-goods-list-3CD {
    margin-left: -44px
}

.block-genre-related-content--body .block-goods-list-3CD--item {
    width: 350px;
    margin-left: 44px
}

.block-genre-related-content--body .block-goods-list-3CD--item-rank-index {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px
}

.block-genre-related-content--body .block-goods-list-3CD--item-img img {
    height: 254px
}

.status-cancel,
.status-income,
.status-order,
.status-reserve,
.status-return,
.status-rship,
.status-ship,
.status-status_,
.status-status_1,
.status-status_2,
.status-status_3,
.status-status_4,
.status-status_9,
.status-verify {
    width: 300px;
    height: auto;
    min-height: 50px;
    border: #ccc solid 1px;
    padding: 5px 0
}

.status-message,
.status-percentage {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px
}

.status-message {
    width: 70%;
    font-size: 12px
}

.status-percentage {
    width: 30%;
    color: #031241;
    font-weight: 700;
    font-size: 24px;
    text-align: center
}

[class^=status-progress] {
    display: block;
    position: relative;
    width: 96%;
    height: 14px;
    margin: 0 auto;
    background: #ccc
}

[class^=status-progress]:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    border-right: #031241 solid 4px;
    background: #1e5799
}

.status-progress-20:after {
    width: 20%
}

.status-progress-40:after {
    width: 40%
}

.status-progress-60:after {
    width: 60%
}

.status-progress-80:after {
    width: 80%
}

.status-progress-100:after {
    width: 100%
}

.status-cancel .status-message,
.status-reserve .status-message,
.status-return .status-message,
.status-status_ .status-message,
.status-status_1 .status-message,
.status-status_2 .status-message,
.status-status_3 .status-message,
.status-status_4 .status-message,
.status-status_9 .status-message {
    width: 100%
}

.status-reserve [class^=status-progress]:after {
    border-right: #ea7500 solid 4px;
    background: #f79800
}

.status-return [class^=status-progress]:after {
    border-right: #028900 solid 4px;
    background: #00ab0b
}

.block-order-flow--step {
    position: relative;
    width: 600px
}

.block-order-flow--step::before {
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    left: 50%;
    width: calc(100% - 150px);
    border-top: 2px solid #f4f4f4;
    transform: translateX(-50%);
    z-index: 1
}

.block-order-flow--step ul {
    text-align: center;
    display: flex;
    justify-content: space-between
}

.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
    position: relative;
    z-index: 2
}

.block-order-flow--step1 {
    width: 170px
}

.block-order-flow--step2 {
    width: 130px
}

.block-order-flow--step3 {
    width: 170px
}

.block-order-flow--step4 {
    width: 130px
}

.block-order-flow--step5 {
    width: 150px
}

.block-order-flow--index {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    color: #aeaeae;
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 700;
    background: #f4f4f4;
    margin: 0 auto 14px
}

.block-order-flow--label {
    color: #aeaeae;
    font-size: 14px;
    font-weight: 500
}

.block-order-flow--step-current .block-order-flow--index {
    color: #fff;
    background: #3c3c3c
}

.block-order-flow--step-current .block-order-flow--label {
    color: #3c3c3c
}

.block-order-flow--step-done .block-order-flow--index {
    color: #000
}

.block-order-flow--step-done .block-order-flow--label {
    color: #000
}

.block-cart--container,
.block-order-estimate--container,
.block-order-method--container {
    position: relative
}

.block-cart--container .order-side-area-fixed,
.block-order-estimate--container .order-side-area-fixed,
.block-order-method--container .order-side-area-fixed {
    display: inline-block;
    position: fixed;
    top: 20px;
    right: 50%;
    margin-right: -600px;
    z-index: 1
}

.block-cart--container .order-side-area-end,
.block-order-estimate--container .order-side-area-end,
.block-order-method--container .order-side-area-end {
    position: absolute;
    bottom: 0;
    right: 0
}

.block-cart--wrapper>:last-child {
    margin-bottom: 0
}

.block-cart--header {
    margin: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.block-cart--header-title {
    padding: 0 0 7px;
    margin: 0
}

.block-cart--infomation {
    background: #fff;
    border: 1px solid #999;
    margin: 20px auto;
    padding: 20px;
    text-align: left;
    width: 800px
}

.block-cart--order-button-description {
    font-size: 12px;
    text-align: center
}

.block-cart--amazonpay {
    border-top: 1px solid #9f9c97;
    padding: 0;
    margin-top: 5px;
    text-align: center
}

.block-cart--amazonpay-description {
    text-align: left;
    font-size: 12px;
    margin: 5px 0
}

.block-cart--container {
    margin: 0 0 100px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.block-cart--goods-list-image {
    width: 180px;
    height: 130px;
    margin: 0 24px 0 0
}

.block-cart--goods-list-item-name {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2
}

.block-cart--goods-list-item-name a {
    color: #000
}

.block-cart .block-icon {
    margin: 0 15px 0 0
}

.block-cart--goods-list-item {
    width: 280px;
    margin-right: 40px
}

.block-cart--goods-list-item-price-info {
    margin-left: auto;
    padding: 0 15px 0 0
}

.block-cart--goods-list-item-price-info-syokei {
    padding: 0 15px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.block-cart--goods-list-item-price .goods-price-value {
    font-size: 24px
}

.block-cart--goods-list-item-price .goods-price-value .goods-price-unit {
    font-size: 14px
}

.block-cart--goods-list-item-input {
    float: right;
    width: 100px
}

.block-cart--goods-list-item-qty {
    position: relative
}

.block-cart--goods-list-item-qty-title {
    font-size: 14px;
    margin-right: 17px
}

.block-cart--goods-list-item-qty input {
    width: 100%;
    padding: 2px 18px 2px 14px;
    width: 60px;
    height: 36px
}

.block-cart--goods-list-item-qty-plus {
    position: absolute;
    top: 4px;
    right: 5px;
    cursor: pointer
}

.block-cart--goods-list-item-qty-minus {
    position: absolute;
    top: 18px;
    right: 5px;
    cursor: pointer
}

.block-cart--goods-list-item-calc-btn {
    display: block;
    margin: 0 0 10px;
    width: 100%
}

.block-cart--goods-list-item-delete {
    cursor: pointer;
    transition: .3s;
    position: relative
}

.block-cart--goods-list-item-delete:hover input {
    background: #e9e9e9
}

.block-cart--goods-list-item-delete .icon {
    margin-right: 6px;
    position: relative;
    position: absolute;
    top: 8px;
    left: 13px;
    color: #666
}

.block-cart--goods-list-item-delete input {
    cursor: pointer;
    border-radius: 4px;
    border: none;
    background: 0 0;
    color: #666;
    font-size: 14px;
    line-height: 1;
    padding: 8px 15px 9px 33px
}

.block-cart--goods-list-item-comment {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 15px 0 0
}

.block-cart--goods-list-item-order-info {
    flex-grow: 1
}

.block-cart--goods-list-item-order-info-row1 {
    display: flex;
    justify-content: flex-end;
    margin: -6px 0 19px
}

.block-cart--goods-list-item-order-info-row2 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px
}

.block-cart--contents {
    width: 836px
}

.block-cart--contents-guide-text {
    font-size: 16px;
    margin: 0 0 20px
}

.block-cart--goods-list>li {
    border-top: 1px solid #dcdcdc;
    padding: 30px 0 33px;
    margin: 0;
    display: flex
}

.block-cart--goods-list>li:last-child {
    border-bottom: 1px solid #dcdcdc
}

.block-cart-alert-message {
    border: 4px solid #f2f2f2;
    padding: 30px 36px 39px;
    margin: 0 0 80px
}

.block-cart-alert-message--title {
    font-size: 20px;
    margin: 0 0 15px
}

.block-cart-alert-message--content {
    font-size: 14px;
    line-height: 26px
}

.block-cart--side-area {
    padding: 4px 0 0;
    position: relative
}

.block-cart--side-contents {
    width: 300px;
    margin: 0 0 0 20px
}

.block-cart--procedure {
    overflow: hidden;
    margin-bottom: 20px
}

.block-cart--procedure-comment {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 21px
}

.block-cart--procedure-comment-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0
}

.block-cart--procedure-comment-content {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

.block-cart--procedure-container {
    padding: 26px 24px 32px;
    overflow: hidden;
    background: #f7f7f7
}

.block-cart--order-btn {
    display: block;
    margin: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 13px 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-cart--order-btn .icon-cart {
    font-size: 22px;
    margin: 0 17px 0 0
}

.block-cart--order-btn-gift {
    display: block;
    margin: 0 0 10px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
    background: #ffa200;
    border: #d28500 1px solid
}

.block-cart--subtotal {
    margin: 0 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline
}

.block-cart--subtotal-title {
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px 0 0;
    white-space: nowrap
}

.block-cart .block-exchange-price {
    text-align: center;
    margin-bottom: 8px
}

.block-cart--subtotal-price {
    font-size: 18px;
    font-weight: 700
}

.block-cart--continue-shopping {
    text-align: center;
    margin-bottom: 40px
}

.block-cart--promotion {
    text-align: center
}

.block-cart--promotion dd,
.block-cart--promotion dt {
    display: inline-block;
    margin-bottom: 10px
}

.block-cart--promotion-discount {
    font-size: 13px;
    font-weight: 700
}

.block-cart--continue-shopping-link {
    cursor: pointer;
    color: #333;
    font-size: 14px;
    border: none;
    text-decoration: underline;
    background: 0 0
}

.block-promotion-message--content {
    border: 1px solid red;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 10px;
    font-size: 12px
}

.block-promotion-message--content span {
    color: red;
    font-weight: 700;
    font-size: 13px
}

a.block-promotion-message--info {
    text-decoration: none
}

.block-order-amazonpay--loading {
    padding: 60px 0;
    text-align: center
}

.block-amazon--address-widget,
.block-order-amazonpay--address-widget,
.block-order-estimate--amazonpay-address-widget {
    width: 600px;
    margin: 0 auto;
    height: 270px;
    padding: 5px 0;
    box-sizing: content-box
}

.block-order-method--header {
    margin: 0 0 57px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.block-order-method--header-title {
    padding: 0 0 7px;
    margin: 0
}

.block-order-method--host-confirmation,
.block-order-method--payment-content,
.block-order-method--regular-content,
.block-order-method--spec-content {
    border-top: solid 1px #dcdcdc;
    padding: 22px 0 0;
    margin: 0 0 72px
}

.block-order-method--host-content {
    margin: 0 0 56px
}

.block-order-method--dest-content {
    margin: 0 0 73px
}

.block-order-method--spec-content {
    margin: 0 0 74px
}

.block-order-method--goods-content {
    margin: 0 0 64px
}

.block-order-method--guide-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px
}

.block-order-method h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 19px
}

.block-order-method h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin: 0 0 12px
}

.block-order-method h3.block-cart-alert-message--title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 14px
}

.block-order-method address {
    font-size: 12px;
    line-height: 1.4
}

.block-order-method .block-icon {
    margin: 0 15px 0 0
}

.block-order-method dt {
    font-weight: 700
}

.block-order-method--kana-mei,
.block-order-method--kana-sei,
.block-order-method--name-mei,
.block-order-method--name-sei {
    display: inline-block
}

.block-order-method--kana-mei input[type=text],
.block-order-method--kana-sei input[type=text],
.block-order-method--name-mei input[type=text],
.block-order-method--name-sei input[type=text] {
    width: 260px
}

.block-order-method--kana-sei,
.block-order-method--name-sei {
    margin: 0 45px 0 0
}

.block-order-method--value-label {
    width: 55px;
    display: inline-block
}

.block-order-method--tel input[type=text] {
    width: 300px
}

.block-order-method--cmail input[type=text],
.block-order-method--mail input[type=text] {
    width: 500px
}

.block-order-method--zip input[type=text] {
    width: 300px
}

.block-order-method--pref select {
    width: 240px
}

.block-order-method--side-area {
    position: relative;
    float: right
}

.block-order-method--side-contents {
    background: #eee;
    width: 300px;
    margin: 0 0 0 40px
}

.block-order-method--procedure-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.block-order-method--back-btn {
    width: 160px;
    font-size: 16px;
    margin: 0 20px;
    padding: 16px 10px
}

.block-order-method--next-btn {
    width: 320px;
    font-size: 16px;
    text-align: center;
    margin: 0 20px;
    padding: 12px 10px 20px
}

.block-order-method--next-btn .icon {
    font-size: 22px;
    margin-right: 14px;
    position: relative;
    top: 4px
}

.block-order-method--dest-item:first-child {
    border-top: solid 1px #dcdcdc
}

.block-order-method--dest-item {
    border-bottom: solid 1px #dcdcdc;
    padding: 20px;
    overflow: hidden
}

.block-order-method--dest-item address {
    float: left
}

.block-order-method--dest-item-nickname {
    font-weight: 700
}

.block-order-method--dest-title-salesinclude {
    font-weight: 700;
    font-size: 16px
}

.block-order-method--dest-item-salesinclude {
    font-weight: 700
}

.block-order-method--dest-change {
    padding: 20px 24px;
    margin-bottom: 24px;
    background: #f7f7f7
}

.block-order-method--dest-change .c_checkbox input[type=checkbox]+label {
    padding: 0 0 0 40px
}

.block-order-method--dest-change strong {
    font-weight: 700
}

.block-order-method--dest-change span {
    margin-left: 20px;
    font-size: 12px
}

.block-order-method--dest-add {
    text-align: right;
    padding: 20px
}

.block-order-method--dest-item-edit {
    text-align: right
}

.block-order-method--dest-list address {
    margin: 0 0 0 20px
}

.block-order-method--spec-content select {
    width: 400px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    height: 46px;
    line-height: 46px
}

.block-order-method--goods-list>li {
    position: relative;
    padding: 32px 0 41px;
    border-top: solid 1px #ddd;
    display: flex
}

.block-order-method--goods-item {
    width: 590px;
    margin-right: 64px
}

.block-order-method--goods-item-image {
    margin: 0 24px 0 0
}

.block-order-method--goods-item-image img {
    width: 180px;
    height: 130px
}

.block-order-method--goods-item-name,
.block-order-method--goods-item-set-name {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2
}

.block-order-method--goods-item-comment {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 0
}

.block-order-method--sales-detail-append-item {
    overflow: hidden
}

.block-order-method--goods-list-item-order-info {
    width: 345px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.block-order-method--goods-list-item-order-info-row2 {
    display: flex;
    align-items: center;
    padding: 45px 14px 15px;
    border-bottom: 1px solid #ddd
}

.block-order-method--goods-list-item-order-info-row2 .goods-price-value {
    font-size: 24px
}

.block-order-method--goods-list-item-order-info-row2 .goods-price-value .goods-price-unit {
    font-size: 14px
}

.block-order-method--goods-list-item-price-info-syokei {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px 0
}

.block-order-method--goods-list-item-qty {
    font-family: Lato, sans-serif;
    font-size: 14px;
    margin-right: auto
}

.block-order-method--goods-list-item-qty-title {
    font-size: 14px;
    margin-right: 50px
}

.block-order-method--goods-syokei {
    padding: 24px 14px;
    background: #f7f7f7;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: flex-end
}

.block-order-method--goods-syokei-inner {
    width: 317px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-order-method--goods-syokei .goods-price-value {
    font-size: 32px
}

.block-order-method--goods-syokei .goods-price-value .goods-price-unit {
    font-size: 14px
}

.block-order-method--spec-content dl {
    margin: 0 0 10px
}

.block-order-method--spec-content dl dt {
    float: left
}

.block-order-method--spec-content dl dd {
    margin-left: 8em
}

.block-order-method--coupon-content,
.block-order-method--point-use,
.block-order-method--promotion-content {
    margin: 0 0 10px
}

.block-order-method--payment-method-select {
    display: flex
}

.block-order-method--payment-method-select li {
    margin-right: 65px
}

.block-order-method--payment-method-select li .help-block {
    display: inline-block;
    margin-left: 30%
}

.block-order-method--point-use-select {
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #dcdcdc
}

.block-order-method--point-use-select label {
    cursor: pointer;
    padding: 0 23px 0 5px
}

.block-order-method--current-point {
    margin: 0 0 10px
}

.block-order-method--current-point-num {
    font-weight: 700
}

.block-order-method--coupon-available-btn {
    margin: 0 0 0 14px
}

.block-order-method--sales-append-content {
    background: #fff;
    border: solid 1px #dcdcdc;
    margin: 0 0 20px
}

.block-order-method--sales-append-content .constraint,
.block-order-method--sales-append-content .form-label {
    background-color: #f8f8f8
}

.block-order-method--sales-append-content .form-group:not(:last-child) {
    border-bottom: solid 1px #dcdcdc
}

.block-order-method--coupondialog-wrapper {
    max-height: 300px;
    overflow-y: auto
}

.block-order-method--coupondialog-table {
    width: 100%
}

.block-order-method--coupondialog-table td {
    background: #fff
}

.block-order-method--coupondialog-header-code {
    width: 180px
}

.block-order-method--coupondialog-header-select {
    width: 180px
}

.block-order-estimate--header {
    margin: 0 0 64px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.block-order-estimate--header-title {
    padding: 0 0 7px;
    margin: 0
}

.block-order-estimate #frmSales>:last-child {
    margin-bottom: 0
}

.block-order-estimate--pay-input {
    margin-bottom: 10px;
    background: #f8f8f8;
    border: 1px solid #dcdcdc
}

.block-order-estimate--pay-header {
    background: #333;
    padding: 10px;
    margin: 0 0 15px;
    color: #fff
}

.block-order-estimate--pay-input .form-group .form-label {
    width: 25%
}

.block-order-estimate--pay-savecard,
.block-order-estimate--pay-selectcard {
    padding: 0 0 0 20px
}

.block-order-estimate--pay-input .block-common-alert-list {
    margin: 10px
}

.block-order-estimate--container {
    margin-bottom: 80px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.block-order-estimate h2 {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    padding: 10px 0;
    margin: 0 0 10px
}

.block-order-estimate--salesinclude-btn {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 0 5px !important;
    width: 120px !important
}

.block-order-estimate address {
    font-size: 12px;
    line-height: 1.4;
    word-wrap: break-word
}

.block-order-estimate--point {
    color: red;
    font-size: 16px;
    font-weight: 700
}

.block-order-estimate--amazonpay-login,
.block-order-estimate--comment-content,
.block-order-estimate--confirmation,
.block-order-estimate--date-spec-confirmation,
.block-order-estimate--novelty,
.block-order-estimate--regular-cycle-confirmation,
.block-order-estimate--sales-append {
    margin-bottom: 40px
}

.block-order-estimate--entry {
    margin-top: 10px;
    padding: 0 10px
}

.block-order-estimate--register-customer {
    margin-bottom: 10px
}

.block-order-estimate--register-customer-checkbox,
.block-order-estimate--register-customer-checkbox-message {
    display: table-cell
}

.block-order-estimate--entry-customer {
    margin-bottom: 5px
}

.block-order-estimate--entry-customer-message {
    font-size: 12px
}

.block-order-estimate--entry-customer-point {
    color: red;
    font-size: 15px;
    font-weight: 700
}

.block-order-estimate--uid-label {
    margin-bottom: 3px
}

.block-order-estimate--uid-label-font {
    margin-right: 10px
}

.block-order-estimate--uid-count {
    margin-top: 0
}

.block-order-estimate--pwd {
    margin-top: 10px
}

.block-order-estimate--pwd-label {
    margin-bottom: 3px
}

.block-order-estimate--pwd-label-font {
    margin-right: 10px
}

.block-order-estimate--pwd-count {
    margin-top: 0
}

.block-order-estimate--mailnews {
    margin-top: 10px
}

.block-order-estimate--mailnews-title {
    font-weight: 700
}

.block-order-estimate--mailnews-label {
    margin-bottom: 3px;
    font-weight: 700;
    margin-right: 10px
}

.block-order-estimate--mailnews-message {
    font-size: 12px
}

.block-order-estimate--dest-address-item-register-input-form .block-order-estimate--dest-address-nickname .constraint {
    text-align: right
}

.block-order-estimate--dest-address-item-register-input-form .block-order-estimate--dest-address-nickname .constraint .required {
    margin: -38px 20px 16px 0;
    display: block
}

.block-order-estimate--content {
    width: 836px
}

.block-order-estimate--content>:last-child {
    margin-bottom: 0
}

.block-order-estimate--confirmation {
    margin: 0 0 74px;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

.block-order-estimate--confirmation-title {
    border-bottom: 1px solid #ddd;
    padding: 0 0 24px;
    margin: 0 0 18px
}

.block-order-estimate--confirmation-title h3 {
    width: 100%;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-order-estimate--confirmation-title h3>span {
    display: inherit
}

.block-order-estimate--confirmation-title h3 a.btn-size-s {
    width: 64px;
    height: 32px;
    line-height: 31px;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 0 20px
}

.block-order-estimate--confirmation .block-order-estimate--dest-name,
.block-order-estimate--confirmation .block-order-estimate--host-name,
.block-order-estimate--confirmation address {
    font-size: 14px;
    line-height: 24px
}

.block-order-estimate--confirmation-list {
    width: 400px
}

.block-order-estimate--payment {
    margin-bottom: 80px
}

.block-order-estimate--payment .block-order-estimate--confirmation-title {
    border: none;
    padding: 0;
    margin: 0 0 24px
}

.block-order-estimate--payment .block-order-estimate--confirmation-value {
    background: #f2f2f2;
    font-size: 20px;
    font-weight: 700;
    padding: 17px 22px;
    margin: 0 0 19px
}

.block-order-estimate--card-info-text {
    font-size: 16px;
    margin: 0 0 21px
}

.block-order-estimate--card-info .fieldset input[type=email],
.block-order-estimate--card-info .fieldset input[type=number],
.block-order-estimate--card-info .fieldset input[type=password],
.block-order-estimate--card-info .fieldset input[type=search],
.block-order-estimate--card-info .fieldset input[type=tel],
.block-order-estimate--card-info .fieldset input[type=text],
.block-order-estimate--card-info .fieldset input[type=url],
.block-order-estimate--card-info .fieldset select {
    width: auto
}

.block-order-estimate--card-info .fieldset .form-label {
    width: 240px
}

.block-order-estimate--card-info .fieldset .form-control .form-group-guide-text {
    color: #666;
    font-size: 12px;
    text-align: left;
    padding: 0;
    margin: 6px 0 0
}

.block-order-estimate--card-info .fieldset .block-order-estimate--company select {
    width: 300px
}

.block-order-estimate--card-info .fieldset .block-order-estimate--number input[type=text] {
    width: 400px
}

.block-order-estimate--card-info .fieldset .block-order-estimate--security input[type=text] {
    width: 200px
}

.block-order-estimate--card-info .fieldset .block-order-estimate--security .form-control {
    padding: 14px 0 12px 16px
}

.block-order-estimate--card-info .fieldset .block-order-estimate--expire select {
    width: 110px
}

.block-order-estimate--card-info .fieldset .block-order-estimate--payment-number select {
    width: 200px
}

.block-order-estimate--card-info .fieldset .block-order-estimate--payment-number .form-control {
    padding: 14px 0 12px 16px
}

.block-order-estimate--date-spec-confirmation {
    margin-bottom: 79px
}

.block-order-estimate--date-spec-confirmation-text {
    font-size: 16px
}

.block-order-estimate--goods h2 {
    width: 100%;
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-order-estimate--goods h2>span {
    display: inherit
}

.block-order-estimate--goods h2 a.btn-size-s {
    width: 64px;
    height: 32px;
    line-height: 31px;
    font-weight: 400
}

.block-order-estimate--goods-list li {
    position: relative;
    padding: 30px 0;
    border-top: solid 1px #ddd;
    display: flex
}

.block-order-estimate--goods-item {
    width: 280px
}

.block-order-estimate--goods-item-image {
    width: 180px;
    height: 130px;
    background: #f5f5f5;
    margin: 0 24px 0 0
}

.block-order-estimate--goods-item-image img {
    width: 100%
}

.block-order-estimate--goods-item-name,
.block-order-estimate--goods-item-set-name {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 14px
}

.block-order-estimate--goods-item-comment {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 15px 0 0
}

.block-order-estimate--sales-detail-append-item {
    overflow: hidden
}

.block-order-estimate--goods-list-item-order-info {
    width: 312px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: auto
}

.block-order-estimate--goods-list-item-order-info-row2 {
    border-bottom: 1px solid #ddd;
    padding: 21px 14px 13px 0
}

.block-order-estimate--goods-list-item-order-info-row2-inner {
    display: flex;
    align-items: center
}

.block-order-estimate--goods-list-item-order-info-row2-inner:first-child {
    margin-bottom: 4px
}

.block-order-estimate--goods-list-item-order-info-row2 .goods-price-value {
    font-size: 24px
}

.block-order-estimate--goods-list-item-order-info-row2 .goods-price-value .goods-price-unit {
    font-size: 14px
}

.block-order-estimate--goods-list-item-price-info-syokei {
    padding: 13px 14px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-order-estimate--goods-list-item-qty {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-right: auto
}

.block-order-estimate--goods-list-item-qty-title {
    font-size: 14px;
    margin-right: 80px
}

.block-order-estimate--goods-list-item-fee-title {
    font-size: 14px;
    margin-right: auto
}

.block-order-estimate--goods-syokei {
    padding: 24px 14px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    display: flex;
    justify-content: flex-end
}

.block-order-estimate--goods-syokei-inner {
    width: 317px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-order-estimate--goods-syokei .goods-price-value {
    font-size: 32px
}

.block-order-estimate--goods-syokei .goods-price-value .goods-price-unit {
    font-size: 14px
}

.block-order-method--goods-gokei {
    padding: 24px 14px 23px;
    background: #f7f7f7;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.block-order-method--goods-gokei-inner {
    width: 298px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-order-method--goods-gokei-title {
    font-size: 14px
}

.block-order-estimate--confirmation-list-full li {
    padding: 0 0 20px
}

.block-order-estimate--amazonpay-wallet {
    color: #333;
    border: 1px solid #dcdcdc;
    clear: both
}

.block-order-estimate--amazonpay-wallet-header {
    background: #333;
    padding: 10px;
    color: #fff
}

.block-order-estimate--amazonpay-wallet-content {
    margin: 15px auto;
    height: 270px
}

.block-order-estimate--amazonpay-wallet-widget {
    margin: 0 auto;
    width: 600px
}

.block-order-estimate--date-spec-confirmation {
    overflow: hidden
}

.block-order-estimate--confirmation-message {
    color: #555;
    font-size: 12px
}

.block-order-estimate--novelty-item label {
    cursor: pointer
}

.block-order-estimate--novelty-item {
    display: table;
    width: 100%;
    margin-bottom: 10px
}

.block-order-estimate--novelty-item-goods,
.block-order-estimate--novelty-item-image {
    display: table-cell;
    vertical-align: middle
}

.block-order-estimate--novelty-item-image {
    width: 200px
}

.block-order-estimate--novelty-item-goods {
    padding-left: 10px;
    width: auto
}

.block-order-estimate--novelty-item-image figure {
    width: 200px;
    height: 200px;
    background: #f5f5f5
}

.block-order-estimate--sales-detail-append-link-edit {
    text-decoration: underline
}

.block-order-estimate--sales-append-list {
    width: 100%
}

.block-order-estimate--sales-append-list th {
    padding: 12px;
    text-align: left;
    font-weight: 700;
    vertical-align: top;
    background-color: #999;
    color: #fff;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    width: 30%
}

.block-order-estimate--amazonpay-loginform {
    margin: 10px 0 0
}

.block-order-estimate--amazonpay-loginform .form-label {
    text-align: left
}

.block-order-estimate--comment-content textarea {
    width: 100%
}

.block-order-estimate--order-terms-link {
    text-decoration: underline;
    cursor: pointer
}

.block-order-estimate--agreebody {
    width: 100%;
    height: 400px
}

.block-order-estimate--side-area {
    position: relative
}

.block-order-estimate--side-contents {
    width: 300px;
    margin: 0 0 0 20px
}

.block-order-estimate--procedure-container {
    padding: 31px 24px 32px;
    background: #f7f7f7
}

.block-order-estimate--procedure-container .c_checkbox {
    margin-bottom: 19px
}

.block-order-estimate--commit {
    text-align: center;
    margin: 0;
    position: relative
}

.block-order-estimate--commit-btn {
    margin: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 13px 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-order-estimate--commit-btn .icon-cart {
    font-size: 22px;
    margin: 0 17px 0 0
}

.block-order-estimate--commit-btn-submit {
    display: none
}

.block-order-estimate--commit-alert {
    position: absolute;
    bottom: 104px;
    right: -34px;
    z-index: 1
}

.block-order-estimate--commit-alert-inner {
    width: 320px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .18);
    font-size: 14px;
    text-align: center;
    padding: 20px
}

.block-order-estimate .block-exchange-price {
    text-align: center;
    margin-bottom: 12px
}

.block-order-estimate--total-price {
    font-size: 18px;
    font-weight: 700
}

.block-order-estimate--total-tax {
    font-size: 11px
}

.block-order-estimate--point-add {
    overflow: hidden;
    margin: 0 0 10px;
    border-bottom: solid 1px #dcdcdc;
    font-size: 12px
}

.block-order-estimate--point-add dt {
    float: left;
    width: 40%
}

.block-order-estimate--point-add dd {
    float: left;
    width: 60%;
    text-align: right
}

.block-order-estimate--point-add-num {
    color: red;
    font-size: 16px
}

.block-order-estimate--point-add dd+dd {
    width: 100%;
    color: red;
    font-size: 11px;
    text-align: left;
    padding-bottom: 10px
}

.block-order-estimate--price-items {
    letter-spacing: -.4em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 19px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 13px
}

.block-order-estimate--price-items dt {
    letter-spacing: normal
}

.block-order-estimate--price-items dd {
    letter-spacing: normal;
    min-width: 170px;
    text-align: right
}

.block-order-estimate--subtotal {
    font-size: 14px;
    margin-bottom: 6px
}

.block-order-estimate--subtotal-price {
    margin-bottom: 6px
}

.block-order-estimate--subtotal-price .goods-price-value {
    font-size: 24px
}

.block-order-estimate--subtotal-price .goods-price-unit {
    font-size: 14px
}

.block-order-estimate--subtotal-price .goods-price-zeikomi-label {
    font-size: 10px
}

.block-order-estimate--postage {
    font-size: 14px;
    margin-bottom: 16px
}

.block-order-estimate--postage-price {
    margin-bottom: 16px
}

.block-order-estimate--postage-price .goods-price-value {
    font-size: 24px
}

.block-order-estimate--postage-price .goods-price-unit {
    font-size: 14px
}

.block-order-estimate--postage-price .goods-price-zeikomi-label {
    font-size: 10px
}

.block-order-estimate--total {
    font-size: 14px
}

.block-order-estimate--total-price .goods-price-value {
    font-size: 30px
}

.block-order-estimate--total-price .goods-price-unit {
    font-size: 14px
}

.block-order-estimate--total-price .goods-price-zeikomi-label {
    font-size: 10px
}

#order_terms_agree+label {
    font-size: 14px;
    letter-spacing: -.02em;
    white-space: nowrap
}

#order_terms_agree+label .block-order-estimate--order-terms-link {
    color: #112ca6;
    text-decoration: underline
}

dd.block-order-estimate--cool-postage {
    width: 100%;
    text-align: right;
    margin: 0 0 10px
}

.block-order-estimate--promotion-novelty-helper {
    border: 1px solid red;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 10px;
    cursor: pointer
}

.block-order-estimate--address-frame {
    background: #f8f8f8;
    max-width: 725px;
    margin: 0 auto
}

.block-order-estimate--value-label {
    display: inline-block;
    width: 60px;
    text-align: center
}

.block-order-estimate--address-frame-close {
    position: relative;
    cursor: pointer
}

.block-order-estimate--address-frame-close span {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px
}

.block-order-estimate--address-frame-close span:before {
    position: absolute;
    top: 6px;
    right: 0;
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg)
}

.block-order-estimate--address-frame-close span:after {
    position: absolute;
    top: 0;
    right: 6px;
    content: "";
    width: 2px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg)
}

.block-order-estimate--address-frame h2 {
    color: #fff;
    background: #333;
    border-bottom: none;
    font-size: 16px;
    margin: 0;
    padding: 10px
}

.block-order-estimate--dest-address-item-register-input-title {
    font-weight: 700
}

.block-order-estimate--amazonpay-address-select,
.block-order-estimate--dest-address-select {
    padding: 5px 20px
}

.block-order-estimate--dest-salesinclude-address-note,
.block-order-estimate--dest-salesinclude-address-select {
    padding: 0 20px
}

.block-order-estimate--amazonpay-address-area p {
    margin-left: 20px
}

.block-order-estimate--dest-address-list {
    padding: 20px
}

.block-order-estimate--amazonpay-address-container {
    padding: 0 0 10px
}

.block-order-estimate--dest-address-item,
.block-order-estimate--dest-address-item-register {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
    vertical-align: top
}

.block-order-estimate--dest-address-item-container {
    height: 130px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 5px 0 0
}

.block-order-estimate--dest-address-item,
.block-order-estimate--dest-address-item-register {
    background: #fff;
    border: solid 1px #dcdcdc;
    margin: 0 5px 10px 0;
    padding: 10px
}

.block-order-estimate--dest-address-item address {
    word-wrap: break-word
}

.block-order-estimate--dest-address-change-btn {
    width: 100%
}

.block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons {
    position: absolute;
    top: 50%;
    margin: -20px 0 0
}

.block-order-estimate--dest-address-change {
    text-align: right
}

.block-order-estimate--dest-address-change,
.block-order-estimate--dest-address-item-buttons {
    height: 31px
}

.block-order-estimate--dest-address-item-buttons__selected {
    cursor: default;
    background: #fffcfc;
    border: 1px solid red;
    color: red;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 200px
}

.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical,
.block-order-estimate--guest-address-input-form {
    background: #fff;
    border: solid 1px #dcdcdc;
    padding: 20px
}

.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical {
    margin: 10px 0
}

.block-order-estimate--dest-address-kana .checktype_kana,
.block-order-estimate--dest-address-name .checktype_name,
.block-order-estimate--guest-address-kana .checktype_kana,
.block-order-estimate--guest-address-name .checktype_name {
    margin: 0 0 10px
}

.block-order-estimate--regular-cycle {
    width: 80%
}

.block-order-estimate--regular-cycle th {
    padding: 12px;
    text-align: left;
    font-weight: 700;
    vertical-align: top;
    background-color: #999;
    color: #fff;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    width: 30%
}

.block-order-complete--header {
    margin: 0 0 65px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.block-order-complete--header-title {
    margin: 0
}

.block-order-complete--h2 {
    font-size: 24px;
    margin: 0 0 19px
}

.block-order-complete--customerentry-wrapper {
    background: #fff;
    border: solid 1px #dcdcdc;
    padding: 20px;
    margin-bottom: 20px
}

.block-order-complete--message {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    background: #f7f7f7;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 73px;
    flex-direction: column
}

.block-order-complete--orderinfo dt {
    width: 30%;
    background: #f8f8f8;
    font-weight: 700;
    float: left
}

.block-order-complete--orderinfo dd,
.block-order-complete--orderinfo dt {
    border-bottom: 1px solid #dcdcdc;
    padding: 8px
}

.block-order-complete--orderinfo dd {
    margin-left: 30%
}

.block-order-complete--orderinfo dd:after {
    clear: both;
    display: block
}

.block-order-complete--home {
    margin: 0 auto;
    text-align: center
}

.block-order-complete--home-btn {
    width: 300px;
    min-width: 300px;
    height: 48px;
    line-height: 48px;
    font-size: 16px
}

.block-order-complete--customerentry-form {
    margin: 20px 0 0
}

.block-order-complete--rules {
    margin: 10px 0 0
}

.block-order-complete--orderid {
    width: 100%;
    border: none;
    border-top: 1px solid #ddd;
    margin: 0 0 41px
}

.block-order-complete--orderid a {
    color: #000
}

.block-order-complete--orderid tr {
    border-bottom: 1px solid #ddd
}

.block-order-complete--orderid td,
.block-order-complete--orderid th {
    border: none;
    padding: 22px 24px 23px
}

.block-order-complete--orderid th {
    width: 300px;
    background: #f7f7f7;
    font-weight: 400
}

.block-order-complete--orderid td {
    width: calc(100% - 300px)
}

.block-order-complete--salesinclude {
    width: 100%;
    margin-bottom: 10px
}

.block-order-complete--salesinclude th {
    width: 30%
}

.block-order-complete--salesinclude td {
    width: 70%
}

.block-order-complete--convenience {
    width: 100%;
    margin-bottom: 10px
}

.block-order-complete--convenience th {
    width: 30%
}

.block-order-complete--convenience td {
    width: 70%
}

.block-order-gift-dest h2 {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    padding: 10px 0;
    margin: 0 0 10px
}

.block-order-gift-dest--check-all {
    margin: 0 0 10px
}

.block-order-gift-dest--address-item,
.block-order-gift-dest--list-wrapper,
.block-order-gift-dest--method-sender-info,
.block-order-gift-dest--method-sender-info-edit {
    background: #fff;
    border: solid 1px #dcdcdc;
    margin: 0 0 20px;
    padding: 20px
}

.block-order-gift-dest--address-item {
    background: #f8f8f8
}

.block-order-gift-dest--address-item-title {
    font-weight: 700
}

.block-order-gift-dest--address-item address {
    margin: 5px 0 5px 20px
}

.block-order-gift-dest--address-change {
    text-align: right
}

.block-order-gift-dest--address-error {
    margin: 0 0 10px
}

.block-order-gift-dest--value-label {
    display: inline-block;
    width: 60px;
    text-align: center
}

.block-order-gift-dest--method-sender-change label {
    font-weight: 700
}

.block-order-gift-dest--method-sender-info address {
    margin: 0 0 10px
}

.block-order-gift-dest--address-item {
    background: #f8f8f8
}

.block-order-gift-dest--method-sender-info-edit {
    margin: 10px 0 0
}

.block-order-gift-dest--method-sender-btn {
    text-align: right
}

.block-order-gift-dest--action-buttons {
    margin: 0 0 20px
}

.block-order-gift-select h2 {
    font-weight: 700;
    font-size: 20px;
    color: #333
}

.block-order-gift-select h3 {
    font-size: 16px;
    font-weight: 700
}

.block-order-gift-select--delivery-date,
.block-order-gift-select--delivery-dest-content,
.block-order-gift-select--payment-content,
.block-order-gift-select--point-use-select,
.block-order-gift-select--sender-info {
    background: #fff;
    border: solid 1px #dcdcdc;
    margin: 0 0 20px;
    padding: 20px
}

.block-order-gift-select--sender-info {
    margin: 0 0 5px
}

.block-order-gift-select--delivery-dest-add {
    padding: 5px 0;
    margin: 0 0 10px;
    text-align: right
}

.block-order-gift-select--delivery-dest-goods-select,
.block-order-gift-select--point-use-select {
    padding: 10px;
    margin: 0
}

.block-order-gift-select--delivery-dest-header {
    position: relative
}

.block-order-gift-select--delivery-dest-delete {
    position: absolute;
    right: 0;
    top: 3px
}

.block-order-gift-select--delivery-dest-nickname {
    font-weight: 700
}

.block-order-gift-select--delivery-dest-address address {
    margin: 0 0 10px
}

.block-order-gift-select--delivery-dest-goods-content-list table {
    width: 100%
}

.block-order-gift-select--delivery-dest-goods-name {
    width: 800px
}

.block-order-gift-select--delivery-dest-goods-qty {
    text-align: right
}

.block-order-gift-select--delivery-dest-goods-qty input {
    text-align: right;
    margin: 0 0 0 10px
}

.block-order-gift-select--delivery-dest-goods-content-info,
.block-order-gift-select--delivery-dest-goods-noshi {
    width: 100%;
    margin: 0 0 10px
}

.block-order-gift-select--delivery-dest-goods-noshi-charge,
.block-order-gift-select--delivery-dest-goods-price,
.block-order-gift-select--delivery-dest-goods-total {
    width: 18%;
    text-align: right
}

.block-order-gift-select--delivery-dest-goods-sales-qty {
    width: 100px
}

.block-order-gift-select--delivery-dest-goods-sales-qty input {
    text-align: right
}

.block-order-gift-select--delivery-dest-goods-content-info-delete,
.block-order-gift-select--delivery-dest-goods-noshi-edit {
    width: 70px
}

.block-order-gift-select--delivery-dest-goods-noshi td,
.block-order-gift-select--delivery-dest-goods-noshi th {
    text-align: left
}

.block-order-gift-select--delivery-dest-total table {
    margin-left: auto
}

.block-order-gift-select--delivery-date-content {
    display: table
}

.block-order-gift-select--delivery-date-content dd,
.block-order-gift-select--delivery-date-content dt {
    display: table-cell
}

.block-order-gift-select--method-list li {
    margin: 0 0 10px
}

.block-order-gift-select--method-list li .help-block {
    display: inline-block;
    margin-left: 30%
}

.block-order-gift-select--method-list label {
    cursor: pointer
}

.block-order-gift-select--current-point {
    margin: 0 0 10px
}

.block-order-gift-select--current-point-num {
    font-weight: 700
}

.block-order-gift-select--coupon-available-btn {
    margin: 0 0 0 14px
}

.block-order-gift-select--point-use-select {
    background: #f8f8f8
}

.block-order-gift-select--point-use-select label {
    cursor: pointer;
    padding: 0 23px 0 5px
}

.block-order-gift-select--sales-append-content {
    background: #fff;
    border: solid 1px #dcdcdc;
    margin: 0 0 20px
}

.block-order-gift-select--sales-append-content .form-group:not(:last-child) {
    border-bottom: solid 1px #dcdcdc
}

.block-order-gift-noshi h1 {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    padding: 15px 0 0
}

.block-order-gift-noshi h2 {
    font-weight: 700;
    font-size: 20px;
    color: #333
}

.block-order-gift-noshi h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700
}

.block-order-gift-noshi--sender {
    font-weight: 700
}

.block-order-gift-noshi--bag-wrapper,
.block-order-gift-noshi--covertype-select,
.block-order-gift-noshi--nameprint-wrapper,
.block-order-gift-noshi--noshi-select,
.block-order-gift-noshi--paper-wrapper,
.block-order-gift-noshi--purpose-select,
.block-order-gift-noshi--wrap-select {
    background: #fff;
    border: solid 1px #dcdcdc;
    margin: 0 0 20px;
    padding: 20px
}

.block-order-gift-noshi--bag-wrapper li,
.block-order-gift-noshi--covertype-select li,
.block-order-gift-noshi--nameprint-wrapper li,
.block-order-gift-noshi--noshi-select li,
.block-order-gift-noshi--paper-wrapper li,
.block-order-gift-noshi--purpose-select li,
.block-order-gift-noshi--wrap-select li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0
}

.block-order-gift-noshi--bag-item-price,
.block-order-gift-noshi--paper-item-price,
.block-order-gift-noshi--wrap-item-price {
    display: block
}

.block-order-gift-noshi--bag-message,
.block-order-gift-noshi--covertype-message,
.block-order-gift-noshi--paper-message,
.block-order-gift-noshi--wrap-message {
    background: #f8f8f8;
    border: solid 1px #dcdcdc;
    margin: 10px 0;
    padding: 20px;
    width: 60%
}

.block-order-gift-noshi--setting-message {
    text-align: center;
    font-weight: 700
}

.block-order-gift-noshi--nameprint-input {
    margin: 15px 0 0
}

.block-order-gift-noshi--setting-all-btn {
    margin: 0 0 20px
}

.block-order-gift-confirmation h2 {
    font-weight: 700;
    font-size: 20px;
    color: #333
}

.block-order-gift-confirmation h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin: 0 0 12px
}

.block-order-gift-confirmation table {
    width: 100%
}

.block-order-gift-confirmation--item-image figure,
.block-order-gift-confirmation--sending-item-image figure {
    width: 200px;
    height: 200px;
    background: #f5f5f5
}

.block-order-gift-confirmation--item-image,
.block-order-gift-confirmation--sending-item-image {
    width: 220px
}

.block-order-gift-confirmation--destination-address-wrapper,
.block-order-gift-confirmation--novelty-content,
.block-order-gift-confirmation--order,
.block-order-gift-confirmation--order-comment,
.block-order-gift-confirmation--order-item-wrapper,
.block-order-gift-confirmation--other-wrapper,
.block-order-gift-confirmation--payment-method-wrapper {
    background: #fff;
    border: solid 1px #dcdcdc;
    margin: 0 0 20px;
    padding: 20px
}

.block-order-gift-confirmation--order-item-detail {
    display: inline-block;
    width: 780px;
    vertical-align: top
}

.block-order-gift-confirmation--order-item-summary {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    margin: 0 0 0 15px
}

.block-order-gift-confirmation--order-item-summary-table th,
.block-order-gift-confirmation--point-summary th {
    width: 180px
}

.block-order-gift-confirmation--order-item-summary-table td,
.block-order-gift-confirmation--point-summary td {
    text-align: right
}

.block-order-gift-confirmation--item-qty-header {
    width: 50px
}

.block-order-gift-confirmation--item-amount,
.block-order-gift-confirmation--item-qty {
    text-align: right
}

.block-order-gift-confirmation--novelty-item label {
    cursor: pointer
}

.block-order-gift-confirmation--novelty-item {
    display: table;
    margin-bottom: 10px;
    width: 100%
}

.block-order-gift-confirmation--novelty-item-goods,
.block-order-gift-confirmation--novelty-item-image {
    display: table-cell;
    vertical-align: middle
}

.block-order-gift-confirmation--novelty-item-image {
    width: 200px
}

.block-order-gift-confirmation--novelty-item-goods {
    padding-left: 10px;
    width: auto
}

.block-order-gift-confirmation--novelty-item-image figure {
    width: 200px;
    height: 200px;
    background: #f5f5f5
}

.block-order-gift-confirmation--shipping-address {
    display: inline-block;
    vertical-align: top;
    width: 700px
}

.block-order-gift-confirmation--shipping-info {
    width: 430px;
    display: inline-block;
    margin: 0 0 0 15px
}

.block-order-gift-confirmation--shipping-info-detail th {
    width: 150px
}

.block-order-gift-confirmation--destination-address {
    margin: 0 0 10px
}

.block-order-gift-confirmation--sending-item-qty-header {
    width: 50px
}

.block-order-gift-confirmation--sending-item-qty {
    text-align: right
}

.block-order-gift-confirmation--sending-item-comment-header,
.block-order-gift-confirmation--sending-item-noshi-header {
    width: 220px
}

.block-order-gift-confirmation--other-detail th {
    width: 300px
}

.block-order-gift-confirmation--order-comment textarea {
    width: 100%
}

.block-switch-banner {
    width: 1200px;
    position: relative;
    display: none
}

.block-switch-banner--btn {
    width: 100%
}

.block-switch-banner--hide-btn {
    position: absolute;
    top: 2px
}

.block-mail-news--terms-body {
    padding: 20px;
    width: 100%;
    border-color: #e5e5e0;
    margin-bottom: 40px
}

.block-mail-news--register-form {
    margin-bottom: 40px
}

.block-questionnaire--item-description {
    margin: 10px 0
}

.block-questionnaire--name-value-label {
    display: inline-block;
    width: 60px;
    text-align: center
}

.block-quick-order--table {
    width: 100%
}

.block-quick-order--goods-code-header {
    width: 320px
}

.block-quick-order--goods-detail-cell {
    width: 100px
}

.block-quick-order--qty-header {
    width: 100px
}

.block-quick-order--subtotal-header {
    width: 100px
}

.block-quick-order--stock-header {
    width: 100px
}

.block-quick-order--delete-btn-header {
    width: 80px
}

.block-quick-order--suggest-list {
    background-color: #fff;
    border: 1px solid #000;
    display: none;
    padding: 5px;
    position: absolute;
    top: 50px;
    left: 5px
}

.block-quick-order--suggest-list-line {
    padding: 2px;
    list-style: none
}

.block-quick-order--suggest-item-code {
    float: left;
    font-weight: 700;
    margin-right: 5px
}

.block-quick-order--suggest-item-not-found {
    text-align: center;
    padding: 5px;
    height: 20px;
    width: 250px
}

.block-quick-order .block-quick-order--forward {
    padding: 12px 0;
    font-size: 18px;
    width: 240px
}

.block-landingpage-login--member-body {
    display: table;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    border: solid 3px #dcdcdc;
    background: #fff
}

.block-landingpage-login--member-frame {
    display: table-cell
}

.block-landingpage-login--login {
    margin-top: 10px;
    padding: 12px 0;
    font-size: 16px;
    width: 160px
}

.block-landingpage-login--ask-password {
    margin-top: 10px;
    text-align: center
}

.block-landingpage-form {
    margin-top: 10px;
    display: table;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    border: solid 3px #dcdcdc;
    background: #fff
}

.block-landingpage-form--goods {
    padding: 20px;
    border: solid 1px #dcdcdc;
    background: #fff
}

.block-landingpage-form--spec-content {
    padding: 20px;
    border: solid 1px #dcdcdc;
    background: #fff
}

.block-landingpage-form--goods {
    padding: 20px;
    border: solid 1px #dcdcdc;
    background: #fff
}

.block-landingpage-form--spec-content dl {
    margin: 0 0 10px
}

.block-landingpage-form--payment-content {
    padding: 20px;
    border: solid 1px #dcdcdc;
    background: #fff
}

.block-landingpage-form--payment-content-method-select li {
    margin: 0 0 10px
}

.block-landingpage-form--sales-append-content {
    background: #fff;
    border: solid 1px #dcdcdc;
    margin: 0 0 20px
}

.block-landingpage-form--sales-append-content .constraint,
.block-landingpage-form--sales-append-content .form-label {
    background-color: #f8f8f8
}

.block-landingpage-form--sales-append-content .form-group:not(:last-child) {
    border-bottom: solid 1px #dcdcdc
}

.block-landingpage-login--guest-body {
    display: table;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    border: solid 3px #dcdcdc;
    background: #fff
}

.block-landingpage-login--guest-info {
    padding: 20px;
    border: solid 1px #dcdcdc;
    background: #fff
}

.block-landingpage-login--guest-info-value-label,
.block-landingpage-other--dest-input-value-label {
    display: inline-block;
    width: 60px;
    text-align: center
}

.block-landingpage-other--dest {
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #dcdcdc
}

.block-landingpage-other--dest-input {
    padding: 20px;
    border-bottom: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    background: #fff
}

.block-landingpage-order {
    padding: 20px;
    border: solid 1px #dcdcdc;
    background: #fff
}

body:after {
    content: url(../../img/sys/close.png) url(../../img/sys/loading.gif) url(../../img/sys/prev.png) url(../../img/sys/next.png);
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../../img/sys/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../../img/sys/prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../../img/sys/next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../../img/sys/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}

.block-common-event {
    background: #f9f9f9
}

.block-common-event--inner {
    padding: 64px 0
}

.block-common-event .slick-next,
.block-common-event .slick-prev {
    top: 37%
}

.block-common-event--goods>:last-child {
    margin-bottom: 0
}

.block-common-event--items {
    margin: 0 0 35px;
    display: flex;
    width: 100%
}

.block-common-event--item {
    width: 227px;
    margin: 0 8px;
    flex-shrink: 0
}

.block-common-event--item:last-child {
    margin-right: 0
}

.block-common-event--item-link {
    display: block
}

.block-common-event--item-link:hover {
    text-decoration: none
}

.block-common-event--item-img {
    margin: 0 0 15px;
    width: 227px;
    height: 227px
}

.block-common-event--item-text {
    color: #000;
    font-size: 14px;
    line-height: 1.42
}

.block-common-search-type {
    background: #f2f2f2
}

.block-common-search-type--inner {
    padding: 59px 0 61px
}

.block-common-search-type--body>:last-child {
    margin-bottom: 0
}

.block-common-search-type--lists {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.block-common-search-type--list {
    width: 207px
}

.block-common-search-type--list-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 0
}

.block-common-search-type--list-link::after {
    content: "";
    background-color: #fff000;
    border-radius: 100%;
    display: block;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -93px;
    margin-left: -70px;
    opacity: 0;
    z-index: -1;
    transition: .3s
}

.block-common-search-type--list-link:hover {
    text-decoration: none;
    position: relative
}

.block-common-search-type--list-link:hover [class*=icon-] {
    transform: scale(.8)
}

.block-common-search-type--list-link:hover::after {
    opacity: 1
}

.block-common-search-type--list-link [class*=icon-] {
    display: block;
    transition: .2s;
    font-size: 98px;
    padding: 2px 0 0;
    margin: 0 0 16px
}

.block-common-brand {
    background: #f2f2f2;
    padding: 0 0 64px
}

.block-common-brand--lists {
    display: flex;
    justify-content: space-between
}

.block-common-brand--list {
    width: 250px;
    margin: 0 16px 0 0
}

.block-common-brand--list:last-child {
    margin-right: 0
}

.block-common-brand--list-link {
    height: 100%;
    border-radius: 4px;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 33px 10px;
    display: block;
    transition: .3s
}

.block-common-brand--list-link:hover {
    background: #fff000;
    text-decoration: none
}

.block-common-brand--list-img {
    height: 46px;
    width: auto;
    padding: 0 20px;
    margin: 0 0 25px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-common-brand--list-img img {
    width: 160px;
    display: block
}

.block-common-brand--list-catch {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57
}

.block-common-search {
    background: #f2f2f2;
    position: relative
}

.block-common-search--inner {
    padding: 40px 0
}

.block-common-search--toggle {
    width: 100%;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .18);
    position: relative;
    z-index: 1
}

.block-common-search--toggle-hook {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    padding: 19px 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-common-search--toggle-hook:focus,
.block-common-search--toggle-hook:hover {
    text-decoration: none;
    background: #fff000;
    transition: .3s
}

.block-common-search--toggle-hook .icon-filter {
    font-size: 26px;
    margin: 0 24px 0 0
}

.block-common-search--toggle-hook .icon-new-window {
    position: absolute;
    top: 24px;
    right: 23px;
    font-size: 18px
}

.block-common-search--toggle-hook .c_toggle-state-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -13px
}

.block-common-search--toggle-hook .c_toggle-state-icon::after,
.block-common-search--toggle-hook .c_toggle-state-icon::before {
    content: "";
    z-index: 1;
    position: absolute;
    display: block;
    background: #000;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.block-common-search--toggle-hook .c_toggle-state-icon::before {
    width: 2px;
    height: 14px;
    top: 50%;
    right: 12px;
    margin-top: -7px
}

.block-common-search--toggle-hook .c_toggle-state-icon::after {
    width: 14px;
    height: 2px;
    top: 50%;
    right: 6px;
    margin-top: -1px
}

.block-common-search--toggle-hook .c_toggle-state-icon:hover {
    cursor: pointer
}

.block-common-search--toggle-hook.is_toggle-open {
    box-shadow: 0 0 10px 5px rgba(11, 5, 3, .06)
}

.block-common-search--toggle-hook.is_toggle-open .c_toggle-state-icon::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.block-common-search--toggle-content {
    background: #fff;
    padding: 65px 64px 64px
}

.block-common-search--toggle-content>:last-child {
    margin-bottom: 0
}

.block-common-search--form>:last-child {
    margin-bottom: 0
}

.block-common-search--form-title {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 0 23px;
    margin: 0
}

.block-common-search--form-item {
    display: flex;
    padding: 24px 0 22px;
    border-bottom: 1px solid #ddd;
    position: relative
}

.block-common-search--form-item .c_toggle-state-icon {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 6px;
    right: 10px;
    flex-shrink: 0;
    background: 0 0;
    transition: .3s
}

.block-common-search--form-item .c_toggle-state-icon:focus,
.block-common-search--form-item .c_toggle-state-icon:hover {
    background: #e9e9e9
}

.block-common-search--form-item .c_toggle-state-icon::before {
    left: 27px
}

.block-common-search--form-item .c_toggle-state-icon::after {
    left: 21px
}

.block-common-search--form-item-title {
    min-width: 226px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 10px
}

.block-common-search--form-item-input {
    width: 100%
}

.block-common-search--form-item-input .c_range-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 600px
}

.block-common-search--form-item-input .c_range-price--selector {
    width: 100%;
    margin-bottom: 15px
}

.block-common-search--form-item-input .c_range-price--input input[type=text] {
    width: 160px
}

.block-common-search--form-item-input .c_range-price--btn .btn {
    width: 160px;
    height: 40px;
    line-height: 38px
}

.block-common-search--form-item-guide-text {
    color: #999;
    font-size: 14px
}

.block-common-search--form-item-guide-text+.block-common-search--form-item-lists {
    margin-top: 20px
}

.block-common-search--form-item-lists {
    margin: 0 0 0 -10px;
    display: flex;
    flex-wrap: wrap
}

.block-common-search--form-item-list {
    margin: 0 0 10px 10px;
    width: calc(25% - 10px)
}

.block-common-search--form-item-list.c_radio--btn [type=radio]+label {
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.block-common-search--form-item-list.c_checkbox--btn-sub [type=checkbox]+label {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.block-common-search--form-item-list-brand-logo img {
    height: 30px
}

.block-common-search--form-item-list-brand-name {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    line-height: 1.4
}

.block-common-search--form-item-more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    z-index: 2;
    position: relative
}

.block-common-search--form-item-more-btn {
    width: 280px;
    height: 40px;
    line-height: 38px;
    color: #666
}

.block-common-search--form-item-more+.block-common-search--form-item {
    margin-top: -65px
}

.block-common-search--form-item-more-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px
}

.block-common-search--form-item-more-close-btn {
    width: 280px;
    height: 40px;
    line-height: 38px;
    color: #666
}

.block-common-search--form-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px
}

.block-common-search--form-btn-clear.btn-size-l {
    width: 200px;
    max-width: 200px;
    min-width: auto;
    margin: 0 18px;
    font-size: 16px
}

.block-common-search--form-btn-submit.btn-size-l {
    width: 300px;
    max-width: 300px;
    min-width: auto;
    margin: 0 18px;
    font-size: 16px
}

.block-common-search--form-result-cart-count {
    font-size: 14px;
    margin-left: 160px;
    display: flex;
    align-items: baseline
}

.block-common-search--form-result-cart-count-title::after {
    content: ":"
}

.block-common-search--form-result-cart-count-value-num {
    font-size: 20px;
    font-weight: 500;
    font-family: Lato, sans-serif
}

.block-common-search--form-freeword {
    border-bottom: none;
    padding: 0 0 37px
}

.block-common-search--form-freeword .block-common-search--form-item-title {
    padding-top: 18px
}

.block-common-search--form-freeword .block-common-search--form-item-input {
    width: 670px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    display: flex
}

.block-common-search--form-freeword .block-common-search--form-item-value[type=text] {
    width: 100%;
    height: auto;
    border: 0;
    background: 0 0;
    box-shadow: none;
    line-height: 1;
    padding: 17px 18px
}

.block-common-search--form-freeword .block-common-search--form-item-submit {
    border: 0;
    background: 0 0;
    padding: 10px 23px 10px 10px;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer
}

.block-common-search--form-freeword .block-common-search--form-item-submit:focus {
    outline: 0
}

.block-common-search--form-freeword .block-common-search--form-item-submit [class*=icon-] {
    color: #000;
    font-size: 18px
}

.block-common-search--form-type {
    padding-bottom: 14px
}

.block-common-search--form-type .block-common-search--form-item-title {
    padding-top: 16px
}

.block-common-search--form-type .block-common-search--form-item-list {
    width: calc(25% - 10px)
}

.block-common-search--form-brand {
    padding-bottom: 14px
}

.block-common-search--form-brand .block-common-search--form-item-title {
    padding-top: 11px
}

.block-common-search--form-brand .block-common-search--form-item-list {
    width: calc(33.3% - 10px)
}

.block-common-search--form-brand .block-common-search--form-item-list.c_checkbox--btn-sub [type=checkbox]+label {
    padding: 14px 16px 2px
}

.block-common-search--form-size {
    padding-bottom: 14px
}

.block-common-search--form-size .block-common-search--form-item-title {
    padding-top: 12px
}

.block-common-search--form-size .block-common-search--form-item-list {
    width: calc(20% - 10px)
}

.block-common-search--form-price {
    padding-bottom: 23px
}

.block-common-search--form-price .block-common-search--form-item-title {
    padding-top: 12px
}

.block-common-search--form-price .block-common-search--form-item-input {
    padding: 17px 0 0
}

.block-common-search--form-cpu .block-common-search--form-item-list {
    width: calc(33.3% - 10px)
}

@media all and (-ms-high-contrast:none) {

    .block-common-search--form-item-list.c_checkbox--btn-sub [type=checkbox]+label,
    ::-ms-backdrop {
        display: block;
        text-align: center
    }
}

.block-page-top {
    position: fixed;
    bottom: 20px;
    right: 16px;
    display: none;
    transition: .3s
}

.is_scroll .block-page-top {
    display: block;
    z-index: 1
}

.is_endscroll .block-page-top {
    bottom: 143px
}

.is_block-goods-detail-fixed-footer-show .block-page-top {
    bottom: 140px
}

.block-page-top>a {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff000;
    box-shadow: 0 0 35px 3px rgba(0, 0, 0, .18);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-page-top>a:focus,
.block-page-top>a:hover {
    text-decoration: none
}

.block-page-top>a [class*=icon-] {
    font-size: 16px
}

.block-heading--lv2,
.block-heading--lv3,
.block-heading--lv4 {
    color: #000;
    line-height: 1.2
}

.block-heading--lv2-main,
.block-heading--lv3-main,
.block-heading--lv4-main {
    font-weight: 700
}

.block-heading--lv2-sub,
.block-heading--lv3-sub,
.block-heading--lv4-sub {
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: 2px
}

.block-heading--lv2 {
    margin: 0 0 38px
}

.block-heading--lv2>:first-child {
    margin: 0 0 10px
}

.block-heading--lv2-main {
    font-size: 30px
}

.block-heading--lv2-sub {
    font-size: 16px
}

.block-heading--lv3 {
    margin: 0 0 38px
}

.block-heading--lv3>:first-child {
    margin: 0 0 10px
}

.block-heading--lv3-main {
    font-size: 30px
}

.block-heading--lv3-sub {
    font-size: 16px
}

.page-goods .block-icon {
    margin-bottom: 24px
}

.pane-lineup {
    padding: 64px 0;
    display: flex;
    justify-content: space-between
}

.pane-lineup-side {
    width: 220px;
    margin: 0
}

.pane-lineup-side>:last-child {
    margin-bottom: 0
}

.pane-lineup-main {
    width: 916px
}

.pane-lineup-main>:last-child {
    margin-bottom: 0
}

.block-genre-header {
    padding: 30px 0;
    border-bottom: solid 1px #ddd
}

.block-genre-header--title {
    margin-top: 0;
    margin-bottom: 0
}

.block-genre-category {
    background: #f7f7f7
}

.block-genre-category--inner {
    padding: 59px 0 61px
}

.block-genre-category--items {
    margin: -36px 0 0 -16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start
}

.block-genre-category--item {
    width: 389px;
    margin: 36px 0 0 16px
}

.block-genre-category--item-link {
    color: #000;
    display: block
}

.block-genre-category--item-link:hover {
    text-decoration: none
}

.block-genre-category--item-img {
    margin: 0 0 10px
}

.block-genre-category--item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    margin: 0 0 10px
}

.block-genre-category--item-text {
    font-size: 14px;
    line-height: 1.71
}

.block-genre-tree {
    margin: 20px 0 24px
}

.block-genre-tree>:last-child {
    margin-bottom: 0
}

.block-genre-tree a {
    color: #000
}

.block-genre-tree--header {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 20px;
    margin: 0 0 15px
}

.block-genre-tree--body>:last-child {
    margin-bottom: 0
}

.block-genre-tree--section {
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
    margin: 0 0 15px;
    position: relative
}

.block-genre-tree--section-title {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 26px 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.2
}

.block-genre-tree--section-toggle-btn {
    position: absolute;
    top: 4px;
    right: 0
}

.block-genre-tree--section-toggle-btn:hover .c_toggle-state-icon {
    background: #f7f7f7
}

.block-genre-tree--section-content {
    padding: 5px 0 15px 9px
}

.block-genre-tree--section-content>:last-child {
    margin-bottom: 0
}

.block-genre-tree--section-lists {
    font-size: 14px;
    line-height: 1.42
}

.block-genre-tree--section-list {
    margin: 0 0 10px
}

.block-genre-tree--section-list:last-child {
    margin-bottom: 0
}

.block-genre-tree--section-sub-lists {
    padding: 10px 0 20px 10px
}

.block-genre-tree--section-sub-lists a {
    color: #666
}

.block-genre-tree--section-sub-list {
    margin: 0 0 5px
}

.block-genre-tree--section-sub-list:last-child {
    margin-bottom: 0
}

.block-genre-tree--section-link {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-genre-lineup--header {
    height: 200px;
    background: #f7f7f7;
    color: #000;
    padding: 0 0 0 48px;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.block-genre-lineup--header-title {
    font-family: Lato, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px
}

.block-genre-lineup--header-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2
}

.block-genre-lineup--link {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.block-genre-lineup--link>a [class*=icon-] {
    font-size: 9px;
    margin: 0 0 0 8px
}

.block-genre-lineup-recommend--header {
    margin: 58px 0 37px
}

.block-genre-lineup-ranking--header {
    margin: 58px 0 37px
}

.block-genre-related-content {
    background: #f2f2f2
}

.block-genre-related-content--inner {
    padding: 30px 0 0
}

.block-genre-related-content--body {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0
}

.block-genre-related-content--body .block-top-event--image {
    margin: 0
}

.block-genre-related-content--body .block-top-event--goods {
    min-width: 1200px;
    background: #fff;
    padding: 0 30px
}

.block-genre-related-content--body .block-top-event--goods>div[class^=block-goods-list-] {
    padding-top: 30px;
    padding-bottom: 30px
}

.block-genre-related-content--body .block-top-event--goods .block-goods-list-3CD,
.block-genre-related-content--body .block-top-event--goods .block-goods-list-3CS,
.block-genre-related-content--body .block-top-event--goods .block-goods-list-4CD,
.block-genre-related-content--body .block-top-event--goods .block-goods-list-4CS {
    margin-top: 0
}

.block-genre-related-content--items {
    margin: -36px 0 0 -16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start
}

.block-genre-related-content--item {
    width: 389px;
    margin: 36px 0 0 16px
}

.block-genre-related-content--item-link {
    color: #000;
    display: block
}

.block-genre-related-content--item-link:hover {
    text-decoration: none
}

.block-genre-related-content--item-img {
    margin: 0 0 10px
}

.block-genre-related-content--item-text {
    font-size: 14px;
    line-height: 1.71
}

.block-genre-campaign {
    background: #f2f2f2
}

.block-genre-campaign--inner {
    padding: 59px 0 61px
}

.block-genre-campaign--items {
    margin: -36px 0 0 -16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start
}

.block-genre-campaign--item {
    width: 389px;
    margin: 36px 0 0 16px
}

.block-genre-campaign--item-link {
    color: #000;
    display: block
}

.block-genre-campaign--item-link:hover {
    text-decoration: none
}

.block-genre-campaign--item-img {
    margin: 0 0 10px
}

.block-genre-campaign--item-text {
    font-size: 14px;
    line-height: 1.71
}

.page-search .pane-topic-path {
    background: #f7f7f7
}

.page-search .pane-contents .pane-lineup {
    padding-top: 40px
}

.page-search .pane-contents .pane-search-condition-result {
    width: 100%;
    background: #f7f7f7;
    padding: 37px 20px 30px
}

.page-search .pane-contents .pane-search-condition {
    width: 220px
}

.page-search .pane-contents .pane-main {
    width: 916px
}

.block-search-condition-result {
    display: flex
}

.block-search-condition-result--title {
    width: 210px;
    font-size: 30px;
    line-height: 1;
    flex-shrink: 0
}

.block-search-condition-result--content {
    flex-grow: 1
}

.block-search-condition-result--condition,
.block-search-condition-result--form,
.block-search-condition-result--maybe,
.block-search-condition-result--more,
.block-search-condition-result--related-keywords {
    display: flex
}

.block-search-condition-result--condition-title,
.block-search-condition-result--form-title,
.block-search-condition-result--maybe-title,
.block-search-condition-result--more-title,
.block-search-condition-result--related-keywords-title {
    width: 146px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px 0;
    flex-shrink: 0
}

.block-search-condition-result--condition-content,
.block-search-condition-result--form-content,
.block-search-condition-result--maybe-content,
.block-search-condition-result--more-content,
.block-search-condition-result--related-keywords-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1
}

.block-search-condition-result--form {
    margin-bottom: 24px
}

.block-search-condition-result--form-content {
    flex-wrap: nowrap;
    align-items: flex-start
}

.block-search-condition-result--form-content-input {
    width: calc(100% - 174px);
    border-bottom: 2px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-search-condition-result--form-content-input-input[type=text] {
    width: 100%;
    border: none !important;
    background: 0 0 !important;
    border-radius: 0 !important;
    color: #666;
    font-size: 14px
}

.block-search-condition-result--form-content-input-input[type=text]:focus {
    outline: 0
}

.block-search-condition-result--form-content-input-submit {
    color: #000;
    padding: 0 10px 3px
}

.block-search-condition-result--form-content-input-submit [class*=icon-] {
    font-size: 18px
}

.block-search-condition-result--form-content-input-submit:hover {
    text-decoration: none
}

.block-search-condition-result--form-content-clear {
    width: 174px;
    padding: 5px 0 0 42px
}

.block-search-condition-result--form-content-clear span {
    font-size: 10px;
    margin-right: 7px
}

.block-search-condition-result--condition-item,
.block-search-condition-result--more-item,
.block-search-condition-result--related-keywords-item {
    background: #eaeaea;
    border-radius: 100px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 13px;
    line-height: 1;
    padding: 8px 11px;
    margin: 0 10px 10px 0;
    display: flex;
    align-items: center
}

.block-search-condition-result--condition-item-delete,
.block-search-condition-result--more-item-delete,
.block-search-condition-result--related-keywords-item-delete {
    margin-left: 18px;
    color: #666;
    font-size: 10px
}

.block-search-condition-result--condition-item:focus,
.block-search-condition-result--condition-item:hover,
.block-search-condition-result--more-item:focus,
.block-search-condition-result--more-item:hover,
.block-search-condition-result--related-keywords-item:focus,
.block-search-condition-result--related-keywords-item:hover {
    text-decoration: none;
    background: #eaeaea
}

.block-search-condition-result--condition-item:focus *,
.block-search-condition-result--condition-item:hover *,
.block-search-condition-result--more-item:focus *,
.block-search-condition-result--more-item:hover *,
.block-search-condition-result--related-keywords-item:focus *,
.block-search-condition-result--related-keywords-item:hover * {
    text-decoration: none
}

.block-search-condition-result--condition-item:focus span,
.block-search-condition-result--condition-item:hover span,
.block-search-condition-result--more-item:focus span,
.block-search-condition-result--more-item:hover span,
.block-search-condition-result--related-keywords-item:focus span,
.block-search-condition-result--related-keywords-item:hover span {
    color: #000
}

.block-search-condition-result--condition {
    border-bottom: 1px solid #ddd;
    padding: 0 0 6px;
    margin: 0 0 15px;
    align-items: flex-start
}

.block-search-condition-result--more-item {
    background: #fff
}

.block-search-condition-result--related-keywords-item {
    background: #fff
}

.block-search-condition-result--maybe-item {
    display: inline-block;
    border-bottom: 1px solid #112ca6;
    padding: 6px 0 2px;
    margin: 0 15px 10px 0
}

.block-search-condition-result--maybe-item:focus,
.block-search-condition-result--maybe-item:hover {
    text-decoration: none
}

.block-search-condition--header {
    background: #fff000;
    text-align: center;
    padding: 20px 10px;
    margin: 0 0 8px
}

.block-search-condition--header-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0
}

.block-search-condition--header-result {
    font-size: 14px;
    margin: 9px 0 0
}

.block-search-condition--header-result-title::after {
    content: '\a0:\a0'
}

.block-search-condition--header-result-count-value {
    font-size: 20px;
    font-weight: 500;
    font-family: Lato, sans-serif;
    line-height: 1
}

.block-search-condition--section {
    border-top: 1px solid #ddd
}

.block-search-condition--section:first-child {
    border: 0;
    padding-top: 0
}

.block-search-condition--section-title {
    font-size: 16px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    padding: 20px 0;
    margin: 0
}

.block-search-condition--section-title .c_toggle-state-icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px
}

.block-search-condition--section-title .c_toggle-state-icon::before {
    height: 12px;
    left: 19px;
    margin-top: -6px
}

.block-search-condition--section-title .c_toggle-state-icon::after {
    width: 12px;
    left: 14px
}

.block-search-condition--section-form {
    padding: 0 0 22px
}

.block-search-condition--section-form-item {
    padding-right: 0;
    position: relative;
    margin-bottom: 10px
}

.block-search-condition--section-form-item label {
    line-height: 1.1 !important;
    margin-right: 0 !important
}

.block-search-condition--section-form-item-count {
    position: absolute;
    top: 0;
    right: 0;
    color: #666;
    font-size: 12px
}

.block-search-condition--section-form-item-count::before {
    content: "("
}

.block-search-condition--section-form-item-count::after {
    content: ")"
}

.block-search-condition--section-form-item-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0
}

.block-search-condition--section-form-item-toggle-title {
    font-size: 16px;
    position: relative;
    font-weight: 500
}

.block-search-condition--section-form-price .c_range-price--selector {
    margin-bottom: 10px
}

.block-search-condition--section-form-price .c_range-price--input {
    justify-content: flex-start
}

.block-search-condition--section-form-price .c_range-price--input input[type=text] {
    width: 5em;
    height: 32px;
    line-height: 32px;
    margin: 0
}

.block-search-condition--section-form-price .c_range-price--unit {
    margin-left: 9px
}

.block-search-condition--section-form-price .c_range-price--tilde {
    margin: 0 10px 0 1px
}

.block-search-condition--section-form-price .c_range-price--btn {
    text-align: right;
    margin-top: 16px
}

.block-search-condition--section-form-price .c_range-price--btn-clear {
    color: #000;
    background: #e6e6e6;
    border-color: #e6e6e6;
    padding: 0 28px
}

.block-search-condition--action-result {
    text-align: center;
    font-size: 14px;
    margin-bottom: 9px
}

.block-search-condition--action-result-title::after {
    content: '\a0:\a0'
}

.block-search-condition--action-result-count-value {
    font-size: 20px;
    font-weight: 500;
    font-family: Lato, sans-serif
}

.block-search-condition--action-btns .btn {
    width: 100%;
    height: 44px;
    line-height: 30px
}

.block-search-condition--action-btns .btn.block-search-condition--action-btn-search {
    margin: 0 0 10px
}

.block-search-condition--action-btns .btn.block-search-condition--action-btn-clear {
    color: #000;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.page-top .block-common-search-type,
.page-top .block-top-best-sellers,
.page-top .block-top-brand,
.page-top .block-top-bto-customize,
.page-top .block-top-campaign,
.page-top .block-top-movie,
.page-top .block-top-ranking,
.page-top .block-top-search-use,
.page-top .block-top-topic {
    content-visibility: auto
}

.page-top .block-common-event {
    height: 427px
}

.page-top .block-top-brand {
    height: 1312px
}

.page-top .block-top-bto-customize {
    height: 929px
}

.page-top .block-top-best-sellers {
    height: 858px
}

.page-top .block-top-ranking {
    height: 801px
}

.block-top-primary-area {
    background: #f2f2f2
}

.block-top-primary-area--inner {
    padding: 16px 0 40px
}

.block-top-primary-area--inner>:last-child {
    margin-bottom: 0
}

.block-top-primary-area .block-common-search {
    background: 0 0;
    margin: 0 0 16px
}

.block-top-primary-area .block-common-search::after {
    display: none
}

.block-top-primary-area .block-common-search--inner {
    padding: 0
}

.block-top-primary-area .block-common-search--toggle {
    box-shadow: 0 0 10px 0 rgba(11, 5, 3, .06)
}

.page-top .block-common-search-type--inner {
    padding: 0 0 34px
}

.page-top .block-common-search-type--header {
    margin-bottom: 11px
}

.page-top .block-common-search-type--list-link::after {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -62px;
    margin-left: -46px
}

.page-top .block-common-search-type--list-link [class*=icon-] {
    font-size: 72px;
    margin-bottom: 6px
}

.block-top-body--mainvisual {
    margin: 0 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 283px
}

.block-top-body--main {
    width: 1200px;
    height: 240px
}

.block-top-body--main img {
    width: 1200px;
    height: 240px
}

.block-top-body--main .slick-next,
.block-top-body--main .slick-prev {
    background: rgba(0, 0, 0, .1);
    border: none
}

.block-top-body--main .slick-next::before,
.block-top-body--main .slick-prev::before {
    border-color: #fff
}

.block-top-body--main .slick-next:hover,
.block-top-body--main .slick-prev:hover {
    background: #fff000
}

.block-top-body--main .slick-prev {
    left: 16px
}

.block-top-body--main .slick-next {
    right: 16px
}

.block-top-body--notice-def {
    background: #fff;
    padding: 7px 24px;
    display: flex;
    align-items: center
}

.block-top-body--notice-def-dt {
    width: 14.5em;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px 0 0;
    display: flex;
    align-items: center
}

.block-top-body--notice-def-dt [class*=icon-] {
    color: #f13030;
    font-size: 18px;
    margin: 0 11px 0 0
}

.block-top-body--notice-def-dd {
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-top-body--notice-lists {
    position: relative;
    width: 100%
}

.block-top-body--notice-list {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.6em;
    line-height: 1.2;
    width: 100%
}

.block-top-body--notice-list:nth-child(n+2) {
    display: none
}

.block-top-body--notice-list-link {
    display: flex;
    align-items: center
}

.block-top-body--notice-list-link:hover {
    text-decoration: none
}

.block-top-body--notice-list-data {
    color: #666;
    margin: 0 20px 0 0
}

.block-top-body--notice-btns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.block-top-body--notice-btn-bottom,
.block-top-body--notice-btn-top {
    border: 0;
    border-bottom: 1px solid #ddd;
    background: 0 0;
    padding: 0 2px;
    cursor: pointer
}

.block-top-body--notice-btn-bottom:last-child,
.block-top-body--notice-btn-top:last-child {
    border-bottom: 0
}

.block-top-body--notice-btn-bottom [class*=icon-],
.block-top-body--notice-btn-top [class*=icon-] {
    color: #666;
    font-size: 9px
}

.block-top .block-common-event--inner {
    padding: 40px 0 39px
}

.block-top-banners {
    background: #f9f9f9
}

.block-top-banners--inner {
    padding: 0 0 40px
}

.block-top-banners--item {
    max-width: 900px;
    margin: 0 auto
}

.block-top-banners--item-link {
    border: 1px solid #ddd;
    background: #f2f2f2;
    padding: 35px 63px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-top-banners--item-link:hover {
    text-decoration: none
}

.block-top-banners--item-img {
    width: 270px;
    height: 108px
}

.block-top-banners--item-text {
    text-align: right
}

.block-top-banners--item-text-title {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 14px
}

.block-top-search-use {
    background: #f7f7f7
}

.block-top-search-use--inner {
    padding: 36px 0 64px
}

.block-top-search-use--header {
    margin: 0 0 37px
}

.block-top-search-use--header>:last-child {
    margin-bottom: 0
}

.block-top-search-use--body>:last-child {
    margin-bottom: 0
}

.block-top-search-use--grid {
    display: flex;
    justify-content: space-between
}

.block-top-search-use--item {
    border-radius: 4px;
    background: #fff;
    width: 389px;
    padding: 40px 24px;
    margin: 0 17px 0 0
}

.block-top-search-use--item:last-child {
    margin-right: 0
}

.block-top-search-use--item-header {
    margin: 0 0 33px
}

.block-top-search-use--item-header-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 9px
}

.block-top-search-use--item-header-title [class*=icon-] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff000;
    color: #000;
    line-height: 1;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block-top-search-use--item-header-title .icon-home {
    font-size: 35px
}

.block-top-search-use--item-header-title .icon-controller {
    font-size: 42px
}

.block-top-search-use--item-header-title .icon-earphone {
    font-size: 43px
}

.block-top-search-use--item-header-text {
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: 1.62
}

.block-top-search-use--item-lists {
    margin: 0 0 29px
}

.block-top-search-use--item-list {
    margin: 0 0 16px
}

.block-top-search-use--item-list:last-child {
    margin-bottom: 0
}

.block-top-search-use--item-list-link {
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.block-top-search-use--item-list-link:focus,
.block-top-search-use--item-list-link:hover {
    text-decoration: none
}

.block-top-search-use--item-list-link img {
    width: 340px
}

.block-top-search-use--item-list-img {
    margin: 0 16px 0 0;
    width: 100px;
    flex-shrink: 0
}

.block-top-search-use--item-list-img img {
    width: 100px;
    height: 100px
}

.block-top-search-use--item-list-text {
    line-height: 1.2
}

.block-top-search-use--item-list-def-dt {
    margin: 0 0 12px
}

.block-top-search-use--item-list-def-dd {
    font-size: 10px
}

.block-top-search-use--item-list-def-dd .goods-price {
    display: flex;
    align-items: flex-end
}

.block-top-search-use--item-list-def-dd .goods-price-zeibetsu {
    margin-right: 5px
}

.block-top-search-use--item-list-name {
    font-size: 14px;
    line-height: 1.42;
    display: block
}

.block-top-search-use--item-list-name-sub {
    font-family: Lato, sans-serif;
    font-size: 18px;
    margin: 0 0 5px;
    display: block
}

.block-top-search-use--item-list-num {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.block-top-search-use--item-list .goods-price * {
    font-size: 10px
}

.block-top-search-use--item-list .goods-price-zeibetsu .goods-price-value {
    font-size: 18px
}

.block-top-search-use--item-list .goods-price-zeikomi::after,
.block-top-search-use--item-list .goods-price-zeikomi::before {
    font-size: 10px
}

.block-top-search-use--item-btn {
    text-align: center
}

.block-top-search-use--item-btn>.btn-size-s {
    height: 40px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 46px;
    margin: 0
}

.block-top-brand {
    background: #f2f2f2
}

.block-top-brand--inner {
    padding: 59px 0 38px
}

.block-top-brand--header {
    margin: 0 0 35px
}

.block-top-brand--header>:last-child {
    margin-bottom: 0
}

.block-top-brand--body>:last-child {
    margin-bottom: 0
}

.block-top-brand--lists {
    margin: -16px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch
}

.block-top-brand--list {
    width: 233px;
    margin: 16px 8px 0 0
}

.block-top-brand--list:last-child {
    margin-right: 0
}

.block-top-brand--list-link {
    height: 100%;
    border-radius: 4px;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 50px 15px 280px;
    position: relative;
    display: block
}

.block-top-brand--list-link:hover {
    text-decoration: none
}

.block-top-brand--list-link:hover .block-top-brand--list-hover {
    z-index: 1;
    opacity: 1
}

.block-top-brand--list-logo {
    height: 60px;
    margin: 0 0 33px
}

.block-top-brand--list-logo img {
    max-width: 250px;
    width: 250px;
    height: 73px
}

.block-top-brand--list-catch {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    margin: 0 0 16px
}

.block-top-brand--list-text {
    font-size: 14px;
    line-height: 1.71
}

.block-top-brand--list-img {
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2
}

.block-top-brand--list-img img {
    width: 357px;
    height: 240px;
    border-radius: 5px;
    opacity: 1 !important
}

.block-top-brand--list-hover {
    height: 100%;
    border-radius: 4px;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.block-top-brand--list-hover-mouse {
    background-color: rgba(255, 240, 0, .9);
    color: #000
}

.block-top-brand--list-hover-gtune {
    background-color: rgba(0, 0, 0, .9)
}

.block-top-brand--list-hover-daiv {
    background-color: rgba(51, 51, 51, .9)
}

.block-top-brand--list-hover-mousepro {
    background-color: rgba(0, 97, 162, .9)
}

.block-top-brand--list-hover-iiyama {
    background-color: rgba(0, 64, 152, .9)
}

.block-top-brand--list-hover-text {
    font-size: 16px;
    text-align: left;
    line-height: 1.71;
    height: 160px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden
}

.block-top-brand--list-hover-link {
    text-align: right
}

.block-top-brand--list-hover-link-label {
    display: inline-block
}

.block-top-brand--list-hover-link-label [class*=icon-] {
    font-size: 9px;
    margin: 0 0 0 6px
}

.block-top-brand--list-guide {
    width: 389px;
    margin: 16px 0 0
}

.block-top-brand--list-guide-link {
    width: 389px;
    height: 100%;
    background: #fff000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px
}

.block-top-brand--list-guide-link:hover {
    text-decoration: none
}

.block-top-brand--list-guide-icon {
    background: #fff;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    margin: 0 auto 30px
}

.block-top-brand--list-guide-icon img {
    width: 44px;
    height: 62px
}

.block-top-brand--list-guide-text1 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #000 !important;
    margin-bottom: 10px
}

.block-top-brand--list-guide-text2 {
    text-align: center;
    font-size: 16px;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500
}

.block-top-brand--list-guide-text2::after,
.block-top-brand--list-guide-text2::before {
    content: "";
    width: 16px;
    height: 2px;
    display: block;
    background: #000;
    margin: 2px 10px 0
}

.block-top-movie {
    background: #f2f2f2
}

.block-top-movie--inner {
    padding: 40px 0 57px
}

.block-top-movie--body>:last-child {
    margin-bottom: 0
}

.block-top-movie--item {
    text-align: center
}

.block-top-services {
    background: #f2f2f2
}

.block-top-services--inner {
    padding: 56px 0 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.block-top-services--group {
    margin-bottom: 30px
}

.block-top-services--group-benri {
    width: 580px
}

.block-top-services--group-points {
    width: 580px
}

.block-top-services--group-activities {
    width: 100%
}

.block-top-services--group-activities .block-top-services--group-item {
    width: 393px
}

.block-top-services--group-activities .block-top-services--group-item-a {
    min-height: 116px
}

.block-top-services--group-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 25px;
    letter-spacing: .1em
}

.block-top-services--group-items {
    display: flex
}

.block-top-services--group-item {
    margin-right: 10px;
    width: 285px;
    flex-shrink: 0
}

.block-top-services--group-item-a {
    background: #fff;
    display: flex;
    padding: 17px 23px;
    border-radius: 5px;
    min-height: 152px;
    transition: .3s
}

.block-top-services--group-item-a:hover {
    background: #fff000;
    text-decoration: none
}

.block-top-services--group-item-a:hover .block-top-services--group-item-icon {
    background: #fff
}

.block-top-services--group-item-icon {
    width: 64px;
    height: 64px;
    background-color: #fff000;
    color: #000;
    border-radius: 100px;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px
}

.block-top-services--group-item-h {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 6px
}

.block-top-services--group-item-p {
    font-size: 13px;
    font-weight: 500;
    color: #000
}

.block-top-campaign {
    background: #f7f7f7
}

.block-top-campaign--inner {
    padding: 61px 0 62px
}

.block-top-campaign--header {
    color: #000;
    line-height: 1.2;
    margin: 0 0 39px
}

.block-top-campaign--header>:last-child {
    margin-bottom: 0
}

.block-top-campaign--header-sub {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px
}

.block-top-campaign--header-main {
    font-size: 30px;
    font-weight: 700
}

.block-top-campaign--body>:last-child {
    margin-bottom: 0
}

.block-top-campaign--items {
    margin: -35px 0 0 -16px;
    display: flex;
    flex-wrap: wrap
}

.block-top-campaign--item {
    width: 389px;
    margin: 35px 0 0 16px
}

.block-top-campaign--item-link {
    color: #000;
    display: block
}

.block-top-campaign--item-link:hover {
    text-decoration: none
}

.block-top-campaign--item-img {
    margin: 0 0 10px;
    width: 389px;
    height: 174px
}

.block-top-campaign--item-text {
    font-size: 14px;
    line-height: 1.71
}

.block-top-topic {
    background: #f2f2f2
}

.block-top-topic--inner {
    padding: 64px 0
}

.block-top-topic--body {
    margin: 0
}

.block-top-topic--body>:last-child {
    margin-bottom: 0
}

.block-top-topic--tabs {
    overflow: hidden
}

.block-top-topic--tabs-btns {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.block-top-topic--tabs-btn {
    width: 100%
}

.block-top-topic--tabs-btn>a {
    border-bottom: 3px solid #f2f2f2;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 28px 10px 27px;
    position: relative;
    display: block
}

.block-top-topic--tabs-btn>a:focus,
.block-top-topic--tabs-btn>a:hover {
    text-decoration: none;
    border-bottom-color: #fff000;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .18);
    z-index: 1
}

.block-top-topic--tabs-btn.is_current>a {
    border-bottom-color: #fff000;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .18);
    z-index: 1
}

.block-top-topic--tabs-contents {
    display: none
}

.block-top-topic--tabs-contents>:last-child {
    margin-bottom: 0
}

.block-top-topic--tabs-contents-wrap {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    position: relative;
    z-index: 2
}

.block-top-topic--items>li {
    padding: 0
}

.block-top-topic--item {
    border-bottom: 1px solid #ddd
}

.block-top-topic--item-link {
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 30px 40px 29px;
    display: flex;
    align-items: center
}

.block-top-topic--item-link:hover {
    background: #fff000;
    text-decoration: none
}

.block-top-topic--item-day {
    margin: 0 20px 0 0
}

.block-top-topic--item-text {
    color: #112ca6
}

.page-topic .pane-left-menu,
.page-topicdetaillist .pane-left-menu {
    display: none
}

.block-top-topic--header {
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
    border-top: #444 2px solid;
    padding: 19px 0 30px
}

.block-top-topic--header span {
    display: block;
    font-size: 11px
}

.block-top-topic--body {
    margin-bottom: 60px
}

.block-top-topic--items dd,
.block-top-topic--items dl,
.block-top-topic--items dt {
    display: inline
}

.block-top-topic--items dt {
    margin-right: 10px
}

.block-top-topic--next-page {
    text-align: right;
    margin-top: 20px
}

.block-top-topic--next-page a {
    color: #6fb4c3;
    text-decoration: underline;
    font-size: 14px
}

.block-top-topic--items img {
    vertical-align: middle
}

.block-topic-page {
    padding-bottom: 50px
}

.block-topic-page--article {
    margin-bottom: 50px
}

.block-topic-page--article-header {
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    border-bottom: solid 1px #ddd;
    margin: 0 0 10px
}

.block-topic-page--article-header-date {
    padding: 10px;
    text-align: right
}

.block-topic-page--article-body {
    line-height: 1.6
}

.block-topic-page--article-icon {
    vertical-align: middle
}

.block-topic-page--article figure {
    font-size: 0
}

.block-topic-page--article figure img {
    padding-bottom: 10px
}

.block-topic-details {
    margin-bottom: 50px
}

.block-topic-details--header-rss {
    margin-left: 20px;
    color: #ddd;
    font-size: 24px
}

.block-topic-details--items {
    border-top: 1px solid #ddd;
    margin-bottom: 20px
}

.block-topic-details--items li {
    border-bottom: 1px solid #ddd;
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 20px
}

.block-topic-details--items dd,
.block-topic-details--items dl,
.block-topic-details--items dt {
    display: inline
}

.block-topic-details--items dt {
    margin-right: 10px
}

.block-topic-details--items img {
    vertical-align: middle
}

.block-topic-archive {
    background-color: #f2f2f2;
    padding: 30px 30px 20px;
    border-radius: 5px;
    margin: 50px 0
}

.block-topic-archive-title {
    margin-top: 0
}

.block-topic-archive-links {
    margin-bottom: 20px
}

.block-topic-archive-links p {
    margin-bottom: 10px
}

.block-topic-note {
    font-size: 12px;
    margin: 0
}

.block-topic-note li::before {
    content: "※"
}

.block-freespace {
    background-color: #f2f2f2
}

.block-freespace .block-freespace--header-A-1 {
    background-image: url(../contents/genre/A-1/mv.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #000;
    color: #fff
}

.block-freespace .block-freespace--header-A-2 {
    background-image: url(../contents/genre/A-2/mv.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff
}

.block-freespace-typeB--genre-logo {
    align-items: center;
    display: flex
}

.block-freespace-typeB--genre-logo img {
    margin-right: 40px
}

.block-freespace-typeB--genre-logo.daiv img {
    height: 50px;
    width: 175px
}

.block-freespace-typeB--genre-logo.gtune {
    background: #fff !important
}

.block-freespace-typeB--genre-logo.gtune img {
    height: 44px;
    width: 190px
}

.block-freespace-typeB--genre-logo.iiyama img {
    height: 52px;
    width: 180px
}

.block-freespace-typeB--genre-logo.mouse img {
    height: 42px;
    width: 213px
}

.block-freespace-typeB--genre-logo.mousepro img {
    height: 43px;
    width: 191px
}

.block-freespace--header {
    margin-bottom: 40px
}

.block-freespace--header-inner {
    position: relative;
    max-width: 1200px;
    height: 440px;
    margin: 0 auto
}

.block-freespace--header-copy {
    width: 55%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}

.block-freespace--header-title-en {
    display: block;
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: .12em
}

.block-freespace--header-title-ja {
    margin: 0 0 27px;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.2
}

.block-freespace--header-text {
    padding-right: 30px;
    font-size: 16px;
    letter-spacing: .05em
}

.block-freespace--body {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 14px
}

.block-freespace--body-main-text {
    margin-bottom: 60px;
    font-size: 16px;
    letter-spacing: .12em;
    line-height: 1.6
}

.block-freespace--item-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.block-freespace--item-card {
    width: calc((100% - 40px)/ 2);
    margin-bottom: 40px;
    background-color: #fff;
    letter-spacing: .1em
}

.block-freespace--item-card-a {
    display: block;
    color: #000
}

.block-freespace--item-card-img {
    width: 100%
}

.block-freespace--item-card-title {
    margin: 30px auto 20px;
    padding: 0 40px;
    font-size: 20px;
    font-weight: 500
}

.block-freespace--item-card-text {
    margin-bottom: 25px;
    padding: 0 40px;
    font-size: 14px;
    line-height: 1.7
}

.block-freespace--item-card-text--link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 30px;
    padding: 0 40px;
    font-size: 14px;
    text-align: right;
    color: #112ca6
}

.block-freespace--item-card-text--link [class*=icon-] {
    font-size: 9px;
    margin: 0 0 0 8px
}

.block-freespace--item-detail {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 40px
}

.block-freespace--item-detail:nth-child(even) {
    flex-direction: row-reverse
}

.block-freespace--item-detail-img {
    width: calc((100% - 40px)/ 2);
    text-align: center
}

.block-freespace--item-detail-copy {
    width: calc((100% - 40px)/ 2)
}

.block-freespace--item-detail-copy-title {
    margin: 0 auto 20px;
    font-size: 28px;
    font-weight: 500
}

.block-freespace--item-detail-copy-text {
    font-size: 14px;
    line-height: 1.7
}

.block-freespace--item-types {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.block-freespace--item-type {
    width: calc((100% - 40px)/ 2);
    margin-bottom: 24px
}

.block-freespace--item-type-a {
    display: block;
    color: #000
}

.block-freespace--item-type-a:hover {
    text-decoration: none
}

.block-freespace--item-type-a:hover .block-freespace--item-type-card {
    background-color: #fff000
}

.block-freespace--item-type-a:hover .block-freespace--item-type-card img {
    opacity: 1
}

.block-freespace--item-type-card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 130px;
    padding: 20px 25px 20px 20px;
    background-color: #fff;
    border-radius: 4px;
    transition: background-color .3s
}

.block-freespace--item-type-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

.block-freespace--item-type-card-img img.logo-mouse {
    width: 100px;
    padding: 10px
}

.block-freespace--item-type-card-img img.logo-gtune,
.block-freespace--item-type-card-img img.logo-mousepro {
    width: 95px
}

.block-freespace--item-type-card-img img.logo-daiv,
.block-freespace--item-type-card-img img.logo-iiyama {
    width: 90px
}

.block-freespace--item-type-title {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 500
}

.block-freespace--item-type-title span {
    display: block;
    font-size: 14px;
    font-weight: 400
}

.block-freespace--item-type-text {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
    color: #6f6f6f
}

.block-freespace--item-type-text--link {
    position: absolute;
    bottom: 25px;
    right: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    line-height: 1.2;
    font-size: 14px;
    text-align: right;
    color: #112ca6
}

.block-freespace--item-type-text--link [class*=icon-] {
    font-size: 9px;
    margin: 0 0 0 8px
}

.block-freespace--brand-a {
    display: flex;
    align-items: center;
    padding: 40px 40px 40px 60px;
    background-color: #fff;
    letter-spacing: .1em;
    color: #000
}

.block-freespace--brand-title {
    font-size: 20px;
    font-weight: 500
}

.block-freespace--brand-logo {
    width: 200px;
    margin-left: 70px
}

.block-freespace--brand-logo img {
    height: 45px;
    background-color: transparent
}

.block-freespace--brand-text--link {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.2;
    font-size: 14px;
    text-align: right;
    color: #112ca6
}

.block-freespace--brand-text--link [class*=icon-] {
    font-size: 9px;
    margin: 0 0 0 8px
}

.block-freespace-lineup--header {
    border: 4px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 27px;
    margin: 0 0 30px
}

.block-freespace-lineup--header-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 24px
}

.block-freespace-lineup--header-title-tag {
    background: #f2f2f2;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    color: #000;
    margin-right: 15px;
    font-weight: 500
}

.seriesPage-minHeight400-pc{min-height: 400px;}
.seriesPage-lh_1_3-pc{line-height: 1.3;}
.seriesPage-mb_0_2-pc{margin-bottom: 0.2em;}
.seriesPage-fs_18px-pc{font-size: 18px;}
.seriesPage-height400-pc{height: 400px;}
.seriesPage-fw_no{font-weight: normal;}