@charset "UTF-8";
:root {
  --gg-christmas:#946C4D;
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: auto;
  overscroll-behavior: none;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

main {
  overflow: hidden;
}

p {
  line-height: 2.2;
  letter-spacing: 1.2px;
}

html {
  color: var(--gg-christmas);
  background-color: #F7F7F7;
  font-size: 1.0416666667vw;
  background-image: url("../img/bg_texture.jpg");
  -webkit-font-smoothing: antialiased;
}

.sideMenu a {
  text-decoration: none;
  color: var(--gg-beige);
}

.menuWidth {
  width: 70%;
  margin: 0 auto;
  padding-top: 10%;
}

.HamburgerMenu {
  background-color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.MenuDis {
  display: block;
}

.sideMenu {
  background-color: #f5f5f5;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: -100%;
  transition: all 0.3s;
  top: 0;
  width: 100%;
  z-index: 200;
  background-image: url("../img/bg_texture.jpg");
  display: flex;
}

.menu_image {
  width: 60%;
  height: 100%;
}
.menu_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

.menu_right {
  width: 40%;
}

.sideMenu li {
  padding: 30px 0;
  border-radius: 10px;
}

.sideMenu a {
  width: 100%;
  line-height: 1.5;
  border-radius: 10px;
}

.hamburger {
  height: 70px;
  position: absolute;
  right: 2vw;
  top: 2vw;
  width: 70px;
  z-index: 300;
  border-radius: 50px;
  background-color: #fff;
}

.hamburger span {
  background-color: var(--gg-christmas);
  height: 5px;
  /* height: 3px; */
  left: 17.5px;
  position: absolute;
  transition: all 0.6s;
  width: 35px;
  border-radius: 3px;
}

.hamburger__lineTop {
  top: 24px;
}

.hamburger__lineCenter {
  top: 39px;
}

.hamburger__lineBottom {
  top: 42px;
}

.overlay {
  background-color: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}

.nav-open .sideMenu {
  right: 0;
}

.nav-open .hamburger__lineTop {
  top: 33px;
  transform: rotate(45deg);
}

.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}

.nav-open .hamburger__lineBottom {
  top: 33px;
  transform: rotate(-45deg);
}

.nav-open .overlay {
  opacity: 0.4;
  visibility: visible;
}

ul {
  list-style: none;
}

.sideMenuLogo {
  /* margin-top: 110px; */
  position: absolute;
  max-width: 250px;
  width: 60%;
  /* bottom: 90px; */
  /* left: 40px; */
  bottom: 25vh;
  right: 0;
  left: 0;
  margin: auto;
}

.sideMenuLogo img {
  width: 100%;
}

.sideMenuTitle {
  height: 3rem;
}
.sideMenuTitle svg {
  height: 100%;
}

.sideMenuSubTitle {
  line-height: 1;
  font-size: 1.1rem;
  margin-top: 1.2rem;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.section_margin {
  margin: 220px 0;
}

.keyvisual_block {
  width: 100vw;
  margin: 0px auto 0 auto;
}
.keyvisual_block img {
  width: 100%;
}

.seeyou_title {
  margin-bottom: 5rem;
}
.seeyou_title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.seeyou_title h2 svg {
  height: 5rem;
}
.seeyou_title .sp_title {
  height: 7rem;
}
.seeyou_title p {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.seeyou h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}
.seeyou h3:before, .seeyou h3:after {
  border-top: 1px solid;
  border-color: #fff;
  content: "";
  width: 2em; /* 線の長さ */
}
.seeyou h3:before {
  margin-right: 1em; /* 文字の右隣 */
}
.seeyou h3:after {
  margin-left: 1em; /* 文字の左隣 */
}
.seeyou .seeyou_block {
  margin-bottom: 5rem;
}
.seeyou .seeyou_block h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.section_title {
  margin-bottom: 5rem;
}
.section_title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_title h2 svg {
  height: 4.5rem;
}
.section_title h2:before, .section_title h2:after {
  border-top: 1px solid;
  border-color: #946C4D;
  content: "";
  width: 2em; /* 線の長さ */
}
.section_title h2:before {
  margin-right: 1em; /* 文字の右隣 */
}
.section_title h2:after {
  margin-left: 1em; /* 文字の左隣 */
}
.section_title p {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 2rem;
  font-weight: 600;
  line-height: 1;
}

.shoplist_title {
  margin-bottom: 3rem;
  text-align: center;
}
.shoplist_title h3 svg {
  height: 6rem;
}
.shoplist_title p {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 2rem;
  font-weight: 600;
  line-height: 1;
}

.foodlist {
  margin: 7rem 0 9rem 0;
}

.foodlist_image {
  width: 100%;
}
.foodlist_image img {
  width: 100%;
}

section {
  margin: 180px 0;
}

.keyvisual {
  margin: 0;
  position: relative;
}
.keyvisual .lpillust_1 {
  position: absolute;
  width: 25vw;
  left: -2rem;
  bottom: -15rem;
  z-index: 10;
}
.keyvisual .lpillust_1 img {
  width: 100%;
}

.lastevent {
  position: relative;
}
.lastevent .lpillust_2 {
  position: absolute;
  width: 28vw;
  right: -3rem;
  bottom: -13rem;
  z-index: 10;
}
.lastevent .lpillust_2 img {
  width: 100%;
}

.lastevent_movie {
  max-width: 1000px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.lastevent_movie iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.about_message h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.8;
}
.about_message p {
  font-size: 1rem;
  text-align: center;
  line-height: 2.8;
}

.snowimage-flex {
  display: flex;
  animation: infinity-scroll-left 38s infinite linear 0.5s both;
}

.snowscroll {
  display: flex;
  position: absolute;
  overflow: hidden;
  gap: 0 20px;
  top: 0;
  z-index: 30;
  transform: rotate(-20deg);
  transform-origin: top left;
  margin-left: -30rem;
  margin-top: 50px;
  width: 200vw;
}

.snowimagescroll-image {
  height: 100vh;
}
.snowimagescroll-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brandimage-flex {
  display: flex;
  animation: infinity-scroll-right 25s infinite linear 0.5s both;
}

.brandimagescroll2 {
  display: flex;
  position: relative;
  overflow: hidden;
  gap: 0 30px;
  z-index: 30;
  margin-top: 3rem;
}

.brandimagescroll {
  display: flex;
  position: relative;
  overflow: hidden;
  gap: 0 20px;
  z-index: 30;
  margin-top: 120px;
}

.brandimagescroll-image {
  height: 40vh;
}
.brandimagescroll-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.apply {
  background-image: url("../img/red_texture.jpg");
  background-size: 100%;
  padding: 6rem 0;
}
.apply h2 {
  font-size: 7rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1rem;
  margin-bottom: 2.5rem;
}
.apply .apply_exp {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
.apply hr {
  margin: 45px auto;
  padding: 0;
  border: 0;
  border-top: 1.5px solid #fff;
  border-radius: 50px;
  width: 35px;
}
.apply .apply_datetitle {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.2rem;
}
.apply .apply_date {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2rem;
}
.apply span {
  display: block;
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  letter-spacing: 0.1rem;
}

.seeyou {
  background-image: url("../img/red_texture.jpg");
  background-size: 100%;
  padding: 6rem 0;
}
.seeyou h2 {
  font-size: 7rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1rem;
  margin-bottom: 2.5rem;
}
.seeyou .apply_exp {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
.seeyou hr {
  margin: 45px auto;
  padding: 0;
  border: 0;
  border-top: 1.5px solid #fff;
  border-radius: 50px;
  width: 35px;
}
.seeyou .apply_datetitle {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.2rem;
}
.seeyou .apply_date {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2rem;
}
.seeyou span {
  display: block;
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  letter-spacing: 0.1rem;
}

button {
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 50px;
  min-width: 280px;
  display: block;
  margin: 3rem auto 0 auto;
}
button a {
  display: block;
  font-size: 1.2rem;
  padding: 20px 20px;
  border-radius: 50px;
  color: #946C4D;
}

.information_block {
  margin-bottom: 4.5rem;
}
.information_block h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
.information_block p {
  font-size: 1.3rem;
  text-align: center;
}
.information_block span {
  display: block;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 5px;
}
.information_block .info_contact {
  font-size: 1rem;
  margin-top: 20px;
  line-height: 1;
}
.information_block .info_contact a {
  color: var(--gg-christmas);
  text-decoration: underline;
}
.information_block .info_contact:last-child {
  margin-top: 10px;
}

.bottom_illust {
  width: 100%;
  position: relative;
  z-index: -1;
}
.bottom_illust img {
  width: 100%;
}

footer {
  margin-top: -220px;
  background-color: #18943B;
  padding: 6rem 0 0 0;
  border-radius: 25px 25px 0 0;
}
footer .footer_christmaslogo {
  width: 100%;
}
footer .footer_christmaslogo svg {
  width: 100%;
}
footer .footer_logo {
  display: flex;
  gap: 0 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}
footer .footer_logo svg, footer .footer_logo div {
  width: 120px;
}
footer .footer_logo svg img, footer .footer_logo div img {
  width: 100%;
}

.infologo {
  display: flex;
  gap: 0 40px;
  height: 120px;
  margin-top: 3rem;
  justify-content: center;
}
.infologo .infologo_block {
  height: 100%;
}
.infologo img {
  height: 100%;
}
.infologo svg {
  height: 100%;
}

.sponsor {
  background-color: #fff;
  border-radius: 20px;
  max-width: 850px;
  width: 90%;
  margin: 5rem auto 0 auto;
  padding: 3.5rem 3rem;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto !important;
}
.sponsor h3 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
.sponsor p {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.sponsor button {
  background-color: #18943B;
  margin-top: 3rem;
  min-width: 350px;
}
.sponsor button a {
  color: #fff;
  font-size: 1rem;
}
.sponsor button a::after {
  content: ""; /* 空設定 */
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -7.5px;
  width: 15px;
  height: 15px;
  background: url("../img/link_2.svg") no-repeat;
  background-size: contain;
}

.instagram {
  background-color: #fff;
  border-radius: 20px;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 5rem auto;
}
.instagram .instagram_inner {
  padding: 3.5rem 2rem;
}
.instagram .instagram_flex {
  display: flex;
  gap: 20px 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.instagram .innovationlab_logo {
  width: 150px;
}
.instagram .innovationlab_logo img {
  width: 100%;
}
.instagram p {
  font-size: 1.4rem;
}
.instagram button {
  background-color: #18943B;
  margin-top: 3rem;
}
.instagram button a {
  color: #fff;
  font-size: 1rem;
}
.instagram button a::after {
  content: ""; /* 空設定 */
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -7.5px;
  width: 15px;
  height: 15px;
  background: url("../img/link_2.svg") no-repeat;
  background-size: contain;
}

button {
  position: relative;
}

.apply .apply_form__btn a::after {
  content: ""; /* 空設定 */
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -7.5px;
  width: 15px;
  height: 15px;
  background: url("../img/link.svg") no-repeat;
  background-size: contain;
}
.apply .unusable {
  pointer-events: none;
  opacity: 0.7;
}
.apply .unusable a {
  pointer-events: none;
}

.recruit_button {
  position: fixed;
  right: 1vw;
  bottom: 1vh;
  max-width: 220px;
  z-index: 100;
}
.recruit_button a img {
  width: 100%;
}

@keyframes infinity-scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.sp_br {
  display: none;
}

.sp_none {
  display: block;
}

.sp_title {
  display: none;
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 20px;
  }
  .sponsor button a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 1.66015625vw;
  }
  .menu_image {
    display: none;
  }
  .menu_right {
    width: 100%;
  }
  .menuWidth {
    padding-top: 20%;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 3.1719532554vw;
  }
  footer .footer_logo svg, footer .footer_logo div {
    width: 100px;
  }
  .recruit_button {
    width: 150px;
    right: 0vw;
    bottom: 0vh;
  }
  .instagram .innovationlab_logo {
    width: 120px;
  }
  .instagram p {
    text-align: center;
    font-size: 1.1rem;
  }
  .instagram button a {
    font-size: 1.2rem;
  }
  .infologo {
    gap: 0 30px;
    height: 60px;
  }
  .sp_br {
    display: block;
  }
  .information_block h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .apply .apply_date {
    font-size: 2rem;
  }
  .apply .apply_datetitle {
    font-size: 1.2rem;
  }
  .apply .apply_exp {
    font-size: 1.1rem;
  }
  .apply h2 {
    line-height: 1.2;
    margin-bottom: 3rem;
  }
  .brandimagescroll-image {
    height: 35vh;
  }
  section {
    margin: 120px 0;
  }
  .about_message p {
    font-size: 1.1rem;
  }
  .about_message h3 {
    margin-bottom: 3rem;
  }
  .keyvisual .lpillust_1 {
    position: absolute;
    width: 40vw;
    left: -6rem;
    bottom: -15rem;
    z-index: 10;
  }
  .lastevent .lpillust_2 {
    position: absolute;
    width: 45vw;
    right: -3rem;
    bottom: -6rem;
    z-index: 10;
  }
  .apply h2 {
    font-size: 7rem;
  }
  footer {
    margin-top: -150px;
  }
  .menuWidth {
    padding-top: 15%;
    width: 80%;
  }
  .sideMenuTitle {
    height: 2.6rem;
  }
  .sideMenu li {
    padding: 25px 0;
  }
  .sp_none {
    display: none;
  }
  .section_title p {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
  .section_title h2:before, .section_title h2:after {
    width: 1em;
    border-top: 0.8px solid;
  }
  .section_title h2 svg {
    height: 3rem;
  }
  .sp_title {
    display: block;
  }
  .section_title h2 .sp_title {
    height: 6.5rem;
  }
  .section_title h2:before {
    margin-right: 0.8em;
  }
  .section_title h2:after {
    margin-left: 0.8em;
  }
  .section_title {
    margin-bottom: 4rem;
  }
  .lastevent_movie iframe {
    border-radius: 10px;
  }
  .shoplist_title svg {
    height: 4rem;
  }
  .shoplist_title p {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
  .sponsor button {
    min-width: 280px;
  }
  .sponsor button a {
    font-size: 1.1rem;
  }
  .sponsor p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .sponsor {
    padding: 3rem 2rem;
  }
  .sponsor h3 {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=index.css.map */