h3 {
  padding: 0 10px;
  font-size: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.banners {
  height: 160px;
  background: #cacaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px;
}

.banners img {
  width: 100%;
  height: auto;
  display: block;
}

.detail {
  margin: 64px auto 0;
  width: 1080px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.images {
  width: 476px;
}

.images .inner {
  width: 476px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 1s ease;
  transition: top 1s ease;
}

.images .inner > div {
  width: 100%;
  height: 329px;
}

.images .inner > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.images .inner img {
  width: 100%;
  height: auto;
}

.infos {
  width: 476px;
  margin-top: 24px;
}

.infos .title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 28px;
  font-weight: 600;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.infos .price {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 32px;
}

.infos .price::before {
  content: '΄σΙνΆβ³Ϋ';
  display: block;
  font-size: 14px;
  line-height: 1.71429;
  color: #8e8e8e;
}

.infos .price span {
  color: #DD4827;
  font-size: 28px;
  line-height: 0.85714;
}

.infos .price span::before {
  content: '‘ο';
  font-size: 24px;
}

.infos .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.infos .details p + br {
  display: none;
}

.infos .desc,
.infos .details p {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 32px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
}

.infos .details .memo {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  font-size: 0.9em;
}

.infos .table1 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.infos .btn {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.infos .table2 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-top: 80px;
}

.infos .table2 + .table2 {
  margin-top: 56px;
}

.infos .banners {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.infos .notices {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 40px;
  padding: 15px 20px;
  background-color: #F6F4F0;
}

.infos .notices li {
  text-indent: -1.0em;
  margin-left: 1.0em;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
}

.infos .notices li::before {
  content: '’¨';
}

.infos .voices {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
  margin: 2em 0;
  position: relative;
}

.infos .voices::before, .infos .voices::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.infos .voices::before {
  width: calc(100% - 32px);
  left: 16px;
  background: repeating-linear-gradient(to right, #F0EADD, #F0EADD 5px, transparent 3px, transparent 10px);
}

.infos .voices .inner {
  margin: 14px 0;
  padding: 12px 27px;
  background-color: white;
  z-index: 1;
  position: relative;
}

.infos .voices .inner::before, .infos .voices .inner::after {
  content: '';
  display: block;
  width: 14px;
  height: calc(100% + 28px);
  position: absolute;
  left: 0;
  top: -14px;
  z-index: 0;
  background: repeating-linear-gradient(to bottom, #F0EADD, #F0EADD 5px, transparent 3px, transparent 10px);
}

.infos .voices .inner::after {
  left: unset;
  right: 0;
}

.infos .voices h3 {
  text-align: center;
  color: #B1871B;
  letter-spacing: 0.05em;
}

.infos .voices .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: .3em;
}

.infos .voices .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
}

.infos .voices .icon img {
  width: 100%;
  height: auto;
  display: block;
}

.infos .voices .voice {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  position: relative;
  margin-left: 32px;
}

.infos .voices .voice::before {
  border: solid transparent;
  content: '';
  width: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
}

.infos .voices .voice p {
  margin: 0;
  padding: .9em;
  background: #F0EADD;
  border-radius: 1.5em;
  font-size: 1em;
}

.thumbs {
  margin: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.thumbs .thumb {
  width: calc(20% - 16px * 4 / 5);
  height: 56px;
  opacity: .7;
  overflow: hidden;
  cursor: pointer;
  background: #ddd;
  margin-right: calc(16px * 5 / 5);
}

.thumbs .thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  display: block;
}

.table1 {
  border-top: thin solid #eaeaea;
  border-bottom: thin solid #eaeaea;
  padding: 24px 0;
  margin: 40px 0;
}

.table1 table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6875;
  letter-spacing: 0.05em;
}

.table1 th {
  color: #B1871B;
  border-right: thin solid #eaeaea;
  text-align: left;
  font-weight: 400;
}

.table1 td {
  padding-left: 40px;
}

.table2 table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: thin solid #eaeaea;
  margin-top: 18px;
}

.table2 th, .table2 td {
  border-top: thin solid #eaeaea;
  padding: 24px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71429;
  letter-spacing: 0.05em;
}

.table2 th {
  text-align: left;
  color: #B1871B;
  width: 180px;
  white-space: nowrap;
}

.table2 td {
  word-break: break-all;
  padding-left: 40px;
  padding-right: 40px;
}

.table2 td span {
  vertical-align: super;
  font-size: .65em;
}

.table_note {
  font-size: 12px;
  line-height: 1.66667;
  letter-spacing: 0.05em;
  margin-top: 16px;
  text-align: right;
}

.invalid_cart {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  border-style: solid;
  border-width: thin;
  padding: 8px;
  text-align: center;
}

.invalid_cart.not-logged-in {
  border-color: transparent;
}

.invalid_cart.not-logged-in a {
  text-decoration: underline;
}

.invalid_cart.no-stock {
  border-color: #DD4827;
  background-color: rgba(221, 72, 39, 0.1);
}

#products .inner {
  padding: 120px 0 0;
}

#products .btn {
  margin: 120px 0;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1080px;
  margin: 80px auto 0;
}

.products li {
  width: calc(1 / 3 * 100% - 20px * 2 / 3);
}

.products li a {
  display: block;
}

.products li img {
  width: 100%;
  height: auto;
  display: block;
}

.products li div {
  word-break: break-all;
}

.products li .img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.products li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.products li .area {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.76923;
  letter-spacing: 0.1em;
}

.products li .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  line-height: 1.6875;
  letter-spacing: 0.1em;
}

.products li .price {
  font-size: 18px;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  margin-top: 22px;
}

#related {
  background-color: #FBFBFD;
  margin-top: 120px;
  padding: 80px 0;
}

#related .btn {
  margin: 80px 0;
}

@media screen and (min-width: 751px) {
  .infos .details .memo {
    text-align: center;
  }
  .infos .voices .voice::before {
    top: 60%;
    right: 100%;
    margin-top: -12px;
    border-width: 8px 16px;
    border-right-color: #F0EADD;
  }
  .thumbs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .thumbs .thumb:nth-child(n + 6) {
    margin-top: 10px;
  }
  .thumbs .thumb:nth-child(5n) {
    margin-right: 0;
  }
  .thumbs .thumb > div {
    display: none !important;
  }
  .thumbs .thumb:hover, .thumbs .thumb.active {
    opacity: 1;
  }
  .table1 th {
    white-space: nowrap;
    padding-right: 1em;
    vertical-align: top;
  }
  .infos .details .table2 td br + br {
    display: block;
  }
  .table2 + .table2 th {
    width: 130px;
    white-space: normal;
  }
  .products li:nth-child(3n + 2):last-child {
    margin-right: calc(1 / 3 * 100% + 20px * 1 / 3);
  }
  .products li:nth-child(n + 4) {
    margin-top: 48px;
  }
  .products li {
    width: calc(25% - 20px * 3 / 4);
  }
  .products li:nth-child(n + 4) {
    margin-top: 0;
  }
  .products li .img {
    height: 176px;
  }
}

@media screen and (max-width: 750px) {
  h3 {
    padding: 0;
    font-size: 4.8vw;
    line-height: 1.44444;
  }
  .banners {
    height: auto;
    min-height: 26.66667vw;
    margin-top: 10.66667vw;
  }
  .detail {
    margin: 0;
    width: 100%;
    display: block;
  }
  .images {
    width: 100%;
  }
  .images .inner {
    width: 100%;
    position: relative;
    top: 0 !important;
  }
  .images .inner > div {
    display: none;
  }
  .images .inner > img {
    display: none;
  }
  .infos {
    width: 100%;
    margin: 0;
    padding: 0 4.26667vw;
  }
  .infos .title {
    font-size: 5.33333vw;
    line-height: 2;
    margin-top: 10.66667vw;
  }
  .infos .price {
    margin-top: 10.66667vw;
  }
  .infos .price::before {
    font-size: 3.46667vw;
    line-height: 1.84615;
  }
  .infos .price span {
    font-size: 7.46667vw;
    line-height: 0.85714;
  }
  .infos .price span::before {
    font-size: 6.4vw;
  }
  .infos .desc,
  .infos .details p {
    margin-top: 8.53333vw;
    font-size: 3.73333vw;
    line-height: 2;
  }
  .infos .table2 {
    margin-top: 21.33333vw;
  }
  .infos .table2 + .table2 {
    margin-top: 10.66667vw;
  }
  .infos .notices {
    margin-bottom: 10.66667vw;
  }
  .infos .voices .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .infos .voices .voice {
    margin-left: 0;
    margin-top: 2em;
  }
  .infos .voices .voice::before {
    border-width: 4.26667vw 6.93333vw;
    border-bottom-color: #F0EADD;
    bottom: 100%;
    left: 50%;
    margin-left: -6.4vw;
  }
  .thumbs {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    counter-reset: thumbs;
  }
  .thumbs .thumb {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100vw;
    height: auto;
    opacity: 1;
    margin: 0;
    font-size: 0;
    position: relative;
    background: #fff;
  }
  .thumbs .thumb img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .thumbs .thumb > div {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    right: 2.66667vw;
    top: 2.66667vw;
    padding: 1.33333vw 2.13333vw;
    z-index: 1;
    color: #fff;
    background-color: #B1871B;
    border-radius: 0.8vw;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
  .thumbs .thumb > div::before {
    counter-increment: thumbs;
    content: counter(thumbs);
  }
  .table1 {
    margin: 10.66667vw 0;
    padding: 4.26667vw 2.13333vw;
  }
  .table1 table {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .table1 th {
    width: 80px;
    padding-right: 0vw;
  }
  .table1 td {
    padding-left: 4.26667vw;
  }
  .table1 tr + tr th,
  .table1 tr + tr td {
    padding-top: 4.26667vw;
  }
  .table2 table {
    margin-top: 4.8vw;
  }
  .table2 th, .table2 td {
    padding: 4.26667vw 2.13333vw;
    font-size: 3.73333vw;
  }
  .table2 th {
    width: 26.66667vw;
  }
  .table2 + .table2 tr {
    display: block;
  }
  .table2 + .table2 th, .table2 + .table2 td {
    width: 100%;
    display: block;
  }
  .table2 + .table2 td {
    border: none;
    padding-top: 0;
  }
  .table_note {
    font-size: 3.2vw;
    margin-top: 4.26667vw;
  }
  .invalid_cart {
    padding: 2.13333vw;
    font-size: 3.73333vw;
  }
  #products .inner {
    padding-top: 14.93333vw;
  }
  #products .btn {
    margin: 12.8vw 0;
  }
  .products {
    width: 100%;
    margin-top: 8.53333vw;
    padding-left: 4.26667vw;
    padding-right: 4.26667vw;
  }
  .products li {
    width: calc(50% - 3.73333vw / 2);
  }
  .products li .img {
    height: 29.86667vw;
  }
  .products li .area {
    margin-top: 4.26667vw;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
  .products li .title {
    margin-top: 4.26667vw;
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .products li .price {
    margin-top: 3.73333vw;
    font-size: 4.8vw;
    line-height: 1.33333;
  }
  .products li:nth-child(n + 3) {
    margin-top: 10.66667vw;
  }
  #related {
    margin-top: 10.66667vw;
    padding: 12.8vw 0;
  }
  #related .btn {
    margin: 12.8vw 2.13333vw 0;
  }
}

@media all and (-ms-high-contrast: none\0) {
  .images .inner > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  .images .inner > div img {
    height: auto;
    display: block;
  }
}
