.top-section {
  width: 100%;
  position: relative;
  background-color: rgb(241, 255, 158);
  padding-bottom: 100px;
}
.top-section .top-section__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 911px;
}
.top-section .top-section__inner picture {
  height: 911px;
  width: 100%;
}
.top-section .top-section__inner picture img {
  height: 100%;
}
.top-section .top-section__inner .top-section__title {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  bottom: 20%;
}
.top-section .top-section__inner .top-section__title span {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  background-color: var(--orange, #ff8306);
  padding: 1px 15px;
}
.top-section .top-logo {
  position: absolute;
  bottom: 0px;
  right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 21;
}
.top-section .top-logo img {
  height: auto;
  width: 60%;
}
.top-section::before {
  position: absolute;
  content: "";
  background-image: url(../image/yellow-wave-under.svg);
  height: 100%;
  width: 100%;
  background-size: contain;
  bottom: -10vw;
  z-index: 20;
  background-position: bottom;
}

.second-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10vw 10vw;
  margin-top: 10vw;
  flex-direction: column;
}
.second-section .second-section__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
}
.second-section .second-section__inner .second-section__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
}

.about-section {
  background-color: var(--orange, #ff8306);
  padding: 20vw 10vw;
  margin-top: -20vw;
  padding-bottom: 5vw;
  position: relative;
  color: #fff;
}
.about-section h2 {
  margin-bottom: 3vw;
}
.about-section .more.b {
  color: #ff8306;
}
.about-section .more.b:hover {
  background-color: #f1ff9e !important;
  color: black !important;
}

.event-section {
  position: relative;
  background: url(../image/pixta_70680556_M.jpg) no-repeat center;
  padding: 20vw 0vw;
  top: -1px;
  background-size: cover;
  height: 100%;
}
.event-section .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas: "a b c" "d e e";
  justify-items: center;
}
.event-section .wrapper div {
  height: -moz-min-content;
  height: min-content;
  display: flex;
  align-items: center;
  position: relative;
}
.event-section .wrapper div img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.event-section .wrapper div.a {
  grid-area: a;
}
.event-section .wrapper div.a img {
  height: 710px;
  width: auto;
}
.event-section .wrapper div.b {
  grid-area: b;
}
.event-section .wrapper div.b img {
  height: auto;
  width: 628.73px;
}
.event-section .wrapper div.c {
  grid-area: d;
}
.event-section .wrapper div.c img {
  width: auto;
  height: 834.23px;
}
.event-section .wrapper div.d {
  grid-area: c;
}
.event-section .wrapper div.d img {
  width: 694.19px;
  height: auto;
}
.event-section .wrapper div.e {
  grid-area: e;
}
.event-section .wrapper div.e img {
  height: auto;
  width: 836.4px;
}
.event-section::before {
  content: "";
  position: absolute;
  background-image: url(../image/orenge-under-b.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  top: -1px;
  left: 0;
  background-position: top;
}
.event-section::after {
  content: "";
  position: absolute;
  background-image: url(../image/down-arrow-wo.svg);
  width: 100%;
  height: 100px;
  background-size: contain;
  bottom: 15vw;
  left: 50%;
  z-index: 10;
}

.business-section {
  background-color: #f1ff9e;
  text-align: center;
  padding: 20vw 20px;
  margin-bottom: -20vw;
  margin-top: -20vw;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.business-section h2 {
  color: #ff8306;
}
.business-section .business-card {
  position: relative;
  display: inline-block;
  margin: 15px 10px;
}
.business-section .business-card img {
  width: 100%;
  height: auto;
  border: 20px solid white;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.business-section .business-card .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.business-section .business-card .text span.en {
  font-size: 48px;
  font-family: "Square Peg";
  color: #fff100;
}
.business-section .business-card .text p {
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
}

.shop-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1dvh;
  background-color: #fff;
  flex-direction: column;
  padding: 20vw 20px;
  margin-top: -15vw;
}
.shop-section .shop-section__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  width: 100%;
  gap: 4vw;
  padding: 5%;
}
.shop-section .shop-section__inner .shop-card {
  height: 100%;
}
.shop-section .shop-section__inner .shop-card img {
  border-radius: 5px;
}
.shop-section .shop-section__inner .shop-card .shop-text h3 {
  font-size: 36px;
  color: var(--orange, #ff8306);
  letter-spacing: normal;
}
.shop-section .shop-section__inner .shop-card .shop-text p {
  font-size: 30px;
  color: var(--orange, #ff8306);
  letter-spacing: normal;
}

.recruit-section {
  background: url(../image/recruit-back.png) no-repeat center;
  background-size: cover;
  padding: 20vw 10vw;
  margin-top: -15vw;
  position: relative;
}
.recruit-section h2 {
  color: white;
}
.recruit-section .wrapper {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 5px;
  padding: 10vw 10vw;
  padding-bottom: 12vw;
  gap: 4vw;
  position: relative;
  z-index: 10;
}
.recruit-section .wrapper .icon-card .icon {
  background-color: var(--orange, #ff8306);
  padding: 5px;
  border-radius: 5px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit-section .wrapper .icon-card img {
  max-height: 165px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.recruit-section .wrapper .icon-card p {
  color: black;
  font-size: 32px;
  letter-spacing: normal;
  text-align: center;
}
.recruit-section .wrapper .icon-card:hover {
  transform: scale(1.1) rotate(3deg);
  filter: brightness(1.2);
}
.recruit-section .more {
  margin-top: -20px;
  position: relative;
  z-index: 15;
}
.recruit-section::before {
  content: "";
  position: absolute;
  background-image: url(../image/white-wave-under.svg);
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: contain;
  top: -1px;
  left: 0;
}

@media (max-width: 768px) {
  .top-section {
    width: 100%;
    position: relative;
    background-color: rgb(241, 255, 158);
    padding-bottom: 100px;
  }
  .top-section .top-section__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }
  .top-section .top-section__inner picture {
    height: 442px;
    width: 100%;
  }
  .top-section .top-section__inner picture img {
    height: 100%;
  }
  .top-section .top-section__inner .top-section__title {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    bottom: 20%;
  }
  .top-section .top-section__inner .top-section__title span {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    background-color: var(--orange, #ff8306);
    padding: 1px 15px;
  }
  .top-section .top-logo {
    bottom: 20px;
    right: 0px;
    justify-content: center;
  }
  .top-section .top-logo img {
    width: 100%;
  }
  .second-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    margin-top: 30px;
    flex-direction: column;
  }
  .second-section .second-section__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
  }
  .second-section .second-section__inner .second-section__title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: normal;
  }
  .about-section {
    background-color: var(--orange, #ff8306);
    padding: 20vw 20px;
    margin-top: -20vw;
    position: relative;
    color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  }
  .event-section {
    position: relative;
    background: url(../image/pixta_70680556_M.jpg) no-repeat center;
    padding: 20vw s0px;
    margin-top: -20vw;
    padding-bottom: 0vw;
  }
  .event-section .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "a b" "c d" "c f";
  }
  .event-section .wrapper div {
    height: -moz-min-content;
    height: min-content;
    display: flex;
    align-items: center;
    position: relative;
  }
  .event-section .wrapper div img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
  .event-section .wrapper div.a {
    grid-area: a;
    margin-top: 3vw;
  }
  .event-section .wrapper div.a img {
    height: 222px;
    width: auto;
  }
  .event-section .wrapper div.b {
    grid-area: b;
    margin-top: 15vw;
  }
  .event-section .wrapper div.b img {
    height: 155px;
    width: auto;
  }
  .event-section .wrapper div.c {
    grid-area: c;
    margin-left: -15vw;
    margin-top: 5vw;
  }
  .event-section .wrapper div.c img {
    height: 238.15px;
    width: auto;
  }
  .event-section .wrapper div.d {
    grid-area: d;
    margin-top: -5vw;
  }
  .event-section .wrapper div.d img {
    height: 178.88px;
    width: auto;
  }
  .event-section .wrapper div.e {
    grid-area: f;
    margin-top: -15vw;
    margin-left: 5vw;
  }
  .event-section .wrapper div.e img {
    height: 165.5px;
    width: auto;
  }
  .event-section::before {
    content: "";
    position: absolute;
    background-image: url(../image/orenge-under-b.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    top: -1px;
    left: 0;
  }
  .event-section::after {
    content: "";
    position: absolute;
    background-image: url(../image/down-arrow-wo.svg);
    width: 100%;
    height: 60px;
    background-size: contain;
    bottom: 20px;
    left: 45%;
    z-index: 10;
  }
  .business-section {
    background-color: #f1ff9e;
    text-align: center;
    padding: 20vw 20px;
    margin-bottom: -20vw;
    margin-top: -20vw;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  }
  .business-section h2 {
    color: #ff8306;
  }
  .business-section .business-card {
    position: relative;
    display: inline-block;
    margin: 15px 10px;
  }
  .business-section .business-card img {
    width: 100%;
    height: auto;
    border: 10px solid white;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .business-section .business-card .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .business-section .business-card .text span .en {
    font-size: 24px;
    font-family: "Square Peg";
    color: #fff100;
  }
  .business-section .business-card .text p {
    font-size: 24px;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .shop-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1dvh;
    background-color: #fff;
    flex-direction: column;
    padding: 20vw 20px;
    margin-top: -15vw;
  }
  .shop-section .shop-section__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    width: 100%;
    gap: 10px;
  }
  .shop-section .shop-section__inner .shop-card {
    height: 100%;
  }
  .shop-section .shop-section__inner .shop-card img {
    border-radius: 5px;
  }
  .shop-section .shop-section__inner .shop-card .shop-text h3 {
    font-size: 14px;
    color: var(--orange, #ff8306);
    letter-spacing: normal;
  }
  .shop-section .shop-section__inner .shop-card .shop-text p {
    font-size: 10px;
    color: var(--orange, #ff8306);
    letter-spacing: normal;
  }
  .recruit-section {
    background: url(../image/recruit-back.png) no-repeat center;
    background-size: cover;
    padding: 20vw 10px;
    margin-top: -15vw;
    position: relative;
  }
  .recruit-section .wrapper {
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 10px;
    padding-bottom: 45px;
    gap: 15px;
    border-radius: 5px;
  }
  .recruit-section .wrapper .icon-card .icon {
    background-color: var(--orange, #ff8306);
    padding: 5px;
    border-radius: 5px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .recruit-section .wrapper .icon-card img {
    max-height: 65px;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
  }
  .recruit-section .wrapper .icon-card p {
    color: black;
    font-size: 14px;
    letter-spacing: normal;
    text-align: center;
  }
  .recruit-section .more {
    margin-top: -20px;
  }
  .recruit-section::before {
    content: "";
    position: absolute;
    background-image: url(../image/white-wave-under.svg);
    width: 100%;
    height: 100%;
    background-size: contain;
    top: -1px;
    left: 0;
  }
}/*# sourceMappingURL=index.css.map */