/* Start custom CSS for html, class: .elementor-element-358e912 *//* ----- present page ----- */
:root {
  --present-main-color: #006298;
}

/* reset */
ul li {
  list-style: none;
}


/* common */
@media screen and (600px <= width) {
  .s {
    display: none;
  }
}
@media screen and (width < 600px) {
  .l {
    display: none;
  }
}


/* main */
.present-main .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding-top: 0;
}

.presentSlider.elementor-widget:not(:last-child) {
  margin-bottom: 30px;
}


@media screen and (min-width:600px) {
  .presentSlider.elementor-widget:not(:last-child) {
    margin-bottom: 60px;
  }
}



/* tab */
.present-tab {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 2px solid #333;
}
.present-tab li {
  width: 50%;
  padding: 8px 10px;
  border-radius: 10px 10px 0 0;
  border: 2px solid #333;
  border-bottom: none;
  line-height: 1.5;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.present-tab li.is-active {
  background-color: #000;
  color: #fff;
}
.present-tab li._disabled {
  position: relative;
  pointer-events: none;
}
.present-tab li._disabled::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.js-tab-content {
  display: none;
}
.js-tab-content.is-show {
  display: block;
}

@media screen and (min-width:600px) {
  .present-tab {
    margin-bottom: 60px;
    gap: 40px;
  }
  .present-tab li {
    font-size: 2rem;
  }
}


.present-txt {
  margin-bottom: 2em;
  padding-top: 1em;
  border-top: 2px dashed #333;
}

.present-cardList {
  margin-bottom: 60px;
}
.present-cardList li + li {
  margin-top: 30px;
}
.present-cardList li:nth-of-type(even) {
  background-color: rgba(229,229,229,0.5);
}

@media screen and (min-width:600px) {
  .present-cardList li + li {
    margin-top: 60px;
  }
  .present-cardList li:nth-of-type(odd).presentCard {
    padding-left: 0;
    background: linear-gradient(90deg, rgba(229,229,229,0) 0%, rgba(229,229,229,0) 5%, rgba(229,229,229,0.5) 5%, rgba(229,229,229,.5) 100%);
  }
  .present-cardList li:nth-of-type(even).presentCard {
    padding-right: 0;
    background: linear-gradient(270deg, rgba(229,229,229,0) 0%, rgba(229,229,229,0) 5%, rgba(229,229,229,.5) 5%, rgba(229,229,229,.5) 100%);
  }
  .present-cardList li:nth-of-type(even).presentCard .presentCard-inner {
    flex-direction: row-reverse;
  }
}


/* presentCard */
.presentCard {
  position: relative;
  margin-inline: -10px;
  padding: calc(57vw + 20px) 5% 50px;
}
.presentCard-ttl {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
  font-size: 2rem;
}
.presentCard-ttl span {
  font-size: 14px;
}
.presentCard-img {
  position: absolute;
  top: 20px;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 90%;
}
.presentCard-img img {
  aspect-ratio: 16 / 9;
  transition: filter .2s;
}
@media (hover: hover) {
  a.presentCard-img img:hover {
    filter: brightness(0.8);
  }
}
.presentCard-date {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  border: 2px solid var(--present-main-color);
  display: flex;
  line-height: 2;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.presentCard-date span:first-child {
  width: 40%;
  background-color: var(--present-main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.presentCard-date span:last-child {
  width: 60%;
}
.presentCard-text {
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 600;
}
.presentCard-btn {
  position: relative;
  margin-inline: auto;
  width: 220px;
  height: 50px;
  background-color: #fff;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.presentCard-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 8%;
  translate: 0 -50%;
  display: block;
  width: .6em;
  height: .6em;
  border-top: 2px solid var(--present-main-color);
  border-right: 2px solid var(--present-main-color);
  rotate: 45deg;
}
@media (hover: hover) {
  .presentCard-btn:hover {
    color: var(--present-main-color);
  }
  .presentCard-btn::before {
    transition: translate .3s;
  }
  .presentCard-btn:hover::before {
    translate: 5px -50%;
  }
}

.presentCard .shadow {
  box-shadow: 3px 5px 5px 0px rgba(0,0,0,0.12);
}


@media screen and (min-width:600px) {
  /* presentCard */
  .presentCard {
    margin-inline: 0;
    padding: 40px 30px;
  }
  .presentCard-ttl {
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 2.4rem;
  }
  .presentCard-ttl span {
  font-size: 16px;
  }
  .presentCard-inner {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
  .presentCard-img {
    position: static;
    translate: 0 0;
    width: 50%;
  }
  .presentCard-contents {
    width: calc(60% - 30px);
  }
  .presentCard-date {
    margin-left: 0;
    width: 80%;
    max-width: none;
    font-size: 2rem;
  }
  .presentCard-text {
    margin-bottom: 40px;
    font-weight: 500;
  }
  .presentCard-btn {
    width: 250px;
    height: 60px;
  }
}


/* _presents */
._presents .presentCard {
  padding-top: calc(76vw + 20px);
}
._presents .presentCard:has( .presentCard-targets) {
  padding-top: calc(80vw + 20px);
}
._presents .presentCard-img {
  width: 70%;
}
._presents .presentCard-img:has( .presentCard-targets) {
  top: 50px;
}
._presents .presentCard-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.presentCard-targets {
  position: absolute;
  top: 0;
  left: 0;
  translate: -40% -40%;
  width: 75px;
  height: auto;
  aspect-ratio: 1 / 1;
  border: 2px solid #fff;
  border-radius: 999px;
  background-color: #b3a369;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.25;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.presentCard-targets._fav {
  background-color: #000;
  font-size: 1.3rem;
}
.presentCard-targets._fontS {
  line-height: 1.25;
  font-size: 1rem;
}
.presentCard-btnGroup {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.presentCard-btn._fticket::before {
  width: .5em;
  height: .5em;
  border-color: #000;
}
.presentCard-btn._event {
  background-color: var(--present-main-color);
  color: #fff;
}
.presentCard-btn._event::before {
  width: .5em;
  height: .5em;
  border-color: #fff;
}


@media screen and (min-width:600px) {
  .present-cardList._presents li:nth-of-type(odd).presentCard {
    padding-left: 45px;
    background: linear-gradient(90deg, rgba(229,229,229,0) 0%, rgba(229,229,229,0) 13%, rgba(229,229,229,.5) 13%, rgba(229,229,229,.5) 100%);
  }
  .present-cardList._presents li:nth-of-type(even).presentCard {
    background: linear-gradient(270deg, rgba(229,229,229,0) 0%, rgba(229,229,229,0) 13%, rgba(229,229,229,.5) 13%, rgba(229,229,229,.5) 100%);
  }

  ._presents .presentCard,
  ._presents .presentCard:has( .presentCard-targets) {
    padding: 40px 60px;
  }
  ._presents .presentCard-inner {
    align-items: center;
    gap: 60px;
  }
  ._presents .presentCard-img {
    width: 40%;
  }
  ._presents .presentCard-img:has( .presentCard-targets) {
    position: relative;
    top: 0;
    left: 0;
  }
  ._presents .presentCard-contents {
    width: calc(60% - 60px);
  }
  .presentCard-targets {
    width: 110px;
    font-size: 2rem;
  }
  .presentCard-targets._fav {
    font-size: 1.8rem;
  }
  .presentCard-targets._fontS {
    font-size: 1.3rem;
  }
  ._presents .presentCard-date {
    margin-bottom: 30px;
    width: 100%;
  }
  .presentCard-btnGroup {
    gap: 15px;
  }
}



/* notes */
.present-notes {
  margin-bottom: 30px;
}
.present-notes li {
  padding-inline-start: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.present-notes li::before {
  content: '※';
  color: #ff0000;
}/* End custom CSS */