@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP&display=swap);

@font-face {
  font-family: 'lux-icons';
  src: url("/preview/fonts/lux-icons.woff2") format("woff2"), url("/preview/fonts/lux-icons.woff") format("woff"), url("/preview/fonts/lux-icons.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: block; 
}

@font-face {
  font-family: "MariSans";
  font-weight: 300;
  src: url('/preview/fonts/MariSans-Light.otf') format("opentype")
}

@font-face {
  font-family: "MariSans";
  font-weight: 400;
  src: url('/preview/fonts/MariSans-Regular.otf') format("opentype")
}

@font-face {
  font-family: "MariSans";
  font-weight: 600;
  src: url('/preview/fonts/MariSans-Bold.otf') format("opentype")
}

@font-face {
  font-family: "MariSlab";
  font-weight: 300;
  src: url('/preview/fonts/MariSlab-Light.otf') format("opentype")
}

@font-face {
  font-family: "MariSlab";
  font-weight: 400;
  src: url('/preview/fonts/MariSlab-Regular.otf') format("opentype")
}

@font-face {
  font-family: "MariSlab";
  font-weight: 600;
  src: url('/preview/fonts/MariSlab-Bold.otf') format("opentype")
}


/* CSS RESET*/
html, body, div, iframe, h1, h2, h3, h4, h5, h6, p, a,
img, dl, dt, dd, ol, ul, li, form, label, table, tr, th,
td, article, aside, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
}

body {
  height: 100%;
  font-family: 'MariSans', 'MariSlab', 'Noto Sans JP', Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background: #fff;
  color: #141414;
}

.item {
  width: 100%;
}

.main-image {
  margin-right: 25px;
  width: 185px;
}

.item-info {
  text-align: center;
}

.item:after {
  content: "";
  clear: both;
}

h1 {
  font-size: 30px;
  font-weight: normal;
}

#wrap {
  padding: 0 8.5%;
}

.item_no {
  font-size: 14px;
  margin-top: 15px;
  color: #707070;
  letter-spacing: 0.7px;
}

.content {
  margin-top: 107px;
}

.form-group {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

.text-center {
  text-align: center;
}

.close-btn-wrap {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

.close-btn {
  text-decoration: none;
  color: #333;
  margin-top: 20px;
}

.brand_name {
  font-size: 34px;
  line-height: normal;
  letter-spacing: 2.1px;
}

.select-caption {
  margin-top: 10px;
  font-size: 12px;
  display: block;
}

.item_price {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.05px;
  margin-top: 22px;
  letter-spacing: 2.1px;
}

.memo {
  font-size: 14px;
  line-height: 2.14;
  margin-top: 53px;
  letter-spacing: 0.05px;
}

#color-select {
  font-size: 10px;
  padding: 4px;
}

.area-dt {
  font-size: 20px;
  flex-basis: 23.8%;
}

.shop_content {
  margin-top: 51px;
  margin-bottom: 35px;
  border-bottom: solid 1px #ebebeb;
  border-top: solid 1px #ebebeb;
  padding: 30px 0 54px 20px;
}

.shop-wrap {
  margin-top: 20px;
}

.shop_content ul li:nth-child(2n) {}

.shop_content ul li {
  list-style-type: none;
}

.shop_content ul li a {
  color: #000;
  text-decoration: none;
}

.place_table {
  width: 100%;
}

.text-left {
  text-align: left;
}

.caution {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 13px;
  padding-left: 5px;
}

#custom {
  width: 495px;
  outline: none !important;
  border: 1px solid #333;
  font-size: 13px;
  border-radius: 3px;
  box-shadow: none;
  padding: 23px 14px;
  border: 1px solid #141414;
}

#custom .sod_label {
  padding-left: 6px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05px;
  background: none;
}

.sod_select .sod_option.selected {
  font-weight: normal;
}

span.sod_select .sod_option.selected:before {
  background: none;
  content: '✓';
  right: auto;
  left: 5px;
  top: 50%;
  margin-top: -6px;
}

span.sod_select:before {
  content: '';
  /* position: absolute;
  width: 5px;
  height: 5px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  right: 19px;
  top: 27px;
  transform: translateY( -50%) rotate( 315deg); */
  font-size: 20px;
  position: absolute;
  right: 24px;
  top: 58%;
  margin-top: -1rem;
  line-height: 1;
  pointer-events: none;
  color: inherit;
  content: '\E313';
  font-family: 'lux-icons';
  vertical-align: baseline;
  display: block;
  font-weight: 400;
  overflow: visible;
  speak: none;
  text-align: center;
  z-index: 1;
}

span.sod_select:after {
  content: "  ";
}

span.sod_label {
  background-image: url(/preview/stockData/images/icon_chevron_down.png);
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 12px 6px;
}

div.easy-select-box .esb-displayer {
  padding: 15px 16px 0 16px;
  border: 1px solid #333;
  background-image: none;
  color: #000;
  font-weight: 400;
  text-align: left;
  font-size: 13px;
  height: 30px;
}

.easy-select-box .esb-dropdown {
  background: #fff;
  border: 1px solid #333;
  display: none;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 999;
}

div.easy-select-box .esb-dropdown .esb-item {
  font-size: 13px;
  padding: 15px 16px 0 16px;
  border: none !important;
  outline: none !important;
  height: 30px;
}

.easy-select-box .esb-dropdown {
  border-top: 0 !important;
  border-left: 1px solid #333 !important;
  border-right: 1px solid #333 !important;
  border-bottom: 1px solid #333 !important;
}

.easy-select-box .esb-dropdown .esb-item:hover {
  background: #f7f7f7 !important;
  color: #333 !important;
  text-decoration: none;
}

.select-open {
  border-bottom: 0 !important;
  padding-bottom: 1px !important;
}

.shop-name {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.05px;
}

.stock-status {
  text-align: right;
  display: inline-block;
  width: 15%;
}

.shop-link {
  text-align: left;
  display: inline-block;
  width: 100%;
}

.sod_select.above span.sod_list_wrapper {
  bottom: initial;
}

.sod_select.above span.sod_list_wrapper, .sod_select span.sod_list_wrapper {
  top: -2px;
  left: 1px;
  width: 495px;
  background: #e2e4e6;
  border: 0;
}

@media (max-width: 480px) {
  .easy-select-box {
    width: 100% !important;
  }
  #custom {
    width: 100% !important;
  }
  .sod_select span.sod_list_wrapper {
    width: calc(100% + 2px) !important;
  }
  .stock-status {
    text-align: right;
    width: 25%;
  }
}

/* renewal */
.area-dt-wrap {
  display: flex;
}

.area-dd {
  flex-basis: 76.2%;
}

.area-dd ul {
  flex-basis: 70%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}

.shop-wrap+.shop-wrap {
  margin-top: 41px;
}

#custom .sod_option {
  font-size: 14px;
  letter-spacing: 0.05px;
  padding: 10px 21px;
  line-height: normal;
}

.item-not-handling {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  #wrap {
    padding: 0 7%;
  }
  .brand_name {
    font-size: 30px;
    line-height: 1.2;
  }
  .item_price {
    font-size: 29px;
    line-height: 1.38;
    margin-top: 17px;
    letter-spacing: 1.7px;
  }
  .content {
    margin-top: 59px;
  }
  .item_no {
    margin-top: 12px;
  }
  .memo {
    margin-top: 36px;
    line-height: 1.43;
  }
  .memo span:not(:first-child) {
    display: inline-block;
    margin-top: 10px;
  }
  .shop_content {
    margin-top: 41px;
    padding: 14px 0 41px 0;
  }
  .area-dt-wrap {
    display: block;
  }
  .area-dd ul {
    grid-template-columns: 1fr;
  }
  .area-dd {
    padding-top: 19px;
  }
  .area-dt {
    text-align: center;
  }
  .shop-wrap+.shop-wrap {
    margin-top: 24px;
  }
  #custom {
    padding: 18px 16px;
  }
  .form-group {
    margin-top: 37px;
  }
  span.sod_select:before {
    right: 14px;
    top: 32px;
  }
  .item-not-handling {
    margin-top: 37px;
  }
}