@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.buyerrecommend {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #241916;
  overflow: hidden;
}
.buyerrecommend a {
  transition: all 0.3s;
  text-decoration: none;
}
.buyerrecommend a:hover {
  opacity: 1;
}
.buyerrecommend p span.youbi {
  font-size: 0.7em;
}
.buyerrecommend ul {
  list-style: none;
}

.w1100 {
  position: relative;
  z-index: 1;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

p.notice {
  font-size: 0.9em;
}

.logo {
  position: absolute;
  z-index: 2;
  padding: 5px;
  background: #fff;
  width: 70px;
  left: 10px;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .logo {
    width: 60px;
  }
}
.fv {
  padding-top: 20px;
  background: url(../img/fv-bg.png), repeating-linear-gradient(125deg, #e50012, #e50012 18px, #e73820 6px, #e73820 26px);
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 80px;
  }
}
.fv__ttl {
  padding-top: 50px;
  position: relative;
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    width: 95%;
    padding-top: 24%;
    max-width: 640px;
  }
}
.fv__ttl img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.fv__ttl-dec {
  position: absolute;
  z-index: 0;
}
.fv__ttl-dec--get {
  width: 20%;
  top: 0;
  left: -5%;
}
@media screen and (max-width: 767px) {
  .fv__ttl-dec--get {
    width: 30%;
    left: 0;
  }
}
.fv__ttl-dec--shina {
  width: 35%;
  top: 0%;
  right: -18%;
}
@media screen and (max-width: 767px) {
  .fv__ttl-dec--shina {
    width: 60%;
    top: -12%;
    right: -6%;
  }
}

.kikan {
  position: relative;
  padding: 12px;
  background: #241916;
  text-align: center;
  margin-top: -30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kikan {
    margin-top: -10px;
  }
}
.kikan__img {
  width: 95%;
  margin: 0 auto;
  max-width: 500px;
}
.kikan p {
  font-size: 2em;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .kikan p {
    font-size: 1.4em;
  }
}
.kikan span.uridashi {
  padding: 4px 8px;
  background: #fff;
  color: #241916;
  margin-right: 8px;
  font-size: 0.8em;
  font-weight: 800;
}
.kikan span.small {
  font-size: 0.7em;
}

.menu_iconwrap {
  position: fixed;
  bottom: 5%;
  left: 0;
  z-index: 800;
}
.menu_iconwrap .favorite_icon {
  background: #fff;
  width: 140px;
  height: 80px;
  text-align: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  font-size: 10px;
  padding: 10px;
  padding-left: 40px;
  border-radius: 0 999px 999px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu_iconwrap .favorite_icon {
    width: 100px;
    padding-left: 10px;
  }
}
.menu_iconwrap .favorite_icon span {
  display: block;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 10px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1100px;
  width: 95%;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 30px 12px;
  }
}

#favGourmetList {
  margin: 20px auto;
}
#favGourmetList ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #favGourmetList ul {
    justify-content: space-between;
  }
}
#favGourmetList ul .item_list {
  margin: 10px 8px;
  width: calc((100% - 50px) / 3);
  padding: 8px 8px 20px 8px;
  position: relative;
  min-width: 330px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
#favGourmetList ul .favDeleteDiv {
  margin-bottom: 10px;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  cursor: pointer;
  z-index: 1;
}
#favGourmetList ul .deleteFavoriteButton {
  background: #c5c5c5;
  border-radius: 50px;
  padding: 2px 10px;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1em;
}

.con {
  padding: 20px 0 40px;
  background: repeating-linear-gradient(125deg, #fff000, #fff000 18px, #ffff76 6px, #ffff76 26px);
}
.con__ttl {
  width: 95%;
  margin: 0 auto;
  max-width: 640px;
}
.con__ttlnotice {
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .con__ttlnotice {
    font-size: 1.2em;
  }
}
.con__list {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .con__list {
    justify-content: space-around;
  }
}

.item {
  position: relative;
  width: 23%;
  max-width: 350px;
  margin: 0 10px 20px;
  background: #fff;
  padding-bottom: 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .item {
    width: 47%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.item__img {
  position: relative;
  margin-bottom: 20px;
}
.item__ttl {
  width: 90%;
  margin: 0 auto;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .item__ttl {
    font-size: 1em;
  }
}
.item__ttl span.small {
  font-size: 0.8em;
}
.item__comment {
  width: 90%;
  margin: 0 auto;
  margin-top: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .item__comment {
    font-size: 0.9em;
    line-height: 1.2;
  }
}
.item__notice {
  width: 90%;
  margin: 0 auto;
  margin-top: 8px;
  font-size: 0.9em;
}

.item_favorite {
  width: 90%;
  margin: 0 auto;
  margin-top: auto;
}
.item_favorite input {
  display: none;
}
.item_favorite input + label {
  cursor: pointer;
}
.item_favorite input + label::after {
  content: "";
  background: url(../img/fav_icon_gray.png) no-repeat center;
  background-size: contain;
  width: 2em;
  height: 2em;
  display: block;
  margin-left: auto;
}
.item_favorite input[type=checkbox]:checked + label::after {
  background: url(../img/fav_icon.png) no-repeat center;
  background-size: contain;
}

.mainnotice {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  margin: 60px auto;
}
.mainnotice p {
  font-size: 0.9em;
  padding-left: 1em;
  text-indent: -1em;
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transform: translateY(40px);
}

.anime-b2 {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.4s;
  transform: translateY(40px);
}

.anime-b3 {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.6s;
  transform: translateY(40px);
}

.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  transform: translateX(-50px);
}

.anime-bound {
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  transform: scale(0.4);
  transform-origin: center bottom;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.marker {
  background: linear-gradient(transparent 80%, #FFF100 30%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  background-size: 100% 90%;
}

@media screen and (max-width: 768px) {
  .marker {
    background: linear-gradient(transparent 75%, #FFEB5F 25%);
  }
}
#tenpo .topttl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .sale__shoplist-btn .wrap {
    justify-content: center;
  }
}
.tenpo_attention {
  text-align: center;
}