@charset "UTF-8";
.rl-headerWrap {
  z-index: 20;
}

/* 進捗バーを非表示にする */
.js-questionnaire-video-player .vjs-progress-control {
  display: none !important;
}

.questionnaire-video-player__after-area {
  display: none;
}

[data-module-name=ecm-floating][data-static=false] {
  z-index: 3000;
}

body.no-scroll {
  overflow-y: hidden;
}

/* common
---------------------------------------------------- */
a, dd, div, dl, dt, figure, h1, h2, h3, h4, h5, h6, img, li, main, ol, p, section, span, sub, sup, ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* content
---------------------------------------------------- */
.food {
  min-width: 1024px;
  background: #e93639;
  /* fv
  ---------------------------------------------------- */
  /* search
  ---------------------------------------------------- */
  /* product
  ---------------------------------------------------- */
  /* ranking
  ---------------------------------------------------- */
  /* ttl_lamp
  ---------------------------------------------------- */
  /* item
  ---------------------------------------------------- */
  /* coupon_btn
  ---------------------------------------------------- */
  /* float btn
  ---------------------------------------------------- */
}
.food *,
.food *::before,
.food *::after {
  box-sizing: border-box;
}
.food a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
}
.food a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.food img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  width: 100%;
}
.food button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.food section {
  overflow-x: hidden;
}
.food .bg {
  background: #e93639 url(https://r.r10s.jp/evt/event/food/event/liquor/20250912/_pc/img/bg_red.png) repeat left top;
  position: relative;
}
.food .header {
  padding: 20px 0;
  background: #e93639;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3000;
}
.food .header_inner {
  margin: 0 auto;
  max-width: 960px;
}
.food .header ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.food .header ul li {
  height: 24px;
}
.food .header ul li button {
  height: 100%;
}
.food .header ul li img {
  width: auto;
  height: 100%;
}
.food .header ul li:nth-child(3) {
  width: 294px;
  height: auto;
}
.food .header ul li:nth-child(3) img {
  width: 100%;
  height: auto;
}
.food .fv {
  padding-bottom: 50px;
}
.food .fv_inner {
  padding-top: 34px;
  position: relative;
}
.food .fv_inner::before, .food .fv_inner::after {
  content: "";
  display: block;
  background: url("https://r.r10s.jp/evt/event/food/event/liquor/20250912/_pc/img/fv_cloud.png") center center no-repeat;
  background-size: contain;
  width: 44.375%;
  aspect-ratio: 852/159;
  position: absolute;
  top: 0;
}
.food .fv_inner::before {
  left: 0;
}
.food .fv_inner::after {
  right: 0;
  transform: scale(-1, 1);
}
.food .fv_title {
  margin-bottom: 50px;
}
.food .fv_title h1 {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0 106px;
  z-index: 1;
}
.food .fv_title h1::before, .food .fv_title h1::after {
  content: "";
  display: block;
  width: 133px;
  height: 202px;
}
.food .fv_title h1::before {
  background: url("https://r.r10s.jp/evt/event/food/event/liquor/20250912/_pc/img/float_top_slider_bg_01.svg");
  background-size: contain;
}
.food .fv_title h1::after {
  background: url("https://r.r10s.jp/evt/event/food/event/liquor/20250912/_pc/img/float_top_slider_bg_02.svg");
  background-size: contain;
}
.food .fv_title h1 img {
  width: 106px;
}
.food .fv_banner {
  display: block;
  margin: 0 auto;
  max-width: 960px;
}
.food .search_area {
  margin-bottom: 84px;
}
.food .search_area .fes-section-title-text {
  margin: 0 auto 32px;
  width: 547px;
}
.food .search_area .ecm-search {
  width: fit-content;
  background: none;
  border: none;
  margin: 0 auto 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  height: 56px;
}
.food .search_area .ecm-search-input-container input.ecm-search-input {
  padding: 0 22px;
  width: 560px;
  height: 100%;
  border: 1px solid #000;
  border-radius: 8px 0 0 8px;
  background: #fff;
  font-size: 16px;
  outline: none;
}
.food .search_area button.search_box_submit {
  width: 120px;
  height: 100%;
  background: #000;
  border-radius: 0 8px 8px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.food .search_area button.search_box_submit::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("https://r.r10s.jp/evt/event/food/event/liquor/20250912/_pc/img/search_icon.png");
  background-size: contain;
}
.food .search_area button.search_box_submit::after {
  content: "検索";
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.food .search_area button.search_box_submit .ecm-icon-search {
  display: none;
}
.food .search_area .search01-keywords .ecm-search-keyword-container {
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 15px;
}
.food .search_area .search01-keywords .ecm-search-keyword-container .ecm-search-keyword {
  margin: 0;
  padding: 0 54px;
  width: fit-content;
  height: 50px;
  background: #ffc5bf;
  border-radius: 999px;
  display: flex;
  flex-flow: row wrap;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 50px;
}
.food .product {
  padding-bottom: 130px;
}
.food .product_box {
  margin: 0 auto;
  padding: 40px;
  max-width: 960px;
  background: #fff;
  box-sizing: content-box;
}
.food .product_box + .product_box {
  margin-top: 70px;
}
.food .product_box figure {
  margin-bottom: 38px;
}
/*
.food .product_box p {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.62;
}
*/
.food .product_box_images {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
}
.food .product_box_images figure {
  display: flex;
  flex: 1;
}
.food .product_box_list {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
}
.food .product_box_list li {
  width: calc(25% - 30px);
}
.food .product_box_list li figure {
  margin-bottom: 19px;
}
.food .product_box_list li p {
  text-align: left;
}
.food .ranking {
  padding: 0 20px 120px;
}
.food .ranking > * {
  position: relative;
  z-index: 1000;
}
.food .ranking h2 {
  width: 321px;
  margin: 0 100px 49px;
}
.food .ranking .ttl_lamp_img {
  margin-top: 19px;
}
.food .ranking .ecm-container > div:first-child {
  max-width: 1032px;
  margin: 0 auto 22px;
  background: #fff;
  border-radius: 20px;
  padding: 35px;
}
.food .ranking .fes-note-text {
  max-width: 852px;
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
  line-height: 1.4545;
  letter-spacing: 0.1em;
}
.food .ranking .ecm-ranking-alcor-view-more {
  width: 100%;
  max-width: 700px;
  height: 70px;
  display: block;
  margin: 30px auto 0;
  background: #e93639 url(https://r.r10s.jp/evt/event/food/event/liquor/20250912/_pc/img/ranking_btn_txt.svg) no-repeat center center/264.846px auto;
  border-radius: 15px;
  overflow: hidden;
  text-indent: -999px;
  transition: opacity 0.3s;
}
.food .ranking .ecm-ranking-alcor-view-more-icon {
  display: none;
}
@media (hover: hover) {
  .food .ranking .ecm-ranking-alcor-view-more:hover {
    opacity: 0.6;
  }
}
.food .ttl_lamp {
  display: flex;
  justify-content: center;
}
.food .ttl_lamp_img {
  width: 189px;
  height: 80px;
  margin-top: 12px;
  position: relative;
}
.food .ttl_lamp_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background: url(https://r.r10s.jp/evt/event/food/event/liquor/20250912/_pc/img/ttl_lamp_bg.png) no-repeat left top/100% auto;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-18.3deg);
}
.food .ttl_lamp_img:last-child {
  transform: scale(-1, 1);
}
.food .ttl_lamp_img span {
  display: block;
  width: 28px;
  height: 39px;
  background: url(https://r.r10s.jp/evt/event/food/event/liquor/20250912/_pc/img/ttl_lamp_img_01.png) no-repeat left top/100% auto;
  position: absolute;
  transform-origin: top center;
}
.food .ttl_lamp_img span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://r.r10s.jp/evt/event/food/event/liquor/20250912/_pc/img/ttl_lamp_img_01.png) no-repeat left bottom/100% auto;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-name: ttl_lamp_img;
  animation-iteration-count: infinite;
}
.food .ttl_lamp_img span:nth-child(2n+1), .food .ttl_lamp_img span:nth-child(2n+1)::after {
  background-image: url(https://r.r10s.jp/evt/event/food/event/liquor/20250912/_pc/img/ttl_lamp_img_02.png);
}
.food .ttl_lamp_img span:nth-child(1) {
  top: 30px;
  left: 9px;
  transform: rotate(-3deg);
}
.food .ttl_lamp_img span:nth-child(2) {
  top: 28px;
  left: 43px;
  transform: rotate(-9deg) scale(0.98);
}
.food .ttl_lamp_img span:nth-child(3) {
  top: 22px;
  left: 80px;
  transform: rotate(-14deg) scale(0.98);
}
.food .ttl_lamp_img span:nth-child(4) {
  top: 13px;
  left: 115px;
  transform: rotate(-20deg) scale(0.98);
}
.food .ttl_lamp_img span:nth-child(5) {
  top: 0;
  left: 151px;
  transform: rotate(-20deg) scale(0.98);
}
@keyframes ttl_lamp_img {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
.food .float_btn {
  width: 148px;
  padding: 0 5px;
  max-width: calc(100% - 140px);
  margin: 86px auto 0;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom: 0;
  right: 60px;
  transition: transform 0.3s ease;
  z-index: 2100;
}
.food .float_btn .float_btn_inner {
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  gap: 46px;
  z-index: 3000;
  animation-delay: 1.1s;
}
.food .float_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eabe45;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  padding-top: 15px;
  border: 3px solid #fff;
  position: relative;
}
.food .float_btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.food .float_btn a::after {
  content: "";
  display: block;
  width: 49px;
  height: 74px;
  background: url(https://r.r10s.jp/evt/event/food/event/liquor/20250912/_pc/img/float_btn_coupon_img.png) no-repeat left top/100% auto;
  position: absolute;
  left: 0;
  right: 7px;
  top: -35px;
  margin: 0 auto;
}
.food .float_btn a.float_btn_stamp {
  background: #147daa;
  padding-top: 0;
}
.food .float_btn a.float_btn_stamp::after {
  width: 58px;
  height: 86px;
  background-image: url(https://r.r10s.jp/evt/event/food/event/liquor/20250912/_pc/img/float_btn_stamp_img.png);
  top: -47px;
  left: 2px;
  right: 0;
}
.food .con_area {
  padding-bottom: 60px;
}
.food .brand_box {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -24px;
}
.food .brand_list {
  margin-bottom: 16px;
}
.food .brand_link {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  display: block;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .2);
  color: #fff;
}
.food .brand_link:hover {
  opacity: 1;
  text-decoration: underline;
}
.food .button02 .buttonLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: 42px;
  margin: 14px auto 0;
  border-radius: 28px;
  background: #333333;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}

/*# sourceMappingURL=cnt_food.css.map */
