@charset "UTF-8";
.footer-banner img {
  border-radius: 5px;
}
.footer-banner + .footer-global {
  margin-top: 100px;
}

.footer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #16160e;
  border-radius: 20px;
  box-sizing: border-box;
}
.footer-button.-service {
  width: 280px;
}
.footer-button.-service i {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}

.footer-banners {
  padding: 80px 0;
  background-color: #f6f6f6;
}
.footer-banners ul {
  display: flex;
}
.footer-banners ul img {
  border-radius: 5px;
}

.footer-nav {
  margin-top: 40px;
  padding-bottom: 40px;
}

.footer-sns-wrapper {
  margin-bottom: 32px;
}

.footer-sns-list {
  display: flex;
  justify-content: center;
}

.footer-sns-item:not(:last-child) {
  margin-right: 24px;
}

.footer-sns-item a {
  display: block;
  height: 32px;
  transition: all 0.3s;
}
.footer-sns-item a:hover {
  opacity: 0.85;
}

.footer-sns-icon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 32px;
}

.footer-service-wrapper {
  margin-bottom: 32px;
}

.footer-service-list {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-service-item {
  display: flex;
  align-items: center;
}
.footer-service-item:not(:last-child) {
  margin-bottom: 16px;
}

.footer-service-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #ffffff;
  font-size: 8px;
  border-radius: 50%;
}
.footer-service-icon::before {
  display: inline-flex;
  align-items: center;
  width: 9px;
  height: 16px;
}
.footer-service-icon.-choice {
  background-color: #ad0003;
}
.footer-service-icon.-gcf {
  background-color: #2e792d;
}
.footer-service-icon.-saigai {
  background-color: #d45700;
}
.footer-service-icon.-enterprise {
  background-color: #006dcc;
}

.footer-service-link {
  font-weight: bold;
}

.footer-info {
  overflow: hidden;
}

.footer-info-curve {
  background-color: #f6f6f6;
  border-radius: 50% 50% 0% 0%/4% 4% 0% 0%;
}

.footer-info-wrapper {
  padding: 46px 0 40px;
}

.footer-info-top {
  display: flex;
  flex-direction: column;
  width: 276px;
  margin: 0 auto 48px;
}

.footer-info-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.footer-info-txt p {
  font-size: 10px;
}

.footer-info-logo {
  width: 192px;
  margin: 0 auto 32px;
  text-align: center;
}
.footer-info-logo a {
  display: block;
}

.footer-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: center;
  margin-bottom: 16px;
  margin-inline: auto;
}

.footer-info-item {
  font-size: 14px;
}

.footer-info-en {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}
.footer-info-link:hover {
  text-decoration: underline;
}

.footer-info-privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  background-color: #ffffff;
  text-align: center;
}

.footer-info-copyright {
  display: block;
  color: #6f6f6f;
  font-size: 11px;
  text-align: center;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
}

.header-content {
  display: flex;
  justify-content: space-between;
}

.header-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  border-top: 5px solid #b3363c;
  padding: 14px 16px;
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo a img {
  width: 214px;
}

.header-left-nav-list {
  display: flex;
}
.header-left-nav-list > li {
  position: relative;
  border-right: 1px solid #dedede;
}
.header-left-nav-list > li > a {
  padding: 8px 20px;
  font-weight: 700;
  display: block;
}
.header-left-nav-list > li:last-child {
  border-right: none;
}
.header-left-nav-list-accordion-inner a {
  font-weight: 700;
}

.header-left-nav-list-accordionButton {
  position: relative;
  padding: 8px 20px;
  font-weight: 700;
  display: block;
}
.header-left-nav-list-accordionButton::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 18px;
  right: 0px;
  background-image: url(/assets/images/gourmet/icon-link.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header-navigation.-show {
  max-height: 480px;
}

.header-navigation-list {
  display: flex;
  font-weight: bold;
  gap: 0 30px;
  position: relative;
}
.header-navigation-list:nth-child(1)::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 32px);
  background-color: #000000;
  position: absolute;
  left: 16px;
  bottom: 0;
}
.header-navigation-list-icon img {
  height: 22px;
  width: auto;
}

.header-navigation-link {
  display: flex;
  text-align: center;
  font-size: 16px;
}
.header-navigation-link span {
  white-space: nowrap;
}

.header-navigation-list-accordionButton {
  display: block;
  align-items: center;
  padding: 12px 0;
  position: relative;
}
.header-navigation-list-accordionButton::after {
  content: "";
  display: block;
  background-image: url(/assets/images/gourmet/icon-link.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 16px;
  width: 8px;
  height: 12px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header-navigation-list-accordionButton.-open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header-navigation-list-accordion {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out, -ms-grid-rows 0.2s ease-out;
}
.header-navigation-list-accordion.-open {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.header-navigation-list-accordion-inner {
  overflow: hidden;
}
.header-navigation-list-accordion-inner a {
  padding: 6px 0 6px 32px;
  display: block;
}

.is-hide {
  display: none !important;
}

.header-spNavButton {
  width: 60px;
  height: 68px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-top: 5px solid #f1a317;
}
.header-spNavButton span {
  display: block;
  height: 2px;
  width: 26px;
  background-color: #000000;
  position: absolute;
  left: 16px;
  top: 46%;
  margin-top: -4px;
  transition: margin-top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, margin-top 0.3s ease;
  transition: transform 0.3s ease, margin-top 0.3s ease, -webkit-transform 0.3s ease;
}
.header-spNavButton span:last-child {
  margin-top: 4px;
}
.header-spNavButton.-show span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0;
}
.header-spNavButton.-show span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.topMV {
  overflow: hidden;
}

.topMV-slider {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.topMV-slider.swiper-initialized {
  opacity: 1;
}
.topMV-slider .swiper-button-next,
.topMV-slider .swiper-button-prev {
  width: 54px;
  height: 54px;
  left: 50%;
}
.topMV-slider .swiper-button-next::after,
.topMV-slider .swiper-button-prev::after {
  display: none;
}
.topMV-slider .swiper-button-next {
  margin-left: calc(50% - 27px);
  margin-top: -42px;
}
.topMV-slider .swiper-button-prev {
  margin-left: calc(-50% - 27px);
  margin-top: -42px;
}
.topMV-slider .swiper-button-prev img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.topInfo {
  display: flex;
  gap: 8px;
  padding: 20px 0;
  margin-top: 12px;
  background-color: #f6f6f6;
}

.topInfo-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.topInfo-list li {
  position: relative;
}
.topInfo-list.no-new-items .topInfo-text {
  padding: 0 15px 0 15px;
}

.topInfo-new p {
  white-space: nowrap;
  background-color: #b3363c;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
  padding: 0 6px;
}

.topInfo-new {
  display: block;
  font-size: 11px;
  font-weight: 700;
  background-color: #b3363c;
  color: #ffffff;
  padding: 0px 6px;
  border-radius: 2px;
  position: absolute;
  left: 15px;
  top: 0.15em;
}

.topInfo-text {
  font-size: 12px;
  padding: 0 15px 0 64px;
  display: block;
}

.topSectionTitle {
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
}
.topSectionTitle img {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 8px;
}
.topSectionTitle + * {
  margin-top: 20px;
}

.topSearchNav-list {
  display: flex;
  gap: 18px;
  margin-top: -40px;
}
.topSearchNav-list li {
  flex: 1;
}
.topSearchNav-list a {
  display: flex;
  justify-content: center;
  gap: 0px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  background-color: #b3363c;
  padding: 8px 0 20px;
  font-size: 12px;
  border-radius: 4px;
  position: relative;
  background-image: url(/assets/images/gourmet/icon-arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: right 50% bottom 8px;
}
.topSearchNav-list a svg {
  width: 18px;
  height: auto;
}
.topSearchNav-list a svg path {
  fill: #ffffff;
}

.topSearch-area {
  padding-top: 80px;
  margin-top: -20px;
}

.topSearch-genre {
  padding: 100px 0;
}

.topSearch-amount {
  padding: 100px 0;
}

.topPickup {
  background-color: #fef6e8;
  padding: 40px 0 60px;
}

.topPickup-section {
  margin-top: 28px;
  position: relative;
}
.topPickup-section:not(:nth-of-type(1)) {
  margin-top: 60px;
}

.topPickup-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: block;
  padding-left: 12px;
  line-height: 1.2;
}
.topPickup-title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #b3363c;
  border-radius: 6px;
}

.topPickup-section-bottom {
  margin-top: 12px;
}

.topPickup-buttonAll a {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #000;
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 0px;
  background-image: url(/assets/images/gourmet/icon-link.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 12px;
  background-size: 10px auto;
}
.topPickup-tags ul {
  display: flex;
  gap: 24px;
}
.topPickup-tags a {
  text-decoration: underline;
  text-underline-offset: 6px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.topPickup-tags a img {
  vertical-align: middle;
  top: -0.1em;
  position: relative;
  margin-right: 8px;
  width: 14px;
}

.categoryList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.categoryList.-textItems {
  margin-top: 10px;
}

.categoryList-photoItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: var(--image);
  background-size: cover;
  text-align: center;
  color: #ffffff;
  aspect-ratio: 168/90;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
}

.categoryList-textItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 2px solid #000000;
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  height: 52px;
  text-align: center;
}

.contentsWrapper {
  position: relative;
}

.bannerAbout {
  margin-top: 80px;
}
.bannerAbout a {
  display: block;
  padding: 24px 0;
  background-image: url(/assets/images/kifutabi/banner-about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 0 left 50%;
  text-align: center;
  border-radius: 5px;
}
.bannerAbout h2 {
  color: #ffffff;
  font-size: 20px;
}
.bannerAbout h2 em {
  font-size: 32px;
}
.bannerAbout p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8;
  margin-top: 4px;
}

.button-more {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  border-radius: 5px;
  border: 2px solid #000000;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  background-color: #ffffff;
  padding: 12px 0;
  position: relative;
  box-sizing: border-box;
}
.button-more svg {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.button-more svg path {
  fill: #000000;
}
.is-open .button-more {
  background-color: #000000;
  color: #ffffff;
}
.is-open .button-more svg {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.is-open .button-more svg path {
  fill: #ffffff;
}

.js-accordion {
  margin-top: 20px;
}

.mv {
  background-image: url(/assets/images/gourmet/recommend-mv-sp.jpg);
  background-size: cover;
  background-position: 50%;
  padding: 40px 0;
}
.mv.-ranking {
  background-image: url(/assets/images/gourmet/ranking-mv-sp.jpg);
}
.mv h1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
.mv p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
}

.topicpath {
  padding: 16px 0;
}
.topicpath ul {
  display: flex;
  flex-wrap: wrap;
}
.topicpath li {
  font-size: 11px;
  line-height: 2;
}
.topicpath li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 16px;
}
.topicpath li a {
  color: #1e50a2;
}

.contentsWrapper {
  padding-top: 0px;
}

.contentsTab {
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 109px;
  left: 0;
  border-bottom: 2px solid #b3363c;
  z-index: 100;
}

.contentsTab-list {
  display: flex;
}
.contentsTab-list li {
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #b3363c;
  text-align: center;
  padding: 8px 4px;
  cursor: pointer;
}
.contentsTab-list li.-current {
  background-color: #b3363c;
  color: #ffffff;
  pointer-events: none;
}
.contentsTab-list li.-current svg path {
  fill: #ffffff;
}

.pickups > div {
  display: none;
}
.pickups > div.-current {
  display: block;
}

.rankingFilters {
  background-color: #f6f6f6;
  margin-top: 20px;
}

.rankingFilters-inner {
  display: flex;
}

.rankingFilters-item {
  display: flex;
  align-items: center;
}
.rankingFilters-item h2 {
  font-size: 14px;
}
.rankingFilters-item select {
  border: 1px solid #e0dede;
  font-size: 14px;
  min-width: 180px;
  padding: 8px 8px;
}
.rankingFilters-button .button {
  width: 100%;
  cursor: pointer;
}

.rankingFiltersBottom {
  margin-top: 12px;
}

.rankingList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  gap: 16px;
}
.rankingPeriod ul {
  display: flex;
  gap: 12px;
}
.rankingPeriod button {
  cursor: pointer;
  border: 2px solid #707070;
  background-color: #ffffff;
  color: #707070;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 4px;
}
.rankingPeriod button[aria-current=true] {
  background-color: #707070;
  color: #ffffff;
  pointer-events: none;
}

.rankingSelected {
  display: flex;
  gap: 8px;
  align-items: center;
}
.rankingSelected h2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.rankingSelected ul {
  display: flex;
  align-items: center;
}
.rankingSelected li {
  line-height: 1;
}
.rankingSelected li:not(:nth-child(1))::before {
  content: "/";
  margin: 0 8px;
  font-size: 12px;
}
.rankingSelected a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.rankingSelected a img {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 4px;
}

.searchTitle {
  font-size: 24px;
  margin-top: 20px;
}

.searchContents {
  display: flex;
  margin-top: 40px;
}

.searchNav {
  padding-right: 40px;
  background-color: #f6f6f6;
  padding: 20px 15px;
}
.searchNav h2 {
  color: #000000;
  font-size: 16px;
}
.searchNav h2 img {
  width: 16px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 6px;
}
.searchNav-content h3 {
  font-size: 16px;
  margin-top: 24px;
}
.searchNav-content h3 img {
  width: 16px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 6px;
}
.searchNav-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.searchNav-content li {
  font-size: 14px;
}
.searchNav-content li label {
  position: relative;
  cursor: pointer;
}
.searchNav-content li label input[type=checkbox] {
  vertical-align: middle;
  outline: none;
  background-color: #ffffff;
  display: inline-block;
  border: 2px solid #e0dede;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  top: -0.1em;
  margin-right: 6px;
}
.searchNav-content li label input[type=checkbox]:checked {
  border: 2px solid #707070;
}
.searchNav-content li label input[type=checkbox]:checked::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/images/gourmet/icon-check.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 1px;
  top: 3px;
}
.searchNav-content li a {
  display: block;
}
.searchNav-content li a::before {
  content: "";
  background-image: url(/assets/images/gourmet/icon-link.svg);
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 6px;
  opacity: 0.5;
}
.searchNav-content.-recommend li a::before {
  width: 14px;
  height: 14px;
  background-image: url(/assets/images/gourmet/icon-tag-gray.svg);
  opacity: 1;
}
.searchNav-content select {
  border: 1px solid #e0dede;
  font-size: 14px;
  min-width: 180px;
  padding: 8px 8px;
  box-sizing: border-box;
  width: 100%;
}
.searchNav-content button {
  width: 100%;
  margin-top: 20px;
}

.searchNav-content-header {
  display: flex;
  justify-content: space-between;
}

.searchNav-content-clear {
  font-size: 14px;
  font-weight: bold;
}

.searchNav-section {
  position: relative;
}
.searchNav-section:not(:nth-of-type(1)) {
  margin-top: 20px;
}

.searchNav-change {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
}
.searchNav-change img {
  vertical-align: middle;
  margin-left: 8px;
}

.searchNav-current {
  margin-top: 8px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.searchNav-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
.searchNav-buttons button {
  display: block;
  width: 100%;
}

.recommendContents {
  display: flex;
  margin-top: 40px;
}
.recommendNav h2 {
  color: #000000;
  font-size: 18px;
}
.recommendNav h2:not(:nth-child(1)) {
  margin-top: 28px;
}
.recommendNav h2 img,
.recommendNav h2 svg {
  width: 20px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 8px;
}
.recommendNav h2 img path,
.recommendNav h2 svg path {
  fill: #b3363c;
}
.recommendNav ul {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.recommendNav li {
  font-size: 14px;
}
.recommendNav li a {
  display: block;
}
.recommendNav li a::before {
  content: "";
  background-image: url(/assets/images/gourmet/icon-tag.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 6px;
  opacity: 1;
}

.searchResults {
  flex: 1;
}

.searchResults-count p {
  font-size: 14px;
  font-weight: 700;
}
.searchResults-count p span {
  font-size: 18px;
}

.searchResults-list {
  margin-top: 28px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.footerCategories {
  border-top: 2px solid #707070;
  margin-top: 80px;
  padding-bottom: 40px;
}

.footerCategories-section {
  padding: 40px 0;
}
.footerCategories-section:not(:nth-of-type(1)) {
  border-top: 1px solid #e0dede;
}

.footerCategories-title {
  text-align: center;
  font-size: 24px;
}

.footerCategories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 20px;
  font-size: 14px;
}

.featureBanners {
  padding: 80px 0 90px;
}

.featureBanners-title {
  text-align: center;
  font-size: 22px;
}

.featureBanners-list {
  margin-top: 40px;
  display: flex;
  gap: 15px;
}
.featureBanners-list img {
  border-radius: 5px;
}

.aboutMV {
  background-repeat: no-repeat;
  background-image: url(/assets/images/gourmet/aboutmv-sp.png);
  background-size: 320px auto;
  background-position: bottom 0px left 50%;
}
.aboutMV p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

.aboutSectionTitle {
  font-size: 24px;
  text-align: center;
  margin-top: 52px;
  padding-top: 52px;
  border-top: 1px solid #e0dede;
}
.aboutSectionTitle + p {
  margin-top: 20px;
  line-height: 2;
}

.about-step {
  margin-top: 80px;
}
.about-step-slide:nth-of-type(1) {
  z-index: 2;
}
.about-step-slide:nth-of-type(2) {
  z-index: 1;
}
.about-step-slide:nth-of-type(2) h4, .about-step-slide:nth-of-type(3) h4 {
  margin-left: -20px;
}
.about-step-slide h4 {
  border-right: none;
  text-align: center;
  font-size: 24px;
  padding: 12px 0;
  position: relative;
  line-height: 1.2;
  background-image: url(/assets/images/gourmet/about-step-arrow.svg);
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  background-size: auto 100%;
  border-left: 2px solid #000000;
}
.about-step-slide h5 {
  text-align: center;
  font-size: 16px;
}
.about-step-slide p {
  line-height: 1.8;
}
.about-step-slide .about-step-slide-note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 11px;
  margin-top: 8px;
}

.about-step-slide-content {
  padding: 20px 12px;
}

.about-step-image {
  text-align: center;
  padding: 20px 0;
}
.about-step-image img {
  height: 149px;
}

.aboutLinks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 40px;
}
.aboutLinks a {
  display: block;
  height: 100%;
  background-color: #fef6e8;
  font-weight: 700;
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: 46px;
  background-image: url(/assets/images/gourmet/icon-area.svg);
  background-repeat: no-repeat;
  background-position: left 16px top 50%;
  border-radius: 5px;
  font-size: 14px;
}
.aboutLinks li:nth-child(1) a {
  background-image: url(/assets/images/gourmet/icon-area.svg);
}
.aboutLinks li:nth-child(2) a {
  background-image: url(/assets/images/gourmet/icon-genre.svg);
}
.aboutLinks li:nth-child(3) a {
  background-image: url(/assets/images/gourmet/icon-amount.svg);
}
.aboutLinks li:nth-child(4) a {
  background-image: url(/assets/images/gourmet/icon-pickup.svg);
}

.aboutFaq {
  background-color: #fef6e8;
  margin-top: 80px;
  padding: 40px 0;
}
.aboutFaq h2 {
  text-align: center;
  font-size: 24px;
}

.aboutFaq-q {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.aboutFaq-q span:nth-child(2) {
  flex: 1;
}

.aboutFaq-a {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 20px 20px;
  margin-top: 16px;
}

.aboutBeginners {
  padding-top: 72px;
}
.aboutBeginners h2 {
  text-align: center;
  font-size: 24px;
}
.aboutBeginners h3 {
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
  color: #b3363c;
}
.aboutBeginners h3 + * {
  margin-top: 24px;
}

.aboutBeginners-notes {
  font-size: 12px;
  margin-top: 20px;
}

.aboutBeginners-features {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.aboutBeginners-features-item {
  background-color: #fef6e8;
  display: flex;
  align-items: center;
  padding: 12px 12px;
}
.aboutBeginners-features-item > div:nth-child(1) span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b3363c;
  color: #ffffff;
  width: 26px;
  height: 26px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 3px;
}
.aboutBeginners-features-item > div:nth-child(2) {
  margin-left: 12px;
}
.aboutBeginners-features-item > div:nth-child(2) p {
  font-weight: bold;
  font-size: 14px;
}
.aboutBeginners-features-item > div:nth-child(2) p sup {
  font-size: 0.6em;
  vertical-align: top;
}
.aboutBeginners-features-item > div:nth-child(3) {
  margin-left: auto;
}
.aboutBeginners-features-item > div:nth-child(3) img {
  height: 52px;
}

.aboutBeginners-link {
  text-align: right;
  font-weight: bold;
  margin-top: 20px;
  font-size: 14px;
}
.aboutBeginners-link img {
  vertical-align: middle;
  margin-left: 8px;
}

.aboutBeginners-choice ul {
  margin-top: 28px;
  font-size: 12px;
}

.aboutBeginners-choice-text {
  margin-top: 28px;
}
.aboutBeginners-choice-text sup {
  font-size: 0.75em;
  vertical-align: top;
  position: relative;
  top: 0.1em;
}

.aboutBeginners-choice-logo {
  text-align: center;
}

.exp-button {
  display: block;
  background-color: #b3363c;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding: 12px 0;
  margin-top: auto;
  border-radius: 5px;
}
.exp-button.-small {
  font-size: 14px;
}

.exp-more-text {
  position: absolute;
  left: 0;
  bottom: 28px;
  text-align: center;
  color: #b3363c;
  font-weight: 700;
  z-index: 1;
  width: 100%;
  transition: opacity 1s ease;
}
.-visible .exp-more-text {
  opacity: 0;
}

.exp-search-button {
  margin-top: 60px;
}

.exp-mv {
  display: flex;
}

.exp-mv-center {
  padding: 0 15px 40px;
}
.exp-mv-center h1 {
  margin-inline: auto;
}
.exp-mv-center p {
  font-weight: 700;
  line-height: 2;
  font-size: 14px;
  margin-top: 16px;
}

.exp-nav {
  position: relative;
}

.exp-nav-list {
  display: flex;
  background-color: #ffffff;
}
.exp-nav-list li {
  flex: 1;
}

.exp-nav-link {
  display: block;
}
.exp-nav-link img {
  height: 31px;
}

.exp-section {
  margin-top: -50px;
  padding-top: 50px;
  padding-bottom: 80px;
}

.exp-section-header {
  position: relative;
  margin-top: 50px;
}

.exp-section-header-num {
  color: #b3363c;
  font-size: 20px;
  font-weight: 700;
}
.exp-section-header-num img {
  vertical-align: middle;
  margin-right: 20px;
}

.exp-section-header-name {
  margin-top: 32px;
}
.exp-section-header-name img {
  width: 80px;
}
.-hiromichi .exp-section-header-name img {
  width: 67px;
}

.exp-section-header-photo {
  position: absolute;
  left: 170px;
}
.exp-section-header-photo img {
  position: relative;
}
.exp-section-header-photo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  bottom: -10px;
  background-color: #f9f5ef;
}

.exp-section-header-image {
  position: absolute;
  left: 60px;
  bottom: 0;
  width: 130px;
}

.exp-section-1 {
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
.exp-section-1::before {
  content: "";
  display: block;
  width: 800px;
  height: 420px;
  background-image: url(/assets/images/gourmet/contents/gourmet_experience/report1-1-bg.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 60%;
  top: 140px;
  z-index: -1;
}
.exp-section-1.-hiromichi::before {
  background-image: url(/assets/images/gourmet/contents/gourmet_experience/report2-1-bg.svg);
  top: -70px;
  left: 68%;
  width: 650px;
  height: 850px;
}

.exp-section-1-inner {
  display: flex;
}

.exp-section-1-first {
  text-align: center;
}

.exp-section-1-title {
  flex: 1;
}

.exp-section-1-last {
  position: relative;
}
.exp-section-1-last p {
  letter-spacing: 0.05;
  line-height: 2.2;
}
.exp-section-1-last .exp-section-1-last-note {
  font-size: 11px;
  margin-top: 1.8em;
  line-height: 1.5;
}
.exp-section-1-last img {
  display: block;
  margin-left: auto;
  width: 240px;
  margin-top: auto;
}
.-hiromichi .exp-section-1-last img {
  width: 500px;
}

.exp-section-2 {
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
.exp-section-2::before {
  content: "";
  display: block;
  width: 967px;
  height: 420px;
  background-image: url(/assets/images/gourmet/contents/gourmet_experience/report1-2-bg.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 49%;
  top: 180px;
  z-index: -1;
}
.exp-section-2.-hiromichi::before {
  background-image: url(/assets/images/gourmet/contents/gourmet_experience/report2-2-bg.svg);
  top: 100px;
  right: 43%;
  width: 1100px;
  height: 530px;
}

.exp-section-2-inner {
  display: flex;
}

.exp-section-2-first {
  text-align: center;
}

.exp-section-2-title {
  flex: 1;
}

.exp-section-2-last {
  position: relative;
}
.exp-section-2-last p {
  letter-spacing: 0.05;
  line-height: 2.2;
}
.exp-section-2-last img {
  display: block;
  margin-right: auto;
  width: 455px;
  margin-top: 142px;
}
.-hiromichi .exp-section-2-last img {
  width: 412px;
  margin-top: 20px;
}

.exp-section-3 {
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
.exp-section-3::before {
  content: "";
  display: block;
  width: 945px;
  height: 559px;
  background-image: url(/assets/images/gourmet/contents/gourmet_experience/report1-3-bg.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 51%;
  top: 20px;
  z-index: -1;
}
.exp-section-3.-hiromichi::before {
  background-image: url(/assets/images/gourmet/contents/gourmet_experience/report2-3-bg.svg);
  top: 0px;
  left: 76%;
  width: 493px;
  height: 580px;
}

.exp-section-3-inner {
  display: flex;
}

.exp-section-3-first {
  text-align: center;
}

.exp-section-3-title {
  flex: 1;
}

.exp-section-3-last {
  position: relative;
}
.exp-section-3-last p {
  letter-spacing: 0.05;
  line-height: 2.2;
}
.exp-section-3-last img {
  display: block;
  margin-right: auto;
  width: 500px;
  margin-top: 20px;
}
.-hiromichi .exp-section-3-last img {
  width: 450px;
  margin-top: 110px;
}

.exp-section-4 {
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
.exp-section-4::before {
  content: "";
  display: block;
  width: 603px;
  height: 445px;
  background-image: url(/assets/images/gourmet/contents/gourmet_experience/report1-4-bg.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 68%;
  top: 70px;
  z-index: -1;
}

.exp-section-4-inner {
  display: flex;
}

.exp-section-4-first {
  text-align: center;
}

.exp-section-4-last {
  position: relative;
}
.exp-section-4-last p {
  letter-spacing: 0.05;
  line-height: 2.2;
}
.exp-section-4-last img {
  display: block;
  margin-right: auto;
  width: 380px;
  margin-top: 36px;
}

.exp-message-last {
  width: 25%;
}

.exp-message-title {
  font-size: 16px;
  color: #b3363c;
  font-weight: 700;
}

.exp-message-text {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.exp-message-name {
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
}
.exp-message-name span {
  font-size: 12px;
}

.exp-about {
  background-color: #f9f5ef;
  box-sizing: border-box;
}
.exp-about .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 26px;
  height: 4px;
  padding: 0;
  opacity: 1;
  background-color: #e0dede;
}
.exp-about .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b3363c;
}

.exp-about-title {
  font-size: 18px;
}

.exp-about-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.exp-about-button {
  display: block;
  background-color: #b3363c;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding: 12px 0;
  margin-top: auto;
  border-radius: 5px;
}

.exp-recommend {
  margin-top: 0px;
}

.exp-recommend-title {
  text-align: center;
  font-size: 24px;
  color: #b3363c;
  line-height: 1.6;
}
.exp-recommend-title span {
  margin-top: 12px;
  display: block;
  font-size: 18px;
}

.exp-recommend-item {
  margin-top: 60px;
}

.exp-recommend-item-photo {
  flex: 1;
  text-align: center;
}

.exp-recommend-item-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.exp-recommend-item-detail-title {
  font-size: 18px;
}

.exp-recommend-item-detail-info {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.exp-recommend-item-detail-info-tags {
  display: flex;
  gap: 8px;
}
.exp-recommend-item-detail-info-tags span {
  display: inline-block;
  background-color: #b3363c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  white-space: nowrap;
}

.exp-recommend-item-detail-info-municipality {
  display: flex;
  padding-top: 4px;
}
.exp-recommend-item-detail-info-municipality img {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.exp-recommend-item-detail-info-municipality p {
  font-size: 12px;
  color: #b3363c;
  font-weight: 700;
}
.exp-recommend-item-detail-info-municipality p:nth-of-type(1) {
  white-space: nowrap;
}

.exp-recommend-item-detail-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.2;
  margin-top: 24px;
}

.exp-recommend-search-text {
  margin-top: 72px;
  line-height: 2.2;
}

.exp-about-gourmet {
  margin-top: 120px;
}
.exp-about-gourmet h2 {
  color: #b3363c;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.exp-about-gourmet img {
  margin-top: 40px;
}

.exp-back-top {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 120px;
}
.exp-back-top a {
  display: inline-block;
}

.button {
  -webkit-appearance: none;
          appearance: none;
  background-color: #b3363c;
  color: #ffffff;
  border: none;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 8px 6px;
  box-sizing: border-box;
  border: 2px solid #b3363c;
  cursor: pointer;
}
.button.-clear {
  background-color: #ffffff;
  border: 2px solid #b3363c;
  color: #b3363c;
}

.swiper-pagination {
  position: static;
  margin-top: 8px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #707070;
}

.anchor {
  height: 0;
  border: none;
  margin-top: -80px;
  padding-top: 80px;
}

.pickup-section {
  position: relative;
  margin-top: 52px;
}
.topPickup-section .pickup-section {
  margin-top: 24px;
}

.pickup-sliderTitle {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.pickup-sliderTitle img {
  vertical-align: middle;
  top: -0.1em;
  position: relative;
  margin-right: 8px;
}
.pickup-sliderTitle a {
  text-decoration: underline;
  text-underline-offset: 6px;
  display: inline-block;
}

.pickup-more {
  text-align: center;
}
.pickup-more a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background-image: url(/assets/images/gourmet/icon-link.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 0;
  padding-right: 12px;
  line-height: 1;
}

.ranking {
  background-color: #fef6e8;
  padding: 40px 0 40px;
}
.ranking.-top {
  padding: 40px 0 90px;
}

.ranking-more {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}
.ranking-more img {
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  top: -0.1em;
}

.products-slider {
  position: relative;
}
.products-slider .swiper-button-next::after,
.products-slider .swiper-button-prev::after {
  display: none;
}
.products-slider .swiper-button-next {
  right: -20px;
}
.products-slider .swiper-button-prev {
  left: -20px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.products-slider .swiper-button-disabled {
  display: none;
}

.products-slider-inner {
  display: none;
}
.products-slider-inner.swiper-initialized {
  display: block;
}

.products-item {
  position: relative;
  counter-increment: number 1;
  height: auto;
}
.products-item a {
  display: block;
  border: 1px solid #e0dede;
  background-color: #ffffff;
  height: 100%;
  box-sizing: border-box;
}
.ranking .products-item a {
  border-radius: 5px;
  overflow: hidden;
}

.products-item-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 12px 12px 0;
}
.products-item-categories li {
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  background-color: #b3363c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.products-item-categories li.-genre {
  background-color: #707070;
}

.products-item-name {
  font-size: 14px;
  font-weight: bold;
  margin: 12px 12px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  min-height: 3em;
}

.products-item-price {
  font-size: 12px;
  border-top: 1px solid #e0dede;
  margin: 8px 12px 4px;
  padding-top: 8px;
}
.products-item-price span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.ranking .products-item-price span {
  font-size: 22px;
}

.products-item-area {
  color: #707070;
  font-size: 12px;
  padding: 0 12px 12px;
}
.products-item-area span {
  white-space: nowrap;
}

.products-item-addfavorite {
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.products-item-addfavorite img {
  width: 24px;
}

.products-item-rank {
  width: 26px;
  height: 27px;
  position: absolute;
  left: 8px;
  top: 1px;
  text-align: center;
  z-index: 1;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  display: block;
  padding-top: 1px;
  box-sizing: border-box;
  background-image: url(/assets/images/gourmet/ranki-ribbon-4.svg);
  background-size: contain;
  background-position: left bottom;
}
.products-item-rank.-rank1 {
  color: #ffffff;
  background-image: url(/assets/images/gourmet/ranki-ribbon-1.svg);
}
.products-item-rank.-rank2 {
  color: #ffffff;
  background-image: url(/assets/images/gourmet/ranki-ribbon-2.svg);
}
.products-item-rank.-rank3 {
  color: #ffffff;
  background-image: url(/assets/images/gourmet/ranki-ribbon-3.svg);
}

.gourmetPagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.gourmetPagination [aria-current=true] a {
  background-color: #707070;
  color: #ffffff;
  pointer-events: none;
}
.gourmetPagination [aria-disabled=true] {
  pointer-events: none;
  opacity: 0.3;
}
.gourmetPagination a,
.gourmetPagination span {
  border: 2px solid #707070;
  box-sizing: border-box;
  width: auto;
  padding: 0 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.gourmetPagination a svg path,
.gourmetPagination span svg path {
  stroke: #707070;
}
.gourmetPagination li.-first {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gourmetPagination li.-first:after {
  content: "…";
}
.gourmetPagination li.-first + li {
  display: none;
}
.gourmetPagination li.-last {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gourmetPagination li.-last:before {
  content: "…";
}
.gourmetPagination li:has(+ li.-last) {
  display: none;
}
.gourmetPagination span {
  border-color: transparent;
  width: 16px;
  pointer-events: none;
}

.gourmetPagination-list {
  display: flex;
  gap: 8px;
}

.gourmetPagination-prev svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.gourmetPaginationText {
  font-size: 14px;
  color: #707070;
  text-align: center;
  margin-top: 16px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-104 {
  margin-top: 104px !important;
}

.mt-108 {
  margin-top: 108px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.mt-116 {
  margin-top: 116px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-124 {
  margin-top: 124px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-132 {
  margin-top: 132px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mt-148 {
  margin-top: 148px !important;
}

.mt-152 {
  margin-top: 152px !important;
}

.mt-156 {
  margin-top: 156px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

body {
  padding-top: 67px;
}

.section-awoo {
  display: none;
}
.section-awoo.-visible {
  display: block;
}

.awoo-top-section {
  margin: 32px auto 40px;
  text-align: center;
}

.wrapper.awoo-top-section .awoo-classify {
  margin-top: 24px;
  margin-bottom: 40px;
}
.wrapper.awoo-top-section .awoo-classify .awoo-tag-wrapper {
  justify-content: center;
}

.popular-tags-wrapper {
  padding: 4px !important;
}

.awoo-top-section .awoo-keyword-popular-tags {
  margin: 0 auto !important;
}

.awoo-top-section .popular-tags-wrapper {
  background: #ffffff !important;
}

#gourmet-searchNav .popular-tags-wrapper {
  background: #ffffff !important;
  margin-top: 40px;
}

.awoo-top-section .popular-tags-title {
  text-align: center !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}

.awoo-top-section .popular-tags-list-container {
  justify-content: center !important;
  margin-bottom: 40px;
}

.popular-tags-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #16160e !important;
  margin-bottom: 20px !important;
}

a.awoo-tag {
  background-color: #f6f6f6;
  border-color: #e0dede;
  border-radius: 19.5px;
  color: #16160e;
}

a.awoo-tag:hover {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .footer-banner {
    max-width: 638px;
    margin-inline: auto;
  }
  .footer-banners {
    padding: 40px 0;
  }
  .footer-banners ul {
    flex-direction: column;
    gap: 15px;
    margin-inline: auto;
    max-width: 638px;
  }
  .footer-info-list {
    max-width: 430px;
  }
  .header-logo a img {
    width: 142px;
  }
  .header-left-nav-list-accordion {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.2s ease-out;
    transition: grid-template-rows 0.2s ease-out, -ms-grid-rows 0.2s ease-out;
  }
  .header-left-nav-list-accordion.-open {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .header-left-nav-list-accordion-inner {
    overflow: hidden;
  }
  .header-left-nav-list-accordionButton {
    padding: 12px 0;
    display: block;
  }
  .header-left-nav-list-accordionButton.-open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header-navigation {
    position: fixed;
    left: 0;
    top: 67px;
    background-color: #ffffff;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .header-navigation-list {
    flex-direction: column;
    padding: 0 15px 20px;
  }
  .header-navigation-link {
    align-items: center;
    padding: 12px 0;
    background-image: url(/assets/images/gourmet/icon-link.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 0;
  }
  .header-navigation-link[target=_blank] {
    background-image: url(/assets/images/gourmet/icon-blank.svg);
  }
  .header-navigation-link span {
    padding-left: 12px;
  }
  .topMV-slider .swiper-button-next,
  .topMV-slider .swiper-button-prev {
    display: none;
  }
  .topInfo {
    padding: 8px 20px;
  }
  .topSectionTitle img {
    width: 24px;
  }
  .topSearchNav-list {
    gap: 10px;
  }
  .topSearchNav-list a {
    background-size: 10px auto;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
  }
  .topPickup-buttonAll a {
    display: block;
    text-align: center;
    margin-top: 28px;
  }
  .topPickup-tags {
    margin-left: -16px;
    margin-right: -16px;
  }
  .topPickup-tags ul {
    width: 100%;
    box-sizing: border-box;
    overflow-x: scroll;
    padding: 12px 16px;
  }
  .topPickup-tags ul::-webkit-scrollbar {
    height: 4px;
  }
  .topPickup-tags ul::-webkit-scrollbar-track {
    border-radius: 4px;
  }
  .topPickup-tags ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #cccccc;
  }
  .topPickup-tags li {
    -webkit-text-size-adjust: 100%;
    flex-shrink: 0;
  }
  .bannerAbout {
    margin-top: 40px;
    padding: 0 15px;
  }
  .js-accordion.is-close .accordion-content {
    display: none;
  }
  .topicpath {
    margin-top: 40px;
  }
  .contentsWrapper {
    padding-top: 44px;
  }
  .contentsTab {
    top: 67px;
    padding-top: 1px;
  }
  .contentsTab-list {
    border: 2px solid #b3363c;
    border-bottom: none;
  }
  .contentsTab-list li + li {
    border-left: 2px solid #b3363c;
  }
  .rankingFilters-inner {
    padding: 20px 16px;
    flex-direction: column;
    gap: 10px;
  }
  .rankingFilters-item {
    justify-content: space-between;
  }
  .rankingFilters-button {
    margin-top: 10px;
  }
  .rankingPeriod {
    display: flex;
  }
  .rankingPeriod ul {
    margin-left: auto;
  }
  .rankingSelected {
    margin-top: 8px;
  }
  .searchContents {
    flex-direction: column;
  }
  .searchNav {
    margin-left: -15px;
    margin-right: -15px;
  }
  .searchNav-content {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-color: #f6f6f6;
    z-index: 2000;
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .searchNav-content.-visible {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    pointer-events: initial;
  }
  .searchNav-content h3 + * {
    margin-top: 12px;
  }
  .searchNav-content ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 16px;
  }
  .searchNav-content-inner {
    overflow: auto;
    height: 100svh;
    padding: 15px;
    box-sizing: border-box;
  }
  .recommendContents {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .searchResults {
    margin-top: 28px;
  }
  .searchResults.-recommend {
    margin-top: 0;
  }
  .featureBanners-list {
    overflow: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px 16px;
  }
  .featureBanners-list li {
    width: 42vw;
    flex-shrink: 0;
  }
  .aboutMV {
    margin-top: 32px;
    padding-bottom: 300px;
  }
  .about-step {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-step .swiper {
    padding: 0 15px;
  }
  .aboutLinks a {
    background-size: 22px auto;
  }
  .aboutFaq-q {
    gap: 12px;
    margin-top: 28px;
    font-size: 14px;
  }
  .aboutBeginners-features-item > div:nth-child(3) {
    display: none;
  }
  .aboutBeginners-choice-logo img {
    width: 280px;
  }
  .exp-button {
    margin-top: 20px;
  }
  .exp-more {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    transition: grid-template-rows 1s ease;
    transition: grid-template-rows 1s ease, -ms-grid-rows 1s ease;
    position: relative;
  }
  .exp-more.-visible {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .exp-more.-visible::before, .exp-more.-visible::after {
    opacity: 0;
    pointer-events: none;
  }
  .exp-more::before {
    content: "";
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    transition: opacity 1s ease;
  }
  .exp-more::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-image: url(/assets/images/gourmet/contents/gourmet_experience/more.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 18px;
    margin-left: -17px;
    background-size: contain;
    z-index: 1;
    transition: opacity 1s ease;
  }
  .exp-more-inner {
    overflow: hidden;
  }
  .exp-search-button {
    padding: 0 15px;
  }
  .exp-mv {
    flex-direction: column;
  }
  .exp-mv-first {
    height: 150px;
    background-image: url(/assets/images/gourmet/contents/gourmet_experience/mv-top-sp.jpg);
    background-size: cover;
  }
  .exp-mv-center h1 {
    max-width: 578px;
    margin-top: -16px;
  }
  .exp-mv-last {
    height: 150px;
    background-image: url(/assets/images/gourmet/contents/gourmet_experience/mv-bottom-sp.jpg);
    background-size: cover;
  }
  .exp-nav-list {
    flex-direction: column;
    padding: 0 15px;
    margin-top: 40px;
  }
  .exp-nav-list li + li {
    border-top: 1px solid #b3363c;
  }
  .exp-nav-link {
    padding: 16px 0;
    background-image: url(/assets/images/gourmet/contents/gourmet_experience/nav-arrow.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 0;
  }
  .exp-section-header-inner {
    padding: 0 15px;
  }
  .exp-section-header-num img {
    width: 42px;
    margin-right: 12px;
    position: relative;
    top: -8px;
  }
  .exp-section-header-name {
    padding-bottom: 55px;
  }
  .-hiromichi .exp-section-header-name {
    padding-bottom: 0;
  }
  .exp-section-header-photo {
    bottom: 0;
    height: 320px;
  }
  .exp-section-header-photo img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 67% 0%;
       object-position: 67% 0%;
    height: 320px;
  }
  .exp-section-1::before {
    display: none;
  }
  .exp-section-1-inner {
    flex-direction: column;
    gap: 24px;
    padding: 0 15px;
  }
  .exp-section-1-last img {
    display: none;
  }
  .exp-section-2::before {
    display: none;
  }
  .exp-section-2-inner {
    flex-direction: column;
    gap: 24px;
    padding: 0 15px;
  }
  .exp-section-2-last img {
    display: none;
  }
  .exp-section-3::before {
    display: none;
  }
  .exp-section-3-inner {
    flex-direction: column;
    gap: 24px;
    padding: 0 15px;
  }
  .exp-section-3-last img {
    display: none;
  }
  .exp-section-4::before {
    display: none;
  }
  .exp-section-4-inner {
    flex-direction: column;
    gap: 24px;
    padding: 0 15px;
  }
  .exp-section-4-last img {
    display: none;
  }
  .exp-message {
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
    margin-top: 40px;
    padding: 40px 15px;
  }
  .exp-message-last {
    margin-left: auto;
    margin-top: -20px;
  }
  .exp-about {
    margin: 60px 15px 0;
    padding: 40px 32px;
  }
  .exp-about-last {
    margin-top: 32px;
  }
  .exp-about-button {
    margin-top: 20px;
  }
  .exp-recommend {
    padding-left: 15px;
    padding-right: 15px;
  }
  .exp-recommend-title img {
    width: 120px;
  }
  .exp-recommend-item-detail {
    margin-top: 28px;
  }
  .exp-recommend-item-detail-info-municipality {
    flex-wrap: wrap;
  }
  .exp-about-gourmet {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .exp-back-top a {
    background-image: url(/assets/images/gourmet/icon-link.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 0;
    padding-right: 20px;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .products-slider .swiper-pagination {
    display: none;
  }
  .pickup-sliderTitle img {
    margin-right: 4px;
    width: 12px;
  }
  .pickup-more {
    margin-top: 12px;
  }
  .products-slider {
    margin-left: -16px;
    margin-right: -16px;
  }
  .products-slider .swiper-button-next,
  .products-slider .swiper-button-prev {
    display: none;
  }
  .products-slider-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pc {
    display: none !important;
  }
  a.awoo-tag:nth-child(n+11) {
    display: none;
  }
}

@media only screen and (any-hover: hover) {
  .footer-banner a {
    transition: opacity 0.3s ease;
  }
  .footer-banner a:hover {
    opacity: 0.8;
  }
  .footer-banners ul a {
    transition: opacity 0.3s ease;
  }
  .footer-banners ul a:hover {
    opacity: 0.7;
  }
  .footer-service-link:hover {
    text-decoration: underline;
  }
  .header-left-nav-list > li > a {
    transition: background-color 0.3s ease;
  }
  .header-left-nav-list > li > a:hover {
    background-color: #f6f6f6;
  }
  .header-left-nav-list-accordion-inner a {
    transition: opacity 0.3s ease;
  }
  .header-left-nav-list-accordion-inner a:hover {
    opacity: 0.8;
  }
  .header-navigation-link {
    transition: opacity 0.3s ease;
  }
  .header-navigation-link:hover {
    opacity: 0.6;
  }
  .topMV-slider .swiper-button-next,
  .topMV-slider .swiper-button-prev {
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
  .topMV-slider .swiper-button-next:hover,
  .topMV-slider .swiper-button-prev:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .topMV-slider-slide a {
    transition: opacity 0.3s ease;
  }
  .topMV-slider-slide a:hover {
    opacity: 0.8;
  }
  .topInfo-list a {
    transition: opacity 0.3s ease;
  }
  .topInfo-list a:hover {
    opacity: 0.7;
  }
  .topInfo-text a {
    transition: opacity 0.3s ease;
  }
  .topInfo-text a:hover {
    opacity: 0.7;
  }
  .topSearchNav-list a {
    transition: opacity 0.3s ease;
  }
  .topSearchNav-list a:hover {
    opacity: 0.8;
  }
  .topPickup-buttonAll a {
    transition: background-color 0.3s ease;
  }
  .topPickup-buttonAll a:hover {
    background-color: #000000;
    color: #ffffff;
    background-image: url(/assets/images/gourmet/icon-link-hover.svg);
  }
  .topPickup-tags a {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .topPickup-tags a:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .categoryList-photoItem a {
    transition: opacity 0.3s ease;
  }
  .categoryList-photoItem a:hover {
    opacity: 0.8;
  }
  .categoryList-textItem a {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .categoryList-textItem a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .bannerAbout a {
    transition: opacity 0.3s ease;
  }
  .bannerAbout a:hover {
    opacity: 0.8;
  }
  .button-more {
    transition: opacity 0.3s ease;
  }
  .button-more:hover {
    opacity: 0.8;
  }
  .topicpath li a:hover {
    text-decoration: underline;
  }
  .contentsTab-list li {
    transition: background-color 0.3s ease;
  }
  .contentsTab-list li:hover {
    background-color: #fef6e8;
  }
  .searchNav-content li a:hover {
    color: #707070;
  }
  .recommendNav li a:hover {
    color: #000000;
  }
  .footerCategories-list a:hover {
    text-decoration: underline;
  }
  .featureBanners-list a {
    transition: opacity 0.3s ease;
  }
  .featureBanners-list a:hover {
    opacity: 0.8;
  }
  .exp-button {
    transition: opacity 0.3s ease;
  }
  .exp-button:hover {
    opacity: 0.8;
  }
  .exp-nav-list a {
    transition: opacity 0.3s ease;
  }
  .exp-nav-list a:hover {
    opacity: 0.8;
  }
  .exp-about-text a:hover {
    text-decoration: underline;
  }
  .exp-about-button {
    transition: opacity 0.3s ease;
  }
  .exp-about-button:hover {
    opacity: 0.8;
  }
  .exp-back-top a:hover {
    text-decoration: underline;
  }
  .button {
    transition: opacity 0.3s ease;
  }
  .button:hover {
    opacity: 0.8;
  }
  .pickup-sliderTitle a {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .pickup-sliderTitle a:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .pickup-more a {
    transition: opacity 0.3s ease;
  }
  .pickup-more a:hover {
    opacity: 0.6;
  }
  .ranking-more a {
    transition: opacity 0.3s ease;
  }
  .ranking-more a:hover {
    opacity: 0.6;
  }
  .products-item a {
    transition: opacity 0.3s ease;
  }
  .products-item a:hover {
    opacity: 0.8;
  }
  .gourmetPagination a {
    transition: opacity 0.3s ease;
  }
  .gourmetPagination a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .footer-banner + .footer-global {
    margin-top: 200px;
  }
  .footer-button {
    width: 172px;
    height: 38px;
    line-height: 38px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .footer-button:hover {
    background-color: #16160e;
    color: #ffffff;
  }
  .footer-banners ul {
    justify-content: space-between;
  }
  .footer-banners ul li {
    width: 32%;
  }
  .footer-nav {
    margin-top: 80px;
    padding-bottom: 64px;
  }
  .footer-service-list {
    justify-content: center;
    flex-direction: row;
  }
  .footer-service-item:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .footer-service-link {
    position: relative;
  }
  .footer-info-curve {
    border-radius: 50% 50% 0% 0%/8% 8% 0% 0%;
  }
  .footer-info-wrapper {
    padding: 52px 0 40px;
  }
  .footer-info-top {
    justify-content: space-between;
    flex-direction: row;
    width: 568px;
    margin: 0 auto 64px;
  }
  .footer-info-img {
    margin-bottom: 0;
  }
  .footer-info-txt {
    width: 276px;
  }
  .footer-info-txt p {
    line-height: 1.6;
  }
  .footer-info-logo {
    width: 250px;
  }
  .footer-info-link {
    position: relative;
  }
  .footer-info-privacy {
    margin-left: 16px;
  }
  .header-left {
    border-top: 9px solid #b3363c;
    padding: 24px 20px;
  }
  .header-left-nav-list-accordion {
    position: absolute;
    top: 40px;
    left: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  li:hover .header-left-nav-list-accordion {
    max-height: 150px;
  }
  .header-left-nav-list-accordion li {
    font-size: 12px;
  }
  .header-left-nav-list-accordion li a {
    display: block;
    padding: 10px 0;
  }
  .header-left-nav-list-accordion-inner {
    background-color: #ffffff;
    width: 190px;
    box-sizing: border-box;
    padding: 20px 20px 12px;
    border-radius: 5px;
  }
  .header-left-nav-list-accordionButton {
    padding-right: 32px;
  }
  .header-left-nav-list-accordionButton::after {
    top: 16px;
    right: 16px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-size: 6px auto;
  }
  .header-navigation {
    border-top: 9px solid #f1a317;
    padding: 28px 20px;
  }
  .header-navigation-list li {
    display: flex;
    align-items: center;
  }
  .header-navigation-list li:nth-child(n+3) {
    width: 60px;
  }
  .header-navigation-list-icon {
    margin-bottom: 2px;
  }
  .header-navigation-link {
    font-size: 12px;
    flex-direction: column;
  }
  .header-navigation-link span {
    flex-direction: column;
  }
  .header-spNavButton {
    display: none;
  }
  .topMV-slider {
    max-width: 1240px;
    width: calc(100% - 80px);
    overflow: visible;
  }
  .topMV-slider-slide {
    width: 1280px;
  }
  .topInfo-list.no-new-items .topInfo-text {
    padding: 0;
  }
  .topInfo-new p {
    font-size: 12px;
  }
  .topInfo-new {
    left: 0;
    font-size: 12px;
  }
  .topInfo-text {
    padding: 0 0 0 48px;
    font-size: 14px;
  }
  .topSectionTitle {
    font-size: 32px;
  }
  .topSectionTitle + * {
    margin-top: 40px;
  }
  .topSearchNav-list a {
    gap: 8px;
    padding: 22px 0;
    background-position: right 30px top 50%;
    font-size: 20px;
  }
  .topSearchNav-list a svg {
    width: 20px;
  }
  .topSearch-area {
    padding-top: 120px;
    margin-top: -40px;
  }
  .topSearch-genre {
    padding: 140px 0;
  }
  .topSearch-amount {
    padding: 120px 0;
  }
  .topPickup {
    padding: 80px 0;
  }
  .topPickup-section {
    margin-top: 26px;
  }
  .topPickup-section:not(:nth-of-type(1)) {
    margin-top: 80px;
  }
  .topPickup-title {
    font-size: 24px;
    padding-left: 20px;
  }
  .topPickup-title::before {
    width: 6px;
  }
  .topPickup-section-bottom {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .topPickup-buttonAll a {
    background-position: top 50% right 16px;
    font-size: 18px;
    padding: 16px 40px;
  }
  .topPickup-tags a {
    font-size: 16px;
  }
  .categoryList {
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .categoryList.-col3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .categoryList.-textItems {
    margin-top: 20px;
  }
  .categoryList-photoItem a {
    font-size: 20px;
  }
  .categoryList-textItem a {
    font-size: 16px;
    height: 60px;
  }
  .bannerAbout h2 {
    font-size: 24px;
  }
  .bannerAbout h2 em {
    font-size: 40px;
  }
  .bannerAbout p {
    font-size: 18px;
    margin-top: 12px;
  }
  .mv {
    padding: 32px 0;
    background-image: url(/assets/images/gourmet/recommend-mv-pc.jpg);
  }
  .mv.-ranking {
    background-image: url(/assets/images/gourmet/ranking-mv-pc.jpg);
  }
  .mv h1 {
    font-size: 38px;
  }
  .mv p {
    font-size: 22px;
  }
  .topicpath li {
    font-size: 14px;
  }
  .contentsTab-list {
    gap: 40px;
  }
  .contentsTab-list li {
    border: 2px solid #b3363c;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    padding: 16px;
  }
  .rankingFilters {
    padding: 30px 0;
  }
  .rankingFilters-inner {
    gap: 40px;
    width: 500px;
    margin: 0 auto;
  }
  .rankingFilters-item {
    gap: 20px;
  }
  .rankingFilters-button {
    margin-left: auto;
  }
  .rankingFilters-button .button {
    width: 200px;
  }
  .rankingFiltersBottom {
    margin-top: 60px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .rankingList {
    margin-top: 40px;
    gap: 40px 25px;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .rankingPeriod button {
    padding: 4px 12px;
    font-size: 14px;
  }
  .rankingSelected h2 {
    font-size: 14px;
  }
  .rankingSelected li:not(:nth-child(1))::before {
    font-size: 14px;
  }
  .rankingSelected a {
    font-size: 14px;
  }
  .searchTitle {
    font-size: 38px;
    margin-top: 28px;
  }
  .searchContents {
    gap: 15px;
    margin-top: 12px;
  }
  .searchNav h2 {
    font-size: 18px;
  }
  .searchNav h2 img {
    width: 20px;
    margin-right: 8px;
  }
  .searchNav-content {
    margin-top: 16px;
  }
  .searchNav-content h3 {
    display: none;
  }
  .searchNav-content-close {
    display: none;
  }
  .searchNav-content-clear {
    display: none;
  }
  .searchNav-section:not(:nth-of-type(1)) {
    margin-top: 40px;
  }
  .searchNav-change {
    display: none;
  }
  .searchNav-current {
    display: none;
  }
  .searchNav-buttons {
    margin-top: 40px;
  }
  .recommendContents {
    gap: 15px;
    margin-top: 12px;
  }
  .recommendNav {
    width: 240px;
    padding-right: 5px;
  }
  .recommendNav h2:not(:nth-child(1)) {
    margin-top: 64px;
  }
  .recommendNav ul {
    margin-top: 20px;
    padding-left: 18px;
  }
  .searchResults-list {
    gap: 40px 12px;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .footerCategories {
    margin-top: 140px;
  }
  .footerCategories-section {
    padding: 60px 0;
  }
  .footerCategories-title {
    font-size: 32px;
  }
  .footerCategories-list {
    margin-top: 40px;
    justify-content: center;
    font-size: 16px;
    padding: 0 200px;
  }
  .featureBanners {
    padding: 120px 0 180px;
  }
  .featureBanners-title {
    font-size: 32px;
  }
  .aboutMV {
    background-image: url(/assets/images/gourmet/aboutmv-pc.png);
    background-position: bottom 0px left 50%;
    background-size: 1200px auto;
    height: 430px;
  }
  .aboutMV p {
    line-height: 2.5;
    padding: 70px 0 0 40px;
  }
  .aboutSectionTitle {
    margin-top: 60px;
    font-size: 32px;
    padding-top: 60px;
  }
  .aboutSectionTitle + p {
    text-align: center;
  }
  .about-step .swiper {
    display: block;
  }
  .about-step-slide {
    flex: 1;
  }
  .about-step-slide h5 {
    font-size: 22px;
  }
  .about-step-slide .about-step-slide-note {
    font-size: 12px;
  }
  .about-step-slide-content {
    padding: 20px;
  }
  .about-step-image img {
    height: 249px;
  }
  .aboutLinks {
    gap: 24px;
    margin-top: 80px;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .aboutLinks a {
    height: 90px;
    background-position: left 32px top 50%;
    padding-left: 84px;
    font-size: 18px;
  }
  .aboutFaq {
    margin-top: 140px;
    padding: 60px 0;
  }
  .aboutFaq h2 {
    font-size: 32px;
  }
  .aboutFaq-a {
    margin-top: 24px;
    padding: 20px 30px;
  }
  .aboutBeginners {
    padding-top: 120px;
  }
  .aboutBeginners h2 {
    font-size: 32px;
  }
  .aboutBeginners h3 {
    margin-top: 48px;
    font-size: 26px;
  }
  .aboutBeginners h3 + * {
    margin-top: 32px;
  }
  .aboutBeginners-about {
    text-align: center;
  }
  .aboutBeginners-features {
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .aboutBeginners-features-item {
    padding: 30px 40px;
  }
  .aboutBeginners-features-item > div:nth-child(1) span {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
  .aboutBeginners-features-item > div:nth-child(2) {
    margin-left: 28px;
  }
  .aboutBeginners-features-item > div:nth-child(2) p {
    font-size: 18px;
  }
  .aboutBeginners-choice ul {
    text-align: center;
  }
  .aboutBeginners-choice-text {
    text-align: center;
  }
  .exp-button {
    font-size: 16px;
    padding: 16px 0;
    width: 90%;
    margin-inline: auto;
    margin-bottom: 28px;
  }
  .exp-button.-small {
    padding: 12px 0;
  }
  .exp-more-text {
    display: none;
  }
  .exp-search-button {
    margin-top: 100px;
  }
  .exp-search-button .exp-button {
    width: 530px;
  }
  .exp-mv-first {
    background-image: url(/assets/images/gourmet/contents/gourmet_experience/mv-left-pc.jpg);
    background-size: cover;
    background-position: top right;
    flex: 1;
  }
  .exp-mv-center {
    width: 630px;
    padding: 50px 0 120px;
  }
  .exp-mv-center h1 {
    width: 581px;
  }
  .exp-mv-center p {
    font-size: 18px;
    width: 440px;
    text-align: justify;
    margin: 40px auto 0;
  }
  .exp-mv-last {
    background-image: url(/assets/images/gourmet/contents/gourmet_experience/mv-right-pc.jpg);
    background-size: cover;
    background-position: top left;
    flex: 1;
  }
  .exp-nav {
    margin-top: -40px;
  }
  .exp-nav-list {
    border: 1px solid #b3363c;
    width: 1240px;
    margin: 0 auto;
    padding: 28px 0;
  }
  .exp-nav-list li + li {
    border-left: 1px solid #b3363c;
  }
  .exp-nav-link {
    text-align: center;
  }
  .exp-nav-link img {
    height: 84px;
  }
  .exp-section {
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .exp-section-header {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    padding-bottom: 40px;
  }
  .exp-section-header-inner {
    width: 1240px;
    margin-inline: auto;
  }
  .exp-section-header-num {
    font-size: 26px;
  }
  .exp-section-header-name {
    margin-top: 60px;
  }
  .exp-section-header-name img {
    width: 326px;
  }
  .-hiromichi .exp-section-header-name img {
    width: 324px;
  }
  .exp-section-header-photo {
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -130px;
  }
  .exp-section-header-photo::before {
    left: -28px;
    bottom: -28px;
  }
  .exp-section-header-image {
    display: none;
  }
  .exp-section-1 {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .exp-section-1-inner {
    width: 1240px;
    margin-inline: auto;
  }
  .exp-section-1-first {
    width: 545px;
  }
  .exp-section-1-title {
    text-align: center;
  }
  .exp-section-1-last {
    width: 500px;
    display: flex;
    flex-direction: column;
  }
  .exp-section-1-last .exp-section-1-last-note {
    font-size: 12px;
  }
  .exp-section-2 {
    padding-top: 160px;
    padding-bottom: 50px;
  }
  .exp-section-2-inner {
    width: 1350px;
    margin-inline: auto;
    position: relative;
    right: -50px;
  }
  .exp-section-2-first {
    width: 635px;
    order: 3;
  }
  .exp-section-2-title {
    order: 1;
    position: relative;
  }
  .exp-section-2-title::before {
    content: "";
    height: 0px;
    width: 1px;
    background-color: #b3363c;
    position: absolute;
    left: 47px;
    top: 0;
    margin-top: -180px;
    transition: height 0.5s ease;
  }
  .-start .exp-section-2-title::before {
    height: 160px;
  }
  .exp-section-2-last {
    width: 500px;
    order: 2;
    padding-right: 50px;
  }
  .exp-section-3 {
    padding-top: 190px;
    padding-bottom: 50px;
  }
  .exp-section-3.-hiromichi {
    padding-top: 60px;
  }
  .exp-section-3-inner {
    width: 1330px;
    margin-inline: auto;
    position: relative;
    left: -28px;
    gap: 50px;
  }
  .exp-section-3-first {
    width: 635px;
  }
  .-hiromichi .exp-section-3-first {
    width: auto;
    flex: 1;
  }
  .exp-section-3-title {
    text-align: center;
    position: relative;
  }
  .exp-section-3-title::before {
    content: "";
    height: 0px;
    width: 1px;
    background-color: #b3363c;
    position: absolute;
    left: 38px;
    top: 0;
    margin-top: -180px;
    transition: height 0.5s ease;
  }
  .-start .exp-section-3-title::before {
    height: 160px;
  }
  .exp-section-3-last {
    width: 500px;
  }
  .-hiromichi .exp-section-3-last {
    width: auto;
    flex: 1;
  }
  .exp-section-4 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .exp-section-4-inner {
    width: 1350px;
    margin-inline: auto;
    position: relative;
    right: -50px;
  }
  .exp-section-4-first {
    width: 635px;
    order: 2;
  }
  .exp-section-4-last {
    flex: 1;
    order: 1;
    padding-right: 50px;
  }
  .exp-message {
    width: 1140px;
    display: flex;
    margin-inline: auto;
    gap: 60px;
    margin-top: 60px;
  }
  .exp-message-first {
    flex: 1;
  }
  .exp-message-last {
    width: 234px;
  }
  .exp-message-title {
    font-size: 24px;
  }
  .exp-message-text {
    font-size: 16px;
  }
  .exp-message-name {
    text-align: right;
  }
  .exp-about {
    width: 1240px;
    margin-inline: auto;
    display: flex;
    padding: 80px 120px 60px;
    margin-top: 120px;
    gap: 48px;
  }
  .exp-about .swiper-pagination .swiper-pagination-bullet {
    width: 47px;
    height: 8px;
  }
  .exp-about-first {
    width: 420px;
  }
  .exp-about-last {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .exp-about-button {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 28px;
  }
  .exp-recommend {
    margin-top: 0px;
    width: 1280px;
    margin-inline: auto;
  }
  .exp-recommend-title {
    line-height: 1.4;
    font-size: 30px;
  }
  .exp-recommend-title span {
    margin-top: 28px;
    font-size: 30px;
  }
  .exp-recommend-item {
    display: flex;
    gap: 58px;
    margin-top: 100px;
  }
  .exp-recommend-item-detail .exp-button {
    margin-top: auto;
    margin-bottom: 0;
  }
  .exp-recommend-item-detail-info-municipality p:nth-of-type(2) {
    flex: 1;
  }
  .exp-recommend-item-detail-text {
    margin-top: 8px;
  }
  .exp-recommend-search-text {
    margin-top: 120px;
    text-align: center;
  }
  .exp-about-gourmet {
    width: 1240px;
    margin-inline: auto;
    margin-top: 200px;
  }
  .exp-about-gourmet h2 {
    font-size: 34px;
  }
  .exp-about-gourmet img {
    margin-top: 60px;
  }
  .exp-back-top {
    font-size: 20px;
    margin-bottom: 240px;
  }
  .wrapper {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .pickup-sliderTitle {
    font-size: 20px;
    padding-right: 100px;
  }
  .pickup-sliderTitle a {
    text-underline-offset: 8px;
  }
  .pickup-more {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 0;
  }
  .ranking {
    padding: 60px 0;
  }
  .ranking.-top {
    padding: 60px 0 90px;
  }
  .ranking-more {
    text-align: right;
  }
  .products-slider .swiper-button-next,
  .products-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .products-item-categories {
    gap: 8px;
  }
  .products-item-categories li {
    padding: 4px 10px;
    font-size: 12px;
  }
  .products-item-price span {
    font-size: 22px;
  }
  .products-item-area {
    font-size: 13px;
  }
  .products-item-rank {
    left: 12px;
    padding-top: 3px;
    font-size: 16px;
    width: 34px;
    height: 36px;
  }
  .gourmetPagination {
    margin-top: 80px;
  }
  .mt-0-pc {
    margin-top: 0px !important;
  }
  .mt-4-pc {
    margin-top: 4px !important;
  }
  .mt-8-pc {
    margin-top: 8px !important;
  }
  .mt-12-pc {
    margin-top: 12px !important;
  }
  .mt-16-pc {
    margin-top: 16px !important;
  }
  .mt-20-pc {
    margin-top: 20px !important;
  }
  .mt-24-pc {
    margin-top: 24px !important;
  }
  .mt-28-pc {
    margin-top: 28px !important;
  }
  .mt-32-pc {
    margin-top: 32px !important;
  }
  .mt-36-pc {
    margin-top: 36px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mt-44-pc {
    margin-top: 44px !important;
  }
  .mt-48-pc {
    margin-top: 48px !important;
  }
  .mt-52-pc {
    margin-top: 52px !important;
  }
  .mt-56-pc {
    margin-top: 56px !important;
  }
  .mt-60-pc {
    margin-top: 60px !important;
  }
  .mt-64-pc {
    margin-top: 64px !important;
  }
  .mt-68-pc {
    margin-top: 68px !important;
  }
  .mt-72-pc {
    margin-top: 72px !important;
  }
  .mt-76-pc {
    margin-top: 76px !important;
  }
  .mt-80-pc {
    margin-top: 80px !important;
  }
  .mt-84-pc {
    margin-top: 84px !important;
  }
  .mt-88-pc {
    margin-top: 88px !important;
  }
  .mt-92-pc {
    margin-top: 92px !important;
  }
  .mt-96-pc {
    margin-top: 96px !important;
  }
  .mt-100-pc {
    margin-top: 100px !important;
  }
  .mt-104-pc {
    margin-top: 104px !important;
  }
  .mt-108-pc {
    margin-top: 108px !important;
  }
  .mt-112-pc {
    margin-top: 112px !important;
  }
  .mt-116-pc {
    margin-top: 116px !important;
  }
  .mt-120-pc {
    margin-top: 120px !important;
  }
  .mt-124-pc {
    margin-top: 124px !important;
  }
  .mt-128-pc {
    margin-top: 128px !important;
  }
  .mt-132-pc {
    margin-top: 132px !important;
  }
  .mt-136-pc {
    margin-top: 136px !important;
  }
  .mt-140-pc {
    margin-top: 140px !important;
  }
  .mt-144-pc {
    margin-top: 144px !important;
  }
  .mt-148-pc {
    margin-top: 148px !important;
  }
  .mt-152-pc {
    margin-top: 152px !important;
  }
  .mt-156-pc {
    margin-top: 156px !important;
  }
  .mt-160-pc {
    margin-top: 160px !important;
  }
  .sp {
    display: none !important;
  }
  body {
    padding-top: 108px;
    min-width: 1280px;
  }
  .wrapper.awoo-top-section .awoo-classify {
    margin-top: 36px;
  }
  #gourmet-searchNav {
    width: 248px;
  }
}
