@charset "utf-8";

/* KDS_add_start */
.ageLimitArea p {
	font-size: 17px;
    font-weight: bold;
    color: red;
  }
/* KDS_add_start */

/* EDKDS001-03_add_start */
.orderPopUpArea tr.bdr_b_solid {
  display: table-row;
  margin-bottom: 0;
}
 .orderPopUpArea h3:before {
  content: none;
 }

.orderPopUpArea .bdr_b_solid {
  margin-bottom: 0;
}

.orderPopUpArea #lastOrderInfoTbl th {
  min-width: 100px;
  padding: 16px 10px;
  border: 0;
  background-color: #f8f8f8;
  white-space: nowrap;
}
.orderPopUpArea #lastOrderInfoTbl td {
  min-width: 100px;
  padding: 16px 10px;
  border: 0;
}
/* EDKDS001-03_add_end */

/* KDS_add_start */ 
#resisterCampaignBanner {
	width:100%;
}
  
/* KDS_add_end */


@media screen and (max-width: 768px) {
  
  /* KDS_add_start */
  .ageLimitArea p {
	text-align: left !important;
  }
  /* KDS_add_end */
  
  #cartMain {
    margin: 40px 16px;
  }

  #normalCommodityBtnArea .w100.txt_r.mb10{
    margin-bottom: 24px;
  }

  #normalCommodityBtnArea a {
    position: relative;
    padding-right: 48px;
  }

  #normalCommodityBtnArea a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 8px;
    transform: translateY(-50%);
    /*  EDKDS001-03_mod_start */
    background: url(../../commonfiles/images/arrow_black.svg) no-repeat center/contain;
    /*background: url("../../commonfiles/images/icon/black/arrow_black.svg") no-repeat center/contain;*/
    /*  EDKDS001-03_mod_end */
  }

  .shopCartBeanTemplateArea {
    border: 0;
    border-radius: 8px;
    background: #f7f7f7;
  }

  .shopCartBeanTemplateArea .cartCover {
    margin: 0;
    padding: 16px;
  }

  span.commoditySalesPrice {
    color: #d9321d;
    font-weight: bold;
  }

  .imageCommodityImg {
    border-radius: 8px;
  }

  #cartMain .deleteButton {
    width: auto;
  }

  .commodityCartBean {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }

  .updateQuantity {
    margin: 0 0 16px;
    text-align: left;
  }

  .total {
    border: 0;
  }

  .ageLimitArea {
    margin-bottom: 16px;
  }

  #reserveCommodityBtnArea a {
    position: relative;
    padding-right: 48px;
  }

  #reserveCommodityBtnArea a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) rotate(180deg);
    /*  EDKDS001-03_mod_start */
    background: url(../../commonfiles/images/arrow_black.svg) no-repeat center/contain;
    /*background: url("../../commonfiles/images/icon/black/arrow_black.svg") no-repeat center/contain;*/
    /*  EDKDS001-03_mod_end */
  }

  .total table td {
    font-size: 16px;
  }

  .shippingButtonArea {
    padding-bottom: 0;
  }

  #blanketCartArea a {
    color: #1d7bd9;
  }
  /* EDKDS001-03_add_start */
  .orderPopUpArea {
    width: calc(100vw - 32px);
    padding: 30px 20px;
    border-radius: 8px;
  }
  .orderPopUpArea h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .orderPopUpArea .popUpButtonArea {
    margin: 16px auto 0;
  }
  .popUpButtonArea > input {
    width: 100%;
    margin: 0 0 8px 0;
  }
  .popUpButtonArea > input:last-child {
    margin-bottom: 0;
  }
  .orderPopUpArea h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .shippingButton {
	margin-bottom:5px;
  }
  .orderPopUpArea #lastOrderInfoTbl {
    font-size:small;
  }
  /* EDKDS001-03_add_end */
  
}

@media screen and (min-width: 769px) {
  /* 画面サイズが769pxからはここを読み込む */
  #cartMain {
    width: 1180px;
    margin: 80px auto;
  }

  #normalCommodityBtnArea a {
    position: relative;
    padding-right: 48px;
  }

  #normalCommodityBtnArea a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 8px;
    transform: translateY(-50%);
    /*  EDKDS001-03_mod_start */
    background: url(../../commonfiles/images/arrow_black.svg) no-repeat center/contain;
    /*background: url("../../commonfiles/images/icon/black/arrow_black.svg") no-repeat center/contain;*/
    /*  EDKDS001-03_mod_end */
  }

  .shopCartBeanTemplateArea {
    border: 0;
    border-radius: 8px;
    background: #f7f7f7;
  }

  .shopCartBeanTemplateArea .cartCover {
    margin: 0;
    padding: 24px;
  }

  #cartMain .listBody.commodityCartBean .cartTbl {
    border-radius: 0;
  }

  #cartMain .listBody.commodityCartBean:last-child .cartTbl {
    border-radius: 0 0 8px 8px;
  }

  .commodityCartBean:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  span.commoditySalesPrice {
    color: #d9321d;
    font-weight: bold;
  }

  .imageCommodityImg {
    border-radius: 8px;
  }

  .total {
    border: 0;
  }

  .ageLimitArea {
    margin-bottom: 16px;
  }

  #reserveCommodityBtnArea a {
    position: relative;
    padding-right: 48px;
  }

  #reserveCommodityBtnArea a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) rotate(180deg);
    /*  EDKDS001-03_mod_start */
    background: url(../../commonfiles/images/arrow_black.svg) no-repeat center/contain;
    /*background: url("../../commonfiles/images/icon/black/arrow_black.svg") no-repeat center/contain;*/
    /*  EDKDS001-03_mod_end */
  }

  .shippingButtonArea {
    padding-bottom: 0;
  }

  .total table td {
    font-size: 20px;
  }

  .clearCartArea {
    float: none;
  }

  #buttonArea input {
    display: block;
  }

  #blanketCartArea a {
    color: #1d7bd9;
    transition: 0.3s;
  }

  #blanketCartArea a:hover {
    opacity: 0.7;
  }

  .cartCover .float_l,
  .cartCover .float_r {
    justify-content: flex-start;
  }

  #cartMain .deleteButton {
    width: auto;
  }
  
    /* EDKDS001-03_add_start */
   .orderPopUpArea {
    width: 705px;
    padding: 32px;
    border-radius: 8px;
  }
  .orderPopUpArea h3 {
    margin-bottom: 24px;
    font-size: 20px;
  }
  
  .orderPopUpArea .popUpButtonArea {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 24px;
    text-align: center;
  }
  .popUpButtonArea > input {
    margin-left: 16px;
  }
  .popUpButtonArea> input:last-child {
    margin-left: 0;
  }
  
  #buttonArea > .cartNavigationImg {
    display:none!important;
  }
  
  /* EDKDS001-03_add_end */
}
@media screen and (min-width: 769px) and (max-width: 991px) {

  #cartMain .d-block.d-lg-none.mb20 {
    display: none!important;
  }

  #cartMain .d-none.d-lg-block.mb20.bdr_b_solid {
    display: block !important;
  }

  .cartTbl td {
    padding: 40px 16px !important;
  }
  .cartTbl .incWorkArea td {
    padding: 0 16px 40px !important;
  }

  .commodityCartBean {
    margin-bottom: 0;
  }

  .cmdtyCol {
    width: 50%;
  }

  .priceCol {
    width: 17%;
  }

  .cartTbl.cartTotal td {
    padding: 15px !important;
  }

  .ageLimitArea {
    padding: 0;
    text-align: right
  }

  #blanketCartArea {
    float: right;
  }
}
