@charset "UTF-8";
.container {
  overflow: hidden;
}

/*************************************************

menu-com

*************************************************/
.menu-com-head {
  max-width: 91rem;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 768px) {
  .menu-com-head.is-wide {
    max-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-com-head {
    max-width: none;
    margin: 0 4rem 3rem;
  }
}

.menu-com-head__ja {
  margin-bottom: 1rem;
  color: #ff887a;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .menu-com-head__ja {
    margin-bottom: 2rem;
    font-size: 2.6rem;
    text-align: center;
  }
}

.menu-com-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .menu-com-head__title {
    display: block;
    text-align: center;
  }
}
.menu-com-head__title .in-img {
  line-height: 0;
}
.menu-com-head__title .in-img img {
  width: auto;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .menu-com-head__title .in-img img {
    height: 4rem;
  }
}
.menu-com-head__title .in-sub {
  padding: 0.4rem 1rem 0.2rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  background-color: #ff887a;
}
@media screen and (max-width: 767px) {
  .menu-com-head__title .in-sub {
    margin-top: 3rem;
    padding: 1.4rem 0 0.4rem;
    font-size: 2.7rem;
  }
}

.menu-com-lead {
  max-width: 91rem;
  margin: 0 auto 3.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .menu-com-lead.is-wide {
    max-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-com-lead {
    margin: 0 4rem 3rem;
  }
}

.menu-com-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.6rem 2.4rem;
  max-width: 91rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .menu-com-list {
    margin: 0 4rem;
  }
}

.menu-com-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 1.6rem);
}
@media screen and (max-width: 767px) {
  .menu-com-list__item {
    width: calc(50% - 1.2rem);
  }
}
.menu-com-list__item .in-img {
  margin-bottom: 2rem;
  line-height: 0;
}
.menu-com-list__item .in-title {
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .menu-com-list__item .in-title {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
.menu-com-list__item .in-text {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .menu-com-list__item .in-text {
    font-size: 2.8rem;
    font-weight: 400;
  }
}
.menu-com-list__item .in-price {
  font-family: YakuHanMP, "游明朝", YuMincho, "Hannari", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
}

.menu-com-list__bottom {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .menu-com-list__bottom {
    margin-top: 2rem;
  }
}

/*************************************************

anchors

*************************************************/
.anchors {
  position: relative;
  margin: -16rem 0 2rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .anchors {
    display: grid;
    grid-template-rows: 18rem;
    -webkit-transition: grid-template-rows 0.3s ease-out;
    transition: grid-template-rows 0.3s ease-out;
    transition: grid-template-rows 0.3s ease-out, -ms-grid-rows 0.3s ease-out;
    margin: 0;
  }
  .anchors.is-open {
    grid-template-rows: 42rem;
  }
}

@media screen and (min-width: 768px) {
  .anchors-toggle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .anchors-toggle {
    position: absolute;
    top: 0;
    right: 4rem;
    width: 15rem;
    height: 18rem;
    cursor: pointer;
    background: url(../images/common/arw03.png) no-repeat center center/3.4rem auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 10;
  }
  .is-open .anchors-toggle {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

.anchors-inner {
  max-width: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin: 0 auto;
  padding: 2.5rem 0;
  background-color: #fff;
  border-radius: 1rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .anchors-inner {
    overflow: hidden;
    padding: 0;
    display: block;
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
}

.anchors-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  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;
  width: 21.5rem;
  height: 3rem;
  background-color: #e08225;
  border-radius: 1.3rem;
}
@media screen and (max-width: 767px) {
  .anchors-btn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 8.5rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .anchors-btn.is-01 {
    height: 18rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.anchors-btn.is-01 img {
  width: 53.7209302326%;
}
@media screen and (min-width: 768px) {
  .anchors-btn.is-01 img {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .anchors-btn.is-01 img {
    width: 36.6666666667%;
  }
}
.anchors-btn.is-01::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 6rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/menu/anchor_icon.png) no-repeat center center/100% 100%;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}
@media screen and (max-width: 767px) {
  .anchors-btn.is-01::before {
    left: 12rem;
    width: 11rem;
  }
}
.anchors-btn.is-02 img {
  width: 54.6511627907%;
}
@media screen and (max-width: 767px) {
  .anchors-btn.is-02 img {
    width: 36.6666666667%;
  }
}
.anchors-btn.is-03 img {
  width: 49.7674418605%;
}
@media screen and (max-width: 767px) {
  .anchors-btn.is-03 img {
    width: 33.6%;
  }
}
.anchors-btn.is-04 img {
  width: 23.488372093%;
}
@media screen and (max-width: 767px) {
  .anchors-btn.is-04 img {
    width: 16.1333333333%;
  }
}

/*************************************************

leadarea

*************************************************/
.leadarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
  padding: 4.5rem 4.5rem 7rem;
  border-radius: 1rem 1rem 0 0;
  background: url(../images/menu/bg01.jpg) no-repeat center bottom/cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .leadarea {
    padding: 7rem 4.5rem 13rem;
    border-radius: 0;
  }
}

.leadarea-inner {
  padding: 3rem 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  background-color: #fff9f3;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .leadarea-inner {
    padding: 5rem 0;
    font-size: 2.8rem;
  }
}

/*************************************************

sand

*************************************************/
.sand {
  position: relative;
  max-width: 100rem;
  margin: 0 auto 8rem;
  padding-bottom: 6rem;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sand {
    max-width: none;
  }
}
.sand .menu-com-list__item.is-01 .in-img__el {
  margin-left: -6.4236111111%;
}
.sand .menu-com-list__item.is-02 .in-img__el {
  margin-left: -4.3402777778%;
}
.sand .menu-com-list__item.is-03 .in-img__el {
  margin-left: -4.1666666667%;
}
.sand .menu-com-list__item.is-04 .in-img__el {
  margin-left: -7.1180555556%;
}
.sand .menu-com-list__item.is-05 .in-img__el {
  margin-left: -7.2916666667%;
}

/*************************************************

regular

*************************************************/
.regular {
  position: relative;
  padding-bottom: 10rem;
}
.regular > * {
  position: relative;
  z-index: 5;
}

.regular-bglogo {
  position: absolute;
  top: -10rem;
  right: -10rem;
  width: 41.2rem;
  line-height: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .regular-bglogo {
    top: -3rem;
  }
}

.regular-bgimg {
  position: absolute;
  bottom: 0;
  right: 0rem;
  width: 47.4rem;
  line-height: 0;
  z-index: 1;
}

/*************************************************

custom

*************************************************/
.custom {
  position: relative;
  padding: 6rem 0;
  background-color: #fff;
}
.custom > * {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .custom .menu-com-list {
    text-align: center;
  }
  .custom .menu-com-list .in-text {
    text-align: left;
  }
}

.custom-bglogo {
  position: absolute;
  top: 23rem;
  right: -3rem;
  width: 41.2rem;
  line-height: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .custom-bglogo {
    top: -3rem;
  }
}

.custom-num01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100rem;
  line-height: 0;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .custom-num01 {
    margin-bottom: 4rem;
  }
}

/* custom-num02
---------------------------------------*/
.custom-num02 {
  position: relative;
}

.custom-num02-title {
  margin-bottom: 2rem;
  color: #333333;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .custom-num02-title {
    font-size: 3.6rem;
  }
}

.custom-num02-side01 {
  position: absolute;
  top: -15rem;
  left: 0;
  width: 28.6rem;
  line-height: 0;
  z-index: 3;
}

.custom-num02-side02 {
  position: absolute;
  top: -12rem;
  right: 0;
  width: 25.4rem;
  line-height: 0;
  z-index: 3;
}

.custom-num02-menus {
  max-width: 100rem;
  margin: 0 auto 6rem;
  padding: 4rem 0;
  background: url(../images/menu/bg01.png) repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .custom-num02-menus {
    max-width: none;
    padding: 4rem 4rem 7rem;
  }
}

.custom-num02-menus__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.4rem;
  max-width: 82rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .custom-num02-menus__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}

.custom-num02-menus__group {
  width: calc(50% - 0.7rem);
}
@media screen and (max-width: 767px) {
  .custom-num02-menus__group {
    width: auto;
  }
}

.custom-num02-menus__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 3.5rem 1.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .custom-num02-menus__box {
    padding: 4.5rem 5rem 5rem;
  }
}
.custom-num02-menus__box + .custom-num02-menus__box {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .custom-num02-menus__box + .custom-num02-menus__box {
    margin-top: 4rem;
  }
}

.custom-num02-menus__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 17rem;
  height: 4rem;
  margin: 0 auto 2rem;
  padding-top: 0.1em;
  color: #ff887a;
  font-size: 1.6rem;
  font-weight: 700;
  border: #ff887a solid 0.4rem;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .custom-num02-menus__title {
    width: 28rem;
    height: 6.5rem;
    margin-bottom: 5rem;
    padding-top: 0.2em;
    font-size: 3rem;
    border-width: 0.6rem;
  }
}

.custom-num02-menus__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .custom-num02-menus__list {
    gap: 0.5rem;
  }
}
.custom-num02-menus__list .in-row {
  position: relative;
  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;
  padding-left: 1em;
  font-weight: 700;
}
.custom-num02-menus__list .in-row::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
}
.custom-num02-menus__list .in-title {
  font-weight: 700;
}
.custom-num02-menus__list .in-price {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .custom-num02-menus__list.list-01 {
    gap: 1rem;
  }
}

/*************************************************

party

*************************************************/
.party {
  position: relative;
  padding: 6rem 0;
  color: #fff;
  background-color: #4c5566;
}
.party > * {
  position: relative;
  z-index: 5;
}
.party .menu-com-lead {
  color: #fff;
}

.party-bglogo {
  position: absolute;
  top: 4rem;
  right: -8rem;
  width: 41.2rem;
  line-height: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .party-bglogo {
    top: 1rem;
    right: -3rem;
  }
}

/* party-flex01
---------------------------------------*/
.party-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: min(100rem, 100% - 8rem);
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .party-flex01 {
    display: block;
    margin-bottom: 5rem;
  }
}

.party-flex01-left {
  width: 35.5rem;
}
@media screen and (max-width: 767px) {
  .party-flex01-left {
    width: auto;
  }
}

.party-flex01-right {
  width: 61.5rem;
}
@media screen and (max-width: 767px) {
  .party-flex01-right {
    width: auto;
  }
}

.party-label01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25.5rem;
  height: 4.6rem;
  padding-top: 0.3em;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 10rem;
  border: #ff887a solid 0.4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .party-label01 {
    width: 43rem;
    height: 8rem;
    font-size: 2.8rem;
    border-width: 0.6rem;
  }
}
* + .party-label01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  * + .party-label01 {
    margin-top: 3rem;
  }
}

.party-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.party-menus-left {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .party-menus-left {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .party-menus-right {
    margin-right: 4rem;
  }
}

.party-menus-list__item {
  font-weight: 700;
}

.party-menus-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10rem;
  height: auto;
  margin: 0 auto 1rem;
  font-weight: 700;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ff887a;
}
@media screen and (max-width: 767px) {
  .party-menus-circle {
    width: 17rem;
  }
}

.party-menus-price {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .party-menus-price {
    font-size: 4.5rem;
  }
}

.party-imgs01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .party-imgs01 {
    gap: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4rem;
  }
}

.party-imgs01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.party-imgs01__item.is-01 {
  width: 29rem;
}
.party-imgs01__item.is-02 {
  width: 29rem;
}
.party-imgs01__item .in-img {
  line-height: 0;
}
.party-imgs01__item .in-text {
  margin-top: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .party-imgs01__item .in-text {
    margin-top: 2rem;
  }
}

.party-flex01-mid {
  width: 100%;
  margin-top: 4rem;
  font-weight: 700;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .party-flex01-mid {
    margin-top: 6rem;
    text-align: center;
  }
}

/* party-flex02
---------------------------------------*/
.party-flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: min(100rem, 100% - 8rem);
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .party-flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5rem;
    margin-bottom: 5rem;
  }
}

.party-flex02__box {
  width: calc(50% - 2.3rem);
}
@media screen and (max-width: 767px) {
  .party-flex02__box {
    width: auto;
  }
}

/* party-info
---------------------------------------*/
.party-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: min(100rem, 100% - 8rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .party-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.party-info__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15rem;
  padding: 1rem;
  color: #ff887a;
  font-weight: 700;
  border: #ff887a solid 0.5rem;
  text-align: center;
  line-height: 1.2;
  border-radius: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .party-info__title {
    width: auto;
    margin-bottom: 4rem;
    padding: 2.4rem 6rem 1.8rem;
    border-radius: 1.5rem;
  }
}

.party-info__body {
  width: calc(100% - 17rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .party-info__body {
    width: auto;
  }
}

/*************************************************

morning

*************************************************/
.morning {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .morning {
    padding: 6rem 0 9rem;
  }
}
.morning > * {
  position: relative;
  z-index: 5;
}

.morning-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 137rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .morning-flex {
    display: block;
    max-width: none;
  }
}

.morning-flex-left {
  width: 70rem;
}
@media screen and (max-width: 767px) {
  .morning-flex-left {
    width: auto;
  }
}

.morning-flex-left__inner {
  width: 42rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .morning-flex-left__inner {
    width: auto;
  }
}

.morning-flex-right {
  width: 77rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .morning-flex-right {
    margin: 8rem 0 0 4rem;
  }
}

@media screen and (max-width: 767px) {
  .morning-texts {
    margin: 0 4rem;
  }
}
.morning-texts p {
  margin-bottom: 1em;
  font-weight: 700;
}
.morning-texts p:last-child {
  margin-bottom: 0;
}
.morning-texts .in-price {
  max-width: 30rem;
  margin-top: -4rem;
  font-size: 2.6rem;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .morning-texts .in-price {
    max-width: 90%;
    font-size: 5rem;
  }
}