.top__sp-only {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.reveal.reveal-750 {
  transition: transform 0.75s ease-out, opacity 0.75s ease-out;
}

.reveal.reveal-1000 {
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.reveal-left {
  transform: translateX(-1.5rem);
}

.reveal-right {
  transform: translateX(1.5rem);
}

.reveal.show {
  opacity: 1;
  transform: translate(0, 0);
}

.reveal.show.delay-100 {
  transition-delay: 100ms;
}

.reveal.show.delay-200 {
  transition-delay: 200ms;
}

.reveal.show.delay-300 {
  transition-delay: 300ms;
}

.reveal.show.delay-400 {
  transition-delay: 400ms;
}

.reveal.show.delay-500 {
  transition-delay: 500ms;
}

.reveal.show.delay-700 {
  transition-delay: 700ms;
}

.reveal.show.delay-800 {
  transition-delay: 800ms;
}

.reveal.show.delay-900 {
  transition-delay: 900ms;
}

.reveal.show.delay-1000 {
  transition-delay: 1000ms;
}

.mv .reveal.show.delay-100 {
  transition-delay: 1000ms;
}
.mv .reveal.show.delay-200 {
  transition-delay: 1100ms;
}
.mv .reveal.show.delay-300 {
  transition-delay: 1200ms;
}
.mv .reveal.show.delay-400 {
  transition-delay: 1300ms;
}
.mv .reveal.show.delay-500 {
  transition-delay: 1400ms;
}

html {
  font-size: 10px;
}

::-moz-selection {
  background-color: #3A3A3A;
  color: white;
}

::selection {
  background-color: #3A3A3A;
  color: white;
}

.bounce {
  animation: bounceHint 600ms ease;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow: visible;
  font-weight: 500;
  color: #3A3A3A;
  letter-spacing: 0.04em;
}

a, button {
  text-decoration: none;
  color: #3A3A3A;
}
a:hover, button:hover {
  color: #3A3A3A;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h2::before {
  display: none;
}

.l-container--1500 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}

.l-container--1500-lo {
  margin-left: calc((100% - 1440px) / 2);
}

section {
  position: relative;
  background: #FFFFFF;
  overflow: clip;
}
section .section-title {
  margin: 0;
  padding: 8rem 0 3.3rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 5.6rem;
  color: #3A3A3A;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.04em;
}
section .section-title::before {
  content: none;
  display: block;
  position: static;
  margin: 0;
}

.ranking__title::before {
  content: "" !important;
  width: 6.4rem;
  height: 6.4rem;
  background: url("/wp-content/uploads/icon_ranking.png") no-repeat center/contain;
}

.trend__title::before {
  content: "" !important;
  width: 5.1rem;
  height: 6.4rem;
  background: url("/wp-content/uploads/icon_trend.png") no-repeat center/contain;
}

.recommendation__title::before {
  content: "" !important;
  width: 6.4rem;
  height: 6.4rem;
  background: url("/wp-content/uploads/icon_top-pick.png") no-repeat center/contain;
}

.design__title {
  flex-direction: column;
}

.design__title::before {
  content: "" !important;
  width: 27.1rem;
  height: 5.6rem;
  background: url("/wp-content/uploads/logo_clinic-style.png") no-repeat center/contain;
}

.content {
  font-size: 16px;
}

.content-container {
  padding: 5rem 0 6rem 0;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.bg-grey {
  background: #F3F3F3;
}

.banner {
  background: #3A3A3A;
  color: #FFFFFF;
  height: 5.6rem;
}
.banner div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
}
.banner div span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border-bottom: 2px solid #3A3A3A;
  padding: 1.2rem 8rem;
  z-index: 1000;
}
.header__menu {
  align-self: flex-end;
}
.header__logo img {
  width: 75%;
}
.header__nav {
  display: flex;
  gap: 6rem;
}
.header__nav a {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: transform 0.4s ease-out;
}
.header__nav a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-out;
}
.header__nav a:hover::after {
  transform: scaleX(1);
}
.header__nav a:nth-child(1)::before {
  background-image: url("/wp-content/uploads/icon_header_ranking.png");
}
.header__nav a:nth-child(2)::before {
  background-image: url("/wp-content/uploads/icon_header_trend.png");
}
.header__nav a:nth-child(3)::before {
  background-image: url("/wp-content/uploads/icon_header_top-pick.png");
}
.header__nav a:nth-child(4)::before {
  background-image: url("/wp-content/uploads/icon_header_design-list.png");
}

.mv {
  padding: 15rem 0 5.3rem 0;
  background: #FFFFFF;
  z-index: 0;
  overflow: hidden;
}
.mv__text {
  position: relative;
  top: 18%;
  margin-right: calc(var(--img-width) - 4px);
}
.mv__detail {
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 1.4px;
}
.mv__detail strong {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.mv .mv__title {
  width: -moz-fit-content;
  width: fit-content;
  background: none;
  color: #3A3A3A;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 7rem;
  text-align: left;
  padding: 0;
  margin: 0;
  display: block;
  letter-spacing: 0.12em;
}

.divider {
  --margin: 2rem;
  --img-minus-height: -118px;
  margin: var(--margin) 0;
  display: grid;
  grid-template-columns: 1fr 550px;
  align-items: end;
  position: relative;
  margin-top: calc(var(--img-minus-height) + var(--margin));
}
.divider__line {
  width: 100%;
  height: 2px;
  background: #3A3A3A;
  position: relative;
}

.deco-sticky-left {
  translate: -10% -2rem;
  position: sticky;
  top: calc(123px + 2rem);
  height: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 10rem;
  color: #CCC8C3;
  text-wrap: nowrap;
  opacity: 0.7;
}
.deco-sticky-left::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100dvh;
  left: 6.2rem;
  background: #CCC8C3;
}

.release {
  position: relative;
  background: #3A3A3A;
  padding: 3.2rem 0 9.8rem 11.5rem;
}
.release__deco {
  translate: -88% -2rem;
  color: #BAB6B1;
}
.release__item {
  display: grid;
  grid-template-columns: minmax(52rem, 54.4rem) minmax(36rem, 1fr);
  gap: 7.2rem;
  translate: -6rem 0;
}
.release__image {
  width: 100%;
}
.release__side {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.release .release__title {
  color: #FFFFFF;
  text-align: left;
  line-height: 1;
  font-size: 3.2rem;
  margin-bottom: 2.3rem;
  display: block;
  padding: 0;
}
.release__tags {
  display: inline-flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 0 3px;
}
.release__tag {
  cursor: pointer;
  padding: 1rem 1.6rem;
  border-radius: 2rem;
  background: #AFAFAF;
  color: #3A3A3A;
  font-size: 1.8rem;
  line-height: 1;
  transition: all 0.4s ease-out;
}
.release__tag:hover {
  color: #1FA2EA;
  background: #FFFFFF;
}
.release__tag.is-active {
  color: #FFFFFF;
  background: #1FA2EA;
}
.release__thumbs {
  display: flex;
  gap: 6.8rem;
  flex-wrap: nowrap;
  width: 125%;
}
.release__thumb {
  width: 320px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease-out;
  opacity: 1;
}
.release__thumb:hover {
  transform: translateY(-5px);
}
.release__thumb.is-active {
  transform: scale(1.03);
}
.release__lead {
  font-size: 2rem;
  font-weight: 500;
}
.release__description {
  margin-top: 2.5rem;
  line-height: 3rem;
  font-weight: 500;
}

@keyframes thumbIn {
  from {
    opacity: 0.7;
    transform: translateX(3rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* --- slider --- */
.slick-slider {
  margin-bottom: 0;
}

.slick-dots li.slick-active button {
  background-color: #1FA2EA;
}

.slider {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.slider__viewport {
  overflow: hidden;
}
.slider__track {
  display: flex;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.slider__slide {
  flex: 0 0 100%;
}
.slider__slide img {
  width: 100%;
  height: auto;
  display: block;
}
.slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  border: 0;
  cursor: pointer;
  padding: 0;
}
.slider__dot.is-active {
  background: rgba(255, 255, 255, 0.95);
}

.ranking .ranking__title {
  padding: 15rem 0 3.3rem 0;
}
.ranking__items {
  display: flex;
  align-items: flex-end;
  gap: 4%;
}
.ranking .item__link {
  height: 56rem;
}
.ranking .item__t1 .item__link {
  height: 60rem;
}
.ranking__note {
  text-align: right;
  translate: 0 100%;
  line-height: 1;
  letter-spacing: 0.07em;
}
.ranking__content {
  background: url("/wp-content/uploads/ranking_decoration_right.png") no-repeat top right/auto;
  padding-top: 0;
}
.ranking .gutters .col {
  margin-left: 0 !important;
}
.ranking__deco {
  translate: -10% 4.8rem;
  top: calc(123px - 4.8rem);
}
.ranking .row:after {
  display: none;
}

.items {
  display: flex;
}

.item {
  --card-color: #3A3A3A;
  --bg-color: #FFFFFF;
  position: relative;
}
.item__num {
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  z-index: 1;
  font-size: 21rem;
  line-height: 19rem;
  color: var(--card-color);
}
.item__link {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 1fr 4rem;
  border-radius: 2.4rem;
  border: 6px solid var(--card-color);
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 0;
  transition: all 0.4s ease;
  width: 100%;
}
.item__link:hover .item__figure {
  padding: 0;
}
.item__link:hover .item__image {
  height: 100%;
}
.item__text {
  color: #FFFFFF;
  background: var(--card-color);
  text-align: center;
  line-height: 4rem;
}
.item__figure {
  padding: 3.3rem;
  position: relative;
  background: var(--bg-color);
  width: 100%;
  text-align: center;
  overflow: hidden;
  transition: padding 0.4s ease-out;
}
.item__image {
  width: 100%;
  position: relative;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.item__deco {
  position: absolute;
  translate: -50% -50%;
  letter-spacing: 0.09em;
  line-height: 13px;
  color: var(--card-color);
  text-transform: uppercase;
}
.item .deco-top {
  top: 1.65rem;
  left: 50%;
}
.item .deco-left {
  left: 1.65rem;
  top: 50%;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}
.item .deco-bottom {
  bottom: 5px;
  left: 50%;
  rotate: 180deg;
}
.item .deco-right {
  right: 5px;
  top: 50%;
  rotate: 180deg;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}
.item__t1 {
  --card-color: #C68701;
  padding-bottom: 4rem;
}
.item__t2 {
  --card-color: #898989;
}
.item__t3 {
  --card-color: #735B27;
}
.item.ranking__item {
  --bg-color: #F8F3ED;
}
.item.ranking__item .item__link {
  margin-top: -5rem;
}
.item__content {
  display: flex;
  overflow: hidden;
}
.item__content .item__figure {
  aspect-ratio: 42/48;
  height: 100%;
}
.item__tags {
  margin: 0 !important;
  padding: 2.5rem 2.1rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  background: url("/wp-content/uploads/bg_dots.png") repeat left top/auto;
}
.item__tag {
  padding: 0 12px;
  border-radius: 20px;
  border: 2px solid #3A3A3A;
  background: #FFFFFF;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 900;
}
.item__tag:nth-of-type(1) span {
  color: #FE5F91;
}
.item__tag:nth-of-type(2) span {
  color: #B36CDD;
}
.item__tag:nth-of-type(3) span {
  color: #5F8CFE;
}
.item__tag:nth-of-type(4) span {
  color: #2DBD48;
}
.item__tag:nth-of-type(5) span {
  color: #E99C0F;
}

.recommendation__title {
  background: url("/wp-content/uploads/bg_seamless.png") repeat top left/auto;
}
.recommendation__item .item__link {
  background: #F3F3F3;
}
.recommendation__item .item__content {
  display: grid;
  grid-template-columns: 31.1fr 42fr;
}
.recommendation__content {
  background: url("/wp-content/uploads/top-pick_decoration_left.png") no-repeat 10.7% 6.6%/auto, url("/wp-content/uploads/top-pick_decoration_right.png") no-repeat top right/auto, url("/wp-content/uploads/bg_seamless.png") repeat top left/auto;
}

.details {
  padding: 2.7rem 1.6rem 2rem 1.6rem;
  display: grid;
  align-content: space-between;
  gap: 2rem;
}
.details__theme {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}
.details__theme svg {
  width: 100%;
  animation: pulseSvg 3s ease infinite;
}
.details__cat {
  background: #3A3A3A;
  border-radius: 2.4rem;
  color: #FFFFFF;
  padding: 10px 12px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.8rem;
  text-align: center;
  width: 100%;
}
.details__speech {
  width: 100%;
  padding: 2rem 1rem 2rem 2rem;
  border: 2px solid #3A3A3A;
  background: #FFFFFF;
  position: relative;
  margin-bottom: 23px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
}
.details__speech::after {
  content: "";
  position: absolute;
  bottom: -17.79px;
  left: 50%;
  translate: -50% 0;
  width: 22px;
  height: 18.79px;
  background: url("/wp-content/uploads/speech_tail.svg");
}

.profile {
  display: grid;
}
.profile__image {
  margin: 0 auto;
  max-width: 102px;
  margin-bottom: 12px;
}
.profile__sub {
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 24px;
}
.profile__sub::before {
  content: "";
  display: inline-block;
  width: 24px;
  aspect-ratio: 1;
}
.profile__sub-container {
  display: grid;
  margin: 0 auto;
}
.profile__name::before {
  background: url("/wp-content/uploads/icon_profile-name.png") no-repeat center/contain;
}
.profile__food::before {
  background: url("/wp-content/uploads/icon_profile-food.png") no-repeat center/contain;
}

.trend__content {
  background: url("/wp-content/uploads/vector_trend_decoration_right01.png") no-repeat 98.2% 10%/auto, url("/wp-content/uploads/vector_trend_decoration_left.png") no-repeat left top/auto, url("/wp-content/uploads/vector_trend_decoration_right02.png") no-repeat right top/auto;
  background-color: #F3F3F3;
}
.trend .item__content {
  display: grid;
  grid-template-columns: 42fr 31.1fr;
}

.filter {
  padding: 3rem 3rem 3rem 5rem;
  border: 7px solid #3A3A3A;
  border-style: inset;
  border-radius: 2.4rem;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9rem;
}
.filter__actions {
  display: grid;
  align-self: end;
  gap: 3.2rem;
}
.filter-category {
  display: grid;
  grid-template-columns: 12.3rem 1fr;
}
.filter-category-label {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  align-self: center;
}

.no-results {
  height: 100vh;
}

.match-mode label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  gap: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #3A3A3A;
}
.match-mode input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.match-mode__checkmark {
  width: 4.8rem;
  aspect-ratio: 1;
  border: 2px solid #3A3A3A;
  border-radius: 8px;
  border-style: inset;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}
.match-mode input[type=checkbox]:checked + .match-mode__checkmark {
  background: #3A3A3A;
  border-color: #3A3A3A;
}
.match-mode input[type=checkbox]:checked + .match-mode__checkmark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -60%;
  width: 1.2rem;
  height: 2.2rem;
  border: solid #FFFFFF;
  border-width: 0 6px 6px 0;
  transform: rotate(45deg);
}
.match-mode label:hover .match-mode__checkmark {
  border: 4px solid #3A3A3A;
}

.clear-btn {
  border: 1px solid #CECECE;
  border-radius: 8px;
  text-align: center;
  padding: 1rem 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
}
.clear-btn:hover {
  background: #F5F5F5;
  border-color: #B5B5B5;
}
.clear-btn:active {
  transform: translateY(1px);
  background: #EDEDED;
}
.clear-btn:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.2);
  outline-offset: 2px;
}

.tag-filters__container {
  display: grid;
  gap: 2.5rem;
}

.tag-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  align-self: start;
}

.tag-btn {
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tag-btn:hover {
  border: 6px solid #3A3A3A;
  border-style: inset;
  transform: translateY(-2px);
}
.tag-btn::after {
  position: absolute;
  content: "";
  display: none;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 2.88rem;
  height: 2.88rem;
  background: url("/wp-content/uploads/icon_checked.svg") no-repeat center/contain;
}
.tag-btn.active {
  border: 6px solid #3A3A3A;
  border-style: inset;
}
.tag-btn.active::after {
  display: block;
}
.tag-btn .tag-icon {
  width: auto;
}

.taste-btn {
  width: 16rem;
  aspect-ratio: 1;
  border-radius: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #CECECE;
  background: #FFFFFF;
}
.taste-btn::after {
  translate: 0;
  left: 5%;
  top: 5%;
}

.color-btn {
  width: 7.2rem;
  aspect-ratio: 1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}

.all-color-btn {
  border: 1px solid #CECECE;
}
.all-color-btn.active {
  color: #FFFFFF;
}

.design .design__title {
  gap: 2.4rem;
}
.design__category.template_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  display: flex;
  color: #3A3A3A;
  text-wrap: nowrap;
  align-items: center;
  margin-bottom: 3.4rem;
  padding: 0;
  gap: 3.7rem;
  letter-spacing: 0.04em;
}
.design__category.template_title::before {
  content: none;
}
.design__category.template_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #3A3A3A;
}
.design__items {
  display: flex;
  gap: 3.2rem;
}
.design__item .item__figure {
  aspect-ratio: 32/40;
}
.design .gutters .col {
  margin-left: 0 !important;
}
.design .row:after {
  display: none;
}

.footer__container {
  height: 31.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/wp-content/uploads/mv_left.png") no-repeat 0 102%/auto, url("/wp-content/uploads/mv_center.png") no-repeat bottom right/auto;
  background-color: #FFFFFF;
}
.footer__copyright {
  text-align: center;
  background: #3A3A3A;
  color: #FFFFFF;
  padding: 10px 0;
}
.footer__copyright p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.footer__button {
  position: fixed;
  cursor: pointer;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.4s ease-out;
}
.footer__button.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.footer__button.show svg {
  border-radius: 50%;
  animation: pulse 2s 1;
}
.footer__button:hover {
  transform: translateY(0) scale(1.08);
}

#intercom {
  bottom: 135px;
  transition: opacity 0.7s ease, transform 0.6s ease-out;
  transform: translateY(50%) scale(0.9);
}
#intercom.show {
  transform: translateY(0) scale(1);
}
#intercom:hover {
  transform: translateY(0) scale(1.08);
}
#intercom p {
  margin-bottom: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  color: #1FA2EA;
  -webkit-text-stroke: 3px #FFFFFF;
  paint-order: stroke fill;
}
#intercom p span {
  font-size: 1.7rem;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(31, 162, 234, 0.6);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(31, 162, 234, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 162, 234, 0);
  }
}
.glitter {
  stroke-dasharray: 6 10;
}
.glitter:nth-of-type(2) {
  animation-delay: 0.6s;
}
.glitter:nth-of-type(3) {
  animation-delay: 1.2s;
}
.glitter:nth-of-type(4) {
  animation-delay: 1.8s;
}

@keyframes glitter {
  0% {
    stroke-dashoffset: 0;
    filter: drop-shadow(0 0 0px rgba(255, 181, 21, 0));
    opacity: 1;
  }
  40% {
    filter: drop-shadow(0 0 6px rgba(255, 181, 21, 0.9));
  }
  100% {
    stroke-dashoffset: -40;
    filter: drop-shadow(0 0 0px rgba(255, 181, 21, 0));
    opacity: 1;
  }
}
@keyframes pulseSvg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.footer__logo.animate .logo-plus,
.footer__logo.animate .logo-ring-dark-1,
.footer__logo.animate .logo-ring-dark-2,
.footer__logo.animate .tile,
.footer__logo.animate .wordmark {
  opacity: 0;
}
.footer__logo.animate.animate .logo-plus {
  transform-box: fill-box;
  transform-origin: center;
  animation: plusIn 1.2s ease-out forwards;
}
.footer__logo.animate.animate .logo-ring-dark-1 {
  animation: fadeUp 0.7s ease-out 0.14s forwards;
}
.footer__logo.animate.animate .logo-ring-dark-2 {
  animation: fadeUp 0.7s ease-out 0.3s forwards;
}
.footer__logo.animate.animate .tile {
  transform-box: fill-box;
  transform-origin: center;
  animation: tilePop 0.54s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.footer__logo.animate.animate .tile-1 {
  animation-delay: 0.4s;
}
.footer__logo.animate.animate .tile-2 {
  animation-delay: 1s;
}
.footer__logo.animate.animate .tile-3 {
  animation-delay: 1.4s;
}
.footer__logo.animate.animate .tile-4 {
  animation-delay: 0.84s;
}
.footer__logo.animate.animate .tile-5 {
  animation-delay: 1s;
}
.footer__logo.animate.animate .wordmark {
  animation: wordmarkIn 1s ease-out 1.2s forwards;
}

@keyframes plusIn {
  from {
    opacity: 0;
    transform: scale(0.7) rotate(-8deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tilePop {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  70% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes wordmarkIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.is-opening {
  overflow: hidden;
}

body.is-opening > :not(.opening-screen) {
  visibility: hidden;
}

body.is-opening .opening-screen {
  visibility: visible;
}

.opening-screen {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 2000;
  display: grid;
  place-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.opening-screen__inner {
  width: min(72vw, 287px);
}

.clinic-style__logo {
  width: 100%;
  height: auto;
  display: block;
}

.clinic-style__logo .logo-plus,
.clinic-style__logo .logo-ring-dark-1,
.clinic-style__logo .logo-ring-dark-2,
.clinic-style__logo .tile,
.clinic-style__logo .wordmark path {
  opacity: 0;
}

.clinic-style__logo .logo-plus {
  transform-origin: 163px 15px;
  animation: logoPop 0.45s ease 0.1s forwards;
}

.clinic-style__logo .logo-ring-dark-1,
.clinic-style__logo .logo-ring-dark-2 {
  transform-origin: 137px 42px;
  animation: logoFadeUp 0.55s ease forwards;
}

.clinic-style__logo .logo-ring-dark-1 {
  animation-delay: 0.22s;
}

.clinic-style__logo .logo-ring-dark-2 {
  animation-delay: 0.32s;
}

.clinic-style__logo .tile-1 {
  animation: tileReveal 0.35s ease 0.38s forwards;
}

.clinic-style__logo .tile-2 {
  animation: tileReveal 0.35s ease 0.46s forwards;
}

.clinic-style__logo .tile-3 {
  animation: tileReveal 0.35s ease 0.54s forwards;
}

.clinic-style__logo .tile-4 {
  animation: tileReveal 0.35s ease 0.62s forwards;
}

.clinic-style__logo .tile-5 {
  animation: tileReveal 0.35s ease 0.7s forwards;
}

.clinic-style__logo .wordmark path {
  animation: wordmarkFade 0.55s ease forwards;
}

.clinic-style__logo .wordmark path:nth-child(1) {
  animation-delay: 0.82s;
}

.clinic-style__logo .wordmark path:nth-child(2) {
  animation-delay: 0.88s;
}

.clinic-style__logo .wordmark path:nth-child(3) {
  animation-delay: 0.94s;
}

.clinic-style__logo .wordmark path:nth-child(4) {
  animation-delay: 1s;
}

.clinic-style__logo .wordmark path:nth-child(5) {
  animation-delay: 1.06s;
}

.clinic-style__logo .wordmark path:nth-child(6) {
  animation-delay: 1.12s;
}

.clinic-style__logo .wordmark path:nth-child(7) {
  animation-delay: 1.18s;
}

.clinic-style__logo .wordmark path:nth-child(8) {
  animation-delay: 1.24s;
}

.clinic-style__logo .wordmark path:nth-child(9) {
  animation-delay: 1.3s;
}

body.is-opening-done .opening-screen {
  opacity: 0;
  visibility: hidden;
}

@keyframes logoPop {
  0% {
    opacity: 0;
    transform: scale(0.7) rotate(-8deg);
  }
  70% {
    opacity: 1;
    transform: scale(1.06) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes logoFadeUp {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tileReveal {
  0% {
    opacity: 0;
    transform: scale(0.4) translateY(6px);
  }
  70% {
    opacity: 1;
    transform: scale(1.08) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes wordmarkFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mv__divider-sp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease, transform 2s ease;
}
.mv__divider-sp path,
.mv__divider-sp rect,
.mv__divider-sp circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 5s ease;
}
.mv__divider-sp.animate {
  opacity: 1;
  transform: translateY(0);
}
.mv__divider-sp.animate path,
.mv__divider-sp.animate rect,
.mv__divider-sp.animate circle {
  stroke-dashoffset: 0;
  transition-delay: 0.8s;
}

@media (prefers-reduced-motion: reduce) {
  .opening-screen,
  .opening-screen * {
    animation: none !important;
  }
  .footer__logo * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .opening-screen,
  .clinic-style__logo .logo-plus,
  .clinic-style__logo .logo-ring-dark-1,
  .clinic-style__logo .logo-ring-dark-2,
  .clinic-style__logo .tile,
  .clinic-style__logo .wordmark path {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
/*----------------------------------------------- Tablet Styles -----------------------------------------------*/
@media (max-width: 1500px) {
  html {
    font-size: 9px;
  }
  .l-container--1500 {
    padding: 0 3rem;
  }
  .l-container--1500-lo {
    margin-left: 0;
    padding-left: 3rem;
  }
  .release__thumbs {
    width: 100%;
  }
  .release__thumb {
    width: calc((100% - 3.2rem) / 3);
  }
}
@media (max-width: 1250px) {
  html {
    font-size: 8px;
  }
  .release__thumb {
    width: calc((100% - 1.6rem) / 2);
  }
  /*----------------------------------------------- SP Styles -----------------------------------------------*/
  body {
    letter-spacing: 0.02em;
  }
  .top__pc-only {
    display: none !important;
  }
  .top__sp-only {
    display: block;
  }
  .l-container--1500 {
    padding: 0 5%;
  }
  .l-container--1500-lo {
    padding: 0 5%;
  }
  .content-container {
    padding: 32px 0 117px 0;
  }
  .gutters .col {
    margin-left: 0 !important;
  }
  section .section-title {
    font-size: 28px;
    line-height: 32px;
    padding: 31px 0 17px 0;
  }
  .ranking__title::before {
    width: 34px;
    height: 34px;
  }
  .trend__title::before {
    width: 34px;
    height: 34px;
  }
  .recommendation__title::before {
    width: 34px;
    height: 34px;
  }
  .design__title::before {
    width: 121px;
    height: 25px;
  }
  .deco-sticky-left {
    line-height: 0.8;
    top: 95px;
    font-size: 80px;
    letter-spacing: 0.02em;
  }
  .deco-sticky-left::after {
    left: 3rem;
  }
  .banner {
    height: 40px;
  }
  .banner div span {
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
  }
  .header__logo {
    height: 40px;
    width: 138px;
  }
  .header__logo img {
    width: 100%;
  }
  .header {
    padding: 0 0 0 5%;
    height: 69px;
  }
  .header__logo img {
    width: 100%;
  }
  .header__hamburger {
    display: block;
    height: 69px;
    aspect-ratio: 1;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    background: #3A3A3A;
    z-index: 1000;
  }
  .header__hamburger span {
    display: block;
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    margin: 12px auto;
    transition: 0.4s ease-out;
  }
  .header__hamburger.is-open span:nth-child(1) {
    transform: translateY(14px) rotate(45deg);
  }
  .header__hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.is-open span:nth-child(3) {
    transform: translateY(-14px) rotate(-45deg);
  }
  .header__pulldown {
    display: grid;
    position: fixed;
    top: 0;
    right: 0;
    translate: 100% 0;
    width: 254px;
    background: #fff;
    grid-template-columns: 1fr 50px;
    z-index: 999;
    transition: translate 0.4s ease-out;
    padding: 93px 11px 39px 20px;
    border-radius: 0 0 0 40px;
    padding-left: 0;
  }
  .header::after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    translate: 100% 0;
    width: 100vw;
    height: 100vh;
    background: #3A3A3A;
    opacity: 0;
    transition: opacity 0.4s ease-out;
  }
  .header.is-open .header__pulldown {
    translate: 65px 0;
  }
  .header.is-open::after {
    translate: 0;
    opacity: 0.5;
  }
  .header__text {
    font-size: 48px;
    font-weight: 500;
    writing-mode: vertical-rl;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    color: #3A3A3A;
    gap: 16px;
  }
  .header__text::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #3A3A3A;
  }
  .header__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
  }
  .header__nav a {
    width: 130px;
    aspect-ratio: 1;
    border-radius: 24px;
    border: 3px solid #3A3A3A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
  }
  .header__nav a::before {
    width: 64px;
    height: 64px;
  }
  .header__nav a::after {
    display: none;
  }
  .header__nav a:nth-child(1)::before {
    background-image: url("/wp-content/uploads/icon_ranking.png");
  }
  .header__nav a:nth-child(2)::before {
    background-image: url("/wp-content/uploads/icon_trend.png");
  }
  .header__nav a:nth-child(3)::before {
    background-image: url("/wp-content/uploads/icon_top-pick.png");
  }
  .header__nav a:nth-child(4)::before {
    background-image: url("/wp-content/uploads/icon_design.png");
  }
  .mv {
    padding-top: 40px;
    padding-bottom: 33px;
  }
  .mv .mv__title {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.08em;
  }
  .mv .mv__title span svg {
    width: 16px;
    height: 16px;
  }
  .mv__divider-sp {
    height: 85px;
    overflow: visible;
    display: flex !important;
    align-items: flex-end;
  }
  .mv__divider-sp svg {
    width: 100vw;
    height: 20vw;
    scale: 1.15;
  }
  .mv__detail {
    margin-top: 10px;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .mv__detail strong {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: -16px;
    display: block;
  }
  .release {
    overflow: hidden;
    padding: 25.6px 0 32px 0;
  }
  .release .slick-dots {
    bottom: -37px;
  }
  .release .release__title {
    font-size: 18px;
  }
  .release__item {
    display: flex;
    flex-direction: column;
    translate: 0;
  }
  .release__tags {
    margin-top: 5px;
    gap: 13px;
  }
  .release__thumbs {
    display: none;
  }
  .release__deco {
    height: auto;
    writing-mode: unset;
    translate: 0;
    text-align: center;
    position: relative;
    top: -4px;
    left: -12px;
    margin-bottom: -13px;
  }
  .release__deco::after {
    content: none;
  }
  .release__slider {
    overflow: visible;
    width: 100vw;
    position: relative;
    left: 50%;
    translate: -50% 0;
  }
  .release__slider .slick-track {
    display: flex;
    align-items: flex-start;
  }
  .release__slide {
    transition: transform 0.4s ease-out;
    transform: scale(0.7) translateY(-21%);
  }
  .release__slide.is-active {
    transform: scale(1) translateY(0);
  }
  .release__description {
    margin-top: 11px;
    line-height: 26px;
    font-weight: 400;
  }
  .ranking .ranking__title {
    padding: 79px 0 17px 0;
  }
  .ranking__content {
    padding-bottom: 111px;
    padding-top: 0;
  }
  .ranking__note {
    translate: 0 75%;
    letter-spacing: 0.02em;
    font-size: 14px;
  }
  .design__items {
    display: flex;
  }
  .items {
    padding-right: 0;
    padding-left: 0;
  }
  .item.slick-slide {
    padding: 0 1rem;
    max-width: 90vw;
    margin-bottom: 0;
  }
  .trend .item.slick-slide,
  .recommendation .item.slick-slide {
    display: flex;
    height: auto;
    float: none;
  }
  .item__t1 {
    order: 1;
  }
  .item__t2 {
    order: 2;
  }
  .item__t3 {
    order: 3;
  }
  .item__content {
    grid-template-columns: 1fr !important;
    grid-template-areas: "top" "bottom";
  }
  .item__link {
    grid-template-rows: 1fr 52px;
    border-width: 4px;
  }
  .item__link:hover .item__figure {
    padding: 16px;
  }
  .item__text {
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .item__deco {
    display: none;
  }
  .item__figure {
    padding: 16px;
    aspect-ratio: 238/280;
    grid-area: top;
  }
  .item__figure::after {
    content: ">";
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #FFFFFF;
    width: 40px;
    aspect-ratio: 1;
    background: #3A3A3A;
    line-height: 37px;
    font-size: 30px;
    font-family: "DM Sans", sans-serif;
    font-weight: 200;
    z-index: 15;
  }
  .item__tags {
    width: 100%;
    padding: 15px 11px;
    gap: 5px;
    grid-area: bottom;
  }
  .item__tag {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    max-width: 600px;
    margin: 0 auto !important;
  }
  .item__num {
    font-size: 120px;
    line-height: 130px;
  }
  .item__t1 {
    padding-bottom: 0;
  }
  .item__t1 .item__figure::after {
    background: #C68701;
  }
  .item__t2 .item__figure::after {
    background: #898989;
  }
  .item__t3 .item__figure::after {
    background: #735B27;
  }
  .item__details {
    grid-area: bottom;
    max-width: 600px;
    margin: 0 auto;
  }
  .ranking__content {
    background: url("/wp-content/uploads/ranking_decoration_right.png") no-repeat top right/187px 268px;
  }
  .trend__content {
    background: url("/wp-content/uploads/vector_trend_decoration_right01.png") no-repeat 98.2% 10%/64px 64px, url("/wp-content/uploads/vector_trend_decoration_left.png") no-repeat left top/316px 209px, url("/wp-content/uploads/vector_trend_decoration_right02.png") no-repeat right top/355px 181px;
    background-color: #F3F3F3;
  }
  .recommendation__content {
    background: url("/wp-content/uploads/top-pick_decoration_right.png") no-repeat top right/270px 363px, url("/wp-content/uploads/bg_seamless.png") repeat top left/auto;
  }
  .trend .item__content {
    grid-template-rows: 1fr 186px;
  }
  .recommendation__item .item__content {
    grid-template-rows: 1fr 352px;
  }
  .slick-track {
    display: flex;
  }
  .ranking__deco {
    translate: -10% 38px;
    top: 42px;
  }
  .ranking .item__link {
    height: auto;
  }
  .ranking .item__t1 .item__link {
    height: auto;
  }
  .slick-slider:has(.item__t2.slick-current) .slick-dots li.slick-active button {
    background-color: #C68701;
  }
  .slick-slider:has(.item__t1.slick-current) .slick-dots li.slick-active button {
    background-color: #898989;
  }
  .slick-slider:has(.item__t3.slick-current) .slick-dots li.slick-active button {
    background-color: #735B27;
  }
  .details {
    gap: 16px;
    width: auto;
    padding: 14px 12px 20px 12px;
  }
  .details__theme {
    gap: 0;
  }
  .details__theme svg {
    width: 100%;
  }
  .details__cat {
    font-size: 16px;
    font-weight: 900;
    line-height: 32px;
    padding: 0;
  }
  .details__speech {
    padding: 8px 5%;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 18px;
  }
  .profile__image {
    max-width: 80px;
  }
  .design .design__title {
    gap: 9px;
  }
  .design__wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .design__category.template_title {
    margin-left: 5%;
    margin-bottom: 15px;
    font-size: 24px;
    gap: 8px;
    margin-top: 87px;
  }
  .design__category.template_title:first-child {
    margin-top: 0;
  }
  .filter {
    margin-right: 5%;
    margin-left: 5%;
    flex-direction: column;
    padding: 15px 15px 25px 15px;
    margin-bottom: 87px;
  }
  .filter__actions {
    margin-top: 24px;
    gap: 24px;
    align-self: flex-start;
    width: 100%;
  }
  .filter-category {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .filter-category-label {
    align-self: flex-start;
  }
  .tag-filters {
    gap: 10px 5px;
  }
  .tag-filters:has(.color-btn) {
    gap: 10px 12px;
  }
  .tag-filters__container {
    gap: 24px;
    width: 100%;
  }
  .taste-btn {
    width: 142px;
    height: 94px;
  }
  .color-btn {
    width: 64px;
  }
  .tag-btn .tag-icon {
    width: 48px;
  }
  .taste-btn:hover {
    transform: none;
    border: 1px solid #CECECE;
  }
  .all-color-btn:hover {
    transform: none;
    border: 1px solid #CECECE;
  }
  .tag-btn.active {
    border: 4px solid #3A3A3A;
  }
  .match-mode label {
    gap: 7px;
    letter-spacing: 0.04em;
  }
  .match-mode__checkmark {
    width: 32px;
  }
  .design .item__link {
    grid-template-rows: 1fr 32px;
  }
  .footer__container {
    height: 216px;
    background: url("/wp-content/uploads/mv_left-sp.png") no-repeat left 132px/auto, url("/wp-content/uploads/mv_center-sp.png") no-repeat right 131px/auto;
    background-color: #FFFFFF;
  }
  .footer__logo {
    max-width: 41%;
    translate: 0 -10%;
  }
  .footer__button {
    bottom: 12px;
    right: 12px;
  }
  .footer__button svg {
    width: 60px;
    height: 60px;
  }
  #intercom {
    bottom: 80px;
  }
  #intercom p {
    font-size: 14px;
  }
  #intercom p span {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .mv__divider-sp svg {
    width: auto;
    height: auto;
  }
}/*# sourceMappingURL=top-page.css.map */