@charset "UTF-8";
/* ==========================================================================
  _p-gift
   ========================================================================== */
/* ==========================================================================
   setting
   ========================================================================== */
/* breakpoint
   ----------------------------------------------------------------- */
/* color
   ----------------------------------------------------------------- */
/**
 * palette
 */
/* font
   ----------------------------------------------------------------- */
/**
 * font style
 */
/**
 * size
 */
/* function
   ----------------------------------------------------------------- */
/* mixin
   ----------------------------------------------------------------- */
/* 共通
   ----------------------------------------------------------------- */
#d_gift .l-main {
  margin: 0 0 75px;
}
@media screen and (min-width: 768px) {
  #d_gift .l-main {
    margin: 0 0 150px;
  }
}

/* c-item
    ----------------------------------------------------------------- */
.c-item__wrapper {
  display: flex;
  justify-content: space-between;
}
.c-item__inner {
  border-bottom: 1px solid #e6e6e6;
  width: 50%;
  margin: 0 25px 0 0;
  padding: 0;
  border-bottom: none;
}
.c-item__inner:first-of-type {
  margin-left: 20px;
}
.c-item__inner:last-of-type {
  margin-right: 20px;
}
.c-item__inner .c-item__brand {
  text-align: left;
  line-height: 1.5;
}
.c-item__inner .catalogNo {
  font-size: 14px;
  text-align: left;
}
.c-item__inner .itemCondition div, .c-item__inner .itemCondition span {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", arial, sans-serif;
  font-size: 11px;
  color: #ec676d;
  border: 1px solid #ec676d;
  background-color: #f7eded;
  padding: 2px;
  text-align: center;
  margin-bottom: 5px;
}
.c-item__inner .itemCondition:empty {
  display: none;
}
.c-item__image {
  margin-bottom: 15px;
}
.c-item__image img {
  width: 100%;
  height: 100%;
}
.c-item__icon {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.c-item__icon:empty {
  display: none;
}
.c-item__icon img {
  margin: 0 0 5px 0;
  width: calc(50% - 3px);
}
.c-item__icon img:nth-of-type(odd) {
  margin-right: 5px;
}
.c-item__icon .reco-sale-icon img {
  width: 100%;
}
.c-item__brand {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}
.c-item__name {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 5px;
  overflow-wrap: break-word;
  word-break: break-all;
}
.c-item__price {
  font-size: 18px;
  font-weight: bold;
}
.c-item__price__currency {
  font-weight: normal;
  font-size: 15px;
}
.c-item__price .retail_price_sale {
  color: #e60012;
}
.c-item__stockicon {
  margin-top: 15px;
  width: 100%;
}
.c-item__stockicon img {
  width: 100%;
}
.c-item__stockicon:empty {
  display: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-item {
    margin: 0;
    font-size: 1.125rem;
  }
  .c-item__inner {
    margin: 0 27px 70px 0;
    width: 210px;
    height: auto;
    padding: 0;
  }
  .c-item__inner:first-of-type {
    margin-left: 0;
  }
  .c-item__inner:last-of-type {
    margin-right: 0;
  }
  .c-item__inner .itemCondition div, .c-item__inner .itemCondition span {
    font-size: 13px;
    width: 190px;
  }
  .c-item a {
    position: relative;
    display: block;
    width: 210px;
  }
  .c-item a:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(204, 204, 204, 0.2);
  }
  .c-item__image {
    margin-bottom: 20px;
  }
  .c-item__image img {
    width: 190px;
  }
  .c-item__brand {
    color: #000;
    font-size: 14px;
  }
  .c-item__name {
    color: #000;
    line-height: 24px;
    margin-bottom: 13px;
    width: 190px;
  }
  .c-item__price {
    color: #333;
    font-size: 20px;
  }
  .c-item__price__currency {
    font-size: 14px;
  }
  .c-item__stockicon {
    margin-top: 25px;
  }
  .c-item__stockicon img {
    max-width: 190px;
  }
  .c-item__group {
    margin: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-item__group2 {
    margin: 80px 0 30px;
    text-align: center;
  }
  .c-item__icon {
    width: 194px;
    margin-bottom: 10px;
  }
  .c-item__icon img {
    width: 92px;
    max-width: 92px;
    margin-right: 5px;
  }
  .c-item__content {
    margin-top: 0;
    width: 72%;
    max-width: 700px;
  }
  .c-item__radio {
    margin-bottom: 20px;
  }
  .c-item__selectbox label {
    width: 82%;
  }
  .c-item__selectbox input[type=text] {
    width: 90px;
    margin-right: 10px;
  }
  .c-item__selectbox input[type=radio] {
    width: 18px;
    top: 0;
  }
  .c-item__selectbox + .c-form-input__selectbox {
    margin-top: 20px;
  }
  .c-item__address {
    margin: 0;
  }
  .c-item__address dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-item__address dd + dt {
    margin-top: 30px;
  }
  .c-item__address dt {
    width: 20%;
    max-width: 115px;
    margin-right: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  .c-item__address dd {
    width: 78%;
    max-width: 585px;
  }
  .c-item__zipcode input[type=button] {
    margin-left: 25px;
    padding: 12px 14px;
  }
  .c-item--size-m {
    max-width: 460px;
  }
  .c-item--size-s {
    max-width: 150px;
  }
  .c-item--size-ss {
    max-width: 150px;
  }
}

.c-item__inner {
  margin: 0 20px 0 0;
  display: flex;
  width: 224px;
}

.c-item__inner a {
  background-color: #fff;
  padding: 8px 8px 20px;
  width: 224px;
}

.c-item__image img {
  width: 210px;
}

.itemCondition {
  margin-left: 10px;
  margin-right: 10px;
}

.c-item__icon {
  margin-left: 10px;
  margin-right: 10px;
}

.catalogNo {
  margin-left: 10px;
  margin-right: 10px;
}

.c-item__brand {
  margin-left: 10px;
  margin-right: 10px;
}

.c-item__name {
  margin-left: 10px;
  margin-right: 10px;
}

.c-item__price {
  margin-left: 10px;
  margin-right: 10px;
}

.c-item__stockicon {
  margin-left: 10px;
  margin-right: 10px;
}/*# sourceMappingURL=gift.css.map */