@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #808080;
  --color-red: #CC2C1E;
  --font-family-dela-gothic-one: "Dela Gothic One", sans-serif;
  --font-family-m-plus-1p: "M PLUS 1p", sans-serif;
  --basic-vw: 390;
  --basic-vw-pc: 1280;
  --default-header-height: 54;
  --header-nav-height: 60;
}

* {
  box-sizing: border-box;
}

* > img {
  width: 100%;
  height: auto;
}

html {
  background-color: var(--color-white);
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-m-plus-1p);
  font-weight: 500;
  font-style: normal;
}

a:not([href]) {
  pointer-events: none;
}

#app {
  position: relative;
  z-index: 0;
}

.ly_main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  z-index: -1;
  background-color: #000;
}
.ly_main-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.4;
  transform: scale(3);
}

a {
  color: var(--color-black);
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

li {
  list-style: none;
}

.el_divider {
  width: 100%;
  height: auto;
}

.bl_header-nav {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 0 10px;
  height: calc(var(--header-nav-height) * 1px);
  font-family: var(--font-family-dela-gothic-one) !important;
  font-weight: 400;
  font-size: min(24px, 13 / var(--basic-vw) * 100vw);
  background-color: #fff;
}
@media (min-width: 769px) {
  .bl_header-nav {
    grid-template-columns: 800px;
    justify-content: center;
  }
}
.bl_header-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.bl_firstview {
  position: relative;
  z-index: 0;
  height: calc(736 / var(--basic-vw) * 100vw);
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30 / var(--basic-vw) * 100vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30 / var(--basic-vw) * 100vw), 0 100%);
}
@media (min-width: 769px) {
  .bl_firstview {
    max-height: calc(700 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_firstview__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bl_firstview__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.2);
}
@media (min-width: 769px) {
  .bl_firstview__bg img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
  }
}
.bl_firstview__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.bl_firstview__kv {
  --translate-x: -50%;
  --translate-y: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(var(--translate-x), var(--translate-y));
  width: 100%;
  height: auto;
}
.bl_firstview__kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .bl_firstview__kv {
    top: 44%;
    width: calc(647 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_firstview__concentration-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl_firstview__onomatopoeia {
  position: absolute;
  z-index: 1;
}
.bl_firstview__onomatopoeia.o--01 {
  width: 53%;
  top: -2%;
  left: -8%;
}
.bl_firstview__onomatopoeia.o--02 {
  width: 47%;
  top: 23%;
  left: 32%;
}
.bl_firstview__onomatopoeia.o--03 {
  width: 45%;
  top: 6%;
  right: -3%;
}
.bl_firstview__onomatopoeia.o--04 {
  width: 13%;
  bottom: 19%;
  left: 8%;
}
.bl_firstview__onomatopoeia.o--05 {
  width: 11%;
  bottom: 8%;
  left: 30%;
}
.bl_firstview__onomatopoeia.o--06 {
  width: 12%;
  bottom: 10%;
  right: 26%;
}
.bl_firstview__onomatopoeia.o--07 {
  width: 12%;
  bottom: 23%;
  right: 4%;
}
@media (min-width: 769px) {
  .bl_firstview__onomatopoeia.o--01 {
    width: calc(420 / var(--basic-vw-pc) * 100vw);
    top: 0;
    left: 0;
  }
  .bl_firstview__onomatopoeia.o--02 {
    --translate-x: -50%;
    --translate-y: -50%;
    width: calc(197 / var(--basic-vw-pc) * 100vw);
    top: 9%;
    left: 50%;
    transform: translate(var(--translate-x), var(--translate-y));
  }
  .bl_firstview__onomatopoeia.o--03 {
    width: calc(290 / var(--basic-vw-pc) * 100vw);
    top: 4%;
    right: 3%;
  }
  .bl_firstview__onomatopoeia.o--04 {
    width: calc(90 / var(--basic-vw-pc) * 100vw);
    bottom: unset;
    top: 5%;
    left: 20%;
  }
  .bl_firstview__onomatopoeia.o--05 {
    width: calc(63 / var(--basic-vw-pc) * 100vw);
    bottom: 20%;
    left: 23%;
  }
  .bl_firstview__onomatopoeia.o--06 {
    width: calc(71 / var(--basic-vw-pc) * 100vw);
    bottom: 27%;
    right: 7%;
  }
  .bl_firstview__onomatopoeia.o--07 {
    width: calc(100 / var(--basic-vw-pc) * 100vw);
    bottom: 40%;
    right: 16%;
  }
}

.bl_after-firstview-divider-wrapper {
  position: relative;
}
.bl_after-firstview-divider-wrapper__onomatopoeia {
  position: absolute;
  top: 50%;
  left: 23%;
  width: 15%;
  z-index: 1;
}
@media (min-width: 769px) {
  .bl_after-firstview-divider-wrapper__onomatopoeia {
    width: calc(150 / var(--basic-vw-pc) * 100vw);
    top: 100%;
    left: 25%;
  }
}

.bl_after-firstview-divider {
  position: relative;
  width: 100%;
  height: calc(80 / var(--basic-vw) * 100vw);
  overflow: hidden;
  margin-top: calc(-55 / var(--basic-vw) * 100vw);
  z-index: 1;
}
.bl_after-firstview-divider .el_divider {
  --translate-x: -45%;
  --translate-y: -50%;
  --rotate: -2deg;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(var(--translate-x), var(--translate-y)) rotate(var(--rotate));
  width: calc(1055 / var(--basic-vw) * 100vw);
  height: auto;
}
@media (min-width: 769px) {
  .bl_after-firstview-divider .el_divider {
    width: calc(2273.1393359246 / var(--basic-vw-pc) * 100vw);
  }
}

.bl_about {
  position: relative;
  padding: calc(48 / var(--basic-vw) * 100vw) 20px calc(124.5 / var(--basic-vw) * 100vw);
  z-index: 0;
  background-color: transparent;
  -webkit-clip-path: polygon(0 calc(30 / var(--basic-vw) * 100vw), 100% 0, 100% 100%, 0 calc(100% - 35 / var(--basic-vw) * 100vw));
          clip-path: polygon(0 calc(30 / var(--basic-vw) * 100vw), 100% 0, 100% 100%, 0 calc(100% - 35 / var(--basic-vw) * 100vw));
  margin-top: calc(-43 / var(--basic-vw) * 100vw);
  color: var(--color-white);
  overflow: hidden;
}
@media (min-width: 769px) {
  .bl_about {
    padding-top: calc(160 / var(--basic-vw-pc) * 100vw);
    padding-bottom: calc(280 / var(--basic-vw-pc) * 100vw);
    margin-top: calc(-160 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_about__catch-copy {
  font-family: var(--font-family-dela-gothic-one) !important;
  font-size: calc(14.49 / var(--basic-vw) * 100vw);
  line-height: 2.18;
  font-weight: 400;
  padding-inline: 0.38em;
  background-color: var(--color-red);
  font-style: normal;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.bl_about__catch-copy.has_gap {
  margin-top: calc(26.74 / var(--basic-vw) * 100vw);
}
@media (min-width: 769px) {
  .bl_about__catch-copy {
    font-size: calc(26 / var(--basic-vw-pc) * 100vw);
  }
  .bl_about__catch-copy.has_gap {
    margin-top: calc(40 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_about__title {
  position: relative;
  margin-top: calc(26.74 / var(--basic-vw) * 100vw);
  padding-bottom: calc(4 / var(--basic-vw) * 100vw);
  width: calc(324 / var(--basic-vw) * 100vw);
  margin-inline: auto;
}
@media (min-width: 769px) {
  .bl_about__title {
    margin-top: calc(40 / var(--basic-vw-pc) * 100vw);
    width: calc(581.9417724609 / var(--basic-vw-pc) * 100vw);
    padding-bottom: calc(40 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_about__title__text {
  position: relative;
  z-index: 1;
}
.bl_about__title__under-line {
  --translate-x: -50%;
  --translate-y: 25%;
  --rotate: -4.5deg;
  position: absolute;
  top: 0;
  left: 51%;
  width: 108%;
  height: auto;
  z-index: 0;
  transform: translate(var(--translate-x), var(--translate-y)) rotate(var(--rotate));
}
.bl_about__bg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  z-index: 0;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.bl_about__bg-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.bl_about__bg-fog {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 104%;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.bl_about__bg-fog img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-83%, -6%) scale(3.5);
}
.bl_about__bg-fog video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(3.5);
}
@media (min-width: 769px) {
  .bl_about__bg-fog {
    opacity: 0.9;
  }
  .bl_about__bg-fog img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    transform: translate(-17%, 0) scale(1.5);
  }
  .bl_about__bg-fog video {
    transform: translate(17%, 0) scale(1.8);
  }
}
.bl_about__inner {
  position: relative;
  z-index: 3;
}
.bl_about__meal02 {
  --rotate: -5deg;
  margin-top: calc(26.74 / var(--basic-vw) * 100vw);
  width: calc(123.8 / var(--basic-vw) * 100vw);
  margin-inline: 27% auto;
  transform: rotate(var(--rotate));
}
@media (min-width: 769px) {
  .bl_about__meal02 {
    position: absolute;
    bottom: 7%;
    right: 0;
    width: calc(254 / var(--basic-vw-pc) * 100vw);
    margin-inline: auto;
  }
}
.bl_about__bg-text-slider {
  position: absolute;
  width: calc(82 / var(--basic-vw) * 100vw);
  z-index: 1;
}
.bl_about__bg-text-slider.is_right {
  top: 0;
  right: 0;
}
.bl_about__bg-text-slider.is_left {
  --rotate: 180deg;
  top: 4%;
  left: 0;
  transform: rotate(var(--rotate));
}
@media (min-width: 769px) {
  .bl_about__bg-text-slider {
    width: calc(155 / var(--basic-vw-pc) * 100vw);
  }
  .bl_about__bg-text-slider.is_left {
    top: 6.5%;
    left: 0;
  }
}
.bl_about__decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.bl_about__decorations__inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bl_about__decorations__item {
  position: absolute;
  z-index: 1;
  width: auto;
  height: auto;
}
.bl_about__decorations .deco-01 {
  top: 4%;
  right: 15%;
  width: 17%;
}
.bl_about__decorations .deco-02 {
  --rotate: 150deg;
  width: 44%;
  top: -3.4%;
  left: -5%;
  transform: rotate(var(--rotate));
}
.bl_about__decorations .deco-03 {
  width: 21%;
  top: 73%;
  right: 15%;
}
.bl_about__decorations .deco-04 {
  width: 40%;
  top: 16%;
  left: 0%;
}
.bl_about__decorations .deco-05 {
  --rotate: -15deg;
  width: 27%;
  top: 20%;
  right: 2%;
  transform: rotate(var(--rotate));
}
.bl_about__decorations .deco-06 {
  --rotate: -5.58deg;
  width: 28%;
  top: 42%;
  left: -3.5%;
  transform: rotate(var(--rotate));
}
.bl_about__decorations .deco-07 {
  --rotate: 15deg;
  width: 24%;
  bottom: 21%;
  left: 2%;
  transform: rotate(var(--rotate));
}
.bl_about__decorations .deco-08 {
  --rotate: 4.54deg;
  width: 64%;
  bottom: -4.5%;
  right: -5%;
  transform: rotate(var(--rotate));
}
@media (min-width: 769px) {
  .bl_about__decorations .deco-01 {
    --rotate: 0deg;
    width: calc(110 / var(--basic-vw-pc) * 100vw);
    top: 6%;
    transform: rotate(var(--rotate));
  }
  .bl_about__decorations .deco-02 {
    --rotate: 164deg;
    width: calc(444 / var(--basic-vw-pc) * 100vw);
    top: -1%;
    left: -5%;
    transform: rotate(var(--rotate));
  }
  .bl_about__decorations .deco-03 {
    width: calc(144 / var(--basic-vw-pc) * 100vw);
    top: 53%;
    right: 22%;
  }
  .bl_about__decorations .deco-04 {
    width: calc(320 / var(--basic-vw-pc) * 100vw);
    top: 20%;
    left: 6%;
  }
  .bl_about__decorations .deco-05 {
    width: calc(253.5940247514 / var(--basic-vw-pc) * 100vw);
    top: 17%;
    right: 13%;
  }
  .bl_about__decorations .deco-06 {
    width: calc(268 / var(--basic-vw-pc) * 100vw);
    top: 45%;
    left: 5.5%;
  }
  .bl_about__decorations .deco-07 {
    width: calc(250 / var(--basic-vw-pc) * 100vw);
    bottom: 16%;
    left: 1%;
  }
  .bl_about__decorations .deco-08 {
    width: calc(600 / var(--basic-vw-pc) * 100vw);
    bottom: -7%;
  }
  .bl_about__decorations .deco-09 {
    width: calc(220 / var(--basic-vw-pc) * 100vw);
    top: 18%;
    right: -1%;
  }
}

.bl_event-before-divider-warpper {
  position: relative;
}

.bl_event-before-divider {
  position: relative;
  width: 100%;
  height: calc(80 / var(--basic-vw) * 100vw);
  overflow: hidden;
  margin-top: calc(-55 / var(--basic-vw) * 100vw);
  z-index: 1;
}
@media (min-width: 769px) {
  .bl_event-before-divider {
    height: calc(175 / var(--basic-vw-pc) * 100vw);
    margin-top: calc(-155 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_event-before-divider .el_divider {
  --translate-x: -59%;
  --translate-y: -50%;
  --rotate: 4.54deg;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(var(--translate-x), var(--translate-y)) rotate(var(--rotate));
  width: calc(1055 / var(--basic-vw) * 100vw);
  height: auto;
}
@media (min-width: 769px) {
  .bl_event-before-divider .el_divider {
    width: calc(2273.1393359246 / var(--basic-vw-pc) * 100vw);
  }
}

.bl_event {
  position: relative;
  z-index: 1;
}
.bl_event__kv-warpper {
  margin-top: calc(-80 / var(--basic-vw) * 100vw);
  padding-top: calc(40 / var(--basic-vw) * 100vw);
  width: 100%;
  height: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 75 / var(--basic-vw) * 100vw));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 75 / var(--basic-vw) * 100vw));
}
@media (min-width: 769px) {
  .bl_event__kv-warpper {
    -webkit-clip-path: polygon(0 0, 100% calc(200 / var(--basic-vw-pc) * 100vw), 100% 100%, 0 calc(100% - 245 / var(--basic-vw-pc) * 100vw));
            clip-path: polygon(0 0, 100% calc(200 / var(--basic-vw-pc) * 100vw), 100% 100%, 0 calc(100% - 245 / var(--basic-vw-pc) * 100vw));
    margin-top: calc(-267 / var(--basic-vw-pc) * 100vw);
    padding-top: calc(175 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_event__kv {
  width: 100%;
}
.bl_event__title {
  position: relative;
  height: 0;
  z-index: 3;
}
.bl_event__title__sub {
  --translate-x: -50%;
  --translate-y: -72%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(var(--translate-x), var(--translate-y));
  width: calc(323.6865539551 / var(--basic-vw) * 100vw);
  height: auto;
  z-index: 1;
}
@media (min-width: 769px) {
  .bl_event__title__sub {
    width: calc(760 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_event__title__main {
  --translate-x: -50%;
  --translate-y: -30%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(var(--translate-x), var(--translate-y));
  width: calc(237.7807617188 / var(--basic-vw) * 100vw);
  height: auto;
  z-index: 3;
}
@media (min-width: 769px) {
  .bl_event__title__main {
    width: calc(556 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_event__title__under-line {
  --translate-x: -50%;
  --rotate: 6.54deg;
  position: absolute;
  top: calc(20 / var(--basic-vw) * 100vw);
  left: 50%;
  transform: translate(var(--translate-x), var(--translate-y, 0)) rotate(var(--rotate));
  width: calc(265.8878829341 / var(--basic-vw) * 100vw);
  height: auto;
  z-index: 2;
}
@media (min-width: 769px) {
  .bl_event__title__under-line {
    top: calc(40 / var(--basic-vw-pc) * 100vw);
    width: calc(640 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_event__contents {
  position: relative;
  z-index: 3;
  padding: calc(40 / var(--basic-vw) * 100vw) calc(6 / var(--basic-vw) * 100vw) calc(120 / var(--basic-vw) * 100vw);
  margin-top: calc(-72 / var(--basic-vw) * 100vw);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35 / var(--basic-vw) * 100vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35 / var(--basic-vw) * 100vw), 0 100%);
  overflow: hidden;
}
@media (min-width: 769px) {
  .bl_event__contents {
    padding: calc(40 / var(--basic-vw-pc) * 100vw) calc(43 / var(--basic-vw-pc) * 100vw) calc(300 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_event__contents__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% calc(115 / var(--basic-vw) * 100vw), 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% calc(115 / var(--basic-vw) * 100vw), 100% 100%, 0 100%);
  z-index: -1;
  opacity: 0.4;
}
.bl_event__contents__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (min-width: 769px) {
  .bl_event__contents__bg {
    -webkit-clip-path: polygon(0 0, 100% calc(310 / var(--basic-vw-pc) * 100vw), 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% calc(310 / var(--basic-vw-pc) * 100vw), 100% 100%, 0 100%);
  }
  .bl_event__contents__bg img {
    width: 100%;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.bl_event__contents__decoration {
  position: absolute;
  top: 0;
  z-index: -1;
}
.bl_event__contents__decoration.deco-01 {
  --rotate: 180deg;
  top: 0;
  left: -54%;
  width: 70%;
  height: auto;
  transform: rotate(var(--rotate));
}
.bl_event__contents__decoration.deco-02 {
  --rotate: 87.56deg;
  top: 0;
  right: -40%;
  width: 65%;
  height: auto;
  transform: rotate(var(--rotate));
}
.bl_event__contents__decoration.deco-03 {
  --rotate: 7.85deg;
  top: 52.5%;
  right: 2%;
  width: calc(108 / var(--basic-vw) * 100vw);
  height: auto;
  transform: rotate(var(--rotate));
}
.bl_event__contents__decoration.deco-04 {
  --rotate: -23deg;
  top: 82%;
  left: 7%;
  width: 15%;
  height: auto;
  transform: rotate(var(--rotate));
  z-index: 2;
}
.bl_event__contents__decoration.deco-05 {
  --rotate: 2deg;
  top: unset;
  bottom: calc(-22 / var(--basic-vw) * 100vw);
  right: calc(-6 / var(--basic-vw) * 100vw);
  width: calc(230 / var(--basic-vw) * 100vw);
  height: auto;
  transform: rotate(var(--rotate));
}
.bl_event__contents__decoration.deco-05 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 769px) {
  .bl_event__contents__decoration.deco-01 {
    top: 6%;
    left: -8%;
    width: calc(413 / var(--basic-vw-pc) * 100vw);
  }
  .bl_event__contents__decoration.deco-02 {
    top: -10%;
    right: -8%;
    width: calc(381.4393265532 / var(--basic-vw-pc) * 100vw);
  }
  .bl_event__contents__decoration.deco-03 {
    width: calc(300 / var(--basic-vw-pc) * 100vw);
    top: 46%;
    right: 7%;
    --rotate: 0;
  }
  .bl_event__contents__decoration.deco-04 {
    display: none;
  }
  .bl_event__contents__decoration.deco-05 {
    width: calc(780 / var(--basic-vw-pc) * 100vw);
    top: unset;
    right: unset;
    left: -10%;
    bottom: calc(-134 / var(--basic-vw-pc) * 100vw);
    --rotate: 1deg;
  }
}
.bl_event__contents__text {
  font-size: calc(16.2 / var(--basic-vw) * 100vw);
  line-height: 1.6;
  font-weight: 500;
  color: var(--color-white);
}
@media (min-width: 769px) {
  .bl_event__contents__text {
    font-size: calc(32 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_event__contents__item {
  position: relative;
  margin-top: calc(30 / var(--basic-vw) * 100vw);
  padding: 0 calc(15 / var(--basic-vw) * 100vw);
  color: var(--color-white);
  font-weight: 500;
}
@media (min-width: 769px) {
  .bl_event__contents__item {
    margin-top: calc(20 / var(--basic-vw-pc) * 100vw);
    padding: 0 calc(90 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_event__contents__item__hgroup {
  width: calc(296 / var(--basic-vw) * 100vw);
}
.bl_event__contents__item__hgroup > * + * {
  margin-top: calc(23 / var(--basic-vw) * 100vw);
}
@media (min-width: 769px) {
  .bl_event__contents__item__hgroup > * + * {
    margin-top: calc(40 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_event__contents__item__hgroup p {
  font-size: calc(12 / var(--basic-vw) * 100vw);
  font-weight: 500;
}
@media (min-width: 769px) {
  .bl_event__contents__item__hgroup p {
    width: calc(467 / var(--basic-vw-pc) * 100vw);
    font-size: calc(21.45 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_event__contents__item__hgroup.is_right {
  margin-left: auto;
}
@media (min-width: 769px) {
  .bl_event__contents__item__hgroup.is_right p {
    margin-left: auto;
  }
}
.bl_event__contents__item__hgroup.is_left {
  margin-right: auto;
}
@media (min-width: 769px) {
  .bl_event__contents__item__hgroup {
    width: calc(648 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_event__contents__item__title {
  position: relative;
  display: block;
  width: calc(278.28 / var(--basic-vw) * 100vw);
  font-weight: 500;
  font-size: calc(28.37 / var(--basic-vw) * 100vw);
  line-height: 1.6;
  -webkit-text-stroke: 0.23em var(--color-black);
  -webkit-text-fill-color: var(--color-white);
  paint-order: stroke fill;
}
@media (min-width: 769px) {
  .bl_event__contents__item__title {
    width: calc(648 / var(--basic-vw-pc) * 100vw);
    font-size: calc(58.45 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_event__contents__item__title span {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.bl_event__contents__item__title::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: var(--color-white);
  z-index: 1;
  -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
          clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}
.bl_event__contents__item__title::after {
  --translate-x: 2%;
  --translate-y: 18%;
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  transform: translate(var(--translate-x), var(--translate-y));
  width: 100%;
  height: 70%;
  background-color: var(--color-black);
  -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
          clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  z-index: 0;
}
.bl_event__contents__item__link {
  margin-top: calc(10 / var(--basic-vw) * 100vw);
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .bl_event__contents__item__link {
    position: relative;
    z-index: -1;
    margin-top: calc(-200 / var(--basic-vw-pc) * 100vw);
    width: calc(717.6291881406 / var(--basic-vw-pc) * 100vw);
  }
  .bl_event__contents__item__link.is_left {
    margin-left: auto;
  }
}

.bl_campaign-before-divider-warpper {
  position: relative;
}

.bl_campaign-before-divider {
  position: relative;
  width: 100%;
  height: calc(80 / var(--basic-vw) * 100vw);
  overflow: hidden;
  margin-top: calc(-55 / var(--basic-vw) * 100vw);
  z-index: 1;
}
.bl_campaign-before-divider .el_divider {
  --translate-x: -45%;
  --translate-y: -50%;
  --rotate: -2deg;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(var(--translate-x), var(--translate-y)) rotate(var(--rotate));
  width: calc(1055 / var(--basic-vw) * 100vw);
  height: auto;
}
@media (min-width: 769px) {
  .bl_campaign-before-divider {
    margin-top: calc(-150 / var(--basic-vw-pc) * 100vw);
    height: calc(223 / var(--basic-vw-pc) * 100vw);
  }
  .bl_campaign-before-divider .el_divider {
    width: calc(2270.1112123533 / var(--basic-vw-pc) * 100vw);
  }
}

.bl_campaign {
  position: relative;
}
@media (min-width: 769px) {
  .bl_campaign .deco-01 {
    position: absolute;
    bottom: calc(240 / var(--basic-vw-pc) * 100vw);
    left: calc(60 / var(--basic-vw-pc) * 100vw);
    width: calc(110 / var(--basic-vw-pc) * 100vw);
  }
}
@media (min-width: 769px) {
  .bl_campaign .deco-02 {
    position: absolute;
    bottom: calc(100 / var(--basic-vw-pc) * 100vw);
    right: 0;
    width: calc(300 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_campaign__title {
  position: relative;
  height: 0;
  z-index: 3;
}
.bl_campaign__title__sub {
  --translate-x: 0%;
  --translate-y: -72%;
  position: absolute;
  top: calc(-85 / var(--basic-vw) * 100vw);
  left: calc(17.09 / var(--basic-vw) * 100vw);
  transform: translate(var(--translate-x), var(--translate-y));
  width: calc(209.2895507813 / var(--basic-vw) * 100vw);
  height: auto;
  z-index: 1;
}
@media (min-width: 769px) {
  .bl_campaign__title__sub {
    width: calc(491.4307861328 / var(--basic-vw-pc) * 100vw);
    top: calc(-175 / var(--basic-vw-pc) * 100vw);
    left: calc(80.85 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_campaign__title__main {
  --translate-x: 0%;
  --translate-y: -30%;
  position: absolute;
  top: calc(-85 / var(--basic-vw) * 100vw);
  left: calc(17.09 / var(--basic-vw) * 100vw);
  transform: translate(var(--translate-x), var(--translate-y));
  width: calc(290.5623474121 / var(--basic-vw) * 100vw);
  height: auto;
  z-index: 3;
}
@media (min-width: 769px) {
  .bl_campaign__title__main {
    width: calc(1052.7810058594 / var(--basic-vw-pc) * 100vw);
    top: calc(-198 / var(--basic-vw-pc) * 100vw);
    left: calc(80.85 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_campaign__title__under-line {
  --translate-x: 0%;
  --rotate: -6.54deg;
  position: absolute;
  top: calc(-60 / var(--basic-vw) * 100vw);
  left: 0;
  transform: translate(var(--translate-x), var(--translate-y, 0)) rotate(var(--rotate));
  width: calc(315.8878829341 / var(--basic-vw) * 100vw);
  height: calc(27.0710167715 / var(--basic-vw) * 100vw);
  z-index: 2;
  overflow: hidden;
}
.bl_campaign__title__under-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 769px) {
  .bl_campaign__title__under-line {
    width: calc(1162.2407423971 / var(--basic-vw-pc) * 100vw);
    top: calc(-140 / var(--basic-vw-pc) * 100vw);
    left: calc(54.85 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_campaign__slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 calc(60 / var(--basic-vw) * 100vw), 100% calc(20 / var(--basic-vw) * 100vw), 100% calc(100% - 20 / var(--basic-vw) * 100vw), 0 calc(100% - 40 / var(--basic-vw) * 100vw));
          clip-path: polygon(0 calc(60 / var(--basic-vw) * 100vw), 100% calc(20 / var(--basic-vw) * 100vw), 100% calc(100% - 20 / var(--basic-vw) * 100vw), 0 calc(100% - 40 / var(--basic-vw) * 100vw));
  z-index: 0;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .bl_campaign__slider-wrapper {
    -webkit-clip-path: polygon(0 calc(120 / var(--basic-vw-pc) * 100vw), 100% calc(70 / var(--basic-vw-pc) * 100vw), 100% calc(100% - 70 / var(--basic-vw-pc) * 100vw), 0 calc(100% - 120 / var(--basic-vw-pc) * 100vw));
            clip-path: polygon(0 calc(120 / var(--basic-vw-pc) * 100vw), 100% calc(70 / var(--basic-vw-pc) * 100vw), 100% calc(100% - 70 / var(--basic-vw-pc) * 100vw), 0 calc(100% - 120 / var(--basic-vw-pc) * 100vw));
  }
}
.bl_campaign__slider-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.bl_campaign__slider01 {
  transform: rotate(3.5deg);
}
.bl_campaign__slider02 {
  transform: rotate(-6.34deg);
  scale: 1.1;
}
.bl_campaign__slider03 {
  transform: rotate(-3.5deg);
}
.bl_campaign__slider04 {
  transform: rotate(-4.53deg);
}
.bl_campaign__slider05 {
  transform: rotate(1.97deg);
}
.bl_campaign__slider06 {
  transform: rotate(3.5deg);
}
.bl_campaign__slider07 {
  transform: rotate(6.34deg);
  scale: 1.1;
}
.bl_campaign__slider08 {
  transform: rotate(-3.5deg);
}
.bl_campaign__inner {
  position: relative;
  z-index: 2;
  width: calc(370 / var(--basic-vw) * 100vw);
  margin-inline: auto;
  color: var(--color-white);
}
@media (min-width: 769px) {
  .bl_campaign__inner {
    width: calc(1100 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_campaign__inner__text {
  width: calc(349 / var(--basic-vw) * 100vw);
  margin-top: calc(30 / var(--basic-vw) * 100vw);
  margin-inline: auto;
  font-size: calc(12 / var(--basic-vw) * 100vw);
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
  -webkit-text-stroke: 0.4em var(--color-black);
  -webkit-text-fill-color: var(--color-white);
  paint-order: stroke fill;
}
@media (min-width: 769px) {
  .bl_campaign__inner__text {
    margin-top: calc(30 / var(--basic-vw-pc) * 100vw);
    width: calc(770 / var(--basic-vw-pc) * 100vw);
    font-size: calc(18 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_campaign__button-wrapper {
  position: absolute;
  bottom: calc(10 / var(--basic-vw) * 100vw);
  left: 0;
  width: 100%;
  height: auto;
  margin-top: calc(30 / var(--basic-vw) * 100vw);
  z-index: 2;
}
.bl_campaign__button {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(5 / var(--basic-vw) * 100vw);
  margin-inline: auto;
  padding-block: calc(15 / var(--basic-vw) * 100vw) calc(15 / var(--basic-vw) * 100vw);
  padding-inline: calc(70 / var(--basic-vw) * 100vw);
  width: -moz-max-content;
  width: max-content;
  height: auto;
  font-family: var(--font-family-dela-gothic-one) !important;
  font-weight: 400;
  text-align: center;
  background-color: var(--color-red);
  border: calc(4 / var(--basic-vw) * 100vw) solid var(--color-white);
  border-radius: 9999px;
  color: var(--color-white);
}
.bl_campaign__button__text {
  font-size: calc(34.36 / var(--basic-vw) * 100vw);
  line-height: 1;
}
.bl_campaign__button__arrow {
  padding-bottom: 0.15em;
  font-size: calc(30.77 / var(--basic-vw) * 100vw);
  line-height: 1;
}
.bl_campaign__button__img {
  position: absolute;
  bottom: calc(-7 / var(--basic-vw) * 100vw);
  right: calc(-30 / var(--basic-vw) * 100vw);
  width: calc(115 / var(--basic-vw) * 100vw);
  height: auto;
}
@media (min-width: 769px) {
  .bl_campaign__button {
    border-width: calc(8 / var(--basic-vw-pc) * 100vw);
    padding-block: calc(27 / var(--basic-vw-pc) * 100vw);
    padding-inline: calc(120 / var(--basic-vw-pc) * 100vw);
    gap: calc(10 / var(--basic-vw-pc) * 100vw);
  }
  .bl_campaign__button__text {
    font-size: calc(62.76 / var(--basic-vw-pc) * 100vw);
  }
  .bl_campaign__button__arrow {
    font-size: calc(56.21 / var(--basic-vw-pc) * 100vw);
  }
  .bl_campaign__button__img {
    width: calc(230 / var(--basic-vw-pc) * 100vw);
    bottom: calc(-20 / var(--basic-vw-pc) * 100vw);
    right: calc(-55 / var(--basic-vw-pc) * 100vw);
  }
}

.bl_campaign-after-divider-warpper {
  position: relative;
  margin-top: calc(30 / var(--basic-vw) * 100vw);
  z-index: 1;
}
@media (min-width: 769px) {
  .bl_campaign-after-divider-warpper {
    margin-top: 0;
  }
}

.bl_campaign-after-divider {
  position: relative;
  width: 100%;
  height: calc(80 / var(--basic-vw) * 100vw);
  overflow: hidden;
}
.bl_campaign-after-divider .el_divider {
  --translate-x: -55%;
  --translate-y: -50%;
  --rotate: 186.5deg;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(var(--translate-x), var(--translate-y)) rotate(var(--rotate));
  width: calc(1055 / var(--basic-vw) * 100vw);
  height: auto;
}
@media (min-width: 769px) {
  .bl_campaign-after-divider {
    height: calc(223 / var(--basic-vw-pc) * 100vw);
  }
  .bl_campaign-after-divider .el_divider {
    width: calc(2270.1112123533 / var(--basic-vw-pc) * 100vw);
  }
}

#meals {
  scroll-margin-top: calc(-40 / var(--basic-vw) * 100vw);
}
@media (min-width: 769px) {
  #meals {
    scroll-margin-top: calc(-100 / var(--basic-vw-pc) * 100vw);
  }
}

.bl_meals-info {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(550.5 / var(--basic-vw) * 100vw);
  padding-block: calc(80 / var(--basic-vw) * 100vw);
  margin-top: calc(-43 / var(--basic-vw) * 100vw);
  -webkit-clip-path: polygon(0 0, 100% calc(15 / var(--basic-vw) * 100vw), 100% calc(100% - 25 / var(--basic-vw) * 100vw), 0 100%);
          clip-path: polygon(0 0, 100% calc(15 / var(--basic-vw) * 100vw), 100% calc(100% - 25 / var(--basic-vw) * 100vw), 0 100%);
}
@media (min-width: 769px) {
  .bl_meals-info {
    scroll-margin-top: calc(-80 / var(--basic-vw-pc) * 100vw);
    height: calc(1200 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_meals-info__bg {
  position: absolute;
  top: 60%;
  left: 0%;
  width: calc(1263 / var(--basic-vw) * 100vw);
  height: 130%;
  background-image: url("../images/kv.png");
  background-size: 33.3%;
  background-position: top left;
  background-repeat: repeat;
  opacity: 0.2;
  transform: translate(-50%, -50%) rotate(-6deg);
}
@media (min-width: 769px) {
  .bl_meals-info__bg {
    height: 100%;
    background-size: 15%;
    background-position: center;
    background-repeat: repeat;
  }
}
.bl_meals-info__title {
  position: relative;
  width: calc(332 / var(--basic-vw) * 100vw);
  margin-inline: auto;
  height: auto;
  z-index: 1;
}
.bl_meals-info__title__text {
  position: relative;
  z-index: 1;
}
.bl_meals-info__title__underline {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 0;
}
.bl_meals-info__title__underline.is_first {
  top: 30%;
  left: -5%;
  width: 80%;
  height: auto;
  transform: rotate(4.5deg);
}
.bl_meals-info__title__underline.is_second {
  bottom: 5%;
  right: -5%;
  width: 95%;
  height: calc(43 / var(--basic-vw) * 100vw);
  overflow: hidden;
  transform: rotate(6deg);
}
@media (min-width: 769px) {
  .bl_meals-info__title {
    width: calc(900 / var(--basic-vw-pc) * 100vw);
    margin-inline: auto calc(60 / var(--basic-vw-pc) * 100vw);
  }
  .bl_meals-info__title__underline.is_first {
    top: calc(100 / var(--basic-vw-pc) * 100vw);
    left: calc(-20 / var(--basic-vw-pc) * 100vw);
    width: calc(600 / var(--basic-vw-pc) * 100vw);
    height: auto;
  }
  .bl_meals-info__title__underline.is_second {
    bottom: calc(0 / var(--basic-vw-pc) * 100vw);
    right: calc(-25 / var(--basic-vw-pc) * 100vw);
    width: calc(840 / var(--basic-vw-pc) * 100vw);
    height: auto;
  }
}
.bl_meals-info__inner {
  position: relative;
  z-index: 2;
  width: calc(370 / var(--basic-vw) * 100vw);
  margin-inline: auto;
}
.bl_meals-info__inner__comming-soon-text {
  margin-top: calc(10 / var(--basic-vw) * 100vw);
  font-size: calc(16.23 / var(--basic-vw) * 100vw);
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  color: var(--color-white);
}
@media (min-width: 769px) {
  .bl_meals-info__inner__comming-soon-text {
    margin-top: calc(40 / var(--basic-vw-pc) * 100vw);
    font-size: calc(32 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_meals-info__decoration {
  position: absolute;
  z-index: 1;
}
.bl_meals-info__decoration.deco-01 {
  top: calc(120 / var(--basic-vw) * 100vw);
  left: 0;
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-01 {
    top: calc(40 / var(--basic-vw-pc) * 100vw);
    left: calc(30 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_meals-info__decoration.deco-02 {
  top: calc(100 / var(--basic-vw) * 100vw);
  left: 33%;
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-02 {
    top: calc(180 / var(--basic-vw-pc) * 100vw);
    left: 38%;
  }
}
.bl_meals-info__decoration.deco-03 {
  top: calc(86 / var(--basic-vw) * 100vw);
  right: -10%;
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-03 {
    top: calc(-10 / var(--basic-vw-pc) * 100vw);
    right: calc(-30 / var(--basic-vw-pc) * 100vw);
    transform: rotate(9deg);
  }
}
.bl_meals-info__decoration.deco-04 {
  top: calc(165 / var(--basic-vw) * 100vw);
  left: 2%;
  width: calc(45 / var(--basic-vw) * 100vw);
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-04 {
    top: calc(170 / var(--basic-vw-pc) * 100vw);
    left: calc(100 / var(--basic-vw-pc) * 100vw);
    width: calc(140 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_meals-info__decoration.deco-05 {
  z-index: 0;
  top: 0;
  right: 2%;
  width: calc(235 / var(--basic-vw) * 100vw);
  transform: rotate(8deg);
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-05 {
    width: calc(660 / var(--basic-vw-pc) * 100vw);
    top: calc(10 / var(--basic-vw-pc) * 100vw);
    right: calc(-10 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_meals-info__decoration.deco-06 {
  bottom: calc(-60 / var(--basic-vw) * 100vw);
  left: -9%;
  width: 78%;
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-06 {
    width: calc(680 / var(--basic-vw-pc) * 100vw);
    bottom: calc(-155 / var(--basic-vw-pc) * 100vw);
    left: -11%;
  }
}
.bl_meals-info__decoration.deco-07 {
  bottom: calc(0 / var(--basic-vw) * 100vw);
  right: -3%;
  width: 45%;
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-07 {
    width: calc(370 / var(--basic-vw-pc) * 100vw);
    right: 0%;
    bottom: calc(80 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_meals-info__decoration.deco-08 {
  --rotate: 0deg;
  bottom: 20%;
  left: 44%;
  width: 12%;
  transform: rotate(var(--rotate));
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-08 {
    width: calc(120 / var(--basic-vw-pc) * 100vw);
    left: 30%;
    bottom: calc(190 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_meals-info__decoration.deco-01 > .bl_meals-info__decoration__inner {
  position: relative;
}
.bl_meals-info__decoration.deco-01 > .bl_meals-info__decoration__inner .img-01 {
  position: absolute;
  top: calc(-60 / var(--basic-vw) * 100vw);
  left: calc(-12 / var(--basic-vw) * 100vw);
  width: calc(70 / var(--basic-vw) * 100vw);
  height: auto;
}
.bl_meals-info__decoration.deco-01 > .bl_meals-info__decoration__inner .img-02 {
  width: calc(130 / var(--basic-vw) * 100vw);
  height: auto;
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-01 > .bl_meals-info__decoration__inner .img-01 {
    top: calc(-160 / var(--basic-vw-pc) * 100vw);
    left: calc(-30 / var(--basic-vw-pc) * 100vw);
    width: calc(180 / var(--basic-vw-pc) * 100vw);
    transform: rotate(5deg);
    height: auto;
  }
  .bl_meals-info__decoration.deco-01 > .bl_meals-info__decoration__inner .img-02 {
    width: calc(353 / var(--basic-vw-pc) * 100vw);
    height: auto;
  }
}
.bl_meals-info__decoration.deco-02 > .bl_meals-info__decoration__inner {
  position: relative;
}
.bl_meals-info__decoration.deco-02 > .bl_meals-info__decoration__inner .img-01 {
  position: absolute;
  top: calc(-15 / var(--basic-vw) * 100vw);
  left: calc(-8 / var(--basic-vw) * 100vw);
  width: calc(70 / var(--basic-vw) * 100vw);
  height: auto;
  transform: rotate(-15deg);
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-02 > .bl_meals-info__decoration__inner .img-01 {
    top: calc(-30 / var(--basic-vw-pc) * 100vw);
    left: calc(0 / var(--basic-vw-pc) * 100vw);
    width: calc(180 / var(--basic-vw-pc) * 100vw);
    transform: rotate(-15deg);
    height: auto;
  }
}
.bl_meals-info__decoration.deco-02 > .bl_meals-info__decoration__inner .img-02 {
  width: calc(130 / var(--basic-vw) * 100vw);
  height: auto;
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-02 > .bl_meals-info__decoration__inner .img-02 {
    width: calc(317 / var(--basic-vw-pc) * 100vw);
    height: auto;
  }
}
.bl_meals-info__decoration.deco-02 > .bl_meals-info__decoration__inner .img-03 {
  position: absolute;
  top: calc(-55 / var(--basic-vw) * 100vw);
  right: calc(-50 / var(--basic-vw) * 100vw);
  width: calc(110 / var(--basic-vw) * 100vw);
  height: auto;
  transform: rotate(5deg);
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-02 > .bl_meals-info__decoration__inner .img-03 {
    top: calc(-90 / var(--basic-vw-pc) * 100vw);
    right: calc(-140 / var(--basic-vw-pc) * 100vw);
    width: calc(250 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_meals-info__decoration.deco-02 > .bl_meals-info__decoration__inner .img-04 {
  position: absolute;
  bottom: calc(-25 / var(--basic-vw) * 100vw);
  right: calc(-10 / var(--basic-vw) * 100vw);
  width: calc(30 / var(--basic-vw) * 100vw);
  height: auto;
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-02 > .bl_meals-info__decoration__inner .img-04 {
    bottom: calc(-40 / var(--basic-vw-pc) * 100vw);
    right: calc(-80 / var(--basic-vw-pc) * 100vw);
    width: calc(60 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_meals-info__decoration.deco-03 > .bl_meals-info__decoration__inner {
  position: relative;
}
.bl_meals-info__decoration.deco-03 > .bl_meals-info__decoration__inner .img-01 {
  width: calc(140 / var(--basic-vw) * 100vw);
  height: auto;
}
@media (min-width: 769px) {
  .bl_meals-info__decoration.deco-03 > .bl_meals-info__decoration__inner .img-01 {
    width: calc(380 / var(--basic-vw-pc) * 100vw);
    height: auto;
  }
}
.bl_meals-info__decoration__inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bl_news-before-divider-warpper {
  position: relative;
}

.bl_news-before-divider {
  position: relative;
  width: 100%;
  height: calc(80 / var(--basic-vw) * 100vw);
  overflow: hidden;
  margin-top: calc(-35 / var(--basic-vw) * 100vw);
  z-index: 1;
}
@media (min-width: 769px) {
  .bl_news-before-divider {
    height: calc(230 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_news-before-divider .el_divider {
  --translate-x: -59%;
  --translate-y: -50%;
  --rotate: -6deg;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(var(--translate-x), var(--translate-y)) rotate(var(--rotate)) scale(-1, 1);
  width: calc(1055 / var(--basic-vw) * 100vw);
  height: auto;
}
@media (min-width: 769px) {
  .bl_news-before-divider .el_divider {
    width: calc(2800 / var(--basic-vw-pc) * 100vw);
  }
}

.bl_news {
  position: relative;
  z-index: 0;
  padding-bottom: calc(80 / var(--basic-vw) * 100vw);
  padding-top: calc(70 / var(--basic-vw) * 100vw);
  margin-top: calc(-54 / var(--basic-vw) * 100vw);
  -webkit-clip-path: polygon(0 calc(15 / var(--basic-vw) * 100vw), 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 calc(15 / var(--basic-vw) * 100vw), 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 769px) {
  .bl_news {
    padding-bottom: calc(140 / var(--basic-vw-pc) * 100vw);
    padding-top: calc(110 / var(--basic-vw-pc) * 100vw);
    margin-top: calc(-164 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_news__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 54 / var(--basic-vw) * 100vw);
  overflow: hidden;
}
.bl_news__bg__img {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.bl_news__bg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.bl_news__bg__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.bl_news__title {
  position: relative;
  width: calc(130 / var(--basic-vw) * 100vw);
  margin-inline: auto;
  height: auto;
  z-index: 1;
}
@media (min-width: 769px) {
  .bl_news__title {
    width: calc(370 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_news__title__text {
  position: relative;
  z-index: 1;
}
.bl_news__title__underline {
  position: absolute;
  top: calc(20 / var(--basic-vw) * 100vw);
  left: -2%;
  width: 110%;
  height: auto;
  z-index: 0;
  transform: rotate(-6.5deg);
}
.bl_news__decoration {
  position: absolute;
  top: calc(50 / var(--basic-vw) * 100vw);
  right: 20%;
  width: calc(20 / var(--basic-vw) * 100vw);
  height: auto;
}
@media (min-width: 769px) {
  .bl_news__decoration {
    top: 20%;
    right: 28%;
    width: calc(50 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_news__inner {
  margin-top: calc(30 / var(--basic-vw) * 100vw);
}
@media (min-width: 769px) {
  .bl_news__inner {
    margin-top: calc(60 / var(--basic-vw-pc) * 100vw);
  }
}
.bl_news__list {
  width: 100%;
}
.bl_news__list__item__text {
  font-size: calc(12 / var(--basic-vw) * 100vw);
  line-height: 1.6;
  font-weight: 500;
  color: var(--color-white);
  width: 100%;
}
.bl_news__list__item__text time {
  font-weight: 900;
}
@media (min-width: 769px) {
  .bl_news__list__item__text {
    text-align: center;
    font-size: calc(16 / var(--basic-vw-pc) * 100vw);
  }
}

.h_d-none-pc {
  display: block;
}
@media (min-width: 769px) {
  .h_d-none-pc {
    display: none !important;
  }
}

.h_d-none-sp {
  display: none;
}
@media (min-width: 769px) {
  .h_d-none-sp {
    display: block !important;
  }
}

.h_br-none-pc {
  display: inline;
}
@media (min-width: 769px) {
  .h_br-none-pc {
    display: none !important;
  }
}

.h_br-none-sp {
  display: none;
}
@media (min-width: 769px) {
  .h_br-none-sp {
    display: inline !important;
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(2px);
  }
}
.animation-shake {
  animation: shake 0.5s ease-in-out infinite;
}

.animation-shake img,
img.animation-shake {
  animation: shake 0.5s ease-in-out infinite;
}

.animation-shake.animation-fade-up {
  animation: shake 0.5s ease-in-out infinite, fadeUp 0.55s ease-out forwards;
}

.animation-shake.animation-fade-scale-up {
  animation: shake 0.5s ease-in-out infinite, fadeScaleUp 0.35s ease-out forwards;
}

.animation-shake.animation-slide-from-right {
  animation: shake 0.5s ease-in-out infinite, slideFromRight 0.8s ease-out forwards;
}

.animation-shake.animation-slide-from-left {
  animation: shake 0.5s ease-in-out infinite, slideFromLeft 0.8s ease-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: var(--final-opacity, 1);
    transform: translateY(0);
  }
}
.animation-fade-up {
  opacity: 0;
  animation: fadeUp 0.8s ease-out forwards;
  animation-play-state: paused;
}

.animation-fade-up img,
img.animation-fade-up {
  opacity: 0;
  animation: fadeUp 0.8s ease-out forwards;
  animation-play-state: paused;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeScaleUp-forBG {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
}
@keyframes slideFromRightClip {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%); /* 最初は左100%カット（右から始まるので左側を隠す） */
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0); /* カットを解除 */
  }
}
@keyframes slideFromLeftClip {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0); /* 最初は右100%カット（左から始まるので右側を隠す） */
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0); /* カットを解除 */
  }
}
.animation-fade-in {
  opacity: 0;
  animation: fadeIn 0.6s ease-out forwards;
  animation-play-state: paused;
}

.animation-fade-in img,
img.animation-fade-in {
  opacity: 0;
  animation: fadeIn 0.6s ease-out forwards;
  animation-play-state: paused;
}

.animation-fade-scale-up {
  opacity: 0;
  animation: fadeScaleUp 0.55s ease-out forwards;
  animation-play-state: paused;
}
.bl_event__contents__bg .animation-fade-scale-up {
  animation: fadeScaleUp-forBG 0.55s ease-out forwards;
}

.animation-fade-scale-up img,
img.animation-fade-scale-up {
  opacity: 0;
  animation: fadeScaleUp 0.55s ease-out forwards;
  animation-play-state: paused;
}

.animation-slide-from-right {
  overflow: hidden;
  transform: translateX(100%);
  animation: slideFromRight 0.8s ease-out forwards;
  animation-play-state: paused;
}

.animation-slide-from-right img,
img.animation-slide-from-right {
  transform: translateX(100%);
  animation: slideFromRight 0.8s ease-out forwards;
  animation-play-state: paused;
}

.animation-slide-from-left {
  overflow: hidden;
  transform: translateX(-100%);
  animation: slideFromLeft 0.8s ease-out forwards;
  animation-play-state: paused;
}

.animation-slide-from-left img,
img.animation-slide-from-left {
  transform: translateX(-100%);
  animation: slideFromLeft 0.8s ease-out forwards;
  animation-play-state: paused;
}

.animation-slide-from-right-clip {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%); /* 左100%カット（右から始まるので左側を隠す） */
  animation: slideFromRightClip 0.8s ease-out forwards;
}

.animation-slide-from-right-clip img,
img.animation-slide-from-right-clip {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%); /* 左100%カット（右から始まるので左側を隠す） */
  animation: slideFromRightClip 0.8s ease-out forwards;
}

.animation-slide-from-left-clip {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0); /* 右100%カット（左から始まるので右側を隠す） */
  animation: slideFromLeftClip 0.8s ease-out forwards;
}

.animation-slide-from-left-clip img,
img.animation-slide-from-left-clip {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0); /* 右100%カット（左から始まるので右側を隠す） */
  animation: slideFromLeftClip 0.8s ease-out forwards;
}

.animation-duration-fast {
  animation-duration: 0.3s !important;
}

.animation-duration-normal {
  animation-duration: 0.5s !important;
}

.animation-duration-slow {
  animation-duration: 0.8s !important;
}

.animation-duration-slower {
  animation-duration: 1.2s !important;
}

.animation-duration-slowest {
  animation-duration: 1.5s !important;
}

.animation-delay-1 {
  animation-delay: 0.1s;
}

.animation-delay-2 {
  animation-delay: 0.2s;
}

.animation-delay-3 {
  animation-delay: 0.3s;
}

.animation-delay-4 {
  animation-delay: 0.4s;
}

.animation-delay-5 {
  animation-delay: 0.5s;
}

.animation-delay-6 {
  animation-delay: 0.6s;
}

.animation-delay-7 {
  animation-delay: 0.7s;
}

.animation-delay-8 {
  animation-delay: 0.8s;
}

.animation-delay-9 {
  animation-delay: 0.9s;
}

.animation-delay-10 {
  animation-delay: 1s;
}/*# sourceMappingURL=app.css.map */