@charset "UTF-8";
/* CSS Document */
#heading {
  margin-bottom: 0;
  background-color: #f5f5f5;
}

#contentsBox img {
  vertical-align: bottom;
}

#public-recording_body {
  font-size: 16px;
}

#public-recording_body .fb {
  font-weight: 600;
}

#public-recording_body .fl {
  font-size: 1.125em;
}

#public-recording_body .fs {
  font-size: .8em;
}

#public-recording_body .tc {
  text-align: center;
}

#public-recording_body .rd {
  color: #DD2324;
}

#public-recording_body .catch {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  color: #f97316;
  padding: 1em;
  margin: 1em 0;
  border: 0.125em dashed;
}

#public-recording_body .catch p {
  margin: 0 0 0.5em;
}

#public-recording_body .brush-stroke {
  position: relative;
  display: inline-block;
}

#public-recording_body .brush-stroke::before {
  content: '';
  position: absolute;
  left: -10%;
  bottom: -0.25em;
  width: 120%;
  height: 60%;
  background: #FDBA74;
  opacity: 0.8;
  transform: rotate(-2deg);
  z-index: -1;
  border-radius: 0.25em;
}

.item.clearfix {
  display: flex;
  align-items: stretch;
  margin: 0 0 1em;
}

.item.clearfix .title {
  width: 27%;
  margin: 0 1% 0 0;
  border-bottom: solid 2px #1463da;
  color: #1463da;
  padding: 1em 1em 2em 1em;
  font-weight: 600;
  font-size: 1.125em;
}

.item.clearfix .contents {
  width: 72%;
  border-bottom: solid 2px #5D85F6;
  padding: 1em 1em 2em 1em;
}

.item.clearfix .contents .g-map {
  position: relative;
  width: 100%;
  height: 100%;
  /* padding-bottom: 56.25%; */
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 1em 0 0;
}

.item.clearfix .contents .g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item.clearfix .contents .cast {
  display: flex;
  gap: 2em;
}

.item.clearfix .contents .cast img {
  margin: 0 0 0.5em;
}

.item.clearfix .contents .cast p span {
  display: block;
}

.item.clearfix .contents .cast p .name {
  font-size: 1.25em;
}

.cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
}

.cta-wrapper a:hover {
  text-decoration: none;
  opacity: 1;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  color: #ffffff !important;
  font-weight: 700;
  padding: 0.5em 1.5em;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button.primary { background-color: #f97316; }
.cta-button.primary:hover {
  background-color: #ea580c;
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.4);
}

.cta-button.secondary { background-color: #3b82f6; }
.cta-button.secondary:hover {
  background-color: #2563eb;
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.4);
}

.cta-button svg {
  display: inline-block;
  vertical-align: middle;
}

.cta-button .icon-arrow {
  height: 2em;
  width: 2em;
  animation: bounce 1s infinite;
}

.cta-button .icon-mail,
.cta-button .icon-form {
  height: 2em;
  width: 2em;
}

@keyframes bounce {
  0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% { transform: translateY(0); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
}

@media screen and (max-width: 899px) {
  #public-recording_body {
    font-size: 14px;
    margin: 0 1em 2em;
  }
  #public-recording_body .catch {
    font-size: 1.125em;
    padding: 1em 0.5em;
  }
  #public-recording_body .brush-stroke::before {
    left: -5%;
    bottom: -0.125em;
    width: 110%;
    height: 50%;
    transform: rotate(-1deg);
  }
  .item.clearfix {
    display: block;
    position: relative;
    border-top: solid 2px #5D85F6;
    margin: 0;
    padding: 0 0 1em;
  }
  .item.clearfix:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 50%;
    height: inherit;
    border-top: 2px solid #1463da;
  }
  .item.clearfix:last-child {
    border-bottom: solid 2px #5D85F6;
  }
  .item.clearfix:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50%;
    height: inherit;
    border-top: 2px solid #1463da;
    visibility: visible;
  }
  .item.clearfix .title {
    width: auto;
    padding: 1em 1em 0.5em 1em;
    border-bottom: none;
  }
  .item.clearfix .contents {
    width: auto;
    padding: 0 1em;
    border-bottom: none;
  }
  .cta-wrapper {
    gap: 1em;
  }
  .cta-button {
    padding: 0.5em 1em;
    width: 100%;
    justify-content: center;
  }

}/*# sourceMappingURL=20250429albi-ladies-talk.css.map */