@media (max-width: 559px) {
  .is-pctb {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 559px) {
  .is-sp {
    display: block !important;
  }
}

.tal-sp-main-container img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.tal-sp-main-container a:hover {
  text-decoration: none !important;
}
.tal-sp-main-container a:visited {
  color: inherit;
}

body:has(.ac_large-contents) .g-pagetop {
  bottom: 40px;
}
@media (max-width: 767px) {
  body:has(.ac_large-contents) .g-pagetop {
    bottom: 12px;
  }
}

body:has(.ac_large-contents) .g-modal_box {
  border-radius: 0;
}

@media (min-width: 768px) {
  body:has(.ac_large-contents) .g-modal_box {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  body:has(.ac_large-contents) .g-modal_box {
    border-radius: 0;
  }
}
body:has(.ac_large-contents) .g-modal_body {
  height: 67dvh;
  margin: 55px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  body:has(.ac_large-contents) .g-modal_body {
    height: 100dvh;
    max-height: 100dvh;
  }
}

.tal-sp-ac-breadcrumbs {
  padding: 0 15px;
}
.tal-sp-ac-breadcrumbs__wrap {
  max-width: 1216px;
  margin: 0 auto;
}

.ac_cv-floating {
  height: auto;
}
.ac_cv-floating__inner {
  height: auto;
}
.ac_cv-floating__inner__bnr {
  height: 60px;
  width: 410px;
}
.ac_cv-floating__inner__bnr a {
  height: auto;
  margin: 0;
  padding: 0;
}
.ac_cv-floating__inner__bnr a::before {
  display: none;
}

@media (max-width: 959px) {
  .ac_cv-floating {
    display: block;
  }
  .ac_cv-floating__inner {
    padding: 0 15px;
  }
}
@media (min-width: 960px) {
  .ac_cv-floating {
    display: none;
  }
}
/*
.ac_cv-floating:not([data-static-mode]){
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}
*/
.tal-sp-main-container,
.tal-sp-main-container *,
.tal-sp-main-container *::before,
.tal-sp-main-container *::after {
  box-sizing: border-box;
}

.tal-sp-main-container {
  position: relative;
  z-index: 0;
  padding: 50px 0;
  overflow: hidden;
  color: #f6f3ed;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 767px) {
  .tal-sp-main-container {
    padding: 0;
  }
}
.tal-sp-main-container__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("/theartline/special/fuha_cp04/local/images/bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.tal-sp-main-container__layout {
  position: relative;
  z-index: 1;
}
.tal-sp-main-container__inner {
  max-width: 500px;
  margin: 0 auto;
  background-color: #f6f1e7;
  box-shadow: 0 0 min(3vw, 15px) rgba(0, 0, 0, 0.15);
}

@media (min-width: 960px) {
  .tal-sp-main-container {
    overflow: visible;
  }
  .tal-sp-main-container__layout {
    display: grid;
    grid-template-columns: 320px 500px;
    -moz-column-gap: clamp(40px, 4.3vw, 60px);
         column-gap: clamp(40px, 4.3vw, 60px);
    width: -moz-max-content;
    width: max-content;
    max-width: calc(100% - 40px);
    align-items: start;
    margin: 0 auto;
  }
  .tal-sp-main-container__inner {
    width: 500px;
    margin: 0;
  }
}
.instagram .instagram-media {
  height: 900px;
}

.tal-sp-section {
  position: relative;
  padding: min(16vw, 80px) 0;
  background-image: url("/theartline/special/fuha_cp04/local/images/section_bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: repeat-y;
  color: #f6f3ed;
}
.tal-sp-section > * {
  position: relative;
  z-index: 1;
}
.tal-sp-section--movie {
  background-image: url("/theartline/special/fuha_cp04/local/images/section_bg--movie.jpg");
  background-position: center;
}
.tal-sp-section--cv::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(46, 163, 220, 0.8);
  content: "";
  mix-blend-mode: overlay;
  pointer-events: none;
}

.tal-sp-section-heading {
  text-align: center;
}
.tal-sp-section-heading__lead {
  margin: 0;
  color: #dcdcdc;
  font-size: min(4.4vw, 22px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.tal-sp-section-heading__title {
  margin: min(0.4vw, 2px) 0 0;
  color: #f0f0f0;
  font-size: min(8vw, 40px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
.tal-sp-section-heading__title--narrowly {
  font-size: min(7.4vw, 37px);
  letter-spacing: 0em;
}
.tal-sp-section-heading__text {
  margin: min(5.4vw, 27px) 0 0;
  color: #c8c8b4;
  font-size: min(3.2vw, 16px);
  letter-spacing: 0.08em;
  line-height: 2;
}

.tal-sp-has-divider {
  position: relative;
}
.tal-sp-has-divider::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  width: 100%;
  max-width: min(100vw, 500px);
  height: min(2.4vw, 12px);
  background: url("/theartline/special/fuha_cp04/local/images/divider.png") center/100% 100% no-repeat;
  content: "";
  mix-blend-mode: screen;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.tal-sp-button {
  position: relative;
}
.tal-sp-button::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  padding: min(0.2vw, 1px);
  border-radius: inherit;
  background: linear-gradient(120deg, #e0c6a5 0%, #7c5532 18%, #bc8540 47%, #e0c6a5 72%, #936037 100%);
  content: "";
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.tal-sp-button {
  display: flex;
  width: min(64vw, 320px);
  height: min(10.4vw, 52px);
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border: 0;
  border-radius: min(0.6vw, 3px);
  background: #735f4d;
  color: #fff;
  font-size: min(3.2vw, 16px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: filter 0.25s ease;
}
.tal-sp-button:hover {
  filter: brightness(1.1);
}
.tal-sp-button:focus-visible {
  outline: min(0.4vw, 2px) solid #fff;
  outline-offset: min(0.6vw, 3px);
}
.tal-sp-button--estimate {
  width: min(72vw, 360px);
  height: min(12vw, 60px);
  background: #5a100c;
}
.tal-sp-button__arrow {
  position: absolute;
  right: min(3.8vw, 19px);
  width: min(1.6vw, 8px);
  height: min(1.6vw, 8px);
  border-right: min(0.2vw, 1px) solid #fff;
  border-bottom: min(0.2vw, 1px) solid #fff;
  transform: rotate(-45deg);
}

.tal-sp-fade-enabled [data-fade-up] {
  opacity: 0;
  transform: translate3d(0, min(4.8vw, 24px), 0);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.tal-sp-fade-enabled [data-fade-up].tal-sp-is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .tal-sp-fade-enabled [data-fade-up] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.tal-sp-motion-enabled .tal-sp-kv__title img, .tal-sp-motion-enabled .tal-sp-kv__bottom {
  opacity: 0;
  filter: blur(min(1vw, 5px));
  transform: translate3d(0, min(3.6vw, 18px), 0);
  animation: tal-sp-kv-copy-in 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.tal-sp-motion-enabled .tal-sp-kv__title img {
  animation-delay: 0.15s;
}
.tal-sp-motion-enabled .tal-sp-kv__bottom {
  animation-delay: 0.5s;
}

.tal-sp-motion-enabled .tal-sp-has-divider::before {
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(0.18);
  transform-origin: center;
  transition: opacity 0.55s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.tal-sp-motion-enabled .tal-sp-has-divider .tal-sp-section-heading__lead, .tal-sp-motion-enabled .tal-sp-has-divider .tal-sp-section-heading__title, .tal-sp-motion-enabled .tal-sp-has-divider .tal-sp-section-heading__text {
  opacity: 0;
  transform: translate3d(0, min(3.6vw, 18px), 0);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.tal-sp-motion-enabled .tal-sp-has-divider.tal-sp-motion-visible::before {
  opacity: 1;
  transform: translate(-50%, -50%) scaleX(1);
}
.tal-sp-motion-enabled .tal-sp-has-divider.tal-sp-motion-visible .tal-sp-section-heading__lead, .tal-sp-motion-enabled .tal-sp-has-divider.tal-sp-motion-visible .tal-sp-section-heading__title, .tal-sp-motion-enabled .tal-sp-has-divider.tal-sp-motion-visible .tal-sp-section-heading__text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.tal-sp-motion-enabled .tal-sp-has-divider.tal-sp-motion-visible .tal-sp-section-heading__lead {
  transition-delay: 0.05s;
}
.tal-sp-motion-enabled .tal-sp-has-divider.tal-sp-motion-visible .tal-sp-section-heading__title {
  transition-delay: 0.14s;
}
.tal-sp-motion-enabled .tal-sp-has-divider.tal-sp-motion-visible .tal-sp-section-heading__text {
  transition-delay: 0.26s;
}

.tal-sp-motion-enabled .tal-sp-section--sns.tal-sp-motion-visible .tal-sp-section-heading__lead, .tal-sp-motion-enabled .tal-sp-section--sns.tal-sp-motion-visible .tal-sp-section-heading__title, .tal-sp-motion-enabled .tal-sp-section--sns.tal-sp-motion-visible .tal-sp-section-heading__text {
  opacity: 0;
  transform: translate3d(0, min(3.6vw, 18px), 0);
}
.tal-sp-motion-enabled .tal-sp-section--sns.tal-sp-intro-heading-visible .tal-sp-section-heading__lead, .tal-sp-motion-enabled .tal-sp-section--sns.tal-sp-intro-heading-visible .tal-sp-section-heading__title, .tal-sp-motion-enabled .tal-sp-section--sns.tal-sp-intro-heading-visible .tal-sp-section-heading__text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.tal-sp-motion-enabled .tal-sp-section--sns.tal-sp-intro-heading-visible .tal-sp-section-heading__lead {
  transition-delay: 0s;
}
.tal-sp-motion-enabled .tal-sp-section--sns.tal-sp-intro-heading-visible .tal-sp-section-heading__title {
  transition-delay: 0.18s;
}
.tal-sp-motion-enabled .tal-sp-section--sns.tal-sp-intro-heading-visible .tal-sp-section-heading__text {
  transition-delay: 0.32s;
}

.tal-sp-motion-enabled .tal-sp-section--compare .tal-sp-compare-card,
.tal-sp-motion-enabled .tal-sp-section--compare .tal-sp-compare__arrow {
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.tal-sp-motion-enabled .tal-sp-section--compare .tal-sp-compare-card {
  transform: translate3d(0, min(5.6vw, 28px), 0) scale(0.985);
}
.tal-sp-motion-enabled .tal-sp-section--compare .tal-sp-compare__arrow {
  transform: translate3d(0, max(-2vw, -10px), 0) scale(0.8);
}
.tal-sp-motion-enabled .tal-sp-section--compare.tal-sp-motion-visible .tal-sp-compare-card,
.tal-sp-motion-enabled .tal-sp-section--compare.tal-sp-motion-visible .tal-sp-compare__arrow {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.tal-sp-motion-enabled .tal-sp-section--compare.tal-sp-motion-visible .tal-sp-compare-card--before {
  transition-delay: 0.28s;
}
.tal-sp-motion-enabled .tal-sp-section--compare.tal-sp-motion-visible .tal-sp-compare__arrow {
  transition-delay: 0.68s;
}
.tal-sp-motion-enabled .tal-sp-section--compare.tal-sp-motion-visible .tal-sp-compare-card--after {
  transition-delay: 0.88s;
}

.tal-sp-motion-enabled .tal-sp-series-item .tal-sp-series-card__copy,
.tal-sp-motion-enabled .tal-sp-series-item .tal-sp-series-card__sample {
  opacity: 0;
  transform: translate3d(0, min(2.8vw, 14px), 0);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.tal-sp-motion-enabled .tal-sp-series-item .tal-sp-accordion__button {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.tal-sp-motion-enabled .tal-sp-series-item.tal-sp-motion-visible .tal-sp-series-card__copy,
.tal-sp-motion-enabled .tal-sp-series-item.tal-sp-motion-visible .tal-sp-series-card__sample {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.tal-sp-motion-enabled .tal-sp-series-item.tal-sp-motion-visible .tal-sp-accordion__button {
  opacity: 1;
}
.tal-sp-motion-enabled .tal-sp-series-item.tal-sp-motion-visible .tal-sp-series-card__copy {
  transition-delay: 0.05s;
}
.tal-sp-motion-enabled .tal-sp-series-item.tal-sp-motion-visible .tal-sp-series-card__sample {
  transition-delay: 0.14s;
}
.tal-sp-motion-enabled .tal-sp-series-item.tal-sp-motion-visible .tal-sp-accordion__button {
  transition-delay: 0.22s;
}

.tal-sp-motion-enabled .tal-sp-case-carousel .swiper-slide {
  opacity: 0.58;
  transform: scale(0.95);
  transition: opacity 0.45s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.tal-sp-motion-enabled .tal-sp-case-carousel .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

@media (hover: hover) {
  .tal-sp-motion-enabled .tal-sp-button__arrow {
    transition: transform 0.25s ease;
  }
  .tal-sp-motion-enabled .tal-sp-button:hover .tal-sp-button__arrow {
    transform: translateX(min(0.6vw, 3px)) rotate(-45deg);
  }
}
@keyframes tal-sp-kv-copy-in {
  from {
    opacity: 0;
    filter: blur(min(1vw, 5px));
    transform: translate3d(0, min(3.6vw, 18px), 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tal-sp-motion-enabled .tal-sp-kv__title img,
  .tal-sp-motion-enabled .tal-sp-kv__bottom,
  .tal-sp-motion-enabled .tal-sp-has-divider::before,
  .tal-sp-motion-enabled .tal-sp-section-heading__lead,
  .tal-sp-motion-enabled .tal-sp-section-heading__title,
  .tal-sp-motion-enabled .tal-sp-section-heading__text,
  .tal-sp-motion-enabled .tal-sp-compare-card,
  .tal-sp-motion-enabled .tal-sp-compare__arrow,
  .tal-sp-motion-enabled .tal-sp-series-card__copy,
  .tal-sp-motion-enabled .tal-sp-series-card__sample,
  .tal-sp-motion-enabled .tal-sp-case-carousel .swiper-slide {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
    transition: none;
  }
  .tal-sp-motion-enabled .tal-sp-accordion__button {
    opacity: 1;
    transition: none;
  }
}
.tal-sp-desktop-cv {
  display: none;
}

@media (min-width: 960px) {
  .tal-sp-desktop-cv {
    position: sticky;
    top: var(--tal-sp-desktop-cv-sticky-top, 20px);
    display: block;
    width: 320px;
    align-self: start;
    margin-top: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .tal-sp-desktop-cv.tal-sp-is-sticky-ready {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .tal-sp-desktop-cv__title {
    margin: 0;
    color: #f0f0f0;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.6;
    white-space: nowrap;
  }
  .tal-sp-desktop-cv__text {
    margin: 8px 0 0;
    color: #c8c8b4;
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .tal-sp-desktop-cv__limited {
    margin: 22px 0 0;
    color: #dcdcdc;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
  .tal-sp-desktop-cv__goods {
    width: 320px;
    margin-top: 10px;
  }
  .tal-sp-desktop-cv__note {
    margin: 16px 0 0;
    color: #c8c8b4;
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
  .tal-sp-desktop-cv__button {
    width: 320px;
    height: 52px;
    margin-top: 10px;
    font-size: 16px;
  }
}
.tal-sp-kv {
  position: relative;
  display: flex;
  height: min(120vw, 600px);
  padding: min(8vw, 40px);
  background-image: url(/theartline/special/fuha_cp04/local/images/kv_bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: space-between;
}
.tal-sp-kv__title {
  width: 100%;
}
.tal-sp-kv__bottom {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.tal-sp-kv__logo {
  width: 100%;
  max-width: min(70.4vw, 352px);
}
.tal-sp-kv__banner {
  display: none;
}
.tal-sp-kv__banner img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 959px) {
  .tal-sp-kv__bottom {
    gap: min(2.8vw, 14px);
  }
  .tal-sp-kv__logo {
    max-width: min(48vw, 240px);
  }
  .tal-sp-kv__banner {
    display: block;
    width: 100%;
  }
}

.tal-sp-kv-img {
  position: relative;
  height: min(120vw, 600px);
}
.tal-sp-kv-img img {
  width: 100%;
}

.tal-sp-section--sns {
  z-index: 1;
  overflow: visible;
}
.tal-sp-section--sns::before {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scaleX(1) !important;
}

.tal-sp-sns__viewport {
  overflow: hidden;
}
.tal-sp-sns__slider {
  width: calc(100% + min(8vw, 40px));
  margin-top: min(8vw, 40px);
  overflow: visible;
  opacity: 0;
  transform: translateX(min(8vw, 40px));
  transition: opacity 0.2s ease;
}
.tal-sp-sns__slider.swiper-initialized {
  opacity: 1;
}
.tal-sp-sns__slide {
  width: min(36vw, 180px);
  height: auto;
}
.tal-sp-sns__bottom {
  display: flex;
  margin-top: min(5.6vw, 28px);
  padding: 0 min(4.4vw, 22px);
  align-items: flex-end;
  justify-content: space-between;
  gap: min(4vw, 20px);
}
.tal-sp-sns__hashtags {
  margin: 0;
  color: #c8c8b4;
  font-size: min(2.4vw, 12px);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.tal-sp-sns__navigation {
  display: flex;
  flex: 0 0 auto;
}
.tal-sp-sns__navigation-button {
  position: relative;
  display: grid;
  width: min(8vw, 40px);
  height: min(8vw, 40px);
  margin: 0;
  padding: 0;
  border: min(0.2vw, 1px) solid #3c3c32;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  place-items: center;
}
.tal-sp-sns__navigation-button + .tal-sp-sns__navigation-button {
  margin-left: max(-0.2vw, -1px);
}
.tal-sp-sns__navigation-button span {
  display: block;
  width: min(2.2vw, 11px);
  height: min(2.2vw, 11px);
  border-top: min(0.2vw, 1px) solid #c8c8b4;
  border-right: min(0.2vw, 1px) solid #c8c8b4;
}
.tal-sp-sns__navigation-button--prev span {
  margin-left: min(0.8vw, 4px);
  transform: rotate(-135deg);
}
.tal-sp-sns__navigation-button--next span {
  margin-right: min(0.8vw, 4px);
  transform: rotate(45deg);
}
.tal-sp-sns__navigation-button:focus-visible {
  outline: min(0.4vw, 2px) solid #fff;
  outline-offset: min(0.4vw, 2px);
}
.tal-sp-sns__card {
  display: flex;
  height: 100%;
  color: #fff;
  text-decoration: none;
  flex-direction: column;
}
.tal-sp-sns__card::before {
  display: none;
}
.tal-sp-sns__image {
  display: block;
  aspect-ratio: 2/3;
  overflow: hidden;
  border-radius: min(4vw, 20px);
  background: #292929;
}
.tal-sp-sns__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
}
.tal-sp-sns__account {
  display: flex;
  min-width: 0;
  margin-top: min(3.2vw, 16px);
  align-items: center;
  gap: min(2vw, 10px);
  color: #c8c8b4;
}
.tal-sp-sns__avatar {
  display: block;
  width: min(4vw, 20px);
  height: min(4vw, 20px);
  overflow: hidden;
  border: min(0.2vw, 1px) solid #c5c6c6;
  border-radius: 50%;
  flex: 0 0 auto;
}
.tal-sp-sns__avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tal-sp-sns__name {
  display: block;
  overflow: hidden;
  font-size: min(2.4vw, 12px);
  font-weight: 500;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (hover: hover) {
  .tal-sp-sns__card:hover .tal-sp-sns__image img {
    transform: scale(1.035);
  }
  .tal-sp-sns__navigation-button {
    transition: background-color 0.3s ease;
  }
  .tal-sp-sns__navigation-button:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }
}

.tal-sp-case-carousel {
  margin-top: min(8vw, 40px);
  overflow: hidden;
}
.tal-sp-case-carousel__slider {
  width: 100%;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.tal-sp-case-carousel__slider.swiper-initialized {
  opacity: 1;
}
.tal-sp-case-carousel__slide {
  width: min(72vw, 360px);
  height: auto;
}
.tal-sp-case-carousel__image {
  display: block;
  width: 100%;
  height: min(48vw, 240px);
  overflow: hidden;
  border-radius: min(2vw, 10px);
  background: #2b2b2b;
}
.tal-sp-case-carousel__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tal-sp-case-carousel__information {
  display: grid;
  width: min(84vw, 420px);
  margin: min(4vw, 20px) auto 0;
  align-items: center;
  grid-template-columns: min(8vw, 40px) minmax(0, 1fr) min(8vw, 40px);
  gap: min(3.2vw, 16px);
}
.tal-sp-case-carousel__title {
  margin: 0;
  color: #c8c8b4;
  font-size: min(4vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
.tal-sp-case-carousel__navigation {
  position: relative;
  display: grid;
  width: min(8vw, 40px);
  height: min(8vw, 40px);
  margin: 0;
  padding: 0;
  border: min(0.2vw, 1px) solid #3c3c32;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  place-items: center;
}
.tal-sp-case-carousel__navigation span {
  display: block;
  width: min(2.2vw, 11px);
  height: min(2.2vw, 11px);
  border-top: min(0.2vw, 1px) solid currentColor;
  border-right: min(0.2vw, 1px) solid currentColor;
}
.tal-sp-case-carousel__navigation--prev span {
  margin-left: min(0.8vw, 4px);
  transform: rotate(-135deg);
}
.tal-sp-case-carousel__navigation--next span {
  margin-right: min(0.8vw, 4px);
  transform: rotate(45deg);
}
.tal-sp-case-carousel__navigation:focus-visible {
  outline: min(0.4vw, 2px) solid #fff;
  outline-offset: min(0.6vw, 3px);
}
.tal-sp-case-carousel__button {
  margin-top: min(9.6vw, 48px);
}
.tal-sp-case-carousel .swiper-slide {
  opacity: 0.65;
  transition: opacity 0.35s ease;
}
.tal-sp-case-carousel .swiper-slide-active {
  opacity: 1;
}
@media (hover: hover) {
  .tal-sp-case-carousel__navigation {
    transition: background-color 0.3s ease;
  }
  .tal-sp-case-carousel__navigation:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }
}

.tal-sp-compare {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(6.2vw, 31px);
}
.tal-sp-compare__arrow {
  width: 0;
  height: 0;
  margin: min(4vw, 20px) 0;
  border-top: min(4vw, 20px) solid #a5a57b;
  border-right: min(6vw, 30px) solid transparent;
  border-left: min(6vw, 30px) solid transparent;
}

.tal-sp-compare-card {
  --tal-sp-compare-border: linear-gradient(135deg, #d8dde7 0%, #8c9db8 38%, #566b90 72%, #aeb9cc 100%);
  width: min(82vw, 410px);
  text-align: center;
}
.tal-sp-compare-card--after {
  --tal-sp-compare-border: linear-gradient(120deg, #e0c6a5 0%, #7c5532 18%, #bc8540 47%, #e0c6a5 72%, #936037 100%);
}
.tal-sp-compare-card__title {
  margin: 0 0 0.5em;
  font-size: min(4vw, 20px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
.tal-sp-compare-card__title [lang=en] {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1em;
  letter-spacing: 0.12em;
}
.tal-sp-compare-card__image {
  position: relative;
}
.tal-sp-compare-card__image::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  padding: min(0.2vw, 1px);
  border-radius: inherit;
  background: var(--tal-sp-compare-border);
  content: "";
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.tal-sp-compare-card__image {
  width: 100%;
  height: min(51vw, 255px);
  margin-top: min(1.2vw, 6px);
  overflow: hidden;
  border-radius: min(2vw, 10px);
}
.tal-sp-compare-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tal-sp-compare-card__description {
  margin: min(2.4vw, 12px) 0 0;
  font-size: min(3.2vw, 16px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: center;
}

.tal-sp-accordion {
  width: 100%;
}
.tal-sp-accordion__button {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: flex;
  width: min(82vw, 410px);
  height: min(11vw, 55px);
  margin: 0;
  padding: 0 min(3.6vw, 18px);
  align-items: center;
  justify-content: center;
  gap: min(2vw, 10px);
  border: 0;
  border-radius: min(2vw, 10px);
  background: #444f57;
  box-shadow: none;
  color: #fff;
  font: inherit;
  font-size: min(3.2vw, 16px);
  letter-spacing: 0.04em;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transform: translate(-50%, 50%);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.tal-sp-accordion__button:focus-visible {
  outline: min(0.4vw, 2px) solid #fff;
  outline-offset: min(0.6vw, 3px);
}
.tal-sp-accordion__button[aria-expanded=true] .tal-sp-accordion__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.tal-sp-accordion__button[aria-expanded=true] .tal-sp-accordion__label--closed,
.tal-sp-accordion__button[aria-expanded=true] .tal-sp-accordion__count {
  display: none;
}
.tal-sp-accordion__button[aria-expanded=true] .tal-sp-accordion__label--open {
  display: inline;
}
.tal-sp-accordion__icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: min(3.6vw, 18px);
  height: min(3.6vw, 18px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
}
.tal-sp-accordion__icon::before, .tal-sp-accordion__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1.8vw, 9px);
  height: min(0.2vw, 1px);
  background: #444f57;
  content: "";
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.tal-sp-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tal-sp-accordion__label {
  display: inline;
  white-space: nowrap;
}
.tal-sp-accordion__label--open {
  display: none;
}
.tal-sp-accordion__count {
  display: inline-flex;
  min-height: min(4.8vw, 24px);
  padding: min(0.2vw, 1px) min(1.6vw, 8px) min(0.4vw, 2px);
  align-items: center;
  border-radius: min(0.6vw, 3px);
  background: #b47b38;
  font-size: min(2.6vw, 13px);
  line-height: 1;
  white-space: nowrap;
}
.tal-sp-accordion__bridge {
  position: relative;
  z-index: 1;
  width: 100%;
}
.tal-sp-accordion__bridge img {
  display: block;
  width: 100%;
  height: auto;
}
.tal-sp-accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s ease;
}
.tal-sp-accordion__panel[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.tal-sp-accordion__panel-inner {
  min-height: 0;
  overflow: hidden;
}
.tal-sp-accordion__panel-inner img {
  display: block;
  width: 100%;
  height: auto;
}

.tal-sp-series {
  padding-top: 0;
}
.tal-sp-series__heading {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 80px 30px 50px;
  background-image: url("/theartline/special/fuha_cp04/local/images/section_bg.jpg");
  background-position: center top;
  background-size: 500px auto;
  background-repeat: no-repeat;
}
.tal-sp-series .tal-sp-accordion {
  position: relative;
}

.tal-sp-series-item {
  position: relative;
}

.tal-sp-series-card {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tal-sp-series-card__visual {
  position: relative;
  display: flex;
  height: min(43vw, 215px);
  padding: min(9vw, 45px) min(6vw, 30px) min(8vw, 40px);
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.tal-sp-series-card__visual--art {
  background-image: url("/theartline/special/fuha_cp04/local/images/art-main.jpg");
}
.tal-sp-series-card__visual--nature {
  background-image: url("/theartline/special/fuha_cp04/local/images/nature-main.jpg");
}
.tal-sp-series-card__visual--blend {
  background-image: url("/theartline/special/fuha_cp04/local/images/blend-main.jpg");
}
.tal-sp-series-card__copy, .tal-sp-series-card__name, .tal-sp-series-card__description, .tal-sp-series-card__sample {
  display: block;
}
.tal-sp-series-card__copy, .tal-sp-series-card__sample {
  position: relative;
  z-index: 1;
}
.tal-sp-series-card__name {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: min(7.6vw, 38px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.tal-sp-series-card__description {
  margin: min(2.4vw, 12px) 0 0;
  font-size: min(2.8vw, 14px);
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.tal-sp-series-card__sample {
  align-self: flex-end;
  margin: 0;
  font-size: min(2.4vw, 12px);
  letter-spacing: 0.1em;
}
.tal-sp-series-card__sample > small {
  font-size: min(2vw, 10px);
}

.tal-sp-section--movie {
  min-height: min(150vw, 750px);
  padding: min(14vw, 70px) 0;
  background-color: #343331;
  background-position: center top;
  background-size: min(100vw, 500px) auto;
  background-repeat: no-repeat;
}

.tal-sp-section-heading--movie .tal-sp-section-heading__text {
  margin-top: min(4vw, 20px);
}

.tal-sp-movie {
  margin-top: min(8.4vw, 42px);
}
.tal-sp-movie__video {
  width: min(88vw, 440px);
  aspect-ratio: 16/9;
  margin-inline: auto;
  overflow: hidden;
  background: #111;
  box-shadow: 0 min(1vw, 5px) min(3.6vw, 18px) rgba(0, 0, 0, 0.28);
}
.tal-sp-movie__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.tal-sp-movie__button {
  margin-top: min(8vw, 40px);
}

.tal-sp-cv {
  margin-top: min(10vw, 50px);
}
.tal-sp-cv__visual {
  height: min(42vw, 210px);
  overflow: hidden;
}
.tal-sp-cv__visual img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tal-sp-cv__offer {
  padding: min(9.6vw, 48px) min(4vw, 20px) 0;
  text-align: center;
}
.tal-sp-cv__limited {
  margin: 0;
  font-size: min(5.6vw, 28px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.tal-sp-cv__goods {
  width: min(88vw, 440px);
  margin: min(4.4vw, 22px) auto 0;
}
.tal-sp-cv__note {
  margin: min(5.6vw, 28px) 0 0;
  font-size: min(2.8vw, 14px);
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.tal-sp-cv__button {
  margin-top: min(3.6vw, 18px);
}

.tal-sp-display {
  margin-top: min(10.4vw, 52px);
}
.tal-sp-display__visual {
  margin: 0;
}
.tal-sp-display__visual img {
  height: min(60vw, 300px);
  -o-object-fit: cover;
     object-fit: cover;
}
.tal-sp-display__visual figcaption {
  margin-top: min(2.4vw, 12px);
  padding: 0 min(4vw, 20px);
  color: #c8c8b4;
  font-size: min(2.8vw, 14px);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.tal-sp-display__visual figcaption > span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
}
.tal-sp-display__button {
  margin-top: min(9.6vw, 48px);
}/*# sourceMappingURL=style.css.map */