/* Itemdetail Style
------------------------------------------------------------- */
.viewer-navbar .viewer-list > li {
  width: 68px;
  height: 50px;
  aspect-ratio: 15/11;
}
.p-itemDetailBody:not(:has(.s-content__sidebar)) #main.s-content__main {
  max-width: none;
}
#itemDetail #item_status_area {
  display: flex;
  gap: 5%;
  margin-bottom: 40px;
}
#itemDetail #item_status_area .left_box {
  width: 50%;
  min-width: 416px;
  float: none;
  flex-shrink: 0;
}
#itemDetail #item_status_area .left_box #targetarea {
  display: flex;
  gap: 3%;
}
#itemDetail #item_status_area .left_box #main_box {
  float: none;
  position: relative;
  width: 74%!important;
  min-width: 302px;
  height: auto!important;
}
#itemDetail #item_status_area .left_box .p-productDetailZoomIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #bfbfbf;
  pointer-events: none;
}
#itemDetail #item_status_area .left_box .p-productDetailZoomIcon::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iI2ZmZmZmZiIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0xNTYsMTEyYTEyLDEyLDAsMCwxLTEyLDEySDEyNHYyMGExMiwxMiwwLDAsMS0yNCwwVjEyNEg4MGExMiwxMiwwLDAsMSwwLTI0aDIwVjgwYTEyLDEyLDAsMCwxLDI0LDB2MjBoMjBBMTIsMTIsMCwwLDEsMTU2LDExMlptNzYuNDksMTIwLjQ5YTEyLDEyLDAsMCwxLTE3LDBMMTY4LDE4NWE5Mi4xMiw5Mi4xMiwwLDEsMSwxNy0xN2w0Ny41NCw0Ny41M0ExMiwxMiwwLDAsMSwyMzIuNDksMjMyLjQ5Wk0xMTIsMTgwYTY4LDY4LDAsMSwwLTY4LTY4QTY4LjA4LDY4LjA4LDAsMCwwLDExMiwxODBaIj48L3BhdGg+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
}
#itemDetail #item_status_area .left_box .img_box {
  box-sizing: border-box;
  width: 100%!important;
  height: auto!important;
  aspect-ratio: 300 / 220;
}
#itemDetail #item_status_area .left_box .img_box img {
  cursor: zoom-in;
  inset: 0;
  width: 100%!important;
  max-width: none!important;
  height: 100%!important;
  max-height: none!important;
  object-fit: cover;
}
#itemDetail #item_status_area .left_box ul.thumb {
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  width: 23%;
  min-width: 95px;
  margin-left: 0;
}
#itemDetail #item_status_area .left_box ul.thumb:has(li:nth-child(n+3)) {
  justify-content: space-between;
}
#itemDetail #item_status_area .left_box ul.thumb:after {
  content: none;
}
#itemDetail #item_status_area .left_box ul.thumb li {
  display: block;
  width: 100%;
  min-width: 95px;
  height: auto;
  margin: 0;
}
#itemDetail #item_status_area .left_box ul.thumb li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 220;
  overflow: hidden;
}
#itemDetail #item_status_area .left_box ul.thumb li img {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none!important;
  height: 100%;
  max-height: none!important;
  object-fit: cover;
  margin: 0;
}
#itemDetail #item_status_area .right_box {
  float: none;
  flex-grow: 1;
  width: 100%;
}
#itemDetail #item_status_area .p-itemDetailTitleArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
#itemDetail #item_status_area .p-itemDetailTitle {
  float: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: auto;
}
#itemDetail #item_status_area h2.p-itemDetailTitle__name {
  float: none;
  font-size: 20px;
  margin: 0;
}
#itemDetail #item_status_area .p-itemDetailTitle__icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
#itemDetail #item_status_area .p-itemDetailTitle__icon:after {
  content: none;
}
#itemDetail #item_status_area .p-itemDetailTitle__icon li {
  float: none;
  margin: 0;
}
#itemDetail #item_status_area .p-itemDetailTitle__icon li:not(:has(span)) {
  display: none;
}
#itemDetail #item_status_area .p-itemDetailTitle__icon li > span {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
#itemDetail #item_status_area .p-itemDetailTitleArea .category_logo {
  flex-shrink: 0;
  float: none;
  margin: 0;
}
#itemDetail #item_status_area .p-itemDetailTitleArea:after {
  content: none;
}
#itemDetail #item_status_area .p-itemDetailPrice {
  margin-top: 20px;
}
#itemDetail #item_status_area .p-itemDetailPriceHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#itemDetail #item_status_area .p-itemDetailTeikaPrice {
  display: flex;
  align-items: baseline;
}
#itemDetail #item_status_area .p-itemDetailTeikaPrice__title {
  flex-shrink: 0;
  font-size: 13px;
}
#itemDetail #item_status_area .p-itemDetailTeikaPrice__title::after {
  content: '：';
}
#itemDetail #item_status_area .p-itemDetailTeikaPrice__val {
  font-size: 18px;
  font-weight: bold;
}
#itemDetail #item_status_area:after {
  content: none;
}
#itemDetail #item_status_area table.p-itemDetailPriceTable {
  margin-top: 20px;
  margin-bottom: 0;
}
#itemDetail #item_status_area table.p-itemDetailPriceTable th {
  padding-top: 6px!important;
  padding-bottom: 6px!important;
  font-weight: bold;
  border-color: #ccc;
  background-color: #f4f4f4;
}
#itemDetail #item_status_area table.p-itemDetailPriceTable td {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center!important;
  font-size: 15px;
  border-color: #ccc;
}
#itemDetail #item_status_area table.p-itemDetailPriceTable td.price_td {
  font-weight: bold;
}
#itemDetail .p-itemDetailPrice #volume_discount_area .volume_discount_left_box {
  float: none;
  width: 100%;
}
#itemDetail .p-itemDetailOverview {
  margin-top: 22px;
}
#itemDetail .p-itemDetailOverview__title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
#itemDetail .p-itemDetailOverview__detail {
  font-size: 13px;
  line-height: 1.8;
}
#itemDetail .p-itemDetailOverview__detail a {
  color: #005fb3;
  text-decoration: underline;
}
#itemDetail .p-itemDetailStockInfo {
  margin-top: 28px;
  padding: 20px 0;
  border-top: solid 1px #DCDCDA;
  border-bottom: solid 1px #DCDCDA;
}
#itemDetail .p-itemDetailStockAndMaker {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#itemDetail .p-itemDetailStockAndMaker__item {
  display: flex;
  gap: 10px;
  font-size: 13px;
  line-height: 1.6;
}
#itemDetail .p-itemDetailStockAndMaker_title {
  flex-shrink: 0;
  min-width: 86px;
  padding-top: 2px;
  font-weight: bold;
}
#itemDetail .p-itemDetailStockAndMaker_title::after {
  content: '：';
}
#itemDetail .p-itemDetailStockAndMaker:has(.is-makerPage) .p-itemDetailStockAndMaker_title {
  min-width: 140px;
}
#itemDetail .p-itemDetailStockAndMaker_info {
  flex-grow: 1;
  width: 100%;
  font-size: 14px;
}
#itemDetail .p-itemDetailMainaCatCode {
  display: none;
}
#itemDetail .p-itemDetailMakerInfo__name + .p-itemDetailMakerInfo__link {
  display: none;
}
#itemDetail .p-itemDetailMakerInfo.has-link .p-itemDetailMakerInfo__name {
  display: none;
}
#itemDetail .p-itemDetailMakerInfo.has-link .p-itemDetailMakerInfo__name + .p-itemDetailMakerInfo__link {
  display: block;
}
#itemDetail .p-itemDetailMakerInfo__link {
  text-decoration: underline;
  font-weight: bold;
  color: #005fb3;
}
#itemDetail .p-itemDetailMakerPageInfo {
  line-height: 1.8;
}
#itemDetail .p-itemDetailMakerPageInfo a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  padding-right: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #005fb3;
  text-decoration: underline;
}
#itemDetail .p-itemDetailMakerPageInfo a::after {
  content: '';
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iIzAwNWZiMyIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMjgsMTA0YTEyLDEyLDAsMCwxLTI0LDBWNjlsLTU5LjUxLDU5LjUxYTEyLDEyLDAsMCwxLTE3LTE3TDE4Nyw1MkgxNTJhMTIsMTIsMCwwLDEsMC0yNGg2NGExMiwxMiwwLDAsMSwxMiwxMlptLTQ0LDI0YTEyLDEyLDAsMCwwLTEyLDEydjY0SDUyVjg0aDY0YTEyLDEyLDAsMCwwLDAtMjRINDhBMjAsMjAsMCwwLDAsMjgsODBWMjA4YTIwLDIwLDAsMCwwLDIwLDIwSDE3NmEyMCwyMCwwLDAsMCwyMC0yMFYxNDBBMTIsMTIsMCwwLDAsMTg0LDEyOFoiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
}
#itemDetail #volume_discount_area .p-itemDetailPutCartArea,
#itemDetail #status_area .p-itemDetailPutCartArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: 25px;
}
#itemDetail #volume_discount_area .p-itemDetailPutCartArea .p-itemDetailAmount,
#itemDetail #status_area .p-itemDetailPutCartArea .p-itemDetailAmount {
  margin: 0!important;
}
#itemDetail #volume_discount_area .p-itemDetailPutCartArea .p-itemDetailAmount:after,
#itemDetail #status_area .p-itemDetailPutCartArea .p-itemDetailAmount:after {
  content: none;
}
#itemDetail #volume_discount_area .p-itemDetailPutCartArea__amount,
#itemDetail #status_area .p-itemDetailPutCartArea__amount {
  flex-shrink: 0;
}
#itemDetail #volume_discount_area .p-itemDetailPutCartArea__putcart,
#itemDetail #status_area .p-itemDetailPutCartArea__putcart {
  width: 60%;
}
#itemDetail #volume_discount_area .p-itemDetailAmount__input,
#itemDetail #status_area .p-itemDetailAmount__input {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
}
#itemDetail #volume_discount_area .p-itemDetailAmount__input #CART_AMOUNT,
#itemDetail #status_area .p-itemDetailAmount__input #CART_AMOUNT {
  height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#itemDetail #volume_discount_area .p-itemDetailCartButton__cartin,
#itemDetail #status_area .p-itemDetailCartButton__cartin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  height: 65px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #ce1028;
  cursor: pointer;
  appearance: none;
  transition: opacity 0.3s ease;
}
#itemDetail #volume_discount_area .p-itemDetailCartButton__cartin.is-nosale,
#itemDetail #status_area .p-itemDetailCartButton__cartin.is-nosale {
  background-color: #c5c5c5;
  cursor: default;
}
#itemDetail #volume_discount_area .p-itemDetailCartButton__cartin::before,
#itemDetail #status_area .p-itemDetailCartButton__cartin::before {
  content: '';
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iI2ZmZmZmZiIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yNDEuNTUsNjQuNzRBMTIsMTIsMCwwLDAsMjMyLDYwSDYwLjIzTDUxLjU2LDI4Ljc5QTEyLDEyLDAsMCwwLDQwLDIwSDIwYTEyLDEyLDAsMCwwLDAsMjRIMzAuODhsMzQuMywxMjMuNDlhMjguMDksMjguMDksMCwwLDAsMjcsMjAuNTFIMTkxYTI4LjA5LDI4LjA5LDAsMCwwLDI3LTIwLjUxbDI1LjYzLTkyLjI4QTEyLDEyLDAsMCwwLDI0MS41NSw2NC43NFpNMTk0LjgsMTYxLjA3QTQsNCwwLDAsMSwxOTEsMTY0SDkyLjE2YTQsNCwwLDAsMS0zLjg1LTIuOTNMNjYuOSw4NEgyMTYuMjFaTTEwOCwyMjBhMjAsMjAsMCwxLDEtMjAtMjBBMjAsMjAsMCwwLDEsMTA4LDIyMFptMTA0LDBhMjAsMjAsMCwxLDEtMjAtMjBBMjAsMjAsMCwwLDEsMjEyLDIyMFoiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
#itemDetail #volume_discount_area .p-itemDetailCartButton__cartin.is-nosale::before,
#itemDetail #status_area .p-itemDetailCartButton__cartin.is-nosale::before {
  content: none;
}
#itemDetail #volume_discount_area .p-itemDetailPutCartArea__putcart .p-itemDetailCartButtonArea,
#itemDetail #status_area .p-itemDetailPutCartArea__putcart .p-itemDetailCartButtonArea {
  float: none;
}
#itemDetail #volume_discount_area:after,
#itemDetail #status_area:after {
  content: none;
}
#itemDetail #other_stauts_area table {
  width: 100%;
}
#itemDetail .p-itemDetailStimulation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
#itemDetail .p-itemDetailInquiry__button,
#itemDetail .p-itemDetailWishlistButton {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border: solid 1px #707070;
  border-radius: 3px;
  appearance: none;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  background-color: #fff;
  text-decoration: none!important;
  cursor: pointer;
  transition: all 0.3s ease;
}
#itemDetail .p-itemDetailInquiry__button::before {
  content: '';
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iIzAwMDAwMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMjQsNTBIMzJhNiw2LDAsMCwwLTYsNlYxOTJhMTQsMTQsMCwwLDAsMTQsMTRIMjE2YTE0LDE0LDAsMCwwLDE0LTE0VjU2QTYsNiwwLDAsMCwyMjQsNTBaTTIwOC41OCw2MiwxMjgsMTM1Ljg2LDQ3LjQyLDYyWk0yMTYsMTk0SDQwYTIsMiwwLDAsMS0yLTJWNjkuNjRsODYsNzguNzhhNiw2LDAsMCwwLDguMSwwTDIxOCw2OS42NFYxOTJBMiwyLDAsMCwxLDIxNiwxOTRaIj48L3BhdGg+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
}
#itemDetail .p-itemDetailWishlistButton::before {
  content: '';
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iIzAwMDAwMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMjEuNiw1OC4zOGE1Ni4wNiw1Ni4wNiwwLDAsMC03OS4xMi0uMDhMMTI4LDcxLjc4LDExMy41Miw1OC4zYTU2LDU2LDAsMCwwLTc5LjE1LDc5LjI1bDg5LjM2LDkwLjY2YTYsNiwwLDAsMCw4LjU0LDBsODkuMzMtOTAuNjJhNTYsNTYsMCwwLDAsMC03OS4yMVptLTguNTIsNzAuNzVMMTI4LDIxNS40NSw0Mi44OSwxMjkuMWE0NCw0NCwwLDAsMSw2Mi4yMi02Mi4yMywxLjA3LDEuMDcsMCwwLDAsLjE2LjE0bDE4LjY0LDE3LjM2YTYsNiwwLDAsMCw4LjE4LDBMMTUwLjczLDY3YTEuMDcsMS4wNywwLDAsMCwuMTYtLjE0LDQ0LDQ0LDAsMSwxLDYyLjE5LDYyLjI2WiI+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
}
#itemDetail .p-itemDetailWishlistButton.is-done {
  cursor: default;
}
#itemDetail .p-itemDetailWishlistButton.is-done::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iI2NlMTAyOCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yNDAsOThhNTcuNjMsNTcuNjMsMCwwLDEtMTcsNDFMMTMzLjcsMjI5LjYyYTgsOCwwLDAsMS0xMS40LDBMMzMsMTM5YTU4LDU4LDAsMCwxLDgyLTgyLjFMMTI4LDY5LjA1bDEzLjA5LTEyLjE5QTU4LDU4LDAsMCwxLDI0MCw5OFoiPjwvcGF0aD48L3N2Zz4=");
}
#use_area .use_text {
  padding-left: 0;
  font-size: 14px;
  line-height: 1.8;
}
#itemDetail #other_stauts_area table .main_title {
  padding: 11px 286px !important;
}
#itemDetail #other_stauts_area table th, #itemDetail #other_stauts_area table td {
  padding: 12px 25px !important;
}
#itemDetail #other_stauts_area table th {
  width: 340px;
}
#main .p-itemDetailRecommend {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 20px 25px;
  margin-bottom: 35px;
  border-radius: 5px;
  background-color: #f0f5f7;
}
#main .p-itemDetailRecommend__title {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 22px;
  padding: 0 0 12px;
  border-bottom: solid 1px #DCDCDA;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  color: #333333;
  background: none;
}
#main .p-itemDetailRecommend .p-itemDetailRecList {
  grid-template-columns: repeat(6, 1fr);
  gap:  18px;
}
#main .p-itemDetailCatRecommend {
  margin-top: 40px;
}
#main .p-itemDetailAccesslog {
  margin-top: 40px;
}
#main .p-itemDetailAccesslog .s-productSlideArrows__prev,
#main .p-itemDetailAccesslog .s-productSlideArrows__next {
  top: 75px;
  transform: none;
}
#main .p-itemDetailRecList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
#main .p-itemDetailRecItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none!important;
  transition: opacity 0.3s ease;
}
#main .p-itemDetailRecItem__image {
  box-sizing: border-box;
  position: relative;
  border: solid 1px #DCDCDA;
  border-radius: 5px;
  background-color: #fff;
  aspect-ratio: 300 / 220;
  overflow: hidden;
}
#main .p-itemDetailRecItem__image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .p-itemDetailRecItem__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #101010;
}
#main .p-itemDetailRecMaker {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
#main .p-itemDetailRecName {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}
#main .p-itemDetailRecPrice {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 5px 0 0;
  font-size: 11px;
  line-height: 1.6;
}
#main .p-itemDetailRecPrice__head {
  flex-shrink: 0;
  font-size: 11px;
  line-height: 1;
}
#main .p-itemDetailRecPrice__zeinuki {
  font-size: 16px;
  font-weight: bold;
}
#main .p-itemDetailReviewInfo {
  margin-top: 15px;
}
#main .p-itemDetailReview {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1;
}
#main .p-itemDetailReview__stars {
  display: flex;
  align-items: center;
  gap: 1px;
  font-size: 18px;
  line-height: 1;
  color: #f4b402;
}
#main .p-itemDetailReview__average {
  padding-left: 5px;
}
#main .p-itemDetailReview__watch {
  margin-left: 10px;
  font-size: 14px;
  text-decoration: underline;
  border: none;
  background: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}
#main .p-productReviewArea {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 20px;
}
#main .p-productReviewArea__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
#main .p-productReviewArea__none {
  margin: 25px 0 0;
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
#main .p-productReviewArea__none + .p-productReviewInputArea {
  margin-top: 10px;
}
#main .p-productReviewInputArea {
  margin-top: 30px;
}
#main .p-productReviewInputArea__notLogin {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: fit-content;
  margin-inline: auto;
}
#main .p-productReviewLoginButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 60px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border: none;
  background-color: #ce1028;
  text-decoration: none!important;
  transition: opacity 0.3s ease;
}
#main .p-productReviewLoginAnnotation,
#main .p-productReviewAlready {
  text-align: center;
  font-size: 14px;
}
#main .p-productReviewInputForm {
  width: 100%;
  padding: 46px 42px;
  background-color: #f4f4f4;
}
#main .p-productReviewInputForm #error {
  margin-top: 18px;
}
#main .p-productReviewInputForm #error .ico {
  display: none;
}
#main .p-productReviewInputForm #error table {
  width: 100%;
  margin: 0;
}
#main .p-productReviewInputForm #error .content {
  font-size: 16px;
  font-weight: bold;
  color: #ce1028;
}
#main .p-productReviewInputForm #error .content li {
  line-height: 1.8;
}
#main .p-productReviewInputForm__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
#main .p-productReviewInputForm__table {
  width: 100%;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  border: none;
}
#main .p-productReviewInputForm__table th {
  min-width: 117px;
  padding-inline: 0!important;
  padding-block: 12px!important;
  text-align: left;
  border: none;
  background: none;
}
#main .p-productReviewInputForm__table th.is-reviewComment {
  vertical-align: top;
}
#main .p-productReviewInputForm__table td {
  padding-inline: 0!important;
  padding-block: 12px!important;
  border: none;
  background: none;
}
#main .p-productReviewInputForm__table td input[type="text"],
#main .p-productReviewInputForm__table td textarea {
  min-height: 47px;
  padding: 10px 15px;
  font-size: 16px;
}
#main .p-productReviewInputForm__table td textarea {
  width: 100%;
  height: 215px;
  padding-block: 15px;
  line-height: 1.8;
}
#main .p-productReviewInputForm__table td.p-productReviewInputTitle input[type="text"] {
  width: 100%;
}
#main .p-productReviewInputForm__table td.p-productReviewInputStar > .HTMLFORM_ELEMENT {
  display: inline-flex;
  align-items: center;
  padding-right: 10px;
  font-size: 16px;
  color: #f4b402;
}
#main .p-productReviewInputForm__table td.p-productReviewInputStar input {
  cursor: pointer;
}
#main .p-productReviewSubmit {
  margin: 20px 0 0;
  padding: 0;
}
#main .p-productReviewSubmit__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 60px;
  margin-inline: auto;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #ce1028;
  border: none;
  outline: none;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1250px) {
  #itemDetail #item_status_area {
    gap: 35px;
  }
  #itemDetail #volume_discount_area .p-itemDetailAmount__input #CART_AMOUNT,
  #itemDetail #status_area .p-itemDetailAmount__input #CART_AMOUNT {
    width: 80px;
  }
  #itemDetail #volume_discount_area .p-itemDetailCartButton__cartin,
  #itemDetail #status_area .p-itemDetailCartButton__cartin {
    height: 60px;
  }
  #itemDetail .p-itemDetailStimulation {
    gap: 8px;
  }
  #itemDetail .p-itemDetailInquiry__button,
  #itemDetail .p-itemDetailWishlistButton {
    gap: 5px;
    padding: 0 7px;
    font-size: 13px;
  }
  #itemDetail .p-itemDetailInquiry__button::before {
    width: 23px;
    height: 23px;
  }
  #itemDetail .p-itemDetailWishlistButton::before {
    width: 20px;
    height: 20px;
  }
  #main .p-itemDetailAccesslog .s-productSlideArrows__prev,
  #main .p-itemDetailAccesslog .s-productSlideArrows__next {
    top: 60px;
  }
}
@media (hover: hover) {
  #itemDetail #volume_discount_area .p-itemDetailCartButton__cartin:not(.is-nosale):hover,
  #itemDetail #status_area .p-itemDetailCartButton__cartin:not(.is-nosale):hover {
    opacity: 0.7;
  }
  #itemDetail .p-itemDetailInquiry__button:hover,
  #itemDetail .p-itemDetailWishlistButton:not(.is-done):hover {
    opacity: 0.7;
  }
  .p-itemDetailRecItem:hover {
    opacity: 0.7;
  }
}
