@charset "UTF-8";
#foodservice {
  background-color: #F8EDF3;
  color: #282A2F;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  /* --- ヘッダー --- */
  /* --- MV --- */
  /* --- concept --- */
}
@media only screen and (max-width: 1024px) {
  #foodservice {
    font-size: 1.95vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice {
    font-size: 3.73vw;
  }
}
#foodservice header {
  position: fixed;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #foodservice header {
    z-index: 10;
  }
}
#foodservice header .header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97%;
  max-width: initial;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #foodservice header .header__container {
    margin-top: 1.95vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice header .header__container {
    margin-top: 2.67vw;
  }
}
#foodservice header .header__container h1 {
  width: 95px;
  height: 95px;
}
@media only screen and (max-width: 1024px) {
  #foodservice header .header__container h1 {
    width: 9.28vw;
    height: 9.28vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice header .header__container h1 {
    width: 13.33vw;
    height: 13.33vw;
  }
}

.bg-fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-fixed video{
  width: 100%;
  height: 100vh;		
  object-fit: cover;
}


#foodservice .mainVisual {
  /*background-image: url(../img//foodservice/foodservice_mv.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100vw;
  min-height: 100vh;
}
#foodservice .mainVisual .mainVisual__heading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #foodservice .mainVisual .mainVisual__heading {
    width: 93vw;
  }
}
#foodservice .mainVisual .mainVisual__heading h1 {
  font-family: "Josefin Sans", sans-serif;
  color: #FFFFFF;
  font-size: 10.4rem;
  font-weight: 400;
  text-shadow: 0 0 0 #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #003BFF, 0 0 82px #003BFF, 0 0 92px #003BFF, 0 0 102px #003BFF, 0 0 151px #003BFF;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #foodservice .mainVisual .mainVisual__heading h1 {
    font-size: 10.16vw;
    text-shadow: 0 0 0 #fff, 0 0 0.98vw #fff, 0 0 2.05vw #fff, 0 0 4.1vw #003BFF, 0 0 8.01vw #003BFF, 0 0 8.98vw #003BFF, 0 0 9.96vw #003BFF, 0 0 14.75vw #003BFF;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .mainVisual .mainVisual__heading h1 {
    font-size: 9.6vw;
    text-shadow: 0 0 0 #fff, 0 0 2.67vw #fff, 0 0 5.6vw #fff, 0 0 11.2vw #003BFF, 0 0 21.87vw #003BFF, 0 0 24.53vw #003BFF, 0 0 27.2vw #003BFF, 0 0 40.27vw #003BFF;
  }
}
#foodservice .mainVisual .mainVisual__heading h1::before {
  position: absolute;
  content: "";
  background-image: url(../img/foodservice/foodservice_titlelineTop.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 984px;
  height: 34px;
  top: -50px;
  left: -20px;
}
@media only screen and (max-width: 1024px) {
  #foodservice .mainVisual .mainVisual__heading h1::before {
    width: 96.09vw;
    height: 3.32vw;
    top: -4.88vw;
    left: -1.95vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .mainVisual .mainVisual__heading h1::before {
    width: 93.33vw;
    height: 9.07vw;
    top: -5.33vw;
    left: 0;
  }
}
#foodservice .mainVisual .mainVisual__heading h1::after {
  position: absolute;
  content: "";
  background-image: url("../img/foodservice/foodservice_titlelineBottom.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 574px;
  height: 34px;
  bottom: -22px;
  left: -20px;
}
@media only screen and (max-width: 1024px) {
  #foodservice .mainVisual .mainVisual__heading h1::after {
    width: 56.05vw;
    height: 3.32vw;
    bottom: -2.15vw;
    left: -1.95vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .mainVisual .mainVisual__heading h1::after {
    width: 53.33vw;
    height: 9.07vw;
    bottom: -8vw;
    left: 0;
  }
}
#foodservice .mainVisual .mainVisual__heading .mv__heading01 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #foodservice .mainVisual .mainVisual__heading .mv__heading01 {
    font-size: 2.25vw;
    margin-top: 1.95vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .mainVisual .mainVisual__heading .mv__heading01 {
    font-size: 3.73vw;
    margin-top: 5.33vw;
    position: relative;
  }
}
#foodservice .mainVisual .mainVisual__heading .mv__heading02 {
  font-size: 5rem;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Permanent Marker", cursive;
  text-shadow: 0 0 0px #fff, 0 0 70px #fff, 0 0 0px #fff, 0 0 0px #A3B0D9, 0 0 0px #A3B0D9, 0 0 0px #A3B0D9, 0 0 5px #A3B0D9, 0 0 5px #A3B0D9;
  transform: rotate(-8deg);
  margin-left: 150px;
  margin-top: -30px;
}
@media only screen and (max-width: 1024px) {
  #foodservice .mainVisual .mainVisual__heading .mv__heading02 {
    font-size: 4.88vw;
    margin-left: 14.65vw;
    margin-top: -2.93vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .mainVisual .mainVisual__heading .mv__heading02 {
    font-size: 5.33vw;
    position: absolute;
    margin-left: 0;
    top: 0;
    right: 0;
  }
}
#foodservice .mainVisual .mainVisual__videoBtn {
  position: absolute;
  width: 150px;
  bottom: 5%;
  right: 10%;
}
@media only screen and (max-width: 1220px) {
  #foodservice .mainVisual .mainVisual__videoBtn {
    right: 7%;
    width: 12.3vw;
  }
}
@media only screen and (max-width: 1024px) {
  #foodservice .mainVisual .mainVisual__videoBtn {
    right: 5%;
    width: 14.65vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .mainVisual .mainVisual__videoBtn {
    width: 26.67vw;
  }
}
#foodservice .concept {
  background-image: url(../img//foodservice/foodservice_concept.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100vw;
  min-height: 100vh;
  position: relative;
}
#foodservice .concept .container {
  position: absolute;
  width: 740px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  #foodservice .concept .container {
    width: 72.27vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .concept .container {
    width: 85.33vw;
  }
}
#foodservice .concept .container .concept__headingContainer {
  position: relative;
}
#foodservice .concept .container .concept__headingContainer::before {
  position: absolute;
  content: "";
  background-image: url("../img/foodservice/neon-border.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 314px;
  height: 64px;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #foodservice .concept .container .concept__headingContainer::before {
    width: 30.66vw;
    height: 6.25vw;
    top: -3.91vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .concept .container .concept__headingContainer::before {
    width: 53.33vw;
    height: 6.93vw;
    top: -6.67vw;
  }
}
#foodservice .concept .container .concept__headingContainer::after {
  position: absolute;
  content: "";
  background-image: url("../img/foodservice/neon-border.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 314px;
  height: 64px;
  bottom: -60px;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #foodservice .concept .container .concept__headingContainer::after {
    width: 30.66vw;
    height: 6.25vw;
    bottom: -5.86vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .concept .container .concept__headingContainer::after {
    width: 53.33vw;
    height: 6.93vw;
    bottom: -6.67vw;
  }
}
#foodservice .concept .container .concept__headingContainer .headingSecondary {
  width: 202px;
  height: 58px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #foodservice .concept .container .concept__headingContainer .headingSecondary {
    width: 19.73vw;
    height: 5.66vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .concept .container .concept__headingContainer .headingSecondary {
    width: 34.67vw;
    height: 8vw;
  }
}
#foodservice .concept .container .concept__headingContainer p {
  text-align: center;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  #foodservice .concept .container .concept__headingContainer p {
    font-size: 1.95vw;
    margin-top: 1.46vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .concept .container .concept__headingContainer p {
    font-size: 4.27vw;
    margin-top: 1.67vw;
  }
}
#foodservice .concept .container .concept__leadContainer {
  /* margin-top: 70px; */
  margin-top: 55px;
  text-shadow: 0 0 0px #fff, 0 0 2px #fff, 0 0 0px #fff, 0 0 1px #003BFF, 0 0 1px #fff, 0 0 1px #A3B0D9, 0 0 5px #A3B0D9, 0 0 10px #A3B0D9;
}
@media only screen and (max-width: 1024px) {
  #foodservice .concept .container .concept__leadContainer {
    /* margin-top: 6.84vw; */
    margin-top: 5.37vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .concept .container .concept__leadContainer {
    margin-top: 10.33vw;
    text-shadow: 0 0 0px #fff, 0 0 2px #fff, 0 0 0px #fff, 0 0 1px #003BFF, 0 0 1px #fff, 0 0 1px #A3B0D9, 0 0 1.33vw #A3B0D9, 0 0 2.67vw #A3B0D9;
  }
}
#foodservice .concept .container .concept__leadContainer .concept__textComing{
  margin-bottom: 30px;
  font-size: 45px;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  color:#FFFFFF;
  text-align: center;
  text-shadow: 0 0 0 #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #003BFF, 0 0 82px #003BFF, 0 0 92px #003BFF, 0 0 102px #003BFF, 0 0 151px #003BFF;
}
@media only screen and (max-width: 1024px) {
  #foodservice .concept .container .concept__leadContainer .concept__textComing{
    margin-bottom: 2.93vw;
    font-size: 4.39vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .concept .container .concept__leadContainer .concept__textComing{
    margin-bottom: 8vw;
    font-size: 6.67vw;
    text-shadow: 0 0 0 #fff, 0 0 2.67vw #fff, 0 0 5.6vw #fff, 0 0 11.2vw #003BFF, 0 0 21.87vw #003BFF, 0 0 24.53vw #003BFF, 0 0 27.2vw #003BFF, 0 0 40.27vw #003BFF;
  }
}
#foodservice .concept .container .concept__leadContainer .concept__text01 {
  font-size: 4.32rem;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1024px) {
  #foodservice .concept .container .concept__leadContainer .concept__text01 {
    font-size: 4.39vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .concept .container .concept__leadContainer .concept__text01 {
    font-size: 6.13vw;
    letter-spacing: 1px;
  }
}
#foodservice .concept .container .concept__leadContainer .concept__text02 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  #foodservice .concept .container .concept__leadContainer .concept__text02 {
    font-size: 2.44vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .concept .container .concept__leadContainer .concept__text02 {
    font-size: 4vw;
    margin-top: 3.2vw;
  }
}
#foodservice .concept .container .concept__leadContainer .concept__text03 {
  margin-top: 70px;
  font-size: 1.8rem;
  line-height: 50px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  #foodservice .concept .container .concept__leadContainer .concept__text03 {
    margin-top: 6.84vw;
    font-size: 1.95vw;
    line-height: 4.88vw;
  }
}
@media only screen and (max-width: 750px) {
  #foodservice .concept .container .concept__leadContainer .concept__text03 {
    font-size: 3.73vw;
    line-height: 6.67vw;
    margin-top: 6.67vw;
    letter-spacing: 0.53vw;
  }
}