@charset "UTF-8";
@media screen and (min-width: 769px) {
  .platform {
    overflow: unset;
  }
  .main .orderFee {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    bottom: auto;
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding: 10px 10px 0;
    background: #EFEFEF;
  }
}

.main .enclosure--alert {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .main.is-headerFixed {
    padding-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .main .container {
    background: #fff;
    padding: 10px 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .main .productTable {
    margin: 40px -10px 0;
  }
}

.main .productTable--first {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .main .grayOut {
    background: #fff;
    margin: 40px -10px 0;
    padding: 0;
    position: relative;
  }
  .main .grayOut::before {
    content: "";
    background: #EFEFEF;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
  }
}

@media screen and (max-width: 768px) {
  .main .grayOut--item {
    background: #fff;
    padding: 1px 10px;
    margin: 60px 0 0;
    position: relative;
  }
  .main .grayOut--item::before {
    content: "";
    background: #EFEFEF;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .main .grayOut--item--sb {
    background: #fff;
    padding: 1px 0 0;
    margin: 60px 0 0;
    position: relative;
  }
  .main .grayOut--item--sb::before {
    content: "";
    background: #EFEFEF;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .main .grayOut--wrap {
    background: #fff;
    margin: 60px -20px 0;
    padding: 40px 10px 10px;
    position: relative;
  }
  .main .grayOut--wrap::before {
    content: "";
    background: #EFEFEF;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .main .grayOut--block {
    background: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding: 1px 20px;
  }
}

@media screen and (max-width: 768px) {
  .main .grayOut--blank {
    background: #fff;
    margin: 40px -20px 0;
    position: relative;
  }
  .main .grayOut--blank::before {
    content: "";
    background: #EFEFEF;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
  }
}

.contents {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .contents {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .contents__main {
    padding: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .contents__main .orderFee {
    margin: 0 -10px;
  }
}

.contents__main .orderFee__giftWrapping {
  margin: 20px 20px 30px;
}

@media screen and (max-width: 768px) {
  .contents__main .orderFeeCart .orderFee__block {
    border: 0;
    background: transparent;
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .contents__main .orderFeeCart .orderFee__submit {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents__main .orderFee__info {
    margin-bottom: 25px;
  }
}

.basketLead {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .basketLead {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .basketWrap {
    position: relative;
    background: #fff;
    margin: 0 -10px 0;
    padding: 10px;
  }
  .basketWrap > .block {
    margin-top: 40px;
  }
  .basketWrap::before {
    position: absolute;
    background: #EFEFEF;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
  }
}

/* ---------------------------------------------------------------------
	カートに入っている商品合計
 --------------------------------------------------------------------- */
.basketTotalBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 20px 0 80px;
}

@media screen and (max-width: 768px) {
  .basketTotalBlock {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 20px 0 40px;
  }
}

.basketTotalBlock .balloon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.basketTotalBlock .balloon__inner, .basketTotalBlock .balloon__inner--white {
  display: block;
  margin: 0 18px 0 0;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .basketTotalBlock .balloon__inner, .basketTotalBlock .balloon__inner--white {
    margin: 10px 0 0;
    text-align: left;
  }
}

.basketTotalBlock .balloon__inner:before, .basketTotalBlock .balloon__inner--white:before {
  top: 50%;
  right: 0;
  left: auto;
  bottom: auto;
  margin-top: -2px;
  border: none;
  border-left: 10px solid #E0E0E0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: scale(1, 0.7) translate(100%, -50%);
          transform: scale(1, 0.7) translate(100%, -50%);
}

@media screen and (max-width: 768px) {
  .basketTotalBlock .balloon__inner:before, .basketTotalBlock .balloon__inner--white:before {
    top: -10px;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-top: 0;
    margin-left: -3px;
    border: none;
    border-bottom: 10px solid #E0E0E0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    -webkit-transform: scale(0.7, 1) translateX(-50%);
            transform: scale(0.7, 1) translateX(-50%);
  }
}

.basketTotalBlock .balloon__inner:after, .basketTotalBlock .balloon__inner--white:after {
  top: 50%;
  right: 2px;
  left: auto;
  bottom: auto;
  margin-top: -2px;
  border: none;
  border-left: 10px solid #FAFAFA;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: scale(1, 0.7) translate(100%, -50%);
          transform: scale(1, 0.7) translate(100%, -50%);
}

@media screen and (max-width: 768px) {
  .basketTotalBlock .balloon__inner:after, .basketTotalBlock .balloon__inner--white:after {
    top: -8px;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-top: 0;
    margin-left: -3px;
    border: none;
    border-bottom: 10px solid #FAFAFA;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    -webkit-transform: scale(0.7, 1) translateX(-50%);
            transform: scale(0.7, 1) translateX(-50%);
  }
}

.basketTotalBlock .balloon__txt {
  margin-bottom: 1em;
}

.basketTotalBlock .balloon__txt:last-child {
  margin-bottom: 0;
}

.basketTotalBlock .balloon__head {
  display: block;
  font-weight: bold;
}

.basketProductTotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .basketProductTotal {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.basketProductTotal__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

.basketProductTotal__sum dt {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  white-space: nowrap;
}

.android .basketProductTotal__sum dt {
  font-weight: 400 !important;
}

.basketProductTotal__sum dd {
  margin-left: 40px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .basketProductTotal__sum dd {
    margin-left: 5px;
  }
}

.basketProductTotal .basketProductTotal__price {
  margin: -.2em 0 0 20px;
  font-size: 20px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.android .basketProductTotal .basketProductTotal__price {
  font-weight: 700;
}

.basketProductTotal .basketProductTotal__price span {
  font-size: 14px;
}

.basketProductTotal .basketProductTotal__price span:first-child {
  margin-right: 5px;
}

/* ---------------------------------------------------------------------
	バルーン内ボタン横並び
 --------------------------------------------------------------------- */
.basketSampleBtn {
  margin: 10px 0 80px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .basketSampleBtn {
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .basketSampleBtn .balloon__inner, .basketSampleBtn .balloon__inner--white {
    display: block;
    width: auto;
  }
}

.basketSampleBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .basketSampleBtn ul {
    display: block;
  }
}

.basketSampleBtn ul li {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .basketSampleBtn ul li + li {
    margin-top: 20px;
  }
}

.basketSampleBtn ul a {
  max-width: 265px;
  background: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .basketSampleBtn ul a {
    max-width: inherit;
  }
}

.basketSampleBtn .balloon__inner--white {
  max-width: 700px;
  min-width: 400px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ef857d;
}

.basketSampleBtn .balloon__inner--white:before {
  border-bottom: 10px solid #ef857d;
}

@media screen and (max-width: 768px) {
  .basketSampleBtn .balloon__inner--white {
    min-width: inherit;
  }
}

.basketSampleBtn .balloon__inner--white ul {
  margin: 0;
}

.basketSampleBtn .balloon__inner--white ul li {
  margin: 0;
  padding: 0;
}

.basketSampleBtn .balloon__inner--white ul li a {
  background: #fff;
  width: 100%;
  max-width: inherit;
}

.basketSampleBtn .balloon__inner--white ul li + li {
  margin-top: 0;
}

.basketSampleBtn .balloon__inner--white .balloon__row {
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.basketSampleBtn .balloon__sample {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.basketSampleBtn .balloon__sample li {
  padding: 0 24px;
  margin: 0 -14px;
  width: 66%;
}

@media screen and (max-width: 768px) {
  .basketSampleBtn .balloon__sample li {
    width: 100%;
  }
}

.basketSampleBtn .balloon__head {
  color: #ef857d;
  font-size: 16px;
}

.basketSampleBtn .balloon__list {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .basketSampleBtn .balloon__list {
    margin-left: 20px;
    margin-right: 20px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .basketSampleBtn .balloon__list::-webkit-scrollbar {
    display: none;
  }
}

.basketSampleBtn .balloon__list .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .basketSampleBtn .balloon__list .swiper-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .basketSampleBtn .balloon__list .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .basketSampleBtn .balloon__list .swiper-wrapper {
    overflow-x: auto;
  }
}

.basketSampleBtn .balloon__list .swiper-prev {
  background: url(/contents/common/images/bg-link-arrow-prev.png) no-repeat 4px center;
  background-size: auto;
  background-size: 15px 24px;
  width: 2em;
  height: calc(100% - 178px);
  position: absolute;
  top: 50px;
  left: 5px;
  right: auto;
}

@media screen and (max-width: 768px) {
  .basketSampleBtn .balloon__list .swiper-prev {
    display: none;
  }
}

.basketSampleBtn .balloon__list .swiper-next {
  background: url(/contents/common/images/bg-link-arrow-next.png) no-repeat 4px center;
  background-size: auto;
  background-size: 15px 24px;
  width: 2em;
  height: calc(100% - 178px);
  position: absolute;
  top: 50px;
  right: 5px;
  left: auto;
}

@media screen and (max-width: 768px) {
  .basketSampleBtn .balloon__list .swiper-next {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .basketSampleBtn .balloon__list .swiper-slide {
    width: auto;
    height: auto;
  }
}

.basketSampleBtn .balloon__list .swiper-button-disabled {
  display: none;
}

.basketSampleBtn .balloon__list li {
  display: inline-block;
}

.basketSampleBtn .balloon__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.basketSampleBtn .balloon__col:first-child {
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.basketSampleBtn .balloon__col:last-child {
  padding-left: 18px;
  width: 110px;
}

.basketSampleBtn .balloon__link {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 14px;
  margin: 14px 0 14px;
}

.basketSampleBtn .balloon__link .btn--cartWhite {
  width: 66%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .basketSampleBtn .balloon__link .btn--cartWhite {
    width: 100%;
  }
}

.basketSampleBtn--ab {
  /*		display: none;*/
}

/* ---------------------------------------------------------------------
	特別なお知らせ
 --------------------------------------------------------------------- */
.enclosure--notice:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .enclosure--notice:last-child {
    margin-bottom: 40px;
  }
}

/* ---------------------------------------------------------------------
	バナーエリア
 --------------------------------------------------------------------- */
.bannerArea {
  margin: 80px 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.bannerArea:hover {
  opacity: 0.65;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .bannerArea:hover {
    opacity: 1;
  }
}

.bannerArea:hover span {
  text-decoration: none;
}

.bannerArea span {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .bannerArea {
    margin: 40px 0 60px;
  }
}

/* ---------------------------------------------------------------------
	ご注文手続きへ
 --------------------------------------------------------------------- */
.bottomBtn {
  margin: 80px 0;
  text-align: center;
}

/* ---------------------------------------------------------------------
	ご注文手続きへ下部固定
 --------------------------------------------------------------------- */
.bottomBasketBtn {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.bottomBasketBtn.is-show {
  opacity: 1;
}

.bottomBasketBtn ul {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
}

.bottomBasketBtn .btn--strong {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  background: rgba(92, 90, 90, 0.8);
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.bottomBasketBtn .btn--strong:hover {
  opacity: 0.65;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .bottomBasketBtn .btn--strong:hover {
    opacity: 1;
  }
}

.bottomBasketBtn .btn--strong:hover span {
  text-decoration: none;
}

.bottomBasketBtn .btn--strong span {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .bottomBasketBtn .btn--strong {
    width: 70px;
    height: 70px;
  }
}

.bottomBasketBtn__bunner {
  display: none;
}

.bottomBasketBtn__link {
  display: inline-block;
  width: 100%;
  height: 64px;
  text-align: center;
  background: rgba(92, 90, 90, 0.8);
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
}

@media screen and (max-width: 768px) {
  .bottomBasketBtn__link {
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
  }
}

.bottomBasketBtn__link span {
  font-weight: bold;
  margin-top: -3px !important;
  width: 100% !important;
}

.bottomBasketBtn__link span:after {
  position: absolute;
  width: 9px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.bottomBasketBtn__link[disabled], .bottomBasketBtn__link.is-disabled {
  border-color: #BBB;
  cursor: default;
}

.bottomBasketBtn__link[disabled] span, .bottomBasketBtn__link.is-disabled span {
  opacity: .4;
}

.bottomBasketBtn__link[disabled]:hover, .bottomBasketBtn__link.is-disabled:hover {
  border-color: #BBB;
}

.bottomBasketBtn__link[disabled]:hover span, .bottomBasketBtn__link.is-disabled:hover span {
  opacity: .4;
}

@media screen and (max-width: 768px) {
  .bottomBasketBtn__link[disabled]:hover, .bottomBasketBtn__link.is-disabled:hover {
    border-color: #BBB;
  }
  .bottomBasketBtn__link[disabled]:hover span, .bottomBasketBtn__link.is-disabled:hover span {
    opacity: .4;
  }
}

.bottomBasketBtn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .bottomBasketBtn span {
    width: 70px;
    line-height: 1.5;
  }
}

.bottomBasketBtn span:after {
  content: "";
  display: block;
  height: 9px;
  margin-top: 4px;
  background: center 0 url(/contents/common/images/bg-link-arrow-next-white.png) no-repeat;
  background-size: 5px 9px;
}

/* ---------------------------------------------------------------------
	あなたにおすすめのサンプル モーダル
 --------------------------------------------------------------------- */
.modalSample__head {
  margin: 0 0 40px;
  background: #FFF;
  z-index: 1001;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modalSample__head > p {
  margin: 20px 0;
  padding: 0;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .modalSample__head > p {
    font-size: 14px;
  }
}

.modalSample__list {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modalSample__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #E0E0E0;
}

.modalSample__listItem:first-child {
  border-top: 1px solid #E0E0E0;
}

.modalSample__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
  margin-right: 20px;
}

.modalSample__num {
  margin-left: auto;
}

.modalSample__view {
  height: 80px;
  margin: 60px -40px -20px;
  padding: 0 40px;
  background: #FAFAFA;
  border-top: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .modalSample__view {
    height: auto;
    margin-top: 10px;
  }
}

.modalSample__view .btn--cartWhite {
  width: 265px;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .modalSample__view .btn--cartWhite {
    width: 100%;
  }
}

/* ---------------------------------------------------------------------
	定期販売
 --------------------------------------------------------------------- */
.regularTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 6px;
  font-size: 14px;
}

.regularTable__price {
  line-height: 1.5;
  font-size: 12px;
  text-align: center;
}

.regularTable__price span {
  font-size: 16px;
}

.regularTable + .productTable__orderWrap .productTable__deleteCartBtn {
  margin-top: 12px;
}

.regularTable__txt {
  margin-left: 100px;
}

@media screen and (max-width: 768px) {
  .regularTable__txt {
    margin-left: 0;
    margin-top: 20px;
  }
}

.orderProduct p {
  margin: 0;
}

.orderProduct__name {
  font-size: 20px;
}

.orderProduct__price span {
  font-size: 24px;
  font-weight: bold;
}

.orderProduct__point {
  font-size: 12px;
}

.orderProduct__order {
  color: #EF857D;
}

.orderProduct__desc {
  color: #EF857D;
}

.orderProduct__desc a {
  color: #EF857D;
}

.orderProduct__desc:before {
  content: "";
  background: url(/contents/common/images/bg-check.png) no-repeat;
  background-size: cover;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 2px;
  vertical-align: middle;
}

.orderLink {
  margin: 20px;
}

@media screen and (max-width: 768px) {
  .orderLink {
    margin-top: 60px;
  }
}

.fixedCart {
  background: #fafafa;
  position: fixed;
  top: -62px;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (min-width: 769px) {
  .fixedCart {
    display: none !important;
  }
}

.fixedCart.is-fixed {
  top: 60px;
}

.fixedCart__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 20px !important;
}

.fixedCart__txt {
  width: 30%;
}

.fixedCart__txt .fixedCart__num {
  font-size: 16px;
  font-weight: bold;
}

.fixedCart__btn {
  width: 70%;
  margin: 0 !important;
}

.fixedCart__btn .btn--strong {
  height: 40px;
  margin-top: 5px;
}

.fixedCart__btn .btn--strong.is-disabled {
  pointer-events: none;
}

.fixedCart__consolidationlistLink {
  margin-top: 8px;
}

.fixedCart__consolidationlistLink .link--next {
  font-size: 12px;
  text-decoration: underline;
}

.js-orderProduct__btn .is-disabled {
  pointer-events: none;
}

#orderFeeMember {
  margin-top: -70px;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  #memberPoint {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  #later {
    margin-top: -60px;
    padding-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  .tableMemberPoint thead th {
    white-space: normal;
  }
}

@media screen and (min-width: 769px) {
  .tableMemberPoint th, .tableMemberPoint td {
    padding: 6px;
  }
}

@media screen and (min-width: 769px) {
  .tableMemberPoint td {
    padding: 10px 6px;
  }
}

@media screen and (max-width: 768px) {
  .main .specialWrap {
    padding-top: 1px;
    margin: 0 -20px;
  }
}

.regularInfoModal {
  line-height: 1.75;
  max-height: 427px;
}

.regularInfoModal .modal__inner {
  max-height: 400px;
}

.regularInfoModal__title {
  background: url(/contents/common/images/icon-attention-red.png) no-repeat;
  background-size: 34px;
  padding-left: 48px;
  font-size: 20px;
  font-weight: bold;
}

.regularInfoModal__error {
  color: #D70014;
  font-weight: bold;
  margin-top: 20px !important;
}

.regularInfoModal__list {
  margin: 14px 0 !important;
}

.regularInfoModal__list li {
  font-weight: bold;
}

.regularInfoModal__btn li {
  margin-top: 20px;
}

.regularInfoModal__btn li a, .regularInfoModal__btn li span {
  margin: 0 auto !important;
  cursor: pointer;
}

.regularInfoModal p {
  margin: 0;
}

.regularInfoModal .regularInfoModal__btn {
  margin: 0;
}
