@charset "UTF-8";

/*-----------------------------------------
  event top
-----------------------------------------*/
.event-area {
  margin: 30px 0 0;
}

.event-area p {
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-feature-settings: "palt";
}

.event-area div {
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.event-container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

.event-header {
  max-width: 1110px;
  margin: 0 auto 20px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.event-visual {
  margin: 0 0 50px;
  background: #f6f6f6;
}

.event-visual-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

.event-visual-text {
  flex: 1;
  max-width: 494px;
  padding: 30px;
  font-size: 14px;
}

.event-visual-img {
  flex: 1;
}

.event-box {
  padding: 50px 20px;
}

.event-box+.event-box {
  margin-top: 50px;
}

.event-box-inner {
  width: 100%;
  margin: 0 auto;
}

.event-box-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.event-box-text {
  margin: 10px 0 20px;
  font-size: 15px;
  text-align: center;
}

.event-flex {
  display: flex;
  align-items: flex-start;
}

.event-flex.--wrap {
  flex-wrap: wrap;
}

.w600 {
  max-width: 600px;
}

.w700 {
  max-width: 700px;
}

.w800 {
  max-width: 800px;
}

.w900 {
  max-width: 900px;
}

.w1000 {
  max-width: 1000px;
}

/*-----------------------------------------
  btn
-----------------------------------------*/
.event-btn a {
  display: block;
  width: 100%;
  max-width: 25%;
  margin: 30px auto 0;
  padding: 8px 0 5px;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  color: #FFFFFF;
  background: #e6142f;
  box-shadow: 0 3px 0 #aa2303;
  border-radius: 12px;
  cursor: pointer;
}

.event-btn.--yellow a {
  max-width: 30%;
  color: #000;
  background: #fff001;
  box-shadow: 0 3px 0 #b08900;
}

.event-btn a:hover,
.event-btn a:active {
  box-shadow: none !important;
  transform: translateY(5px);
  opacity: 1;
}

/*-----------------------------------------
  coupon
-----------------------------------------*/
p.event-coupon-head {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
}

p.event-coupon-head span {
  font-size: 15px;
}

.event-coupon-limited {
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.event-coupon-notice {
  margin-top: 10px;
}

.event-coupon-notice li {
  position: relative;
  padding-left: 16px;
}

.event-coupon-notice li:before {
  position: absolute;
  display: inline-block;
  content: '※';
  top: 0;
  left: 0;
}

.event-coupon-notice.--bg {
  margin-top: 56px;
  padding: 14px;
}

.event-coupon-notice.--disc li:before {
  content: '・';
}

.event-coupon-text {
  margin: 20px 0 0;
}

.event-copy-flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}

.event-copy-flex .event-copy-btn {
  flex: 1;
  margin: 0;
}

.event-copy-btn {
  position: relative;
  display: block;
  margin: 20px auto 0;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  background: #e6142f;
  cursor: pointer;
}

.event-copy-btn+.event-copy-btn {
  margin-top: 40px;
}

.event-copy-code-text {
  font-size: 24px;
  font-weight: 400;
}

.event-copy-none {
  font-size: 12px;
  font-weight: normal;
}

.event-copy-text {
  display: none;
  font-size: 12px;
  font-weight: normal;
}

/*-----------------------------------------
  recommend
-----------------------------------------*/
.event-recommend li {
  margin: 70px 0 0;
}

.event-recommend-flex {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.event-recommend-text {
  font-size: 21px;
  text-align: center;
}

.event-recommend-text span {
  font-weight: bold;
}

.event-recommend-img {
  width: 50%;
  margin: 20px auto 0;
}

/*-----------------------------------------
  waku
-----------------------------------------*/
.event-waku {
  margin: 28px 0 0;
  padding: 20px 42px;
}

.event-waku-title {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #000;
}

.event-waku-notice {
  margin: 10px 0 20px;
}

.event-waku-notice li {
  position: relative;
}

.event-waku-noticeu li:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

/*-----------------------------------------
  movie
-----------------------------------------*/
.event-movie-area {
  margin: 50px auto 0;
  text-align: center;
}

.event-movie video {
  width: 100%;
}

/*-----------------------------------------
  item
-----------------------------------------*/
.event-item {
  margin: 70px 0 0;
}

div.event-item-check {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.event-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
  margin: 60px 0 0;
}

.event-item-list .item {
  width: calc((100% - 60px)/3);
}

.event-item-list .item a {
  display: block;
}

.event-item-list .item a:has(.event-item-text-area) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.event-item-text-area {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.event-item-list p.item-name {
  min-height: calc(2em * 1.5);
  margin: 15px 0px 5px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.event-item-list .before-price {
  font-size: 13px;
  text-align: right;
}

.event-item-list .after-price {
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  color: #d51113;
}

.event-item-list .after-price span {
  font-size: 13px;
}

.event-item-list .event-btn a {
  max-width: 68%;
  margin: 15px auto 0;
  padding: 8px 0 5px;
  font-weight: normal;
  font-size: 17px;
  background-color: #282928;
  box-shadow: 0 5px 0 #514f4e;
}

.event-item-list .event-btn a:hover,
.event-item-list .event-btn a:active {
  box-shadow: none !important;
}

/*-----------------------------------------
  contact
-----------------------------------------*/
.event-contact-title {
  margin: 0 auto 15px;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}

.event-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.event-contact-box {
  flex: 1;
  padding: 20px 20px 10px 30px;
  background: #fff;
  border-radius: 15px;
}

.event-contact-head {
  margin: 0 auto 10px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
}

.event-contact-text {
  font-size: 17px;
}

.event-contact-phone {
  font-weight: bold;
  font-size: 30px;
}

.event-contact-time {
  margin: 20px auto 0;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

/*-----------------------------------------
  animation
-----------------------------------------*/
/* 点滅 */
.anime-blinking {
  animation: blink 0.8s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 無限スライド */
.anime-slide .anime-slide-title {
  margin: 50px 0 24px;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}

.anime-slide .anime-slide-wrapper {
  display: flex;
  overflow: hidden;
}

.anime-slide .anime-slide-list {
  display: flex;
}

.anime-slide .anime-slide-list li {
  width: 300px;
}

.anime-slide .anime-slide-list.--left {
  animation: infinity-slide-left 30s infinite linear 0.5s both;
}

@keyframes infinity-slide-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.anime-slide .anime-slide-list.--right {
  animation: infinity-slide-right 30s infinite linear 0.5s both;
}

@keyframes infinity-slide-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}