/* Early product, cart, and category layouts kept before shared controls for cascade compatibility.
   Source order is preserved from legacy base.css to avoid layout drift. */
.s__product {
  background: #FFF;
  padding-bottom: 36px;
}

.s__product__inner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  color: #333;
}

@media screen and (max-width: 1060px) {
  .s__product__inner {
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
}

.s__product__slide {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1060px) {
  .s__product__slide {
    margin-bottom: 30px;
  }
}

.s__product__slide__slider {
  margin-bottom: 20px;
}

.s__product__slide__slider .slide-item {
  position: relative;
}

.s__product__slide__slider .slide-item p {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 40px;
}

.s__product__slide__slider .slide-item p img {
  width: 100%;
}

.s__product__slide p {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 40px;
}

.s__product__slide p img {
  width: 100%;
}

.s__product__slide__slider .slide-item p a:hover {
  opacity: 0.6;
}

.s__product__slide__slider .slide-item img {
  width: 100%;
}

.s__product__slide img {
  width: 100%;
}

.s__product__slide__thumbnail-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s__product__slide__thumbnail-list .thumbnail-item {
  max-width: 88px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 10px;
}

.s__product__slide__thumbnail-list .thumbnail-item.empty{
  border: none;
  width: 88px;
}

.s__product__slide__thumbnail-list .thumbnail-item:hover {
  opacity: 0.7;
}

.s__product__slide__thumbnail-list .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.s__product__slide__thumbnail-list .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}

@media screen and (max-width: 800px) {
  .s__product__slide__thumbnail-list .thumbnail-item {
    width: 19%;
  }
  .s__product__slide__thumbnail-list .thumbnail-item.empty{
    border: none;
    width: 19%;
  }
}

.s__product__detail {
  max-width: 480px;
}

#extract_image {
  position: relative;
}

.singleImage {
  display:block;
  width:100%;
  height:100%;
}

@media screen and (max-width: 1060px) {
  .s__product__detail {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2%;
  }
}

.s__product__detail h2 {
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: bold;
}

.s__product__detail h2 span {
  color: #999999;
  display: block;
}

.s__product__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.s__product__icon .icon01 {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px 4px;
  text-align: center;
  margin-right: 7px;
}

.s__product__icon .icon01.yoyaku {
  background: #FF0000;
}

.s__product__icon .icon02 {
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px 4px;
  text-align: center;
  background: #FFF;
  border: 1px solid #ff0000;
}

.s__product__price01 {
  font-size: 16px;
  color: #666;
}

.s__product__price01 span:after {
  content: "↓";
  margin-left: 2px;
}

.s__product__price01.not span:after {
  content: none;
  margin-left: 0;
}

.s__product__price02 {
  color: #ff0000;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.s__product__price02__kakko{
  color: #0000FF;
  font-size: 14px;
}

.s__product__price02 span.s__product__price02_special {
  font-size: 25px;
  font-weight: bold;
}

.s__product__price02 span.s__product__price02_normal {
  font-size: 25px;
  font-weight: bold;
}

.s__product_price02_without_tax {
  padding-left: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}


.s__product__point {
  color: #999999;
  font-size: 14px;
  margin-bottom: 35px;
}

.s__product__formInner01 {
  /*display: -webkit-box;*/
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.s__product__select {
  margin-right: 20px;
}

.s__product__select select {
  width: 110px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 10px 10px 10px 15px;
  border: 1px solid #ccc;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: url(../images/s-arrow_down_bk.png) no-repeat right 18px top 17px;
  background-size: 14px 9px;
  font-size: 16px;
  border-radius: 0;
}

.s__product__select select:hover {
  cursor: pointer;
}

.s__product__select select::-ms-expand {
  display: none;
}

.s__product__select select option {
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: #FFF;
  color: #333;
  cursor: pointer;
  font-size: 16px;
}

.s__product__select input {
  width: 70px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 10px 10px 10px 15px;
  border: 1px solid #ccc;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  border-radius: 0;
}


.s__product__quantity {
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
  margin-left: 20px;
}

.s__product__formInner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 58px;
}

.s__product__formInner03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 58px;
}

.s__product__formInner_size {
  display: flex;
  width:50px;
}

@media screen and (max-width: 1060px) {
  .s__product__formInner02 {
    margin-bottom: 20px;
  }
}

.s__product__formInner02_soldout{
  display:-webkit-box;
}
.s__product__formInner02 form {
  display:flex !important;
}
.s__product__formInner02 .s__product__cart {
  width: 390px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c83227 url(../images/s-cart2.png) no-repeat center top 12px;
  background-size: 181px 22px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border-radius: 0;
}

.s__product__formInner02 .s__product__cart_invalid {
  width: 390px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c83227;
  opacity: 0.5;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border-radius: 0;
  cursor: default;
}

@media screen and (max-width: 1060px) {
  .s__product__formInner02 .s__product__cart {
    width: calc(100% - 90px);
  }
}

.s__product__formInner02 .s__product__cart:hover {
  opacity: 0.6;
}

.s__product__formInner02 .s__product__wish {
  width: 80px;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s__product__formInner02 .s__product__wish span {
  display: block;
  width: 23px;
  height: 18px;
  background: url(../images/s-wish2.png) no-repeat center center;
  background-size: contain;
}

.s__product__formInner02 .s__product__wish:hover span {
  background: url(../images/s-wish_ov.png) no-repeat center center;
  background-size: contain;
}

.s__product__detail02 {
  background: #f0f0f0;
  padding: 18px 20px 14px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.s__product__detail02 dl {
  margin-bottom: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s__product__detail02 dl:last-child {
  margin-bottom: 0;
}

.s__product__detail02 dt {
  font-weight: bold;
  width: 25%;
}

.s__product__detail02 dd {
  width: 70%;
}

.s__product02 {
  background: #e7e2da;
}

.s__product02__inner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 60px;
  color: #333;
}

@media screen and (max-width: 1060px) {
  .s__product02__inner {
    padding: 20px 4%;
    display: block;
  }
}

.s__product02__left, .s__product02__right {
  max-width: 480px;
}

@media screen and (max-width: 1060px) {
  .s__product02__left, .s__product02__right {
    max-width: 100%;
  }
}

@media screen and (max-width: 1060px) {
  .s__product02__left {
    margin-bottom: 30px;
  }
}

.s__product02__left p {
  line-height: 1.9;
  font-size: 14px;
}

.s__product02__detail {
  border-bottom: 1px solid #c5beb3;
  padding-bottom: 35px;
  margin-bottom: 20px;
}

.s__product02__detail dl {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.s__product02__detail dl.s__last {
  margin-bottom: 30px;
}

.s__product02__detail dt {
  width: 20%;
}

.s__product02__detail dd {
  width: 75%;
}

.s__product02__detail p {
  font-size: 12px;
}

.s__product02__buzz {
  margin-bottom: 40px;
}

.s__product02__buzz ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s__product02__buzz ul li {
  margin-right: 17px;
  width: 26px;
}

.s__product02__buzz ul li a img {
  max-width: 100%;
}

.s__product02__buzz ul li a:hover {
  opacity: 0.6;
}

.s__product02__caution {
  font-size: 12px;
  line-height: 1.5;
}

.s__product02__inner02 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0 20px;
  color: #333;
}

@media screen and (max-width: 1320px) {
  .s__product02__inner02 {
    padding: 20px 0;
    max-width: 1020px;
    display: block;
  }
}

@media screen and (max-width: 1140px) {
  .s__product02__inner02 {
    max-width: 760px;
  }
}

@media screen and (max-width: 850px) {
  .s__product02__inner02 {
    max-width: 500px;
  }
}

@media screen and (max-width: 850px) {
  .s__product02__inner02 {
    max-width: none;
    padding: 20px 4%;
  }
}

.s__product02__inner02 .s__h2 {
  color: #333 !important;
}

@media screen and (max-width: 1060px) {
  .s__product02__inner02 .s__h2 span {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 800px) {
  .s__product02__inner02 .s__h2.mb {
    margin-bottom: 12px;
  }
}

.s__product02__inner02 .s__items li a {
  background: #FFF;
}

.s__product03__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 25px;
  color: #333;
}

@media screen and (max-width: 1320px) {
  .s__product03__inner {
    padding: 20px 0;
    max-width: 1020px;
    display: block;
  }
}

@media screen and (max-width: 1140px) {
  .s__product03__inner {
    max-width: 760px;
  }
}

@media screen and (max-width: 850px) {
  .s__product03__inner {
    max-width: 500px;
  }
}

@media screen and (max-width: 850px) {
  .s__product03__inner {
    max-width: none;
    padding: 20px 4%;
  }
}

.s__product03__inner .s__h2 {
  font-size: 18px;
  margin-bottom: 17px;
}

.s__cart {
  background: #FFF;
  padding-bottom: 36px;
}

.s__cart__h2 {
  margin-bottom: 40px;
}

.s__cart__h2 h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.s__cart__h2 p {
  font-size: 14px;
}

.s__cart__inner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
}

@media screen and (max-width: 1060px) {
  .s__cart__inner {
    padding: 0 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
}

.s__cart__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1060px) {
  .s__cart__area {
    display: block;
  }
}

.s__cart__table {
  max-width: 740px;
}

@media screen and (max-width: 1060px) {
  .s__cart__table {
    margin-left: auto;
    margin-right: auto;
  }
}

.s__cart__th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

@media screen and (max-width: 800px) {
  .s__cart__th {
    display: none;
  }
}

.s__cart__th .s__cart__point {
  padding-bottom: 0px;
}

.s__cart__th .s__cart__price {
  padding-bottom: 0px;
}

.s__cart__th .s__cart__deleat {
  width: 36px;
  margin-bottom: 0px;
}

.s__cart__th dt {
  width: 428px;
}

.s__cart__th dt, .s__cart__th dd {
  font-size: 14px;
}

.s__cart__th dd {
  text-align: center;
}

.s__cart__num {
  width: 72px;
}

@media screen and (max-width: 800px) {
  .s__cart__num {
    width: 60%;
    text-align: right !important;
    display: block;
  }
}

.s__cart__point {
  width: 104px;
  font-size: 18px;
  padding-bottom: 15px;
}

.s__cart__point span {
  font-size: 12px;
}

@media screen and (max-width: 800px) {
  .s__cart__point {
    width: 40%;
    text-align: right !important;
    display: block;
  }
}

.s__cart__price {
  width: 99px;
  font-size: 18px;
  padding-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .s__cart__price {
    width: 60%;
    text-align: right !important;
    display: block;
    padding-bottom: 6px;
  }
}

.s__cart__deleat {
  width: 36px;
  margin-bottom: 5px;
}

.s__cart__deleat a:hover {
  opacity: 0.7;
}

.s__cart__deleat img {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .s__cart__deleat {
    text-decoration: underline;
    font-size: 12px;
    color: #666;
    width: 40%;
    text-align: right !important;
    display: block;
  }
  .s__cart__deleat img {
    display: none;
  }
}

.s__cart__table__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
  .s__cart__table__dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -1px;
    border-top: 1px solid #ccc;
  }
}

.s__cart__table__dl dt {
  width: 278px;
  margin-right: 10px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (max-width: 800px) {
  .s__cart__table__dl dt {
    width: calc(100% - 87px);
    margin-right: 0px;
    margin-bottom: 7px;
  }
}

.s__cart__table__dl dt p {
  padding: 7px 10px 6px;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 0.8;
  margin-right: 5px;
}

.s__cart__table__dl dt p.icon02{
  padding: 6px 10px 5px;
}

.s__cart__table__dl dt a{
  display: block;
}

@media screen and (max-width: 800px) {
  .s__cart__table__dl dt p {
    margin-bottom: 7px;
    font-size: 12px;
  }
}

.s__cart__table__dl dt a {
  font-size: 16px;
  max-width: 276px;
  color: #333;
  font-weight: bold;
}

.s__cart__table__dl dt a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .s__cart__table__dl dt a {
    margin-bottom: 6px;
    font-size: 14px;
    display: block;
  }
}

.s__cart__table__dl dd {
  text-align: center;
}

.s__cart__photo {
  /*width: 120px;*/
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (max-width: 800px) {
  .s__cart__photo {
    width: 80px;
    margin-right: 7px;
  }
}

.s__cart__photo img {
  max-width: 100%;
}

.s__cart__photo a:hover {
  opacity: 0.7;
}

.s__cart__num select {
  width: 72px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0 0 10px;
  padding: 6px 10px 6px 7px;
  border: 1px solid #ccc;
  height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: url(../images/s-arrow_down_bk.png) no-repeat right 10px top 11px;
  background-size: 14px 9px;
  font-size: 14px;
  border-radius: 0;
}

.s__cart__num select:hover {
  cursor: pointer;
}

.s__cart__num select option {
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}

.s__cart__num select::-ms-expand {
  display: none;
}

.s__cart__num input{
  width: 72px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 5px 10px;
  height: 32px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.s__cart__ex {
  margin-top: 60px;
}

@media screen and (max-width: 1060px) {
  .s__cart__ex {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.s__cart__resister {
  max-width: 240px;
  background: #e7e2da;
  padding: 25px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
  .s__cart__resister {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}

.s__cart__resister__total {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #c5beb3;
  margin-bottom: 5px;
  padding-bottom: 2px;
}

.s__cart__resister__price {
  color: #FF0000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}

.s__cart__resister__price_tax {
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
}

.order_total_tax{
  font-size: 14px !important;
}

@media screen and (max-width: 1060px) {
  .s__cart__resister__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 800px) {
  .s__cart__resister__input {
    display: block;
  }
}

.s__cart__resister__btn {
  width: 100%;
  height: 48px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c83227;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 25px;
  border-radius: 0;
}
.s__cart__resister__btn__invalid {
  opacity: 0.5;
}

@media screen and (max-width: 1060px) {
  .s__cart__resister__btn {
    width: 49%;
  }
}

@media screen and (max-width: 800px) {
  .s__cart__resister__btn {
    width: 100%;
  }
}

.s__cart__resister__btn:hover {
  opacity: 0.6;
}

.s__cart__resister__back {
  background: #FFF;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  height: 48px;
}

@media screen and (max-width: 1060px) {
  .s__cart__resister__back {
    width: 49%;
  }
}

@media screen and (max-width: 800px) {
  .s__cart__resister__back {
    width: 100%;
  }
}

.s__cart__resister__back:hover {
  opacity: 0.6;
}

.s__cart__resister span {
  display: inline-block;
  padding: 2px 6px 1px 5px;
  margin-right: 1px;
}

.s__category {
  background: #400b0d;
}

.s__category__main {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.s__category__main img {
  width: 100%;
}

.s__category__inner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 25px;
  color: #fff;
}

@media screen and (max-width: 1060px) {
  .s__category__inner {
    padding: 40px 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
}

.s__category__inner02 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 25px;
  color: #fff;
}

@media screen and (max-width: 1320px) {
  .s__category__inner02 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1020px;
  }
}

@media screen and (max-width: 1140px) {
  .s__category__inner02 {
    max-width: 760px;
  }
}

@media screen and (max-width: 850px) {
  .s__category__inner02 {
    max-width: 500px;
  }
}

@media screen and (max-width: 800px) {
  .s__category__inner02 {
    padding: 20px 4%;
    max-width: none;
  }
}

.s__category__h2Area {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .s__category__h2Area {
    margin-bottom: 20px;
  }
}

.s__category__h2Area h2 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
}

.s__category__h2Area p {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  .s__category__h2Area p {
    text-align: left;
    font-size: 14px;
  }
}

.s__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  .s__category__list {
    display: block;
  }
}

.s__category__list__inner {
  background: #e7e2da;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 1060px) {
  .s__category__list__inner {
    width: 49%;
    padding-bottom: 46px;
  }
}

@media screen and (max-width: 800px) {
  .s__category__list__inner {
    width: 100%;
    max-width: none;
  }
}

.s__category__list__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s__category__list__inner a:hover img {
  opacity: 0.7;
}

.s__category__list__inner a:hover p {
  color: #d32013;
}

.s__category__list__inner a:hover h3 {
  color: #d32013;
}

.s__category__list__inner a:hover .s__category__list__ex div {
  background: #6d0e07;
  border: #6d0e07;
  color: #fff;
}

.s__category__list__inner figure {
  margin-right: 10px;
  width: 220px;
}

@media screen and (max-width: 1060px) {
  .s__category__list__inner figure {
    width: 45%;
    margin-bottom: 10px;
    margin-right: auto;
  }
}

.s__category__list__inner figure img {
  vertical-align: bottom;
  width: 100%;
}

.s__category__list__ex {
  position: relative;
  width: 250px;
}

@media screen and (max-width: 1060px) {
  .s__category__list__ex {
    width: 52%;
    margin-bottom: 10px;
  }
}

.s__category__list__ex h3 {
  color: #6d0e07;
  font-size: 20px;
  font-weight: bold;
  margin-top: 6px;
  padding-bottom: 7px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 16px;
}

.s__category__list__ex p {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.s__category__list__ex div {
  position: absolute;
  bottom: 0;
  width: 250px;
  height: 36px;
  text-align: center;
  border: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
  .s__category__list__ex div {
    display: none;
  }
}

.s__category__list .s__tb__btn {
  display: none;
}

@media screen and (max-width: 1060px) {
  .s__category__list .s__tb__btn {
    position: absolute;
    bottom: 10px;
    width: 94.5%;
    height: 36px;
    text-align: center;
    border: 1px solid #666666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
