/* スマホのときはスライダー表示、テーブル非表示 */
@media screen and (max-width: 639px) {
  .color-picker {
    display: block !important;
  }
  .lineup {
    display: block !important;
  }
  .vetro-lineup-table {
    display: none !important;
  }
}
/* PCのときはテーブル表示、スライダー非表示 */
@media screen and (min-width: 639px) {
  .color-picker {
    display: none !important;
  }
  .lineup {
    display: none !important;
  }
  .vetro-lineup-table {
    display: table !important;
  }
}

.view-sp {
  display: block;
  text-align: center;
  margin: 0 auto;
}
h3.view-sp {
  font-family: "ShipporiMincho";
  font-size: calc(1.3rem * 1.6);
  margin: 2% auto;
  text-align: center;
}
h3.view-sp::after {
  align-content: center;
  content: "";
  flex-grow: 1 !important;
  margin: 0 calc(3rem * 1.6);
  height: 1px !important;
  background: #666 !important;
  display: block !important;
}
h3.view-sp::before {
  align-content: center;
  content: "";
  flex-grow: 1 !important;
  margin: 0 calc(3rem * 1.6);
  height: 1px !important;
  background: #666 !important;
  display: block !important;
}
p.view-sp {
  font-size: calc(0.9rem * 1.6);
  margin: 0 auto;
  text-align: center;
  padding: 2%;
}
.lineup {
  width: 90% !important;
  margin: 0 auto !important;
}
.lineup th {
  width: 50%;
}
/*.lineup td{width:60%;}*/
.lineup th,
.lineup td {
  padding-top: 3%;
  padding-bottom: 3%;
}
.nn {
  display: none;
}
.vetro-lineup-table {
  display: none;
}
.vetro-lineup-table-ttl {
  display: none !important;
}
.b-btn {
  width: 90% !important;
  margin: 2.5em auto 0 !important;
}
.lineup {
  display: block;
}
.color-picker {
  display: block;
}
.color-picker .slick-slide a {
  height: 80px;
}
.view-sp {
  display: none;
}
/*.color-picker .selected{border:1px solid #cecece; box-sizing:border }-box;}*/
.color-clear {
  box-sizing: border-box;
}
.color-red {
  background-color: #c93737;
}
.color-ginger {
  background-color: #907963;
}
.color-gold {
  background-color: #c3ac64;
}
.color-gray {
  background-color: #372923;
}
.color-blue {
  background-color: #060554;
}
.color-white {
  background-color: #ece7d7;
}
.color-rose {
  background-color: #bd8377;
}
.color-aqua {
  background-color: #47b5b0;
}
.color-peecock {
  background-color: #3c4a42;
}
.color-lightgreen {
  background-color: #669933;
}

.w-90p {
  width: 90%;
  margin: 0 auto;
}

a {
  display: block;
}

img {
  width: 100%;
  display: block;
}
/* font
------------------------------ */
@font-face {
  font-display: swap;
  font-family: "ShipporiMincho";
  src: url("https://lenoble.itembox.design/item/images/font/ShipporiMincho.eot?") format("eot"),
    url("https://lenoble.itembox.design/item/images/font/ShipporiMincho.woff") format("woff"),
    url("https://lenoble.itembox.design/item/images/font/ShipporiMincho.otf") format("opentype");
}

/* --------------------------------
* SP
* -------------------------------- */
@media screen and (min-width: 639px) {
  p,
  span {
    font-size: calc(1.2rem * 1.6);
    text-align: left;
  }
  h3.view-sp {
    font-family: "ShipporiMincho" !important;
    font-size: calc(2.5rem * 1.6) !important;
    margin: 2% auto;
    text-align: center;
  }
  /*-----------height調整----------*/
  .slick-slide {
    height: auto !important;
  }

  /*-----------矢印表示----------*/
  a.color-picker:hover {
    opacity: 10;
  }
  /*表示する文字周りの設定*/
}

/* --------------------------------
* モール
* -------------------------------- */
@media screen and (max-width: 840px) {
  .w-90p {
    width: 90% !important;
    margin: 0 auto;
  }
}

/* base
 ------------------------------ */
a {
  font-size: inherit;
}

table {
  width: 90%;
  height: auto;
  align-content: center;
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
  clear: both;
}

table.vetro-lineup-table th,
table.vetro-lineup-table td {
  border: 1px solid #4c4c4c;
  text-align: center;
  width: 120px;
  height: auto;
}
table.vetro-lineup-table th,
table.vetro-lineup-table td:first-child {
  padding: 0.3em;
}

table.vetro-lineup-table td {
  position: relative;
}

table.vetro-lineup-table th {
  font-weight: normal;
  color: #fff;
}

table.vetro-lineup-table th:nth-child(4),
table.vetro-lineup-table th:nth-child(7) {
  color: #444;
}

table.vetro-lineup-table tr:first-child th:first-child {
  background-color: #4c4c4c; /* 背景色 */
  background-image: linear-gradient(45deg, transparent 50%, #fff 49%, #fff 51%, transparent 51%, transparent);
  width: 7em;
  height: 7em;
  position: relative;
}

table.vetro-lineup-table tr:first-child th:first-child p:first-child {
  position: absolute;
  top: 0.2em;
  right: 0.4em;
  color: #fff;
}

table.vetro-lineup-table tr:first-child th:first-child p:last-child {
  position: absolute;
  bottom: 0.2em;
  left: 0.4em;
  color: #fff;
}

table.vetro-lineup-table tr:first-child th:nth-child(2) {
  box-sizing: border-box;
  background-color: #c13331;
}
table.vetro-lineup-table tr:first-child th:nth-child(3) {
  background-color: #baad9e;
}
table.vetro-lineup-table tr:first-child th:nth-child(4) {
  background-color: #faf3bb;
}
table.vetro-lineup-table tr:first-child th:nth-child(5) {
  background-color: #3f3f3f;
}
table.vetro-lineup-table tr:first-child th:nth-child(6) {
  background-color: #060554;
}
table.vetro-lineup-table tr:first-child th:nth-child(7) {
  background-color: #fff;
}
table.vetro-lineup-table tr:first-child th:nth-child(8) {
  background-color: #d5b09a;
}
table.vetro-lineup-table tr:first-child th:nth-child(9) {
  background-color: #3c928c;
}
table.vetro-lineup-table tr:first-child th:nth-child(10) {
  background-color: #39838a;
}
table.vetro-lineup-table tr:first-child th:nth-child(11) {
  background-color: #669933;
}

.ttlItems-vetro {
  overflow: hidden;
  padding: 0;
  width: 80%;
  margin: 1em auto;
  display: table;
}

.ttlItems-vetro li {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
}

h2 + p {
  width: 40%;
  margin: 2em auto 0.5em;
}

.b-section {
  width: 90%;
  margin: 4.5em auto 0;
}

.b-section a {
  text-decoration: none !important;
}

.b-section h3 {
  font-size: 3.5vw;
  margin-top: 0.8em;
  margin-bottom: 0.2em;
  text-align: left;
}

.b-btn {
  border: 0.2em solid #d3a126 !important;
  color: #d3a126 !important;
  text-align: center;
  width: 30%;
  padding: 1em;
  font-weight: bold;
  margin-top: 2.5em;
  margin-left: auto;
}

.vetro-lineup-table-ttl {
  font-family: "ShipporiMincho";
  padding: 0.3em 0.2em;
  text-align: left;
  font-size: calc(2rem * 1.6);
  display: block;
  margin-top: 0;
}

.f-table {
  display: table;
  width: 90%;
  margin: 4.5em auto;
}

.fc-table h3,
.fc-table p {
  width: 90%;
}

.f-table h3 {
  text-align: left;
  margin: 1em auto 0;
}

.f-table p:not(.b-btn) {
  margin: 0.7em auto 0;
}

.f-table a {
  text-decoration: none;
}

.f-table div.fc-table {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.f-table .b-btn {
  width: 60%;
}

.vetro-fot div:nth-child(2) {
  text-align: center;
  width: 35%;
  margin: 0 auto;
}

.vetro-fot p.times {
  font-family: "Times New Roman", Times, serif !important;
  font-weight: bold;
  text-align: center;
  font-size: 1.6em;
  margin-top: 0.3em;
  line-height: 1;
}

.vetro-fot p.times span {
  font-size: 0.7em;
  line-height: 1;
}

.vetro-fot p {
  width: 80%;
  margin: 0 auto;
}

.fot-span {
  width: 100%;
  padding: 1em;
  font-size: 1.6em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #d3a126;
}

.saletag {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
}
