/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
	¾¦ÉÊ¾ÜºÙ
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.single-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 740px;
  margin: clamp(20px, 2.5rem + (1vw - 3.75px) * 6.0606, 40px) auto 0;
  padding: 0 var(--gatter);
}
@media screen and (min-width: 960px) {
  .single-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    gap: 0;
    max-width: var(--standard);
  }
}
@media screen and (min-width: 1200px) {
  .single-container {
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .single-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 47%;
  }
  .single-left .sticked {
    position: sticky;
    top: 130px;
    left: 0;
    margin-bottom: 60px;
  }
}

.single-slide {
  margin-bottom: 20px;
}
.single-slide img {
  margin: 0 auto;
  transition: 0.4s;
}
.single-slide img:hover {
  cursor: pointer;
  opacity: 1.0;
}

.slider-nav img {
  display: block;
  padding: 0 10px;
  transition: 0.4s;
}
.slider-nav img:hover {
  cursor: pointer;
  opacity: 1.0;
}
@media screen and (min-width: 960px) {
  .single-right {
    width: calc(53% - 40px);
  }
}

.single-ttl {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: clamp(18px, 1.125rem + (1vw - 3.75px) * 0.4848, 22px);
  font-weight: 700;
  color: #000;
  line-height: 1.35;
  word-break: normal;
}
.single-ttl .icon {
  display: block;
}
.single-ttl .inside {
  display: inline-block;
  margin-bottom: clamp(5px, 0.3125rem + (1vw - 3.75px) * 0.6061, 10px);
  padding: 5px 10px;
  border: 1px solid #ED6503;
  color: #ED6503;
  font-size: clamp(12px, 0.625rem + (1vw - 3.75px) * 0.2424, 14px);
  line-height: 1;
}
.single-ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D3BDAF;
  content: "";
}
.single-ttl::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D3BDAF;
  content: "";
}

.single-kata {
  display: flex;
  gap: 25px;
  margin-bottom: clamp(20px, 2.1875rem + (1vw - 3.75px) * 3.0303, 45px);
  font-size: 17px;
  font-weight: 600;
}

.single-price-row {
  margin-bottom: clamp(30px, 1.875rem + (1vw - 3.75px) * 2.4242, 50px);
}
.single-price-row .label {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.single-price-row .price {
  font-size: clamp(24px, 1.125rem + (1vw - 3.75px) * 0.4848, 28px);
  line-height: 1.2;
  font-weight: 700;
}
.single-price-row .price.sale {
  color: #9E323A;
}
.single-price-row .regular {
  display: block;
  margin-top: 5px;
  line-height: 1;
  color: #333;
  font-size: 17px;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .single-price-row .label {
    font-size: 14px;
  }
  .single-price-row .regular {
    font-size: 14px;
  }
}

.single-num {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.single-num dt {
  margin-right: 25px;
  font-size: clamp(16px, 0.8125rem + (1vw - 3.75px) * 0.2424, 18px);
  font-weight: 400;
}
.single-num dd {
  display: flex;
}
.single-num input[type=text] {
  width: 82px;
  height: 48px;
  border: 1px solid #D3BDAF;
  text-align: center;
  font-size: clamp(18px, 0.8125rem + (1vw - 3.75px) * 0.2424, 20px);
}
.single-num .plus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #D3BDAF;
  border-left: 0;
  border-right: 0;
}
.single-num .plus a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.single-num .minus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #D3BDAF;
}
.single-num .minus a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.single-num a:hover {
  background: #FFF3E5;
}

.single-zaiko {
  margin-bottom: 20px;
  font-size: clamp(16px, 0.8125rem + (1vw - 3.75px) * 0.2424, 18px);
  font-weight: 600;
}

.single-cart {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.single-submit {
  width: calc(100% - 70px);
  max-width: 480px;
  height: 60px;
  border-radius: 8px;
  background: #ed6503;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: clamp(18px, 1.125rem + (1vw - 3.75px) * 0.2424, 20px);
  transition: 0.4s;
}
.single-submit:hover {
  box-shadow: none;
}

.single-cart p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 70px);
  max-width: 480px;
  height: 60px;
  border-radius: 8px;
  background: #A58671;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: clamp(18px, 1.125rem + (1vw - 3.75px) * 0.2424, 20px);
}

.favorite-button {
  display: block;
  width: 60px;
  height: 60px;
  background: url(https://file001.shop-pro.jp/PA01271/496/template2024/images/single/fav-off.svg) no-repeat center center;
  background-size: 34px;
  font-size: 5px;
  text-indent: -500px;
  overflow: hidden;
}
.favorite-button.fav-items {
  background: url(https://file001.shop-pro.jp/PA01271/496/template2024/images/single/fav-on.svg) no-repeat center center;
  background-size: 34px;
}

.single-share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  margin-bottom: clamp(35px, 3.75rem + (1vw - 3.75px) * 4.8485, 60px);
  text-align: center;
}
.single-share dt {
  font-weight: 500;
}
.single-share dd {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.single-share dd iframe {
  max-width: 100px;
}

.single-index {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: clamp(30px, 1.875rem + (1vw - 3.75px) * 2.4242, 50px);
  padding: clamp(20px, 1.25rem + (1vw - 3.75px) * 0.4848, 24px) 0;
  text-align: center;
  font-size: clamp(16px, 1rem + (1vw - 3.75px) * 0.2424, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.single-index .up::before {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #75431B;
  content: "";
}
.single-index .up::after {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 4px;
  left: 0;
  background: #9E323A;
  content: "";
}
.single-index .dn::before {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #75431B;
  content: "";
}
.single-index .dn::after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 4px;
  left: 0;
  background: #9E323A;
  content: "";
}

.single-desc-area {
  margin-bottom: 60px;
  font-size: clamp(16px, 0.875rem + (1vw - 3.75px) * 0.1212, 17px);
  line-height: 1.7;
}

.single-exerpt {
  margin-bottom: clamp(15px, 1.875rem + (1vw - 3.75px) * 2.4242, 25px);
  font-size: clamp(16px, 1rem + (1vw - 3.75px) * 0.2424, 18px);
  line-height: 1.50;
  font-weight: 500;
}

.single-inq {
  width: 100%;
  margin-bottom: clamp(60px, 3.75rem + (1vw - 3.75px) * 4.8485, 100px);
  padding: clamp(20px, 1.25rem + (1vw - 3.75px) * 1.2121, 30px);
  background: #FAFAFA;
  text-align: center;
}
.single-inq .lead {
  position: relative;
  display: inline-block;
  margin-bottom: clamp(20px, 1.25rem + (1vw - 3.75px) * 0.6061, 25px);
  margin-left: auto;
  padding: 0 0 0 50px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}
.single-inq .lead::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 38px;
  background: url(https://file001.shop-pro.jp/PA01271/496/template2024/images/single/icon-chat.svg) no-repeat;
  background-size: 40px;
  content: "";
}
.single-inq .button {
  margin-bottom: 0;
  text-align: center;
}

.single-review-unit {
  margin-bottom: 10px;
  padding: 25px 0 0;
  border: 1px solid #D3BDAF;
}
.single-review-unit .ttl {
  margin-bottom: 10px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.single-review-unit .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
  padding: 0 25px;
}
.single-review-unit .name {
  display: flex;
  gap: 1em;
  font-size: 15px;
}
.single-review-unit .txt {
  margin-bottom: 15px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.5;
}
.single-review-unit .txt p {
  margin-bottom: 0;
  line-height: 1.8;
}
.single-review-unit .img {
  margin: 0 0 25px 0;
  padding: 0 25px;
}
.single-review-unit .rep {
  padding: 25px;
  border-top: 1px solid #D3BDAF;
  font-size: 16px;
}
.single-review-unit .rep .index {
  margin-bottom: 15px;
  font-size: 16px;
}
.single-review-unit .rep p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

.single-review-all {
  display: block;
  margin-bottom: 30px;
  text-align: right;
}

.single-review-write {
  margin-bottom: clamp(80px, 5rem + (1vw - 3.75px) * 2.4242, 100px);
}
.single-review-write .sml {
  max-width: 238px;
}

.single-no-review {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.breadcrumb-single {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: flex-end;
}
.breadcrumb-single:last-child {
  margin-bottom: 0;
  padding: 0 0 clamp(15px, 0.9375rem + (1vw - 3.75px) * 1.2121, 25px);
}
.breadcrumb-single a {
  display: block;
  word-break: keep-all;
}
.breadcrumb-single li {
  position: relative;
  margin-right: 1.5em;
}
.breadcrumb-single li::after {
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 0.5em;
  content: ">";
}
.breadcrumb-single li:last-child::after {
  display: none;
}

.single-rel-area {
  position: relative;
}
.single-rel-area::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D3BDAF;
  content: "";
}
.single-rel-area::after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D3BDAF;
  content: "";
}
.single-rel-area .inside {
  max-width: 853px;
  margin: 0 auto;
  padding: clamp(40px, 2.5rem + (1vw - 3.75px) * 4.2424, 75px) var(--gatter) clamp(60px, 3.75rem + (1vw - 3.75px) * 4.8485, 100px);
}
.single-rel-area .products {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single-rel-area .product-unit {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .single-rel-area .products {
    flex-direction: row;
  }
}

#page-top {
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 60px;
  height: 60px;
  z-index: 1000;
}
#page-top img {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 960px) {
  #page-top {
    width: 70px;
    height: 70px;
  }
}

.single-none {
  display: block;
  margin: clamp(120px, 7.5rem + (1vw - 3.75px) * 9.697, 200px) auto;
  text-align: center;
  font-weight: 700;
}

.icon_star {
  float: left;
  width: 75px; /* À±5¸ÄÊ¬¤ÎÉ½¼¨ÎÎ°è */
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}