@charset "UTF-8";

/*
 * perfect-scrollbar.css
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  background-color: #eee;
  height: 10px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  background-color: #eee;
  width: 10px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 10px;
  height: 10px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 10px;
  width: 10px;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}


/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

@media (max-width: 767px) {
  .ps__rail-x {
    height: 5px;
  }

  .ps__rail-y {
    width: 5px;
  }

  .ps__thumb-x {
    border-radius: 5px;
    height: 5px;
  }

  .ps__thumb-y {
    border-radius: 5px;
    width: 5px;
  }
}



/*
 * style.css
 */
body {
  position: relative;
  color: #000;
  font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 15px;
  -webkit-font-feature-settings: 'palt'1;
  font-feature-settings: 'palt'1;
  line-height: 1.6;
}

main {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #000;
  font-size: 80%;
}

a {
  color: #000;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
  opacity: .7;
}

input,
select {
  font-size: 16px;
}

select {
  padding: .25em .5em;
}

ul,
ol {
  margin-bottom: 0;
  padding-left: 30px;
}

ol ul {
  list-style-type: disc;
}

li {
  margin-bottom: 5px;
}

.navbar-form {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
}

.at-cart-detail .btn.btn-sm {
  white-space: normal;
}

.btn-link {
  color: #000;
}

.btn-link:hover,
.btn-link:focus {
  color: #000;
  opacity: .7;
}

.btn-block+.btn-block {
  margin-top: 20px;
}

.label {
  padding: .4em .6em .3em;
}

.form-inline textarea.form-control {
  width: 100%;
}

.form-control {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.modal-title {
  font-weight: 600;
}

.modal-body {
  padding: 30px 60px;
}

#fbplus-wrap {
  width: auto !important;
}


/* Object */

.at-btn-gray {
  background-color: #808080;
  color: #fff;
}

.at-btn-gray:hover,
.at-btn-gray:focus,
.at-btn-gray:active {
  color: #fff;
  opacity: .7;
}

.at-btn-white {
  background: #fff;
  color: #777;
  border: 1px solid #777;
}
.at-btn-white:hover,
.at-btn-white:focus,
.at-btn-white:active {
  color: #932a13;
  border-color:#932a13;
}

.at-btn-dark {
  background-color: #606060;
  color: #fff;
  z-index: 100;
}

.at-btn-dark:hover,
.at-btn-dark:focus,
.at-btn-dark:active {
  color: #fff;
  opacity: .7;
}

.at-btn-dismiss {
  background-color: #e3dfdf;
  color: #000;
}

.at-btn-exect {
  background-color: #db830b;
  color: #fff;
}

.at-btn-exect:hover,
.at-btn-exect:focus,
.at-btn-exect:active {
  color: #fff;
  opacity: .7;
}

.at-btn-common {
  width: 100%;
}

.at-btn-round {
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
}

.at-btn-status,
.at-btn-mypage {
  margin-right: 10px;
  padding: 4px 0;
  color: #000;
  font-weight: 600;
}

.at-btn-status img,
.at-btn-mypage img {
  width: 44px;
  height: auto;
}

.at-btn-status:hover,
.at-btn-mypage:hover {
  text-decoration: none;
}

.at-btn-cart {
  display: block;
  width: 100%;
  margin-top: auto;
  color: #fff;
  background-color: #db830b;
  border-radius: 25px;
  font-size: 14px;
}

.at-btn-cart:hover,
.at-btn-cart:focus,
.at-btn-cart:active {
  color: #fff;
  opacity: .7;
}

.at-btn-cart.is-disabled {
  color: #606060;
  background-color: #adadad;
  pointer-events: none;
}

.at-btn-cart.is-disabled.-dark {
  color: #B2B2B2;
  background-color: #767676;
  pointer-events: none;
}

.at-btn-cart-cell {
  color: #fff;
  background-color: #db830b;
}

.at-btn-cart-cell:hover,
.at-btn-cart-cell:focus,
.at-btn-cart-cell:active {
  color: #fff;
  opacity: .7;
}

.at-btn-cart-cell.is-disabled {
  color: #606060;
  background-color: #adadad;
  pointer-events: none;
}

.at-pill-btn-exec,
.at-pill-btn-empty {
  width: 100%;
  padding: 26px;
  border-radius: 50px;
  font-size: 19px;
}

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  .at-pill-btn-exec,
  .at-pill-btn-empty {
    font-size: 22px;
  }
}

.at-pill-btn-exec {
  color: #fff;
  background-color: #db830b;
}

.at-pill-btn-exec:hover,
.at-pill-btn-exec:focus,
.at-pill-btn-exec:active {
  color: #fff;
  opacity: .7;
}

.at-pill-btn-exec.is-disabled {
  color: #B2B2B2;
  background-color: #767676;
  pointer-events: none;
}

.at-pill-btn-empty {
  color: #353535;
  background-color: #C9C9C9;
}

.at-pill-btn-empty:hover,
.at-pill-btn-empty:focus,
.at-pill-btn-empty:active {
  color: #353535;
  opacity: .7;
}

.at-cartbtn-block {
  position: relative;
  margin-top: auto;
}

.at-popover {
  position: absolute;
  top: -60%;
  left: 50%;
  max-width: 20em;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .2s ease;
  transition: .2s ease;
  z-index: -1;
}

.at-popover.is-info {
  background-color: #cfedef;
  border: 1px solid #2d959a;
}

.at-popover.is-info a {
  color: #2d959a;
  text-decoration: underline;
}

.at-popover.is-alert {
  background-color: #f5f1ef;
  border: 1px solid #932a13;
}

.at-popover.is-alert a {
  color: #932a13;
  text-decoration: underline;
}

.at-popover.is-active {
  top: -65%;
  opacity: 1;
  z-index: 10;
}

.at-caret {
  margin-left: .5em;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: .8em solid;
  border-right: .5em solid transparent;
  border-left: .5em solid transparent;
}

.at-label-new,
.at-label-require {
  background-color: #f00;
  border: 1px solid #f00;
  color: #fff;
}

.at-label-limited {
  border: 1px solid #6d0050;
  color: #6d0050;
}

.at-label-reccomend {
  border: 1px solid #ff6bd1;
  color: #ff6bd1;
}

.at-label-store {
  border: 1px solid #00a000;
  color: #00a000;
}

.at-label-cold {
  border: 1px solid #0050d0;
  color: #0050d0;
}

.at-label-frozen {
  border: 1px solid #6fdde7;
  color: #6fdde7;
}

.at-label-receipt {
  border: 1px solid #dbaa00;
  color: #dbaa00;
}

.at-label-reducedtax {
  border: 1px solid #f00;
  color: #f00;
}

.at-label-agelimit {
  border: 1px solid #000;
  color: #000;
}

.at-label-status {
  border: 1px solid #b08080;
  color: #b08080;
}

.at-labels {
  margin: 0;
  padding-bottom: .5em;
}

.at-labels .label {
  display: inline-block;
  margin: 0 .25em .25em 0;
  border-radius: 0;
}

.at-form-postnum {
  display: inline;
  width: 50%;
}

.at-form-expired {
  display: inline;
  width: 6em;
}

.at-form-birthday select {
  display: inline;
  width: 50%;
  margin-bottom: 4px;
}

.at-form-tel input {
  display: inline-block;
  width: 5em;
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 4px;
  vertical-align: middle;
}

.at-form-tel input:first-child {
  margin-left: 0;
}

.at-form-quantity {
  max-width: 3em;
}

.at-form-btns {
  margin-top: 40px;
}

.at-form-btns-left {
  width: 100%;
  text-align: center;
}

.at-form-btns-right {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.at-form-btns-center {
  width: 100%;
  text-align: center;
}

.at-form-btns .btn {
  display: block;
  width: 100%;
}

.at-form-btns .btn+.btn {
  margin-top: 30px;
}

/* Extra Small devices ONLY (mobile) */
@media (max-width: 767px) {
  .at-form-btns.-reverse_sp {
    display: flex;
    flex-wrap: wrap;
  }

  .at-form-btns.-reverse_sp .at-form-btns-left {
    order: 2;
    margin-top: 30px;
  }

  .at-form-btns.-reverse_sp .at-form-btns-right {
    order: 1;
    margin-top: 0;
  }
}

.at-pill-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 400px;
}

.at-pill-btns .btn {
  max-width: 320px;
}

.at-pill-btns div,
.at-pill-btns p {
  width: 100%;
}

.at-text-btn {
  color: #932A14;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent;
  background-size: 16px;
}

.at-text-btn:hover,
.at-text-btn:focus,
.at-text-btn:active {
  color: #932A14;
  opacity: 0.7;
  box-shadow: none;
}

.at-text-btn.-icon_open {
  padding-right: 22px;
  background: url(../images/icon_open.svg) no-repeat right;
}

.at-text-btn.-icon_add {
  padding-right: 22px;
  background: url(../images/icon_add.svg) no-repeat right;
}


.at-form-example {
  color: #adadad;
}

/* form checkbox */
.at-checkbox label {
  position: relative;
  padding-left: 50px;
}

.at-checkbox .checkmark,
.at-checkbox .checkmark::after {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
}

.at-checkbox .checkmark {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #FFF4D6;
  border: 1px solid #DB830B;
  border-radius: 14px;
  font-size: 0;
}

.at-checkbox input[type=checkbox]:checked + .checkmark {
  background-color: #DB830B;
}

.at-checkbox input[type=checkbox]:checked + .checkmark::after {
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/icon_checked.svg) no-repeat center;
}

.at-checkbox input[type=checkbox] {
  display: none;
}





.at-title {
  margin: 0;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.at-title-line {
  margin: 0 0 30px;
  padding: 10px 12px;
  color: #932a13;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid #932a13;
}

.at-title-line::after {
  content: "";
  display: block;
  clear: both;
}


.at-title-line h2 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.at-title-count {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  color: #000;
  font-size: 16px;
  line-height: 2;
  float: right;
}

.at-title-sup {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  color: #000;
  font-size: 16px;
  line-height: 2;
}

.at-title-dot {
  margin: 0 0 30px;
  padding: 0 .5em;
  color: #932a13;
  font-size: 20px;
  font-weight: 600;
}

.at-title-dot h3 {
  display: inline-block;
  margin: 0;
  padding-right: 1em;
  font-size: 20px;
  font-weight: 600;
}

.at-title-dot .at-title-inline {
  display: inline;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.at-title-dot .at-title-inline .form-control {
  display: inline;
  width: auto;
}

.at-title-dot::after {
  content: '';
  display: block;
  height: 5px;
  margin: 5px -5px 0 -5px;
  background-image: linear-gradient(to right, #932a13, #932a13 2px, transparent 2px, transparent 8px);
  background-size: 12px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.at-title-label {
  margin: 0 0 30px;
  padding: 10px 15px;
  background-color: #d9d9d9;
  color: #932a13;
  font-size: 18px;
  border-left: 10px solid #932a13;
}

.at-title-fill {
  margin-bottom: 20px;
  padding: 20px 10px;
  color: #fff;
  background-color: #999999;
}

.at-title-fill.-gold {
  background-color: #CAA846;
}



.at-title-level5 {
  margin-bottom: 10px;
  padding: 0 0.5em;
  color: #932a13;
  font-size: 16px;
}

.at-common-text {
  max-width: 36em;
  margin: 0 auto;
  line-height: 2;
}

.at-common-text p,
.at-common-text form {
  text-align: left;
  white-space: pre-line;
}

.at-common-text p.text-center,
.at-common-text form.text-center {
  text-align: center;
}

.at-common-text p a,
.at-common-text form a {
  text-decoration: underline;
}

.at-common-text .btn:first-child {
  margin-top: 50px;
}

.at-login-text {
  max-width: 36em;
  margin: 0 auto;
  padding-bottom: 60px;
}

.at-login-text:last-child {
  padding-bottom: 0;
}

.at-login-text p {
  padding-bottom: 20px;
}

.at-login-form {
  padding-bottom: 30px;
}

.at-login-info {
  max-width: 52em;
  margin: 0 auto;
  padding-bottom: 60px;
}

.at-login-info h3 {
  font-size: 22px;
}

.at-login-info p {
  padding-bottom: 20px;
}

.at-panel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.at-column-item-label {
  margin: 0;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.at-section-block {
  margin-bottom: 50px;
}

.at-section-block p {
  padding-right: .5em;
  padding-left: .5em;
}

.at-section-notice {
  background: #FCDFDB;
  padding: 15px;
  margin: -20px 80px 5px;
}
.at-cart-section-text {
  color: #EA0016;
  font-weight: bold;
  text-align: center;
}
.at-cart-container .at-section-notice {
  margin-bottom: 25px;
}
.notice-text {
  color:#932a13;
}

.at-cart-add-addres {
  display: flex;
  margin-bottom: 18px;
}
.at-cart-add-addres-btn {
  margin-left: auto;
  align-self: flex-end;

}
.at-cart-add-addres-btn .btn {
  font-size: 15px;
}


.at-table {
  border-top: none;
  border-right: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  border-left: 1px solid #adadad;
}


.at-table>tbody>tr>th,
.at-table>tbody>tr>td,
.at-table>thead>tr>th,
.at-table>thead>tr>td,
.at-table>thead:first-child>tr:first-child>th {
  display: block;
  width: 100%;
  padding: 1em;
  border-top: 1px solid #adadad;
  border-right: none;
  border-bottom: none;
  border-left: none;
  vertical-align: middle;
}

.at-table thead>tr>th {
  vertical-align: middle;
}

.at-table thead>tr.text-center th {
  text-align: center;
}

.at-table tbody>tr.at-table-row-credit>td {
  border-top: none;
}

.at-table tbody>tr>.at-table-cell-credit {
  width: 100%;
}

.at-table th {
  background-color: #d9d9d9;
}

.at-table td {
  background-color: #fff;
  word-break: break-all;
}

.at-table li {
  line-height: 2;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  margin-bottom: 0;
}

.at-table.at-table-multi thead th {
  background-color: #efefef;
  text-align: left;
}

.at-table.at-table-multi .checkbox label {
  font-weight: 600;
}

.at-table-sum {
  border-top: 4px double #adadad;
}

.at-table-clear {
  text-align: left;
  border: none;
}

.at-table-title-h4 {
  font-weight: bold;
}

.at-tooltip + .tooltip.top {
  margin-top: -10px;
}

.at-tooltip + .tooltip.in {
  opacity: 1;
}

.at-tooltip + .tooltip .tooltip-inner {
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: justify;
  color: #DB830B;
  background-color: #FFF4D6;
  border: 1px solid #DB830B;
  border-radius: 12px;
}


.at-tooltip + .tooltip.top .tooltip-arrow {
  width: 10px;
  height: 10px;
  background-color: #FFF4D6;
  border:none;
  border-right: 1px solid #DB830B;
  border-bottom: 1px solid #DB830B;
  transform: scaleY(1.5) rotate(45deg);
}




/* Extra Small devices ONLY (mobile) */
@media (max-width: 767px) {

  table.at-table-clear.-IE11_fix {
    /* fix IE11 flex bug */
    display: block;
  }

  .at-table-clear.-IE11_fix thead,
  .at-table-clear.-IE11_fix tbody {
    /* fix IE11 flex bug */
    display: block;
  }

 .at-section-notice {
    padding: 15px;
    margin: 0 0 20px;
  }

  .at-cart-section-text {
    text-align: left;
    font-size: 14px;
  }
  .at-cart-container .at-section-notice .at-cart-section-text {
    font-size: 15px;
  }
}



.at-table-clear thead>tr {
  display: none;
}

.at-table-clear tbody>tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #adadad;
}

.at-table-clear tbody>tr>td {
  width: 100%;
  padding: 0 0 10px;
  border: none;
  text-align: left;
}

.at-table-disabled::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 10;
}

.at-alert {
  color: #932a13;
  background-color: #fff4dd;
  border-color: #932a13;
}

.alert-origin {
  background-color: #FFFEEB;
  border:solid 1px #f00;
  padding: 20px;
  color:#f00;
  margin-bottom:20px;
}

.alert-origin dl {
  margin-bottom:0;
}
.alert-origin dt {
  margin-top:0.8em;
}
.alert-origin dd {
  padding-left:1em;
}

.at-displayoptions {
  padding-bottom: 36px;
}

.at-displayoptions .form-group {
  display: inline-block;
}

.at-displayoptions .form-control {
  display: inline-block;
  width: auto;
}

.at-pagination {
  text-align: center;
}

.at-pagination>li>a,
.at-pagination>li>span {
  color: #606060;
  font-size: 22px;
  border: none;
}

.at-pagination>li>a:hover,
.at-pagination>li>a:focus,
.at-pagination>li>span:hover,
.at-pagination>li>span:focus {
  background-color: transparent;
  color: #606060;
}

.at-pagination>.active>a,
.at-pagination>.active>a:focus,
.at-pagination>.active>a:hover,
.at-pagination>.active>span,
.at-pagination>.active>span:focus,
.at-pagination>.active>span:hover {
  background-color: transparent;
  color: #932a13;
}

.at-pagination .glyphicon {
  padding: 2px 0;
}

.at-sns {
  margin-top: 10px;
  padding: 10px;
}

.at-sns-btn {
  display: inline-block;
}

.at-stepflow {
  max-width: 800px;
  margin: 0 -15px;
  padding: 30px 0 50px;
}

.at-stepflow.at-stepflow-5 .at-stepflow-step {
  width: 20%;
}

.at-stepflow.at-stepflow-4 .at-stepflow-step {
  width: 25%;
}

.at-stepflow.at-stepflow-3 .at-stepflow-step {
  width: 33%;
}

.at-stepflow .at-stepflow-step {
  position: relative;
  padding: 0;
  float: left;
}

.at-stepflow .at-stepflow-step .at-stepflow-info {
  color: #D9D9D9;
  font-size: 11px;
  font-weight: 600;
}

.at-stepflow .at-stepflow-step .at-stepflow-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  background: #932a13;
  top: 20px;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  border-radius: 50%;
}

.at-stepflow .at-stepflow-step>.progress {
  position: relative;
  margin: 16px 0;
  height: 2px;
  border-radius: 0;
  background-color: #D9D9D9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.at-stepflow .at-stepflow-step>.progress>.progress-bar {
  width: 0;
  background: #932a13;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.at-stepflow .at-stepflow-step.is-complete>.at-stepflow-info {
  color: #D9D9D9;
}

.at-stepflow .at-stepflow-step.is-complete>.progress>.progress-bar {
  width: 100%;
}

.at-stepflow .at-stepflow-step.is-active>.at-stepflow-info {
  color: #932a13;
}

.at-stepflow .at-stepflow-step.is-active>.progress>.progress-bar {
  width: 50%;
}

.at-stepflow .at-stepflow-step:first-child>.progress {
  left: 50%;
  width: 50%;
}

.at-stepflow .at-stepflow-step:last-child>.progress {
  width: 50%;
}

.at-stepflow .at-stepflow-step:first-child.is-active>.progress>.progress-bar {
  width: 0%;
}

.at-stepflow .at-stepflow-step:last-child.is-active>.progress>.progress-bar {
  width: 100%;
}

.at-stepflow .at-stepflow-step.is-disabled>.at-stepflow-dot {
  background-color: #D9D9D9;
}

.at-stepflow .at-stepflow-step.is-disabled::after {
  opacity: 0;
}

.at-stepflow .at-stepflow-step.is-disabled .at-stepflow-dot {
  pointer-events: none;
}

.at-order-cansel-modal .modal-dialog {
  max-width: 400px;
}

.at-scroll-block {
  width: 100%;
  height: 20em;
  margin: 10px 0 40px;
  padding: 20px;
  border: 1px solid #d9d9d9;
  overflow-y: scroll;
}

.section-content-shop .-center {
  text-align: center;
  padding-top: 50px;
}

.section-content-shop .mb-5 {
  margin-bottom: 3rem;
}

.at-scroll-block h3,
.at-scroll-block h4,
.section-content-shop h3,
.section-content-shop h4 {
  margin: 20px 0;
}

.at-scroll-block p,
.section-content-shop p {
  margin-bottom: 20px;
  padding: 0 10px;
}

.at-scroll-block ul,
.at-scroll-block ol,
.section-content-shop ul,
.section-content-shop ol {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 30px;
}

.at-gototop {
  position: fixed;
  bottom: -60px;
  right: 10px;
  display: block;
  width: 84px;
  height: 40px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  border-radius: 10px;
  z-index: 999;
}

.at-gototop:hover,
.at-gototop:focus {
  color: #fff;
  text-decoration: none;
  background-color: #7f7f7f;
  opacity: 1;
}

.at-gototop-text {
  position: absolute;
  bottom: 8px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.at-gototop::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.at-topicpath {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2em;
  margin-top: -40px;
}

.at-topicpath li {
  display: inline-block;
}

.at-topicpath li+li::before {
  content: '\03e';
  padding: 0 .25em;
}

.at-topicpath li a {
  color: #932a13;
}

/* categoryTree */
.at-categorytree {
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 0;
}

.at-categorytree-header {
  margin: 0;
  padding: 24px 0;
  background-color: #606060;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.at-categorytree-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.at-categorytree-list li a {
  display: block;
  padding: 20px 40px;
  text-decoration: none;
}

.at-categorytree-list li a:hover,
.at-categorytree-list li a:focus,
.at-categorytree-list li a:active {
  background-color: #d9d9d9;
  text-decoration: none;
  opacity: 1;
}

/* importantInformation */
.at-importantinfo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #932a13;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  z-index: 100;
}

.at-importantinfo a {
  color: #fff;
}

.at-importantinfo-inner {
  max-width: 990px;
  margin: 0 auto;
  padding: 14px 0 8px 0;
}

.at-importantinfo-text:last-child {
  margin-bottom: 0;
}

.at-minicart {
  margin-right: 10px;
}

.at-minicart-btn {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
}

.at-minicart-num {
  color: #932a13;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.at-minicart-num.is-quantity {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 100%;
  padding-right: 7px;
  text-align: center;
  font-size: 17px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.at-minicart-quantity {
  position: relative;
  width: 52px;
  height: 52px;
}

.at-minicart-quantity::after {
  content: "お会計へ";
  position: absolute;
  bottom: 0;
  left: 5px;
  font-size: 10px;
  color: #932a13;
}

.at-minicart-quantity::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 52px;
  height: 36px;
  background: url(../images/icon_cart_sp.png) bottom center no-repeat;
}

.at-minicart-list-btn {
  text-align: center;
}

.at-minicart-list-btn a {
  background-color: #d9d9d9;
  border-radius: 16px;
}

.at-minicart-list-btn a:focus,
.at-minicart-list-btn a:hover {
  background-color: #d9d9d9;
}

.at-minicart-list.dropdown-menu {
  width: 250px;
  margin-top: 0;
  margin-left: -100px;
  padding: 10px;
}

.at-minicart-list.dropdown-menu>li>a {
  display: inline-block;
}

.at-minicart-inner {
  position: relative;
  max-height: 230px;
  margin-bottom: 10px;
  overflow: scroll;
  overflow-x: hidden;
}

.at-minicart-item {
  margin-right: 10px;
  padding: 10px 0;
}

.at-minicart-item-object {
  width: 80px;
  height: auto;
}

.at-minicart-item-body {
  padding-bottom: 0;
  width: 140px;
}

.at-minicart-item-heading {
  font-size: 14px;
}

.at-minicart-item-heading+p {
  margin: 16px 0 0;
  font-size: 12px;
}

.at-footer {
  padding: 30px 0 20px;
  background: #f5f1ef;
  color: #932a13;
  text-align: center;
}

.at-footer-guids {
  padding-top: 50px;
  padding-bottom: 50px;
}

.at-footer-guids .row:not(:last-child) {
  padding-bottom: 20px;
}

.at-footer-guids .col-sm-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.at-footer-guid {
  margin-bottom: 10px;
}

.at-footer-guid-btn {
  display: block;
  max-width: 390px;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #fff;
  color: #932a13;
  text-align: center;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 600;
  border: 1px solid #932a13;
}

.at-footer-guid-btn:hover,
.at-footer-guid-btn:focus {
  color: #932a13;
  text-decoration: none;
}

.at-footer-guid-bnr {
  display: block;
  text-align: center;
}

.at-footer-nav {
  margin: 0 -15px;
  padding: 7px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #932a13;
  color: #fff;
  list-style: none;
}

.at-footer-nav li {
  padding-bottom: .25em;
  font-size: 14px;
}

.at-footer-nav li:not(:last-child)::after {
  content: '/';
  padding: 0 .5em;
}

.at-footer-nav li>a {
  color: #fff;
  text-decoration: none;
}

.at-footer-nav li>a:hover,
.at-footer-nav li>a:focus {
  text-decoration: none;
}

.at-footer-logo {
  padding-bottom: 30px;
}

.at-footer-copyright {
  font-size: 11px;
}

/* Header */
.at-header {
  position: fixed;
  top:0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
  box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
  z-index: 1000;
  transition: 0.3s ease top;
}
@media (max-width: 767px) {
  .at-header.hide-header {
    top: -140px;
    transition: 0.3s ease top;
  }
}
.at-navbar {
  margin-bottom: 0;
  border-bottom: none;
}

.at-navbar-header {
  width: 50%;
  margin-top: 27px;
  margin-bottom: 27px;
  float: left;
}

.at-navbar-header-logo {
  margin-top: 12px;
  margin-bottom: 12px;
}

.at-navbar-brand {
  height: auto;
  padding: 0;
}

.at-navbar-right {
  padding-top: 4px;
}

.at-navbar-statusblock {
  width: 50%;
}

.at-navbar-searchblock {
  width: 100%;
}

.at-navbar-group {
  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;
}

.at-navbar-toggle {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 50px;
  margin: 2px 0;
  text-align: center;
  background: transparent;
  cursor: pointer;
  z-index: 3;
}

.at-navbar-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 45px;
  border-bottom: solid 4px #932a13;
  border-radius: 2px;
}

.at-navbar-toggle span:nth-child(1) {
  top: 8px;
}

.at-navbar-toggle span:nth-child(2) {
  top: 22px;
}

.at-navbar-toggle span:nth-child(3) {
  top: 36px;
}

.at-navbar-toggle.is-close {
  margin-top: 12px;
  margin-bottom: 12px;
}

.at-navbar-toggle.is-close span:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.at-navbar-toggle.is-close span:nth-child(2) {
  top: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.at-navbar-form {
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px;
  background-color: #932a13;
  border-color: #932a13;
}

.at-logo {
  margin: 0;
}

.at-search-category {
  padding: 5px 10px;
  width: 11em;
  height: 34px;
  border-radius: 4px 0 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.at-search-category option {
  background-color: #fff;
  color: #000;
}

.at-search-category::-ms-expand {
  display: none;
}

.at-search-category,
.at-search-category:hover,
.at-search-category:focus,
.at-search-category:active {
  background-color: #000;
  border-color: #000;
  color: #fff;
  z-index: 0;
}

.at-search-category-wrap {
  position: relative;
  /* display: inline-block; */
  display: none;
  float: left;
}

.at-search-category-wrap::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 5px;
  margin-left: .5em;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: .8em solid #fff;
  border-right: .5em solid transparent;
  border-left: .5em solid transparent;
  z-index: 10;
}

.at-search-input {
  border-right: none;
  border-color: #932a13;
  float: left;
}

.at-search-btn {
  width: 34px;
  height: 34px;
  padding: 5px 6px 6px;
  border-left: transparent;
  border-color: #932a13;
}

.input-group-btn .btn.at-search-btn:hover {
  background-color: #EDEDED;
}

.at-search-btn:active,
.at-search-btn:active:hover,
.at-search-btn:focus {
  background-color: #fff;
  border-color: #932a13;
}

.at-navbar-searchblock .btn.btn-sm {
  background-color: #7D7D7D;
  border: none;
  color: #fff;
  padding: 6px 10px;
}

.at-navbar-searchblock .btn.btn-sm:hover {
  background-color: #7D7D7D;
}

.at-welcome {
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.at-username {
  padding: 0 .5em;
}

.at-spmenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 256px;
  height: 100%;
  padding: 12px 15px;
  background-color: #fff;
  font-size: 15px;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  z-index: 9999;
}

.at-spmenu.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.at-spmenu-inner li {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.at-spmenu-inner li>a {
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 15px;
  text-decoration: none;
}

.at-spmenu-inner li>a:hover,
.at-spmenu-inner li>a:focus {
  text-decoration: none;
}

.at-spmenu-inner.nav .open>a,
.at-spmenu-inner.nav .open>a:focus,
.at-spmenu-inner.nav .open>a:hover {
  background-color: #fff;
}

.at-spmenu-inner.navbar-nav .open .dropdown-menu>li>a {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #efefef;
}

.at-spmenu-category {
  padding: 0;
}

.at-spmenu-category li {
  margin-bottom: 0;
}

.at-spmenu-category li:last-child {
  border-bottom: none;
}

.at-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 9000;
}

.input-group>.form-control.at-search-input {
  width: 100%;
  float: left;
  border-radius: 4px 0 0 4px !important;
}

@media (min-width: 768px) {
  .at-navbar-form>.input-group>.form-control.at-search-input {
    min-width: 340px;
  }
}

@media (min-width: 992px) {
  .at-navbar-form>.input-group>.form-control.at-search-input {
    min-width: initial;
    min-width: auto;
  }

  .at-navbar-form>.input-group>.input-group-btn {
    width: 50px;
  }
}

  /* TOP Information */
#top_information {
  padding: 1em 0 0.5em;
  background: #FAF8ED;
  position: relative;
  overflow: hidden;
}
#top_information.open {
  height: auto;
}
.top-info-list {
  padding: 0;
  max-width: 1024px;
  margin: auto;
  font-size: 12px;
  list-style: none;
}
.top-info-list li {
  border-bottom: 1px solid #DDD2BC;
  margin-bottom: 0;
  position: relative;
}
.top-info-list li:last-child {
  border-bottom: none;
}
.top-info-titles {
  padding: 1em 3em 0 1em;
  display: block;
  min-height: 103px;
}
.top-info-list li.toggle-arrow .top-info-titles {
  cursor: pointer;
}
.top-info-list li.open .top-info-titles,
.top-info-list li.toggle-arrow .top-info-titles:hover {
  background: #F4EECE;
}
.top-info-list li.toggle-arrow .top-info-titles a {
  text-decoration: none;
  pointer-events: none;
}
.top-info-list li.toggle-arrow::after {
  content: "";
  display: inline-block;
  width: 1em; height: 1em;
  border-top: 3px solid #88321d;
  border-right: 3px solid #88321d;
  transform: rotate(135deg);
  position:absolute;
  right: 1em; top: 30px;
  pointer-events: none;
}
.top-info-list li.toggle-arrow.open::after {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
.top-info-meta {
  flex-shrink: 0;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #top_information { padding-top: 2.2em;}
  .top-info-list { font-size: 15px;}
  .top-info-titles { min-height: 80px;}
  .top-info-meta { float: left; clear: left;}
}

.top-info-list .top-info-label {
  padding: 0.4em 0.5em 0.3em;
  white-space: nowrap;
  margin: 0 1.8em 0 0.8em;
  width: 100px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  background: #FFF;
  color: #88321D;
  border: 1px solid #88321D;
}
.top-info-label.-inportant {
    background: #FF0000;
    color: #fff;
    border-color: #FF0000;
  }
.top-info-detail {
  clear: left;
  padding: 1em;
}

.top-more-info {
  text-align: center;
  /*
  background: linear-gradient(to bottom,  rgba(250,248,237,0.5) 0%,rgba(250,248,237,1) 30%,rgba(250,248,237,1) 100%);
  padding-top: 2em;
  position: absolute;
  bottom: 0;
  left:0;
  position: relative;
  */
  width: 100%;
  padding-top: 0;
}

.top-more-info-btn {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  color: #88321D;
  border-radius: 30px;
  border: 1px solid #88321D;
  padding: 0.5em;
  margin: 2em;
  width: 230px;
  transition: 0.2s ease opacity;
  font-size: 12px;
  text-decoration: none;
}
.top-more-info-btn:hover {
  opacity: 0.8;
  color: #88321D;
  text-decoration: none;
}
.top-more-info-btn.text1,
#top_information.open .top-more-info-btn.text2 {
  display: inline-block;
}
.top-more-info-btn.text2,
#top_information.open .top-more-info-btn.text1 {
  display: none;
}

.top-more-info-btn::after {
  content: "";
  display: inline-block;
  width: 12px; height: 12px;
  border-top: 3px solid #88321D;
  border-right: 3px solid #88321D;
  margin-left: 1em;
  transform: rotate(135deg) translateY(3px);
}
#top_information.open .top-more-info-btn::after {
transform: rotate(-45deg) translateY(3px);
}
@media (min-width: 768px) {
  .top-more-info-btn {
    padding: 0.8em;
    font-size: 15px;
  }
  .top-more-info-btn::after {
    border-top: 2px solid #88321D;
    border-right: 2px solid #88321D;
  }
}

/* slider ↓↓↓ */
.at-topbanner {
  overflow: hidden;
  position: relative;
}
.at-topbanner-slider {
  position: relative;
  left: 50%;
  height: auto;
  width: 100%;
  margin: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px){
  .at-topbanner-slider {
    height: 520px;
    width: 2000px;
  }
}
.at-topbanner-slider .at-topbanner-item {
  display: block;
  margin: 0;
}

.at-topbanner-slider .at-topbanner-item.slick-active img {
  -webkit-transform: translateX(-3%);
  transform: translateX(-3%);
  -webkit-transition: 10s ease;
  transition: 10s ease;
}

.at-topbanner-indicators {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.at-topbanner-indicators li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 20px 0 0;
  padding: 0;
  cursor: pointer;
}

.at-topbanner-indicators li:last-child {
  margin-right: 0;
}

.at-topbanner-indicators li button {
  border: 0;
  background: transparent;
  display: block;
  width: 12px;
  height: 12px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.at-topbanner-indicators li button:hover,
.at-topbanner-indicators li button:focus,
.at-topbanner-indicators li button:active {
  outline: none;
}

.at-topbanner-indicators li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #efefef;
  border-radius: 12px;
}

.at-topbanner-indicators li.slick-active button::before {
  background-color: #404040;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.at-topbanner-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  pointer-events: none;
}

.at-topbanner-arrows .slick-arrow {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  pointer-events: auto;
  cursor: pointer;
}

.at-topbanner-arrows .arrow-prev {
  left: 0;
}

.at-topbanner-arrows .arrow-next {
  right: 0;
}

.at-topbanner-arrows .slick-arrow::before {
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 25px;
  background-color: white;
  opacity: 0.6;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  content: "";
}

.at-topbanner-arrows .arrow-prev::before {
  left: 5px;
}

.at-topbanner-arrows .arrow-next::before {
  right: 5px;
}

.at-topbanner-arrows .slick-arrow::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #932a13;
  border-right: solid 2px #932a13;
  opacity: 0.85;
  cursor: pointer;
  content: "";
}

.at-topbanner-arrows .arrow-prev::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

.at-topbanner-arrows .arrow-next::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
}


/* slider ↑↑↑ */
.l-wrapper {
  padding: 180px 0 24px;
}

.l-wrapper-cart {
  padding: 70px 0 24px;
}

/* Extra Small devices ONLY (mobile) */
@media (max-width: 767px) {
  .l-wrapper-cart.-main {
    padding-top: 135px;
  }
}

.l-wrapper-cart>.container {
  overflow: hidden;
}

.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-column-item5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-column-item5 li {
  width: 49%;
  /* margin: 0; */
  padding: 0 5px 15px;
  text-align: center;
  float: left;

  /* safari flex-wrap bug fix */
  margin: 0 -0.3px;
}

.l-column-item5 li:last-child {
  padding-bottom: 0;
}

.l-column-item5 li a {
  display: block;
  text-decoration: none;
}

.l-column-item5 li a:hover,
.l-column-item5 li a:focus {
  text-decoration: none;
}

.l-main-wrapper {
  padding-top: 125px;
}

.l-main {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

.l-sub {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.l-common-block {
  padding: 30px;
  border: 1px solid #606060;
}

.at-cart-container {
  margin-right: -15px;
  margin-left: -15px;
  padding: 30px 20px;
  background-color: #efefef;
}

.at-cart-container .form-control {
  border-color: #adadad;
}

.at-cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.at-cart-header {
  min-height: 40px;
  margin-right: 0;
  margin-left: 0;
  background-color: #d9d9d9;
  border-bottom: 1px solid #adadad;
  font-weight: 600;
}

.at-cart-header.visible-xs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.at-cart-header.visible-xs.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.at-cart-header.col-xs-4 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 1px solid #adadad;
}

.at-cart-body {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 40px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #adadad;
}

.at-cart-detail {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #adadad;
}

.at-cart-detail.-no_border_xs {
  border-bottom: none;
}

.at-cart-detail.-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

.at-cart-detail.-image>div {
  width: 100%;
  min-height: 0%;
  /* IE11 fix */
}


.at-cart-detail.-image .at-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.at-cart-detail p {
  margin-bottom: 0;
  word-wrap: break-word;
}

.at-cart-detail>p {
  /* IE11 fix */
  max-width: 100%;
}

.at-cart-detail .at-popover {
  top: 50%;
  width: 85%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.at-cart-detail .at-popover.is-active {
  top: 30%;
}

.at-cart-detail-block {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #adadad;
}

.at-cart-row:last-child .at-cart-header,
.at-cart-row:last-child .at-cart-detail,
.at-cart-row:last-child .at-cart-detail-block {
  border-bottom: none;
}

.at-table-disabled .at-cart-row:last-child .at-cart-detail {
  z-index: 100;
}

.at-cart-name {
  font-size: 18px;
  font-weight: 600;
}

.at-cart-name+p {
  margin-bottom: 0;
}

.at-cart-image {
  text-align: center;
}

.at-cart-receipt {
  padding: 0;
}

.at-cart-receipt-select {
  padding-bottom: 30px;
}

.at-cart-receipt-select:last-child {
  padding-bottom: 0;
}

.at-cart-receipt-label {
  background-color: #606060;
  color: #fff;
  border-color: #adadad;
}

.at-cart-total {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #adadad;
}

.at-cart-total-table {
  text-align: right;
  font-weight: 600;
}

.at-cart-total-table th {
  background-color: #d9d9d9;
  text-align: right;
}

.at-cart-total-table td {
  background-color: #fff;
}

.at-cart-total-table>tbody>tr>th,
.at-cart-total-table>tbody>tr>td {
  border-color: #adadad;
}

.at-cart-verification {
  padding-top: 10px;
  padding-bottom: 10px;
}

.at-cart-verification .checkbox label {
  font-weight: 600;
}

.at-cart-numchanged {
  color: #f00;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}

.at-cart-num-lg {
  font-size: 18px;
}

.at-cart-ordernum {
  color: #932a13;
  font-size: 24px;
}

.at-cart-text {
  line-height: 2;
  text-align: center;
}

.at-cart-text p {
  margin-bottom: 20px;
}

.at-cart-notice {
  background: #FCDFDB;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 80px 25px;
  padding: 15px;
}
.at-cart-notice > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.at-cart-notice .notice-img {
  padding: 0 20px;
}
.at-cart-notice-text {
  color: #EA0016;
  font-weight: bold;
}
.at-cart-notice-text .ib {
display: inline-block;
}

.alcoholic-drinks-notice {
  padding: 0 0.5em 1em;
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .alcoholic-drinks-notice {
    font-size: 18px;
    padding: 0;
  }
}

.alcoholic-drinks-notice .alcoholic-drinks-sign {
  max-width: 280px;
  cursor: pointer;
  transition: 0.3s opacity ease;
}
.table .alcoholic-drinks-notice .alcoholic-drinks-sign {
  max-width: 500px;
}
@media (max-width: 767px) {
  .table .alcoholic-drinks-notice .alcoholic-drinks-sign {
    cursor: pointer;
    pointer-events: auto;
  }
}

.alcoholic-drinks-notice .alcoholic-drinks-sign:hover {
  opacity: 0.75;
}

.alcoholic-drinks-notice .modal-body {
  padding: 20px;
}

.at-noshi-label {
  width: 100%;
}

.at-noshi-input-label {
  font-weight: 400;
}

.at-noshi-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  margin-top: 10px;
  width: 100%;
}

.at-noshi-price {
  margin: 10px 0 0 0;
}

.at-noshi-info {
  width: 100%;
  margin: 10px 0 0 0;
}

.at-credit-list {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.at-credit-list:last-child {
  margin-bottom: 0;
}

.at-credit-table>thead:first-child>tr:first-child>th {
  border-top: 1px solid #adadad;
}

.at-credit-table>tbody>tr>th {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.at-credit-table .checkbox {
  margin: 0;
}

.at-catalog-link {
  display: block;

  /* IE11 fix */
  min-height: 0%;
}

.at-catalog-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.at-catalog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 49%;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 60px;

  /* safari flex-wrap bug fix */
  margin: 0 -0.3px;
}

.at-catalog-item a,
.at-catalog-item a:hover,
.at-catalog-item a:focus {
  text-decoration: none;
}

.at-catalog-item .at-popover a {
  text-decoration: underline;
}

.at-catalog-item-image {
  text-align: center;
}

.at-catalog-item-title,
.at-catalog-item-price {
  padding-bottom: .5em;
}

.at-catalog-item-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.at-catalog-item-price {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}

.at-catalog-item-term {
  margin: 0;
  padding-bottom: 1em;
  font-size: 12px;
}

.at-catalog-banner-img {
  padding-bottom: 20px;
}

@media (min-width: 1020px) {
  .detail-container { width:970px; }
}

@media (min-width: 1350px) {
  .detail-container { width:1314px; }
}

.right-container,.left-container {
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .right-container {
    width: 42.5%;
  }
  .left-container {
    width: 43%;
    margin-left: 7.2%;
  }
}

@media (min-width: 992px) {
  .right-container {
    width: 48%;
    float: right;
    clear: right;
    padding: 0;
  }
  .left-container {
  width: 47%;
  margin-left: 2%;
  float: left;
  padding: 0;
  }
}

.at-detail-thumbnail-main {
  margin-bottom: 25px;
}

.at-detail-thumbnail-main #zoom {
  border: 1px solid #CBCBCB;
  width: 100%
}

.at-detail-thumbnail-block {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.at-detail-thumbnail {
  padding: 0;
  width: 17%;
  border: 1px solid #CBCBCB;
  margin:0 3.6% 20px 0;
  float: left;
  position: relative;
  min-height: 1px;
}
.at-detail-thumbnail:nth-child(5n) {
  margin-right: 0;
}

/* Extra Small devices ONLY (mobile) */
@media (max-width: 767px) {
  .at-detail-thumbnail-main,.at-detail-thumbnail {
    margin-bottom: 10px;
  }
  .at-detail-thumbnail-main #zoom {
    border: none;
  }


  .at-detail-thumbnails {
    padding: 10px 35px 35px;
  }
  .at-labels {
    padding: 0 0.5em;
  }
}

.at-detail-info {
  font-size: 16px;
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  padding: 20px 0 10px;
  margin: 20px 0;
}

.at-detail-notice {
  margin: 5px 0;
  font-size: 13px;
}

.at-detail-c-code {
  font-size: 13px;
  line-height: 1.8;
}


/* Extra Small devices ONLY (mobile) */
@media (max-width: 767px) {
  .at-detail-info {
    font-size: 15px;
  }
  .at-detail-notice {
    font-size: 12px;
    text-align: center;
    margin: 5px -15px;
  }

  .at-detail-c-code {
    font-size: 12px;
  }
}

.at-detail-label {
  color: #db830b;
}

.at-sale-info {
  background: #FFE8E8;
  border: 1px solid #F00;
  font-size: 16px;
  padding: 15px;
  line-height: 2;
  margin-bottom: 45px;
}

@media (min-width: 768px){
  .floatingBn_con {
  display: inline;
  }
}
.at-detail-price {
  background: #FAF8ED;
  padding: 30px 25px;
  border-radius: 30px;
  margin: 40px 0 70px;
}

.at-detail-price2 {
  margin-top: 20px;
}

.after-tax {
  font-size: 21px;
  display: block;
}
.before-tax {
  font-size: 17px;
  display: block;
}

/* Extra Small devices ONLY (mobile) */
@media (max-width: 767px) {
  .at-sale-info {
    font-size: 12px;
    margin: 20px 0.5em 30px;
  }
  .at-detail-price {
  margin: 20px 10px;
  border-radius: 18px;
  }

  .after-tax {
    font-size: 18px;
    display: block;
  }
  .before-tax {
    font-size: 14px;
  }

}

.at-detail-cart-btns {
  display: flex;
  border-top: 1px solid #CBCBCB;
  padding-top:15px;
  align-items: center;
}

.at-detail-sold-out {
  padding-right: 15px;
  font-size: 16px;
}

.at-detail-inquiry {
  padding: 10px;
}

.at-detail-inquiry img {
  padding-right: .5em;
}
.at-detail-cartbtn {
 flex:auto;
}

@media (min-width: 1200px) {
  .at-detail-quantity {
    margin-right: 40px;
  }
}
@media (min-width: 768px){

  .at-detail-sold-out {
  padding: 5px 15px 0px 10px;
  }
  .at-detail-quantity {
    margin-right: 20px;
  }
}

/* Extra Small devices ONLY (mobile) */
@media (max-width: 440px) {
.fixedPosi p .after-tax,.fixedPosi p .before-tax {
  font-size: 4vw;
  }
}

@media (max-width: 767px) {
  .at-detail-cart-btns {
    justify-content: space-between;
  }
  .at-detail-quantity .form-group {
    margin: 0 15px 0 0;
  }
  .at-detail-quantity .form-control {
    display: inline-block;
    width: 68px;
  }

  /* fixed position */
  .fixedPosi {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left:0; right: 0;
    background: #FAF8ED;
    padding: 15px 20px 10px;
    margin: 0;
    border-radius: 0;
  }
  .fixedPosi p { margin-bottom: 0;}
  .fixedPosi .at-detail-price2 {
    margin-top: 0;
  }
  .fixedPosi .after-tax,
  .fixedPosi .before-tax {
    display: inline;
  }

  .fixedPosi p:last-child .after-tax {
    font-size: 18px;
    display: block;
  }
  .fixedPosi p:last-child .before-tax {
    font-size: 14px;
    display: block;
  }

  .fixedPosi .at-detail-cart-btns {
    border-top: none;
    padding-top: 10px;
  }
  .fixedPosi .at-detail-cartbtn .btn {
    padding: 13px 10px;
  }
  .at-detail-relatedlinks {
    margin-top: 30px;
  }

}
  /* for android app webView */

  @media (max-width: 767px) {
  .fixedPosi .at-detail-price-relative {
    display: block;
    position: relative;
  }
  .fixedPosi .at-detail-price-tags {
    width: 52%;
  }
  .fixedPosi .at-detail-cart-btns {
    display: block;
  }
  .fixedPosi .at-detail-cartbtn {
    width: 41%;
    position: absolute;
    right: 20px;
    top: 15px;
  }
}

.at-detail-table {
  margin: 20px 10px;
}

.at-detail-table th {
  padding-right: 20px;
  font-weight: 400;
}

@media (min-width: 768px){
  .at-detail-relatedlinks {
    float: right;
  }
  .at-detail-relatedlinks::after {
    content: "";
    display:block;
    clear: both;
  }
}

.at-detail-relatedlinks {
  margin-bottom: 35px;
}

.at-detail-fav {
  margin: 0;
  padding: 10px;
  color: #000;
}

.at-detail-fav:hover,
.at-detail-fav:focus {
  text-decoration: none;
}

.at-detail-fav img {
  padding-right: .5em;
}

.at-detail-relation-title,
.at-detail-relation-price {
  font-size: 15px;
  text-align: left;
}

.at-guid-block {
  padding: 0 15px;
}

.at-guid-image {
  text-align: center;
}

.at-index-block {
  padding-top: 30px;
  padding-bottom: 80px;
}

.at-index-receipt-catch {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 600;
}

.at-index-receipt-accent {
  position: relative;
  display: inline-block;
  color: #932a13;
  font-size: 24px;
}

.at-index-receipt-accent::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: calc(100% - .75em);
  height: 12px;
  background: #f5d9d3;
  z-index: -1;
}

.at-index-receipt-btns {
  margin-bottom: 40px;
}

.at-index-receipt-btn {
  text-align: center;
}

.at-index-receipt-btn a {
  display: inline-block;
}

.at-index-receipt-btn:first-child {
  margin-bottom: 16px;
}

.at-index-receipt-btn img {
  width: 100%;
  max-width: 100%;
  height: auto;
}


.at-index-receipt-block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.at-index-receipt-block2 {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.at-index-receipt-header {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}

.at-index-receipt-header-net {
  background: url(../images/index_net_bg.png) no-repeat left 20px center;
}

.at-index-receipt-header-store {
  background: url(../images/index_store_bg.png) no-repeat left 20px center;
}

.at-index-receipt-title {
  position: relative;
  display: inline-block;
  color: #932a13;
  font-size: 22px;
  font-weight: 600;
  z-index: 1;
}

.at-index-receipt-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 12px;
  background: #f5d9d3;
  z-index: -1;
}

.at-index-receipt-subtitle {
  font-size: 18px;
  font-weight: 600;
}

.at-index-receipt-banner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.at-index-receipt-banner .col-sm-6 {
  width: auto;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.at-index-receipt-banner a {
  display: inline-block;
  box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.75);
  border-radius: 13px;
  border: 1px solid #41210b;
  overflow: hidden;
}

.at-index-receipt-banner img {
  width: 100%;
  height: auto;
}

.at-index-recommend-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.at-index-recommend-item li {
  width: 50%;
  padding: 0 4px 30px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.at-index-recommend-label {
  margin: 0;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 600;
}

.at-index-category {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.at-index-category li {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.at-index-category li a {
  display: block;
  text-decoration: none;
}

.at-index-category li a:hover,
.at-index-category li a:focus {
  text-decoration: none;
}

.at-index-category-spimg {
  width: 100%;
}

/************* TOPボタンエリア 202504 *************/

.top_btnnavi_container {
  padding:5em 6%;
  background-color: #fff;
  text-align: center;
}
.top_btnnavi_container .btnnavi_wrap {
  width:100%;
  max-width:1025px;
  margin:0 auto;
  background-image:url(../images/index_btn_framepc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding:8% 5%;
}
.top_btnnavi_container .btnnavi_wrap .top_maih_tit {
  margin:0 auto 5%;
}
.top_btnnavi_container .btnnavi_wrap .top_maih_tit img {
  width:80%;
  margin:0 auto;
}
.top_btnnavi_container .btnnavi_wrap .btnnavi-list {
  display: flex;
  gap:6%;
  justify-content: space-around;
}
.top_btnnavi_container .btnnavi_wrap .btnnavi-list img {
  filter:drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}

@media (max-width: 767px) {
  .top_btnnavi_container .btnnavi_wrap .btnnavi-list { display: block; }
  .top_btnnavi_container .btnnavi_wrap { background-image:url(../images/index_btn_framesp.png); background-size: contain; padding:15% 10% 20%;}
  .top_btnnavi_container .btnnavi_wrap .top_maih_tit { margin:0; }
  .top_btnnavi_container .btnnavi_wrap .top_maih_tit img { width:100%; }
  .top_btnnavi_container .btnnavi_wrap .btnnavi-list img {margin-top:1.7em;}
}

/************* /TOPボタンエリア 202504 *************/

.top_main_guide {
  margin: 0 50px auto;
}
.top_main_guide .at-footer-guid-btn {
  max-width: 540px;
}

#informationArea {
  margin-top: 90px;
}


@media (min-width: 1054px) {
  .top_main_category-list > * { margin: 20px; }
  .top_main_category-list img { width: 432px; }
}
@media (min-width: 768px) {
  .top_main_category-list {
    display: flex;
    gap:2%;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .top_main_category-list img { margin-bottom: 6.25vw; }
}
.category_list_section { padding-top: 10px;}

.category_list_section .at-index-receipt-block {
  margin-top: 90px;
}
@media (min-width: 768px) {
.category_list_section .at-index-receipt-block {
  margin-top: 110px;
}
}

.category_list_section .at-index-receipt-header {
  padding:0;
  margin-bottom: 30px;
}
.categoryList_tit {
  margin: 0 45px;
}
.categoryList_tit img {
  margin-top: -50px;
}
.categoryList_tit_h {
}

@media (min-width: 768px) {
  .category_list_section .at-index-receipt-block::before {
  content: "";
  display: block;
  padding-top: 50px;
  margin-top: -50px;
  background: #fff;
  }
  .categoryList_tit img {
    max-width: 403px;
  }
}

.at-mypage-menu {
  display: block;
  border: none;
}

.at-mypage-menu.at-table>tbody {
  display: block;
}

.at-mypage-menu.at-table>tbody>tr {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
}

.at-mypage-menu.at-table>tbody>tr:last-child {
  border-bottom: 1px solid #adadad;
}

.at-mypage-menu.at-table>tbody>tr>td {
  padding: 0;
}

.at-mypage-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.at-mypage-list li {
  border-bottom: 1px solid #adadad;
}

.at-mypage-list li:last-child {
  border-bottom: none;
}

.at-mypage-list a,
.at-mypage-list span {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  text-decoration: none;
}

.at-mypage-list a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #adadad;
  border-right: 2px solid #adadad;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.container>.navbar-header {
  margin-right: 0;
  margin-left: 0;
}

/* Extra Small devices ONLY (mobile) */
@media (max-width: 767px) {
  .sp {
    display: inline;
  }

  #zoom-ZoomContainer {
    display: none !important;
  }

  #fbplus-wrap {
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  #fbplus-content {
    width: 100% !important;
    height: auto !important;
  }

  .at-index-receipt-banner img {
    width: 374px;
  }

  .at-cart-detail.-image {
    padding-right: 0;
    padding-left: 0;
  }

  .at-cart-detail,
  .at-cart-header {
    font-size: 14px;
  }

  .at-cart-detail.-image .btn-sm {
    font-size: 10px;
    padding: 8px 10px;
  }

  .at-cart-detail.-image .at-cart-name {
    font-size: 15px;
  }
  .at-cart-notice {
    margin: 0 0 25px;
    padding: 10px 15px 20px;
  }
  .at-cart-notice > div {
  display: block;
  }
  .at-cart-notice .notice-img {
  margin-bottom: 10px;
  }
  .at-cart-notice-text {
  text-align: left;
  font-size: 14px;
  }
  .at-cart-add-addres .at-btn-white {display: none;}
}

/* Small devices ONLY (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .at-cart-detail.-image .at-cart-item {
    display: block;
  }

  .at-cart-detail.-image .at-cart-item>div {
    width: 100%;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .sp {
    display: none;
  }

  /* Object */
  .at-btn-common {
    width: 36em;
    margin: 0 auto;
  }

  .at-btn-status,
  .at-btn-mypage {
    padding-right: 10px;
    padding-left: 10px;
  }

  .at-btn-mypage {
    margin-right: 0;
    border: none;
  }

  .at-btn-mypage,
  .at-btn-mypage:link,
  .at-btn-mypage:hover,
  .at-btn-mypage:focus {
    background: #932a13;
    border-color: #932a13;
    color: #fff;
  }

  .at-btn-cart {
    font-size: 18px;
  }

  .at-form-name.form-inline .form-group,
  .at-form-price.form-inline .form-group {
    margin-bottom: 10px;
  }

  .at-form-postnum {
    width: auto;
  }

  .at-form-btns-left {
    width: auto;
    float: left;
  }

  .at-form-btns-right {
    width: auto;
    margin-top: 0;
    float: right;
  }

  .at-form-btns-center {
    width: auto;
    text-align: center;
  }

  .at-form-btns .btn {
    display: inline-block;
    width: 12em;
  }
  .at-form-btns-right .at-btn-white {
    display: none;
  }

  .at-form-btns .btn+.btn {
    margin-top: 0;
  }

  .at-title {
    font-size: 30px;
  }

  .at-title-count {
    float: none;
  }

  .at-popover {
    width: 20em;
  }

  .at-column-item-label {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .at-common-text .btn {
    margin-top: 100px;
  }

  .at-common-text .btn+.btn {
    margin-top: 20px;
  }

  .at-displaycategory {
    display: none;
  }


  .at-pagination {
    margin-bottom: 50px;
  }

  .at-table {
    border: 1px solid #adadad;
  }

  .at-table>tbody>tr>th,
  .at-table>thead>tr>th,
  .at-table>thead:first-child>tr:first-child>th {
    display: table-cell;
    width: 16em;
  }

  .two_column .at-table>tbody>tr>th,
  .two_column .at-table>thead>tr>th,
  .two_column .at-table>thead:first-child>tr:first-child>th {
    width: 12em;
  }

  .two_column .at-table.-th_add1em>tbody>tr>th,
  .two_column .at-table.-th_add1em>thead>tr>th,
  .two_column .at-table.-th_add1em>thead:first-child>tr:first-child>th {
    width: 13em;
  }


  .at-table>tbody>tr>th.at-table-datetime,
  .at-table>thead>tr>th.at-table-datetime,
  .at-table>thead:first-child>tr:first-child>th.at-table-datetime {
    width: 8em;
  }

  .at-table>tbody>tr>td,
  .at-table>thead>tr>td {
    display: table-cell;
    width: auto;
  }

  .at-table tbody>tr>.at-table-cell-credit {
    width: 14em;
  }

  .at-table-clear {
    border: 1px solid #adadad;
  }

  .at-table-clear thead>tr {
    display: table-row;
  }

  .at-table-clear tbody>tr {
    display: table-row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    border: 1px solid #adadad;
  }

  .at-table-clear tbody>tr>td {
    width: auto;
    padding: 15px;
    border: none;
  }



  .at-order-history-table tbody tr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 232px 15px 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .at-order-history-table tbody tr td {
    padding: 5px;
  }

  .at-order-history-table tbody tr td:nth-child(1) {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .at-order-history-table tbody tr td:nth-child(2) {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .at-order-history-table tbody tr td:nth-child(3) {
    display: block;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: -2em;
  }

  .at-order-history-table tbody tr td:nth-child(4) {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .at-order-history-table tbody tr td:nth-child(5) {
    display: block;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .at-order-history-table tbody tr td:nth-child(6) {
    display: block;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    z-index: 10;
  }

  .at-order-history-table tbody tr td:nth-child(7) {
    display: block;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 7;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    z-index: 10;
  }

  .at-order-history-table tbody tr td:nth-child(7) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 232px;
    height: 100%;
    padding: 20px;
  }

  .at-order-history-table ul{
    min-height:120px;
  }

  .at-mypage-table tbody tr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 15px 15px 15px;
  }

  .at-mypage-table tbody tr td {
    padding: 5px;
  }

  .at-mypage-table tbody tr td:nth-child(1) {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }

  .at-mypage-table tbody tr td:nth-child(2) {
    display: block;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }

  .at-mypage-table tbody tr td:nth-child(3) {
    display: block;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .at-mypage-table tbody tr td:nth-child(4) {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }

  .at-mypage-table tbody tr td:nth-child(5) {
    display: block;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }

  .at-mypage-table tbody tr td:nth-child(6) {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }

  .at-mypage-table tbody tr td:nth-child(7) {
    display: block;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }

  .at-stepflow {
    margin: 0 auto;
  }

  .at-stepflow .at-stepflow-step .at-stepflow-info {
    font-size: 18px;
  }

  .at-stepflow .at-stepflow-step .at-stepflow-dot {
    width: 22px;
    height: 22px;
    top: 22px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
  }

  .at-stepflow .at-stepflow-step>.progress {
    height: 4px;
  }

  .at-gototop {
    right: 30px;
    width: 116px;
    height: 56px;
    font-size: 15px;
  }

  .at-gototop-text {
    bottom: 10px;
  }

  .at-gototop::before {
    top: 10px;
    width: 16px;
    height: 16px;
  }

  .at-topicpath {
    margin: -30px 0 0;
    line-height: 30px;
  }

  /* categoryTree */
  .at-categorytree {
    margin: 0;
    padding-bottom: 50px;
  }

  .at-categorytree-header {
    padding: 18px 0;
    background-color: #932a13;
  }

  .at-categorytree-list li a {
    padding: 20px;
  }

  .at-categorytree-list li a:hover,
  .at-categorytree-list li a:focus,
  .at-categorytree-list li a:active {
    background-color: #eccec8;
    opacity: 1;
  }

  .at-minicart {
    width: auto;
    height: auto;
  }

  .at-minicart-btn {
    position: relative;
    width: 190px;
    padding: 0 12px;
    background-color: #D9D9D9 !important;
    border-radius: 0;
  }

  .at-minicart-price {
    display: inline-block;
    width: 6em;
    padding: 17px 0;
    text-align: right;
  }

  .at-minicart-quantity {
    position: relative;
    top: -1px;
    width: 47px;
    height: 47px;
    display: inline-block;
    vertical-align: middle;
  }

  .at-minicart-quantity+.at-caret {
    margin-left: 0;
  }

  .at-minicart-quantity::before {
    width: 47px;
    height: 33px;
    background: url(../images/icon_cart.png) top 0 left 0 no-repeat;
  }

  .at-minicart-quantity::after {
    left: 2px;
  }

  .at-minicart-num {
    position: relative;
  }

  .at-minicart-num.is-price {
    font-size: 16px;
  }

  .at-minicart-num.is-quantity {
    position: relative;
    top: -2px;
    display: inline-block;
  }

  .at-minicart-list.dropdown-menu {
    left: 0;
    margin-left: 0;
  }

  .at-footer {
    padding: 50px 0 20px;
  }

  .at-footer-guids {
    padding: 50px 10px;
  }

  .at-footer-guids .row:not(:last-child) {
    padding-bottom: 0;
  }

  .at-footer-guids .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .at-footer-guid-btn {
    width: auto;
    text-decoration: none;
  }

  .at-footer-guid-btn:hover,
  .at-footer-guid-btn:focus {
    text-decoration: none;
  }

  .at-footer-nav li {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .at-footer-logo {
    padding-bottom: 50px;
  }

  .at-header {
    position: relative;
    border-top: 5px solid #932a13;
  }

  .at-header-inner {
    display: block;
  }

  .at-navbar-right {
    width: 69%;
    padding-bottom: 8px;
    text-align: right;
  }

  .at-navbar-header {
    width: auto;
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .at-navbar-left {
    width: auto;
    background-color: transparent;
  }

  .at-navbar-statusblock {
    width: auto;
  }

  .at-navbar-statusblock .dropdown-toggle.btn-default,
  .at-navbar-statusblock .dropdown-toggle.btn-default:hover,
  .at-navbar-statusblock .dropdown-toggle.btn-default:focus {
    color: #000;
    border-color: #000;
    background-color: #fff;
  }

  .at-navbar-statusblock .open>.dropdown-toggle.btn-default {
    background-color: #fff;
  }

  .at-navbar-statusblock .open>.dropdown-toggle.btn-default,
  .at-navbar-statusblock .open>.dropdown-toggle.btn-default:hover,
  .at-navbar-statusblock .open>.dropdown-toggle.btn-default:focus {
    color: #000;
    border-color: #000;
  }

  .at-navbar-searchblock {
    padding-top: 15px;
  }

  .at-navbar-searchblock .btn-default {
    border-color: #000;
  }

  .at-navbar-searchblock .btn-default:hover {
    background-color: #fff;
  }

  .at-navbar-form {
    padding: 4px 0 6px;
    background-color: transparent;
  }

  .at-search-category,
  .at-search-input,
  .at-search-btn {
    height: 40px;
    border-color: #000;
    font-size: 14px;
  }

  .at-search-category-wrap::after {
    top: 14px;
  }

  .at-search-btn {
    width: 100%;
    padding: 4px;
  }

  .at-search-btn:hover {
    background-color: #fff;
  }

  .at-search-input.form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .input-group>.form-control.at-search-input {
    background-color: #EDEDED;
  }

  .at-search-btn {
    background-color: #EDEDED
  }

  .at-welcome {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .at-username {
    font-size: 18px;
  }

  .at-topbanner-indicators {
    bottom: -65px;
    padding: 20px 0;
  }

  .at-topbanner-arrows {
    display: block;
    height: 520px;
  }

  .at-topbanner-arrows .slick-arrow {
    width: 85px;
    opacity: 0.75;
    transition: opacity 0.3s;
  }

  .at-topbanner-arrows .slick-arrow:hover {
    opacity: 1;
  }

  .at-topbanner-arrows .slick-arrow::before {
    width: 50px;
    height: 50px;
    opacity: 0.75;
  }

  .at-topbanner-arrows .arrow-prev::before {
    left: 15px;
  }

  .at-topbanner-arrows .arrow-next::before {
    right: 15px;
  }

  .at-topbanner-arrows .slick-arrow::after {
    width: 20px;
    height: 20px;
    border-top: solid 3px #932a13;
    border-right: solid 3px #932a13;
    opacity: 1;
  }

  .at-topbanner-arrows .arrow-prev::after {
    left: 33px;
  }

  .at-topbanner-arrows .arrow-next::after {
    right: 33px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 80px;
  }

  .l-wrapper {
    padding: 50px 0 30px;
  }

  .l-wrapper-cart {
    padding: 50px 0 30px;
  }

  .l-column-item5 li {
    width: 20%;
    padding-bottom: 30px;
  }

  .l-main-wrapper {
    padding-top: 0;
  }

  .l-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 220px);
    padding-left: 30px;
  }

  .l-sub {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 220px;
  }

  .l-common-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .at-cart-header {
    border: 1px solid #adadad;
    text-align: center;
  }

  .at-cart-header div {
    min-height: 44px;
    padding: 10px 0;
    border-right: 1px solid #adadad;
  }

  .at-cart-header div:last-child {
    border-right: none;
  }

  .at-cart-header.visible-xs {
    display: none !important;
  }

  .at-cart-container {
    margin: 0;
    padding: 40px;
  }

  .at-cart-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    border-top: 0;
  }

  .at-cart-row {
    border-right: 1px solid #adadad;
  }

  .at-cart-row:last-child {
    border-right: none;
  }

  .at-cart-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    border: none;
  }

  .at-cart-detail>div {
    width: 100%;
    min-height: 0%;
    /* IE11 fix */
  }

  .at-cart-table>tbody>tr>th {
    width: 16em;
  }

  .at-cart-receipt {
    padding: 40px 0;
  }

  .at-cart-receipt-title {
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 600;
  }

  .at-cart-numchanged {
    font-size: 14px;
  }

  .at-cart-ordernum {
    font-size: 38px;
  }

  .at-cart-text p {
    margin-bottom: 40px;
  }

  .at-cart-text .btn {
    width: 36em;
    margin: 0 auto;
  }

  .at-credit-list {
    display: inline;
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .at-credit-list:last-child {
    margin-right: 0;
  }

  .at-credit-table>tbody>tr>th {
    width: 16em;
  }

  .at-catalog-item {
    width: 25%;
  }

  .at-catalog-item-title {
    font-size: 18px;
  }

  .at-catalog-item-price {
    font-size: 16px;
  }

  .at-customer-term {
    font-size: 20px;
  }

  .at-customer-consent {
    font-size: 16px;
    text-align: center;
  }

  .at-detail-cart.at-btn-cart {
    width: 100%;
  }

  /* indexMain */
  .at-index-block {
    padding-top: 0;
    padding-bottom: 150px;
  }

  .at-index-receipt-catch {
    margin-bottom: 70px;
    font-size: 22px;
  }

  .at-index-receipt-accent {
    font-size: 34px;
  }

  .at-index-receipt-accent::after {
    height: 16px;
  }

  .at-index-receipt-block {
    padding-bottom: 70px;
    margin-bottom: 40px;
  }

  .at-index-receipt-block2 {
    padding-bottom: 70px;
    margin-bottom: 40px;
  }

  .at-index-receipt-header-net,
  .at-index-receipt-header-store {
    background-position: calc(50% - 200px) center;
  }

  .at-index-receipt-title {
    font-size: 28px;
  }

  .at-index-receipt-subtitle {
    font-size: 22px;
  }

  .at-index-receipt-banner {
    width: 760px;
  }

  .at-index-receipt-banner .col-sm-6 {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .at-index-category {
    margin: 0 auto;
  }

  .at-index-category-spimg {
    width: auto;
  }

  .at-index-recommend-item li {
    width: 20%;
  }

  .at-index-recommend-label {
    font-size: 20px;
  }

  .at-mypage-menu {
    display: table;
    table-layout: fixed;
    border-top: none;
  }

  .at-mypage-menu.at-table>tbody {
    display: table-row-group;
  }

  .at-mypage-menu.at-table>tbody>tr {
    display: table-row;
    margin-right: 0;
    margin-left: 0;
  }

  .at-mypage-menu.at-table>tbody>tr:last-child {
    border-bottom: none;
  }

  .at-mypage-menu.at-table>tbody>tr>th {
    width: 20%;
  }

  .at-mypage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .at-mypage-list li {
    display: inline-block;
    width: 32%;
    border-bottom: none;
  }

  .at-mypage-list a,
  .at-mypage-list span {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
  }

  .at-mypage-list a {
    text-decoration: underline;
  }


  .at-mypage-list a::before {
    display: none;
  }
}


/* Small devices ONLY (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .at-order-history-table tbody tr {
    padding-right: 15px;
  }

  .at-order-history-table tbody tr td:nth-child(7) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: static;
    width: 100%;
    height: auto;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .at-order-history-table tbody tr td:nth-child(7) .btn {
    margin: 0 20px;
    width: 12em;
  }




  .at-mypage-table tbody tr {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .at-mypage-table tbody tr td:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .at-mypage-table tbody tr td:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .at-mypage-table tbody tr td:nth-child(3) {
    margin-top: -2em;
  }

  .at-mypage-table tbody tr td:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .at-mypage-table tbody tr td:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .at-mypage-table tbody tr td:nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    z-index: 10;
  }

  .at-mypage-table tbody tr td:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    z-index: 10;
  }
}




/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .at-minicart {
    margin-left: 6px;
  }

  .at-navbar-right {
    width: calc(100% - 230px);
  }

  .at-navbar-statusblock {
    margin-bottom: 5px;
  }

  .at-navbar-searchblock {
    width: calc(100% - 422px);
    padding-top: 14px;
  }

  .at-navbar-searchblock .input-group {
    width: 100%;
  }

  .at-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .at-cart-item.u-clearflex {
    display: block;
  }

  .at-index-receipt-banner {
    width: 780px;
  }

  .at-index-receipt-banner .col-sm-6 {
    width: 390px;
  }
}


/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  .at-minicart-btn {
    width: 240px;
  }

  .at-minicart-price {
    width: 8.7em;
  }

  .at-navbar-searchblock {
    width: calc(100% - 480px);
  }

  .at-pill-btns {
    max-width: 100%;
  }

  .at-pill-btns .btn {
    max-width: 400px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .at-pill-btns .at-pill-btn-exec {
    order: 1;
  }

  .at-pill-btn-exec.-narrow_pc,
  .at-pill-btn-empty.-narrow_pc {
    max-width: 300px;
  }
}



/*
 * Utility, etc
 */


/* clearfix */
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.indent1 {
  padding-left: 1em !important;
}

/* adjust word-break */
span.nowrap {
  display: inline-block !important;
  white-space: nowrap !important;
}

/* add frame */
img.frame {
  border: 1px solid #707070;
}

/* line-height */
.u-lh15 {
  line-height: 1.5 !important;
}


/* btn important */
.at-btn-important {
  position: relative;
  background-color: #932b12;
  color: #fff;
  border-radius: 0;
  padding: 16px 64px 16px 32px;
  white-space: normal;
  text-align: left;
}

.at-btn-important::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}


.at-btn-important:hover,
.at-btn-important:focus,
.at-btn-important:active {
  color: #fff;
  opacity: 0.7;
}



/* btn info */
.at-btn-info {
  position: relative;
  background-color: #932b12;
  color: #fff;
  border-radius: 50px;
  padding: 10px 32px;
  white-space: normal;
  text-align: left;
}

.at-btn-info.-large {
  padding: 10px 100px;
  font-size: 22px;
}

.at-btn-info:hover,
.at-btn-info:focus,
.at-btn-info:active {
  color: #fff;
  opacity: .7;
}




/* info page */
.at-info-container {
  margin: 30px auto 60px auto;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 50vh;
}

.at-info-title,
.at-info-text {
  color: #932a13;
  text-align: center;
  margin-bottom: 40px;
}

.at-info-title {
  font-size: 20px;
  font-weight: bold;
}
.at-info-text {
  font-size: 15px;
}

/* flexbox */
.at-flex-box1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.at-flex-box1 .at-flex-item {
  flex-basis: 100%;
}

/* small text box */
.at-notice-box p,
.at-notice-box li {
  padding: 0;
  margin: 0;
  font-size: 10px;
  line-height: 1.6;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .u-mb30-pc {
    margin-bottom: 30px;
  }

  .u-mt60-pc {
    margin-top: 60px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .at-flex-box1 .at-flex-item {
    flex-basis: auto;
  }

  .at-info-container {
    max-width: 970px;
  }

}

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  .at-info-container {
    max-width: 1170px;
  }
}


/* Extra Small devices ONLY (mobile) */
@media (max-width: 767px) {
  .text-right-xs {
    text-align: right;
  }

  .at-btn-important::after {
    width: 20px;
    height: 20px;
    border-top-width: 3px;
    border-right-width: 3px;
  }

  .at-btn-info.-large {
    padding: 10px 32px;
    font-size: 16px;
  }

  .at-info-container {
    margin: 10px auto;
    min-height: 60vh;
  }

  .u-mt20-sp {
    margin-top: 20px;
  }

  .u-pb20-sp {
    padding-bottom: 20px;
  }

}


/* terms page */
.at-terms-btns {
  margin-top: 30px;
}

.at-terms-btns .at-footer-guid {
  margin-bottom: 20px;
}

.at-terms-btns .at-footer-guid-btn {
  font-size: 20px;
}




/* shipping page */
.at-shipping-cart {
  padding: 30px 0;
}

.at-shipping-select-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.at-shipping-select-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  margin: 30px;
  padding: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #DB830B;
  background-color: #FFF4D6;
  border-radius: 30px;
  border: 4px solid #DB830B;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  transition: 0.1s;
}

.at-shipping-select-btn .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 190px;
  padding-top: 30px;
}

.at-shipping-select-btn img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.at-shipping-select-btn:hover,
.at-shipping-select-btn:focus,
.at-shipping-select-btn:active {
  color: #DB830B;
  background-color: #FFE7A7;
  opacity: 1;
}

.at-shipping-address-select {
  max-width: 360px;
  margin: auto;
  text-align: center;
}

.at-shipping-multi-address-title {
  position: relative;
  padding: 15px 100px 15px 15px;
  background-color: white;
  border: 1px solid #adadad;
}

.at-shipping-multi-address-title .btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 14px;
}

.at-shipping-multi-address-title .btn::before {
  /* preload */
  content: '';
  background: url(../images/icon_minus.svg) no-repeat center;
}

.at-shipping-multi-address-title .btn::after {
  content: '';
  display: inline-block;
  margin-left: 7px;
  width: 12px;
  height: 12px;
  background: url(../images/icon_plus.svg) no-repeat center;
  vertical-align: -1px;
}

.js-slide-toggle.-open .at-shipping-multi-address-title .btn::after {
  background: url(../images/icon_minus.svg) no-repeat center;
}

.at-shipping-multi-address-title .at-checkbox {
  display: inline-block;
  margin: 0;
}

.at-shipping-multi-address-title .at-checkbox label {
  font-weight: bold;
  padding: 10px 0 10px 50px;
}

.at-shipping-multi-address-body table {
  margin-top: -1px;
}

.at-shipping-price-table {
  margin-left: auto;
  font-size: 16px;
  line-height: 1.8;
}

.at-shipping-price-table th {
  background-color: transparent;
}

.at-shipping-price-table td {
  padding-left: 3em;
}


.at-table-shipping {
  margin-top: 20px;
  margin-bottom: 50px;
}

.at-table-shipping th {
  width: 60%;
}

.at-table-shipping td {
  width: 40%;
}

.at-table-shipping:first-child {
  border-top: none;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .at-table-shipping {
    margin-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .at-shipping-select-btn {
    width: 225px;
    height: 225px;
    margin: 22.5px;
    padding: 7.5px;
    font-size: 19.5px;
    border-radius: 22.5px;
    border-width: 3px;
    box-shadow: 7.5px 7.5px 7.5px rgba(0, 0, 0, 0.16);
  }

  .at-shipping-select-btn .img {
    width: 187.5px;
    height: 150px;
    padding: 35px 0 20px;
  }
}


@media screen and (max-width: 767px) {

  .at-shipping-cart {
    margin: 40px auto 20px;
    padding: 15px;
    border: 1px solid #adadad;
    background-color: #efefef;
  }

  .at-shipping-cart .at-cart-body {
    margin-bottom: 15px;
  }

  .at-shipping-select-btn {
    width: 150px;
    height: 150px;
    margin: 15px;
    padding: 5px;
    font-size: 13px;
    border-radius: 15px;
    border-width: 2px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  }

  .at-shipping-select-btn .img {
    width: 125px;
    height: 100px;
    padding: 25px 0 15px;
  }
}

/* Utility */
.u-m0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.u-mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt40 {
  margin-top: 40px;
}


.u-mt50 {
  margin-top: 40px;
}

.u-mt60 {
  margin-top: 70px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt-40 {
  margin-top: -40px;
}


.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr40 {
  margin-right: 40px;
}


.u-mb0 {
  margin-bottom: 0;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-p0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-prl0 {
  padding-right: 0;
  padding-left: 0;
}

.u-prl5 {
  padding-right: 5px;
  padding-left: 5px;
}

.u-prl20 {
  padding-right: 20px;
  padding-left: 20px;
}

.u-ptb0 {
  padding-top: 0;
  padding-bottom: 0;
}

.u-ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}


.u-pb20 {
  padding-bottom: 20px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-w100 {
  width: 100%;
}

.u-w80 {
  width: 80%;
}

.u-w12em {
  width: 12em;
}
.u-w15em {
  width: 15em;
}
.u-color-brand {
  color: #932a13;
}

.u-color-alert {
  color: #f00;
}

.u-color-accent {
  color: #db830b;
}

.u-text-w6 {
  font-weight: 600;
}

.u-text-larger {
  font-size: larger;
}

.u-label-select {
  display: inline-block;
  margin: 0;
  padding-right: 10px;
  line-height: 34px;
}

a.u-color-brand,
a.u-color-brand:hover,
a.u-color-brand:focus {
  color: #932a13;
  text-decoration: underline;
}

ol.u-ol-brackets {
  list-style-type: none;
  padding-left: 0;
}

ol.u-ol-brackets > li {
  counter-increment: ol-brackets-counter;
}

ol.u-ol-brackets > li::before {
  content: "(" counter(ol-brackets-counter) ") ";
}

ul.u-ul-indent1 {
  list-style-type: none;
  text-indent: -1em;
}

.u-break-all {
  word-break: break-all !important;
}

.cancel-method-note > * {
  padding: 15px;
}

.cancel-method-note dt {
  padding: 0 0.5em;
  margin-bottom: 5px;
  color: #932a13;
  font-size: 20px;
  font-weight: 600;
}
.cancel-method-note dd {
  height: 130px;
  overflow-y:scroll;
  border: 1px solid #adadad;
  scrollbar-width: thin;
  scrollbar-color: #787878 #eee;
}
.cancel-method-note dd::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.cancel-method-note dd::-webkit-scrollbar-thumb {
border-radius: 7px;
background: #787878;
}

/* drink cost notice */
.notice-cost {
  background: #F7EAE8;
  border: 1px solid #932A14;
  padding: 20px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 100px;
  font-size: 16px;
}
.notice-cost .tit {
  margin: 0 0 15px;
  font-size: 16px;
}
.notice-cost .text-link {
  color: #932A14;
  text-decoration: underline;
  background: url(../images/alcohol/blank_link.svg) no-repeat right center;
  padding-right: 20px;
  font-weight: bold;
}
.notice-cost .txt {
  margin-top: 30px;
}
.notice-cost .txt span {
  display: inline-block;
}

#open-modal-cost-table {
  cursor:pointer;
}
#open-modal-cost-table:hover {
  opacity: 0.8;
}

/* drink cost modal */
.modal-cost-table {
  width: auto;
  max-width: 900px;
}
.modal-cost-table .modal-content {
  border-radius: 0;
}
.modal-cost-table .modal-body {
  padding: 40px 20px;
}

.modal-cost-table .at-title-line,
.page-cost-table .at-title-line {
  border-bottom-width: 6px;
  font-weight: bold;
}
.modal-cost-table .subtit,
.page-cost-table .subtit {
  font-size: 20px;
  font-weight: bold;
  margin: 45px 0 30px;
}
.modal-cost-table .btn.at-btn-dismiss {
  font-weight: normal;
  border-radius: 0;
  background: #9a2f06;
  color: #fff;
  width: 186px;
  font-size: 20px;
  padding: 0.3em 0.5em 0.4em;
  margin-bottom: 40px;
}
.modal-cost-table .btn.at-btn-dismiss:hover {
  opacity: 0.8;
}
.modal-cost-table .btn.at-btn-dismiss:before {
  content: "×";
  font-size: 1.3em;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .modal-cost-table {
    height: calc(100% - 20px);
  }

  .modal-cost-table .modal-content {
    height: 100%;
    padding: 10px;
  }

  .modal-cost-table .modal-body {
    padding: 0;
  }

  .modal-cost-table .btn.at-btn-dismiss {
    margin: 30px 0 0;
  }
}

/* drink cost table */

.cost-table-con {
  padding: 0 10px;
}
.page-cost-table {
  max-width: 812px;
}
.page-cost-table-inner {
  max-width: 656px;
  margin: 0 auto;
}

.page-cost-table .at-title-line {
  border-bottom-width: 6px;
  font-weight: bold;
}
.page-cost-table .subtit {
  font-size: 20px;
  font-weight: bold;
  margin: 45px 0 30px;
}

.drink-cost-table {
  border-color: #000;
  margin: 25px auto;
  width: 100%;
}
.drink-cost-table tr > * {
  padding: 2px 1em;
  text-align: center;
  border: 1px solid #000;
}

.drink-cost-table .pref,
.drink-cost-table .pref li {
  list-style: none;
  margin: 0; padding: 0;
}
.drink-cost-table .pref {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  max-width: 19em;
}
.drink-cost-table .pref li {
  text-align: center;
  white-space: nowrap;
  width: 5em;
}
.drink-cost-table th:first-child {
  background: #932A14;
  color: #fff;
  white-space: nowrap;
}

.drink-cost-table td {
  background: #f7edeb;
}
.drink-cost-table thead th {
  background: #e6e6e6;
  padding: 0.7em 0;
  /* font-size: 20px; */
  line-height: 1.4;
}
.drink-cost-table td + td {
  font-weight: bold;
  background: #fff;
  white-space: nowrap;
  min-width: 150px;
}

@media screen and (max-width: 660px) {
  .cost-table-con {
    padding: 0;
  }
  .drink-cost-table .pref {
    justify-content: start;
  }
  .drink-cost-table .pref li {
    width: auto;
    margin: 0 0.4em;
  }
  .drink-cost-table tr > * {
    padding: 2px 0;
    font-size: 14px;
  }
  .drink-cost-table th:first-child {
    padding: 2px 0.5em;
  }
  .drink-cost-table td + td {
    min-width: 0;
    padding: 2px 0.5em;
    font-size: 15px;
  }
  .drink-cost-table thead th small {
  display: block;
  }
}

/* iframe in drink cost modal */

.iframe_box iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.iframe_box {
  height: 1600px;
}
@media screen and (max-width: 767px) {
  .iframe_box {
    padding: 0;
  }
}
@media screen and (max-width: 722px) {
  .iframe_box {
    height: 1900px;
  }
}
@media screen and (max-width: 460px) {
  .iframe_box {
    height: 2000px;
  }
}
@media screen and (max-width: 410px) {
  .iframe_box {
    height: 2160px;
  }
}

@media screen and (max-width: 360px) {
  .iframe_box {
    height: 2630px;
  }
}
.modal-body.iframe_box {
  height: 82vh;
}
@media screen and (max-width: 767px) {
  .modal-body.iframe_box {
    overflow: auto;
    height: calc(100% - 100px);
  }
}

/* drink cost hitokuti */
.cost-table-flex {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  gap: 6.4%;
  margin: 0 -10px;
}
.cost-table-flex > * {
  border: 2px solid #932A14;
  border-radius: 18px;
  padding: 27px 23px;
  flex:1;
}
.cost-table-flex dt {
  font-weight: bold;
  color: #932A14;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.cost-table-flex .text1 {
  height: 56px;
  text-align: left;
  font-weight: bold;
}
.box-txt {
  border: 1px solid #CFCFCF;
  padding: 0.5em 0;
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
}
.illust-flex {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 10%;
  margin-bottom: 30px;
}
.illust-flex > * {
  flex: 1;
}
.illust-flex figcaption {
  background: #F7E9E9;
  font-weight: bold;
  padding: 10px 1em 8px;
  margin-top: 15px;
  text-align: center;
}
.illust-flex .single_bottle {
  text-align: left;
  position: relative;
}
.illust-flex .single_bottle::before {
  content: "";
  height: 114px;
  width: 1px;
  display: inline-block;
  position: absolute;
  left: -18px;
  top: 0;
  border-left: 3px dotted #932A13;
}
.kome {
  text-indent: -1.2em;
  margin:0 0 0 1.2em;
  font-size: 14px;
}
.kome::before {
  content: "※";
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .cost-table-flex > * {
    padding: 20px 15px;
  }
  .cost-table-flex dt {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 720px) {
  .page-cost-table .subtit.hitokuti_txt {
    font-size: 16px;
    margin: 30px 0 20px;
  }
  .cost-table-flex { display: block; }
  .cost-table-flex .text1 {
    height: auto;
    font-size: 16px;
  }
  .box-txt { margin-bottom: 15px; }
  .illust-flex { margin-bottom: 25px; }
}
/***　ご注文詳細ボタン（マイページ／注文履歴）　***/
.wrap_orderdetail{
  padding:1em 0;
}
a.btn_orderdetail{
  width:100%;
  text-align:center;
  padding:1em 2em;
  margin-bottom:1em;
  background-color: #db830b;
  border-radius: 50px;
  font-size: 18px;
  color:#fff;
  font-weight: 600;
  text-decoration: none;
  display: block;
}
a.btn_orderdetail:hover{
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  a.btn_orderdetail{
  margin-bottom:0;
  padding:10px;
  }
}
.at-mypage-table .btn_orderdetail{
  margin-bottom:0;
}

/*** のしセレクトボックス　***/
.noshiselect {
  position: relative;
  width:100%;
}

.noshiselect::before,
.noshiselect::after {
  position: absolute;
  right: 15px;
  width: 9px;
  height: 6px;
  background-color: #535353;
  content: '';
  pointer-events: none;
}

.noshiselect::before {
  top: calc(50% - 9px);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.noshiselect::after {
  bottom: calc(50% - 9px);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.noshiselect select {
  width:100%;
  appearance: none;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
