@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
ol li, ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
}

p .bg-blue {
  background: #ACE1F7;
}

.anchor-offset {
  padding-top: 40px;
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.article .container {
  max-width: none;
}

.single-block-contents {
  margin: 48px auto 0;
}
.single-block-contents ul li:nth-of-type(10)::before {
  content: "10";
}
.single-block-contents ul li .limit {
  color: #fff;
  background: #C32D28;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-left: 16px;
  }
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.m-articleContents__box__inner ul li {
  list-style: none;
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.m-articleContents__box p a:not([class*=btn]):not([href$=".jpg"]) {
  font-weight: 700;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.archive-block .container {
  max-width: 900px;
}

ol li {
  list-style: none !important;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.head-txt__body {
  font-size: 16px;
  line-height: 1.875 !important;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
    line-height: 1.5 !important;
    letter-spacing: 0.04em;
  }
}

html {
  scroll-behavior: smooth;
}

.orange-bg-txt {
  color: #fff;
  background: #EF7E00;
  font-size: 19px !important;
  font-weight: 700;
  line-height: 1 !important;
  display: inline-block;
  padding: 12px 16px;
}
@media screen and (max-width: 640px) {
  .orange-bg-txt {
    font-size: 16px !important;
    padding: 8px 10px;
  }
}

.orange-highlight-txt {
  color: #EF7E00;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.6 !important;
}
@media screen and (max-width: 640px) {
  .orange-highlight-txt {
    font-size: 16px !important;
    line-height: 1.56 !important;
  }
}
.orange-highlight-txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, rgba(239, 126, 0, 0.1019607843)));
  background: linear-gradient(transparent 40%, rgba(239, 126, 0, 0.1019607843) 60%);
}

.detail-list {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .detail-list {
    margin-top: 12px;
  }
}
.detail-list__item {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .detail-list__item {
    font-size: 14px;
    line-height: 1.57;
  }
}
.detail-list__item--col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0px;
}
@media screen and (max-width: 640px) {
  .detail-list__item--col-2 {
    padding: 8px 0px;
  }
}
.detail-list__item--col-2 .left {
  padding-right: 14px;
}
@media screen and (max-width: 640px) {
  .detail-list__item--col-2 .left {
    padding-right: 12px;
  }
}
.detail-list__item--col-2 .right {
  border-left: 2px solid #707070;
  padding-left: 16px;
}
@media screen and (max-width: 640px) {
  .detail-list__item--col-2 .right {
    border-left: 1px solid #707070;
    padding-left: 14px;
  }
}
.detail-list__item--note {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .detail-list__item--note {
    line-height: 1.5 !important;
    margin-top: 12px;
  }
}
.detail-list + .orange-highlight-txt {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .detail-list + .orange-highlight-txt {
    margin-top: 24px;
  }
}

.timetable-list__item {
  position: relative;
  border-left: 2px solid #AAA;
  padding: 76px 0 76px 68px;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .timetable-list__item {
    padding: 52px 0 52px 20px;
    margin-left: 10px;
  }
}
.timetable-list__item:last-child {
  border-left: none;
  padding-bottom: 0;
}
.timetable-list__time {
  position: absolute;
  top: 0;
  left: 0;
  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;
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
}
@media screen and (max-width: 640px) {
  .timetable-list__time {
    -webkit-transform: translate(-16px, -50%);
            transform: translate(-16px, -50%);
  }
}
.timetable-list__time__circle {
  background: #FFE052;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  .timetable-list__time__circle {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }
}
.timetable-list__time__minute {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .timetable-list__time__minute {
    font-size: 12px !important;
  }
}
.timetable-list__time__minute .number {
  font-size: 42px !important;
  line-height: 1 !important;
}
@media screen and (max-width: 640px) {
  .timetable-list__time__minute .number {
    font-size: 25px !important;
  }
}
.timetable-list__time__minute .note {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .timetable-list__time__minute .note {
    font-size: 11px !important;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.timetable-list__head {
  background: #FFE052;
  font-weight: 700;
  display: inline-block;
  padding: 5px 17px;
}
@media screen and (max-width: 640px) {
  .timetable-list__head {
    font-size: 12px !important;
    padding: 6px 8px;
  }
}
.timetable-list__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .timetable-list__body {
    margin-top: 18px;
  }
}
.timetable-list__body--mt-2x {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .timetable-list__body--mt-2x {
    margin-top: 36px;
  }
}
.timetable-list__body__number {
  color: #ECB400;
  font-size: 30px !important;
  font-weight: 700;
  line-height: 1 !important;
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  .timetable-list__body__number {
    font-size: 20px !important;
    margin-right: 8px;
  }
}
.timetable-list__body__txt {
  max-width: 580px;
}
@media screen and (max-width: 640px) {
  .timetable-list__body__txt {
    max-width: none;
  }
}
.timetable-list__body__txt .number {
  color: #ECB400;
  font-weight: 700;
}
.timetable-list__check {
  background: rgba(255, 224, 82, 0.2);
  border-radius: 20px;
  max-width: 610px;
  padding: 50px 58px 52px 40px;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .timetable-list__check {
    border-radius: 12px;
    max-width: none;
    padding: 24px;
    margin-top: 36px;
  }
}
.timetable-list__check__top {
  max-width: 140px;
}
@media screen and (max-width: 640px) {
  .timetable-list__check__top {
    max-width: none;
    width: 47%;
  }
}
.timetable-list__check__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .timetable-list__check__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.timetable-list__check__txt {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .timetable-list__check__txt {
    width: 100%;
  }
}
.timetable-list__check__img {
  width: 46%;
}
@media screen and (max-width: 640px) {
  .timetable-list__check__img {
    width: 100%;
    margin-top: 20px;
  }
}
.timetable-list__img {
  max-width: 530px;
  margin: 32px auto 0;
  -webkit-transform: translateX(-48px);
          transform: translateX(-48px);
}
@media screen and (max-width: 640px) {
  .timetable-list__img {
    max-width: none;
    width: 86%;
    margin: 20px auto 0 !important;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.btn-to-timetable {
  display: block;
  opacity: 0;
  height: 0;
}
.btn-to-timetable.fixed {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 1;
  z-index: 10000;
}
@media screen and (max-width: 640px) {
  .btn-to-timetable.fixed {
    right: 0;
    bottom: 72px;
  }
}

@media screen and (max-width: 640px) {
  .area-scroll-top {
    bottom: 180px;
  }
}

.detail-swiper-container {
  position: relative;
  margin: 32px auto 0 !important;
  -webkit-transform: translateX(-48px);
          transform: translateX(-48px);
}
@media screen and (max-width: 640px) {
  .detail-swiper-container {
    margin: 20px auto 0 !important;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.swiper-slide img {
  max-width: 530px;
}
@media screen and (max-width: 640px) {
  .swiper-slide img {
    max-width: 100%;
    width: 86%;
  }
}

.swiper-button-prev,
.swiper-button-next {
  top: 170px;
}
@media screen and (max-width: 640px) {
  .swiper-button-prev,
  .swiper-button-next {
    color: #ffffff !important;
    width: 18px;
    height: 36px;
    top: 53%;
  }
}
@media screen and (max-width: 640px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 1.5rem;
    text-shadow: 0 0 4px #000;
  }
}

.swiper-button-prev {
  left: 48px;
}
@media screen and (max-width: 640px) {
  .swiper-button-prev {
    left: 8%;
  }
}

.swiper-button-next {
  right: 48px;
}
@media screen and (max-width: 640px) {
  .swiper-button-next {
    right: 8%;
  }
}

.five-points {
  margin-top: 150px;
}
@media screen and (max-width: 640px) {
  .five-points {
    margin-top: 48px;
  }
}
.five-points__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .five-points__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 52px;
  }
}
@media screen and (max-width: 640px) {
  .five-points__list-item:not(:first-child) {
    margin-top: 56px;
  }
}
.five-points__list-item__txt {
  width: 48.5%;
}
@media screen and (max-width: 640px) {
  .five-points__list-item__txt {
    width: 100%;
  }
}
.five-points__list-item__head {
  position: relative;
  font-size: 20px !important;
  font-weight: 700;
  padding-left: 62px;
}
@media screen and (max-width: 640px) {
  .five-points__list-item__head {
    font-size: 16px !important;
    padding-left: 44px;
  }
}
.five-points__list-item__head::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 6px;
  width: 45px;
  height: 70px;
}
@media screen and (max-width: 640px) {
  .five-points__list-item__head::before {
    top: -28px;
    left: 2px;
    width: 32px;
    height: 56px;
  }
}
.five-points__list-item__head--no01::before {
  background: url(../uploads/vol99-recipe_five-points-point01.png) no-repeat;
  background-size: contain;
}
.five-points__list-item__head--no02::before {
  background: url(../uploads/vol99-recipe_five-points-point02.png) no-repeat;
  background-size: contain;
}
.five-points__list-item__head--no03::before {
  background: url(../uploads/vol99-recipe_five-points-point03.png) no-repeat;
  background-size: contain;
}
.five-points__list-item__head--no04::before {
  background: url(../uploads/vol99-recipe_five-points-point04.png) no-repeat;
  background-size: contain;
}
.five-points__list-item__head--no05::before {
  background: url(../uploads/vol99-recipe_five-points-point05.png) no-repeat;
  background-size: contain;
}
.five-points__list-item__body {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .five-points__list-item__body {
    margin-top: 14px;
  }
}
.five-points__list-item__body-note {
  font-size: 14px !important;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .five-points__list-item__body-note {
    font-size: 13px !important;
  }
}
.five-points__list-item__img {
  width: 48.5%;
}
@media screen and (max-width: 640px) {
  .five-points__list-item__img {
    width: 100%;
    margin-top: 20px;
  }
}
.five-points__list-item--no-flex {
  display: block;
}
.five-points__list-item--no-flex .five-points__list-item__txt {
  width: 100%;
}
.five-points__list-item--no-flex .five-points__list-item__img {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .five-points__list-item--no-flex .five-points__list-item__img {
    margin-top: 16px;
  }
}
.five-points__list-item__timetable {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .five-points__list-item__timetable {
    margin-top: 24px;
  }
}
.five-points__img {
  max-width: 670px;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .five-points__img {
    margin: 48px auto 0;
  }
}

.fried-chicken {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .fried-chicken {
    margin-top: 50px;
  }
}
.fried-chicken__material {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .fried-chicken__material {
    margin-top: 24px;
  }
}
.fried-chicken__material__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .fried-chicken__material__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.fried-chicken__material__detail-right .right-txt {
  margin-top: 42px;
}
@media screen and (max-width: 640px) {
  .fried-chicken__material__detail-right .right-txt {
    margin-top: 20px;
  }
}
.fried-chicken__how-to-cook {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .fried-chicken__how-to-cook {
    margin-top: 40px;
  }
}
.fried-chicken__how-to-cook .timetable-list__item {
  border-left: none;
  padding: 0;
  margin: 72px 0 0;
}
@media screen and (max-width: 640px) {
  .fried-chicken__how-to-cook .timetable-list__item {
    margin: 40px 0 0;
  }
}
.fried-chicken__how-to-cook .timetable-list__item:nth-child(1) {
  margin: 42px 0 0;
}
@media screen and (max-width: 640px) {
  .fried-chicken__how-to-cook .timetable-list__item:nth-child(1) {
    margin: 28px 0 0;
  }
}
.fried-chicken__how-to-cook .timetable-list__body__txt {
  max-width: none;
}
.fried-chicken__how-to-cook .timetable-list .detail-swiper-container {
  margin: 24px auto 0 !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .fried-chicken__how-to-cook .timetable-list .detail-swiper-container {
    margin: 12px auto 0 !important;
  }
}
.fried-chicken__how-to-cook .timetable-list__img {
  margin: 24px auto 0 !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .fried-chicken__how-to-cook .timetable-list__img {
    margin: 12px auto 0 !important;
  }
}
.fried-chicken__how-to-cook .timetable-list__img-note {
  max-width: 530px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 12px auto 0;
}
@media screen and (max-width: 640px) {
  .fried-chicken__how-to-cook .timetable-list__img-note {
    max-width: none;
    width: 88%;
  }
}

.soup {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .soup {
    margin-top: 50px;
  }
}
.soup__material {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .soup__material {
    margin-top: 24px;
  }
}
.soup__material__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .soup__material__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.soup__material__detail-right .right-txt {
  margin-top: 42px;
}
@media screen and (max-width: 640px) {
  .soup__material__detail-right .right-txt {
    margin-top: 20px;
  }
}
.soup__how-to-cook {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .soup__how-to-cook {
    margin-top: 40px;
  }
}
.soup__how-to-cook .timetable-list__item {
  border-left: none;
  padding: 0;
  margin: 72px 0 0;
}
@media screen and (max-width: 640px) {
  .soup__how-to-cook .timetable-list__item {
    margin: 40px 0 0;
  }
}
.soup__how-to-cook .timetable-list__item:nth-child(1) {
  margin: 42px 0 0;
}
@media screen and (max-width: 640px) {
  .soup__how-to-cook .timetable-list__item:nth-child(1) {
    margin: 28px 0 0;
  }
}
.soup__how-to-cook .timetable-list__body__txt {
  max-width: none;
}
.soup__how-to-cook .timetable-list .detail-swiper-container {
  margin: 24px auto 0 !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .soup__how-to-cook .timetable-list .detail-swiper-container {
    margin: 12px auto 0 !important;
  }
}
.soup__how-to-cook .timetable-list__img {
  margin: 24px auto 0 !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .soup__how-to-cook .timetable-list__img {
    margin: 12px auto 0 !important;
  }
}
.soup__how-to-cook .timetable-list__img-note {
  max-width: 530px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 12px auto 0;
}
@media screen and (max-width: 640px) {
  .soup__how-to-cook .timetable-list__img-note {
    max-width: none;
    width: 88%;
  }
}

.salad {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .salad {
    margin-top: 50px;
  }
}
.salad__material {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .salad__material {
    margin-top: 24px;
  }
}
.salad__material__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .salad__material__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.salad__material__detail-right .right-txt {
  margin-top: 42px;
}
@media screen and (max-width: 640px) {
  .salad__material__detail-right .right-txt {
    margin-top: 20px;
  }
}
.salad__how-to-cook {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .salad__how-to-cook {
    margin-top: 40px;
  }
}
.salad__how-to-cook .timetable-list__item {
  border-left: none;
  padding: 0;
  margin: 72px 0 0;
}
@media screen and (max-width: 640px) {
  .salad__how-to-cook .timetable-list__item {
    margin: 40px 0 0;
  }
}
.salad__how-to-cook .timetable-list__item:nth-child(1) {
  margin: 42px 0 0;
}
@media screen and (max-width: 640px) {
  .salad__how-to-cook .timetable-list__item:nth-child(1) {
    margin: 28px 0 0;
  }
}
.salad__how-to-cook .timetable-list__body__txt {
  max-width: none;
}
.salad__how-to-cook .timetable-list .detail-swiper-container {
  margin: 24px auto 0 !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .salad__how-to-cook .timetable-list .detail-swiper-container {
    margin: 12px auto 0 !important;
  }
}
.salad__how-to-cook .timetable-list__img {
  margin: 24px auto 0 !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .salad__how-to-cook .timetable-list__img {
    margin: 12px auto 0 !important;
  }
}
.salad__how-to-cook .timetable-list__img-note {
  max-width: 530px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 12px auto 0;
}
@media screen and (max-width: 640px) {
  .salad__how-to-cook .timetable-list__img-note {
    max-width: none;
    width: 88%;
  }
}

.biscuit {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .biscuit {
    margin-top: 50px;
  }
}
.biscuit__mv {
  max-width: 670px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .biscuit__mv {
    margin: 24px auto 0;
  }
}
.biscuit__material {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .biscuit__material {
    margin-top: 24px;
  }
}
.biscuit__material__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .biscuit__material__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.biscuit__material__detail-right .right-txt {
  margin-top: 42px;
}
@media screen and (max-width: 640px) {
  .biscuit__material__detail-right .right-txt {
    margin-top: 20px;
  }
}
.biscuit__how-to-cook {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .biscuit__how-to-cook {
    margin-top: 40px;
  }
}
.biscuit__how-to-cook .timetable-list__item {
  border-left: none;
  padding: 0;
  margin: 72px 0 0;
}
@media screen and (max-width: 640px) {
  .biscuit__how-to-cook .timetable-list__item {
    margin: 40px 0 0;
  }
}
.biscuit__how-to-cook .timetable-list__item:nth-child(1) {
  margin: 42px 0 0;
}
@media screen and (max-width: 640px) {
  .biscuit__how-to-cook .timetable-list__item:nth-child(1) {
    margin: 28px 0 0;
  }
}
.biscuit__how-to-cook .timetable-list__body__txt {
  max-width: none;
}
.biscuit__how-to-cook .timetable-list .detail-swiper-container {
  margin: 24px auto 0 !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .biscuit__how-to-cook .timetable-list .detail-swiper-container {
    margin: 12px auto 0 !important;
  }
}
.biscuit__how-to-cook .timetable-list__img {
  margin: 24px auto 0 !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .biscuit__how-to-cook .timetable-list__img {
    margin: 12px auto 0 !important;
  }
}
.biscuit__how-to-cook .timetable-list__img-note {
  max-width: 530px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 12px auto 0;
}
@media screen and (max-width: 640px) {
  .biscuit__how-to-cook .timetable-list__img-note {
    max-width: none;
    width: 88%;
  }
}

.m-articleContents__box:nth-of-type(11) {
  max-width: none;
}

.profile {
  background: url(../uploads/homemade_pizza_profile-bg.jpg);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  padding-block: 100px;
  -webkit-margin-before: 172px;
          margin-block-start: 172px;
}
@media screen and (max-width: 640px) {
  .profile {
    position: relative;
    background: none;
    padding-block: 24px;
    -webkit-margin-before: 96px;
            margin-block-start: 96px;
  }
}
.profile::after {
  content: "";
  background: url(../uploads/homemade_pizza_profile-bg_sp.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: scale(1.15) translateX(-44%);
          transform: scale(1.15) translateX(-44%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.profile__inner {
  max-inline-size: 600px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .profile__inner {
    max-inline-size: none;
  }
}
@media screen and (max-width: 640px) {
  .profile__blowing {
    width: 94%;
    margin-inline: auto;
  }
}
.profile__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .profile__flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-margin-before: 36px;
            margin-block-start: 36px;
  }
}
.profile__flex__blowing {
  -webkit-transform: scale(1.2) translate(24px, -24px);
          transform: scale(1.2) translate(24px, -24px);
}
.profile__flex__body {
  width: 52%;
}
@media screen and (max-width: 640px) {
  .profile__flex__body {
    width: 56%;
  }
}
.profile__flex__name {
  font-size: 20px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (max-width: 640px) {
  .profile__flex__name {
    font-size: 15px !important;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.profile__flex__name span {
  font-size: 15px !important;
}
@media screen and (max-width: 640px) {
  .profile__flex__name span {
    font-size: 12px !important;
  }
}
.profile__flex__en-name {
  color: #EF7E00;
  font-size: 18px !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .profile__flex__en-name {
    font-size: 12px !important;
  }
}
.profile__flex__txt {
  line-height: 1.5 !important;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
@media screen and (max-width: 640px) {
  .profile__flex__txt {
    font-size: 12px !important;
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}
.profile__flex__link {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .profile__flex__link {
    font-size: 14px !important;
    margin-top: 12px;
  }
}
.profile__flex__img {
  width: 41.75%;
}
@media screen and (max-width: 640px) {
  .profile__flex__img {
    width: 40%;
  }
}