/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #3399ff;
  color: fff;
}

::selection {
  background-color: #3399ff;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
  padding-bottom: 65px;
  min-height: 100vh;
}

/* body#index{
  padding-top:66px;
} */
body#exhibition,
body#pickup_list,
body#favorite_list,
body#product_search,
body#cart,
body#comparison,
body#history {
  padding-top: 124px;
}

body#product_list,
body#product_detail,
body#product_list_2col,
body#product_list {
  padding-top: 200px;
}

@media (max-width: 1025px) {

  body#exhibition,
  body#pickup_list,
  body#favorite_list,
  body#product_search,
  body#cart,
  body#history,
  body#comparison {
    padding-top: 170px;
  }

  body#product_list,
  body#product_detail,
  body#product_list_2col,
  body#product_list {
    padding-top: 300px;
  }

}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #555;
}

a:hover {
  color: #aaa;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

.white-bg {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555555;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #555555;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
  color: #222222;
}

td,
th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before,
.clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}


.light {
  color: #fff;
}

.dark {
  color: #222;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

b,
sup,
sub,
u,
del {
  color: #ff0000;
}

h1 {
  font-size: 24px;
}

.list-page h1,
.list-page-vertical h1 {
  font-size: 13px;
  margin-bottom: 10px;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
}

.list-page h2,
.list-page-vertical h2 {
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #ff0000;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #ff0000;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0px 0px 0px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header hr {
  border-color: #aaa;
  margin: 0px;
}

.header-top {
  background-color: #000;
}

.header-top a {
  color: #fff;
  font-size: 12px;
}

.top-head-left ul li {
  display: inline-block;
  margin-right: 10px;
}

.top-head-right {
  text-align: right;
}

.top-head-right ul li {
  display: inline-block;
  margin-left: 10px;
}

.top-head-right ul li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-head-right ul li:hover a {
  color: #ff0000;
}

@media (max-width: 673px) {
  #logo {
    margin-left: 20px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #ff0000;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
  line-height: 110%;
  font-size: 12px;
  padding-top: 5px;
}

@media (min-width: 1366px) {
  .nav-menu li {
    width: 90px;
  }
}

.nav-menu li li {
  padding-top: 0;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
  text-align: left;
}

/* Nav Menu Arrows */
/* .sf-arrows .sf-with-ul {
  padding-right: 30px;
 } */

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

@media (min-width: 1025px) {
  .sf-arrows .sf-with-ul:after {
    display: none;
  }
}

.sf-arrows ul .sf-with-ul:after {
  display: inline-block;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#menu-container {
  margin: 0;
  padding-right: 5px;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  /* padding: 0px 10px; */
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
}

#MenuOpener {
  color: #000000;
  height: 60px;
  cursor: pointer;
  list-style: none;
  padding-top: 12px;
}

summary::-webkit-details-marker {
  display: none;
}

#menu-icon {
  background-color: #aaa;
}

.nav-menu>li {
  /*  margin-left: 10px; */
}

.nav-menu ul {
  margin: 18px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
  text-transform: none;
}

.nav-menu ul li:hover>a {
  color: #ff0000;
}

.nav-menu ul ul {
  margin: 0;
}

.proposal-link {
  padding-right: 15px;
  text-align: center;
  white-space: nowrap;
}

.proposal-link a {
  padding: 0px 10px;
  text-decoration: none;
  display: inline-block;
  /* color: #fff; */
  color: #555;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
}

.proposal-link i.fa {
  font-size: 25px;
  margin-bottom: 4px;
}

@media (max-width: 1024px) {
  .proposal-link {
    display: none;
  }
}

@media (min-width: 1025px) {
  .proposal-mob {
    display: none;
  }
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 20px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
  font-weight: 900;
}

@media (max-width: 1024px) {
  #mobile-nav-toggle {
    display: inline;
  }

  #menu-container {
    display: none;
  }

  .search_container {
    margin-bottom: 5px;
  }

}

#nav-menu-container {
  display: none;
}

.menu-items {
  display: none;
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
  line-height: 115%;
  margin-bottom: 30px;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li a img.icon {
  width: 35px;
}

#mobile-nav ul li li {
  /*padding-left: 30px;*/
  margin-bottom: 0;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-xs {
  top: 30px;
  font-size: 1.1em;
}

#mobile-nav ul .menu-has-children .menu-has-children i.fa-xs {
  top: 0px;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ff0000;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #ff0000;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.section-gap {
  padding: 30px 0;
}

.list-page .section-gap,
.list-page-vertical .section-gap {
  padding: 0;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.single-blog {
  margin-bottom: 30px;
}

.single-blog a {
  width: 100%;
}

.single-blog .thumb {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.thumb.product {
  margin-bottom: 0px;
}

/* 比率を1:1のアス比で固定 */
.single-blog .thumb.product::before {
  content: "";
  display: block;
  padding-top: 100%;
}


/* 比率を展示会バナー画像のアス比で固定 */
.single-blog .thumb.exhibition::before {
  content: "";
  display: block;
  padding-top: 62.03%;
}
.thumb-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.thumb.exhibition {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.thumb.exhibition::before {
    content: "";
    display: block;
    padding-top: 62.03%; /* 高さを確保 */
}

/* 比率を展示会バナー画像のアス比で固定 */
.single-blog .thumb.brand::before {
    content: "";
    display: block;
    padding-top: 60%;
}
.thumb.brand {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.thumb.brand::before {
    content: "";
    display: block;
    padding-top: 62.03%; /* 高さを確保 */
}

/* 比率を16:9のアス比で固定 */
.single-blog .thumb.aspect16-9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

/* 比率を400*250のアス比で固定 */
.single-blog .thumb.aspect400-250::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}

.single-blog .thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.youtube-thumb {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.youtube-box {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.youtube-box:hover {
  cursor: pointer;
}

.youtube-box::before {
  position: absolute;
  background: url(/img/yt_icon_mono_light.png);
  content: "";
  background-size: 100%;
  width: 70px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .90;
  transition: .5s;
  z-index: 9;
}

.youtube-box:hover::before {
  /* YouTubeアイコン */
  cursor: pointer;
  background-image: url(/img/yt_icon_rgb.png);
  z-index: 9;
}

.youtube-box.hover::before {
  /* YouTubeアイコン */
  cursor: pointer;
  background-image: url(/img/yt_icon_rgb.png);
  z-index: 9;
}

.youtube-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.youtube-title {
  display: block;
  font-weight: bold;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding-top: 10px;
}

.single-blog:hover img {
  transform: scale(1.1);
}

.single-blog:hover .youtube-box img {
  transform: scale(1);
}

.single-blog:hover img.badge-image {
  transform: scale(1);
}

img.badge-image {
  margin-right: 10px;
}

.single-blog:hover h4 {
  color: #ff0000;
}

.single-blog h4 {
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-blog a {
  color: #222;
}

.single-blog .date {
  background-color: #000;
  color: #fff;
  font-weight: 100;
  padding: 2px 15px;
  width: 115px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .single-blog {
    margin-bottom: 30px;
  }
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
}

.footer-area {
  background-color: #000;
  color: #fff;
  font-size: 0.9rem;
}

.footer-area a {
  color: #fff;
}

.footer-area a:hover {
  opacity: 0.6;
}

.nav-menu i.fa {
  font-size: 25px;
  margin-bottom: 4px;
}

#mobile-nav i.fa {
  font-size: 35px;
}

.nav-menu img.icon {
  width: 20px;
  margin-bottom: 5px;
}

.icon {
  font-size: 0.8em;
  padding: 0px 10px;
  border-radius: 10px;
  display: inline-block;
  font-weight: 700;
  /*line-height:1.1em;*/
}

.list-page .content-area .icon,
.list-page-vertical .content-area .icon {
  font-size: 12px;
  padding: 0px 5px;
  border-radius: 12px;
  font-weight: 300;
}

.icon-red {
  color: #fff;
  background-color: #f00;
}

.icon-green {
  color: #fff;
  background-color: #28a745;
}

.icon-blue {
  color: #fff;
  background-color: #1962ff;
}

.icon-orange {
  color: #fff;
  background-color: #ffc220;
}

.icon-kaisai {
  font-size: 0.85em;
  padding: 2px 15px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background-color: #f00;
  border: solid 1px;
  border-color: #555555;
  font-weight: 400;
  height: 32px;
}

img.category-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px #aaa solid;
  padding: 3px;
}

#trading-history-total,
#trading-history-category {
  padding: 5px 0;
}

#trading-history-total {
  background-color: #ccc;
}

#trading-history-category {
  background-color: #efefef;
}

.price-box table,
.price-box-vertical table {
  margin: 30px 0;
}

.list-page .price-box table,
.list-page-vertical .price-box-vertical table {
  margin: 0 0 10px 0;
}

.price-box th,
.price-box-vertical th {
  font-weight: 400;
  padding-right: 10px;
}

.price-box td,
.price-box-vertical td {
  font-weight: 800;
  font-size: 28px;
  color: #000;
}

.list-page .price-box tr,
.list-page-vertical .price-box-vertical tr {
  line-height: 110%;
}

.list-page .price-box th,
.list-page-vertical .price-box-vertical th {
  font-size: 13px;
}

.list-page .price-box td,
.list-page-vertical .price-box-vertical td {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}

.list-page .order-box tr {
  line-height: 110%;
}

.list-page .order-box th {
  font-size: 13px;
  padding-right: 20px;
  color: #f00;
}

.list-page .order-box td {
  font-size: 16px;
  color: #f00;
  font-weight: 800;
}

.responsive-table {
  margin-bottom: 30px;
  width: 100%;
}

.responsive-table tr {
  border-bottom: #aaa 1px dotted;
}

.responsive-table tr:last-child {
  border-bottom: none;
}

.responsive-table th {
  white-space: nowrap;
}

.responsive-table th,
.responsive-table td {
  padding: 10px;
  vertical-align: text-top;
}

@media (max-width: 576px) {
  .responsive-table tr {
    border-bottom: none;
  }

  .responsive-table th,
  .responsive-table td {
    display: block;
    width: 100%;
    padding: 10px;
    vertical-align: middle;
  }

  .responsive-table th {
    background-color: #eee;
  }
}

.youtube {
  height: auto;
  position: relative;
  width: 100%;
}

.youtube::before {
  content: '';
  display: block;
  padding-top: 56%;
}

.youtube-2 {
  height: auto;
  position: relative;
  width: 100%;
}

.youtube-2::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.youtube .youtube-box,
.youtube-2 .youtube-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* セット品のセット内容テーブル枠表示 */
.set-table {
  border-bottom: #aaa 1px dotted;
  padding-top: 2px;
}

/* 商品詳細 商品画像 */
.carousel-indicators {
  position: static;
}

.carousel-control-prev,
.carousel-control-next {
  left: auto;
  top: auto;
}

.carousel-caption {
  position: static;
  color: rgb(51, 51, 51)
}

.carousel-item .carousel-img,
.carousel-indicators div {
  overflow: hidden;
  position: relative;
}

/* 選択されている画像を太枠表示 */
.carousel-indicators .active img {
  border-width: 5px;
}

/* 商品画像を正方形で表示させる */
.carousel-item .carousel-img::before,
.carousel-indicators div::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.carousel-indicators div img {
  border: #aaa 1px solid;
  padding: 10px;
}

.carousel-item .carousel-img div,
.carousel-indicators div img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: 95%;
}

.carousel-item .carousel-img img {
  width: 100%;
  height: 100%;
}

.carousel-item .carousel-img img,
.carousel-indicators div img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

section.order-area .nav-tabs li {
  width: 150px;
  height: 65px;
  text-align: center;
  position: relative
}

section.order-area .nav-tabs li a {
  border: 1px #aaa solid;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #f00;
  font-weight: 600;
}

section.order-area .nav-tabs li a.active {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}

section.order-area div.tab-content {
  border: 1px #aaa solid;
  padding: 35px;
}

section.order-area .nav-tabs li a button {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
}

.trading-history dl {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2em;
  padding: 5px 10px;
  border: #aaa 2px solid;
  border-radius: 10px;
  background-color: #fff;
}

.trading-history dl dd {
  margin-bottom: 0;
  text-align: right;
}

.strong {
  font-weight: 700;
  color: #000;
}

.breadcrumb-area {
  font-size: 12px;
  font-weight: 600;
  margin-top: -15px;
}

.breadcrumb-area a {
  text-decoration: underline;
}

.total-price th,
.total-price td {
  text-align: center;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .display-only-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .display-only-pc {
    display: none;
  }
}

.col-item {
  padding: 0 5px;
}

.title-icon-area {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.1em;
  min-height: 20px;
}

.icon-area {
  margin-bottom: 7px;
  line-height: 1.1em;
}

.trading-history dd .price-box {
  min-width: 7em;
  display: inline-block;
}

.trading-history dd .amount {
  min-width: 3em;
  display: inline-block;
}

@media (max-width: 767px) {
  .trading-history dd .amount {
    min-width: 7em;
  }
}

.notice {
  color: #fff !important;
  display: block;
  position: absolute;
  top: 0;
  right: 17px;
  font-size: 15px !important;
  width: 17px;
  background: #f00;
  padding: 1px;
  border-radius: 50%;
}

#mobile-nav-toggle .notice {
  top: -5px;
  right: 0;
}

#mobile-nav .notice {
  right: 40%;
}

.order-area {
  padding-top: 0;
}

.order-area table.order-table {
  width: 100%;
  overflow-x: scroll;
  border-spacing: 0;
}

.order-area table.order-table th,
.order-area table.order-table td {
  border-right: #aaa 1px dotted;
  border-bottom: #aaa 1px dotted;
}

.fixed01,
.fixed02 {
  position: sticky;
  top: -36px;
  left: -36px;
  background-color: #fff;
}

.fixed01:before,
.fixed02:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-right: #aaa 1px dotted;
}

.fixed01 {
  z-index: 2;
}

.fixed02 {
  z-index: 1;
}


.order-area table input.amount {
  width: 4em;
}

@media (min-width: 1025px) {
  .trading-history .amount {
    padding-right: 20px;
  }
}

.search_container {
  position: relative;
  float: right;
  box-sizing: border-box;
  left: 10px;
  height: 40px;
  width: 240px;
  border: 2px solid #efefef;
  padding: 1px 3px 1px 1px;
  border-radius: 20px;
  background: #efefef;
}

@media (max-width: 1025px) {
  .search_container {
    margin-right: 100px;
  }
}

.search_container input.search-word {
  text-align: center;
  font-size: 14px;
  background: #efefef;
  border: 2px solid #000000;
  border-radius: 20px;
  height: 35px;
  width: 235px;
}

.search_container input.search-word:focus {
  outline: 0;
}

.search_container button.search-button {
  cursor: pointer;
  border: none;
  background: #000000;
  color: #fff;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 1px;
  top: 1px;
  outline: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_container button.search-button i {
  display: block;
  margin: auto;
}

.search_container button.search-clear {
  cursor: pointer;
  border: none;
  background:none;
  color: #000;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 30px;
  top: 1px;
  outline: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight:bold;
}

.image_box_outer {
  height: auto;
  position: relative;
  width: 100%;
}

.image_box_outer::before {
  content: '';
  display: block;
  padding-top: 62%;
}

.image_box_outer .image_box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.event-list {
  margin-bottom: 30px;
}

#information {
  margin-top: -12px;
}

#index ul.information-area {
  /* height: 200px; */
  max-height: 200px; /* 最大高さを設定 */
  overflow-y: scroll;
  border: 1px #aaa solid;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
}

#exhibition ul.information-area {
  height: 100px;
  overflow-y: scroll;
  border: 1px #aaa solid;
  padding: 30px;
  margin-bottom: 20px;
}

ul.information-area li {
  padding: 0 0 10px 0;
}

.bg-fff {
  background-color: #fff;
}

.bg-eee {
  background-color: #eee;
}

.category-card {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 5px 30px 0;
  padding: 20px;
  border: 2px #aaa solid;
}

.category-card select {
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 7px 0 7px 5px;
  font-size: 14px;
}

.category-list li ul {
  padding-left: 25px;
}

#accordion_menu>li {
  /*    border: #ccc 1px solid;
    margin-bottom: -1px;*/
  border-bottom: #aaa 1px dotted
}

#accordion_menu>li:last-child {
  border-bottom: none;
}

#accordion_menu a {
  color: #333;
}

#accordion_menu a:hover {
  color: #f00;
}

#accordion_menu a[data-toggle="collapse"] {
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

#accordion_menu a[data-toggle="collapse"]:hover {
  background: #e7e7e7;
}

#accordion_menu a[data-toggle="collapse"]::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #333 1px solid;
  border-right: #333 1px solid;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#accordion_menu a[aria-expanded=false]::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

#accordion_menu a[aria-expanded=true]::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

[id^="menu"] li {
  padding: 10px 0px 10px 0px;
}

.single-blog a:hover {
  opacity: 0.5;
}

.list-page .product-card,
.list-page-vertical .product-card {
  margin-bottom: 0px;
}

.product-card {
    border: solid 0.25px;
    border-color: #b0b0b3;
    margin-top: -1px;
    margin-left: -1px;
    padding-left: 0px;
    padding-right: 0px;
}

.list-page .single-blog,
.list-page-vertical .single-blog {
  padding-bottom: 10px;
  position: relative;
  /* height:100%; */
  margin-bottom: 0px;
}

.list-page .single-blog .favorite-btn {
  /* position:absolute;
  bottom:35px;
  left:0px; */
  margin-top: 10px;
}

div.pager {
  margin-bottom: 70px;
}

.caegory-area h3 {
  background-color: #555;
  color: #fff;
  padding: 5px 0 5px 10px;
  margin-bottom: 40px;
}

#favorite_list .caegory-area h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

#proposal_list .caegory-area h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.caegory-area h4 {
  margin-bottom: 10px;
}

.caegory-area h4:before {
  content: "■";
}

table.cart-table {
  width: 100%;
  border: #aaa 1px solid;
}

#cart table.cart-table {
  margin-bottom: 30px;
}

table.cart-table tr {
  border-bottom: #aaa solid 1px;
  padding: 5px 10px;
}

table.cart-table tr:last-child {
  border-bottom: none;
}

table.cart-table th {
  text-align: center;
  background-color: #eee;
}

table.cart-table th,
table.cart-table td {
  padding: 3px 5px;
  border-right: #aaa solid 1px;
}

table.cart-table td a {
  color: #3399ff;
  text-decoration: underline;
}

table.cart-table th:last-child,
table.cart-table td:last-child {
  border-right: none;
}

table.cart-table th.id {
  width: 125px;
}

table.cart-table th.price-customer,
table.cart-table th.price-shop {
  width: 100px;
}

table.cart-table th.amount {
  width: 75px;
}

table.cart-table th.total-price {
  width: 110px;
}

#comparison .caegory-area {
  margin-bottom: 70px;
}

#comparison table.cart-table {
  font-size: 13px;
  line-height: 130%;
}

#comparison table.cart-table th,
#comparison table.cart-table td {
  padding: 1px 3px;
}

#comparison table.cart-table th.id {
  width: 100px;
}

#comparison table.cart-table th.price-customer,
#comparison table.cart-table th.price-shop {
  width: 70px;
}

#comparison table.cart-table th.amount {
  width: 60px;
}

#comparison table.cart-table th.total-price {
  width: 90px;
}

div.collapse {
  padding: 0px
}

div.collapse table.cart-table {
  margin: 0 !important
}

table.cart-table a.badge-secondary {
  color: #FFF !important;
  text-decoration: none;
  margin: 5px 0;
}

ul.information-area li img {
  height: 22px;
  width: auto;
}

table.this-time td {
  background-color: #fff5f5;
}

#cart .cart-table-responsive td.price-customer,
#cart .cart-table-responsive td.price-shop,
#cart .cart-table-responsive td.amount,
#cart .cart-table-responsive td.total-price {
  text-align: right;
}

@media (max-width: 768px) {
  #cart .cart-table-responsive tr:first-child {
    display: none;
  }

  #cart .cart-table-responsive td {
    display: inline-block;
    border: none;
  }

  #cart .cart-table-responsive td.id,
  #cart .cart-table-responsive td.name {
    width: 100%;
  }

  #cart .cart-table-responsive td.price-customer,
  #cart .cart-table-responsive td.price-shop,
  #cart .cart-table-responsive td.amount,
  #cart .cart-table-responsive td.total-price {
    width: 50%;
    text-align: left;
  }

  #cart .cart-table-responsive td.id:before {
    content: "【品番】";
  }

  #cart .cart-table-responsive td.name {
    padding-left: 4.3em;
    text-indent: -4em;
  }

  #cart .cart-table-responsive td.name:before {
    content: "【品名】";
  }

  #cart .cart-table-responsive td.price-customer:before {
    content: "【上代単価】";
  }

  #cart .cart-table-responsive td.price-shop:before {
    content: "【卸単価】";
  }

  #cart .cart-table-responsive td.amount:before {
    content: "【注文数】";
  }

  #cart .cart-table-responsive td.total-price:before {
    content: "【卸合計】";
  }
}

/* ここから発注履歴 */
#history table.cart-table {
  margin-bottom: 50px;
}

#history .history-table-responsive td.total-price {
  text-align: right;
}

@media (max-width: 768px) {
  #history .history-table-responsive tr:first-child {
    display: none;
  }

  #history .history-table-responsive td {
    display: inline-block;
    border: none;
  }

  #history .history-table-responsive td.no,
  #history .history-table-responsive td.kkt-date {
    width: 100%;
    text-align: left;
  }

  #history .history-table-responsive td.total-price {
    width: 100%;
    text-align: left;
  }

  #history .history-table-responsive td.no:before {
    content: "【発注番号】";
  }

  /* #history .history-table-responsive td.kkt-date{
	padding-left:4.3em;
	text-indent:-4em;
} */
  #history .history-table-responsive td.kkt-date:before {
    content: "【確定日付】";
  }

  #history .history-table-responsive td.total-price:before {
    content: "【卸合計】";
  }
}

/* 商品詳細画面の日付選択DatePicker */
.ui-datepicker {
  z-index: 3 !important;
}

/* 提案一括登録用モーダル画面内赤字メッセージ用 */
#teianBulkComment {
  color: red;
  font-size: 0.8rem;
  line-height: 1.5;
  padding-bottom: 1rem
}

.file-download-start {
  margin-top: 10px;
}

.file-download {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 2px #aaa solid;
  margin-left: 10px;
}

.file-download-label {
  position: absolute;
  margin-left: -40px;
  padding-right: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  transform: translateY(-100%);

}

.file-download button {
  margin-right: 15px;
  padding: 7px 7px 7px 7px;
}

/* .container-cross {
  width: 80%;
  padding-right: 30px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
} */

.search-btn {
  margin-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.05rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.container-cross {
  width: 83%;
  /* position: relative; */
  height: 100%;
}

.container-main {
  height: 0;
  width: 100%;
  padding-bottom: 80px;
}

.container-main {
  .simplebar-track .simplebar-scrollbar.simplebar-visible::before{
    opacity:1;
  }
  .simplebar-scrollbar::before {
    background: #888;
    width: 5px;
    border-radius: 0;
    margin-right: 10px;
  }
}

.container-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  top: 0;
  right: 0;
  position: fixed;
  width: 83%;
  background-color: white;
  overflow: hidden;
  z-index: 10;
}

@media (min-width: 1368px) {
  .search-content {
    display: none;
  }

  .maincontainer-cross {
    display: flex;
    height: 100dvh;
    margin-top: 0px;
  }
}

@media (min-width: 832px) {
  .iconokini {
    display: none;
  }
  .checkokini{
    display: inline;
  }
}
@media (max-width: 832px) {
  .checkokini {
    display: none;
  }
  .iconokini{
    display: inline;
  }
}
@media (max-width: 1367px) {
  .container-cross-sub{
    display: none;
  }

  .container-cross {
    width: 100%;
  }

  .container-header {
    width:100%;
  }
}

@media(max-width: 430px) {
  .footer-area {
    background-color: #000;
    color: #fff;
    font-size: 0.7rem;
  }

  .breadcrumb-area {
    font-size: 10px;
  }
}

.container-breadcrumb{
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-cross-sub {
  width: 17%;
  background-color: #efefef;
}

.search-main::-webkit-scrollbar {
  width: 3px;
}

.search-main::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.search-main::-webkit-scrollbar-thumb {
  background: #888;
}

.search-main::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.search-content {
  margin: 0;
  padding: 0;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #efefef !important;
}

.maincontainer-cross>aside {
  width: 300px;
  height: 100%;
  top: 0;
  left: -430px;
  position: fixed;
  z-index: 99;
}

.maincontainer-cross>aside ul {
  margin: 0;
  padding: 0;
  left: 140px;
  position: absolute;
  background-color: #efefef;
}

.maincontainer-cross>aside li {
  margin-right: 10px;
  list-style: none;
}

.maincontainer-cross>aside i {
  background-color: rgba(0, 0, 0, 0.593);
  display: block;
  position: absolute;
  top: 190px;
  left: 290px;
  width: 50px;
  margin: 0;
  padding: 0;
  border-radius: 0 5px 5px 0;
}

.aside-search-footer{
  bottom: 0;
  position: sticky;
  background-color: #efefef;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 10;
}

.searchform {
  height: 500px;
  width: 290px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

aside li a {
  color: #fff;
}

/* .iconokini{
  margin-right: -40px;
} */

.maincontainer-cross {
  display: flex;
  height: 100dvh;
  margin-top: -12px;
}

.crossbutton {
  margin-bottom: 10px;
}

.catarog_h {
  margin-bottom: 10px;
  margin-top: 10px;
}

.catarog_moneys {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.catarog_money{
  width: 42%;
  font-size: 13px;
}

.catarog_ymlayout {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 13px;
}

.catarog_ym {
  width: 42%;
}

.catarog_hinlayout {
  margin-bottom: 10px;
  margin-top: 10px;
  /* display: flex; */
  align-items: center;
  margin-left: 10px;
}

.search-main{
  width: 100%;
  height: calc(100dvh - 40px);
  overflow-y: auto;
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 90px;
}

.search-footer{
  bottom: 0;
  position: sticky;
  background-color: #efefef;
  margin-top: -25px;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 10;
}

a.btn01,
input.btn01 {
  display: block;
  white-space: nowrap;
  text-align: center;
  width: 100px;
  height: 40px;
  margin-right: 30px;
  padding: 10px 0;
  border: 2px solid #000000;
  background-color: #d3eff5;
  font-size: large;
  color: #000000;
  transition: 0.5s;
}

a.btn01:hover,
input.btn01:hover {
  color: #fff;
  background: #dddddd;
}

label input {
  display: none;
}

input[type="checkbox"]:checked+span {
  color: #fff;
  background-color: #aaaaaa;
}

span.cateitem {
  margin-right: 5px;
  background-color: #ffffff;
  font-size: 12px;
  border: 1px solid #333;
  display: block;
  margin: auto;
  padding: 10px 15px;
  font-weight: bold;
  transition: 0.5s;
  border-radius: 5px;
}

span.cateitem:hover {
  color: #fff;
  background: #dfdfdf;
}

@media (max-width: 1180px) {

  .kikan_nhn_search {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .nouhinbi {
    margin-right: 200px;
  }

  .start-nhn,
  .end-nhn,
  .nhn-search-button {
    margin: 25px;
  }

  .nhn-search-button {
    margin-left: 60px;
  }

}

.hc-nhn {
  padding-right: 15px;
  padding-left: 15px;
}

.hc-nhn-table {
  width: 4500px !important;
  table-layout: fixed;
}

.hc-nhn-category-area {
  width: 100% !important;
  max-height: 80% !important;
  overflow: scroll !important;
  border: 1px solid #888888 !important;
}

table.hc-nhn-table th {
  position: sticky;
  top: 0;
}

#menu-container {
  position: relative;
  width: 100%;
}

.details-content {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  background-color: black;
  z-index: 10;
  width: 90px;
}

.details-content.active {
  display: block;
}

#ordersheet-icon {
  display: none;
}

@media (max-width: 1180px) {
  .nav-menu li {
    width: 75px;
  }

  .details-content {
    width: 75px;
  }

  #ordersheet-upload {
    display: none;
    font-size: 11px;
  }

  #ordersheet-icon {
    display: inline-block;
  }

  .nav-menu a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    outline: none;
  }
}

.page_top {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  background: #333;
  opacity: 0.5;
  border-radius: 50%;
}

.page_top:hover {
  opacity: 1;
}

.page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.page_top i::before {
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.responsive-title {
    text-align: center;
    /* margin-left: -35px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: -12px;
    font-size: 24px; /* デフォルト（PC） */
}

.responsive-okni-lbl {
    font-size: 16px; /* デフォルト（PC） */
}

.responsive-okni-select {
    font-size: 12.6px; /* デフォルト（PC） */
}

.responsive-select-btn {
    font-size: 14.4px; /* デフォルト（PC） */
    height: calc(1.5em + 0.5rem + 2px);
    padding: 5px;
}

.step1,
.step2 {
    font-size: 12px; /* デフォルト（PC） */
}

@media screen and (max-width: 768px) {
    .responsive-title {
        font-size: 20px;
    }
    .responsive-okni-lbl {
        font-size: 14px;
    }
    .responsive-okni-select {
        font-size: 10.6px;
    }
    .responsive-select-btn {
        font-size: 12.4px;
    }
    .step1,
    .step2 {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 480px) {
    .responsive-title {
        font-size: 16px;
    }
    .responsive-okni-lbl {
        font-size: 12px;
    }
    .responsive-okni-select {
        font-size: 10.6px;
    }
    .responsive-select-btn {
        font-size: 10.4px;
    }
    .step1,
    .step2 {
        font-size: 10px !important;
    }
}

.pick-up-image img {
    max-width: 100%;
    height: auto;
}

.card-col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

a.acButton{
    border:none;
    margin-left: auto;
    font-weight:600;
    font-size: large;
    position:relative;
    color:#555555;
}

a.acButton:hover{
    color:#555555;
}

.object-fit-contain {
  object-fit: contain;
  object-position:left
}

.exhibition-top-img:hover img {
  transform: none;
}
