@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;
}

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

.fv {
  background: none;
  margin-bottom: 0;
  text-align: center;
}
.fv__img {
  max-width: 1200px;
  margin: 0 auto;
}
.fv__img img {
  width: 100%;
}

.search_key {
  display: none;
}

.d_none {
  display: none !important;
}

.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);
}

.recommended_search {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .recommended_search {
    margin-top: 20px;
  }
}

.selectnow_page {
  margin-top: 40px;
}
.selectnow_page button {
  display: none;
}

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

.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%;
}

.selectnow_page ul {
  list-style: none;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.selectnow_page ul li {
  width: auto;
  display: flex;
  margin: 5px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #989898;
  padding-bottom: 8px;
  font-size: 1.2em;
}
.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%;
}

.product_list_wrap {
  width: 100%;
}
@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);
}
@media screen and (max-width: 767px) {
  .product_cat {
    padding: 8px 0;
  }
}

.product_cat_list {
  display: flex;
  list-style: none;
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .product_cat_list {
    justify-content: space-around;
  }
}
.product_cat_list a {
  text-decoration: none;
}
.product_cat_list li {
  padding: 0 10px;
  margin: 0 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .product_cat_list li {
    font-size: 0.8em;
  }
}
.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 {
    overflow: hidden;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .item_image {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
}
.item_image img {
  width: 100%;
  -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;
}
.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;
  margin-bottom: 4px;
}
.item_info .shopinfoname {
  font-size: 0.9em;
  display: block;
}
.item_info .menuttl {
  font-weight: 600;
}
.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;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
@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: 16px 8px;
  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: 12px 0;
    width: calc((100% - 10px) / 2);
  }
}
.product_item_list .col a {
  display: block;
  padding: 1em 10px 1em;
}
@media screen and (max-width: 767px) {
  .product_item_list .col a {
    padding: 0.5em;
  }
}

.link {
  width: 95%;
  max-width: 1200px;
  margin: 40px auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.link__item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .link__item {
    width: 100%;
    margin: 10px 0;
  }
}

.attention {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  margin-top: 40px;
  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;
}

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