.content.page-price * {
  /*position: relative;*/
}
.content.page-price .price__search {
  background-image: url(../../img/price/price_header_line.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: flex;
  padding: 0 calc(100% * calc(40 / 750));
  justify-content: space-between;
  position: sticky;
  top: 75px;
  width: 100%;
  max-width: 750px;
  z-index: 9989;
  height: calc(100vw * calc(100 / 750));
  max-height: 100px;
  align-items: center;
  margin-bottom: 10.13%;
}
.price__search__item-count {
  font-size: 1.4rem;
  color: #FFF;
}
.price__search__search-btn {
  display: flex;
  cursor: pointer;
}
.price__search__search-btn img {
  width: 24px;
  height: 13px;
}
.price__search__search-btn span {
  font-size: 1.4rem;
  margin-left: 12px;
  color: #FFF;
}
.content.page-price {
  /*padding-top: 110px;*/
}
.page-price .page__head {
  padding: 40px 30px;
}
.page-price .page__title {
  margin-bottom: 8%;

}
.price__contents {
  /*margin-bottom: 26.67%;*/
}
.price__headline {
  padding: 0 8% 0;
  line-height: 2;
  font-size: 1.4rem;
  margin-bottom: 34px;
}
.price__annotation {
  padding: 0 8% 0;
  line-height: 2;
  font-size: 1.4rem;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
}

.price__annotation__img {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 4px;
}
.price__annotation__img img {
  width: 100%;
  height: auto;
}

.price__search_condition {
  margin: 0 auto 10.13%;
  width: 84%;
  max-width: 630px;
  min-width: 315px;
  background-color: #f4f2ec;
  padding: 15px 20px;
}
.price__search_condition-head {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.price__search_condition-where {
  font-size: 1.2rem;
}


.price__list {
  /*padding: 0 20px;*/
  padding: 0 2.27%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.price__list-item {
  margin: 8px 8px 0 0;
  width: calc(50% - 4px);
  margin-right: 8px;
  position: relative;
}
.price__list-item:nth-child(2n) {
  margin-right: 0;
}
.price__list-item img{
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  position: relative;
}
.price__list-item-head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
}
.price__list-item-img {
  height: calc(93.375vw / 2);
  object-fit: cover;
}
@media screen and (min-width: 376px){
  .price__list-item-img {
    height: calc(93.375vw / 2);
  }
}
@media screen and (min-width: 750px){
  .price__list-item-img {
    height: 354px;
  }
}
.price__list-item-labels {
  position: absolute;
  bottom: 5px;
  right: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.price__list-item-label {
  display: inline-block;
  line-height: 1.5;
  padding: 0 7.5px;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
  font-size: clamp(1rem, 2.66vw, 2rem);
  margin-bottom: 2px;
}
@media screen and (min-width: 376px){
  .price__list-item-labels {
    bottom: calc(19*(100vw/750));
    right: calc(23*(100vw/750));
  }
  .price__list-item-label {
    padding: 0 calc(15*(100vw/750));
    margin-bottom: calc(9*(100vw/750));
  }
}
@media screen and (min-width: 750px){
  .price__list-item-labels {
    bottom: 12px;
    right: 14px;
  }
  .price__list-item-label {
    margin-bottom: 4px;
  }
}


.price__list-item-icon {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 6px;
  right: 7px;
}
@media screen and (min-width: 376px){
  .price__list-item-icon {
    top: calc(6*(100vw/375));
    right: calc(7*(100vw/375));
    width: calc(21*(100vw/375));
    height: calc(21*(100vw/375));
  }
}
@media screen and (min-width: 750px){
  .price__list-item-icon {
    top: 12px;
    right: 14px;
    width: 42px;
    height: 42px;
  }
}
.price__list-item-icon a {
  width 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price__list-item-icon img{
  width: 100%;
  height: auto;
}

.page-price .pagenation {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  margin-top: 12%;
  padding-bottom: 26.67%;
  width: 84%;
  max-width: 630px;
}
.page-price .pagenation__item {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 750px){
  .page-price .pagenation__item {
    font-size: 3.6rem;
  }
}
.page-price .pagenation__item.pagenation__item--current {
  color: #d0a773;
}
.page-price .pagenation__item--prev,
.page-price .pagenation__item--next{
  position: relative;
  width: 80px;
  height: 80px;
  background: #a58f86;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.pagenation__item--next::after,
.pagenation__item--prev::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 50%;
  width: 16px;
  height: 24px;
  background: url(../../img/common/icon-btn-arrow.png);
  background-size: 100% 100%;
  transform: translate(-50%,  -50%);
}
@media screen and (max-width: 750px){
  .page-price .pagenation__item--prev,
  .page-price .pagenation__item--next{
    width: calc(80*(100vw/750));
    height: calc(80*(100vw/750));

  }
  .pagenation__item--next::after,
  .pagenation__item--prev::after {
    width: calc(16*(100vw/750));
    height: calc(24*(100vw/750));
  }
}
@media screen and (max-width: 375px){
  .page-price .pagenation__item--prev,
  .page-price .pagenation__item--next{
    width: 40px;
    height: 40px;

  }
  .pagenation__item--next::after,
  .pagenation__item--prev::after {
    width: 8px;
    height: 12px;
  }
}


.pagenation__item--prev::after {
  transform: translate(-50%,  -50%) scale(-1,  1);
}

.price__search__drawer {
  z-index: 9999;
  background: #fff;
}
.price__drawer__head {
  background-image: url(../../img/price/price_drawer_line.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  max-width: 750px;
  z-index: 9989;
  height: calc(120 * calc(100vw / 750));
  max-height: 120px;
  min-height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 14px;
  box-shadow: 0px 5px 15px 0px rgba(0,  0,  0,  0.15);
}
.price__drawer__head div {
  flex: 1;
}
.price__drawer__head div:last-child {
  padding-right: 21px;
}
.price__drawer__return {
  padding-left: 21px;
  color: #FFF;
  font-size: 1.4rem;
  position: relative;
  font-weight: 500;
}
.price__drawer__return::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  background-image: url(../../img/price/price_return.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translate(0,  -50%);
}
.price__drawer__title {
  text-align: center;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: 500;
}
.price__drawer__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

}


.price__drawer__search-list {
  width: 100%;
}
.price__contents .drawer__list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price__contents .drawer__list-item:last-child {
  /*border-bottom: none;*/
}
.price__contents .drawer__list-item-head {
  font-size: 1.6rem;
  line-height: 1;
  margin-left: 30px;
  text-align: center;
  align-items: center;
  display: flex;
  position: relative;
  padding: 4px 0 10px 0;
}
@media screen and (min-width: 376px){
  .drawer__list-item-head {
    height: calc(110*(100vw/750));
  }
}
@media screen and (min-width: 750px){
  .drawer__list-item-head {
    height: 110px
  }
}
.drawer__list-item-head::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 12px;
  height: 8px;
  background: url(../../img/price/price_expand.png);
  background-size: 100% auto;
  transform: translate(0,  -50%);
}
.drawer__list-item.open .drawer__list-item-head::after {
  transform: translate(0,  -50%) scale(1,  -1);
}
.drawer__list-item-content {
  display: flex;
  margin: 0 30px 4px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.drawer__list-item.drawer__list-item--3column .drawer__list-item-content {
  justify-content: start;
  margin-right: 22.5px;
}
.drawer__list-item.drawer__list-item--4column .drawer__list-item-content {
  justify-content: start;
  gap: 4px;
  margin-bottom: 28px;
}

.drawer__select-item {
  width: calc(50% - 12.5px);
  border: 2px solid #d1beab;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background-color: #FFF;
  color: #d1beab;
  margin-bottom: 20px;
  overflow: hidden;
}
.drawer__select-item.selected {
  border: 2px solid #a58f86;
  color: #fff;
  background-color: #a58f86;
}

.drawer__list-item--3column .drawer__select-item{
  width: calc(33.3% - 7.5px);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  margin-right: 7.5px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.drawer__list-item.drawer__list-item--maindiamond > div:last-child{
  padding-bottom: 10px;
}
.drawer__list-item.drawer__list-item--maindiamond .drawer__select-item {
  margin-bottom: 10px;
}
.drawer__list-item--3column .drawer__select-item:nth-child(3n){
  margin-right: 0;
}


.drawer__list-item--4column .drawer__select-item {
  width: calc(calc(100% - 12px) / 4);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  margin-bottom: 0;
}
.drawer__list-item--4column .drawer__select-item:nth-child(4n) {
  margin-right: 0;
}
.drawer__list-item--4column .drawer__select-item.select  {
  color: #d1beab;
  background-color: inherit;
}
.drawer__list-item--4column .drawer__select-item .drawer__select-item-image {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  overflow: hidden;
}


.price__contents .drawer__select-item-name {
  /*height: 25px;*/
  padding-bottom: 6px;
  padding-top: 7px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: -0.12rem;
}

.drawer__list-item--4column .drawer__select-item-name {
  padding-bottom: 3px;
  padding-top: 0px;
}


.drawer__list-item-subhead {
  margin: 0 30px 10px;
  font-size: 1.4rem;
}
.drawer__list-item.open .drawer__list-item-subhead {
  display: flex;
}


.price__drawer__search-action {
  position: fixed;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 100%;
  background-color: #f4f2ec;
  max-width: 750px;
  transform: translateX(-50%);
  /*padding: 20px;*/
  padding-bottom: 10px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #685851;
}
.price__drawer__search-action__inner {
  margin-top: 0;
  padding: 10px 15px 0;
  text-align: left;
  font-size: 1.6em;
  color: #685851;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  letter-spacing: -0.3px;
  /*margin-bottom: 15px;*/
}
.price__drawer__search-action__inner p {
  font-size: 12px;
}
.price__drawer__search-action__inner #priceResult {
  font-size: 23px;
}
.price__drawer__search-action__inner .incTax {
  font-size: 10px;
  margin-left: 4px;
}
.price__drawer__search-action__inner .price-info p{
  font-size: 10px;
  color: #685851;
  font-weight: normal;
}
.price__drawer__search-action__inner .price-info p a{
  text-decoration: underline;
  color: #685851;
}
.price__drawer__action-button__wrapper  {
  width: 100%;
  text-align: left;
  padding: 0 15px;
}
.price__drawer__action-button  {
  width: 20%;
  min-width: 94px;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  font-size: 1.2rem;
  background-color: #685851;
  color: #FFF;
  border-radius: 4px;
  margin-top: 9px;
}
.price__drawer__action-button--start  {
  width: 51.34%;
  /*min-width: 192.5px;*/
  background-color: #a58f86;
  color: #FFF;
  margin-left: 1.87%;
}

.drawer__list-item-head__text {
      flex-basis: 84px;
      text-align: left;
}
.drawer__list-item-head span {
  font-size: 15px;
  color: red;
  margin-left: 4px;
}
.drawer__select-item-error {
  display: none;
  color: #b33636;
  font-size: 1.2rem;
  margin-left: 4px;
}
.drawer__select-item-error.show {
  display: block;
}
