<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------
concept
------------------------*/
.oracle_slide_wrap {
  margin-top: -11.25rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 750px) {
  .oracle_slide_wrap {
    margin-top: -6.25rem;
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 576px) {
  .oracle_slide_wrap {
    margin-top: -6.25rem;
  }
}
.oracle_slide_wrap .oracle_slide {
  z-index: 10;
}

.scroller_item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 1.875rem 1.25rem 0.3125rem;
  margin: 0 0.625rem;
  max-width: 18.75rem;
}
@media screen and (max-width: 750px) {
  .scroller_item {
    padding: 1.875rem 1.25rem 0.3125rem;
    margin: 0;
    max-width: unset;
  }
}
@media screen and (max-width: 576px) {
  .scroller_item {
    padding: 1.875rem 1rem 0.3125rem;
  }
}
.scroller_item img.scroller_item_oracle {
  filter: drop-shadow(0px 0px 12px #775d4b);
  flex-shrink: 100;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .scroller_item img.scroller_item_oracle {
    width: 100%;
  }
}
.scroller_item .scroller_item_info {
  margin: 0 auto;
  margin-top: 1.875rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .scroller_item .scroller_item_info {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .scroller_item .scroller_item_info {
    margin-top: 1.25rem;
  }
}
.scroller_item .scroller_item_info .text_stars {
  filter: invert(54%) sepia(50%) saturate(420%) hue-rotate(359deg) brightness(89%) contrast(88%);
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 576px) {
  .scroller_item .scroller_item_info .text_stars {
    margin: 0 auto 0.75rem;
  }
}
.scroller_item .scroller_item_info .text_stars::before, .scroller_item .scroller_item_info .text_stars::after {
  display: none;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0 1.25rem;
}
@media screen and (max-width: 750px) {
  .scroller_item .scroller_item_info .text_stars::before, .scroller_item .scroller_item_info .text_stars::after {
    display: none;
  }
}
.scroller_item .scroller_item_info img.scroller_item_name {
  height: 1.75rem;
}
@media screen and (max-width: 576px) {
  .scroller_item .scroller_item_info img.scroller_item_name {
    height: 1.125rem;
  }
}
.scroller_item .scroller_item_info .scroller_item_detail {
  font-size: 0.8125rem;
  padding: 0.625rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .scroller_item .scroller_item_info .scroller_item_detail {
    font-size: 0.75rem;
    padding: 0.625rem 0;
  }
}
.scroller_item .scroller_item_info .scroller_item_detail span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .scroller_item .scroller_item_info .scroller_item_detail span {
    font-size: 0.875rem;
  }
}

/*------------------------
  enjoy 
------------------------*/
@media screen and (max-width: 750px) {
  .sec-enjoy {
    margin-top: -1.25rem;
  }
}
.sec-enjoy .ly-container {
  padding-top: 1.875rem;
}
@media screen and (max-width: 750px) {
  .sec-enjoy .ly-container {
    padding-top: 0rem;
  }
}

.contents_enjoy {
  display: flex;
  align-items: baseline;
}
.contents_enjoy:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 750px) {
  .contents_enjoy:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.contents_enjoy figure {
  height: 1.5rem;
  width: 5rem;
  flex-shrink: 0;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .contents_enjoy figure {
    height: 1rem;
    width: 3.125rem;
  }
}
.contents_enjoy figure img {
  height: 100%;
  width: auto;
  filter: invert(54%) sepia(50%) saturate(420%) hue-rotate(359deg) brightness(89%) contrast(88%);
}
.contents_enjoy p {
  text-align: left;
}

/*------------------------
  contents main
------------------------*/
.sec-contents .contents_thumbnail {
  width: 80%;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 576px) {
  .sec-contents .contents_thumbnail {
    width: 90%;
    margin: 0 auto 0.75rem;
  }
}
.sec-contents .contents_thumbnail .slick-track {
  transform: unset !important;
}
.sec-contents .contents_thumbnail .thumbnail-img {
  margin: 0 1rem;
  border: 2px solid #482d1c;
}
@media screen and (max-width: 576px) {
  .sec-contents .contents_thumbnail .thumbnail-img {
    margin: 0 0.4375rem;
    border: 1px solid #482d1c;
  }
}
.sec-contents .contents_thumbnail .thumbnail-img.slick-current {
  border: 2px solid #d0af62;
}
.sec-contents .contents_slider .slider-img .framebox {
  margin-bottom: 1.5rem;
}
.sec-contents .contents_slider .slider-img .framebox img {
  display: block;
  background-color: #482d1c;
}
.sec-contents .contents_slider .sec-description {
  margin-bottom: 0;
}/*# sourceMappingURL=contents.css.map */</pre></body></html>