/*-----------------------------------------------
ressets css
-----------------------------------------------*/
/* ============== ユーティリティー ============== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul[role='list'],
ol[role='list'],
li {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.2;
}
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
a {
  text-decoration-skip-ink: auto;
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
img,
picture {
  max-width: 100%;
  display: block;
  object-fit: cover;
}
input,
button,
textarea,
select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
/* ============== h1タグ（非表示・SEO対策） ============== */
/* main-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
} */
/* ============== a ホバー） ============== */
.a-under {
  background-image: linear-gradient(to right, #cd6487, #cd6487 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.a-under:before {
  content: "";
  background: #cd6487;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.a-under:hover {
  background-position: 0;
}
.a-under:hover::before {
  width: 100%;
}
/* ============== form ============== */
header .site-menu .menu-icon li .a-under form {
  display: none;
}
/*-----------------------------------------------
BootStrap対応
-----------------------------------------------*/
/* ============== ユーティリティー ============== */
.u-fs-10 {
  font-size: 10px !important;
}
.u-fw-b,
.bold {
  font-weight: 700 !important;
}
.u-ta-r,
.tright,
.t-right {
  text-align: right !important;
}
.u-ta-l,
.tleft,
.t-left {
  text-align: left !important;
}
.u-ta-c,
.tcenter,
.t-center {
  text-align: center !important;
}
.u-lh-1 {
  line-height: 1 !important;
}
.u-lh-xs {
  line-height: 1.2 !important;
}
.u-lh-sm {
  line-height: 1.4 !important;
}
.u-lh-md {
  line-height: 1.8 !important;
}
.u-lh-lg {
  line-height: 2.0 !important;
}
.u-lh-xl {
  line-height: 2.2 !important;
}
.u-d-n,
.u-d-n-xs {
  display: none !important;
}
.u-d-i,
.u-d-i-xs {
  display: inline !important;
}
.u-d-b,
.u-d-b-xs {
  display: block !important;
}
.u-mt-xs,
.s-mt1em {
  margin-top: 1em !important;
}
.u-mb-sm,
.u-mb1em {
  margin-bottom: 1em !important;
}
.u-mb-md,
.u-mb15em {
  margin-bottom: 1.5em !important;
}
.u-mb-lg,
.u-mb2em {
  margin-bottom: 2.0em !important;
}
.u-mb-xl,
.u-mb3em {
  margin-bottom: 3.0em !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
@media (min-width: 544px) {
  .u-d-n-sm {
    display: none !important;
  }
  .u-d-i-sm {
    display: inline !important;
  }
  .u-d-b-sm {
    display: block !important;
  }}
@media (min-width: 768px) {
  .u-d-n-md {
    display: none !important;
  }
  .u-d-i-md {
    display: inline !important;
  }
  .u-d-b-md {
    display: block !important;
  }}
@media (min-width: 992px) {
  .u-d-n-lg {
    display: none !important;
  }
  .u-d-i-lg {
    display: inline !important;
  }
  .u-d-b-lg {
    display: block !important;
  }}
@media (min-width: 1200px) {
  .u-d-n-xl {
    display: none !important;
  }
  .u-d-i-xl {
    display: inline !important;
  }
  .u-d-b-xl {
    display: block !important;
  }}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-window {
    width: 97% !important;
    padding: 30px 10px 15px !important;
  }}
/*-----------------------------------------------
Google icons
-----------------------------------------------*/
.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 600,
    'GRAD' 0,
    'opsz' 24
}
/*-----------------------------------------------
調整用共通CSS
-----------------------------------------------*/
/* ============== PC・SP 改行 ============== */
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }}
@media screen and (max-width: 769px) {
  .br-pc {
    display: none;
  }}
/* ============== PC・SP 表示切替（1110px） ============== */
@media screen and (max-width: 1110px) {
  .pc10 {
    display: none;
  }}
@media screen and (min-width: 1111px) {
  .sp10 {
    display: none;
  }}
/* ============== PC・SP 表示切替（992px） ============== */
@media screen and (max-width: 992px) {
  .pc9 {
    display: none !important;
  }}
@media screen and (min-width: 993px) {
  .sp9 {
    display: none !important;
  }}
/* ============== PC・SP 表示切替（768px） ============== */
@media screen and (max-width: 768px) {
  .pc7 {
    display: none !important;
  }}
@media screen and (min-width: 769px) {
  .sp7 {
    display: none !important;
  }}
/* ============== PC・SP 表示切替（576px） ============== */
@media screen and (max-width: 576px) {
  .pc5 {
    display: none;
  }}
@media screen and (min-width: 577px) {
  .sp5 {
    display: none;
  }}
/* ============== 余白調整 ============== */
.top_10 {
  margin-top: 10px;
}
.top_30 {
  margin-top: 30px;
}
.top_50 {
  margin-top: 50px;
}
.top_80 {
  margin-top: 80px;
}
.top_120 {
  margin-top: 120px;
}
/* ============== 位置調整 ============== */
.center {
  text-align: center;
  margin: 0 auto;
}
/*-----------------------------------------------
共通機能・挙動等
-----------------------------------------------*/
/* ============== モーダルウインドウ ============== */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 900px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  padding: 4px 10px;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.modal-content h3 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-bottom: dashed 1px #cd6487;
  margin-bottom: 16px;
}
.modal-content h3 span {
  display: block;
}
.modal-content h4 {}
.modal-content img {
  margin-bottom: 12px;
}
.modal-content p {
  color: #575757;
}
.modal-content ul {
  color: #575757;
}
.modal-content ul li {
  list-style: circle;
  margin-left: 20px;
  margin-bottom: 10px;
}
/* ============== 追従ナビ ============== */


/*-----------------------------------------------
ヘッダー
-----------------------------------------------*/
/* ============== グローバルナビ ============== */
.header {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  background: rgba(255, 255, 255, .7);
  align-items: center;
}
@media screen and (max-width: 769px) {
  .header {
    padding: 4px 6px;
  }}
.site-logo {}
.site-logo a {}
.site-logo a img {
  width: 60px;
}
.site-logo a img:hover {
  opacity: .7;
}
.site-menu {
  display: flex;
}
.menu-main {
  display: flex;
  align-items: center;
}
.menu-main li {
  margin: 0 10px;
  font-weight: 600;
}
.menu-main li a {}
.menu-main li a:hover {}
.menu-icon {
  display: flex;
  background: #f5c3c2;
  padding: 0px 20px;
  border-radius: 30px;
  align-items: center;
  margin: 0 10px;
}
.menu-icon li {
  text-align: center;
  margin: 0 8px;
}
.menu-icon li a {
  display: block;
  transition: .5;
}
.menu-icon li a:hover {
  color: #cd6487;
}
.menu-icon li a i {
  font-size: 20px;
}
.menu-icon li a i:hover {}
.menu-icon li a {
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
}
.menu-icon li span {
  font-size: 10px;
  font-family: 'Zen Maru Gothic';
}
.menu-icon li .cart-span {
  display: block;
}
/* ============== ハンバーガー ============== */
nav {
  display: block;
  position: fixed;
  background-color: #ffffff;
  width: 220px;
  top: 0;
  right: -300px;
  bottom: 0;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  right: 0;
  opacity: 1;
}
nav .ham-menu {
  padding: 25px;
  padding-top: 60px;
}
nav .ham-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .ham-menu ul li {
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .ham-menu ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1rem;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .ham-menu ul li a:hover {
  background: #e4e4e4;
}
.ham-circle {
  background: #cd6487;
  border-radius: 30px;
  padding: 15px 15px;
  position: relative;
  z-index: 10;
  transition: .3s ease-in-out;
}
.ham-circle:hover {
  background: #f5c3c2;
}
.toggle-btn {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.toggle-btn span {
  position: relative;
  display: block;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
  border-radius: 4px;
}
.toggle-btn span:nth-child(1) {
  top: 1px;
}
.toggle-btn span:nth-child(2) {
  top: 8px;
}
.toggle-btn span:nth-child(3) {
  top: 15px;
}
.open .toggle-btn span {
  background-color: #fff;
}
.open .toggle-btn span:nth-child(1) {
  transform: translateY(8px) rotate(-315deg);
}
.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}
#mask {
  display: none;
  transition: all 0.5s;
}
.open #mask {
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}
.ham-menu li span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  font-family: 'Zen Maru Gothic';
}

/* ============== ヘッダーのスクロールでの挙動 ============== */
.header {
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 999;
}
.header.hide {
  /* top: -80px; */
  transform: translateY(-80px);
}
/* ============== メガメニュー ============== */


/*-----------------------------------------------
Footer
-----------------------------------------------*/
footer {
  background-color: #F5C3C2;
  padding: 40px 0 0;
}
footer .parts01 {
  display: flex;
  justify-content: left;
  margin: 20px 0 0;
}
footer .icon {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: flex-end;
}
footer .icon li {
  margin: 0 10px;
}
footer .icon li a {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
footer .parts01 .logo img {
  width: 100px;
  height: auto;
}
.footer-concept {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 25px 25px;
}
.copyright {
  font-weight: 600;
  padding: 50px 0 20px;
}
@media screen and (max-width:576px) {
  footer {
  }
}
@media screen and (max-width:768px) {
  footer .parts01 .logo img {
    width: 60px;
  }
  footer {
    padding: 15px 0 0;
  }
}
/*==================================================
アコーディオンのためのcss
===================================*/
.footer-acordion {
  list-style: none;
  margin: 0 auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer-acordion .acordion-parts {
  margin: 10px 0;
  width: 30%;
}
.acordion-title {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 3px 3px 3px 50px;
  transition: all .5s ease;
}
.acordion-title::before,
.acordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
}
.acordion-title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.acordion-title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
.acordion-title.close::before {
  transform: rotate(45deg);
}
.acordion-title.close::after {
  transform: rotate(-45deg);
}
.footer-acordion .acordion-parts .box {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  margin: 20px 10px;
  padding: 20px 30px 20px 40px;
  border-radius: 10px;
}
.footer-acordion .acordion-parts .box ul {
  line-height: 1.8;
}
.footer-acordion .acordion-parts .box ul li {
  font-weight: 500;
}
.acordion-title::before,
.acordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
  transition: all 0.5s;
}
.acordion-title::before {
  top: 48%;
  left: 15px;
  transform: translateY(0px) rotate(-90deg);
}
.acordion-title::after {
  top: 48%;
  left: 15px;
  transform: translateY(0px) rotate(180deg);
}
@media screen and (min-width:576px) {
  footer .ft-menu .ft-list li span {
    display: none;
  }}
@media screen and (max-width:576px) {
  .copyright {
    font-weight: 400;
    margin-top: 5px;
    font-size: 14px;
    padding: 10px 0;
  }
  .footer-acordion {
    flex-direction: column;
  }
  .footer-acordion .acordion-parts {
    margin: 10px 0;
    width: 100%;
  }}
@media screen and (min-width:768px) {

  .acordion-title::before,
  .acordion-title::after {
    display: none;
  }
  .acordion-title {
    padding: 3px;
  }
  .footer-acordion .acordion-parts .box {
    padding: 15px 5px 15px 15px;
  }}
/* 1110 */
.product-contents {
  /* padding: 25px 0; */
}
.item-info .skubutton {
  background-color: #cd6487;
  margin: 10px 0;
}
.item-info .skubutton p {
  text-align: center;
}
.item-info .skubutton:hover {
  background-color: #F5C3C2;
}
.field_price {
  margin: 10px 0;
}
/* 商品一覧 */
.allitems {
}
.allitems h2 {
  text-align: center;
}
.allitems h2 span {
  text-align: center;
  font-size: 16px;
  color: #575757;
}
.top_itemlistbox img {
  height: 50%;
  box-shadow: 1px 1px 3px #575757;
}
.allitems h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.mb_80 {
  margin-bottom: 80px;
}
.tag-box {
  text-align: right;
  margin-bottom: 2vh;
}
.tag-box .minitag {
  padding: 5px 15px;
  background-color: #f8b27d;
  border-radius: 5px;
  border: 1px solid #fff;
  margin-right: 5px;
}
@media screen and (max-width:576px) {
  .top_itemlistbox {
    height: 200px;
  }
  .top_itemlistbox img {
    width: 100%;
    height: 70%;
    object-fit: cover;
  }
}
/* serch-box */
.form-area {
  margin: 0;
}
.search-btn {
  cursor: pointer;
  background-image: linear-gradient(to right, #cd6487, #cd6487 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
  transition: all 0.3s ease-in-out;
}
.s-box {
  display: flex;
  position: relative;
}
.search-box .searchsubmit {
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  color: #aaa;
  font-family: FontAwesome;
  border: none;
  font-size: 15px;
}
.menu-icon li .s-base {
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.menu-icon li i:hover {
  color: #cd6487;
}
.menu-icon li .s-base i {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-box input[type="text"] {
  padding: 8px;
  border-radius: 3px;
}
.item-search span {
  font-weight: 300;
  margin-left: 5px;
  font-size: 16px;
}
.top_itemlistbox_link {
  transition: .3s ease-in-out;
}
.top_itemlistbox_link:hover {
  text-decoration: none;
}
/* pagenation */
.custom-page-link a {
  text-decoration: none;
  color: #000;
}
.custom-page-link a:hover {
  color: #575757;
  background-color: #491f2d;
}
.custom-current-page {
  border: 1px solid #cd6487;
  margin: 0 5px;
}
.custom-current-page a {
    color: white;
}
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 20px 0;
}
.custom-page-link {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f5c3c2;
  border: 1px solid #dee2e6;
  color: #000;
}
.next {
  background: #5757577d;
  padding: 5px 10px;
  margin: 0 10px;
  transition: 0.3s ease-in-out;
}
.next:hover {
  background: #2525257d;
  list-style: none;
  text-decoration: none;
}
.prev {
  background: #5757577d;
  padding: 5px 10px;
  margin: 0 10px;
  transition: 0.3s ease-in-out;
}
.prev:hover {
  background: #2525257d;
  list-style: none;
  text-decoration: none;
}
.post-title {
  margin: 10px 0 0;
  font-weight: 700;
}
.item-price {
  margin: 8px 0 0 ;
}

/* contact */
/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.cform {
	width: 100%;
	margin: auto;
}
.cform tr {

}
.cform th {
	font-size: 14px;
	width: 25%; /*変なところで改行される場合はここの数字を変更します。*/
	border: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: bold;
	vertical-align: middle;
}
.cform td {
	font-size: 14px;
	border: solid 1px #d6d6d6;
	padding: 10px 5px;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 99%;
  margin: 0 5px;
}
.required-srt {
	font-size: 10pt;
  font-weight: bold;
	padding: 5px;
	background: #cd6487;
	color: #000;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 10pt;
  font-weight: bold;
	padding: 5px;
	background: #adb5bd;
	color: #000;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
  .cform {
    width: 100%;
  }
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}
.submit-btn input {
	background: #cd6487;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 2px #000 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}
.submit-btn input:hover {
	background: #fff;
	color: #000;
  font-weight: bold;
}
/*------------------ ステップ（お問い合わせ）------------------*/
.stepBar {
  display: flex;
  max-width: 80%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #e0e0e0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #e0e0e0;
  color: #000;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #e0e0e0;
}
.stepBar .visited span {
  background: #cd6487;
  font-weight: bold;
  font-size: 14px;
}

/* autozip */
#autozip {
  background-color: #cd6487;
}

/* ttl_txt */
.header .ttl_txt {}
.header .ttl_txt p {
  color: #cd6487;
  font-weight: 600;
}
.header .ttl_txt p span {}


/* ------------------------------------------------
カートのレスポンシブ
-----------------------------------------------*/
.cart-sp {
  
}
.cart-sp table {
  margin-bottom: 50px;
}
.cart-sp table tbody {
  
}
.cart-sp table tbody tr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
}
.cart-sp table tbody tr td {
  width: 100%;
}
.cart-sp table tbody tr .num {
  display: none;
}
.cart-sp table tbody tr .thumbnail {
  text-align: center;
  margin-bottom: 8px;
  display: grid;
  place-items: center;
}
.cart-sp table tbody tr .thumbnail a img {
  height: auto;
  width: 300px;
  object-fit: cover;
}
.cart-sp table tbody tr .productname {
  margin-bottom: 12px;
  text-align: center;
  padding: 4px 12px;
}
.cart-sp table tbody tr .unitprice {
  text-align: right;
  padding-right: 12px;
}
.cart-sp table tbody tr .unitprice::before {
  content: "商品価格： ";
  color: #999;
  font-size: 14px;
}
.cart-sp table tbody tr .quantity {
  text-align: right;
  padding-right: 12px;
}
.cart-sp table tbody tr .quantity::before {
  content: "数量 ";
  color: #999;
  font-size: 14px;
}
.cart-sp table tbody tr .quantity input {
  width: 30%;
  padding: 4px 12px;
  font-size: 14px;
}
.cart-sp table tbody tr .subtotal {
  text-align: right;
  padding-right: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
}
.cart-sp table tbody tr .subtotal::before {
  content: "小計： ";
  color: #999;
  font-size: 14px;
}
.cart-sp table tbody tr .stock {
  display: none;
}
.cart-sp table tbody tr .action {
  text-align: right !important;
  padding-right: 12px;
}
.cart-sp table tbody tr .action input {
  font-size: 14px;
  font-weight: normal;
  margin-left: auto;
  color: #fff;
  background: #999;
  padding: 3px 30px !important;
}
.cart-sp table tfoot {
  
}
.cart-sp table tfoot tr {
  display: flex;
  justify-content: space-around;
}
.cart-sp table tfoot tr th {
  width: 50%;
  text-align: center;
  padding: 12px 0;
}
.cart-sp table tfoot tr .aright {
  background: #999;
  color: #fff;
}
.cart-sp table tfoot tr .aright em {
  color: #fff;
}
.cart-sp table tfoot tr .amount {
  border: solid 1px;
}
.cart-sp .w50 {
  width: 50%;
  text-align: center;
  padding: 4px 0;
}
.cart-sp .bg-w {
  background: #fff !important;
  color: #999 !important;
  border: solid 1px #ddd !important;
}
.cart-sp .bd-ddd {
  border: solid 1px #ddd !important;
  background: #acacac !important;
}

/*------------------ 追従ナビ ------------------*/
.low-button{
  transition: .3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
.low-button{
	position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
	z-index: 9999;
}
.low-button.js_hide {
	transform: translateY(100%);
}

.low-button ul {
  margin: 0 auto;
	background: rgba(8, 30, 43, .8);
	display: flex;
  justify-content: space-around;
}
.low-button li a:hover {
  text-decoration: none;
}
.low-button li a span:hover {
}
.low-btn {
  opacity: 0;
  visibility: hidden;
  
}
.active{
  opacity: 1;
  visibility: visible;
}