@charset "UTF-8";
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2937;
  background-size: 600px 600px, 700px 700px, 400px 400px, 50px 50px, 100px 100px, 25px 25px, 100% 100%;
  background-position: 0 0, 100% 100%, 50% 0, 0 0, 0 0, 0 0, 0 0;
  background-attachment: fixed;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: -10;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.header {
  background: #ffffff;
  padding: 20px 0;
  text-align: center;
  position: relative;
  min-height: 200px;
  align-items: center;
  justify-content: center;
}
.header .container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.header .flag-frame {
  position: relative;
  background: #ffffff;
}
.header .flag-content {
  margin-bottom: 0;
}
.header .flag-content .flag-logo {
  margin: 20px;
}
.header .flag-content .flag-logo img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.header .info-section {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 8px;
  text-align: right;
  max-width: 350px;
}
.header .catchphrase {
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
}
.header .broadcast-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.header .broadcast-time {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
}
.header .broadcast-note {
  font-size: 0.7rem;
  color: #666;
}
.header .radiko-button {
  background: #00a0e9;
  color: white;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 3px;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  transition: all 0.3s ease;
}
.header .radiko-button img {
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .radiko-button:hover {
  background: #0088cc;
  transform: translateY(-1px);
}
@media (min-width: 768px) {
  .header {
    min-height: 150px;
  }
  .header .info-section {
    bottom: -25px;
    right: -5px;
    max-width: 430px;
  }
  .header .catchphrase {
    font-size: 1rem;
    font-weight: 600;
  }
  .header .broadcast-time {
    font-size: 1.4rem;
  }
  .header .broadcast-note {
    font-size: 0.8rem;
  }
  .header .radiko-button {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
  .header .radiko-button img {
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .header .flag-content {
    margin-bottom: 10px;
  }
  .header .info-section {
    position: static;
    right: auto;
    bottom: auto;
    text-align: center;
    max-width: 100%;
  }
  .header .broadcast-info {
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}

.main {
  position: relative;
  width: 85%;
  margin: 25px auto;
  background: #ffffff;
}
@media (min-width: 768px) {
  .main {
    width: 70%;
  }
}

.section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
.section .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .section .container {
    max-width: 1200px;
    padding: 0 40px;
  }
}

.section-title {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: left;
  margin-bottom: 30px;
  color: #333;
  position: relative;
}
.section-title .english-subtitle {
  font-size: 0.6em;
  font-weight: 700;
  color: #333;
  opacity: 0.8;
  margin-top: -45px;
}
@media (max-width: 767px) {
  .section-title .english-subtitle {
    display: block;
    margin-top: -45px;
    margin-left: 92px;
    width: calc(100% - 92px);
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .section-title {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
}

.concept {
  background: #ffffff;
  position: relative;
  padding: 30px 0;
  margin: 45px 0;
}
.concept::before, .concept::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #a44b98 0%, #a44b98 14.28%, #fcd001 14.28%, #fcd001 28.56%, #e40513 28.56%, #e40513 42.84%, #3b62ad 42.84%, #3b62ad 57.12%, #8dc320 57.12%, #8dc320 71.4%, #b0b6b6 71.4%, #b0b6b6 85.68%, #ee8200 85.68%, #ee8200 100%);
}
.concept::before {
  top: 0;
}
.concept::after {
  bottom: 0;
}
.concept .concept-text {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
  max-width: 800px;
  margin: 20px auto;
  font-weight: 500;
  color: #1f2937;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .concept .concept-text {
    line-height: 2.2;
    padding: 0;
  }
}

.corners {
  background: #ffffff;
  padding: 40px 0;
  position: relative;
}
.corners .section-title {
  position: relative;
  padding-left: 150px;
}
.corners .section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 130px;
  height: 130px;
  background: url("../img/icon_corner.png") no-repeat center/100%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .corners .section-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .corners .section-title::before {
    position: static;
    transform: none;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }
  .corners .section-title .english-subtitle {
    flex-basis: 100%;
  }
}
.corners .corners-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .corners .corners-grid {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.corners .corner {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .corners .corner {
    flex: 1;
    padding: 35px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.corners .corner-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .corners .corner-title {
    margin-bottom: 20px;
  }
}
.corners .corner-description {
  color: #666;
  line-height: 1.7;
  font-weight: 400;
  font-size: 0.95rem;
  text-align: left;
}
@media (min-width: 768px) {
  .corners .corner-description {
    font-size: 1.05rem;
    line-height: 1.8;
  }
}

.message-recruitment {
  background: #ffffff;
  padding: 40px 0;
  position: relative;
}
.message-recruitment .container {
  position: relative;
}
.message-recruitment .section-title {
  position: relative;
  padding-left: 160px;
}
.message-recruitment .section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 130px;
  height: 130px;
  background: url("../img/icon_message.png") no-repeat center/100%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .message-recruitment .section-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .message-recruitment .section-title::before {
    position: static;
    transform: none;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }
  .message-recruitment .section-title .english-subtitle {
    flex-basis: 100%;
    margin-top: -45px;
  }
}
.message-recruitment .message-description {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #1f2937;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media (min-width: 768px) {
  .message-recruitment .message-description {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
}
.message-recruitment .message-methods {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .message-recruitment .message-methods {
    flex-direction: row;
    gap: 0.7rem;
  }
}
.message-recruitment .method-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .message-recruitment .method-card {
    flex: 1;
    padding: 30px;
  }
}
.message-recruitment .method-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .message-recruitment .method-icon {
    width: 50px;
    height: 50px;
  }
}
.message-recruitment .method-card img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .message-recruitment .method-card img {
    width: 50px;
    height: 50px;
  }
}
.message-recruitment .method-content {
  flex: 1;
}
.message-recruitment .method-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .message-recruitment .method-title {
    font-size: 1.3rem;
  }
}
.message-recruitment .method-info {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .message-recruitment .method-info {
    font-size: 1rem;
  }
}
.message-recruitment .email-link {
  color: #ee8200;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.message-recruitment .email-link:hover {
  color: #f59e0b;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .message-recruitment {
    padding: 60px 0;
  }
}

.present {
  background: #ffffff;
  padding: 40px 0;
  position: relative;
}
.present .container {
  position: relative;
}
.present .section-title {
  position: relative;
  padding-left: 160px;
}
.present .section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 130px;
  height: 130px;
  background: url("../img/icon_present.png") no-repeat center/100%;
  border-radius: 8px;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .present .section-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .present .section-title::before {
    position: static;
    transform: none;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }
  .present .section-title .english-subtitle {
    flex-basis: 100%;
    margin-top: -45px;
  }
}
.present .present-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .present .present-content {
    flex-direction: row;
    gap: 50px;
    align-items: flex-start;
  }
}
.present .present-header {
  text-align: left;
  margin-bottom: 30px;
}
.present .present-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .present .present-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.present .present-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .present .present-main {
    flex-direction: row;
    gap: 50px;
    align-items: flex-start;
  }
}
.present .present-image-section {
  flex: 1;
}
@media (min-width: 768px) {
  .present .present-image-section {
    flex: 0 0 300px;
  }
}
.present .present-image {
  width: 100%;
  height: 200px;
  background: #e5e7eb;
  border-radius: 8px;
  border: 2px solid #d1d5db;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .present .present-image {
    height: 250px;
  }
}
.present .present-item-name {
  text-align: center;
  font-size: 0.9rem;
  color: #333;
  margin-top: 10px;
  font-weight: 500;
}
.present .present-info-section {
  flex: 1;
}
.present .application-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.present .application-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .present .application-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
}
.present .present-button {
  background: #333;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.present .present-button:hover {
  background: #555;
}
@media (min-width: 768px) {
  .present .present-button {
    background: linear-gradient(45deg, #a44b98, #3b62ad);
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
  }
  .present .present-button:hover {
    background: linear-gradient(45deg, #e40513, #ee8200);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
  }
  .present .present-button:active {
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .present {
    padding: 60px 0;
  }
}

.broadcast-info {
  background: transparent;
  position: relative;
}
@media (min-width: 768px) {
  .broadcast-info .broadcast-details {
    max-width: 900px;
    margin: 0 auto;
  }
}
.broadcast-info .section-title {
  position: relative;
  padding-left: 160px;
}
.broadcast-info .section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 130px;
  height: 130px;
  background: url("../img/icon_personality.png") no-repeat center/100%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .broadcast-info .section-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .broadcast-info .section-title::before {
    position: static;
    transform: none;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }
  .broadcast-info .section-title .english-subtitle {
    flex-basis: 100%;
    margin-top: -45px;
  }
}
.broadcast-info .personalities {
  display: grid;
  gap: 40px;
}
.broadcast-info .main-mc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .broadcast-info .main-mc {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 5rem;
  }
}
@media (min-width: 768px) {
  .broadcast-info .main-mc .personality-info {
    max-width: 550px;
  }
}
.broadcast-info .sub-personalities {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .broadcast-info .sub-personalities {
    flex-direction: row;
    gap: 3rem;
  }
}
.broadcast-info .sub-personalities .personality {
  background: #ffffff;
  padding: 0;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .broadcast-info .sub-personalities .personality {
    flex: 1;
  }
}
.broadcast-info .sub-personalities .personality-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}
@media (min-width: 1300px) {
  .broadcast-info .sub-personalities .personality-header {
    flex-direction: row;
    gap: 2.5rem;
    align-items: flex-start;
    text-align: left;
  }
}
.broadcast-info .sub-personalities .personality-photo {
  width: 220px;
  height: 220px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .broadcast-info .sub-personalities .personality-photo {
    width: 180px;
    height: 180px;
  }
}
.broadcast-info .sub-personalities .personality-info {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.broadcast-info .sub-personalities .personality-name {
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .broadcast-info .sub-personalities .personality-name {
    font-size: 1.3rem;
  }
}
.broadcast-info .sub-personalities .personality-role {
  color: #666;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .broadcast-info .sub-personalities .personality-role {
    font-size: 1rem;
  }
}
.broadcast-info .sub-personalities .personality-description {
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-size: 0.95rem;
  text-align: left;
  margin-top: 0;
}
@media (min-width: 768px) {
  .broadcast-info .sub-personalities .personality-description {
    font-size: 0.95rem;
    text-align: left;
  }
}
.broadcast-info .personality-photo {
  width: 220px;
  height: 235px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  border: none;
  box-shadow: none;
}
.broadcast-info .personality-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .broadcast-info .personality-name {
    font-size: 1.6rem;
  }
}
.broadcast-info .personality-role {
  color: #666;
  font-weight: 600;
  margin-bottom: 12px;
  background: none;
  padding: 0;
  font-size: 1rem;
}
.broadcast-info .personality-description {
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-size: 0.95rem;
  text-align: left;
}

.sponsor {
  padding: 30px 0;
  background: #ffffff;
  position: relative;
  text-align: center;
}
.sponsor::before, .sponsor::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #a44b98 0%, #a44b98 14.28%, #fcd001 14.28%, #fcd001 28.56%, #e40513 28.56%, #e40513 42.84%, #3b62ad 42.84%, #3b62ad 57.12%, #8dc320 57.12%, #8dc320 71.4%, #b0b6b6 71.4%, #b0b6b6 85.68%, #ee8200 85.68%, #ee8200 100%);
}
.sponsor::before {
  top: 0;
}
.sponsor::after {
  bottom: 0;
}
.sponsor .sponsor-image {
  max-width: 300px;
  height: auto;
  box-shadow: none;
  border: none;
}
.sponsor .sponsor-image:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .sponsor .sponsor-image {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .sponsor {
    padding: 50px 0;
  }
}

#footer {
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23fff' fill-opacity='0.025'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
  padding: 2rem 1rem;
}

.wrap-footer {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.list-breadcrumb {
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.list-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 1em;
}
.list-breadcrumb__item:not(:first-child)::before {
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  opacity: 0.8;
}
.list-breadcrumb__item__link {
  color: rgb(0, 0, 0);
}

.list-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.link-footer-nav {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 11px;
  background-color: rgba(255, 255, 255, 0.22);
  color: #606060;
  border-radius: 1em;
  padding: 1em 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.link-footer-nav__icon {
  width: 3em;
  min-width: 3em;
  height: 3em;
  min-height: 3em;
}

.list-sns-btn {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.link-sns-btn {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.link-sns-btn img {
  display: block;
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}

.text-copyright {
  text-align: center;
  color: rgb(0, 0, 0);
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 17px;
  background: #333;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background: #555;
}
.back-to-top:active {
  transform: translateY(0);
}

.side-text {
  position: fixed;
  right: 5px;
  top: -20px;
  bottom: 0;
  height: 100%;
  writing-mode: vertical-rl;
  font-size: clamp(9px, 3vh, 20px);
  color: rgba(51, 51, 51, 0.4);
  z-index: 100;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .side-text {
    top: 0px;
    right: 30px;
    letter-spacing: 0.15em;
    font-size: clamp(12px, 5.5vh, 28px);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    transition: none;
  }
}/*# sourceMappingURL=style.css.map */