@import "https://fonts.googleapis.com/css2?family=Caudex:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap";
body {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 1.714;
  overflow-x: hidden;
}

body::after {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #f0baad, #aca1cd) !important;
  z-index: 0;
}

.pane-contents .pane-main {
  padding-bottom: 120px;
}

body .nav__trigger--open {
  display: block;
}

body .nav__trigger--close {
  display: none;
}

body.show {
  overflow: hidden;
}

body.show .nav__trigger--open {
  display: none;
}

body.show .nav__trigger--close {
  display: block;
}
main {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
}

.onlyPC {
  display: block !important;
}

.onlySP {
  display: none !important;
}
.uppercase {
  text-transform: uppercase;
}

.line {
  display: inline-block;
}

.title {
  color: #019ed3;
}

.anchorTarget {
  padding-top: 20px;
  margin-top: -20px;
}
a {
  transition: all 0.5s ease;
}

a:hover {
  opacity: 1;
}

.btn:has(.btn__link) {
  width: 100%;
  position: relative;
  z-index: 1;
  border: none;
}

.btn__link {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.333;
  background-color: #8f80b9;
  color: #fff;
  width: 100%;
  max-width: 768px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  transition: all 0.5s ease;
}

.btn__link::before {
  position: absolute;
  top: 7px;
  left: 5px;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 14px);
  border: 1px solid #fff;
  transition: all 0.5s ease;
}

.btn__link:hover {
  background-color: #eeecf5;
  color: #8f80b9;
}

.btn__link:hover::before {
  border: 1px solid #8f80b9;
}

.bnr {
  margin-top: 100px;
  max-width: 350px;
  margin-inline: auto;
}

.l-footer {
  margin-top: 130px;
}

.l-footer__toTopBtn,
.l-footer__toTopBtn.is-show {
  display: none;
}

.scrollTop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: url(https://www.uktsc.com/ec/img/usr/pg/cont/GOOVI/25aw/scrolltop.svg) no-repeat center/contain;
  z-index: 19;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 30;
  height: 35px !important;
}
.swiper-wrapper {
  padding-bottom: 25px;
}

.mv .swiper-pagination {
  bottom: 0 !important;
  top: auto !important;
  height: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.mv .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  opacity: 1;
}
.mv .swiper-pagination-bullet-active {
  background-color: #fff;
}
.mv .lookbook__slide-single .swiper-pagination-bullet {
  border: 1px solid #aca1cd;
  opacity: 1;
}
.mv .lookbook__slide-single .swiper-pagination-bullet-active {
  background-color: #aca1cd;
}
.mv .swiper-button-next,
.mv .swiper-button-prev {
  display: none;
}
.mv .swiper-button-next::after,
.mv .swiper-button-prev::after {
  display: none;
}

.lookbook .swiper-pagination {
  bottom: 0 !important;
  top: auto !important;
  height: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.lookbook .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.lookbook .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.lookbook .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  opacity: 1;
}
.lookbook .swiper-pagination-bullet-active {
  background-color: #fff;
}
.lookbook .lookbook__slide-single .swiper-pagination-bullet {
  border: 1px solid #aca1cd;
  opacity: 1;
}
.lookbook .lookbook__slide-single .swiper-pagination-bullet-active {
  background-color: #aca1cd;
}
.lookbook .swiper-button-next,
.lookbook .swiper-button-prev {
  display: none;
}
.lookbook .swiper-button-next::after,
.lookbook .swiper-button-prev::after {
  display: none;
}

.swiper-lookbook-single-top {
  position: relative;
  width: 312px;
  min-width: 312px;
}

.swiper-lookbook-single-top::after {
  content: "";
  width: 100%;
  height: 112px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
}
.swiper-lookbook-single-bottom {
  background-color: #eeecf5;
}

.trigger-btn {
  cursor: pointer;
  width: 320px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8f80b9;
  font-size: 14px;
  font-weight: 700;
  margin-inline: auto;
  border: 2px solid #fff;
  background: #fff url(https://www.uktsc.com/ec/img/usr/pg/cont/GOOVI/25aw/icon_plus.svg) no-repeat center right 15px/10px 10px;
  transition: all 0.3s ease;
}
.trigger-btn.show {
  color: #fff;
  background: #8f80b9 url(https://www.uktsc.com/ec/img/usr/pg/cont/GOOVI/25aw/icon_minus.svg) no-repeat center right 15px/10px 1px;
}
.mv {
  position: relative;
  margin-top: 35px;
}
.c-scrolldown {
  width: 2px;
  height: 60px;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 19;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav {
  position: fixed;
  top: 35px;
  left: 0;
  width: 100%;
  height: calc(100% - 35px);
  background-color: #fff;
  z-index: 20;
  display: none;
  opacity: 0;
  animation: fadeOut 0.4s ease-in 0s forwards;
}

.nav.show {
  display: block;
  opacity: 1;
  animation: fadeIn 0.4s ease-in 0s forwards;
}

.nav__trigger {
  position: fixed;
  top: 53px;
  right: 17px;
  cursor: pointer;
}

.nav__trigger--open {
  z-index: 10;
}

.nav__trigger--open svg path {
  position: relative;
  z-index: 20;
  fill: #fff;
}

.nav__trigger--open.show svg path {
  fill: #fff;
}

.nav__trigger--close {
  top: 46px;
  z-index: 30;
}

.nav__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__item {
  display: block;
  text-align: center;
  width: 100%;
}

.nav__item + .nav__item {
  margin-top: 59.1px;
}

.nav__link {
  display: inline-block;
}

.nav__image--01 {
  width: 166.7px;
}

.nav__image--02 {
  width: 257px;
}

.nav__image--03 {
  width: 174.78px;
}

.nav__image--04 {
  width: 271.61px;
}

.nav__image--05 {
  width: 161.98px;
}
.intro {
  position: relative;
  z-index: 1;
  padding: 70px 40px 0;
}

.intro__text {
  line-height: 2.429;
  color: #fff;
  font-weight: 400;
}
.about-trigger {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.about-trigger__heading,
.about-trigger__text {
  padding-left: 40px;
  padding-right: 40px;
}

.about-trigger__heading strong,
.about-trigger__text strong {
  font-weight: bold;
}

.about-trigger__heading {
  font-family: "Caudex", serif;
  font-size: 32px;
  text-align: center;
  line-height: 1;
}

.about-trigger__text {
  max-width: 1024px;
  margin-top: 30px;
  margin-inline: auto;
  line-height: 2.429;
}

.about-trigger__btn {
  margin-top: 30px;
}
.about {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  animation: fadeOut 0.3s ease-in 0s forwards;
  z-index: 100;
}

.about.show {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}

.about__close {
  position: absolute;
  top: 53px;
  right: 17px;
  z-index: 200;
  cursor: pointer;
}

.about__close img {
  position: relative;
  z-index: 210;
}

.about__close::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 10%;
  position: absolute;
  top: -11px;
  right: -11px;
  z-index: 0;
  transition: all 0.5s ease;
}

.about__close.show::after {
  background-color: rgba(255, 255, 255, 0.7);
}

.about__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-top: 50px;
  overflow-y: auto;
  display: none;
}

.about__heading {
  margin: 0 auto;
  width: 294.69px;
}

.about__list {
  margin-top: 38.1px;
  padding-bottom: 70px;
}

.about__item--lookbook {
  margin-top: 34px;
}

.about__item + .about__item {
  margin-top: 74px;
}

.about__figure {
  position: relative;
  margin-left: 23.5px;
  padding-left: 19.5px;
  padding-bottom: 20.5px;
}

.about__figure::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.about__figure--reverse {
  margin-left: 0;
  padding-left: 0;
  margin-right: 23.5px;
  padding-right: 19.5px;
}

.about__figure--reverse::before {
  left: auto;
  right: 0;
  border-left: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.about__caption {
  font-family: "Caudex", serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 31.5px;
  bottom: 7px;
}

.about__caption--reverse {
  left: auto;
  right: 31.5px;
}

.about__caption--color {
  color: #cec8bc;
}

.about__text {
  line-height: 2;
  padding: 0 37px 0 55px;
  margin-top: 60px;
  font-size: 14px;
}
.movie {
  position: relative;
  z-index: 1;
  padding: 0 40px 70px;
}

.movie.youtube {
  padding-left: 20px;
  padding-right: 20px;
}

.movie__heading {
  font-family: "Caudex", serif;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.movie__contents {
  max-width: 308px;
  margin-inline: auto;
}

.movie__contents source {
  width: 100%;
}
.youtube__wrap {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
  margin-inline: auto;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.lookbook {
  padding-top: 100px;
  margin-bottom: 90px;
  overflow: hidden;
}

.lookbook--bottom {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  margin-bottom: 94px;
}

.lookbook__heading {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 198.6px;
}

.lookbook__heading--text {
  font-family: "Caudex", serif;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  width: 100%;
  margin-top: 70px;
}

.lookbook__heading--text--bottom {
  margin-top: 0;
  width: 100%;
}

.lookbook__list {
  margin-top: 34px;
}

.lookbook__list + .lookbook__heading {
  margin-top: 46px;
}

.lookbook__list .swiper-wrapper {
  padding-bottom: 0;
}

.lookbook__item {
  position: relative;
  margin-inline: auto;
}

.lookbook__item + .lookbook__item {
  margin-top: 99.5px;
}

.lookbook__figure {
  width: 312px;
  padding: 20px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.lookbook__figure::before,
.lookbook__figure::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}

.lookbook__figure::before {
  border-top: 1px solid #aca1cd;
  border-right: 1px solid #aca1cd;
  top: 0;
  right: 0;
}

.lookbook__figure::after {
  border-left: 1px solid #aca1cd;
  border-bottom: 1px solid #aca1cd;
  bottom: 0;
  left: 0;
}

.lookbook__contents {
  background-color: #eeecf5;
  padding: 34.5px 41px 56.5px;
  position: relative;
}

.lookbook__contents::before {
  content: "";
  width: 100%;
  height: 112px;
  background-color: #eeecf5;
  position: absolute;
  top: -112px;
  left: 0;
  z-index: 0;
}

.lookbook__price__list {
  position: relative;
  z-index: 1;
}

.lookbook__price__item {
  font-size: 14px;
  text-align: center;
  line-height: 1.929;
  line-height: 1.4;
}

.lookbook__price__item span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.lookbook__price__item span.line-height {
  line-height: 1.4;
  font-size: 12px;
  color: #2c2c2c;
}

.lookbook__price__item a {
  text-decoration: underline;
  transition: all 0.5s ease;
  color: #2c2c2c;
}

.lookbook__price__item a:hover {
  opacity: 0.7;
}

.lookbook__price__item + .lookbook__price__item {
  margin-top: 15px;
}

.lookbook .swiper-lookbook-mens,
.lookbook .swiper-lookbook-ladies {
  padding-bottom: 0;
  width: 272px;
  overflow: visible;
  margin-inline: auto;
}

.lookbook .swiper-lookbook-mens .swiper,
.lookbook .swiper-lookbook-ladies .swiper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lookbook .swiper-lookbook-mens .swiper-wrapper,
.lookbook .swiper-lookbook-ladies .swiper-wrapper {
  display: flex;
}

.lookbook .swiper-lookbook-mens .swiper-slide,
.lookbook .swiper-lookbook-ladies .swiper-slide {
  width: 272px;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transition: all 0.5s ease;
}

.lookbook .swiper-lookbook-mens .swiper-slide.swiper-slide-active,
.lookbook .swiper-lookbook-ladies .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.lookbook__slide {
  margin-top: 40px;
}

.lookbook__slide .swiper-pagination {
  height: 10px;
  bottom: 0px !important;
}

.lookbook__slide-single {
  position: relative;
}

.lookbook__slide-single .controls {
  position: relative;
  width: 100%;
  max-width: 272px;
  margin-inline: auto;
}

.lookbook__slide-single .swiper-pagination {
  justify-content: flex-end;
  height: 10px;
  bottom: 25px !important;
  bottom: 0 !important;
  position: absolute;
}

.lookbook__slide-single + .lookbook__slide-single {
  margin-top: 50px;
}

.lookbook__slide-single .swiper .lookbook__item {
  position: relative;
}

.lookbook__slide-single .swiper .lookbook__item::after {
  content: "";
  width: 100%;
  height: 112px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.lookbook__target {
  position: relative;
  z-index: 1;
  display: none;
  background-color: #fff;
  padding-top: 50px;
}

.lookbook__target--about {
  margin-top: 64px;
}

.lookbook__btn {
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.lookbook__btn-wrap.show {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}

.lookbook__lineheight {
  line-height: 1.4;
}
.styling_slider_item {
  width: 320px;
}

.lineup {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 80px;
}

.lineup__heading {
  margin: 0 auto;
  width: 291.3px;
}

.lineup__nav__wrap {
  padding: 0 20px;
}

.lineup__nav__list {
  margin-top: 30px;
  margin-bottom: 88px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lineup__nav__item {
  margin-top: 10px;
  border-left: 1px solid #8f80b9;
}

.lineup__nav__item:nth-child(3),
.lineup__nav__item:last-child {
  border-right: 1px solid #8f80b9;
}

.lineup__nav__item:last-child {
  margin-left: -1px;
}

.lineup__nav__link {
  white-space: nowrap;
  display: block;
  font-family: "Caudex", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 0 20px;
  line-height: 18px;
  color: #8f80b9;
  position: relative;
}

.lineup__nav__link::after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 20px;
  bottom: -2px;
  transition: all 0.5s ease;
}

.lineup__nav__link:hover {
  color: #8f80b9;
}

.lineup__nav__link:hover::after {
  background-color: #8f80b9;
}

.lineup__list__wrap {
  padding: 0 35px;
}

.lineup__list__wrap + .lineup__list__wrap {
  margin-top: 80px;
}

.lineup__list__heading {
  font-family: "Caudex", serif;
  font-size: 24px;
  line-height: 1.125;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin-bottom: 13px;
}

.lineup__list {
  display: flex;
  flex-wrap: wrap;
}

.lineup__item {
  width: calc((100% - 26px) / 2);
}

.lineup__item:nth-child(even) {
  margin-left: 26px;
}

.lineup__item:nth-child(n+3) {
  margin-top: 34px;
}

.lineup__item__link {
  display: block;
}

.lineup__item__link--soon {
  pointer-events: none;
}

.lineup__item__figure {
  position: relative;
  overflow: hidden;
}

.lineup__item__figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(https://www.uktsc.com/ec/img/usr/pg/cont/GOOVI/25aw/lineup/ico_open.svg) no-repeat center/contain;
  z-index: 1;
}

.lineup__item__figure--soon::before {
  content: none;
}

.lineup__item__image {
  transition: all 0.5s ease;
}

.lineup__item__text {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  color: #fff;
  transition: all 0.5s ease;
}

.lineup__item__text--small {
  font-size: 10px;
  line-height: 1.333;
  margin-top: 3px;
}

.lineup__item__price {
  margin-top: 7px;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s ease;
}

.lineup__btn {
  margin: 34px auto 0;
  max-width: 240px;
}

.lineup__btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 30px;
  background-color: #8f80b9;
  border: 2px solid #8f80b9;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.lineup__btn__link:hover {
  background-color: #fff;
  color: #8f80b9;
}
.staff {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.staff__heading {
  width: 221.15px;
  margin-inline: auto;
}

.staff__figure {
  width: 1217px;
  margin-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(calc(-54% - 4px));
}

.staff__btn {
  margin-top: 60px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 120s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 1217px;
}
.scroll-infinity__item > img {
  width: 100%;
}

.stores {
  position: relative;
  z-index: 1;
  padding: 100px 35px 70px;
}

.stores__heading {
  margin: 0 auto;
  width: 269.97px;
}

.stores__catch {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeecf5;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  color: #2c2c2c;
  margin-top: 40px;
  line-height: 1.2;
}

.stores__catch span {
  text-align: center;
  font-size: 18px;
}

.stores__catch span span {
  font-size: 14px;
}

.stores__list {
  margin-top: 60px;
}

.stores__list + .stores__list {
  margin-top: 12px;
}

.stores__term {
  font-family: "Noto Serif JP", serif;
  border: 2px solid #fff;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  color: #000;
  background-color: #fff;
}

.stores__term::before,
.stores__term::after {
  position: absolute;
  content: "";
  background-color: #aca1cd;
}

.stores__term::before {
  width: 1px;
  height: 10px;
  top: calc(50% - 4.5px);
  right: 16.5px;
  transition: all 0.5s ease;
}

.stores__term::after {
  width: 10px;
  height: 1px;
  right: 12px;
  top: 50%;
}

.stores__term.show::before {
  background-color: rgba(0, 0, 0, 0);
}

.stores__desc {
  display: none;
  padding-bottom: 38px;
}

.stores__item {
  margin-top: 29px;
}

.stores__item + .stores__item {
  margin-top: 50.7px;
}

.stores__item * {
  color: #2c2c2c;
  letter-spacing: 0.02em;
}

.stores__logo {
  height: auto;
}

.stores__logo--01 {
  width: 96.37px;
}

.stores__logo--02 {
  width: 118px;
}

.stores__logo--03 {
  width: 96.37px;
}

.stores__logo--04 {
  width: auto;
  height: 15px;
}

.stores__name {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 9px;
}

.stores__address {
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.5;
}

.stores__time {
  margin-top: 7px;
  line-height: 1.5;
  padding-left: 17px;
  background: url(https://www.uktsc.com/ec/img/usr/pg/cont/GOOVI/25aw/stores/ico_time.svg) no-repeat left top 5px/11.91px;
}

.stores__phone {
  margin-top: -1px;
  line-height: 1.5;
  padding-left: 17px;
  background: url(https://www.uktsc.com/ec/img/usr/pg/cont/GOOVI/25aw/stores/ico_call.svg) no-repeat left top 7px/10.72px;
}

.stores__phone__link {
  position: relative;
}

.stores__phone__link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2c2c2c;
  position: absolute;
  left: 0;
  bottom: 1px;
  transition: all 0.5s ease;
}

.stores__map {
  width: 58px;
  height: 33px;
  background-color: #eeecf5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Caudex", serif;
  color: #8f80b9;
  margin-top: 12px;
}

.stores__map:hover {
  color: #fff;
  background-color: #8f80b9;
}

.stores__info {
  font-size: 12px;
  margin-top: 4px;
}
svg {
  fill: #019ed3;
}

.stores__catch {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeecf5;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  color: #2c2c2c;
  margin-top: 40px;
  line-height: 1.2;
}

.stores__catch span {
  text-align: center;
  font-size: 18px;
}

.pane-footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 40px;
}

.cmn-footer__list-ttl {
  color: rgb(88, 86, 87);
}

.cmn-footer__copy small {
  color: rgb(88, 86, 87);
}

.block-page-top {
  display: none !important;
}

@media screen and (min-width: 768px){
  body {
    font-size: 16px;
  }
  .scrollTop {
    bottom: 32px;
    right: 32px;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .scrollTop:hover {
    background: url(https://www.uktsc.com/ec/img/usr/pg/cont/GOOVI/25aw/scrolltop_ov.svg) no-repeat center/contain;
  }
  #header {
    height: 48px !important;
  }
  .swiper-lookbook-single-top {
    margin-left: 0;
    margin-right: 50px;
  }
  .swiper-lookbook-single-top::after {
    content: none;
  }
  .trigger-btn:hover {
    border: 2px solid #8f80b9;
    color: #fff;
    background-color: #8f80b9;
    background-size: 10px 10px;
    background-image: url(https://www.uktsc.com/ec/img/usr/pg/cont/GOOVI/25aw/icon_plus_color.svg);
  }
  .trigger-btn.show:hover {
    background-size: 10px 1px;
    background-image: url(https://www.uktsc.com/ec/img/usr/pg/cont/GOOVI/25aw/icon_minus_color.svg);
    background-color: #fff;
    color: #8f80b9;
  }
  .mv {
    margin-top: 48px;
  }
  .c-scrolldown {
    bottom: 40px;
  }
  .nav {
    top: 48px;
    height: calc(100% - 48px);
  }
  .nav__trigger {
    cursor: pointer;
    top: 66px;
  }
  .nav__trigger--close {
    top: 58px;
  }
  .intro__text {
    text-align: center;
    font-size: 18px;
  }
  .about-trigger__text {
    text-align: center;
    max-width: 768px;
  }
  .about__item {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
  }
  .about__figure--director {
    width: 100%;
    max-width: 366.5px;
    margin-left: 0;
  }
  .about__item-contents {
    padding-top: 16px;
    padding-left: 40px;
  }
  .about__text {
    padding: 0;
    margin-top: 20px;
  }
  .movie__contents {
    max-width: 758px;
  }
  .lookbook__slide-single .swiper .lookbook__item::after {
    content: none;
  }
  .lookbook__heading--text--bottom {
    text-align: left;
  }
  .lookbook__contents {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }
  .lookbook__contents::before {
    content: none;
  }
  .lookbook__slide-single {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    background-color: #eeecf5;
  }
  .lookbook__slide-single::before,
  .lookbook__slide-single::after {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    background-color: #fff;
  }
  .lookbook__slide-single::before {
    top: 0;
  }
  .lookbook__slide-single::after {
    bottom: 0;
  }
  .lookbook__slide-single .lookbook__item {
    margin-left: 0;
  }
  .lookbook__slide-single .lookbook__item .lookbook__price__item {
    text-align: left;
  }
  .lookbook__slide-single-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1024px;
    max-width: 580px;
    margin-inline: auto;
  }
  .lineup__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .lineup__item {
    width: calc((100% - 78px) / 4);
    margin-left: 26px;
  }
  .lineup__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .lineup__item:nth-child(n+3) {
    margin-top: 0;
  }
  .lineup__item:nth-child(n+5) {
    margin-top: 34px;
  }
  .lineup__item__link:hover .lineup__item__image {
    transform: scale(1.05);
  }
  .lineup__item__link:hover .lineup__item__text,
  .lineup__item__link:hover .lineup__item__price {
    color: #8f80b9;
  }
  .lineup__item__text {
    font-size: 16px;
  }
  .lineup__item__text--small {
    font-size: 14px;
  }
  .lineup__item__price {
    font-size: 18px;
  }
  .scroll-infinity__item {
    width: 1440px;
  }
  .stores {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .stores__desc__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .stores__item {
    width: calc((100% - 78px) / 3);
    margin-left: 26px;
  }
  .stores__item + .stores__item {
    margin-top: 29px;
  }
  .stores__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .stores__address {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px){
  .onlyPC {
    display: none !important;
  }
  .onlySP {
    display: block !important;
  }
  .anchorTarget {
    padding-top: 5px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 374px){
  .lineup__nav__link {
    font-size: 16px;
    padding: 0 10px;
    line-height: 16px;
  }
}
