body {
  font-family: Roboto, sans-serif;
  color: #272727;
  font-weight: 300;
}
main {
  overflow: hidden;
}
.pa-fv {
  position: relative;
  background: 0 0;
}
.pa-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 3.5rem);
  height: 100%;
  background: #f5f3ed;
}
.pa-fv__container {
  position: relative;
  padding: 155px 0 88px;
  padding: 9.6875rem 0 5.5rem;
}
.pa-fv__top {
  width: 90%;
  max-width: 1260px;
  max-width: 78.75rem;
  margin: 0 auto;
}
.pa-fv__ttl {
  margin-bottom: 0;
}
.pa-fv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 17px;
  gap: 1.0625rem;
  margin-bottom: 94px;
  margin-bottom: 5.875rem;
  position: relative;
  z-index: 10;
}
.pa-fv__img {
  position: absolute;
  left: 50%;
  bottom: -130px;
  bottom: -8.125rem;
  width: 90.3%;
  max-width: 903px;
  max-width: 56.4375rem;
}
.pa-fv-bri__img {
  /* ブリオッシュ */
    bottom: -6rem;
    max-width: 48rem;
}
.pa-fv-mochi__img {
  /* もちさだ */
  bottom: -9.5rem;
  max-width: 48rem;
}
.pa-fv-cro__img {
  /* クロナッツ */
  bottom: -11.5rem;
  max-width: 47.5rem;
}
.pa-fv-fre__img {
  /* フレンチ */
  bottom: -12rem;
  max-width: 51.5rem;
}
.pa-fv-dr__img{
  /* ドリンク */
  bottom: -4rem;
  max-width: 57rem;
  z-index: 1;
  left: 45%;
}
.pa-fv__ttl__sab {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #886900;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.48em;
  text-transform: uppercase;
}
.pa-fv__txt {
  max-width: 462px;
  max-width: 28.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75em;
}
.pa-mochidonut {
  margin-top: 150px;
  margin-top: 9.375rem;
  margin-bottom: 176px;
  margin-bottom: 11rem;
}
.mochidonut__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.mochidonut-c {
  width: 33.3333%;
  padding: 60px 0 68px;
  padding: 3.75rem 0 4.25rem;
  border-left: 1px solid #eae6dc;
  border-bottom: 1px solid #eae6dc;
  text-align: center;
}
.mochidonut-c:nth-child(1),
.mochidonut-c:nth-child(2),
.mochidonut-c:nth-child(3) {
  border-top: 1px solid #eae6dc;
}
.mochidonut-c:last-child,
.mochidonut-c:nth-child(3n) {
  border-right: 1px solid #eae6dc;
}
.mochidonut-c__img {
  aspect-ratio: auto;
  width: 61%;
  max-width: 210px;
  max-width: 13.125rem;
  margin: 0 auto;
}
.mochidonut-c__img::after {
  background: #fff;
}
.mochidonut-c__ttl {
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  color: #886900;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.45em;
}
.mochidonut-c__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.71em;
}
.sec-m-drawer {
  position: relative;
  z-index: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  width: 100%;
  height: 100vh;
  background: #363636;
}
.sec-m-drawer__inner {
  max-width: 1040px;
  max-width: 65rem;
  padding: 0 20px;
  margin: auto;
}
.sec-m-drawer__container {
  padding: 173px 0 0;
  padding: 10.8125rem 0 0;
  position: relative;
}
.sec-m-drawer__container::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../img/top/news-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 570/600;
  width: 57%;
  max-width: 570px;
  max-width: 35.625rem;
  z-index: -1;
  top: 100px;
  top: 6.25rem;
  right: 0;
}
.sec-m-drawer__ttl {
  text-transform: uppercase;
  color: #272727;
  font-size: 112px;
  font-size: 7rem;
  font-family: rufina-stencil, sans-serif;
  font-weight: 300;
  line-height: 0.75;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.sec-m-drawer__menus {
  position: relative;
  z-index: 2;
}
.sec-m-drawer__img {
  width: 60px;
  margin-right: 16px;
  margin-right: 1rem;
}
.sec-m-drawer__menu a {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 30%;
  padding: 11px 0;
  padding: 0.6875rem 0;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  color: #C79518;
  letter-spacing: 0.2em;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.sec-m-drawer__menu a:hover {
  color: #fff;
}
.sec-m-drawer__close {
  cursor: pointer;
  background: unset;
  padding: unset;
  border: unset;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #886900;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  position: relative;
  z-index: 3;
}
.sec-m-drawer__close:hover {
  color: #fff;
}
.sec-m-drawer__images {
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 861/438;
  width: 87%;
}
.sec-m-drawer .m-drawer__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.sec-m-drawer .m-drawer__image.is-open {
  opacity: 1;
  visibility: visible;
}
.sec-m-drawer .m-drawer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mochidonut__inner{

  }
  .pa-fv {
    background: 0 0;
  }
  .pa-fv::before {
    width: calc(100% - 2.5rem);
  }
  .pa-fv__container {
    padding: 4.6875rem 0 5rem;
  }
  .pa-fv__top {
    padding: 0 1.5625rem;
    margin-bottom: 0;
  }
  .pa-fv__ttl {
    margin-bottom: 1.25rem;
  }
  .pa-fv__btn {
    margin: 0 auto 2.1875rem;
    max-width: 17.625rem;
    gap: 0.9375rem 3.9%;
  }
  .pa-fv__img {
    aspect-ratio: auto;
    position: relative;
    left: calc(50% + 0.625rem);
    bottom: 0;
    width: 157%;
    margin-bottom: 1.5625rem;
  }
  .pa-fv-cro__img {
    /* クロナッツ */
    left: calc(50% + 0.5rem);
    width: 142%;
    margin-bottom: 1rem;
}
.pa-fv-fre__img {
  width: 145%;
}
  .pa-fv__img.is-open {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .pa-fv__ttl__sab {
    max-width: 25rem;
    margin: 0 auto 0.9375rem;
    font-size: 2.45rem;
    line-height: 1.52em;
    text-align: left;
    letter-spacing: 0.16em;
    text-align: center;
  }
  .mochidonut__inner{
width: 89%;
margin: 0 auto;
padding: 0 0;
  }
  .pa-mochidonut {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .mochidonut-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1.5rem 0 1.375rem;
    border-right: 1px solid #eae6dc;
  }
  .mochidonut-c:nth-child(2),
  .mochidonut-c:nth-child(3) {
    border-top: none;
  }
  .mochidonut-c__img {
    width: 50%;
    max-width: none;
  }
  .mochidonut-c__img img {
    width: 95%;
    margin: 0 auto;
  }
  .mochidonut-c__box {
    width: 50%;
    padding: 1.875rem 0 1.25rem;
  }
  .mochidonut-c__ttl {
    margin-bottom: 0.9375rem;
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
  }
  .mochidonut-c__text {
    text-align: left;
  }
  .sec-m-drawer {
    height: auto;
  }
  .sec-m-drawer__inner {
    padding: 0 2.4375rem;
  }
  .sec-m-drawer__container {
    max-width: 25rem;
    margin: 0 auto;
    padding: 6.25rem 0 5.75rem;
  }
  .sec-m-drawer__container::after {
    width: 138%;
    max-width: 29.25rem;
    top: auto;
    left: 0;
    bottom: -1.9375rem;
  }
  .sec-m-drawer__ttl {
    margin-bottom: 0.9375rem;
    font-size: 6rem;
    line-height: 1.07em;
  }
  .sec-m-drawer__menu {
    margin-bottom: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec-m-drawer__menu a {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .mochidonut__wi .mochidonut-c__img{
 width: 45%;
  }
}
@media screen and (max-width: 1100px) {
  .pa-fv__txt {
    max-width: 25rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 767px) {
  .pa-fv__txt {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.52em;
    text-align: left;
  }
  .mochidonut__content {
    margin-top: 0;
  }
}
