@charset "UTF-8";
/* ----- カラム ----- */
.cart-col-set:after {
  content: "";
  display: block;
  clear: both;
}

.cart-col-left {
  float: left;
  width: calc(71.7% - 30px);
  margin-right: 30px;
}

@media screen and (max-width: 1199px), print {
  .cart-col-left {
    width: calc(71.7% - 20px);
    margin-right: 20px;
  }
}

.cart-col-right {
  float: right;
  width: 28.3%;
}

@media screen and (max-width: 767px) {
  .cart-col-left,
  .cart-col-right {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.fixed-col {
  padding-bottom: 80px;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media screen and (max-width: 1199px), print {
  .fixed-col {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .fixed-col {
    position: static !important;
    width: auto !important;
    max-width: none !important;
    padding-bottom: 15px;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

.fixed-col.top-fixed {
  position: fixed;
  width: calc((100% - 6vw) * .283);
  max-width: calc(1170px * .283);
}

.fixed-col.bottom-fixed {
  position: absolute;
  bottom: 0;
  width: calc((100% - 6vw) * .283);
  max-width: calc(1170px * .283);
  -webkit-transition: none;
  transition: none;
}

.cart-top-table {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .cart-top-table {
    margin-bottom: 0;
  }
}

/*カートテーブル */
@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table {
    display: block;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table th,
  .cart-col-left .cart-table table td,
  .cart-col-left .cart-table table thead,
  .cart-col-left .cart-table table tbody {
    display: block;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table th {
    width: 100%;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table thead th:not(:first-child) {
    display: none;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table tbody tr {
    background: #f0ebe4;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table tbody th {
    padding: 15px;
    border: 0 none;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table tbody td {
    min-width: 20%;
    padding: 10px 0;
    border: 0 none;
    background-color: #f0ebe4;
    text-align: center;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table tbody td:first-of-type {
    width: 35%;
    padding: 10px 10px 10px 15px;
    text-align: left;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table tbody td:last-of-type {
    width: 35%;
    padding: 10px 15px 10px 0;
    text-align: right;
    min-width: auto;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table dl dd {
    padding-left: 15px;
    width: calc(100% - 70px) !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table dl dd .heading {
    font-size: .88rem;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table select {
    padding: 2px 35px 2px 10px;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table .num {
    font-size: 1.13rem;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table table .form-caption {
    display: inline-block;
    text-align: center;
  }
}

@media screen and (max-width: 499px) {
  .cart-col-left .cart-table table .form-caption {
    display: block;
    padding: 0;
    text-align: center;
    font-size: .88rem;
  }
}

.cart-col-left .cart-table-main {
  width: 60%;
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table-main {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .cart-col-left .cart-table-main {
    width: 100% !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table-sp40 {
    width: 40% !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table-sp50 {
    width: 50% !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table-sp60 {
    width: 60% !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-col-left .cart-table-sp100 {
    width: 100% !important;
  }
}

.attention {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .attention {
    margin-bottom: 15px;
  }
}

/* --------- Favorite List ----------- */
.favorite-list {
  padding-top: 0;
}

.favorite-list .bar-heading {
  margin-bottom: 0;
}

.favorite-list .bar-heading .heading {
  font-size: 1.13rem;
}

.favorite-list dl {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .favorite-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.favorite-list ul {
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .favorite-list ul {
    display: block;
  }
}

.favorite-list li {
  margin: 0;
  padding: 20px;
  border-bottom: solid 1px #e6e1db;
}

@media screen and (max-width: 767px) {
  .favorite-list li {
    padding: 15px;
  }
}

.favorite-list li:before {
  display: none;
}

@media screen and (max-width: 959px) {
  .favorite-list .col1-2 {
    width: 100%;
  }
}

.favorite-list .img {
  width: 80px !important;
  margin: 0;
  padding: 0;
}

.favorite-list .txt {
  width: calc(100% - 80px) !important;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  .favorite-list .txt {
    padding: 0 0 0 15px;
  }
}

.favorite-list .txt .heading {
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: .88rem;
  font-weight: bold;
}

.favorite-list .txt .heading a {
  text-decoration: none;
}

.favorite-list .txt p {
  margin: 0 0 5px;
  font-size: .88rem;
}

.favorite-list .txt .postage {
  display: inline-block;
}

.favorite-list .txt .link-horizontal {
  margin-bottom: 0;
}

.favorite-list .txt .link-horizontal a {
  margin-bottom: 0;
}

html:not(.mobile) .favorite-list .txt .heading a:hover {
  text-decoration: underline;
}

/* --------- Total Price ----------- */
.cart-total-price {
  margin-bottom: 30px;
  padding: 20px 20px 0;
  background: #e6e1db;
  font-size: .88rem;
}

@media screen and (max-width: 1199px), print {
  .cart-total-price {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cart-total-price {
    margin-bottom: 15px;
    padding: 15px 15px 0;
  }
}

.cart-total-price dl {
  margin-bottom: 15px;
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-total-price dl {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cart-total-price dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cart-total-price dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 120px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-total-price dl dt {
    display: block;
    width: auto;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .cart-total-price dl dt {
    width: 50% !important;
  }
}

.cart-total-price dd {
  width: 120px;
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-total-price dd {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .cart-total-price dd {
    width: 50% !important;
  }
}

.cart-total-price .total-price {
  padding: 0 0 10px;
  color: #f45c5c;
}

.cart-total-price dl:first-child .num {
  font-weight: bold;
  color: #f45c5c;
}

.cart-total-price .xs {
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-total-price .re-calc.btn {
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-total-price .re-calc.btn {
    padding: 10px 0 0;
  }
}

.cart-total-price .re-calc.btn > * {
  padding: 9px 0 8px;
}

.cart-total-price .btn > * {
  min-width: 100%;
  margin: 0;
}

.cart-total-price .btn.cart-btn {
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-total-price .btn.cart-btn {
    margin-bottom: 15px;
  }
}

.cart-total-price .cart-btn > a {
  width: 100%;
}

.cart-total-price .total-price-detail {
  margin: 0;
}

.cart-total-price .total-price-detail dt, .cart-total-price .total-price-detail dd {
  padding: 15px 0;
  border-top: 1px solid #cbc3bd;
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-total-price .total-price-detail dt {
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px), print {
  .cart-total-price .total-price-detail dd {
    padding: 0 0 10px;
    border-top: 0 none;
  }
}

.cart-total-price .num {
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .cart-total-price .num {
    font-size: 1.3rem;
  }
}

.win .cart-total-price .num {
  font-size: 1.58rem;
}

@media screen and (max-width: 767px) {
  .win .cart-total-price .num {
    font-size: 1.4rem;
  }
}

.total-set dt:nth-of-type(2),
.total-set dd:nth-of-type(2),
.total-set dt:nth-of-type(3),
.total-set dd:nth-of-type(3) {
  padding: 5px 0;
  border-top: none;
}

.total-set dt:first-of-type,
.total-set dd:first-of-type {
  padding: 15px 0 5px 0;
}

/* ----- Shopping Guide ----- */
.shopping-guide {
  padding: 20px 20px 10px 20px;
  background: #fff;
  font-size: .88rem;
}

@media screen and (max-width: 767px) {
  .shopping-guide {
    padding: 15px 15px 5px;
  }
}

.shopping-guide ul {
  margin-bottom: 0;
}

.shopping-guide li {
  margin-bottom: 10px;
}

/* ----- Slider ----- */
.cart-slider {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px), print {
  .cart-slider {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cart-slider {
    margin-bottom: 15px;
  }
}

.cart-slider .panel-vertical {
  margin-bottom: 0;
}

/*---------------------------------------------
	[AC02][ADD] お届け先の指定
---------------------------------------------*/
.panel-addcg {
  display: none;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}

@media screen and (max-width: 1199px), print {
  .panel-addcg {
    top: -45px;
    margin-bottom: -45px;
  }
}

.panel-addcg .content {
  background: #EFEAE3;
}

.panel-addcg-arr {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 27px 25px;
  border-color: transparent transparent #EFEAE3 transparent;
}

.panel-addcg .box .btn {
  max-width: 220px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .panel-addcg .box .btn {
    max-width: 100%;
  }
}

.panel-addcg .box .btn > * {
  margin-right: 0;
}

.panel-addcg .link-horizontal {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.panel-addcg .new-add {
  padding: 0;
  position: relative;
  background: none;
}

.panel-addcg .new-add .btn {
  max-width: 100%;
  height: 100%;
  font-size: 18px;
}

.panel-addcg .new-add .btn a {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-addcg .new-add .btn a:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.panel-addcg .link-horizontal a + a {
  margin-right: 0 !important;
}

.web-info-box.col-set {
  width: 100%;
}

.web-info-box .col3-4 {
  margin-right: 0;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .web-info-box .col3-4 {
    float: none;
    width: 100%;
  }
}

.web-info-box .web-info-box-cel1 {
  float: left;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .web-info-box .web-info-box-cel1 {
    float: none;
    width: 100%;
  }
}

.web-info-box .btn {
  float: right;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .web-info-box .btn {
    float: none;
    width: 100%;
  }
}

.web-info-box.col-set + .btn {
  margin-left: 90px;
}

@media screen and (max-width: 767px) {
  .web-info-box.col-set + .btn {
    margin-left: 0;
  }
}

/*---------------------------------------------
	[AC03][ADD] 複数のお届け先の指定
---------------------------------------------*/
.cart-multiple {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .cart-multiple-delivery {
    padding-top: 0 !important;
    padding-left: 15px !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 959px) {
  .cart-multiple-delivery .select,
  .cart-multiple-delivery select {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .cart-multiple-delivery .select,
  .cart-multiple-delivery select {
    width: 100%;
  }
}

/*---------------------------------------------
	[AC05][ADD] のし
---------------------------------------------*/
.cart-noshi-item {
  margin-bottom: 30px;
}

.cart-list-btn .button {
  text-align: left;
  padding: 5px 20px 5px 20px;
}

.cart-list-btn span {
  display: block;
  line-height: 1.8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-noshi .form-table th {
  width: 23%;
  min-width: 220px;
}

@media screen and (max-width: 767px) {
  .cart-noshi .form-table th {
    width: 100%;
  }
}

.cart-noshi .form-table td {
  width: 77%;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .cart-noshi .form-table td {
    width: 100%;
    padding-right: 15px;
  }
}

.cart-noshi .form-table th a, .cart-noshi .form-table th p {
  font-weight: normal;
}

.cart-noshi .form-table .form-caption {
  padding: 0 10px 0 15px;
  display: block;
}

.cart-list-btn + .form {
  display: none;
}

.cart-list-btn.open + .form {
  display: block;
}

.cart-list-btn.open span:after {
  background-position: -143px -47px;
}

.noshi-item table thead th:first-child, .noshi-item table tbody th {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .noshi-item table thead th:first-child, .noshi-item table tbody th {
    width: 75%;
  }
}

.noshi-item table thead th + th {
  text-align: center;
  width: 10%;
}

@media screen and (max-width: 767px) {
  .noshi-item table thead th + th {
    width: 25%;
  }
}

.noshi-item table tbody td {
  text-align: center;
  width: 10%;
}

@media screen and (max-width: 767px) {
  .noshi-item table tbody td {
    width: 25%;
  }
}

.noshi-item table tbody th {
  background: #fff;
}

.noshi-panel {
  display: none;
}

@media screen and (max-width: 767px) {
  .noshi-panel {
    display: none !important;
  }
}

.noshi-panel.selected {
  display: table-row;
}

@media screen and (max-width: 767px) {
  .noshi-panel.selected {
    display: block !important;
  }
}

.cart-noshi .noshi-select .label-circle {
  right: 20px;
}

/*---------------------------------------------
	[AC07][ADD]ご注文内容の確認
---------------------------------------------*/
.cart-cnf-select {
  margin-bottom: 30px;
}

.cart-cnf-select table {
  table-layout: auto;
}

.cart-cnf-select table th {
  padding-left: 30px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cart-cnf-select table th {
    padding-left: 15px;
    padding-bottom: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  div.cart-cnf-select table td {
    display: block;
    border-top: none;
    padding-left: 15px !important;
  }
}

.cart-cnf-select .cart-sent-select-cel1 {
  width: 28%;
}

@media screen and (max-width: 767px) {
  .cart-cnf-select .cart-sent-select-cel1 {
    width: 100%;
  }
}

.cart-cnf-select .cart-sent-select-cel2 {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .cart-cnf-select .cart-sent-select-cel2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cart-cnf-select .cart-sent-select-cel2[colspan="2"] {
    padding-top: 0;
  }
}

.cart-cnf-select .cart-sent-select-cel3 {
  width: 12%;
}

@media screen and (max-width: 767px) {
  .cart-cnf-select .cart-sent-select-cel3 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cart-cnf-select-set-box + .cart-cnf-select-set-box {
    margin-top: 0;
  }
}

.order-cnf1 th {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .order-cnf1 th {
    width: 100%;
  }
}

.order-cnf1 td {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .order-cnf1 td {
    width: 100%;
  }
}

/* IE対応 ▽ */
@media screen and (max-width: 940px) and (-ms-high-contrast: none) {
  .order-cnf1 .col-set {
    display: block;
  }
  .order-cnf1 .col-set .col2-3,
  .order-cnf1 .col-set .col1-3 {
    width: auto;
  }
  .order-cnf1 .col-set .col1-3 {
    margin-top: 20px;
  }
  .order-cnf1 .btn {
    display: block;
  }
}

/* IE対応 △ */
.order-ck {
  color: #000;
}

/* IE対応 ▽ */
@media screen and (-ms-high-contrast: none) {
  table.cart-cnf-select {
    table-layout: fixed;
  }
}

/* IE対応 △ */
.cart-cnf-select-mail {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-cnf-select-mail p {
  margin-bottom: 0;
}

.cart-cnf-zenkakuname {
  padding-right: 70px;
}

@media screen and (max-width: 767px) {
  .cart-cnf-zenkakuname {
    padding-right: 0;
  }
}

.cart-cnf-zenkakuname .label-circle {
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -20px 0 0;
}

@media screen and (max-width: 767px) {
  .cart-cnf-zenkakuname .label-circle {
    position: static;
    margin: 5px 0;
  }
}

.cart-cnf-zenkakuname .label-error {
  display: none;
}

.cart-cnf-tab {
  padding: 0 !important;
  background-color: #f7f3ed !important;
}

.cart-cnf-tab-from {
  padding: 30px 30px 10px;
  margin-bottom: 30px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .cart-cnf-tab-from {
    padding: 15px 15px 5px !important;
  }
}

/* total-price-calc1 */
@media screen and (max-width: 767px) {
  .cart-col-right .total-price-calc:last-child {
    padding-bottom: 1px;
  }
}

.total-price-calc1 {
  padding-top: 15px;
  border-top: 1px solid #cbc3bd;
}

.total-price-calc1 .title {
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-top: 0;
}

.total-price-calc1:last-child {
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .total-price-calc1:last-child {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .total-price-calc1 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.total-price-calc1 dt, .total-price-calc1 dd {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  color: #555;
}

@media screen and (max-width: 767px) {
  .total-price-calc1 dt, .total-price-calc1 dd {
    width: 50% !important;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .total-price-calc1 dt {
    margin-bottom: 0 !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .total-price-calc1 dd {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    text-align: right !important;
  }
}

.cart-total-price .total-price-calc1 .l {
  color: #000;
}

.cart-total-price .total-price-calc1 .caution .l {
  color: #f45c5c !important;
}

@media screen and (max-width: 767px) {
  .cart-item-num-tbl tr {
    display: block;
    width: 100%;
  }
}

.cart-item-num-tbl th, .cart-item-num-tbl td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cart-item-num-tbl th {
  width: 69%;
}

@media screen and (max-width: 767px) {
  .cart-item-num-tbl th {
    padding-bottom: 0;
    width: 100%;
  }
}

.cart-item-num-tbl td {
  width: 30%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .cart-item-num-tbl td {
    width: 100%;
  }
}

.cart-table .order-cnf1 .col-set, .cart-day-select .col-set {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cnf-select-addhead {
  background: #EFEAE3;
}

.cnf-select-addhead-darkbeige {
  background: #e6e1db;
}

.cnf-select-addhead .txtRight {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .cnf-select-addhead .head-num,
  .cart-cnf-select .bar-heading .right {
    position: relative;
    width: 100%;
    right: 0;
  }
}

.cart-slw-tbl .bar-heading h2, .cart-slw-tbl .bar-heading p {
  display: inline-block;
}

.cart-slw-tbl .bar-heading h2 {
  margin-right: 20px;
}

.cart-slw-tbl th, .cart-slw-tbl td {
  padding: 0 0 5px !important;
  border: none !important;
}

.cart-slw-tbl-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 499px) {
  .cart-slw-tbl-table td {
    width: 50%;
  }
}

/* IE対応 ▽ */
@media screen and (max-width: 940px) and (-ms-high-contrast: none) {
  .cart-slw-tbl-table tr {
    display: block;
  }
  .cart-slw-tbl-table th,
  .cart-slw-tbl-table td {
    display: block;
  }
}

/* IE対応 △ */
.cart-day-select {
  border-top: 1px solid #e6e1db;
}

.cart-day-select th {
  width: 26% !important;
  vertical-align: top !important;
}

@media screen and (max-width: 767px) {
  .cart-day-select th {
    width: 100% !important;
    padding-bottom: 0;
  }
}

.cart-day-select td {
  width: 74% !important;
  vertical-align: middle;
  padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .cart-day-select td {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.cart-day-select td .calendar, .cart-day-select td select {
  width: 100% !important;
}

.cart-day-select td .set {
  overflow: hidden;
}

.cart-day-select td .col:first-child {
  float: left;
  width: 34%;
}

@media screen and (max-width: 959px) {
  .cart-day-select td .col:first-child {
    float: none;
    width: 200px;
  }
}

.cart-day-select td .col:nth-child(2), .cart-day-select td .col:nth-child(3) {
  float: left;
  width: 31.5%;
  margin-left: 1.5%;
}

@media screen and (max-width: 959px) {
  .cart-day-select td .col:nth-child(2), .cart-day-select td .col:nth-child(3) {
    float: none;
    width: 200px;
    margin-left: 0;
  }
}

/*---------------------------------------------
	[AC08][ADD] 完了
---------------------------------------------*/
.cart-cmp {
  margin-top: 70px;
}

@media screen and (max-width: 499px) {
  .cart-cmp {
    margin-top: 40px;
  }
}

.cart-cmp-total strong {
  color: #fff;
  font-size: 1.5rem;
  word-break: break-all;
}

@media screen and (max-width: 499px) {
  .cart-cmp-total strong {
    font-size: 1.3rem;
  }
}

.cart-cmp-total.btn {
  width: 100%;
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}

.cart-cmp-total.btn [class*="icon-"] span:after {
  top: 27%;
}

@media screen and (max-width: 499px) {
  .cart-cmp-total.btn button {
    border-radius: 50px;
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

/*---------------------------------------------
	[AC09][ADD] 配送方法の指定
---------------------------------------------*/
.cart-sent-list {
  margin-bottom: 30px;
}

.cart-sent-select tr:nth-child(n+2) th {
  background: #fff;
  vertical-align: top;
  width: 24.8%;
}

.cart-sent-select td {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cart-sent-select tr th {
    width: 100% !important;
  }
}

.cart-sent-select-cel3 select {
  width: 150px;
}

.cart-sent-head .checkbox, .cart-sent-head .heading, .cart-sent-head .note {
  display: inline-block;
}

.cart-sent-head .checkbox, .cart-sent-head .heading {
  margin-right: 15px;
  color: #000;
}

.cart-cnf-select-present .btn span {
  padding-left: 10px;
  padding-right: 10px;
}

.mail-panel {
  overflow: visible;
  padding-bottom: 30px;
}

.mail-panel .col-set {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*---------------------------------------------
	[AC10][ADD] お支払い方法の指定
---------------------------------------------*/
.cart-pay-select .cart-sent-select-cel1 {
  width: 33%;
  font-weight: bold;
}

.cart-pay-select .cart-sent-select-cel1 span.s {
  font-weight: normal;
  color: #555;
}

@media screen and (max-width: 767px) {
  .cart-pay-select .cart-sent-select-cel1 {
    width: 100%;
    display: block;
    padding: 15px;
    padding-bottom: 0;
  }
}

.cart-pay-select .cart-sent-select-cel2 {
  width: 67%;
}

@media screen and (max-width: 767px) {
  .cart-pay-select .cart-sent-select-cel2 {
    width: 100%;
    display: block;
    padding: 15px;
    border-top: none;
  }
}

.cart-pay-select .no-select {
  opacity: 0.5;
  pointer-events: none;
}

/*---------------------------------------------
	[AC17][ADD] 年齢確認
---------------------------------------------*/
.cart-cnf th, .cart-cnf td {
  border: none;
}

.cart-cnf tbody tr {
  border-top: solid 1px #e6e1db;
}

.cart-cnf tbody th, .cart-cnf tbody td {
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
}

.cart-cnf tbody th {
  background: #fff;
  padding-left: 30px;
}

.cart-cnf thead th:last-child, .cart-cnf tbody td {
  width: 8%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cart-cnf thead th:last-child, .cart-cnf tbody td {
    width: 25%;
  }
}

section.cart-cnf h2 {
  margin: 0;
  font-size: 1.38rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .cart-cnf-birth tbody {
    display: block;
  }
}

.cart-cnf-birth-box {
  display: inline-block;
  margin-right: 10px;
}

/*---------------------------------------------
	[AC18][ADD]スロワージュポイントと商品の交換
---------------------------------------------*/
.slowage-fix {
  position: relative;
}

/* main */
.slowage-main {
  width: calc(82.5% - 30px);
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .slowage-main {
    width: calc(100% - 5px);
  }
}

.slowage-main-now {
  padding: 35px 20px 15px 20px;
  margin-bottom: 20px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .slowage-main-now {
    text-align: center;
  }
}

.slowage-main-now .col-set {
  width: calc(100%);
}

@media screen and (max-width: 767px) {
  .slowage-main-now .col-set {
    margin-bottom: 20px;
  }
}

.slowage-main-now .col1-2 {
  width: 50% !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .slowage-main-now .col1-2 {
    margin-right: 0 !important;
    width: 100% !important;
  }
}

.slowage-main-item-head .col1-2 {
  width: 50% !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .slowage-main-item-head .col1-2 {
    width: 100% !important;
  }
}

.slowage-main-now-s1, .slowage-main-now-s2 {
  display: inline-block;
}

.slowage-main-now-s1 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .slowage-main-now-s1 {
    margin-right: 0;
    display: block;
  }
}

.slowage-main-now-s2 strong {
  font-size: 1.5rem;
  margin-right: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.slowage-main-now .btn, .slowage-main-item-head .btn {
  max-width: 350px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .slowage-main-now .btn, .slowage-main-item-head .btn {
    float: none;
    margin-right: auto;
  }
}

.slowage-main-now .btn button, .slowage-main-item-head .btn button {
  margin-right: 0;
  margin-bottom: 0;
}

.slowage-main-caution {
  margin-bottom: 50px;
}

/* sidebar */
.slowage-side {
  width: 18.8%;
  max-width: 200px;
  position: absolute;
  top: 0;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .slowage-side {
    max-width: 100% !important;
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
  }
}

.slowage-side .bar-heading {
  padding: 10px !important;
}

.slowage-side ul {
  background: #fff;
}

.slowage-side ul li {
  border-top: 1px solid #e6e1db;
  text-align: center;
  margin-bottom: 0;
}

.slowage-side ul li a {
  color: #555;
  display: block;
  padding: 22px 30px 22px 10px;
}

.slowage-side ul li a:after {
  position: absolute;
  right: 8px;
  top: 33%;
  background-position: left -50px;
}

.slowage-side ul li a:hover {
  color: #888;
}

/* heading */
.slowage-main-item-head {
  width: 100%;
  padding: 12px 20px 12px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .slowage-main-item-head {
    width: calc(100%);
    padding: 20px;
  }
}

.slowage-main-item-list .panel-vertical {
  position: relative;
}

.slowage-main-item-list .panel-vertical .txt {
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .slowage-main-item-list .panel-vertical .txt {
    padding-bottom: 90px;
  }
}

.slowage-main-item-list .bar-heading {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  padding-right: 45px;
}

@media screen and (max-width: 767px) {
  .slowage-main-item-list .bar-heading {
    bottom: -15px;
  }
}

.slowage-main-item-list .bar-heading .label-circle {
  position: absolute;
  top: 50%;
  right: 5px;
  margin: -20px 0 0;
}

.slowage-main-item-list .m, .slowage-main-item-list .s {
  color: #000;
}

.slowage-main-item-list p {
  margin-bottom: 0;
}

/*---------------------------------------------
	[ML] メール変換
---------------------------------------------*/
.btn-mailcg {
  border-left: 1px solid #E5E0DA;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #1c89a6;
}

.btn-mailcg.noClick {
  pointer-events: none;
  opacity: 0.6;
}

.txt-mailcg {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.44rem;
  margin: 0 10px 0 0;
  font-weight: bold;
  word-break: break-all;
  color: #000;
}

.mailcg.active input {
  display: inline-block;
}

.mailcg input, .mailcg.active .txt-mailcg {
  display: none;
}

/*　pay_img　*/
section.box.guide-box .pay_img {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  grid-gap: 1.4rem;
  margin: 15px 10% 30px 0;
}

@media screen and (max-width: 767px) {
  section.box.guide-box .pay_img {
    margin: 15px 0 30px;
  }
}

section.box.guide-box .pay_img_item {
  position: static;
  margin: 0;
  padding: 0;
  line-height: 0;
}

section.box.guide-box .pay_img_item img {
  display: block;
  max-width: 100%;
}

section.box.guide-box .pay_img_item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0;
}


/*---------------------------------------------
	メルマガ500ポイントキャンペーン追加スタイル 2024.01.16
	友達紹介クーポンキャンペーン追加スタイル 2025.10.10
  ---------------------------------------------*/
  
.cart-benefits img {
  width: 100%;
  height: auto;
  border: solid 16px #fff;
}

/*---------------------------------------------
	スロワージュプレゼント追加スタイル 2025.07.02
  ---------------------------------------------*/
.cart-slowagePresent{
  margin-bottom: 30px;
  padding: 24px 16px;
  background-color: #FFF;
  overflow: hidden;
}
.cart-slowagePresent__inner{
  width: 100%;
}
.cart-slowagePresent__campaign01{
    text-align: center!important;
    margin-bottom: 6px;
    font-weight: bold;
    font-feature-settings: "palt" on;
    text-align: justify;
    font-size: 12px!important;
    line-height: 1.4 !important;
}
.cart-slowagePresent__campaign02{
    text-align: center!important;
    margin-bottom: 24px;
    font-weight: bold;
    font-feature-settings: "palt" on;
    text-align: justify;
    font-size: 12px!important;
    line-height: 1.4 !important;
}
.cart-slowagePresent__title {
  font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 16px!important;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 0 8px 0!important;
  padding: 0!important;
}
.cart-slowagePresent__title::after {
    display: none!important;
}
.cart-slowagePresent__subtitle {
  color: #64C0AB;
  font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 14px!important;
  font-weight: normal;
  line-height: 1;
}
.cart-slowagePresent__subtitle__small{
  color: #64C0AB;
  font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 10px!important;
  font-weight: normal;
  line-height: 1;
}
.cart-slowagePresent__imagewrap{
    width: 253.47px;
    margin: 8px auto;
}
.cart-slowagePresent__imagewrap__image{
    width: 100%;
}
.cart-slowagePresent__note {
  font-size: 14px!important;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  gap: 0;
  margin-bottom: 8px;
}
.cart-slowagePresent__note>p {
  font-size: 12px!important;
  margin-bottom: 0;
}
.cart-slowagePresent__detail {
  font-feature-settings: "palt" on;
  text-align: justify;
  font-size: 14px;
  line-height: 1.4 !important;
}
.cart-slowagePresent__course {
  background: #E2FCF6;
  padding: 8px 12px;
  border-radius: 8px;
}
.cart-slowagePresent__course__title {
  font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  text-align: center;
  font-size: 12px!important;
  font-weight: 700;
  color: #635B00;
  line-height: 1.3!important;
  padding-bottom: 4px;
}
.cart-slowagePresent__course__text {
  font-family: "Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  text-align: left;
  font-size: 12px!important;
  line-height: 1.3!important;
  padding-bottom: 4px;
}
.cart-slowagePresent__course__note {
  font-family: "Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  text-align: left;
  font-size: 8px!important;
  line-height: 1.3!important;
  margin: 0;
}




@media screen and (min-width: 600px) {
  .cart-slowagePresent__inner{
    max-width: 600px;
    margin: 0 auto;
  }
  .cart-slowagePresent__campaign01{
    font-size: 16px!important;
    margin-bottom: 12px;
  }
.cart-slowagePresent__campaign02{
    font-size: 16px!important;
    margin-bottom: 32px;
  }
  .cart-slowagePresent__title {
    font-size: 24px!important;
    margin-bottom: 0 !important;
  }
  .cart-slowagePresent__subtitle {
    font-size: 20px!important;
  }
  .cart-slowagePresent__subtitle__small {
    font-size: 14px!important;
  }
  .cart-slowagePresent__imagewrap{
    width: 343px;
  }
  .cart-slowagePresent__note {
    font-size: 14px!important;
  }
  .cart-slowagePresent__note>p {
    font-size: 14px!important;
  }
  .slowagePresent__detail {
    font-size: 15px!important;
  }
  .cart-slowagePresent__course {
    padding: 10px 16px 16px 16px;
  }
  .cart-slowagePresent__course__title {
    font-size: 18px!important;
    line-height: 1.4!important;
    padding-bottom: 8px;
  }
  .cart-slowagePresent__course__text {
    font-size: 14px!important;
    line-height: 1.4!important;
    padding-bottom: 8px;
  }
  .cart-slowagePresent__course__note {
    font-size: 10px!important;
    line-height: 1.4!important;
  }
}
