@import url("https://fonts.googleapis.com/css2?family=Saira:wght@400;600&family=Varela+Round&display=swap");
#hero-image {
  width: 100%;
  height: 635px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 640px) {
  #hero-image {
    height: 60vw;
    max-height: 885px;
  }
}
#hero-image .backclia {
  background-image: url("../../image/hero-img/backclia-resize.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 360%;
  position: relative;
  width: 80%;
  height: 500px;
  border-radius: 30px;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 640px) {
  #hero-image .backclia {
    background-size: cover;
    width: 90%;
    height: 50vw;
    max-width: 1382px;
    max-height: 790px;
    border-radius: 0;
    top: 16px;
  }
}
#hero-image img[alt=skier-1] {
  position: absolute;
  width: 51%;
  max-width: 980px;
  min-width: 437px;
  top: 24px;
  left: calc(50% - 340px);
  transform: translateX(0);
  animation-name: left-to-right;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
}
@media (min-width: 640px) {
  #hero-image img[alt=skier-1] {
    top: 15px;
    left: -2%;
    transform: translateX(0);
  }
}
@media (min-width: 1536px) {
  #hero-image img[alt=skier-1] {
    left: 3%;
  }
}
#hero-image img[alt=skier-2] {
  position: absolute;
  width: 38%;
  max-width: 728px;
  min-width: 346px;
  top: 130px;
  right: calc(50% - 270px);
  transform: translateX(0);
  animation-name: right-to-left;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}
@media (min-width: 640px) {
  #hero-image img[alt=skier-2] {
    top: 15px;
    right: 6%;
    transform: translateX(0);
  }
}
@media (min-width: 1536px) {
  #hero-image img[alt=skier-2] {
    right: 3%;
  }
}
#hero-image img[alt=slogan] {
  position: absolute;
  width: 61%;
  max-width: 1184px;
  min-width: 328px;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: bottom-to-top;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
}

@keyframes left-to-right {
  from {
    transform: translateX(-20px);
    opacity: 0%;
  }
  to {
    transform: translateX(0);
    opacity: 100%;
  }
}
@keyframes right-to-left {
  0% {
    transform: translateX(20px);
    opacity: 0%;
  }
  33% {
    transform: translateX(20px);
    opacity: 0%;
  }
  66% {
    transform: translateX(0);
    opacity: 100%;
  }
  100% {
    transform: translateX(0);
    opacity: 100%;
  }
}
@keyframes bottom-to-top {
  0% {
    bottom: 0;
    opacity: 0%;
  }
  33% {
    bottom: 0;
    opacity: 0%;
  }
  66% {
    bottom: 0;
    opacity: 0%;
  }
  100% {
    bottom: 12px;
    opacity: 100%;
  }
}
.custom-selector {
  position: relative;
  height: 40px;
}
.custom-selector .select-input {
  position: relative;
}
.custom-selector .select-input::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
  font-size: 1.25rem;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-30%);
  color: transparent;
  background-color: #a3a3a3;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m19.5 8.25l-7.5 7.5l-7.5-7.5'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 80%;
}
.custom-selector .select-input input {
  height: 38px;
  color: #3d3d3d;
  padding: 0 32px 0 16px;
  cursor: pointer;
}
.custom-selector .select-input input:read-only {
  background-color: #fff;
}
.custom-selector .select-dropdown {
  display: none;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 8px;
  margin-top: 2px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12), 0px 8px 16px rgba(0, 0, 0, 0.08);
}
.custom-selector .select-filter-wrap {
  position: relative;
}
.custom-selector .select-filter-wrap::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  font-size: 1.25rem;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-30%);
  color: transparent;
  background-color: #a3a3a3;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.custom-selector .select-filter-wrap input {
  height: 40px;
  color: #3d3d3d;
  padding: 0 16px 0 40px;
}
.custom-selector .select-options-wrapper {
  margin: 16px 0 0 0;
  max-height: calc(60vh - 72px);
  overflow: auto;
  position: relative;
}
.custom-selector .select-options-wrapper .select-no-results {
  color: #8f8f8f;
  padding: 0 16px;
  display: none;
}
.custom-selector .select-options-wrapper .select-options-list ul {
  padding: 0;
  list-style: none;
}
.custom-selector .select-options-wrapper .select-options-list li {
  min-height: 40px;
  line-height: 24px;
  padding: 8px 16px;
  border-radius: 4px;
  color: #3d3d3d;
  cursor: pointer;
}
.custom-selector .select-options-wrapper .select-options-list li:hover {
  background: rgba(0, 0, 0, 0.02);
}
.custom-selector .select-options-wrapper .select-options-list li.active {
  background: rgba(31, 189, 198, 0.16);
  font-weight: 800;
}

.custom-slideshow {
  overflow: hidden;
  align-self: self-start;
  width: 100%;
  padding-bottom: calc(62.5% - 64px);
  position: relative;
}
.custom-slideshow .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.custom-slideshow #slideshow-prev-btn,
.custom-slideshow #slideshow-next-btn {
  display: block;
  min-width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 4px;
  color: #8f8f8f;
}
.custom-slideshow #slideshow-prev-btn:hover,
.custom-slideshow #slideshow-next-btn:hover {
  background-color: #fafafa;
}
.custom-slideshow .image-area {
  display: flex;
  justify-items: center;
  align-items: center;
}
.custom-slideshow .image-area img {
  display: block;
  width: 100%;
  height: auto;
}

input[type=text],
input[type=password],
.input-text,
input[type=number] {
  height: 38px;
  padding: 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 0px #b8b8b8;
  width: 100%;
}
input[type=text]:focus,
input[type=password]:focus,
.input-text:focus,
input[type=number]:focus {
  outline: none;
  border: 1px solid #7cb6ed;
  box-shadow: 0px 0px 0px 4px #cfe6fc;
  transition: all ease 200ms;
}
input[type=text]:read-only,
input[type=password]:read-only,
.input-text:read-only,
input[type=number]:read-only {
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #0f172a;
}
input[type=text]:disabled,
input[type=password]:disabled,
.input-text:disabled,
input[type=number]:disabled {
  background-color: #e6e6e6;
  border: 1px solid #b8b8b8;
  color: #8f8f8f;
}
input[type=text]:placeholder-shown,
input[type=password]:placeholder-shown,
.input-text:placeholder-shown,
input[type=number]:placeholder-shown {
  color: #fafafa;
  font-size: 1rem;
}
input[type=text].invalid,
input[type=password].invalid,
.input-text.invalid,
input.invalid[type=number] {
  border: 1px solid #f47171;
  box-shadow: 0px 0px 0px 0px #fee6e6;
}
input[type=text].invalid:focus,
input[type=password].invalid:focus,
.input-text.invalid:focus,
input.invalid[type=number]:focus {
  box-shadow: 0px 0px 0px 4px #fee6e6;
  transition: all ease 200ms;
}

textarea {
  padding: 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 0px #b8b8b8;
  width: 100%;
}
textarea:focus {
  outline: none;
  border: 1px solid #7cb6ed;
  box-shadow: 0px 0px 0px 4px #cfe6fc;
  transition: all ease 200ms;
}
textarea:read-only {
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #0f172a;
}
textarea:disabled {
  background-color: #e6e6e6;
  border: 1px solid #b8b8b8;
  color: #8f8f8f;
}
textarea:placeholder-shown {
  color: #fafafa;
  font-size: 1rem;
}
textarea.invalid {
  border: 1px solid #f47171;
  box-shadow: 0px 0px 0px 0px #fee6e6;
}
textarea.invalid:focus {
  box-shadow: 0px 0px 0px 4px #fee6e6;
  transition: all ease 200ms;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.vertical-label-input lable {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  padding: 0 0 4px 0;
}

.input-helper-text {
  color: #8f8f8f;
  font-size: 0.75rem;
  padding: 4px 0;
  margin: 0;
}
.input-helper-text.invalid {
  color: #f24a4a;
}

textarea {
  padding: 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 0px #b8b8b8;
  width: 100%;
  resize: none;
}

.ckb-primary {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  padding: 4px;
  accent-color: #e02f79;
  flex-shrink: 0;
}
.ckb-primary ~ label {
  display: inline-block;
  margin-left: 8px;
}

.ckb-blue {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  padding: 4px;
  accent-color: #1e40af;
  flex-shrink: 0;
}
.ckb-blue ~ label {
  display: inline-block;
  margin-left: 8px;
}

.normal-radio {
  width: 16px;
  height: 16px;
  padding: 4px;
  accent-color: #e02f79;
  flex-shrink: 0;
}
.normal-radio ~ label {
  display: inline-block;
  margin-left: 8px;
}

.radio-pill-chip {
  appearance: none;
}
.radio-pill-chip + label {
  color: #8f8f8f;
  background: #fafafa;
  padding: 8px 16px;
  border-radius: 100px;
}
.radio-pill-chip:checked + label {
  color: #fff;
  background: linear-gradient(128deg, #f360b9 0%, #c583f2 100%);
}
.radio-pill-chip:hover + label {
  background: #62f0bd;
}

.low-em-label {
  display: block;
  margin: 8px 0;
  color: rgb(71, 85, 105);
}

#logo {
  display: flex;
  justify-content: start;
  align-items: center;
}
#logo img {
  width: 96px;
  margin-left: 16px;
}
@media (min-width: 768px) {
  #logo img {
    width: 120px;
  }
}

.nav-bar {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  background-size: cover;
  background-position: center;
  min-height: 48px;
  padding: 8px 4px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .nav-bar {
    padding: 8px 8px;
  }
}

.nav-items li {
  color: #666666;
  border-radius: 4px;
}
.nav-items li.active {
  color: #d875da;
  border-bottom: 2px solid #d875da;
  border-radius: 0;
}
.nav-items li.active:hover {
  border-radius: 4px 4px 0 0;
  background-color: #f9e7f8;
}
.nav-items li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-items li a {
  display: inline-block;
  padding: 4px 10px;
}

#menu-button {
  background-image: linear-gradient(128deg, #f360b9 0%, #c583f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

#btnLogin, #btnLogout {
  border: 1px solid #d875da;
  color: #d875da;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#btnLogin:hover, #btnLogout:hover {
  background-color: #f9e7f8;
}

#btnLogout {
  padding: 4px 8px;
}

.ski-resort-button {
  font-size: 1rem;
  text-align: center;
  padding: 8px 16px;
  border-radius: 8px;
  color: #8f8f8f;
  background: #fafafa;
}
.ski-resort-button:hover {
  background: #62f0bd;
}
@media (min-width: 1280px) {
  .ski-resort-button {
    font-size: 1.25rem;
    padding: 16px 32px;
  }
}
.ski-resort-button.active {
  color: #fff;
  background: linear-gradient(128deg, #f360b9 0%, #c583f2 100%);
}
.ski-resort-button.active:hover {
  filter: brightness(1.12);
}

.ski-resort-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #292929;
  padding: 8px 16px;
  border-radius: 40px;
  @apply sm:gap-4 md:justify-end;
}
.ski-resort-tabs.active {
  background: #f9e7f8;
  color: #d875da;
}

.timeline {
  position: relative;
  margin: 24px auto;
}
.timeline-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  padding: 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.timeline-container:first-child::before {
  content: "";
  position: absolute;
  border-left: 8px solid rgb(255, 255, 255);
  left: 43px;
  top: 0;
  height: 50%;
}
@media (min-width: 1280px) {
  .timeline-container:first-child::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.timeline-container:last-child::before {
  content: "";
  position: absolute;
  border-left: 8px solid rgb(255, 255, 255);
  left: 43px;
  bottom: 0;
  height: 50%;
}
@media (min-width: 1280px) {
  .timeline-container:last-child::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1280px) {
  .timeline-container:nth-child(even) {
    justify-content: left;
  }
  .timeline-container:nth-child(odd) {
    justify-content: right;
  }
}
.timeline-time {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  min-width: 60px;
  max-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  background-color: #d875da;
  border-radius: 20px;
  padding: 4px 8px;
  z-index: 950;
}
@media (min-width: 1280px) {
  .timeline-time {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.timeline-time-text {
  text-align: right;
}
.timeline-icon {
  position: relative;
  top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline-icon span {
  display: block;
}
.timeline-content {
  background-color: rgb(255, 255, 255);
  width: 60vw;
  border-radius: 16px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.12);
  padding: 16px;
  margin: 0 0 0 8px;
}
.timeline-content h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #525252;
  margin-bottom: 4px;
}
.timeline-content p {
  font-size: 16px;
  color: #666666;
}
@media (min-width: 1280px) {
  .timeline-content {
    width: 40%;
    margin: 0;
  }
}

.timeline-tracker {
  position: relative;
  top: 0;
  left: 45px;
  height: 100%;
  width: 2px;
  background-color: rgb(238, 238, 238);
}
@media (min-width: 1280px) {
  .timeline-tracker {
    left: 50%;
    transform: translateX(-50%);
  }
}

.timeline-tracker-basic {
  position: absolute;
  top: 0;
  left: 0px;
  height: 0;
  width: 4px;
  background-color: #d875da;
}
@media (min-width: 1280px) {
  .timeline-tracker-basic {
    left: 50%;
    transform: translateX(-50%);
  }
}

.custom-toast-card {
  position: fixed;
  bottom: 16px;
  right: 50%;
  z-index: 1060;
  transform: translate(50%, -8px);
  opacity: 0;
  visibility: hidden;
  width: calc(100vw - 16px);
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
}
@media (min-width: 640px) {
  .custom-toast-card {
    right: 16px;
    transform: translate(0, -8px);
    width: 460px;
  }
}
.custom-toast-card.show {
  transform: translate(50%, 0);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
@media (min-width: 640px) {
  .custom-toast-card.show {
    transform: translate(0, 0);
  }
}

[data-type=dismiss-btn] {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: none;
  cursor: pointer;
}
[data-type=dismiss-btn]:hover {
  background: rgba(0, 0, 0, 0.05);
}

.custom-modal {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.custom-modal-card {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 16px));
  opacity: 0;
  visibility: hidden;
  width: calc(100vw - 16px);
  border-radius: 16px;
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: all 0.5s;
}
@media (min-width: 640px) {
  .custom-modal-card {
    width: 640px;
  }
}
.custom-modal-card.show {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s 0.3s;
}

.custom-modal-body {
  max-height: calc(100vh - 140px);
  padding: 16px 0;
  overflow: auto;
}

.custom-modal-heading {
  color: #334155;
  font-weight: bold;
  font-size: 1.25rem;
}

.stepper-wrapper {
  display: flex;
  justify-content: space-around;
}
.stepper-wrapper .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.stepper-wrapper .stepper-item .counter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 18px;
  background: #e6e6e6;
  color: #fff;
  font-weight: semi-bold;
  font-size: 0.75rem;
  margin-bottom: 8px;
  z-index: 5;
}
.stepper-wrapper .stepper-item .name {
  padding: 0 4px;
  word-break: break-all;
  text-align: center;
}
.stepper-wrapper .stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  top: 12px;
  left: -50%;
}
.stepper-wrapper .stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  top: 12px;
  left: 50%;
}
.stepper-wrapper .stepper-item:first-child::before, .stepper-wrapper .stepper-item:last-child::after {
  content: none;
}

.stepper-item.completed .counter {
  background: #d875da;
}
.stepper-item.completed::before {
  border-bottom: 2px solid #d875da;
}

.race-by {
  --uib-size: 80px;
  --uib-speed: 1.4s;
  --uib-color: #42dec2;
  --uib-line-weight: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--uib-line-weight);
  width: var(--uib-size);
  border-radius: calc(var(--uib-line-weight) / 2);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.race-by::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--uib-color);
  opacity: 0.1;
}

.race-by::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: calc(var(--uib-line-weight) / 2);
  animation: raceBy var(--uib-speed) ease-in-out infinite;
  transform: translateX(-100%);
  background-color: var(--uib-color);
}

@keyframes raceBy {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.sticky-table {
  min-width: 100%;
  overflow: visible;
  table-layout: fixed;
}

.sticky-table th {
  position: sticky;
  box-shadow: 0 -1px 0 inset #f1f5f9;
}

.sticky-table thead tr th {
  top: 0;
  z-index: 2;
}
.sticky-table thead tr th:first-of-type {
  left: 0;
  z-index: 3;
  box-shadow: -1px -1px 0 inset #f1f5f9;
  background: #fff;
}

.sticky-table tbody th {
  left: 0;
  z-index: 2;
  box-shadow: -1px 0 0 inset #f1f5f9;
  background: #fff;
}

.sticky-table tbody tr:nth-child(even) th {
  background: #f8fafc;
}

.sticky-table tbody tr:hover th {
  background: #fff1f2;
}

.accordion-container {
  background-color: #fafafa;
  border-radius: 16px;
  position: relative;
}
.accordion-container:hover {
  background-color: #e6e6e6;
}
.accordion-container.active {
  background-color: #f5dbf5;
}
.accordion-container.active .accordion-body {
  max-height: 800px;
  transition: max-height 0.8s;
}
.accordion-container.active .accordion-title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
  font-size: 1.25rem;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-20%);
  color: transparent;
  background-color: #525252;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.5 12h-15'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 80%;
}
.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 36px 16px 32px;
  position: relative;
}
.accordion-title h3 {
  font-weight: bold;
}
.accordion-title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
  font-size: 1.25rem;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-20%);
  color: transparent;
  background-color: #525252;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 4.5v15m7.5-7.5h-15'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 80%;
}
.accordion-body {
  max-height: 0;
  padding: 0px 32px;
  transition: max-height 0.2s;
  overflow: hidden;
}
.accordion-body h1 {
  font-weight: bold;
  font-size: 24px;
  color: #334155;
  margin: 16px 0;
  padding: 16px 16px;
  border-bottom: 1px solid #f1f5f9;
}
@media (min-width: 768px) {
  .accordion-body h1 {
    font-size: 30px;
    margin: 24px 0;
  }
}
.accordion-body h2 {
  font-weight: bold;
  font-size: 22px;
  color: #334155;
  margin: 16px 0;
  padding: 8px 16px;
  border-bottom: 1px solid #f1f5f9;
}
.accordion-body h3 {
  font-weight: bold;
  font-size: 18px;
  color: #334155;
  margin: 8px 0;
  padding: 8px 16px;
}
.accordion-body p {
  font-size: 16px;
  line-height: 24px;
  color: #334155;
  padding: 8px 16px;
}
.accordion-body ul {
  padding-left: 36px;
}
.accordion-body ul li {
  list-style-type: disc;
}
.accordion-body ol {
  padding-left: 36px;
}
.accordion-body ol li {
  list-style-type: decimal;
}
.accordion-body strong:hover {
  color: #1ca8b0;
}
.accordion-body blockquote {
  display: block;
  padding: 16px 20px;
  margin: 16px;
  background-color: #f1f5f9;
  border-left: 2px solid #64748b;
}
.accordion-body a {
  display: inline-block;
  padding: 0 2px;
  color: #d875da;
  border-bottom: 1px solid #d875da;
}
.accordion-body a:hover {
  background-color: #f9e7f8;
}
.accordion-body hr {
  margin: 24px auto;
  border-top: 1px solid #f1f5f9;
}

.terms-of-service h2 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .terms-of-service h2 {
    margin-bottom: 1rem;
  }
}
.terms-of-service .terms-of-service-content {
  display: block;
  max-height: 60vh;
  min-height: 400px;
  overflow-y: auto;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.terms-of-service .terms-of-service-content * {
  margin-left: auto;
  margin-right: auto;
  max-width: 896px;
}
.terms-of-service p {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.terms-of-service li {
  margin-bottom: 0.25rem;
}

.lt-dec {
  list-style-type: decimal;
  padding: 8px 0 8px 24px;
}

.lt-rb-dec {
  list-style-type: none;
  counter-reset: secondcounter;
  padding: 8px 0 8px 24px;
}
.lt-rb-dec > li {
  position: relative;
  margin-bottom: 0.5rem;
}
.lt-rb-dec > li::before {
  content: "(" counter(secondcounter) ")";
  counter-increment: secondcounter;
  position: absolute;
  left: -24px;
}

.lt-up-en {
  list-style-type: upper-alpha;
  padding: 8px 0 8px 24px;
}

.lt-low-en {
  list-style-type: lower-alpha;
  padding: 8px 0 8px 24px;
}

.lt-disc {
  list-style-type: disc;
  padding: 8px 0 8px 24px;
}

.lt-square {
  list-style-type: square;
  padding: 8px 0 8px 24px;
}

.ski-level-link {
  position: relative;
  height: 180px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1280px) {
  .ski-level-link {
    height: 235px;
  }
}
.ski-level-link.level-1 {
  background-image: url("/image/ski-level-link/ski-level-1.png");
}
.ski-level-link.level-2 {
  background-image: url("/image/ski-level-link/ski-level-2.png");
}
.ski-level-link.level-3 {
  background-image: url("/image/ski-level-link/ski-level-3.png");
}
.ski-level-link a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  color: #fff;
}
.ski-level-link:hover {
  filter: brightness(1.1);
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.blog-card {
  position: relative;
  border-radius: 24px;
  border: 1px solid #f1f5f9;
  padding: 16px;
}
@media (min-width: 640px) {
  .blog-card {
    padding: 24px;
  }
}
.blog-card .blog-headding {
  font-weight: bold;
  font-size: 25px;
  color: #334155;
}
@media (min-width: 1024px) {
  .blog-card .blog-headding {
    font-size: 24px;
  }
}
.blog-card .blog-headding:hover {
  color: #475569;
}
.blog-card .blog-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  margin: 16px 0;
}
.blog-card .blog-thumbnail img {
  max-width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.blog-card .blog-thumbnail img:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}
.blog-card .blog-summary {
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 640px) {
  .blog-card .blog-summary {
    min-height: 160px;
  }
}
.blog-card .blog-continue-reading {
  position: relative;
  color: #1ca8b0;
}
.blog-card .blog-continue-reading a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
}
.blog-card .blog-continue-reading:hover {
  color: #42d8e1;
}

.blog-image {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-height: 480px;
  aspect-ratio: 16/9;
  border-radius: 24px;
  overflow: hidden;
}
.blog-image img {
  max-width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.blog-image img:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}

.blog-content {
  margin: 0 auto;
  max-width: 860px;
  padding: 24px 0;
}
.blog-content h1 {
  font-weight: bold;
  font-size: 24px;
  color: #334155;
  margin: 16px 0;
  padding: 16px 16px;
  border-bottom: 1px solid #f1f5f9;
}
@media (min-width: 768px) {
  .blog-content h1 {
    font-size: 30px;
    margin: 24px 0;
  }
}
.blog-content h2 {
  font-weight: bold;
  font-size: 22px;
  color: #334155;
  margin: 16px 0;
  padding: 8px 16px;
  border-bottom: 1px solid #f1f5f9;
}
.blog-content h3 {
  font-weight: bold;
  font-size: 18px;
  color: #334155;
  margin: 8px 0;
  padding: 8px 16px;
}
.blog-content p {
  font-size: 16px;
  line-height: 24px;
  color: #334155;
  padding: 8px 16px;
}
.blog-content ul {
  padding-left: 36px;
}
.blog-content ul li {
  list-style-type: disc;
}
.blog-content ol {
  padding-left: 36px;
}
.blog-content ol li {
  list-style-type: decimal;
}
.blog-content strong:hover {
  color: #1ca8b0;
}
.blog-content blockquote {
  display: block;
  padding: 16px 20px;
  margin: 16px;
  background-color: #f1f5f9;
  border-left: 2px solid #64748b;
}
.blog-content a {
  display: inline-block;
  padding: 0 2px;
  color: #d875da;
  border-bottom: 1px solid #d875da;
}
.blog-content a:hover {
  background-color: #f9e7f8;
}
.blog-content hr {
  margin: 24px auto;
  border-top: 1px solid #f1f5f9;
}

[data-name=ski-intro-text] p {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=site.css.map */
