.lang-en .pc-en {
  display: inline !important;
}
.lang-en .sp-en {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .lang-en .en-none {
    display: none !important;
  }
  .lang-en .pc-en {
    display: none !important;
  }
  .lang-en .sp-en {
    display: inline !important;
  }
}

.pc {
  display: none;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}

.emphasis {
  font-weight: bold;
}

picture,
img {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

.gourmet {
  padding: 0;
}
.gourmet__section {
  background-image: url(../img/content_circle01.svg), url(../img/content_circle02.svg), url(../img/gourmet_bgBottom.svg);
  background-position: center 6.4285714286vw, bottom center, bottom;
  background-size: 100% auto, 100% auto, 100% auto;
  padding: 12.8571428571vw 0 5vw;
}
@media screen and (max-width: 768px) {
  .gourmet__section {
    background-image: url(../img/content_circle01.svg), url(../img/content_circle02.svg), url(../img/gourmet_bgBottom_sp.svg);
    padding: 21.3333333333vw 0 10.6666666667vw;
  }
}
.gourmet__section h2 {
  width: 57.1428571429vw;
  margin: auto;
}
.gourmet__section .textBox {
  text-align: center;
  font-size: 1.4285714286vw;
  margin-top: 4.2857142857vw;
  line-height: 2.5;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gourmet__section .textBox {
    margin-top: 9.6vw;
    font-size: 3.7333333333vw;
  }
}/*# sourceMappingURL=style.css.map */