#app {
  display: grid;
  position: relative;
  grid-template: 1fr auto / 1fr 54rem 1fr;
  grid-template-areas: "header main aside" "footer footer footer";
}

main {
  grid-area: main;
  width: 54rem;
  margin: 0 auto;
  overflow: hidden;
}

main img {
  display: block;
  width: 100%;
  height: auto;
}

.l-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #ffee35;
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-load.is-end {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.l-load_img {
  display: block;
  width: 12.4rem;
  margin: 0 auto 2.8rem;
  -webkit-animation: wheel 1s infinite;
  animation: wheel 1s infinite;
}

.l-load_txt {
  font-size: 5.4rem;
  font-weight: 700;
}

.l-kv {
  position: relative;
  height: 94.176rem;
  overflow: hidden;
  background: #fff100;
  line-height: 0;
}

.l-kv_img01 {
  z-index: 3;
  position: absolute;
  top: 21%;
  right: 0;
  left: 0;
  width: 32.112rem;
  margin: 0 auto;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.l-kv_img02 {
  z-index: 1;
  position: absolute;
  bottom: -30.24rem;
  left: 50%;
  width: 86.976rem;
  max-width: none;
  -webkit-transform: translateX(calc(-50% - 1rem)) translateY(100%);
  transform: translateX(calc(-50% - 1rem)) translateY(100%);
}

.l-kv_img03 {
  z-index: 2;
  position: absolute;
  top: 2.016rem;
  left: 50%;
  width: 100%;
  max-width: none;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}

.l-kv_img04 {
  z-index: 4;
  position: absolute;
  top: 37.728rem;
  right: 1.6rem;
  width: 20rem;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.l-kv_img05 {
  z-index: 2;
  position: absolute;
  top: 24.048rem;
  left: 2.88rem;
  width: 5.328rem;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.l-kv_img_annotation {
  z-index: 5;
  position: absolute;
  bottom: 2.448rem;
  left: 2.448rem;
  width: 48.24rem;
}

.l-kv_btn {
  z-index: 4;
  position: absolute;
  right: 1.44rem;
  bottom: 7.2rem;
  width: 16.128rem;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.l-cm {
  margin-top: -0.1rem;
  padding-top: 6.624rem;
  background-color: #ffee35;
  background-image: url(/img/l-cm_bg.png);
  background-position: center -6.912rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.l-cm_head {
  aspect-ratio: 411 / 398;
  z-index: 2;
  position: relative;
  width: 29.52rem;
}

.l-cm_img_wrapper {
  z-index: 1;
  position: relative;
  height: 72.72rem;
  margin-top: -16.992rem;
}

.l-cm_video01 {
  z-index: 0;
  position: absolute;
  top: -13.392rem;
  right: 2.88rem;
  width: 19.152rem;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
}

.l-cm_video_circle {
  width: 100%;
  -webkit-animation: wheel 4s infinite;
  animation: wheel 4s infinite;
}

.l-cm_video_circle_wrapper {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72.576rem;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-cm_video02 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64.8rem;
  max-width: none;
  height: 64.8rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.l-cm_link_list {
  margin-bottom: 2.304rem;
}

.l-cm_link_list:last-of-type {
  margin-bottom: 0;
}

.l-cm_link_list_wrapper {
  z-index: 2;
  position: relative;
  margin-top: -13.68rem;
  padding: 0 2.88rem;
}

.l-cm_link_img {
  aspect-ratio: 666 / 166;
}

.l-other {
  gap: 0 .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.168rem 2.88rem 7.2rem;
  background-color: #ffee35;
}

.l-other_btn {
  z-index: 1;
}

.l-product_info {
  position: relative;
  padding: 7.2rem 0 7.344rem;
  background: #fc0;
}

.l-product_info_ttl {
  width: 21.312rem;
  margin: 0 auto 2.736rem;
}

.l-product_info_ttl_img {
  aspect-ratio: 296 / 439;
}

.l-product_info_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 46.8rem;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 43.2rem;
  margin: 0 auto 5.76rem;
  padding-bottom: 1.44rem;
  border-bottom: 2px solid #000;
}

.l-product_info_txt_img {
  width: 31.968rem;
}

.l-product_info_txt_arrow {
  width: 4.752rem;
  -webkit-animation: slide 1.5s infinite;
  animation: slide 1.5s infinite;
}

.l-product_info_item {
  padding: 0 2.88rem 14.4rem;
}

.l-product_info_item_wrapper {
  background-image: url(/img/l-product_info_item_bg.png);
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 200% auto;
}

.l-product_info_item_container {
  margin: 0 auto;
}

.l-product_info_item_container .slick-dots {
  gap: 0 1.44rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 4.32rem;
}

.l-product_info_item_container .slick-dots button {
  width: 2.16rem;
  height: 2.16rem;
  border-radius: 50%;
  background: #fff;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: background .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background .5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-product_info_item_container .slick-active button {
  background: #000;
}

.l-product_info_item_container .slick-arrow {
  position: absolute;
  top: 50%;
  width: 6.912rem;
  height: 13.68rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-product_info_item_container .slick-arrow svg {
  position: absolute;
  top: 50%;
  width: 2.592rem;
  height: 4.32rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-product_info_item_container .slick-prev {
  z-index: 2;
  left: 0;
  border-radius: 0 6.912rem 6.912rem 0;
}

.l-product_info_item_container .slick-prev svg {
  left: .5rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.l-product_info_item_container .slick-next {
  z-index: 2;
  right: 0;
  border-radius: 6.912rem 0 0 6.912rem;
}

.l-product_info_item_container .slick-next svg {
  right: 0.5rem;
}

.l-product_info_item_img {
  aspect-ratio: 670 / 1136;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-product_info_item_img_wrapper {
  z-index: 1;
  position: relative;
  margin: 0 auto 3.312rem;
}

.l-product_info_item_link {
  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;
  height: 6.624rem;
  margin: 0 auto;
  border-radius: 1.44rem;
  background: #000;
}

.l-product_info_item_link_txt {
  width: 11.232rem;
}

.l-product_info_btn {
  display: block;
  margin-bottom: 1.5rem;
}

.l-product_info_btn_wrapper {
  gap: 0 3.168rem;
  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;
}

.l-product_info_btn_img {
  width: 23.184rem;
}

.l-product_info_btn_pkg {
  display: block;
  height: 20.16rem;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.l-product_info_btn_pkg01 {
  width: 13.68rem;
}

.l-product_info_btn_pkg02 {
  width: 14.4rem;
}

.l-collabo {
  padding: 1.872rem 0 6.768rem;
  background: #ffee35;
}

.l-collabo_ttl {
  margin-bottom: -7.2rem;
}

.l-collabo_ttl_img {
  width: 51.12rem;
}

.l-collabo_item {
  display: block;
  margin-bottom: 2.88rem;
  padding: 2.88rem 2.88rem 1.44rem;
  background: #fff;
}

.l-collabo_item:last-of-type {
  margin-bottom: 0;
}

.l-collabo_item_wrapper {
  padding: 0 2.88rem;
}

.l-collabo_item_img_wrapper {
  margin-bottom: 2.16rem;
}

.l-collabo_item_txt {
  font-family: "Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 2.304rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}

.l-repeater {
  position: relative;
  line-height: 0;
}

.l-repeater_txt {
  z-index: 2;
  position: absolute;
  top: calc(50% - 1.5rem);
  right: 0;
  left: 0;
  width: 44.352rem;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-repeater_annotation {
  z-index: 2;
  position: absolute;
  bottom: 3.168rem;
  left: 2.88rem;
  width: 47.664rem;
}

.l-repeater_bg {
  aspect-ratio: 750 / 960;
  width: 100%;
}

.l-delicious {
  margin-top: -0.1rem;
  padding: 8.496rem 0 17.424rem;
  background: url(/img/l-delicious_bg.png?230403) no-repeat;
  background-position: top center;
  background-size: cover;
}

.l-delicious_ttl {
  width: 36rem;
  margin: 0 auto;
}

.l-delicious_ttl_img {
  aspect-ratio: 499 / 271;
}

.l-delicious_img_wrapper {
  position: relative;
}

.l-delicious_img_hukidashi {
  z-index: 2;
  position: absolute;
}

.l-delicious_img_hukidashi01 {
  top: 2.304rem;
  right: -4.32rem;
  width: 23.76rem;
}

.l-delicious_img_hukidashi02 {
  top: 44.928rem;
  left: -5.76rem;
  width: 35.28rem;
}

.l-delicious_img_spoon {
  z-index: 1;
  position: absolute;
  top: 25.344rem;
  left: 0;
  width: 51.696rem;
  height: 31.536rem;
  background: url(/img/l-delicious_img_spoon.png) no-repeat;
  background-position: right;
  background-size: auto 100%;
}

.l-delicious_img_zakoshi {
  aspect-ratio: .95714;
  width: 48.384rem;
  margin: 0 auto;
  background: url(/img/l-delicious_img_zakoshi.png) no-repeat;
  background-size: 200% auto;
}

.l-most_powerful {
  position: relative;
  line-height: 0;
}

.l-most_powerful_ttl_img {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-most_powerful_ttl_img.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-most_powerful_ttl_img01 {
  top: 6.48rem;
  width: 47.808rem;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.l-most_powerful_ttl_img02 {
  bottom: 6.48rem;
  width: 47.52rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.l-most_powerful_bg {
  aspect-ratio: 750 / 1040;
  width: 100%;
}

.l-90_percent {
  position: relative;
  background: #ff9f00;
  line-height: 0;
}

.l-90_percent_head {
  z-index: 1;
  position: absolute;
  top: 2.88rem;
  left: 0;
  width: 100%;
  padding: 0 .576rem;
}

.l-90_percent_head_img01 {
  display: block;
  position: relative;
  width: 26.352rem;
  margin: 0 auto 0 0;
}

.l-90_percent_head_img02 {
  z-index: -1;
  position: absolute;
  top: -1.008rem;
  right: -4.32rem;
  width: 35.424rem;
}

.l-90_percent_img {
  aspect-ratio: 750 / 880;
  width: 100%;
}

.l-90_percent_img_wrapper {
  position: relative;
}

.l-90_percent_annotation {
  z-index: 2;
  position: absolute;
  bottom: 2.592rem;
  left: 2.88rem;
  width: 25.488rem;
}

.l-continuation {
  position: relative;
  line-height: 0;
}

.l-continuation_balloon {
  position: absolute;
  top: -9.36rem;
  right: -5.04rem;
  width: 31.248rem;
}

.l-continuation_txt {
  z-index: 2;
  position: absolute;
  bottom: 3.6rem;
  left: 3.888rem;
  width: 33.696rem;
  -webkit-transform: translateX(calc(-100% - 3.888rem));
  transform: translateX(calc(-100% - 3.888rem));
}

.l-continuation_txt.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-continuation_bg {
  aspect-ratio: 750 / 750;
  width: 100%;
}

.l-kanzenmeshi_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
}

.l-kanzenmeshi_head_wrapper {
  position: relative;
}

.l-kanzenmeshi_head_wrapper.is-active .l-kanzenmeshi_head_txt01 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.l-kanzenmeshi_head_wrapper.is-active .l-kanzenmeshi_head_txt02 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.l-kanzenmeshi_head_wrapper.is-active .l-kanzenmeshi_head_content_img_txt {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.l-kanzenmeshi_head_txt {
  display: block;
  position: relative;
  width: 50%;
  height: 53.712rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s .5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s .5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-kanzenmeshi_head_txt01 {
  background: -webkit-repeating-linear-gradient(left, #0f0964, #0f0964 8.2%, #fef302 8.2%, #fef302 16.4%);
  background: repeating-linear-gradient(90deg, #0f0964, #0f0964 8.2%, #fef302 8.2%, #fef302 16.4%);
}

.l-kanzenmeshi_head_txt02 {
  background: -webkit-repeating-linear-gradient(left, #0f0964, #0f0964 8.2%, #fef302 8.2%, #fef302 16.4%);
  background: repeating-linear-gradient(90deg, #0f0964, #0f0964 8.2%, #fef302 8.2%, #fef302 16.4%);
}

.l-kanzenmeshi_head_txt_img {
  position: absolute;
  top: 50%;
  width: 49.248rem;
  max-width: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-kanzenmeshi_head_txt_img01 {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.l-kanzenmeshi_head_txt_img02 {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-kanzenmeshi_head_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: -webkit-repeating-linear-gradient(left, #0f0964, #0f0964 4.1%, #fef302 4.1%, #fef302 8.2%);
  background: repeating-linear-gradient(90deg, #0f0964, #0f0964 4.1%, #fef302 4.1%, #fef302 8.2%);
}

.l-kanzenmeshi_head_content_img {
  aspect-ratio: .9207;
  z-index: 2;
  position: relative;
  width: 36.288rem;
  height: 37.152rem;
  margin: 0 auto;
  background: url(/img/l-kanzenmeshi_head_content_zazkoshi.png) no-repeat;
  background-size: 300% auto;
}

.l-kanzenmeshi_head_content_img_txt {
  z-index: 1;
  position: absolute;
  top: 3.6rem;
  right: 0;
  left: 0;
  width: 41.184rem;
  margin: 0 auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .5s 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform .5s 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .5s 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-kanzenmeshi_product {
  position: relative;
  padding-bottom: 30.96rem;
  background: #0f0964;
}

.l-kanzenmeshi_product_img {
  width: 31.68rem;
  max-width: none;
  -webkit-animation: loop 2s infinite;
  animation: loop 2s infinite;
}

.l-kanzenmeshi_product_img_wrapper {
  gap: 0 1.728rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4.32rem 0 3.6rem;
  overflow: hidden;
  background: #0f0964;
}

.l-kanzenmeshi_product_txt {
  width: 47.52rem;
  margin: 0 auto 5.04rem;
}

.l-kanzenmeshi_product_logo {
  position: relative;
  width: 50.832rem;
  margin: 0 auto;
}

.l-kanzenmeshi_product_kao {
  position: absolute;
  right: 0;
  bottom: 8.064rem;
  left: 0;
  width: 100%;
  margin: 0 auto;
}

.l-kanzenmeshi_product_bg {
  aspect-ratio: 2.14286;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(/img/l-kanzenmeshi_product_bg.png) no-repeat;
  background-size: 200% auto;
}

.l-kanzenmeshi_img {
  width: 100%;
}

.l-kanzenmeshi_img_wrapper {
  position: relative;
  line-height: 0;
}

.l-kanzenmeshi_img_txt {
  position: absolute;
  width: 21.6rem;
  -webkit-animation: wheel 2s infinite;
  animation: wheel 2s infinite;
}

.l-kanzenmeshi_img_txt01 {
  top: 2.448rem;
  left: 3.168rem;
}

.l-kanzenmeshi_img_txt02 {
  right: 2.88rem;
  bottom: 2.736rem;
}

.l-kanzenmeshi_img_txt_annotation {
  position: absolute;
  right: 0;
  bottom: -1.152rem;
  left: 0;
  width: 46.944rem;
  margin: 0 auto;
}

.l-kanzenmeshi_bottom {
  position: relative;
  padding: 16.128rem 0 10.08rem;
  background: -webkit-repeating-linear-gradient(left, #0f0964, #0f0964 4.1%, #fef302 4.1%, #fef302 8.2%);
  background: repeating-linear-gradient(90deg, #0f0964, #0f0964 4.1%, #fef302 4.1%, #fef302 8.2%);
}

.l-kanzenmeshi_bottom_wrapper {
  overflow: hidden;
}

.l-kanzenmeshi_bottom_img {
  -webkit-transform: translate(-7.2rem, 100%);
  transform: translate(-7.2rem, 100%);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-kanzenmeshi_bottom_img_wrapper {
  z-index: 1;
  position: absolute;
  top: -4.896rem;
  right: 4.896rem;
  width: 19.728rem;
  overflow: hidden;
}

.l-kanzenmeshi_bottom_img_wrapper.is-active .l-kanzenmeshi_bottom_img {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.l-kanzenmeshi_bottom_img_txt {
  z-index: 0;
  position: absolute;
  top: -2.016rem;
  left: 5.76rem;
  width: 26.64rem;
  -webkit-transform: translateX(calc(-100% - 5.76rem));
  transform: translateX(calc(-100% - 5.76rem));
}

.l-kanzenmeshi_bottom_img_txt.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-kanzenmeshi_bottom_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 47.808rem;
  height: 11.52rem;
  margin: 0 auto;
  border: 3px solid #000;
  border-radius: 5.76rem;
  background: #d3318a;
  -webkit-box-shadow: 0 3px 0 0 #000;
  box-shadow: 0 3px 0 0 #000;
}

.l-kanzenmeshi_bottom_btn_img {
  width: 36.432rem;
}

.l-pagetop {
  display: block;
  z-index: 998;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.76rem;
  height: 5.76rem;
  margin: 0 0 0 auto;
  border: 1px solid #000;
  background: #000;
}

.l-pagetop::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 1.584rem;
  height: 1.872rem;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
}

.l-img_modal_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  -webkit-transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1),visibility .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1),visibility .5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-img_modal_overlay.is-open {
  visibility: visible;
  opacity: 1;
}

.l-img_modal_overlay.is-open .l-img_modal_content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.l-img_modal_content {
  position: relative;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-img_modal_item {
  width: 48.24rem;
}

.l-img_modal_bg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-img_modal_close {
  z-index: 1;
  position: absolute;
  top: -3.2rem;
  right: 0;
  width: 6.5rem;
  height: 6.5rem;
  text-indent: -9999px;
}

.l-img_modal_close::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.5rem;
  height: 6.5rem;
  background: url(/img/close.svg) no-repeat;
  content: "";
}

.l-video_modal_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  -webkit-transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1),visibility .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1),visibility .5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-video_modal_overlay.is-open {
  visibility: visible;
  opacity: 1;
}

.l-video_modal_overlay.is-open .l-video_modal_content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.l-video_modal_content {
  position: relative;
  width: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-video_modal_item {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.l-video_modal_bg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}

.l-video_modal_close {
  z-index: 1;
  position: absolute;
  top: -8rem;
  right: 2rem;
  width: 6.5rem;
  height: 6.5rem;
  text-indent: -9999px;
}

.l-video_modal_close::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.5rem;
  height: 6.5rem;
  background: url(/img/close.svg) no-repeat;
  content: "";
}

@media screen and (max-width: 75em) {
  #app {
    grid-template: 1fr auto / 1fr 1fr;
    grid-template-areas: "header main" "footer footer";
  }
  main {
    width: 100%;
  }
  .l-load_img {
    width: 6.2rem;
    margin-bottom: 1.4rem;
  }
  .l-load_txt {
    font-size: 2.7rem;
  }
  .l-kv {
    min-height: 62.1rem;
    max-height: 65.4rem;
  }
  .l-kv_img01 {
    top: 17vw;
    width: 22.3rem;
  }
  .l-kv_img02 {
    bottom: -21rem;
    width: 60.4rem;
  }
  .l-kv_img03 {
    top: 1.4rem;
  }
  .l-kv_img04 {
    top: 26.2rem;
    right: -2.3rem;
    width: 17.8rem;
  }
  .l-kv_img05 {
    top: 16.7rem;
    left: 2rem;
    width: 3.7rem;
  }
  .l-kv_img_annotation {
    bottom: 1.7rem;
    left: 1.7rem;
    width: 33.5rem;
  }
  .l-kv_btn {
    right: 1rem;
    bottom: 5rem;
    width: 11.2rem;
  }
  .l-cm {
    padding-top: 4.6rem;
    background-position: center -4.8rem;
  }
  .l-cm_head {
    width: 20.5rem;
  }
  .l-cm_img_wrapper {
    height: 50.5rem;
    margin-top: -11.8rem;
  }
  .l-cm_video01 {
    top: -9.3rem;
    right: 2rem;
    width: 13.3rem;
  }
  .l-cm_video_circle_wrapper {
    width: 50.4rem;
  }
  .l-cm_video02 {
    width: 45rem;
    height: 45rem;
  }
  .l-cm_link_list {
    margin-bottom: 1.6rem;
  }
  .l-cm_link_list_wrapper {
    margin-top: -9.5rem;
    padding: 0 2rem;
  }
  .l-other {
    padding: 2.2rem 2rem 5rem;
  }
  .l-product_info {
    padding: 5rem 0 5.1rem;
  }
  .l-product_info_ttl {
    width: 14.8rem;
    margin: 0 auto 1.9rem;
  }
  .l-product_info_txt {
    bottom: 32.5rem;
    width: 30rem;
    margin-bottom: 4rem;
    padding-bottom: 1rem;
  }
  .l-product_info_txt_img {
    width: 22.2rem;
  }
  .l-product_info_txt_arrow {
    width: 3.3rem;
  }
  .l-product_info_item {
    padding: 0 2rem 10rem;
  }
  .l-product_info_item_container .slick-dots {
    gap: 0 1rem;
    padding-bottom: 3rem;
  }
  .l-product_info_item_container .slick-dots button {
    width: 1.5rem;
    height: 1.5rem;
  }
  .l-product_info_item_container .slick-arrow {
    width: 4.8rem;
    height: 9.5rem;
  }
  .l-product_info_item_container .slick-arrow svg {
    width: 1.8rem;
    height: 3rem;
  }
  .l-product_info_item_container .slick-prev {
    border-radius: 0 4.8rem 4.8rem 0;
  }
  .l-product_info_item_container .slick-next {
    border-radius: 4.8rem 0 0 4.8rem;
  }
  .l-product_info_item_img_wrapper {
    margin: 0 auto 2.3rem;
  }
  .l-product_info_item_link {
    height: 4.6rem;
    border-radius: 1rem;
  }
  .l-product_info_item_link_txt {
    width: 7.8rem;
  }
  .l-product_info_btn_wrapper {
    gap: 0 2.2rem;
  }
  .l-product_info_btn_img {
    width: 16.1rem;
  }
  .l-product_info_btn_pkg {
    height: 14rem;
  }
  .l-product_info_btn_pkg01 {
    width: 9.5rem;
  }
  .l-product_info_btn_pkg02 {
    width: 10rem;
  }
  .l-collabo {
    padding: 1.3rem 0 4.7rem;
  }
  .l-collabo_ttl {
    margin-bottom: -5rem;
  }
  .l-collabo_ttl_img {
    width: 36.5rem;
  }
  .l-collabo_item {
    margin-bottom: 2rem;
    padding: 2rem 2rem 1rem;
  }
  .l-collabo_item_wrapper {
    padding: 0 2rem;
  }
  .l-collabo_item_img_wrapper {
    margin-bottom: 1.5rem;
  }
  .l-collabo_item_txt {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
  }
  .l-repeater_txt {
    width: 30.8rem;
  }
  .l-repeater_annotation {
    bottom: 2.2rem;
    left: 2rem;
    width: 33.1rem;
  }
  .l-delicious {
    padding: 5.9rem 0 12.1rem;
  }
  .l-delicious_ttl {
    width: 25rem;
  }
  .l-delicious_img_hukidashi01 {
    top: 1.6rem;
    right: -3rem;
    width: 16.5rem;
  }
  .l-delicious_img_hukidashi02 {
    top: 31.2rem;
    left: -4rem;
    width: 24.5rem;
  }
  .l-delicious_img_spoon {
    top: 17.6rem;
    width: calc(35.9rem + (100% - 35.9rem) / 2);
    height: 21.9rem;
  }
  .l-delicious_img_zakoshi {
    width: 33.6rem;
  }
  .l-most_powerful_ttl_img01 {
    top: 4.5rem;
    width: 33.2rem;
  }
  .l-most_powerful_ttl_img02 {
    bottom: 4.5rem;
    width: 33rem;
  }
  .l-90_percent_head {
    top: 2rem;
    padding: 0 0.4rem;
  }
  .l-90_percent_head_img01 {
    width: 18.3rem;
  }
  .l-90_percent_head_img02 {
    top: -.7rem;
    right: -3rem;
    width: 24.6rem;
  }
  .l-90_percent_annotation {
    bottom: 1.8rem;
    left: 2rem;
    width: 17.7rem;
  }
  .l-continuation_balloon {
    top: -6.5rem;
    right: -3.5rem;
    width: 21.7rem;
  }
  .l-continuation_txt {
    bottom: 2.5rem;
    left: 2.7rem;
    width: 23.4rem;
    -webkit-transform: translateX(calc(-100% - 2.7rem));
    transform: translateX(calc(-100% - 2.7rem));
  }
  .l-kanzenmeshi_head_txt {
    height: 37.3rem;
  }
  .l-kanzenmeshi_head_txt_img {
    width: 34.2rem;
  }
  .l-kanzenmeshi_head_content_img {
    width: 25.2rem;
    height: 25.8rem;
  }
  .l-kanzenmeshi_head_content_img_txt {
    top: 2.5rem;
    width: 28.6rem;
  }
  .l-kanzenmeshi_product {
    padding-bottom: calc(6.4rem + 49.6%);
  }
  .l-kanzenmeshi_product_img {
    width: 22rem;
  }
  .l-kanzenmeshi_product_img_wrapper {
    gap: 0 1.2rem;
    padding: 3rem 0 2.5rem;
  }
  .l-kanzenmeshi_product_txt {
    width: 33rem;
    margin: 0 auto 3.5rem;
  }
  .l-kanzenmeshi_product_logo {
    width: 35.3rem;
  }
  .l-kanzenmeshi_product_kao {
    bottom: 5.6rem;
  }
  .l-kanzenmeshi_img_txt {
    width: 15rem;
  }
  .l-kanzenmeshi_img_txt01 {
    top: 1.7rem;
    left: 2.2rem;
  }
  .l-kanzenmeshi_img_txt02 {
    right: 2rem;
    bottom: 1.9rem;
  }
  .l-kanzenmeshi_img_txt_annotation {
    bottom: -.8rem;
    width: 32.6rem;
  }
  .l-kanzenmeshi_bottom {
    padding: 11.2rem 0 7rem;
  }
  .l-kanzenmeshi_bottom_img {
    -webkit-transform: translate(-5rem, 100%);
    transform: translate(-5rem, 100%);
  }
  .l-kanzenmeshi_bottom_img_wrapper {
    top: -3.4rem;
    right: 3.4rem;
    width: 13.7rem;
  }
  .l-kanzenmeshi_bottom_img_txt {
    top: -1.4rem;
    left: 4rem;
    width: 18.5rem;
    -webkit-transform: translateX(calc(-100% - 4rem));
    transform: translateX(calc(-100% - 4rem));
  }
  .l-kanzenmeshi_bottom_btn {
    width: 33.2rem;
    height: 8rem;
    border-radius: 4rem;
  }
  .l-kanzenmeshi_bottom_btn_img {
    width: 25.3rem;
  }
  .l-pagetop {
    width: 4rem;
    height: 4rem;
  }
  .l-pagetop::before {
    width: 1.1rem;
    height: 1.3rem;
  }
  .l-img_modal_item {
    width: 33.5rem;
  }
}

@media screen and (max-width: 48em) {
  #app {
    display: block;
  }
  .l-kv {
    aspect-ratio: 750 / 1333;
    height: 100%;
    min-height: 0;
    max-height: none;
  }
  .l-kv_img01 {
    top: 29%;
  }
  .l-kv_img02 {
    bottom: -21rem;
  }
  .l-kv_img03 {
    top: 7.4rem;
  }
  .l-kv_img04 {
    top: 31.2rem;
  }
  .l-delicious_img_spoon {
    width: 35.9rem;
  }
  .l-kanzenmeshi_product {
    padding-bottom: 21.5rem;
  }
  .l-video_modal_content {
    width: 100%;
  }
}

@media screen and (max-width: 75em) and (max-width: 48em) {
  .l-kv_img05 {
    top: 21.7rem;
  }
}

@media (hover: hover) {
  .l-product_info_txt {
    display: none;
  }
  .l-product_info_item {
    padding: 0 2.88rem 4.32rem;
  }
  .l-product_info_item_container:hover .slick-arrow {
    opacity: 1;
  }
}

@media screen and (hover: hover) and (max-width: 75em) {
  .l-product_info_item {
    padding: 0 2rem 3rem;
  }
}

