@charset "UTF-8";
/* 深沢八丁目カスタマイズ */
main {
  overflow: unset;
  background-color: #fff;
  line-height: 1.5;
}
main p {
  color: #051E2C;
  line-height: 1.75;
}
main :-moz-any-link {
  color: #051E2C;
}
main :any-link {
  color: #051E2C;
}

footer {
  position: relative;
  background-color: #fff;
}

.btn_wrap {
  background-color: #fff;
}

.t-brillia {
  font-weight: 400;
  font-family: "Noto Serif JP", sans-serif;
  overflow: unset;
  background-color: #fff;
  /*
    .t-brillia__mv
  ----------------------------------------------- */
  /*
    .t-brillia__outline
  ----------------------------------------------- */
  /*
    .t-brillia__feature
  ----------------------------------------------- */
  /*
    .t-brillia__about
  ----------------------------------------------- */
  /*
    .t-brillia__notes
  ----------------------------------------------- */
  /*
    .t-brillia__bnr
  ----------------------------------------------- */
}
.t-brillia .c-breadcrumbs {
  margin-top: unset;
}
.t-brillia__attention {
  color: red;
}
.t-brillia__mv, .t-brillia__outline, .t-brillia__feature {
  color: #051E2C;
}
.t-brillia__mv {
  position: relative;
  height: calc(100vh - min(5.331vw, 88.8px));
  height: calc(100dvh - min(5.331vw, 88.8px));
}
@media screen and (max-width: 768px) {
  .t-brillia__mv {
    height: calc(100vh - min(3.242vw, 54px));
    height: calc(100dvh - min(3.242vw, 54px));
  }
}
.t-brillia__mv::before {
  content: "";
  position: fixed;
  top: min(5.331vw, 88.8px);
  left: 0;
  width: 100%;
  height: calc(100vh - min(5.331vw, 88.8px));
  height: calc(100dvh - min(5.331vw, 88.8px));
  background: url("../img/mv.webp") no-repeat center top/cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .t-brillia__mv::before {
    top: 0;
    height: calc(100vh - min(3.242vw, 54px));
    height: calc(100dvh - min(3.242vw, 54px));
    background-image: url("../img/mv_sp.webp");
  }
}
.t-brillia__mv__desc {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(22.396vw, 516px);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .t-brillia__mv__desc {
    padding-top: min(11.458vw, 264px);
    padding-left: min(14.479vw, 333.6px);
  }
}
@media screen and (max-width: 768px) {
  .t-brillia__mv__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(60.513vw, 283.2px);
    padding-top: min(12.821vw, 60px);
  }
}
.t-brillia__mv__desc__title {
  width: min(27.917vw, 643.2px);
}
@media screen and (max-width: 768px) {
  .t-brillia__mv__desc__title {
    width: min(17.949vw, 84px);
  }
}
.t-brillia__mv__desc__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(13.6px, 0.885vw, 20.4px);
  line-height: 2.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .t-brillia__mv__desc__text {
    text-align: center;
    font-size: clamp(9.6px, 3.077vw, 14.4px);
    line-height: 2;
  }
}
.t-brillia__outline {
  position: relative;
  padding: min(44.167vw, 1017.6px) 0 min(8.333vw, 192px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline {
    margin-top: min(30.769vw, 144px);
    padding: min(40vw, 187.2px) 0 min(18.462vw, 86.4px);
  }
}
.t-brillia__outline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: min(52.604vw, 1212px);
  -webkit-backdrop-filter: blur(min(1.563vw, 36px)) brightness(1.15);
          backdrop-filter: blur(min(1.563vw, 36px)) brightness(1.15); /* 量: 30, 明るさ: 15%増加 */
  background-color: rgba(255, 255, 255, 0); /* 不透明度: 0% */
}
@media screen and (max-width: 1050px) {
  .t-brillia__outline::before {
    height: min(57.292vw, 1320px);
  }
}
@media screen and (max-width: 850px) {
  .t-brillia__outline::before {
    height: min(62.5vw, 1440px);
  }
}
@media screen and (max-width: 768px) {
  .t-brillia__outline::before {
    height: min(195.385vw, 914.4px);
    -webkit-backdrop-filter: blur(min(7.949vw, 37.2px)) brightness(0.95);
            backdrop-filter: blur(min(7.949vw, 37.2px)) brightness(0.95);
  }
}
.t-brillia__outline__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.t-brillia__outline__wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(8.542vw, 196.8px);
  width: 100%;
  padding: 0 min(1.042vw, 24px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(12.821vw, 60px);
    padding: 0 min(5.128vw, 24px);
  }
}
.t-brillia__outline__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.t-brillia__outline__title__img {
  width: min(12.083vw, 278.4px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__title__img {
    width: min(39.231vw, 183.6px);
  }
}
.t-brillia__outline__title__catch {
  margin-top: min(2.292vw, 52.8px);
  font-size: clamp(16px, 1.042vw, 24px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__title__catch {
    margin-top: min(5.128vw, 24px);
    font-size: clamp(11.2px, 3.59vw, 16.8px);
  }
}
.t-brillia__outline__title__catch__em {
  font-size: clamp(24px, 1.563vw, 36px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__title__catch__em {
    font-size: clamp(16px, 5.128vw, 24px);
  }
}
.t-brillia__outline__title__text {
  margin-top: min(1.302vw, 30px);
  font-size: clamp(13.6px, 0.885vw, 20.4px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__title__text {
    margin-top: min(5.128vw, 24px);
    font-size: clamp(9.6px, 3.077vw, 14.4px);
  }
}
.t-brillia__outline__block {
  container-type: inline-size;
  width: min(35.104vw, 808.8px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block {
    width: min(81.538vw, 381.6px);
  }
}
.t-brillia__outline__block__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 1em;
  font-size: clamp(25.6px, 1.667vw, 38.4px);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block__heading {
    padding-top: min(12.821vw, 60px);
    font-size: clamp(16px, 5.128vw, 24px);
  }
}
.t-brillia__outline__block__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: min(7.187vw, 165.6px);
  height: 0.5px;
  margin-inline: auto;
  background-color: #051E2C;
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block__heading::before {
    width: min(20.513vw, 96px);
  }
}
.t-brillia__outline__block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: min(2.604vw, 60px);
  padding: min(0.521vw, 12px) min(2.604vw, 60px);
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block__list {
    margin-top: min(5.128vw, 24px);
    padding: min(1.282vw, 6px) min(7.692vw, 36px);
  }
}
.t-brillia__outline__block__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-block: min(1.979vw, 45.6px);
  font-size: min(1.25vw, 28.8px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block__item {
    padding-block: clamp(18.4px, 5.897vw, 27.6px);
    font-size: clamp(11.2px, 3.59vw, 16.8px);
  }
}
.t-brillia__outline__block__item:not(:last-child)::before, .t-brillia__outline__block__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #004165;
}
.t-brillia__outline__block__item:not(:last-child)::before {
  opacity: 0.5;
}
.t-brillia__outline__block__item:not(:last-child)::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.t-brillia__outline__block__item__text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.t-brillia__outline__block__item__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: min(1.094vw, 25.2px);
  height: min(2.604vw, 60px);
  margin-block: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block__item__icon {
    width: min(2.821vw, 13.2px);
    height: min(1.795vw, 8.4px);
  }
}
@-webkit-keyframes rollIcon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  49% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  50% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  51% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes rollIcon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  49% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  50% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  51% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.t-brillia__outline__block__item__icon svg {
  display: block;
  width: 100%;
}
.t-brillia__outline__block__item__icon path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.t-brillia__outline__block__item__num {
  width: min(1.406vw, 32.4px);
  margin-right: min(1.406vw, 32.4px);
}
@media screen and (max-width: 768px) {
  .t-brillia__outline__block__item__num {
    width: min(4.103vw, 19.2px);
    margin-right: min(2.564vw, 12px);
  }
}
.t-brillia__outline__block__item__num path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (min-width: 769px) {
  .t-brillia__outline__block__item:hover {
    opacity: 1;
  }
  .t-brillia__outline__block__item:hover:not(:last-child)::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .t-brillia__outline__block__item:hover .t-brillia__outline__block__item__text {
    color: #004165;
  }
  .t-brillia__outline__block__item:hover .t-brillia__outline__block__item__num path,
  .t-brillia__outline__block__item:hover .t-brillia__outline__block__item__icon path {
    fill: #004165;
  }
  .t-brillia__outline__block__item:hover .t-brillia__outline__block__item__icon svg {
    -webkit-animation: rollIcon 0.4s ease;
            animation: rollIcon 0.4s ease;
  }
}
.t-brillia__feature {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .t-brillia__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.t-brillia__feature__sticky {
  display: none;
}
@media screen and (min-width: 769px) {
  .t-brillia__feature__sticky {
    position: sticky;
    display: block;
    top: min(5.331vw, 88.8px);
    left: 0;
    width: 50%;
    height: calc(100vh - min(5.331vw, 88.8px));
    height: calc(100dvh - min(5.331vw, 88.8px));
  }
  .t-brillia__feature__sticky .t-brillia__feature__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .t-brillia__feature__sticky .t-brillia__feature__title.is-active {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .t-brillia__feature__contents {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .t-brillia__feature__contents__pc {
    display: none;
  }
}
.t-brillia__feature__title {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: min(2.604vw, 60px);
  text-align: center;
  background: no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__title {
    width: 100%;
    aspect-ratio: 390/420;
    gap: min(5.128vw, 24px);
  }
}
.t-brillia__feature__title__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.406vw, 32.4px);
  font-size: min(3.125vw, 72px);
  font-weight: 300;
  line-height: 1.4666666667;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__title__main {
    gap: min(2.564vw, 12px);
    font-size: min(8.205vw, 38.4px);
    line-height: 1.3125;
  }
}
.t-brillia__feature__title__main__num {
  width: min(4.792vw, 110.4px);
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__title__main__num {
    width: min(12.051vw, 56.4px);
  }
}
.t-brillia__feature__title__text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: min(27.917vw, 643.2px);
  padding: min(2.083vw, 48px);
  font-size: clamp(12.8px, 0.833vw, 19.2px);
  line-height: 2.25;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__title__text {
    width: min(79.487vw, 372px);
    padding: min(5.128vw, 24px);
    font-size: clamp(10px, 3.077vw, 14.4px);
    line-height: 2;
  }
}
.t-brillia__feature__title__caption {
  position: absolute;
  right: min(0.521vw, 12px);
  bottom: min(0.521vw, 12px);
  font-size: clamp(10px, 0.573vw, 13.2px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__title__caption {
    right: min(2.564vw, 12px);
    bottom: min(1.026vw, 4.8px);
    font-size: clamp(10px, 2.564vw, 12px);
  }
}
.t-brillia__feature__desc {
  width: 100%;
  padding-block: min(8.958vw, 206.4px) min(4.167vw, 96px);
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc {
    padding-block: min(6.41vw, 30px) min(12.308vw, 57.6px);
  }
}
.t-brillia__feature__desc__heading {
  text-align: center;
  margin-bottom: 1.25em;
  font-size: min(2.083vw, 48px);
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__heading {
    margin-bottom: min(5.128vw, 24px);
    font-size: min(5.128vw, 24px);
  }
}
.t-brillia__feature__desc .swiper {
  padding-inline: min(2.604vw, 60px);
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc .swiper {
    padding-inline: min(4.103vw, 19.2px);
  }
}
.t-brillia__feature__desc .swiper-slide img {
  display: block;
  scale: 1;
  -webkit-transition: scale 0.8s ease;
  transition: scale 0.8s ease;
}
.t-brillia__feature__desc .swiper-slide.swiper-slide-prev img, .t-brillia__feature__desc .swiper-slide.swiper-slide-next img {
  scale: 0.714;
}
.t-brillia__feature__desc .swiper-slide.swiper-slide-prev img {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.t-brillia__feature__desc .swiper-slide.swiper-slide-next img {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.t-brillia__feature__desc .swiper-button-prev, .t-brillia__feature__desc .swiper-button-next {
  top: min(3.646vw, 84px);
  bottom: unset;
  width: min(2.604vw, 60px);
  height: min(19.271vw, 444px);
  background-color: #061E2C;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc .swiper-button-prev, .t-brillia__feature__desc .swiper-button-next {
    top: min(10.256vw, 48px);
    width: min(5.128vw, 24px);
    height: min(42.308vw, 198px);
  }
}
@-webkit-keyframes rollArrowLeft {
  0% {
    translate: 0 0;
  }
  49% {
    translate: -250% 0;
  }
  50% {
    translate: -250% 0;
    opacity: 0;
  }
  51% {
    translate: 250% 0;
  }
  51% {
    translate: 250% 0;
    opacity: 1;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes rollArrowLeft {
  0% {
    translate: 0 0;
  }
  49% {
    translate: -250% 0;
  }
  50% {
    translate: -250% 0;
    opacity: 0;
  }
  51% {
    translate: 250% 0;
  }
  51% {
    translate: 250% 0;
    opacity: 1;
  }
  100% {
    translate: 0 0;
  }
}
@-webkit-keyframes rollArrowRight {
  0% {
    translate: 0 0;
  }
  49% {
    translate: 250% 0;
  }
  50% {
    translate: 250% 0;
    opacity: 0;
  }
  51% {
    translate: -250% 0;
  }
  51% {
    translate: -250% 0;
    opacity: 1;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes rollArrowRight {
  0% {
    translate: 0 0;
  }
  49% {
    translate: 250% 0;
  }
  50% {
    translate: 250% 0;
    opacity: 0;
  }
  51% {
    translate: -250% 0;
  }
  51% {
    translate: -250% 0;
    opacity: 1;
  }
  100% {
    translate: 0 0;
  }
}
@media (any-hover: hover) {
  .t-brillia__feature__desc .swiper-button-prev:hover, .t-brillia__feature__desc .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.t-brillia__feature__desc .swiper-button-prev::before, .t-brillia__feature__desc .swiper-button-next::before {
  display: none;
}
.t-brillia__feature__desc .swiper-button-prev::after, .t-brillia__feature__desc .swiper-button-next::after {
  content: "\f105";
  color: #fff;
  font-size: clamp(14.4px, 0.938vw, 21.6px);
}
.t-brillia__feature__desc .swiper-button-prev {
  right: unset;
  left: 0;
}
@media screen and (min-width: 769px) {
  .t-brillia__feature__desc .swiper-button-prev:hover::after {
    -webkit-animation: rollArrowLeft 0.5s cubic-bezier(0.65, 0, 0.35, 1);
            animation: rollArrowLeft 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
}
.t-brillia__feature__desc .swiper-button-next {
  right: 0;
  left: unset;
}
@media screen and (min-width: 769px) {
  .t-brillia__feature__desc .swiper-button-next:hover::after {
    -webkit-animation: rollArrowRight 0.5s cubic-bezier(0.65, 0, 0.35, 1);
            animation: rollArrowRight 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
}
.t-brillia__feature__desc .swiper-pagination {
  padding-block: 0.5em;
}
.t-brillia__feature__desc .swiper-pagination-bullet {
  position: relative;
  width: min(1.042vw, 24px);
  height: min(1.042vw, 24px);
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc .swiper-pagination-bullet {
    width: min(3.59vw, 16.8px);
    height: min(3.59vw, 16.8px);
  }
}
.t-brillia__feature__desc .swiper-pagination-bullet-svg {
  display: block;
  width: 100%;
  rotate: -90deg;
}
.t-brillia__feature__desc .swiper-pagination-bullet-svg-circle {
  opacity: 0.2;
}
.t-brillia__feature__desc .swiper-pagination-bullet-active .swiper-pagination-bullet-svg-circle {
  opacity: 1;
}
.t-brillia__feature__desc .swiper-pagination-bullet-active .swiper-pagination-bullet-svg-line {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 4.5s linear;
  transition: stroke-dashoffset 4.5s linear;
}
.t-brillia__feature__desc__image {
  position: relative;
}
.t-brillia__feature__desc__image__caption {
  position: absolute;
  right: min(0.625vw, 14.4px);
  bottom: min(0.521vw, 12px);
  font-size: clamp(10px, 0.573vw, 13.2px);
  text-align: right;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.3s ease;
  transition: opacity 0.5s 0.3s ease;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__image__caption {
    right: min(1.795vw, 8.4px);
    bottom: min(1.282vw, 6px);
    font-size: clamp(10px, 2.308vw, 10.8px);
  }
}
.t-brillia__feature__desc__image__caption.--black {
  color: #051E2C;
}
.swiper-slide-active .t-brillia__feature__desc__image__caption {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__image__caption.--feature03-4 {
    bottom: min(0.256vw, 1.2px);
  }
}
.t-brillia__feature__desc__explain {
  margin-top: min(1.354vw, 31.2px);
  padding-inline: min(2.604vw, 60px);
  font-size: clamp(11.2px, 0.729vw, 16.8px);
  line-height: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.3s ease;
  transition: opacity 0.5s 0.3s ease;
}
.swiper-slide-active .t-brillia__feature__desc__explain {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__explain {
    margin-top: min(5.128vw, 24px);
    padding-inline: min(5.128vw, 24px);
    font-size: clamp(10px, 2.821vw, 13.2px);
  }
}
.t-brillia__feature__desc__explain__title {
  font-size: clamp(19.2px, 1.25vw, 28.8px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__explain__title {
    font-size: clamp(12.8px, 4.103vw, 19.2px);
  }
}
.t-brillia__feature__desc__explain__text {
  margin-top: min(0.521vw, 12px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__explain__text {
    margin-top: min(2.564vw, 12px);
  }
}
.t-brillia__feature__desc__explain__text small {
  display: block;
  font-size: clamp(10px, 0.573vw, 13.2px);
}
@media screen and (max-width: 768px) {
  .t-brillia__feature__desc__explain__text small {
    font-size: clamp(10px, 2.308vw, 10.8px);
  }
}
.t-brillia__feature__desc__explain__text small:first-child {
  margin-top: 0.9em;
}
.t-brillia__feature .t-brillia__feature__title {
  background-image: url("../img/feature/01/bg.webp");
}
.t-brillia__feature .t-brillia__feature__title.--feature2 {
  background-image: url("../img/feature/02/bg.webp");
}
.t-brillia__feature .t-brillia__feature__title.--feature3 {
  background-image: url("../img/feature/03/bg.webp");
}
.t-brillia__feature .t-brillia__feature__title.--feature4 {
  background-image: url("../img/feature/04/bg.webp");
}
.t-brillia__feature .t-brillia__feature__title.--feature5 {
  background-image: url("../img/feature/05/bg.webp");
}
.t-brillia__about {
  position: relative;
}
.t-brillia__about__link {
  display: block;
  width: 100%;
  aspect-ratio: 1920/400;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-brillia__about__link {
    aspect-ratio: 390/270;
  }
}
.t-brillia__about__link picture {
  position: relative;
  display: block;
}
.t-brillia__about__link picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #051E2C;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 1;
}
.t-brillia__about__link__img {
  display: block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (min-width: 769px) {
  .t-brillia__about__link:hover {
    opacity: 1;
  }
  .t-brillia__about__link:hover picture::before {
    opacity: 0.6;
  }
  .t-brillia__about__link:hover .t-brillia__about__link__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.t-brillia__about__txt {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  font-size: min(3.333vw, 76.8px);
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__about__txt {
    font-size: min(8.205vw, 38.4px);
  }
}
.t-brillia__about__txt__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.521vw, 12px);
  font-size: clamp(12.8px, 0.833vw, 19.2px);
}
@media screen and (max-width: 768px) {
  .t-brillia__about__txt__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: min(2.564vw, 12px);
    margin-left: min(8.205vw, 38.4px);
    font-size: clamp(10.4px, 3.333vw, 15.6px);
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
.t-brillia__about__txt__link::after {
  content: "";
  display: block;
  width: clamp(12.8px, 0.833vw, 19.2px);
  height: clamp(13.6px, 0.885vw, 20.4px);
  background: url("../img/icon_blink.svg") no-repeat center center/100% auto;
}
@media screen and (max-width: 768px) {
  .t-brillia__about__txt__link::after {
    width: clamp(12.8px, 4.103vw, 19.2px);
    height: clamp(13.6px, 4.359vw, 20.4px);
  }
}
.t-brillia__about__caption {
  position: absolute;
  right: min(7.292vw, 168px);
  bottom: min(0.938vw, 21.6px);
  font-size: clamp(10px, 0.573vw, 13.2px);
  text-align: right;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__about__caption {
    right: min(2.564vw, 12px);
    bottom: min(1.026vw, 4.8px);
    font-size: clamp(10px, 2.564vw, 12px);
  }
}
.t-brillia__notes {
  position: relative;
  padding-block: min(2.604vw, 60px);
  font-size: clamp(10px, 0.573vw, 13.2px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .t-brillia__notes {
    padding: min(5.128vw, 24px);
    font-size: clamp(10px, 2.821vw, 13.2px);
  }
}
@media screen and (min-width: 769px) {
  .t-brillia__notes__list {
    width: min(56.25vw, 1296px);
    margin-inline: auto;
  }
}
.t-brillia__notes__list__item + .t-brillia__notes__list__item {
  margin-top: min(0.26vw, 6px);
}
@media screen and (max-width: 768px) {
  .t-brillia__notes__list__item + .t-brillia__notes__list__item {
    margin-top: min(2.564vw, 12px);
  }
}
.t-brillia__notes__list__item a {
  text-decoration: underline;
}
.t-brillia__bnr {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .t-brillia__bnr {
    padding-block: min(2.604vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .t-brillia__bnr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.t-brillia__bnr__img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.t-brillia__bnr__txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(5.573vw, 128.4px);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-block: auto;
  color: #fff;
  font-size: min(2.76vw, 63.6px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__bnr__txt {
    left: min(9.231vw, 43.2px);
    font-size: min(8.205vw, 38.4px);
  }
}
.t-brillia__bnr__caption {
  position: absolute;
  right: min(0.677vw, 15.6px);
  bottom: min(0.938vw, 21.6px);
  font-size: clamp(10px, 0.469vw, 10.8px);
  line-height: 1.2;
  text-align: right;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__bnr__caption {
    right: min(2.564vw, 12px);
    bottom: min(2.564vw, 12px);
    font-size: clamp(10px, 2.308vw, 10.8px);
  }
}
.t-brillia__bnr__item {
  position: relative;
  overflow: hidden;
}
.t-brillia__bnr__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #051E2C;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.t-brillia__bnr__item.--history::before {
  background-color: #2D2E2E;
  opacity: 0.65;
}
.t-brillia__bnr__item::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(2.708vw, 62.4px);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-block: auto;
  color: #fff;
  font-size: clamp(12.8px, 0.833vw, 19.2px);
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-brillia__bnr__item::after {
    right: min(8.718vw, 40.8px);
    font-size: clamp(10px, 3.077vw, 14.4px);
  }
}
@media screen and (min-width: 769px) {
  .t-brillia__bnr__item:hover {
    opacity: 1;
  }
  .t-brillia__bnr__item:hover::before {
    opacity: 0.7;
  }
  .t-brillia__bnr__item:hover .t-brillia__bnr__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/* スライダー用 */
[class*=swiper]:focus {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: min(4.323vw, 72px);
  height: min(4.323vw, 72px);
  margin: auto;
  cursor: pointer;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (min-width: 769px) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    background-color: #707070;
  }
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: min(3.89vw, 64.8px);
    height: min(3.89vw, 64.8px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: min(11.2vw, 50.4px);
    height: min(11.2vw, 50.4px);
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #707070;
  background-color: #fff;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  z-index: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: clamp(8px, 0.72vw, 12px);
  color: #333;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}

.swiper-button-prev {
  right: calc(100% + min(1.441vw, 24px));
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    right: calc(100% - min(1.513vw, 25.2px));
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    right: calc(100% - min(3.386vw, 56.4px));
  }
}
.swiper-button-prev::after {
  content: "\f04b";
  margin-right: min(0.288vw, 4.8px);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.swiper-button-next {
  left: calc(100% + min(1.441vw, 24px));
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    left: calc(100% - min(5.6vw, 25.2px));
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    left: calc(100% - min(12.533vw, 56.4px));
  }
}
.swiper-button-next::after {
  content: "\f04b";
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 clamp(12.8px, 1.153vw, 19.2px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: clamp(25.6px, 2.305vw, 38.4px);
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    gap: 0 clamp(9.6px, 3.2vw, 14.4px);
    margin-top: min(6.4vw, 28.8px);
  }
}
.swiper-pagination-bullet {
  width: min(0.72vw, 12px);
  height: min(0.72vw, 12px);
  cursor: pointer;
  border-radius: 50%;
  background-color: #ddd;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: min(2.133vw, 9.6px);
    height: min(2.133vw, 9.6px);
  }
}
.swiper-pagination-bullet-active {
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #707070;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.c-slider {
  position: relative;
  z-index: 0;
  max-width: min(86.455vw, 1440px);
  width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .c-slider {
    max-width: min(320vw, 1440px);
    width: 86.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-slider {
    width: 100%;
  }
}
.c-slider img {
  width: 100%;
}
.c-slider__slide {
  width: 31.6666666667%;
  margin-right: 2.5%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .c-slider__slide {
    width: calc(50% - min(1.081vw, 18px));
    margin-right: min(2.161vw, 36px);
  }
}
@media screen and (max-width: 767px) {
  .c-slider__slide {
    width: 86.6666666667%;
    margin: 0 6.6666666667%;
  }
}
.c-slider__shadow {
  -webkit-filter: drop-shadow(0px 3px min(0.576vw, 9.6px) rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 3px min(0.576vw, 9.6px) rgba(0, 0, 0, 0.12));
}
.c-slider .c-info__card {
  margin-top: 0;
}
.c-slider--modal img {
  display: block;
  margin: 0 auto min(1.081vw, 18px);
}
@media screen and (max-width: 768px) {
  .c-slider--modal img {
    margin-bottom: min(1.067vw, 4.8px);
  }
}
.c-slider--modal__controller {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(2.882vw, 48px) min(1.657vw, 27.6px) auto min(1.657vw, 27.6px) min(2.882vw, 48px);
  grid-template-columns: min(2.882vw, 48px) auto min(2.882vw, 48px);
  gap: 0 min(1.657vw, 27.6px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: min(2.666vw, 44.4px);
}
@media screen and (max-width: 768px) {
  .c-slider--modal__controller {
    -ms-grid-columns: min(8vw, 36px) min(4vw, 18px) auto min(4vw, 18px) min(8vw, 36px);
    grid-template-columns: min(8vw, 36px) auto min(8vw, 36px);
    gap: 0 min(4vw, 18px);
    margin-top: min(4vw, 18px);
    padding-bottom: min(2.667vw, 12px);
  }
}
.c-slider--modal__controller .swiper-pagination {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0;
  margin-top: 0;
  font-weight: normal;
  cursor: default;
}
.c-slider--modal__controller .swiper-pagination .swiper-pagination-current {
  font-size: clamp(19.2px, 1.729vw, 28.8px);
}
@media screen and (max-width: 768px) {
  .c-slider--modal__controller .swiper-pagination .swiper-pagination-current {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.c-slider--modal__controller .swiper-button-disabled {
  opacity: 0.4;
}
.c-slider--modal__controller .swiper-button-prev, .c-slider--modal__controller .swiper-button-next {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.c-slider--switch__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-slider--switch__controller {
    gap: min(1.333vw, 6px);
  }
}
.c-slider--switch__controller__btn {
  display: -ms-grid;
  display: grid;
  place-content: center;
  min-width: min(9.798vw, 163.2px);
  margin-top: min(1.441vw, 24px);
  padding: min(1.297vw, 21.6px);
  border: 2px solid #333;
}
@media screen and (max-width: 768px) {
  .c-slider--switch__controller__btn {
    min-width: min(18.667vw, 84px);
    margin-top: min(3.467vw, 15.6px);
    padding: min(2.667vw, 12px);
    border-width: 1px;
  }
}
.c-slider--switch__controller__btn.is-active {
  color: #fff;
  background-color: #333;
  pointer-events: none;
}
/*# sourceMappingURL=t-brillia.css.map */