@charset "UTF-8";
.colum800_r {
  float: none;
  width: auto;
  font-feature-settings: 'palt';
  margin-right: 0;
}

.colum200_l {
  display: none;
}

#wrapper {
  background: #00154e;
}
#wrapper #pan {
  color: #fff;
}

#pan a, #pan a:hover, #pan a:visited {
  color: #fff;
}

#content {
  background: #00154e;
}

#content .clearfix {
  min-height: 0;
}

a {
  color: #000;
  text-decoration: none;
}

/*カラーパレット*/
.red_bg {
  background-color: red;
}

.yellow_bg {
  background-color: yellow;
}

/*クローズ後用=====*/
#closed p {
  text-align: center;
  font-size: 20px;
  padding: 20px;
  word-break: break-word;
}
#closed .btn_title {
  margin-top: 40px;
}
#closed img {
  width: 100%;
}

.bnr {
  border: 2px solid #00154e;
}
.bnr img {
  width: 100%;
}

.bnr_img {
  width: 100%;
  max-width: 940px;
  margin: 40px auto;
}
.bnr_img img {
  width: 100%;
}

.capmaign_title {
  background: #000;
  padding: 20px 0;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
}

.content__ttl {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  position: relative;
  margin: auto;
  padding: 0 60px;
  max-width: 820px;
  text-align: center;
  letter-spacing: 2px;
}
.content__ttl::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
}
.content__ttl span {
  position: relative;
  padding: 0 1em;
  background: #00154e;
}

.content__ttl--bgimg {
  background: #444 url(/simages/u/image/nishi_shinjyuku_open/ttl_1mth_01.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto;
  height: 80px;
  max-width: 940px;
  margin: auto;
}

.ttl_bnr {
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  display: flex;
  align-items: center;
  margin: 30px auto 0;
  width: 100%;
  max-width: 940px;
  color: #fff;
}
.ttl_bnr.item01 {
  background-image: url(/simages/u/image/nishi_shinjyuku_open/ttl_1mth_01.png), linear-gradient(to right, #000, #b07d00);
}
.ttl_bnr.item02 {
  background-image: url(/simages/u/image/nishi_shinjyuku_open/ttl_1mth_02.png), linear-gradient(to right, #000, #b07d00);
}
.ttl_bnr.item03 {
  background-image: url(/simages/u/image/nishi_shinjyuku_open/ttl_1mth_03.png), linear-gradient(to right, #000, #b07d00);
}
.ttl_bnr .bnr_title {
  font-size: 24px;
  color: #FFF;
  font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif;
  padding: 20px;
  width: 50%;
  line-height: 1.2;
  text-align: right;
}
.ttl_bnr .bnr_text {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  padding: 20px 40px;
  padding-left: 0;
  margin-left: auto;
  width: 40%;
}
.ttl_bnr .ttl_bnr--name {
  font-size: 28px;
  font-weight: bold;
  padding: 12px 4px 12px 16%;
}
.ttl_bnr .ttl_bnr--text {
  font-size: 24px;
}

.note {
  color: #fff;
}

.content__notes {
  width: 100%;
  max-width: 940px;
  margin: auto;
}

.map {
  width: 100%;
  max-width: 940px;
  margin: 40px auto;
}
.map img {
  width: 100%;
}
.map a {
  transition: .2s;
}
.map a:hover {
  opacity: 0.6;
}

/*セクション*/
section {
  padding: 0px 0;
}
section.cate_box.no1 {
  background-color: #EDEDED;
  padding: 40px 0;
}
section.cate_box.no2, section.cate_box .no3 {
  background: linear-gradient(45deg, #FCF9EE 25%, transparent 25%, transparent 75%, #FCF9EE 75%), linear-gradient(45deg, #FCF9EE 25%, transparent 25%, transparent 75%, #FCF9EE 75%);
  background-color: #F8F2DC;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}

/*特集から選ぶ　カテゴリから選ぶ　選択ボタンエリア=====*/
.pickup, .category_wrap, .category_wrap_vis {
  width: 90%;
  max-width: 880px;
  margin: auto;
}

.ttl {
  line-height: 1;
  /*position: relative;*/
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  background: #b07d00;
  max-width: 940px;
  margin: 40px auto 0;
  letter-spacing: 2px;
}
.ttl span {
  display: block;
}
.ttl span img {
  width: 20px;
  margin-left: 20px;
}

.pickup ul.pick_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0px;
  gap: calc(20px) calc(calc(100% - 92%) / 3);
}
.pickup ul.pick_list li {
  font-size: 16px;
  width: calc((100% - 48px) / 3);
  font-feature-settings: 'palt';
  position: relative;
  display: grid;
}
.pickup ul.pick_list li a {
  padding: 12px 0px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #fff;
  transition: 0.4s;
}
.pickup ul.pick_list li a:hover {
  border: 2px solid #D02823;
}
.pickup ul.pick_list li a p {
  width: 70%;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}
.pickup ul.pick_list li a p span {
  font-size: 18px;
}
.pickup ul.pick_list li a p span.brin {
  display: inline-block;
}
.pickup ul.pick_list li a::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #D02823;
  border-right: solid 2px #D02823;
  -ms-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
}

.category_wrap {
  position: relative;
  padding: 50px 0 0;
}
.category_wrap ul li.ttl_cate a {
  color: #333;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  display: block;
}
.category_wrap ul li.ttl_cate a span {
  display: inline-block;
  position: relative;
  max-width: 80%;
}
.category_wrap ul li.ttl_cate a span::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: translateY(-30%) rotate(135deg);
  -webkit-transform: translateY(-30%) rotate(135deg);
  transform: translateY(-30%) rotate(135deg);
  background-repeat: no-repeat;
  top: 30%;
  right: -30px;
}
.category_wrap ul ul.cate_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 16px auto 0;
  justify-content: space-between;
  /*&.is-open {
      margin: 16px auto 0;
  }*/
}
.category_wrap ul ul.archive-content {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}
.category_wrap ul ul.archive-content.is-open {
  line-height: normal;
  height: auto;
  opacity: 1;
  display: flex;
}
.category_wrap ul ul li.cate_btn {
  width: calc((100% - 48px) / 4);
  font-feature-settings: 'palt';
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.category_wrap ul ul li.cate_btn a {
  padding: 15px 0px;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  background-color: #fff;
}
.category_wrap ul ul li.cate_btn a:hover {
  background-color: #F4E6AB;
}

.category_wrap_vis {
  position: relative;
  padding: 60px 0 0;
}
.category_wrap_vis ul.cate_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 16px auto 0;
  justify-content: space-between;
}
.category_wrap_vis ul.archive-content.is-open {
  line-height: normal;
  height: auto;
  opacity: 1;
  display: flex;
}
.category_wrap_vis ul li.cate_btn {
  width: calc((100% - 48px) / 4);
  font-feature-settings: 'palt';
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.category_wrap_vis ul li.cate_btn a {
  padding: 15px 0px;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  background-color: #fff;
}
.category_wrap_vis ul li.cate_btn a:hover {
  background-color: #F4E6AB;
}
.category_wrap_vis .accordion-box {
  position: relative;
}
.category_wrap_vis .accordion-box label {
  height: 180px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 25px;
  position: absolute;
  top: -60px;
  width: 100%;
  padding-top: 0px;
  /* 以下グラデーションは「背景が白」に併せて設定しています */
  background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0.95) 90%);
  background: -moz-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0.95) 90%);
  background: -o-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0.95) 90%);
  background: -ms-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0.95) 90%);
}
.category_wrap_vis .accordion-box label span {
  display: block;
  width: 100%;
  background-color: black;
  padding: 20px 0;
  display: block;
  color: #fff;
  font-weight: bold;
}
.category_wrap_vis .accordion-box label span::after, .category_wrap_vis .accordion-box label span::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 20px;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.4s;
}
.category_wrap_vis .accordion-box label span::after {
  transform: rotate(90deg);
}
.category_wrap_vis .accordion-box input:checked + label {
  background: inherit;
  /* 開いた時には背景グラデーションを消す */
  height: 60px;
}
.category_wrap_vis .accordion-box input {
  display: none;
}
.category_wrap_vis .accordion-box .accordion-container {
  overflow: hidden;
  height: 120px;
  /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.category_wrap_vis .accordion-box input:checked + label {
  /* display: none ; 閉じるボタンは要らないとき */
}
.category_wrap_vis .accordion-box input:checked + label span::before {
  transform: rotate(90deg) !important;
}
.category_wrap_vis .accordion-box input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 0px;
  /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/*送料無料=====*/
#free_shipping .free_shipping .box {
  display: flex;
  /*border: 3px solid #D02823;*/
  background-color: #D02823;
}
#free_shipping .free_shipping .box p {
  font-size: 16px;
  line-height: 1;
}
#free_shipping .free_shipping .box p.ttl {
  line-height: 1;
  padding: 20px 0 19px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background-color: #D02823;
  width: 100%;
  max-width: 200px;
  letter-spacing: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#free_shipping .free_shipping .box p.text {
  color: #333;
  font-size: 20px;
  border: none;
  margin: 0;
  padding: 10px 20px;
  width: auto;
  background-color: #fff;
  line-height: 1.2;
  border: 3px solid #D02823;
  width: 100%;
}
#free_shipping .free_shipping .box p.text span.notes {
  font-size: 16px;
  font-weight: normal;
}

/*クーポン=====*/
#coupon {
  background: #F4E6AB;
  margin: 0;
  padding: 30px 0;
}
#coupon .coupon {
  width: 90%;
  max-width: 980px;
  margin: auto;
  text-align: center;
}
#coupon .coupon img {
  width: 100%;
}
#coupon .coupon_box {
  width: 95%;
  margin: 40px auto 0;
  letter-spacing: 1px;
}
#coupon .coupon_box .code {
  padding: 25px 15px 15px;
  background-color: #fff;
  margin-bottom: 25px;
  font-size: 25px;
  text-align: center;
  border-radius: 20px;
}
#coupon .coupon_box .code p {
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  color: #D02823;
}
#coupon .coupon_box .code span {
  padding: 20px;
  background-color: #888;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1;
}
#coupon .coupon_box .code button {
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1;
}
#coupon .coupon_box .code button.codecopy {
  font-size: 20px;
  padding: 20px 40px;
  margin: 0 0 0 20px;
  color: #fff;
  background-color: #ff0017;
  border-radius: 40px;
}
#coupon .coupon_box .code .success-msg {
  display: none;
  position: fixed;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  color: #fff;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
}
#coupon .notes {
  width: 90%;
  max-width: 980px;
  margin: 20px auto 0;
}
#coupon .notes p {
  font-size: 20px;
  line-height: 1.4;
}

/*各特集=====*/
.pick_box {
  width: 100%;
  max-width: 940px;
  margin: auto;
  padding: 40px 0;
  /*ピックアップ商品*/
}
.pick_box h2.ttl {
  background-color: #D02823;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}
.pick_box .icon_img {
  padding: 20px 0 0;
}
.pick_box ul.item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0px 0 0;
}
.pick_box ul.item_list li.item_box {
  padding-bottom: 20px;
  background-color: revert;
  margin: 0 4px 12px;
}
.pick_box ul.item_list li.item_box a {
  transition: 0.4s;
}
.pick_box ul.item_list li.item_box a:hover {
  opacity: 0.6;
}
.pick_box ul.item_list li.item_box.col2 {
  width: calc((100% - 20px) / 2);
}
.pick_box ul.item_list li.item_box.col3 {
  width: calc((100% - 30px) / 3);
}
.pick_box ul.item_list li.item_box.col4 {
  width: calc((100% - 40px) / 4);
}
.pick_box ul.item_list li.item_box .item_img {
  margin-bottom: 20px;
}
.pick_box ul.item_list li.item_box .item_name {
  font-size: 22px;
  line-height: 1.4;
  padding: 0 10px;
  margin: 32px 0;
  font-weight: bold;
  word-break: break-all;
  color: #fff;
  text-align: justify;
}
.pick_box ul.item_list li.item_box .item_name span.new_line {
  display: inline-block;
}
.pick_box ul.item_list li.item_box .item_name_white {
  background: #fff;
  color: #333;
  padding: 8px 8px;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 32px;
  justify-content: center;
}
.pick_box ul.item_list li.item_box .item_copy {
  font-size: 18px;
  line-height: 1.2;
  padding: 0 10px;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: justify;
}
.pick_box ul.item_list li.item_box .item_price {
  font-size: 20px;
  font-weight: bold;
  color: #fcbd00;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
.pick_box ul.item_list li.item_box .item_price span {
  font-size: 60px;
}
.pick_box ul.item_list li.item_box .item_price_sale p {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.pick_box ul.item_list li.item_box .item_price_sale p span {
  font-size: 30px;
  text-decoration-line: line-through;
  text-decoration-style: double;
  text-decoration-color: #000;
}
.pick_box ul.item_list li.item_box .item_price_sale p::after {
  position: absolute;
  content: '';
  top: 50%;
  right: -2em;
  transform: rotate(90deg);
  border: 10px solid transparent;
  border-left: 12px solid;
}
.pick_box ul.item_list li.item_box .item_limited {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 12px 0;
  padding: 0 10px;
  text-align: right;
}
.pick_box ul.item_list li.item_box .item_limited span {
  display: inline-block;
  background: #c2272d;
  padding: 4px;
}
.pick_box ul.item_list li.item_box p.tax {
  text-align: right;
  padding-right: 10px;
  font-size: 20px;
  font-weight: normal;
}

/*から探す*/
.category_serch_btn {
  margin: 20px 0;
}
.category_serch_btn a {
  background-color: #F4E6AB;
  border-radius: 0px;
  color: #333;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 8px 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.4s;
}
.category_serch_btn a:hover {
  opacity: 0.8;
}
.category_serch_btn a span {
  position: relative;
  max-width: 70%;
  line-height: 1.4;
}
.category_serch_btn a span::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: translateY(-30%) rotate(45deg);
  -webkit-transform: translateY(-30%) rotate(45deg);
  transform: translateY(-30%) rotate(45deg);
  position: absolute;
  top: 40%;
  right: -30px;
}

/*トップにもどる*/
.topbtn_box {
  display: flex;
  justify-content: flex-end;
  padding: 20px 40px;
  background-color: revert;
  border-top: none;
  padding: 0;
}
.topbtn_box .topbtn {
  font-weight: bold;
  width: 200px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-feature-settings: 'palt';
  position: relative;
}
.topbtn_box .topbtn a {
  padding: 8px 0px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  font-size: 18px;
  color: #333;
  background-color: #F4E6AB;
  transition: 0.4s;
}
.topbtn_box .topbtn a:hover {
  opacity: 0.8;
}
.topbtn_box .topbtn a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 45%;
  right: 20px;
}

/*ピックアップ商品エリア調整*/
.A10 {
  background-color: #EDEDED;
  padding: 40px 0;
}
.A10 div.shopbox_wrap {
  max-width: 960px;
  margin: auto;
  padding: 0;
}
.A10 div.shopbox_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.A10 div.shopbox_wrap ul li {
  background-color: #fff;
  padding: 0px;
  margin-right: 0%;
  margin: 8px 4px 0;
  width: calc((100% - 32px) / 4);
}
.A10 div.shopbox_wrap ul li:nth-child(5n) {
  /*margin-top: 8px;*/
}
.A10 div.shopbox_wrap ul li .imgbox {
  height: auto;
}
.A10 div.shopbox_wrap ul li .imgbox a img {
  max-height: inherit;
}
.A10 div.shopbox_wrap ul li p.product_name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 8px;
  margin-bottom: 30px;
  text-align: justify;
}
.A10 div.shopbox_wrap ul li p.product_name a {
  font-weight: bold;
}
.A10 div.shopbox_wrap ul li p.kouri_kakaku {
  padding: 0 8px;
}
.A10 div.shopbox_wrap ul li p.price {
  padding: 0 8px;
}
.A10 div.shopbox_wrap ul li p.kouri_kakaku {
  /*display: none;*/
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  #footer .f_menu .menu_ttl a, #footer .f_menu .menu_ttl span {
    padding-left: 30px;
  }

  /*SPアンカーリンクヘッダーの高さぶん調整*/
  .ank {
    margin-top: -100px;
    padding-top: 100px;
    /*display: grid;*/
  }

  .bnr {
    border: 2px solid #00154e;
  }
  .bnr img {
    width: 100%;
  }

  .bnr_img {
    width: 100%;
    max-width: 940px;
    margin: 20px auto;
  }
  .bnr_img img {
    width: 100%;
  }

  .capmaign_title {
    background: #000;
    padding: 12px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    line-height: 1.4;
  }

  .content__ttl {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    margin: auto;
    padding: 0 20px;
    max-width: 820px;
    text-align: center;
    letter-spacing: 2px;
  }
  .content__ttl::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #fff;
  }
  .content__ttl span {
    position: relative;
    padding: 0 0.4em;
    background: #00154e;
  }

  .ttl_bnr {
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    display: block;
    align-items: center;
    margin: 30px auto 0;
    width: 100%;
    max-width: 940px;
  }
  .ttl_bnr.item01 {
    background-image: url(/simages/u/image/nishi_shinjyuku_open/ttl_1mth_01.png), linear-gradient(to right, #000, #b07d00);
  }
  .ttl_bnr.item02 {
    background-image: url(/simages/u/image/nishi_shinjyuku_open/ttl_1mth_02.png), linear-gradient(to right, #000, #b07d00);
  }
  .ttl_bnr.item03 {
    background-image: url(/simages/u/image/nishi_shinjyuku_open/ttl_1mth_03.png), linear-gradient(to right, #000, #b07d00);
  }
  .ttl_bnr .ttl_bnr--name {
    font-size: 20px;
    font-weight: bold;
    padding: 12px 8px 12px 16%;
    text-align: right;
    filter: drop-shadow(0px 0px 8px #333);
  }
  .ttl_bnr .ttl_bnr--text {
    font-size: 24px;
  }

  .content__notes {
    width: 100%;
    max-width: 940px;
    margin: auto;
  }

  .map {
    margin: 20px auto 40px;
  }

  /*セクション*/
  section {
    padding: 0px 0;
  }
  section.no1 {
    background-color: #EDEDED;
    padding: 20px 0;
  }

  /*特集から選ぶ　カテゴリから選ぶ　選択ボタンエリア=====*/
  .pickup, .category_wrap {
    width: 90%;
    max-width: 880px;
    margin: auto;
  }

  .ttl {
    line-height: 1;
    /*position: relative;*/
    padding: 20px 0 19px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
  }
  .ttl span {
    display: block;
  }
  .ttl span img {
    width: 20px;
    margin-left: 20px;
  }

  .pickup ul.pick_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0 0px;
    gap: calc(8px) calc(calc(100% - 94%) / 2);
  }
  .pickup ul.pick_list li {
    font-size: 14px;
    width: calc((100% - 20px) / 2);
    font-feature-settings: 'palt';
    position: relative;
    display: grid;
  }
  .pickup ul.pick_list li a {
    padding: 10px 0px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #fff;
    transition: 0.4s;
  }
  .pickup ul.pick_list li a:hover {
    border: 2px solid #D02823;
  }
  .pickup ul.pick_list li a p {
    width: 64%;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
  }
  .pickup ul.pick_list li a p span {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
  }
  .pickup ul.pick_list li a p span.brin {
    display: inline-block;
  }
  .pickup ul.pick_list li a::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #D02823;
    border-right: solid 2px #D02823;
    -ms-transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    background-repeat: no-repeat;
    top: 50%;
    right: 8px;
    background-size: 12px;
  }

  .category_wrap {
    position: relative;
    padding: 40px 0 0;
  }
  .category_wrap ul li.ttl_cate a {
    color: #333;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    display: block;
  }
  .category_wrap ul li.ttl_cate a span {
    display: inline-block;
    position: relative;
    max-width: 80%;
  }
  .category_wrap ul li.ttl_cate a span::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: translateY(-30%) rotate(135deg);
    -webkit-transform: translateY(-30%) rotate(135deg);
    transform: translateY(-30%) rotate(135deg);
    background-repeat: no-repeat;
    top: 30%;
    right: -30px;
  }
  .category_wrap ul ul.cate_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 16px auto 0;
    justify-content: space-between;
  }
  .category_wrap ul ul.archive-content {
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.4s;
  }
  .category_wrap ul ul.archive-content.is-open {
    line-height: normal;
    height: auto;
    opacity: 1;
  }
  .category_wrap ul ul li.cate_btn {
    width: calc((100% - 10px) / 2);
    font-feature-settings: 'palt';
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .category_wrap ul ul li.cate_btn a {
    padding: 10px 0px;
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    background-color: #fff;
  }
  .category_wrap ul ul li.cate_btn a:hover {
    background-color: #F4E6AB;
  }

  .category_wrap_vis {
    position: relative;
    padding: 60px 0 0;
  }
  .category_wrap_vis ul ul.cate_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 16px auto 0;
    justify-content: space-between;
  }
  .category_wrap_vis ul ul.archive-content.is-open {
    line-height: normal;
    height: auto;
    opacity: 1;
  }
  .category_wrap_vis ul ul li.cate_btn {
    width: calc((100% - 10px) / 2);
    font-feature-settings: 'palt';
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .category_wrap_vis ul ul li.cate_btn a {
    padding: 10px 0px;
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    background-color: #fff;
  }
  .category_wrap_vis ul ul li.cate_btn a:hover {
    background-color: #F4E6AB;
  }

  /*送料無料=====*/
  #free_shipping .free_shipping .box {
    display: block;
  }
  #free_shipping .free_shipping .box p.ttl {
    padding: 10px 0;
    font-size: 22px;
    margin: auto;
  }
  #free_shipping .free_shipping .box p.text {
    width: auto;
    font-size: 16px;
  }
  #free_shipping .free_shipping .box p.text span.notes {
    font-size: 14px;
    font-weight: normal;
  }

  /*クーポン=====*/
  #coupon {
    background: #F4E6AB;
    margin: 0;
    padding: 30px 0;
  }
  #coupon .coupon {
    width: 94%;
    max-width: 980px;
    margin: auto;
  }
  #coupon .coupon_box {
    width: 95%;
    margin: 40px auto 0;
  }
  #coupon .coupon_box .code {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    text-align: center;
    border-radius: 20px;
  }
  #coupon .coupon_box .code p {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #D02823;
  }
  #coupon .coupon_box .code span {
    padding: 10px;
    background-color: #888;
    color: #fff;
  }
  #coupon .coupon_box .code button.codecopy {
    font-size: 15px;
    padding: 10px 20px;
    margin: 20px 0 0 0px;
    color: #fff;
    background-color: #ff0017;
    border-radius: 40px;
  }
  #coupon .coupon_box .code .success-msg {
    display: none;
    position: fixed;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    top: 170px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 5px;
  }
  #coupon .notes {
    width: 90%;
    max-width: 980px;
    margin: 20px auto 0;
  }
  #coupon .notes p {
    font-size: 14px;
    line-height: 1.4;
  }

  /*各特集=====*/
  .pick_box {
    width: 100%;
    padding: 20px 0 40px;
    /*ピックアップ商品*/
  }
  .pick_box ul.item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 0px 0 0;
  }
  .pick_box ul.item_list li.item_box {
    padding-bottom: 20px;
    background-color: revert;
    margin-bottom: 15px;
  }
  .pick_box ul.item_list li.item_box.col2_sp {
    width: calc((100% - 8px) / 2);
  }
  .pick_box ul.item_list li.item_box.col3_sp {
    width: calc((100% - 12px) / 3);
  }
  .pick_box ul.item_list li.item_box.col3 {
    width: calc((100% - 20px) / 2);
  }
  .pick_box ul.item_list li.item_box.col4_sp {
    width: calc((100% - 12px) / 4);
  }
  .pick_box ul.item_list li.item_box .item_img {
    margin-bottom: 20px;
  }
  .pick_box ul.item_list li.item_box .item_name {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 4px;
    margin: 12px 0;
    font-weight: bold;
    word-break: break-all;
  }
  .pick_box ul.item_list li.item_box .item_name_white {
    background: #fff;
    color: #333;
    padding: 8px 8px;
    text-align: center;
    font-size: 12px;
  }
  .pick_box ul.item_list li.item_box .item_copy {
    font-size: 12px;
    line-height: 1.2;
    padding: 0 4px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: justify;
  }
  .pick_box ul.item_list li.item_box .item_price {
    font-size: 12px;
    font-weight: bold;
    color: #fcbd00;
    text-align: right;
    padding-right: 4px;
    margin-bottom: 10px;
    line-height: 1;
  }
  .pick_box ul.item_list li.item_box .item_price span {
    font-size: 22px;
  }
  .pick_box ul.item_list li.item_box .item_price_sale p {
    position: relative;
    display: inline-block;
    padding: 0 6px 20px 6px;
    font-size: 10px;
  }
  .pick_box ul.item_list li.item_box .item_price_sale p span {
    font-size: 18px;
    text-decoration-line: line-through;
    text-decoration-style: double;
    text-decoration-color: #000;
  }
  .pick_box ul.item_list li.item_box .item_price_sale p::after {
    position: absolute;
    content: '';
    top: 70%;
    right: 3.5em;
    transform: rotate(90deg);
    border: 10px solid transparent;
    border-left: 12px solid;
  }
  .pick_box ul.item_list li.item_box .item_limited {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 0 4px;
    text-align: right;
  }
  .pick_box ul.item_list li.item_box .item_limited span {
    display: inline-block;
    background: #c2272d;
    padding: 4px;
  }
  .pick_box ul.item_list li.item_box p.tax {
    text-align: right;
    padding-right: 4px;
    font-size: 12px;
    font-weight: normal;
  }

  /*から探す*/
  .category_serch_btn a {
    font-size: 16px;
  }

  /*トップにもどる*/
  .topbtn_box {
    display: flex;
    justify-content: center;
    background-color: revert;
    border-top: none;
    padding: 0;
  }
  .topbtn_box .topbtn {
    font-weight: bold;
    width: calc(100% /2);
    margin-bottom: 0px;
    margin-left: 0px;
    font-feature-settings: 'palt';
    position: relative;
    border: 1px solid #F8F2DC;
  }
  .topbtn_box .topbtn a {
    padding: 8px 0px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    font-size: 14px;
    color: #333;
    background-color: #F4E6AB;
    transition: 0.4s;
  }
  .topbtn_box .topbtn a:hover {
    opacity: 0.8;
  }
  .topbtn_box .topbtn a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    top: 45%;
    right: 10px;
  }

  #pick1 .topbtn_box, #pick2 .topbtn_box, #pick3 .topbtn_box, #pick4 .topbtn_box, #pick5 .topbtn_box, #pick6 .topbtn_box, #pick7 .topbtn_box {
    background-color: revert;
    border-top: none;
    padding: 0;
  }
  #pick1 .topbtn_box .topbtn a, #pick2 .topbtn_box .topbtn a, #pick3 .topbtn_box .topbtn a, #pick4 .topbtn_box .topbtn a, #pick5 .topbtn_box .topbtn a, #pick6 .topbtn_box .topbtn a, #pick7 .topbtn_box .topbtn a {
    background-color: #F4E6AB;
    transition: 0.4s;
  }

  /*ピックアップ商品エリア調整*/
  .A10 {
    padding: 20px 0;
  }
  .A10 div.shopbox_wrap ul.slider-for {
    padding: 0 4px;
  }
  .A10 div.shopbox_wrap ul li {
    width: calc((100% - 32px) / 3);
  }
  .A10 div.shopbox_wrap ul li .imgbox {
    height: auto;
  }
  .A10 div.shopbox_wrap ul li .imgbox a img {
    max-height: inherit;
  }
  .A10 div.shopbox_wrap ul li p.product_name {
    font-size: 12px;
    line-height: 1.2;
    padding: 0 4px;
    margin-bottom: 12px;
  }
  .A10 div.shopbox_wrap ul li p.kouri_kakaku {
    padding: 0 4px;
  }
  .A10 div.shopbox_wrap ul li p.price {
    padding: 0 4px;
  }
  .A10 div.shopbox_wrap ul li p.price span.selling_price {
    font-size: 13px;
  }
  .A10 div.shopbox_wrap ul li p.kouri_kakaku {
    /*display: none;*/
  }
}
@media screen and (min-width: 768px) and (max-width: 896px) {
  ul.pick_list {
    margin: 10px 0 0px;
    gap: calc(8px) calc(calc(100% - 98%) / 2);
  }

  ul.pick_list li {
    width: calc((100% - 20px) / 2);
  }

  ul.pick_list li:after {
    right: 20px;
  }
}
