@charset "UTF-8";
/* 検索結果bg */
/* カートbtn */
/* セール対象商品 */
/* 期間限定価格 */
/* label */
/* 商品左上「NEW」 bg */
/* 星 */
/* label */
/* label */
/* label */
/* 境界線など */
/* 背景色 */
/* bootstrapwidth調整 */
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
body {
  overflow-x: hidden;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
@media (max-width: 1070px) {
  body {
    overflow-x: hidden;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  }
}
.prevent-scroll {
  overflow: hidden;
  height: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
  color: #444;
}

a {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
}
a:hover,
a.nomal-link:hover {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0.6;
  text-decoration: none;
}

* {
/*   color: #444444; */
/*   line-height: 1.5; */
  margin: 0;
  padding: 0;
}

a {
  color: #444444;
}
a.nomal-link {
  color: #dc426a;
  text-decoration: underline;
}

.clearfix {
  zoom: 1;
}

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

.pc {
  display: block !important;
  margin: 10px 0 0;
}

.sp {
  display: none !important;
}

.row-eq-height {
  display: block;
}

button[disabled=""]:hover {
  cursor: pointer;
}

input[type="text"],
textarea {
  font-size: 16px;
  border-radius: 0;
}

input:focus, select:focus, textarea:focus, a:focus {
outline: none;
}

/*

| ICON

*/
.icon-m {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: inherit;
}
.icon-m::before,
.icon-m::after {
  font-weight: 400;
  font-family: 'Material-Design-Iconic-Font';
}
.icon-m.icon-size-m::before,
.icon-m.icon-size-m::after {
  font-size: 22px;
}
.icon-m.icon-size-s::before,
.icon-m.icon-size-s::after {
  font-size: 19px;
}
.icon-m.icon-arrow-left::before {
  content: '\f2fa';
  padding-right: 10px;
}
.icon-m.icon-arrow-right::after {
  content: '\f2fb';
  padding-left: 9px;
}


/*

| HEADER

*/
header {
  margin-top: 20px;
}
header .hd-container .main-hd {
  max-width: 1570px;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
header .hd-container .main-hd .left {
  float: left;
  height: 40px;
}
header .hd-container .main-hd .left img {
  /*max-width: 100%;*/
  width: auto;
  height: 40px;
}
header .hd-container .main-hd .right {
  float: right;
}
header .hd-container .main-hd .right .search-area {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
header .hd-container .main-hd .right .search-area select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  border: 1px solid #d8d8d8;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  padding-left: 7px;
  border-radius: 0;
  padding: 5px 20px 5px 10px;
  margin-right: -6px;
  vertical-align: bottom;
  height: 30px;
  background: url("../assets/icon_down.23250c.png") no-repeat right 10px center;
  background-color: #F4F4F4;
}
header .hd-container .main-hd .right .search-area select option {
  background-color: #fff;
  color: #333;
}
header .hd-container .main-hd .right .search-area select::-ms-expand {
  display: none;
}
header .hd-container .main-hd .right .search-area select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
header .hd-container .main-hd .right .search-area input {
  font-size: 12px;
  outline: none;
  width: 300px;
  padding-left: 10px;
  margin-right: -6px;
  vertical-align: bottom;
  height: 30px;
}
header .hd-container .main-hd .right .search-area button {
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  border: none;
}
/* PC 検索ボタン使用可能 */
header .hd-container .main-hd .right .search-area button.enable,
.search-btn button.enable {
  background-color: #DC426A;
}
/* PC 検索ボタン使用不可 */
header .hd-container .main-hd .right .search-area button.disabled,
.search-btn button.disabled {
  background-color: #ADADAD;
}
header .hd-container .main-hd .right .search-area button .icon-search i {
  color: #fff;
  font-size: 20px;
}
header .hd-container .main-hd .right .login-area {
  display: inline-block;
  padding: 0px 20px 0px 10px;
}
header .hd-container .main-hd .right .login-area p {
  font-size: 12px;
}
header .hd-container .main-hd .right .sum {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10;
}
header .hd-container .main-hd .right .sum p {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
header .hd-container .main-hd .right .sum p::after {
  content: '\f2f9';
  display: block;
  color: #b6b6b6;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Material-Design-Iconic-Font';
  line-height: 1;
}
header .hd-container .main-hd .right .is-active p::after {
  content: '\f2fc';
  display: block;
  color: #b6b6b6;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Material-Design-Iconic-Font';
}
header .hd-container .main-hd .right .sum img {
  display: block;
  margin: 0 auto;
}
header .hd-container .main-hd .right .sum.is-active img {
  transform: rotate(180deg);
}
header .hd-container .main-hd .right .icon-area {
  display: inline-block;
  vertical-align: middle;
}
header .hd-container .main-hd .right .icon-area ul {
  display: block;
}
header .hd-container .main-hd .right .icon-area ul li {
  display: inline-block;
  width: 50px;
  margin: 0 5px;
  vertical-align: baseline;
}
header .hd-container .main-hd .right .icon-area ul li.cart,
header .hd-container .main-hd .right .icon-area ul li.coupon {
  position: relative;
  padding-top: 5px;
}
header .hd-container .main-hd .right .icon-area ul li span.cart-number {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #BA0000;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  padding-top: 3px;
}
header .hd-container .main-hd .right .icon-area ul li span.coupon-number {
  position: absolute;
  top: 0;
  right: -7px;
  background-color: #BA0000;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  padding-top: 3px;
}
header .hd-container .main-hd .right .icon-area ul li span.coupon-info {
  opacity: 0.6;
  position: absolute;
  font-weight: bold;
  top: 23px;
  right: -7px;
  background-color: #FFFF00;
  width: 20px;
  height: 20px;
  color: #000000;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  padding-top: 3px;
}
header .hd-container .main-hd .right .icon-area ul li a img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
header .hd-container .main-hd .right .icon-area ul li a .icon-cart i,
header .hd-container .main-hd .right .icon-area ul li a .icon-mypage i,
header .hd-container .main-hd .right .icon-area ul li a .icon-order-history i,
header .hd-container .main-hd .right .icon-area ul li a .icon-favorite i ,
header .hd-container .main-hd .right .icon-area ul li a .icon-label i {
  margin: -5px 0 0;
  color: #444;
  font-size: 25px;
}
header .hd-container .main-hd .right .icon-area ul li a span {
  margin-top: 3px;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #444;
}
header .hd-container .main-hd .right .login-before-nav {
  padding-top: 15px;
  font-size: 14px;
}
header .hd-container .keyword-hd {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  color: #444;
  margin-top: 10px;
}
header .hd-container .keyword-hd p {
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
}
header .hd-container .keyword-hd ul {
  display: inline-block;
}
header .hd-container .keyword-hd ul li {
  display: inline-block;
  margin: 0 10px;
}
header .hd-container .keyword-hd ul li a {
  position: relative;
  width: 100%;
  color: #444;
  padding-left: 15px;
}
header .hd-container .keyword-hd ul li a:before {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  content: '\f2f6';
  float: left;
  position: absolute;
  left: 0;
  margin-top: -5px;
  color: #DC426A;
  font-size: 22px;
}
header .hd-container .account-hd {
  margin-top: 15px;
  overflow: hidden;
  background-color: #DC426A;
  padding: 10px 0;
}
header .hd-container .account-hd .account-hd-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
header .hd-container .account-hd .account-hd-container .left {
  float: left;
  font-size: 14px;
  font-weight: bold;
}
header .hd-container .account-hd .account-hd-container .left .name {
  display: inline-block;
  margin-right: 20px;
}
header .hd-container .account-hd .account-hd-container .left .name .icon-account {
  position: relative;
  top: 4px;
  width: 30px;
  margin: 0 5px 0 0;
}
header .hd-container .account-hd .account-hd-container .left .name .icon-account i {
  font-size: 24px;
  color: #fff;
}
header .hd-container .account-hd .account-hd-container .left .name img {
  display: inline-block;
  vertical-align: middle;
}
header .hd-container .account-hd .account-hd-container .left .name p {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
header .hd-container .account-hd .account-hd-container .left .name a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
header .hd-container .account-hd .account-hd-container .left .address {
  display: inline-block;
  vertical-align: middle;
}
header .hd-container .account-hd .account-hd-container .left .address p {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
header .hd-container .account-hd .account-hd-container .left .address img {
  display: inline-block;
  vertical-align: middle;
}
header .hd-container .account-hd .account-hd-container .right {
  float: right;
  font-size: 14px;
  font-weight: bold;
}
header .hd-container .account-hd .account-hd-container .right .date {
  display: inline-block;
}
header .hd-container .account-hd .account-hd-container .right .date p {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
header .hd-container .account-hd .account-hd-container .right .date p span {
  font-size: 16px;
  color: #fff;
}
header .hd-container .account-hd .account-hd-container .right .date p span i {
  padding: 0 0 0 10px;
  font-size: 16px;
  color: #fff;
}
header .hd-container .account-hd .account-hd-container .right .date img {
  display: inline-block;
  vertical-align: middle;
}
header .hd-container .bread-hd {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
}
header .hd-container .bread-hd ul {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media(max-width: 1660px) {
  header .hd-container .bread-hd ul {
    max-width: 1600px;
    width: 98%;
    margin: 0 auto;
  }
}
header .hd-container .bread-hd ul li {
  display: inline-block;
  color: #444;
  font-size: 12px;
}
header .hd-container .bread-hd ul li:after {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  content: '\f2fb';
  margin: 0px 5px 0px 10px;
  vertical-align: top;
}
header .hd-container .bread-hd ul li:last-child:after {
  content: "";
}
header .hd-container .bread-hd ul li a {
  color: #444;
  font-size: 12px;
}
header .hd-container .time-hd {
  background: #FDF4F6;
  width: 100%;
}
header .hd-container .time-hd .time-hd-inner {
  width: 1000px;
  margin: auto;
  padding: 10px 0px;
}
header .hd-container .time-hd .time-hd-inner .time-hd-title {
  padding: 10px;
  font-size: 14px;
  background: #E090A5;
  color: #ffffff;
  font-weight: bold;
  float: left;
}
header .hd-container .time-hd .time-hd-inner .time-hd-title .icon-time {
  display: inline;
  margin: 0 5px 0 0;
}
header .hd-container .time-hd .time-hd-inner .time-hd-title .icon-time i {
  color: #fff;
}
header .hd-container .time-hd .time-hd-inner .time-hd-list {
  float: left;
  scrollbar-width: none;
}
header .hd-container .time-hd .time-hd-inner .time-hd-list .time-hd-button {
  text-align: center;
  padding: 3px;
  border: none;
  margin-left: 3px;
  outline: none;
  background: none;
}
header .hd-container .time-hd .time-hd-inner .time-hd-list .time-hd-button-put {
  text-align: center;
  padding: 4px;
  padding-left: 10px;
  margin-left: 5px;
  outline: none;
  background: none;
  border-left: 1px solid #CCC;
}
header .hd-container .time-hd .time-hd-inner .time-hd-list .time-hd-button .time-hd-button-time {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
header .hd-container .time-hd .time-hd-inner .time-hd-list .time-hd-button .time-hd-button-time-put {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  color: #FF251E;
}
header .hd-container .time-hd .time-hd-inner .time-hd-list .time-hd-button .time-hd-button-icon01 {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #ADADAD;
}
header .hd-container .time-hd .time-hd-inner .time-hd-list .time-hd-button .time-hd-button-icon01 i {
  color: #adadad;
}
header .hd-container .time-hd .time-hd-inner .time-hd-list .time-hd-button .time-hd-button-icon02 {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #E8AD27;
}
header .hd-container .time-hd .time-hd-inner .time-hd-list .time-hd-button .time-hd-button-icon02 i {
  color: #E8AD27;
}
header .hd-container .time-hd .time-hd-inner .time-hd-list .time-hd-button .time-hd-button-icon03 {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #DC426A;
}
header .hd-container .time-hd .time-hd-inner .time-hd-list .time-hd-button .time-hd-button-icon03 i {
  color: #DC426A;
}
header .hd-container .tab-nav-hd {
  /* border-bottom: 1px solid #D0D0D0; */ /* del #7226 */
}
header .hd-container .tab-nav-hd .tab-nav-hd-ul {
  border: none;
  width: 960px;
  margin: auto;
  box-sizing: border-box;
}
header .hd-container .tab-nav-hd .tab-nav-hd-ul li {
  /* #3034_【WEB問】eLOVEの文字間 20200923 ayamada delete
  text-align: center;
  width: 11%;
  white-space: nowrap; */
  margin-right: 0px; /* #3034_【WEB問】eLOVEの文字間 20200923 ayamada add */
}
header .hd-container .tab-nav-hd .tab-nav-hd-ul li a {
  /* #3034_【WEB問】eLOVEの文字間 20200923 ayamada delete
  display: block; */
  display: inline-block; /* #3034_【WEB問】eLOVEの文字間 20200923 ayamada add */
  font-size: 14px;
  border-bottom: 3px solid #ffffff !important;
  margin-right: 0px;
  box-sizing: border-box;
}
header .hd-container .tab-nav-hd .tab-nav-hd-ul li a:hover {
  color: #DC426A !important;
}
header .hd-container .tab-nav-hd .tab-nav-hd-ul li a:hover, header .hd-container .tab-nav-hd .tab-nav-hd-ul li a:visited, header .hd-container .tab-nav-hd .tab-nav-hd-ul li a:link, header .hd-container .tab-nav-hd .tab-nav-hd-ul li a:active {
  background: none;
  border: none;
}
header .hd-container .tab-nav-hd .tab-nav-hd-ul li:hover {
  background: none;
  border: none;
  color: #DC426A !important;
}
header .hd-container .tab-nav-hd .tab-nav-hd-ul .active a {
  display: block;
  border-right: 0px;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 3px solid #DC426A !important;
  font-weight: bold;
  color: #DC426A !important;
  box-sizing: border-box;
}
@media (max-width: 1070px) {
  .sp .bread-hd {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #D0D0D0;
  }
  .sp .bread-hd ul {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .sp .bread-hd ul::-webkit-scrollbar {
    display: none;
  }
  .sp .bread-hd ul li {
    float: none;
    display: inline-block;
    color: #444;
    font-size: 12px;
  }
  .sp .bread-hd ul li:after {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: '\f2fb';
    margin: 0px 5px 0px 10px;
    vertical-align: top;
  }
  .sp .bread-hd ul li:last-child:after {
    content: "";
  }
}

header .hd-container .header-inner {
  max-width: 1600px;
  width: 100%;
  margin: 10px auto;
  padding: 0;
  overflow: hidden;
}
header .hd-container .main-hd.in-minicart,
header .hd-container .header-inner.in-minicart {
  overflow: visible;
}
header .hd-container .header-inner .header-logo {
  height: 100%;
}
header .hd-container .header-inner .header-logo h1 {
  line-height: 1;
}
header .hd-container .header-inner .parts-hilogin {
  height: 40px;
}
header .hd-container .parts_user {
  height: 40px;
  padding: 4px 0;
}
hr {
  margin: 10px 0 0;
  border-color: #D0D0D0;
}
@media (max-width: 767px) {
  hr {
    margin: 0px;
    border-color: #D0D0D0;
  }
}

/* 画面幅1600px以上の場合は左右に余白を設ける */
@media (max-width: 1660px) {
  header .hd-container .header-inner {
    max-width: 1600px;
    width: 98%;
    margin: 10px auto;
    padding: 0;
    overflow: hidden;
  }
  header .hd-container .keyword-hd {
    max-width: 1600px;
    width: 98%;
  }
  header .hd-container .account-hd .account-hd-container {
    max-width: 1600px;
    width: 98%;
    margin: 0 auto;
  }
}


/*

| Topレイアウト調整

*/

.container .row {
  max-width: 1630px;
  margin: 0 auto;
}
@media (max-width: 1660px) {
  .container .row {
    max-width: 1630px;
    margin: 0 auto;
  }
}

/* マイページ */
.container .row-onecolumn {
  max-width: 1140px;
  margin: 30px auto 0;
}
.container .row-onecolumn #main {
  width: 1140px;
  margin: 0 auto;
}
.container .row-onecolumn #main .mypage {
  width: 100%;
  margin: 0;
}
@media (max-width: 1170px) {
  .container .row-onecolumn {
    max-width: 100%;
    margin: 30px 15px 0;
  }
  .container .row-onecolumn #main {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .container .row-onecolumn {
    max-width: 100%;
    margin: 0;
  }
  .container .row-onecolumn #main {
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0;
  }
  .container .row-onecolumn #main .mypage {
    margin: 0 0 40px;
  }
}

.container .footer-inner {
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid,
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.container-fluid .row,
.container .delivery-top {
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
}

.col-lg-8, .col-md-8 {
  padding: 0;
}

/* 商品詳細レイアウト調整 */
@media (min-width: 1600px) {
  .container .row-product-details {
    width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1600px) {
  .container .row-product-details {
    width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1270px) {
  .container .row-product-details {
    width: 90%;
    margin: 0 auto;
  }
}
/*
@media (max-width: 1199px) {
  .container .row-product-details {
    margin: 0 auto;
  }
}
*/
@media (max-width: 767px) {
  .container .row-product-details {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}

/* 商品詳細 - include レイアウト調整 */
@media (min-width: 768px) {
  .detail-point-imgLayout {
    display: flex;
    flex-wrap: wrap;
  }
  .detail-point-imgLayout .detail-point-title01 {
    width: 1000%;
  }
  .detail-point-imgLayout .detail-point-text01 {
    width: 75%;
    padding-right: 20px;
  }
  .detail-point-imgLayout .detail-point-list-img,
  .detail-point-imgLayout .detail-point-img {
    width: 25%;
  }
  .detail-point-imgLayout .detail-point-list-img img,
  .detail-point-imgLayout .detail-point-img img {
    width: 100%;
  }
  .detail-point-spec {
    margin: 40px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .detail-point-btn-blue {
    width: 390px;
    margin: 40px auto 0;
    background: #4F6B91 url("../assets/arrow-right.fca1a1.svg") no-repeat right 25% top 9px/20px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 12px;
  }
}


/*

| MAIN

*/
#main.col-lg-8,
#main.col-md-8 {
  width: calc(100% - 460px);
}
.product-details .product-details-area .image-block .review-edit {
    display: none;
}
@media (max-width: 767px) {
  .product-details .product-details-area .image-block .review-edit {
      display: block;
  }
}
/* 画面幅1200px以下の場合2カラム */
@media (max-width: 1200px) {
  #main.col-lg-8,
  #main.col-md-8 {
    width: calc(100% - 245px);
  }
  .product-details .product-details-area .image-block {
    width: 30%;
  }
  .product-details .product-details-area .image-block img {
    width: 100%;
  }
}
#main.col-lg-9 {
  width: 60%;
  max-width: 800px;
}
@media (min-width: 1200px) {
  #main.col-lg-10 {
    width: calc(100% - 230px);
  }
  .products-recommend {
    /*float: right;
    width: calc(100% - 230px);*/
    width: 100%;
    padding: 0 15px;
  }
}
.row-product-details #main {
  width: calc(100% - 400px);
}
@media (max-width: 991px) {
  .pc.product-details-side {
    display: none !important;
  }
  .product-details .product-details-area .image-block {
    width: 100%;
    margin: 0 auto;
  }
  .product-details .product-details-area .image-block img {
    width: 30%;
  }
}
.row-product-details #main .slick-slide img {
  width: 100%;
  max-width: 200px;
}


/*

| SIDE

*/
#side {
  margin-top: 30px;
}
#side.col-lg-2,
#side.col-md-2 {
  width: 230px;
}
/* 画面幅1200px以下の場合は非表示 */
@media (max-width: 1200px) {
  #side-recommend {
    display: none;
  }
}
#side .cat-area {
  border-bottom: 1px solid #ADADAD;
  padding-bottom: 20px;
}
#side .cat-all-area h4,
#side .cat-area h4 {
  font-size: 16px;
  color: #ADADAD;
  font-weight: bold;
  margin-bottom: 20px;
}
#side .cat-area p {
  font-size: 12px;
  color: #444;
}
#side .cat-area ul {
  margin-top: 10px;
}
#side .cat-area ul li.clicked {
  padding: 5px 0;
  font-weight: bold;
  width: 100%;
  font-size: 12px;
}
#side .cat-area ul li.clicked span.ttl {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
#side .cat-area ul li.clicked span.number {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding-right: 20px;
}
#side .cat-area ul li a {
  position: relative;
  padding: 5px 0;
  width: 100%;
  font-size: 12px;
  color: #444;
}
#side .cat-area ul li a span.ttl {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
#side .cat-area ul li a span.number {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding-right: 20px;
}
#side .cat-area p:before {
  padding: 0 5px;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  content: '\f2fa';
}

#side .cat-area ul li a:after {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  content: '\f2fb';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  font-size: 14px;
}
#side .check-area {
  font-size: 12px;
  color: #444;
  margin-top: 20px;
}
#side .check-area h4 {
  font-size: 16px;
  color: #ADADAD;
  margin-bottom: 20px;
}
#side .check-area .check-1, #side .check-area .check-2, #side .check-area .check-3, #side .check-area .check-4 {
  margin-bottom: 20px;
}
#side .check-area .check-1 .sub-ttl, #side .check-area .check-2 .sub-ttl, #side .check-area .check-3 .sub-ttl, #side .check-area .check-4 .sub-ttl {
  margin: 0 0 15px;
  font-weight: bold;
}
#side .check-area .check-1 .checkbox, #side .check-area .check-2 .checkbox, #side .check-area .check-3 .checkbox {
  /* IE */
  /* Edge */
}
#side .check-area .check-1 .checkbox input.text, #side .check-area .check-2 .checkbox input.text, #side .check-area .check-3 .checkbox input.text, #side .check-area .check-4 .checkbox input.text {
  width: 35%;
  font-size: 12px;
}
#side .check-area .check-1 .checkbox label, #side .check-area .check-2 .checkbox label, #side .check-area .check-3 .checkbox label, #side .check-area .check-4 .checkbox label {
  margin: 3px 0;
}
#side .check-area .check-1 .checkbox input::placeholder, #side .check-area .check-2 .checkbox input::placeholder, #side .check-area .check-3 .checkbox input::placeholder, #side .check-area .check-4 .checkbox input::placeholder {
  color: #ADADAD;
}
#side .check-area .check-1 .checkbox input:-ms-input-placeholder, #side .check-area .check-2 .checkbox input:-ms-input-placeholder, #side .check-area .check-3 .checkbox input:-ms-input-placeholder, #side .check-area .check-4 .checkbox input:-ms-input-placeholder {
  color: #ADADAD;
}
#side .check-area .check-1 .checkbox input::-ms-input-placeholder, #side .check-area .check-2 .checkbox input::-ms-input-placeholder, #side .check-area .check-3 .checkbox input::-ms-input-placeholder, #side .check-area .check-4 .checkbox input::-ms-input-placeholder {
  color: #ADADAD;
}
#side .check-area .check-1 .checkbox .checkbox-input, #side .check-area .check-2 .checkbox .checkbox-input, #side .check-area .check-3 .checkbox .checkbox-input, #side .check-area .check-4 .checkbox .checkbox-input, #side .check-area .check-4 .checkbox .radio-input {
  display: none;
}
#side .check-area .check-1 .checkbox .checkbox-parts, #side .check-area .check-2 .checkbox .checkbox-parts, #side .check-area .check-3 .checkbox .checkbox-parts, #side .check-area .check-4 .checkbox .checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
#side .check-area .check-1 .checkbox .checkbox-parts::before, #side .check-area .check-2 .checkbox .checkbox-parts::before, #side .check-area .check-3 .checkbox .checkbox-parts::before, #side .check-area .check-4 .checkbox .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ADADAD;
  border-radius: 0;
}
#side .check-area .check-1 .checkbox .checkbox-input + .checkbox-parts::after,
#side .check-area .check-2 .checkbox .checkbox-input + .checkbox-parts::after,
#side .check-area .check-3 .checkbox .checkbox-input + .checkbox-parts::after,
#side .check-area .check-4 .checkbox .checkbox-input + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #E090A5;
  border-right: 3px solid #E090A5;
  opacity: 0;
}
#side .check-area .check-1 .checkbox .checkbox-input:checked + .checkbox-parts::after,
#side .check-area .check-2 .checkbox .checkbox-input:checked + .checkbox-parts::after,
#side .check-area .check-3 .checkbox .checkbox-input:checked + .checkbox-parts::after,
#side .check-area .check-4 .checkbox .checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #DC426A;
  border-right: 2px solid #DC426A;
  opacity: 1;
}
#side .check-area .check-4 .checkbox.radio label {
  margin: 0;
  padding: 0 20px;
}
#side .check-area .check-4 .checkbox.radio .radio {
  margin: 0;
}
#side .check-area .check-4 .checkbox.radio {
  margin: 10px 0;
}

#side .check-area .check-4 .checkbox.radio span::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -20px;
  width: 17px;
  height: 17px;
  border: 1px solid #ADADAD;
  border-radius: 50%;
}
#side .check-area .check-4 .checkbox.radio input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -17px;
  width: 11px;
  height: 11px;
  background: #DC426A;
  border-radius: 50%;
}
#side .btn-area a {
  width: 100%;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#side .btn-area a.search {
  background-color: #DC426A;
  margin-bottom: 10px;
  vertical-align: middle;
}
#side .btn-area a.search .icon i {
  padding: 0 10px 0 0;
  color: #FFF;
  font-weight: bold;
}
#side .btn-area a.clear {
  background-color: #ADADAD;
}

#side .menu-area ul li {
  font-weight: bold;
}

#side .cat-all-area h4 {
  font-size: 16px;
  color: #ADADAD;
  margin-bottom: 20px; }
#side .cat-all-area p {
  font-size: 12px;
  color: #444; }
#side .cat-all-area .sub-ttl {
  font-weight: bold;
  margin-bottom: 10px; }
#side .cat-all-area ul {
  margin-bottom: 20px; }
  #side .cat-all-area ul li {
    margin-bottom: 5px;
    position: relative; }
    #side .cat-all-area ul li a {
      position: relative;
      padding: 5px 0;
      width: 100%;
      font-size: 12px;
      color: #444;
      display: block;
      padding-right: 10px; }
      #side .cat-all-area ul li a span {
        display: block;
        white-space: nowrap;
        overflow: hidden; }
      #side .cat-all-area ul li a:after {
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        content: '\f2fb';
        float: right;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -5px;
        font-size: 14px; }
#side .menu-area {
  margin-top: 20px;
  margin-bottom: 20px; }
  #side .menu-area ul {
    border-top: 1px solid #ADADAD; }
    #side .menu-area ul li {
      border-bottom: 1px solid #ADADAD; }
      #side .menu-area ul li a {
        font-size: 16px;
        color: #ADADAD;
        display: block;
        padding: 15px 0; }
    #side .sub-menu-area ul {
      margin: 0 0 5px;
    }
    #side .sub-menu-area ul li a {
      font-size: 12px;
      color: #8E8E8E;
      display: block;
      padding: 0 0 15px; }
#side .bnr-area ul li {
  margin-bottom: 20px; }
  #side .bnr-area ul li img {
    max-width: 100%; }
#side .order-area {
  border: 1px solid #ADADAD;
  padding: 20px 10px;
  .txt: last-ch; }
  #side .order-area h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ADADAD;
    text-align: center;
    margin-bottom: 20px; }
  #side .order-area dl {
    text-align: left; }
    #side .order-area dl dt {
      vertical-align: middle;
      display: inline-block;
      text-align: center;
      background-color: #E49BAE;
      color: #fff;
      font-weight: bold;
      font-size: 10px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin-bottom: 5px;
}
    #side .order-area dl dd {
      padding-top: 5px;
      vertical-align: middle;
      text-align: left;
      margin-bottom: 10px;
      display: inline-block; }
      #side .order-area dl dd .tel {
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;}
      #side .order-area dl dd .time {
        margin-top: 5px;
        font-size: 10px;
        display: block;
        line-height: 1;}
  #side .order-area .txt {
    font-size: 10px;
    margin-top: 10px;
  line-height: 1.5em;}
#side #side-recommend h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }
#side #side-recommend .image-block {
  margin-bottom: 10px; }
  #side #side-recommend .image-block img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px; }
#side #side-recommend .ttl-block {
  margin-bottom: 20px; }
  #side #side-recommend .ttl-block p {
    color: #444;
    font-weight: 300; }
    #side #side-recommend .ttl-block p.date {
      font-size: 10px;
      margin-bottom: 3px; }
    #side #side-recommend .ttl-block p.ttl {
      font-size: 16px; }



.category-main-faq {
  font-weight: normal;

  font-size: 18px;
  font-weight: normal;
  border-left: 5px solid #dc426a;
  line-height:1.4;
  padding-left:10px;
  margin-top:0;
  margin-bottom:20px;
}

@media (max-width: 767px) {
  .col-lg-9 .col-md-8 .detail-faqpage-sp {
  }
}

.product-details-side {
  width: 400px;
}
.product-details-side.pc {
  margin: 0;
}
/*

| COMMODITY LIST AREA

*/
.commodityListArea h1 {
  font-size: 30px;
  font-weight: bold;
}
@media(max-width: 767px) {
  .commodityListArea h1 {
    font-size: 18px;
  }
}
/*

| TAB

*/
#tab {
  margin: 0;
}
.commodityListArea {
  margin: 0;
}
/* #3303 h1タグをヘッダーの共通ロゴではなくページタイトルにマークアップする 20201211 ksoejima add start */
#tab h1 {
  font-size: 30px;
  font-weight: bold;
}
/* #3303 h1タグをヘッダーの共通ロゴではなくページタイトルにマークアップする 20201211 ksoejima add end */
#tab h2 {
  font-size: 30px;
  font-weight: bold;
}
#tab .supplement {
  margin: 20px 0 0;
}
#tab .supplement p {
  color: #ADADAD;
}
#tab .tab-area {
  margin-top: 30px;
  overflow: hidden;
}
#tab .tab-area ul {
  display: block;
  width: 100%;
}
#tab .tab-area ul li {
  float: left;
  width: 50%;
  background-color: #E090A5;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.commodityListArea .tab-area ul li {
  float: left;
  width: 50%;
  background-color: #E090A5;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#tab .tab-area ul li.clicked {
  padding: 20px 0;
  border-bottom: 3px solid #E090A5;
}
.commodityListArea .tab-area ul li.clicked {
  padding: 20px 0;
  border-bottom: 3px solid #E090A5;
}
#tab .tab-area ul li.active-tab {
  height:53px;
}
.commodityListArea .tab-area ul li.active-tab {
  height:53px;
}
#tab .tab-area ul li a.nonactive-tab {
  height:52px;
}
.commodityListArea .tab-area ul li a.nonactive-tab {
  height:52px;
}
#tab .tab-area ul li.clicked span {
  color: #FFF;
  font-size: 14px;
}
#tab .tab-area ul li a {
  display: block;
  background-color: #fff;
  border-bottom: 3px solid #E090A5;
  color: #E090A5;
  padding: 20px 0px;
}
.commodityListArea .tab-area ul li a {
  display: block;
  background-color: #fff;
  border-bottom: 3px solid #E090A5;
  color: #E090A5;
  padding: 20px 0px;
}
#tab .tab-area ul li a:hover {
  opacity: 1;
  background-color: #E090A5;
  color: #fff;
}
#tab .tab-area ul li a span {
  color: #E090A5;
  font-size: 14px;
}
#tab .tab-area ul li a:hover span {
  color: #fff;
}
@media(max-width: 767px) {
  #tab .tab-area ul li,
  .commodityListArea .tab-area ul li,
  #tab .tab-area ul li a,
  .commodityListArea .tab-area ul li a {
    display: flex;
    flex-direction: column;
  }
  #tab .tab-area ul li.clicked,
  .commodityListArea .tab-area ul li.clicked,
  #tab .tab-area ul li a,
  .commodityListArea .tab-area ul li a {
    padding: 15px 0 10px;
  }
  #tab .tab-area ul li.clicked span,
  #tab .tab-area ul li a span {
    line-height: 1.5em;
  }
}
#tab .sort-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
  overflow: hidden;
}
#tab .sort-area .left {
  margin-right: auto;
}
#tab .sort-area .center {  /* #4729 対応 */
  margin-left: auto;
  display: flex;
}
#tab .sort-area .right {
  /*margin-left: auto;*/
}
/* #4729 対応 start */
@media (max-width: 767px) {
  #tab .sort-area {
    flex-wrap: wrap;
  }
  #tab .sort-area .left {
    order: 1;
  }
  #tab .sort-area .right {
    order: 2;
  }
  #tab .sort-area .center {
    width: 100%;
    margin: 10px 0 0;
    order: 3;
  }
}
/* #4729 対応 end */
#tab .sort-area .left p {
  font-size: 12px;
  font-weight: bold;
}
#tab .sort-area .right .select-icon {
  position: relative;
  display: inline-block;
  margin: 0;
  width: auto;
}
#tab .sort-area .right .select-icon:before {
  content: '\f2f9';
  position: absolute;
  top: -2px;
  right: 3px;
  font-size: 21px;
  font-weight: 400;
  font-family: 'Material-Design-Iconic-Font';
  line-height: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  #tab .sort-area .right .select-icon {
    padding: 0 15px 0 0;
  }
  #tab .sort-area .right .select-icon:before {
    content: '\f2fb';
    position: absolute;
    top: -3px;
    right: 3px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Material-Design-Iconic-Font';
    line-height: 1;
    pointer-events: none;
  }
}
#tab .sort-area .right select {
  outline: none;
  background-color: #fff;
  border: none;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  color: #E090A5;
  font-weight: bold;
  width: 100%;
  padding-right: 25px;
}
#tab .sort-area .right select option {
  background-color: #fff;
  color: #333;
}
#tab .sort-area .right select::-ms-expand {
  display: none;
}
#tab .sort-area .right select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.commodityListArea .tab-area {  /* #5951 対応 */
  margin-top: 30px;
  overflow: hidden;
}
.commodityListArea .tab-area ul {
  border-bottom: 3px solid #E090A5;
  overflow: hidden;
}
.commodityListArea .tab-area ul {
  display: block;
  width: 100%;
}
.commodityListArea .tab-area ul li:first-child {
  float: left;
}
.commodityListArea .tab-area ul li.clicked {
  border-bottom: none;
}

/*

| SEARCH PRODUCT

*/
#search-product {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  overflow: scroll;
  z-index: 10000;
  transition: right 225ms cubic-bezier(0, 0, 0.2, 1);
}
#search-product.is-active {
  right: 0;
}
#search-product .search-product-inner {
  width: 100%;
  height: 100%;
}
#search-product.is-active .search-product-inner .search-product-block .search-product-line .radio::before, .mypage .mypage-table2 .form-parts-radio span::before {
  top: 0;
}
#search-product.is-active .search-product-inner .search-product-block .search-product-line input:checked + .radio::after,
#search-product.is-active .search-product-inner .search-product-block .search-product-line input:checked + label .radio::after {
  top: 3px;
}
#search-product .search-product-header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-bottom: solid 1px #adadad;
}
#search-product .search-product-return {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}
#search-product .search-product-return::before {
  content: '\f2fa';
  padding-right: 10px;
  font-size: 22px;
  font-family: 'Material-Design-Iconic-Font';
}
#search-product .search-product-body {
  padding: 15px;
  overflow-y: auto;
}
#search-product .search-product-body .search-product-btn-area .search-product-button {
  width: 100%;
  margin: 0 0 20px;
  padding: 15px 0;
  background: #DC426A;
  border: none;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
#search-product .search-product-body .search-product-btn-area .search-product-button .icon i {
  padding: 0 5px 0 0;
  color: #FFF;
}
#search-product .search-product-body .search-product-btn-area .search-product-clear {
  width: 100%;
  margin: 0 0 40px;
  background: none;
  border: none;
  color: #ADADAD;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#search-product .search-product-body .search-product-btn-area .search-product-clear .icon i {
  color: #ADADAD;
}
#search-product .search-product-body .search-product-block-area {
  clear: both;
  overflow: hidden;
}
#search-product .search-product-body .search-product-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
#search-product .search-product-body .search-product-title {
  margin: 0 0 10px;
  font-weight: bold;
}
#search-product .search-product-body .search-product-block {
  margin: 0 0 20px;
  background: #FFF;
  border: 1px solid #ADADAD;
}
#search-product .search-product-body .search-product-block .search-product-line {
  clear: both;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #ADADAD;
}
#search-product .search-product-body .search-product-block .double .search-product-line {
  border-bottom: 0;
}
#search-product .search-product-body .search-product-block .search-product-line .check {
  width: 100%;
}
#search-product .search-product-body .search-product-block .search-product-line:last-child,
#search-product .search-product-body .search-product-block .border-none {
  border-bottom: none;
}
#search-product .search-product-body .radio {
  margin: 0;
}
#search-product .search-product-body .search-product-block .search-product-block-title {
  padding: 10px 0;
  background: #ADADAD;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
#search-product .search-product-body .search-product-block .search-product-line .indent {
  padding: 0 0 0 20px;
}
#search-product .search-product-body .search-product-block .search-product-line .quantity {
  float: right;
  padding: 3px 0;
  text-align: right;
}
#search-product .search-product-body .search-product-block .column {
  width: 50%;
  border-right: 1px solid #ADADAD;
  line-height: 1.2em;
}
#search-product .search-product-body .search-product-block .border {
  border-right: none;
}
#search-product .search-product-body .search-product-block .search-product-line input[type="text"] {
  width: 44%;
  border: 1px solid #ADADAD;
}

/*

| TOP RECOMMEND

*/
#top-recommend {
  background-color: #FDF4F6;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}
#top-recommend h3 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
#top-recommend .slick-area {
  width: 90%;
  max-width: 1140px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #top-recommend .slick-area {
    max-width: 700px;
  }
}

#top-recommend .slick-slide {
  text-align: center;
}
#top-recommend .slick-prev {
  left: -35px;
}
#top-recommend .slick-prev:before {
  content: '';
  background: url("../assets/detail01_2x.2d8b46.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}
#top-recommend .slick-next {
  right: -35px;
}
#top-recommend .slick-next:before {
  content: '';
  background: url("../assets/detail02_2x.86453b.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}
#top-recommend .slick-track {
  display: flex;
  align-items: stretch;
}
#top-recommend .slick-track .slick-slide {
  height: auto;
}
#top-recommend .slick-track .slick-slide > div {
  height: 100%;
}
#top-recommend .top-product-container {
  max-width: 380px;
  height: 100%;
  padding: 0 5px;
  text-align: left;
}
#top-recommend .top-product-container .row {
  margin-left: 0;
  margin-right: 0;
}
#top-recommend .top-product-container .row:last-child {
  margin-bottom: 0;
}
#top-recommend .top-product-container .top-product-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  position: relative;
  padding: 10px;
  height: inherit;
  background-color: #fff;
}
#top-recommend .top-product-container .top-product-area .main-area .image-block {
  position: relative;
  overflow: hidden;
}
#top-recommend .top-product-container .top-product-area .main-area .image-block img {
  display: block;
  /*margin: 0 auto;*/
  margin: 0 0 0 1px;
  margin-top: 15px;
}
#top-recommend .top-product-container .top-product-area .main-area .image-block .image-block-main {
  width: 110px;
}
#top-recommend .top-product-container .top-product-area .main-area .image-block .favorite {
  position: absolute;
  right: 0;
  bottom: 0;
}
#top-recommend .top-product-container .top-product-area .main-area .image-block .favorite img {
  /*max-width: 40px;*/
}
#top-recommend .top-product-container .top-product-area .main-area .image-block.new:before {
  content: "";
  top: -5px;
  left: -5px;
  border-bottom: 3.5em solid transparent;
  border-left: 3.5em solid #DFC023;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
#top-recommend .top-product-container .top-product-area .main-area .image-block.new:after {
  content: "NEW";
  display: block;
  top: 10px;
  transform: rotate(-45deg);
  color: #fff;
  /* 文字色はここで変更 */
  font-size: 11px;
  left: 2px;
  position: absolute;
  z-index: 101;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block span.sale {
  display: block;
  margin: 0 0 5px;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block span.sale img {
  width: 100%;
  vertical-align: text-bottom;
  margin-right: 3px;
  display: inline-block;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
  text-align: left;
  overflow: hidden;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block .new-product {
  margin: 0 0 10px;
  color: #DC426A;
  font-size: 10px;
  line-height: 1.5em;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block .block {
  font-size: 12px;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block .block .remain p {
  font-weight: 300;
  margin-bottom: 4px;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block .block .star p {
  margin-bottom: 10px;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block .block .star p i {
  color: #E8AD27;
  font-size: 16px;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block .block .star p span {
  color: #444;
  font-size: 12px;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block .block .code {
  margin-bottom: 10px;
  font-size: 10px;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block .block .code table {
  width: 100%;
  border: 1px solid #ADADAD;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block .block .code table tr {
  border-bottom: 1px solid #ADADAD;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block .block .code table tr th {
  width: 50%;
  background-color: #F4F4F4;
  padding: 2px 0 2px 5px;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block .block .code table tr td {
  width: 50%;
  padding: 2px 0 2px 5px;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block .block .other-label .other-label-icon {
  display: inline-block;
  height: 15px;
  margin-bottom: 5px;
}
#top-recommend .top-product-container .top-product-area .main-area .ttl-block .block .other-label .other-label-icon img {
  height: 100%;
}
#top-recommend .top-product-container .top-product-area .main-area .limited-block {
  padding: 0;
  margin-top: 15px;
  margin-bottom: -10px;
}
#top-recommend .top-product-container .top-product-area .main-area .limited-block p {
  color: #BA0000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding: 10px 0;
}
#top-recommend .top-product-container .top-product-area .check-area {
  margin-top: 20px;
  margin-bottom: 10px;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block {
  border: 1px solid #ADADAD;
  padding-left: 0;
  padding-right: 0;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block label {
  padding: 5px 15px 5px 15px;
  width: 100%;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block:not(:last-child) {
  border-bottom: none;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block .check {
  display: none;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block .check + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block .check + .checkbox-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ADADAD;
  border-radius: 50%;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block .check + .checkbox-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block .check:checked + .checkbox-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ADADAD;
  border-radius: 50%;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block .check:checked + .checkbox-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #DC426A;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block p {
  margin-left: 30px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block p span.type {
  display: block;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block p span.price {
  font-size: 16px;
  display: inline-block;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block p span.tax {
  display: inline-block;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block p.limited .normal-price span.price {
  text-decoration: line-through;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block p.limited .normal-price span.tax {
  display: none;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block p.limited .limited-price {
  display: inline-block;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block p.limited .limited-price:before {
  content: "▶︎";
  color: #ADADAD;
  margin: 0 5px;
  vertical-align: text-bottom;
  font-size: 10px;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block p.limited .limited-price span.price {
  font-size: 16px;
  color: #BA0000;
}
#top-recommend .top-product-container .top-product-area .check-area .check-block p.limited .limited-price span.tax {
  color: #BA0000;
}
#top-recommend .top-product-container .top-product-area .cart-area .number-block {
  padding-left: 0;
  position: relative;
}
#top-recommend .top-product-container .top-product-area .cart-area .number-block::before {
  content: '\f2f9';
  position: absolute;
  top: calc(50% - 11px);
  right: 25px;
  color: #adadad;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Material-Design-Iconic-Font';
  line-height: 1;
  pointer-events: none;
}
#top-recommend .top-product-container .top-product-area .cart-area .number-block::after {
  content: "数量：";
  position: absolute;
  top: 15px;
  left: 9px;
  font-size: 15px;
  z-index: 1;
  pointer-events: none;
}
#top-recommend .top-product-container .top-product-area .cart-area .number-block select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background-color: #F4F4F4;
  border: 1px solid #ADADAD;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding-left: 52px;
  border-radius: 0;
  cursor: pointer;
}
#top-recommend .top-product-container .top-product-area .cart-area .number-block select option {
  background-color: #fff;
  color: #333;
}
#top-recommend .top-product-container .top-product-area .cart-area .number-block select::-ms-expand {
  display: none;
}
#top-recommend .top-product-container .top-product-area .cart-area .number-block select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
#top-recommend .top-product-container .top-product-area .cart-area .cart-block {
  background-color: #DC426A;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  /*
  &:hover{
      background-color: $red2;
      @include transition;
  }
  */
}
#top-recommend .top-product-container .top-product-area .cart-area .cart-block a {
  white-space: nowrap;
  padding: 16px 0px 14px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  vertical-align: middle;
}
#top-recommend .top-product-container .top-product-area .cart-area .cart-block a i {
  margin-right: 2px;
  color: #fff;
}
#top-recommend .top-product-container .top-product-area .cart-area .cart-block a img {
  vertical-align: middle;
  display: inline-block !important;
}
/*

| FAQ AREA DETAIL

*/
.faq-area-detail {
  width: calc(100% - 400px);
}
.faq-area-detail {
  margin: 0px auto 0;
}
@media (min-width: 768px) {
  .faq-area-detail {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .faq-area-detail.col-md-8 {
    width: calc(100% - 30px);
    margin: 30px 15px 0;
  }
}
@media (max-width: 767px) {
  .faq-area-detail.col-lg-8,
  .faq-area-detail.col-md-8 {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
  }
}
/*

| FAQ UNDER

*/
/* 768px~991px */

@media (max-width: 767px) {
  #faq-under.col-lg-8,
  #faq-under.col-md-8 {
    width: 100%;
    margin: 30px auto 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .row-product-details #faq-under {
    width: calc(100% - 400px);
  }
}
/* top-recommend */

/*

| SEARCH RESULTS

*/
#search-results {
  margin: 20px auto 0;
  max-width: 1140px;
}
#search-results.row-eq-height {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#search-results .product-container {
  max-width: 380px; /* IE11用 */
  flex: 0 0 380px;
  padding: 10px 0px 5px 10px;
}

#search-results .product-container-frame {
  border-bottom : 1px solid rgba(196,196,196,1);
  padding: 10px 0 0 0;
  border-right : 1px solid rgba(196,196,196,1);
  padding: 10px 8px 10px 8px;
  box-shadow:3px 3px 5px 2px rgba(196,196,196,0.6);
}

#search-results .product-container .row {
  margin-left: 0;
  margin-right: 0;
}
#search-results .product-container .row:last-child {
  margin-bottom: 10px;
}
#search-results .product-container .product-area {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 0 10px;
}
#search-results .product-container .product-area .main-area a {
  display: block;
}
#search-results .product-container .product-area .main-area .image-block {
  position: relative;
}
#search-results .product-container .product-area .main-area .image-block img {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
#search-results .product-container .product-area .main-area .image-block .image-block-main {
  width: 125px;
}
#search-results .product-container .product-area .main-area .image-block .favorite {
  position: absolute;
  right: 0;
  bottom: 0;
}
#search-results .product-container .product-area .main-area .image-block.new:before {
  content: "";
  top: -5px;
  left: -5px;
  border-bottom: 3.5em solid transparent;
  border-left: 3.5em solid #DFC023;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
#search-results .product-container .product-area .main-area .image-block.new:after {
  content: "NEW";
  display: block;
  top: 10px;
  transform: rotate(-45deg);
  color: #fff;
  /* 文字色はここで変更 */
  font-size: 11px;
  left: 2px;
  position: absolute;
  z-index: 101;
}

/* クーポンエントリー機能対応 ↓ */
#search-results .product-container .product-area .main-area .image-block .icon-coupon {
  position: absolute;
  z-index: 100;
  top: -5px;
  right: -7px;
  width: 46px;
}

#search-results .product-container .product-area .main-area .image-block .icon-coupon img {
  width: 46px;
  height: auto;
  margin: 0;
}
/* クーポンエントリー機能対応 ↑ */

#search-results .product-container .product-area .main-area .ttl-block {
  padding-left:30px;
  padding-right:0px;
}
#search-results .product-container .product-area .main-area .ttl-block span.sale {
  display: inline-block;
  margin-bottom: 5px;
}
#search-results .product-container .product-area .main-area .ttl-block span.sale img {
  width: 100%;
}
#search-results .product-container .product-area .main-area .ttl-block h3 {
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}
#search-results .product-container .product-area .main-area .ttl-block .new-product {
  margin: 0 0 10px;
  color: #DC426A;
  font-size: 10px;
  line-height: 1.5em;
}
#search-results .product-container .product-area .main-area .ttl-block .block {
  font-size: 12px;
}
#search-results .product-container .product-area .main-area .ttl-block .block .remain p {
  font-weight: 300;
  margin-bottom: 4px;
}
#search-results .product-container .product-area .main-area .ttl-block .block .star p {
  margin-bottom: 10px;
}
#search-results .product-container .product-area .main-area .ttl-block .block .star p i {
  color: #E8AD27;
  font-size: 16px;
}
#search-results .product-container .product-area .main-area .ttl-block .block .star p span {
  color: #444;
  font-size: 12px;
}
#search-results .product-container .product-area .main-area .ttl-block .block .code {
  margin-bottom: 10px;
  font-size: 11px;
}
@media (max-width: 767px) {
  #search-results .product-container .product-area .main-area .ttl-block .new-product,
  #search-results .product-container .product-area .main-area .ttl-block .block .code {
    display: none;
  }
}
#search-results .product-container .product-area .main-area .ttl-block .block .code table {
  width: 100%;
  border: 1px solid #ADADAD;
}
#search-results .product-container .product-area .main-area .ttl-block .block .code table tr {
  border-bottom: 1px solid #ADADAD;
}
#search-results .product-container .product-area .main-area .ttl-block .block .code table tr th {
  width: 50%;
  background-color: #F4F4F4;
  padding: 2px 0 2px 5px;
}
#search-results .product-container .product-area .main-area .ttl-block .block .code table tr td {
  width: 50%;
  padding: 2px 0 2px 5px;
}
#search-results .product-container .other-label .other-label-icon {
  display: inline-block;
  height: 15px;
  margin-bottom: 5px;
}
#search-results .product-container .other-label .other-label-icon img {
  height: 100%;
}
#search-results .product-container .product-area .main-area .limited-block {
  padding: 0;
  margin-top: 15px;
  margin-bottom: -10px;
}
.box-sp-productdetail-wrapper .limited-block {
  margin: 10px 0;
}
.box-sp-productdetail-wrapper .limited-block p,
#search-results .product-container .product-area .main-area .limited-block p {
  color: #BA0000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding: 10px 0;
}
/* ↓#4762 #3-1 */
@media (max-width: 767px) {
  /* #7427 add start */
  .box-sp-productdetail-wrapper .deliv_schedule {
    font-size: 14px;
    margin: 0;
  }
  .box-sp-productdetail-wrapper .deliv_schedule span {
    color: #4F6B91;
    font-weight: bold;
    margin: 0 5px;
  }
  /* #7427 add end */
  .box-sp-productdetail-wrapper .limited-block {
    margin: 0;  /* B2CEC-773 update */
  }
  .box-sp-productdetail-wrapper .limited-block p,
  #search-results .product-container .product-area .main-area .limited-block p {
    padding: 5px 0 0;  /* B2CEC-773 update */
    border: none;
    font-weight: normal;
    color: #333;
    text-align: left;
  }
  .box-sp-productdetail-wrapper .limited-block p {
    color: #BA0000;
  }
  .box-sp-productdetail-wrapper .limited-block p small {
    font-size: 11px;
    color: #333;
  }
}
/* ↑#4762 #3-1 */
#search-results .product-container .product-area .check-area {
  /*margin-top: 20px;*/
  margin-bottom: 10px;
}
#search-results .product-container .product-area .check-area .check-block {
  border: 1px solid #ADADAD;
  padding-left: 0;
  padding-right: 0;
}
#search-results .product-container .product-area .check-area .check-block label {
  padding: 5px 15px 5px 15px;
  width: 100%;
}
#search-results .product-container .product-area .check-area .check-block:nth-child(even) {
  border-top: none;
}
#search-results .product-container .product-area .check-area .check-block input {
  /*
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  vertical-align: middle;
  */
}
#search-results .product-container .product-area .check-area .check-block .check {
  display: none;
}
#search-results .product-container .product-area .check-area .check-block .check + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
#search-results .product-container .product-area .check-area .check-block .check + .checkbox-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ADADAD;
  border-radius: 50%;
}
#search-results .product-container .product-area .check-area .check-block .check + .checkbox-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#search-results .product-container .product-area .check-area .check-block .check:checked + .checkbox-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ADADAD;
  border-radius: 50%;
}
#search-results .product-container .product-area .check-area .check-block .check:checked + .checkbox-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #DC426A;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#search-results .product-container .product-area .check-area .check-block p {
  margin-left: 30px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}
#search-results .product-container .product-area .check-area .check-block p span.type {
  display: block;
}
#search-results .product-container .product-area .check-area .check-block p span.price {
  font-size: 16px;
  display: inline-block;
}
#search-results .product-container .product-area .check-area .check-block p span.tax {
  display: inline-block;
}
#search-results .product-container .product-area .check-area .check-block p.limited .normal-price span.price {
  text-decoration: line-through;
}
#search-results .product-container .product-area .check-area .check-block p.limited .normal-price span.tax {
  display: none;
}
#search-results .product-container .product-area .check-area .check-block p.limited .limited-price {
  display: inline-block;
}
#search-results .product-container .product-area .check-area .check-block p.limited .limited-price:before {
  content: "▶︎";
  color: #ADADAD;
  margin: 0 5px;
  vertical-align: text-bottom;
  font-size: 10px;
}
#search-results .product-container .product-area .check-area .check-block p.limited .limited-price span.price {
  font-size: 16px;
  color: #BA0000;
}
#search-results .product-container .product-area .check-area .check-block p.limited .limited-price span.tax {
  color: #BA0000;
}
#search-results .product-container .product-area .cart-area .number-block {
  padding-left: 0;
  position: relative;
}
#search-results .product-container .product-area .cart-area .number-block-compensation {
  min-width: 100px;
}
#search-results .product-container .product-area .cart-area .number-block:before {
  content: '\f2f9';
  position: absolute;
  top: calc(50% - 11px);
  right: 25px;
  color: #adadad;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Material-Design-Iconic-Font';
  line-height: 1;
  pointer-events: none;
}
#search-results .product-container .product-area .cart-area .number-block:after {
  content: "数量：";
  position: absolute;
  top: 15px;
  left: 9px;
  font-size: 15px;
  z-index: 1;
  pointer-events: none;
  line-height: 1;
}
#search-results .product-container .product-area .cart-area .number-block select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background-color: #F4F4F4;
  border: 1px solid #ADADAD;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding-left: 52px;
  border-radius: 0;
  cursor: pointer;
}
#search-results .product-container .product-area .cart-area .number-block select option {
  background-color: #fff;
  color: #333;
}
#search-results .product-container .product-area .cart-area .number-block select::-ms-expand {
  display: none;
}
#search-results .product-container .product-area .cart-area .number-block select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
#search-results .product-container .product-area .cart-area .cart-block {
  background-color: #DC426A;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  /*
  &:hover{
      background-color: $red2;
      @include transition;
  }
  */
}
#search-results .product-container .product-area .cart-area .cart-block-compensation {
 max-width : calc(60% - 20px);
 float : right;
}

@media (max-width: 767px) {
#search-results .product-container .product-area .cart-area .cart-block-compensation {
  max-width : 100%;
  }
}

@media (max-width: 366px) {
#search-results .product-container .product-area .cart-area .cart-block-compensation {
  max-width: calc(60% - 20px);
  float : right;
  }
}


#search-results .product-container .product-area .cart-area .cart-block a {
  white-space: nowrap;
  padding: 16px 0px 14px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  vertical-align: middle;
}
#search-results .product-container .product-area .cart-area .cart-block a i {
  margin-right: 2px;
  color: #fff;
}
#search-results .product-container .product-area .cart-area .cart-block a img {
  vertical-align: middle;
  display: inline-block;
}
#search-results .page-container {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
}
#search-results .page-container .page-area {
  width: 100%;
  padding: 30px 0px;
  border-bottom: 1px solid #ADADAD;
}
#search-results .page-container .page-area h3 {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
}
#search-results .page-container .error-area {
  display: inline-block;
  width: 100%;
  padding: 0;
  border-bottom: none;
}
#search-results .page-container .page-area p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5em;
}
#search-results .page-container .page-area a {
  color: #DC426A;
  text-decoration: underline;
  line-height: 1.5em;
}


/* search-results */
/*

| PRODUCT DETAILS

*/
.product-details {
  margin: 0;
}
.product-details .row {
  max-width: none;
  margin: 0;
}
.product-details .product-details-area .details-slider .slick-prev {
  left: 0px;
}
.product-details .product-details-area .details-slider .slick-prev:before {
  content: '';
  background: url("../assets/icon_left.fcf8fa.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  display: block;
  opacity: 1 !important;
}
.product-details .product-details-area .details-slider .slick-next {
  right: 10px;
}
.product-details .product-details-area .details-slider .slick-next:before {
  content: '';
  background: url("../assets/icon_right.fd0b74.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  display: block;
  opacity: 1 !important;
}
.product-details .product-details-area .image-block {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 40px; #3390 margin-bottom: 40px; → margin-bottom: 15px; */
  margin-bottom: 15px;
}
.product-details .product-details-area .image-block img {
  display: block;
  margin: 30px auto 0px;
}
.product-details .product-details-area .image-block.new .gallery-top:before {
  content: "";
  top: 0px;
  left: 0px;
  border-bottom: 4em solid transparent;
  border-left: 3.5em solid #DFC023;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
.product-details .product-details-area .image-block.new .gallery-top:after {
  color: #fff;
  /* 文字色はここで変更 */
  content: "NEW";
  display: block;
  top: 15px;
  transform: rotate(-45deg);
  font-size: 14px;
  font-weight: bold;
  left: 3px;
  position: absolute;
  z-index: 101;
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
  .product-details .product-details-area .image-block.new .gallery-top:before {
    top: 0px !important;
  }
  .product-details .product-details-area .image-block.new .gallery-top:after {
    top: 14px !important;
  }
}
/* クーポンエントリー機能対応 ↓ */
.product-details .product-details-area .image-block .icon-coupon{
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
}

.product-details .product-details-area .image-block .icon-coupon img{
  width: 100%;
  margin: 0;
}

@media ( min-width: 990px ) and ( max-width: 1200px ) {
  .product-details .product-details-area .image-block .icon-coupon{
    width: 52px;
  }
}
/* クーポンエントリー機能対応 ↑ */
.product-details .product-details-area .product-details-area-inner {
  padding: 0px;
}
.product-details .product-details-area .ttl-block span.sale {
  display: inline-block;
  margin-bottom: 5px;
  /*height: 25px;*/ /* #4762 #3-1 */
}
.product-details .product-details-area .ttl-block span.sale img {
  width: auto;
  height: 25px; /* #4762 #3-1 */
}
/* #3303 h1タグをヘッダーの共通ロゴではなくページタイトルにマークアップする 20201211 ksoejima add start */
.product-details .product-details-area .ttl-block h1 {
  font-size: 28px; /* #4762 #3-1 */
  font-weight: bold;
  margin-bottom: 10px; /* #4762 #3-1 */
  line-height: 1.3; /* #4762 #3-1 */
}
/* #3303 h1タグをヘッダーの共通ロゴではなくページタイトルにマークアップする 20201211 ksoejima add end */
.product-details .product-details-area .ttl-block h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.4;
}
.product-details .product-details-area .ttl-block .block {
  font-size: 12px;
}
.product-details .product-details-area .ttl-block .block .remain p {
  float: left;
  margin: 0 0 5px; /* #4762 #3-1 */
  line-height: 1;
}
.product-details .product-details-area .ttl-block .block .quantity p {
  float: left;
  display: block;
  margin: 0 0 5px;
  padding: 5px;
  background: #BA0000;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
}
.product-details .product-details-area .ttl-block .block .pc-star {
  display: block;
}
/* PC用 */
@media (min-width: 768px) {
  /* SP用のスタイルを非表示 */
  .product-details .product-details-area  .sp-star {
    display: none;
  }
  .product-details .sp-commodityName {
    display: none;
  }
  /* PC用のスタイルを適用 */
  .product-details .product-details-area .ttl-block .block .pc-star {
    display: block;
  }
  .product-details .product-details-area .ttl-block .pc-commodityName{
    display: block;
  }
}
/* SP用 */
@media (max-width: 991px) {
  /* PC用のスタイルを非表示 */
  .product-details .product-details-area .ttl-block .block .pc-star {
    display: none;
  }
  .product-details .product-details-area .ttl-block .pc-commodityName{
    display: none;
  }
  /* SP用のスタイルを適用 */
  .product-details .product-details-area  .sp-star {
    display: block;
  }
  .product-details .sp-commodityName {
    display: block;
  }
  .product-details .product-details-area #commodityName {
    font-size: 16px;
    font-weight: bold;

  }
  .product-details .product-details-area .sp-star .star p i {
    color: #E8AD27;
  }
  .product-details .product-details-area .detail_ico_status {
    display: flex;
  }
}
.product-details .product-details-area .ttl-block .block .star {
  width: auto;
  text-align: right;
}
.product-details .product-details-area .ttl-block .block .star p {
  margin: 5px 0 10px;
  font-size: 20px;
}
.product-details .product-details-area .ttl-block .block .star p i {
  color: #E8AD27;
  vertical-align: middle;
  margin: 0 -5px 0 0;
}
.product-details .product-details-area .ttl-block .block .star p span {
  color: #444;
  font-size: 14px;
  white-space: nowrap;
}
.product-details .product-details-area .ttl-block .block .star .review-edit {
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
}
.product-details .product-details-area .ttl-block .block .star .review-edit:before {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  content: '\f158';
  margin-top: -1px;
  color: #DC426A;
  font-size: 14px;
  text-decoration: underline;
}
.product-details .product-details-area .ttl-block .block .other-label {
  margin-bottom: 10px;
}
.product-details .product-details-area .ttl-block .block .other-label .other-label-icon {
  display: inline-block;
  height: 15px;
  margin: 0px 0px 3px 0px; /* #4762 #3-1 */
}
.product-details .product-details-area .ttl-block .block .other-label .other-label-icon img {
  height: 100%;
}
.product-details .product-details-area .ttl-block .block .later {
  padding: 4px 0 0;
}
.product-details .product-details-area .ttl-block .block .other-label .other-label-icon-question {
  display: block;
  text-align: right;
  margin-top: 0;
  font-weight: bold;
}
.product-details .product-details-area .ttl-block .block .other-label .other-label-icon-question i {
  vertical-align: sub;
  color: #ADADAD;
}
.product-details .product-details-area .ttl-block .block .other-label .other-label-icon-question span {
  color: #ADADAD;
}
.product-details .product-details-area .ttl-block .block .code {
  margin-bottom: 10px;
}
.product-details .product-details-area .ttl-block .block .code .code-table-wrap {
  padding: 0px;
}
.product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table01,
.product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table02 {
  width: 100%;
  border: 1px solid #ADADAD;
  font-size: 14px;
}
.product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table01 tr,
.product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table02 tr {
  border-bottom: 1px solid #ADADAD;
}
.product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table01 tr th,
.product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table02 tr th {
  width: 40%;
  background-color: #F4F4F4;
  padding: 10px;
}
.product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table01 tr td,
.product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table02 tr td {
  width: 50%;
  padding: 10px;
  line-height: 1;
}
.row-product-details .product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table02 tr {
  width: 100%;
  border-left: 1px solid #ADADAD;
}
.row-product-details .product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table02 tr th {
  vertical-align: middle; /* #4762 #3-1 追加*/
  width: 30%;
  line-height: 1;_
}
@media (min-width: 1200px) {
  .product-details .product-details-area .ttl-block .block .code .code-table-wrap.col-lg-6:first-of-type {
    width: 58%;
  }
  .product-details .product-details-area .ttl-block .block .code .code-table-wrap.col-lg-6:last-of-type {
    width: 42%;
  }
  .product-details .product-details-area .ttl-block .block .code .code-table-wrap.col-lg-6 .code-table02 tr th {
    width: 50%;
  }
  .product-details .product-details-area .ttl-block .block .code .code-table-wrap.col-lg-6 .code-table02 tr td {
    width: 50%;
  }
}
.product-details .product-details-area .ttl-block .block .detail-text p {
  line-height: 1.5;
  margin-bottom: 20px;
  color: #DC426A;
  font-size: 12px;
}
.product-details .product-details-area .product-details-table01-wrap {
  background: #F4F4F4;
  padding: 15px 0px;
  margin-bottom: 40px;
}
.product-details .product-details-area .product-details-table01-wrap .product-details-table01 {
  margin: auto;
  width: 100%;
  font-size: 14px;
}
.product-details .product-details-area .product-details-table01-wrap .product-details-table01 tbody tr th {
  white-space: nowrap;
  vertical-align: middle;
  border-right: 1px;
  padding: 8px 50px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #ADADAD;
}
.product-details .product-details-area .product-details-table01-wrap .product-details-table01 tbody tr td {
  padding: 8px 30px;
}
.product-details .product-details-area .product-details-table01-wrap .product-details-table01 tbody tr td span {
  margin-right: 20px;
}
.product-details .product-details-area .product-details-table01-wrap .product-details-table01 tbody tr td a {
  color: #DC426A;
  text-decoration: underline;
  marginj-left: 20px;
}
.product-details .product-details-area .detail-delivery .detail-delivery-button01 {
  width: 400px;
  cursor: pointer;
  margin: 0px auto 20px;
  font-weight: bold;
  padding: 16px 0px 12px;
  font-size: 16px;
  border: 1px solid #ADADAD;
  color: #ADADAD;
  text-align: center;
  display: block;
}
.product-details .product-details-area .product-detail-button button {
  display: block;
  width: 400px;
  margin: 0 auto 30px;
  padding: 12px 0px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .product-details .product-details-area .product-detail-button button {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    padding: 12px 0px;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .product-details .product-details-area .detail-point h2.detail-point-title01.nobdr {
    border: none;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .product-details .product-details-area .ttl-block .block .star .review-edit {
    width: 60%;
    padding: 0 0 10px;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
  }
  .review-edit {
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
  }
  .sp-star .star {
    width: auto;
  }
  .sp-star .star p {
    margin: 0px;
    font-size: 18px;
  }
  .sp-star .star p i {
    color: #E8AD27;
    vertical-align: middle;
    margin: 0 -5px 0 0;
  }
  .sp-star .star p span {
    color: #444;
    font-size: 12px;
    white-space: nowrap;
    margin: 0 0 0 2px;
  }

  .sp-star .star p span a {
    color: #DC426A;
    text-decoration: underline;
  }
  .review-edit:before {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: '\f158';
    margin-top: -1px;
    color: #DC426A;
    font-size: 14px;
    text-decoration: underline;
  }
}
.product-details .product-details-area .payment button {
  background: #DC426A;
}
.product-details .product-details-area .cost button {
  margin: 0 auto 60px;
  background: #4F6B91;
}
.product-details .product-details-area .detail-delivery .detail-delivery-wrap {
  display: none;
}
.product-details .product-details-area .detail-delivery .detail-delivery-table-pc {
  width: 100%;
  margin-bottom: 20px;
}
.product-details .product-details-area .detail-delivery .detail-delivery-table-pc tr {
  border-top: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
}
.product-details .product-details-area .detail-delivery .detail-delivery-table-pc tr th {
  border-right: 1px solid #ADADAD;
  background: #F4F4F4;
  padding: 10px;
  font-size: 14px;
}
.product-details .product-details-area .detail-delivery .detail-delivery-table-pc tr th p {
  float: left;
  margin-top: -5px;
}
.product-details .product-details-area .detail-delivery .detail-delivery-table-pc tr th span a {
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
}
.product-details .product-details-area .detail-delivery .detail-delivery-table-pc tr th span a img {
  vertical-align: middle;
  margin: 0px 0px 2px 5px;
}
.product-details .product-details-area .detail-delivery .detail-delivery-table-pc tr th:nth-child(1) {
  width: 18%;
}
.product-details .product-details-area .detail-delivery .detail-delivery-table-pc tr th:nth-child(2) {
  width: 24%;
}
.product-details .product-details-area .detail-delivery .detail-delivery-table-pc tr th:nth-child(3) {
  width: 36%;
}
.product-details .product-details-area .detail-delivery .detail-delivery-table-pc tr td {
  border-right: 1px solid #ADADAD;
  font-size: 14px;
  padding: 10px;
}
.product-details .product-details-area .detail-delivery .detail-delivery-table-pc tr td img {
  height: 18px;
}
.product-details .product-details-area .detail-delivery .detail-delivery-table-pc tr td span {
  font-weight: bold;
  color: #C20200;
}
.product-details .product-details-area .detail-delivery .detail-delivery-text {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.product-details .product-details-area .detail-delivery .detail-delivery-text img {
  margin: -2px 0 0;
  height: 15px;
  vertical-align: middle;
}
.product-details .product-details-area .detail-point {
  margin: 20px 0px;
  /* #4762 #3-1
  margin-top: 80px;
  margin: 80px 0px 40px 0px;
  */
}
.product-details .product-details-area .detail-point .detail-point-title01 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.product-details .product-details-area .detail-point .detail-point-text01 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.product-details .product-details-area .detail-point .detail-point-text02 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.product-details .product-details-area .detail-point .detail-point-button01,
.detail-review .detail-point-open a,
.detail-review .detail-point-close a,
.detail-point-text .anchorText a {
  width: 400px;
  cursor: pointer;
  margin: 0px auto 20px;
  font-weight: bold;
  padding: 0; /* #4762 #3-1 */
  font-size: 16px;
  border: 1px solid #ADADAD;
  color: #ADADAD;
  text-align: center;
  display: block;
}
@media(max-width: 767px) {
  .detail-review .detail-point-open a,
  .detail-review .detail-point-close a {
    width: 100%;
    margin: 0;
  }
}
.product-details .product-details-area .detail-point .detail-point-button01 img {
  vertical-align: middle;
  margin: 0px 2px;
}
.product-details .product-details-area .detail-point .detail-point-button01 .detail-delivery-button-img {
  transform: 0deg;
}
.product-details .product-details-area .detail-point .detail-point-wrap {
  display: none;
}
.product-details .detail-review {
  background: #FDF4F6;
  margin-bottom: 40px;
  padding: 20px; /* #4762 #3-1 */
}
.product-details .detail-review .detail-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.product-details .detail-review .detail-post {
  margin-top: -30px;
  text-align: right;
  margin: -30px 0px 30px 0px;
}
.product-details .detail-review .detail-post p {
  background: #DC426A;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 20px;
}
.product-details .detail-review .detail-post .icon i {
  margin: 0 5px 0 0;
  color: #fff;
  font-size: 16px;
}
.product-details .detail-review .detail-post p .icon-pc {
  display: none;
}
.product-details .detail-review .detail-post p .icon-sp {
  display: inline !important;
}
.product-details .detail-review .detail-review-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 30px 0px; /* #4762 #3-1 */
  /* border-bottom: 1px solid #ADADAD; */
}
.product-details .detail-review .detail-review-box:last-child {
  border-bottom: none;
}
.product-details .detail-review .detail-review-box .review-box-icon {
  margin: 0 10px 20px 0;
  padding-left: 0px;
}
.product-details .detail-review .detail-review-box .review-box-title {
  width: calc(100% - 72px);
  padding: 0px;
  margin: 0 0 5px; /* #4762 #3-1 */
}
.product-details .detail-review .detail-review-box .review-box-title h3 {
  line-height: 1.5em;
  margin-bottom: 5px; /* #4762 #3-1 */
  font-weight: bold;
}
.product-details .detail-review .detail-review-box .review-box-title .star p {
  width: 88px;
  font-size: 15px;
}
.product-details .detail-review .detail-review-box .review-box-title .star p i {
  font-size: 16px;
  vertical-align: middle;
  color: #E8AD27;
}
.product-details .detail-review .detail-review-box .review-box-title .star p span {
  font-size: 12px;
  color: #000000;
}
.product-details .detail-review .detail-review-box .review-box-text {
  background: #ffffff;
  padding: 20px; /* #4762 #3-1 */
}
.product-details .detail-review .detail-review-box .review-box-text h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px; /* #4762 #3-1 */
}
.product-details .detail-review .detail-review-box .review-box-text h4 time {
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  display: inherit;
  margin: -20px 0px 0px 0px;
}
.product-details .detail-review .detail-review-box .review-box-text p {
  line-height: 1.5;
  font-size: 14px;
}
.product-details .detail-review .detail-review-box-last {
  border: none;
}
.product-details .icon-product i {
  margin: 0 5px 0 0;
  color: #ADADAD;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}

/*

| PRODUCT DETAILS SIDE

*/
.product-details-side .product-details-side-inner {
  margin-top: 30px;
  background: #F5F6F5;
  padding: 20px; /**/
}
.product-details-side .product-details-side-inner .limited-block {
  padding: 0;
  margin-bottom: 10px; /**/
}
.product-details-side .product-details-side-inner .limited-block p {
  color: #BA0000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding: 5px 0; /**/
}
.product-details-side .product-details-side-inner .check-area {
  margin: 0px 0px 10px 0px;
}
.product-details-side .product-details-side-inner .check-area .check-block {
  border: 1px solid #ADADAD;
  padding-left: 0;
  padding-right: 0;
  background: #ffffff;
}
.product-details-side .product-details-side-inner .check-area .check-block label {
  padding: 5px 10px; /**/
  width: 100%;
}
.product-details-side .product-details-side-inner .check-area .check-block:not(:last-child) {
  border-bottom: none;
}
.product-details-side .product-details-side-inner .check-area .check-block input {
  /*
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  vertical-align: middle;
  */
}
.product-details-side .product-details-side-inner .check-area .check-block .check {
  display: none;
}
.product-details-side .product-details-side-inner .check-area .check-block .check + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.product-details-side .product-details-side-inner .check-area .check-block .check + .checkbox-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ADADAD;
  border-radius: 50%;
}
.product-details-side .product-details-side-inner .check-area .check-block .check + .checkbox-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.product-details-side .product-details-side-inner .check-area .check-block .check:checked + .checkbox-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ADADAD;
  border-radius: 50%;
}
.product-details-side .product-details-side-inner .check-area .check-block .check:checked + .checkbox-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #DC426A;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.product-details-side .product-details-side-inner .check-area .check-block p {
  margin-left: 30px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}
.product-details-side .product-details-side-inner .check-area .check-block p span.type {
  display: block;
  margin: 0 0 5px;
}
.product-details-side .product-details-side-inner .check-area .check-block p span.price {
  font-size: 15px; /**/
  display: inline-block;
}
.product-details-side .product-details-side-inner .check-area .check-block p span.tax {
  display: inline-block;
}
.product-details-side .product-details-side-inner .check-area .check-block p.limited .normal-price span.price {
  text-decoration: line-through;
}
.product-details-side .product-details-side-inner .check-area .check-block p.limited .normal-price span.tax {
  display: none;
}
.product-details-side .product-details-side-inner .check-area .check-block p.limited .limited-price {
  display: inline-block;
}
.product-details-side .product-details-side-inner .check-area .check-block p.limited .limited-price:before {
  content: "▶︎";
  color: #ADADAD;
  margin: 0 5px;
  vertical-align: text-bottom;
  font-size: 10px;
}
.product-details-side .product-details-side-inner .check-area .check-block p.limited .limited-price span.price {
  font-size: 16px;
  color: #BA0000;
}
.product-details-side .product-details-side-inner .check-area .check-block p.limited .limited-price span.tax {
  color: #BA0000;
}
.product-details-side .product-details-side-inner .cart-area {
  margin: 0px;
}
.product-details-side .product-details-side-inner .cart-area .no-choice-pc{
  font-size: 14px;
  color: #adadad;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 15px;
}
.product-details-side .product-details-side-inner .cart-area .number-block {
  padding-left: 0;
  position: relative;
}
.product-details-side .product-details-side-inner .cart-area .number-block:before {
  content: '\f2f9';
  position: absolute;
  top: calc(50% - 11px);
  right: 25px;
  color: #adadad;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Material-Design-Iconic-Font';
  line-height: 1;
  pointer-events: none;
}
.product-details-side .product-details-side-inner .cart-area .number-block::after {
  content: "数量：";
  position: absolute;
  top: 13px;
  left: 9px;
  font-size: 15px;
  z-index: 1;
  pointer-events: none;
  line-height: 1;
}
.product-details-side .product-details-side-inner .cart-area .number-block select {
  outline: none;
  text-indent: 0.01px;
  background-color: #F4F4F4;
  border: 1px solid #ADADAD;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding-left: 52px;
  border-radius: 0;
}
.product-details-side .product-details-side-inner .cart-area .number-block select option {
  background-color: #fff;
  color: #333;
}
.product-details-side .product-details-side-inner .cart-area .number-block select::-ms-expand {
  display: none;
}
.product-details-side .product-details-side-inner .cart-area .number-block select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.product-details-side .product-details-side-inner .cart-area .cart-block {
  margin-bottom: 0; /**/
  padding: 0;
  background-color: #DC426A;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  /*
  &:hover{
      background-color: $red2;
      @include transition;
  }
  */
}
.product-details-side .product-details-side-inner .cart-area .cart-block a {
  white-space: nowrap;
  padding: 14px 0px 12px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
}
.product-details-side .product-details-side-inner .cart-area .cart-block a i {
  color: #fff;
}
.product-details-side .product-details-side-inner .cart-area .cart-block a img {
  vertical-align: middle;
  display: inline-block !important;
}
.product-details-side .product-details-side-inner .sns-area {
  position: relative;
  margin: 0px;
  padding: 20px 0 0;
  border-top: 1px solid #ADADAD;
}
.product-details-side .product-details-side-inner .sns-area .sns-title p {
  padding: 6px 0px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  color: #ADADAD;
}
.product-details-side .product-details-side-inner .sns-area .sns-icon {
  width: 50%;
  height: 30px;
}
.product-details-side .product-details-side-inner .sns-area .sns-icon img {
  height: 100%;
  vertical-align: middle;
}
.product-details-side .product-details-side-inner .sns-area .sns-favorite {
  text-align: right;
  padding: 0px;
  margin-top: -5px;
}
.product-details-side .product-details-side-inner .sns-area .sns-favorite img {
  vertical-align: middle;
}
.product-details-side .product-details-side-inner .sns-area .icon-favorite {
  float: right;
}
/* 文字数制限 */
.text-collapse-box {
  position: relative;
  display: block;
  height: calc(24px * 4);
  overflow: hidden;
  transition: height 0.25s;
}
.text-collapse-box.is-text-collapsed::before {
  position: absolute;
  right: 0;
  bottom: 0px;
  content: "...";
  padding-right: 6px;
  width: 4em;
  height: 24px;
  text-align: right;
  opacity: 1;
  transition: opacity 0.2s;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
}
.text-collapse-box.is-active.is-text-collapsed::before {
  opacity: 0;
}


/*

| DETAIL CHOICE

*/
.detail-choice {
  display: none;
  /* 商品詳細画面（SP）のサイズ・数量ボタン表示位置調整（「bottom: 0px;」より変更） #4715 */
  bottom: 60px;
  z-index: 1000;
  width: 100%;
  box-shadow: 0px 0px 4px 3px #dedede;
  padding: 5px;
  background: #ffffff;
}
.detail-choice .detail-choice-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
}
.detail-choice.no-choice .detail-choice-inner {
  flex-direction: initial;
  align-items: center;
  justify-content: flex-end;
}
.detail-choice .detail-choice-inner .row {
  margin: 0;
  padding: 0;
}
.detail-choice .detail-choice-inner .detail-choice-count {
  width: 35%;
  padding-right: 0px;
}
.detail-choice .detail-choice-inner .detail-choice-count {
  display: flex;
  align-self: center;
  width: 1.5em;
  height: 2.4em;
  margin: 0 10px;
  padding: 2px 0 0;
  vertical-align: middle;
}
.detail-choice .detail-choice-inner .detail-choice-count p {
  display: flex;
  align-items: center;
  min-height: 1.2em;
  max-height: 2.4em;
  color: #DC426A;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  vertical-align: text-top;
  line-height: 1.3em;
  overflow: hidden;
}
.detail-choice.no-choice .detail-choice-inner .detail-choice-count {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 75%;
  height: 2.4em;
  margin: 0 10px;
  text-align: center;
  vertical-align: middle;
}
.detail-choice.no-choice .detail-choice-inner .detail-choice-count p {
  color: #adadad;
  font-weight: bold;
}
.detail-choice .detail-choice-inner .detail-choice-button-wrap {
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.detail-choice .detail-choice-inner .detail-choice-button-wrap .detail-choice-button {
  width: 100%;
  padding: 15px 0;
  border: none;
  background: #DC426A;
  white-space: nowrap;
}
.detail-choice .detail-choice-inner .detail-choice-button-wrap .col-xs-7 {
  width: none;
  margin: 0;
  padding: 0;
}
.detail-choice .detail-choice-inner .icon-favorite {
  display: flex;
  align-items: center;
  width: 15%;
  text-align: center;
  margin: 5px 0;
}
.detail-choice .detail-choice-inner .icon-favorite a {
  margin: 0 auto;
}

/*

| PAGE

*/
.page {
  display: block;
  width: 100%;
  text-align: center;
      margin-bottom: 60px;
}
.page .page-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page.top {
  margin-bottom: 30px;
}
.page.bottom {
  margin-top: 30px;
}
.page p {
  color: #ADADAD;
  font-size: 12px;
}
.page p.number {
  padding-right: 10px;
  font-weight: bold;
}
.page ul {
  display: flex;
  flex-wrap: wrap;
}
.page ul li {
  margin: 0 5px;
  padding: 0 5px;
  min-width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
}
.page ul li:not(.dot):not(.current) {
  background: #F4F4F4;
}
.page ul li.current {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444;
  background: #fff;
  border: 1px solid #adadad;
}
.page ul li.dot {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ADADAD;
}
.page ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #8E8E8E;
  text-decoration: none;
}
.page ul li .pager-arrow i {
  color: #8E8E8E;
  font-size: 22px;
}
.product-details .page ul li:not(.dot) {
  background: #fff;
}
.prev-next-buttonarea {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
/*

| RECOMMEND

*/
#recommend {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 50px;
}
#recommend h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
#recommend .recommend-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#recommend .recommend-inner .recommend-container {
  /*display: flex;*/
  align-items: stretch;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
#recommend .recommend-container .recommend-area .image-block img {
  display: block;
  width: 100%;
}
#recommend .recommend-container .recommend-area .ttl-block {
  margin-top: 5px;
}
#recommend .recommend-container .recommend-area .ttl-block p {
  color: #444;
  font-weight: 300;
}
#recommend .recommend-container .recommend-area .ttl-block p.date {
  font-size: 10px;
  margin-bottom: 3px;
}
#recommend .recommend-container .recommend-area .ttl-block p.ttl {
  font-size: 16px;
  min-height: 60px;
  line-height: 1.2;
  overflow: hidden;
}

/* /recommend */
/*

| CAT RECOMMEND

*/
#cat-recommend {
  margin: 50px 0px 0px;
  background-color: #FDF4F6;
  padding-top: 50px;
  padding-bottom: 30px;
}
#cat-recommend h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
#cat-recommend .slick-area {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#cat-recommend .slick-area .slider .cat-recommend-container {
  padding-right: 5px;
  padding-left: 5px;
}
#cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area {
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 20px 10px;
}
#cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area .image-block {
  margin-bottom: 10px;
}
#cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area .image-block img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
#cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area .ttl-block p {
  line-height: 1.4;
  color: #444;
  font-weight: 300;
}
#cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area .ttl-block p.ttl {
  font-size: 14px;
  overflow: hidden;
  min-height: 65px;
  line-height: 1.5;
}
#cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area .ttl-block p.price {
  font-size: 16px;
  font-weight: bold;
}
#cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area .ttl-block p.price .tax {
  margin-left: 10px;
  font-size: 12px;
}
#cat-recommend .slick-area .slider .slick-prev {
  left: -45px;
}
#cat-recommend .slick-area .slider .slick-prev:before {
  content: '';
  background: url("../assets/detail01_2x.2d8b46.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}
#cat-recommend .slick-area .slider .slick-next {
  right: -45px;
}
#cat-recommend .slick-area .slider .slick-next:before {
  content: '';
  background: url("../assets/detail02_2x.86453b.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}

/* /cat-recommend */
.slick-cat-recommend {
  /* /cat-recommend */
}
.slick-cat-recommend #cat-recommend {
  margin: 50px 0px 0px;
  background-color: #FDF4F6;
  padding-top: 50px;
  padding-bottom: 30px;
}
.slick-cat-recommend #cat-recommend h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.slick-cat-recommend #cat-recommend .slick-area {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.slick-cat-recommend #cat-recommend .slick-area .slider .cat-recommend-container {
  padding-right: 5px;
  padding-left: 5px;
}
.slick-cat-recommend #cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area {
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 20px 10px;
}
.slick-cat-recommend #cat-recommend .slick-area .slider .cat-recommend-container a:hover {
  text-decoration: underline;
}
.slick-cat-recommend #cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area .image-block {
  margin-bottom: 10px;
}
.slick-cat-recommend #cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area .image-block img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.slick-cat-recommend #cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area .ttl-block p {
  line-height: 1.4;
  color: #444;
  font-weight: 300;
}
.slick-cat-recommend #cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area .ttl-block p.ttl {
  font-size: 14px;
  overflow: hidden;
  min-height: 85px;
  line-height: 1.5;
}
.slick-cat-recommend #cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area .ttl-block p.price {
  font-size: 16px;
  font-weight: bold;
}
.slick-cat-recommend #cat-recommend .slick-area .slider .cat-recommend-container .cat-recommend-area .ttl-block p.price .tax {
  margin-left: 10px;
  font-size: 12px;
}
.slick-cat-recommend #cat-recommend .slick-area .slider .slick-prev {
  left: -45px;
}
.slick-cat-recommend #cat-recommend .slick-area .slider .slick-prev:before {
  content: '';
  background: url("../assets/detail01_2x.2d8b46.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}
.slick-cat-recommend #cat-recommend .slick-area .slider .slick-next {
  right: -45px;
}
.slick-cat-recommend #cat-recommend .slick-area .slider .slick-next:before {
  content: '';
  background: url("../assets/detail02_2x.86453b.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}

/*

| CHECK RECOMMEND

*/
#check-recommend {
  /*background-color: #FDF4F6;*/
  margin: 0px 0 40px;
  padding: 0;
}
/* ↓#5628 */
#check-recommend-addcart {
  /*margin: 0 0 0 0;*/
  margin: 0 0 0 15px;
  padding: 0;
}
/* ↑#5628 */
#check-recommend.position-check-recommend4,
#check-recommend.position-check-recommend11 {
  margin: 40px 0 40px 230px;
}
@media (max-width: 1199px) {
  #check-recommend.position-check-recommend4,
  #check-recommend.position-check-recommend11 {
    margin: 40px 0 40px 245px;
  }
}
@media (max-width: 991px) {
  #check-recommend.position-check-recommend4,
  #check-recommend.position-check-recommend11 {
    margin: 50px 0 40px 15px;
  }
}
@media (max-width: 767px) {
  #check-recommend.position-check-recommend4,
  #check-recommend.position-check-recommend11 {
    margin-left: 3% !important;
    margin-right: 3% !important;
  }
}
#check-recommend.position-check-recommend5,
#check-recommend.position-check-recommend6,
#check-recommend.position-check-recommend7,
#check-recommend.position-check-recommend12 {
  width: 1170px;
  margin: 0 auto 40px;
}
@media (max-width: 1270px) {
#check-recommend.position-check-recommend5,
#check-recommend.position-check-recommend6,
#check-recommend.position-check-recommend7,
#check-recommend.position-check-recommend12 {
  width: 87.5%;
  margin: 0 auto 40px;
  }
}
@media (max-width: 991px) {
#check-recommend.position-check-recommend5,
#check-recommend.position-check-recommend6,
#check-recommend.position-check-recommend7,
#check-recommend.position-check-recommend12 {
  width: 83%;
  margin: 0 auto 40px;
  }
}
@media (max-width: 753px) {
#check-recommend.position-check-recommend5,
#check-recommend.position-check-recommend6,
#check-recommend.position-check-recommend7,
#check-recommend.position-check-recommend12 {
    width: initial;
  }
}
/*@media (min-width: 701px) and (max-width: 767px) {*/
@media (max-width: 767px) {
  #check-recommend.position-check-recommend3,
  #check-recommend.position-check-recommend4,
  #check-recommend.position-check-recommend5,
  #check-recommend.position-check-recommend6,
  #check-recommend.position-check-recommend7,
  #check-recommend.position-check-recommend11,
  #check-recommend.position-check-recommend12 {
    margin: 0 0 40px;
  }

   #check-recommend.position-check-recommend10 {
    margin: 0 0 50px;
  }
}
/* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
#check-recommend_1 {
  background-color: #FDF4F6;
  margin-top: 50px;
  padding: 40px 0 30px;
}
/* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
@media (max-width: 767px) {
  #check-recommend:nth-child(even) {
    background-color: #FFF;
  }
  #check-recommend_1:nth-child(2n+1),
  #check-recommend_1:nth-child(even).bg-color {
    background-color: #FDF4F6;
  }
  /* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
  #check-recommend_1:nth-child(even) {
    /*background-color: #FFF;*/
  }
  #check-recommend_1:nth-child(2n+1),
  #check-recommend_1:nth-child(even).bg-color {
    background-color: #FDF4F6;
  }
  /* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
  .row-onecolumn #check-recommend {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .row-onecolumn #main #check-recommend.row {
    padding: 30px 0;
  }
  .row-onecolumn #check-recommend:nth-child(2n+1) {
    background-color: #FFF;
  }
  .row-onecolumn #check-recommend:nth-child(2n) {
    /*background-color: #FDF4F6;*/
  }
  /* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
  .row-onecolumn #check-recommend_1 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .row-onecolumn #main #check-recommend_1.row {
    padding: 30px 0;
  }
  .row-onecolumn #check-recommend_1:nth-child(2n+1) {
    /*background-color: #FFF;*/
  }
  .row-onecolumn #check-recommend_1:nth-child(2n) {
    background-color: #FDF4F6;
  }
  /* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
}
#check-recommend h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5em;
}
#check-recommend .slick-area {
  display: block;
  width: 87%;
  margin: 0 auto;
}

#check-recommend .slick-area .slider .check-recommend-container {
  padding-right: 5px;
  padding-left: 5px;
  height: 100%;
}
#check-recommend .slick-area .slider .check-recommend-container a {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;

  /*padding: 9px;*/
  border-radius: 5px;
}
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .image-block {
  /*margin-bottom: 10px;*/
  margin: 0 auto 10px;
  padding: 25px 0 0 0;
}
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .image-block img {
/*
  display: block;
  width: 60%;
  margin: 0 auto;
*/
  display: block;
  width: 75%;
  max-width: 150px;
  margin: 0 auto;
}
/* ↓ ★#4762 #3-1 一時的に追加、レコメンドデザイン適応時削除★ */
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .image-block_1 {
  margin-bottom: 10px;
}
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .image-block_1 img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
/* ↑ ★#4762 #3-1 一時的に追加、レコメンドデザイン適応時削除★ */
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p {
  line-height: 1.4;
  color: #444;
  font-weight: 300;
}
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.ttl {
  font-size: 14px;
  overflow: hidden;
  min-height: 65px;
  line-height: 1.5;
}
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.price {
  font-size: 16px;
  font-weight: bold;
}
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.price .tax {
  margin-left: 10px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #check-recommend .slick-area .slider .slick-track,
  #check-recommend .slick-area .slider .slick-list {
    overflow: hidden;
  }
  #check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.ttl {
    font-size: 3.46vw;
  }
}
#check-recommend .slick-area .slider .slick-track,
#check-recommend .slick-area .slider .slick-list {
  height: 100%;
}
#check-recommend .slick-area .slider .slick-slide > div {
  height: 100%;
}
#check-recommend .slick-area .slider .slick-prev {
  left: -40px;
}
#check-recommend .slick-area .slider .slick-next {
  right: -34px;
}
/*
#check-recommend .slick-area .slider .slick-prev:before {
  content: '';
  background: url("../assets/detail01_2x.2d8b46.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}
#check-recommend .slick-area .slider .slick-next:before {
  content: '';
  background: url("../assets/detail02_2x.86453b.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}
*/
/* ↓ #5453 swiper用スタイル */
#check-recommend .swiper-container {
  display: block;
  /*
  width: 87%;
  width: 84.5%;
  margin: 0 auto;
  */
  margin: 0 0 0 -10px;
}
/* ↓ #5699 #7229 */
#check-recommend .swiper-container#check-recommend10,
#check-recommend .swiper-container#check-recommend3,
#check-recommend .swiper-container#check-recommend13,
#check-recommend .swiper-container#check-recommend14,
#check-recommend .swiper-container#check-recommend15,
#check-recommend .swiper-container#check-recommend16 {
  width: auto;
  margin: 0 0 0 -10px;
}
@media (min-width: 701px) and (max-width: 767px) {
  #check-recommend .swiper-container#check-recommend10,
  #check-recommend .swiper-container#check-recommend3,
  #check-recommend .swiper-container#check-recommend13,
  #check-recommend .swiper-container#check-recommend14,
  #check-recommend .swiper-container#check-recommend15,
  #check-recommend .swiper-container#check-recommend16 {
    margin: 0 0 0 12px;
  }
}
/* ↑ #5699 */
@media (max-width: 767px) {
  #check-recommend .swiper-container {
    width: auto;
    margin: 0 auto;
  }
}
@media ( min-width: 541px ) and ( max-width: 767px ) {
  #check-recommend .swiper-container {
    margin: 0 0 0 10px;
  }
}
#check-recommend .swiper-container .swiper-wrapper .swiper-slide {
  padding-right: 5px;
  padding-left: 5px;
  /*height: 100%;*/
  height: 267px; /* #5688 */
}
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;

  /*padding: 9px;*/ /**/
  padding: 5px;
  border-radius: 5px;
}
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .image-block {
  /*margin-bottom: 10px;*/
  margin: 0 auto 10px;
  padding: 10px 0 0 0;
}
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .image-block img {
/*
  display: block;
  width: 60%;
  margin: 0 auto;
*/
  display: block;
  width: 75%;
  max-width: 150px;
  margin: 0 auto;
}
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p {
  line-height: 1.4;
  color: #444;
  font-weight: 300;
}
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.ttl {
  font-size: 14px;
  overflow: hidden;
  min-height: 65px;
  line-height: 1.5;
}
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.price {
  font-size: 16px;
  font-weight: bold;
}
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.price .tax {
  margin-left: 10px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #check-recommend .swiper-container .swiper-wrapper .slick-track,
  #check-recommend .swiper-container .swiper-wrapper .slick-list {
    overflow: hidden;
  }
  /* ↓#5776 */
  @media (max-width: 410px) {
    #check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.ttl {
      font-size: 3.46vw;
    }
  }
  /* ↑#5776 */
}
#check-recommend .swiper-container .swiper-wrapper .slick-track,
#check-recommend .swiper-container .swiper-wrapper .slick-list {
  height: 100%;
}
#check-recommend .swiper-container .swiper-wrapper .slick-slide > div {
  height: 100%;
}
#check-recommend .swiper-container .swiper-wrapper .slick-prev {
  left: -40px;
}
#check-recommend .swiper-container .swiper-wrapper .slick-next {
  right: -34px;
}
/* ↑ #5453 swiper用スタイル */
/* ↓#5628 */
#check-recommend-addcart h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5em;
}
#check-recommend-addcart .swiper-container {
  display: block;
  margin: 0 0 0 -3px;
}
/* ↓ #5699 #7229 */
#check-recommend-addcart .swiper-container#check-recommend10,
#check-recommend-addcart .swiper-container#check-recommend3,
#check-recommend-addcart .swiper-container#check-recommend13,
#check-recommend-addcart .swiper-container#check-recommend14,
#check-recommend-addcart .swiper-container#check-recommend15,
#check-recommend-addcart .swiper-container#check-recommend16 {
  width: auto;
  margin: 0 0 0 -10px;
}
@media (min-width: 701px) and (max-width: 767px) {
  #check-recommend-addcart .swiper-container#check-recommend10,
  #check-recommend-addcart .swiper-container#check-recommend3,
  #check-recommend-addcart .swiper-container#check-recommend13,
  #check-recommend-addcart .swiper-container#check-recommend14,
  #check-recommend-addcart .swiper-container#check-recommend15,
  #check-recommend-addcart .swiper-container#check-recommend16 {
    margin: 0 0 0 12px;
  }
}
/* ↑ #5699 */
@media (max-width: 767px) {
  #check-recommend-addcart .swiper-container {
    /*width: auto;*/
    /*margin: 0 auto;*/
    margin: 0 0 0 5px;
  }
}
/*
@media ( min-width: 541px ) and ( max-width: 767px ) {
  #check-recommend-addcart .swiper-container {
    margin: 0 0 0 10px;
  }
}
*/
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide {
  padding-right: 5px;
  padding-left: 5px;
  height: 209px; /* #5850 */
}
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;

  /*padding: 9px;*/ /**/
  padding: 5px;
  border-radius: 5px;
}
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .image-block {
  /*margin-bottom: 10px;*/
  margin: 0 auto 10px;
  padding: 25px 0 0 0;
}
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .image-block img {
/*
  display: block;
  width: 60%;
  margin: 0 auto;
*/
  display: block;
  width: 75%;
  max-width: 150px;
  margin: 0 auto;
}
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p {
  line-height: 1.4;
  color: #444;
  font-weight: 300;
}
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.ttl {
  /*font-size: 14px;*/
  font-size: 13px;
  overflow: hidden;
  min-height: 65px;
  line-height: 1.5;
}
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.price {
  font-size: 16px;
  font-weight: bold;
}
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.price .tax {
  margin-left: 10px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #check-recommend-addcart .swiper-container .swiper-wrapper .slick-track,
  #check-recommend-addcart .swiper-container .swiper-wrapper .slick-list {
    overflow: hidden;
  }
  #check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.ttl {
    /*font-size: 3.46vw;*/
    /*font-size: 13px;*/
  }
}
#check-recommend-addcart .swiper-container .swiper-wrapper .slick-track,
#check-recommend-addcart .swiper-container .swiper-wrapper .slick-list {
  height: 100%;
}
#check-recommend-addcart .swiper-container .swiper-wrapper .slick-slide > div {
  height: 100%;
}
#check-recommend-addcart .swiper-container .swiper-wrapper .slick-prev {
  left: -40px;
}
#check-recommend-addcart .swiper-container .swiper-wrapper .slick-next {
  right: -34px;
}
/* ↑#5628 */
/* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
#check-recommend_1 h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5em;
}
#check-recommend_1 .slick-area {
  display: block;
  width: 87%;
  margin: 0 auto;
}
#check-recommend_1 .slick-area .slider .check-recommend-container {
  padding-right: 5px;
  padding-left: 5px;
  height: 100%;
}
#check-recommend_1 .slick-area .slider .check-recommend-container a {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 10px;
}
/*
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .image-block {
  margin-bottom: 10px;
}
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .image-block img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
*/
/* ↓ ★#4762 #3-1 一時的に追加、レコメンドデザイン適応時削除★ */
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .image-block_1 {
  margin-bottom: 10px;
}
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .image-block_1 img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
/* ↑ ★#4762 #3-1 一時的に追加、レコメンドデザイン適応時削除★ */
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p {
  line-height: 1.4;
  color: #444;
  font-weight: 300;
}
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.ttl {
  font-size: 14px;
  overflow: hidden;
  min-height: 65px;
  line-height: 1.5;
}
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.price {
  font-size: 16px;
  font-weight: bold;
}
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.price .tax {
  margin-left: 10px;
  font-size: 12px;
}
#check-recommend_1 .slick-area .slider .slick-track,
#check-recommend_1 .slick-area .slider .slick-list {
  height: 100%;
}
#check-recommend_1 .slick-area .slider .slick-slide > div {
  height: 100%;
}
#check-recommend_1 .slick-area .slider .slick-prev {
  left: -40px;
}
#check-recommend_1 .slick-area .slider .slick-next {
  right: -34px;
}
#check-recommend_1 .slick-area .slider .slick-prev:before {
  content: '';
  background: url("../assets/detail01_2x.2d8b46.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}
#check-recommend_1 .slick-area .slider .slick-next:before {
  content: '';
  background: url("../assets/detail02_2x.86453b.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}
/* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
/* /check-recommend */
/*

| CAT RANKING

*/
.slick-cat-ranking {
  margin: 30px 15px 0px;
}
.slick-cat-ranking .cat-ranking-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}
.slick-cat-ranking .cat-ranking-text {
  font-size: 12px;
  text-align: right;
  font-weight: bold;
  color: #DC426A;
  margin-top: -20px;
  margin-bottom: 40px;
}
.slick-cat-ranking .cat-ranking-text img {
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
}

#cat-ranking {
  margin: 30px 0px 50px;
  background-color: #FDF4F6;
  padding-top: 50px;
  padding-bottom: 50px;
}
#cat-ranking h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
#cat-ranking h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#cat-ranking .cat-ranking-tab {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  background: #f08ba5;
  position: relative;
}
#cat-ranking .cat-ranking-tab .cat-tab {
  width: calc(100%/3 - 4px);
  font-size: 14px;
  text-align: center;
  background: #f08ba5;
  color: #ffffff;
  display: inline-block;
  margin: 0px;
  padding: 7px 0px;
  cursor: pointer;
}
#cat-ranking .cat-ranking-tab .cat-tab img {
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
#cat-ranking .cat-ranking-tab .cat-tab .cat-name {
  display: block;
  width: 100%;
  position: relative;
  color: #FFF;
  white-space: nowrap;
}
#cat-ranking .cat-ranking-tab .cat-tab .cat-name:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 125%;
  border-right: 1px solid #FFF;
}
#cat-ranking .cat-ranking-tab .cat-tab:last-child .cat-name:after {
  display: none;
}
#cat-ranking .cat-ranking-tab .cat-tab .sub-cat-tab {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  background-color: #FFF;
  padding: 20px 20px 10px;
  box-shadow: 0 2px 8px rgba(77,77,77,0.2);
  z-index: 9;
  display: none;
}
#cat-ranking .cat-ranking-tab .cat-tab:hover .sub-cat-tab {
  display: block;
}
#cat-ranking .cat-ranking-tab .cat-tab .sub-cat-tab li {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  margin-bottom: 15px;
}
#cat-ranking .cat-ranking-tab .cat-tab .sub-cat-tab li a {
  font-size: 13px;
}
#cat-ranking .cat-ranking-tab .cat-tab .sub-cat-tab li a:hover {
  color: #E04C75;
  font-weight: bold;
}
#cat-ranking .slick-area {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#cat-ranking .slick-area .slider .cat-ranking-container {
  padding-right: 5px;
  padding-left: 5px;
}
#cat-ranking .slick-area .slider .cat-ranking-container a {
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 20px 10px;
}
#cat-ranking .slick-area .slider .cat-ranking-container a .cat-ranking-area .image-block {
  margin-bottom: 10px;
}
#cat-ranking .slick-area .slider .cat-ranking-container a .cat-ranking-area .image-block img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
#cat-ranking .slick-area .slider .cat-ranking-container a .cat-ranking-area .rank-img {
  position: absolute;
  top: 10px;
  left: 30px;
}
#cat-ranking .slick-area .slider .cat-ranking-container a .cat-ranking-area .rank-img img {
  width: 40px;
}
#cat-ranking .slick-area .slider .cat-ranking-container a .cat-ranking-area .ttl-block p {
  line-height: 1.4;
  color: #444;
  font-weight: 300;
}
#cat-ranking .slick-area .slider .cat-ranking-container a .cat-ranking-area .ttl-block p.ttl {
  font-size: 14px;
  margin-bottom: 3px;
  min-height: 65px;
  overflow: hidden;
  font-size: 16px;
}
#cat-ranking .slick-area .slider .cat-ranking-container a .cat-ranking-area .ttl-block p.price {
  font-size: 16px;
  font-weight: bold;
}
#cat-ranking .slick-area .slider .cat-ranking-container a .cat-ranking-area .ttl-block p.price .tax {
  margin-left: 10px;
  font-size: 12px;
}
#cat-ranking .slick-area .slider .slick-prev {
  left: -45px;
}
#cat-ranking .slick-area .slider .slick-prev:before {
  content: '';
  background: url("../assets/detail01_2x.2d8b46.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}
#cat-ranking .slick-area .slider .slick-next {
  right: -45px;
}
#cat-ranking .slick-area .slider .slick-next:before {
  content: '';
  background: url("../assets/detail02_2x.86453b.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}

/* /cat-ranking */
/*

| CAT PICKUP

*/
#cat-pickup {
  margin: 30px 0px 0px;
  background-color: #FDF4F6;
  padding-top: 50px;
  padding-bottom: 50px;
}
#cat-pickup h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
#cat-pickup h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#cat-pickup .cat-pickup-tab {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  background: #f08ba5;
  padding: 5px 0px;
}
#cat-pickup .cat-pickup-tab .cat-tab {
  white-space: nowrap;
  width: 24%;
  text-align: center;
  background: #f08ba5;
  color: #ffffff;
  display: inline-block;
  margin: 0px;
  font-size: 14px;
  padding: 2px 0px;
  border-right: 1px solid #ffffff;
}
#cat-pickup .cat-pickup-tab .cat-tab img {
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
#cat-pickup .cat-pickup-tab .cat-tab:last-child {
  border: none;
}
#cat-pickup .slick-area {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#cat-pickup .slick-area .slider .cat-pickup-container {
  padding-right: 5px;
  padding-left: 5px;
}
#cat-pickup .slick-area .slider .cat-pickup-container a {
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 20px 10px;
}
#cat-pickup .slick-area .slider .cat-pickup-container a .cat-pickup-area .image-block {
  margin-bottom: 10px;
}
#cat-pickup .slick-area .slider .cat-pickup-container a .cat-pickup-area .image-block img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
#cat-pickup .slick-area .slider .cat-pickup-container a .cat-pickup-area .rank-img {
  position: absolute;
  top: 10px;
  left: 30px;
}
#cat-pickup .slick-area .slider .cat-pickup-container a .cat-pickup-area .rank-img img {
  width: 40px;
}
#cat-pickup .slick-area .slider .cat-pickup-container a .cat-pickup-area .ttl-block p {
  line-height: 1.4;
  color: #444;
  font-weight: 300;
}
#cat-pickup .slick-area .slider .cat-pickup-container a .cat-pickup-area .ttl-block p.ttl {
  font-size: 14px;
  overflow: hidden;
  min-height: 85px;
  line-height: 1.5;
}
#cat-pickup .slick-area .slider .cat-pickup-container a .cat-pickup-area .ttl-block p.price {
  font-size: 16px;
  font-weight: bold;
}
#cat-pickup .slick-area .slider .cat-pickup-container a .cat-pickup-area .ttl-block p.price .tax {
  margin-left: 10px;
  font-size: 12px;
}
#cat-pickup .slick-area .slider .slick-prev {
  left: -45px;
}
#cat-pickup .slick-area .slider .slick-prev:before {
  content: '';
  background: url("../assets/detail01_2x.2d8b46.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}
#cat-pickup .slick-area .slider .slick-next {
  right: -45px;
}
#cat-pickup .slick-area .slider .slick-next:before {
  content: '';
  background: url("../assets/detail02_2x.86453b.png");
  background-size: cover;
  width: 36px;
  height: 36px;
  display: block;
  opacity: 1 !important;
}

/* /cat-pickup */
/*

| FOOTER

*/
.page-footer {
  margin-top: 50px;
}
.page-footer-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}
.page-footer-top-content {
  padding: 30px 0;
  background: #F4F4F4;
}
.page-footer-top-content-tot {
  padding: 10px 0;
  background: #F4F4F4;
}
.page-footer-top-content-inner {
  display: flex;
}
.page-footer-top-content .app-area {
  flex: 0 0 300px;
  height: 130px;
  padding: 10px;
  background: #E090A5;
}
.page-footer-top-content-tot .app-area {
  /* flex: 0 0 300px; */
  flex: 100%;
  height:  100%;
  padding: 10px;
  background: #E090A5;
}
.page-footer-top-content .app-area img {
  display: block;
  margin: 0 auto;
}
.page-footer-top-content-tot .app-area img {
  display: block;
  margin: 0 auto;
}
.page-footer-top-content .app-area p {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
}
.page-footer-top-content-tot .app-area p {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
}
.page-footer-top-content .app-area .download-area {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.page-footer-top-content-tot .app-area .download-area {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.page-footer-top-content .app-area .download-area a {
  display: inline-block;
}
.page-footer-top-content-tot .app-area .download-area a {
  display: inline-block;
}
.page-footer-top-content-tot .shop-btn-area {
  /* flex: 0 0 300px; */
  flex: 0 0 1140px;
  height:  100%;
  padding: 10px;
  background: #164380;
}
.page-footer-top-content .shop-btn {
  float: left;
  margin: 20px 60px 0 0 ;
  width: 100%;
  max-width: 300px;
  height: 50px;
  font-weight: bold;
}
.page-footer-top-content-tot .shop-btn {
  float: left;
  /* margin: 20px 60px 0 0 ; */
  /* margin: 0px 4px; */
  /* margin: 2px 4px; */
  /* width: 100%; */
  width: 1140px;
  /* max-width: 300px; */
  /* max-width: 1140px; */
  max-width: 100%;
  height: 50px;
  font-weight: bold;
  /* padding-left: 3px; */
}
.page-footer-top-content .shop-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #164380;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
}
.page-footer-top-content-tot .shop-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #164380;
  /* padding: 0 15px; */
  padding-top: 15px;
  padding-left: 2px;
  padding-right: 0px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 14px;
  /* margin-left:2px; */
  margin-top:5px;
}
#google_translate_element {
  float: left;
  margin: 20px 0 0;
}
.page-footer-nav {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1 1 100%;
  padding-left: 60px;
}
.page-footer-nav-tot {
  /* display: flex; */
  /* align-items: flex-start; */
  /* flex-wrap: wrap;*/
  /* flex: 1 1 100%; */
  /* padding-left: 60px; */
}
.page-footer-outerlink {
  display: flex;
  align-items: center;
}
.page-footer-outerlink-tot {
  display: flex;
  align-items: center;
}
.page-footer-outerlink.link-sns {
  flex: 0 1 230px;
}
.page-footer-outerlink.link-brand {
  flex: 0 1 270px;
}
.page-footer-outerlink-tot.link-brand {
  flex: 0 1 270px;
  padding: 3px;
}
.page-footer-outerlink .title {
  flex: 0 0 auto;
  margin-right: 35px;
  font-size: 14px;
}
.page-footer-outerlink-tot .title {
  flex: 0 0 auto;
  margin-left: 5px;
  margin-right: 15px;
  font-size: 14px;
}
.page-footer-outerlink .list {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.page-footer-outerlink-tot .list {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.page-footer-outerlink .list li:not(:last-child) {
  margin-right: 20px;
}
.page-footer-outerlink-tot .list li:not(:last-child) {
  margin-right: 20px;
}
.page-footer-outerlink .list img {
  height: 30px;
}
.page-footer-outerlink-tot .list img {
  height: 30px;
}
.page-footer-innerlink {
  flex: 0 1 520px;
  padding-top: 15px;
}
.page-footer-innerlink .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-footer-innerlink .list li {
  flex: 0 0 47%;
}
.page-footer-innerlink .list li a {
  position: relative;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
}
.page-footer-innerlink .list li a::after {
  content: '\f2fb';
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  color: #444;
  font-size: 16px;
  font-family: 'Material-Design-Iconic-Font';
}

.page-footer-bottom-content {
  padding: 25px 0;
}
.page-footer-bottom-content .text-caution .caution-image {
  float: left;
  margin-right: 15px;
  width: 160px;
}
.page-footer-bottom-content .text-caution .caution-image img {
  width: 100%;
}
.page-footer-bottom-content .text-caution .caution-title,
.page-footer-bottom-content .text-caution .caution-detail {
  float: left;
  width: calc(100% - 180px);
}
.page-footer-bottom-content .text-caution .caution-title .text {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
}
.page-footer-bottom-content .text-caution .caution-detail .text {
  font-size: 14px;
}

.page-footer-bottom-content .management-info {
  display: flex;
  align-items: flex-stretch;
  margin-top: 25px;
  width: 100%;
  border: 1px solid #ccc;
}
.page-footer-bottom-content .management-info .item {
  flex: 1 1 auto;
}
.page-footer-bottom-content .management-info .item:not(:last-child) {
  border-right: 1px solid #ccc;
}
.page-footer-bottom-content .management-info .title {
  display: flex;
  align-items: center;
  padding: 7px 20px;
  color: #444;
  font-size: 12px;
  background: #F4F4F4;
  border-bottom: 1px solid #ccc;
}
.page-footer-bottom-content .management-info .text {
  padding: 10px 20px;
  color: #444;
  font-size: 12px;
}
.page-footer .copyright {
  background-color: #444;
  padding: 10px 0;
}
.page-footer .copyright p {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.page-footer .footer-app h3{
  font-weight: bold;
}
.page-footer .footer-company .footer-company-inner .footer-ban-title span{
  width: 60%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}
.page-footer .footer-company .footer-company-inner .footer-ban-text{
  line-height: 1.5;
}


/*

| VISUAL SLIDER

*/
.visual-first {
  min-height: 300px;
  opacity: 0;
  transition: opacity 0.2s;
}
.visual-first.is-initialized {
  min-height: 1px;
  opacity: 1;
}
.visual-first .slick-slide {
  display: block;
}
.visual-first p a img {
  width: 100%;
}

/* #7229 add start */
h2.top_tit {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.notice_btn a {
  display: block;
  width: 100%;
  max-width: 300px;
  border: 1px solid #DC416A;
  background: #fff;
  color: #DC416A;
  font-size: 14px;
  padding: 10px 0;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 4px;
}
/* #7229 end */


@media (min-width: 1600px) {
/*@media (min-width: 1240px) {*/
  .visual-first .slick-slide {
    max-width: 330px;
  }
}
@media (max-width: 766px) {
  .activeSlide:not(.slick-current) {
    opacity: .4;
  }
}

/* #7229 add start */
@media (max-width: 1071px) {
  .sp_notice {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 20px 3%;
/*    background: #FDF4F6;*/
    font-size: 14px;
  }
  .sp_notice .row {
    padding: 0;
  }
  .container .sp_notice .base-mb-l {
    margin: 10px 0 20px;
  }
  .sp_notice #main {
    margin: 0 auto;
  }
  .sp_notice .base-notice-list-aw dt {
    float: none;
  }

  h2.top_tit {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
  }
  h2.top_tit.indent {
    margin-left: 3%;
  }
}
/* #7229 end */

/*

| DESTINATION

*/
.destination {
  margin: 0 auto 40px;
  background: #FDF4F6;
  padding: 30px 0px;
  width: 1140px;
}
.cart-destination {
  margin: 30px auto 40px;
  background: none;
  padding: 0;
  width: auto;
}
@media (max-width: 767px) {
  .destination {
    margin: 0px auto 40px;
    background: #FDF4F6;
    padding: 30px 0px;
    width: 1140px;
  }
}
.destination .destination-inner {
  width: 800px;
  margin: auto;
}
.destination .destination-inner .destination-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.destination .destination-inner .destination-text01 {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.destination .destination-inner .destination-text02 {
  font-size: 16px;
  margin: 20px 0 0;
  text-align: center;
}
.destination .destination-inner .destination-delivery-text {
  font-weight:bold;
  font-size: 20px;
  margin:0px 0px -10px 0px;
  text-align: center;
}
.destination .destination-inner .destination-box02 {
  margin: 0 -10px;
}
.destination .destination-inner .destination-box02 .destination-box02-left {
  padding: 15px 10px;
}
.destination .destination-inner .destination-box02 .destination-box02-left span {
  width: 96%
}
.destination .destination-inner .destination-box02 .destination-box02-left a {
  width: 100%;
  padding: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background: #E8AD27;
  line-height: 1;
}
.destination .destination-inner .destination-box02 .destination-box02-left2 {
  padding: 15px 10px;
}
.destination .destination-inner .destination-box02 .destination-box02-left2 span {
  width: 96%
}
.destination .destination-inner .destination-box02 .destination-box02-left2 a {
  width: 100%;
  padding: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background: #E8AD27;
  line-height: 1;
  display: block;
}
.destination .destination-inner .destination-box02 .destination-box02-right {
  padding: 15px 10px;
}
.destination .destination-inner .destination-box02 .destination-box02-right span {
  width: 96%;
}
.destination .destination-inner .destination-box02 .destination-box02-right a {
  width: 100%;
  padding: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background: #E090A5;
  line-height: 1;
}
.destination .destination-inner .destination-box02 .destination-box02-right2 {
  padding: 15px 200px;
}
.destination .destination-inner .destination-box02 .destination-box02-right2 span {
  width: 96%;
}
.destination .destination-inner .destination-box02 .destination-box02-right2 a {
  width: 150%;
/*  width: 820px; */
  padding: 16px;
/*  text-align: center; */
  color: #ffffff;
  font-weight: bold;
  background: #E090A5;
  line-height: 1;
  display: block;
}
.destination .destination-inner .destination-box02 .destination-box02-center {
  padding: 0px 10px 15px;
}
.destination .destination-inner .destination-box02 .destination-box02-center a {
  width: 205%;;
  padding: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background: #E090A5;
  line-height: 1;
  display: block;
}
.destination .destination-inner .destination-box02 .destination-box02-right3 {
  padding: 15px 10px;
}
.destination .destination-inner .destination-box02 .destination-box02-right3 span {
  width: 92%;
}
.destination .destination-inner .destination-box02 .destination-box02-right3 a {
  width: 100%;
  padding: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  /* background: #C0C0C0; */
  background: #279D5C;
  line-height: 1;
  display: block;
}
.member-registration-area {
  width: 100%;
  margin: 0 auto 40px;
  padding: 30px 0px;
  background: #FDF4F6;
}
.member-registration-area .col-md-8 {
  float: none;
  width: 100%;
}
.member-registration-area .col-md-offset-2 {
  width: 100%;
  margin: 0 auto;
}
.member-registration-area .destination-inner .row {
    margin: 0;
}
.member-registration-area .destination-inner .destination-box02 {
/*  display: flex;*/
  justify-content: space-around;
  flex-direction: row;
  width: 90%;
  margin: 0 auto;
}
.member-registration-area .destination-inner .destination-box02-right,
.member-registration-area .destination-inner .destination-box02-right2,
.member-registration-area .destination-inner .destination-box02-right3,
.member-registration-area .destination-inner .destination-box02-left,
.member-registration-area .destination-inner .destination-box02-left2 {
/*  width: 50%;*/
  transition: all 0.25s;
}

.banner-area {
  width: 100%;
  margin: 0 auto 30px;
}
.banner-area .banner-text.pc {
  margin-top: 0;
}
@media (max-width: 767px) {
  .banner-area {
    display: none;
    /*width: 100%;
    margin: 0 0 20px;
    padding: 0 15px;*/
  }
  .appeal-banner-title/*,
  .conductorType_3*/ {
    display: none;
  }
/* バナーエリアはSP版では、ブロック要素として表示する。 */
  .banner-area .banner-box-compensation {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
  }

  .banner-area .banner-box-compensation .banner-img {
   margin: 0px !important;
 }
}
.banner-area .banner-text {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.banner-area .banner-box {
  display: flex;
  flex-direction: row;

/* #2534 justify-content: space-between; */
  justify-content: center;
}
.banner-area .banner-box .banner-img {
  margin: 0 5px;
}
.banner-area .banner-box .banner-img:first-child {
  margin-left: 0;
}
.banner-area .banner-box .banner-img:last-child {
  margin-right: 0;
}
.banner-area .banner-box img {
  width: 100%;
}
.delivery-banner {
  width: 1140px;
  margin: 0 auto 60px;
}
/* バナー2つ表示 */
.banner-twocolumn {
  width: 70%;
  margin: 0 auto;
}
@media(max-width: 767px) {
  .banner-twocolumn {
    width: auto;
    margin: 0 auto;
  }
}
/* デリバリー・非ログイン用 */
@media(max-width: 1200px) {
  .delivery-banner {
    width: 100%;
    margin: 0 auto 60px;
  }
}
@media(max-width: 767px) {
  .delivery-banner {
    padding: 0;
  }
}

.delivery {
  width: 1150px;
  margin: auto;
}
.delivery .delivery-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
}
.delivery .delivery-text {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .delivery .delivery-area {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    justify-content: center;
  }
}
.delivery .delivery-area .delivery-box {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.delivery .delivery-area .delivery-box img {
  margin: 0 0 10px;
}
.delivery .delivery-area .delivery-box p {
  font-weight: bold;
}
.delivery .delivery-area .delivery-box a img {
  margin: auto;
  width: 100%;
}
.delivery .delivery-area .delivery-box a p {
  padding: 5px 0px;
  font-size: 14px;
  font-weight: bold;
}
.delivery .delivery-area-wrap {
  width: 760px;
  margin: auto;
}
.delivery .delivery-area-wrap .delivery-area02 {
  margin-left: -10px;
  margin-right: -10px;
}
.delivery .delivery-area-wrap .delivery-area02 .delivery-box02 {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.delivery .delivery-area-wrap .delivery-area02 .delivery-box02 a img {
  margin: auto;
  width: 100%;
}
.delivery .delivery-area-wrap .delivery-area02 .delivery-box02 a p {
  padding: 5px 0px;
  font-size: 14px;
  font-weight: bold;
}

/*

| POPULARITY-CATEGORY

*/
.popularity-category {
  margin: 40px auto 0px;
}
@media (max-width: 767px) {
  #tab-top-content .popularity-category {
    margin: 20px auto 0px;
  }
}
.popularity-category .popularity-category-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.popularity-category .popularity-category-inner .popularity-category-box {
  margin-bottom: 20px;
  text-align: center;
}
.popularity-category .popularity-category-inner .popularity-category-box img {
  margin: auto;
}
.popularity-category .popularity-category-inner .popularity-category-box .popularity-category-text {
  padding: 10px 0px;
  font-size: 14px;
  height: 50px;
  line-height: 1.5;
}

/* PCビュー */
@media (min-width: 768px) {
  .category-detail-explanation-sp {
    display: none !important;
 }
 .category-detail-explanation-pc {
  font-size: 14px;
 }
}

/* SPビュー */
@media (max-width: 768px) {
  .category-detail-explanation-pc {
    display: none !important;
 }
 .category-detail-explanation {
    margin: 0 0 15px 0;
 }
 .category-detail-explanation-sp {
  font-size: 11px;
 }
}

/*

| GIFT declare

*/
.declare {
  margin: 0 auto 30px;
}
@media(max-width: 767px){
  .declare {
    margin: 0 auto 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ADADAD;
  }
}
.declare .top-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.declare .read {
  line-height: 1.5em;
}


/*

| FREE

*/
.free {
  margin: 0 0 40px;
  padding: 40px 15px 0px;
}
.bg-color {
  background: #FDF4F6;
}
.free .free-title {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 5px solid #DC426A;
}
.free .free-inner {
  margin-left: -10px;
  margin-right: -10px;
}
.free .free-inner .free-box {
  padding-right: 10px;
  padding-left: 10px;
  margin: auto;
  margin-bottom: 20px;
}
.free .free-inner .free-contents {
  width: 50%;
}
.free .free-column .free-box .free-box-left {
  margin: 0 0 10px;
  padding-right: 0px;
  padding-left: 0px;
}
.free .free-column .free-box .free-box-left img {
  width: 100%;
}
.free .free-column .free-box .free-box-right {
  padding-right: 0;
  padding-left: 0;
}
.free .free-column .free-box .free-box-right p {
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.5;
}
.free .free-row .free-box .free-box-left,
.free .free-row .free-box .col-lg-6 {
  width: 30%;
  margin: 0 0 10px;
  padding-right: 0px;
  padding-left: 0px;
}
.free .free-row .free-box .free-box-left img {
  width: 100%;
}
.free .free-row .free-box .free-box-right {
  width: 70%;
  padding-right: 0;
  padding-left: 0;
}
.free .free-row .free-box .free-box-right p {
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.5;
}
.free-banner {
  width: 100%;
}
.free-banner .col-lg-2,
.free-banner .col-md-4,
.free-banner .col-sm-4 {
  padding: 0;
}
.free-banner .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.free-banner .col-lg-2 {
  width: 18%;
}
.free-banner .col-lg-2 img {
  width: 100%;
}

@media (max-width: 767px) {
  .free {
    margin: 0 0 30px;
    padding: 40px 15px 0px;
  }
  .free .free-title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 20px;
    border-left: none;
    text-align: center;
  }
  .free .free-inner {
    margin: 0;
  }
  .free .free-column .free-box .free-box-right p {
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .free .free-column .free-contents {
    width: 100%;
    padding: 0;
  }
  .free .free-row .row {
    width: 100%;
    padding: 0;
  }
  .free .free-row .free-box .free-box-left,
  .free .free-row .free-box .col-lg-6 {
    width: 40%;
    margin: 0 0 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .free .free-row .free-box .free-box-left img {
    width: 100%;
  }
  .free .free-row .free-box .free-box-right {
    width: 60%;
    padding-right: 0;
    padding-left: 0;
  }
  .free .free-row .free-box .free-box-right p {
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}


/*

| CATEGORY

*/
.category {
  margin: 0 15px;
}
.category .category-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.category .category-text {
  font-size: 12px;
  text-align: right;
  font-weight: bold;
  color: #DC426A;
  margin-top: -50px;
  margin-bottom: 40px;
}
.category .category-text i {
  padding: 0 0 0 10px;
  color: #DC426A;
}
.category .category-inner .category-inner-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.category .category-inner .category-inner-title .icon i {
  color: #DC426A;
  padding: 0 5px 0 0;
}
.category .category-inner .category-area {
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
}
.category .category-inner .category-area .category-area-box,
.category .category-inner .category-area .category-area-box-food {
  padding: 0 10px 15px;
}
.category .category-inner .category-area .category-area-box img,
.category .category-inner .category-area .category-area-box-food img {
  width: 100%;
}
.category .category-inner .category-list {
  background: #FDF4F6;
  padding: 50px;
}
.category .category-inner .category-list .category-list-title {
  font-size: 20px;
  padding-left: 20px;
  border-left: 5px solid #DC426A;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1;
}
.category .category-inner .category-area .category-area-box .cat-content .cat-nav li,
.category .category-inner .category-area .category-area-box-food .cat-content .cat-nav li,
.category .category-inner .category-list .category-list-ul li {
  position: relative;
  font-size: 12px;
  display: inline-block;
  margin: 0px 20px 20px 0px;
  padding-left: 15px;
}
.category .category-inner .category-area .category-area-box .cat-content .cat-nav li a:before,
.category .category-inner .category-area .category-area-box-food .cat-content .cat-nav li a:before,
.category .category-inner .category-list .category-list-ul li a:before {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  content: '\f2f6';
  position: absolute;
  left: 0;
  margin-top: -4px;
  color: #DC426A;
  font-size: 22px;
}
.category .category-inner .category-area .category-area-box > a,
.category .category-inner .category-area .category-area-box-food > a {
  display: block;
  position: relative;
}
.category .category-inner .category-area .category-area-box > a .cat-title,
.category .category-inner .category-area .category-area-box-food > a .cat-title {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 5%;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5em;
  text-shadow: 1px 1px 2px rgba(0,0,0, 0.8);
}
.category .category-inner .category-area .category-area-box .cat-content,
.category .category-inner .category-area .category-area-box-food .cat-content {
  display: none;
  width: 100%;
  background-color: #FDF4F6;
  padding: 15px;
}
.category .category-inner .category-area .category-area-box .cat-content .cat-text,
.category .category-inner .category-area .category-area-box-food .cat-content .cat-text {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.category .category-inner .category-area .category-area-box .cat-content .cat-nav,
.category .category-inner .category-area .category-area-box-food .cat-content .cat-nav {
  width: 100%;
}
.category .category-inner .category-area .category-area-box .cat-content .cat-nav li,
.category .category-inner .category-area .category-area-box-food .cat-content .cat-nav li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 10px;
}

/*PRODUCT SMAILL SCREEN TABLET*/
@media (max-width: 991px) {
  .sp.detail-choice {
    display: block !important;
  }
}
@media(max-width: 767px){
  .category .category-inner .category-list .category-list-ul {
    justify-content: normal;
  }
  .category .category-inner .category-area .category-area-box .cat-content .cat-nav li,
  .category .category-inner .category-area .category-area-box-food .cat-content .cat-nav li,
  .category .category-inner .category-list .category-list-ul li {
    line-height: 1.6;
  }
  .category .category-inner .category-area .category-area-box .cat-content .cat-nav li a:before,
  .category .category-inner .category-area .category-area-box-food .cat-content .cat-nav li a:before,
  .category .category-inner .category-list .category-list-ul li a:before {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: '\f2f6';
    position: absolute;
    left: 0;
    margin-top: -1px;
    color: #DC426A;
    font-size: 22px;
  }
  .product-details .event-wrapper .event-list li:not(:last-child) {
    margin-right: 1rem;
  }


  .category .category-inner .category-area .category-area-box,
  .category .category-inner .category-area .category-area-box-food {
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  .category .category-inner .category-area .category-area-box > a:after {
    content: "";
    width: 25px;
    height: 25px;
    background: url("../assets/icon_chevron-down-white.9237ca.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: 40px;
      bottom: 20px;
      -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .category .category-inner .category-area .category-area-box > a.open:after {
    transform: rotate(180deg);
  }
  .category .category-inner .category-area .category-area-box > a .cat-title,
  .category .category-inner .category-area .category-area-box-food > a .cat-title {
    font-size: 20px;
    padding: 0 7px;
  }
}


/*

| FEATURE

*/
.feature {
  margin: 0 15px;
}
.feature .feature-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.feature .feature-text {
  font-size: 12px;
  text-align: right;
  font-weight: bold;
  color: #DC426A;
  margin-top: -50px;
  margin-bottom: 40px;
}
.feature .feature-text i {
  padding: 0 0 0 10px;
  color: #DC426A;
}
.feature .feature-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.feature .feature-inner .feature-inner-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 5px solid #DC426A;
  padding-left: 10px;
  margin-bottom: 20px;
  line-height: 1;
}
.feature .feature-inner .feature-inner-title img {
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
}
.feature .feature-inner .row {
  margin: 0;
  padding: 0;
}
.feature .feature-inner .feature-area {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 40px;
  padding: 0;
}
.feature .feature-inner .feature-area .feature-area-box {
  margin: 0 0 20px;
  padding: 0 10px;
}
.feature .feature-inner .feature-area .feature-area-box img {
  width: 100%;
}
.feature .feature-inner .feature-area .feature-area-box time {
  font-size: 10px;
  display: inline-block;
  padding: 5px 0px;
}
.feature .feature-inner .feature-area .feature-area-box p {
  line-height: 1.5;
  font-size: 16px;
}
@media(max-width: 767px) {
  .feature .feature-title {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .feature .feature-inner .feature-inner-title {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .feature .feature-text {
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    color: #DC426A;
    margin-top: -45px;
    margin-bottom: 40px;
  }

}

/*

| EASY

*/
.easy {
  margin: 0 auto 40px;
}
.easy .easy-button {
  text-align: center;
}
.easy .easy-button a {
  display: inline-block;
  background: #164380;
  color: #ffffff;
  font-weight: bold;
  padding: 0px 80px 0px 70px;
}
.easy .easy-button a img {
  display: inline;
  vertical-align: middle;
}


/* MINICART */
.mini-cart {
  position: absolute;
  top: 45px;
  left: -125px;
  display: none;
  padding: 20px;
  width: 400px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 10;
}
.mini-cart .mini-cart-inner {
  margin-bottom: 20px;
}
.mini-cart .mini-cart-inner .minicart-title {
  margin: 0 0 20px;
  font-weight: bold;
  text-align: center;
}
.mini-cart .mini-cart-inner .search-modal-table {
  border: 1px solid #ADADAD;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody {
  display: flex;
  flex-direction: column;
  width: 358px;
  margin: 0 auto;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody tr {
  display: flex;
  flex-direction: column;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody th {
  display: flex;
  width: 358px;
  padding: 10px 0;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody .immediately {
  background: #E090A5;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody .order {
  background: #97A9C1;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody td .minicart-item-area {
  clear: both;
  display: flex;
  flex-direction: row;
  padding: 20px 20px 20px 10px;
  border-bottom: 1px solid #ADADAD;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody td .minicart-item-area:last-child {
  border: none;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody td .minicart-item-area .image-block {
  float: left;
  width: 100px;
  height: 100px;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody td .minicart-item-area .image-block img {
  width: 100px;
  height: auto;
  transform: rotate(0deg);
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody td .minicart-item-area .ttl-block {
  float: left;
  width: 229px;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody td .minicart-item-area .ttl-block p {
  position: relative;
  max-height: calc(14 * 1.5 * 2 * 1px);
  line-height: 1.5em;
  word-break: break-all;
  overflow: hidden;
  margin: 0 0 0 10px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody td .minicart-item-area .ttl-block p::before,
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody td .minicart-item-area .ttl-block p::after {
  position: absolute;
  background: #fff;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody td .minicart-item-area .ttl-block p::before {
  content: '...';
  top: calc(14 * 1.2 * (2 - 1) * 1px);
  right: 0;
  width: 1.7em;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody td .minicart-item-area .ttl-block p::after {
  content: '';
  width: 100%;
  height: 100%;
  display: inline;
}
.mini-cart .mini-cart-inner .search-modal-table .search-modal-table-tbody td .minicart-item-area .ttl-block .quantity {
  margin: 40px 0 0;
  text-align: right;
}
.mini-cart .mini-cart-close {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  background: #adadad;
}
.mini-cart .mini-cart-close::before {
  content: '\f136';
  display: inline;
  margin-right: 5px;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
}
.minicart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* CHECKBOX */
.checkbox-wrapper .icon-checkbox {
  display: none;
}
.checkbox-wrapper .text-checkbox {
  position: relative;
  padding-left: 25px;
  color: #444 !important;
}
.checkbox-wrapper .text-checkbox::before{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #444;
}
.checkbox-wrapper .icon-checkbox:checked + .text-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-bottom: 2px solid #DC426A;
  border-right: 2px solid #DC426A;
}
.checkbox-wrapper .icon-checkbox:checked:disabled + .text-checkbox::before {
  border: none;
}


/* 1600px以下 */
@media (max-width: 1600px) {
  .other-label-icon-question {
    margin-top: 0px !important;
  }
}
/* 1570px以下 */
@media (max-width: 1570px) {
  .mini-cart:not(.is-after-login) {
    left: -165px;
  }
}
/* 1270px以下 */
@media (max-width: 1330px) {
  header .hd-container .main-hd .right .search-area select {
    width: 130px;
  }

  header .hd-container .main-hd .right .search-area input {
    width: 170px;
  }
}
/* 1010px以下 */
@media (max-width: 1070px) {
  header .hd-container .main-hd .right .search-area input {
    width: 75px;
  }
}
/* 992px~1199px */
@media (max-width: 1199px) {
  .container {
    min-width: 970px;
    /*width: 95%;*/
    width: 100%;
  }

  header .hd-container .time-hd {
    overflow: hidden;
  }
  header .hd-container .time-hd .time-hd-inner {
    margin: auto;
    width: 95%;
  }
  header .hd-container .time-hd .time-hd-inner .time-hd-title {
    padding: 10px;
    font-size: 14px;
    background: #E090A5;
    color: #ffffff;
    font-weight: bold;
    float: left;
    width: 15%;
    white-space: nowrap;
    text-align: center;
  }
  header .hd-container .time-hd .time-hd-inner .time-hd-list {
    width: 85%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    float: left;
  }
  header .hd-container .time-hd .time-hd-inner .time-hd-list .time-hd-button {
    width: 10%;
  }
  header .hd-container .tab-nav-hd .tab-nav-hd-ul {
    border: none;
    width: 95%;
    margin: auto;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  header .hd-container .tab-nav-hd .tab-nav-hd-ul li {
    text-align: center;
    width: 11%;
    white-space: nowrap;
  }
  .destination {
    width: 100%;
  }
  .destination .destination-inner {
    width: 95%;
    margin: auto;
  }
  .delivery {
    width: 95%;
    margin: auto;
  }
  .delivery .delivery-area-wrap {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 1000px) {
  #search-results.results-mypage .product-container {
    flex: 0 0 100%;
  }

}
/* 992px~1199px */
/* 768px~991px */
@media (max-width: 991px) {
  #search-results.results-mypage .product-container {
    flex: 0 0 380px;
  }
  .container {
    min-width: 1px;
  }
  #main.col-lg-8,
  #main.col-md-8 {
    width: calc(100% - 30px);
    margin: 30px 15px 0;
  }
  .sm-none {
    display: none !important;
  }


  /*

  | OVERLAY

  */
  .overlay {
    display: none;
    width: 100%;
    height: 100%;
    /*background: #000000;*/
    background: transparent;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.6;
  }

}
/* 768px~991px */

@media (max-width: 767px) {
  #main.col-lg-8,
  #main.col-md-8 {
    width: 100%;
    margin: 30px auto 0;
    padding: 0;
  }
}

@media (max-width: 1070px) {
  header.pc {
    display: none !important;
  }
  header.sp {
    display: block !important;
  }
  .sub.pc {
    display: none !important;
  }
  .sub.sp {
    display: block !important;
  }
    /*

  | HEADER

  */
  header {
    margin: 0;
    width: 100%;
    background: #ffffff;
    z-index: 50;
  }
  header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 42px;
    margin: 0 0 5px; /* add #7223 */
  }
  header img:not(.sp-search) {
      max-width: 100%;
      display: block;
  }
  header .logo {
    display: flex;
    align-items: center;   /* #7819 update */
    min-width: 160px;
    justify-content: space-between;
  }
  header .logo img.sid {
      width: 66px;
      height: 24px;
      display: block;
  }
  header .logo img.status {
      width: 88px;
      height: auto;  /*20220426修正*/
      display: block;
  }
  header .header-inner .header-left {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 40px;*/
    margin: 0;
  }
  /*
  header .header-inner .header-left .drawer {
    cursor: pointer;
    width: 38px;
  }
  */
  hr.top-tab-line {
    margin: 0;
  }
  header .header-inner .header-left .logo {
    margin: 0 6px 0 8px;
  }
  header .header-inner .header-left .area_msg {
    font-size: 12px;
    line-height: 1.3;
    padding: 5px 0 0;
    margin: 0 3px 0 0;
  }
  header .header-inner .header-left .area_msg span {
    font-size: 10px;
  }
  /* header .header-inner .header-left .area_msg a {
    background: url("../assets/arw_areamsg.42f2a8.png") right .4em no-repeat;
    background-size: 8px auto;
    padding: 0 12px 0 0;
  } */
  /*header .header-inner .header-left .area_msg a {
    text-decoration: underline;
  }*/
  header .header-inner .header-left .cart {
    margin-left: 15px;
  }

  /* add #7223 start */

  header .header-inner2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* min-height: 42px;*/
    margin: 0 0 5px;
  }

    header .header-inner2 .header-left2 {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 40px;*/
    margin: 0;
  }

    /* 店舗から時計マーク　20240129 */
  header .header-inner .header-left .shortest {
    font-size: 11px;      /* #7819 update */
    background: url("../assets/ico_schedule.1fb406.png") 0 50% no-repeat;
    background-size: 16px auto;
    padding: 0 0 0 20px;
    margin: 0 0 0 7px;    /* #7819 update */
  }

  /* 屋外時計マーク */
  header .header-inner .header-left .shortest-outdoor {
    font-size: 11px;      /* #7819 update */
    background: url("../assets/ico_schedule_okugai.d49470.png") 0 50% no-repeat;
    background-size: 16px auto;
    padding: 0 0 0 20px;
    margin: 0 0 0 7px;    /* #7819 update */
  }

  /* 店舗から検索マーク  */
  header .hd-container .main-hd .right .search-area button.enable, .search-btn button.enable {
    background-color: #DC426A;
    border-radius: 0 2px 2px 0;
  }

  /* 屋外から検索マーク */
  header .hd-container .main-hd .right .search-area button.enable-outdoor, .search-btn button.enable-outdoor {
    background-color: #1c92dd;
    border-radius: 0 2px 2px 0;
  }

  /* 全国から検索マーク */
  header .hd-container .main-hd .right .search-area button.enable-mailorder, .search-btn button.enable-mailorder {
    background-color: #53b01f;
    border-radius: 0 2px 2px 0;
  }

  /* ギフトから検索マーク */
  header .hd-container .main-hd .right .search-area button.enable-gift, .search-btn button.enable-gift {
    background-color: #eb750d;
    border-radius: 0 2px 2px 0;
  }
 /* add #7223 end */



  header .header-inner .header-right {
    display: flex;
    align-items: center;
  }
  header .header-inner .header-right .head-r-btn {
    display: flex;
    margin: 0 0 0 0;
  }
  header .header-inner .header-right .head-r-btn li {
    text-align: center;
    margin: 0 18px 0 0;
    position: relative;   /* add #7819 */
  }
  /* add #7223/update #7819 */
  header .header-inner .header-right .head-r-btn li #cart-number-display-sp span.cart-number {
    position: absolute;
    top: -3px;      /* update #7819 */
    right: -6px;    /* update #7819 */
    background-color: #BA0000;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    padding-top: 3px
  }
  header .header-inner .header-right .head-r-btn span {
    display: block;
    font-size: 10px;
  }
  header .header-inner .header-right .head-r-btn span i {
    font-size: 26px;
  }
  /* add #7223 end */
  header .header-inner .header-right .hilogin-link {
    padding-top: 5%;
  }
  header .header-inner .header-right .drawer {
    cursor: pointer;
    /*width: 38px;*/
    width: 36px;
    font-size: 26px;
    letter-spacing: -.1em;
    text-align: left;
    margin: 0 5px 0 0;
  }
  header .header-inner .header-right .global-nav ul {
    display: flex;
    align-items: center;
  }
  header .header-inner .header-right .global-nav ul li {
    float: left;
    font-size: 12px;
    margin-right: 15px;
    list-style-type: none;
  }
  header .header-inner .header-right .global-nav ul li a {
    white-space: nowrap;
  }
  header .header-inner .header-right .global-nav ul li a i {
    font-size: 24px;
    color: #444;
  }
  header .header-inner .header-right .global-nav ul .login-menu {
    margin-top: 10%;
  }
  header .header-inner .header-right .global-nav ul .global-nav-cart,
  header .header-inner .header-right .global-nav ul .global-nav-label {
    position: relative;
  }
  header .header-inner .header-right .global-nav ul .global-nav-cart span,
  header .header-inner .header-right .global-nav ul .global-nav-label span.cart-number {
    position: absolute;
    background: #BA0000;
    color: #ffffff;
    font-weight: bold;
    top: -4px;
    right: -10px;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
  }
  header .header-inner .header-right .global-nav ul .global-nav-label span.coupon-number {
    position: absolute;
    background: #BA0000;
    color: #ffffff;
    font-weight: bold;
    top: -4px;
    right: -15px;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
  }
  header .header-inner .header-right .global-nav ul .global-nav-label span.coupon-info {
    opacity: 0.6;
    position: absolute;
    background: #FFFF00;
    color: #000000;
    font-weight: bold;
    top: 13px;
    right: -15px;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
  }

  /* ボタン切り替え */
  header .header-inner .header-right .global-nav ul li a.sp-btn-search .sp_search_close {
    display: none;
  }
  header .header-inner .header-right .global-nav ul li a.sp-btn-search.isOpen .sp_search {
    display: none;
  }
  header .header-inner .header-right .global-nav ul li a.sp-btn-search.isOpen .sp_search_close {
    display: block;
  }

  /* add #7223 start */
  header .header-btm {
    margin: 0 3%;
  }
  header .header-btm .area_msg {
    font-size: 12px;
    line-height: 1.3;
    padding: 0 0 5px 0;
  }
  header .header-btm .area_msg span {
    font-size: 10px;
  }
  header .header-btm .area_msg a {
    background: url("../assets/arw_areamsg.42f2a8.png") right .4em no-repeat;
    background-size: 8px auto;
    padding: 0 12px 0 0;
  }
  /* add #7223 end */

  /* 検索エリア */
  header.sp {
    position: relative;
    z-index: 15;
    padding: 0 0 10px;
  }
  header.sp + .sub {
    position: relative;
    z-index: 1;
  }
  .sp-search-area {
    padding-top: 3%;
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: white;
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translate(0, -150%);
    -webkit-transform: translate(0, -150%);
    opacity: 0;
    pointer-events: none;
  }
  .sp-search-area.isOpen {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
  .sp-search-close-btn {
    position: absolute;
    left: 0; right: 0;
    bottom: -2em;
    z-index: 0;
    margin: auto;
    width: 8em;
    height: 4em;
    border-radius: 0 0 8em 8em;
    background-color: white;
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
  }
  .sp-search-close-btn .ico {
    width: 1em;
    height: 1em;
    display: block;
    position: absolute;
    bottom: .6em;
    left: 0; right: 0;
    margin: auto;
    background: url("../assets/sp_search_close_btn.dd214d.png") no-repeat center;
    background-size: cover;
  }
  .search-area-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3%;
    position: relative;
    z-index: 5;
  }
  .search-category {
    font-size: 12px;
    border: 1px solid #d8d8d8;
    display: flex;
    width: 100px;
    background: #f4f4f4;
    align-items: center;
    border-radius: 2px 2px 2px 2px; /* add #7223 */
  }
  .search-category > a {
    display: block;
    width: 100%;
    background: #f4f4f4;
    text-align: center;
    position: relative;
    /*padding: 10px 12px 10px 0;*/
    padding: 8px 12px 8px 0; /* add #7223 */
  }
  .search-category > a:after {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border: 0;
    border-top: solid 2px #dc416a;
    border-right: solid 2px #dc416a;
    content: "";
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  /* add #7223 */
  .search-category > a::before {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border: 0;
    border-top: solid 1px #dc416a;
    border-right: solid 1px #dc416a;
    content: "";
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .search-text {
    font-size: 16px;
    border: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    width: calc(90% - 100px);
    margin: 0 0 0 1%;
    border-radius: 2px 0 0 2px; /* add #7223 */
  }
  .search-text input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-text-size-adjust: 100%;
    display: block;
    width: 100%;
    height: 100%;
    padding: .0em .5em;
    font-size: 14px !important;
    border: none;
    border-radius: 0;
    align-items: center;
    border-radius: 2px 0 0 2px;
  }
  .search-btn {
    display: flex;
    align-items: center;
    border: 1px solid #d8d8d8;
    border-left: none;
    width: 10%;
    border-radius: 0 2px 2px 0;  /* add #7223 */
  }
  .search-btn button {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: .3em 0;
    border: none;
    /*background-color: #DC426A;*/
  }
  .search-btn button i {
    color: #FFF;
    font-size: 20px;
  }
  .search-area-btm {
    font-size: 12px;
    margin-top: 5%;
    padding-left: 4%;
    position: relative;
    z-index: 5;
  }
  .search-area-btm ul {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5%;
    background-color: white;
  }
  .search-area-btm ul li:not(:first-child) {
    margin-left: 5%;
  }
  .search-area-btm ul li:last-child {
    padding-right: 4%;
  }
  .search-area-btm ul li a {
    display: flex;
    align-items: center;
  }
  .search-area-btm ul li a:before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 5%;
    background-image: url("../assets/keyword-icon.7acad0.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* 追加モーダル */
  #modal-status .modal-title {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }
  .fancybox-slide--html #modal-status .fancybox-close-small {
    top: 3px !important;
  }
  #modal-status .status_wrap {
    padding: 20px 10%;
  }
  #modal-status .status_wrap ul li {
    margin: 0 0 10px;
  }
  #modal-status .status_wrap img {
    width: 100%;
    height: auto;
  }
  #modal-status .status_wrap p {
    font-size: 12px;
  }
  #modal-status .status_wrap p.tac {
    text-align: center;
  }

  #sp_categorynav {
    font-size: 14px;
  }
  #sp_categorynav .cate {
    margin: 0 0 20px;
  }
  #sp_categorynav .cate p.prt {
    display: flex;
    border-bottom: 1px solid #d8d8d8;
  }
  #sp_categorynav .cate p.prt a {
    display: flex;
    width: calc(100% - 10vw);
    padding: 7px 26px 7px 7px;
    text-decoration: none;
    color: #333;
    background: url("../assets/header_link_arw.42085c.png") right 10px top 50% no-repeat;
    background-size: auto 12px;
    align-items: center;
  }
  #sp_categorynav .cate p.prt img {
    height : 38px;
    margin-right: 6px;
  }
  #sp_categorynav .cate span.trg {
    display: block;
    border-left: 1px solid #d8d8d8;
    width: 10vw;
    padding: 15px 15px;
    margin: 0 0 0 auto;
    background: url("../assets/ico_plus_p.262b67.png") 50% 50% no-repeat;
    background-size: auto 10px;
  }
  #sp_categorynav .cate span.trg.active {
    background: #f9f9f9 url("../assets/ico_minus_p.39e0c5.png") 50% 50% no-repeat;
    background-size: 10px auto;
  }
  #sp_categorynav .cat_acdn {
    display: none;
  }
  #sp_categorynav .cat_acdn ul li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d8d8d8;
  }
  #sp_categorynav .cat_acdn ul li a {
    display: block;
    width: 100%;
    padding: 19px 15px 19px 35px;
    background: #f9f9f9 url("../assets/mypage02_2x.e9bf7b.png") right 12px top 50% no-repeat;
    background-size: auto 12px;
  }
  #sp_categorynav .cat_acdn ul li.chd a {
    width: calc(100% - 10vw);
  }
/*  #sp_categorynav .cat_acdn ul li.strg {
    border: none;
  }*/
  #sp_categorynav .cate span.strg {
    display: block;
    border-left: 1px solid #d8d8d8;
    border-bottom: none;
    width: 10vw;
    padding: 15px 15px;
    margin: 0 0 0 auto;
    background: #f9f9f9 url("../assets/ico_plus_p.262b67.png") 50% 50% no-repeat;
    background-size: auto 10px;
  }
  #sp_categorynav .cate span.strg.active {
    background: #eaeaea url("../assets/ico_minus_p.39e0c5.png") 50% 50% no-repeat;
    background-size: 10px auto;
  }
/*  #sp_categorynav .cat_acdn ul li span {
    display: block;
    border-bottom: 1px solid #d8d8d8;
    padding: 19px 15px 19px 25px;
    background: #f9f9f9 url("../assets/limited_more_2x.a42449.png") right 10px top 50% no-repeat;
    background-size: 12px auto;
  }*/
  #sp_categorynav .cat_acdn ul li ul {
    display: none;
    width: 100%;
  }
  #sp_categorynav .cat_acdn ul li ul li {
    border-bottom: none;
    border-top: 1px solid #d8d8d8;
  }
  #sp_categorynav .cat_acdn ul li ul li a {
    width: 100% !important;
    padding: 19px 15px 19px 50px;
    background: #eaeaea url("../assets/mypage02_2x.e9bf7b.png") right 12px top 50% no-repeat;
    background-size: auto 12px;
  }
  #sp_categorynav .modal-header {
    padding: 20px 15px 0;
  }
  #sp_categorynav .modal-title,
  #sp_categorynav .tit {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 20px;
  }
  #sp_categorynav .list ul {
    border-top: 1px solid #d8d8d8;
  }
  #sp_categorynav .list ul li {
    border-bottom: 1px solid #d8d8d8;
  }
  #sp_categorynav .list ul li a {
    display: block;
    padding: 19px 15px;
    background: url("../assets/mypage02_2x.e9bf7b.png") right 12px top 50% no-repeat;
    background-size: auto 12px;
    text-decoration: none;
    color: #333;
  }
  /* #4893 ↓ */
  .sp_category {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    transform: translateZ(0);
    z-index: 9999;
    background: #fff;
    padding: 0px;
    overflow: auto;
    overflow: scroll;
  }
  .sp_category-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.6;
  }
  .sp_category-close {
    top: 8px !important;
    border-style:none;
    color: currentColor;
    padding: 10px;
    right: 0;
    background-color: #ffffff;
    position: absolute;
  }
  /* #4893 ↑ */


   /* #7232 add start */
  .sp_category.under {
    width: 94%;
    margin: 50px auto 0;
    position: static;
  }
  .sp_categorynav.under .modal-title {
    text-align: left;
    margin: 0 0 10px;
  }

  #sp_categorynav.under .cate span.trg.active {
    background: #f9f9f9 url("../assets/ico_minus_p.39e0c5.png") 50% 50% no-repeat;
    background-size: 10px auto;
  }
  /* #7232 add end */


    /*

  | SUB

  */
  .sub .sub-post {
    background: #DC426A;
    padding: 8px 4%;
    margin: 0px;
  }
  .sub .sub-post .quickguide {
    color: #ffffff;
    text-align: left;
    padding: 0;
    font-weight: bold;
    width: auto;
  }
  .sub .sub-post .sub-post-address {
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    padding: 3px 0px 0px 10px;
    font-weight: bold;
    width: auto;
  }
   .sub .sub-post .sub-post-address a{
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    padding: 0px;
    display: block;
    line-height: 1;
  }
  .sub .sub-post .sub-post-address img {
    display: inline;
    margin-left: 6px;
    padding: 0px 0px 1px;
    vertical-align: initial;
  }
  .sub .sub-post .sub-post-date {
    color: #ffffff;
    float: right;
    font-size: 12px;
    padding: 3px 0px 0px 0px;
    margin-top: 0;
    width: auto;
    line-height: 1;
  }
  .sub .sub-post .sub-post-date a{
    color: #ffffff;
    text-align: right;
    font-weight: bold;
    padding: 0px;
  }
  .sub .sub-post .sub-post-date span {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
  }
  .sub .sub-post .sub-post-date img {
    display: inline;
    margin-left: 6px;
    padding: 0px 0px 1px;
    vertical-align: initial;
  }
  .sub .sub-datetime .sub-date {
    float: left;
    width: 28%;
    font-size: 3.2vw;
    text-align: center;
    background: #ADADAD;
    color: #ffffff;
    padding: 2.8% 0%;
    background: #ADADB1 url("../assets/sub_date02_2x.72afb7.png") no-repeat 53% 85%/10px;
  }
  .sub .sub-datetime .sub-date img {
    display: inline;
    vertical-align: middle;
    padding: 0px 0px 2px 0px;
  }
  .sub .sub-datetime .sub-time {
    float: right;
    overflow-x: auto;
    font-size: 3.2vw;
    width: 72%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    background: #F4F4F4;
    padding: 1.9% 0%;
    font-weight: bold;
  }
  .sub .sub-datetime .sub-time .sub-time-result {
    margin: 0px 5px 0px 0px;
    background: #CCCCCC;
    display: inline-block;
    width: 20%;
    text-align: center;
  }
  .sub .sub-datetime .sub-time .sub-time-result span {
    display: block;
    margin-top: -3px;
  }
  .sub .sub-datetime .sub-time .sub-time-result:first-child {
    margin-left: 10px;
  }
  .sub .sub-nav ul {
    overflow-x: auto;
    font-size: 3.2vw;
    width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-weight: bold;
    margin: 0px;
  }
  .sub .sub-nav ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
  }
  .sub .sub-nav ul li a {
    padding: 5% 0%;
    display: block;
  }
  .sub .sub-nav ul .active {
    border-bottom: 3px solid #E090A5;
    box-sizing: border-box;
  }
  .sub .sub-nav ul .active a {
    color: #E090A5;
  }
  .sub .sub-breadcrumb {
    border-bottom: 1px solid #ADADAD;
    color: #444444;
  }
  .sub .sub-breadcrumb .breadcrumb {
    margin: 0px;
    background: #ffffff;
    font-size: 3.2vw;
  }
  .sub .sub-breadcrumb .breadcrumb > li + li:before {
    content: ">";
    color: #444444;
  }
  .sub .sub-time {
    background: #FDF4F6;
    width: 100%;
  }
  .sub .sub-time .sub-time-inner {
    width: 100%;
    margin: auto;
    padding: 0px 0px;
    display: flex;
    align-items: center;
  }
  .sub .sub-time .sub-time-inner .sub-time-title {
    width: 20%;
    display: flex;
  }
  .sub .sub-time .sub-time-inner .sub-time-title a {
    padding: 3px 8px;
    font-size: 10px;
    line-height: 1.2;
    background: #E090A5;
    color: #ffffff;
    font-weight: bold;
    float: left;
    text-align: center;
    width: 100%;
    white-space: nowrap;
  }
  .sub .sub-time .sub-time-inner .sub-time-title i {
    color: #FFF;
    font-size: 20px;
  }
  .sub .sub-time .sub-time-inner .sub-time-list {
    float: left;
    width: 80%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 5px 10px;
  }
  .sub .sub-time .sub-time-inner .sub-time-list .sub-time-button {
    text-align: center;
    padding: 3px 5px;
    border: none;
    margin-left: 10px;
    outline: none;
    background: none;
  }
  .sub .sub-time .sub-time-inner .sub-time-list .sub-time-button .sub-time-button-time {
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .sub .sub-time .sub-time-inner .sub-time-list .sub-time-button .sub-time-button-icon01 i {
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #ADADAD;
  }
  .sub .sub-time .sub-time-inner .sub-time-list .sub-time-button .sub-time-button-icon02 i {
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #E8AD27;
  }
  .sub .sub-time .sub-time-inner .sub-time-list .sub-time-button .sub-time-button-icon03 i {
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #DC426A;
  }
  .sub .sub-tab-nav {
    width: 100%;
    border-bottom: 1px solid #ADADAD;
  }
  .sub .sub-tab-nav .sub-tab-nav-ul {
    border: none;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .sub .sub-tab-nav .sub-tab-nav-ul li {
    float: none;
    display: inline-block !important;
    text-align: center;
    width: 25%;
    white-space: nowrap;
  }
  .sub .sub-tab-nav .sub-tab-nav-ul li a {
    font-size: 14px;
    border-bottom: 3px solid #ffffff !important;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .sub .sub-tab-nav .sub-tab-nav-ul li a:hover {
    color: #DC426A !important;
  }
  .sub .sub-tab-nav .sub-tab-nav-ul li a:hover, .sub .sub-tab-nav .sub-tab-nav-ul li a:visited, .sub .sub-tab-nav .sub-tab-nav-ul li a:link, .sub .sub-tab-nav .sub-tab-nav-ul li a:active {
    background: none;
    border: none;
  }
  .sub .sub-tab-nav .sub-tab-nav-ul li:hover {
    background: none;
    border: none;
    color: #DC426A !important;
  }
  .sub .sub-tab-nav .sub-tab-nav-ul .active a {
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 3px solid #DC426A !important;
    font-weight: bold;
    color: #DC426A !important;
    box-sizing: border-box;
  }
}
/***
***************************************************************************************************************************************************************************************************************************************************************/
/***

| SP

*/

@media (max-width: 1140px) {
  .page-footer-inner {
    padding: 0 15px;
  }
}

@media (max-width: 960px) {
  .page-footer-nav {
    padding-left: 20px;
  }
  .page-footer-nav-tot {
    /* padding-left: 20px; */
  }
  .page-footer-outerlink .title {
    margin-right: 15px;
  }
  .page-footer-outerlink.link-sns,
  .page-footer-outerlink.link-brand {
    flex: 0 0 auto;
  }
  .page-footer-outerlink.link-sns {
    margin-right: 20px;
  }
  .page-footer-outerlink .list li:not(:last-child) {
    margin-right: 10px;
  }
  .page-footer-bottom-content .management-info .title {
    min-height: 40px;
  }
}

/* 767px以下  */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  img {
    display: block;
  }

  /*

  | SLICK SLIDER

  */
  .slick-slide {
    padding-bottom: 10px;
  }


  /*

  | VISUAL SLIDER

  */
  .visual-first {
    margin-top: 0px;
  }

  .visual-third {
    position: relative;
  }
  .visual-third .visual-third-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: inline;
    text-align: center;
  }
  .visual-third .visual-third-dots li {
    display: inline-block;
    padding: 4px;
  }
  .visual-third .visual-third-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    background: #FFFFFF;
    display: inline-block;
    border-radius: 12px;
    color: #000000;
    outline: none;
    border: none;
  }
  .visual-third .visual-third-dots .slick-active button {
    background: #DC426A;
  }

  .visual-fourth {
    margin-bottom: 50px;
  }
  .visual-fourth .visual-fourth-title {
    font-size: 5.3vw;
    text-align: center;
    margin-bottom: 15px;
  }
  .visual-fourth .visual-fourth-slider {
    width: 95.5%;
    margin: auto;
    position: relative;
  }
  .visual-fourth .visual-fourth-slider .visual-fourth-prev {
    position: absolute;
    z-index: 30;
    color: #000000;
    left: -1%;
    top: 54%;
  }
  .visual-fourth .visual-fourth-slider .visual-fourth-next {
    position: absolute;
    z-index: 30;
    color: #000000;
    right: -1%;
    top: 54%;
  }
  .visual-fourth .visual-fourth-slider .visual-fourth-slider-wrap .visual-fourth-slider-box {
    width: 92%;
    margin: auto;
  }
  .visual-fourth .visual-fourth-slider .visual-fourth-slider-wrap .visual-fourth-slider-box .visual-fourth-slider-box-inner {
    padding: 20px;
    border: 1px solid #B4B4B4;
    box-sizing: border-box;
  }
  .visual-fourth .visual-fourth-slider .visual-fourth-slider-wrap .visual-fourth-slider-box .visual-fourth-slider-box-inner img {
    margin: 0px auto 15px;
  }
  .visual-fourth .visual-fourth-slider .visual-fourth-slider-wrap .visual-fourth-slider-box .visual-fourth-slider-box-inner h3 {
    font-size: 3.7vw;
    font-weight: normal;
    margin: 0px auto 5px;
  }
  .visual-fourth .visual-fourth-slider .visual-fourth-slider-wrap .visual-fourth-slider-box .visual-fourth-slider-box-inner p {
    font-size: 4.2vw;
    font-weight: bold;
  }
  .visual-fourth .visual-fourth-slider .visual-fourth-slider-wrap .visual-fourth-slider-box .visual-fourth-slider-box-inner p span {
    font-weight: normal;
    font-size: 3.2vw;
  }

  .visual-fifth {
    margin: 30px 15px;
    /*margin-bottom: 30px;
    margin-top: 30px;*/
  }
  .visual-fifth .visual-fifth-container {
    padding-top: 30px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    background: #FDF4F6;
  }
  .visual-fifth .visual-fifth-title01 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .visual-fifth .visual-fifth-title02 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .visual-fifth .visual-fifth-slider {
    padding: 0px 0px 40px;
  }
  .visual-fifth .visual-fifth-slider .slick-slide {
    margin: 0px 10px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap {
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    background: #ffffff;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-wrap-title {
    text-align: center;
    padding: 15px 0px;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-weight: bold;
    background: #E090A5;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box {
    border-bottom: 1px solid #D0D0D0;
    margin: 0px;
    padding: 20px 15px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a {
    display: block;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-left {
    padding: 0px;
    position: relative;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-left .rank {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 30px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-left .image {
    width: 100px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-right h5 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0px auto 5px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-right p {
    font-size: 16px;
    text-align: right;
    font-weight: bold;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-right p span {
    font-weight: normal;
    font-size: 12px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-prev-next {
    font-size: 3.7vw;
    margin: 0px;
    padding: 0px 15px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-prev-next .visual-fifth-slider-prev {
    text-align: left;
    color: #ADADAD;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-prev-next .visual-fifth-slider-prev img {
    display: inline;
    vertical-align: middle;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-prev-next .visual-fifth-slider-next {
    text-align: right;
    color: #ADADAD;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-prev-next .visual-fifth-slider-next img {
    display: inline;
    vertical-align: middle;
  }

  .visual-sixth {
    margin-bottom: 50px;
    margin-top: 0px;
  }
  .visual-sixth .visual-sixth-container {
    padding-top: 30px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }
  .visual-sixth .visual-sixth-title01 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .visual-sixth .visual-sixth-title02 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .visual-sixth .visual-sixth-slider {
    padding: 0px 0px 40px;
  }
  .visual-sixth .visual-sixth-slider .slick-slide {
    margin: 0px 10px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap {
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    background: #ffffff;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-wrap-title {
    text-align: center;
    padding: 15px 0px;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-weight: bold;
    background: #E090A5;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box {
    border-bottom: 1px solid #D0D0D0;
    margin: 0px;
    padding: 20px 15px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a {
    display: block;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-left {
    padding: 0px;
    position: relative;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-left .rank {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 30px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-left .image {
    width: 100px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-right h5 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0px auto 5px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-right p {
    font-size: 16px;
    text-align: right;
    font-weight: bold;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-right p span {
    font-weight: normal;
    font-size: 12px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box:last-child {
    border: none;
  }
}


  /*

  | DRAWER

  */
/* 1010px以下  */
@media (max-width: 1070px) {
  .drawer-box {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    z-index: 10000;
    transition: all 0.225s cubic-bezier(0, 0, 0.2, 1);
  }
  .drawer-box.is-active {
    display: block !important;
    right: 0;
  }
  .drawer-box .drawer-close {
    position: fixed;
    display: none;
    top: 12px;
    right: -260px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: all 0.225s cubic-bezier(0, 0, 0.2, 1);
  }
  .drawer-box.is-active .drawer-close {
    right: 260px;
  }
  .drawer-box .drawer-close img {
    width: 100%;
  }
  .drawer-box .drawer-box-wrapper {
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    backface-visibility: hidden;
  }
  .drawer-box .dis-none {
    display: none;
  }
  .drawer-box .drawer-box-inner {
    position: relative;
    width: 250px;
  }
  .drawer-box .drawer-box-inner .drawer-login-register .drawer-login-register-nav ul {
    margin: 0px;
  }
  .drawer-box .drawer-box-inner .drawer-login-register .drawer-login-register-nav ul li {
    background: #444444;
  }
  .drawer-box .drawer-box-inner .drawer-login-register .drawer-login-register-nav ul li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 16px;
  }
  .drawer-box .drawer-box-inner .drawer-login-register .drawer-login-register-nav ul li a::after {
    float: right;
    padding: 0 0 0 10px;
    font: normal normal normal 16px/1 'Material-Design-Iconic-Font';
    content: '\f2fb';
    color: #FFF;
  }
  .drawer-box .drawer-box-inner .drawer-login-register .drawer-login-register-nav ul li:first-child {
    border-bottom: 1px solid #ffffff;
  }
  .drawer-box .drawer-box-inner .drawer-category .drawer-category-nav ul {
    margin: 0px;
  }
  .drawer-box .drawer-box-inner .drawer-category .drawer-category-nav ul li {
    background: #ffffff;
    border-bottom: 1px solid #ADADAD;
  }
  .drawer-box .drawer-box-inner .drawer-category .drawer-category-nav ul li a {
    display: block;
    font-size: 14px;
    padding: 16px;
  }
  .drawer-box .drawer-box-inner .drawer-category .drawer-category-nav ul li.has-child a::after {
    float: right;
    padding: 0 0 0 10px;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: '\f2fb';
    color: #ADADAD;
  }
  .drawer-box .drawer-box-inner .drawer-category .drawer-category-nav ul li.back {
    background: #F1F1EC;
    font-weight: bold;
  }
  .drawer-box .drawer-box-inner .drawer-category .drawer-category-nav ul li.back a::before {
    padding: 0 10px 0 0;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: '\f2fa';
    color: #444;
  }
  .drawer-box .drawer-box-inner .drawer-category .drawer-category-nav ul li.category-title {
    padding: 5px 0;
    background: #ADADAD;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  .drawer-box .drawer-box-inner .drawer-message p {
    display: block;
    font-size: 12px;
    padding: 16px;
    color: #BA0000;
    line-height: 1.5em;
  }
  /* #7819 add */
  .drawer-box .drawer-box-inner .drawer-login-register {
    margin: 0 0 15px;
  }
  .drawer-box .drawer-box-inner .drawer-banner {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .drawer-box .drawer-box-inner .drawer-banner a {
    display: block;
    margin: 0 0 5px;
  }
  .drawer-box .drawer-box-inner .drawer-banner a img {
    width: 100%;
  }
  .drawer-box .drawer-box-inner .drawer-menu .drawer-menu-nav ul li a {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
  }
  .drawer-box .drawer-box-inner .drawer-app {
    padding: 5px;
  }
  .drawer-box .drawer-box-inner .drawer-app a {
    display: inline;
  }
  .drawer-box .drawer-box-inner .drawer-app a img {
    display: inline-block;
  }
  .drawer-box .drawer-box-inner .drawer-app .drawer-app-left {
    text-align: left;
  }
  .drawer-box .drawer-box-inner .drawer-app .drawer-app-right {
    text-align: right;
  }
  /* 商品カテゴリ用サブメニュー */
  .drawer-box .drawer-box-inner .drawer-slide-content {
    position: relative;
    overflow: hidden;
  }
  .drawer-box .drawer-box-inner .drawer-category-wrapper {
    background: #f4f4f4;
  }
  .drawer-box .drawer-sub-menu {
    position: absolute;
    top: 0;
    right: -250px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  }
  .drawer-box .drawer-sub-menu.is-active {
    right: 0;
  }
  .drawer-menu,
  .drawer-app {
    background: #f4f4f4;
    padding: 5px 0;
  }
}


.drawer-box .drawer-login-register .drawer-header-login{
  background: #fff;
  padding: 10px 10px;
}
.drawer-box .drawer-login-register .drawer-header-login .user-bar{

}
.drawer-box .drawer-login-register .drawer-header-login .user-bar .user-avatar{
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}
.drawer-box .drawer-login-register .drawer-header-login .user-bar .user-avatar i {
  font-size: 26px;
  color: #333;
}
.drawer-box .drawer-login-register .drawer-header-login .user-bar .user-name{
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.drawer-box ul.usermenu {
    list-style-type: none;
    margin: 10px 10px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.drawer-box ul.usermenu li {
    text-align: center;
    line-height: 1;
    position: relative;
}
.drawer-box ul.usermenu li i {
    display: block;
    font-size: 24px;
}
.drawer-box ul.usermenu li span {
    font-size: 10px;
}
.drawer-box ul.usermenu li span.coupon-number,
.drawer-box ul.usermenu li span#cart-number-display-sp span.cart-number {
    position: absolute;
    top: 0;
    right: -7px;
    background-color: #BA0000;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    padding-top: 3px;
}

.drawer-box .drawer-login-register .drawer-header-login .drawer-header-login-list{
/*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;*/
  margin-top: 5px;
}
.drawer-box .drawer-login-register .drawer-header-login .drawer-header-login-list li{
  text-align: left;
}
.drawer-box .drawer-login-register .drawer-header-login .drawer-header-login-list li a{
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  background: no-repeat center top/25px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #d8d8d8;
  position: relative;
}
.drawer-box .drawer-login-register .drawer-header-login .drawer-header-login-list li.drawer-header-login-list-1 a:before {
  content: '\f201';
  display: block;
  margin: -30px 0 5px;
  color: #FFF;
  font-size: 26px;
  font-weight: 400;
  font-family: 'Material-Design-Iconic-Font';
}
.drawer-box .drawer-login-register .drawer-header-login .drawer-header-login-list li.drawer-header-login-list-2 a:before {
  content: '\f10c';
  display: block;
  margin: -30px 0 5px;
  color: #FFF;
  font-size: 26px;
  font-weight: 400;
  font-family: 'Material-Design-Iconic-Font';
}
.drawer-box .drawer-login-register .drawer-header-login .drawer-header-login-list li.drawer-header-login-list-3 a:before {
  content: '\f15f';
  margin: 0 5px 0 0;
  color: #dc416a;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Material-Design-Iconic-Font';
}
.drawer-box .drawer-login-register .drawer-header-login .drawer-header-login-list li.drawer-header-login-list-3 a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border: 0;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    content: "";
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

/* ↓ */
.base-normal-button#couponGetButton {
  padding: 10px 0 !important;
}
/* ↑ */

  /*

  | BANNER

  */
/* 767px以下  */
@media (max-width: 767px) {
  .banner {
    width: 100%;
    margin-bottom: 120px;
  }
  .banner a {
    display: block;
  }
  .banner a img {
    width: 100%;
  }

  .page-footer-inner {
    padding: 15px 0;
  }
  .page-footer-top-content {
    padding: 0;
  }
  .page-footer-top-content-inner {
    flex-wrap: wrap;
  }
  .page-footer-top-content .app-area,
  .page-footer-top-content .shop-btn {
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .page-footer-top-content .app-area,
  .page-footer-top-content .shop-btn {
    margin: 0 15px;
  }
  .page-footer-top-content-tot .app-area {
    flex-basis: 100%;
    max-width: 100%;
  }
  .page-footer-top-content-tot .shop-btn {
    flex-basis: calc(100% - 3px);
    max-width: calc(100% - 30px);
  }
  .page-footer-top-content-tot .app-area {
    margin: 0px;
  }
  .page-footer-top-content .shop-btn {
    margin: 0 15px;
  }
  .page-footer-top-content-tot .shop-btn {
    /* margin: 0 15px; */
    padding-top: 0px;
    padding-left: 2px;
    padding-right: 0px;
    padding-bottom: 5px;
  }
  .page-footer-top-content .shop-btn {
    max-width: calc(100% - 30px);
    float: none;
  }
  .page-footer-top-content-tot .shop-btn {
    max-width: 100%;
    float: none;
  }
  #google_translate_element {
    float: none;
    text-align: center;
    margin: 20px 0 0;
  }
  #google_translate_element img{
    display: inline;
  }
  .page-footer-nav {
    padding: 15px 0;
  }
  .page-footer-nav-tot {
    padding: 3px;
  }
  .page-footer-outerlink.link-sns,
  .page-footer-outerlink.link-brand {
    flex: 0 0 100%;
    padding: 10px 15px;
    border-top: solid 1px #adadad;
  }
  .page-footer-outerlink-tot.link-sns,
  .page-footer-outerlink-tot.link-brand {
    flex: 0 0 100%;
    padding: 3px 3px;
  }
  .page-footer-outerlink .title {
    flex: 0 0 120px;
  }
  .page-footer-outerlink-tot .title {
    flex: 0 0 100px;
  }
  .page-footer-outerlink .list li:not(:last-child) {
    margin-right: 20px;
  }
  .page-footer-outerlink .list li img {
    height: 35px;
  }
  .page-footer-innerlink {
    flex: 0 0 100%;
    padding: 0;
    border-top: solid 1px #adadad;
  }
  .page-footer-innerlink .list li {
    flex: 0 0 50%;
    border-bottom: solid 1px #adadad;
  }
  .page-footer-innerlink .list li:nth-child(odd) a {
    border-right: solid 1px #adadad;
  }
  .page-footer-innerlink .list li a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px 25px 15px 15px;
    height: 100%;
    line-height: 1.2;
  }
  .page-footer-innerlink .list li a::after {
    right: 15px;
  }
  .page-footer-bottom-content {
    padding: 0 15px;
  }
  .page-footer-bottom-content .text-caution {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-footer-bottom-content .text-caution .caution-image {
    float: left;
    margin-right: 10px;
    flex: 0 0 80px;
  }
  .page-footer-bottom-content .text-caution .caution-image img {
    width: 100%;
  }
  .page-footer-bottom-content .text-caution .caution-title {
    display: flex;
    align-items: center;
    width: auto;
  }
  .page-footer-bottom-content .text-caution .caution-detail {
    float: none;
    padding-top: 15px;
    flex: 0 0 100%;
  }
  .page-footer-bottom-content .text-caution .caution-title .text {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  .page-footer-bottom-content .text-caution .caution-title span {
    display: block;
  }
  .page-footer-bottom-content .text-caution .caution-detail .text {
    font-size: 13px;
  }
  .page-footer-bottom-content .management-info {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .page-footer-bottom-content .management-info .item {
    flex: 0 0 100%;
  }
  .page-footer-bottom-content .management-info .item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .page-footer-bottom-content .management-info .title {
    padding: 7px 15px;
    min-height: 1px;
  }
  .page-footer-bottom-content .management-info .text {
    padding: 10px 15px;
  }


  /*

  | REVIEW

  */
  .review {
    background: #F4F4F4;
    margin-bottom: 50px;
  }
  .review .review-title {
    font-size: 5.3vw;
    text-align: center;
  }
  .review .review-inner {
    width: 92%;
    margin: auto;
  }
  .review .review-inner .review-box {
    padding: 30px 0px;
    border-bottom: 1px solid #ADADAD;
  }
  .review .review-inner .review-box .review-box-top {
    margin: 0px 0px 15px 0px;
  }
  .review .review-inner .review-box .review-box-top .review-box-left {
    background: #ffffff;
    padding: 15px 10px;
  }
  .review .review-inner .review-box .review-box-top .review-box-left img {
    display: block;
    margin: auto;
  }
  .review .review-inner .review-box .review-box-top .review-box-right .review-box-right-title {
    font-size: 4.2vw;
    margin-bottom: 10px;
  }
  .review .review-inner .review-box .review-box-top .review-box-right .review-box-right-star {
    font-size: 3.2vw;
  }
  .review .review-inner .review-box .review-box-top .review-box-right .review-box-right-star .star-on {
    color: #FFA700;
  }
  .review .review-inner .review-box .review-box-top .review-box-right .review-box-right-star .star-off {
    color: #FFA700;
  }
  .review .review-inner .review-box .review-box-top .review-box-right .review-box-right-text {
    font-size: 5.3vw;
    font-weight: bold;
  }
  .review .review-inner .review-box .review-box-top .review-box-right .review-box-right-text span {
    font-size: 3.2vw;
    font-weight: normal;
    margin-left: 5px;
  }
  .review .review-inner .review-box .review-box-bottom {
    background: #ffffff;
    padding: 15px;
  }
  .review .review-inner .review-box .review-box-bottom .review-box-bottom-title {
    margin-bottom: 10px;
  }
  .review .review-inner .review-box .review-box-bottom .review-box-bottom-title span {
    font-size: 3.7vw;
    text-align: left;
  }
  .review .review-inner .review-box .review-box-bottom .review-box-bottom-title time {
    font-size: 3.2vw;
    text-align: right;
  }
  .review .review-inner .review-box .review-box-bottom .review-box-bottom-text {
    font-size: 4.2vw;
  }
  .review .review-inner .review-box:last-child {
    border: none;
  }
  .review .review-inner .review-box-hide {
    display: none;
  }
  .review .review-inner .review-more {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ADADAD;
    color: #ADADAD;
    text-align: center;
    cursor: pointer;
    padding: 3% 0%;
    background: #ffffff;
    margin-top: -10px;
  }
  .review .review-inner .review-more img {
    display: inline;
    margin-left: 5px;
  }

  /*

  | CAMPAIGN

  */
  .campaign {
    margin: 0px auto 50px;
    width: 92%;
  }
  .campaign .campaign-title {
    font-size: 5.3vw;
    text-align: center;
    margin-bottom: 15px;
  }
  .campaign .campaign-box {
    margin: 0px auto 15px;
    padding: 0px;
  }
  .campaign .campaign-box img {
    margin: auto;
    display: block;
  }

  .main {
    width: 100%;
    margin: 0px auto 120px;
  }
  .main .easy-order {
    border-bottom: 1px solid #D0D0D0;
    padding: 0px 0px 15px 0px;
  }
  .main .easy-order .easy-order-link a {
    display: block;
    background: #E090A5;
    width: 92%;
    margin: auto;
    padding: 15px 0px 10px;
    color: #ffffff;
    text-align: center;
    margin: 0px auto 0px;
  }
  .main .easy-order .easy-order-link a .easy-order-link-img-first {
    display: inline;
    vertical-align: middle;
    margin-top: -2px;
  }
  .main .easy-order .easy-order-link a .easy-order-link-img-second {
    display: inline;
    vertical-align: initial;
  }

  /*

  | MYPAGE

  */
  .mypage {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .mypage .mypage-user {
    font-size: 5.3vw;
    width: 92%;
  }
  .mypage .mypage-user img {
    display: inline;
    vertical-align: initial;
    margin-right: 5px;
  }
  .mypage .mypage-title {
    font-size: 3.7vw;
    text-align: center;
    color: #ADADAD;
    background: #F4F4F4;
    padding: 15px 0px;
    margin-top: 30px;
  }
  .mypage .mypage-inner h3 {
    font-size: 4.2vw;
    font-weight: bold;
    margin: 30px 0px 10px 0px;
  }
  .mypage .mypage-inner nav {
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .mypage .mypage-inner nav ul {
    box-sizing: border-box;
  }
  .mypage .mypage-inner nav ul li {
    list-style-type: none;
    box-sizing: border-box;
    border-top: 1px solid #ADADAD;
    border-right: 1px solid #ADADAD;
    border-left: 1px solid #ADADAD;
    box-sizing: border-box;
    background: url("../assets/mypage02_2x.e9bf7b.png") no-repeat 95% 50%/10px;
  }
  .mypage .mypage-inner nav ul li a {
    font-size: 3.7vw;
    display: block;
    padding: 15px 0px 15px 15px;
  }
  .mypage .mypage-inner nav ul li:last-child {
    border-bottom: 1px solid #ADADAD;
  }
  .mypage .mypage-inner .mypage-text-first {
    font-size: 4.2vw;
    margin: 15px 0px;
  }
  .mypage .mypage-inner .mypage-text-second {
    font-size: 3.2vw;
    margin-bottom: 15px;
  }
  .mypage .mypage-inner .mypage-norton {
    border: 1px solid #E0E0E0;
    margin-bottom: 15px;
  }
  .mypage .mypage-inner .mypage-norton .mypage-norton-text {
    color: #adadad;
    font-size: 3.2vw;
    text-align: center;
    padding: 5px 0px 0px 0px;
    margin: 0px;
  }
  .mypage .mypage-inner .mypage-norton .mypage-norton-text .mypage-norton-img-first {
    display: inline;
    vertical-align: text-bottom;
  }
  .mypage .mypage-inner .mypage-norton .mypage-norton-text .mypage-norton-img-second {
    display: inline;
    vertical-align: middle;
  }
  .mypage .mypage-inner .mypage-alert {
    border: 1px solid #BA0000;
    background: #FDF4F6;
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  .mypage .mypage-inner .mypage-alert .mypage-alert-text-first {
    font-weight: bold;
    color: #BA0000;
    margin-bottom: 0px;
    font-size: 4.2vw;
  }
  .mypage .mypage-inner .mypage-alert .mypage-alert-text-second {
    margin: 0px;
    color: #BA0000;
    font-size: 3.2vw;
  }
  .mypage .mypage-inner .mypage-table {
    width: 100%;
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .mypage .mypage-inner .mypage-table tbody tr th {
    width: 100%;
    display: block;
    background: #F4F4F4;
    padding: 10px;
    color: #ADADAD;
    font-size: 3.7vw;
  }
  .mypage .mypage-inner .mypage-table tbody tr th .mypage-required {
    font-size: 3.2vw;
    background: #DC426A;
    color: #ffffff;
    padding: 2px 5px;
    margin-left: 5px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td {
    width: 100%;
    display: block;
    background: #ffffff;
    padding: 10px;
    font-size: 3.7vw;
    border-bottom: 1px solid #E0E0E0;
    box-sizing: border-box;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-available-type label {
    font-size: 3.7vw;
    vertical-align: middle;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-available-type-company {
    display: none;
    margin: 10px -10px -10px -10px;
    background: #FDF4F6;
    padding: 15px 10px 5px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-available-type-company h3 {
    font-size: 3.7vw;
    padding: 0px;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-available-type-company input {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-available-type-company p {
    font-size: 3.2vw;
  }
  .mypage .mypage-inner .mypage-table tbody tr td label {
    font-weight: normal;
  }
  .mypage .mypage-inner .mypage-table tbody tr td label[for=mypage-name-first],
  .mypage .mypage-inner .mypage-table tbody tr td label[for=mypage-name-first-kana],
  .mypage .mypage-inner .mypage-table tbody tr td label[for=mypage-name-last],
  .mypage .mypage-inner .mypage-table tbody tr td label[for=mypage-name-last-kana] {
    color: #ADADAD;
  }
  .mypage .mypage-inner .mypage-table tbody tr td label[for=mypage-name-first],
  .mypage .mypage-inner .mypage-table tbody tr td label[for=mypage-name-last] {
    margin-right: 5px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td label[for=mypage-name-first] {
    margin-right: 15px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td label[for=mypage-name-last],
  .mypage .mypage-inner .mypage-table tbody tr td label[for=mypage-name-last-kana] {
    margin-left: 10px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td #mypage-name-first,
  .mypage .mypage-inner .mypage-table tbody tr td #mypage-name-first-kana,
  .mypage .mypage-inner .mypage-table tbody tr td #mypage-name-last-kana,
  .mypage .mypage-inner .mypage-table tbody tr td #mypage-name-last {
    width: 33.3%;
    border: 1px solid #E0E0E0;
    outline: none;
    padding: 8px;
    font-size: 3.2vw;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-text-first {
    font-size: 3.7vw;
    margin-bottom: 10px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-text-second {
    font-size: 3.2vw;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-dl {
    position: relative;
    margin-bottom: 10px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-dl dt {
    margin-right: 69px;
    padding: 8px;
    background: #fff;
    border: 1px solid #ADADAD;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-dl dt:before {
    content: '〒';
    position: absolute;
    color: #000000;
    z-index: 10;
    left: 2.5%;
    font-size: 4.2vw;
    line-height: 32px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-dl dt input {
    width: 100%;
    height: 32px;
    line-height: 24px;
    background: none;
    border: none;
    font-size: 3.2vw;
    text-indent: 8%;
    outline: none;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-dl dd {
    position: absolute;
    top: 0;
    right: 0;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-dl dd button {
    display: block;
    width: 70px;
    height: 50px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border: 1px solid #DC426A;
    background: #DC426A;
    outline: none;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-dl dd button img {
    display: block;
    max-width: 50px;
    margin: auto;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-box {
    margin: 0px 0px 10px 0px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-box .mypage-address-destionation-box-left {
    padding: 0px 5px 0px 0px;
    margin-bottom: 0px;
    font-size: 3.7vw;
    text-align: center;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-box .mypage-address-destionation-box-left a {
    background: #444444;
    color: #ffffff;
    display: block;
    padding: 10px 0px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-box .mypage-address-destionation-box-left a img {
    display: inline-block;
    vertical-align: sub;
    padding-right: 4px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-box .mypage-address-destionation-box-right {
    padding: 0px 0px 0px 5px;
    margin-bottom: 0px;
    font-size: 3.7vw;
    text-align: center;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-box .mypage-address-destionation-box-right a {
    background: #444444;
    color: #ffffff;
    display: block;
    padding: 10px 0px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-address .mypage-address-destination-box .mypage-address-destionation-box-right a img {
    display: inline-block;
    vertical-align: sub;
    padding-right: 4px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-tel input {
    width: 30%;
    border: 1px solid #E0E0E0;
    outline: none;
    padding: 8px;
    font-size: 3.2vw;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-birthday .mypage-birthday-year {
    outline: none;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #E0E0E0;
    width: 35%;
    padding: 8px;
    font-size: 3.2vw;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-birthday .mypage-birthday-month {
    outline: none;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #E0E0E0;
    width: 20%;
    padding: 8px;
    font-size: 3.2vw;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-birthday .mypage-birthday-day {
    outline: none;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #E0E0E0;
    width: 20%;
    padding: 8px;
    font-size: 3.2vw;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-sex input {
    margin-right: 5px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-sex label {
    margin-right: 20px;
    font-size: 3.7vw;
    vertical-align: middle;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-nickname input {
    border: 1px solid #E0E0E0;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    padding: 8px;
    font-size: 3.2vw;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-nickname .mypage-nickname-text {
    font-size: 3.2vw;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-magazine label {
    display: block;
    font-size: 3.7vw;
    vertical-align: middle;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-magazine label input {
    margin-right: 5px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-password .mypage-password-inner {
    position: relative;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-password .mypage-password-inner input {
    position: relative;
    border: 1px solid #E0E0E0;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    padding: 8px;
    font-size: 3.2vw;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-password .mypage-password-inner img {
    position: absolute;
    position: absolute;
    top: 12px;
    right: 12px;
  }
  .mypage .mypage-inner .mypage-table tbody tr td .mypage-password p {
    font-size: 3.2vw;
  }
  .mypage .mypage-inner .mypage-confirm-submit {
    color: #ffffff;
    background: #DC426A;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    outline: none;
    border: none;
  }
  .mypage .mypage-inner .mypage-confirm-submit img {
    display: inline;
    vertical-align: baseline;
    margin-left: 5px;
  }
  .mypage .mypage-inner .mypage-back {
    margin-bottom: 40px;
  }
  .mypage .mypage-inner .mypage-back a {
    display: block;
    color: #ffffff;
    background: #adadad;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    font-weight: bold;
  }
  .mypage .mypage-inner .mypage-back a img {
    display: inline;
    vertical-align: baseline;
    margin-right: 5px;
  }
  .mypage .mypage-inner .mypage-withdrawal {
    background: #F4F4F4;
    text-align: center;
    width: 100%;
    padding: 15px 0px 5px;
  }
  .mypage .mypage-inner .mypage-withdrawal .mypage-withdrawal-text-first {
    font-size: 3.2vw;
    margin-bottom: 10px;
  }
  .mypage .mypage-inner .mypage-withdrawal .mypage-withdrawal-text-second a {
    font-size: 3.7vw;
  }
  .mypage .mypage-inner .mypage-withdrawal .mypage-withdrawal-text-second a img {
    display: inline;
    vertical-align: baseline;
    margin-left: 5px;
  }

  header {
    margin-top: 0;
  }

  /* sp.css調整 */
  .sub-nav {
    border-bottom: 1px solid #ADADAD;
  }
  .sub-nav ul {
    width: auto !important;
    padding: 0 15px !important;
  }
  .sub-nav ul li {
    width: auto !important;
    color: #444;
    font-size: 12px;
    display: inline-block;
    margin: 0;
    font-weight: normal;
  }
  .sub-nav ul li:after {
    content: ">";
    margin: 3px;
  }
  .sub-nav ul li:last-child:after {
    content: "";
  }
  .sub-nav ul li a {
    display: inline-block !important;
    color: #444;
    font-size: 12px;
  }

  /* sp.css調整 */
  #tab h2 {
    font-size: 20px;
  }
  #tab .tab-area ul li.clicked {
    font-size: 14px;
  }
  .commodityListArea .tab-area ul li.clicked {
    font-size: 14px;
  }
  #tab .tab-area ul li a {
    font-size: 14px;
  }
  .commodityListArea .tab-area ul li a {
    font-size: 14px;
  }
  #top-recommend {
    padding: 0;
    background-color: #fff;
    border: 1px solid #ADADAD;
  }
  .container .row #main #top-recommend .row.cart-area {
    padding: 0;
  }
  #top-recommend .slick-area {
    width: 98%;
  }
  #top-recommend .slick-prev {
    z-index: 10;
    left: -10px;
  }
  #top-recommend .slick-prev:before {
    width: 28px;
    height: 28px;
    background-size: cover;
  }
  #top-recommend .slick-next {
    z-index: 10;
    right: -10px;
  }
  #top-recommend .slick-next:before {
    width: 28px;
    height: 28px;
    background-size: cover;
  }
  #top-recommend .top-product-container {
    max-width: 100%;
  }
  #top-recommend .top-product-container .top-product-area {
    position: relative;
  }
  #top-recommend .top-product-container .top-product-area .main-area .image-block.new:before {
    /* ラベルの色はここで変更 */
  }
  #top-recommend .top-product-container .top-product-area .main-area .image-block.new:after {
    /* 文字色はここで変更 */
  }
  #top-recommend .top-product-container .top-product-area .main-area .ttl-block span.sale img {
    display: inline-block !important;
  }
  #top-recommend .top-product-container .top-product-area .main-area .image-block .favorite {
    width: 30px;
    height: 30px;
  }

  /* top-recommend */
  #search-results .product-container {
    padding: 10px 0;
    margin: 0 15px;
  }
  #search-results .product-container,
  #search-results.results-mypage .product-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #search-results .product-container-frame {
    border-right: none;
    /*padding: 10px 8px 0px 8px;*/
    margin: 0 0;
  }
  #search-results .product-container .product-area .main-area .ttl-block {
    padding-right: 0;
  }
  #top-recommend .top-product-container .top-product-area {
    padding: 20px 10px 10px;
  }
  #top-recommend .top-product-container .top-product-area .main-area .ttl-block span.sale img,
  #search-results .product-container .product-area .main-area .ttl-block span.sale img {
    display: inline-block !important;
    max-width: 180px;
  }
  #search-results .product-container .product-area .check-area .check-block:nth-child(even) {
    border-left: 1px solid #ADADAD;
    border-top: none;
  }
  #search-results .product-container .product-area .check-area .check-block p.limited .limited-price {
    display: inline-block;
  }
  #search-results .product-container .product-area .check-area .check-block p.limited .limited-price:before {
    content: "▶︎";
    color: #ADADAD;
    margin: 0 5px;
    vertical-align: text-bottom;
    font-size: 10px;
  }

  /* search-results */
  .page p.number {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .page ul li {
    margin: 0 3px;
    min-width: 40px;
    height: 40px;
  }

  #recommend h3 {
    font-size: 20px;
  }

  #cat-recommend {
    background-color: #fff;
    margin-top: 0;
    padding-top: 30px;
  }
  #cat-recommend h3 {
    font-size: 20px;
  }
  #cat-recommend .slick-area {
    width: 90%;
  }
  #cat-recommend .slick-area .slider .cat-recommend-container a {
    /*border: 1px solid #ADADAD;*/
  }
  #cat-recommend .slick-area .slider .slick-prev {
    left: -20px;
    z-index: 9999;
  }
  #cat-recommend .slick-area .slider .slick-prev:before {
    width: 28px;
    height: 28px;
    background-size: cover;
  }
  #cat-recommend .slick-area .slider .slick-next {
    right: -20px;
    z-index: 9999;
  }
  #cat-recommend .slick-area .slider .slick-next:before {
    width: 28px;
    height: 28px;
    background-size: cover;
  }

  /*

  | PRODUCT DETAILS

  */
  .product-details {
    margin-top: 0px; /**/
  }
  .product-details .row {
    margin-left: 0;
    margin-right: 0;
  }
  .product-details .product-details-area .details-slider .slick-prev {
    left: 0px;
  }
  .product-details .product-details-area .details-slider .slick-prev:before {
    content: '';
    background: url("../assets/detail01_2x.2d8b46.png");
    background-size: cover;
    width: 36px;
    height: 36px;
    display: block;
    opacity: 1 !important;
  }
  .product-details .product-details-area .details-slider .slick-next {
    right: 10px;
  }
  .product-details .product-details-area .details-slider .slick-next:before {
    content: '';
    background: url("../assets/detail02_2x.86453b.png");
    background-size: cover;
    width: 36px;
    height: 36px;
    display: block;
    opacity: 1 !important;
  }
  .product-details .product-details-area .image-block {
    position: relative;
    overflow: hidden;
    /* margin: 0 0 40px; #3390 margin: 0 0 40px; → margin: 0 0 15px; */
    margin: 0 0 15px;
    padding: 0;
  }
  /* B2CEC-1641 【UI改善】商品詳細調整③ ssato add 20241031 start */
  .product-details .product-details-area .details-sdetails-sliderlider.sp {
    margin-bottom: 5px;
  }
  /* B2CEC-1641 【UI改善】商品詳細調整③ ssato add 20241031 end */
  .product-details .product-details-area .image-block img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 230px;
  }
  .product-details .product-details-area .image-block.new .gallery-top:before {
    content: "";
    top: 0px;
    left: 0px;
    border-bottom: 4em solid transparent;
    border-left: 3.5em solid #DFC023;
    /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
  }
  .product-details .product-details-area .image-block.new .gallery-top:after {
    color: #fff;
    /* 文字色はここで変更 */
    content: "NEW";
    display: block;
    top: 14px;
    transform: rotate(-45deg);
    font-size: 14px;
    font-weight: bold;
    left: 3px;
    position: absolute;
    z-index: 101;
  }
  .product-details .product-details-area .product-details-area-inner {
    padding: 0px;
  }
  .product-details .product-details-area .ttl-block span.sale {
    display: inline-block;
    margin-bottom: 5px;
    width: 150px;
  }
  .product-details .product-details-area .ttl-block span.sale img {
    width: 100%;
  }
  .product-details .product-details-area .ttl-block h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  .product-details .product-details-area .ttl-block .block {
    font-size: 12px;
  }
  .product-details .product-details-area .ttl-block .block .remain p {
    float: left;
    font-weight: 300;
    margin: 0 10px 5px 0; /**/
    font-size: 12px;
  }
  .product-details .product-details-area .ttl-block .block .quantity p {
    padding: 5px;
  }
  .product-details .product-details-area .ttl-block .block .star p {
    float: right;
    font-weight: 300;
    color: #FFA700;
    margin: -2px 0 0px; /**/
    font-size: 20px;
  }
  .product-details .product-details-area .ttl-block .block .star p span {
    color: #444;
    font-size: 12px;
  }
  .product-details .product-details-area .ttl-block .block .other-label {
    clear: both;
    margin-bottom: 10px;
  }
  .product-details .product-details-area .ttl-block .block .other-label .other-label-icon {
    display: inline-block;
    height: 15px;
  }
  .product-details .product-details-area .ttl-block .block .other-label .other-label-icon img {
    height: 100%;
  }
  .product-details .product-details-area .ttl-block .block .other-label .other-label-icon-question {
    display: block;
    text-align: right;
    margin: 15px 0px 10px 0px; /**/
  }
  .product-details .product-details-area .ttl-block .block .other-label .other-label-icon-question img {
    vertical-align: middle;
    margin: 0px 0px 3px 0px;
    display: inline;
  }
  .product-details .product-details-area .ttl-block .block .other-label .other-label-icon-question span {
    font-size: 14px;
    color: #ADADAD;
    font-weight: bold;
    display: inline;
  }
  .product-details .product-details-area .ttl-block .block .code {
    margin-bottom: 20px;
  }
  .product-details .product-details-area .ttl-block .block .code .code-table-wrap {
    padding: 0px;
  }
  .product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table01 {
    width: 100%;
    border: 1px solid #ADADAD;
    font-size: 14px;
  }
  .product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table01 tr {
    border-bottom: 1px solid #ADADAD;
  }
  .product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table01 tr th {
    width: 20%;
    background-color: #F4F4F4;
    padding: 10px;
  }
  .product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table01 tr td {
    width: 30%;
    padding: 10px;
  }
  .product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table02 {
    width: 100%;
    font-size: 14px;
  }
  .product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table02 tr {
    border-bottom: 1px solid #ADADAD;
  }
  .product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table02 tr th {
    width: 20%;
    background-color: #F4F4F4;
    padding: 10px;
  }
  .product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table02 tr td {
    width: 50%;
    padding: 10px;
    line-height: 1;
  }
  .row-product-details .product-details .product-details-area .ttl-block .block .code .code-table-wrap .code-table02 tr th {
    width: 50%;
    line-height: 1;
  }
  .product-details .product-details-area .ttl-block .block .detail-text p {
    line-height: 1.5;
    margin-bottom: 10px;
    color: #DC426A;
    font-size: 12px;
  }
  .product-details .product-details-area .product-details-table01-wrap {
    background: #F4F4F4;
    padding: 15px 0px;
    margin-bottom: 40px;
  }
  .product-details .product-details-area .product-details-table01-wrap .product-details-table01 {
    font-size: 14px;
    width: 90%;
  }
  .product-details .product-details-area .product-details-table01-wrap .product-details-table01 tbody tr th {
    white-space: nowrap;
    vertical-align: middle;
    border-right: 0px;
    border-bottom: 1px solid #ADADAD;
    padding: 10px 0px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
  }
  .product-details .product-details-area .product-details-table01-wrap .product-details-table01 tbody tr td {
    padding: 10px 0px;
  }
  .product-details .product-details-area .product-details-table01-wrap .product-details-table01 tbody tr td span {
    margin-right: 20px;
  }
  .product-details .product-details-area .product-details-table01-wrap .product-details-table01 tbody tr td a {
    color: #DC426A;
    text-decoration: underline;
    margin: 10px 0px 0px 0px;
    display: block;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-button01 {
    width: 100%;
    cursor: pointer;
    margin: 0px auto 50px;  /* B2CEC-780 update */
    font-weight: bold;
    padding: 16px 0px 0; /**/
    font-size: 14px;
    border: none;
    color: #ADADAD;
    text-align: center;
    display: block;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-button01 img {
    display: inline;
    vertical-align: middle;
    margin: 0px 2px;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-button01 .detail-delivery-button-img {
    transform: 0deg;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-button02 a {
    width: 400px;
    margin: 30px auto 20px;
    font-weight: bold;
    padding: 10px 0px;
    font-size: 12px;
    background: #ADADAD;
    color: #ffffff;
    text-align: center;
    display: block;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-button02 a img,
  .product-details .product-details-area .detail-delivery .detail-delivery-payment a img {
    display: inline;
    vertical-align: middle;
    margin: 0px 5px;
  }
  @media (max-width: 767px) {
    .product-details .product-details-area .detail-delivery .detail-delivery-button02 a {
      width: 100%;
      margin: 30px auto 20px;
      font-weight: bold;
      padding: 10px 0px;
      font-size: 12px;
      background: #ADADAD;
      color: #ffffff;
      text-align: center;
      display: block;
    }
    .product-details .product-details-area .detail-delivery .detail-delivery-payment a {
      width: 100%;
      margin: 30px auto;
      font-weight: bold;
      padding: 20px 0px;
      font-size: 12px;
      background: #DC426A;
      color: #ffffff;
      text-align: center;
      display: block;
    }
  }
  @media(max-width: 767px) {
    .prev-next-buttonarea .prev {
      min-width: 153px;
    }
    .prev-next-buttonarea .next {
      min-width: 153px;
    }
  }

  @media(max-width: 351px) {
    .page ul li {
      margin: 0 3px;
      min-width: 35px;
      height: 35px;
    }
    .prev-next-buttonarea .prev {
      min-width: 137px;
    }
    .prev-next-buttonarea .next {
      min-width: 137px;
    }
  }

  @media(max-width: 320px) {
    .page ul li {
      margin: 0 3px;
      min-width: 30px;
      height: 30px;
    }
    .prev-next-buttonarea .prev {
      min-width: 120px;
    }
    .prev-next-buttonarea .next {
      min-width: 120px;
    }
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-wrap {
    display: none;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-table-sp {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-table-sp tr {
    border-top: 1px solid #ADADAD;
    border-left: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-table-sp tr th {
    width: 100%;
    display: block;
    border-right: 1px solid #ADADAD;
    background: #F4F4F4;
    padding: 10px;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-table-sp tr th p {
    float: left;
    margin-top: 0px;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-table-sp tr th span a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #DC426A;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-table-sp tr th span a img {
    display: inline;
    vertical-align: middle;
    margin: 0px 0px 2px 5px;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-table-sp tr td {
    border-right: 1px solid #ADADAD;
    padding: 10px;
    width: 100%;
    display: block;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-table-sp tr td img {
    height: 20px;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-table-sp tr td span {
    font-weight: bold;
    color: #BA0000;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-text {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .product-details .product-details-area .detail-delivery .detail-delivery-text img {
    display: inline;
    height: 15px;
    vertical-align: middle;
  }
  .product-details .product-details-area .detail-point {
    margin: 50px 0px 20px 0px;
    /*
    margin-top: 80px;
    margin: 80px 0px 40px 0px;
    */
  }
  .product-details .product-details-area .detail-point .detail-point-title01 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-left: 5px solid #DC426A;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .product-details .product-details-area .detail-point .detail-point-text01 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .product-details .product-details-area .detail-point .detail-point-text02 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .product-details .product-details-area .detail-point .detail-point-button01,
  .detail-review .detail-point-open,
  .detail-review .detail-point-close {
    width: 100%;
    cursor: pointer;
    margin: 0px auto 0; /**/
    font-weight: bold;
    padding: 16px 0px 12px;
    font-size: 16px;
    border: none;
    color: #ADADAD;
    text-align: center;
    display: block;
  }
  .product-details .product-details-area .detail-point .detail-point-button01 img {
    display: inline;
    vertical-align: middle;
    margin: 0px 2px;
  }
  .product-details .product-details-area .detail-point .detail-point-button01 .detail-delivery-button-img {
    transform: 0deg;
  }
  .product-details .product-details-area .detail-point .detail-point-wrap {
    display: none;
  }
  .product-details .detail-review {
    background: #FDF4F6;
    padding: 20px 15px; /**/
    margin: 0px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-bottom: 0;
  }
  .product-details .detail-review .detail-title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-left: 5px solid #DC426A;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  .product-details .detail-review .detail-post {
    text-align: center;
    width: 100%;
    margin: 0px auto 0px;
  }
  .product-details .detail-review .detail-post p {
    width: 100%;
    background: #DC426A;
    display: inline-block;
    font-weight: bold;
    border: none;
    font-size: 16px;
    color: #ffffff;
    padding: 15px 20px 13px;
    border-radius: 4px; /* #7437 add */
    line-height: 1;
  }
  .product-details .detail-review .detail-post p .icon-sp {
    display: none;
  }
  .product-details .detail-review .detail-review-box {
    padding: 15px 0px; /**/
    /* border-bottom: 1px solid #ADADAD; */
  }
  .product-details .detail-review .detail-review-box:last-child {
    border-bottom: none;
  }
  .product-details .detail-review .detail-review-box .review-box-icon {
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-details .detail-review .detail-review-box .review-box-title {
    padding: 0px;
  }
  .product-details .detail-review .detail-review-box .review-box-title h3 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 5px;
  }
  .product-details .detail-review .detail-review-box .review-box-title .star p {
    font-size: 15px;
    color: #FFA700;
  }
  .product-details .detail-review .detail-review-box .review-box-title .star p span {
    font-size: 12px;
    color: #000000;
  }
  .product-details .detail-review .detail-review-box .review-box-text {
    background: #ffffff;
    padding: 15px;
  }
  .product-details .detail-review .detail-review-box .review-box-text h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .product-details .detail-review .detail-review-box .review-box-text h4 time {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    display: inherit;
    margin: -12px 0px 0px 0px;
  }
  .product-details .detail-review .detail-review-box .review-box-text p {
    line-height: 1.5;
    font-size: 14px;
  }
  .product-details .detail-review .detail-review-box-last {
    border: none;
    padding-bottom: 15px;
  }

  /*

  | PRODUCT DETAILS SIDE

  */
  .product-details-side {
    width: 100%;
    padding: 0; /**/
  }
  .product-details-side .product-details-side-inner {
    margin-top: 0; /**/
    background: #F5F6F5;
    padding: 30px;
  }
  .product-details-side .product-details-side-inner .limited-block {
    padding: 0;
    margin-bottom: 20px;
  }
  .product-details-side .product-details-side-inner .limited-block p {
    color: #BA0000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-top: 3px solid;
    border-bottom: 3px solid;
    padding: 10px 0;
  }
  .product-details-side .product-details-side-inner .check-area {
    margin: 0px 0px 10px 0px;
  }
  .product-details-side .product-details-side-inner .check-area .check-block {
    border: 1px solid #ADADAD;
    padding-left: 0;
    padding-right: 0;
    background: #ffffff;
  }
  .product-details-side .product-details-side-inner .check-area .check-block label {
    padding: 5px 10px; /**/
    width: 100%;
  }
  .product-details-side .product-details-side-inner .check-area .check-block:nth-child(even) {
    border-top: none;
  }
  .product-details-side .product-details-side-inner .check-area .check-block input {
    /*
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
    */
  }
  .product-details-side .product-details-side-inner .check-area .check-block .check {
    display: none;
  }
  .product-details-side .product-details-side-inner .check-area .check-block .check + .checkbox-icon {
    position: relative;
    vertical-align: middle;
  }
  .product-details-side .product-details-side-inner .check-area .check-block .check + .checkbox-icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ADADAD;
    border-radius: 50%;
  }
  .product-details-side .product-details-side-inner .check-area .check-block .check + .checkbox-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .product-details-side .product-details-side-inner .check-area .check-block .check:checked + .checkbox-icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ADADAD;
    border-radius: 50%;
  }
  .product-details-side .product-details-side-inner .check-area .check-block .check:checked + .checkbox-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #DC426A;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .product-details-side .product-details-side-inner .check-area .check-block p {
    margin-left: 30px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
  }
  .product-details-side .product-details-side-inner .check-area .check-block p span.type {
    display: block;
  }
  .product-details-side .product-details-side-inner .check-area .check-block p span.price {
    font-size: 16px;
    display: inline-block;
  }
  .product-details-side .product-details-side-inner .check-area .check-block p span.tax {
    display: inline-block;
  }
  .product-details-side .product-details-side-inner .check-area .check-block p.limited .normal-price span.price {
    text-decoration: line-through;
  }
  .product-details-side .product-details-side-inner .check-area .check-block p.limited .normal-price span.tax {
    display: none;
  }
  .product-details-side .product-details-side-inner .check-area .check-block p.limited .limited-price {
    display: inline-block;
  }
  .product-details-side .product-details-side-inner .check-area .check-block p.limited .limited-price:before {
    content: "▶︎";
    color: #ADADAD;
    margin: 0 5px;
    vertical-align: text-bottom;
    font-size: 10px;
  }
  .product-details-side .product-details-side-inner .check-area .check-block p.limited .limited-price span.price {
    font-size: 16px;
    color: #BA0000;
  }
  .product-details-side .product-details-side-inner .check-area .check-block p.limited .limited-price span.tax {
    color: #BA0000;
  }
  .product-details-side .product-details-side-inner .cart-area {
    margin: 0px;
  }
  .container .row #main .mypage .row {
    padding: 0;
  }
  .container .row #main .row.cart-area {
    padding: 0 0 0; /**/
  }
  .container .row #main .mypage .row.cart-area,
  .container .row #main .special .row.cart-area {
    padding: 0;
  }
  .container .row #main .yoridori .row.cart-area {
    padding: 0 0 30px;
  }
  .product-details-side .product-details-side-inner .cart-area .number-block {
    padding-left: 0;
    position: relative;
  }
  .product-details-side .product-details-side-inner .cart-area .number-block:before {
    z-index: 1;
    content: "";
    position: absolute;
    background-image: url("../assets/icon_down.23250c.png");
    right: 0;
    top: 50%;
    font-size: 14px;
    margin-top: -9px;
    margin-right: 20px;
    height: 20px;
    width: 20px;
  }
  .product-details-side .product-details-side-inner .cart-area .number-block select {
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background-color: #F4F4F4;
    border: 1px solid #ADADAD;
    vertical-align: middle;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding-left: 7px;
    border-radius: 0;
  }
  .product-details-side .product-details-side-inner .cart-area .number-block select option {
    background-color: #fff;
    color: #333;
  }
  .product-details-side .product-details-side-inner .cart-area .number-block select::-ms-expand {
    display: none;
  }
  .product-details-side .product-details-side-inner .cart-area .number-block select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
  }
  .product-details-side .product-details-side-inner .cart-area .cart-block {
    margin-bottom: 20px;
    background-color: #DC426A;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    /*
    &:hover{
        background-color: $red2;
        @include transition;
    }
    */
  }
  .product-details-side .product-details-side-inner .cart-area .cart-block a {
    white-space: nowrap;
    padding: 10px 0px 5px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
  }
  .product-details-side .product-details-side-inner .cart-area .cart-block a img {
    vertical-align: middle;
    display: inline-block !important;
  }
  .product-details-side .product-details-side-inner .sns-area {
    margin: 0;
    padding: 0 0 0; /**/
    border-top: 1px solid #ADADAD;
  }
  .product-details-side .product-details-side-inner .sns-area .sns-title p {
    padding: 10px 0px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #ADADAD;
  }
  .product-details-side .product-details-side-inner .sns-area .sns-icon img {
    vertical-align: middle;
    display: inline;
  }
  .product-details-side .product-details-side-inner .sns-area .sns-favorite {
    text-align: right;
    padding: 0px;
    margin-top: -5px;
  }
  .product-details-side .product-details-side-inner .sns-area .sns-favorite img {
    vertical-align: middle;
  }
  /* 文字数制限 */
  .text-collapse-box {
    height: calc(24px * 6);
  }
  .text-collapse-box.is-text-collapsed::before {
    width: 4.7em;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
  }

  /*

  | DESTINATION

  */
  .destination {
    margin: 30px auto 10px;
    background: none;
    padding: 0px;
    width: 100%;
  }
  .destination .destination-inner {
    width: 100%;
    margin: auto;
  }
  .destination .destination-inner .destination-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .destination .destination-inner .destination-text01 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .destination .destination-inner .destination-text02 {
    font-size: 12px;
    margin: 0 0 20px;
    text-align: center;
  }
  .destination .destination-inner .destination-delivery-text {
    font-weight:bold;
    font-size: 16px;
    margin:0px 0px -10px 0px;
    text-align: center;
  }
  .destination .destination-inner .destination-box02 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .destination .destination-inner .destination-box02 .destination-box02-left {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .destination .destination-inner .destination-box02 .destination-box02-left a {
    width: 100%;
    padding: 16px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background: #E8AD27;
  }
  .destination .destination-inner .destination-box02 .destination-box02-left a img {
    display: inline;
    vertical-align: baseline;
    padding-left: 2px;
  }
  .destination .destination-inner .destination-box02 .destination-box02-left2 {
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .destination .destination-inner .destination-box02 .destination-box02-left2 a {
    width: 100%;
    padding: 16px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background: #E8AD27;
  }
  .destination .destination-inner .destination-box02 .destination-box02-center a {
    width: 100%;
    padding: 16px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background: #E090A5;
  }
  .destination .destination-inner .destination-box02 .destination-box02-left2 a img {
    display: inline;
    vertical-align: baseline;
    padding-left: 2px;
  }
  .destination .destination-inner .destination-box02 .destination-box02-right {
    padding-left: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .destination .destination-inner .destination-delivery .destination-box02-right {
    padding-left: 10px;
    margin-bottom: 0;
    padding-right: 10px;
  }
  .destination .destination-inner .destination-delivery .destination-box02-right {
    padding-left: 10px;
    margin-bottom: 0;
    padding-right: 10px;
  }
  .destination .destination-inner .destination-box02 .destination-box02-right a {
    width: 100%;
    padding: 16px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background: #E090A5;
  }
  .destination .destination-inner .destination-box02 .destination-box02-right a img {
    display: inline;
    vertical-align: baseline;
    padding-left: 2px;
  }
  .destination .destination-inner .destination-box02 .destination-box02-right2 {
    padding-left: 10px;
    margin-bottom:0px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .destination .destination-inner .destination-delivery .destination-box02-right2 {
    padding-left: 10px;
    margin-bottom: 0;
    padding-right: 10px;
  }
  .destination .destination-inner .destination-box02 .destination-box02-right2 a {
    width: 100%;
    padding: 16px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background: #E090A5;
  }
  .destination .destination-inner .destination-box02 .destination-box02-right3 {
    padding-left: 10px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
  }
  .destination .destination-inner .destination-delivery .destination-box02-right3 {
    padding-left: 10px;
    margin-bottom: 0;
    padding-right: 10px;
  }
  .destination .destination-inner .destination-box02 .destination-box02-right3 a {
    width: 100%;
    padding: 16px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    /* background: #C0C0C0; */
    background: #279D5C;
  }
  .cart-destination .destination-inner .destination-box02 .destination-box02-right,
  .cart-destination .destination-inner .destination-box02 .destination-box02-right2,
  .cart-destination .destination-inner .destination-box02 .destination-box02-right3,
  .cart-destination .destination-inner .destination-box02 .destination-box02-left,
  .cart-destination .destination-inner .destination-box02 .destination-box02-left2 {
    padding-left: 10px;
    margin-bottom: 0;
    padding-right: 10px;
  }
  .member-registration-area .destination-inner .destination-box02 {
    width: 100%;
    margin: 0;
  }
  .member-registration-area .destination-inner .destination-box02 .destination-box02-right,
  .member-registration-area .destination-inner .destination-box02 .destination-box02-right2,
  .member-registration-area .destination-inner .destination-box02 .destination-box02-right3,
  .member-registration-area .destination-inner .destination-box02 .destination-box02-left,
  .member-registration-area .destination-inner .destination-box02 .destination-box02-left2 {
  padding: 0;
  }
  .delivery {
    width: 100%;
    margin: auto;
  }
  .delivery .delivery-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .delivery .delivery-text {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .delivery .delivery-area {
    margin-left: -10px;
    margin-right: -10px;
  }
  .delivery .delivery-area .delivery-box {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 20px;
  }
  .delivery .delivery-area .delivery-box img,
  .delivery .delivery-area .delivery-box a img {
    margin: 0 auto 10px;
    width: 100%;
  }
  .delivery .delivery-area .delivery-box p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
  }
  .delivery .delivery-area .delivery-box a p {
    padding: 5px 0px;
    font-size: 14px;
    font-weight: bold;
  }
  .delivery .delivery-area-wrap {
    width: 100%;
    margin: auto;
  }
  .delivery .delivery-area-wrap .delivery-area02 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .delivery .delivery-area-wrap .delivery-area02 .delivery-box02 {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 20px;
  }
  .delivery .delivery-area-wrap .delivery-area02 .delivery-box02 img,
  .delivery .delivery-area-wrap .delivery-area02 .delivery-box02 a img {
    margin: auto;
    width: 100%;
  }
  .delivery .delivery-area-wrap .delivery-area02 .delivery-box02 a p {
    padding: 5px 0px;
    font-size: 14px;
    font-weight: bold;
  }

  /*

  | CATEGORY

  */
  .category {
    margin: 30px 15px 0px;
  }
  .category .category-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .category .category-text {
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    color: #DC426A;
    margin-top: -45px;
    margin-bottom: 30px;
  }
  .category .category-text img {
    display: inline;
    vertical-align: middle;
    margin-left: 10px;
  }
  .category .category-inner .category-inner-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .category .category-inner .category-inner-title img {
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
  }
  .category .category-inner .category-area {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }
  .category .category-inner .category-area .category-area-box img,
  .category .category-inner .category-area .category-area-box-food img {
    width: 100%;
  }
  .category .category-inner .category-list {
    background: #FDF4F6;
    padding: 30px 20px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }
  .category .category-inner .category-list .category-list-title {
    font-size: 16px;
    padding-left: 15px;
    border-left: 5px solid #DC426A;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .category .category-inner .category-list .category-list-ul li {
    display: inline-block;
    margin: 0px 15px 15px 0px;
    font-size: 12px;
  }
  .category .category-inner .category-list .category-list-ul li a img {
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
  }

  /*

  | EASY

  */
  .easy {
    margin: -20px 15px 0;
  }
  .easy .easy-button {
    text-align: center;
  }
  .easy .easy-button a {
    width: 100%;
    display: inline-block;
    background: #164380;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 15px;
  }
  .easy .easy-button span::after {
    content: '\f2f5';
    font-size: 18px;
  }
}

/*

| PAGETOP

*/
.page-top {
  z-index: 1000;
  position: fixed;
  right: 10px;
  bottom: 15px;
}
.page-top img {
  width: 50px;
}
/* SPフッターとページトップボタンが被らないように調整  #4715 */
@media (max-width: 1070px) {
  .page-top {
    bottom: 65px;
  }
}

/* スマホ用終了 */
/* 40 */
#side .check-area h4 {
  font-weight: bold;
}

/* 42 */
/* 102 */
#tab .tab-area ul {
  border-bottom: 3px solid #E090A5;
  overflow: hidden;
}
#tab .tab-area ul li {
  width: 49.5%;
  font-weight: bold;
}
.commodityListArea .tab-area ul li {
  width: 49.5%;
  font-weight: bold;
}
#tab .tab-area ul li.clicked {
  border-bottom: none;
}
#tab .tab-area ul li:first-child {
  float: left;
}
#tab .tab-area ul li:last-child {
  float: right;
  background-color: #E090A5;
}
.commodityListArea .tab-area ul li:last-child {
  float: right;
  background-color: #E090A5;
}
#tab .tab-area ul li a {
  background-color: #FDF4F6;
  border-bottom: none;
}
.commodityListArea .tab-area ul li a {
  background-color: #FDF4F6;
  border-bottom: none;
}
#tab .sort-area .right .select-icon {
  color: #DC426A;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

/* 67 */
#search-results .product-container .product-area .check-area .check-block .check:checked + .checkbox-icon:before,
#search-results .product-container .product-area .check-area .check-block .check + .checkbox-icon:before,
#top-recommend .top-product-container .top-product-area .check-area .check-block .check:checked + .checkbox-icon:before,
#top-recommend .top-product-container .top-product-area .check-area .check-block .check + .checkbox-icon:before {
  left: 14px;
  top: 50%;
  margin-top: -8px;
}

#search-results .product-container .product-area .check-area .check-block .check:checked + .checkbox-icon:after,
#search-results .product-container .product-area .check-area .check-block .check + .checkbox-icon:after,
#top-recommend .top-product-container .top-product-area .check-area .check-block .check:checked + .checkbox-icon:after,
#top-recommend .top-product-container .top-product-area .check-area .check-block .check + .checkbox-icon:after {
  left: 17px;
  top: 50%;
  margin-top: -5px;
}

#search-results .product-container .product-area .check-area .check-block .check + label,
#top-recommend .top-product-container .top-product-area .check-area .check-block .check + label {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#search-results .product-container .product-area .check-area .check-block .check:checked + label,
#top-recommend .top-product-container .top-product-area .check-area .check-block .check:checked + label,
#top-recommend .top-product-container .top-product-area .top-check-area .check-block .check:checked + label {
  background-color: #FDF4F6;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* 73 */
#top-recommend .top-product-container .top-product-area .cart-area .number-block select {
  height: 44px;
}

#search-results .product-container .product-area .cart-area .number-block select {
  height: 44px;
}

/* 81 */
#tab .sort-area .right select {
  color: #DC426A;
}

/* 97 */
#search-results .product-container .product-area .cart-area .cart-block a img {
  width: 20px;
  height: 20px;
}

#top-recommend .top-product-container .top-product-area .cart-area .cart-block a img {
  width: 20px;
  height: 20px;
}

/* 99 */
#cat-recommend {
  margin: 50px -15px 0 -15px;
}

/* 83,38,39 */
#search-results .product-area .main-area {
  z-index: 1;
}
#search-results .product-area .sale {
  z-index: 2;
}
#top-recommend .top-product-area .favorite,
#search-results .product-area .favorite {
  position: absolute;
  z-index: 3;
  top: 110px;
  left: 32%;
}
/* 767px以下 */
@media (max-width: 767px) {
  #top-recommend .top-product-area .favorite,
  #search-results .product-area .favorite {
    top: 101px;
  }
  /* クーポンエントリー機能対応 ↓ */
  #search-results .product-container .product-area .main-area .image-block img.coupon-icon{
      margin: 5px auto 0;
  }
  /* クーポンエントリー機能対応 ↑ */
}
/* iPhoneSE */
@media (max-width: 320px) {
  #top-recommend .top-product-container .top-product-area .main-area .image-block .image-block-main {
    width: 90px;
  }
  #search-results .product-container .product-area .main-area .image-block .image-block-main {
    width: 100px;
  }
  #top-recommend .top-product-area .favorite,
  #search-results .product-area .favorite {
    top: 86px;
  }
}
#top-recommend .top-product-area .main-area {
  z-index: 1;
}
#top-recommend .top-product-area .sale {
  z-index: 2;
}

/* 54 */
#cat-recommend .cat-recommend-ttl span {
 display: inline-block;
}

/* 72 */
h2.top-recommend-ttl2 {
  font-size: 18px;
  font-weight: normal;
  border-left: 5px solid #dc426a;
  line-height:1.4;
  padding-left:10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
h2.top-recommend-ttl2.under {
  /*
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  */
  font-weight: normal;
}
@media (max-width: 767px) {
  h2.top-recommend-ttl2.under {
    border: none;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
  }
}

/* ↓ #5628 */
h2.top-recommend-ttl2-addcart {
  font-size: 18px;
  font-weight: bold;
  /*border-left: 5px solid #dc426a;*/
  line-height:1.4;
  /*padding-left:10px;*/
  margin-top:15px;
  margin-bottom:20px;
  text-align: center;
}
h2.top-recommend-ttl2-addcart.under {
  font-weight: normal;
}
/* ↑ #5628 */
/* ↓ #5699 #7229 */
h2#width-check-recommend10,
h2#width-check-recommend3,
h2#width-check-recommend13,
h2#width-check-recommend14,
h2#width-check-recommend15,
h2#width-check-recommend16 {
  width: auto;
}
/* ↑ #5699 */
@media (max-width: 767px) {
  h2.top-recommend-ttl2 {
    width: auto !important;
    max-width: auto !important;
    margin-left: 3% !important;
    margin-right: 3% !important;
  }
  /* ↓ #5628 */
  h2.top-recommend-ttl2-addcart {
    width: auto !important;
    max-width: auto !important;
    margin-left: 3% !important;
    margin-right: 3% !important;
  }
  /* ↑ #5628 */
}

/* 8 */
header .hd-container .main-hd .right .search-area button {
 width : 30px;
}


/* 767px以下 */
@media (max-width: 767px) {
  /*
  .popularity-category {
    display: none;
  }
  */
  /* /cat-recommend */
  #check-recommend {
    /*display: none;*/
    margin: 0;
    padding-top: 0;
  }
  /* ↓#5628 */
  #check-recommend-addcart {
    margin: 0 0 0 5px;
  }
  /* ↑#5628 */
  #check-recommend.growth_ranking {
    display: none;
  }
  #check-recommend h3 {
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 20px;
    line-height: 1.5em;
  }
  #check-recommend .slick-area {
    width: 95%;
  }
  #check-recommend .slick-area .slider .check-recommend-container a {
    /*border: 1px solid #ADADAD;*/
  }
/*
  #check-recommend .slick-area .slider .slick-prev {
    left: -5px;
    width: 24px;
    height: 24px;
    z-index: 9999;
  }
  #check-recommend .slick-area .slider .slick-prev:before {
    width: 28px;
    height: 28px;
    background-size: cover;
    top: -8px;
    left: 5px;
    position: absolute;
  }
  #check-recommend .slick-area .slider .slick-next {
    right: -5px;
    width: 24px;
    height: 24px;
    z-index: 999;
  }
  #check-recommend .slick-area .slider .slick-next:before {
    width: 28px;
    height: 28px;
    background-size: cover;
    top: -8px;
    left: -9px;
    position: absolute;
  }
*/
  /* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
  #check-recommend_1 {
    /*display: none;*/
    margin: 0;
    padding-top: 30px;
  }
  #check-recommend_1.growth_ranking {
    display: none;
  }
  #check-recommend_1 h3 {
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 20px;
    line-height: 1.5em;
  }
  #check-recommend_1 .slick-area {
    width: 95%;
  }
  #check-recommend_1 .slick-area .slider .check-recommend-container a {
    border: 1px solid #ADADAD;
  }
  #check-recommend_1 .slick-area .slider .slick-prev {
    left: -5px;
    width: 24px;
    height: 24px;
    z-index: 9999;
  }
  #check-recommend_1 .slick-area .slider .slick-prev:before {
    width: 28px;
    height: 28px;
    background-size: cover;
    top: -8px;
    left: 5px;
    position: absolute;
  }
  #check-recommend_1 .slick-area .slider .slick-next {
    right: -5px;
    width: 24px;
    height: 24px;
    z-index: 999;
  }
  #check-recommend_1 .slick-area .slider .slick-next:before {
    width: 28px;
    height: 28px;
    background-size: cover;
    top: -8px;
    left: -9px;
    position: absolute;
  }
  /* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */

}


/**
 * ロード時display非表示ではサイズ計算ができないため
 * ランキング部分はopacityでの非表示化に変更
 */
.tab-content > .tab-pane#tab-ranking-content {
  display: block;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
}
.tab-content > .tab-pane#tab-ranking-content.active {
  display: block;
  opacity: 1;
  z-index: 0;
  pointer-events: auto;
  position: static;
  top: auto; left: auto;
}

/**
 * ランキングスライダーのPC/SP統一化
 * PCにもSPのスタイルを適用
 */
@media (min-width: 768px) {
  .visual-fifth {
    margin: 0 15px;
  }
  .visual-fifth .visual-fifth-container {
    padding-top: 30px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    background: #FDF4F6;
  }
  .visual-fifth .visual-fifth-title01 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 30px;
  }
  .visual-fifth .visual-fifth-title02 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .visual-fifth .visual-fifth-slider {
    padding: 0px 0px 40px;
  }
  .visual-fifth .visual-fifth-slider .slick-slide {
    margin: 0px 10px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap {
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    background: #ffffff;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-wrap-title {
    text-align: center;
    padding: 15px 0px;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-weight: bold;
    background: #E090A5;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box {
    border-bottom: 1px solid #D0D0D0;
    margin: 0px;
    padding: 20px 15px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a {
    display: block;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-left {
    padding: 0px;
    position: relative;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-left .rank {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 30px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-left .image {
    width: 100px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-right h5 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0px auto 5px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-right p {
    font-size: 16px;
    text-align: right;
    font-weight: bold;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-right p span {
    font-weight: normal;
    font-size: 12px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-prev-next {
    font-size: 3.7vw;
    margin: 0px;
    padding: 0px 15px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-prev-next .visual-fifth-slider-prev {
    text-align: left;
    color: #ADADAD;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-prev-next .visual-fifth-slider-prev img {
    display: inline;
    vertical-align: middle;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-prev-next .visual-fifth-slider-next {
    text-align: right;
    color: #ADADAD;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-prev-next .visual-fifth-slider-next img {
    display: inline;
    vertical-align: middle;
  }

  .visual-sixth {
    margin: 60px 15px 50px;
    background-color: #fdf4f6;
  }
  .visual-sixth .visual-sixth-container {
    padding-top: 30px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }
  .visual-sixth .visual-sixth-title01 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .visual-sixth .visual-sixth-title02 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .visual-sixth .visual-sixth-slider {
    padding: 0px 0px 40px;
  }
  .visual-sixth .visual-sixth-slider .slick-slide {
    margin: 0px 10px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap {
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    background: #ffffff;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-wrap-title {
    text-align: center;
    padding: 15px 0px;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-weight: bold;
    background: #E090A5;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box {
    border-bottom: 1px solid #D0D0D0;
    margin: 0px;
    padding: 20px 15px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a {
    display: block;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-left {
    padding: 0px;
    position: relative;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-left .rank {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 30px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-left .image {
    width: 100px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-right h5 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0px auto 5px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-right p {
    font-size: 16px;
    text-align: right;
    font-weight: bold;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-right p span {
    font-weight: normal;
    font-size: 12px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box:last-child {
    border: none;
  }

  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next {
    font-size: 3.7vw;
    margin: 0px;
    padding: 0px 15px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next .visual-sixth-slider-prev {
    text-align: left;
    color: #ADADAD;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next .visual-sixth-slider-prev img {
    display: inline;
    vertical-align: middle;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next .visual-sixth-slider-next {
    text-align: right;
    color: #ADADAD;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next .visual-sixth-slider-next img {
    display: inline;
    vertical-align: middle;
  }


  /* スライダー内容がmain幅に収まらない */
  #main,
  .products-recommend {
    overflow: hidden;
  }
  .visual-fifth .visual-fifth-container,
  .visual-sixth .visual-sixth-container {
    max-width: 100%;
    margin: 0;
  }

  /* スライダーのnext/prevボタン */
  .visual-fifth .slick-prev,
  .visual-sixth .slick-prev,
  .visual-fifth .slick-next,
  .visual-sixth .slick-next {
    z-index: 50;
    color: white;
    background-color: #164380;
    border-radius: 100%;
    width: 36px;
    height: 36px;
  }
  .visual-fifth .slick-prev:hover,
  .visual-sixth .slick-prev:hover,
  .visual-fifth .slick-next:hover,
  .visual-sixth .slick-next:hover {
    background-color: #164380;
  }
  .visual-fifth .slick-prev:before,
  .visual-sixth .slick-prev:before,
  .visual-fifth .slick-next:before,
  .visual-sixth .slick-next:before {
    opacity: 1;
    font-size: 10px;
  }
  .visual-fifth .slick-prev:hover:before,
  .visual-sixth .slick-prev:hover:before,
  .visual-fifth .slick-next:hover:before,
  .visual-sixth .slick-next:hover:before {
    opacity: .75;
  }
  .visual-fifth .slick-prev,
  .visual-sixth .slick-prev {
    left: 25px;
  }
  .visual-fifth .slick-next,
  .visual-sixth .slick-next {
    right: 25px;
  }
  .visual-fifth .slick-prev:before,
  .visual-sixth .slick-prev:before {
    content: "◀︎";
  }
  .visual-fifth .slick-next:before,
  .visual-sixth .slick-next:before {
    content: "▶︎";
  }
}
.visual-fifth-slider,
.visual-sixth-slider {
  opacity: 0;
}
.visual-fifth-slider.slick-initialized,
.visual-sixth-slider.slick-initialized {
  opacity: 1;
}

/* 最大幅になった場合3カラム以上は非表示処理 */
@media (min-width: 1351px) {
  .visual-fifth .slick-list,
  .visual-sixth .slick-list {
    width: 88%;
    margin: 0 auto;
  }
}
@media(max-width: 1200px) {
  .products-recommend {
    width: 100%;
    padding: 0;
  }
}
@media(max-width: 767px) {
  .products-recommend {
    padding: 0;
  }
}


/** -------------------------
 * レコメンド関連
 ------------------------- */

/**
 * #490
 * スライドの各アイテム幅を190px固定
 * (200px - (padding 5px * 2))
 */
.recommend .slick-area {
  max-width: 1200px;
}
.recommend .slick-slide {
  /*width: 200px;*/
  width: 156px;
  margin: 0 9px;

  border: 1px solid #bababa;
  border-radius: 5px;
  box-sizing: border-box;
}
/*
.recommend .swiper-container {
  max-width: 1200px;
}
*/
.recommend .swiper-slide {
  /*width: 200px;*/
  width: 156px;
  margin: 0 9px;
  border: 1px solid #bababa;
  border-radius: 5px;
  box-sizing: border-box;
}
.products-recommend .recommend .swiper-slide {
  /*width: 200px;*/
  width: 156px;
  margin: 0 5px;
  border: 1px solid #bababa;
  border-radius: 5px;
  box-sizing: border-box;
}

/* ↓#5628 */
.recommend-addcart .swiper-slide {
  /*width: 156px;*/
  width: 140px;
  margin: 0 3px;

  border: 1px solid #bababa;
  border-radius: 5px;
  box-sizing: border-box;
}
/* ↑#5628 */
/* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
.recommend_1 .slick-area {
  max-width: 1000px;
}
.recommend_1 .slick-slide {
  width: 200px;
}
/* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
/**
 * #490 各種トップ・マイページ（3カラム）
 * ウィンドウ幅1610px未満は4つ
 */
@media (max-width: 1610px) {
  .recommend .slick-area.sm {
    /*max-width: 800px;*/
    max-width: 1200px;
  }
  /* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
  .recommend_1 .slick-area.sm {
    max-width: 800px;
  }
  /* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
}
/**
 * 1380px未満は3つ
 */
@media (max-width: 1380px) {
  .recommend .slick-area.sm {
    /*max-width: 600px;*/
    max-width: 1026px;
  }
  /* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
  .recommend_1 .slick-area.sm {
    max-width: 600px;
  }
  /* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
}
/**
 * 1150px未満は2つ
 */
@media (max-width: 1200px) {
  .recommend .slick-area.sm {
    /*max-width: 400px;*/
    max-width: 852px;
  }
  /* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
  .recommend_1 .slick-area.sm {
    max-width: 400px;
  }
  /* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
}
/**
 * 990px未満は4つ（以下カラム落ち）
 */
@media (max-width: 990px) {
  .recommend .slick-area.sm {
    /*max-width: 800px;*/
    max-width: 678px;
  }
  /* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
  .recommend_1 .slick-area.sm {
    max-width: 800px;
  }
  /* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
}
/**
 * 910px未満は3つ（以下カラム落ち）
 */
@media (max-width: 910px) {
  .recommend .slick-area.sm {
    /*max-width: 600px;*/
    max-width: 678px;
  }
  /* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
  .recommend_1 .slick-area.sm {
    max-width: 600px;
  }
  /* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
}
/**
 * 768px未満は2つ（SPビュー）
 */
@media (max-width: 768px) {
  .recommend .slick-area.sm {
    max-width: auto;
  }
  .recommend .slick-slide {
    /*width: auto;*/

    margin: 0 10px 0 0;
  }
  /* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
  .recommend_1 .slick-area.sm {
    max-width: auto;
  }
  .recommend_1 .slick-slide {
    width: auto;
  }
  /* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
}
/* ↓#5699 */
@media (max-width: 2500px) {
  .recommend .recommend-swiper-container.sm {
    max-width: 1330px;
  }
}
@media (max-width: 1750px) {
  .recommend .recommend-swiper-container.sm {
    max-width: 1220px;
  }
}
@media (max-width: 1640px) {
  .recommend .recommend-swiper-container.sm {
    max-width: 1050px;
  }
}
@media (max-width: 1420px) {
  .recommend .recommend-swiper-container.sm {
    max-width: 875px;
  }
}
@media (max-width: 1240px) {
  .recommend .recommend-swiper-container.sm {
    max-width: 695px;
  }
}
@media (max-width: 990px) {
  .recommend .recommend-swiper-container.sm {
    max-width: 525px;
  }
}
@media (max-width: 800px) {
  .recommend .recommend-swiper-container.sm {
    max-width: 525px;
  }
}
@media (max-width: 768px) {
  .recommend .recommend-swiper-container.sm {
    max-width: 525px;
  }
}
/* ↓#5754 */
@media (max-width: 2500px) {
  .recommend .sm.recommend-swiper-container-check-recommend5,
  .recommend .sm.recommend-swiper-container-check-recommend6,
  .recommend .sm.recommend-swiper-container-check-recommend7,
  .recommend .sm.recommend-swiper-container-check-recommend12 {
    max-width: 1050px;
  }
}
@media (max-width: 1750px) {
  .recommend .sm.recommend-swiper-container-check-recommend5,
  .recommend .sm.recommend-swiper-container-check-recommend6,
  .recommend .sm.recommend-swiper-container-check-recommend7,
  .recommend .sm.recommend-swiper-container-check-recommend12 {
    max-width: 1050px;
  }
}
@media (max-width: 1640px) {
  .recommend .sm.recommend-swiper-container-check-recommend5,
  .recommend .sm.recommend-swiper-container-check-recommend6,
  .recommend .sm.recommend-swiper-container-check-recommend7,
  .recommend .sm.recommend-swiper-container-check-recommend12 {
    max-width: 1050px;
  }
}
@media (max-width: 1420px) {
  .recommend .sm.recommend-swiper-container-check-recommend5,
  .recommend .sm.recommend-swiper-container-check-recommend6,
  .recommend .sm.recommend-swiper-container-check-recommend7,
  .recommend .sm.recommend-swiper-container-check-recommend12 {
    max-width: 875px;
  }
}
@media (max-width: 1240px) {
  .recommend .sm.recommend-swiper-container-check-recommend5,
  .recommend .sm.recommend-swiper-container-check-recommend6,
  .recommend .sm.recommend-swiper-container-check-recommend7,
  .recommend .sm.recommend-swiper-container-check-recommend12 {
    max-width: 695px;
  }
}
@media (max-width: 990px) {
  .recommend .sm.recommend-swiper-container-check-recommend5,
  .recommend .sm.recommend-swiper-container-check-recommend6,
  .recommend .sm.recommend-swiper-container-check-recommend7,
  .recommend .sm.recommend-swiper-container-check-recommend12 {
    max-width: 525px;
  }
}
@media (max-width: 800px) {
  .recommend .sm.recommend-swiper-container-check-recommend5,
  .recommend .sm.recommend-swiper-container-check-recommend6,
  .recommend .sm.recommend-swiper-container-check-recommend7,
  .recommend .sm.recommend-swiper-container-check-recommend12 {
    max-width: 525px;
  }
}
@media (max-width: 768px) {
  .recommend .sm.recommend-swiper-container-check-recommend5,
  .recommend .sm.recommend-swiper-container-check-recommend6,
  .recommend .sm.recommend-swiper-container-check-recommend7,
  .recommend .sm.recommend-swiper-container-check-recommend12 {
    max-width: 525px;
  }
}
/* ↑#5754 #7229 */
@media (max-width: 2500px) {
  #check-recommend .swiper-container#check-recommend10,
  #check-recommend .swiper-container#check-recommend3,
  #check-recommend .swiper-container#check-recommend13,
  #check-recommend .swiper-container#check-recommend14,
  #check-recommend .swiper-container#check-recommend15,
  #check-recommend .swiper-container#check-recommend16 {
    max-width: 1050px;
  }
}
@media (max-width: 1750px) {
  #check-recommend .swiper-container#check-recommend10,
  #check-recommend .swiper-container#check-recommend3,
  #check-recommend .swiper-container#check-recommend13,
  #check-recommend .swiper-container#check-recommend14,
  #check-recommend .swiper-container#check-recommend15,
  #check-recommend .swiper-container#check-recommend16 {
    max-width: 1050px;
  }
}
@media (max-width: 1535px) {
  #check-recommend .swiper-container#check-recommend10,
  #check-recommend .swiper-container#check-recommend3,
  #check-recommend .swiper-container#check-recommend13,
  #check-recommend .swiper-container#check-recommend14,
  #check-recommend .swiper-container#check-recommend15,
  #check-recommend .swiper-container#check-recommend16 {
    max-width: 875px;
  }
}
@media (max-width: 1420px) {
  #check-recommend .swiper-container#check-recommend10,
  #check-recommend .swiper-container#check-recommend3,
  #check-recommend .swiper-container#check-recommend13,
  #check-recommend .swiper-container#check-recommend14,
  #check-recommend .swiper-container#check-recommend15,
  #check-recommend .swiper-container#check-recommend16 {
    max-width: 875px;
  }
}
@media (max-width: 1360px) {
  #check-recommend .swiper-container#check-recommend10,
  #check-recommend .swiper-container#check-recommend3,
  #check-recommend .swiper-container#check-recommend13,
  #check-recommend .swiper-container#check-recommend14,
  #check-recommend .swiper-container#check-recommend15,
  #check-recommend .swiper-container#check-recommend16 {
    max-width: 700px;
  }
}
@media (max-width: 990px) {
  #check-recommend .swiper-container#check-recommend10,
  #check-recommend .swiper-container#check-recommend3,
  #check-recommend .swiper-container#check-recommend13,
  #check-recommend .swiper-container#check-recommend14,
  #check-recommend .swiper-container#check-recommend15,
  #check-recommend .swiper-container#check-recommend16 {
    max-width: 700px;
  }
}
@media (max-width: 800px) {
  #check-recommend .swiper-container#check-recommend10,
  #check-recommend .swiper-container#check-recommend3,
  #check-recommend .swiper-container#check-recommend13,
  #check-recommend .swiper-container#check-recommend14,
  #check-recommend .swiper-container#check-recommend15,
  #check-recommend .swiper-container#check-recommend16 {
    max-width: 700px;
  }
}
@media (max-width: 700px) {
  #check-recommend .swiper-container#check-recommend10,
  #check-recommend .swiper-container#check-recommend3,
  #check-recommend .swiper-container#check-recommend13,
  #check-recommend .swiper-container#check-recommend14,
  #check-recommend .swiper-container#check-recommend15,
  #check-recommend .swiper-container#check-recommend16 {
    margin: 0 0 0 12px;
  }
}
@media (max-width: 580px) {
  #check-recommend .swiper-container#check-recommend10,
  #check-recommend .swiper-container#check-recommend3,
  #check-recommend .swiper-container#check-recommend13,
  #check-recommend .swiper-container#check-recommend14,
  #check-recommend .swiper-container#check-recommend15,
  #check-recommend .swiper-container#check-recommend16 {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 470px) {
  #check-recommend .swiper-container#check-recommend3,
  #check-recommend .swiper-container#check-recommend13,
  #check-recommend .swiper-container#check-recommend14 {
    margin: 0 auto;
  }
}

/* #7229(#7702) add*/
@media (max-width: 470px) {
  #check-recommend .swiper-container#check-recommend10,
  #check-recommend .swiper-container#check-recommend15,
  #check-recommend .swiper-container#check-recommend16 {
    margin: 0 0 0 5px;
  }
}
/* ↑#5699 */

/**
 * #490 トップページのみ（3カラム）
 * ウィンドウ幅1610px未満は4つ
 */

#check-recommend .slick-area.top {
  width: 90%;
}
/* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
#check-recommend_1 .slick-area.top {
  width: 90%;
}
/* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */

/**
 * 最大6つ
 */
@media (max-width: 1610px) {
  .recommend .slick-area.top {
    /*max-width: 800px;*/
    max-width: 850px;
  }
}
/**
 * 1470px未満は4つ
 */
@media (max-width: 1470px) {
  .recommend .slick-area.top {
    /*max-width: 600px;*/
    max-width: 680px;
  }
}
/**
 * 1260px未満は3つ
 */
@media (max-width: 1260px) {
  .recommend .slick-area.top {
    /*max-width: 400px;*/
    max-width: 510px;
  }
}
/**
 * 1200px未満は4つ（以下カラム落ち）
 */
@media (max-width: 1200px) {
  .recommend .slick-area.top {
    /*max-width: 800px;*/
    max-width: 680px;
  }
}
/**
 * 1050px未満は3つ（以下カラム落ち）
 */
@media (max-width: 1050px) {
  .recommend .slick-area.top {
    /*max-width: 600px;*/
    max-width: 510px;
  }
}
/**
 * 991px未満は4つ（以下カラム落ち）
 */
@media (max-width: 991px) {
  .recommend .slick-area.top {
    /*max-width: 600px;*/
    max-width: 680px;
  }
}
/**
 * 830px未満は3つ（以下カラム落ち）
 */
@media (max-width: 830px) {
  .recommend .slick-area.top {
    /*max-width: 600px;*/
    max-width: 510px;
  }
}
/**
 * 768px未満は2つ（SPビュー）
 */
@media (max-width: 768px) {
  .recommend .slick-area.top {
    max-width: auto;
  }
  .recommend .slick-slide {
    /*width: auto;*/

    margin: 0 10px 0 0;
  }
}


/**
 * #490 商品一覧・詳細（2カラム）
 * ウィンドウ幅1425px未満は4つ
 */
@media (max-width: 1425px) {
  .recommend .slick-area.lg {
    max-width: 800px;
  }
}
/**
 * 1200px未満は3つ
 */
@media (max-width: 1200px) {
  .recommend .slick-area.lg {
    max-width: 600px;
  }
}
/**
 * 992px未満は4つ（以下カラム落ち）
 */
@media (max-width: 992px) {
  .recommend .slick-area.lg {
    max-width: 800px;
  }
}
/**
 * 965px未満は3つ（以下カラム落ち）
 */
@media (max-width: 965px) {
  .recommend .slick-area.lg {
    max-width: 600px;
  }
}
/**
 * 768px未満は2つ（SPビュー）
 */
@media (max-width: 768px) {
  .recommend .slick-area.lg {
    max-width: auto;
  }
}

/**
 * #490 各種カート（1カラム）
 * 不要padding削除
 */
#check-recommend .slick-area .slider .slick-slide .check-recommend-container a .check-recommend-area .ttl-block {
  padding: 0;
}
/* ↓ #5453 swiper用スタイル */
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block {
  padding: 0;
}
/* ↑ #5453 swiper用スタイル */
/* ↓ #5628 */
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block {
  padding: 0;
}
/* ↑ #5628 */
/* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
#check-recommend_1 .slick-area .slider .slick-slide .check-recommend-container a .check-recommend-area .ttl-block {
  padding: 0;
}
/* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
/**
 * ウィンドウ幅1195px未満は4つ
 */
@media (max-width: 1195px) {
  .recommend .slick-area.xlg {
    max-width: 800px;
  }
}
/**
 * 965px未満は3つ
 */
@media (max-width: 965px) {
  .recommend .slick-area.xlg {
    max-width: 600px;
  }
}
/**
 * 768px未満は非表示（SPビュー）
 */
@media (max-width: 768px) {
}

/**
 * #490
 * 商品検索結果 スライダー高さ統一
 */
/*#top-recommend .top-product-container .top-product-area .main-area .ttl-block h3 {
  min-height: 4em;
}*/


/**
 * #645
 * 画像サイズが小さい
 */
@media (max-width: 767px) {
  #check-recommend .slick-area .slider .check-recommend-container {
    /*padding: 20px 5px;*/
  }
  #check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .image-block img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  /* ↓ #5453 swiper用スタイル */
  #check-recommend .swiper-container .swiper-wrapper .swiper-slide {
    /*padding: 20px 5px;*/
    height: 246px; /* #5688 */
  }
  #check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .image-block img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  /* ↑ #5453 swiper用スタイル */
  /* ↓ #5628 */
  #check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide {
    /*padding: 20px 5px;*/
    height: 205px;
  }
  #check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .image-block img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  /* ↑ #5628 */
  /* ↓★#4762 #3-1 一時的に追加、レコメンドデザイン適応時削除★ */
  #check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .image-block\ img {
    width: 85%;
  }
  /* ↑★#4762 #3-1 一時的に追加、レコメンドデザイン適応時削除★ */
  /* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
  #check-recommend_1 .slick-area .slider .check-recommend-container {
    /*padding: 20px 5px;*/
  }
  #check-recommend_1 .slick-area .slider .check-recommend-container .check-recommend-area .image-block img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  /* ↓★#4762 #3-1 一時的に追加、レコメンドデザイン適応時削除★ */
  #check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .image-block_1 img {
    width: 85%;
  }
  /* ↑★#4762 #3-1 一時的に追加、レコメンドデザイン適応時削除★ */
  /* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
}


/**
 * #360
 * 取り消し線付きの特別単価表示Ver
 */
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.price,
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.price .tax {
  color: #BA0000;
}
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.price-old {
  text-decoration: line-through;
  font-weight: bold;
}
/* ↓ #5453 swiper用スタイル */
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.price,
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.price .tax {
  color: #BA0000;
}
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.price-old {
  text-decoration: line-through;
  font-weight: bold;
}
/* ↑ #5453 swiper用スタイル */
/* ↓ #5628 */
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.price,
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.price .tax {
  color: #BA0000;
}
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.price-old {
  text-decoration: line-through;
  font-weight: bold;
}
/* ↑ #5628 */
/* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.price,
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.price .tax {
  color: #BA0000;
}
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.price-old {
  text-decoration: line-through;
  font-weight: bold;
}
/* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */


/** -------------------------
 * ランキング関連
 * カテゴリ別・ピックアップ仕様踏襲
 ------------------------- */

/**
 * #645
 * 高さ揃え調整
 */

/* 共通 */
.visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-right h5,
.visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-right h5 {
  font-size: 14px;
  line-height: 1.5;
  min-height: auto !important;
}

/* SPビュー */
@media (max-width: 767px) {
  .visual-fifth .visual-fifth-slider .slick-slide,
  .visual-sixth .visual-sixth-slider .slick-slide {
    margin: 0px 5px;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-left,
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-left {
    padding-right: 5px;
  }
  .visual-fifth .visual-fifth-slider-box-right,
  .visual-sixth .visual-sixth-slider-box-right {
    padding: 0;
  }
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box,
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box {
    padding: 15px 10px;
  }
}

/* PCビュー */
@media (min-width: 768px) {
  .visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-right p,
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-right p {
    text-align: left;
  }
}


/**
 * #624
 * ピックアップスライダの罫線・ボタン
 */

/* 共通 */
.visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box:last-child {
  border-bottom: 1px solid #D0D0D0;
}

/* PCのみ */
@media (min-width: 768px) {
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next {
    padding: 0;
  }
}

/* SPのみ */
@media (max-width: 767px) {
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next .visual-sixth-slider-next,
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next .visual-sixth-slider-prev {
    color: #ADADAD;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next .visual-sixth-slider-next {
    text-align: right;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next .visual-sixth-slider-prev {
    text-align: left;
  }
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next .visual-sixth-slider-next img,
  .visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next .visual-sixth-slider-prev img {
    display: inline;
    vertical-align: middle;
  }
}


/**
 * #645 「カテゴリ別ランキング」と「ピックアップ売れ筋ランキング」の仕様確認
 * 文字数省略
 */
.shortening {
  opacity: 0;
}


/**
 * #645 「カテゴリ別ランキング」と「ピックアップ売れ筋ランキング」の仕様確認
 * 金額出力
 */
.check-recommend-area .star {
  margin: 0 0 5px;
}
.check-recommend-area .star p {
  font-size: 12px;
}
.check-recommend-area .star p i {
  color: #E8AD27;
  vertical-align: middle;
  margin: 0 -3px 0 0;
}

/* デバイス共通 */
.price-block {
}
.price-block:not(:first-child) {
  margin-top: 10px;
}
.price-block.case {
  margin: 0;
}
.price-block dl {
  display: flex;
  align-items: flex-end;
}
.price-block dt {
  font-size: 10px;
  margin-bottom: 0px;
  order: 2;
  width: 50%;
  text-align: left;
}

.price-block dd {
  /*display: flex;
  align-items: center;*/
  /*width: 60%;
  text-align: right;*/
}

.price-block dd p {
  font-size: 14px;
  font-weight: normal;
  line-height:1.1em;
}

.price-block dd p.base {
}
.price-block dd p.base.strike {
  text-decoration: line-through;
}

.price-block dd p.price {
  color: #BA0000;
  padding-left: 0;
  position: relative;
}
.price-block dd p.price:before {
  /*content: "▶︎";
  display: block;
  font-size: 10px;
  transform: scale(0.7);
  color: #ADADAD;
  position: absolute;
  top: 3px;
  left: .5em;*/
}
/* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
/* デバイス共通 */
.price-block_1 {
}
.price-block_1:not(:first-child) {
  margin-top: 10px;
}

.price-block_1 dt {
  font-size: 12px;
  margin-bottom: 5px;
}

.price-block_1 dd {
  display: flex;
  align-items: center;
}

.price-block_1 dd p {
  font-size: 16px;
  font-weight: bold;
}

.price-block_1 dd p.base {
}
.price-block_1 dd p.base.strike {
  text-decoration: line-through;
}

.price-block_1 dd p.price {
  color: #BA0000;
  padding-left: 1.2em;
  position: relative;
}
.price-block_1 dd p.price:before {
  content: "▶︎";
  display: block;
  font-size: 10px;
  transform: scale(0.7);
  color: #ADADAD;
  position: absolute;
  top: 3px;
  left: .5em;
}
/* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
/* 取り消し金額と販売金額の横縦並び切り替え */
@media (max-width: 1592px) {
  .top-ranking-slider-wrap .price-block dd {
    align-items: flex-start;
    flex-direction: column;
  }
  .top-ranking-slider-wrap .price-block dd p.price {
    padding-left: 0;
  }
  .top-ranking-slider-wrap .price-block dd p.price:before {
    content: "▼";
    position: static;
    margin: 5px 0;
  }
}
@media (max-width: 1349px) {
  .top-ranking-slider-wrap .price-block dd {
    align-items: center;
    flex-direction: row;
  }
  .top-ranking-slider-wrap .price-block dd p.price {
    padding-left: 1.2em;
  }
  .top-ranking-slider-wrap .price-block dd p.price:before {
    content: "▶︎";
    position: absolute;
    margin: 0;
  }
}
@media (max-width: 1237px) {
  .top-ranking-slider-wrap .price-block dd {
    align-items: flex-start;
    flex-direction: column;
  }
  .top-ranking-slider-wrap .price-block dd p.price {
    padding-left: 0;
  }
  .top-ranking-slider-wrap .price-block dd p.price:before {
    content: "▼";
    position: static;
    margin: 5px 0;
  }
}
@media (max-width: 1099px) {
  .top-ranking-slider-wrap .price-block dd {
    align-items: center;
    flex-direction: row;
  }
  .top-ranking-slider-wrap .price-block dd p.price {
    padding-left: 1.2em;
  }
  .top-ranking-slider-wrap .price-block dd p.price:before {
    content: "▶︎";
    position: absolute;
    margin: 0;
  }
}
@media (max-width: 779px) {
  .top-ranking-slider-wrap .price-block dd {
    align-items: flex-start;
    flex-direction: column;
  }
  .top-ranking-slider-wrap .price-block dd p.price {
    padding-left: 0;
  }
  .top-ranking-slider-wrap .price-block dd p.price:before {
    content: "▼";
    position: static;
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .top-ranking-slider-wrap .price-block dd {
    align-items: center;
    flex-direction: row;
  }
  .top-ranking-slider-wrap .price-block dd p.price {
    padding-left: 1.2em;
  }
  .top-ranking-slider-wrap .price-block dd p.price:before {
    content: "▶︎";
    position: absolute;
    margin: 0;
  }
}
@media (max-width: 577px) {
  .top-ranking-slider-wrap .price-block dd {
    align-items: flex-start;
    flex-direction: column;
  }
  .top-ranking-slider-wrap .price-block dd p.price {
    padding-left: 0;
  }
  .top-ranking-slider-wrap .price-block dd p.price:before {
    content: "▼";
    position: static;
    margin: 5px 0;
  }
}
@media (max-width: 419px) {
  .top-ranking-slider-wrap .price-block dd {
    align-items: center;
    flex-direction: row;
  }
  .top-ranking-slider-wrap .price-block dd p.price {
    padding-left: 1.2em;
  }
  .top-ranking-slider-wrap .price-block dd p.price:before {
    content: "▶︎";
    position: absolute;
    margin: 0;
  }
}


/* レコメンドの価格下寄せ */
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* ↓ #5453 swiper用スタイル */
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* ↑ #5453 swiper用スタイル */
/* ↓ #5628 */
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* ↑ #5628 */
/* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
.check-recommend-area .price-blocks {
/*  margin-top: auto;*/
}
@media (max-width: 320px) {
  .check-recommend-area .price-block dd {
    align-items: flex-start;
    flex-direction: column;
  }
  .check-recommend-area .price-block dd p.price {
    padding-left: 0;
  }
  /*.check-recommend-area .price-block dd p.price:before {
    content: "▼";
    position: static;
    margin: 5px 0;
  }*/
  #check-recommend .slick-area .slider .check-recommend-container {
    padding: 5px;
  }
  #check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .image-block .ico_status.recommend {
    left: 5px !important;
    top: 5px !important;
  }
  /* ↓ #5453 swiper用スタイル */
  #check-recommend .swiper-container .swiper-wrapper .swiper-slide {
    padding: 5px;
  }
  #check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .image-block .ico_status.recommend {
    left: 5px !important;
    top: 5px !important;
  }
  /* ↑ #5453 swiper用スタイル */
  /* ↓ #5628 */
  #check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide {
    padding: 5px;
  }
  #check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .image-block .ico_status.recommend {
    left: 5px !important;
    top: 5px !important;
  }
  /* ↑ #5628 */
}


/**
 * #645 「カテゴリ別ランキング」と「ピックアップ売れ筋ランキング」の仕様確認
 * ランキング 横並びカテゴリの高さ統一
 */
#tab-ranking-content .slick-slider .slick-track {
  height: 100%;
}
#tab-ranking-content .slick-initialized .slick-slide {
  background-color: white;
}

/* ボーダー調整 */
.visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap,
.visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap {
  border: none;
}
#tab-ranking-content .slick-slide {
  border: 1px solid #D0D0D0;
}
.visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box,
.visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box,
.visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box:last-child,
.visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box:last-child {
  border: none;
  position: relative;
}
.visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box:after,
.visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box:after {
  content: "";
  width: 90%;
  margin: auto;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D0D0D0;
}
.visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-prev-next .visual-fifth-slider-next,
.visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next .visual-sixth-slider-next,
.visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-prev-next .visual-fifth-slider-prev,
.visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next .visual-sixth-slider-prev {
  font-weight: normal;
  padding: 20px 0;
  font-weight: bold;
  cursor: pointer;
}


/**
 * #645 「カテゴリ別ランキング」と「ピックアップ売れ筋ランキング」の仕様確認
 * レコメンド タイトルのmin-height設定を解除
 */
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block {
  margin-bottom: 5px;
}
#check-recommend .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.ttl {
  min-height: 42px;
  font-weight: normal;
}
/* ↓ #5453 swiper用スタイル */
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block {
  margin-bottom: 5px;
}
#check-recommend .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.ttl {
  min-height: 42px;
  font-weight: normal;
}
/* ↑ #5453 swiper用スタイル */
/* ↓ #5628 */
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block {
  margin-bottom: 5px;
}
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide a .check-recommend-area .ttl-block p.ttl {
  min-height: 22px;
  font-weight: normal;
}
/* ↑ #5628 swiper用スタイル */
/* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block {
  margin-bottom: 10px;
}
#check-recommend_1 .slick-area .slider .check-recommend-container a .check-recommend-area .ttl-block p.ttl {
  min-height: auto;
}
/* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */


/**
 * #645 「カテゴリ別ランキング」と「ピックアップ売れ筋ランキング」の仕様確認
 * ランキング 前の3件・次の3件の位置を下に固定
 */
#tab-ranking-content .slick-slide > div {
  height: 100%;
}
.visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap,
.visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-prev-next,
.visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-prev-next {
  width: 100%;
  margin-top: auto;
}

@media (max-width: 767px) {
  .visual-fifth .slick-slide,
  .visual-sixth .slick-slide {
    padding-bottom: 0;
  }
}


/**
 * #318 クーポン内「対象商品」の「もっと見る」
 */
.anchorText a:focus,
.detail-point-text a:focus {
  text-decoration: none;
}
/* 初期状態 */
.shortening-more,
.detail-point-text {
  display: block;
  line-height: 1.5em;
}
.shortening-more .always,
.detail-point-text .always {
  display: block;
}
.shortening-more .always:after,
.detail-point-text .always:after {
  content: "...";
}
.shortening-more .isHide,
.detail-point-text .isHide {
  display: block;
  height: 0;
  opacity: 0;
  transition: all .2s;
}
/* オープン時 */
.shortening-more .always.active,
.detail-point-text .always.active {
  display: inline;
}
.shortening-more .always.active:after,
.detail-point-text .always.active:after {
  content: none;
}
.shortening-more .always.active + .isHide,
.detail-point-text .always.active + .isHide {
  display: inline;
  height: auto;
  opacity: 1;
}
@media (min-width: 768px) {
  .area .anc7 .row .tdLast {
    display: flex;
    align-items: flex-end;
  }
}


/**
 * ランキング・ピックアップスライダーの
 * arrowクリック後ボタンが消えたようになる
 */
.visual-fifth .slick-prev:focus,
.visual-fifth .slick-next:focus,
.visual-sixth .slick-prev:focus,
.visual-sixth .slick-next:focus {
  background: #164380;
}


/**
 * お問い合わせページ
 */
.icon-num-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.icon-num {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  text-align: center;
  line-height: 40px;
}
.icon-num-red-squer {
  color: #DC426A;
  border: 1px solid #DC426A;
}


/* レビュー件数関係 */
.product-details .product-details-area .detail-point .detail-point-title01, .product-details .detail-review .detail-post-count {
  margin-top: -7px;
  font-size: 12px;
}
.product-details .product-details-area .detail-point .detail-point-title01, .product-details .detail-review .detail-post-count + .detail-post {
  /*margin-top: -53px;*/
}
@media (max-width: 767px) {
  .product-details .product-details-area .detail-point .detail-point-title01, .product-details .detail-review .detail-post-count + .detail-post {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .category-unit-faq {
    margin-top: 20px;
    margin: 50px 0px 20px 0px;
  }
}


/**
 * 包装のご利用についてページ
*/
#tab.area-top-page {
  margin: 0 auto;
  padding: 30px 30px 0;
}
#tab .tab-area .tab-area-list-2line {
  display: flex;
  justify-content: space-between;
}
#tab .tab-area .tab-area-list-2line li,
#tab .tab-area .tab-area-list-2line li.clicked,
#tab .tab-area .tab-area-list-2line li:first-child,
#tab .tab-area .tab-area-list-2line li:last-child {
  float: none;
}
#tab .tab-area .tab-area-list-2line li {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 80px;
}
#tab .tab-area .tab-area-list-2line li a {
  display: flex;
  justify-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 0 14px;
  line-height: normal;
  color: #E090A5;
}
#tab .tab-area .tab-area-list-2line li .tab-area-list-2line-text {
  display: flex;
  padding: 0 14px;
  color: #FFF;
  font-size: 16px;
  align-items: center;
}
#tab .tab-area .tab-area-list-2line li .tab-area-list-2line-sub-text {
  width: 100%;
  margin-top: 8px;
  padding: 0 14px;
  font-size: 12px;
  color: inherit;
}
@media (max-width: 767px) {
  #tab.area-top-page {
    padding: 20px 15px 0;
  }
  #tab .tab-area .tab-area-list-2line li a,
  #tab .tab-area .tab-area-list-2line li .tab-area-list-2line-text {
    padding: 0 8px;
    font-size: 14px;
  }
  #tab .tab-area .tab-area-list-2line li .tab-area-list-2line-sub-text {
    margin-top: 0;
  }
}
@media (max-width: 320px) {
  #tab .tab-area .tab-area-list-2line li a,
  #tab .tab-area .tab-area-list-2line li .tab-area-list-2line-text {
    padding: 0;
    font-size: 12px;
  }
}
.paper-content .img-wrapper {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #ADADAD;
}
.paper-content .img-wrapper img {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

/**
 * のしの印字について
*/
.base-wd-100 {
  width: 100%;
}
.area .paper .paper-content .base-h4 {
  font-size: 16px;
  border-left: none;
}
.base-item-table-td-vMiddle {
  vertical-align: middle;
}
.base-item-detail-block-flex {
  display: flex;
  flex-wrap: wrap;
}
.base-item-detail-block-flex:not(:first-child) {
  margin-top: 10px;
}
.base-item-detail-block-flex .detail-list {
  display: flex;
  margin: 0 40px 0 0;
}
.base-notice-list-noshi {
  display: flex;
}
.base-notice-list-noshi dt {
  width: 12%;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #e8ddbb;
  color: #5f431b;
}
.base-notice-list-noshi dd {
  width: calc(100% - 12%);
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 100%;
  line-height: 1.5;
}
.base-notice-list-noshi:first-child dt,
.base-notice-list-noshi:first-child dd {
  border-top: 1px solid #ccc;
}
@media(max-width: 767px) {
  .base-notice-list-noshi dt {
    width: 30%;
  }
  .base-notice-list-noshi dd {
    width: calc(100% - 30%);
  }
  .base-notice-list-noshi img {
    max-width: 100%;
  }
}

/*
 * 屋外へのお届けについて
*/
.li-paper-title {
  display: inline;
}
.li-paper-title + .base-indent-block-inner-outdoor {
  margin-top: 10px;
}
.base-list-02 .base-indent-block-outdoor {
  list-style-position: inside;
  border-bottom: none;
}
.area .base-list-02 .base-indent-block-outdoor {
  padding: 30px 90px 40px;
}
.area .base-list-02 .base-indent-block-outdoor .base-list-02 .base-indent-block-outdoor {
  padding: 0;
}
@media (max-width: 1060px) {
  .area .base-list-02 .base-indent-block-outdoor {
    padding: 30px 30px 40px;
  }
}
@media (max-width: 767px) {
  .area .base-list-02 .base-indent-block-outdoor {
    padding: 30px 15px;
  }
  .vam {
    display: inline;;
  }
}
.base-list-02 .base-indent-block-outdoor-outside {
  list-style-position: outside;
}
.base-indent-block-inner-outdoor {
  padding-left: 16px;
}
.base-message-list .base-message-item {
  margin: 0 0 0 20px;
  line-height: 1.5em;
  list-style: disc;
  list-style-position: outside;
  border-bottom: none;
}
.base-message-list .base-message-item-upperLatin {
  list-style: upper-latin;
}
.base-mx-515 .base-img-block img {
  max-width: 515px;
}


/*
 * アンケート（step）
*/
.stepBar-list {
  display: flex;
  width: 100%;
  height: 80px;
}
.stepBar-item {
  position: relative;
  width: 100%;
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px 0 15px;
  text-align: center;
  color: #E090A5;
  font-weight: bold;
  background-color: #FDF4F6;
}
@media (max-width: 767px) {
  .stepBar-item {
    text-align: left;
    font-size: .8rem;
    justify-content: flex-start;
  }
}
.stepBar-item.current {
  color: #FFF;
  background-color: #E090A5;
}
.stepBar-title,
.stepBar-text {
  display: block;
  color: #FFF;
}
.stepBar-item:not(:first-child):before,
.stepBar-item:not(:first-child):after {
  position: absolute;
  left: -9px;
  display: block;
  content: '';
  background: #FDF4F6;
  border-left: 6px solid #fff;
  width: 18px;
  height: 50%;
}
.stepBar-item.current:not(:first-child):before,
.stepBar-item.current:not(:first-child):after {
  position: absolute;
  left: -9px;
  display: block;
  content: '';
  /*background: inherit;*/
  background: #E090A5;
  border-left: 6px solid #fff;
  width: 18px;
  height: 50%;
}

.stepBar-item:not(:first-child):before {
  height: 50%;
  bottom: 0;
  transform: skew(-24deg);
}
.stepBar-item:not(:first-child):after {
  height: 50%;
  top: 0;
  transform: skew(24deg);
}
/* step 5個状態のサンプル用 */
@media (max-width: 767px) {
  .step5 .stepBar-item {
    text-align: left;
    font-size: .8rem;
    justify-content: flex-start;
    padding: 0 8px;
    line-height: 1.2;
  }
  .step5 .stepBar-item:not(:first-child) {
    border-left: 2px solid #FFF;
  }
  .step5 .stepBar-item:not(:first-child):before,
  .step5 .stepBar-item:not(:first-child):after {
    display: none;
  }
}

.visual-fifth .visual-fifth-slider .visual-fifth-slider-wrap .visual-fifth-slider-box a .visual-fifth-slider-box-left .image {
  max-width: 100%;
}
.visual-sixth .visual-sixth-slider .visual-sixth-slider-wrap .visual-sixth-slider-box a .visual-sixth-slider-box-left .image {
  max-width: 100%;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.center{
  text-align: center;
}
.address-alias {
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0px 0px 0px;
}
.address-alias:hover {
  border: solid 1px #FFFFFF;
  border-radius: 5px;
  margin: -1px;
}
.address-layout01 {
  float: left;
  color: #FFFFFF;
  margin: 2px 2px 0px 0px;
  font-size: 20pt;
}
.address-layout02 {
  float: left;
}
.address-layout02_1 {
  color: #FFFFFF;
}
.address-layout02_2 {
  color: #FFFFFF;
}

/* 191211 トップ フリーエリア（こちらもおすすめ！／カクヤスからの一押し）改修 */

.top_bnr4col {
    width: 100%;
    overflow: hidden;
}
.top_bnr4col ul {
    width: 102%;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    letter-spacing: -.4em;
    *zoom: 1;
}
.top_bnr4col li {
    display: inline-block;
    width: 23%;
    margin-right: 2%;
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: normal;
    vertical-align: top;
    *zoom: 1;
}
.top_bnr4col li p {
    text-align: left;
    font-size: 14px;
}
.top_bnr4col li img {
    max-width: 100%;
    height: auto;
    margin: 0 0 10px;
    border-radius: 8px;
}

@media (max-width: 767px) {
  .top_bnr4col ul {
      width: 104%;
      overflow: hidden;
      list-style-type: none;
      margin: 0;
      padding: 0;
      letter-spacing: -.4em;
      *zoom: 1;
  }
  .top_bnr4col li {
      display: inline-block;
      width: 46%;
      margin-right: 4%;
      padding-bottom: 15px;
      text-align: center;
      letter-spacing: normal;
      vertical-align: top;
      *zoom: 1;
  }
}

/* #2718 マイページ認証対応用 */
.sp-auth {
    border: solid 2px #FF0000;
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #FF0000;
    font-weight: bold;
}

/* #3133対応 start */
#search-results .product-container .product-area .cart-area .cart-block2 a {
  white-space: nowrap;
  padding: 14px 0px 14px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  vertical-align: middle;
}

#search-results .product-container .product-area .cart-area .cart-block2 {
  background-color: #4F6B91;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  /*
  &:hover{
      background-color: $red2;
      @include transition;
  }
  */
}

.product-details-side .product-details-side-inner .cart-area .cart-block2 {
  margin-bottom: 20px;
  padding: 0;
  background-color: #4F6B91;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  /*
  &:hover{
      background-color: $red2;
      @include transition;
  }
  */
}

.product-details-side .product-details-side-inner .cart-area .cart-block2 a {
  white-space: nowrap;
  padding: 14px 0px 12px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
}

.detail-choice .detail-choice-inner2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.detail-choice .detail-choice-inner2 .icon-favorite {
  display: flex;
  align-items: center;
  width: 10%;
  text-align: center;
  margin: 5px 0;
}

.detail-choice.no-choice .detail-choice-inner2 .detail-choice-count {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 68%;
  height: 1.4em;
  /*margin: 0 10px;*/
  text-align: center;
  vertical-align: middle;
}

.detail-choice.no-choice .detail-choice-inner2 .detail-choice-count p {
  color: #adadad;
  font-weight: bold;
}

.detail-choice .detail-choice-inner2 .detail-choice-count p {
  display: flex;
  align-items: center;
  min-height: 1.2em;
  max-height: 2.4em;
  color: #DC426A;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  vertical-align: text-top;
  line-height: 1.3em;
  overflow: hidden;
}

.detail-choice .detail-choice-inner .detail-choice-button-wrap .detail-not-choice-button {
  width: 100%;
  padding: 15px 0;
  border: none;
  background: #4F6B91;
  white-space: nowrap;
}

.detail-not-choice-button-font-size {
  font-size: 13px !important;
}
/* #3133対応 end */

.top_of_top {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}
/* #4715 メインタブ(SP) */
#sp_navi_area {
  display: none;
}
/* 220316 トップ改修 */
.sp_footer,
.sp_fixcart,
.sp_impinfo,
.sp_catelist {
  display: none;
}
/* SPフッター #4715 */
@media (max-width: 1070px) {
  /* #4901 カート */
  .sp_fixcart {
      display: none;
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #f5f5f5;
      text-align: center;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      z-index: 10000; /* #4976 */
      height: 60px;
  }
  .sp_fixcart a {
      display: block;
      padding: 17px 0;
      position: relative;
  }
  .sp_fixcart a::after {
      content: '\f2fb';
      position: absolute;
      top: calc(50% - 8px);
      right: 40px;
      color: #444;
      font-size: 16px;
      font-family: 'Material-Design-Iconic-Font';
  }
  .sp_fixcart span {
      font-size: 12px;
  }
  .sp_fixcart .zmdi-shopping-cart:before {
      font-size: 18px;
      margin: 0 5px 0 0;
  }
  .sp_fixcart span.icon-cart {
      margin: 0 10px 0 0;
  }
  /*.sp_fixcart span.icon-cart {
    position: relative;
  }
  .sp_fixcart span#cart-number-display {
      position: absolute;
      top: 0;
      left: -20px;
      background-color: #BA0000;
      width: 16px;
      height: 16px;
      color: #fff;
      font-size: 10px;
      text-align: center;
      border-radius: 50%;
      padding-top: 3px;
  }*/
  .sp_footer {
      display: block;
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #fff;
      padding: 10px 0;
      z-index: 1000; /* #4976 */
  }
  .sp_footer ul {
      list-style-type: none;
      margin: 0 20px;
      padding: 0;
      display: flex;
      justify-content: space-between;
  }
  .sp_footer ul li {
      text-align: center;
      line-height: 1;
      position: relative;
  }
  .sp_footer ul li i {
      display: block;
      font-size: 24px;
  }
  .sp_footer ul li span {
      font-size: 10px;
  }
  .sp_footer ul li span.coupon-number,
  .sp_footer ul li span#cart-number-display-sp-footer span.cart-number {
      position: absolute;
      top: 0;
      right: -7px;
      background-color: #BA0000;
      width: 16px;
      height: 16px;
      color: #fff;
      font-size: 10px;
      text-align: center;
      border-radius: 50%;
      padding-top: 3px;
  }
}
@media (max-width: 767px) {
  header.sp {
    position: -webkit-sticky; /* safari対応 */
    position: sticky;
    top: 0;
  }
  header.sp_index {
    z-index: 1000;
  }
  .slick-slide {
      padding-bottom: 1px;
  }
  .sp_impinfo {
      display: block;
      border: 1px solid #d8d8d8;
      margin: 40px 10px 0;
      padding: 12px;
  }
  .sp_impinfo .infobox {
      font-size: 14px;
      margin: 0 0 10px;
  }
  .sp_impinfo .infobox .date {
      font-size: 12px;
      font-weight: bold;
  }
  .sp_impinfo .infobox .tit {
      display: block;
      color: #dc426a;
      line-height: 1.5;
      text-decoration: underline;
      overflow-x: auto;
      padding-bottom: 10px;
      -webkit-overflow-scrolling: touch;
  }
  .sp_impinfo .infobox .tit.active {
      overflow-x: none;
  }
  .sp_impinfo .infobox .tit div.in {
      width: 100%;
      white-space: nowrap;
/*      max-width: 100%;
      min-width: 100%;*/
      vertical-align: top;
  }
  .sp_impinfo .infobox .tit.active div.in {
      min-width: auto;
      max-width: auto;
  }
  .simplebar-scrollbar::before { /*-- スクロールバー自体の色を変更 --*/
    background-color: #999 !important;
    border-radius: 0 !important;
    height: 3px !important;
    left: 0 !important;
    right: 0 !important;
    top: -2px !important;
  }
  .simplebar-track.simplebar-horizontal {
    left: 0;
    height: 3px !important;
  }
  .simplebar-track {
    background-color: #f1f1f1;
  }
  .simplebar-content-wrapper::-webkit-scrollbar { /*-- iOSでデフォルトのスクロールバーを非表示 --*/
    display: none;
    -webkit-appearance: none;
  }
  .sp_impinfo .infobox .txt {
      display: none;
  }
  .sp_impinfo .moretrg {
      display: block;
      text-align: right;
      width: 15px;
      height: 0;
      background: url("../assets/ico_plus.607fbb.png") 0 0 no-repeat;
      background-size: 15px auto;
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden;
      margin: 0 0 0 auto;
      padding: 15px 0 0 0;
  }
  .sp_impinfo .moretrg.active {
      background: url("../assets/ico_minus.f85e82.png") 0 0 no-repeat;
      background-size: 15px auto;
  }
  .sp_impinfo .sp_more {
      display: none;
  }
  .sp_catelist {
      display: block;
  }
  .sp_catelist > .tit {
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      margin: 0 0 10px;
  }
  .sp_catelist .catch {
      text-align: center;
      font-size: 11px;
      margin: 0 10px 20px;
  }
  .sp_catelist .catch img {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px;
  }
  #sortable li {
      background: #fff;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
      margin: 0 0 20px 10px;
      padding: 5px 10px 10px;
      position: relative;
      border-radius: 7px 0 0 3px;
  }
  #sortable li .tit {
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      padding: 5px 0 18px 0;
      margin: 0 0 0 0;
  }
  #sortable li .tit span {
      display: inline-block;
      width: 26px;
      height: 26px;
      background: url("../assets/ico_sortable_c.8e7b78.png") 0 0 no-repeat;
      background-size: 26px auto;
      vertical-align: middle;
      margin: 0 10px 0 0;
  }
  #sortable li .childlist {
      width: 100%;
      display: block;
      line-height: 1.5;
      overflow-x: auto;
      white-space: nowrap;
      padding-bottom: 10px;
      -webkit-overflow-scrolling: touch;
      font-size: 0;
  }
  #sortable li .childlist .in .item {
    display: inline-block;
    width: 90px;
    margin: 0 5px;
    font-size: 12px;
    line-height: 1.3;
    position: relative;
  }
  #sortable li .childlist .in .item img {
    width: 100%;
    height: auto;
  }
  #sortable li .childlist .in .item span {
    position: absolute;
    background: linear-gradient(rgba(255,255,255,0) 45%,rgba(255,255,255,.95) 70%); /* #4762 #3-1 */
    width: 100%;
    bottom: 0;
    vertical-align: sub; /* #4762 #3-1 */
    padding: 70px 0 0 0;
    text-align: center;
    white-space: normal;
  }
}
/* 220330 一覧改修 */
.sp_cate_hor {
  display: none;
}
@media (max-width: 767px) {
  .sp_cate_hor {
    display: block;
    margin: 10px 0 0 0;
  }
  .sp_cate_hor ul {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    padding: 0 0 7px;
  }
  .sp_cate_hor ul li {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
    font-size: 11px;
  }
  .sp_cate_hor ul li span {
    display: block;
    padding: 8px 10px;
    border: 1px solid #444;
    border-radius: 10px;
    font-weight: bold;
  }
  .sp_cate_hor ul li a {
    display: block;
    padding: 8px 10px;
    border: 1px solid #adadad;
    background: #adadad;
    color: #fff;
    border-radius: 10px;
  }
  #tab .sort-area {
    margin-top: 30px;
    margin-bottom: 10px;
    align-items: center;
  }
}
/* #4975 */
.overlay-drawer {
  display: none;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
}
/* #4762 */
@media (max-width: 767px) {
  .product-details .product-details-area .ttl-block h1 {
    font-size: 20px;
  }
}

/* 220808 一覧ページスタイル追加 */
@media(max-width: 767px) {
  #tab h1 {
    font-size: 18px;
  }
}
.sort-area input.toggle_btn {
    display: none;
}
.sort-area input.toggle_btn + label,
.sort-area input.toggle_btn + label::before,
.sort-area input.toggle_btn + label::after {
    -webkit-transition: all .2s;
            transition: all .2s;
}
.sort-area input.toggle_btn + label {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 20px;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    background: #aaa;
    vertical-align: middle;
    cursor: pointer;
}
.sort-area input.toggle_btn:checked + label {
    background: #dc426a;
}
.sort-area input.toggle_btn + label::before {
    display: block;
    position: absolute;
    top: 4px;
    right: 7px;
    color: #999;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    content: attr(data-off-label);
}
.sort-area input.toggle_btn + label::after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
    content: "";
}
.sort-area input.toggle_btn:checked + label::before {
    right: auto;
    left: 7px;
    content: attr(data-on-label);
}
.sort-area input.toggle_btn:checked + label::after {
    left: 37px;
    background-color: #fff;
}

#tab .sort-area .center p {
  text-align: left;
  line-height: 1.2;
  font-size: 12px;
  margin: 0 0 0 10px;
  font-weight: bold;
}
#tab .sort-area .center p small {
  font-size: 10px;
  font-weight: normal;
}
.sp_none {
  display: none;
}
.pc_none {
  display: block;
}
.ico_status {
  position: absolute;
  z-index: 100;
  /*top: 3px;*/
  top: 0px;
  right: -15px;
  display: flex;
}
/**/
@media (min-width: 768px) {
  .detail_ico_status {
    position: absolute;
    z-index: 100;
    top: 3px;
    right: -15px;
    display: flex;
 }
}
/**/
.top_ico_status {
  position: absolute;
  z-index: 100;
  top: -15px;
  right: 0px;
  display: flex;
}
#search-results .product-container .product-area .main-area .image-block .ico_status img {
  height: 18px;
  width: auto;
  margin: 0 0 0 1px;
}

.top_ico_status img {
  height: 18px;
  width: auto;
  margin: 0 0 0 1px;
}
@media (max-width: 767px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  #search-results.row-eq-height {
    border-top: 1px solid rgba(196,196,196,1);
    padding: 10px 0 0 0;
  }
  #search-results .product-container-frame {
    border-right : none;
    padding: 0;
    box-shadow: none;
  }
  .image-block {
    width: 80px;
    padding: 0;
  }

  #search-results .product-container .product-area .main-area .image-block .image-block-main {
    width: 100%;
    height: auto;
  }
  #top-recommend .top-product-area .favorite, #search-results .product-area .favorite {
    left: 50px;
    top: 75px;
  }
  #search-results .product-container .product-area .main-area .ttl-block {
    width: calc(100% - 80px);
    padding-left: 10px;
  }
  #search-results .product-container .product-area .main-area .image-block img {
    width: 80px;
  }
  #search-results .product-container .product-area .main-area .ttl-block h3,
  #search-results .product-container .product-area .main-area .ttl-block .block .star {
    padding: 0 0 0 25px;
  }
  #search-results .product-container .product-area .check-area .check-block p span.tax,
  #search-results .product-container .product-area .check-area .check-block p.limited .limited-price span.tax,
  #search-results .product-container .product-area .check-area .check-block p span.price {
    font-size: 10px;
  }
  #search-results .product-container .product-area .check-area .check-block p.limited .limited-price:before {
    margin: 0 2px;
  }
  #search-results .product-container .product-area .check-area .check-block label {
    padding: 5px 5px 5px 10px;
  }
  #search-results .product-container .product-area .check-area .check-block p {
    margin: 0 0 0 12px;
  }

  #search-results .product-container .product-area .check-area .check-block .check:checked + .checkbox-icon:before,
  #search-results .product-container .product-area .check-area .check-block .check + .checkbox-icon:before,
  #top-recommend .top-product-container .top-product-area .check-area .check-block .check:checked + .checkbox-icon:before,
  #top-recommend .top-product-container .top-product-area .check-area .check-block .check + .checkbox-icon:before {
    left: 5px;
    top: 50%;
    margin-top: -8px;
    width: 13px;
    height: 13px;
  }

  #search-results .product-container .product-area .check-area .check-block .check:checked + .checkbox-icon:after,
  #search-results .product-container .product-area .check-area .check-block .check + .checkbox-icon:after,
  #top-recommend .top-product-container .top-product-area .check-area .check-block .check:checked + .checkbox-icon:after,
  #top-recommend .top-product-container .top-product-area .check-area .check-block .check + .checkbox-icon:after {
    left: 8px;
    top: 50%;
    margin-top: -5px;
    width: 7px;
    height: 7px;
  }
  #search-results .product-container .product-area .cart-area .number-block select {
    height: 32px;
  }
  #search-results .product-container .product-area .cart-area .number-block:after {
    top: 8px;
  }
  #search-results .product-container .product-area .cart-area .cart-block a {
    padding: 9px 0px;
  }
  #search-results .product-container .product-area .check-area .check-block p.limited .limited-price span.price {
    font-size: 12px;
  }
  #search-results .product-container.product-container-frame {
    padding: 0;
  }
  #search-results .product-container. {
    padding: 10px 0;
  }
  .ico_status {
    right: -25px;
  }
  #search-results .product-container .product-area .main-area .image-block .ico_status img {
    height: 14px;
  }
  .product-area .main-area {
    padding: 0 0 10px;
  }
  .top-product-container .top-product-area .other-label .other-label-icon {
    display: inline-block;
    height: 15px;
    margin-bottom: 5px;
  }
  .top-product-container .top-product-area .other-label .other-label-icon img {
    height: 100%;
  }
  .top-product-container .top-product-area .main-area .image-block .image-block-main {
    width: 100%;
    height: auto;
  }
  .top-check-area {
    /*margin-top: 20px;*/
    margin-bottom: 10px;
  }
  .top-check-area .check-block {
    border: 1px solid #ADADAD;
    padding-left: 0;
    padding-right: 0;
  }
  .top-check-area .check-block label {
    padding: 5px 15px 5px 15px;
    width: 100%;
  }
  .top-check-area .check-block:nth-child(even) {
    border-top: none;
  }
  .top-check-area .check-block .check {
    display: none;
  }
  .top-check-area .check-block .check + .checkbox-icon {
    position: relative;
    vertical-align: middle;
  }
  .top-check-area .check-block .check + .checkbox-icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ADADAD;
    border-radius: 50%;
  }
  .top-check-area .check-block .check + .checkbox-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .top-check-area .check-block .check:checked + .checkbox-icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ADADAD;
    border-radius: 50%;
  }
  .top-check-area .check-block .check:checked + .checkbox-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #DC426A;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .top-check-area .check-block p {
    margin-left: 30px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
  }
  .top-check-area .check-block p span.type {
    display: block;
  }
  .top-check-area .check-block p span.price {
    font-size: 16px;
    display: inline-block;
  }
  .top-check-area .check-block p span.tax {
    display: inline-block;
  }
  .top-check-area .check-block p.limited .normal-price span.price {
    text-decoration: line-through;
  }
  .top-check-area .check-block p.limited .normal-price span.tax {
    display: none;
  }
  .top-check-area .check-block p.limited .limited-price {
    display: inline-block;
  }
  .top-check-area .check-block p.limited .limited-price:before {
    content: "▶︎";
    color: #ADADAD;
    margin: 0 5px;
    vertical-align: text-bottom;
    font-size: 10px;
  }
  .top-check-area .check-block p.limited .limited-price span.price {
    font-size: 16px;
    color: #BA0000;
  }
  .top-check-area .check-block p.limited .limited-price span.tax {
    color: #BA0000;
  }
  .top-check-area .check-block p span.tax,
  .top-check-area .check-block p.limited .limited-price span.tax,
  .top-check-area .check-block p span.price {
    font-size: 10px;
  }
  .top-check-area .check-block p.limited .limited-price:before {
    margin: 0 2px;
  }
  .top-check-area .check-block label {
    padding: 5px 5px 5px 10px;
  }
  .top-check-area .check-block p {
    margin: 0 0 0 12px;
  }
  .top-check-area .check-block .check:checked + .checkbox-icon:before,
  .top-check-area .check-block .check + .checkbox-icon:before,
  #top-recommend .top-product-container .top-product-area .top-check-area .check-block .check:checked + .checkbox-icon:before,
  #top-recommend .top-product-container .top-product-area .top-check-area .check-block .check + .checkbox-icon:before {
    left: 5px;
    top: 50%;
    margin-top: -8px;
    width: 13px;
    height: 13px;
  }
  .top-check-area .check-block .check:checked + .checkbox-icon:after,
  .top-check-area .check-block .check + .checkbox-icon:after,
  .top-check-area .check-block .check:checked + .checkbox-icon:after,
  .top-check-area .check-block .check + .checkbox-icon:after {
    left: 8px;
    top: 50%;
    margin-top: -5px;
    width: 7px;
    height: 7px;
  }
  .top-check-area .check-block p.limited .limited-price span.price {
    font-size: 12px;
  }
  .type-font {
    font-size: 10px;
  }
  #top-recommend .top-product-container .top-product-area .main-area .image-block .image-block-main {
    width: 90px;
  }
  #top-recommend .top-product-area .favorite {
    left: 70px;
    top: 115px;
  }
  .top-recommend-image-block-sp {
    width: 100px;
    padding: 0;
  }
  .top_ico_status {
    right: 0;
    position: absolute;
    z-index: 100;
    top: -15px;
    display: flex;
  }
  .top_ico_status img {
    height: 14px;
    /*height: 18px;*/
    width: auto;
    margin: 0 0 0 1px;
  }
  .sale_icon {
    padding: 0 0 0 25px
  }
  .top-new-product {
    display: none;
  }
}

/* 220818 商品詳細改修 */
.item_fav {
  width: 100%;
  display: flex;
}
.item_fav .sns-area {
  position: relative;
  margin: 0px;
  padding: 0 0 0;
  display: flex;
  align-items: center;
  width: 75%;
}
.item_fav .sns-area .sns-title {
  width: 45%;
  padding: 0;
}
.item_fav .sns-area .sns-title p {
  padding: 6px 0px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  color: #ADADAD;
}
.item_fav .sns-area .sns-icon {
  width: 102%;
  height: 30px;
}
.item_fav .sns-area .sns-icon img {
  height: 100%;
  vertical-align: middle;
}
.item_fav .sns-area .sns-favorite {
  text-align: right;
  padding: 0px;
  margin-top: -5px;
}
.item_fav .sns-area .sns-favorite img {
  vertical-align: middle;
}
.item_fav .sns-area .icon-favorite {
  display: flex;
  align-items: center;
  width: 10%;
}
.item_fav .star {
  width: 54% !important;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .item_fav .sns-area {
    display: none;
  }
/*  .item_fav .sns-area .sns-icon {
    display: flex;
  }
  .item_fav .sns-area .sns-icon > a {
    margin: 0 5px 0 0;
  }*/
}

.product-details .product-details-area .image-block .ico_status.detail {
  right: 10px;
}
.product-details .product-details-area .image-block .ico_status.detail img {
  height: 24px;
  width: auto;
  margin: 0 0 0 2px;
}

.product-details .product-details-area .image-block .detail_ico_status.detail {
  margin: 0 0 0 auto;
  right: 10px;
}
.product-details .product-details-area .image-block .detail_ico_status.detail img {
  height: 24px;
  width: auto;
  margin: 0 0 0 2px;
}

#check-recommend .slick-area .slider .check-recommend-container .check-recommend-area .image-block .ico_status.recommend {
  display: block;
  left: 9px;
  top: 9px;
}
#check-recommend .slick-area .slider .check-recommend-container .check-recommend-area .image-block .ico_status.recommend img {
  display: block;
  height: 20px;
  width: auto;
  margin: 0 0 1px;
}
/* ↓ #5453 swiper用スタイル */
#check-recommend .swiper-container .swiper-wrapper .swiper-slide .check-recommend-area .image-block .ico_status.recommend {
  display: block;
  left: 4px; /* #7238 update */
  top: 4px;  /* #7238 update */
}
#check-recommend .swiper-container .swiper-wrapper .swiper-slide .check-recommend-area .image-block .ico_status.recommend img {
  display: block;
  height: 12px; /* #7238 update */
  width: auto;
  margin: 0 0 1px;
}
/* #7238 add */
#check-recommend .swiper-container .swiper-wrapper .swiper-slide .check-recommend-area .image-block .ico_status.recommend img.cancel {
  height: 20px;
}

/* ↑ #5453 swiper用スタイル */
/* ↓ #5628 */
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide .check-recommend-area .image-block .ico_status.recommend {
  display: block;
  left: 9px;
  top: 9px;
}
#check-recommend-addcart .swiper-container .swiper-wrapper .swiper-slide .check-recommend-area .image-block .ico_status.recommend img {
  display: block;
  height: 20px;
  width: auto;
  margin: 0 0 1px;
}
/* ↑ #5628 */
/* ↓★#5453 一時的に追加、レコメンドデザイン適応時削除★ */
#check-recommend_1 .slick-area .slider .check-recommend-container .check-recommend-area .image-block .ico_status.recommend {
  right: 0;
  top: 0;
}
#check-recommend_1 .slick-area .slider .check-recommend-container .check-recommend-area .image-block .ico_status.recommend img {
  height: 18px;
  width: auto;
  margin: 0 0 0 2px;
}
/* ↑★#5453 一時的に追加、レコメンドデザイン適応時削除★ */


.cartbtn {
  cursor: pointer;
  display: block;
  background: #DC426A;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  font-size: 13px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .cartbtn {
    font-size: 12px;
  }
}
.cartbtn.active:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom: 10px solid #DC426A;
  z-index: 9999;
}

.product-details-recommend {
  display: none;
  width: 320px;
  position: absolute;
  bottom: 29px;
  left: 0px;
  z-index: 9000;
  background: #fdf4f5;
  padding: 20px;
}
.product-details-recommend .limited-block {
  padding: 0 0 10px;
}
.product-details-recommend .limited-block p {
  color: #BA0000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding: 10px 0;
}
.product-details-recommend .check-area {
  margin: 0px 0px 10px 0px;
}
.product-details-recommend .check-area .check-block {
  border: 1px solid #ADADAD;
  padding-left: 0;
  padding-right: 0;
  background: #ffffff;
}
.product-details-recommend .check-area .check-block label {
  padding: 10px 15px;
  width: 100%;
}
.product-details-recommend .check-area .check-block:not(:last-child) {
  border-bottom: none;
}
.product-details-recommend .check-area .check-block .check {
  display: none;
}
.product-details-recommend .check-area .check-block .check + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.product-details-recommend .check-area .check-block .check + .checkbox-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ADADAD;
  border-radius: 50%;
}
.product-details-recommend .check-area .check-block .check + .checkbox-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.product-details-recommend .check-area .check-block .check:checked + .checkbox-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ADADAD;
  border-radius: 50%;
}
.product-details-recommend .check-area .check-block .check:checked + .checkbox-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #DC426A;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.product-details-recommend .check-area .check-block p {
  margin-left: 30px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}
.product-details-recommend .check-area .check-block p span.type {
  display: block;
  margin: 0 0 5px;
}
.product-details-recommend .check-area .check-block p span.price {
  font-size: 16px;
  display: inline-block;
}
.product-details-recommend .check-area .check-block p span.tax {
  display: inline-block;
}
.product-details-recommend .check-area .check-block p.limited .normal-price span.price {
  text-decoration: line-through;
}
.product-details-recommend .check-area .check-block p.limited .normal-price span.tax {
  display: none;
}
.product-details-recommend .check-area .check-block p.limited .limited-price {
  display: inline-block;
}
.product-details-recommend .check-area .check-block p.limited .limited-price:before {
  content: "▶︎";
  color: #ADADAD;
  margin: 0 5px;
  vertical-align: text-bottom;
  font-size: 10px;
}
.product-details-recommend .check-area .check-block p.limited .limited-price span.price {
  font-size: 16px;
  color: #BA0000;
}
.product-details-recommend .check-area .check-block p.limited .limited-price span.tax {
  color: #BA0000;
}
.product-details-recommend .cart-area .number-block {
  padding: 0 10px 0 0;
}
.product-details-recommend .cart-area .cart-block {
  padding: 0;
}
.product-details-recommend .cart-area .cart-block a {
  white-space: nowrap;
  padding: 14px 0px 12px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: #DC426A;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
}
.product-details-recommend .cart-area .cart-block a i {
  color: #fff;
}
.product-details-recommend .cart-area .cart-block a img {
  vertical-align: middle;
  display: inline-block !important;
}
.product-details-recommend .cart-area .number-block {
  padding-left: 0;
  position: relative;
}
.product-details-recommend .cart-area .number-block:before {
  content: '\f2f9';
  position: absolute;
  top: calc(50% - 11px);
  right: 25px;
  color: #adadad;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Material-Design-Iconic-Font';
  line-height: 1;
  pointer-events: none;
}
.product-details-recommend .cart-area .number-block::after {
  content: "数量：";
  position: absolute;
  top: 13px;
  left: 9px;
  font-size: 15px;
  z-index: 1;
  pointer-events: none;
  line-height: 1;
}
.product-details-recommend .cart-area .number-block select {
  outline: none;
  text-indent: 0.01px;
  background-color: #F4F4F4;
  border: 1px solid #ADADAD;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding-left: 52px;
  border-radius: 0;
}
.product-details-recommend .cart-area .number-block select option {
  background-color: #fff;
  color: #333;
}
.product-details-recommend .cart-area .number-block select::-ms-expand {
  display: none;
}
.product-details-recommend .cart-area .number-block select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
/* ↓#5561 */
.review-list {
  margin: 0 0 0 230px;
}
@media (max-width: 1199px) {
  .review-list {
    margin: 50px 15px 0 245px;
  }
}
@media (max-width: 991px) {
  .review-list {
    margin: 0px 15px 0 15px;
  }
}
h2.review-detail-title {
  font-size: 18px;
  font-weight: normal;
  border-left: 5px solid #dc426a;
  line-height: 1.4;
  padding-left: 10px;
  margin: 0 0 10px 230px;
}
@media (max-width: 991px) {
  h2.review-detail-title {
   font-size: 18px;
   font-weight: normal;
   border-left: 5px solid #dc426a;
   line-height: 1.4;
   padding-left: 10px;
   margin: 0 0 10px 15px;
  }
}
@media (max-width: 767px) {
  h2.review-detail-title {
    font-size: 18px;
    font-weight: normal;
    border-left: 5px solid #dc426a;
    line-height: 1.4;
    padding-left: 10px;
    margin: 0 0 10px 5%;
  }
}
.newReviewContainer {
  display: flex;
  flex-wrap: wrap;
}
.newReviewContainer #reviewInfo {
  width: 50%;
  /*  margin: 1px;*/
  padding: 10px;
  /*  border-bottom: 1px solid #ADADAD;*/
}
.newReviewCommodityName {
    font-size: 12px;
}
@media (max-width: 767px) {
  .newReviewContainer {
    display: initial;
  }
  .newReviewContainer #reviewInfo {
    width: initial;
  }
  .newReviewCommodityName {
    font-size: 10px;
  }
}
/* ↑#5561 */

/* #5562 add start */
.category-contents {
  margin: 50px 0 0 230px;
}
@media (max-width: 1199px) {
  .category-contents {
    margin: 50px 15px 0 245px;
  }
}
@media (max-width: 991px) {
  .category-contents {
    margin: 50px 15px 0 15px;
  }
}
/* #5562 add end */
/* ↓#5874 */
.swiper-button-next:after {
  content: '';
  background: url("../assets/detail02_2x.86453b.png");
  background-size: cover;
  width: 25px;
  height: 25px;
  display: block;
  opacity: 1 !important;
}
/* ↑#5874 */

/* ↓#5952 */
.star-ico-area {
  display: flex;
  justify-content: space-between;
}
/* ↑#5952 */
.messageArea {
  margin-top: 10px;
}

/* 230907 add */
.hr.mb40 {
  margin: 0 0 40px;
}

/* 231204 カテゴリーから探す【追加】 */
.under_category {
/*  max-width: 1140px;*/
  margin: 20px auto 0;
}
.under_category ul {
  display: flex;
  flex-wrap: wrap;
}
.under_category ul span {
  display: flex;
  flex-wrap: wrap;
}
.under_category ul li {
  width: 116px;
  margin: 0 20px 20px 0;
}
.under_category .uc_trigger {
  display: none;
}
.under_category ul li img {
  width: 116px;
  margin: 0 0 10px;
}
.under_category ul li span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
/* #7485 */
.hideContentsBlock {
  z-index: -1000 !important;
  display: none !important;
}
@media (max-width: 767px) {
  .under_category {
    border-top: 1px solid #D3D3D3;
/*    border-bottom: 1px solid #D3D3D3;*/
    padding: 20px 0 10px;
    margin: 20px 0;
  }
  .under_category ul li {
    width: 31.33%;
    margin: 0 3% 10px 0;
    text-align: center;
  }
  .under_category ul li:nth-child(3n) {
    margin: 0 0 10px;
  }
  .under_category .uc_trigger {
    display: block;
    font-size: 14px;
    color: #4F6B91;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
  }
  .under_category .uc_trigger strong {
    font-size: 15px;
  }
  .under_category ul li img {
    width: 100px;
    margin: 0 auto 7px;
  }
}

/* #7226 add start */
.pc_top_topics {
  width: 960px;
  margin: 0 auto 20px;
  padding: 10px 10px;
  background: #F4F4F4;
  display: flex;
  font-size: 14px;
  border-radius: 4px;
}
.pc_top_topics .tit {
  font-weight: bold;
  width: 120px;
  flex-shrink: 0;
}
.pc_top_topics dl {
  display: flex;
  align-items: center;
}
.pc_top_topics dl dt {
  font-size: 14px;
  margin: 0 10px 0 0;
}
.pc_top_topics dl dd {
  height: 1.5em;
  overflow: hidden;
}
.pc_top_topics dl dd a {
  text-decoration: underline;
}
.pc_top_topics dl dd a:hover {
  text-decoration: none;
}
.sp_top_topics {
  display: none;
}

.pc_top_topics_gift {
  margin: 10px auto 20px !important;
}

@media (max-width: 1199px) {
  .pc_top_topics {
    width: 95%;
  }
  .pc_top_topics dl dd {
    width: 61%;
  }
}

@media (max-width: 1071px) {
  .pc_top_topics {
    display: none;
  }
  .sp_top_topics {
    align-items: center;
    width: 94%;
    margin: 0 auto 20px;
    padding: 10px 10px;
    background: #F4F4F4;
    display: flex;
    font-size: 12px;
    border-radius: 4px;
  }
  .sp_top_topics .tit {
    font-weight: bold;
    width: 100px;
    flex-shrink: 0;
  }
  .sp_top_topics dl {
    display: flex;
    align-items: center;
  }
  .sp_top_topics dl dt {
    font-size: 12px;
    margin: 0 10px 0 0;
  }
  .sp_top_topics dl dd {
    height: 1.5em;
    overflow: hidden;
  }
  .sp_top_topics dl dd a {
    text-decoration: underline;
  }
  .sp_top_topics dl dd a:hover {
    text-decoration: none;
  }
}
/* #7226 add end */

.visual-first {
  line-height: 0;
}
.visual-first .slick-track {
  padding: 10px 0;
}
.visual-first .slick-slide {
  width: 300px !important;
  margin: 0 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .visual-first .slick-list {
    height: auto !important;
  }
  .visual-first .slick-slide {
    width: auto;
  }
}
.visual-first .slick-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.banner-area .banner-img.feature img {
  border-radius: 8px;
}

.top_popularity_itemcat {
  margin-top: 50px;
}
.top_popularity_itemcat .inner{
  overflow: auto;
  white-space: nowrap;
}
.top_popularity_itemcat .inner::-webkit-scrollbar{
  height: 5px;
}
.top_popularity_itemcat .inner::-webkit-scrollbar-track{
  background: #F1F1F1;
}
.top_popularity_itemcat .inner::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.top_popularity_itemcat ul {
  width: 100%;
  display: flex;
  margin: 0 0 10px;
}
.top_popularity_itemcat ul span {
  display: flex;
  flex-wrap: wrap;
}
.top_popularity_itemcat ul li {
  width: 116px;
  margin: 0 10px 0 0;
}
.top_popularity_itemcat .uc_trigger {
  display: none;
}
.top_popularity_itemcat ul li img {
  width: 116px;
  margin: 0 0 10px;
}
.top_popularity_itemcat ul li span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

h2.top_tit {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.notice_btn a {
  display: block;
  width: 100%;
  max-width: 300px;
  border: 1px solid #DC416A;
  background: #fff;
  color: #DC416A;
  font-size: 14px;
  padding: 10px 0;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 4px;
}
.top_free {
    margin: 0 0 20px;
    padding: 0 15px 0px;
}
.top_free.first {
  margin: 50px 0 20px;
}

/* #7224 add start */
.sp_hotword {
  display: none;
}
@media (max-width: 1071px) {
  .visual-first {
    margin: 0 0 30px !important;
  }
  .sp_hotword {
    width: 94%;
    margin: 1px auto 0;
    display: flex;
    font-size: 10px;
  }
  .sp_hotword .tit {
    width: 65px;
    color: #DC416A;
    font-weight: bold;
    flex-shrink: 0;
    margin: 8px 0 0 0;
    font-size: 11px;
  }
  .sp_hotword .list{
    overflow: auto;
    white-space: nowrap;
    margin: 0 0 10px;
  }
  .sp_hotword .list::-webkit-scrollbar{
    height: 0px;
  }
  .sp_hotword .list::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  .sp_hotword .list::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .sp_hotword .list ul {
    display: flex;
    margin: 0 0 3px;
  }
  .sp_hotword .list ul li {
    margin: 0 5px 0 0;
  }
  .sp_hotword .list ul li a {
    display: block;
    border: 1px solid #D3D3D3;
    padding: 8px 7px;
    border-radius: 3px;
  }

  .sp_category.under {
    width: 94%;
    margin: 50px auto 0;
    position: static;
  }

  #sp_categorynav.under .cate span.trg {
    background: #F4F4F4 url("../assets/ico_plus_p.262b67.png") 50% 50% no-repeat;
    background-size: auto 10px;
  }
  #sp_categorynav.under .modal-header {
    padding: 0;
  }
  #sp_categorynav.under .modal-title {
    text-align: left;
    margin: 0 0 10px;
  }
  .sp_notice {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 20px 3%;
/*    background: #FDF4F6;*/
    font-size: 14px;
  }
  .sp_notice .row {
    padding: 0;
  }
  .container .sp_notice .base-mb-l {
    margin: 10px 0 20px;
  }
  .sp_notice #main {
    margin: 0 auto;
  }
  .sp_notice .base-notice-list-aw dt {
    float: none;
  }

  h2.top_tit {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
  }
  h2.top_tit.indent {
    margin-left: 3%;
  }

  .top_popularity_itemcat {
    margin: 50px 3% 40px;
  }
  .top_popularity_itemcat .inner{
    overflow: visible;
    white-space: normal;
  }
  /*.top_popularity_itemcat .inner::-webkit-scrollbar{
    height: 5px;
  }
  .top_popularity_itemcat .inner::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  .top_popularity_itemcat .inner::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }*/
  .top_popularity_itemcat ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
  .top_popularity_itemcat ul span {
    display: flex;
    flex-wrap: wrap;
  }
  .top_popularity_itemcat ul li {
    width: 31.33%;
    margin: 0 3% 10px 0;
    text-align: center;
  }
  .top_popularity_itemcat ul li:nth-child(3n) {
    margin: 0 0 10px;
  }
  .top_popularity_itemcat ul li img {
    width: 100px;
    margin: 0 auto 10px;
  }
  .top_popularity_itemcat ul li span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }

}
/* #7224 add endt */

/* #7437 add start */
.product-details .detail-review .detail-review-box .review-box-title h3 {
  font-size: 16px;
}
@media (max-width: 767px) {
  #reviewbox {
      padding-top: 100px;
      margin-top: -100px;
  }
  .product-details .detail-review .detail-review-title {
      display: flex;
      align-items: center;
  }
  .product-details .detail-review .detail-review-title .star span {
      font-size: 12px;
      margin: 0 0 0 2px;
  }
  .product-details .detail-review .detail-review-title .star i {
      color: #E8AD27;
      margin: 0 -5px 0 0;
  }
  .reviewScoreImageArea span {
      display: flex;
      align-items: center;
      font-size: 14px;
  }
  .reviewScoreImageArea span img {
      margin: 0 7px 0 0;
  }
}
/* #7437 add end */
/* #7424 add start */
.product-details .product-details-area p.attention {
    font-size: 11px;
    padding-top: 8px;
    text-align: left;
    color: #ACACAC;
}
@media (max-width: 767px) {
  .product-details .product-details-area .gallery-top {
      position: relative;
  }
  .gallery-top .swiper-button-prev:after {
      content: '';
      background: url("../assets/arw_detail_swiper_l.d13cac.png");
      background-size: cover;
      width: 30px;
      height: 30px;
      display: block;
      opacity: 1 !important;
  }
  .gallery-top .swiper-button-next:after {
      content: '';
      background: url("../assets/arw_detail_swiper_r.6307b3.png");
      background-size: cover;
      width: 30px;
      height: 30px;
      display: block;
      opacity: 1 !important;
      position: static;
  }
  .product-details .product-details-area .gallery-top .item_favorite_label {
      position: absolute;
      bottom: 30px;
      right: 10px;
      z-index: 10;
  }
  .product-details .product-details-area .gallery-top .item_favorite_label a {
      display: block;
      width: 54px;
      height: 54px;
      font-size: 10px;
      text-align: center;
      background: #fff url("../assets/ico_nofav.7ce6bc.png") 50% 10px no-repeat;
      background-size: 24px auto;
      padding: 36px 0 0;
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .product-details .product-details-area .gallery-top .item_favorite_label a.active {
      background: #fff url("../assets/ico_fav.a810c6.png") 50% 10px no-repeat;
      background-size: 24px auto;
  }
  .product-details .product-details-area p.attention {
      text-align: center;
  }
}
/* #7424 add end */
/* #7426 add start */
@media (max-width: 767px) {
  .pc {
      display: none !important;
  }
  .sp_coupon {
      margin: 0 0 25px;
  }
  .sp_coupon > a {
      display: flex;
      border: 1px solid #DC416A;
      border-radius: 8px;
      margin: 0 0 5px;
  }
  .sp_coupon .ico {
      width: 15%;
      font-size: 12px;
      font-weight: bold;
      color: #DC416A;
      background: #FDF4F6 url("../assets/ico_download.4f6d94.png") 50% 15px no-repeat;
      background-size: 18px auto;
      border-radius: 8px 0 0 8px;
      padding: 40px 12px 12px 12px;
      text-align: center;
  }
  .sp_coupon .cnt {
      width: 85%;
      font-size: 14px;
      padding: 10px;
  }
  .sp_coupon .cnt .off {
      font-size: 16px;
      font-weight: bold;
  }
  .sp_coupon .cnt .off span {
      color: #BA0000;
  }
  .sp_coupon .cnt .title {
      width: 230px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .sp_coupon > a.active {
      border: 1px solid #dcdcdc;
  }
  .sp_coupon > a.active .ico {
      color: #ACACAC;
      background: #F4F4F4 url("../assets/ico_done.9a972e.png") 50% 20px no-repeat;
      background-size: 18px auto;
  }
}
/* #7426 add end */
/* #7429 add start */
.tab {
    display: none !important;
}
@media (max-width: 767px) {
  .product-details .check-area {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin: 10px 0 20px;  /* B2CEC-773 update */
  }
  .product-details .check-area .check-block {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 0;
    padding-right: 0;
    background: #ffffff;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product-details .check-area .check-block.toggle {
    background: #FDF4F6;
  }
  .product-details .check-area .check-block .col-xs-9,
  .product-details .check-area .check-block .col-xs-3 {
    padding: 0;
  }
  .product-details .check-area .check-block .col-xs-9 {
    width: 82%;
  }
  .product-details .check-area .check-block .col-xs-3 {
    width: 18%;
  }
  .product-details .check-area .check-block label {
    padding: 10px 5px 10px 12px;
    width: 100%;
  }
  .product-details .check-area .check-block:nth-child(even) {
    border-top: none;
  }
  .product-details .check-area .check-block .check {
    display: none;
  }
  .box-sp-productdetail-wrapper .check-area .check-block .check + .checkbox-icon {
    position: relative;
    vertical-align: middle;
  }
  .box-sp-productdetail-wrapper .check-area .check-block .check + .checkbox-icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ADADAD;
    border-radius: 50%;
  }
  .box-sp-productdetail-wrapper .check-area .check-block .check + .checkbox-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .box-sp-productdetail-wrapper .check-area .toggle .check + .checkbox-icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ADADAD;
    border-radius: 50%;
  }
  .box-sp-productdetail-wrapper .check-area .toggle .check + .checkbox-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #DC426A;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .product-details .check-area .check-block p {
    margin-left: 25px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
  }
  .product-details .check-area .check-block p span.type {
    display: block;
      font-size: 14px;
      font-weight: normal;
  }
  .product-details .check-area .check-block p span.price {
    font-size: 18px;
    display: inline-block;
  }
  .product-details .check-area .check-block p span.tax {
    display: inline-block;
  }
  .product-details .check-area .check-block p span.price-before {
    font-size: 14px;
    font-weight: normal;
  }
  .product-details .check-area .check-block p.limited .normal-price span.price {
    text-decoration: line-through;
  }
  .product-details .check-area .check-block p.limited .normal-price span.tax {
    display: none;
  }
  .product-details .check-area .check-block p.limited .limited-price {
    display: inline-block;
  }
  .product-details .check-area .check-block p.limited .limited-price:before {
    content: "▶︎";
    color: #ADADAD;
    margin: 0 5px;
    vertical-align: text-bottom;
    font-size: 10px;
  }
  .product-details .check-area .check-block p.limited .limited-price span.price {
    font-size: 16px;
    color: #BA0000;
  }
  .product-details .check-area .check-block p.limited .limited-price span.tax {
    color: #BA0000;
  }
  .product-details .check-area .check-block p span.price-after span.tax {
    font-size: 12px;
  }
  .product-details  .number-block {
    padding: 10px 12px 8px 0px;
    text-align: right;
  }
  .product-details  .number-block:before {
    z-index: 1;
    content: "";
    position: absolute;
    background-image: url("../assets/icon_down.23250c.png");
    right: 0;
    top: 50%;
    font-size: 14px;
    margin-top: -9px;
    margin-right: 30%;
    height: 20px;
    width: 20px;
  }
  .product-details  .number-block select {
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background-color: #F4F4F4;
    border: 1px solid #ADADAD;
    vertical-align: middle;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding-left: 12px;
    border-radius: 0;
  }
  .product-details  .number-block select option {
    background-color: #fff;
    color: #333;
  }
  .product-details  .number-block select::-ms-expand {
    display: none;
  }
  .product-details  .number-block select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tab {
    display: block !important;
  }
  .product-details-side {
    width: 100%;
    padding: 0;
    clear: both;
  }
  .product-details-side .check-area .check-block p span.type,
  .product-details-side .check-area .check-block p span.price-case, .box-sp-productdetail p span.price-case,
  .product-details-side .check-area .check-block p span.price-after span.tax,
  .product-details-side .check-area .check-block p span.tax-before-small {
    font-size: 12px;
  }
  .product-details-side .check-area .check-block p span.price-before,
  .product-details-side .product-details-side-inner .check-area .check-block p span.price {
    font-size: 18px;
  }
  .product-details-side .product-details-side-inner .no-choice-tab {
    font-size: 14px;
    color: #adadad;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 15px;
  }
}
/* #7429 add end */
/* #7431 add start */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .disable_btn {
    background: #ADADAD;
    color: #FFFFFF !important;
  }
}
@media (max-width: 767px) {
  .cv_btn {
    margin: 0 0 20px;
  }
  .cv_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
  }
  .cv_btn a i {
    font-size: 24px;
    line-height: 1;
    margin: 0 10px 0 0;
  }
  .cv_btn a.cartin {
    background: #DC416A;
    padding: 16px 14px;
    margin: 0 0 10px;
    color: #FFF;
  }
  .cv_btn a.cartin_disable {
    background: #ADADAD;
    padding: 16px 14px;
    margin: 0 0 10px;
    color: #FFFFFF;
  }
    .cv_btn a.cartin_semiactive  {
    background: #4F6B91;
    padding: 16px 14px;
    margin: 0 0 10px;
    color: #FFFFFF;
  }
  .cv_btn a.fav {
    border: 1px solid #D3D3D3;
    background: #fff;
    padding: 12px 14px;
  }
  .cv_btn a.fav i {
    color: #acacac;
  }
  .cv_btn a.fav.active {
    color: #ACACAC;
  }
  .cv_btn a.fav.active i {
    color: #DC416A;
  }
}
/* #7431 add end */

/* #7432 add start */
@media (max-width: 767px) {
  .detail-choice {
      display: none;
      z-index: 1000;
      width: 100%;
      box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
      padding: 10px;
      background: #ffffff;
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
  }
  .detail-choice.is-fixed {
/*    display: block;*/

  }
  .detail-choice .detail-choice-inner {
      flex-direction: row;
      justify-content: space-between;
  }
  .detail-choice .detail-choice-inner .item_favorite_label {
      position: absolute;
      bottom: 11px;
      right: 10px;
      z-index: 10;
  }
  .detail-choice .detail-choice-inner .item_favorite_label a.active {
      background: #fff url("../assets/ico_fav.a810c6.png") 50% 10px no-repeat;
      background-size: 20px auto;
  }
  .detail-choice .detail-choice-inner .item_favorite_label a {
      display: block;
      width: 48px;
      height: 48px;
      font-size: 10px;
      text-align: center;
      background: #fff url("../assets/ico_nofav.7ce6bc.png") 50% 10px no-repeat;
      background-size: 20px auto;
      padding: 32px 0 0;
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .detail-choice .detail-choice-inner .detail-choice-button-wrap {
      width: 80%;
      position: relative;
  }
  .detail-choice .detail-choice-inner .detail-choice-button-wrap .detail-choice-button {
    border-radius: 4px;
    font-size: 16px;
  }
  .detail-choice .detail-choice-inner .detail-choice-button-wrap .detail-choice-button i {
      margin: 0 5px 0 0;
      font-size: 20px;
  }
  .detail-choice .detail-choice-inner .detail-choice-button-wrap a {
      color: #ffffff;
  }
}
/* #7432 add end */

/* #7819 add start */
/* スマホ配送モード切替帯 */
@media (max-width: 767px) {
  .sp_infobar {
    background: #333;
    width: 100%;
    font-size: 12px;
    padding: 5px 5px 5px 10px;
    display: flex;
    justify-content: space-between;
  }
  .sp_infobar.sib_tenpo {
    background: #ec6b96;
  }
  .sp_infobar.sib_okugai {
    background: #3db1f3;
  }
  .sp_infobar.sib_zenkoku {
    background: #76ad40;
  }
  .sp_infobar.sib_gift {
    background: #e27900;
  }
  .sp_infobar p {
    color: #fff;
  }
  .sp_infobar span {
    padding: 0 5px;
    position: absolute;
    right: 5px;
    font-size: 21px;  /* B2CEC-781 add*/
  }
}

@media (min-width: 767px) {
  .sib_none {
    display: none !important;
  }
}
/* #7819 add end */

@media (max-width: 767px) {
  .sp_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.guideline-text {
 font-size: 15px;
 font-weight: bold;
 text-align: left;
 margin-bottom: 20px;
}
.modal-body .confirm-modal-contactless,
.modal-body .confirm-modal-contactless .confirm-modal-prev {
    display: flex;
    justify-content: center;
    width: 100%;
}



/* 20260612 dtakano */
#kkys-top.container {
background: 
  url("../assets/soccerfair_bg_right.006ccd.jpg") right top / auto no-repeat,
  url("../assets/soccerfair_bg_left.05e06c.jpg") left top / auto no-repeat,
  #FFF;
  max-width: 1920px;
}
#kkys-top.container > div > div.row {
  background-color: #FFF;
}
#top-recommend-slider > .slick-list {
  background-color: #FDF4F6;
}
.slick-initialized {
  background: 
  url("../assets/soccerfair_bg_slider.72fe9c.jpg") center top / auto repeat,
  #FFF !important;
}
.visual-first .slick-slide:not(.activeSlide) {
  opacity: 1 !important;
  -webkit-filter: opacity(100%) !important;
  -moz-filter: opacity(100%) !important;
  -ms-filter: opacity(100%) !important;
  -o-filter: opacity(100%) !important;
  filter: opacity(100%) !important;
  background: #FFF !important;
}
.visual-first .slick-slide.activeSlide {
  background: #FFF !important;
}