@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 599px) {
  .forPC {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .forSP {
    display: none;
  }
}

.pl_linkMore03 > span:before {
  border-color: #0071be !important;
}

.pl_linkMore03 {
  color: #0071be !important;
}

.opening__heading01 {
  color: #fff;
  font-size: 1.6rem;
  padding-left: 13px;
  margin: 40px 0 16px 20px;
  border-radius: 14px 0 0 14px;
}
@media screen and (min-width: 600px) {
  .opening__heading01 {
    font-size: 3.2rem;
    padding-left: 20px;
    margin-left: 30px;
  }
}
.--day01 .opening__heading01 {
  background-color: #0071be;
}
.--day02 .opening__heading01 {
  background-color: #ab0008;
}
.opening__heading01 + .opening__heading02 {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .opening__heading01 + .opening__heading02 {
    margin-top: 30px;
  }
}

.opening__heading02 {
  color: #0071be;
  font-size: 1.55rem;
  text-align: center;
  background-color: #cce3f2;
  border-radius: 30px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0 14px;
  margin: 14px auto;
}
@media screen and (min-width: 600px) {
  .opening__heading02 {
    font-size: 2.8rem;
  }
}
.--day01 .opening__heading02 {
  color: #0071be;
  background-color: #cce3f2;
}
.--day02 .opening__heading02 {
  color: #ab0008;
  background-color: #eeccce;
}

.opening__text {
  font-size: 1.3rem;
}
@media screen and (min-width: 600px) {
  .opening__text {
    font-size: 1.6rem;
  }
}
.toggleMenu__content .opening__text {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 600px) {
  .toggleMenu__content .opening__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.detail {
  padding: 10px 12px;
}
@media screen and (min-width: 600px) {
  .detail {
    padding: 20px;
  }
}
@media screen and (min-width: 600px) {
  .detail dl {
    display: flex;
    border-bottom: 1px solid #ccc;
  }
  .detail dl:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 600px) {
  .detail dl + dl {
    margin-top: 10px;
  }
}
.detail dt {
  color: #0071be;
}
.--day01 .detail dt {
  color: #0071be;
}
.--day02 .detail dt {
  color: #ab0008;
}
@media screen and (max-width: 599px) {
  .detail dt {
    background-color: #e5f1f8;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 30px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 7px;
  }
}
@media screen and (min-width: 600px) {
  .detail dt {
    font-size: 1.4rem;
    font-weight: bold;
    width: 30%;
    padding-left: 1rem;
  }
}
.detail dt .detail__title {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  .detail dt .detail__title {
    padding: 0 9px;
  }
}
.--day01 .detail dt .detail__title {
  background-color: #e7eaf3;
}
.--day02 .detail dt .detail__title {
  background-color: #eeccce;
}
.detail dd {
  margin-bottom: 14px;
  font-size: 1.3rem;
}
@media screen and (min-width: 600px) {
  .detail dd {
    font-size: 1.4rem;
    width: 70%;
    padding-left: 1em;
  }
}

.pl_inTextLink {
  color: #0071be !important;
  border-bottom-color: #0071be !important;
}

.opening__btn {
  text-align: center;
  margin-top: 20px;
}
.opening__gourmetFoot .opening__btn {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .opening__gourmetFoot .opening__btn {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .opening__gourmetFoot .opening__btn + .opening__btn {
    margin-top: 10px;
  }
}
@media screen and (min-width: 600px) {
  .opening__goodsFoot .opening__btn {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

.opening__anchorLink {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .opening__anchorLink {
    margin-top: 20px;
  }
}

.js-anchorLink {
  position: sticky;
  top: 265px;
  z-index: 90;
  background-color: #fff;
  padding: 10px 0 20px;
}
@media screen and (max-width: 599px) {
  .js-anchorLink {
    top: 108px;
    padding: 10px 0;
  }
}

.anchorLink__item {
  width: 31.3%;
  border: 1px solid #0071be;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .anchorLink__item {
    width: 22.1%;
  }
}
.opening__content.--day02 .anchorLink__item {
  border-color: #ab0008;
}
.anchorLink__item + .anchorLink__item {
  margin-left: 3.05%;
}
@media screen and (min-width: 600px) {
  .anchorLink__item + .anchorLink__item {
    margin-left: 3%;
  }
}

.anchorLink__link {
  color: #0071be;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  padding: 10px 0;
  margin-bottom: 5px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .anchorLink__link {
    padding: 10px;
  }
}
.anchorLink__link::after {
  content: "";
  display: block;
  width: 24.6px;
  height: 10px;
  background-image: url("/cmn/images/event/2026/opening/icon_arrow_bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: auto;
}
.anchorLink__link:hover {
  color: #fff;
  background-color: #4c9cd1;
}
.anchorLink__link:hover::after {
  background-image: url("/cmn/images/event/2026/opening/icon_arrow_bottom--white.svg");
}
.opening__content.--day02 .anchorLink__link {
  color: #ab0008;
}
.opening__content.--day02 .anchorLink__link::after {
  background-image: url("/cmn/images/event/2026/opening/icon_arrow_bottom--red.svg");
}
.opening__content.--day02 .anchorLink__link:hover {
  color: #fff;
  background-color: #c44c52;
}
.opening__content.--day02 .anchorLink__link:hover::after {
  background-image: url("/cmn/images/event/2026/opening/icon_arrow_bottom--white.svg");
}

.anchorLink__text {
  flex: 1;
  display: flex;
  align-items: center;
}

.btn__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.btn__container .btn_item01 {
  color: #fff;
  background-color: #0071be;
  font-weight: bold;
  border-radius: 6px;
  line-height: 1.1428571429;
  width: 100%;
  min-height: 42px;
  padding: 2px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px #075784;
  position: relative;
}
@media screen and (min-width: 600px) {
  .btn__container .btn_item01 {
    width: 410px;
  }
}
.opening__content.--day02 .btn__container .btn_item01 {
  background-color: #ab0008;
  box-shadow: 0 4px #690008;
}
.btn__container .btn_item01::after {
  content: "";
  display: block;
  background-image: url("/cmn/images/event/2026/opening/icon_arrow_right--round.svg");
  background-repeat: no-repeat;
  width: 14px;
  aspect-ratio: 1;
  position: absolute;
  top: 54%;
  right: 20px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  .btn__container .btn_item01::after {
    width: 20px;
  }
}

.content__accordion {
  margin: 20px 0 40px;
  border: 1px solid #0071be;
  border-radius: 4px;
}
.--day01 .content__accordion {
  border-color: #0071be;
}
.--day02 .content__accordion {
  border-color: #ab0008;
}

.according__btn {
  color: #0071be;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .according__btn {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.--day01 .according__btn {
  color: #0071be;
}
.--day02 .according__btn {
  color: #ab0008;
}
.according__btn::before, .according__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0071be;
}
.--day01 .according__btn::before, .--day01 .according__btn::after {
  background-color: #0071be;
}
.--day02 .according__btn::before, .--day02 .according__btn::after {
  background-color: #ab0008;
}
.according__btn::before {
  right: 10px;
  width: 10px;
  height: 1px;
}
@media screen and (min-width: 600px) {
  .according__btn::before {
    right: 10px;
    width: 18px;
  }
}
.according__btn::after {
  right: 14px;
  width: 1px;
  height: 10px;
  transition: transform 0.5s, top 0.5s;
}
@media screen and (min-width: 600px) {
  .according__btn::after {
    right: 18px;
    height: 18px;
  }
}
.according__btn.active::after {
  transform: rotate(90deg);
  top: 7px;
}
@media screen and (min-width: 600px) {
  .according__btn.active::after {
    top: 6px;
  }
}

.toggleMenu__content {
  border-top: 1px solid #0071be;
}
.--day01 .toggleMenu__content {
  border-color: #0071be;
}
.--day02 .toggleMenu__content {
  border-color: #ab0008;
}

.toggleMenu.active {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 599px) {
  .opening__head {
    margin: 0 20px;
  }
}

.pl_imgBLock02.--mv {
  width: 100%;
}

.title__container {
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  .title__container {
    text-align: center;
  }
}

@media screen and (min-width: 600px) {
  .title__img {
    width: 525px;
    max-width: 52%;
  }
}

.opening__schedule {
  margin: -20px 0 10px;
}
@media screen and (min-width: 600px) {
  .opening__schedule {
    margin: -35px 0 0;
  }
}

.schedule__container {
  text-align: center;
}
.schedule__container + .schedule__container {
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .schedule__img {
    width: 727px;
    max-width: 72%;
  }
}

@media screen and (min-width: 600px) {
  .opening__body {
    padding-top: 40px;
  }
}

.opening__tabMenu {
  background-color: #fff;
  position: sticky;
  top: 55px;
  z-index: 90;
}
@media screen and (min-width: 600px) {
  .opening__tabMenu {
    top: 144px;
  }
}
@media screen and (min-width: 1025px) {
  .opening__tabMenu {
    width: calc(100% + 1px);
  }
}

@media screen and (min-width: 600px) {
  .opening__underMenu {
    width: 100%;
    height: 20px;
    border: 4px solid #000;
    border-bottom: none;
    border-radius: 14px 14px 0 0;
    position: relative;
    top: 1px;
  }
}
@media screen and (min-width: 1025px) {
  .opening__underMenu {
    width: calc(100% - 1px);
  }
}
@media screen and (min-width: 600px) {
  .opening__tabMenu:has(.--day01) .opening__underMenu {
    border-color: #0071be;
  }
}
@media screen and (min-width: 600px) {
  .opening__tabMenu:has(.--day02) .opening__underMenu {
    border-color: #ab0008;
  }
}

.openingList {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .openingList:has(.--day01) {
    border-bottom: 4px solid #0071be;
  }
}
@media screen and (max-width: 599px) {
  .openingList:has(.--day02) {
    border-bottom: 4px solid #ab0008;
  }
}

.openingList__item {
  position: relative;
  bottom: -4px;
  cursor: pointer;
}
.openingList__item:not(.active) {
  width: 43.7%;
}
@media screen and (min-width: 600px) {
  .openingList__item:not(.active) {
    width: 35%;
  }
}
.openingList__item:not(.active) .openingList__img.--active {
  display: none;
}
.openingList__item.active {
  width: 43.6%;
}
@media screen and (min-width: 600px) {
  .openingList__item.active {
    width: 35%;
  }
}
.openingList__item.active .openingList__img.--nonactive {
  display: none;
}
.openingList__item + .openingList__item {
  margin-left: 1.8%;
}

@media screen and (min-width: 600px) {
  .opening__contents {
    position: relative;
    top: -1px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .opening__contents {
    width: calc(100% + 1px);
  }
}

.opening__content.tab-pane {
  display: none;
}
.opening__content.tab-pane.show {
  display: block;
  animation: panel-show 0.9s cubic-bezier(0.4, 0, 1, 1) forwards;
  padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .opening__content.tab-pane.show {
    border-radius: 0 0 14px 14px;
    border-top: none !important;
    padding: 20px 0;
  }
}
.opening__content.tab-pane.show.--day01 {
  border-bottom: solid 4px #0071be;
}
@media screen and (min-width: 600px) {
  .opening__content.tab-pane.show.--day01 {
    border: solid 4px #0071be;
  }
}
.opening__content.tab-pane.show.--day02 {
  border-bottom: solid 4px #ab0008;
}
@media screen and (min-width: 600px) {
  .opening__content.tab-pane.show.--day02 {
    border: solid 4px #ab0008;
  }
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.opening__inner {
  margin: 0 30px;
}
@media screen and (min-width: 600px) {
  .opening__inner {
    margin: 0 auto;
    width: 73.27%;
  }
}

.flowBtn {
  width: 24.6%;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .flowBtn {
    width: 136px;
  }
}
/*# sourceMappingURL=event_2026_opening.css.map */