
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');

    #LUNCH-BOX {
      font-family: "Shippori Mincho B1", serif;
      font-size: 24px;
      font-weight: 600;
      color: #000000;
      overflow-x: hidden;
    }
    #LUNCH-BOX .sp-show{
    display: none;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .sp-show{
            display: block;
        }
        #LUNCH-BOX .sp-none{
            display: none;
        }
    }
    #LUNCH-BOX .inner{
    max-width: 1020px;
    width: calc(100% - 60px);
    margin: 0 auto;
    }
      @media(max-width: 768px) {
          .inner{
              width: 90%;
          }
    }
    #LUNCH-BOX .inner02{
    max-width: 914px;
    width: calc(100% - 60px);
    margin: 0 auto;
    }
      @media(max-width: 768px) {
          .inner02{
              width: 90%;
          }
    }
    #LUNCH-BOX .vertical{
    writing-mode: vertical-rl;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .vertical{
        writing-mode: horizontal-tb;
    }
    }
    #LUNCH-BOX .txt--red{
    color: #B10000;
    }
    #LUNCH-BOX .txt--brown{
        color: #663708;
    }


    /*  sale   */
    #LUNCH-BOX .sale__inner{
      position: relative;
      padding: 125px 0;
      text-align: center;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .sale__inner{
      padding: 30px 0;
    }
}
    #LUNCH-BOX .sale__inner::before,
    #LUNCH-BOX .sale__inner::after {
      position: absolute;
      left: 0;
      content: "";
      width: 100%;
      height: 74px;
      display: block;
      background-image: url(../img/banpakubento/sale__deco.jpg);
      background-repeat: repeat-x;
      background-size: contain;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .sale__inner::before,
      #LUNCH-BOX .sale__inner::after{
        height: 22px;
      }
    }
    #LUNCH-BOX .sale__inner::before{
      top:0;
    }
    #LUNCH-BOX .sale__inner::after{
      bottom: 0;
    }
    #LUNCH-BOX .sale__ttl{
      width: 80%;
      max-width: 750px;
      margin: 0 auto;
    }
    #LUNCH-BOX .sale__link{
      display: inline-block;
      width:80%;
      max-width: 346px;
      margin: 0 auto;
      margin-top: 30px;
      position: relative;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .sale__link{
        width: 187px;
        width:50%;
      }
}

    #LUNCH-BOX .sale__btnWrap {
      position: relative;
      height: 80px;
      margin: 0 auto;
      display: block;
      cursor: pointer;
      margin-top: 50px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .sale__btnWrap{
        margin-top: 5px;
        height: 60px;
      }
}
    #LUNCH-BOX .sale__btnWrap img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      display: block;
      -webkit-transition: .4s ease-in-out;
      transition: .4s ease-in-out;
    }
    #LUNCH-BOX .sale__btnWrap:hover img:nth-of-type(2) {
      opacity: 0;
    }
    #LUNCH-BOX .sale__link::before,
    #LUNCH-BOX .sale__link::after{
      content: "";
      display: block;
      height: 1px;
      width: 270px;
      background-color: rgba(177, 0, 0, 0.5);
      position: absolute;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .sale__link::before,
    #LUNCH-BOX .sale__link::after{
      width: 50px;
    }
}
    #LUNCH-BOX .sale__link::before{
      top: 50%;
      left: -90%;
      transform: translateY(-50%);
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .sale__link::before{
      left: -35%;
    }
}
    #LUNCH-BOX .sale__link::after{
      top: 50%;
      right: -90%;
      transform: translateY(-50%);
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .sale__link::after{
        right: -35%;
    }
}
    /*  about  */
    #LUNCH-BOX .about {
      position: relative;
      background-image: url(../img/banpakubento/bg-about.jpg);
      padding: 94px 0 54px 0;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .about{
        padding: 22px 0 12px 0;
      }
}
    #LUNCH-BOX .about::before{
      content: "";
      width: 14%;
      height: 40%;
      position: absolute;
      top: 0;
      right: 2px;
      background-image: url(../img/banpakubento/about_deco03.png);
      background-position: top left;
      background-repeat: no-repeat;
      background-size: contain;
    }
    @media(max-width: 1200px) {
      #LUNCH-BOX .about::before{
        width: 25%;
      height: 30%;
      right: 0px;
    background-image: url(../img/banpakubento/about_deco05-sp.png);
  }
  }
    #LUNCH-BOX .about::after{
      content: "";
      width: 19%;
      height: 35%;
      position: absolute;
      bottom: 0;
      left: 0px;
      background-image: url(../img/banpakubento/about_deco04.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
    }
    @media(max-width: 1200px) {
      #LUNCH-BOX .about::after{
        right: 0px;
        transform: scale(-1, 1);
        left: auto;
      }
  }

#LUNCH-BOX .about__inner {
  max-width: 1260px;
    width: calc(100% - 60px);
    margin: 0 auto;
    }
      @media(max-width: 1200px) {
        #LUNCH-BOX .about__inner{
              width: 90%;
          }
          @media(max-width: 768px) {
            #LUNCH-BOX .about__inner{
              width: calc(100% - 30px);
          }
}
    }

#LUNCH-BOX .about__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 70px;
}
@media(max-width: 1200px) {
  #LUNCH-BOX .about__wrap {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media(max-width: 768px) {
  #LUNCH-BOX .about__wrap {
    gap: 22px;
  }
}

#LUNCH-BOX .about__ttl {
  color: #663708;
  font-weight: 900;
  font-size: min(5vw,60px);
  writing-mode: vertical-rl;
}
@media(max-width: 1200px) {
  #LUNCH-BOX .about__ttl{
    writing-mode: horizontal-tb;
    margin-right: auto;
    font-size: max(7vw,24px);
  }
}

#LUNCH-BOX .about__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 100%;
}
@media(max-width: 768px) {
  #LUNCH-BOX .about__list {
    gap: 2rem;
  }
}

#LUNCH-BOX .about__item {
  position: relative;
  margin-top: 21px;
  width: fit-content;
  z-index: 0;
  isolation: isolate;
}
@media(max-width: 768px) {
  #LUNCH-BOX .about__item{
    width: 88%;
  }
}
#LUNCH-BOX .about__item:nth-child(2)::before{
  content: "";
  width: 55%;
    height: 100%;
    position: absolute;
    top:-15%;
    left: -51%;
      background-image: url(../img/banpakubento/about_deco01.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: -1;
      pointer-events: none;
}
@media(max-width: 1000px) {
  #LUNCH-BOX .about__item:nth-child(2)::before{
    background-position: top left;
        width: 20%;
        height: 60%;
        top: -14%;
        left: -14%;
        background-size: cover;
  }
  }
  @media(max-width: 768px) {
    #LUNCH-BOX .about__item:nth-child(2)::before{
        width: 15%;
        height: 70%;
        top: -25%;
        left: -12%;
  }
}
#LUNCH-BOX .about__item:nth-child(3)::before{
  content: "";
  width: 55%;
    height: 100%;
    position: absolute;
    top:-25%;
    right: -60%;
      background-image: url(../img/banpakubento/about_deco02.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: -1;
      pointer-events: none;
}
@media(max-width: 1000px) {
  #LUNCH-BOX .about__item:nth-child(3)::before{
    background-position: top right;
        width: 20%;
        height: 60%;
        top: -14%;
        right: -24%;
        background-size: cover;
  }
  }
  @media(max-width: 768px) {
    #LUNCH-BOX .about__item:nth-child(3)::before{
      width: 10%;
      height: 70%;
      top: -22%;
      right: -10%;
  }
}
#LUNCH-BOX .about__item:nth-child(2){
  margin-left: auto;
}
#LUNCH-BOX .about__item:after{
  content: "";
  position: absolute;
  top: 27px;  /* 少しずらす */
  left: 22px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 161, 161, 0.1);
  box-sizing: border-box;
  z-index: -1;
  pointer-events: none;
}
@media(max-width: 768px) {
  #LUNCH-BOX .about__item:after{
    top: 10px;
    left: 10px;
  }
}

#LUNCH-BOX .about__item__ttl {
  font-weight: 900;
  font-size: 36px;
  position: absolute;
  top: -30px;
  left:30px;
background-color:#F6F0E1 ;
z-index: 2;
}
@media(max-width: 768px) {
  #LUNCH-BOX .about__item__ttl{
    font-size: max(5vw,14px);
  }
}

#LUNCH-BOX .about__item__txtWrap {
  border: 1px solid #D9A850;
  padding: 50px 20px 30px 30px;
  position: relative;
  z-index: 1;
}
@media(max-width: 768px) {
  #LUNCH-BOX .about__item__txtWrap{
    padding: 4%;
  }
}

#LUNCH-BOX .about__item__dl:not(:first-child) {
margin-top: 24px;
}
@media(max-width: 768px) {
  #LUNCH-BOX .about__item__dl:not(:first-child) {
margin-top: 8px;
}
}

#LUNCH-BOX .about__item__dt {
  font-weight: 900;
  font-size: 36px;
}
@media(max-width: 768px) {
  #LUNCH-BOX .about__item__dt {
    font-size: max(4vw,13px);
}
}

#LUNCH-BOX .about__item__dd {
  font-weight: 900;
}
@media(max-width: 768px) {
  #LUNCH-BOX .about__item__dd {
    font-size: max(3vw,9px);
}
}


    /* standard */
    #LUNCH-BOX .standard{
      background-image: url(../img/banpakubento/ripple.jpg);
      background-position: center;
      background-repeat: repeat;
      background-size: contain;
      padding: 40px 0;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .standard{
        padding: 30px 0;
      }
}
    #LUNCH-BOX .standard__ttl{
      font-size: 2em;
      font-weight: 800;
      color: #663708;
      letter-spacing: 1.2;
      position: relative;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .standard__ttl{
        font-size: max(5.5vw, 20px);
      }
}

#LUNCH-BOX .standard__wrap{
      display: flex;
      gap: 30px;
}
#LUNCH-BOX .standard__lineWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
}
@media(max-width: 768px) {
  #LUNCH-BOX .standard__lineWrap{
    padding-top: 7px;
  }
}

#LUNCH-BOX .standard__diamond {
  width: 30px;
  height: 30px;
  background: #8B4000;
  transform: rotate(45deg);
  position: relative;
}

#LUNCH-BOX .standard__diamond::before,
#LUNCH-BOX .standard__diamond::after {
  content: '';
  position: absolute;
  background: #fff;
}

#LUNCH-BOX .standard__diamond::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

#LUNCH-BOX .standard__diamond::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}

#LUNCH-BOX .standard__line {
  width: 2px;
  height: 330px; /* 線の長さ */
  background: #8B4000;
}
@media(max-width: 768px) {
  #LUNCH-BOX .standard__line{
    height: 90%;
  }
}
    #LUNCH-BOX .standard__txtWrap{
      margin-top: 41px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .standard__txtWrap{
      margin-top: 18px;
      padding-bottom: 30px;
    }
}
    #LUNCH-BOX .standard__txt{
      font-size: min(2.4vw, 24px);
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .standard__txt{
      font-size: max(2.4vw, 14px);
      line-height: 1.6;
      letter-spacing: 0.3rem;
    }
}
    #LUNCH-BOX .standard__txt:not(:first-child){
      margin-top: 30px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .standard__txt:not(:first-child){
      margin-top: 20px;
    }
}

    /*  menu   */
    #LUNCH-BOX .menu{
      z-index: 2;
      position: relative;
      background-color: #F6F0E1;
      padding: 140px 0;
      margin-top: -100px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu{
        margin-top: -35px;
        padding: 80px 0;
      }

}
    #LUNCH-BOX .menu__inner{
      background-image: url(../img/banpakubento/bg-menu.jpg);
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      z-index: 111;
    }
    #LUNCH-BOX .menu__inner::before{
      position: absolute;
      content: "";
      width: 43%;
      height: 127px;
      background-image: url(../img/banpakubento/menu_deco-up.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      top:-87px;
      left: -10%;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__inner::before{
        height: 40px;
        top: -30px;
      }
}

#LUNCH-BOX .menu__inner::after{
      position: absolute;
      content: "";
      width: 43%;
      height: 127px;
      background-image: url(../img/banpakubento/menu_deco-down.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      bottom:-87px;
      right: -5%;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__inner::after{
        height: 40px;
        bottom: -30px;
      }
}
    #LUNCH-BOX .menu__list{
      padding: 6% 3% 1% 6%;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__list{
      padding: 0 5% 5% 5%;
    }
}
    #LUNCH-BOX .menu__item{
      display: flex;
      justify-content: space-between;
      gap: 90px;
      margin: 30px 0;
      padding-bottom: 10%;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__item{
        flex-direction: column;
        padding: 5% 0 10% 0;
        align-items: center;
        gap: 30px;
      }
}
    #LUNCH-BOX .menu__nameWrap{
      display: flex;
      flex-direction: row-reverse;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__nameWrap{
      flex-direction: column;
    }
}
    #LUNCH-BOX .menu__name{
      color: #663708;
      line-height: 5rem;
      letter-spacing: 0.5rem;
      font-size: 30px;
      text-indent: -1em;
      padding-left: 1em;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__name{
        font-size: max(4vw, 16px);
        line-height: 1.2;
        letter-spacing: 0;
        text-indent: 0;
        padding-left: 0;
        padding-top: 0;
      }
    }
    #LUNCH-BOX .menu__info{
      font-size: 16px;
      text-indent: -1rem;
      padding-top: 50%;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__info{
      font-size: max(2vw, 12px);
      text-indent: 0;
      letter-spacing: 0;
      line-height: normal;
      padding: 5% 2% 0 5%;
    }
}
    #LUNCH-BOX .menu__img{
      display: block;
      max-width: 640px;
      padding: 10% 0 10% 0;
      position: relative;
      z-index: 1;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__img{
        padding: 0;
      }
      #LUNCH-BOX .menu__img img{
        padding: 0 0 0 20%;
      }
}
    #LUNCH-BOX .menu__ttlWrap{
      position: relative;
      display: flex;
      flex-direction: column;
}


    #LUNCH-BOX .menu__ttlSet{
      position: absolute;
      top: -60px;
      right: 18%;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap:30px
    }
    #LUNCH-BOX .menu__ttlSet--sp{
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 32px
    }
    #LUNCH-BOX .menu__ttl{
      color: #B10000;
      line-height: 1.2;
      font-size: 40px;
      font-weight: 700;
    }
    #LUNCH-BOX .menu__ttl--sp{
      color: #B10000;
      line-height: 1.2;
      font-size: max(6vw, 16px);
      font-weight: 700;
      letter-spacing: 0.3rem
    }
    #LUNCH-BOX .menu__ttl__border{
      width: 1px;
      height:90px;
      background-color: #B10000;
    }
    #LUNCH-BOX .menu__ttl__border--sp{
      width: 40%;
      height:1px;
      background-color: #B10000;
    }
    #LUNCH-BOX .menu__originWrap{
      margin-top: -25%;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__originWrap{
        margin-top: -0%;
    }
  }
    #LUNCH-BOX .menu__origin__dd{
      display: flex;
      align-items: flex-start;
      font-size: 14px;
      gap:20px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__origin__dd{
        font-size: 10px;
        gap:10%;
      }
}
    #LUNCH-BOX .menu__origin__dd:not(:first-child){
      margin-top:10px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__origin__dd:not(:first-child){
        margin-top: 3px;
      }
}
    #LUNCH-BOX .menu__originTtl{
      color:#663708;
      font-size: 18px;
      border-bottom: 1px solid #663708;
      width: 60%;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__originTtl{
        font-size: 12px;
      }


}
    #LUNCH-BOX .menu__originTtl:first-child{
      width: 30%;
      min-width: 170px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__originTtl:first-child{
      width: 30%;
      min-width: 120px;
    }
}
    #LUNCH-BOX .menu__food{
      width: 30%;
      padding-left: 1rem;
      min-width: 170px;
      white-space: nowrap;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .menu__food{
        min-width: 120px;
      }
}
    #LUNCH-BOX .menu__food::before{
      content:"・";
    }
    #LUNCH-BOX .menu__origin{
      width: 60%;
      padding-left: 1rem;
      white-space: nowrap;
    }
    @media(max-width: 768px) {
#LUNCH-BOX .menu__origin{
  width: 35%;
}
}



    /*  way  */
    #LUNCH-BOX .way{
      background-image: url(../img/banpakubento/ripple.jpg);
      background-position: center;
      background-repeat: repeat;
      background-size: contain;
      margin: 50px 0 40px 0;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .way{
        padding: 0 0 20px 0;
        margin: 60px 0 0 0;
      }
}
    #LUNCH-BOX .way__inner {
      max-width: 1026px;
    width: calc(100% - 60px);
    margin: 0 auto;
    z-index: 10;
    position: relative
    }
      @media(max-width: 768px) {
          .inner{
              width: 90%;
          }
    }
    #LUNCH-BOX .way__ttl{
      font-size: 2em;
      font-weight: 800;
      color: #663708;
      line-height: 1.2;
      position: relative;
      margin-top: -80px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .way__ttl{
        font-size: max(5.5vw, 24px);
        z-index: 2;
        margin-top: -75px;
      }
    }
    #LUNCH-BOX .way__ttl::before{
      content: "";
      width:1px;
      height: 600px;
      background-color: #663708;
      position: absolute;
      top: 0;
      left: -25px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .way__ttl::before{
        left: -15px;
      }
}
    #LUNCH-BOX .way__item__dl {
      width: 100%;
      display: flex;
      align-items: flex-start;
      margin-top: 30px;
      font-size: min(2.6vw, 26px);
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .way__item__dl{
        flex-direction: column;
        margin-top: 20px;
      }
}

    #LUNCH-BOX .way__item__dt {
      width: 13%;
      min-width: 135px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .way__item__dt{
        width: 100%;
        font-size: max(4.5vw, 16px);
      }
}

    #LUNCH-BOX .way__item__dd {
      width: 90%;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .way__item__dd{
        width: 100%;
        font-size: max(3.4vw, 14px);
      }
}

    #LUNCH-BOX .way__item--note {
      font-size: min(2.4vw, 24px);
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .way__item--note {
        font-size: max(3.1vw, 13px);
    }
}
    #LUNCH-BOX .way__item--small{
      font-size: min(2.2vw, 21px);
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .way__item--small{
      font-size: max(3vw, 11px);
    }
}

    /*  intro  */
    #LUNCH-BOX .intro{
      background-color: #F6F0E1;
      padding: 61px 0 67px 0;
      text-align: center;
      position: relative;
    z-index: 10;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .intro{
        padding: 32px 0 42px 0;
        background-image: url(../img/banpakubento/bg_intro-sp.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      }
}
    #LUNCH-BOX .intro__inner{
      background-image: url(../img/banpakubento/intro_bg.png);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .intro__inner{
        background-image:none;
      }
}
    #LUNCH-BOX .intro__inner::before,
    #LUNCH-BOX .intro__inner::after{
    position: absolute;
    content: "";
    width: 105%;
    height: 145px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    left: -3%;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .intro__inner::before,
    #LUNCH-BOX .intro__inner::after{
      background-image:none;
    }

}
    #LUNCH-BOX .intro__inner::before{
    background-image: url(../img/banpakubento/intro_deco01.png);
    top: 0;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .intro__inner::before{
        background-image:none;
    }
}
    #LUNCH-BOX .intro__inner::after{
    background-image: url(../img/banpakubento/intro_deco02.png);
    bottom: 0;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .intro__inner::after{
        background-image:none;
    }
}
    #LUNCH-BOX .intro__ttlWrap{
      border-bottom: 1px solid #000;
      max-width: 590px;
      margin: 0 auto;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .intro__ttlWrap{
        width: 65%;
      }
}
    #LUNCH-BOX .intro__ttl{
      font-size: min(4.6vw, 40px);
      font-weight: 800;
      line-height: 1.2;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .intro__ttl{
        font-size: max(4.2vw, 16px);
      }
}
    #LUNCH-BOX .intro__company{
      font-size: min(4.2vw, 38px);
      font-weight: 800;
      line-height: 1.2;
      color: #663708;
      margin-top: 48px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .intro__company{
        font-size: max(4.2vw, 16px);
        margin-top: 20px;
      }
}
    #LUNCH-BOX .intro__txtWrap{
      margin-top: 48px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .intro__txtWrap{
      margin-top: 10px;
    }
}
    #LUNCH-BOX .intro__txt{
      font-size: min(2.4vw, 26px);
      font-weight: 800;
      line-height: 1.8;
      letter-spacing: 0.7;
    }
    #LUNCH-BOX .intro__txt:not(:first-child){
      margin-top: 2em;
    }
/* contact */

    #LUNCH-BOX .contact{
    background-image: url(../img/banpakubento/bg_contact.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 24px 0;
    }
    #LUNCH-BOX .contact__txt{
      font-size: min(1.9vw, 16px);
      line-height: 1.2;
      color: #663708;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .contact__txt{
        font-size: 11px;
      }
}
    #LUNCH-BOX .contact__formLink{
      color: #0040FF;
      text-decoration:underline;
      line-height: 0;
    }
    #LUNCH-BOX .contact__intro{
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 23px;
      gap: 28px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .contact__intro{
        gap: 8px;
      margin-top: 6px;

      }
}
    #LUNCH-BOX .contact__logo{
      width: 66px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .contact__logo{
      width: 37px;
    }
}
    #LUNCH-BOX .contact__linkWrap{
      font-size: 16px;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .contact__linkWrap{
      font-size: 10px;
    }
}
    #LUNCH-BOX .contact__linkFlex{
      display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 8px;
    }
    #LUNCH-BOX .contact__link{
      padding: 14px 25px;
      color: #000;
      text-decoration:underline;
    }
    @media(max-width: 768px) {
      #LUNCH-BOX .contact__link{
        padding: 0 15px;
      }
}
    #LUNCH-BOX .contact__link:first-child{
      border-right: 1px solid #000;
    }