@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
input {
  display: none;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 50;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 51;
}

.recommendeditems_wrap,
.favorite_list_modal {
  color: #000;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  line-height: 1.6;
  font-weight: 100;
}
.recommendeditems_wrap a,
.favorite_list_modal a {
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
  line-height: 1.4;
}
.recommendeditems_wrap a:hover,
.favorite_list_modal a:hover {
  opacity: 0.8;
}
.recommendeditems_wrap a div,
.favorite_list_modal a div {
  color: #000;
  text-decoration: none;
}
.recommendeditems_wrap p,
.favorite_list_modal p {
  line-height: 1.4;
}
.recommendeditems_wrap ul,
.recommendeditems_wrap ol,
.favorite_list_modal ul,
.favorite_list_modal ol {
  list-style: none;
}

.fv {
  position: relative;
  background: url(../img/fv-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 0 120px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 140px 0 120px;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv::before {
    content: none;
  }
}
.fv__dec {
  position: absolute;
}
.fv__dec img {
  vertical-align: bottom;
}
.fv__dec-left {
  width: 35%;
  left: -2%;
  bottom: 0;
}
.fv__dec-right {
  width: 35%;
  right: 0;
  bottom: 0;
}
.fv__dec-top {
  width: 90%;
  top: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fv__dec-bottomleft {
  width: 40%;
  left: -2%;
  bottom: 0;
}
.fv__dec-bottomright {
  width: 60%;
  right: 0;
  bottom: 0;
}
.fv__ttl {
  position: relative;
  z-index: 1;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}

.search_key {
  display: none;
}

.d_none {
  display: none !important;
}

.reccomend_pickup {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  overflow-x: hidden;
  margin-top: 40px;
}
.reccomend_pickup-ttl {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .reccomend_pickup-ttl {
    margin-bottom: 20px;
  }
}
.reccomend_pickup-ttl::before {
  content: "";
  position: absolute;
  width: 50%;
  max-width: 300px;
  height: 1px;
  background: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.reccomend_pickup-ttl::after {
  content: "";
  position: absolute;
  width: 4%;
  height: 1px;
  background: #000;
  transform: rotate(-30deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -4px;
}
@media screen and (max-width: 767px) {
  .reccomend_pickup-ttl::after {
    width: 10%;
  }
}
.reccomend_pickup-ttl h3 {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 600;
}
.reccomend_pickup .reccoment_list {
  list-style: none;
  margin: auto;
  padding: 0;
  display: inline-block;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reccomend_pickup .reccoment_list {
    width: calc(100vw - 35px);
    overflow-x: scroll;
    display: flex;
    margin: 0 auto;
  }
}
.reccomend_pickup .reccoment_list .saleitem_banner.saleitem_banner_is_hidden {
  display: none;
}
.reccomend_pickup .reccoment_list img {
  height: 200px;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .reccomend_pickup .reccoment_list img {
    height: 160px;
  }
}
.reccomend_pickup .reccoment_list li {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.reccomend_pickup .reccoment_list li p {
  margin: auto;
  text-indent: -9999em;
  overflow: hidden;
  height: 200px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reccomend_pickup .reccoment_list li p {
    width: 280px;
    height: 200px;
  }
}
.reccomend_pickup .reccoment_list li .reccoment_list_i {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .reccomend_pickup .reccoment_list li .reccoment_list_i {
    background-size: 100% 100%;
  }
}
.reccomend_pickup .reccoment_list li .reccoment_list_t {
  text-align: left;
  display: inline-block;
  width: 90%;
  position: absolute;
  bottom: 8%;
  left: 5%;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 0.9em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reccomend_pickup .reccoment_list li .reccoment_list_t {
    font-size: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .reccomend_pickup .reccoment_list {
    width: 100%;
    min-width: 890px;
  }
}

.slick-arrow {
  background: #f0f0f0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: none;
  text-indent: -9999em;
  position: absolute;
  top: 35%;
  margin: auto;
  z-index: 50;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(-135deg);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(45deg);
}

#css_wrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #css_wrap {
    padding-bottom: 0;
  }
}

.recommended_search {
  margin-top: 80px;
}

.selectnow_page {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .selectnow_page {
    margin-top: 0;
  }
}
.selectnow_page button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 0;
  margin-left: 10px;
  border-radius: 50px;
  background: #fff;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  width: 1.2em;
  height: 1.2em;
  align-items: center;
  justify-content: center;
}

.css_wrap01 {
  display: flex;
  max-width: 1200px;
  margin: 40px auto 0;
}

.search_wrap {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .search_wrap {
    width: 260px;
  }
}

.accodion {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 1em;
  background: rgba(255, 249, 242, 0.5);
  display: block !important;
}
@media screen and (max-width: 767px) {
  .accodion {
    background: none;
    padding: 0;
    margin-bottom: 30px;
    border-top: 1px solid #DEDEDE;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .accodion > * {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .accodion .accodion_li {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .accodion .accodion_li .culumn2 li {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .accodion .accodion_li .culumn2 li:nth-child(even) {
    border-left: 1px solid #DEDEDE;
  }
}
@media screen and (max-width: 767px) {
  .accodion .accodion_li .culumn2 > * {
    font-size: 0.8em;
  }
}
@media print, screen and (min-width: 768px) {
  .accodion .accodion_li .accodion_inul {
    display: block !important;
  }
}
.accodion .accodion_li .accodion_inul li {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .accodion .accodion_li .arrow_r:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #6EAB9A;
    border-right: solid 1px #6EAB9A;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .accodion_t {
    font-size: 12px;
    pointer-events: none;
    background: #fff;
    padding: 4px 8px;
    border-top: 1px solid #DEDEDE;
    position: relative;
    background: #9D7F59;
    color: #fff;
    font-size: 1em;
  }
}

@media print, screen and (min-width: 768px) {
  .nav {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 40px 1em 80px;
    background-color: #fff;
    transition: all 0.6s;
    z-index: 800;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .nav p + p {
    margin: auto;
  }
}
.nav .css_t1 {
  position: relative;
  font-size: 1.4em;
  margin-bottom: 1em;
  text-align: center;
  font-weight: 600;
}
.nav .css_t1::before, .nav .css_t1::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  background: #000;
  bottom: 0;
  transform: skewX(-20deg);
}
.nav .css_t1::before {
  left: 10%;
}
.nav .css_t1::after {
  right: 10%;
}

@media screen and (max-width: 767px) {
  .nav-open .product_cat {
    position: inherit;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .product_cat_list {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin: auto;
    font-size: 14px;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .product_cat_list li {
    position: relative;
    width: 50%;
    margin: -1px 0 0 -1px;
    border-bottom: 1px solid #E9E9E9;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .product_cat_list li:nth-child(odd) {
    border-right: 1px solid #E9E9E9;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .product_cat_list li:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #9D7F59;
    border-right: solid 1px #9D7F59;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .nav-open .product_cat_list li label {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .product_cat_list li a {
    padding: 8px 15px;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .search_tenant li {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .search_tenant label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 6px 20px 6px 6px;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .search_tenant input:checked + label {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .hamburger {
    right: 0;
    background: #f5f5f5;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .hamburger--left {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .nav {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .hamburger_border {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hamburger {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 60px;
    cursor: pointer;
    z-index: 999;
    padding: 4px 0;
    background: #fff;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.5s ease;
    text-align: center;
    font-size: 0.8em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .hamburger .search_icon {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hamburger .search_icon img {
    width: 14%;
    max-width: 26px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger--left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    right: auto;
    left: 0;
    background: #fff;
  }
}
.hamburger--left .favorite_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hamburger--right {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .hamburger--right .search_icon img {
    width: 95%;
    margin-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger .favorite_icon {
    width: auto;
    height: auto;
    font-size: 0.8em;
    box-shadow: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .hamburger .favorite_icon img {
    width: 16%;
    max-width: 30px;
    margin: 2px 0;
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .hamburger_border {
    position: absolute;
    right: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all 0.6s;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hamburger_border-top {
    top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger_border_center {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger_border_bottom {
    top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
}

.search_tenant {
  position: relative;
}
@media screen and (max-width: 767px) {
  .search_tenant {
    margin-top: -1px;
  }
  .search_tenant .accodion_li.d_block {
    display: block;
  }
}
.search_tenant .accodion_li > span {
  position: relative;
  display: block;
  padding-left: 8px;
  background: #9D7F59;
  color: #fff;
  font-size: 0.9em;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .search_tenant .accodion_li > span {
    background: #ECECEC;
    color: #000;
    font-size: 1em;
    margin: 4px auto;
    padding: 2px 8px;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .search_tenant .accodion_li > span::after {
    content: "+";
    position: absolute;
    right: 10px;
    font-size: 20px;
    line-height: 0;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .search_tenant .accodion_li > span.list_block::after {
    content: "-";
  }
}
.search_tenant .search_tenant_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .search_tenant .search_tenant_list {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .search_tenant .search_tenant_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 10px;
  }
  .search_tenant .search_tenant_list .m_radio {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .search_tenant .search_tenant_list li {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .search_tenant .search_tenant_list li {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    border-bottom: 1px solid #DEDEDE;
  }
}
.search_tenant .search_tenant_list li label {
  cursor: pointer;
}

.selectnow_page ul {
  list-style: none;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.selectnow_page ul li {
  background: rgba(232, 207, 173, 0.4);
  width: auto;
  display: flex;
  margin: 5px;
  padding: 5px 25px;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .selectnow_page ul li {
    font-size: 12px;
    width: auto;
    padding: 5px 20px;
  }
}
.selectnow_page ul li.shopname {
  background: #7e909f;
  color: #fff;
}

.allbutton {
  display: flex;
  justify-content: space-around;
  margin: 20px auto;
  font-size: 14px;
  max-width: 90%;
  color: #9D7F59;
}
.allbutton .clearbtn {
  border: 1px solid #9D7F59;
  padding: 10px;
  text-align: center;
  width: 40%;
  border-radius: 5px;
}
.allbutton .clearbtn input {
  display: none;
}
.allbutton .clearbtn a {
  color: #9D7F59;
}
.allbutton .clearbtn label {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .allbutton .clearbtn {
    width: 100%;
    padding: 0;
  }
  .allbutton .clearbtn label {
    padding: 10px;
  }
}
.allbutton .searchbtn {
  width: 55%;
  text-align: center;
  color: #9D7F59;
}
@media print, screen and (min-width: 768px) {
  .allbutton .searchbtn {
    display: none;
  }
}
.allbutton .searchbtn a {
  display: block;
  border: 1px solid #9D7F59;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  color: #9D7F59;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .product_list_wrap {
    width: 960px;
    width: calc(100% - 280px);
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product_list_wrap {
    padding: 0;
    width: 95%;
    margin: 0 auto;
  }
}

.product_cat {
  padding: 12px 0;
  background: rgba(233, 233, 233, 0.3);
}

.product_cat_list {
  display: flex;
  list-style: none;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .product_cat_list {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .product_cat_list {
    height: 23px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100vw;
    overflow-x: scroll;
    display: flex;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product_cat_list::-webkit-scrollbar {
    display: none;
  }
}
.product_cat_list a {
  text-decoration: none;
}
.product_cat_list li {
  padding: 0 10px;
  margin: 0 10px;
  cursor: pointer;
}
.product_cat_list li label {
  cursor: pointer;
}

.sortControl input {
  display: none;
}
.sortControl input:checked + label {
  color: #226FC7;
}
@media screen and (max-width: 767px) {
  .sortControl input:checked + label {
    background: #f1f1f1;
  }
}
.sortControl label:hover {
  color: #226FC7;
}

.product_item {
  font-size: 14px;
}
.product_item a {
  text-decoration: none;
}
.product_item p {
  margin-top: 0;
}
.product_item .emptylist {
  text-align: center;
  margin: 20px 0;
  font-size: 1.2em;
}

.item_image {
  display: flex;
  justify-content: center;
  background: #fff;
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .item_image {
    width: 182px;
    overflow: hidden;
    height: 182px;
  }
}
@media screen and (max-width: 767px) {
  .item_image {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
}
.item_image img {
  max-height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_image .sale_percent {
  margin-top: 0;
  position: absolute;
  left: 2%;
  bottom: 2%;
  background: rgba(224, 67, 67, 0.8);
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .item_image .sale_percent {
    font-size: 0.8em;
  }
}
.item_image .item_update {
  font-size: 0.7em;
  text-align: right;
  color: #AFAFAF;
  margin-bottom: 1em;
}
.item_image .saleprice_default_taxout,
.item_image .saleprice_default_taxin {
  display: inline-block;
}
.item_image .saleprice_default_taxin {
  font-size: 0.6em;
}
.item_image .saleprice_default_taxout {
  margin-right: 5px;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}
.item_image .salesmall {
  font-size: 0.9em;
}
.item_image .intax {
  font-size: 0.8em;
  margin-left: 0.3em;
}

.item_info {
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .item_info {
    font-size: 13px;
  }
}
.item_info .item_tags {
  font-size: 0.8em;
  margin-top: 10px;
  margin-bottom: 5px;
}
.item_info .item_tags span {
  background: #FFE639;
  display: inline-block;
  padding: 2px 10px;
  margin: 5px 5px 5px 0;
}
.item_info .item_update {
  color: #B9B9B9;
  font-size: 0.9em;
  text-align: right;
}
.item_info .shopinfoname {
  margin-top: 1em;
  font-size: 0.9em;
  display: block;
}
.item_info .menuttl {
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  margin-top: 6px;
}
.item_info .item_saleprice {
  color: #D12E2E;
  font-size: 1.1em;
  font-weight: 600;
}
.item_info .itemprice {
  font-size: 1.1em;
  font-weight: 600;
}
.item_info .itemtax {
  font-size: 0.8em;
}
.item_info .sale_percent {
  background: rgba(237, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 0.7em;
  border-radius: 50px;
  padding: 2px 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .item_info .sale_percent {
    font-size: 0.6em;
  }
}
.item_info p.saleicon {
  margin-top: 0.7em;
  font-size: 0.9em;
}
.item_info p.saleicon span {
  background: #ed0000;
  color: #fff;
  padding: 1px 10px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .item_info p.saleicon {
    font-size: 0.7em;
  }
}
.item_info .item_price.saleprice {
  margin-top: auto;
  color: #ed0000;
}
.item_info .item_price.saleprice .intax {
  font-size: 0.9em;
}

.product_item_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .product_item_list {
    justify-content: space-between;
  }
}
.product_item_list .col {
  width: calc((100% - 80px) / 4);
  box-sizing: border-box;
  margin: 20px 10px;
  box-sizing: border-box;
  position: relative;
  background: #f7f7f7;
}
@media print, screen and (min-width: 768px) {
  .product_item_list .col {
    min-width: 202px;
  }
}
@media screen and (max-width: 767px) {
  .product_item_list .col {
    margin: 20px 0;
    width: calc((100% - 10px) / 2);
  }
}
.product_item_list .col a {
  display: block;
  padding: 10px 10px 40px 10px;
}

.attention {
  max-width: 1100px;
  margin: auto;
  width: 90%;
  margin-bottom: 100px;
  font-size: 0.9em;
}
.attention > ul {
  list-style: none;
}
.attention > ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

#page_top {
  width: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 700;
}
@media screen and (max-width: 767px) {
  #page_top {
    width: 60px;
  }
}

@media all and (-ms-high-contrast: none) {
  .line_anime {
    height: auto;
  }
}
.active {
  display: block !important;
}

#gourmetGenres div,
#gourmetGenresModal div {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  letter-spacing: 1px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
#gourmetGenres h4,
#gourmetGenresModal h4 {
  width: 100%;
  text-align: center;
  margin: 40px 10px 20px;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  #gourmetGenres h4,
  #gourmetGenresModal h4 {
    font-size: 1.2em;
  }
}
#gourmetGenres h4::before, #gourmetGenres h4::after,
#gourmetGenresModal h4::before,
#gourmetGenresModal h4::after {
  content: "●●●";
  font-size: 10px;
  letter-spacing: 7px;
  vertical-align: middle;
  color: #c50372;
}
#gourmetGenres h4::before,
#gourmetGenresModal h4::before {
  margin-right: 15px;
}
#gourmetGenres h4::after,
#gourmetGenresModal h4::after {
  margin-left: 15px;
}
#gourmetGenres h4 .h4_t,
#gourmetGenresModal h4 .h4_t {
  position: relative;
  z-index: 1;
}
#gourmetGenres h4 .h4_t::after,
#gourmetGenresModal h4 .h4_t::after {
  content: "";
  background: #FFE849;
  position: absolute;
  width: 100%;
  display: block;
  height: 0.5em;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#gourmetGenres label,
#gourmetGenresModal label {
  background: #fff;
  border: 2px solid #B40067;
  border-radius: 50px;
  padding: 5px 2em;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #gourmetGenres label,
  #gourmetGenresModal label {
    font-size: 12px;
    margin-right: 10px;
  }
}
#gourmetGenres input[type=radio]:checked + label,
#gourmetGenresModal input[type=radio]:checked + label {
  background: #B40067;
  color: #fff;
}

.item_favorite {
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.item_favorite input {
  display: none;
}
.item_favorite input + label {
  cursor: pointer;
}
.item_favorite input + label::after {
  content: "";
  background: url("/sites/default/files/page/lp/hatsu_items/img/fav_none.png?v1") no-repeat center;
  background-size: contain;
  width: 2em;
  height: 1.5em;
  display: block;
}
.item_favorite input[type=checkbox]:checked + label::after {
  background: url("/sites/default/files/page/lp/hatsu_items/img/fav_ac.png?v1") no-repeat center;
  background-size: contain;
}

/*フィックスアイコン*/
.menu_iconwrap {
  position: fixed;
  bottom: 5%;
  left: 5%;
  z-index: 10;
}

.favorite_icon {
  background: #fff;
  width: 80px;
  text-align: center;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
  font-size: 10px;
  padding: 20px 10px;
  cursor: pointer;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .favorite_icon {
    width: 50px;
    height: 50px;
    font-size: 6px;
  }
}
.favorite_icon span {
  display: block;
}
@media screen and (max-width: 767px) {
  .favorite_icon span {
    text-align: left;
    font-size: 1.3em;
    line-height: 1.4;
  }
}
.favorite_icon span .favtxt {
  font-size: 0.9em;
  color: #C71781;
}
@media screen and (max-width: 767px) {
  .favorite_icon img {
    width: 80%;
  }
}

.fav_sptxt {
  text-align: center;
  color: #C71781;
  display: none !important;
}
@media screen and (max-width: 767px) {
  .fav_sptxt {
    display: block !important;
  }
}

.nofav {
  text-align: center;
  padding-top: 10px;
}
.nofav .nofavimg {
  max-width: 80px;
  width: 22%;
}
.nofav .nofavttl {
  margin: 8px 0;
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .nofav .nofavttl {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .nofav .nofavtxt {
    font-size: 0.9em;
  }
}

.favorite_explain {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
}
.favorite_explain.active {
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 1em 1.5em;
  font-size: 1.4em;
  position: fixed;
  bottom: 1%;
  left: calc(5% + 90px);
}
@media screen and (max-width: 767px) {
  .favorite_explain.active {
    display: none;
  }
}
.favorite_explain .ttlimg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.favorite_explain .ttlimg p {
  color: #C71781;
  font-size: 1.1em;
  font-weight: 600;
  text-align: left;
  margin-left: 4px;
}
.favorite_explain p {
  font-weight: 500;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .modal-container {
    padding: 40px 0;
  }
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-container .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 900px;
  width: 95%;
}
.modal-container .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.modal-container .modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .modal-container .modal-content {
    padding: 20px 10px;
  }
}
.modal-container .modal-content .favoriteh4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #C71781;
  padding-bottom: 10px;
  border-bottom: 2px solid #C71781;
  font-size: 1.1em;
  font-weight: 600;
}

/*お気に入り*/
#favItemList {
  margin: 20px auto;
}
#favItemList ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #favItemList ul {
    justify-content: space-between;
  }
}
#favItemList .item_list {
  margin: 10px 8px;
  width: 30%;
  padding: 8px 8px 20px 0;
  position: relative;
  background: none;
}
@media screen and (max-width: 767px) {
  #favItemList .item_list {
    margin: 20px 0;
    width: 44%;
    padding: 10px;
    position: relative;
  }
}
#favItemList .favDeleteDiv {
  margin-bottom: 10px;
  position: absolute;
  top: -0.5em;
  right: 0.5em;
}
#favItemList .deleteFavoriteButton {
  background: #c5c5c5;
  border-radius: 50px;
  padding: 4px;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  width: 20px;
  height: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  z-index: 10;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  #favItemList .deleteFavoriteButton {
    width: 15px;
    height: 15px;
    font-size: 1.2em;
  }
}

.slick-slide {
  height: auto;
}

@media screen and (max-width: 767px) {
  #s_footer #s_toPageTop {
    bottom: 22px;
  }
}

.page-node-type-common-page .s_paragraphsWrapper > :last-child {
  margin-bottom: 0;
  padding-bottom: 80px;
}