@charset "utf-8";
@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: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  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: "\e61b";
  font-family: "FontAwesome";
  font-weight: 400;
}

.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: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -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:before, .slick-track:after {
  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;
}

.modal-goods-search .block-common-search--inner, .block-header-inner, .block-global-nav--lists, .block-aside-point--inner, .block-aside-inquiry--inner, .block-footer-main--inner, .block-footer-utility--inner, .block-footer-social--inner, .block-footer-mcj--inner, .block-topic-path--list, .block-partner-logos-inner, .block-supplier-logos-inner, .block-goods-comparison-table--inner, .block-goods-comparison-table--usage, .block-goods-comparison-table--note, .block-common-event--inner, .block-common-search-type--inner, .block-top-primary-area--inner, .block-top-body--inner, .block-top-body--notice-lists, .block-top-banners--inner, .block-top-search-use--inner, .block-top-brand--inner, .block-top-movie--inner, .block-top-services--inner, .block-top-campaign--inner, .block-top-best-sellers--inner, .block-top-ranking--inner, .block-top-topic--inner, .block-topic-page, .block-topic-details {
  max-width: 700px;
  margin: 0 auto;
}

.block-aside-point--body, .block-goods-list--sort-order-wrap, .block-goods-list-TD, .block-common-event--goods, .block-top-body--notice-lists, .block-top-search-use--tabs-btns-wrap, .block-top-search-use--item-body, .block-top-campaign--introduction-items-wrap, .block-top-campaign--recommended-items-wrap, .block-top-best-sellers--body, .block-top-ranking--tabs-btns-wrap, .block-top-ranking--tabs-contents, .block-top-topic--tabs-btns-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.block-goods-list--sort-order-item, .block-goods-list-TD--item, .block-top-body--notice-list, .block-top-search-use--tabs-btn, .block-top-search-use--item-list {
  flex-shrink: 0;
}

html {
  color: #000;
  background: #FFF;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, main, footer, header, hgroup, 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: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0px;
}

.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;
  outline: none;
  max-width: 100%;
}

.btn .icon-arrow-right {
  font-size: 80%;
  margin-left: 5px;
  margin-right: 5px;
}

.btn:disabled, .btn:disabled:hover {
  width: auto !important;
  background-color: #ddd !important;
  color: #696969;
  cursor: auto;
  opacity: 0.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: -4px;
}

.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: transparent;
  color: #fff;
  font-size: 11px;
}

.btn-secondary-transparent:hover {
  background: rgba(255, 255, 255, 0.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-s, .btn-txt.btn-size-m, .btn-txt.btn-size-l {
  padding: 0;
  height: auto;
  line-height: inherit;
}

.btn-size-xl {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0 30px;
  height: 54px;
  line-height: 54px;
  padding-bottom: 2px;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
}

.btn-size-l {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0 30px;
  height: 54px;
  line-height: 54px;
  padding-bottom: 2px;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
}

.btn-size-m {
  font-size: 14px;
  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: 0px;
  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: 0.5 !important;
}

.btn-comparison .icon-comparison {
  margin-right: 5px;
  font-size: 80%;
}

.btn-comparison.is_added {
  background: #b0b0b0;
  color: #fff;
  border-color: #b0b0b0;
}

select {
  max-width: 100%;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #999;
  font-size: 16px;
  text-indent: 0.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;
  outline: none;
}

select:focus {
  outline: none;
}

.is_error select {
  background-color: #ffd9d9;
}

select:disabled {
  background-color: #f7f7f7;
}

select::-ms-expand {
  display: none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="password"], input[type="url"], input[type="number"] {
  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;
  max-width: 100%;
  -webkit-appearance: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="number"]:focus {
  outline: none;
}

.is_error input[type="text"], .is_error input[type="email"], .is_error input[type="password"], .is_error input[type="tel"], .is_error input[type="search"], .is_error input[type="password"], .is_error input[type="url"], .is_error input[type="number"] {
  background-color: #ffd9d9;
}

textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1.6;
  font-size: 14px;
  padding: 10px 8px;
  outline: none;
  font-family: Lato, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

textarea:focus {
  outline: none;
}

.is_error textarea {
  background-color: #ffd9d9;
}

.c_checkbox input[type='checkbox'] {
  display: none;
}

.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'] {
  display: none;
}

.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 {
  border-color: #fff000;
  border-width: 3px;
  padding: 5px 14px 4px;
}

.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"] {
  display: none;
}

.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: 0px 2px 10px 0px rgba(0, 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: 0.7;
}

.c_radio input[type='radio'] {
  display: none;
}

.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'] {
  display: none;
}

.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 {
  border-color: #fff000;
  border-width: 3px;
  padding: 11px 10px 10px 46px;
}

.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'] {
  display: none;
}

.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 6px;
  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;
  width: calc(100% - 40px);
  margin: 0 auto 13px;
  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: #fff000;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
}

.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:hover .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.ui-draggable-dragging .c_range-price--selector-handle-1-popup {
  opacity: 1;
}

.c_range-price--selector-handle-2:hover .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.ui-draggable-dragging .c_range-price--selector-handle-2-popup {
  opacity: 1;
}

.c_range-price--input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 10px;
}

.c_range-price--input input {
  width: 100%;
  margin: 0 8px;
}

.c_range-price--input>:first-child {
  margin-left: 0 !important;
}

.c_range-price--tilde {
  margin-left: 5px;
}

.c_range-price--btn {
  text-align: center;
}

.c_range-price--btn .btn {
  width: 200px;
  height: 45px;
  line-height: 45px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin: 0 auto;
}

.icon-customize {
  display: inline-block;
  background-color: #fff000;
  color: #000;
  font-size: 12px !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
  flex-shrink: 0;
}

.icon-customize::before {
  font-size: 12px;
}

.icon-rakuten {
  background: #c02229;
  color: #fff;
  width: 40px;
  height: 40px;
  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-rakuten::before {
  content: "R";
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 22px;
}

.icon-paypay {
  background: #97791f;
  color: #fff;
  width: 40px;
  height: 40px;
  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: "Y";
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 22px;
}

.icon-amazon {
  background: #232F3E;
  color: #fff;
  width: 40px;
  height: 40px;
  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-amazon::before {
  content: "A";
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 22px;
}

.c_modal-content-hide {
  display: none;
}

.c_modal {
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 200;
  transition: .5s;
  opacity: 0;
  overflow-y: scroll;
}

.c_modal.is_open {
  opacity: 1;
  top: 0;
  z-index: 200;
}

.c_modal-bg {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

.c_modal-content-wrapper {
  height: calc(100% - 40px);
  z-index: 201;
  position: relative;
  margin-top: 40px;
}

.c_modal-btn-close {
  position: absolute;
  top: -33px;
  right: 10px;
  color: #fff;
  font-size: 20px;
}

.c_modal-btn-close:hover {
  text-decoration: none;
  color: #fff000;
}

.c_modal-content {
  background: #fff;
  overflow: auto;
  min-height: 100px;
  max-height: 100%;
}

.c_modal-content-title {
  font-size: 20px;
  font-weight: bold;
}

.c_modal-content-message {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  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: 100%;
}

.c_modal.c_modal-size-m .c_modal-content-wrapper {
  width: 100%;
}

.c_modal.c_modal-size-l .c_modal-content-wrapper {
  width: 100%;
}

.c_modal.c_modal-size-l .c_modal-inner {
  padding: 15px;
}

.c_modal-inner {
  padding: 20px;
}

.modal-goods-search {
  width: 100vw;
  overflow-x: hidden;
}

.modal-goods-search .c_modal-content-wrapper {
  width: 100%;
  background: #fff;
}

.modal-goods-search .c_modal-btn-close {
  font-size: 20px;
}

.modal-goods-search .c_modal-inner {
  padding: 0;
}

.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: "\FF1A";
}

.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 {
  background: #f9f9f9;
  position: relative;
}

.modal-goods-search .block-common-search::after {
  content: "";
  display: block;
  width: 100%;
  height: 176px;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: 0;
}

.modal-goods-search .block-common-search--inner {
  padding: 68px 0 40px;
}

.modal-goods-search .block-common-search--toggle {
  width: 100%;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 1;
}

.modal-goods-search .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;
}

.modal-goods-search .block-common-search--toggle-hook:hover {
  text-decoration: none;
}

.modal-goods-search .block-common-search--toggle-hook [class*="icon-"] {
  font-size: 26px;
  margin: 0 24px 0 0;
}

.modal-goods-search .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: bold;
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -13px;
}

.modal-goods-search .block-common-search--toggle-hook .c_toggle-state-icon::before, .modal-goods-search .block-common-search--toggle-hook .c_toggle-state-icon::after {
  content: "";
  z-index: 1;
  position: absolute;
  display: block;
  background: #000;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.modal-goods-search .block-common-search--toggle-hook .c_toggle-state-icon::before {
  width: 2px;
  height: 14px;
  top: 50%;
  right: 12px;
  margin-top: -7px;
}

.modal-goods-search .block-common-search--toggle-hook .c_toggle-state-icon::after {
  width: 14px;
  height: 2px;
  top: 50%;
  right: 6px;
  margin-top: -1px;
}

.modal-goods-search .block-common-search--toggle-hook .c_toggle-state-icon:hover {
  cursor: pointer;
}

.modal-goods-search .block-common-search--toggle-hook.is_toggle-open {
  box-shadow: 0 0 10px 5px rgba(11, 5, 3, 0.06);
}

.modal-goods-search .block-common-search--toggle-hook.is_toggle-open .c_toggle-state-icon::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal-goods-search .block-common-search--toggle-content {
  background: #fff;
  padding: 65px 64px 64px;
}

.modal-goods-search .block-common-search--toggle-content>:last-child {
  margin-bottom: 0;
}

.modal-goods-search .block-common-search--form {
  padding: 0;
}

.modal-goods-search .block-common-search--form>:last-child {
  margin-bottom: 0;
}

.modal-goods-search .block-common-search--form-back-select-type {
  border-bottom: 1px solid #ddd;
  color: #000;
  font-size: 12px;
  padding: 11px 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.modal-goods-search .block-common-search--form-back-select-type [class*="icon-"] {
  color: #999;
  font-size: 11px;
  margin: 0 11px 0 0;
}

.modal-goods-search .block-common-search--form-select-info {
  color: #000;
  padding: 18px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-goods-search .block-common-search--form-select-info-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.modal-goods-search .block-common-search--form-select-info-def {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.modal-goods-search .block-common-search--form-select-info-def-dt {
  margin-right: 5px;
}

.modal-goods-search .block-common-search--form-select-info-def-num {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.modal-goods-search .block-common-search--form-title {
  border-bottom: 1px solid #ddd;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px;
  margin: 0;
}

.modal-goods-search .block-common-search--form-item-toggle-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: auto;
  left: 100%;
  width: 100vw;
  background: #fff;
  z-index: 2;
  transition: .5s;
}

.modal-goods-search .block-common-search--form-item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.modal-goods-search .block-common-search--form-item .c_toggle-state-icon {
  position: absolute;
  top: 12px;
  right: 6px;
  flex-shrink: 0;
  background: transparent;
  transition: .3s;
}

.modal-goods-search .block-common-search--form-item .c_toggle-state-icon:hover {
  background: #e9e9e9;
}

.modal-goods-search .block-common-search--form-item-title {
  border-bottom: 1px solid #ddd;
  background: #e9e9e9;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 16px 12px;
  margin-bottom: -1px;
}

.modal-goods-search .block-common-search--form-item-input {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.modal-goods-search .block-common-search--form-item-guide-text {
  color: #999;
  font-size: 13px;
  text-align: right;
  line-height: 1.38;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.modal-goods-search .block-common-search--form-item-guide-text-wrap {
  max-width: 40%;
  height: 50px;
  padding: 5px 0;
  position: absolute;
  top: 0;
  right: 46px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal-goods-search .block-common-search--form-item-list {
  border-bottom: 1px solid #ddd;
}

.modal-goods-search .block-common-search--form-item-list:last-child {
  border-bottom: 0;
}

.modal-goods-search .block-common-search--form-item-list .c_checkbox input[type='checkbox']+label {
  width: 100%;
  padding: 13px 12px 13px 50px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.modal-goods-search .block-common-search--form-item-list .c_checkbox input[type='checkbox']+label::after {
  left: 12px;
}

.modal-goods-search .block-common-search--form-item-list .c_checkbox input[type='checkbox']+label::before {
  left: 18px;
}

.modal-goods-search .block-common-search--form-item-more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  z-index: 2;
  position: relative;
}

.modal-goods-search .block-common-search--form-item-more-btn {
  width: 280px;
  height: 40px;
  line-height: 38px;
  color: #666;
}

.modal-goods-search .block-common-search--form-item-more-btn .icon-arrow-bottom {
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.modal-goods-search .block-common-search--form-item-more+.block-common-search--form-item {
  margin-top: -100px;
}

.modal-goods-search .block-common-search--form-item-more-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  margin-bottom: -50px;
}

.modal-goods-search .block-common-search--form-item-more-close-btn {
  width: 280px;
  height: 40px;
  line-height: 38px;
  color: #666;
}

.modal-goods-search .block-common-search--form-item-more-close-btn .icon-arrow-top {
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.modal-goods-search .block-common-search--form-item-more-close+.block-common-search--form-item {
  margin-top: 50px;
}

.modal-goods-search .block-common-search--form-freeword {
  border-bottom: none;
  padding: 12px 12px 12px;
  background: #f7f7f7;
}

.modal-goods-search .block-common-search--form-freeword .block-common-search--form-item-input {
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
}

.modal-goods-search .block-common-search--form-freeword .block-common-search--form-item-value[type="text"] {
  width: 100%;
  height: auto;
  border: 0;
  background: none;
  box-shadow: none;
  line-height: 1;
  padding: 16px 18px;
}

.modal-goods-search .block-common-search--form-freeword .block-common-search--form-item-submit {
  border: 0;
  background: none;
  padding: 10px 23px 10px 10px;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.modal-goods-search .block-common-search--form-freeword .block-common-search--form-item-submit:focus {
  outline: none;
}

.modal-goods-search .block-common-search--form-freeword .block-common-search--form-item-submit [class*="icon-"] {
  color: #000;
  font-size: 18px;
}

.modal-goods-search .block-common-search--form-type .block-common-search--form-item-list input {
  display: none;
}

.modal-goods-search .block-common-search--form-type .block-common-search--form-item-list input+label {
  min-height: 55px;
  border: 3px solid transparent;
  padding: 4px 17px 4px 10px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.modal-goods-search .block-common-search--form-type .block-common-search--form-item-list input:checked+label {
  border-color: #fff000;
}

.modal-goods-search .block-common-search--form-brand .block-common-search--form-item-list {
  display: flex;
}

.modal-goods-search .block-common-search--form-brand .block-common-search--form-item-list input {
  display: none;
}

.modal-goods-search .block-common-search--form-brand .block-common-search--form-item-list input+label {
  min-height: 55px;
  border: 3px solid transparent;
  padding: 4px 17px 4px 10px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.modal-goods-search .block-common-search--form-brand .block-common-search--form-item-list input:checked+label {
  border-color: #fff000;
}

.modal-goods-search .block-common-search--form-brand .block-common-search--form-item-list-brand-logo {
  width: 105px;
  text-align: center;
  margin-right: 18px;
}

.modal-goods-search .block-common-search--form-brand .block-common-search--form-item-list-brand-logo img {
  height: auto;
}

.modal-goods-search .block-common-search--form-brand .block-common-search--form-item-list-brand-name {
  font-size: 12px;
  line-height: 1.41;
  display: flex;
  align-items: center;
}

.modal-goods-search .block-common-search--form-size .block-common-search--form-item-lists {
  padding: 0 10px 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}

.modal-goods-search .block-common-search--form-size .block-common-search--form-item-list {
  border: 0;
  font-size: 13px;
  margin: 10px 0 0 10px;
  display: flex;
}

.modal-goods-search .block-common-search--form-size .block-common-search--form-item-list input {
  display: none;
}

.modal-goods-search .block-common-search--form-size .block-common-search--form-item-list input+label {
  min-height: auto;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 9px 19px 10px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.modal-goods-search .block-common-search--form-size .block-common-search--form-item-list input:checked+label {
  border: 3px solid #fff000;
  padding: 7px 17px 8px;
}

.modal-goods-search .block-common-search--form-price .block-common-search--form-item-lists {
  padding: 42px 12px 12px;
}

.modal-goods-search .block-common-search--form-officein.block-common-search--form-item, .modal-goods-search .block-common-search--form-fast-shipping.block-common-search--form-item {
  border-bottom: 1px solid #ddd;
  padding: 12px 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.modal-goods-search .block-common-search--form-officein .block-common-search--form-item-title, .modal-goods-search .block-common-search--form-fast-shipping .block-common-search--form-item-title {
  border: 0;
  background: none;
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px 0 0;
  flex-shrink: 0;
}

.modal-goods-search .block-common-search--form-officein .block-common-search--form-item-input, .modal-goods-search .block-common-search--form-fast-shipping .block-common-search--form-item-input {
  border: 0;
  text-align: right;
  padding: 0;
}

.modal-goods-search .block-common-search--form-result-cart-count {
  font-size: 12px;
  padding: 17px 12px 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal-goods-search .block-common-search--form-result-cart-count-value-num {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.modal-goods-search .block-common-search--form-btns {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-goods-search .block-common-search--form-btn-clear.btn-size-l, .modal-goods-search .block-common-search--form-btn-submit.btn-size-l {
  min-width: auto;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  padding: 0 10px;
  margin: 0;
}

.modal-goods-search .block-common-search--form-btn-clear.btn-size-l {
  width: 35%;
  margin: 0 12px 0 0;
}

.modal-goods-search .block-common-search--form-btn-submit.btn-size-l {
  width: calc(100% - 35% - 12px);
}

.modal-goods-detail-spec h1 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.modal-goods-detail-spec .print_page {
  display: none;
}

.modal-goods-detail-spec .spec-table {
  margin-bottom: 20px;
}

.modal-goods-detail-spec .spec-table th, .modal-goods-detail-spec .spec-table td {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 11px;
}

.modal-goods-detail-spec .spec-table th {
  background: #E6E6E6;
  word-break: break-all;
}

.modal-goods-detail-spec .spec-table .pattern_number th {
  width: 50%;
}

.modal-goods-detail-spec .spec-table .pattern_number td {
  background: #009;
  color: #FFF;
  font-weight: bold;
}

.modal-goods-detail-spec .attention, .modal-goods-detail-spec .trademark {
  font-size: 11px;
  margin-bottom: 10px;
}

.bl_npSuggestContainerMobile * {
  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: transparent;
}

.bl_npSuggestContainerMobile *::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.bl_npSuggestContainerMobile a {
  color: #545454;
  text-decoration: none;
}

.bl_npSuggestContainerMobile {
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile_searchboxComponent {
  width: 100%;
  margin: 0;
  background-color: #fff;
}

.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile_eventComponent {
  width: 100%;
  background-color: #fff;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList {
  border: 0;
  margin-bottom: 1px;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_header {
  display: none;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body::after {
  content: '';
  padding: .25em;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body::-webkit-scrollbar {
  width: 0;
  height: .3em;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body::-webkit-scrollbar-track {
  border-radius: .5em;
  box-shadow: inset 0 0 2px #d4d9dc;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: .5em;
  box-shadow: none;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  cursor: pointer;
  flex-shrink: 0;
  border-bottom: 1px solid #d4d9dc;
  background-color: #fff;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item:focus, .bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item:hover {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item .el_npSuggestAnnotationLabel {
  display: none;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item>* {
  margin-right: .5em;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item>*:first-child {
  margin-left: .5em;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_label {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  padding: .75em 0;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_keyword {
  display: flex;
  align-items: center;
  flex-grow: 1;
  white-space: nowrap;
  overflow-x: auto;
  padding: .75em 0;
}

.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList {
  border: 0;
  margin-bottom: 1px;
}

.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_header {
  display: none;
}

.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_body {
  display: flex;
  justify-content: flex-start;
  padding: .5em;
  overflow-y: auto;
}

.bl_npSuggestSearchKeywordList_body::after {
  content: '';
  padding: .25em;
}

.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_body::-webkit-scrollbar {
  width: 0;
  height: .3em;
}

.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_body::-webkit-scrollbar-track {
  border-radius: .5em;
  box-shadow: inset 0 0 2px #d4d9dc;
}

.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_body::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: .5em;
  box-shadow: none;
}

.bl_npSuggestSearchKeywordList_item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  cursor: pointer;
  flex-shrink: 0;
  border-bottom: 1px solid #d4d9dc;
  background-color: #fff;
}

.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item:focus, .bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item:hover {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item .el_npSuggestAnnotationLabel {
  display: none;
}

.bl_npSuggestSearchKeywordList_item>* {
  margin-right: .5em;
}

.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item>*:first-child {
  margin-left: .5em;
}

.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_label {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  padding: .75em 0;
}

.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_keyword {
  display: flex;
  align-items: center;
  flex-grow: 1;
  white-space: nowrap;
  overflow-x: auto;
  padding: .75em 0;
}

.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_header {
  background: #f2f2f2;
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_header::before {
  content: '検索履歴';
  font-weight: 500;
  font-family: 'Noto Sans JP';
}

.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_body::-webkit-scrollbar {
  width: 0;
  height: .3em;
}

.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_body::-webkit-scrollbar-track {
  border-radius: .5em;
  box-shadow: inset 0 0 2px #d4d9dc;
}

.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_body::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: .5em;
  box-shadow: none;
}

.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  cursor: pointer;
  flex-shrink: 0;
  border-bottom: 1px solid #d4d9dc;
  background-color: #fff;
}

.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item:focus, .bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item:hover {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item .el_npSuggestAnnotationLabel {
  display: none;
}

.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item>* {
  margin-right: .5em;
}

.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item>*:first-child {
  margin-left: .5em;
}

.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_label {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  padding: .75em 0;
}

.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_keyword {
  display: flex;
  align-items: center;
  flex-grow: 1;
  white-space: nowrap;
  overflow-x: auto;
  padding: .75em;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList {
  border: 0;
  margin-bottom: 1px;
  counter-reset: bl_npSuggestRankingList 0;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList .el_npSuggestCrownIcon {
  display: inline-block;
  position: relative;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList .el_npSuggestCrownIcon::after {
  content: counter(bl_npSuggestRankingList) ".";
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_header {
  background: #f2f2f2;
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_header::before {
  content: '人気のキーワード';
  font-weight: 500;
  font-family: 'Noto Sans JP';
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body::after {
  content: '';
  padding: .25em;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body::-webkit-scrollbar {
  width: 0;
  height: .3em;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body::-webkit-scrollbar-track {
  border-radius: .5em;
  box-shadow: inset 0 0 2px #d4d9dc;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: .5em;
  box-shadow: none;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  counter-increment: bl_npSuggestRankingList;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item>* {
  margin-right: .5em;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item>*:first-child {
  margin-left: .5em;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item:focus, .bl_npSuggestContainerMobile .bl_npSuggestRankingList_item:hover {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_label {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_keyword {
  display: flex;
  align-items: center;
  flex-grow: 1;
  white-space: nowrap;
  overflow-x: auto;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_icon {
  font-weight: bold;
  color: #a9a9a9;
}

.bl_npSuggestContainerMobile .bl_npSuggestRankingList_icon::before {
  content: counter(bl_npSuggestRankingList) ".";
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList {
  border: 1px solid #d4d9dc;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList_header {
  font-size: 0.75em;
  padding: .5em;
  background-color: #d4d9dc;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList_header>span {
  margin: 0 .3em;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList_body {
  padding: .5em 0 .5em .5em;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList_body::after {
  content: '';
  padding: .25em;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList_body {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList_item {
  display: block;
  flex: 0 0 7em;
  margin: 0 .5em 0 0;
  box-shadow: 1px 1px 2px 1px #d4d9dc;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList_item:last-child {
  margin: 0;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList_item:focus, .bl_npSuggestContainerMobile .bl_npSuggestItemList_item:hover {
  box-shadow: 2px 2px 3px 2px #d4d9dc;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList_body::-webkit-scrollbar {
  width: 0;
  height: .3em;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList_body::-webkit-scrollbar-track {
  border-radius: .5em;
  box-shadow: inset 0 0 2px #d4d9dc;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList_body::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: .5em;
  box-shadow: none;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList__media .bl_npSuggestItemList_body {
  display: block;
  padding: .5em .5em 0 .5em;
  overflow-y: auto;
  max-height: 400px;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList__media .bl_npSuggestItemList_item {
  display: flex;
  height: 6em;
  margin: 0 0 .5em 0;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList_item:last-child {
  margin: 0;
}

.bl_npSuggestContainerMobile .bl_npSuggestItemList__media .bl_npSuggestItemList_body::-webkit-scrollbar {
  width: .3em;
  height: 0;
}

.bl_npSuggestContainerMobile .bl_npSuggestMedia {
  background-color: #fff;
  display: flex;
  height: 6em;
}

.bl_npSuggestContainerMobile .bl_npSuggestMedia_imgWrapper {
  position: relative;
  flex: 0 1 35%;
  overflow-y: hidden;
}

.bl_npSuggestContainerMobile .bl_npSuggestMedia_imgWrapper>img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.bl_npSuggestContainerMobile .bl_npSuggestMedia_body {
  flex: 1;
  padding: .5em;
}

.bl_npSuggestContainerMobile .bl_npSuggestMedia_ttl {
  max-height: 3em;
  overflow-y: auto;
  margin-bottom: 1em;
}

.bl_npSuggestContainerMobile .bl_npSuggestMedia_price {
  font-size: .8em;
}

.bl_npSuggestContainerMobile .bl_npSuggestCard {
  display: block;
  background-color: #fff;
}

.bl_npSuggestContainerMobile .bl_npSuggestCard_imgWrapper {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}

.bl_npSuggestContainerMobile .bl_npSuggestCard_imgWrapper>img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.bl_npSuggestContainerMobile .bl_npSuggestCard_body {
  padding: .5em;
}

.bl_npSuggestContainerMobile .bl_npSuggestCard_ttl {
  font-size: .8em;
  max-height: 3em;
  overflow-y: auto;
  margin-bottom: 1em;
}

.bl_npSuggestContainerMobile .bl_npSuggestCard_price {
  font-size: .6em;
}

.el_bold {
  display: inline-block;
  font-weight: bold;
}

.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: #f2f2f2;
  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: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
}

.goods-price-unit {
  font-size: 10px;
  font-weight: 400;
  margin-left: 5px;
}

.goods-price-tilde {
  font-size: 10px;
  font-weight: 400;
}

.goods-price-zeikomi {
  display: block;
}

.goods-price-zeikomi-label {
  font-size: 10px;
  font-weight: 400;
}

.goods-price-zeibetsu {
  display: block;
}

.goods-price-zeibetsu::before {
  content: "(";
  font-size: 10px;
  margin-right: 2px;
}

.goods-price-zeibetsu::after {
  content: ")";
  font-size: 10px;
  margin-left: 2px;
}

.goods-price-zeibetsu-label {
  font-size: 10px;
  font-weight: 400;
}

.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: 12px;
  font-weight: 400;
}

.goods-price-zeibetsu .goods-price-unit, .goods-price-zeibetsu .goods-price-tilde {
  font-size: 10px;
  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: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.goods-price-before .goods-price-unit, .goods-price-before .goods-price-tilde, .goods-price-before .goods-price-zeikomi-label, .goods-price-before .goods-price-zeikomi-label {
  font-size: 10px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.goods-price-before .goods-price-zeibetsu-label::after {
  content: " ";
}

.goods-price-before .goods-price-zeibetsu::before, .goods-price-before .goods-price-zeibetsu::after {
  margin: 0;
  padding: 0;
}

.goods-price-after {
  line-height: 1;
}

.goods-price-after .goods-price-class-txt, .goods-price-after .goods-price-value, .goods-price-after .goods-price-unit, .goods-price-after .goods-price-tilde {
  color: #f32f30;
}

.goods-price-after .goods-price-zeikomi-label {
  color: #f32f30;
}

.goods-price-after .goods-price-zeibetsu::before, .goods-price-after .goods-price-zeibetsu::after {
  color: #f32f30;
}

.goods-price-after .goods-price-zeibetsu-label {
  color: #f32f30;
}

.slick-slide img {
  content-visibility: visible !important;
}

.slick-prev, .slick-next {
  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;
}

.slick-prev::before, .slick-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 17px;
  left: 14px;
}

.slick-prev:hover, .slick-next:hover {
  background: #fff000;
}

.slick-prev:hover:before, .slick-next:hover:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev {
  left: -58px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -58px;
}

.slick-prev::before {
  transform: rotate(-135deg);
  top: 16px;
  left: 18px;
}

.slick-next {
  right: -58px;
}

[dir="rtl"] .slick-next {
  left: -58px;
  right: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  height: 18px;
  width: 18px;
  outline: none;
  line-height: 0;
  padding: 5px;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  background: transparent;
}

.slick-dots li button::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background: #dbdbdb;
  border-radius: 50%;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button::before {
  background: #fff000;
}

.slick-count {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 20px;
  font-size: 10px;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
}

.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: bold;
  position: relative;
  vertical-align: middle;
}

.c_toggle-state-icon::before, .c_toggle-state-icon::after {
  content: "";
  z-index: 1;
  position: absolute;
  display: block;
  transition: opacity .2s linear;
  background-color: #000;
  transition: .3s;
}

.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-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  border: 1px solid #e6e6e6;
  margin-top: -1px;
}

.c_toggle-list:hover {
  text-decoration: none;
  color: #999;
}

.c_toggle-list-content {
  border: 1px solid #e6e6e6;
  margin-top: -1px;
}

.c_toggle-list .c_toggle-state-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -13px;
}

.c_toggle-list .c_toggle-state-icon:hover {
  cursor: pointer;
}

*, *:before, *:after {
  box-sizing: border-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: 320px;
  color: #000;
  background-color: #fff;
}

.debug-info {
  display: none;
  background: red;
  color: #fff;
  padding: 5px;
  position: relative;
  z-index: 9999;
}

h1, .h1 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
}

h2, .h2 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 700;
}

h3, .h3 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
}

h4, .h4 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
}

h5, .h5 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
}

h6, .h6 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #112ca6;
}

a:focus {
  outline-offset: -2px;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

address {
  font-style: normal;
}

button:focus {
  outline: none;
}

sup, sub {
  font-size: 10px;
  vertical-align: super;
  font-size: smaller;
}

.wrapper {
  padding-top: 50px;
}

.pane-main img {
  content-visibility: auto;
}

.pane-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 102;
}

.block-header {
  border-bottom: 1px solid #dedede;
  background: #fff;
  height: 50px;
}

.block-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 6px 6px 12px;
}

.block-header-title {
  min-width: 160px;
  padding: 0;
}

.block-header-title--logo-img {
  width: 120px;
  height: 23px;
  display: block;
}

.block-header-title--catchcopy {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0 0 2px;
  transform: scale(0.8);
  transform-origin: 0 0;
}

.block-header-utility--lists {
  font-size: 10px;
  display: flex;
}

.block-header-utility--list {
  width: 44px;
  text-align: center;
}

@media screen and (max-width: 320px) {
  .block-header-utility--list {
    width: 35px;
  }
}

.block-header-utility--list>a {
  color: #000;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.block-header-utility--list [class*="icon-"] {
  font-size: 16px;
  margin: 9px 0 7px;
}

.block-header-utility--list-label {
  height: 1em;
  white-space: nowrap;
  display: inline-block;
  transform: scale(0.8);
  transform-origin: 50% 0;
}

.block-header-utility--list.utility-list-menu>a {
  padding: 0 0 0;
  position: relative;
}

.icon-togglemenu-trigger {
  display: block;
  transition: all .3s;
  box-sizing: border-box;
  position: relative;
  width: 15px;
  height: 16px;
}

.icon-togglemenu-trigger span {
  display: block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.icon-togglemenu-trigger span:nth-of-type(1) {
  top: 0;
}

.icon-togglemenu-trigger span:nth-of-type(2) {
  top: 7px;
}

.icon-togglemenu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.is_header-toggle-menu-opened .icon-togglemenu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar-open-1 .3s forwards;
  animation: menu-bar-open-1 .3s forwards;
}

.is_header-toggle-menu-opened .icon-togglemenu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.is_header-toggle-menu-opened .icon-togglemenu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar-open-2 .3s forwards;
  animation: menu-bar-open-2 .3s forwards;
}

.is_header-toggle-menu-opened .pane-globalnav {
  display: none;
}

@-webkit-keyframes menu-bar-close-1 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar-close-1 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar-close-2 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar-close-2 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar-open-1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
  }
}

@keyframes menu-bar-open-1 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}

@-webkit-keyframes menu-bar-open-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
}

@keyframes menu-bar-open-2 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}

.pane-globalnav {
  background: #fff;
  position: relative;
  /*height: 39px;*/
    height: 50px;
  z-index: 101;
}

.block-global-nav {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  transition: .3s;
  /*height: 39px;*/
    height: 50px;
}

.block-global-nav::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 39px;
  z-index: 101;
}

.is_gnav-opened .block-global-nav {
  height: calc(100vh - 50px);
}

.block-global-nav--lists {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  padding: 0 6px;
  background: #fff;
  z-index: 101;
  position: relative;
    height:50px;
}

.block-global-nav--list {
  margin: 0;
  padding-right: 8px;
  position: relative;
  flex-shrink: 0;
  background: #fff;
}

.block-global-nav--list:last-child {
  margin-right: 0;
}

.block-global-nav--list>a {
  border-bottom: 2px solid transparent;
  color: #000;
  padding: 10px 7px 9px;
  padding-right: 18px;
  position: relative;
  display: inline-block;
}

.block-global-nav--list>a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  transform: rotate(-45deg);
}

.block-global-nav--list>a::before {
  margin: -4px 0 0;
  transition: .3s;
}

.block-global-nav--list.is_active>a {
  border-bottom-color: #fff000;
}

.block-global-nav--list.is_active>a::before {
  transform: rotate(135deg);
  margin-top: 0;
}

.block-global-nav--list.is_active .block-global-nav--list-items {
  height: auto;
  overflow: auto;
}

.block-global-nav--list-items {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  padding: 0 5px;
  width: 300px;
  height: 0;
  overflow: hidden;
  max-height: calc(100vh - 210px);
  z-index: 101;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.block-global-nav--list-item {
  border-bottom: 1px solid #DDD;
}

.block-global-nav--list-item a {
  display: block;
  padding: 15px 30px 15px 5px;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  position: relative;
}

.block-global-nav--list-item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: rotate(45deg);
  margin-top: -5px;
}

.block-global-nav--list-item:last-child {
  border-bottom: none;
}

.block-global-nav--overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.is_gnav-opened .block-global-nav--overlay {
  display: block;
}

.pane-header-toggle-menu {
  position: fixed;
  top: 50px;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow: auto;
  transition: .5s;
  z-index: 101;
  transition: opacity .3s, visibility 0s ease .3s;
  opacity: 0;
  visibility: hidden;
}

.is_header-toggle-menu-opened .pane-header-toggle-menu {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.block-header-toggle-menu {
  width: calc(100% - 40px);
  background: #FFF;
  overflow: auto;
  position: relative;
  transition: .5s;
  left: 100%;
  z-index: 101;
  padding-bottom: 50px;
}

.is_header-toggle-menu-opened .block-header-toggle-menu {
  left: 40px;
}

.block-header-toggle-menu-list {
  border-bottom: 1px solid #2d2d2d;
}

.block-header-toggle-menu-list:last-child {
  border-bottom: none;
}

.block-header-toggle-menu-list-a {
  display: block;
  color: #FFF;
  background: #3c3c3c;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 40px 15px 20px;
  position: relative;
}

.block-header-toggle-menu-list-a .c_toggle-state-icon {
  position: absolute;
  top: 12px;
  right: 10px;
  background: transparent;
}

.block-header-toggle-menu-list-a .c_toggle-state-icon::before {
  background-color: #fff;
}

.block-header-toggle-menu-list-a .c_toggle-state-icon::after {
  background-color: #fff;
}

.block-header-toggle-menu-list-item {
  border-bottom: 1px solid #DDD;
  position: relative;
}

.block-header-toggle-menu-list-item-a {
  display: block;
  color: #000;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 30px 15px 20px;
  position: relative;
}

.block-header-toggle-menu-list-item-a .c_toggle-state-icon {
  position: absolute;
  top: 12px;
  right: 10px;
  background: transparent;
}

/* .block-header-toggle-menu-list-item-type {
  display: flex;
  flex-wrap: wrap;
} */

/* .block-header-toggle-menu-list-item-type-item {
  width: 33.3%;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  box-sizing: border-box;
  margin-bottom: -1px;
} */

/* .block-header-toggle-menu-list-item-type-item:nth-child(1), .block-header-toggle-menu-list-item-type-item:nth-child(2) {
  width: 50%;
}

.block-header-toggle-menu-list-item-type-item:nth-child(3), .block-header-toggle-menu-list-item-type-item:nth-child(4) {
  width: 50%;
}

.block-header-toggle-menu-list-item-type-item:nth-child(2), .block-header-toggle-menu-list-item-type-item:nth-child(5) {
  border-right: none;
} */

.block-header-toggle-menu-list-item-type-item a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #000;
  font-size: 12px;
  line-height: 17px;
}

.block-header-toggle-menu-list-item-type-item {
  border-bottom: 1px solid #DDD;
}

.block-header-toggle-menu-list-item-type-item a .type_icons {
  width: 50px;
  height: auto;
  margin-right: 20px;
}
.block-header-toggle-menu-list-item-type-item a img {
  display: block;
  height: 33px;
  margin-top: auto;
  margin-bottom: auto;
}

.block-header-toggle-menu-list-item-type-item a .type_icons:last-child:last-child img {
  margin-left: auto;
  margin-right:auto;
}

.block-header-toggle-menu-list-item-brand-item {
  border-bottom: 1px solid #DDD;
}

.block-header-toggle-menu-list-item-brand-item:last-child {
  border-bottom: none;
}

.block-header-toggle-menu-list-item-brand-item a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #000;
  font-size: 12px;
  line-height: 17px;
}

.block-header-toggle-menu-list-item-brand-item-logo {
  margin-right: 20px;
  flex-shrink: 0;
}

.block-header-toggle-menu-list-item-brand-item-logo img {
    width: 95px;
    height: 32px;
}

.block-header-toggle-menu-list-item-purpose-item {
  border-bottom: 1px solid #DDD;
}

.block-header-toggle-menu-list-item-purpose-item a {
  display: block;
  color: #000;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 30px 15px 20px;
  position: relative;
}

.block-header-toggle-menu-list-item-purpose-item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: rotate(45deg);
  margin-top: -5px;
}

.block-header-toggle-menu-list-item-alllink {
  display: block;
  padding: 10px !important;
  text-align: right;
  color: #000;
}

.block-header-toggle-menu-list.list-guide .block-header-toggle-menu-list-item, .block-header-toggle-menu-list.list-cart .block-header-toggle-menu-list-item, .block-header-toggle-menu-list.list-order .block-header-toggle-menu-list-item, .block-header-toggle-menu-list.list-company .block-header-toggle-menu-list-item {
  border-bottom: 1px solid #DDD;
}

.block-header-toggle-menu-list.list-guide .block-header-toggle-menu-list-item a, .block-header-toggle-menu-list.list-cart .block-header-toggle-menu-list-item a, .block-header-toggle-menu-list.list-order .block-header-toggle-menu-list-item a, .block-header-toggle-menu-list.list-company .block-header-toggle-menu-list-item a {
  display: flex;
  align-items: center;
  color: #000;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 30px 15px 20px;
  position: relative;
}

.block-header-toggle-menu-list.list-guide .block-header-toggle-menu-list-item a::after, .block-header-toggle-menu-list.list-cart .block-header-toggle-menu-list-item a::after, .block-header-toggle-menu-list.list-order .block-header-toggle-menu-list-item a::after, .block-header-toggle-menu-list.list-company .block-header-toggle-menu-list-item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: rotate(45deg);
  margin-top: -5px;
}

.block-header-toggle-menu-list.list-guide .block-header-toggle-menu-list-item a .icon, .block-header-toggle-menu-list.list-cart .block-header-toggle-menu-list-item a .icon, .block-header-toggle-menu-list.list-order .block-header-toggle-menu-list-item a .icon, .block-header-toggle-menu-list.list-company .block-header-toggle-menu-list-item a .icon {
  font-size: 25px;
  margin-right: 15px;
}

.block-header-toggle-menu-list.list-guide .block-header-toggle-menu-list-item-text-sub, .block-header-toggle-menu-list.list-cart .block-header-toggle-menu-list-item-text-sub, .block-header-toggle-menu-list.list-order .block-header-toggle-menu-list-item-text-sub, .block-header-toggle-menu-list.list-company .block-header-toggle-menu-list-item-text-sub {
  font-size: 10px;
}

.block-header-toggle-menu-list.list-order .block-header-toggle-menu-list-item a {
  flex-direction: column;
}

.block-header-toggle-menu-list.list-order .block-header-toggle-menu-list-item-row1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
}

.block-header-toggle-menu-list.list-order .block-header-toggle-menu-list-item-row1 .icon {
  font-size: 27px;
  margin-right: 10px;
}

.block-header-toggle-menu-list.list-order .block-header-toggle-menu-list-item-row2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.block-header-toggle-menu-list.list-order .block-header-toggle-menu-list-item-row3 {
  font-size: 12px;
  line-height: 17px;
}

.block-header-toggle-menu-list.list-order .block-header-toggle-menu-list-item-tel {
  display: block;
  background: #fff000;
  font-size: 15px;
  line-height: 25px;
  padding: 0 12px;
  margin-right: 12px;
}

.block-header-toggle-menu-list.list-order .block-header-toggle-menu-list-item-num {
  font-size: 32px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}

.block-header-toggle-menu-close a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #e9e9e9;
  font-size: 13px;
  height: 42px;
}

.block-header-toggle-menu-close a .icon {
  font-size: 15px;
  margin-right: 10px;
}

.block-header-toggle-menu--overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.is_gnav-opened .block-header-toggle-menu--overlay {
  display: block;
}

.block-aside-point {
  background: #f7f7f7;
}

.block-aside-point--inner {
  padding: 36px 0 15px;
}

.block-aside-point--header {
  padding: 0 12px;
  margin: 0 0 16px;
}

.block-aside-point--header>:last-child {
  margin-bottom: 0;
}

.block-aside-point--header-sub {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.block-aside-point--header-main {
  font-size: 19px;
  font-weight: 700;
  margin-top: 0;
}

.block-aside-point--header-main-large {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 1;
}

.block-aside-point--body>:last-child {
  margin-bottom: 0;
}

.block-aside-point--lists {
  padding: 0 0 0 12px;
  display: flex;
}

.block-aside-point--lists::after {
  content: ".";
  color: transparent;
  display: block;
  width: 1px;
}

.block-aside-point--list {
  width: 300px;
  border-radius: 2px;
  background: #fff;
  padding: 21px 15px 18px 21px;
  margin: 0 8px 0 0;
  display: flex;
  align-items: flex-start;
  flex: 0 0 auto;
}

.block-aside-point--list-icon {
  margin: 0 9px 0 0;
}

.block-aside-point--list-icon [class*="icon-"] {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff000;
  color: #000;
  font-size: 42px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-aside-point--list-body {
  margin: -4px 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: 20px;
}

.block-aside-point--list-text {
  font-size: 12px;
  line-height: 1.41;
  margin: 0 0 12px;
}

.block-aside-point--list-note {
  font-size: 10px;
  text-indent: -1.4em;
  line-height: 1.2;
  padding: 0 0 0 1.4em;
}

.block-aside-inquiry {
  background: #f7f7f7;
}

.block-aside-inquiry--inner {
  padding: 20px 12px 50px;
}

.block-aside-inquiry--title {
  border-bottom: 1px solid #ddd;
  background: #e9e9e9;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 37px 21px 15px;
  position: relative;
  display: block;
}

.block-aside-inquiry--title:hover, .block-aside-inquiry--title:focus {
  text-decoration: none;
}

.block-aside-inquiry--title .c_toggle-state-icon {
  background: transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}

.block-aside-inquiry--item {
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 20px 20px 18px 28px;
}

.block-aside-inquiry--item:last-child {
  border-bottom: 0;
}

.block-aside-inquiry--item>:last-child {
  margin-bottom: 0;
}

.block-aside-inquiry--item-header {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-aside-inquiry--item-header [class*="icon-"] {
  font-size: 27px;
  margin: 0 12px 0 0;
}

.block-aside-inquiry--item-def {
  font-size: 12px;
  line-height: 1.41;
  margin: 0 0 3px;
  display: flex;
}

.block-aside-inquiry--item-def-dt::after {
  content: '\a0:\a0';
}

.block-aside-inquiry--item-text-1 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 4px;
}

.block-aside-inquiry--item-text-2 {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.block-aside-inquiry--item-note {
  font-size: 10px;
  text-indent: -1.4em;
  line-height: 1.4;
  padding: 0 0 0 1.4em;
}

.block-aside-inquiry--item-number {
  margin: 0 0 5px;
}

.block-aside-inquiry--item-number-list {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 6px;
  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-list a[href^="tel:"] {
  color: #000;
}

.block-aside-inquiry--item-number-title {
  width: 50px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 5px;
  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-icon {
  margin: 3px 10px 0 0;
}

.block-aside-inquiry--item-line-icon [class*="icon-"] {
  color: #00c300;
  font-size: 37px;
}

.block-aside-inquiry--item-line-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block-aside-inquiry--item-line-def-dt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 8px;
}

.block-aside-inquiry--item-line-def-dd {
  font-size: 11px;
  line-height: 1.45;
}

.block-aside-inquiry--item-line-def .color-line {
  color: #00c300;
}

.block-aside-inquiry--item-line-qrcode {
  margin: 0 0 0 15px;
}

.block-aside-inquiry--item-line-qrcode img {
  max-width: 58px;
}

.block-aside-inquiry--item.inquiry-item--phone {
  padding-bottom: 13px;
}

.block-aside-inquiry--item.inquiry-item--phone .block-aside-inquiry--item-number {
  margin-bottom: 7px;
}

.block-aside-inquiry--item.inquiry-item--phone-ip {
  padding-bottom: 13px;
}

.block-aside-inquiry--item.inquiry-item--line {
  padding: 16px 20px 20px 20px;
  display: flex;
}

.pane-footer {
  margin-bottom: 60px;
}

.block-footer {
  padding: 0;
}

.block-footer-main {
  background: #262626;
  color: #f7f7f7;
}

.block-footer-main a {
  color: #f7f7f7;
}

.block-footer-main--inner {
  padding: 40px 20px 38px;
}

.block-footer-main--body {
  margin: 0 0 40px;
}

.block-footer-main--nav-item-header {
  border-bottom: 1px solid #1f1f1f;
  padding: 17px 48px 17px 8px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-footer-main--nav-item-header:hover, .block-footer-main--nav-item-header:focus {
  text-decoration: none;
}

.block-footer-main--nav-item-header .c_toggle-trigger-label {
  display: none;
}

.block-footer-main--nav-item-header .c_toggle-state-icon {
  background: transparent;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}

.block-footer-main--nav-item-header .c_toggle-state-icon::before, .block-footer-main--nav-item-header .c_toggle-state-icon::after {
  background: #fff;
}

.block-footer-main--nav-item-header-sub {
  color: #fff000;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .2em;
}

.block-footer-main--nav-item-list {
  border-bottom: 1px solid #1f1f1f;
}

.block-footer-main--nav-item-list>a {
  background: #2f2f2f;
  font-size: 13px;
  padding: 15px 10px 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-footer-main--nav-item-list>a [class*="icon-"] {
  font-size: 10px;
}

.block-footer-main--logo {
  text-align: center;
}

.block-footer-main--logo-img {
  margin: 0 0 17px;
  display: inline-block;
}

.block-footer-main--logo-img img {
  width: 165px;
}

.block-footer-main--logo-catchcopy {
  font-size: 10px;
  display: block;
}

.block-footer-utility {
  background: #1d1d1d;
  color: #f2f2f2;
}

.block-footer-utility a {
  color: #f2f2f2;
}

.block-footer-utility--inner {
  padding: 20px 20px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-footer-utility--item>:last-child {
  margin-bottom: 0;
}

.block-footer-utility--item.utility-item--secom {
  margin: 0 0 0 10px;
}

.block-footer-utility--item.utility-item--secom input[type="image"] {
  max-width: 45px;
}

@media screen and (max-width: 320px) {
  .block-footer-utility--item.utility-item--secom input[type="image"] {
    max-width: 40px;
  }
}

.block-footer-utility--lists {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.block-footer-utility--list {
  border-right: 1px solid #333;
  letter-spacing: -.05em;
  padding: 0 14px 0 0;
  margin: 0 14px 0 0;
}

.block-footer-utility--list:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

@media screen and (max-width: 320px) {
  .block-footer-utility--list {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
  }
}

.block-footer-social {
  background: #f7f7f7;
}

.block-footer-social--inner {
  padding: 15px 12px;
}

.block-footer-social--lists {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-footer-social--list {
  margin: 0 24px 0 0;
}

.block-footer-social--list:last-child {
  margin-right: 0;
}

.block-footer-social--list>a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-footer-social--list>a:hover {
  text-decoration: none;
}

.block-footer-social--list>a [class*="icon-"] {
  color: #fff;
}

.block-footer-social--list.list-item-facebook>a {
  background: #1877f2;
  align-items: flex-end;
}

.block-footer-social--list.list-item-facebook>a [class*="icon-"] {
  font-size: 23px;
}

.block-footer-social--list.list-item-twitter>a {
  background: #000000;
}

.block-footer-social--list.list-item-twitter>a [class*="icon-"] {
  font-size: 17px;
}

.block-footer-social--list.list-item-line>a {
  background: #00c300;
}

.block-footer-social--list.list-item-line>a [class*="icon-"] {
  font-size: 20px;
}

.block-footer-social--list.list-item-youtube>a {
  background: red;
}

.block-footer-social--list.list-item-youtube>a [class*="icon-"] {
  font-size: 19px;
}

.block-footer-mcj {
  background: #fff;
}

.block-footer-mcj--inner {
  text-align: center;
  padding: 12px 12px;
}

.block-footer-mcj--logo-img {
  width: 100px;
}

.block-footer-cart .block-footer-utility {
  background: #f7f7f7;
}

.block-footer-cart .block-footer-utility--inner {
  padding-top: 30px;
  justify-content: center;
}

.block-footer-cart .block-footer-utility--lists {
  justify-content: center;
}

.block-footer-cart .block-footer-utility a {
  color: #000;
}

.block-footer-copyright {
  background: #f7f7f7;
  text-align: center;
  padding: 10px;
  color: #3c3c3c;
  font-size: 10px;
  font-family: "Lato", sans-serif;
}

.pane-fixed-footer {
  position: fixed;
  bottom: -60px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  height: 60px;
  transition: .3s;
}

.is_upscroll .pane-fixed-footer {
  bottom: 0;
}

.is_header-toggle-menu-opened .pane-fixed-footer {
  bottom: -60px;
}

.block-fixed-footer-utility {
  display: flex;
  width: 100%;
  height: 60px;
}

.block-fixed-footer-utility--item {
  flex-grow: 1;
  border-right: 1px solid #eadf14;
}

.block-fixed-footer-utility--item-a {
  background: #fff000;
  color: #000;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9px 0;
}

.block-fixed-footer-utility--item-icon {
  font-size: 14px;
}

.block-fixed-footer-utility--item-label {
  font-size: 14px;
}

.block-fixed-footer-utility--item:last-child {
  border: none;
}

.block-fixed-footer-utility--item-comparison-toggle-content {
  position: fixed;
  bottom: 60px;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  display: flex;
  transition: opacity .3s, visibility 0s ease .3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 35px 3px rgba(0, 0, 0, 0.18);
}

.block-fixed-footer-utility--item-comparison-toggle-content-inner {
  border: 5px solid #fff000;
  max-height: calc( 100vh - 60px - 120px);
  overflow: auto;
}

.block-fixed-footer-utility--item-comparison-toggle-content-close {
  flex-grow: 1;
  position: relative;
}

.block-fixed-footer-utility--item-comparison-toggle-content-close-btn {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  height: auto;
  width: auto;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.block-fixed-footer-utility--item-comparison-toggle-content .block-goods-comparison-table {
  padding: 0 0 10px 10px;
  background: #fff;
}

.block-fixed-footer-utility--item-comparison-toggle-content .block-goods-comparison-table>div:not([class]) {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-fixed-footer-utility--item-comparison-toggle-content .block-goods-comparison-table--item-delete {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 1;
}

.block-fixed-footer-utility--item-comparison-toggle-content .block-goods-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-footer-utility--item-comparison-toggle-content .block-goods-comparison-table--item-delete-btn [class*="icon-"] {
  font-size: 10px;
}

.block-fixed-footer-utility--item-comparison-toggle-content .block-goods-comparison-table--item-delete-btn:hover {
  text-decoration: none;
}

.block-fixed-footer-utility--item-comparison-toggle-content .block-goods-comparison-table--item-cart {
  padding-top: 0;
}

.block-fixed-footer-utility--item-comparison-toggle-content .block-goods-comparison-table--item-cart-btns .btn-cart {
  margin-top: 0;
  background: #f23030;
  height: auto;
  line-height: 1.2;
  padding: 5px 10px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-fixed-footer-utility--item-comparison-toggle-content .block-goods-comparison-table--title-blank::before, .block-fixed-footer-utility--item-comparison-toggle-content .block-goods-comparison-table--item::before {
  background: #fff;
}

.block-fixed-footer-utility--item-history-toggle-content {
  position: fixed;
  bottom: 60px;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  display: flex;
  transition: opacity .3s, visibility 0s ease .3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 35px 3px rgba(0, 0, 0, 0.18);
}

.block-fixed-footer-utility--item-history-toggle-content-inner {
  max-height: calc( 100vh - 60px - 50px);
  background: #fff000;
  padding: 5px;
  width: 100%;
}

.block-fixed-footer-utility--item-history-toggle-content .block-recent-item--empty-message, .block-fixed-footer-utility--item-history-toggle-content .block-recent-item--history-message {
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.block-fixed-footer-utility--item-history-toggle-content-close {
  flex-grow: 1;
  position: relative;
}

.block-fixed-footer-utility--item-history-toggle-content-close-btn {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  height: auto;
  width: auto;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.block-fixed-footer-utility--item-history-toggle-content .block-goods-list-H {
  background: #fff;
  overflow: auto;
  margin-top: 0;
}

.block-fixed-footer-utility--item-history-delete-all {
  padding: 0 15px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #fff000;
}

.block-fixed-footer-utility--item-history-delete-all-btn {
  color: #000;
  font-size: 14px;
  line-height: 1;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.block-fixed-footer-utility--item-history-delete-all-btn [class*="icon-"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 10px;
  margin: 0 9px 0 0;
  position: relative;
}

.block-fixed-footer-utility--item-history-delete-all-btn [class*="icon-"]::before {
  margin: -.5em 0 0 -.5em;
  position: absolute;
  top: 50%;
  left: 50%;
}

.block-fixed-footer-utility--item-history-delete-all-btn:hover {
  text-decoration: none;
}

.is_fixed-footer-utility-comparison-open .pane-fixed-footer {
  z-index: 102;
  bottom: 0;
}

.is_fixed-footer-utility-comparison-open .block-fixed-footer-utility--item-comparison {
  z-index: 1;
}

.is_fixed-footer-utility-comparison-open .block-fixed-footer-utility--item-comparison-toggle-content {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.is_fixed-footer-utility-comparison-open .block-goods-comparison-table--item-spec-list-item p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.4;
  flex-grow: 1;
}

.is_fixed-footer-utility-history-open .pane-fixed-footer {
  z-index: 102;
  bottom: 0;
}

.is_fixed-footer-utility-history-open .block-fixed-footer-utility--item-history {
  z-index: 1;
}

.is_fixed-footer-utility-history-open .block-fixed-footer-utility--item-history-toggle-content {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.block-fixed-footer-search-filter {
  position: absolute;
  top: -48px;
  right: 12px;
}

.block-fixed-footer-search-filter--toggle-btn.btn-size-s {
  height: 35px;
  line-height: 35px;
  padding: 0 16px;
}

.block-fixed-footer-search-filter--toggle-btn.btn-size-s .icon-filter {
  margin-right: 7px;
  font-size: 12px;
}

.block-suggest-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 200;
  display: block;
  transition: opacity .3s, visibility 0s ease .3s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
}

.is_block-suggest-search-show .block-suggest-search {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.block-suggest-search--inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.block-suggest-search--form {
  position: relative;
}

.block-suggest-search--form-keyword {
  width: 100%;
  border: none !important;
  border-radius: 0 !important;
  height: 44px !important;
  line-height: 42px;
  border-bottom: 2px solid #ddd !important;
}

.block-suggest-search--form-submit {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-appearance: none;
  height: 44px;
  width: 44px;
  line-height: 44px;
  background: #3c3c3c;
  border: none;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-suggest-search--suggest-wrapper {
  overflow: auto;
}

.block-suggest-search--suggest, .block-suggest-search--history, .block-suggest-search--keyword {
  background: #fff;
}

.block-suggest-search--suggest-list-item, .block-suggest-search--history-list-item, .block-suggest-search--keyword-list-item {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  display: flex;
}

.block-suggest-search--suggest-list-item-icon, .block-suggest-search--history-list-item-icon, .block-suggest-search--keyword-list-item-icon {
  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;
}

.block-suggest-search--suggest-list-item-label, .block-suggest-search--history-list-item-label, .block-suggest-search--keyword-list-item-label {
  flex-grow: 1;
}

.block-suggest-search--suggest-list-item-delete, .block-suggest-search--history-list-item-delete, .block-suggest-search--keyword-list-item-delete {
  background: #f2f2f2;
  border-radius: 20px;
  color: #707070;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
}

.block-suggest-search--history-header, .block-suggest-search--keyword-header {
  background: #f2f2f2;
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.block-suggest-search--keyword-list-item-index {
  width: 20px;
}

.block-suggest-search--close {
  position: relative;
  height: 50px;
}

.block-suggest-search--close-btn {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  height: auto;
  width: auto;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.block-recent-item--header {
  padding: 10px;
}

.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 5px;
  width: 290px;
  background-color: #fff;
  border: solid 1px #ccc;
}

.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-name, .block-search-suggest--goods-comment, .block-search-suggest--goods-price-items {
  width: 100%;
}

.block-search-suggest--keyword:hover, .block-search-suggest--goods:hover {
  background-color: #dedede;
  cursor: pointer;
}

.block-topic-path {
  font-size: 0;
  padding: 5px 0 5px 12px;
  margin: 0;
  background: #f7f7f7;
  max-width: 100%;
  overflow: auto;
}

.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;
}

.block-topic-path li {
  display: inline-block;
  font-size: 12px;
  padding-right: 9px;
  white-space: nowrap;
}

.block-topic-path li:last-child {
  padding-right: 12px;
}

.block-topic-path--category-item {
  padding: 0 11px 0 0;
  margin: 0 6px 0 0;
  position: relative;
}

.block-topic-path--category-item:before {
  content: '';
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  margin: -1px 0 0;
  position: absolute;
  top: 50%;
  right: 1px;
  display: block;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.block-topic-path--category-item>a>span {
  font-size: 10px;
  transform: scale(0.9);
  transform-origin: 0 0;
}

.block-topic-path--category-item.block-topic-path--item__current {
  padding-right: 0;
  margin-right: 0;
}

.block-topic-path--category-item.block-topic-path--item__current:before {
  display: none;
}

.block-topic-path--category-item.block-topic-path--item__current a {
  color: #000;
}

.block-search-box--keyword {
  width: 100%;
  height: 38px;
}

.block-search-box--form {
  padding: 10px;
  position: relative;
  background: #eee;
}

.block-search-box--placeholder {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #999;
  font-size: 14px;
}

.block-search-box--search-submit {
  margin-left: 10px;
  width: 65px;
  height: 38px;
  background: #666;
  color: #fff;
  font-size: 18px;
}

.block-validation-alert {
  text-align: center;
  margin: 100px 10px;
}

.block-validation-alert--title {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-validation-alert--link {
  display: block;
  margin-top: 10px;
}

.block-common-alert {
  padding: 10px;
  margin: 10px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-common-alert--link {
  display: block;
  text-decoration: underline;
  margin-top: 10px;
}

.block-common-alert-list {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #666;
  background-color: #fff;
}

.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--prev-expected-dt-title, .block-regular-cycle--deliv_date--next-expected-dt-title {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  background-color: #f8f8f8;
  border-bottom: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-date, .block-regular-cycle--deliv_date--next-expected-dt-date {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

.block-partner-logos {
  background: #fff;
}

.block-partner-logos-inner {
  padding: 20px 12px 35px;
}

.block-partner-logos-inner>:last-child {
  margin-bottom: 0;
}

.block-partner-logos-header {
  margin: 0 0 15px;
}

.block-partner-logos-header-title {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.block-partner-logos-body-img {
  text-align: center;
  padding: 0 15px;
  margin: 0 0 15px;
}

.block-partner-logos-body-text {
  font-size: 12px;
  line-height: 1.5;
}

.block-supplier-logos {
  background: #fff;
}

.block-supplier-logos-inner {
  padding: 20px 12px 35px;
}

.block-supplier-logos-inner>:last-child {
  margin-bottom: 0;
}

.block-supplier-logos-body-img {
  text-align: center;
  padding: 0 15px;
  margin: 0 0 15px;
}

.block-supplier-logos-body-text {
  font-size: 12px;
  line-height: 1.5;
}

.block-goods-comparison-table {
  padding: 10px 0 20px 12px;
  background: #f7f7f7;
}

.block-goods-comparison-table--inner {
  display: flex;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.block-goods-comparison-table--titles {
  width: 30px;
}

.block-goods-comparison-table--usage {
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0;
}

.block-goods-comparison-table--usage-list {
  display: flex;
}

.block-goods-comparison-table--usage-list-dd::before {
  content: "：";
}

.block-goods-comparison-table--title {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #DDD;
  padding: 3px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.1;
  width: 30px;
  font-size: 10px;
}

.block-goods-comparison-table--title.is_omitted {
  position: relative;
}

.block-goods-comparison-table--title.is_omitted::before {
  content: "";
  background: #fff;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 4px;
}

.block-goods-comparison-table--title.is_omitted::after {
  content: "\02026";
  position: absolute;
  bottom: 3px;
  left: 7px;
  line-height: 1;
  transform: rotate(90deg);
}

.block-goods-comparison-table--title:nth-child(2n) {
  background: #f5f5f5;
}

.block-goods-comparison-table--title:nth-child(2n).is_omitted::before {
  background: #f5f5f5;
}

.block-goods-comparison-table--title-blank {
  padding-top: 186px;
  position: relative;
}

.block-goods-comparison-table--title-blank::before {
  content: "";
  display: block;
  width: 100vw;
  height: 30px;
  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% - 30px);
}

.block-goods-comparison-table--item {
  width: 134px;
  flex-shrink: 0;
  position: relative;
}

.block-goods-comparison-table--item::before {
  content: "";
  background: #f7f7f7;
  display: block;
  width: 100%;
  height: 30px;
}

.block-goods-comparison-table--item.is-selected {
  border: 3px solid #fff000;
  width: 140px;
}

.block-goods-comparison-table--item.is-selected::before {
  content: "選択中の製品";
  display: block;
  font-size: 10px;
  white-space: nowrap;
  height: 27px;
  text-align: center;
  line-height: 27px;
  background: #fff;
}

.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: 10px;
  height: 156px;
}

.block-goods-comparison-table--item-img {
  margin-bottom: 10px;
}

.block-goods-comparison-table--item-img img {
  width: 114px;
  height: calc( 114px * .75);
  display: block;
  background: #f2f2f2;
}

.block-goods-comparison-table--item-name {
  font-size: 14px;
}

.block-goods-comparison-table--item-name p {
  max-height: 27px;
  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: 42px;
  align-items: center;
  font-size: 11px;
  border-bottom: 1px solid #DDD;
  padding: 0 10px;
}

.block-goods-comparison-table--item-spec-list-item p {
  max-height: 38px;
  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, 0.04);
}

.block-goods-comparison-table--item-icons {
  padding: 0 18px;
  margin: 20px 0 10px;
  display: none;
}

.block-goods-comparison-table--item-icons .block-icon-item {
  font-size: 10px;
  line-height: 10px;
  height: 20px;
  padding: 4px 5px;
}

.block-goods-comparison-table--item-price {
  text-align: right;
  padding: 8px 8px 10px;
  line-height: 1;
}

.block-goods-comparison-table--item-price .goods-price-zeikomi .goods-price-value {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: normal;
}

.block-goods-comparison-table--item-price .goods-price-zeikomi .goods-price-value .goods-price-unit {
  font-size: 10px;
  font-weight: normal;
  margin-left: 5px;
}

.block-goods-comparison-table--item-price .goods-price-zeikomi .goods-price-value .goods-price-tilde {
  font-size: 10px;
  font-weight: normal;
}

.block-goods-comparison-table--item-price .goods-price-zeikomi .goods-price-value .goods-price-zeikomi-label {
  font-size: 10px;
}

.block-goods-comparison-table--item-price .goods-price-before {
  margin-bottom: 4px;
  display: block;
}

.block-goods-comparison-table--item-price .goods-price-before * {
  font-size: 10px;
}

.block-goods-comparison-table--item-price .goods-price-before .goods-price-zeibetsu::before, .block-goods-comparison-table--item-price .goods-price-before .goods-price-zeikomi::after {
  font-size: 10px;
}

.block-goods-comparison-table--item-price .goods-price-before .goods-price-zeikomi .goods-price-value {
  font-size: 14px;
  font-weight: normal;
}

.block-goods-comparison-table--item-price .goods-price-before .goods-price-zeibetsu .goods-price-value {
  font-size: 12px;
  font-weight: normal;
}

.block-goods-comparison-table--item-cart {
  padding: 8px;
}

.block-goods-comparison-table--item-cart-btns .btn-cart {
  margin-top: 8px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #3c3c3c;
  font-size: 11px;
}

.block-goods-comparison-table--item-util-btns {
  display: flex;
  justify-content: space-between;
}

.block-goods-comparison-table--item-util-btn-comparison {
  font-size: 10px;
  padding: 0 5px;
  width: 100%;
}

.block-goods-comparison-table--item-util-btn-comparison .icon-comparison {
  margin-right: 5px;
}

.block-goods-comparison-table--item-util-btn-favorite {
  width: 30px;
  padding: 0;
  font-size: 14px;
}

.block-goods-comparison-table--note {
  margin-top: 20px;
  font-size: 12px;
}

.block-goods-comparison-table .simplebar-scrollbar::before {
  background: #a0a0a0;
}

.block-goods-list--count {
  font-size: 12px;
  line-height: 1;
}

.block-goods-list--count-all-num {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.block-goods-list--display-style {
  padding: 0 2px 0 0;
  display: flex;
  align-items: center;
}

.block-goods-list--display-style-title {
  display: none;
}

.block-goods-list--display-style-item {
  font-size: 20px;
  line-height: 1;
}

.block-goods-list--display-style-item a {
  text-decoration: none;
  color: #cbcbcb;
}

.block-goods-list--display-style-item a:hover {
  color: #000;
}

.block-goods-list--display-style-item [class^="icon-"], .block-goods-list--display-style-item [class*=" icon-"] {
  border-radius: 3px;
  padding: 0 10px;
  display: block;
}

.block-goods-list--search-condition-clear {
  padding: 12px;
}

.block-goods-list--search-result {
  flex-grow: 1;
}

.block-goods-list--sort-order {
  width: 100%;
  padding: 10px 0 0 12px;
  display: flex;
}

.block-goods-list--sort-order-title {
  display: none;
}

.block-goods-list--sort-order-item a, .block-goods-list--sort-order-item span {
  border-radius: 2px;
  border: 1px solid #ddd;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  margin: 0 5px 0 0;
  padding: 10px;
  display: inline-block;
}

.block-goods-list--sort-order-item a {
  color: #112ca6;
}

.block-goods-list--sort-order-item span {
  border: 1px solid #3c3c3c;
  background: #3c3c3c;
  color: #fff;
}

.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--header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0;
  margin: 0;
}

.block-goods-list--header .block-goods-list--count {
  padding: 0 0 5px 12px;
}

.block-goods-list--footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-goods-list--footer .block-goods-list--count {
  padding-top: 18px;
}

.block-goods-list--footer .block-pagination {
  padding-bottom: 40px;
}

.block-goods-list--footer>:last-child {
  margin-bottom: 0;
}

.block-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 19px 0 0;
}

.block-pagination--previous, .block-pagination--next, .block-pagination--pages {
  display: flex;
  align-items: center;
}

.block-pagination--previous-item, .block-pagination--next-item, .block-pagination--pages-item {
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin: 5px;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  color: #000;
}

.block-pagination--previous-item:hover, .block-pagination--next-item:hover, .block-pagination--pages-item:hover {
  text-decoration: none;
  background-color: #fff000;
}

.block-pagination--pages-item {
  width: 36px;
}

.block-pagination--pages-item.is_current {
  background: #3c3c3c;
  color: #fff;
}

.yotpo-display-wrapper .yotpo-bottomline {
  line-height: 15px !important;
}

.yotpo-display-wrapper .yotpo-stars {
  margin-right: 3px;
  display: flex;
}

.yotpo-display-wrapper .rating-star {
  font-size: 15px !important;
}

.yotpo-display-wrapper a {
  font-size: 12px !important;
}

.yotpo-display-wrapper .text-m {
  white-space: nowrap;
}

.block-goods-list-2CS, .block-goods-list-2CD, .block-goods-list-H {
  padding: 0 7px;
  margin: 12px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.block-goods-list-2CS--item, .block-goods-list-2CD--item, .block-goods-list-H--item {
  width: calc(50% - 6px);
  margin: 13px 12px 0 0;
}

.block-goods-list-2CS--item:nth-child(even), .block-goods-list-2CD--item:nth-child(even), .block-goods-list-H--item:nth-child(even) {
  margin-right: 0;
}

.block-goods-list-2CS--item-a, .block-goods-list-2CD--item-a, .block-goods-list-H--item-a {
  padding: 5px;
  color: #000;
  text-decoration: none;
  display: block;
}

.block-goods-list-2CS--item-a:hover, .block-goods-list-2CD--item-a:hover, .block-goods-list-H--item-a:hover {
  text-decoration: none;
}

.block-goods-list-2CS--item-a>:last-child, .block-goods-list-2CD--item-a>:last-child, .block-goods-list-H--item-a>:last-child {
  margin-bottom: 0;
}

.block-goods-list-2CS--item-img, .block-goods-list-2CD--item-img, .block-goods-list-H--item-img {
  position: relative;
}

.block-goods-list-2CS--item-img-figure img, .block-goods-list-2CD--item-img-figure img, .block-goods-list-H--item-img-figure img {
  width: 100%;
  height: 33vw;
}

@media screen and (min-width: 700px) {
  .block-goods-list-2CS--item-img-figure img, .block-goods-list-2CD--item-img-figure img, .block-goods-list-H--item-img-figure img {
    width: 327px;
    height: calc(327px * .75);
  }
}

.block-goods-list-2CS--item-top-icons, .block-goods-list-2CD--item-top-icons, .block-goods-list-H--item-top-icons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.block-goods-list-2CS--item-name, .block-goods-list-2CD--item-name, .block-goods-list-H--item-name {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin: 10px 0 6px;
}

.block-goods-list-2CS--item .variation-name, .block-goods-list-2CD--item .variation-name, .block-goods-list-H--item .variation-name {
  font-size: 11px;
  margin-bottom: 5px;
}

.block-goods-list-2CS--item-comment, .block-goods-list-2CD--item-comment, .block-goods-list-H--item-comment {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #444;
  font-size: 10px;
  line-height: 1.5;
  margin: 0 0 9px;
}

.block-goods-list-2CS--item-icons, .block-goods-list-2CD--item-icons, .block-goods-list-H--item-icons {
  letter-spacing: -.4em;
  margin: 0 0 4px;
}

.block-goods-list-2CS--item-icons .block-icon-item, .block-goods-list-2CD--item-icons .block-icon-item, .block-goods-list-H--item-icons .block-icon-item {
  letter-spacing: normal;
  margin-right: 5px;
}

.block-goods-list-2CS--item-price.goods-price, .block-goods-list-2CD--item-price.goods-price, .block-goods-list-H--item-price.goods-price {
  text-align: right;
}

.block-goods-list-2CS--item-star, .block-goods-list-2CD--item-star, .block-goods-list-H--item-star {
  font-size: 10px;
  line-height: 1;
  margin: 5px 0 8px;
  height: 17px;
  display: flex;
  justify-content: flex-end;
}

.block-goods-list-2CS--item-util-btns, .block-goods-list-2CD--item-util-btns, .block-goods-list-H--item-util-btns {
  padding: 0 5px;
  margin: 0 0 0 -5px;
  display: flex;
  justify-content: flex-end;
}

.block-goods-list-2CS--item-util-btns>.btn-size-s, .block-goods-list-2CD--item-util-btns>.btn-size-s, .block-goods-list-H--item-util-btns>.btn-size-s {
  height: 28px;
  font-size: 11px;
  margin: 0 0 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-goods-list-2CS--item-util-btns-comparison.btn-size-s, .block-goods-list-2CD--item-util-btns-comparison.btn-size-s, .block-goods-list-H--item-util-btns-comparison.btn-size-s {
  padding: 0 17px;
}

.block-goods-list-2CS--item-util-btns-comparison.btn-size-s [class*="icon-"], .block-goods-list-2CD--item-util-btns-comparison.btn-size-s [class*="icon-"], .block-goods-list-H--item-util-btns-comparison.btn-size-s [class*="icon-"] {
  margin: 0 8px 0 0;
}

.block-goods-list-2CS--item-util-btns-favorite.btn-size-s, .block-goods-list-2CD--item-util-btns-favorite.btn-size-s, .block-goods-list-H--item-util-btns-favorite.btn-size-s {
  width: 28px;
  padding: 0 5px;
  flex-shrink: 0;
}

.block-goods-list-2CD--item-spec {
  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;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.block-goods-list-H {
  flex-wrap: nowrap;
  margin-top: 5px;
  margin-bottom: 0;
}

.block-goods-list-H--item {
  width: 40vw;
  flex-shrink: 0;
  margin-top: 0;
}

.block-goods-list-H--item:nth-child(even) {
  margin: 0 12px 0 0;
}

.block-goods-list-H--item-delete {
  display: flex;
  justify-content: flex-end;
  padding: 5px
}

.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-TD--inner {
  padding: 15px 0 20px 12px;
  display: flex;
}

.block-goods-list-TD--inner::after {
  content: ".";
  color: transparent;
  display: block;
  width: 1px;
}

.block-goods-list-TD--item {
  width: 142px;
  margin: 0 21px 0 0;
}

.block-goods-list-TD--item-a {
  color: #000;
  text-decoration: none;
  padding: 5px;
  margin: 0 -5px;
  position: relative;
  display: block;
}

.block-goods-list-TD--item-a:hover {
  text-decoration: none;
}

.block-goods-list-TD--item-rank-index {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff000;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-goods-list-TD--item-rank-index+.block-goods-list-TD--item-img .block-goods-list-TD--item-top-icons {
  display: none;
}

.block-goods-list-TD--item-img {
  position: relative;
  z-index: 0;
}

.block-goods-list-TD--item-img img {
  width: 142px;
  height: 106px;
  display: block;
  background: #f2f2f2;
}

.block-goods-list-TD--item-top-icons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.block-goods-list-TD--item-name {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: 8px 0 5px;
}

.block-goods-list-TD--item-comment {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
  font-size: 11px;
  line-height: 1.36;
  margin: 0 0 7px;
}

.block-goods-list-TD--item-spec {
  font-size: 11px;
  line-height: 1.3;
  margin: 0 0 12px;
}

.block-goods-list-TD--item-spec-item {
  height: 37px;
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-goods-list-TD--item-spec-item [class*="icon-"] {
  flex-shrink: 0;
  margin-left: 10px;
}

.block-goods-list-TD--item-spec-item-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-goods-list-TD--item-icons {
  letter-spacing: -.4em;
  margin: -5px 0 9px;
}

.block-goods-list-TD--item-icons .block-icon-item {
  letter-spacing: normal;
  margin: 5px 5px 0 0;
}

.block-goods-list-TD--item-price.goods-price {
  text-align: right;
  margin: 0 0 2px;
}

.block-goods-list-TD--item-star {
  font-size: 10px;
  text-align: right;
  line-height: 1;
  margin: 0 0 11px;
  height: 18px;
}

.block-goods-list-TD--item-util-btns {
  margin: 0 0 0 -5px;
  display: flex;
  justify-content: space-between;
}

.block-goods-list-TD--item-util-btns>.btn-size-s {
  height: 28px;
  font-size: 11px;
  margin: 0 0 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-goods-list-TD--item-util-btns .btn-comparison {
  width: 100%;
}

.block-goods-list-TD--item-util-btns .btn-comparison [class*="icon-"] {
  margin: 0 8px 0 0;
}

.block-goods-list-TD--item-util-btns-favorite.btn-size-s {
  width: 28px;
  padding: 0 5px;
  flex-shrink: 0;
}

.block-goods-list-TD--item-btn-more {
  margin: 8px 0 0;
}

.block-goods-list-TD--item-btn-more>.btn-size-m {
  width: 100%;
  height: 35px;
  font-size: 11px;
  line-height: 35px;
  margin: 0;
}

.block-goods-list-TD--item-btn-cart {
  margin: 8px 0 0;
}

.block-goods-list-TD--item-btn-cart>.btn-size-m {
  width: 100%;
  height: 35px;
  font-size: 11px;
  line-height: 1.2;
  white-space: normal;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-goods-list-TD--more {
  width: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.block-goods-list-TD--more-link {
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
}

.block-goods-list-TD--more-link::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #f2f2f2;
  border-radius: 40px;
  display: block;
  margin-bottom: 10px;
}

.block-goods-list-TD--more-link::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 34px;
  left: 29px;
}

.block-goods-list-1CS--item, .block-goods-list-1CD--item {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 0 12px 20px;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.block-goods-list-1CS--item:last-child, .block-goods-list-1CD--item:last-child {
  margin-bottom: 0;
}

.block-goods-list-1CS--item-img, .block-goods-list-1CD--item-img {
  width: calc(41vw - 12px);
  margin: 0 12px 0 0;
  flex-shrink: 0;
  position: relative;
}

@media screen and (min-width: 700px) {
  .block-goods-list-1CS--item-img, .block-goods-list-1CD--item-img {
    width: 284px;
  }
}

.block-goods-list-1CS--item-img-figure img, .block-goods-list-1CD--item-img-figure img {
  width: 100%;
  height: 28vw;
}

@media screen and (min-width: 700px) {
  .block-goods-list-1CS--item-img-figure img, .block-goods-list-1CD--item-img-figure img {
    width: 284px;
    height: calc(284px * .75);
  }
}

.block-goods-list-1CS--item-top-icons, .block-goods-list-1CD--item-top-icons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.block-goods-list-1CS--item-a, .block-goods-list-1CD--item-a {
  display: block;
  width: 100%;
}

.block-goods-list-1CS--item .variation-name, .block-goods-list-1CD--item .variation-name {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
}

.block-goods-list-1CS--item-name, .block-goods-list-1CD--item-name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 7px;
}

.block-goods-list-1CS--item-info, .block-goods-list-1CD--item-info {
  width: calc(42vw - 12px);
  flex-grow: 1;
}

@media screen and (min-width: 700px) {
  .block-goods-list-1CS--item-info, .block-goods-list-1CD--item-info {
    width: calc(284px - 12px);
  }
}

.block-goods-list-1CS--item-info-row1, .block-goods-list-1CS--item-info-row2, .block-goods-list-1CD--item-info-row1, .block-goods-list-1CD--item-info-row2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-goods-list-1CS--item-info-row1 .goods-price, .block-goods-list-1CD--item-info-row1 .goods-price {
  text-align: right;
}

.block-goods-list-1CS--item-spec, .block-goods-list-1CD--item-spec {
  font-size: 11px;
  line-height: 1.3;
  margin: 0 0 9px;
}

.block-goods-list-1CS--item-spec-item, .block-goods-list-1CD--item-spec-item {
  min-height: 27px;
  border-bottom: 1px solid #ddd;
  padding: 4px 8px 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-goods-list-1CS--item-spec-item [class*="icon-"], .block-goods-list-1CD--item-spec-item [class*="icon-"] {
  flex-shrink: 0;
  margin-left: 10px;
}

.block-goods-list-1CS--item-spec-item-text, .block-goods-list-1CD--item-spec-item-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-goods-list-1CS--item-icons, .block-goods-list-1CD--item-icons {
  display: flex;
  align-items: center;
}

.block-goods-list-1CS--item-icons .block-icon-item, .block-goods-list-1CD--item-icons .block-icon-item {
  margin: 0 3px 0 0;
}

.block-goods-list-1CS--item-icons .block-icon-item:last-child, .block-goods-list-1CD--item-icons .block-icon-item:last-child {
  margin-right: 0;
}

.block-goods-list-1CS--item-util-btns, .block-goods-list-1CD--item-util-btns {
  margin: 0 0 0 -5px;
  display: flex;
  justify-content: space-between;
}

.block-goods-list-1CS--item-util-btns>.btn-size-s, .block-goods-list-1CD--item-util-btns>.btn-size-s {
  height: 28px;
  font-size: 10px;
  margin: 0 0 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-goods-list-1CS--item-util-btns>.btn-size-s [class*="icon-"], .block-goods-list-1CD--item-util-btns>.btn-size-s [class*="icon-"] {
  font-size: 11px;
}

.block-goods-list-1CS--item-util-btns-comparison.btn-size-s, .block-goods-list-1CD--item-util-btns-comparison.btn-size-s {
  width: 100%;
  padding: 0 20px;
}

.block-goods-list-1CS--item-util-btns-comparison.btn-size-s [class*="icon-"], .block-goods-list-1CD--item-util-btns-comparison.btn-size-s [class*="icon-"] {
  margin: 0 8px 0 0;
}

.block-goods-list-1CS--item-util-btns-favorite.btn-size-s, .block-goods-list-1CD--item-util-btns-favorite.btn-size-s {
  width: 28px;
  padding: 0 5px;
  flex-shrink: 0;
}

.block-goods-list-1CS--item-star, .block-goods-list-1CD--item-star {
  font-size: 10px;
  text-align: right;
  line-height: 1;
}

.block-goods-list-1CS--item-cart-btns, .block-goods-list-1CD--item-cart-btns {
  width: 100%;
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-goods-list-1CS--item-cart-btns>.btn-size-s, .block-goods-list-1CD--item-cart-btns>.btn-size-s {
  height: 35px;
  font-size: 10px;
  line-height: 35px;
  margin: 0;
  width: 56%;
  flex-grow: 1;
}

.block-goods-list-1CS--item-cart-btns-detail.btn-size-s, .block-goods-list-1CD--item-cart-btns-detail.btn-size-s {
  width: calc(42% - 5px);
  margin: 0 5px 0 0;
  flex-shrink: 0;
}

.block-goods-list-1CS--item-cart-btns-cart.btn-size-s, .block-goods-list-1CD--item-cart-btns-cart.btn-size-s {
  width: 56%;
  flex-grow: 1;
}

.block-goods-list-1CS {
  padding: 35px 0 0;
}

.block-goods-list-1CS--item-name {
  margin: -3px 0 6px;
}

.block-goods-list-1CS--item-comment {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: #444;
  font-size: 10px;
  line-height: 1.5;
}

.block-goods-list-1CS--item-info-row1 {
  margin: 9px 0 5px;
}

.block-goods-list-1CD {
  padding: 36px 0 0;
}

.block-goods-list-1CD--item {
  margin: 0 0 17px;
}

.block-goods-list-1CD--item-a {
  margin: 0 0 10px;
}

.block-goods-list-1CD--item-comment {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
  font-size: 11px;
  line-height: 1.36;
}

.block-goods-list-1CD--item-info-row1 {
  margin: 0 0 6px;
}

.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: 500;
}

.block-heading--lv2 {
  margin: 0 0 20px;
}

.block-heading--lv2>:first-child {
  margin: 0 0 9px;
}

.block-heading--lv2-main {
  font-size: 19px;
}

.block-heading--lv2-sub {
  font-size: 12px;
}

.block-heading--lv3 {
  margin: 0 0 20px;
}

.block-heading--lv3>:first-child {
  margin: 0 0 9px;
}

.block-heading--lv3-main {
  font-size: 19px;
}

.block-heading--lv3-sub {
  font-size: 12px;
}

.block-common-event {
  background: #f9f9f9;
}

.block-common-event--inner {
  padding: 40px 0 30px 12px;
}

.block-common-event--goods>:last-child {
  margin-bottom: 0;
}

.block-common-event--items {
  display: flex;
}

.block-common-event--items::after {
  content: ".";
  color: transparent;
  display: block;
  width: 1px;
}

.block-common-event--item {
  width: 140px;
  margin: 0 12px 0 0;
  flex: 0 0 auto;
}

.block-common-event--item-link {
  display: block;
}

.block-common-event--item-img {
  margin: 0 0 8px;
  width: 140px;
  height: 140px;
}

.block-common-event--item-text {
  color: #000;
  font-size: 12px;
  line-height: 1.41;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-common-search-type {
  background: #f2f2f2;
}

.block-common-search-type--inner {
  padding: 38px 12px;
}

.block-common-search-type--header {
  margin: 0 0 13px;
}

.block-common-search-type--header>:last-child {
  margin-bottom: 0;
}

.block-common-search-type--body>:last-child {
  margin-bottom: 0;
}

.block-common-search-type--lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.block-common-search-type--list {
  width: 33%;
}

.block-common-search-type--list-link {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 10px auto;
}

/* .block-common-search-type--list-link div img {
  min-height: 55px;
  width: auto;
} */
.block-common-search-type--list-link:hover {
  text-decoration: none;
}

.block-common-search-type--list-link [class*="icon-"] {
  display: block;
  font-size: 60px;
  margin: 0 0 7px;
}

.block-common-search-type--list.list-type-pc-desktop {
  width: 50%;
  padding: 0 10px 0 0;
  margin: 0 0 23px;
}

.block-common-search-type--list.list-type-pc-note {
  width: 50%;
  padding: 0 0 0 10px;
  margin: 0 0 23px;
}

.block-common-search-type--list.list-type-tablet {
  padding: 0 15px 0 0;
}

.block-common-search-type--list.list-type-peripheral {
  padding: 0 0 0 17px;
}

.block-top-primary-area {
  background: #f2f2f2;
}

.block-top-primary-area--inner {
  padding: 0 0 10px;
}

.block-top-primary-area--inner>:last-child {
  margin-bottom: 0;
}

.block-top-body {
  background: #f2f2f2;
}

.block-top-body--inner {
  padding: 0 0 10px;
}

.block-top-body--inner>:last-child {
  margin-bottom: 0;
}

.block-top-body--mainvisual {
  margin: 0 0 32px;
}

.block-top-body--item {
  width: 100vw;
  height: 43.5vw;
}

.block-top-body--item img {
  width: 100vw;
  height: 43.5vw;
}

@media screen and (min-width: 700px) {
  .block-top-body--item {
    width: 700px;
    height: 304.5px;
  }
  .block-top-body--item img {
    width: 700px;
    height: 304.5px;
  }
}

.block-top-body--notice {
  background: #f2f2f2;
  padding: 0 0 0 12px;
}

.block-top-body--notice-lists {
  display: flex;
}

.block-top-body--notice-list {
  width: 320px;
  margin: 0 8px 0 0;
}

.block-top-body--notice-list:last-child {
  margin-right: 0;
  padding-right: 12px;
}

.block-top-body--notice-list-link {
  border-radius: 2px;
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 9px 11px 10px;
  display: block;
}

.block-top-body--notice-list-link:hover {
  text-decoration: none;
}

.block-top-body--notice-list-link dl {
  color: #112ca6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-top-body--notice-list-link dl dt {
  display: inline;
  color: #666;
  margin: 0 5px 0 0;
}

.block-top-body--notice-list-link dl dd {
  display: inline;
}

.block-top-body--notice-list-text {
  color: #112ca6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-top-body--notice-list-data {
  color: #666;
  margin: 0 5px 0 0;
}

.block-top-banners {
  background: #f9f9f9;
}

.block-top-banners--inner {
  padding: 20px 12px 40px;
}

.block-top-banners--item-link {
  border: 1px solid #ddd;
  background: #f2f2f2;
  padding: 13px 15px 13px 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-top-banners--item-link:hover {
  text-decoration: none;
}

.block-top-banners--item-img {
  margin: 0 20px 0 0;
}

.block-top-banners--item-text-title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
  margin: 0 0 5px;
}

.block-top-banners--item-text-link {
  font-size: 12px;
}

.block-top-search-use {
  background: #f7f7f7;
}

.block-top-search-use--inner {
  padding: 37px 0 0;
}

.block-top-search-use--header {
  padding: 0 12px;
  margin: 0 0 18px;
}

.block-top-search-use--header>:last-child {
  margin-bottom: 0;
}

.block-top-search-use--body>:last-child {
  margin-bottom: 0;
}

.block-top-search-use--tabs-btns {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.block-top-search-use--tabs-btn>a {
  border-bottom: 2px solid transparent;
  background: #f6f6f6;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 16px 21px;
  display: block;
}

.block-top-search-use--tabs-btn.is_current>a {
  border-bottom-color: #fff000;
  background: #fff;
}

.block-top-search-use--tabs-contents>:last-child {
  margin-bottom: 0;
}

.block-top-search-use--tabs-contents-wrap {
  background: #fff;
  padding: 20px 0 34px;
}

.block-top-search-use--item-header {
  display: flex;
  align-items: center;
  padding: 0 12px;
  margin: 0 0 20px;
}

.block-top-search-use--item-header-icon {
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff000;
  color: #000;
  font-size: 20px;
  line-height: 1;
  margin: 0 17px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-top-search-use--item-header-text {
  color: #000;
  font-size: 13px;
  line-height: 1.46;
}

.block-top-search-use--item-body {
  padding-right: 0 12px;
}

.block-top-search-use--item-body>:last-child {
  margin-bottom: 0;
}

.block-top-search-use--item-body2 {
  margin-top: -10px;
  padding: 0 12px 12px;
}

.block-top-search-use--item-body2 a {
  text-align: center;
  display: block;
}

.block-top-search-use--item-body2 .p {
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  text-align: left;
}

.block-top-search-use--item-body2 img {
  margin-bottom: 10px;
}

.block-top-search-use--item-lists {
  padding: 0 12px;
  display: flex;
}

.block-top-search-use--item-list {
  width: 170px;
  padding: 0 20px 0 0;
}

.block-top-search-use--item-list-link {
  color: #000;
}

.block-top-search-use--item-list-img {
  margin: 0 0 9px;
}

.block-top-search-use--item-list-img img {
  max-width: 150px;
}

.block-top-search-use--item-list-def-dt {
  line-height: 1.2;
  margin: 0 0 6px;
}

.block-top-search-use--item-list-def-dd {
  font-size: 10px;
}

.block-top-search-use--item-list-name {
  font-size: 12px;
  line-height: 1.41;
  display: block;
}

.block-top-search-use--item-list-name-sub {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 500;
  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-btn {
  text-align: center;
}

.block-top-search-use--item-btn-inner {
  border-radius: 20px;
  background: #3c3c3c;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 10px 45px;
  display: inline-block;
}

.block-top-brand {
  background: #f2f2f2;
}

.block-top-brand--inner {
  padding: 37px 12px 20px;
}

.block-top-brand--header {
  margin: 0 0 17px;
}

.block-top-brand--header>:last-child {
  margin-bottom: 0;
}

.block-top-brand--body>:last-child {
  margin-bottom: 0;
}

.block-top-brand--list {
  margin: 0 0 23px;
}

.block-top-brand--list:last-child {
  margin-bottom: 0;
}

.block-top-brand--list-link {
  color: #000;
  position: relative;
  display: block;
}

.block-top-brand--list-img {
  height: 100px;
  border-radius: 2px;
  text-align: center;
  padding: 10px 70px;
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.block-top-brand--list-img img {
  max-height: 60px;
  height: 60px;
}

.block-top-brand--list-catch {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px;
}

.block-top-brand--list-text {
  font-size: 12px;
  line-height: 1.41;
}

.block-top-movie {
  background: #f2f2f2;
}

.block-top-movie--inner {
  padding: 16px 12px 39px;
}

.block-top-movie--body>:last-child {
  margin-bottom: 0;
}

.block-top-movie--item {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.block-top-movie--item iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.block-top-services {
  background: #f2f2f2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.block-top-services--inner {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -1px;
}

.block-top-services--group {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
  width: 100%;
}

.block-top-services--group-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  padding: 12px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: space-between;
}

.block-top-services--group-title .c_toggle-state-icon {
  background: transparent;
}

.block-top-services--group-items-inner {
  /* display: block; */
  padding: 12px 7px 12px 12px;
}

.block-top-services--group-item {
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  flex-shrink: 0;
}

.block-top-services--group-item-a {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border-radius: 5px;
  align-items: center;
}

.block-top-services--group-item-a-flex {
  width: 40%;
  display: flex;
  align-items: center;
}

.block-top-services--group-item-icon {
  width: 40px;
  height: 40px;
  background-color: #fff000;
  color: #000;
  border-radius: 100px;
  flex-shrink: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.block-top-services--group-item-h {
  width: calc(100% - 50px);
  font-size: 12px;
  font-weight: 500;
  margin: 0 10px 0 0;
}

.block-top-services--group-item-p {
  width: 60%;
  font-size: 11px;
  font-weight: 500;
  color: #000;
}

.block-top-campaign {
  background: #f7f7f7;
}

.block-top-campaign--inner {
  padding: 39px 0 53px;
}

.block-top-campaign--header {
  color: #000;
  line-height: 1.2;
  padding: 0 12px;
  margin: 0 0 19px;
}

.block-top-campaign--header>:last-child {
  margin-bottom: 0;
}

.block-top-campaign--header-sub {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 8px;
}

.block-top-campaign--header-main {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
}

.block-top-campaign--body>:last-child {
  margin-bottom: 0;
}

.block-top-campaign--items {
  padding: 0 12px;
  margin: 0;
}

.block-top-campaign--item {
  margin: 0 0 20px;
}

.block-top-campaign--item:last-child {
  margin-bottom: 0;
}

.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 9px;
}

.block-top-campaign--item-text {
  font-size: 12px;
  line-height: 1.5;
}

.block-top-campaign--introduction {
  padding: 43px 0 25px;
}

.block-top-campaign--introduction-title {
  font-size: 18px;
  font-weight: 700;
  padding: 0 12px;
  margin: 0 0 15px;
}

.block-top-campaign--introduction-items {
  padding: 0 0 0 12px;
  display: flex;
}

.block-top-campaign--introduction-items::after {
  content: ".";
  color: transparent;
  display: block;
  width: 1px;
}

.block-top-campaign--introduction-item {
  width: 140px;
  margin: 0 12px 0 0;
  flex: 0 0 auto;
}

.block-top-campaign--introduction-item-link {
  display: block;
}

.block-top-campaign--introduction-item-img {
  margin: 0 0 9px;
}

.block-top-campaign--introduction-item-text {
  color: #000;
  font-size: 12px;
  line-height: 1.41;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-top-campaign--recommended {
  padding: 25px 0 0;
}

.block-top-campaign--recommended-title {
  font-size: 18px;
  font-weight: 700;
  padding: 0 12px;
  margin: 0 0 15px;
}

.block-top-campaign--recommended-items {
  padding: 0 0 0 12px;
  display: flex;
}

.block-top-campaign--recommended-items::after {
  content: ".";
  color: transparent;
  display: block;
  width: 1px;
}

.block-top-campaign--recommended-item {
  width: 140px;
  margin: 0 12px 0 0;
  flex: 0 0 auto;
}

.block-top-campaign--recommended-item-link {
  display: block;
}

.block-top-campaign--recommended-item-img {
  margin: 0 0 9px;
}

.block-top-campaign--recommended-item-text {
  color: #000;
  font-size: 12px;
  line-height: 1.41;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-top-best-sellers {
  background: #f2f2f2;
}

.block-top-best-sellers--inner {
  padding: 37px 0 23px;
}

.block-top-best-sellers--header {
  padding: 0 12px;
  margin: 0 0 17px;
}

.block-top-best-sellers--header>:last-child {
  margin-bottom: 0;
}

.block-top-best-sellers--body>:last-child {
  margin-bottom: 0;
}

.block-top-best-sellers--grid {
  padding: 0 0 0 12px;
  display: flex;
}

.block-top-best-sellers--grid::after {
  content: ".";
  color: transparent;
  display: block;
  width: 1px;
}

.block-top-best-sellers--item {
  width: 280px;
  border-radius: 2px;
  background: #fff;
  margin: 0 8px 0 0;
  flex: 0 0 auto;
}

.block-top-best-sellers--item>:last-child {
  margin-bottom: 0;
}

.block-top-best-sellers--item-link {
  color: #000;
  display: block;
}

.block-top-best-sellers--item-link:hover {
  text-decoration: none;
}

.block-top-best-sellers--item-img img {
  width: 100%;
  border-radius: 2px 2px 0 0;
}

.block-top-best-sellers--item-body {
  padding: 18px 20px 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block-top-best-sellers--item-catch {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  margin: 0 0 12px;
}

.block-top-best-sellers--item-datas {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.block-top-best-sellers--item-name {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 6px;
}

.block-top-best-sellers--item-price {
  font-size: 10px;
}

.block-top-best-sellers--item-price-num {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.block-top-best-sellers--item-link-more {
  color: #112ca6;
  font-size: 12px;
  font-weight: 500;
}

.block-top-best-sellers--item-link-more [class*="icon-"] {
  font-size: 8px;
  margin: 0 0 0 4px;
}

.block-top-ranking {
  background: #f2f2f2;
}

.block-top-ranking--inner {
  padding: 40px 0 0;
}

.block-top-ranking--header {
  padding: 0 12px;
  margin: 0 0 17px;
}

.block-top-ranking--header>:last-child {
  margin-bottom: 0;
}

.block-top-ranking--body>:last-child {
  margin-bottom: 0;
}

.block-top-ranking--tabs-btns {
  padding: 0 0 0 12px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.block-top-ranking--tabs-btns::after {
  content: ".";
  color: transparent;
  display: block;
  width: 1px;
}

.block-top-ranking--tabs-btn {
  flex: 0 0 auto;
}

.block-top-ranking--tabs-btn>a {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 16px 22px;
  display: block;
}

.block-top-ranking--tabs-btn.is_current>a {
  background: #ddd;
}

.block-top-ranking--tabs-contents>:last-child {
  margin-bottom: 0;
}

.block-top-ranking--tabs-contents-wrap {
  background: #ddd;
  padding: 20px 0 35px 12px;
}

.block-top-ranking--lists {
  display: flex;
}

.block-top-ranking--lists::after {
  content: ".";
  color: transparent;
  display: block;
  width: 1px;
}

.block-top-ranking--list {
  width: 150px;
  margin: 0 8px 0 0;
  flex: 0 0 auto;
}

.block-top-ranking--list-link {
  border-radius: 2px;
  background: #fff;
  color: #000;
  position: relative;
  display: block;
}

.block-top-ranking--list-link:hover {
  text-decoration: none;
}

.block-top-ranking--list-num {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff000;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-top-ranking--list-img img {
  border-radius: 2px 2px 0 0;
}

.block-top-ranking--list-body {
  padding: 12px 10px 14px 12px;
}

.block-top-ranking--list-catch {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 4px;
}

.block-top-ranking--list-def {
  margin: 0 0 7px;
}

.block-top-ranking--list-name {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 6px;
}

.block-top-ranking--list-price {
  font-size: 10px;
}

.block-top-ranking--list-price-num {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.block-top-ranking--list-link-more {
  color: #112ca6;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.block-top-ranking--list-link-more [class*="icon-"] {
  font-size: 8px;
  margin: 0 0 0 1px;
}

.block-top-topic {
  background: #f2f2f2;
  padding-top: 12px;
}

.block-top-topic--inner {
  padding: 40px 0 0;
}

.block-top-topic--body {
  margin: 0;
}

.block-top-topic--body>:last-child {
  margin-bottom: 0;
}

.block-top-topic--tabs-btns {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.block-top-topic--tabs-btns::after {
  content: ".";
  color: transparent;
  display: block;
  width: 1px;
}

.block-top-topic--tabs-btn {
  flex: 0 0 auto;
}

.block-top-topic--tabs-btn>a {
  border-bottom: 2px solid #f2f2f2;
  background: #f6f6f6;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 16px 23px;
  display: block;
}

.block-top-topic--tabs-btn.is_current>a {
  border-bottom-color: #fff000;
  background: #fff;
}

.block-top-topic--tabs-contents>:last-child {
  margin-bottom: 0;
}

.block-top-topic--tabs-contents-wrap {
  position: relative;
  z-index: 2;
}

.block-top-topic--items>li {
  border-bottom: 1px solid #ddd;
  padding: 0;
}

.block-top-topic--item-link {
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 12px;
  line-height: 1.25;
  padding: 13px 24px 17px;
}

.block-top-topic--item-link::after {
  display: none;
}

.block-top-topic--item-day {
  font-family: "Lato", sans-serif;
  margin: 0 0 5px;
}

.block-top-topic--item-text {
  color: #112ca6;
}

.block-top-topic--header {
  border-bottom: 1px solid #eee;
}

.block-top-topic--items li {
  border-bottom: 1px solid #eee;
  padding: 10px;
  position: relative;
}

.block-top-topic--items li a {
  display: block;
  text-decoration: none;
}

.block-top-topic--items li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}

.block-top-topic--next-page {
  text-align: right;
  padding: 10px;
}

.block-top-topic--next-page a {
  text-decoration: underline;
}

.block-topic-page {
  margin-bottom: 50px;
}

.block-topic-page--article-header {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.block-topic-page--article-header-date {
  padding: 10px;
  text-align: right;
}

.block-topic-page--article-icon {
  vertical-align: middle;
}

.block-topic-page--article-body {
  margin: 10px;
}

.block-topic-page--article figure {
  padding: 10px 10px 0 0;
  font-size: 0;
}

.block-topic-page--article figure img {
  padding: 0 0 10px 10px;
}

.block-topic-details--header {
  margin: 12px;
}

.block-topic-details--icon {
  vertical-align: middle;
}

.block-topic-details--items {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
}

.block-topic-details--items li {
  border-bottom: 1px solid #ddd;
  padding: 12px 25px 12px 12px;
  box-sizing: border-box;
  position: relative;
}

.block-topic-details--items li a {
  display: block;
  text-decoration: none;
}

.block-topic-details--items li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}

.block-topic-details .action-buttons {
  text-align: center;
  padding: 12px 0 50px;
}

.block-topic-archive {
  background-color: #f2f2f2;
  padding: 12px;
  border-radius: 5px;
  margin: 50px 12px;
}

.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: 11px;
  margin: 0 12px 50px;
}

.block-topic-note li::before {
  content: "※";
}

span.block-icon-item.block-icon-item--fast-shipping {background: #fff;color: #585858;border: 1px solid #585858;}
span.block-icon-item.block-icon-item--delipri {background: #fff;color: #FF0000;border: 1px solid #FF0000;}
span.block-icon-item.block-icon-item--outlet {background: #fff;color: #FF0000;border: 1px solid #FF0000;}
.block-icon-item--new {border-color: #f13030;background: #fff;color: #f13030;font-family: Lato, sans-serif;font-size: 12px;font-weight: 700;padding: 2px 5px 1px !important;border: 1px solid #FF0000;}
span.block-icon-item.block-icon-item--setpc {background: #fff;color: #E07000;border: 1px solid #E07000;}
span.block-icon-item.block-icon-item--coupon {background: #fff;color: #2B49ED;border: 1px solid #2B49ED;}
span.block-icon-item.block-icon-item--sale {color: #FF0000;border: 1px solid currentColor;background: #fff!important;}
.block-icon-item {line-height: 1;vertical-align: top;font-size: 9px;padding: 2px;display: inline-block;}

/*
|---------------------------------------------------------------
| 購入に関するお問い合わせ
|---------------------------------------------------------------
*/

.anshin__section .pc-only {display:none}
.anshin__section .anshin__container {width:100%;max-width:1200px;padding:0 20px;margin-left:auto;margin-right:auto}
.anshin__section.anshin__bg--gray {background-color:#f2f2f2}
.anshin__section .anshin__contact__title {text-align:center;font-size:24px;font-weight:600;margin:0 auto 1em}
.anshin__section .anshin__contact {padding:60px 0}
.anshin__section .anshin__contact__content {display:grid;grid-template-columns:1fr;gap:20px}
.anshin__section .anshin__contact__group {background-color:#fff;padding:20px;box-shadow:0 3px 6px #00000029;border-radius:20px}
.anshin__section .anshin__contact__group.double {display:grid;grid-template-columns:repeat(1,1fr);gap:20px}
.anshin__section .anshin__contact__item__title {text-align:center;font-size:16px;font-weight:500;margin-bottom:.2em}
.anshin__section .anshin__contact__item__details {display:flex;flex-direction:column;justify-content:center;align-items:center}
.anshin__section .anshin__contact__item__phone {margin:10px auto}
.anshin__section .anshin__contact__item__phone__number+.anshin__contact__item__phone__number {margin-top:.3em}
.anshin__section .anshin__contact__item__phone__number {font-size:24px;display:flex;justify-content:center;align-items:center;-moz-column-gap:15px;column-gap:15px}
.anshin__section .anshin__contact__item__phone__label {line-height:1;padding:5px 7px;font-size:.5em;font-weight:500;border-radius:3px;vertical-align:middle}
.anshin__section .anshin__contact__item__phone__label-primary {background-color:#fcd600}
.anshin__section .anshin__contact__item__phone__label-secondary {background-color:#e5e5e5}
.anshin__section .anshin__contact__item__time {margin-top:0;display:grid;grid-template-columns:auto auto}
.anshin__section .anshin__contact__item__time dd {text-align:right}
.anshin__section .anshin__contact__item__annotation {margin-top:10px;font-size:12px}
.anshin__section .anshin__contact__item__qr {margin-top:15px}
.anshin__section .anshin__contact__item__qr__image {text-align:center}
.anshin__section .anshin__contact__item__qr__image img {width:90%;max-width:80px}
.anshin__section .anshin__contact__item__qr__image figcaption {margin-top:10px;font-size:10px}
.anshin__section .anshin__contact__item__icon {display:flex;justify-content:center;align-items:center;padding:0 0 5px;margin-bottom:15px;min-height:50px;font-size:43px}
.anshin__section .anshin__contact__item__icon img {max-width:56px}
.anshin__section .anshin__line-info__action {position:relative;display:inline-block;font-size:18px;text-align:center;background-color:#fff;border:solid 1px #06c755;border-radius:50px;width:96%;max-width:500px;margin:20px auto;padding:10px 20px;text-decoration:none;box-shadow:0 5px 5px #0000000f}
.anshin__section .anshin__line-info__link {color:#06c755;display:flex;justify-content:center;align-items:center;gap:10px;font-weight:500}
.anshin__section .anshin__line-info__link__arrow {position:absolute;right:2.5%;top:50%;transform:translateY(-50%);display:inline-block;background-color:#06c755;width:1.4em;height:1.4em;aspect-ratio:1 / 1;border-radius:50px;border:solid 1px #06c755;vertical-align:middle;margin-left:5px}
.anshin__section .anshin__line-info__link__arrow:after {content:"";display:inline-block;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:26%;height:26%;border-top:solid 2px #fff;border-right:solid 2px #fff;transform:translate(-20%) rotate(45deg)}
.anshin__section .anshin__line-info__link__logo {width:1.5em}
.anshin__section .anshin__contact__item__phone__number {color:#000000 !important}

/*
|---------------------------------------------------------------
| 形状・タイプから探す／用途・目的から探す／ブランドから探す／詳細検索
|---------------------------------------------------------------
*/

.home2311-search .block-common-search-type--lists {display:flex;justify-content:center;align-items:stretch;gap:10px}
.home2311-search .block-common-search-type--list {width:31%!important;aspect-ratio:1 / 1.09}
.home2311-search .block-common-search-type--list:has([alt=Chromebook]) {display:none}
.home2311-search .block-common-search-type--list div {min-height:auto}
.home2311-search .block-common-search-type--list-link {display:flex;color:#000;font-size:12px;font-weight:500;justify-content:flex-start;text-align:center;align-items:center;position:relative;background-color:#fff;box-shadow:#00000029 0 3px 6px;border-radius:20px;padding:10px;margin:0;height:100%;flex-direction:column}
.home2311-search .block-common-search-type--list-link:hover {background-color:#fff000}
.home2311-search .block-common-search-type--list-link:hover:after {display:none}
.home2311-search .block-common-search-type--list-link img {width:70%}
.block-common-search--toggle {width:100%;box-shadow:0 3px 6px #00000029;position:relative;border-radius:20px;overflow:hidden;z-index:1}
.block-common-search-type--header,
.block-common-brand--header {margin:0 0 13px;text-align:center}
.block-common-brand--inner {background:#f2f2f2}
.block-common-brand--lists {display:flex;justify-content:center;align-items:stretch;gap:10px;flex-wrap:wrap}
.block-common-brand--list {width:31%!important;aspect-ratio:1 / 1.09;margin:0}
.block-common-brand--list-link {display:flex;color:#000;font-size:12px;font-weight:500;justify-content:flex-start;text-align:center;align-items:center;position:relative;background-color:#fff;box-shadow:#00000029 0 3px 6px;border-radius:20px;padding:10px;margin:0;height:100%;flex-direction:column}
.block-common-brand--inner:first-of-type .block-common-brand--list-link {padding:20px 10px}
.block-common-brand--list-link:hover {background-color:#fff000}
.block-common-brand--list-link:hover:after {display:none}
.block-common-brand--list-link img {width:85%}
.block-common-brand--list img {max-width:95%}
.keijotype .block-common-search-type--list img {height:15vw}
.block-common-brand--list div {padding-top:1.25vw; padding-bottom:3.25vw}
.home2311-search .block-heading--lv2-main {font-size:24px}
.home2311-search .block-heading--lv2-sub {display:none}
.home2311-search .block-common-brand--inner {padding:35px 12px}