.page-spGift {
  width: 100%;
  max-width: 1290px;
  margin: 30px auto 0;
}

.page-spGift__container {
  padding: 30px 4%;
}

.page-spGift__list {
  display: block;
  margin-bottom: 30px;
}

.page-spGift__item {
  background: #fff;
  margin-bottom: 20px;
}

.page-spGift__thumb {
  position: relative;
}

.page-spGift__copy {
  position: absolute;
  top: 5%;
  right: 5%;
  text-align: right;
  line-height: 2;
  /* libs.css:243 */
}

.text-white {
  color: #fff;
}

.page-spGift__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #393c41;
  font-size: 16px;
  padding: 20px;
  line-height: 1.5;
}

.page-spGift__title {
  font-size: 16px;
  margin-bottom: 20px;
}

.page-spGift__name {
  margin-bottom: 16px;
}

.page-spGift__price {
  font-size: 18px;
}

.page-spGift__price .en {
  font-family: "TTCommons-Regular";
}

.page-spGift__tax {
  font-size: 14px;
}

.page-spGift__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  justify-items: center;
  margin-bottom: 20px;
}

.page-spGift__qty {
  width: 20%;
  min-width: 70px;
  position: relative;
}

.page-spGift__qty::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #393c41;
  border-left: 1px solid #393c41;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

/* common_custom_pc.css:953 */
.el-select-holder {
  width: 100%;
  height: 100%;
  border: 1px solid #393c41;
}

.select-qty {
  border: 1px solid #393c41;
  border-radius: 3px;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* comon_pc.css:1224 */
/* comon_sp.css:1215 */
.el-select-holder select {
  background-color: #fff;
}

.page-spGift__addCart {
  width: 80%;
  margin-left: 10px;
  font-size: 14px;
}

.page-spGift__addCart-btn {
  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;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  background: #000021;
  border: 1px solid #000021;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page-spGift__addCart-btn:hover {
  background: #fff;
  color: #393c41;
  border: 1px solid #000021;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-spGift__addCart .disabled {
  background: #c0c1c2 !important;
  border: none !important;
  font-size: 16px !important;
}

.page-spGift__addCart .disabled:hover {
  color: #fff;
}

.page-spGift__text {
  font-size: 14px;
  margin-bottom: 20px;
}

.text-alert {
  color: #FF4500 !important;
}

.page-spGift__product {
  font-size: 14px;
  margin-top: auto;
}

.page-spGift__productItem {
  border-top: 1px solid #eee;
}

.page-spGift__productLink {
  display: block;
  padding: 20px 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page-spGift__productText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-spGift__productText::after {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 1px solid #393c41;
  border-right: 1px solid #393c41;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
page-spGift__productLink:hover {
  text-decoration: none;
  background-color: #eee;
}
*/


/*============================
close-btn
============================*/

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}

.round_btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #000021;
}

.round_btn::before,
.round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #fff;
}

.round_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.round_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}


/*============================
modal
============================*/

#selectModal.modalShow {
  position: fixed;
  z-index: 999999;
}

.modal .modal-overlay {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
}

/*
.modalShow.modal {
  position: absolute;
  visibility: visible;
}

.modalHide.modal {
  position: fixed;
  visibility: hidden;
  pointer-events: none;
}

.modalShow.modal .modal-inner {
  -webkit-animation: modalShow 0.5s both;
  animation: modalShow 0.5s both;
}

.modalHide.modal .modal-inner {
  -webkit-animation: modalHide 0.5s both;
  animation: modalHide 0.5s both;
}
*/

/* common_sp.css:4191 */
.modal .modal-inner {
  position: relative;
  padding: 20px;
}

/* common_sp.css:4365 */
.modal .section-body .container,
.modal .section-body-nerrow .container {
  padding: 0;
}

.section-body-nerrow {
  padding: 20px;
}

/* common_sp.css:4369 */
.modal .section-body-nerrow:after {
  display: none;
}

/* common_sp.css:4394 */
.section-body-nerrow:after {
  display: none;
}

.container>div {
  margin-bottom: 20px;
}

.container>div:last-child {
  margin-bottom: 0;
}

.item-list {
  display: block;
}

.item_left,
.item_right {
  margin-bottom: 20px;
}

.item_img {
  display: none;
}


/*============================
delivery
============================*/

.page-spGift__delivery {
  border: 1px solid #000021;
}

.page-spGift__delivery__title {
  text-align: center;
  border-bottom: 1px dashed #000021;
}

.delivery__title {
  padding: 30px 10px;
}

.page-spGift__delivery__text {
  text-align: left;
}

.delivery__text {
  padding: 30px 10px;
}

.delivery__link {
  text-decoration: underline;
}

/*============================
banner
============================*/
.item-holder.bnr-holder + .item-holder.bnr-holder {
  margin-top: 3rem;
}



@media (min-width: 768px) {
  .page-spGift__container {
    padding: 30px 25px;
  }

  /* common_pc.css */
  .ttl-sec-left {
    margin-bottom: 30px;
  }

  /* common_pc.css:1224 */
  .el-select-holder select {
    padding: 8px 6px 8px 14px;
  }

  .page-spGift__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .page-spGift__item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }

  .page-spGift__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .page-spGift__detail {
    min-height: 450px;
  }

  /* common_custom_pc.css:953 */
  .page-spGift__qty .el-select-holder {
    margin-top: 0;
    height: 100%;
  }

  .item_img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  /* common_pc.css:5040 */
  .section-body-nerrow {
    max-width: 800px;
    padding: 5% 15%;
  }

  /* common_pc.css:5021 */
  .section-body-nerrow:before {
    display: none;
  }

  .item-list {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }

  .item-list>div {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }

  .item-list>div:nth-of-type(2n) {
    margin-right: 0;
  }

  .item_left>div,
  .item_right>div {
    margin-bottom: 5px;
  }

  .item_left,
  .item_right {
    margin-bottom: 0;
  }

  .close-btn {
    top: -15px;
    right: -15px;
    cursor: pointer;
  }

  /*============================
delivery
============================*/

  .page-spGift__delivery__title {
    text-align: center;
    border-bottom: 1px dashed #000021;
  }

  .delivery__title {
    font-weight: bold;
  }

  .page-spGift__delivery__text {
    text-align: center;
  }

}