<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.only-sp {
  display: none !important;
}

.only-pc {}

.block-top-body--body {
  margin-top: 40px;
  width: 100%
}

.block-top-free2--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px
}

.block-top-free2--body {
  margin: 47px 0 50px
}

.block-top-free2--items {
  width: 900px;
  height: auto;
  overflow: hidden
}

.block-top-free2--items li {
  float: left
}

.block-top-free2--items&gt;li {
  width: 535px;
  height: auto
}

.block-top-free2--items&gt;li:first-child {
  width: 354px;
  height: auto;
  margin-right: 10px
}

.block-top-free2--sub-items li {
  width: 172px;
  height: 172px;
  margin-left: 9px;
  margin-bottom: 9px
}

.block-top-free2--sub-items li:nth-of-type(3n+1) {
  margin-left: 0
}

.block-header-logo {
  width: 300px;
  /*font-size: 0*/
}

.block-headernav {
  width: 440px
}

.block-headernav--item-list {
  display: flex;
  justify-content: space-around;
  align-items: center
}

.block-headernav--item-list li {
  position: relative;
  display: inline-block;
  font-size: 11px;
  text-align: center
}

.block-headernav--item-list li i.fa {
  position: relative;
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
  z-index: 1
}

.block-headernav--item-list li a {
  display: block
}

.block-headernav--item-list li a:hover {
  text-decoration: none
}

.block-headernav--cart-count {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  background-color: #EDD36D;
  color: #fff;
  border-radius: 10px;
  top: -5px;
  right: -10px;
  z-index: 2
}

.block-global-search {
  width: 460px;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.block-global-search--keyword {
  width: 280px
}

.block-global-search form {
  background-color: #eee
}

input.block-global-search--keyword:hover, input.block-global-search--keyword {
  /*  border: 0;background-color: transparent*/
}

button.block-global-search--submit {
  border: 0;
  background-color: transparent;
  width: 33px
}

.block-global-search--searchdetail {
  margin-left: 15px
}

.block-global-search--search-detail-link {
  color: #6fb4c3;
  text-decoration: underline
}

.block-global-search--search-detail-link:hover {
  text-decoration: none
}

.block-globalnav--item-list {
  /*display: table;/*----小山追加----*/
  width: 100%;
  display: flex;
  justify-content: space-between;
  /*----小山追加----*/
}

.block-globalnav--item-list i {
  margin-right: 10px
}

/*----製品一覧から探すボタン----*/
.block-globalnav--item-list&gt;li {
  background-color: #0c0c0c;
  position: relative;
  height: 40px;
  flex: 1;
}

.block-globalnav--item-list&gt;li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-color: #0c0c0c;
  z-index: 11;
}

.block-globalnav--item-list&gt;li&gt;a {
  position: relative;
  display: flex;
  /*align-items: center;/*----小山追加----*/
  height: 40px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 47px;
  z-index: 15;
}

.block-globalnav--item-list&gt;li&gt;a::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -4px;
  border-width: 9px 4.5px 0 4.5px;
  border-color: #ffffff transparent transparent transparent;
}

.block-globalnav--item-list&gt;li&gt;a .fa-chevron-down {
  position: absolute;
  font-size: 12px;
  right: 12px
}

.block-globalnav--item-list&gt;li&gt;a.active {
  transition: color 0.2s;
  text-decoration: none;
  /*background-color: #FF82B2;*/
}

.block-globalnav--item-list&gt;li&gt;a.active .fa-chevron-down {
  color: #ffffff;
  transform: rotate(180deg)
}

.block-globalnav-menu {
  position: fixed;
  top: 184px;
  left: 0;
  z-index: 10001;
  width: 100%;
  background: #FFFFFF;
}

.block-globalnav-menu&gt;div {
  margin: auto
}

.block-globalnav-menu .block-dynamic-genre--body {
  display: flex;
  align-items: center;
}

.block-dynamic-category--body {
  margin-top: 20px
}

.block-globalnav-menu .block-dynamic-category--body li, .block-globalnav-menu .block-dynamic-genre--body li {
  width: 328px;
  height: 35px;
  font-size: 14px;
  background-color: #c4d0d4;
  text-align: left;
  border-right: 1px solid #666;
  margin-bottom: 1px
}

.block-globalnav-menu .block-dynamic-category--body li:last-of-type {
  margin-bottom: 20px
}

.block-globalnav-menu .block-dynamic-category--body li a, .block-globalnav-menu .block-dynamic-genre--body li a {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #000;
  display: block;
  line-height: 35px;
  font-weight: bold
}

.block-globalnav-menu .block-dynamic-genre--body li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg)
}

.block-globalnav-menu .block-dynamic-category--body li a img, .block-globalnav-menu .block-dynamic-genre--body li a img {
  vertical-align: middle;
  width: 30px;
  margin-right: 10px
}

.block-globalnav-menu--freespace * {
  font-size: 14px
}

.block-globalnav-menu--freespace h3 {
  margin-top: 0
}

.block-globalnav-menu--freespace p {
  font-size: 12px;
  margin: 10px 10px 10px 0
}

.block-globalnav-menu--freespace ul {
  display: flex;
  align-items: center
}

.block-globalnav-menu--freespace ul li img {
  vertical-align: middle
}

.js-animation-megamenu-hover&gt;a {
  font-size: 14px;
  position: relative
}

.js-animation-megamenu-hover&gt;a&gt;img {
  margin-right: 5px;
  margin-top: -10px;
  position: absolute;
  top: 23px;
  left: 20px
}

.js-animation-megamenu-hover&gt;a&gt;p {
  margin-left: 28px
}

.js-animation-megamenu-hover&gt;a&gt;p&gt;span {
  display: inline-block;
  margin-left: 3px;
}

.js-animation-megamenu-hover&gt;a&gt;span {
  margin-left: 5px;
}

.pane-globalnav {
  background-color: transparent;
  position: fixed;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -600px;
  z-index: 999999;
  width: 200px;
}

@media screen and (max-width: 1200px) {
  .pane-globalnav {
    left: 0;
    margin-left: 0;
  }
}

.pane-globalnav .container {
  width: 200px;
}

.block-globalnav {
  width: 200px;
  height: 45px;
}

.block-globalnav--item-list&gt;li&gt;a {
  /*  padding: 0;line-height: 50px*/
}

.js-animation-megamenu-hover {
  transition: all 0.2s;
}

/*.js-animation-megamenu-hover:hover {background-color: #EF475B;}*/
.block-globalnav-wrap {
  width: 200px;
  position: relative;
}

.for-background {
  top: 50px !important;
  display: flex;
  background-color: #FFFFFF;
  width: 1200px;
  padding: 20px 0;
}

.block-globalnav-left {
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  padding: 0 0 0 0 !important;
  position: relative
}

.block-globalnav-left&gt;li {
  float: none !important;
  margin: 0 0 0 0 !important;
  background-color: #c4d0d4 !important;
  border-radius: 0 !important;
  border: none !important;
  top: 0 !important;
  background: transparent !important;
  width: 327px
}

.block-globalnav-left&gt;li&gt;a {
  height: 50px !important;
  line-height: 50px !important;
  margin: 0 0 0 !important;
  background-color: #BBBBBB;
  border-top: none !important;
  /*border-right: 1px solid #666;*/
  /*border-bottom: 1px solid #666;*/
  border-left: 0;
  color: #000 !important;
  font-weight: bold;
  cursor: pointer !important;
  text-align: center;
  display: block
}

.last_anch {
  border-bottom: none !important
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  border-right: 1px solid #c4d0d4 !important;
  background-color: #c4d0d4 !important;
  cursor: pointer !important
}

.maintainHover {
  /*border-right: 1px solid #c4d0d4 !important;*/
  background-color: #DDDDDD !important;
  cursor: pointer !important
}

.block-globalnav-inner {
  width: 1200px;
  background-color: #c4d0d4
}

.block-dynamic-category--body {
  display: block
}

.block-globalnav-right {
  background-color: #DDDDDD;
  padding: 0 20px;
  position: absolute;
  left: 327px;
  top: 0;
  height: 400px;
}

.block-globalnav-right&gt;li {
  padding: 0 0 0 0 !important;
  text-align: left
}

.nav_contents {
  height: calc(100% - 40px);
}

.block-globalnav-right .block-globalnav-right-wrap {
  width: 830px;
  background-color: #fff;
  margin: 20px auto 20px;
  padding: 12px 0 15px 14px;
  height: 100%
}

.block-globalnav-right-ttl {
  display: flex
}

.block-globalnav-right-ttl&gt;a, .block-globalnav-right-ttl&gt;span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-top: 30px;
  color: #444
}

.nav_contents_1, .nav_contents_2, .nav_contents_3, .nav_contents_4 {
  display: none
}

.block-globalnav-right-list {
  display: flex
}

.block-globalnav-right-list&gt;li&gt;a {
  text-align: left
}

.block-globalnav-right-list&gt;li&gt;a:hover {
  text-decoration: underline;
}

.wrap_columns {
  display: flex;
  background-color: #DDDDDD !important;
  padding: 0 0 0 0 !important
}

.block-globalnav-right-ttl&gt;div {
  width: 70px;
  height: 70px;
  background-color: #F8F8F8;
  border-radius: 50%;
  margin-right: 10px
}

.block-globalnav-right-wrap img {
  width: 70px;
  height: 70px;
}

.block-globalnav-right-wrap-in, .block-globalnav-right-wrap-in-3 {
  margin-right: 10px;
  background-color: #fff !important;
  padding: 12px 0 15px 14px !important
}

.block-globalnav-right-wrap-in:last-of-type, .block-globalnav-right-wrap-in-3:last-of-type {
  margin-right: 0;
}

.block-globalnav-right-wrap-in {
  width: 410px
}

.block-globalnav-right-wrap-in-3 {
  width: 270px
}

.block-globalnav-right-list li {
  width: 180px;
  text-align: left;
}

#submenu-megamenu-brush .block-globalnav-right-wrap .block-globalnav-right-list:last-child li {
  width: auto;
  margin-right: 40px;
}

.block-globalnav-right-list li .block-globalnav-right-list-brazedtool {
  display: flex;
}

.block-globalnav-right-list li .block-globalnav-right-list-brazedtool li {
  width: 74px;
}

.block-globalnav-right-wrap-in-3 .block-globalnav-right-list {
  flex-wrap: wrap;
}

.block-globalnav-right-wrap-in-3 .block-globalnav-right-list li {
  width: 100%;
  display: block;
}

.block-globalnav-right-wrap-in-3 .block-globalnav-right-list li+li {
  margin-top: 12px;
}

.block-globalnav-right-wrap-in-3 .block-globalnav-right-list li+li a, .block-globalnav-right-wrap-in-3 .block-globalnav-right-list li+li span {
  margin-top: 0;
}

.block-globalnav-right-list&gt;li&gt;a::before, .block-globalnav-right-list&gt;li&gt;span::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #F35D6F;
  margin-right: 5px
}

.block-globalnav-right-list li ul {
  margin: 10px 0 0 10px;
}

.block-globalnav-right-list li ul li {
  margin-bottom: 15px;
}

.block-globalnav-right-list li ul li a, .block-globalnav-right-list li ul li span.at-nolink {
  font-size: 14px;
  line-height: 1.0;
  display: block;
  padding-left: 14px;
  position: relative;
}

.block-globalnav-right-list li ul li span.at-nolink {
  color: #444;
}

.block-globalnav-right-list li ul li a::after, .block-globalnav-right-list li ul li span.at-nolink::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 1px;
  background-color: #111111;
}

.block-globalnav-right-list li ul li a:hover {
  text-decoration: underline;
}

.block-globalnav-right-list li ul li a:hover::after {
  background-color: #EF475B;
}

.hover-modal.active {
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  height: calc(100% - 110px);
  background: rgb(0, 0, 0, 0.7);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.hover-modal.active {
  visibility: visible;
  opacity: 1;
  transition: all .3s;
}

._fs_chat.modal_open {
  z-index: 1;
}

.nav_contents_current {
  display: block
}

.block-top--notice {
  width: 1200px;
  height: 50px;
  text-align: center
}

.block-top--notice a {
  color: #111111;
  line-height: 50px
}

.block-top--notice a span {
  margin-right: 10px
}

.block-globalnav-right-list&gt;li&gt;a, .block-globalnav-right-list&gt;li&gt;span {
  font-size: 14px;
  display: block;
  margin-top: 15px;
  transition: all 0.2s;
}

.block-globalnav-right-list&gt;li&gt;a {
  font-weight: 700;
}

.block-globalnav-right-list&gt;li&gt;span {
  color: #a6a6a6;
}

.block-globalnav-right-list a:hover {
  color: #EF475B;
}

.block-top-body--body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.block-top-body--items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 595px;
  border-radius: 20px;
  padding: 20px 19px 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 8px -4px black
}

.block-top-body--items dt {
  width: 100%;
  height: 25px;
  text-align: center;
}

.block-top-body--items dd {
  width: 100%;
  margin-top: 19px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  display: flex;
}

.block-top-body--items dt span {
  border-top: 2px solid #fff;
  height: 2px;
  width: 35px;
  display: block;
  margin: 0 auto 10px
}

.cat-ttl-container {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat-ttl-en {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.0;
}

.cat-ttl-ja {
  margin-left: 11px;
  color: #fff;
  font-weight: 700;
}

.cat-detail-img {
  width: 90px;
  min-width: 90px;
}

.cat-detail-sub-ttl {
  padding-top: 10px;
  margin-left: 10px
}

.cat-detail-sub-ttl&gt;p&gt;span, .cat-detail-sub-ttl&gt;p&gt;a {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px
}

.cat-detail-sub-ttl&gt;ul {
  display: flex;
  flex-wrap: wrap;
}

.cat-detail-sub-ttl&gt;ul&gt;li {
  width: 145px;
}

.block-top-body--items dd.clomn1-inner2-block li {
  width: 190px;
}

.cat-detail-sub-ttl&gt;ul&gt;li a {
  padding: 3px 6px;
  vertical-align: middle;
  font-weight: bold;
  line-height: 24px;
  transition: all 0.2s;
}

.cat-detail-sub-ttl&gt;ul&gt;li a:hover {
  color: #999999;
  text-decoration: underline;
  font-weight: bold;
  background-color: #ffdede;
}

.cat-detail-sub-ttl&gt;ul&gt;li a.disabled {
  color: #d5d5d5;
  pointer-events: none;
}

.cat-detail-sub-ttl&gt;ul&gt;li span {
  padding: 3px 6px;
  vertical-align: middle;
  line-height: 24px;
  transition: all 0.2s;
  color: #a6a6a6;
}

.cat-detail-sub-ttl&gt;ul&gt;li span.soon {
  display: inline-block;
}

.cat-detail-sub-ttl&gt;ul&gt;li::before {
  content: "\025b6";
  font-size: 10px;
  margin-top: -3px
}

.cat-turning {
  background-color: #edd36d;
}

.cat-turning dd:first-of-type, .cat-turning dd:nth-of-type(2) {
  width: 275px;
}

.cat-turning dd:first-of-type .cat-detail-sub-ttl&gt;ul, .cat-turning dd:nth-of-type(2) .cat-detail-sub-ttl&gt;ul {
  max-width: 155px;
}

.cat-turning-detail&gt;ul&gt;li::before {
  color: #edd36d
}

.cat-milling {
  background-color: #a7c3dc;
}

.cat-milling-detail&gt;ul&gt;li::before {
  color: #a7c3dc
}

.cat-holemaking {
  background-color: #d6bed8;
}

.cat-holemaking-detail&gt;ul&gt;li::before {
  color: #d6bed8
}

.cat-threading {
  background-color: #bfcc8a;
}

.cat-threading-detail&gt;ul&gt;li::before {
  color: #bfcc8a
}

.cat-centerhole {
  /*width: 100%;*/
  background-color: #ee8a98;
}

.cat-centerhole dt {
  height: 50px;
}

.cat-centerhole dd {
  /*width: 383px;*/
}

.cat-centerhole dd:nth-of-type(2), .cat-centerhole dd:nth-of-type(3) {
  width: 275px;
}

.cat-centerhole-detail&gt;ul&gt;li {
  width: 100%;
}

.cat-centerhole-detail&gt;ul&gt;li::before {
  color: #ee8a98
}

/* .cat-notice {width: 380px;height: 193px;border: 3px solid #ccc;text-align: center;font-size: 25px;font-weight: 700;color: #999;border-radius: 16px;margin-bottom: 30px;position: relative}.cat-notice img {width: 100%;height: 100%}.cat-notice p {margin-top: 52px;position: absolute;top: 7px;left: 90px;font-size: 20px;font-weight: 700;color: #666;line-height: 35px}.cat-notice p span {color: #f67385;font-size: 30px;font-weight: 700}*/
.cat-tooling {
  /*width: 100%;*/
  background-color: #edd36d;
}

.cat-tooling dt {
  height: 50px;
}

.cat-tooling dd {
  /*width: 383px;*/
}

.cat-tooling dd:nth-of-type(2), .cat-tooling dd:nth-of-type(3) {
  width: 275px;
}

.cat-tooling-detail&gt;ul&gt;li {
  width: 100%;
}

.cat-tooling-detail&gt;ul&gt;li::before {
  color: #edd36d
}

.top_banner {
  width: 1200px;
  margin: 20px auto 0
}

.top_banner:first-child {
  margin-top: 0
}

.top_banner_inner {
  background-color: #c4d0d4;
  margin: 0 calc(50% - 50vw);
  padding: 40px calc(50vw - 50%)
}

@media(max-width: 1200px) {
  .top_banner_inner {
    margin: 0;
    padding: 40px 0
  }
}

.top_banner_slide, .top_banner_slide-container {
  margin: 0 !important;
  position: relative
}

.top_banner_slide-wrap {
  overflow: hidden
}

.top_banner_slide.swiper-container {
  overflow: visible !important
}

.top_banner_slide {
  width: 940px;
  margin-left: auto !important;
  margin-right: auto !important
}

.top_banner_slide-container {
  display: flex;
  justify-content: center
}

.top_banner_slide-container.swiper-wrapper {
  justify-content: flex-start
}

.top_banner_slide-container&gt;div {
  margin: 0;
  padding: 0 5px;
  text-align: center
}

.top_banner_slide:not(.st__swiper) .top_banner_slide-container&gt;div:nth-child(n+5) {
  display: none !important
}

.top_banner_slide-container&gt;div {
  width: 470px;
  height: 178px;
  position: relative;
}

.top_banner_slide-container&gt;div a {
  position: absolute;
  left: calc(50% - 235px);
  top: 0;
  width: 470px;
  transition: all 0.3s;
}

.top_banner_slide-container&gt;div a:hover {
  transform: scale(1.2);
}

.top_banner_slide .swiper-button-prev, .top_banner_slide .swiper-button-next {
  outline: 0
}

.top_banner_slide .swiper-button-prev {
  left: -15px
}

.top_banner_slide .swiper-button-next {
  right: -15px
}

.block-top-event--bg {
  margin: 0 calc(50% - 50vw);
  padding: 20px calc(50vw - 50%) 25px;
  background-color: #ffffff;
}

@media(max-width: 1200px) {
  .block-top-event--bg {
    margin: 0;
    padding: 0
  }
}

.block-top-event--header {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 75px 0 20px 0;
  border-top: 0
}

.block-event-ttl--ja, .block-top-body-category-ttl--ja {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  height: 45px;
  line-height: 45px
}

.block-event-ttl--en, .block-top-body-category-ttl--en {
  color: #4d4d4deb;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.285;
  text-align: center;
  margin-top: 10px
}

.block-topic-ttl--en {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  height: 50px;
  line-height: 50px
}

.block-topic-ttl--ja {
  color: #4d4d4deb;
  margin-top: 10px
}

.block-top-event--header span, .block-top-topic--header span {
  background-color: #D83453;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 1px
}

.block-event-bottom-btn {
  text-align: center
}

.block-event-bottom-btn a {
  min-width: 360px;
  height: 60px;
  border: solid 2px #000000;
  background-color: #4d4d4d;
  border-radius: 10px;
  display: inline-flex;
  color: #;
  line-height: 60px;
  margin: 0 auto 100px;
  padding: 0 15px;
  font-size: 16px;
  transition: all 0.2s;
}

.block-event-bottom-btn a:hover {
  background-color: #ffe8eb;
  color: #f67385;
}

.block-event-bottom-btn a div {
  margin: 0 auto;
  font-weight: 700
}

.block-event-bottom-btn a img {
  margin: 0 10px 0 10px;
  height: 15px
}

.block-top-topic--header {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 30px 0 20px 0;
  border-top: 0
}

.block-top-topic {
  width: 1200px;
  margin: 0 auto
}

.block-top-topic-inner {
  background-color: #fbf9f1;
  margin: 0 calc(50% - 50vw);
  padding: 40px calc(50vw - 50%)
}

@media(max-width: 1200px) {
  .block-top-topic-inner {
    margin: 0;
    padding: 40px 0
  }
}

.block-top-topic--next-page a {
  width: 300px;
  height: 50px;
  background-color: #4d4d4deb;
  border-radius: 10px;
  display: flex;
  color: #ffffff;
  line-height: 50px;
  margin: 50px auto 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #333333;
  transition: all 0.2s;
}

.block-top-topic--next-page a:hover {
  background-color: #ffe8eb;
}

.block-top-topic--next-page a div {
  margin: 0 auto
}

.block-top-topic--next-page a img {
  margin: 0 10px 0 0
}

.block-top-topic--items {
  width: 850px;
  margin: 0 auto;
  font-size: 13px
}

.block-top-topic--items li {
  border-bottom: 0
}

.block-top-topic--items li a dl {
  display: flex
}

.block-top-topic--items li a {
  font-weight: 700
}

.block-top-topic--items dt {
  margin-right: 40px
}

ul.block-top-topic--items li dl dd, .block-topic-details--items li dl dd {
  display: flex
}

.block-top-topic--icon-img {
  margin-right: 10px
}

.block-ranking-r--goods-image .block-ranking-r--rank {
  background-color: #edd36d;
  color: #333;
  width: 60px;
  height: 60px;
  font-weight: 700;
  font-size: 25px;
  position: absolute;
  top: -20px;
  left: -13px
}

.block-ranking-r--goods-image .block-ranking-r--rank span {
  font-size: 14px;
  margin-top: 7px
}

.block-ranking-r--goods-itemcode, .block-new-detail-j--goods-itemcode, .block-ranking-t--goods-itemcode {
  font-weight: 700
}

.block-ranking-r--goods-name a, .block-goods-detail-j--goods-name a, .block-goods-detail-j--goods-name a, .block-thumbnail-t--goods-name a {
  text-decoration: none;
  font-weight: 700
}

.block-ranking-r--price, .block-goods-detail-j--price {
  font-size: 18px;
  font-weight: 700
}

.block-ranking-r--price span, .block-goods-detail-j--price span {
  font-size: 12px
}

.img-center img {
  height: 100%
}

.block-ranking-r--items {
  display: flex
}

.block-top-event--goods {
  margin-top: 40px
}

.block-thumbnail-t {
  display: flex
}

.block-top-event--goods {
  margin-top: 40px
}

.block-thumbnail-t--goods-image, .block-ranking-r--goods-image {
  width: 200px;
  height: 200px;
  position: relative;
}

.block-thumbnail-t--goods-image figure, .block-ranking-r--goods-image figure {
  background: none;
}

.block-thumbnail-t--goods-image a figure, .block-ranking-r--goods-image a figure {
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  transition: all 0.3s;
}

.block-thumbnail-t--goods-image a:hover figure, .block-ranking-r--goods-image a:hover figure {
  transform: scale(1.2);
}

.block-thumbnail-h--goods-image {
  width: 164px;
  height: 164px;
  position: relative;
}

.block-thumbnail-h--goods-image figure {
  background: none;
}

.block-thumbnail-h--goods-image a figure {
  position: absolute;
  left: calc(50% - 82px);
  top: calc(50% - 82px);
  width: 164px;
  height: 164px;
  transition: all 0.3s;
}

.block-thumbnail-h--goods-image a:hover figure {
  transform: scale(1.2);
}

footer .container {
  position: relative
}

.block-footernav {
  margin-bottom: 20px;
  text-align: center
}

.block-footernav li {
  padding: 0 1em;
  display: inline-block
}

.block-footernav li a {
  color: #444
}

.block-cart-i--goods {
  margin: 0
}

.block-page-top a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #e5e5e5;
  border-radius: 50px
}

.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #666;
  border-top: 2px solid #666;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 26px;
  display: none
}

.block-switcher {
  width: 400px;
  text-align: center;
  margin: 0 auto 20px
}

.block-switcher li {
  display: inline-block
}

.block-switcher--switch {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #444;
  color: #fff
}

.block-switcher--switch:hover {
  text-decoration: none;
  background-color: #ccc
}

.block-switcher--current {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ccc;
  color: #fff
}

.block-switcher .fa {
  margin-right: 10px;
  vertical-align: middle
}

.block-switcher .fa-mobile-phone {
  font-size: 22px
}

.block-switcher .fa-desktop {
  font-size: 18px
}

.block-copyright {
  font-size: 10px;
  text-align: center;
  color: #444
}

.block-brand-list {
  margin: 40px 0 60px
}

.block-brand-list .block-topic-path {
  margin-bottom: 40px
}

.block-brand-list--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.block-brand-list--item {
  flex-grow: 1;
  flex-basis: 390px;
  max-width: 390px;
  margin: 0 0 20px 15px
}

.block-brand-list--item:nth-of-type(3n+1) {
  margin-left: 0
}

.block-brand-list--item-img {
  width: 390px;
  height: 240px
}

.block-brand-list--item-name, .block-brand-list--item-comment {
  border: #ddd 1px solid;
  border-top: 0;
  border-bottom: 0
}

.block-brand-list--item-name {
  padding: 15px 35px 0
}

.block-brand-list--item-comment {
  border-bottom: #ddd 1px solid;
  padding: 15px 35px 35px
}

.block-brand-list--item-btn {
  display: block;
  text-align: center;
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 14px;
  margin: 15px auto 0;
  background: #e5e5e5
}

.block-brand-detail--image {
  margin-top: 40px
}

.block-brand-detail--description {
  margin-bottom: 30px
}

.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap
}

.block-goods-sns {
  order: 10
}

.page-goods .block-icon {
  order: 20
}

.block-goods-comment {
  order: 30
}

.block-goods-name {
  order: 40
}

.block-goods-price {
  order: 50
}

.block-goods-attr1 {
  order: 55
}

.block-goods-code {
  order: 60
}

.block-goods-item-code {
  order: 70
}

.block-goods-item-code2 {
  order: 80
}

.block-goods-item-code3 {
  order: 90
}

.block-goods-release-dt {
  order: 100
}

.block-goods-max-qty {
  order: 101
}

.block-goods-class1 {
  order: 110
}

.block-goods-class2 {
  order: 120
}

.block-goods-attr2 {
  order: 140
}

.block-goods-attr3 {
  order: 150
}

.block-goods-size {
  order: 160
}

.block-goods-color {
  order: 170
}

.block-goods-point {
  order: 180
}

.block-goods-postage {
  order: 190
}

.block-goods-stock {
  order: 200
}

.block-goods-spec {
  order: 210
}

.block-goods-sales-detail-append {
  order: 220
}

.block-variation {
  order: 230
}

.block-custom-order {
  order: 240
}

.block-add-cart {
  order: 250
}

.block-no-stock {
  order: 260
}

.block-arrival-notice {
  order: 270
}

.block-goods-store-stock {
  order: 280
}

.block-goods-set {
  order: 290
}

.block-accessory-list {
  order: 300
}

.block-cartsection-background-colored {
  order: 305
}

.block-variation-back-order {
  order: 310
}

.block-detail--cart-favorite-contact {
  order: 315
}

.block-goods-favorite {
  order: 320
}

.block-contact-about-goods {
  order: 330
}

.block-goods-link {
  order: 340;
  text-align: right;
  text-decoration: underline;
  margin-top: 20px
}

.block-icon img {
  width: 70px
}

.block-src-l figure {
  border: 1px solid #ccc;
  width: 330px;
  height: 330px;
}

.block-goods-gallery li figure {
  width: 75px;
  height: 75px
}

.block-goods-gallery ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex
}

.block-goods-gallery li {
  width: 20.8%;
  margin-right: 5%;
  margin-bottom: 10px
}

.block-goods-gallery li:nth-child(4n) {
  margin-right: 0
}

.block-goods-gallery&gt;ul&gt;li&gt;a&gt;figure {
  width: 75px;
  height: 75px;
  border: 1px solid #ccc
}

.block-goods-name {
  background-color: #f9f9f9;
  margin: 5px 0 20px 0
}

.block-goods-name h2 {
  margin: 0 0 10px 20px;
  font-size: 25px;
  font-weight: 700
}

.supplier-name {
  background-color: #1d89c7;
  height: 20px;
  line-height: 20px;
  color: #fff;
  padding: 0 10px;
  border-radius: 10px;
  display: inline-block;
  margin: 15px 0 0 20px
}

.supplier-products--name p {
  margin: 13px 0 0 20px;
  font-weight: 700;
  font-size: 25px
}

.block-goods-comment {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px
}

.block-goods-comment1 {
  margin-top: 30px
}

.block-goods-comment1 table {
  width: 490px;
}

.block-goods-comment1 table tr {
  border-left: 1px solid #2c2c2c;
  border-top: 1px solid #2c2c2c;
}

.block-goods-comment1 table tr td {
  border-right: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  padding: 4px;
}

.block-goods-alink-model-number-list {
  text-align: right;
}

.block-goods-alink-model-number-list a {
  text-decoration: underline;
}

.block-goods-alink-model-number-list a:hover {
  text-decoration: none;
  color: #1d89C7;
}

.pane-goods-center .block-icon+.block-goods-alink-model-number-list {
  margin-top: 30px;
}

.block-goods-comment1+.block-goods-alink-model-number-list {
  margin-top: 50px;
}

.block_spec_table_wrap {
  width: 490px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  border-top: 1px solid #ccc;
  margin-bottom: 20px
}

.block-goods-alink-model-number-list+.block_spec_table_wrap {
  margin-top: 10px;
}

.block_spec_table {
  display: flex;
  width: 490px;
  border-bottom: 1px solid #ccc;
  float: left
}

.block_spec_table:last-of-type {
  border-bottom: 1px solid #ccc
}

.block_spec_table dt {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #f9f9f9;
  text-align: center;
  border-top: 1px solid #fff;
  font-weight: 700
}

.block_spec_table dd {
  width: 370px;
  height: 40px;
  text-align: left;
  line-height: 40px;
  border-top: 1px solid #fff;
  font-weight: 700;
  font-size: 12px;
  padding-left: 20px
}

.block_spec_table dt:first-of-type {
  border-bottom: 1px solid #fff
}

.block_spec_table dd:first-of-type {
  border-bottom: 1px solid #fff
}

.pane-goods-center&gt;a {
  border: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0
}

.pane-goods-center&gt;.btn:before {
  content: url(../../img/icon/icon_see_specdetail_plus.png);
  margin: 0 10px 0 20px;
  vertical-align: sub
}

.pane-goods-center&gt;.btn_close:before {
  content: url(../../img/icon/icon_see_specdetail_minus.png);
  margin: 0 10px 0 -10px;
  vertical-align: sub
}

.pane-goods-right-side form {
  width: 280px;
  height: auto;
  border: 1px solid #ddd
}

.block-cartsection-background-colored {
  background-color: #f9f9f9;
  padding: 0 20px 20px 20px
}

.block-goods-attr1 {
  width: 190px;
  height: 30px;
  border: 1px solid #ddd;
  color: #f67385;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 15px;
  font-size: 15px;
  line-height: 30px
}

.block-goods-price {
  text-align: center;
  font-weight: 700
}

.block-goods-comment2 dt h3, .block-goods-comment3 dt h3, .block-goods-comment4 dt h3, .block-goods-comment5 dt h3, .block-goods-comment6 dt h3, .block-goods-comment7 dt h3, .block-goods-comment8 dt h3, .block-goods-comment9 dt h3 {
  color: #d83453;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  height: 50px;
  line-height: 50px
}

.block-goods-comment2, .block-goods-comment3, .block-goods-comment4, .block-goods-comment5, .block-goods-comment6, .block-goods-comment7, .block-goods-comment8, .block-goods-comment9 {
  padding: 80px 0 100px 0
}

.block-goods-comment7 dt h3::before {
  content: url(../../img/icon/icon_detail_dimention.png);
  margin-right: 15px;
  vertical-align: middle
}

.block-goods-comment3 dt h3::before {
  content: url(../../img/icon/icon_detail_model_list.png);
  margin-right: 15px;
  vertical-align: middle
}

.block-goods-comment8 dt h3::before {
  content: url(../../img/icon/icon_detail_cutting_cond.png);
  margin-right: 15px;
  vertical-align: middle
}

.block-goods-comment9 dt h3::before {
  content: url(../../img/icon/icon_detail_catalog.png);
  margin-right: 15px;
  vertical-align: middle
}

.block-goods-comment6 dt h3::before {
  content: url(../../img/icon/icon_detail_movie.png);
  margin-right: 15px;
  vertical-align: middle
}

.block-goods-comment7 dt h3::after {
  content: '\5916\5f62\56f3';
  font-size: 15px;
  color: #000;
  position: absolute;
  top: 35px;
  left: 50%
}

.block-goods-comment3 dt h3::after {
  content: '\578b\756a\30ea\30b9\30c8';
  font-size: 15px;
  color: #000;
  position: absolute;
  top: 35px;
  left: 48%
}

.block-goods-comment8 dt h3::after {
  content: '\5207\524a\6761\4ef6';
  font-size: 15px;
  color: #000;
  position: absolute;
  top: 35px;
  left: 49%
}

.block-goods-comment9 dt h3::after {
  content: '\30ab\30bf\30ed\30b0';
  font-size: 15px;
  color: #000;
  position: absolute;
  top: 35px;
  left: 49%
}

.block-goods-comment6 dt h3::after {
  content: '\52d5\753b';
  font-size: 15px;
  color: #000;
  position: absolute;
  top: 35px;
  left: 50%
}

.block-goods-detail-comments {
  width: 1200px
}

.block-goods-detail&gt;.block-goods-detail-comments&gt;dl:nth-child(even) {
  background-color: #fbf9f1;
  margin: 0 calc(50% - 50vw);
  padding: 80px calc(50vw - 50%) 100px
}

@media(max-width: 1200px) {
  .block-goods-detail&gt;.block-goods-detail-comments&gt;dl:nth-child(even) {
    margin: 0;
    padding: 80px 0 100px
  }
}

.block-goods-detail dt {
  position: relative
}

.block-goods-detail h3 {
  margin-bottom: 50px
}

.js-active .img-center {
  border: 1px solid #f67385
}

.block-goods-gallery&gt;ul&gt;li&gt;figure&gt;img {
  width: 100%;
  height: 100%
}

.block-src-l img {
  width: 100%;
  height: 100%
}

.block-goods-price--price span {
  font-size: 15px
}

.block-variation--item-dropdown {
  display: none
}

.block-arrival-notice--btn {
  width: 90%;
  margin-bottom: 10px
}

.block-variation-arrival-notice--btn {
  margin: 0 0 10px;
  width: 100%
}

.block-no-stock--message {
  margin: 10px auto
}

.block-goods-comment7 dd, .block-goods-comment8 dd, .block-goods-comment9 dd {
  text-align: center
}

.block-goods-model--list {
  position: relative;
  overflow: auto;
  max-height: 480px;
  border: 1px solid #ccc;
  padding-top: 50px
}

.block-goods-model--list-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 50px
}

.block-goods-model--list-label-body {
  position: absolute;
  top: 0;
  left: 0;
  display: flex
}

.block-goods-model--list-inner ul {
  display: flex
}

.block-goods-model--list-label-each {
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  background-color: #d83453;
  text-align: center;
  border-right: 1px solid #ccc;
  flex-shrink: 0
}

.block-goods-model--list-inner-each {
  width: 150px;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #ccc;
  flex-shrink: 0;
  padding: 15px 20px
}

.block-goods-model--list-inner-each:first-of-type {
  text-align: left
}

.inner-each-item-code {
  position: relative;
  text-decoration: underline
}

.inner-each-item-code::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -13px;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #f67385
}

.block-goods-model--list-inner ul:nth-child(2n) li {
  background-color: #f7f7f7 !important
}

.block-goods-model--list-label-each:last-of-type, .block-goods-model--list-inner-each:last-of-type {
  border-right: 0
}

.label-each-long_300 {
  width: 300px !important
}

.label-each-long_420 {
  width: 420px !important
}

.bulkdiscount-price {
  font-size: 16px
}

.bulkdiscount-price:last-child {
  color: red
}

.block-sticky-nav-wrap {
  position: relative;
  margin: 80px 0 0;
  height: 180px
}

.block-sticky-nav {
  position: relative;
  top: 0;
  margin: 0 calc(50% - 50vw) 0;
  z-index: 9999;
}

@media(max-width: 1200px) {
  .block-sticky-nav {
    margin: 0
  }
}

.block-sticky-nav.st__fixed {
  position: fixed;
  left: 0;
  top: 110px;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0
}

.block-sticky-nav ul {
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f0e6;
}

.block-sticky-nav a {
  width: 200px;
  height: 70px;
  line-height: 70px;
  border-right: 1px solid #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 15px
}

.block-sticky-nav .sticky-nav--comment3 a {
  background-color: #d83453;
  color: #fff;
}

.block-sticky-nav a:first-child {
  border-left: 1px solid #fff
}

.block-sticky-nav a::before {
  content: url(../../img/icon/icon_detail_arrow.png);
  margin-right: 10px
}

.block-sticky-nav .sticky-nav--comment3 a::before {
  content: url(../../img/icon/icon_detail_arrow_white.png);
  margin-right: 10px
}

.block-sticky-nav .sticky-nav--link&gt;a::before {
  content: url(../../img/icon/icon_detail_arrow_right.png);
  margin-right: 10px
}

.block-sticky-nav::before, .block-sticky-nav::after {
  content: '';
  display: table
}

.block-goods--quantity {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  padding-top: 20px
}

.block-goods--quantity input {
  width: 80px;
  height: 40px;
  lin-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin: 0 7px
}

.small_ {
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 23px
}

.min-purchase-qty {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  justify-content: flex-end;
  margin: 10px 0 10px 0
}

.min-purchase-qty dt, .min-purchase-qty dd {
  font-weight: 700;
  font-size: 12px
}

.chase-container {
  display: flex;
  width: 1200px;
  margin: 0 auto
}

li.block-current-goods-colored {
  color: #f67385
}

li.block-current-goods-colored a {
  color: #f67385
}

.block-goods-user-review--count-summary {
  display: flex
}

.block-goods-user-review--item {
  margin-top: 0
}

.block-goods-user-review--item-summary {
  position: relative
}

.block-goods-user-review--item-name {
  position: absolute;
  top: 0;
  right: 0
}

.block-goods-user-review--list {
  border: 5px solid #eee;
  padding: 25px 50px 50px 50px
}

.block-goods-user-review--item-name {
  margin-top: -20px
}

.block-goods-user-review--item-frame {
  padding-top: 25px;
  border-top: 1px solid #eee;
  margin-top: 25px
}

.block-goods-user-review h2, .block-accessory-list--name {
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 10px 0 20px 0
}

.user_review_ttl, .recommended_sec_ttl {
  color: #f67385;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  height: 50px;
  line-height: 50px
}

.block-goods-user-review span, .block-accessory-list&gt;span {
  background-color: #f67385;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 1px
}

.block-goods-user-review {
  padding: 80px 0 100px 0
}

.block-goods-user-review--score {
  border-right: 1px solid #666;
  padding-right: 10px
}

.block-goods-user-review--count {
  padding-left: 10px
}

.block-goods-user-review--score dt {
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px
}

.block-goods-user-review--score dd img {
  height: 14px;
  margin-top: 2px
}

.block-goods-user-review--count dt {
  font-size: 14px
}

.score_avg_number {
  font-size: 18px;
  font-weight: 700;
  margin: -3px 0 0 5px
}

.pane-goods-footer {
  width: 1200px;
  margin: 0 auto
}

.block-accessory-list {
  width: auto;
  margin: 0 calc(50% - 50vw);
  padding: 80px calc(50vw - 50%) 100px;
  background-color: #f7f7f7
}

.swiper-button-prev:after, .swiper-button-next:after {
  color: #f67385
}

.block-recent-item--header {
  border: 0;
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px
}

#block_of_itemhistory {
  position: relative
}

#itemHistoryButton {
  position: absolute;
  top: 0;
  right: 0
}

#itemHistoryButton a {
  display: block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  background-color: #999;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  transition: all 0.2s;
}

#itemHistoryButton a:hover {
  background-color: #b1b1b1;
}

.block-recent-item--items {
  position: relative;
  width: 1134px;
  margin: 0 auto
}

.block-recent-item--items&gt;.swiper-button-prev, .block-recent-item--items&gt;.swiper-button-next {
  outline: 0
}

.block-recent-item--items&gt;.swiper-button-prev {
  left: -30px
}

.block-recent-item--items&gt;.swiper-button-next {
  right: -30px
}

.block-thumbnail-h {
  margin: 0;
  flex-flow: row;
  justify-content: center
}

.block-recent-item--items .swiper-container {
  overflow: hidden
}

.block-thumbnail-h.swiper-wrapper {
  justify-content: flex-start
}

.block-thumbnail-h li {
  margin: 0 !important;
  padding: 0 12px;
  background: 0;
  width: 188px
}

.block-thumbnail-h ul:not(.swiper-wrapper) li:nth-child(n+7) {
  display: none
}

.block-thumbnail-h--goods-image figure {
  margin: 0 auto;
  width: 165px;
  height: 165px
}

.block-thumbnail-h--goods-image figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}

.block-guest-favorite-synchronize {
  text-align: center;
  margin-top: 50px
}

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px
}

.page-category .pane-main {
  margin-top: 40px
}

.block-category-list--header-img {
  position: relative
}

.block-category-list--header-img img {
  position: absolute;
  top: -150px;
  left: -320px;
  width: 100px;
  height: 100px
}

.block-category-list .h1 {
  margin: 0
}

.block-category-page-ttl-main {
  padding: 10px 0 0 50px
}

.block-category-list {
  position: relative
}

.first-cat-name {
  position: absolute;
  top: -150px;
  left: -204px;
  color: #fff;
  font-weight: 700;
  font-size: 25px
}

.first-cat-name span {
  font-size: 15px;
  margin-left: 15px
}

.fa-angle-right:before {
  color: #d83453
}

.block-mypage--shopping-info i, .block-mypage--member-info i, .block-mypage--inquiry-info i, .block-mypage--snssync-info i {
  padding-right: 20px
}

.block-category-list {
  width: 860px;
  position: relative
}

.block-category-list-ttl-en {
  position: absolute;
  top: -140px;
  left: -200px;
  color: #fff;
  font-size: 25px
}

.block-category-list-ttl-en span {
  font-size: 15px;
  margin-left: 10px
}

.block-goods-list--sort-order-items {
  margin-top: 0
}

.block-goods-list-d--items li {
  border-bottom: 0.5px solid #ebebebeb;
  padding: 8px 0
}

.block-goods-list-d--items li:first-of-type {
  border-top: 1px solid #ccc
}

.block-goods-list-d--image {
  width: 185px
}

.block-goods-list-d li {
  margin: 0
}

.block-list--next-detail a {
  width: 190px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  color: #d83453;
  line-height: 40px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #d83453
}

.block-list--next-detail a div {
  margin: 0 auto
}

.block-list--next-detail a img {
  margin: 0 10px 0 0
}

.block-category-list-attr1 {
  width: 190px;
  height: 30px;
  border: 1px solid #ddd;
  color: #d83453;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 10px;
  font-size: 15px;
  line-height: 30px;
  background-color: #fff
}

.block-goods-list-d--image figure {
  width: 185px;
  height: 185px
}

.block-goods-list-d--item-details {
  display: block;
  padding: 40px 10px 30px 10px;
  background-color: #ffffff;
  width: 210px;
  height: 185px;
  margin-left: 25px
}

.block-goods-list-d--item-description {
  display: flex
}

.block-category-list--detail-left {
  width: 420px
}

.block-goods-list-d--price-infos {
  width: 190px
}

.block-goods-list-d--price-infos {
  font-size: 25px;
  position: relative
}

.pager {
  margin: 0;
  padding: 10px 0 10px 0;
  position: relative;
  height: 50px
}

.pager-total {
  position: absolute;
  top: 10px;
  left: 0
}

.pager-result-count {
  font-size: 18px;
  font-weight: 700
}

.block-goods-list-d--price span {
  font-size: 15px;
  margin-left: 5px
}

.price {
  color: #000
}

.pane-left-menu {
  width: 280px;
  margin-right: 60px
}

.pagination li {
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin-right: 5px
}

.pager-current {
  background-color: #e9943b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50% !important;
  line-height: 26px !important
}

.pagination li a {
  color: #666;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: -7px
}

.pagination-next-last li {
  border: 0;
  width: 15px;
  height: 15px;
  margin-top: 4px
}

.pager-previous {
  border: none !important;
  width: 15px !important;
  height: 15px !important;
  margin-top: 4px !important;
  margin-right: 10px
}

.pager-first {
  border: none !important;
  width: 15px !important;
  height: 15px !important;
  margin-top: 4px !important
}

.pagination-next-last li a {
  color: #f67385;
  width: 15px;
  height: 15px
}

.block-goods-list-d--item-details {
  margin-top: 0
}

.sort-styles {
  height: 50px;
  border-bottom: 1px solid #ccc
}

.sort-styles dd a {
  display: block;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.sort-styles .active {
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 700;
  color: #000
}

.sort-numbers {
  position: absolute;
  top: -5px;
  right: 0
}

.sort-numbers dt {
  display: block !important
}

.sort-numbers dd {
  margin-right: -1px
}

.sort-numbers dd a {
  display: block;
  width: 60px;
  height: 25px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 25px;
  border-collapse: collapse
}

.sort-numbers .active {
  width: 60px;
  height: 25px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 25px;
  background-color: #ccc;
  font-weight: 700;
  color: #000
}

.block-category-list--goods {
  position: relative
}

.block-category-page-ttl {
  background-color: #ccc;
  width: 1200px;
  margin: 50px auto 0;
  display: flex
}

.block-category-page-ttl-left {
  width: 140px
}

.block-category-page-ttl-right {
  padding: 20px 0
}

.block-category-page-ttl-main {
  font-size: 40px;
  font-weight: 700;
  margin-top: 2px
}

.block-category-page-ttl-sub {
  color: #fff;
  font-weight: 700;
  font-size: 20px
}

.block-category-page-ttl-sub span {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-left: 15px
}

.block-category-list--freespace4 {
  margin-top: 45px;
  font-size: 14px;
  font-weight: 700
}

.pane-topic-path {
  background-color: transparent
}

.block-goods-list-d--default-price.default-price {
  font-size: 15px;
  position: absolute;
  top: -17px;
  right: 0
}

.block-goods-list-d--spec-items {
  display: flex
}

.block-goods-list-d--scomment {
  font-size: 12px
}

.block-category-style-g--item {
  margin-bottom: 50px
}

h3.block-category-style-g--item-name a {
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 5px 0 5px 50px;
  font-size: 25px;
  text-align: left
}

h3.block-category-style-g--item-name a::after {
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  content: '';
  display: block;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  top: 18px;
  left: 30px
}

h3.block-category-style-g--item-name {
  background-color: #f67385;
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0 0 10px 0;
  width: 100%;
  float: right;
  position: relative
}

.block-category-style-g--item ul {
  margin: 0
}

li.block-category-style-g--subitem a {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
  height: 60px;
  position: relative;
  padding-left: 33px;
  font-weight: 700
}

li.block-category-style-g--subitem p {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
  height: 60px;
  position: relative;
  padding-left: 33px;
  font-weight: 700
}

.block-category-style-g--item ul li {
  margin: 0 10px 10px 0
}

li.block-category-style-g--subitem {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 280px;
  list-style: none !important
}

li.block-category-style-g--subitem:nth-child(3n) {
  margin: 0 0 10px 0
}

.block-category-list--sub {
  width: 860px
}

.block-category-style-g--item:nth-child(2n) {
  margin: 0
}

.block-category-style-g {
  display: initial
}

.block-category-style-g--item ul {
  display: flex;
  flex-wrap: wrap
}

.block-category-style-g--item ul li a::after {
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  content: '';
  display: block;
  border-top: solid 2px #f67385;
  border-left: solid 2px #f67385;
  right: 256px;
  top: 26px
}

.block-category-style-g--item ul li p::after {
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  content: '';
  display: block;
  border-top: solid 2px #f67385;
  border-left: solid 2px #f67385;
  right: 256px;
  top: 26px
}

.page-search .pane-main {
  width: 860px
}

.block-search-goods {
  position: relative
}

.block-search-ttl {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 10px 0 10px 20px;
  margin: auto;
  width: 1200px
}

.block-search-ttl img {
  width: 72px;
  height: 72px;
}

.block-search-ttl-right {
  padding: 0 0 0 20px
}

.block-search-ttl-right p {
  color: #999;
  font-weight: 700
}

.block-goods-list-d-brand {
  font-weight: 700;
  color: #666
}

.block-goods-list-d--goods-name a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none
}

.block-goods-list-d--itemcode {
  font-weight: 700;
  color: #000
}

.main-goods-series:after, .min-bulk-discount_price:after {
  content: '~'
}

#block_of_jscart {
  display: none !important
}

.pane-left-menu {
  margin: 40px 60px 0 0
}

.pane-left-menu--inner {
  position: relative
}

.pane-left-menu--inner form {
  padding: 0 0 122px;
}
.pane-left-menu--upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 15px 10px 5px;
  background-color: #eee;
}
.pane-left-menu--upper-title {
  font-size: 17px;
  font-weight: bold;
}
.pane-left-menu--upper-cancelBtn a {
  font-size: 11px;
  text-decoration: underline;
}

.pane-left-menu--inner-second {
  border: 10px solid #eee;
}

.pane-left-menu h2 {
  padding: 0;
  border-top: 0;
  margin: 0
}

.block-category-tree--header {
  background-color: #ee8a98;
  height: 45px;
  line-height: 45px
}

.block-category-tree--header a {
  color: #fff;
  padding-left: 15px
}

.leftmenu-ttl-number {
  border-bottom: 5px solid #eee;
}
.leftmenu-ttl-number .left-search--section {
  border-top: 1px solid #eee;
}
.leftmenu--category--reset {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: right;
  margin: 0;
  padding: 7px 15px;
  background-color: #fff;
}
.leftmenu--category--reset a {
  text-decoration: underline;
}
.leftmenu--category--reset a:hover {
  text-decoration: none;
}

.block-category-tree--items {
  padding-left: 15px;
}
.block-category-tree--items .block-category-tree--items {
  padding-left: 10px;
}

.leftmenu-ttl-search {
  background-color: #eee;
  border-top: 1px solid #fff;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 280px;
  transition: bottom .1s;
  z-index: 9999
}

.leftmenu-ttl-search p {
  margin: 0;
  font-weight: 700
}

.leftmenu-ttl-search&gt;p {
  display: none
}

.leftmenu-ttl-search&gt;div {
  width: 100%;
}

.leftmenu-ttl-search button {
  color: #fff;
  width: 100%;
  height: 45px;
  background-color: #d83453;
  margin: 0 auto 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
  font-size: 14px;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-by-series p, .search-by-item p {
  margin-left: 6px;
}

.search-by-series p span, .search-by-item p span {
  display: inline-block;
  text-align: left;
  line-height: 1.3
}

.search-by-series::before, .search-by-item::before {
  display: block;
  content: url(../../img/icon/icon_search_wh.png);
  width: 25px;
  height: 25px;
}

.leftmenu-ttl-search button:disabled {
  background: #aaa;
  cursor: default
}

.search-cancel-all::before {
  content: url(../../img/icon/icon_search_cancel.png);
  margin: 0 5px 0 0
}

.search-cancel-all {
  background: 0;
  border: 0;
  display: inline-block;
  margin: 5px auto 20px;
  border-radius: 5px;
  font-weight: 700
}

.leftmenu-ttl-category .btn {
  display: block;
  margin: 10px 10px 10px 10px
}

.pane-order-header .container {
  height: 120px;
  display: block
}

.pane-order-header .block-header-logo--img {
  width: auto;
  /*height: 110px !important*/
  height: 80px !important;
}

.pane-order-header {
  padding: 10px 0 0 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 45px
}

.block-order-flow--step {
  padding: 50px 0 20px
}

.block-order-flow--step ul {
  list-style-type: none;
  display: table;
  width: 103%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-left: -27px
}

.block-order-flow--step ul li {
  position: relative;
  background: #eee;
  padding: 1em .5em 1em 2em;
  color: #666;
  font-weight: bold;
  margin-right: 4px;
  width: 292px
}

.block-order-flow--step ul li:last-child {
  padding-right: 1em
}

.block-order-flow--step ul li:before, .block-order-flow--step ul li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto
}

.block-order-flow--step ul li:before {
  top: -15px;
  right: -2em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 2em;
  z-index: 10
}

.block-order-flow--step ul .block-pink {
  position: relative;
  background: #eee;
  padding: 1em .5em 1em 2em;
  color: #cdcdcd;
  font-weight: bold;
  margin-right: 4px;
  width: 292px
}

.block-order-flow--step ul li:after {
  top: -15px;
  right: -1.7em;
  border-style: solid;
  border-color: transparent transparent transparent #eee;
  border-width: 40px 0 40px 2em;
  z-index: 10
}

.block-order-flow--step ul .block-pink:after {
  top: -15px;
  right: -1.7em;
  border-style: solid;
  border-color: transparent transparent transparent #eee;
  border-width: 40px 0 40px 2em;
  z-index: 10
}

.block-order-flow--step ul li.block-order-flow--step-current {
  background: #d83453;
  font-weight: bold;
  color: #fff
}

.block-order-flow--step ul li.block-order-flow--step-current:after {
  border-color: transparent transparent transparent #d83453
}

.pane-order-contents {
  border: 0
}

.block-order-flow--step ul li:nth-child(n+6) {
  display: none
}

.block-order-method--procedure-container {
  background-color: #ffffff
}

.block-order-estimate--procedure-container {
  background-color: #ffffff
}

p.promotion-criteria-list-message {
  text-align: end
}

.block-cart--promotion-criteria-list2 {
  text-align: right;
  margin: 14px 0 0
}

.block-order-complete--orderid {
  border: 0
}

.block-order-complete--orderid {
  background-color: transparent
}

.block-order-method--payment-method-select li .help-block {
  margin-left: 20%
}

.cart-goods-cnt {
  color: #666;
  font-weight: bold;
  width: 70px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  background-color: #eee;
  border-radius: 5px;
  border-bottom: 2px solid #ddd;
  font-size: 12px
}

.block-cart--goods-list li {
  margin: 10px 40px 20px 0
}

.block-cart-recent-item {
  overflow: hidden
}

.block-cart-recent-item--items {
  position: relative
}

.block-goods-list-c .swiper-button-prev, .block-goods-list-c .swiper-button-next {
  top: 75px
}

.block-goods-list-c--item-body:first-of-type {
  margin-left: 30px
}

.block-goods-list-c--image figure {
  width: 142px;
  height: 142px
}

.block-goods-list-c--image a {
  display: block;
  width: 142px
}

.block-order-method--payment-method-content ul li {
  display: flex
}

.block-order-method--payment-method-content ul li label {
  width: 140px;
  display: block
}

.block-order-method--payment-method-select li .help-block {
  margin-left: 0;
  margin-top: 0
}

.block-pagecategory-page-list--frame {
  display: flex;
  flex-flow: wrap
}

.block-pagecategory-caption--text {
  font-weight: 700
}

.block-pagecategory-caption, .block-page-caption--text {
  background-color: #ffffff;
  padding: 1px 1px;
  padding-left: 5px;
  font-weight: 700
}

.block-pagecategory-freespace--top {
  padding: 40px 0
}

.block-pagecategory-page-list--page {
  width: 215px;
  margin-right: 30px
}

.block-pagecategory-page-list--page:nth-child(5n) {
  margin-right: 0
}

.block-pagecategory-page-list--date {
  margin-top: 5px;
  display: flex
}

.block-pagecategory-page-list--date span {
  margin: 0 5px 0 0
}

.block-pagecategory-page-list--date p {
  margin: 3px 0 0 0
}

.block-pagecategory-page-list--page-caption a {
  font-weight: 700
}

.block-pagecategory-page-list--page figure {
  width: 215px;
  height: 215px
}

.block-pagecategory-page-list--page figure img {
  object-fit: cover
}

.block-page-block--freespace-top h2, .block-page-freespace--ttl {
  width: 100%;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  background-color: #f67385;
  margin: 0 0 40px 0;
  font-weight: 700
}

.block-page-block--freespace-top h3 {
  width: 100%;
  height: 50px;
  color: #666;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  margin: 0 0 40px 0;
  font-weight: 700;
  border-bottom: 1px solid #ee8a98
}

.bx-pager-item .active {
  color: #f67385;
  background: #f67385 !important
}

.bx-pager-link {
  background: #eee !important
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px !important;
  height: 15px !important;
  border-radius: 8px !important
}

.block-page-block--contents-goodslist {
  display: flex;
  justify-content: space-between
}

.block-page-block--contents-goodslist dl {
  width: 215px
}

.block-page-block--goods-image figure {
  width: 215px
}

.block-page-block--frame {
  margin-bottom: 100px
}

.block-page-block--frame.block-page-block--blockid-b57f8ec2-c7e2-46bb-92a5-ad7097f703be {
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
  margin: 0 auto 100px auto;
  padding: 4%
}

.block-page-caption-and-sns {
  display: flex;
  margin: 2px 0 2px 0;
  justify-content: flex-end
}

.block-page-freespace--top {
  margin-bottom: 100px
}

.block-page-freespace--top p, .block-page-block--contents-body-text-2column, .block-page-block--contents-body-imgtext-1column-text, .block-page-block--contents-body-imgtext-slider-1column-text {
  line-height: 25px;
  width: 500px;
  margin-left: 20px
}

.block-page-sns-rightside ul {
  display: flex
}

.block-page-block--contents-img {
  display: flex;
  justify-content: space-around
}

.block-page-sns-rightside ul li:last-of-type {
  margin-left: 10px
}

._2pir {
  display: none !important
}

.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important
}

.block-page-block--contents-body-imgtext-1column {
  display: flex;
  justify-content: center
}
}

.block-page-block--contents-body-imgtext-1column-text {
  padding-left: 40px;
  width: 47%
}

.bx-wrapper .bx-next {
  background: url(../../img/page/icon_bx_next.png) !important;
  background-repeat: no-repeat !important
}

.bx-wrapper .bx-prev {
  background: url(../../img/page/icon_bx_prev.png) !important;
  background-repeat: no-repeat !important
}

.bx-wrapper .img-center {
  width: 400px;
  margin: 0 auto
}

p.block-goods-info-delivery {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #666
}

.page-event .pane-main {
  width: 1200px;
  margin: 0 auto
}

.block-event-page-ttl, .block-topic-page-ttl {
  background-color: #eee;
  height: 120px;
  padding: 10px 0 0 20px;
  margin: 100px 0 40px
}

.block-event-page-ttl h2, .block-topic-page-ttl h1 {
  margin: 10px 0 20px;
  font-weight: 700;
  font-size: 35px
}

.block-event-page-ttl p, .block-topic-page-ttl p {
  color: #999;
  font-weight: 700
}

.block-ranking-r--items {
  flex-wrap: wrap
}

.block-ranking-r li {
  margin-right: 50px;
  width: 200px
}

.block-ranking-r li:nth-child(5n) {
  margin-right: 0
}

.block-thumbnail-t {
  flex-wrap: wrap
}

.block-thumbnail-t li {
  margin-right: 50px;
  width: 200px
}

.block-thumbnail-t li:nth-child(5n) {
  margin-right: 0
}

.block-ranking-r--default-price, .block-thumbnail-t--default-price {
  color: #666;
  font-size: 14px;
  line-height: 14px
}

.block-ranking-r--price-infos, .block-thumbnail-t--price-infos {
  margin-top: 20px
}

.block-thumbnail-t--price, .block-ranking-r--price {
  font-size: 20px
}

.block-thumbnail-t--price span, .block-ranking-r--price span {
  font-size: 14px
}

.onsale-color {
  color: #c00
}

ul.block-topic-details--items dl {
  display: flex
}

.block-topic-details--items dt {
  margin-right: 50px;
  display: block;
  line-height: 28px;
  font-weight: 700
}

ul.block-topic-details--items dd {
  display: block;
  line-height: 30px;
  font-weight: 700
}

.block-topic-details--items li:last-of-type {
  border-bottom: 0
}

.block-topic-page--article-header {
  color: #f67385;
  font-weight: 700;
  border-bottom: 2px solid #eee;
  font-size: 25px;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.block-topic-page--article-body {
  font-weight: 700;
  line-height: 30px
}

.block-topic-page--article figure img {
  height: 328px;
  margin: 0 10px 10px 0;
  padding-bottom: 0
}

.block-pagecategory-page-list--frame {
  display: flex;
  flex-flow: wrap
}

.block-pagecategory-caption--text {
  font-weight: 700
}

.block-pagecategory-caption, .block-page-caption--text {
  background-color: #ffffff;
  padding: 2px 2px;
  padding-left: 5px;
  font-weight: 700
}

.block-pagecategory-freespace--top {
  padding: 40px 0
}

.block-pagecategory-page-list--page {
  width: 215px;
  margin-right: 30px
}

.block-pagecategory-page-list--page:nth-child(5n) {
  margin-right: 0
}

.block-pagecategory-page-list--date {
  margin-top: 5px;
  display: flex
}

.block-pagecategory-page-list--date span {
  margin: 0 5px 0 0
}

.block-pagecategory-page-list--date p {
  margin: 3px 0 0 0
}

.block-pagecategory-page-list--page-caption a {
  font-weight: 700
}

.block-pagecategory-page-list--page figure {
  width: 215px;
  height: 215px
}

.block-pagecategory-page-list--page figure img {
  object-fit: cover
}

.block-page-block--freespace-top h2, .block-page-freespace--ttl {
  width: 100%;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  background-color: #f67385;
  margin: 0 0 40px 0;
  font-weight: 700
}

.block-page-block--freespace-top h3 {
  width: 100%;
  height: 50px;
  color: #666;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  margin: 0 0 40px 0;
  font-weight: 700;
  border-bottom: 1px solid #ee8a98
}

.bx-pager-item .active {
  color: #f67385;
  background: #f67385 !important
}

.bx-pager-link {
  background: #eee !important
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px !important;
  height: 15px !important;
  border-radius: 8px !important
}

.block-page-block--contents-goodslist {
  display: flex;
  justify-content: space-between
}

.block-page-block--contents-goodslist dl {
  width: 215px
}

.block-page-block--goods-image figure {
  width: 215px
}

.block-page-block--frame {
  margin-bottom: 100px
}

.block-page-block--frame.block-page-block--blockid-b57f8ec2-c7e2-46bb-92a5-ad7097f703be {
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
  margin: 0 auto 100px auto;
  padding: 4%
}

.block-page-caption-and-sns {
  display: flex;
  margin: 2px 0 2px 0;
  justify-content: flex-end
}

.block-page-freespace--top {
  margin-bottom: 100px
}

.block-page-freespace--top p, .block-page-block--contents-body-text-2column, .block-page-block--contents-body-imgtext-1column-text, .block-page-block--contents-body-imgtext-slider-1column-text {
  line-height: 25px;
  width: 500px;
  margin-left: 20px
}

.block-page-sns-rightside ul {
  display: flex
}

.block-page-block--contents-img {
  display: flex;
  justify-content: space-around;
  align-items: flex-end
}

.block-page-sns-rightside ul li:last-of-type {
  margin-left: 10px
}

._2pir {
  display: none !important
}

.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important
}

.bx-wrapper .bx-next {
  background: url(../../img/page/icon_bx_next.png) !important;
  background-repeat: no-repeat !important
}

.bx-wrapper .bx-prev {
  background: url(../../img/page/icon_bx_prev.png) !important;
  background-repeat: no-repeat !important
}

.bx-wrapper .img-center {
  width: 400px;
  margin: 0 auto
}

p.block-goods-info-delivery {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #666
}

.page-event .pane-main {
  width: 1200px;
  margin: 0 auto
}

.block-event-page-ttl, .block-topic-page-ttl {
  background-color: #eee;
  height: 120px;
  padding: 10px 0 0 20px;
  margin: 100px 0 40px
}

.block-event-page-ttl h2, .block-topic-page-ttl h1 {
  margin: 10px 0 20px;
  font-weight: 700;
  font-size: 35px
}

.block-event-page-ttl p, .block-topic-page-ttl p {
  color: #999;
  font-weight: 700
}

.block-ranking-r--items {
  flex-wrap: wrap
}

.block-ranking-r li {
  margin-right: 50px;
  width: 200px
}

.block-ranking-r li:nth-child(5n) {
  margin-right: 0
}

.block-thumbnail-t {
  flex-wrap: wrap
}

.block-thumbnail-t li {
  margin-right: 50px;
  width: 200px
}

.block-thumbnail-t li:nth-child(5n) {
  margin-right: 0
}

.block-ranking-r--default-price, .block-thumbnail-t--default-price {
  color: #666;
  font-size: 14px;
  line-height: 14px
}

.block-ranking-r--price-infos, .block-thumbnail-t--price-infos {
  margin-top: 20px
}

.block-thumbnail-t--price, .block-ranking-r--price {
  font-size: 20px
}

.block-thumbnail-t--price span, .block-ranking-r--price span {
  font-size: 14px
}

.onsale-color {
  color: #c00
}

ul.block-topic-details--items dl {
  display: flex
}

.block-topic-details--items dt {
  margin-right: 50px;
  display: block;
  line-height: 28px;
  font-weight: 700
}

ul.block-topic-details--items dd {
  display: block;
  line-height: 30px;
  font-weight: 700
}

.block-topic-details--items li:last-of-type {
  border-bottom: 0
}

.block-topic-page--article-header {
  color: #f67385;
  font-weight: 700;
  border-bottom: 2px solid #eee;
  font-size: 25px;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.block-topic-page--article-body {
  font-weight: 700;
  line-height: 30px
}

.block-topic-page--article figure img {
  height: 328px;
  margin: 0 10px 10px 0;
  padding-bottom: 0
}

.block-page-block--contents-body-imgtext-1column-text h4 {
  font-weight: bold;
  font-size: 16px
}

.block-page-block--freespace-top p {
  margin: 2% 0 4% 0
}

.block-page-block--freespace-bottom {
  text-align: center;
  line-height: 1.8;
  margin-top: 1em
}

.block-page-block--contents-body-text-1column ul {
  width: 55.5%;
  margin: 0 auto
}

.block-page-block--contents-body-text-1column ul li {
  display: inline-block;
  margin: 0 20px 17px 0
}

.block-page-block--contents-body-text-1column ul li:nth-child(3n) {
  margin-right: 0
}

.block-page-block--contents-body-text-1column ul li img {
  width: 205px
}

.block-page-block--contents-body-text-1column ul.tip {
  width: 83%;
  margin: 0 auto
}

.block-page-block--contents-body-text-1column ul.tip li {
  display: inline-block;
  margin: 0 13px 17px 0
}

.block-page-block--contents-body-text-1column ul.tip li:nth-child(3n) {
  margin-right: 13px
}

.block-page-block--contents-body-text-1column ul.tip li img {
  width: 100%
}

.block-page-block--contents-body-text-1column ul.table_contents {
  width: 100%;
  margin: 0;
  border: 1px solid #ccc;
  padding: 30px 50px
}

.block-page-block--contents-body-text-1column ul.table_contents li {
  display: block;
  margin: 0 0 10px 0
}

.block-page-block--contents-body-text-1column ul.table_contents li&gt;ul {
  margin: 1rem
}

.block-page-block--contents-body-text-1column ul.table_contents h5 {
  text-align: center
}

.block-page-block--contents.block-page-block--contents-text {
  display: flex;
  align-content: center;
  justify-content: center
}

.block-page-block--contents-body-text-2column {
  width: 30%;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 1%;
  text-align: center
}

.block-page-block--contents-body-text-2column h4 {
  font-weight: bold
}

.block-page-block--contents-body-text-1column p {
  margin-bottom: 25px
}

.block-page-block--contents-body-text-1column p img {
  width: 189px
}

.block-page-block--freespace-bottom h4 {
  font-weight: bold;
  font-size: 18px
}

.block-page-block--freespace-top h4, .block-page-block--contents-body-text-1column h4 {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  margin-bottom: 1em
}

.block-page-block--freespace-bottom ul {
  margin-top: 1.5em
}

.block-page-block--freespace-bottom li {
  text-align: left
}

.block-page-block--freespace-bottom li span {
  font-weight: 700
}

.block-page-block--freespace-bottom ul {
  margin-top: 1.5em
}

.block-page-block--freespace-bottom li {
  text-align: left
}

.block-page-block--freespace-bottom li span {
  font-weight: 700
}

.block-page-block--contents-body-imgtext-1column {
  display: flex;
  justify-content: center
}

.block-page-block--contents-body-imgtext-1column&gt;img {
  width: 40%;
  height: 40%
}

.block-page-block--contents-body-imgtext-1column-text {
  padding-left: 40px;
  width: 47%
}

.block-page-block--contents-body-text-1column ul.table_contents {
  width: 1200px;
  margin: 0;
  border: 1px solid #ccc;
  padding: 30px 50px;
  display: block;
}

.block-page-block--contents-body-text-1column ul.table_contents li {
  display: block;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.block-page-block--contents-body-text-1column ul.table_contents li&gt;ul {
  margin: 1rem;
  display: block;
}

.block-page-block--contents-body-text-1column ul.table_contents li&gt;ul&gt;li {
  font-weight: normal;
}

.block-page-block--contents-body-text-1column ul.table_contents h5 {
  text-align: center;
  margin-bottom: 1rem;
}

.block-page-block--contents-body-text-1column h5, .block-page-block--freespace-bottom h5, .block-page-block--freespace-top h5, .block-page-block--contents-body-imgtext-1column-text h5 {
  font-weight: 700;
  text-align: left;
  margin-top: 25px;
}

.block-page-block--contents-body-text-1column .shank {
  display: flex;
  margin: 40px 60px;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}

.block-page-block--contents-body-text-1column .shank dt {
  font-weight: 700;
}

.block-page-block p {
  line-height: 1.8;
  text-align: center;
  text-align: left;
}

.block-page-block p.left {
  text-align: left;
}

.block-page-block--contents-body-imgtext-1column-text h4 {
  font-weight: bold;
  font-size: 16px;
}

.block-page-block--freespace-top p {
  margin: 2% 0 4% 0;
}

.block-page-block--freespace-bottom {
  text-align: center;
  line-height: 1.8;
  margin-top: 1em;
}

.block-page-block--freespace-bottom p {
  text-align: left;
}

.block-page-block--contents-body-text-1column ul {
  display: flex;
  justify-content: space-evenly;
}

/*.block-page-block--contents-body-text-1column ul li {display: inline-block;margin: 0 20px 17px 0;}.block-page-block--contents-body-text-1column ul li:nth-child(3n) {margin-right: 0;}.block-page-block--contents-body-text-1column ul li img {width: 205px;}*/
.block-page-block--contents.block-page-block--contents-text {
  display: flex;
  align-content: center;
  justify-content: center;
}

.block-page-block--contents-body-text-2column {
  width: 30%;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 1%;
  text-align: center;
}

.block-page-block--contents-body-text-2column h4 {
  font-weight: bold;
}

.block-page-block--contents-body-text-1column p {
  margin-bottom: 25px;
}

.block-page-block--contents-body-text-1column p img {
  width: 189px;
}

p.center {
  text-align: center;
}

.block-page-block--contents-body-text-1column p.center img {
  width: 700px;
}

.block-page-block--freespace-bottom h4 {
  font-weight: bold;
  font-size: 18px;
}

.block-page-block--freespace-top h4, .block-page-block--contents-body-text-1column h4 {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  margin-bottom: 1em;
}

.block-page-block--contents-body-text-1column .drill {
  display: flex;
  margin: 3% 0;
  justify-content: space-between;
  align-items: flex-end;
}

.block-page-block--contents-body-text-1column ul.drilling {
  width: 87%;
  margin: 0 auto;
}

.block-page-block--contents-body-text-1column ul.drilling li {
  margin: 0;
  vertical-align: top;
}

.block-page-block--contents-body-text-1column ul.attention {
  width: 70%;
  margin: 0 auto;
}

.block-page-block--contents-body-text-1column ul.attention li {
  margin: 0;
}

.block-page-block--contents-body-text-1column ul.chips {
  width: 100%;
  margin: 0 auto;
}

.block-page-block--contents-body-text-1column ul.chips li {
  margin: 0;
}

.block-page-block--contents-body-text-1column ul.type {
  width: 52%;
  margin: 0 auto;
}

.block-page-block--contents-body-text-1column ul.type li {
  margin: 0;
}

.block-page-block--contents-body-text-1column ul.related_posts {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.block-page-block--contents-body-text-1column ul.related_posts li {
  margin: 0 8px;
  width: 205px;
}

.block-purchase-history {}

.block-purchase-history--search-frame {
  margin: 0;
  padding: 15px 0 0;
  justify-content: center;
}

.block-purchase-history--search-frame:first-child {
  margin-top: 18px;
  padding-top: 25px;
}

.block-purchase-history--search-item {
  flex-grow: unset;
  width: 44%;
  padding: 0 25px;
  display: flex;
  align-items: center;
}

.block-purchase-history--search-item&gt;[class$="--search-title"] {
  display: inline-block;
  min-width: 7.8em;
}

.block-purchase-history--search-item&gt;div input[type="text"] {
  width: 135px;
}

.block-purchase-history--search-item&gt;div input[type="text"]+span {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.block-purchase-history--search-item&gt;div input[type="text"]:only-child {
  width: 300px;
}

.block-purchase-history--search-frame:last-child {
  margin: 0 0 10px;
  padding: 27px 0 20px;
  justify-content: center;
  align-items: center;
}

.block-purchase-history--search-frame:last-child .block-purchase-history--search-item {
  flex-grow: unset;
  width: auto;
}

.block-purchase-history--search-frame:last-child .block-purchase-history--search-item input.btn {
  width: 160px;
  font-size: 16px;
  padding: 8px;
}

.block-purchase-history--line_t:not(:first-child) td {
  border-top-width: 2px;
}

.page-history .block-purchase-history--list, .page-estimatelist .block-estimate-history--list, .page-bizhistory .block-purchase-history--list {
  position: relative;
}

.page-history .block-purchase-history--list, .page-estimatelist .block-estimate-history--list {
  padding-top: 41px;
}

.page-bizhistory .block-purchase-history--list {
  padding-top: 83px;
}

.page-history .block-purchase-history--table, .page-estimatelist .block-estimate-history--table, .page-bizhistory .block-purchase-history--table {
  table-layout: fixed;
  width: auto;
  min-width: 1199px;
  margin-top: 0;
}

.page-history .block-purchase-history--table thead, .page-estimatelist .block-estimate-history--table thead, .page-bizhistory .block-purchase-history--table thead {
  width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
}

.page-history .block-purchase-history--table thead.is-fixed, .page-estimatelist .block-estimate-history--table thead.is-fixed, .page-bizhistory .block-purchase-history--table thead.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.page-history .block-purchase-history--table thead&gt;tr&gt;th:first-of-type, .page-history .block-purchase-history--table tbody&gt;tr&gt;td:first-of-type {
  width: 135px;
}

.page-history .block-purchase-history--table thead&gt;tr&gt;th:nth-of-type(2), .page-history .block-purchase-history--table tbody&gt;tr&gt;td:nth-of-type(2) {
  width: 175px;
}

.page-history .block-purchase-history--table thead&gt;tr&gt;th:nth-of-type(3), .page-history .block-purchase-history--table tbody&gt;tr&gt;td:nth-of-type(3) {
  width: 374px;
}

.page-history .block-purchase-history--table thead&gt;tr&gt;th:nth-of-type(4), .page-history .block-purchase-history--table tbody&gt;tr&gt;td:nth-of-type(4) {
  width: 105px;
}

.page-history .block-purchase-history--table thead&gt;tr&gt;th:nth-of-type(5), .page-history .block-purchase-history--table tbody&gt;tr&gt;td:nth-of-type(5) {
  width: 84px;
}

.page-history .block-purchase-history--table thead&gt;tr&gt;th:last-of-type, .page-history .block-purchase-history--table tbody&gt;tr&gt;td:last-of-type {
  width: 326px;
}

.page-estimatelist .block-estimate-history--table thead&gt;tr&gt;th:first-of-type, .page-estimatelist .block-estimate-history--table tbody&gt;tr&gt;td:first-of-type {
  width: 222px;
}

.page-estimatelist .block-estimate-history--table thead&gt;tr&gt;th:nth-of-type(2), .page-estimatelist .block-estimate-history--table tbody&gt;tr&gt;td:nth-of-type(2) {
  width: 173px;
}

.page-estimatelist .block-estimate-history--table thead&gt;tr&gt;th:nth-of-type(3), .page-estimatelist .block-estimate-history--table tbody&gt;tr&gt;td:nth-of-type(3) {
  width: 173px;
}

.page-estimatelist .block-estimate-history--table thead&gt;tr&gt;th:nth-of-type(4), .page-estimatelist .block-estimate-history--table tbody&gt;tr&gt;td:nth-of-type(4) {
  width: 417px;
}

.page-estimatelist .block-estimate-history--table thead&gt;tr&gt;th:nth-of-type(5), .page-estimatelist .block-estimate-history--table tbody&gt;tr&gt;td:nth-of-type(5) {
  width: 107px;
}

.page-estimatelist .block-estimate-history--table thead&gt;tr&gt;th:last-of-type, .page-estimatelist .block-estimate-history--table tbody&gt;tr&gt;td:last-of-type {
  width: 107px;
}

.page-bizhistory .block-purchase-history--table thead&gt;tr&gt;th:first-of-type, .page-bizhistory .block-purchase-history--table tbody&gt;tr&gt;td:first-of-type {
  width: 135px;
}

.page-bizhistory .block-purchase-history--table thead&gt;tr&gt;th:nth-of-type(2), .page-bizhistory .block-purchase-history--table tbody&gt;tr&gt;td:nth-of-type(2) {
  width: 135px;
}

.page-bizhistory .block-purchase-history--table thead&gt;tr&gt;th:nth-of-type(3), .page-bizhistory .block-purchase-history--table tbody&gt;tr&gt;td:nth-of-type(3) {
  width: 220px;
}

.page-bizhistory .block-purchase-history--table thead&gt;tr&gt;th:nth-of-type(4), .page-bizhistory .block-purchase-history--table tbody&gt;tr&gt;td:nth-of-type(4) {
  width: 334px;
}

.page-bizhistory .block-purchase-history--table thead&gt;tr&gt;th:nth-of-type(5), .page-bizhistory .block-purchase-history--table tbody&gt;tr&gt;td:nth-of-type(5) {
  width: 80px;
}

.page-bizhistory .block-purchase-history--table thead&gt;tr&gt;th:nth-of-type(6), .page-bizhistory .block-purchase-history--table tbody&gt;tr&gt;td:nth-of-type(6) {
  width: 80px;
}

.page-bizhistory .block-purchase-history--table thead&gt;tr&gt;th:nth-of-type(7), .page-bizhistory .block-purchase-history--table tbody&gt;tr&gt;td:nth-of-type(7) {
  width: 55px;
}

.page-bizhistory .block-purchase-history--table thead&gt;tr&gt;th:nth-of-type(8), .page-bizhistory .block-purchase-history--table tbody&gt;tr&gt;td:nth-of-type(8) {
  width: 80px;
}

.page-bizhistory .block-purchase-history--table thead&gt;tr&gt;th:last-of-type, .page-bizhistory .block-purchase-history--table tbody&gt;tr&gt;td:last-of-type {
  width: 80px;
}

.block-purchase-history-detail--shipping-info-items th {
  min-width: 8em;
}

.block-purchase-history-detail--shipping-info-items td {
  word-break: break-all;
}

/* page-pagecategory */
.page-pagecategory .pane-main {
  display: flex;
  flex-direction: column;
}

.page-pagecategory .pane-main .block-pagecategory-caption {
  order: 1;
}

.page-pagecategory .pane-main .block-pagecategory-freespace--top {
  order: 2;
}

.page-pagecategory .pane-main .block-pagecategory-subcategory-list {
  order: 3;
}

.page-pagecategory .pane-main .block-pagecategory-page-list {
  order: 4;
  margin: 90px 0 0;
}

.page-pagecategory .pane-main .block-pagecategory-freespace--bottom {
  order: 5;
  padding: 40px 0;
}

.page-pagecategory .pane-main .block-pagecategory-subcategory-list--category {
  width: calc((100% - 40px) / 3 - 1px);
  margin-top: 40px;
  margin-right: 20px;
  display: block;
  flex-basis: auto;
}

.page-pagecategory .pane-main .block-pagecategory-subcategory-list--category:nth-child(3n) {
  margin-right: 0;
}

.page-pagecategory .pane-main .block-pagecategory-subcategory-list--category:nth-child(-n+3) {
  margin-top: 0;
}

.page-pagecategory .pane-main .block-pagecategory-subcategory-list--category-image {
  width: 100%;
}

.page-pagecategory .pane-main .block-pagecategory-subcategory-list--category-caption {
  margin: 16px 0 0;
}

/* page-page: table */
.block-page-block--contents-body-text-1column .grid_table {
  border-collapse: collapse;
}

.block-page-block--contents-body-text-1column .grid_table th, .block-page-block--contents-body-text-1column .grid_table td {
  border: 1px solid #000;
  padding: 0.2em 0.5em;
  text-align: center;
  vertical-align: middle;
}

.block-page-block--contents-body-text-1column .grid_table td.txta_l {
  text-align: left;
}

.block-page-block--contents-body-text-1column .grid_table th, .block-page-block--contents-body-text-1column .grid_table.grid_table_vickers .bg_stripe td {
  background-color: #d9e1f2;
}

.block-page-block--contents-body-text-1column .grid_table .si_unit, .block-page-block--contents-body-text-1column .grid_table .bg_stripe td, .block-page-block--contents-body-text-1column .grid_table.grid_table_vickers th {
  background-color: #b4c6e7;
}

.block-page-block--contents-body-text-1column .grid_table .nobdr_b {
  border-bottom: 1px solid transparent;
}

.block-page-block--contents-body-text-1column .table_note {
  margin-top: 25px;
  display: flex;
}

.block-page-block--contents-body-text-1column .table_note dt {
  width: 50px;
}

.block-page-block--contents-body-text-1column .grid_table caption {
  text-align: right;
}

.block-page-block--freespace-bottom&gt;div {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.block-page-block--freespace-bottom&gt;div .table_link_btn {
  background: #f67385;
  padding: 5px 20px;
  border-radius: 5px;
  margin: 0 5px;
}

.block-page-block--freespace-bottom&gt;div .table_link_btn a {
  color: #fff;
}

.block-page-block--contents-body-text-1column .grid_table sup {
  font-size: 10px;
}

/* revico */
body .revico-star .revico-star-block--rate {
  top: 1px;
}

body .revico-star .starability-result {
  width: 185px;
}

body .revico-star-block--title {
  font-size: 18px;
  margin-left: -75px;
}

.revico-star .starability-result, .revico-multicomment-top .revico-starability-result {
  background-image: url(../../img/usr/revico/star_yellow.png) !important;
}

.revico-star [data-rating="1.5"], .revico-star [data-rating="2.5"], .revico-star [data-rating="3.5"], .revico-star [data-rating="4.5"] {
  background-image: url(../../img/usr/revico/star_half_yellow.png) !important;
}

/* revico goodsdetail */
.block-goods-name .revico-star-zone {
  margin: 0px 0 0 20px;
  padding-bottom: 10px;
}

.block-goods-detail #revico-review-zone {
  margin-top: -70px;
  padding-top: 70px;
}

body .revico-star-block--caption {
  top: 0;
}

body .revico-multicomment-top .revico-starability-result {
  width: 185px;
}

body .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-variation, body .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-evaluationanswer {
  color: inherit;
  font-size: inherit;
}

.block-page-block--freespace-bottom p&gt;a {
  font-weight: 700;
  color: #1d89c7;
  font-size: 18px;
  text-decoration: none;
}

.block-page-block--freespace-bottom p&gt;a:hover {
  text-decoration: underline;
}

/* アイコンサイズ調整：カテゴリページ、検索結果ページ、商品詳細ページ */
.block-goods-list-d--item-description .block-icon, .block-goods-detail .pane-goods-center .block-icon {
  display: flex;
}

.block-goods-list-d--item-description .block-icon&gt;span, .block-goods-list-d--item-description .block-icon&gt;span img, .block-goods-detail .pane-goods-center .block-icon&gt;span, .block-goods-detail .pane-goods-center .block-icon&gt;span img {
  display: block;
  height: 30px;
}

.block-goods-list-d--item-description .block-icon&gt;span+span, .block-goods-detail .pane-goods-center .block-icon&gt;span+span {
  margin-left: 5px;
}

.block-goods-list-d--item-description .block-icon&gt;span img, .block-goods-detail .pane-goods-center .block-icon&gt;span img {
  width: auto;
}

/* 9/22追加*/
.block-page-block--freespace-bottom p.left {
  text-align: left;
  margin-bottom: 25px;
}

.block-page-block--contents-body-text-1column ul.formula {
  width: 100%;
  align-items: flex-end;
}

.block-page-block--contents-body-text-1column ul.formula li {
  vertical-align: bottom;
}

.block-page-block--contents-body-text-1column ul.formula li img {
  width: 100%;
}

.block-page-block--contents-body-text-1column ul.crowbar {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 40px;
}

/*10/14追加*/
.block-page-block--contents-body-text-1column figure.tap {
  text-align: center;
}

.block-page-block--contents-body-text-1column figure.tap img {
  width: 30%;
}

/*11/10追加*/
.block-order-method--coupon-available-btn {
  display: none !important;
}

/** トップページ　カテゴリから商品を探す *********/
/*/*テスト*/
.accordion {
  margin: 1em auto;
  max-width: 60vw;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
  margin-top: -20px;
}

.content p:hover {
  color: #F35D6F;
  text-decoration: underline;
  background-color: rgba(255, 232, 235, 0.50);
}

/*後ろに&amp;#9662;つけたい*/
.block-top-body--category-title {
  padding: 0.8em 0.8em 0.8em 0px;
  display: block;
  color: #333;
  font-weight: bold;
  margin-left: 14px;
}

.block-top-body--category-title::before {
  content: "\025bc";
  position: absolute;
  right: 27em;
  top: 3.8em;
  width: 0px;
  height: 0.7em;
  transition: all 0.3s;
  color: #c0c0c0;
  font-size: 4px;
}

/* バッテンデザイン.block-top-body--category-level3&gt;p&gt;a::after, .block-top-body--category-level3&gt;p&gt;span.at-nolink::after {content: "";position: absolute;left: 3px;top: 50%;width: 10px;height: 1px;background-color: #111111;}.block-top-body--category-title{padding: 0.8em;display: block;color: #333;font-weight: bold;}.block-top-body--category-title::after,.block-top-body--category-title::before {content: "";position: absolute;right: 7.8em;top: 1.2em;width: 1.6px;height: 0.7em;background-color: #999;transition: all 0.3s;}.block-top-body--category-title::after {transform: rotate(90deg);}*/
/*インサートにも背景つけた*/
.block-top-body--category-title:hover {
  color: #F35D6F;
  text-decoration: underline;
  background-color: rgba(255, 232, 235, 0.50);
}

.content {
  max-height: 0;
  overflow: hidden;
}

.content p {
  margin: 0.4em 1em 1em;
  font-size: 0.8em;
  line-height: 1.5;
}

/*アコーディオン化のにも右側&amp;#9662;*/
.block-top-body--category-title::after {
  content: "";
  position: absolute;
  left: 0;
  margin: 4px 0 0 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 4px;
  border-color: transparent transparent transparent #D83453;
}

@media all and (-ms-high-contrast: none) {
  .block-top-body--category-title::after {
    margin-top: -7px;
  }
}

@supports (-ms-ime-align:auto) {
  .block-top-body--category-title::after {
    margin-top: -7px;
  }
}

.toggle:checked+.block-top-body--category-title+.content {
  max-height: 500px;
  transition: all 1.5s;
}

/*クリックをした&amp;#9662;の動き*/
.toggle:checked+.block-top-body--category-title::before {
  transform: scale(1, -1);
   !important;
  top: 24px;
}

/*検証*/
.block-top-body--category-level3&gt;p&gt;a, .block-top-body--category-level3&gt;p&gt;span.at-nolink {
  font-size: 14px;
  line-height: 2.4;
  padding: 0 0 0 17px;
  position: relative;
}

.block-top-body--category-level3&gt;p&gt;a:hover {
  color: #F35D6F;
  text-decoration: underline;
  background-color: rgba(255, 232, 235, 0.50);
}

.block-top-body--category-level3&gt;p&gt;a::after, .block-top-body--category-level3&gt;p&gt;span.at-nolink::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #111111;
}

.block-top-body--category-level3&gt;p&gt;a:hover::after {
  background-color: #F35D6F;
}

/*検証*/
/*----ここまでテスト----*/
div.block-top-body--category {
  margin-top: 60px;
}

div.block-top-body--category-body {
  display: flex;
  flex-wrap: wrap;
}

div.block-top-body--category-box {
  width: 360px;
  margin: 0 60px 44px 0;
}

div.block-top-body--category-box.block-top-body--category-box-2col {
  width: 780px;
}

/* div.block-top-body--category-box:nth-child(3n) {*/
div.block-top-body--category-box.block-top-body--category-box-right {
  margin-right: 0;
}

div.block-top-body--category-box h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 35px;
  padding: 0 0 16px;
  border-bottom: 1px solid #111111;
}

div.block-top-body--category-box a {
  display: block;
}

.block-top-body--category-level1&gt;li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}

.block-top-body--category-img {
  width: 90px;
  height: 90px;
  background-color: #F8F8F8;
  margin-right: 20px;
  border-radius: 50%;
}

.block-top-body--category-desc {
  flex: 1;
}

.block-top-body--category-desc h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.27;
  margin: 0 0 10px;
}

.block-top-body--category-desc .block-top-body--category-level2-wrapper-out {
  display: flex;
}

.block-top-body--category-desc .block-top-body--category-level2-wrapper2 {
  width: 34%;
}

.block-top-body--category-desc .block-top-body--category-level2-wrapper2 li+li {
  margin-top: 20px;
}

.block-top-body--category-desc .block-top-body--category-level2-wrapper {
  display: flex;
  width: 66%;
  flex-flow: wrap;
}

.block-top-body--category-desc .block-top-body--category-level2-wrapper .block-top-body--category-level2 {
  width: 50%;
}

.block-top-body--category-level2&gt;li {
  margin-left: 14px;
}

.block-top-body--category-box-brazedtool .block-top-body--category-level2 {
  display: flex;
}

.block-top-body--category-box-brazedtool .block-top-body--category-level2&gt;li {
  width: 25%;
  margin-left: 0;
}

.block-top-body--category-level2&gt;li&gt;a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.28;
  padding: 8px 0 7px;
  position: relative;
}

.block-top-body--category-level2&gt;li&gt;a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin: -5px 0 0 -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 4px;
  border-color: transparent transparent transparent #D83453;
}

@media all and (-ms-high-contrast: none) {
  .block-top-body--category-level2&gt;li&gt;a::after {
    margin-top: -7px;
  }
}

@supports (-ms-ime-align:auto) {
  .block-top-body--category-level2&gt;li&gt;a::after {
    margin-top: -7px;
  }
}

.block-top-body--category-level2&gt;li&gt;a:hover {
  color: #F35D6F;
  text-decoration: underline;
  background-color: rgba(255, 232, 235, 0.50);
}

.block-top-body--category-level3&gt;li&gt;a, .block-top-body--category-level3&gt;li&gt;span.at-nolink {
  font-size: 14px;
  line-height: 2.28;
  padding: 0 0 0 17px;
  position: relative;
}

.block-top-body--category-level3&gt;li&gt;a:hover {
  color: #F35D6F;
  text-decoration: underline;
  background-color: rgba(255, 232, 235, 0.50);
}

.block-top-body--category-level3&gt;li&gt;a::after, .block-top-body--category-level3&gt;li&gt;span.at-nolink::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #111111;
}

.block-top-body--category-level3&gt;li&gt;a:hover::after {
  background-color: #F35D6F;
}

/** トップページ　グロナビ下 *********/
#block_top_about__sakusaku {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

@media(max-width: 1200px) {
  #block_top_about__sakusaku {
    margin: 0;
    padding: 0
  }
}

.block-top-about--sakusaku-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#block_top_about__sakusaku h2 {
  margin: 0;
}

#block_top_about__sakusaku ul {
  display: flex;
  align-items: center;
}

#block_top_about__sakusaku ul li {
  margin-left: 4px;
  line-height: 1.0;
}

#block_top_about__sakusaku ul li:first-child {
  margin-left: 0;
}

#block_top_about__sakusaku ul li a {
  display: block;
}

#block_top_about__sakusaku ul li img {
  vertical-align: bottom;
}

#block_top_about__sakusaku ul li.block-top-about--entry {
  width: 253px;
  background-color: #f86e30;
  position: relative;
}

#block_top_about__sakusaku ul li.block-top-about--entry::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 84px 253px;
  border-color: transparent transparent #f5501e transparent;
  z-index: 2;
}

#block_top_about__sakusaku ul li.block-top-about--entry a {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  height: 84px;
  padding: 0 0 0 34px;
  position: relative;
  z-index: 5;
}

#block_top_about__sakusaku ul li.block-top-about--entry a::before, #block_top_about__sakusaku ul li.block-top-about--entry a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
}

#block_top_about__sakusaku ul li.block-top-about--entry a::before {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #FFFFFF;
  right: 15px;
  margin-top: -10px;
}

#block_top_about__sakusaku ul li.block-top-about--entry a::after {
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6.1px;
  border-color: transparent transparent transparent #f35d6f;
}

#block_top_about__sakusaku ul li.block-top-about--entry a strong {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.33;
  display: block;
}

/** トップページ　メインビジュアル *********/
div.block-top-body--visual {
  margin: 0 calc(50% - 50vw);
}

@media(max-width: 1200px) {
  div.block-top-body--visual {
    margin: 0;
    padding: 0
  }
}

#top-slider li {
  position: relative;
}

#top-slider li .block-top-body--visual-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#top-slider li .block-top-body--visual-box&gt;div {
  padding: 0 50px;
}

#top-slider li .block-top-body--visual-box h2 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.28;
  margin: 0 0 23px;
}

#top-slider li .block-top-body--visual-box p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 36px;
  width: 450px;
}

#top-slider li .block-top-body--visual-box h2+p {
  margin-top: 0;
}

#top-slider .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: #ffffff00;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  border: 0;
  padding: 0;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}

#top-slider .slick-arrow::after {
  content: "";
  width: 25px;
  height: 25px;
  position: relative;
  border-right: 10px solid #000000a6;
  border-top: 10px solid #000000a6;
}

#top-slider .slick-prev {
  left: 50%;
  margin-left: -320px;
}

#top-slider .slick-prev::after {
  transform: rotate(-135deg);
  left: 3.5px;
}

#top-slider .slick-next {
  right: 50%;
  margin-right: -320px;
}

#top-slider .slick-next::after {
  transform: rotate(45deg);
  left: -3.5px;
}

#top-slider ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

#top-slider ul.slick-dots li {
  width: 60px;
  height: 3px;
  line-height: 1.0;
  margin: 0 5px;
}

#top-slider ul.slick-dots li button {
  width: 60px;
  height: 3px;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.0;
  font-size: 0;
  display: block;
  background-color: #d3d3d3;
  overflow: hidden;
  position: relative;
}

#top-slider ul.slick-dots li.slick-active button::after {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #D83453;
  animation-name: slideTime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}

@keyframes slideTime {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

/*20220204追加*/
.block-page-block--contents-body-text-1column p a {
  font-size: 18px;
  font-weight: bold;
  color: #1d89c7;
  text-decoration: none;
}

/* 商品詳細ページ：ズーム機能 */
.zoomsl-zoombox {
  box-shadow: rgba(0, 0, 0, 0.25) 4px 4px 4px;
}

.zoomsl-cursor-area {
  background-color: #f67385;
  opacity: 0.3;
}

#gallery .gallery-note {
  margin-bottom: 15px;
  text-align: center;
}

/*20220513追加*/
.block-page-block--contents-body-text-1column ul.center-list {
  display: block;
  width: fit-content;
  margin: 0 auto 2em auto;
}

.block-page-block--contents-body-text-1column ul.center-list li {
  display: block;
  margin: 0 0 0.5em 0;
}

/*製品詳細グラフ追加202211*/
.table_product table tr td {
  border: 1px solid #bbbaba
}

.table_product a {
  display: inline-block;
  transition: all .3s ease 0s;
  text-decoration: none;
}

.table_product a:hover {
  opacity: 50%;
  transform: scale(1.2);
  transition: 0.8s;
}

/* 20221130 user.css---- */
input:focus, button:focus, select:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

.post-review {
  float: right;
  font-size: 12px;
}

.page-top .pane-contents .container {
  display: block;
}

/* ヘッダー上段 */
.optimaized-h1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1200px;
  height: 0;
}

.optimaized-h1 h1 {
  position: absolute;
  left: 0;
  top: -18px;
  margin: 0;
  padding: 0;
  /*width: 650px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.2;
  color: #797979;
}

body&gt;.wrapper {
  padding-top: 110px;
}

body.page-cart&gt;.wrapper, body.page-method&gt;.wrapper, body.page-estimate&gt;.wrapper, body.page-order&gt;.wrapper {
  padding-top: 0;
}

.pane-header {
  position: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}

.page-cart .pane-header, .page-method .pane-header, .page-estimate .pane-header, .page-order .pane-header {
  position: static;
}

.block-header-logo {
  width: 190px;
  margin-right: 120px;
}

.block-header-logo a {
  display: block;
  position: relative;
}

.block-header-logo a span {
  font-size: 0.625rem;
  line-height: 1.0;
  display: block;
  position: absolute;
  left: 41px;
  top: 13px;
  transform: scale(0.77);
  width: 100%;
}

.block-header-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.block-header-navup&gt;h1 {
  margin: 0;
  width: 420px;
  font-size: 16px;
  font-weight: 600;
  color: #606060;
}

.block-header-navup {
  display: flex;
  border-bottom: 1px solid #797979;
  padding: 10px 0 10px 0;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
}

.block-headernav {
  color: #f3f3f3;
  width: 100%;
  height: auto;
}

.block-headernav--item-list-up {
  display: flex;
  align-items: center;
}

.block-headernav--item-list-up li {
  background-color: #EEEEEE;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
}

.block-headernav--item-list-up li:nth-of-type(1) {
  width: 82px;
  margin-right: 3px;
}

.block-headernav--item-list-up li:nth-of-type(2) {
  width: 112px;
}

.block-headernav--item-list-up li:after {
  content: '';
  background-image: url('../../img/usr/common/arrow-black-right.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.block-headernav--item-list-up a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-left: 12px;
}

.block-headernav--item-list-up a:hover {
  text-decoration: underline;
}

.block-header-navunder {
  display: flex;
  padding: 5px 0;
}

.login-field {
  display: flex;
}

.pane-header .container {
  align-items: flex-end;
  padding: 4px 0px 5px 0;
}

.block-header-navunderLeft {
  width: 577px;
  color: #797979;
  padding: 0 70px 0 0;
}

.block-header-navunderLeft ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-header-navunderLeft ul li {
  margin: 0 5px 5px 0;
}

.block-header-navunderLeft dt {
  color: #f67385;
}

.block-header-navunderLeft dl {
  text-align: left;
  margin-left: 40px;
  font-size: 12px;
  line-height: 15px;
}

.block-header-navunderLeft .deliver {
  width: 190px;
  background-color: #f8f8f8;
  background-image: url(../../img/icon/icon_18.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  padding: 3px 2px 0px 2px;
  height: 35px;
  border-radius: 3px;
}

.block-header-navunderLeft .truck {
  width: 190px;
  background-color: #f8f8f8;
  background-image: url(../../img/icon/icon_truck.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  padding: 3px 2px 0px 2px;
  height: 35px;
  border-radius: 3px;
}

.block-header-navunderLeft .certification {
  width: 190px;
  background-color: #f8f8f8;
  background-image: url(../../img/icon/icon_certification.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  padding: 3px 2px 0px 2px;
  height: 35px;
  border-radius: 3px;
}

.block-header-navunderLeft .siteopen {
  width: 190px;
  background-color: #f8f8f8;
  background-image: url(../../img/icon/icon_site.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  padding: 3px 2px 0px 2px;
  height: 35px;
  border-radius: 3px;
}

.block-header-navunderRight ul {
  display: flex;
}

.block-header-navunderRight ul li {
  white-space: nowrap;
}

.block-header-navunderRight .block-header-mylist p {
  display: flex;
  align-items: center;
}

.block-header-navunderRight .block-header-mylist p:before {
  content: '';
  display: inline-block;
  background-image: url('../../img/usr/common/triangle-pink-down.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 6px;
  margin-right: 5px;
}

.block-header-navunderRight .block-header-mylist {
  position: relative;
}

.block-header-navunderRight .block-header-mylist .hover-link {
  position: absolute;
  z-index: 12;
  width: 444px;
  background-color: #fff;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
  top: 53px;
  left: -225px;
  display: none;
  padding-top: 23px;
  padding-left: 20px;
  padding-right: 26px;
  padding-bottom: 28px;
}

.block-header-navunderRight .block-header-mylist .hover-link .hover-inner {
  display: flex;
}

.block-header-navunderRight .block-header-mylist .hover-link:before {
  content: '';
  display: block;
  width: 100px;
  height: 58px;
  position: absolute;
  top: -57px;
}

.block-header-navunderRight .block-header-mylist .hover-link .hover-inner-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
  color: inherit;
}

.block-header-navunderRight .block-header-mylist .hover-link .hover-inner-title::before {
  content: none;
}

.block-header-navunderRight .block-header-mylist .hover-link .hover-inner-left {
  width: calc(100% - 163px);
}

.block-header-navunderRight .block-header-mylist .hover-link .hover-inner-right {
  width: 163px;
  padding-left: 13px;
  padding-right: 11px;
  border-left: 1px solid #EEEEEE;
}

.block-header-navunderRight .block-header-mylist .hover-link .hover-login {
  margin-bottom: 16px;
}

.block-header-navunderRight .block-header-mylist .hover-link .hover-login a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 30px;
  background: #d83453;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*新規登録ボタン----*/
.block-header-navunderRight .block-header-mylist .hover-link .hover-login2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 30px;
  background: #505050;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.block-header-navunderRight .block-header-mylist .hover-link ul {
  display: block;
}

.block-header-navunderRight .block-header-mylist .hover-link ul li+li {
  margin-top: 3px;
}

.block-header-navunderRight .block-header-mylist .hover-link ul li+li.border-link {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #EEEEEE;
}

.block-header-navunderRight .block-header-mylist .hover-link ul li a {
  display: block;
  font-size: 12px;
}

.block-header-navunderRight .block-header-mylist .hover-link ul li a:hover {
  color: #d83453;
}

.block-header-navunderRight .block-header-mylist.hover p {
  color: #d83453;
}

.block-header-navunderRight .block-header-mylist.hover p:before {
  content: '';
  transform: rotate(180deg);
}

.block-header-navunderRight ul li.block-header-history img {
  width: 29px;
}

.block-header-navunderRight ul li.block-header-cart img {
  width: 31px;
}

.block-header-navunderRight ul li p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  margin-top: 2px;
}

.block-header-navunderRight ul li p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  margin-top: 2px;
}

.login-field p {
  line-height: 26px;
}

.for-otherlist {
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 0 0 0 17px;
  text-decoration: none;
  transition: all 0.2s;
}

.for-otherlist:hover {
  color: #999999;
}

.block-header-navunderRight-login {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.block-header-navunderRight-login&gt;div {
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: -16px;
  width: 450px;
  font-size: 0.75rem;
}

.block-header-navunderRight-login ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.block-header-navunderRight-login ul li {
  width: 90px;
}

.block-header-navunderRight-login ul li a {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}

.block-header-navunderRight-login ul li a:hover {
  opacity: 0.7;
}

.block-header-navunderRight-login ul li.block-header-login a {
  background-color: #EEEEEE;
}

.block-header-navunderRight-login ul li.block-header-newreg a {
  color: #FFFFFF;
  background-color: #F35D6F;
}

.otherlist_iconsize {
  width: 40px;
  height: 30px;
  margin: 0 auto;
  position: relative;
}

.mypage-field a {
  display: block;
  width: 160px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
}

.block-header-mypage a {
  border: solid 2px #fce8ea;
  background-color: #fce8ea;
  background-repeat: no-repeat;
  background-position: 15px 3px;
  margin-right: 60px;
  color: #f67385;
  text-decoration: none;
  transition: all 0.2s;
}

.block-header-mypage a:hover {
  background-color: #ffffff;
  border-color: #f67385;
}

.block-header-mypage p {
  position: relative;
  margin-left: 55px;
  line-height: 26px;
}

.block-header-mypage p::before {
  content: url(../../img/icon/icon_mypage.png);
  position: absolute;
  top: 3px;
  margin-left: -25px;
}

.deliver dd, .truck dd, .certification dd, .siteopen dd {
  letter-spacing: -1.5px;
}

/*ヘッダー下段*/
.cutting-tools-tips {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 0 10px;
  border-right: 1px solid #ffffff;
  position: relative;
  transition: all 0.2s;
}

.cutting-tools-tips:hover {
  background-color: #fce8ea;
}

.cutting-tools-tips p {
  color: #ffffff;
  line-height: 50px;
  font-size: 15px;
  transition: all 0.2s;
}

.cutting-tools-tips:hover p {
  color: #f67385;
}

.cutting-tools-tips img {
  margin-top: -2px;
  margin-right: 8px;
}

.block-global-search {
  width: auto;
}

.block-global-search form {
  background-color: #ffffff;
  border-radius: 0;
  display: flex;
}

.block-global-search input {
  background-color: #FFFFFF;
  width: 380px;
  height: 40px;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #666666;
}

.block-global-search button {
  font-size: 0;
  background-color: #444444;
  background-image: url("../../img/icon/icon_search02.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 50px;
  height: 40px;
  border-radius: 0;
  color: #FFFFFF;
}

/* サジェストキーワードの外枠 */
.np-keyword-suggest {
  width: 480px;
}

/* サジェストキーワードの内枠 */
.np-keyword-suggest div {
  width: 298px;
}

.block-product-info {
  width: 140px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 50px;
}

.block-product-info-anc {
  display: flex;
  justify-content: center;
  color: #ffffff;
  margin: 15px 3px 0;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
}

.block-product-info-anc p {
  margin: 0 5px;
}

.spec-exp-movie {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  width: 180px;
  padding: 0 10px;
  border-right: 1px solid #ffffff;
  position: relative;
  transition: all 0.2s;
}

.spec-exp-movie img {
  animation:
    /*anime-1 1s linear 0s,*/
    anime-2 .5s linear 2s 3, anime-2 .5s linear 4.5s 3, anime-2 .5s linear 7s 3;
}

@keyframes anime-1 {
  0% {
    transform: translateY(-25px);
  }

  50% {
    transform: translateY(0);
  }

  65% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes anime-2 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.spec-exp-movie:hover {
  background-color: #fce8ea;
}

.spec-exp-movie p {
  color: #ffffff;
  line-height: 50px;
  margin-left: 60px;
  transition: all 0.2s;
}

.spec-exp-movie:hover p {
  color: #f67385;
}

.spec-exp-movie img {
  position: absolute;
  top: -15px;
}

.block-header-gray-anc {
  width: 153px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEEEEE;
  transition: all 0.2s;
  margin-top: 11px;
}

.block-header-gray-anc:hover {
  opacity: 0.7;
}

.block-header-gray-contents {
  padding: 0 5px 0 5px;
}

.block-header-gray-contents p {
  display: block;
  float: right;
  margin: 6px 5px 0 5px;
}

.block-header-gray-contents img {
  margin-right: 5px;
  width: 25px;
  height: auto;
  float: left;
  margin-top: 15px;
}

#header_scroll {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 70px;
  background: #ffffff;
  transition: .3s;
  margin-bottom: 182px;
}

#header_scroll h1 {
  color: #fff;
  transition: .3s;
}

.is-animation {
  height: 70px;
}

.is-animation h1 {
  color: #000;
}

.is-animation .block-header-logo--img {
  height: 50px;
  width: auto;
}

.is-animation .block-header-navunderRight img {
  height: 25px;
  width: auto;
}

.is-animation .otherlist_iconsize {
  width: 25px;
  height: 25px;
}

.is-animation .for-otherlist p {
  font-size: 11px;
}

.is-animation .block-header-navunder {
  float: right;
}

/* フッター*/
.pane-footer {
  background-color: transparent;
  padding-bottom: 0;
  margin-top: 100px;
  font-weight: 700;
}

.block-copyright {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-color: #D83453;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
}

@media (max-width: 1200px) {
  .block-copyright {
    margin: 0;
    padding: 0;
  }
}

.block-footernav {
  text-align: right;
  height: 50px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 calc(50% - 50vw) 20px;
  padding: 0 calc(50vw - 50%);
}

@media (max-width: 1200px) {
  .block-footernav {
    margin: 0 0 20px;
    padding: 0;
  }
}

.block-footer-info {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  justify-content: space-between;
}

.block-footernav--item-list {
  line-height: 50px;
}

.block-footernav--item-list li {
  height: 17px;
  line-height: 17px;
  border-right: 1px solid #999999;
}

.block-footernav--item-list li:last-child {
  border-right: none;
}

.block-footer-company {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  margin: 10px 0 35px 0;
}

.block-footer-company li {
  margin-right: 10px;
}

.font-bold {
  font-weight: bold;
}

.block-footer-sns {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
}

.company_info {
  background-image: url();
  background-repeat: no-repeat;
  background-position: 18px 10px;
}

.company_info a {
  border: 1px solid #cccccc;
  font-size: 12px;
  padding: 4px 10px 4px 0;
}

.company_info a::before {
  content: url(../../img/icon/arrow_compInfo.png);
  margin: 8px 5px 8px 10px;
}

.footer_icon_images {
  width: 30px;
  height: 30px;
}

.block-footer-sns li a {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}

.block-footer-sns li {
  margin-right: 20px;
}

.block-footer-company li:last-of-type:last-of-type {
  padding-top: 15px;
}

/* ----フッター・カレンダー---- */
.footer--calendar {
  grid-column-start: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}

.footer--calendar&gt;p {
  clear: both;
  color: #000000;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.footer--calendar .cal_wrapper {
  width: 292px;
  font-size: 12px;
}

.footer--calendar .cal_wrapper table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.footer--calendar .cal_wrapper th, .footer--calendar .cal_wrapper td {
  text-align: center;
  color: #000000;
  border: 2px #ffffff solid;
  height: 25px;
  width: 40px;
  vertical-align: middle;
}

.cal_ui p {
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  float: left;
  color: #ffffff;
  position: relative;
  left: 110px;
}

.cal_ui {
  position: relative;
}

.calPrev_, .calNext_ {
  color: #ffffff;
}

.calPrev_ {
  position: absolute;
  top: 1px;
  left: 80px;
}

.calNext_ {
  position: absolute;
  top: 1px;
  right: 80px;
}

.cal tbody tr:first-child {
  background-color: #4d4d4deb;
  height: 30px;
}

.headline {
  background-color: #CDD6DD;
}

.footer--calendar .cal_wrapper td {
  padding: 0;
  position: relative;
  background: #eeeeee;
  height: 25px;
}

.footer--calendar .cal_wrapper td .cal_comment_ {
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  background: #ffffff;
  z-index: 10;
  padding: 2px 5px;
  white-space: nowrap;
  color: #666666;
}

.footer--calendar .cal_wrapper td .cal_comment_:empty {
  display: none !important;
}

footer--calendar .cal_wrapper td&gt;div {
  box-sizing: border-box;
  padding: 5px 0;
  height: 100%;
}

.footer--calendar .cal_wrapper .Holyday {
  background: #a9a9a9;
  color: #fc0824;
  height: 25px;
  line-height: 25px;
}

.block-left-menu--ttl {
  background-color: #2B3450;
  color: #ffffff;
  font-size: 15px;
  height: 25px;
  line-height: 25px;
  margin-top: 20px;
  border-radius: 5px;
  padding: 0;
}

.footer--calendar-note {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 5px;
}

.footer--calendar--sq-bl {
  background-color: #82a6c7;
  width: 20px;
  height: 15px;
  margin: 0 5px 0 0;
}

.footer--calendar--sq-yl {
  background-color: #f3e19a;
  width: 20px;
  height: 15px;
  margin: 0 5px 0 0;
}

.footer--calendar--sq-rd {
  background-color: #a9a9a9;
  width: 20px;
  height: 15px;
  margin: 0 5px 0 0;
}

.footer--calendar-note&gt;li&gt;dl {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
}

.footer--calendar--holiday {
  font-size: 12px;
}

.footer--calendar--detail {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
}

.headline {
  display: none;
}

.Today {
  background-color: #82a6c7;
  color: #ffffff;
  height: 25px;
  line-height: 25px;
}

.HolydayWork {
  background-color: #f3e19a;
  height: 25px;
  line-height: 25px;
}

.cal tbody tr td div {
  height: 25px;
  line-height: 25px;
}

.footer-contact-info {
  width: 370px;
  height: 190px;
  border: 5px solid #eeeeee;
  padding: 0 25px;
}

.footer-contact-ttl {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-bottom: 2px solid #eeeeee;
}

.footer-contact-btn-anc {
  display: block;
  width: 150px;
  height: 45px;
  overflow: hidden;
  border: 2px solid #000000;
  border-radius: 5px;
  position: relative;
  transition: all 0.2s;
}

.footer-contact-btn-anc:hover {
  background: #ffe8eb;
}

.footer-contact-btn-anc img {
  float: left;
  position: absolute;
  top: 12px;
  left: 15px;
}

.footer-contact-btn-anc&gt;div {
  float: right;
  color: #000000;
  font-weight: bold;
  line-height: 17px;
  position: relative;
  right: 15px;
  top: 3px;
}

.footer-contact-chat-mail {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 17px;
}

.footer-contact-hour-icon {
  width: 70px;
  height: 25px;
  line-height: 25px;
  background-color: #666666;
  color: #ffffff;
  text-align: center;
}

.footer-contact-hour {
  font-size: 20px;
  font-weight: bold;
}

.footer-contact-date-flex {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 10px;
}

.footer-contact-date-flex p {
  font-weight: bold;
}

.mon-sat {
  font-size: 18px;
  font-weight: bold;
}

.footer-contact-date&gt;p {
  text-align: center;
}

.block-footer-info {
  margin-bottom: 25px;
}

.block-switcher {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
}

.pane-footer {
  position: relative;
}

.pane-footer a {
  transition: all 0.2s;
}

.pane-footer a:hover {
  color: #999999;
}

.switcher_btn_pc {
  width: 84px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 5px 0 0 5px;
}

.switcher_btn_sp {
  width: 147px;
  height: 30px;
  line-height: 26px;
  font-size: 12px;
  border-radius: 0 5px 5px 0;
}

.block-switcher--current {
  background-color: #4d4d4deb;
  position: absolute;
  top: 30px;
  left: 0
}

.block-switcher--switch {
  background-color: #ffffff;
  border: 2px solid #999999;
  color: #666666;
  position: absolute;
  top: 30px;
  left: 84px;
}

.block-switcher--switch:hover {
  background-color: #999999;
  border: 2px solid #999999;
  color: #ffffff !important;
}

.fa-comments:before {
  content: "";
}

.action .btn {
  border-bottom-width: thin;
}

.btn {
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #000000;
  color: #000000;
  font-weight: 700 !important;
}

.block-cart--order-btn {
  background-color: #d83453;
  color: #fff;
  border-radius: 30px;
  border: none;
}

.block-order-method--next-btn {
  background-color: #d83453;
  color: #fff;
  border-radius: 30px;
  border: none;
}

.block-add-cart--btn {
  background-color: #D83453;
  width: 230px;
  height: 55px;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  color: #fff;
  padding-right: 25px;
  background-image: url(../../img/icon/icon_detail_cart.png);
  background-repeat: no-repeat;
  background-position: 25px 10px;
  border: none;
  border-radius: 30px;
  box-shadow: 2px 3px #3f3f3f;
  margin-bottom: 15px;
}

.block-contact-about-goods--btn, .block-goods-favorite--btn {
  border: 1px solid #bbbbbb;
  background-color: transparent;
  width: 110px;
  height: 40px;
  border-radius: 5px;
  font-size: 12px;
  text-align: left;
  font-weight: 700;
  margin-top: 0;
}

.block-contact-about-goods--btn {
  background-image: url(../../img/icon/icon_detail_contact.png);
  background-repeat: no-repeat;
  background-position: 5px 11px;
  padding: 10px 0 0 30px;
  background-color: #ffffff;
}

.block-goods-favorite--btn {
  background-image: url(../../img/icon/icon_detail_addmylist.png);
  background-repeat: no-repeat;
  background-position: 7px 5px;
  padding: 7px 0 0 35px;
  line-height: 13px;
  margin-right: 10px;
  background-color: #ffffff;
}

.block-detail--cart-favorite-contact {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
}

.block-order-complete--orderinfo {
  border: none;
  padding: 35px 0 0 0;
  margin: 50px auto 40px;
  width: 800px;
  height: 245px;
  text-align: center;
  background-color: #eee;
}

.block-order-complete--orderid {
  width: auto;
  margin: 0 auto 15px;
}

.block-order-complete--orderid th {
  width: auto;
  background-color: transparent;
  border: none;
}

.block-order-complete--orderid td {
  width: auto;
  border: none;
}

.block-order-complete--orderid a {
  width: 0;
  color: #d83453;
  font-weight: 700;
  font-size: 23px;
}

.block-order-complete--home-btn {
  width: 300px;
  height: 50px;
  line-height: 30px;
}

.thanks-message-gif {
  margin: 50px 0 20px 0;
}

.thanks-message-gif img {
  margin: 0 auto;
  display: block;
}

.block-order-complete--home-btn {
  position: relative;
}

.block-order-complete--home-btn::after {
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  content: '';
  display: block;
  border-top: solid 2px #d83453;
  border-left: solid 2px #d83453;
  top: 20px;
  left: 90px;
}

.block-order-complete--message p {
  line-height: 30px;
  font-weight: 700;
}

/* ----マイページ---- */
.block-mypage--customer-status {
  background: #000000;
  color: #ffffff;
  font-weight: 700;
}

.block-mypage--logout a {
  color: #d83453;
  font-weight: 700;
}

.fa-shopping-basket:before, .fa-user-circle-o:before, .fa-envelope:before {
  color: #d83453;
}

.required:after {
  background-color: #000000;
} /* ----ナビプラス左メニュー---- */
.leftmenu-ttl-category,
.leftmenu-ttl-narrow {
  border-bottom: none;
}
.leftmenu-ttl-narrow .left-search--section {
  border-top: 1px solid #eee;
}
.leftmenu-ttl-category &gt; p {
  cursor: pointer;
  position: relative;
}
.leftmenu-ttl-category &gt; p::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  rotate: 45deg;
}
.leftmenu-ttl-category &gt; p:not(.-is-closed)::after {
  border-left: 2px solid #444;
  border-top: 2px solid #444;
  top: calc(50% - 2px);
}
.leftmenu-ttl-category &gt; p.-is-closed::after {
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  top: calc(50% - 6px);
}

.leftmenu-ttl-search-keyword p {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  background-color: #6f748d;
  padding-left: 20px;
}

.leftmenu-ttl-search-keyword input {
  background-color: #ffffff;
  width: 200px;
  border-radius: 50px 50px 50px 50px;
  text-indent: 1em;
  margin: 10px auto;
  display: block;
}
.leftmenu-ttl-search-keyword input::placeholder {
  font-size: 12px;
  color: #CBCBCB;
}
.leftmenu-ttl-narrow-keyword input {
  background-color: #ffffff;
  width: 230px;
  border-radius: 50px 50px 50px 50px;
  text-indent: 1em;
  margin-bottom: 10px;
  display: block;
}

.leftmenu-ttl-category p {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  color: #000000;
  font-weight: 700;
  background-color: #edf0ff;
  padding-left: 10px;
}
.leftmenu--category a:hover span {
  text-decoration: underline;
}
.leftmenu--category a.-is-current {
  font-weight: bold;
  position: relative;
}
.leftmenu--category a.-is-current::before {
  display: block;
  content: "";
  width: 260px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.leftmenu--category a.-is-current span {
  position: relative;
}
.leftmenu--category a .block-category-tree--image {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  position: relative;
}
.leftmenu--category a .block-category-tree--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.leftmenu--category a span {
  flex: 1;
}
.left-search--stit {
  width: 100%;
  height: 45px;
  background-color: #edf0ff;
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  padding-left: 10px;
  line-height: 45px;
  cursor: pointer;
  position: relative;
}
.left-search--stit::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  rotate: 45deg;
}
.left-search--stit:not(.-is-closed)::after {
  border-left: 2px solid #444;
  border-top: 2px solid #444;
  top: calc(50% - 2px);
}
.left-search--stit.-is-closed::after {
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  top: calc(50% - 6px);
}

.left-search--number {
  width: 100%;
  height: 45px;
  background-color: #45538b;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding-left: 10px;
  line-height: 45px;
  cursor: pointer;
  position: relative;
}
.left-search--number::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  rotate: 45deg;
}
.left-search--number:not(.-is-closed)::after {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  top: calc(50% - 2px);
}
.left-search--number.-is-closed::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: calc(50% - 6px);
}

.slider-range {
  margin: 25px auto 20px;
  width: 200px;
}

.noUi-target {
  border: none;
  background: none;
  height: 5px;
  box-shadow: 0 0 0;
}

.noUi-base, .noUi-connects {
  background: #eeeeee;
}

.noUi-connect {
  background: #999;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active, .noUi-handle {
  border-radius: 15px;
  border: 8px solid #444;
  top: -10px;
  width: 25px !important;
  height: 25px !important;
  background: #ffffff;
}

.noUi-horizontal .noUi-handle {
  top: -10px;
}

.noUi-handle:after, .noUi-handle:before {
  display: none !important;
}

.ui-widget-header {
  background-color: #bfcc8a;
  background: none;
}

.ui-slider-horizontal .ui-slider-range {}

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #f67385;
}

.ui-slider-horizontal {
  height: 5px;
}

.ui-widget.ui-widget-content {
  border: none;
  background: #eeeeee;
  top: 2px;
  left: -1%;
}

.ui-slider--input {
  width: 55px;
  height: 35px;
  border-radius: 5px;
  margin-right: 5px;
}

.slider-range--wrapper {
  width: 230px;
  margin: 0 auto 25px;
}

.slider-range--btm {
  text-align: center;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
}

.checkbox-input:checked+.checkbox-parts {
  color: #f67385;
}

.checkbox-input:checked+.checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(50deg);
  border-bottom: 3px solid #f67385;
  border-right: 3px solid #f67385;
}
.left-search--narrow-content label:hover .checkbox-parts {
  text-decoration: underline;
}
.left-search--narrow-content {
  padding: 15px 15px 0;
  display: block;
  max-height: 210px;
  overflow: hidden auto;
  /* scrollbar-width: thin; */
  /* scrollbar-color: #D83453 #ccc; */
  position: relative;
}
.left-search--narrow-content:has(.leftmenu-ttl.leftmenu-ttl-narrow-keyword) {
  max-height: 260px;
}
.left-search--narrow-content::after {
  display: none;
  content: "";
  width: calc(100% + 30px);
  height: 40px;
  background-color: #fff;
  position: sticky;
  bottom: 0;
  left: -15px;
}
.left-search--narrow-content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #ccc;
}
.left-search--narrow-content::-webkit-scrollbar-thumb {
  background-color: #D83453;
}

.left-search--narrow-content label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.left-search--narrow-content .left-search--narrow-content--acc {
  display: flex;
  flex-wrap: wrap;
}

.left-search--narrow-content .left-search--narrow-content--acc-btn {
  width: 100%;
  text-align: right;
  margin: 5px 0 0;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}

.left-search--narrow-content .left-search--narrow-content--acc-btn:hover {
  text-decoration: none;
}

.block-category-tree--item {
  position: relative;
}

.block-category-tree--item .block--tree--toggle {
  width: 33px;
  height: 43px;
  position: absolute;
  top: 0;
  left: -15px;
}

.block-category-tree--level-1&gt;li, .block-category-tree--level-2&gt;li, .block-category-tree--level-3&gt;li, .block-category-tree--level-4&gt;li {
  text-indent: 0;
  padding-left: 20px;
}

.arrow_open::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  transition: 0.1s;
  border-bottom: 2px solid #444;
  border-right: 2px solid #444;
}

.arrow_close::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  transition: 0.1s;
  border-bottom: 2px solid #444;
  border-right: 2px solid #444;
}

.block-category-tree--item .block-category-tree--items {
  display: none;
}
.block-category-tree--item .block-category-tree--items a:hover {
  text-decoration: underline;
}
.block-category-tree--item .block-category-tree--items li ul {
  display: none;
}

.block-category-tree--item__open {
  position: relative;
}

.btn_disabled {
  pointer-events: none;
  background-color: #999999 !important;
}

.left-search--s-reset {
  width: 100%;
  text-align: right;
  /* margin: 5px 0 -8px; */
  margin: 0;
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 7px 0 7px;
  background-color: #fff;
}

.left-search--s-reset span {
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}

.left-search--s-reset span:hover {
  text-decoration: none;
}

.leftmenu-ttl-number .left-search--s-reset {
  margin: -8px 0 8px;
  padding: 0 15px;
}

/* ----見積画面---- */
.link-back-to-goodscart {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
}

.link-back-to-goodscart a {
  color: #d83453;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  font-weight: 700;
  width: auto !important;
}

.link-back-to-goodscart p {
  margin-right: 10px;
}

.block-estimate-history-detail--order-btm {
  width: 300px;
  background-color: #d83453;
  color: #fff;
  border: none;
}

/* ----購入履歴一覧---- */
[class^="status-progress"] {
  background: #eee;
}

[class^="status-progress"]:after {
  border-right: #ddd solid 4px;
  background: #d83453;
}

/* ----ui-datepicker---- */
.ui-datepicker .ui-datepicker-header {
  background: #f67385;
}

.ui-datepicker .ui-state-default {
  top: 0;
  background: none;
  border: none;
  margin: 0 auto;
  text-align: center;
}

/*----20201215追加----*/
.block-top-body--banner {
  width: 1200px;
  height: 142px;
}

.block-top-body--banner-inner {
  min-width: 1200px;
  background-color: #d6d6d6;
}

.block-top-body--banner ul {
  height: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-top-body--banner ul li {
  width: 300px;
  height: 108px;
  position: relative;
}

.block-top-body--banner ul li.icon-new a:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../../img/icon/icon_new.png) no-repeat;
  position: absolute;
  top: -5px;
  left: 0;
}

.block-top-body--banner ul li.icon-new-2 a:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../../img/icon/icon_new_red.png) no-repeat;
  position: absolute;
  top: -5px;
  left: 0;
}

.block-top-body--banner ul li:hover a:before, .block-top-body--banner ul li:hover a img {
  opacity: 0.6;
  z-index: 1;
}

@media screen and (min-width:1201px) {
  .block-top-body--banner-inner {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
  }
}

/* 上部バナー */
.top-bnr-cp-20210519 a {
  background-color: #f6d43f;
  display: flex;
  justify-content: center;
}

.top-bnr-cp-20210519 a img {
  display: block;
}

/* 上部バナー：製品情報メニューの位置調整 */
.with-top-bnr-cp-20210519 .block-globalnav-menu {
  top: calc(184px - 2px + 62px);
}

.with-top-bnr-cp-20210519.with-top-bnr-cp-20210519-20210426 .block-globalnav-menu {
  top: calc(184px + 62px - 2px + 62px);
}

/* 上部バナー：h1の位置調整 */
.with-top-bnr-cp-20210519 .optimaized-h1 {
  position: relative;
}

/* 検索結果ページ：ツールチップ表示 */
.leftmenu-ttl.leftmenu-ttl-search-keyword {
  position: relative;
}

.leftmenu-ttl.leftmenu-ttl-search-keyword .tooltip-search {
  position: absolute;
  top: calc(-100% - 23px);
  left: -27px;
  width: 315px;
  height: 64px;
  opacity: 0;
  z-index: 10000;
}

.leftmenu-ttl.leftmenu-ttl-search-keyword .tooltip-search img {
  display: block;
}

.leftmenu-ttl.leftmenu-ttl-search-keyword .tooltip-search {
  animation: tooltip-search-anime-1 .5s linear 1s forwards, tooltip-search-anime-2 3s linear 1.5s infinite;
}

@keyframes tooltip-search-anime-1 {
  0% {
    opacity: 1;
    transform: translateY(-25px);
  }

  50% {
    transform: translateY(0);
  }

  65% {
    transform: translateY(-5px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tooltip-search-anime-2 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  93.75% {
    transform: translateY(0);
  }

  95.625% {
    transform: translateY(-8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 追従バナー */
#fixed-banner {
  display: none;
  position: fixed;
  right: 90px;
  bottom: 45px;
  z-index: 19999;
}

#fixed-banner .fixed-banner--close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 5px);
}

#fixed-banner .fixed-banner--close span {
  display: block;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-indent: -9999rem;
  border: solid 1px #cccccc;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: rgb(0 0 0 / 50%) 0px 2px 4px !important;
}

#fixed-banner .fixed-banner--close span:before, #fixed-banner .fixed-banner--close span:after {
  display: block;
  content: '';
  width: 16px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  left: calc(50% - 8px);
  top: 50%;
  transform: rotate(45deg);
}

#fixed-banner .fixed-banner--close span:after {
  transform: rotate(-45deg);
}

#fixed-banner .fixed-banner--body {
  background: #ffffff;
  box-shadow: rgb(51 51 51 / 60%) 0px 3px 6px 0px !important;
}

#fixed-banner .fixed-banner--body img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 180px;
  transition: all 0.3s;
}

#fixed-banner .fixed-banner--body a:hover img {
  opacity: 0.7;
}

/* 追従フォーム */
#fixed-form {
  position: fixed;
  left: 14px;
  bottom: 100px;
  z-index: 16;
  transition: .4s;
}

#fixed-form.close {
  left: -336px;
}

.fixed-form--body {
  position: relative;
  padding-top: 32px;
  padding-left: 46px;
  padding-right: 41px;
  padding-bottom: 20px;
  border-radius: 0 8px 8px 0;
  background: rgba(77, 77, 77, 0.92);
  color: #fff;
}

.fixed-form--body button {
  border: 0 none;
  background: transparent;
}

button#fixed-form--close {
  position: absolute;
  top: 7px;
  right: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 10px;
}

button#fixed-form--close::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  margin-bottom: 6px;
  background-image: url(../../img/usr/top/fixed-form-close-btn-pc.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.fixed-form--body figure {
  margin-bottom: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
}

.fixed-form--body figure img {
  width: 244px;
}

.fixed-form--input-head {
  margin-bottom: 0;
}

.fixed-form--input-head img {
  width: 108px;
}

.fixed-form--input {
  position: relative;
  border: 0 none;
}

.fixed-form--input button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9.5px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  display: block;
  width: 16.5px;
  height: 14px;
  cursor: pointer;
}

.fixed-form--input input {
  width: 240px;
  padding: 4px 30px 4px 11.25px;
  border-radius: 5px;
  font-size: 0.75rem;
}

.fixed-form--link {
  display: block;
  margin-top: 23px;
  text-align: right;
  color: #fff;
  text-decoration: underline;
  font-size: 10px;
}

button#fixed-form--open-model {
  position: absolute;
  bottom: 99px;
  right: -74px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 74px;
  height: 100px;
  padding-right: 21px;
  padding-bottom: 13px;
  background: rgba(77, 77, 77, 0.92);
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 11px;
}

#fixed-form.close button#fixed-form--open-model {
  cursor: pointer;
}

button#fixed-form--open-model img {
  width: 34px;
  margin-bottom: 18px;
}

button#fixed-form--open-transverse {
  position: absolute;
  bottom: 7px;
  right: -64px;
  width: 64px;
  height: 92px;
  background: #fff;
  border-radius: 0 4px 4px 0;
  box-shadow: 7px 7px 7px 0 rgba(128, 128, 128, 0.2);
  color: #000;
  padding: 2px;
}

button#fixed-form--open-transverse .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  color: #d9d9d9;
}

button#fixed-form--open-transverse .inner span {
  line-height: 1;
}

button#fixed-form--open-transverse .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 17;
}

button#fixed-form--open-transverse .inner img {
  width: 100%;
  height: auto;
  position: relative;
  top: -3px;
}

button#fixed-form--open-transverse::before {
  /*content: '';display: block;position: absolute;top: 45px;right: 6px;width: 72px;height: 29px;background-image:url(../../img/usr/top/comingsoon-pc.png);background-repeat: no-repeat;background-size: contain;z-index: 18;*/
}

.page-top #block_top_event_review {
  display: none;
}

.page-method .block-header-logo, .page-alert .block-header-logo, .page-order .block-header-logo, .page-estimate .block-header-logo, .page-cart .block-header-logo {
  width: 300px;
}

/* 20221130 user.css　ここまで---- */
/*----スクロールテーブル----*/
/*.scroll_table{max-width: 500px;overflow-x:scroll;}table{white-space: nowrap;margin:10px 0;}.scroll_table::-webkit-scrollbar{height:10px;}.scroll_table::webkit-scrollbar-thumb{background:#aaa;}.scroll_table::webkit-scrollbar-track{background:#ddd;}*/
/*購入履歴ズレ修正*/
body.page-history .block-purchase-history--table thead {
  position: static !important;
}

body .status-message {
  white-space: normal;
}

/*販売店関連購入履歴ズレ修正*/
body.page-bizhistory .block-purchase-history--table thead {
  position: static !important;
}

.page-bizhistory .block-purchase-history--list {
  margin-top: none;
}

/*スライダー新商品タグ*/
#slider_position {
  position: relative;
}

.newitem_tag {
  position: absolute;
  top: 15px;
  left: 25px;
  background-color: rgba(255, 17, 17, 0.918);
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px;
  border-radius: 0 0.8rem 0 0.8rem;
}

.newitem_tag_right {
  position: absolute;
  top: 15px;
  right: 25px;
  background-color: rgba(255, 17, 17, 0.918);
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px;
  border-radius: 0 0.8rem 0 0.8rem;
}

/*商品一覧調整*/
.block-search-goods .title_main {
  font-size: 26px;
  font-weight: bold;
  line-height: calc(20/26);
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.block-search-goods h1, .block-search-goods .h1 {
  margin: 0 0 10px;
  font-size: 22px;
  min-height: 20px;
}

.block-goods-list--pager-top {
  border-bottom: 0px solid #ccc;
  margin-bottom: 0px;
  height: 55px;
}

.block-goods-list--pager-bottom {
  border-top: 1px solid #ccc;
}

.block-search-goods ul.block-thumbnail-g {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-search-goods ul.block-thumbnail-g li {
  width: 25%;
}

.block-search-goods ul.block-thumbnail-g li .wrap_goods_link {
  padding: 10px 20px 30px;
  display: block;
  border-radius: 5px;
  transition: .3s;
}

.block-search-goods ul.block-thumbnail-g li .wrap_goods_link:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
}

.block-search-goods ul.block-thumbnail-g li .img-center {
  margin-bottom: 10px;
}

.block-search-goods ul.block-thumbnail-g li .block-pickup-list-g--goods-brand {
  margin-bottom: 10px;
}

.block-thumbnail-g--goods-description .block-icon {
  display: none;
}

.block-thumbnail-g--goods-description .title_variation_list {
  font-size: 12px;
  color: #666666;
  margin-bottom: 4px;
}

.block-thumbnail-g--goods-description .variation_list {
  min-height: 52px;
}

.block-thumbnail-g--goods-description .block-list--thumbnail-g {
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.25);
  color: #666;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 3px 8px;
  max-width: 100%;
  min-width: 31.5%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
}

.block-thumbnail-g--goods-description .block-list--thumbnail-g:hover {
  color: #E96D7B;
  outline: 1px solid #E96D7B;
  background: #FFE8EB;
}

.block-thumbnail-g--goods-description .block-ranking-t--goods-itemcode {
  font-weight: bold;
  line-height: calc(19/14);
  color: #000;
  margin-bottom: 8px;
  margin-top: 5px;
  min-height: 38px;
}

.block-thumbnail-g--goods-description .block-thumbnail-g--goods-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}

.block-thumbnail-g--goods-description .block-thumbnail-g--price {
  font-size: 22px;
  font-weight: bold;
  color: #C74353;
  margin-bottom: 3px;
}

.block-thumbnail-g--goods-description .block-thumbnail-g--price span {
  font-size: 14px;
  font-weight: normal;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  display: inline-block;
}

.block-thumbnail-g--goods-description .block-thumbnail-g--price .small_ {
  height: initial;
}

.block-thumbnail-g--goods-description .block-category-list-attr1 {
  width: 100%;
  height: 24px;
  color: #444444;
  font-weight: normal;
  margin: 0 auto 10px;
  font-size: 14px;
  line-height: 22px;
}

/*----2023/7/13 検索一覧デザイン修正start----*/
body.page-search .default-price&gt;span {
  display: none;
}

body.page-search .revico-star-block--title {
  display: none;
}

body.page-search .revico-star .revico-star-block--rate {
  transform-origin: 40% 50% 0;
  transform: scale(0.4);
}

body.page-search .revico-star-block--total {
  position: relative;
  left: -80px;
}

.block-goods-price--price {
  color: #c30;
}

body.page-search .variation_list_box {
  min-height: 74px;
}

.min-bulk-discount_price-g:after {
  content: '~';
  font-weight: normal;
}

/*----2023/7/13 検索一覧デザイン修正end----*/
/*----小山スライダー追加----*/
.f_maker_slider {
  font-size: 15px;
  font-weight: bold;
  margin: 20px auto auto 50px;
}

/* ↓ スライドの外枠 */
.slide-wrapper {
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
  /* はみ出したスライドを隠す */
}

/* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 370px;
  bottom: 5%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
  cursor: pointer;
}

.prev {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 410px;
  bottom: 5%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 0px;
  display: flex;
  column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.indicator li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #000 solid;
  cursor: pointer;
}

.indicator li:first-of-type {
  background-color: #000;
}

.slide {
  /*スライド全体 */
  width: 150%;
  height: 90%;
  display: flex;
  transition: all 0.3s;
}

.slide div {
  /* スライドの中身 */
  width: 30%;
  height: 90%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.slide1 {
  /* スライドさせるために必要なクラス */
  transform: translateX(0);
}

.slide2 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-12%);
}

.slide3 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-24%);
}

.slide4 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-36%);
}

.slide5 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-48%);
}

.slide6 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-60%);
}

.slide7 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-72%);
}

.slide8 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-84%);
}

/* 背景色 */
/*.slide div:nth-of-type(1){background-color: #E1F3FC;}.slide div:nth-of-type(2){background-color: #FCE8F0;}.slide div:nth-of-type(3){background-color: #E3F1E4;}.slide div:nth-of-type(4){background-color:#1d89C7;}.slide div:nth-of-type(5){background-color:#EDD36D;}.slide div:nth-of-type(6){background-color:#fdb0ba;}.slide div:nth-of-type(7){background-color:darkgray;}.slide div:nth-of-type(8){background-color:darkseagreen;}*/
.slide img {
  width: 60%;
  height: auto;
}

.f_other {
  position: absolute;
  bottom: 0;
  right: 50px;
  font-size: 13px;
}

/* 20241122追記 */
.page-category .block-category-list-attr1 {
  color: #CC3300;
}

.page-search .block-category-list-attr1 {
  color: #CC3300;
}

/* 20241212追記 */
.page-category .block-category-list-attr1 .spec_vertical-line {
  color: #444;
}

.page-search .block-category-list-attr1 .spec_vertical-line {
  color: #444;
}</pre></body></html>