@charset "euc-jp";

.col {
  padding: 0;
}

.product article {
  width: 40rem;
}

.product__option-details:empty {
  height: 0;
}

.product__image {
  margin-bottom: 2rem;
}

.product__image-main {
  width: 472px;
  height: 472px;
  padding-right: 1em;
}

.product__image-main img.image__main {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.product__image-thumb {
  width: 9.5rem;
}

.product__image-thumb ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 0.5em;
}

.product__image-thumb ul li {
  max-width: 2rem;
  max-height: 2rem;
  cursor: pointer;
}

.image__thumb {
  opacity: 0.5;
}

.image__thumb--active {
  opacity: 1;
}

.product article > form {
  display: block;
  padding: 1.25rem 2rem 2rem;
  background-color: #edeae4;
}

.init-list__detail-num,
.btn__addcart {
  font-family: "Shippori Mincho", serif;
}

.product article h2 {
  margin: 0 0 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.product article h2.has-icon.new::before {
  content: url('https://www.tsuku-shin.jp/colorme/icon/new.svg');
  display: inline-block;
  padding-right: 0.25em;
  vertical-align: 3px;
}

.product article h2.has-icon.restock::before {
  content: url('https://www.tsuku-shin.jp/colorme/icon/restock.svg');
  display: inline-block;
  padding-right: 0.25em;
  vertical-align: 3px;
}

.product article h2 > span {
  display: block;
  font-size: 0.64em;
  font-weight: 600;
  line-height: 1.58;
}

.product article h2 .icon_new {
  vertical-align: baseline;
}

.product__price-part {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.86;
}

.product__price > span {
  font-size: 0.75em;
}

.btn__addcart {
  height: 60px;
  padding: 1rem 0 1.3rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.product__order {
  margin-top: 0.5rem;
}

.product__order .order {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  grid-gap: 2rem;
}

.product__order .order dt {
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1;
}

.init-list {
  margin: 0;
}

.init-list__detail > .inner {
  height: 2.25rem;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid #707070;
}

.init-list__detail .controler {
  position: relative;
  font-weight: 700;
}

.init-list__detail .controler::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 1rem;
  margin: auto;
  background-color: #b7b7b7;
}

.init-list__detail .controler:first-child::after {
  right: 0;
}

.init-list__detail .controler:last-child::after {
  left: 0;
}

.init-list__detail > .inner a:focus {
  color: #000000;
  text-decoration: none;
}

.init-list__detail > .inner > * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.init-list__detail-num {
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 1.25rem;
}

.init-list__detail > .inner.disabled,
.init-list__detail > .inner.disabled input {
  -webkit-text-fill-color: #B7B7B7;
  color: #B7B7B7;
  opacity: 1;
}

.product__explain {
  margin: 2rem 0 0;
  font-size: 1rem;
  line-height: 1.875;
}

.product__explain > *:first-child {
  margin-top: 0;
}

.product__explain h3 {
  display: block;
  margin: 1.45em 0 0.75em;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1;
}

.product__explain h3::before {
  content: "ąŁ";
  color: #ee4b13;
}

.product__explain p {
  margin: 1rem 0;
}

.product__explain img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1rem auto;
}

.product__explain p > img {
  margin-bottom: 0;
}

.product__explain .is-inline > * {
  display: inline-block;
  width: fit-content;
}

.product__explain iframe[src^="https://www.youtube.com"] {
  width: 640px;
  height: calc(640px * 0.5625);
}

.product__explain .hidden {
  display: none;
}

ul.product__related-list {
  margin: 1.5rem 0 2.5rem 0.5em;
  font-size: 0.8125rem;
  line-height: 2.15;
  list-style: none;
}

.product__related-list li > a {
  display: inline-block;
}

.product__related-list li > a::before {
  content: "";
  position: relative;
  right: 0.6em;
  bottom: 1px;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform: rotate(45deg);
}

.product__social-list {
  text-align: center;
}

.product__social-list li {
  display: inline-block;
}

.product__social-list li + li {
  margin-left: 1rem;
}

.taglist {
  margin-top: 5rem;
  padding: 2.5rem 0;
  border-top: 1px solid #707070;
  font-size: 0;
}

.taglist h3 {
  margin: 0 auto 1em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.taglist a {
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 3px 6px 5px 8px;
  border: 1px solid #000000;
  font-size: 0.875rem;
}

.suggest {
  margin-top: 0;
}

.product__model {
  color: #edeae4;
}

.product__image-main {
  text-align: center;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #edeae4;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #707070;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #707070;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 1rem;
  list-style: none;
}

input.init-list__detail-num {
  height: 2.25rem;
  border-radius: 0;
}

input.init-list__detail-num[disabled] {
  background: none;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
}

.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}

.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

ol#breadcrumb > li {
  margin-bottom: 1.25rem;
}

ol#breadcrumb span > img {
  display: none!important;
}

ol#breadcrumb span > span {
  visibility: hidden;
  font-size: 0;
}

ol#breadcrumb.translate span[glot-model^=name-pid_] {
  font-size: 0;
  visibility: hidden;
}

ol#breadcrumb.translate span > span {
  visibility: visible;
  font-size: 0.75rem;
}

.product .related-products {
  margin-top: 5rem;
}

.product .related-products h2 {
  margin: 0;
  padding: 0.5rem 1.25rem 0.7rem;
  background: #606060;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}

.product .related-products ul {
  list-style: none;
  padding: 1rem 0 4rem;
  font-size: 1.125rem;
  line-height: 1.35;
}

.product .related-products li + li {
  border-top: 1px solid #DBDBDB;
}

.product .related-products li > a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5rem 2rem 1.5rem 0;
}

.product .related-products a > span {
  display: block;
  margin-left: auto;
  padding-right: 1rem;
}

.product .related-products a {
  position: relative;
}

.product .related-products a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background-image: url('https://www.tsuku-shin.jp/colorme/icon/arrow_circle.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.product .related-products + .taglist {
  margin-top: 0;
}