@charset "UTF-8";

html#supervision {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;

}

body {
  background-color: #000;
}

.l-header {
  background: #000;
}

.l-header__logo {
  background: #B30D09;
}

.l-header__nav ul a {
  color: #fff;
}

.l-footer__inner {
  background: #B30D09;
  padding: 20px 0 15px;
}

.pcbr {
  display: block;
}

.spbr {
  display: none;
}

@media only screen and (max-width: 1100px) {
  html#supervision {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;

  }

  .l-header::before {
    background: #B30D09;
  }

  .l-header__hum p {
    color: #fff;
  }

  .l-header__hum span {
    background: #fff;
  }

  .l-header__nav ul li a {
    border-bottom: 2px solid #fff;
    background: #000;
  }

  .l-header__nav ul li:first-child a {
    border-top: 2px solid #fff;
  }

  .l-header__nav ul li:last-child a {
    border-bottom: 2px solid #fff;
  }
}

@media only screen and (max-width: 600px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }
}

.p-front-visual {
  background: #000;
}

.p-front-visual h2 span {
  color: #fff;
}

.p-front-top__bnr {
  width: 650px;
  margin: 0 auto 90px;
}

.p-front-top__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 480px;
  padding: 20px 20px 20px 0;
  margin: 0 auto 90px;
  background: #b30d09;
  border-radius: 10px;
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, .3);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.p-front-top__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.p-front-nav {
  background: #000;
}

.p-front-noodle {
  background: #000;
}

.p-front-vertical {
  background: #000;
}

.youtube_cmHeading {
  color: #fff;
}

.youtube_cmGroup {
  align-items: flex-start;
}

.youtube_container_02 {
  padding-top: 0;
}

.youtube_container_02 img {
  display: block;
  margin: 0 auto 20px;
}

.p-front-nav__item {
  background: #b30d09;
  border-top: 3px solid #fff;
}

.p-front-nav__item p span {
  color: #fff;
}

.p-front-nav__item p {
  color: #fff;
}

.p-front-nav__foot a {
  background: #A88500;
  border-top: 3px solid #fff;
}

@media only screen and (max-width: 1100px) {
  .p-front-top__btn a {
    width: 64%;
    max-width: 480px;
  }
}

@media only screen and (max-width: 600px) {
  .p-front-top__bnr {
    width: 86.7%;
    margin: 0 auto 50px;
  }

  .p-front-top__btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 255px;
    padding: 15px 20px 15px 0;
    margin: 0 auto 45px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 430px) {
  .youtube_cmGroup {
    margin-bottom: 70px;
  }

  .youtube_container_02 img {
    display: block;
    margin: 0 auto 14px;
  }
}


.p-front-noodle__main {
  max-width: 830px;
  margin: 0 auto 100px;
}

.p-front-noodle__main__logo {
  width: 108px;
  margin: 15px auto 10px;
}

.p-front-noodle h2 {
  padding: 25px 0;
}

.p-front-noodle h2 {
  background: url(../images/front/bg-nodle01_sp.jpg) center / cover;
}

.p-front-noodle__main__txt span {
  color: #ffffff;
}

.p-front-noodle__main__txt span.text_suspend {
  margin-left: 0;
}

.p-front-noodle__main__btn a {
  margin: 0 auto 10px;
}

.p-front-noodle__main__btn02 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #A88500;
  border-radius: 5px;
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, .3);
  width: 140px;
  padding: 5px 0;
  margin: 0 auto;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.p-front-noodle__main__btn02 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.p-front-noodle__foot h4 {
  color: #fff;
}

.p-front-noodle__foot p {
  color: #fff;
}

.p-front-noodle__foot p strong {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .p-front-noodle__main__inner {
    column-gap: 12%;
  }
}

@media only screen and (max-width: 1100px) {

  .p-front-noodle__main {
    width: 90%;
    margin: 0 auto 65px;
  }

  .p-front-noodle__main__inner {
    justify-content: center;
  }

  .p-front-noodle__main__item {
    width: calc((100% - 60px) / 2);
  }

  .p-front-noodle__main__img {
    width: 86%;
  }

  .p-front-noodle__main__btn02 a {
    width: 105px;
    font-size: 1.3rem;
    padding: 5px 10px 5px 0;
  }
}


@media screen and (max-width: 600px) {
  .p-front-noodle__main__img {
    width: 120%;
    margin: 0 0 0 -10%;
    padding: 0;
  }

  .p-front-noodle__foot {
    padding: 0;
  }

  .p-front-noodle__foot__inner {
    padding: 0 35px;
  }
}

.p-front-vertical h2 {
  position: relative;
  text-align: center;
  background: url(../images/front/bg-noodle01.jpg) center / cover;
  padding: 25px 0;
  margin: 0 0 95px;
  font-size: 5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: .2em;
}

.p-front-vertical h2::before,
.p-front-vertical h2::after {
  display: none;
}

.p-front-vertical__head {
  max-width: 795px;
}

.p-front-vertical__head__txt span {
  color: #fff;
}

.p-front-vertical__head__btn a {
  position: relative;
  left: initial;
  bottom: initial;
  transform: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b30d09;
  border-radius: 5px;
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, .3);
  width: 140px;
  margin: 0 auto 10px;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.p-front-vertical__head__btn02 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #A88500;
  border-radius: 5px;
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, .3);
  width: 140px;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.p-front-vertical__head__btn02 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.p-front-vertical__main__inner {
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 70px;
}


.p-front-vertical__main__item {
  width: 42%;
}

.p-front-vertical__head__img {
  width: 23vw;
  max-width: 190px;
  margin: 0 auto 20px;
}

.p-front-noodle__foot__img .txt02 {
  color: #fff;
}

.p-front-vertical__head__logo {
  width: 108px;
  margin: 0 auto 10px;
}

.p-front-vertical__head__logo.sisen {
  width: 48px;
  margin: 0 auto 10px;
}

.p-front-vertical__head__logo.sisen {
  width: 48px;
  margin: 0 auto 10px;
}

.p-front-vertical__main__item h4 {
  color: #fff;
  font-size: 3.8rem;
}

.p-front-vertical__main__item p {
  color: #fff;
}

@media only screen and (max-width: 1100px) {
  .p-front-vertical h2 {
    background: url(../images/front/bg-nodle01_sp.jpg) center / cover;
  }

  .p-front-vertical__main__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p-front-vertical__head {
    width: 78%;
    max-width: 795px;
  }

  .p-front-vertical__main__item {
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .p-front-vertical {
    padding: 0 0 30px;
  }

  .p-front-vertical h2 {
    font-size: 2.7rem;
  }

  .p-front-vertical__main__item {
    width: 100%;
    margin: 0 0 20px;
  }

  .p-front-vertical__head__img {
    width: 90%;
  }

  .p-front-vertical__head__inner {
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    row-gap: 50px;
    margin: 0;
  }

  .p-front-vertical__main__item h4 {
    font-size: 2.4rem;
  }

  .p-front-vertical__main__inner {
    row-gap: 35px;
  }
}

.p-front-recipe h2 {
  background: #000;
  color: #F5CD13;
  padding: 70px 0;
  margin: 0 auto;
}

.p-front-recipe__swiper::after,
.p-front-recipe__swiper::before {
  background: #000;
}

@media screen and (max-width: 600px) {
  .p-front-recipe h2 {
    padding: 35px 0px;
  }
}

.p-modal {
  background: rgba(0, 0, 0, .7);
}

.p-modal__txt__make dt {
  color: #000;
}

.p-modal__txt__make dd p {
  color: #000;
}

.p-modal__txt__make dd p strong {
  color: #000;
}

.p-modal__txt__material dt {
  color: #000;
}

.p-modal__txt__material dd p {
  color: #000;
}

.p-modal__txt__material dd p span {
  color: #000;
}

/* Products */
.p-product-noodle h2 {
  width: 197px;
  margin: 0 auto 55px;

}

.p-product.bag_noodle {
  max-width: 830px;
}

.p-product-vertical h2 {
  width: 360px;
  margin: 0 auto 55px;
}



@media only screen and (max-width: 600px) {
  .p-product__main li figure {
    width: 70%;
  }

  .p-product-noodle h2 {
    width: 35%;
    margin: 0 auto 6%;
  }

  .p-product-vertical h2 {
    width: 58.6%;
    margin: 0 auto 6%;
  }
}

/* recipe */
.p-recipe__list {
  align-items: flex-start;
  justify-content: center;
}

.p-recipe__item__inner {
  background: #FFFFFF;
}

/* history */

.p-history__block:nth-child(odd) {
  background-color: #3B0000;
}

.p-history__block:nth-child(even) {
  background-color: #000;
}

.p-history__content h3 {
  color: #fff;
}

.p-history__content p {
  color: #fff;
}

.p-history__block:nth-of-type(11) .p-history__main:before {
  height: 92%;
}

.p-history__block:nth-child(12) {
  background-image: url(../images/history/bg-cloud12.png);
}

.p-history__block:nth-of-type(12) .p-history__item.-mod03 {
  padding: 0 0 0 160px;
}

.p-history__block:nth-of-type(12) h3 {
  letter-spacing: -0.02em;
}

.p-history__block:nth-child(13) {
  background-image: url(../images/history/bg-cloud13.png);
}


@media only screen and (max-width: 600px) {
  .p-history__block:nth-of-type(12) .p-history__item.-mod03 {
    padding: 0;
  }

  .p-history__block:nth-child(12) {
    background-image: url(../images/history/bg-cloud12_sp.png);
  }

    .p-history__block:nth-child(13) {
    background-image: url(../images/history/bg-cloud13_sp.png);
  }
}

/* supervision */
.p-supervision__main p {
  color: #fff;
}

.p-supervision__foot a {
  background: #B30D09;
}

#szechwan .p-supervision__foot a {
  width: 300px;
  background: #B30D09;
  font-size: 1.5rem;
}

.p-supervision__head h2.sisen {
    width: 95px;
}

@media screen and (max-width: 600px) {
  .p-front-recipe__swiper .swiper-button-next::after {
    width: 40px;
    height: 50px;
  }

  .p-front-recipe__swiper .swiper-button-prev::after {
    width: 40px;
    height: 50px;
  }

  .p-front-recipe__swiper .swiper-button-prev {
    left: 0px;
  }

  .p-supervision__head h2.sisen{
    width: 95px;
    transform: translate(-20px, -50%);
  }
}

.p-front-recipe__swiper .swiper-button-next::after {
  width: 60px;
  height: 45px;
}

.p-front-recipe__swiper .swiper-button-prev::after {
  width: 60px;
  height: 45px;
}

.swiper-button-next, .swiper-button-prev {
  color: transparent;
}

.swiper-button-next, .swiper-button-prev {
  svg {
    fill: transparent;
  }
}