@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: #4ABD58;
  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.8;
  }
}

.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;
    letter-spacing: 0.04em;
  }
}

html {
  scroll-behavior: smooth;
}

.pink-bg-txt {
  color: #fff;
  background: #ED7C9A;
  font-weight: 700;
  line-height: 1 !important;
  display: inline-block;
  padding: 6px 16px;
}
@media screen and (max-width: 640px) {
  .pink-bg-txt {
    font-size: 13px !important;
    padding: 4px 10px;
  }
}

.pink-highlight-txt {
  color: #ED7C9A;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.4 !important;
}
@media screen and (max-width: 640px) {
  .pink-highlight-txt {
    font-size: 16px !important;
    line-height: 1.56 !important;
  }
}
.pink-highlight-txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, rgba(237, 124, 154, 0.1019607843)));
  background: linear-gradient(transparent 40%, rgba(237, 124, 154, 0.1019607843) 60%);
}

.sectionTitFlag {
  max-width: 262px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .sectionTitFlag {
    max-width: none;
    width: 64%;
  }
}
.sectionTitFlag + .sectionTit {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .sectionTitFlag + .sectionTit {
    margin-top: 20px;
  }
}

.sectionTit {
  position: relative;
  color: #ED7C9A;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  border-top: 2px solid #ED7C9A;
  border-bottom: 2px solid #ED7C9A;
  padding: 48px 0 32px;
}
@media screen and (max-width: 640px) {
  .sectionTit {
    font-size: 18px !important;
    letter-spacing: -0.05em;
    border-top: 1px solid #ED7C9A;
    border-bottom: 1px solid #ED7C9A;
    padding: 24px 0 12px;
  }
}
.sectionTit::before {
  content: "";
  background: url(../uploads/vol105-recipe_sectionTit-ico.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 76px;
}
@media screen and (max-width: 640px) {
  .sectionTit::before {
    top: -19px;
    width: 40px;
    height: 38px;
  }
}

.detail-list__item {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .detail-list__item {
    font-size: 14px;
    line-height: 1.57;
  }
}
.detail-list__item:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .detail-list__item:not(:first-child) {
    margin-top: 0;
  }
}
.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__note {
  line-height: 1.5 !important;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .detail-list__note {
    font-size: 13px !important;
    line-height: 1.8 !important;
    margin-top: 10px;
  }
}
.detail-list__noteList {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .detail-list__noteList {
    margin-top: 10px;
  }
}
.detail-list__noteList li {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .detail-list__noteList li {
    font-size: 13px;
  }
}
.detail-list__noteList li:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .detail-list__noteList li:not(:first-child) {
    margin-top: 2px;
  }
}
.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;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .timetable-list__item {
    margin-top: 10px;
  }
}
.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: #ED7C9A;
  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: #ED7C9A;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .timetable-list__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.timetable-list__body__number {
  color: #ED7C9A;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 1 !important;
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  .timetable-list__body__number {
    font-size: 32px !important;
    margin-right: 4px;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
.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: #ED7C9A;
  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: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .timetable-list__img {
    max-width: none;
    width: 80%;
    margin: 10px auto 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;
  }
}

.imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .imgWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}
.imgWrap__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 640px) {
  .imgWrap__item {
    width: 80%;
    margin: 0 auto;
  }
}

.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: 80%;
  }
}

.swiper-button-prev,
.swiper-button-next {
  top: 170px;
  width: 16px;
  height: 32px;
}
@media screen and (max-width: 640px) {
  .swiper-button-prev,
  .swiper-button-next {
    color: #ffffff !important;
    top: 53%;
    width: 18px;
    height: 36px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 32px;
}
@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: 100px;
}
@media screen and (max-width: 640px) {
  .swiper-button-prev {
    left: 8%;
  }
}

.swiper-button-next {
  right: 100px;
}
@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: 72px;
  }
}
.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: 40px;
}
@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: 32px;
  }
}
.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: 24px !important;
  font-weight: 700;
  padding-left: 52px;
  margin-top: 26px;
}
@media screen and (max-width: 640px) {
  .five-points__list-item__head {
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding-left: 25px;
    margin-top: 0;
  }
}
.five-points__list-item__head::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0px;
  width: 38px;
  height: 67px;
}
@media screen and (max-width: 640px) {
  .five-points__list-item__head::before {
    top: -12px;
    width: 24px;
    height: 37px;
  }
}
.five-points__list-item__head--no01::before {
  background: url(../uploads/vol105-recipe_five-points-point01.png) no-repeat;
  background-size: contain;
}
.five-points__list-item__head--no02::before {
  background: url(../uploads/vol105-recipe_five-points-point02.png) no-repeat;
  background-size: contain;
}
.five-points__list-item__head--no03::before {
  background: url(../uploads/vol105-recipe_five-points-point03.png) no-repeat;
  background-size: contain;
}
.five-points__list-item__head--no04::before {
  background: url(../uploads/vol105-recipe_five-points-point04.png) no-repeat;
  background-size: contain;
}
.five-points__list-item__head--no05::before {
  background: url(../uploads/vol105-recipe_five-points-point05.png) no-repeat;
  background-size: contain;
}
.five-points__list-item__body {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .five-points__list-item__body {
    margin-top: 6px;
  }
}
.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: 15px;
  }
}
.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 {
  max-width: 710px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .five-points__list-item__timetable {
    margin: 10px auto 0;
  }
}
.five-points__img {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .five-points__img {
    margin-top: 28px;
  }
}

.butterSauce {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .butterSauce {
    margin-top: 72px;
  }
}
.butterSauce .pink-highlight-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .butterSauce .pink-highlight-txt {
    margin-top: 22px;
  }
}
.butterSauce__material {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .butterSauce__material {
    margin-top: 22px;
  }
}
.butterSauce__material__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .butterSauce__material__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}
.butterSauce__material__detail-right .right-txt {
  margin-top: 42px;
}
@media screen and (max-width: 640px) {
  .butterSauce__material__detail-right .right-txt {
    margin-top: 20px;
  }
}
.butterSauce__how-to-cook {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .butterSauce__how-to-cook {
    margin-top: 22px;
  }
}
.butterSauce__how-to-cook .timetable-list__body__txt {
  max-width: none;
}
.butterSauce__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) {
  .butterSauce__how-to-cook .timetable-list .detail-swiper-container {
    margin: 12px auto 0 !important;
  }
}
.butterSauce__how-to-cook .timetable-list__img {
  margin: 24px auto 0 !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .butterSauce__how-to-cook .timetable-list__img {
    margin: 10px auto 0 !important;
  }
}
.butterSauce__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) {
  .butterSauce__how-to-cook .timetable-list__img-note {
    max-width: none;
    width: 88%;
  }
}

.hamburg {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .hamburg {
    margin-top: 50px;
  }
}
.hamburg .pink-highlight-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .hamburg .pink-highlight-txt {
    margin-top: 22px;
  }
}
.hamburg__material {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .hamburg__material {
    margin-top: 22px;
  }
}
.hamburg__material__detail {
  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) {
  .hamburg__material__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}
.hamburg__how-to-cook {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .hamburg__how-to-cook {
    margin-top: 20px;
  }
}
.hamburg__how-to-cook .timetable-list__item {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .hamburg__how-to-cook .timetable-list__item {
    margin-top: 10px;
  }
}
.hamburg__how-to-cook .timetable-list__body__txt {
  max-width: none;
}
.hamburg__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) {
  .hamburg__how-to-cook .timetable-list .detail-swiper-container {
    margin: 12px auto 0 !important;
  }
}
.hamburg__how-to-cook .timetable-list__img {
  margin: 24px auto 0 !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .hamburg__how-to-cook .timetable-list__img {
    margin: 10px auto 0 !important;
  }
}
.hamburg__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) {
  .hamburg__how-to-cook .timetable-list__img-note {
    max-width: none;
    width: 88%;
  }
}

.soup {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .soup {
    margin-top: 72px;
  }
}
.soup .pink-highlight-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .soup .pink-highlight-txt {
    margin-top: 22px;
  }
}
.soup__material {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .soup__material {
    margin-top: 22px;
  }
}
.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: 20px;
}
@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: 10px;
  }
}
.soup__how-to-cook {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .soup__how-to-cook {
    margin-top: 22px;
  }
}
.soup__how-to-cook .timetable-list__item {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .soup__how-to-cook .timetable-list__item {
    margin-top: 10px;
  }
}
.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: 10px 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%;
  }
}

.dessert {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .dessert {
    margin-top: 50px;
  }
}
.dessert__topImg {
  max-width: 640px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .dessert__topImg {
    margin: 22px auto 0;
  }
}
.dessert .pink-highlight-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .dessert .pink-highlight-txt {
    margin-top: 22px;
  }
}
.dessert__material {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .dessert__material {
    margin-top: 22px;
  }
}
.dessert__material__detail {
  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) {
  .dessert__material__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}
.dessert__how-to-cook {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .dessert__how-to-cook {
    margin-top: 20px;
  }
}
.dessert__how-to-cook .timetable-list__item {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .dessert__how-to-cook .timetable-list__item {
    margin-top: 10px;
  }
}
.dessert__how-to-cook .timetable-list__body__txt {
  max-width: none;
}
.dessert__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) {
  .dessert__how-to-cook .timetable-list .detail-swiper-container {
    margin: 12px auto 0 !important;
  }
}
.dessert__how-to-cook .timetable-list__img {
  margin: 24px auto 0 !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 640px) {
  .dessert__how-to-cook .timetable-list__img {
    margin: 10px auto 0 !important;
  }
}
.dessert__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) {
  .dessert__how-to-cook .timetable-list__img-note {
    max-width: none;
    width: 88%;
  }
}

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

.profile {
  position: relative;
  background: #FEF9F1;
  padding: 100px 0;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .profile {
    padding: 50px 0;
    margin-top: 50px;
  }
}
.profile::after {
  content: "";
  background: #FEF9F1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140%;
  height: 100%;
  z-index: -1;
}
.profile__inner {
  max-width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .profile__inner {
    max-width: none;
    width: 80%;
  }
}
.profile__blowing {
  max-width: 392px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .profile__blowing {
    max-width: none;
  }
}
.profile__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .profile__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.profile__flex__body {
  width: 62%;
}
@media screen and (max-width: 640px) {
  .profile__flex__body {
    width: 100%;
  }
}
.profile__flex__name {
  font-size: 22px !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .profile__flex__name {
    font-size: 18px !important;
    font-weight: 700;
    margin-top: 6px;
  }
}
.profile__flex__name span {
  font-size: 18px !important;
}
@media screen and (max-width: 640px) {
  .profile__flex__name span {
    font-size: 14px !important;
  }
}
.profile__flex__en-name {
  color: #EF7E00;
  font-size: 22px !important;
  font-weight: 500;
  line-height: 1 !important;
}
@media screen and (max-width: 640px) {
  .profile__flex__en-name {
    font-size: 18px !important;
    font-weight: 700;
  }
}
.profile__flex__head {
  font-size: 15px !important;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .profile__flex__head {
    font-size: 14px !important;
    margin-top: 12px;
  }
}
.profile__flex__txt {
  line-height: 1.6 !important;
  margin-top: 8px;
}
.profile__flex__link {
  font-size: 15px !important;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .profile__flex__link {
    font-size: 16px !important;
    margin-top: 12px;
  }
}
.profile__flex__img {
  width: 38%;
}
@media screen and (max-width: 640px) {
  .profile__flex__img {
    width: 68%;
    margin: 0 auto;
  }
}