@charset "utf-8";

/*----------------------------
  PC
----------------------------*/
@media only screen and (min-width: 768px) {
  #member-sale .sp {
    display: none !important;
  }

  #member-sale {
    line-height: 1.8;
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 0.5px;
    margin: 0 0 150px;
  }

  #member-sale h2,
  #member-sale h3 {
    margin: 0;
    padding: 0;
  }

  #member-sale .inner {
    max-width: 1180px;
    margin: 0 auto;
  }

  #member-sale .mv {
    max-width: 1180px;
    margin: 0 auto;
  }

  #member-sale .mv h1 {
    text-align: center;
    margin: 0;
    line-height: 0;
  }

  #member-sale .mv h1 .hacobune-unit-video-outline {
    padding: 0;
  }

  #member-sale .intro {
    padding: 40px 50px 0;
  }

  #member-sale .intro .inner {
    width: 800px;
    text-align: center;
    margin: 0 auto 30px;
  }

  #member-sale .intro p {
    font-size: 16px;
  }

  #member-sale .intro .intro_reason {
    max-width: 550px;
    text-align: left;
    font-size: 16px;
    margin: 15px auto;
    border: 1px solid #e5c3df;
    border-radius: 10px;
  }

  #member-sale .intro .intro_reason span {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 3px 5px;
    background: #e5c3df;
    border-radius: 8px 8px 0 0;
  }

  #member-sale .intro .intro_reason p {
    padding: 8px;
  }

  #member-sale .intro h3 {
    display: inline-block;
    font-weight: bold;
    padding: 0 10px;
    margin: 20px 0 5px;
    background: #f5eee7;
  }

  #member-sale .sec-singleitem-ttl {
    text-align: left;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 5px 30px;
    max-width: 1000px;
    background: #44342c;
    color: #fff;
  }

  #member-sale .set_item_list {
    text-align: center;
  }

  #member-sale .item_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #member-sale .item_list li {
    text-align: left;
    width: calc(100% / 5);
    padding: 0 15px;
    margin: 0 0 80px;
    position: relative;
  }

  #member-sale .item_list .label {
    color: #f00;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: 0;
  }

  #member-sale .item_list .img {
    width: 100%;
    text-align: center;
  }

  /* #member-sale .item_list .img img {
    width: 70%;
  } */

  /* #member-sale .special_item .img img {
    width: 80%;
  } */

  /* #member-sale .item_list .img__size {
    width: 76%;
    transform: translateX(27px);
  } */

  #member-sale .item_list .txt {
    width: 100%;
  }

  #member-sale .item_list .type {
    margin: 10px 0 0;
    font-size: 13px;
    padding: 0 0 0 20px;
    line-height: 1.3;
    position: relative;
    min-height: 3.2em;
  }

  #member-sale .item_list .type::after {
    content: "";
    width: 15px;
    height: 20px;
    background: url(../../../img/usr/freepage/enherbthanks/icon_leaf.png)
      no-repeat center / 15px;
    position: absolute;
    top: 0;
    left: 0;
  }

  #member-sale .item_list .txt .itemtitle {
    min-height: 2.5em;
  }

  #member-sale #singletea .item_list .txt .itemtitle {
    min-height: 0;
  }

  #member-sale .item_list .itemtitle h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }

  #member-sale .item_list .itemtitle h4 span {
    font-size: 12px;
    font-weight: 500;
  }
  #member-sale .item_list .amount {
    margin: 0 10px 0 0;
    font-size: 15px;
    line-height: 1.4;
  }

  #member-sale .item_list .amount span {
    font-size: 13px;
  }

  #member-sale .item_list .price {
    /* margin: 20px 0 0; */
    margin: 5px 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }

  #member-sale .item_list .price::after {
    content: "円（税込）";
    font-size: 80%;
  }

  #member-sale .item_list .price span {
    font-size: 13px;
  }

  #member-sale .item_list .purpose {
    margin: 0 0 10px;
    display: flex;
  }

  #member-sale .item_list .purpose p {
    font-size: 12px;
    transform: translateY(2px);
  }

  #member-sale .item_list .purpose ul {
    display: flex;
  }

  #member-sale .item_list .purpose li {
    width: auto;
    padding: 2px 5px;
    margin: 0 0 0 5px;
    font-size: 11px;
    background-color: #f5eee7;
  }

  #member-sale .item_list .sale {
    display: inline-block;
    font-size: 11px;
    color: #f00;
    padding: 0 2px;
    border: 1px solid;
  }
  #member-sale .item_list .normal-price {
    font-size: 12px;
    text-decoration: line-through;
    /* margin: 0 0 5px; */
  }
  #member-sale .item_list .qty {
    text-align: right;
    margin: 0 5px;
  }

  #member-sale .qty-area {
    /* display: flex;
    align-items: flex-start;
    justify-content: flex-end; 
    justify-content: space-between;*/
    margin-top: 0;
    /* margin-left: auto; */
    position: relative;
    width: 100%;
  }

  #member-sale .qty-area + .qty-area {
    margin-top: 10px;
  }

  #member-sale .bookmark {
    margin: 0 5px 0 0;
  }

  #member-sale .bookmark a {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
  }

  #member-sale .bookmark i:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../img/usr/common/icon_bookmark_off.png) no-repeat
      center / 100%;
  }

  #member-sale .bookmark .js-cancel-modal i:before {
    background: url(../../../img/usr/common/icon_bookmark.png) no-repeat center /
      100%;
  }

  #member-sale .qty select {
    border: 1px solid #cbcbcb;
    border-radius: 8px;
    width: 75px;
    height: 35px;
    line-height: 35px;
    padding: 0 25px 0 10px;
    background: #fff url(../../../img/usr/freepage/enherbthanks/icon_select.png)
      no-repeat right 5px top 14px / 16px;
    -webkit-appearance: none;
  }

  #member-sale .qty.type_disabled select {
    background: #ccc;
    cursor: default;
  }

  #member-sale .qty select::-ms-expand {
    display: none;
  }

  #member-sale .btn-cart {
    text-align: center;
  }

  #member-sale .btn-cart .to-cart,
  #member-sale .btn-cart span {
    display: block;
    background: #44342c;
    border-radius: 5px;
    width: 350px;
    max-width: 100%;
    padding: 16px 0;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
  }

  #member-sale .btn-cart .to-cart:hover {
    opacity: 0.8;
  }

  #member-sale .btn-cart + .caution {
    text-align: center;
    font-size: 11px;
    margin: 15px 0 0;
  }

  #member-sale .btn-cart span {
    opacity: 0.4;
  }

  #member-sale .bookmark i.js-animation-bookmark-in-progress {
    -webkit-animation: none;
    animation: none;
  }

  #member-sale .bookmark i.js-animation-bookmark-in-progress:before,
  #member-sale .bookmark .js-cancel-modal i:before {
    background: url(../../../img/usr/common/icon_bookmark.png) no-repeat center /
      100%;
  }

  #member-sale .chx-txt {
    font-size: 14px;
    font-weight: bold;
  }

  #member-sale .btn_area .chx-txt {
    width: 350px;
    margin: 0 auto 10px;
    /* display: flex;
    flex-wrap: wrap;
    align-items: center; */
  }

  #member-sale .btn_area .chx-txt div:first-child {
    margin-right: 20px;
  }

  #member-sale .btn_area .chx-discount {
    display: none;
  }

  #member-sale .btn_area.disp_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5eee7;
    padding: 10px;
    width: 100%;
  }

  #member-sale .btn_area.disp_fix .chx-txt {
    margin: 0;
    display: block;
    font-size: 17px;
    line-height: 1.6;
  }

  #member-sale .btn_area.disp_fix .chx-txt div:first-child {
    margin-right: 0;
  }
}

/*----------------------------
  SP
----------------------------*/
@media only screen and (max-width: 767px) {
  #member-sale .pc {
    display: none !important;
  }

  #member-sale {
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
    margin: 0 0 50px;
    text-align: justify;
  }

  #member-sale h1,
  #member-sale h2,
  #member-sale h3,
  #member-sale h4 {
    padding: 0;
  }

  #member-sale h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }

  #member-sale .inner {
    padding: 0 20px;
  }

  #member-sale .mv {
    margin: 0 0 20px;
  }

  #member-sale .mv h1 {
    margin: 0;
    line-height: 0;
  }

  #member-sale .intro {
    margin: 0 0 35px;
  }

  /* #member-sale .intro .inner {
    text-align: center;
  } */

  #member-sale .intro p {
    font-size: 16px;
  }

  #member-sale .intro .intro_reason {
    font-size: 16px;
    margin: 15px 0;
    border: 1px solid #e5c3df;
    border-radius: 10px;
  }

  #member-sale .intro .intro_reason span {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 3px 5px;
    background: #e5c3df;
    border-radius: 8px 8px 0 0;
  }

  #member-sale .intro .intro_reason p {
    padding: 8px;
  }

  #member-sale .intro h3 {
    display: inline-block;
    padding: 0 10px;
    margin: 20px 0 5px;
    background: #f5eee7;
  }

  #member-sale .sec-singleitem-ttl {
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 10px;
    text-align: center;
    background: #44342c;
    color: #fff;
  }
  /* nav */
  #member-sale .set_item_list .att_txt {
    font-size: 13px;
    margin: 0 auto 40px;
    padding: 5px 5% 5px 6%;
    background-color: #F6E9FC;
  }

  #member-sale .set_item_list {
    text-align: center;
  }

  #member-sale .item_list {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }

  #member-sale .item_list li {
    width: calc(100% / 2);
    padding: 0;
    margin: 0 0 50px;
    position: relative;
  }

  #member-sale .item_list li:nth-child(odd) {
    padding-right: 10px;
  }

  #member-sale .item_list li:nth-child(even) {
    padding-left: 10px;
  }

  #member-sale .item_list .img {
    width: 100%;
    text-align: center;
  }

  /* #member-sale .item_list .img__size {
    width: 76%;
    transform: translateX(30px);
  } */

  /* #member-sale .item_list .img img {
    width: 70%;
    cursor: pointer;
  } */

  #member-sale .item_list .txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  #member-sale .item_list .type::after {
    content: "";
    width: 15px;
    height: 20px;
    background: url(../../../img/usr/freepage/enherbthanks/icon_leaf.png)
      no-repeat center / 15px;
    position: absolute;
    top: 0;
    left: 0;
  }

  #member-sale .item_list .itemtitle {
    margin: 5px 0 0;
    /* min-height: 3.2em; */
  }

  #member-sale .item_list .itemtitle h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
  }
  #member-sale .item_list .itemtitle h4 span {
    font-weight: normal;
  }
  #member-sale .item_list .amount {
    /* margin: 5px 5px 5px 0; */
    font-size: 14px;
    line-height: 1.4;
  }

  #member-sale .item_list .type {
    margin: 5px 0 0;
    font-size: 13px;
    padding: 0 0 0 20px;
    line-height: 1.3;
    position: relative;
  }

  #member-sale .item_list .amount span {
    font-size: 12px;
    /* display: block; */
  }

  #member-sale .item_list .purpose {
    margin: 2px 0 10px;
    display: flex;
  }

  #member-sale .item_list .purpose p {
    font-size: 11px;
    transform: translateY(2px);
  }

  #member-sale .item_list .purpose ul {
    display: flex;
    flex-wrap: wrap;
  }

  #member-sale .item_list .purpose li {
    width: auto;
    padding: 2px;
    margin: 0 0 0 4px;
    font-size: 10px;
    letter-spacing: -0.1px;
    background-color: #f5eee7;
  }

  #member-sale .item_list .sale {
    font-size: 11px;
    color: #f00;
    border: 1px solid;
  }

  #member-sale .item_list .price {
    margin: 5px 0 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }

  #member-sale .item_list .price::after {
    content: "円（税込）";
    font-size: 80%;
  }

  #member-sale .item_list .price span {
    font-size: 12px;
  }

  #member-sale .item_list .normal-price {
    font-size: 12px;
    text-decoration: line-through;
    margin: 0 0 5px;
  }

  #member-sale .item_list .qty {
    text-align: right;
  }

  /* #member-sale .qty-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    margin-left: auto; 
    position: relative;
    width: 100%;
  }*/

  #member-sale .qty_txt {
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: 0;
  }

  #member-sale .bookmark {
    margin: 0 7px 0 0;
  }

  #member-sale .bookmark a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
  }

  #member-sale .bookmark i:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../img/usr/common/icon_bookmark_off.png) no-repeat
      center / 100%;
  }

  #member-sale .bookmark .js-cancel-modal i:before {
    background: url(../../../img/usr/common/icon_bookmark.png) no-repeat center /
      100%;
  }

  #member-sale .qty select {
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    width: 70px;
    height: 35px;
    line-height: 35px;
    padding: 0 25px 0 10px;
    background: #fff url(../../../img/usr/freepage/enherbthanks/icon_select.png)
      no-repeat right 5px top 14px / 16px;
    -webkit-appearance: none;
  }

  #member-sale .qty.type_disabled select {
    background: #ccc;
  }

  #member-sale .btn-cart {
    text-align: center;
  }

  #member-sale .btn-cart .to-cart,
  #member-sale .btn-cart span {
    display: block;
    background: #44342c;
    border-radius: 8px;
    padding: 12px 0;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  #member-sale .btn-cart + .caution {
    text-align: center;
    font-size: 12px;
    margin: 12px 0 0;
  }

  #member-sale .btn-cart span {
    opacity: 0.4;
  }

  #member-sale .bookmark a.js-animation-bookmark-in-progress i:before,
  #member-sale .bookmark .js-cancel-modal i:before {
    background: url(../../../img/usr/common/icon_bookmark.png) no-repeat center /
      100%;
  }

  .balloontip {
    box-shadow: none;
    background: #44342c;
  }

  #member-sale .chx-txt {
    font-size: 13px;
    font-weight: bold;
  }

  #member-sale .btn_area .chx-txt {
    text-align: center;
    margin: 0 0 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #member-sale .btn_area .chx-txt div:first-child {
    margin-right: 20px;
  }

  #member-sale .btn_area.disp_fix_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5eee7;
    padding: 10px 20px;
    width: 100%;
    z-index: 2;
  }

  #member-sale .disp_fix_sp .btn-cart {
    width: 45%;
  }

  #member-sale .btn_area.disp_fix_sp .chx-txt {
    text-align: left;
    margin: 0;
    display: block;
  }

  #member-sale .btn_area.disp_fix_sp .chx-txt div:first-child {
    margin-right: 0;
  }

  #member-sale .btn_area.disp_fix_sp .chx-txt div span {
    display: block;
  }

  #member-sale .chx-txt .chx-notice {
    font-weight: normal;
    font-size: 14px;
  }
  #member-sale .chx-txt .chx-notice {
    font-weight: normal;
    font-size: 14px;
  }

  #member-sale .howto {
    max-width: 500px;
    margin: 50px auto;
  }
  #member-sale .howto ul {
    margin: 5px 20px;
  }
  #member-sale .howto li {
    font-size: 13px;
    padding: 0 0 8px;
  }

  #member-sale .howto li span {
    font-weight: bold;
    color: #006dbb;
  }
  #member-sale .howto p {
    font-weight: bold;
    margin: 30px 20px;
  }
}

/* tab */
/* #member-sale .block-goods-about--tab {
  margin: 0 -10px 30px;
  width: 100%;
}

#member-sale .block-goods-about--tab li {
  line-height: 1.5;
  width: calc((100% - 15px) / 3);
  padding: 5px;
  background: #dbdbdd;
}

#member-sale .block-goods-about--tab li.active {
  background: #cfe1d0;
} */

#member-sale .block-goods-info {
  /* width: 840px; */
  width: 100%;
  margin: 0 auto;
}
