@charset "UTF-8";
.lp-wrapper * {
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}
.lp-wrapper video {
  pointer-events: none;
}
.lp-wrapper .pc {
  display: block !important;
}
.lp-wrapper .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .pc {
    display: none !important;
  }
  .lp-wrapper .sp {
    display: block !important;
  }
}
.lp-wrapper .mv-sec {
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .mv-sec {
    margin-bottom: 16.8%;
  }
}
.lp-wrapper .ani-blur {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.lp-wrapper .ani-blur.is-active {
  -webkit-animation: blurIn 1s ease-out forwards;
          animation: blurIn 1s ease-out forwards;
}
.lp-wrapper .mv-img-01 {
  width: 58.05%;
  aspect-ratio: 733/485;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .mv-img-01 {
    width: 72.53%;
  }
}
.lp-wrapper .mv-img-02 {
  width: 31.33%;
  position: absolute;
  z-index: 3;
  top: 12%;
  right: 6.07%;
  aspect-ratio: 428/565;
}
.lp-wrapper .mv-img-02.is-active {
  -webkit-animation: blurIn 1s ease-out 0.5s forwards;
          animation: blurIn 1s ease-out 0.5s forwards;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .mv-img-02 {
    width: 39.2%;
    top: 17.86%;
    right: 3.46%;
  }
  .lp-wrapper .mv-img-02.is-active {
    -webkit-animation: blurIn 1s ease-out 0.5s forwards;
            animation: blurIn 1s ease-out 0.5s forwards;
  }
}
.lp-wrapper .mv-img-03 {
  position: relative;
  width: 36.82%;
  left: 9.73%;
  aspect-ratio: 503/653;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .mv-img-03 {
    width: 45.86%;
    left: 5.6%;
  }
  .lp-wrapper .mv-img-03.is-active {
    -webkit-animation: blurIn 1s ease-out 0.8s forwards;
            animation: blurIn 1s ease-out 0.8s forwards;
  }
}
.lp-wrapper .mv-img-04 {
  width: 45.31%;
  position: absolute;
  z-index: 2;
  top: 59%;
  right: 9.73%;
  aspect-ratio: 619/654;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .mv-img-04 {
    width: 56.8%;
    top: 75.46%;
    right: 8%;
  }
  .lp-wrapper .mv-img-04.is-active {
    -webkit-animation: blurIn 1s ease-out 1.1s forwards;
            animation: blurIn 1s ease-out 1.1s forwards;
  }
}
@-webkit-keyframes blurIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes blurIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.lp-wrapper .mv-copy-container {
  position: absolute;
  width: 5.49%;
  left: 5%;
  top: 5%;
  clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 768px) {
  .lp-wrapper .mv-copy-container {
    width: 8%;
  }
}
.lp-wrapper .mv-copy-container .mv-copy-overlay {
  text-align: center;
  position: relative;
  padding: 17.33% 6.66%;
}
.lp-wrapper .mv-copy-container .mv-copy-overlay video, .lp-wrapper .mv-copy-container .mv-copy-overlay .bg-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lp-wrapper .mv-copy-container .mv-copy-overlay.maskReveal-vl.is-active {
  -webkit-animation: maskReveal-vl 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.9s forwards;
          animation: maskReveal-vl 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.9s forwards;
}
.lp-wrapper .mv-copy-container .mv-copy-overlay .mv-title-wrapper {
  position: relative;
  z-index: 1;
}
.lp-wrapper .mv-copy-container-02 {
  left: initial;
  top: initial;
  right: 13.03%;
  bottom: 17%;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .mv-copy-container-02 {
    right: 10.93%;
    bottom: -2%;
  }
  .lp-wrapper .mv-copy-container-02.maskReveal-vl.is-active {
    -webkit-animation: maskReveal-vl 1.2s cubic-bezier(0.65, 0, 0.35, 1) 1.4s forwards;
            animation: maskReveal-vl 1.2s cubic-bezier(0.65, 0, 0.35, 1) 1.4s forwards;
  }
}
.lp-wrapper .maskReveal-vl {
  clip-path: inset(0 0 100% 0);
}
.lp-wrapper .maskReveal-vl.is-active {
  -webkit-animation: maskReveal-vl 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: maskReveal-vl 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.lp-wrapper .mv-copy-container-01.maskReveal-vl.is-active {
  -webkit-animation: maskReveal-vl 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.5s forwards;
          animation: maskReveal-vl 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.5s forwards;
}
.lp-wrapper .maskReveal-hl {
  clip-path: inset(0 100% 0 0);
}
.lp-wrapper .maskReveal-hl.is-active {
  -webkit-animation: maskReveal-hl 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: maskReveal-hl 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@-webkit-keyframes maskReveal-vl {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes maskReveal-vl {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes maskReveal-hl {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes maskReveal-hl {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.lp-wrapper .mv-scroll {
  position: fixed;
  bottom: 30px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  color: #FD9594;
  padding-bottom: 30px;
  z-index: 4;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  -webkit-animation: scrollAppearance 1s ease-out 0.5s forwards;
          animation: scrollAppearance 1s ease-out 0.5s forwards;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .mv-scroll {
    bottom: 20px;
    font-size: 14px;
  }
}
.lp-wrapper .mv-scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 27px;
}
.lp-wrapper .mv-scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 27px;
  background: #FD9594;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: scrollLine 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
          animation: scrollLine 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@-webkit-keyframes scrollAppearance {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes scrollAppearance {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes scrollLine {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
.lp-wrapper .renewal-sec {
  position: relative;
  width: 100%;
  padding: 4.9% 0 0;
  -webkit-transform: translateY(-1%);
          transform: translateY(-1%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .renewal-sec {
    padding: 28.88% 0 0;
    -webkit-transform: initial;
            transform: initial;
    z-index: 0;
  }
}
.lp-wrapper .renewal-sec .renewal {
  margin: 0 4.2%;
}
.lp-wrapper .renewal-sec video, .lp-wrapper .renewal-sec .bg-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.lp-wrapper .renewal-sec .renewal-v-01 {
  height: 59.37%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .renewal-sec .renewal-v-01 {
    height: 74.6%;
  }
}
.lp-wrapper .renewal-sec .headline-1 {
  width: 37.4%;
}
.lp-wrapper .renewal-sec .headline-ttl {
  width: 100%;
  margin: 3.45% auto;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .renewal-sec .headline-ttl-wrapper {
    position: relative;
  }
  .lp-wrapper .renewal-sec .headline-ttl-wrapper .headline-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 65.46%;
  }
  .lp-wrapper .renewal-sec .headline-ttl-wrapper .headline-ttl-02 {
    position: relative;
  }
  .lp-wrapper .renewal-sec .headline-ttl-wrapper .headline-ttl-02 img {
    width: 100%;
  }
}
.lp-wrapper .renewal-sec .headline-2-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .renewal-sec .headline-2-wrapper {
    margin-top: 5%;
  }
}
.lp-wrapper .renewal-sec .headline-2 {
  width: 100%;
}
.lp-wrapper .renewal-sec .headline-3 {
  background-color: #fff;
  text-align: center;
  padding: 11px;
  margin-top: 1.5%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .renewal-sec .headline-3 {
    padding: 5px;
  }
}
.lp-wrapper .renewal-sec .headline-3 img {
  width: 74.62%;
}
.lp-wrapper .renewal-sec .food {
  position: relative;
  margin: 5.2% auto 6.22%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .renewal-sec .food {
    margin: 10.2% auto 6.22%;
  }
}
.lp-wrapper .renewal-sec .renewal-v-02 {
  width: 32.94%;
  height: 810px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .renewal-sec .renewal-v-02 {
    width: 41.06%;
  }
}
.lp-wrapper .renewal-sec .food-row-1,
.lp-wrapper .renewal-sec .food-row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-wrapper .renewal-sec .food-row-1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10.9%;
}
.lp-wrapper .renewal-sec .food-img-01 {
  width: 61.42%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .renewal-sec .food-img-01 {
    width: 69.86%;
  }
}
.lp-wrapper .renewal-sec .food-title-01 {
  width: 13.32%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .renewal-sec .food-title-01 {
    width: 16.53%;
  }
}
.lp-wrapper .renewal-sec .food-img-02 {
  width: 36.75%;
  position: absolute;
  right: 4%;
  top: 28%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .renewal-sec .food-img-02 {
    width: 46.13%;
    right: 0;
    top: 32%;
  }
}
.lp-wrapper .renewal-sec .food-row-2 {
  position: relative;
  padding-left: 4.24%;
  padding-top: 5%;
  gap: 3.24%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .renewal-sec .food-row-2 {
    margin-top: 10.93%;
    padding-top: 12%;
  }
}
.lp-wrapper .renewal-sec .food-img-03 {
  width: 49.85%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .renewal-sec .food-img-03 {
    width: 65.4%;
  }
}
.lp-wrapper .renewal-sec .food-title-02 {
  width: 13.18%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .renewal-sec .food-title-02 {
    width: 16.53%;
  }
}
.lp-wrapper .hub-sec {
  position: relative;
  padding-top: 1.54%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .hub-sec {
    padding-top: 5.06%;
  }
}
.lp-wrapper .hub-sec .bg, .lp-wrapper .hub-sec .bg-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lp-wrapper .hub-sec .marquee-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.lp-wrapper .hub-sec .marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: marquee-right-to-left 30s linear infinite;
          animation: marquee-right-to-left 30s linear infinite;
}
.lp-wrapper .hub-sec .marquee-track img {
  width: auto;
  max-width: none;
  height: 96px;
  aspect-ratio: 2474/96;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .hub-sec .marquee-track img {
    height: 51px;
  }
}
.lp-wrapper .hub-sec {
  /* 右から左へ流れるキーフレーム */
}
@-webkit-keyframes marquee-right-to-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee-right-to-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.lp-wrapper .hub-sec .hub-para {
  font-size: 20px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6.07% auto 7.83%;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .hub-sec .hub-para {
    font-size: 16px;
    max-width: 88.8%;
    margin: 13.21% auto;
  }
}
.lp-wrapper .sns-sec {
  padding: 4.68% 0;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .sns-sec {
    padding: 13.09% 0;
  }
}
.lp-wrapper .sns-sec .sns-title {
  font-size: 40px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  color: #656565;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .sns-sec .sns-title {
    font-size: 20px;
    text-align: center;
    line-height: 1.25;
  }
}
.lp-wrapper .sns-sec .sns-title::before, .lp-wrapper .sns-sec .sns-title::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #656565;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .sns-sec .sns-title::before, .lp-wrapper .sns-sec .sns-title::after {
    height: 40px;
  }
}
.lp-wrapper .sns-sec .sns-title::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.lp-wrapper .sns-sec .sns-title::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.lp-wrapper .sns-sec .sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 519px;
  margin: 0 auto;
  margin-top: 2.63%;
  gap: 7.7%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .sns-sec .sns-wrapper {
    width: 73.06%;
    margin-top: 8.75%;
    gap: 7.29%;
  }
}
.lp-wrapper .sns-sec .sns-wrapper li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .sns-sec .sns-wrapper li {
    width: 18.24%;
  }
  .lp-wrapper .sns-sec .sns-wrapper li:nth-of-type(1) {
    width: 22.62%;
  }
}
.lp-wrapper .sns-sec .sns-wrapper li a {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .sns-sec .sns-wrapper li a {
    font-size: 10px;
  }
}
.lp-wrapper .sns-sec .sns-wrapper li a img {
  width: 100%;
}
.lp-wrapper .sns-sec .sns-wrapper li a p {
  height: 2.84em;
  line-height: 1.42;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}/*# sourceMappingURL=layout.css.map */