/* ---------------------------------------
  top
-----------------------------------------*/
.p-index {
  /* sec_mv
  --------------------------------*/
  /* news
  --------------------------------*/
  /* message
  --------------------------------*/
  /* gallery
  --------------------------------*/
  /* present
  --------------------------------*/
  /* info
  --------------------------------*/
}
.p-index-mv_wrap {
  aspect-ratio: 1920/1283;
  background: url(../img/index/mv_bg_pc.jpg) no-repeat center bottom/cover;
  padding: 6rem 0 1.111vw;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap {
    aspect-ratio: 780/1050;
    background: url(../img/index/mv_bg_sp.jpg) no-repeat center bottom/cover;
    padding: 0 0 3rem;
  }
}
.p-index-mv_wrap .c-wrap {
  width: 100%;
  height: 100%;
  max-width: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 2.08333vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .c-wrap {
    justify-content: flex-start;
    padding: 0 3.2rem;
  }
}
.p-index-mv_wrap .ttl_box {
  margin-right: 4.43vw;
  width: max-content;
  min-width: 17.3rem;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .ttl_box {
    order: 2;
    margin-right: 2rem;
    margin-top: 5rem;
    width: max-content;
    min-width: 15rem;
  }
}
.p-index-mv_wrap .ttl {
  position: relative;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 2.57vw;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .ttl {
    font-size: 5rem;
    line-height: 1.78;
  }
}
.p-index-mv_wrap .ttl::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 10px black;
  filter: blur(7px);
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .ttl::before {
    -webkit-text-stroke: 1rem black;
    filter: blur(0.7rem);
  }
}
.p-index-mv_wrap .count {
  min-width: 14.166vw;
  height: 4.583vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.833vw;
  background-color: #F00;
  border-radius: 2.3vw 2.3vw 2.3vw 0;
  margin-top: 5.8vw;
}
.p-index-mv_wrap .count.is-hide {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .count {
    order: 1;
    min-width: 20.4rem;
    height: 6.6rem;
    padding: 0 1rem;
    border-radius: 0 3rem 3rem 3rem;
    margin-top: 0;
  }
}
.p-index-mv_wrap .count .txt {
  color: #fff;
  font-weight: 700;
  font-size: 1.04vw;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .count .txt {
    font-size: 1.5rem;
  }
}
.p-index-mv_wrap .count .days {
  color: #fff;
  font-weight: 700;
  font-size: 1.666vw;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .count .days {
    font-size: 2.4rem;
  }
}
.p-index-mv_wrap .count .days span {
  font-size: 2.777vw;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .count .days span {
    font-size: 4rem;
  }
}
.p-index-mv_wrap .count.is-open {
  background-image: url(../img/index/mv_count_open.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-index-mv_wrap .count.is-open .txt,
.p-index-mv_wrap .count.is-open .days {
  display: none;
}
.p-index-mv_wrap .count.is-end {
  background-image: url(../img/index/mv_count_end.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-index-mv_wrap .count.is-end .txt,
.p-index-mv_wrap .count.is-end .days {
  display: none;
}
.p-index-mv_wrap .sns {
  position: relative;
  width: 13.125vw;
  padding: 0.8vw;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2.083vw 0 2.083vw 2.083vw;
  margin-top: 0.7vw;
  margin-right: 3.47vw;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .sns {
    position: absolute;
    left: 50.7rem;
    bottom: 0;
    order: 3;
    width: 18.9rem;
    padding: 1.1rem;
    border-radius: 3rem 0 3rem 3rem;
    margin-top: 3rem;
    margin-right: 1rem;
  }
}
.p-index-mv_wrap .sns::before {
  content: "";
  width: 1.4vw;
  height: 1.4vw;
  background: url(../img/index/mv_ico_arw.svg) no-repeat center/contain;
  position: absolute;
  right: 1vw;
  top: 1vw;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .sns::before {
    width: 2.6rem;
    height: 2.6rem;
    right: 1.4rem;
    top: 1.4rem;
  }
}
.p-index-mv_wrap .sns::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2.083vw 0 2.083vw 2.083vw;
  -webkit-filter: blur(0.7vw);
  filter: blur(0.7vw);
  position: absolute;
  left: 0.34vw;
  top: 0.34vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .sns::after {
    border-radius: 3rem 0 3rem 3rem;
    -webkit-filter: blur(1rem);
    filter: blur(1rem);
    left: 0.5rem;
    top: 0.5rem;
  }
}
.p-index-mv_wrap .sns_link {
  display: block;
}
.p-index-mv_wrap .sns .ico {
  width: 4vw;
  height: 4vw;
  background-color: #F00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .sns .ico {
    width: 5.76rem;
    height: 5.76rem;
  }
}
.p-index-mv_wrap .sns .ico img {
  width: 1.833vw;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .sns .ico img {
    width: 2.6rem;
  }
}
.p-index-mv_wrap .sns .txt {
  font-weight: 700;
  font-size: 1.04vw;
  line-height: 1.5;
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .sns .txt {
    font-size: 1.5rem;
  }
}
.p-index-mv_wrap .catch {
  width: 78.055vw;
  position: absolute;
  left: 2.08333vw;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-index-mv_wrap .catch {
    width: 37.6rem;
    left: 11.5rem;
  }
}
.p-index-mv_wrap .catch img {
  width: 100%;
}
.p-index-mv_wrap .scroll {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: -2.6rem;
  bottom: 20rem;
  z-index: 1;
  width: 14.9rem;
  transform: rotate(90deg);
}
.p-index-mv_wrap .scroll_line {
  display: block;
  position: absolute;
  left: 6.9rem;
  bottom: 0.2rem;
  width: 8rem;
  height: 0.1rem;
}
.p-index-mv_wrap .scroll_line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  animation: move_line 2s ease-out infinite;
}
@keyframes move_line {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  50.1% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.p-index-news_wrap {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-index-news_wrap {
    padding: 7.5rem 0 6.7rem;
  }
}
.p-index-news_wrap .c-wrap_s {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-index-news_wrap .c-wrap_s {
    display: block;
  }
}
.p-index-news_wrap .ttl {
  color: #fff;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-index-news_wrap .ttl {
    text-align: center;
    font-size: 6rem;
  }
}
.p-index-news_wrap .news_list {
  width: 80rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .p-index-news_wrap .news_list {
    width: 100%;
    margin-top: 7rem;
  }
}
.p-index-news_wrap .news_list_item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.p-index-news_wrap .news_list_item * {
  color: #fff;
}
.p-index-news_wrap .news_list_item a {
  display: flex;
  align-items: flex-start;
  padding: 0.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-index-news_wrap .news_list_item a {
    display: block;
    padding: 1.7rem 0 1.2rem;
  }
}
.p-index-news_wrap .news_list_date {
  display: block;
  width: 19.8rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-index-news_wrap .news_list_date {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.75;
  }
}
.p-index-news_wrap .news_list_ttl {
  flex: 1;
}
.p-index-news_wrap .link {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-index-news_wrap .link {
    margin-top: 6rem;
    display: flex;
    justify-content: center;
  }
}
.p-index-news_wrap .link a {
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-index-news_wrap .link a {
    width: 40rem;
    height: 8rem;
    justify-content: center;
    position: relative;
    font-size: 3.2rem;
    background-color: #9a0000;
  }
}
.p-index-news_wrap .link a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-left: 1.3rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  display: block;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-index-news_wrap .link a::after {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 2.5rem;
  }
}
.p-index-message_wrap {
  padding: 8rem 0 7.1rem;
}
@media screen and (max-width: 767px) {
  .p-index-message_wrap {
    padding: 7.5rem 0 5rem;
  }
}
.p-index-message_wrap .c-wrap_s {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-index-message_wrap .c-wrap_s {
    display: block;
  }
}
.p-index-message_wrap .ttl {
  font-size: 4.4rem;
  line-height: 1.75;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-index-message_wrap .ttl {
    writing-mode: vertical-rl;
    margin-left: -0.325em;
  }
}
@media screen and (max-width: 767px) {
  .p-index-message_wrap .ttl {
    text-align: center;
    font-size: 5.6rem;
  }
}
.p-index-message_wrap .txt_wrap {
  width: 64.3rem;
  margin-top: -2.8rem;
}
@media screen and (max-width: 767px) {
  .p-index-message_wrap .txt_wrap {
    width: 100%;
    margin-top: 5rem;
  }
}
.p-index-message_wrap .txt_wrap .catch {
  display: flex;
  align-items: center;
  gap: 0 4rem;
  font-size: 7rem;
  line-height: 1.07;
}
@media screen and (max-width: 767px) {
  .p-index-message_wrap .txt_wrap .catch {
    justify-content: space-between;
    gap: 0;
  }
}
.p-index-message_wrap .txt_wrap .catch span {
  color: #F00;
  font-size: 26.5rem;
  line-height: 1;
  letter-spacing: -0.08em;
}
.p-index-message_wrap .txt_wrap .txt {
  text-align: justify;
  padding-left: 4.5rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-index-message_wrap .txt_wrap .txt {
    padding-left: 0;
    margin-top: 2.3rem;
  }
}
.p-index-message_wrap .c-btn {
  margin: 2.5rem auto auto 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-index-message_wrap .c-btn {
    margin: 3rem auto auto;
  }
}
.p-index-gallery_wrap .img_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-index-gallery_wrap .img_wrap {
    display: block;
  }
}
.p-index-present_wrap {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-index-present_wrap {
    padding: 1.4rem 0 6.5rem;
  }
}
.p-index-present_wrap .c-wrap {
  position: relative;
}
.p-index-present_wrap .img {
  width: 64.3rem;
  position: absolute;
  right: 58rem;
  top: -7rem;
}
@media screen and (max-width: 767px) {
  .p-index-present_wrap .img {
    position: static;
    width: 69.7rem;
    margin: 0 -2.85rem -21rem;
  }
}
.p-index-present_wrap .txt_wrap {
  width: 60rem;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index-present_wrap .txt_wrap {
    width: 100%;
    margin-top: 5rem;
  }
}
.p-index-present_wrap .txt_wrap .ttl_en {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-index-present_wrap .txt_wrap .ttl_en {
    font-size: 3.2rem;
  }
}
.p-index-present_wrap .txt_wrap .box {
  position: relative;
  padding: 3rem 0 0;
  border-top: 0.2rem solid #F00;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-index-present_wrap .txt_wrap .box {
    padding: 5rem 0 0;
  }
}
.p-index-present_wrap .txt_wrap .box::before {
  content: "";
  width: 3.8rem;
  height: 3.3rem;
  background: url(../img/index/present_ico_ribbon.svg) no-repeat center/contain;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-index-present_wrap .txt_wrap .box .ttl {
  font-size: 4.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-index-present_wrap .txt_wrap .box .ttl {
    font-size: 5.6rem;
    line-height: 1.7;
  }
}
.p-index-present_wrap .txt_wrap .box .txt {
  letter-spacing: -0.05em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-index-present_wrap .txt_wrap .box .txt {
    margin-top: 1em;
  }
}
.p-index-present_wrap .txt_wrap .c-btn {
  margin: 3rem auto auto;
}
.p-index-info_wrap {
  padding: 6rem 0 6.8rem;
  background-color: #E6E6E6;
}
@media screen and (max-width: 767px) {
  .p-index-info_wrap {
    padding: 7rem 0 9rem;
  }
}
.p-index-info_wrap .ttl {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-index-info_wrap .ttl {
    font-size: 6rem;
  }
}
.p-index-info_wrap .info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
.p-index-info_wrap .info-list .item {
  width: 51rem;
  height: 20rem;
  border-radius: 3rem 0 3rem 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index-info_wrap .info-list .item {
    width: 100%;
    height: 25rem;
  }
}
.p-index-info_wrap .info-list .item-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index-info_wrap .info-list .item-link {
    font-size: 4.4rem;
  }
}
.p-index-info_wrap .info-list .item-link::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/index/img_info_arr-r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-index-info_wrap .info-list .item-link::after {
    width: 3rem;
    height: 3rem;
  }
}
.p-index-info_wrap .info-list .item-link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.p-index-info_wrap .info-list .item-link span {
  position: relative;
}
.p-index-info_wrap .info-list .item.-stage .item-link {
  background-image: url(../img/index/img_info01.png);
}
.p-index-info_wrap .info-list .item.-time .item-link {
  background-image: url(../img/index/img_info02.png);
}
.p-index-info_wrap .info-list .item.-time .item-link::after {
  background-image: url(../img/index/img_info_arr-w.svg);
}
.p-index-info_wrap .info-list .item.-gourmet .item-link {
  background-image: url(../img/index/img_info03.png);
}
.p-index-info_wrap .info-list .item.-exh .item-link {
  background-image: url(../img/index/img_info04.png);
}
.p-index-info_wrap .info-list .item.-comingsoon {
  position: relative;
}
.p-index-info_wrap .info-list .item.-comingsoon .item-link {
  pointer-events: none;
}
.p-index-info_wrap .info-list .item.-comingsoon .comingsoon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 4rem;
  font-family: "BIZ UDMincho", serif;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s opacity;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-index-info_wrap .info-list .item.-comingsoon .comingsoon {
    font-size: 5rem;
  }
}
.p-index-info_wrap .info-list .item.-comingsoon .comingsoon::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/index/img_info_arr-r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-index-info_wrap .info-list .item.-comingsoon .comingsoon::after {
    width: 3rem;
    height: 3rem;
  }
}
.p-index-info_wrap .info-list .item.-comingsoon:hover .comingsoon {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}/*# sourceMappingURL=index.css.map */