@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.keyvisual {
  padding: 76px 0 71px;
}

@media (max-width: 767px) {
  .keyvisual {
    padding: 24px 0 33px;
  }
}

.page-contents {
  max-width: 1049px;
}

@media (max-width: 767px) {
  .page-contents {
    padding-top: 0;
  }
}

.cart-desc01 {
  border: 1px solid #707070;
  padding: 20px 20px 20px;
  margin-bottom: 59px;
}

.cart-desc01 .ttl {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.86667em;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 767px) {
  .cart-desc01 {
    padding: 15px 20px 15px;
    margin: 0 0 49px;
  }
  .cart-desc01 .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 1.57143em;
    letter-spacing: 0.025em;
    text-align: left;
  }
}

.hide {
  display: none !important;
}

#footer .f-sec-category {
  display: none;
}

#footer .footerInner {
  padding-top: 63px;
}

#footer .footerInner .f-sns, #footer .footerInner .f-menu {
  display: none;
}

#footer .cp-right {
  border-top: 0;
  padding-top: 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 26px;
  line-height: 2.36364em;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  #footer {
    padding-top: 23px;
  }
  #footer .footerInner {
    padding-top: 25px;
  }
}

.cart-blocks .cart-table {
  border: 1px solid #C3C3C3;
  background: #fff;
}

@media (max-width: 767px) {
  .cart-blocks .cart-table {
    border-right: none;
    border-left: none;
    margin: 0 -26px;
  }
}

.cart-blocks .cart-table .cart-row-item {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 18px 10px;
  text-align: center;
}

.cart-blocks .cart-table .cart-row-item:not(:last-child) {
  border-right: 1px solid #C3C3C3;
}

@media (max-width: 767px) {
  .cart-blocks .cart-table .cart-row-item {
    padding: 17px 25px;
  }
}

.cart-blocks .cart-table .cart-row-heading {
  background: #F4F4F4;
  border-bottom: 1px solid #C3C3C3;
}

@media (max-width: 767px) {
  .cart-blocks .cart-table .cart-row-heading {
    display: none !important;
  }
}

.cart-blocks .cart-table .cart-row-heading .cart-row-item {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.73333em;
  letter-spacing: 0.075em;
}

.cart-blocks .cart-table .cart-row-items {
  border-bottom: 1px solid #C3C3C3;
}

.cart-blocks .cart-table .cart-row-items:last-child {
  border-bottom: 0;
}

.cart-blocks .cart-table .cart-row-items .cart-row-item {
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .cart-blocks .cart-table .cart-row-items .cart-row-item {
    border-bottom: 1px solid #C3C3C3;
  }
}

.cart-blocks .cart-table .cart-meta {
  width: 46.3%;
}

@media (max-width: 767px) {
  .cart-blocks .cart-table .cart-meta {
    width: 100%;
    position: relative;
    padding: 87px 0 25px;
  }
  .cart-blocks .cart-table .cart-meta:before {
    width: 100%;
    padding: 0 25px;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #C3C3C3;
  }
}

.cart-blocks .cart-table .cart-quantity {
  width: 18.2%;
}

@media (max-width: 767px) {
  .cart-blocks .cart-table .cart-quantity {
    width: 100%;
    padding-left: 125px;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.cart-blocks .cart-table .cart-price {
  width: 23.3%;
  text-align: center;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 1.66667em;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .cart-blocks .cart-table .cart-price {
    width: 100%;
  }
}

.cart-blocks .cart-table .cart-remove {
  width: 12.2%;
}

@media (max-width: 767px) {
  .cart-blocks .cart-table .cart-remove {
    width: 100%;
  }
}

.cart-blocks .cart-table .cart-row {
  display: flex;
  flex-wrap: wrap;
}

.cart-blocks .cart-table .cart-product-information {
  width: 100%;
  padding: 7px 0 7px 7px;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (min-width: 768px) {
  .cart-blocks .cart-table .cart-product-information {
    max-width: 385px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .cart-blocks .cart-table .cart-product-information {
    padding: 1px 12px 1px 20px;
  }
}

.cart-blocks .cart-table .cart-product-information .cart-product-img {
  width: 33.2%;
  position: relative;
}

.cart-blocks .cart-table .cart-product-information .cart-product-img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}

.cart-blocks .cart-table .cart-product-information .cart-product-img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cart-blocks .cart-table .cart-product-information .cart-product-img .cart__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .cart-blocks .cart-table .cart-product-information .cart-product-img {
    width: 35%;
  }
}

.cart-blocks .cart-table .cart-product-information .cart-product-info {
  width: 66.8%;
  padding: 0 0 0 28px;
  text-align: left;
}

.cart-blocks .cart-table .cart-product-information .cart-product-info .pro-ttl {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.6em;
  letter-spacing: 0.075em;
  color: #000000;
  margin-bottom: 4px;
}

.cart-blocks .cart-table .cart-product-information .cart-product-info .pro-variants {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 1.84615em;
  letter-spacing: 0.075em;
  color: #484E4D;
}

.cart-blocks .cart-table .cart-product-information .cart-product-info .pro-variants p {
  position: relative;
  padding: 0 0 0 10px;
}

.cart-blocks .cart-table .cart-product-information .cart-product-info .pro-variants p:before {
  position: absolute;
  content: "+";
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.30769em;
  letter-spacing: 0.075em;
  color: #484E4D;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .cart-blocks .cart-table .cart-product-information .cart-product-info {
    width: 65%;
    padding: 0 0 0 15px;
  }
}

.cart-blocks .cart-table .cart__remove {
  text-align: center;
  width: 100%;
  margin-top: 0;
}

.cart-blocks .cart-table .cart__remove a {
  text-align: center;
  padding: 5px 0;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 25px;
  line-height: 1.92308em;
  letter-spacing: 0.05em;
  border: 1px solid #C3C3C3;
  background: #fff;
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
}

.cart-blocks .cart-table .cart__remove a span:before {
  content: '';
  background: url("//cdn.shopify.com/s/files/1/0602/7463/9028/t/2/assets/icn_close02.svg") 0 0/100% auto no-repeat;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .cart-blocks .cart-table .cart-qty {
    width: 100%;
    text-align: center;
    font-size: 0;
  }
}

.cart-blocks .cart-table .cart-qty .qty-input {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 30px;
  height: 23px;
  text-align: center;
  border-radius: 0;
  outline: 0;
  color: #27201D;
  font-size: 15px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  padding: 0;
  word-break: normal;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.cart-blocks .cart-table .cart-qty .qty-input::-webkit-inner-spin-button, .cart-blocks .cart-table .cart-qty .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

@-moz-document url-prefix() {
  .cart-blocks .cart-table .cart-qty .qty-input {
    -moz-appearance: textfield;
    appearance: textfield;
  }
}

@media (max-width: 767px) {
  .cart-blocks .cart-table .cart-qty .qty-input {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.cart-blocks .cart-table .cart-qty span.js-qty {
  display: inline-block;
  vertical-align: top;
  height: 23px;
  line-height: 19px;
  width: 23px;
  font-size: 15px;
  text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .cart-blocks .cart-table .cart-qty span.js-qty {
    line-height: 19px;
  }
}

.cart-blocks .cart-table .cart-qty span.js-qty.minus, .cart-blocks .cart-table .cart-qty span.js-qty.plus {
  background: #484E4D;
  cursor: pointer;
  transition: all 0.3s;
}

@media only screen and (min-width: 1025px) {
  .cart-blocks .cart-table .cart-qty span.js-qty.minus:hover, .cart-blocks .cart-table .cart-qty span.js-qty.plus:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .cart-blocks .cart-table .cart-qty span.js-qty {
    height: 30px;
    line-height: 28px;
    width: 30px;
  }
}

.cart-blocks .cart-footer {
  border: 1px solid #C3C3C3;
  border-top: none;
  padding: 0 12.2%;
}

.cart-blocks .cart-footer .cart-subtotal {
  text-align: right;
  padding: 40px 0 26px;
}

.cart-blocks .cart-footer .cart-subtotal em {
  font-style: normal;
  display: inline-block;
  margin-top: 7px;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 1.71429em;
  letter-spacing: 0.075em;
}

.cart-blocks .cart-footer .cart-subtotal .subtotal-note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2em;
  letter-spacing: 0.075em;
  color: #484E4D;
  margin-top: 4px;
}

.cart-blocks .cart-footer .cart-subtotal .subtotal-price {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 1.84615em;
  letter-spacing: 0.075em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cart-blocks .cart-footer .cart-subtotal .subtotal-price .cart-price {
  color: #000;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 30px;
  line-height: 1.07143em;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-left: 35px;
  margin-right: 7px;
}

.cart-blocks .cart-footer .cart-subtotal .subtotal-price .cart-price div {
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .cart-blocks .cart-footer {
    margin: 0 -26px;
    padding: 0 24px;
    border-bottom: 2px solid #C3C3C3;
  }
  .cart-blocks .cart-footer .cart-subtotal {
    padding: 28px 0 23px;
  }
  .cart-blocks .cart-footer .cart-subtotal em {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 1.71429em;
    letter-spacing: 0.075em;
  }
  .cart-blocks .cart-footer .cart-subtotal .subtotal-note {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2em;
    letter-spacing: 0.025em;
    margin-top: 2px;
  }
  .cart-blocks .cart-footer .cart-subtotal .subtotal-price {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 1.84615em;
    letter-spacing: 0.075em;
  }
  .cart-blocks .cart-footer .cart-subtotal .subtotal-price .cart-price {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
    line-height: 1.07143em;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-left: 29px;
    margin-right: 2px;
  }
}

.cart-blocks .under-cart {
  margin: 60px 0 0;
}

@media (max-width: 767px) {
  .cart-blocks .under-cart {
    margin: 30px 0 0;
  }
}

.cart-blocks .update-cart button {
  width: 102px;
  background: #fff;
  border: 1px solid #484E4D;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 1.6875em;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 13px 5px 13px 15px;
  height: 55px;
  margin: 0;
  display: inline-block;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  transition: 0.3s ease all;
}

.cart-blocks .update-cart button img {
  margin: -4px 0 0 7px;
}

@media only screen and (min-width: 1025px) {
  .cart-blocks .update-cart button:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .cart-blocks .update-cart button {
    width: 85px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 1.71429em;
    letter-spacing: 0.075em;
    padding: 13px 5px 13px 3px;
  }
  .cart-blocks .update-cart button img {
    margin: 0 0 0 4px;
    width: 14px;
  }
}

.cart-blocks .btn-cart-checkout {
  background: #484E4D;
  max-width: 331px;
  display: block;
  width: 100%;
  margin: 0 0 0 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 1.6875em;
  letter-spacing: 0.075em;
  border: none;
  padding: 14px 15px 14px 5px;
  height: 55px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  outline: 0;
  position: relative;
  transition: 0.3s ease all;
}

.cart-blocks .btn-cart-checkout:before {
  content: "";
  position: absolute;
  right: 61px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(135deg);
}

@media only screen and (min-width: 1025px) {
  .cart-blocks .btn-cart-checkout:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .cart-blocks .btn-cart-checkout {
    max-width: 231px;
    width: calc(100% - 95px);
    margin: 0 0 0 9px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 1.71429em;
    letter-spacing: 0.075em;
    border: none;
    padding: 13px 12px 13px 5px;
  }
  .cart-blocks .btn-cart-checkout:before {
    right: 28px;
    width: 6px;
    height: 6px;
  }
}

.cart-blocks .under-cart {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .cart-blocks .cart-row-items {
    position: relative;
  }
  .cart-blocks .cart-row-items .cart-meta:before, .cart-blocks .cart-row-items .cart-quantity:before, .cart-blocks .cart-row-items .cart-price:before {
    content: attr(data-label-mobile);
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 65px;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    flex: 0 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    background: #F5F5F5;
    text-align: left;
  }
  .cart-blocks .cart-table .cart-row-items .cart-quantity, .cart-blocks .cart-table .cart-row-items .cart-price {
    position: relative;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .cart-blocks .cart-table .cart-row-items .cart-quantity:before, .cart-blocks .cart-table .cart-row-items .cart-price:before {
    width: 127px;
    height: 100%;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    border-right: 1px solid #C3C3C3;
  }
  .cart-blocks .cart-table .cart-row-items .cart-remove {
    border: none;
    position: absolute;
    top: 12px;
    right: 27px;
    width: 87px !important;
    z-index: 1;
    padding: 0;
  }
  .cart-blocks .cart-table .cart-row-items .cart-remove a {
    padding: 5px 0;
    max-width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.86667em;
    letter-spacing: 0.05em;
  }
}
