@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&display=swap");
.noicon::after {
  content: none !important; }

div.campaign {
  font-size: 1.6rem; }
  @media (min-width: 769px) {
    div.campaign {
      min-width: 1000px; } }
  @media (max-width: 768.98px) {
    div.campaign {
      padding: 0 20px; } }
  div.campaign .mv {
    background: #e50065;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 768.98px) {
      div.campaign .mv-wapper {
        margin-inline: -20px; } }

#lead1 {
  background: #e50065; }
  #lead1::after {
    border-top-color: rgba(229, 0, 101, 0.7); }
  #lead1:hover {
    background-color: #e50065; }

#lead1 .navi-title {
  background-color: #e50065; }

#lead2 {
  background: #f0e800; }
  #lead2::after {
    border-top-color: rgba(240, 232, 0, 0.7); }
  #lead2:hover {
    background-color: #f0e800; }

#lead2 .navi-title {
  background-color: #f0e800; }

#sec1 {
  background: #fff481; }
  #sec1::after {
    border-top-color: rgba(255, 244, 129, 0.7); }
  #sec1:hover {
    background-color: #fff481; }

#sec1 .navi-title {
  background-color: #fff481; }

#sec2 {
  background: #fff481; }
  #sec2::after {
    border-top-color: rgba(255, 244, 129, 0.7); }
  #sec2:hover {
    background-color: #fff481; }

#sec2 .navi-title {
  background-color: #fff481; }

@media (max-width: 768.98px) {
  .lead {
    margin-inline: -20px; } }

.sec {
  padding-top: 45px; }
  .sec#sec2 {
    padding-top: 60px;
    padding-bottom: 80px; }
  @media (max-width: 768.98px) {
    .sec {
      margin-inline: -20px;
      padding: 20px; }
      .sec .title-mv {
        margin-inline: -20px; }
      .sec#sec2 {
        padding-top: 20px; } }

.title-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .title-box__pict {
    margin-bottom: 0; }
    #sec1 .title-box__pict-img {
      max-width: 230px; }
    #sec2 .title-box__pict-img {
      max-width: 230px; }
  .title-box__lead {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold; }
    #sec1 .title-box__lead {
      color: #176db6; }
    #sec2 .title-box__lead {
      color: #176db6; }
  @media (max-width: 768.98px) {
    .title-box {
      margin-bottom: 20px;
      gap: 5px;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #sec2 .title-box__pict-img {
        max-width: 180px; }
      #sec1 .title-box__pict {
        display: none; }
      .title-box__lead {
        font-size: 1.6rem; } }

.prod-box {
  background: #fff;
  padding: 40px 30px; }
  @media (max-width: 768.98px) {
    .prod-box {
      padding: 15px; } }
  .prod-box-note {
    margin-top: 10px;
    text-align: right;
    font-weight: bold; }

.prod {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  .prod__pict {
    margin-bottom: 10px; }
    .prod__pict-img {
      width: 100%; }
  .prod__tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    padding: 5px 10px;
    font-size: 1.1rem;
    color: #fff;
    background: #666;
    border-radius: 50rem;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1; }
    .prod__tag_foodhall {
      background: #26ab38; }
    .prod__tag_restaurants {
      background: #28b151; }
  .prod__shop {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #e50065; }
  .prod__copy {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    background: #666;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    min-height: calc(2.6em + 20px); }
    #sec1 .prod__copy {
      background: #ffe6f1; }
    #sec2 .prod__copy {
      background: #ffe6f1; }
  .prod__msg {
    font-size: 1.5rem;
    text-align: center;
    padding-inline: 15px;
    line-height: 1.5; }
  .prod__price {
    font-size: 2.2rem;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.3; }
    #sec1 .prod__price {
      color: #176db6; }
    #sec2 .prod__price {
      color: #176db6; }
  .prod__txt {
    font-size: 1.3rem; }
  .prod__tax {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
    font-size: 1.3rem; }
  @media (max-width: 768.98px) {
    .prod__pict {
      margin-bottom: 5px; }
    .prod__tag {
      margin-bottom: 5px; }
    .prod__shop {
      margin-bottom: 5px; }
    .prod__copy {
      padding: 5px;
      margin-bottom: 5px;
      min-height: calc(2.6em + 10px); }
    .prod__msg {
      margin-bottom: 5px; }
    .prod__tax {
      font-size: 1.2rem; } }

/*# sourceMappingURL=style.css.map */
