@charset "UTF-8";
/* layout
===================================================== */
html {
  width: 100%;
  font-size: 3.2vw;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  background: #fff;
  color: #24221e;
  scroll-behavior: smooth;
  color: #24221e;
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 0.78125vw;
  }
}

body {
  overflow: hidden;
}

img {
  width: 100%;
  display: block;
  border: none;
}

a {
  display: block;
  text-decoration: none;
}

.pcNone {
  display: block;
}
@media screen and (min-width: 1024px) {
  .pcNone {
    display: none;
  }
}

.spNone {
  display: none;
}
@media screen and (min-width: 1024px) {
  .spNone {
    display: block;
  }
}

/* component
===================================================== */
.c-logo img {
  margin: 0 auto;
  width: 22.4vw;
}
@media screen and (min-width: 1024px) {
  .c-logo img {
    width: 5.46875vw;
  }
}

svg {
  width: 5.5rem;
  height: 3rem;
}

.c-icon {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
  margin-top: 8vw;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .c-icon {
    margin-top: 1.953125vw;
  }
}
.c-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

/* layout
===================================================== */
.l-footer {
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .l-footer {
    margin-left: 26.6276041667vw;
    margin-right: 48.9583333333vw;
  }
}
.l-footer__inner {
  padding-top: 12.8vw;
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    padding-top: 3.125vw;
  }
}
.l-footer__name {
  text-align: center;
  font-size: 3.2vw;
  line-height: 1.66;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .l-footer__name {
    font-size: 0.78125vw;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 3.2vw;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 6.1333333333vw 0 8vw 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__copy {
    font-size: 0.6510416667vw;
    margin: 1.4973958333vw 0 3.2552083333vw 0;
  }
}
.l-footer .kitty_copy {
  text-align: center;
  font-size: 10px;
  margin-bottom: 60px;
}

/* layout
===================================================== */
/* =====================
PC
===================== */
@media screen and (min-width: 1024px) {
  .fv-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 48.9583333333vw;
    height: 100vh;
    background-image: url("../images/fv/fv_r_pv.webp");
    background-size: cover;
    background-position: 26% 0%;
    background-repeat: no-repeat;
    z-index: 2;
  }
  .fv-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 26.6276041667vw;
    height: 100vh;
    background-image: url("../images/fv/fv_l_pc.webp");
    background-size: cover;
    background-position: 70% 0%;
    background-repeat: no-repeat;
    z-index: 2;
  }
  .index {
    position: absolute;
    top: 5.2083333333vw;
    left: 3.2552083333vw;
    font-family: "Oranienbaum", serif !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.04em;
  }
  .index .navi {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .index li {
    font-size: 20px;
  }
  .index li .category {
    margin-bottom: 12px;
  }
  .index li .category::after {
    position: absolute;
    content: "";
    background-image: url("../images/arrow.svg");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: 7%;
    margin-top: 5%;
  }
  .kitty_logo_r {
    position: absolute;
    width: 23.828125vw;
    left: 3.2552083333vw;
    bottom: 3.7109375vw;
    top: 79%;
  }
}
/* =====================
SP
===================== */
@media screen and (max-width: 1023px) {
  .fv-left,
  .fv-right {
    display: none;
  }
}
/* =====================
共通
===================== */
#fv {
  position: relative;
}

.kitty_logo_c {
  position: absolute;
  width: 66.1333333333vw;
  height: auto;
  top: 16.5333333333vw;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (min-width: 1024px) {
  .kitty_logo_c {
    width: 16.1458333333vw;
    top: 4.0364583333vw;
  }
}

.fv-center {
  position: relative;
  width: 24.4140625vw;
  padding-top: 36.1979166667%;
  margin-left: 26.6276041667vw;
  margin-right: 48.9583333333vw;
  background-image: url("../images/fv/fv_c_pc.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .fv-center {
    width: 100%;
    padding-top: 148.2666666667%;
    margin: 0 auto;
  }
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
/*--------------------------------------*
*アニメーション
*--------------------------------------*/
.loop {
  position: relative;
  margin-top: 64px;
}
.loop .top-swiper {
  z-index: -1;
  margin-bottom: 8px;
}
.loop .bottom-swiper {
  z-index: -1;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.loop-group {
  display: flex;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  margin-right: 20px;
}

.top-swiper .swiper-slide {
  width: 314.1333333333vw;
}
@media screen and (min-width: 1024px) {
  .top-swiper .swiper-slide {
    width: 76.6927083333vw;
  }
}

.bottom-swiper .swiper-slide {
  width: 266.1333333333vw;
}
@media screen and (min-width: 1024px) {
  .bottom-swiper .swiper-slide {
    width: 64.9739583333vw;
  }
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.top-swiper .loop-group {
  animation: loop 250s linear infinite;
}

.bottom-swiper .loop-group {
  animation: loop-reverse 250s linear infinite;
}

.blur-img, .slides .blur-img {
  filter: blur(12px);
  opacity: 0;
  transform: scale(1.05);
}

.rotating {
  position: absolute;
  display: inline-block;
  animation: spin 13s linear infinite;
  width: 45.3333333333vw;
  top: 52%;
  left: -11%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .rotating {
    width: 11.0677083333vw;
    top: 51%;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fadeSwiper {
  position: relative;
  transform: translateX(47%);
}

.fadeSwiper2 {
  transform: translateX(5%);
}

.fadeSwiper .swiper-slide img {
  width: 100%;
  width: 48vw;
  height: auto;
  object-fit: cover;
  margin-right: 0px;
}
@media screen and (min-width: 1024px) {
  .fadeSwiper .swiper-slide img {
    width: 11.71875vw;
  }
}

.fade-bars {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
  transform: translateX(35.5%);
}

.fade-bars2 {
  transform: translateX(-35.5%);
}

.fade-bars .bar {
  width: 8vw;
  height: 2px;
  background-color: gray;
  transition: background-color 0.3s;
}
@media screen and (min-width: 1024px) {
  .fade-bars .bar {
    width: 1.953125vw;
  }
}

.fade-bars .bar.active {
  background-color: black;
}

/*--------------------------------------*
*index
*--------------------------------------*/
.flex_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 89.3333333333vw;
  margin: 80px auto 0;
}
@media screen and (min-width: 1024px) {
  .flex_main {
    width: 21.8098958333vw;
  }
}
.flex_main .navi_sec {
  transform: rotate(90deg);
  font-size: 13px;
  margin-top: 18px;
  margin-left: -18px;
}
.flex_main .index_list {
  width: 68.8vw;
}
@media screen and (min-width: 1024px) {
  .flex_main .index_list {
    width: 16.796875vw;
  }
}
.flex_main .index_list li {
  border-bottom: solid 1px #24221e;
  padding: 20px 0px;
}
.flex_main .index_list li .category {
  position: relative;
  font-size: 12px;
}
.flex_main .index_list li .category span {
  padding-left: 20px;
  font-size: 16px;
}
.flex_main .index_list li .category::after {
  position: absolute;
  content: "";
  background-image: url("../images/arrow.svg");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 50%;
  top: 30%;
  right: 0;
}
.flex_main .index_list li:first-child {
  border-top: solid 1px #24221e;
}

/*--------------------------------------*
*共通
*--------------------------------------*/
.wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .wrapper {
    width: 24.4140625vw;
    margin-left: 26.6276041667vw;
    margin-right: 48.9583333333vw;
  }
}

section {
  margin-top: 80px;
}

.item_category {
  text-align: center;
  margin-bottom: 47px;
}

.block02 {
  position: relative;
  margin-top: 64px;
}
.block02 .bl2-1 {
  width: 81.6vw;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .block02 .bl2-1 {
    width: 19.921875vw;
  }
}
.block02 .bl2-2 {
  width: 48vw;
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  .block02 .bl2-2 {
    width: 11.71875vw;
  }
}

.block04 .img01 {
  width: 40vw;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .block04 .img01 {
    width: 9.765625vw;
  }
}
.block04 .img02 {
  width: 81.6vw;
}
@media screen and (min-width: 1024px) {
  .block04 .img02 {
    width: 19.921875vw;
  }
}

.block05 .img01 {
  width: 81.6vw;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .block05 .img01 {
    width: 19.921875vw;
  }
}
.block05 .credit {
  text-align: right;
  padding-right: 20px;
}

.blk-c .bl2-1 {
  margin-left: 0;
}
.blk-c .bl2-2 {
  margin-right: 20px;
  margin-left: auto;
}

.credit {
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
  letter-spacing: 0.04em;
}
.credit .price {
  padding-left: 16px;
}
.credit .buy {
  margin-left: 14px;
  font-size: 2.6666666667vw;
  font-size: 10px;
  color: #fff;
  padding: 1.3% 3%;
  background: #c3ccd5;
}
@media screen and (min-width: 1024px) {
  .credit .buy {
    font-size: 0.6510416667vw;
  }
}

.credit1 {
  margin-top: 20px;
  letter-spacing: 0.04em;
  line-height: 2.66;
}
.credit1 li {
  width: 82.6666666667vw;
}
@media screen and (min-width: 1024px) {
  .credit1 li {
    width: 21.484375vw;
  }
}
.credit1 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.credit1 li a .cre_in {
  display: flex;
  justify-content: space-between;
  width: 66.6666666667vw;
}
@media screen and (min-width: 1024px) {
  .credit1 li a .cre_in {
    width: 17.578125vw;
  }
}
.credit1 li a .cre_in .item {
  padding-left: 20px;
}
.credit1 li a .buy {
  display: flex;
  align-items: center;
  padding: 2% 3%;
  height: 20px;
  font-size: 10px;
  font-size: 2.6666666667vw;
  color: #fff;
  background: #c3ccd5;
}
@media screen and (min-width: 1024px) {
  .credit1 li a .buy {
    font-size: 0.6510416667vw;
  }
}

.grid_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  width: 100%;
}
.grid_2 figure {
  width: 48.2666666667vw;
}
@media screen and (min-width: 1024px) {
  .grid_2 figure {
    width: 11.7838541667vw;
  }
}

.mt64 {
  margin-top: 64px;
}

.mt56 {
  margin-top: 56px;
}

/*--------------------------------------*
*コンテンツ
*--------------------------------------*/
.sec01 {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sec01 figure {
    width: 24.4466145833vw;
  }
}

.sec02 .credit {
  margin-top: 32px;
}

.sec03 {
  position: relative;
}
.sec03 .block02 {
  margin-top: 32px;
}
.sec03 .bl2-1 {
  width: 101%;
  position: relative;
  z-index: -1;
}
.sec03 .fadeSwiper .swiper-slide img {
  width: 60.2666666667vw;
}
@media screen and (min-width: 1024px) {
  .sec03 .fadeSwiper .swiper-slide img {
    width: 14.7135416667vw;
  }
}
.sec03 .block04 .img01 {
  margin-right: 20px !important;
  margin-left: auto;
}
.sec03 .block04 .img02 {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 12px;
}
.sec03 .block04 .img03 {
  width: 60.2666666667vw;
}
@media screen and (min-width: 1024px) {
  .sec03 .block04 .img03 {
    width: 14.7135416667vw;
  }
}
.sec03 .block04 .rotating {
  top: 57%;
}
@media screen and (min-width: 1024px) {
  .sec03 .block04 .rotating {
    top: 57.5%;
  }
}

.sec04 .credit {
  display: flex;
  justify-content: flex-end;
  padding-right: 21px;
}
@media screen and (min-width: 1024px) {
  .sec04 .credit {
    padding-right: 21px;
  }
}
.sec04 .credit li {
  width: 100%;
}
.sec04 .credit .item {
  display: flex;
  justify-content: flex-end;
}

.allaitem .item_category {
  width: 100%;
}
.allaitem ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .allaitem ul {
    width: 21.8098958333vw;
  }
}
.allaitem ul li {
  width: 42.9333333333vw;
}
@media screen and (min-width: 1024px) {
  .allaitem ul li {
    width: 10.4817708333vw;
  }
}
.allaitem .staff_stayling {
  text-align: center;
  margin: 40px auto 80px;
  padding: 20px 0;
  border: solid 1px #24221e;
  width: 75.7333333333vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .allaitem .staff_stayling {
    width: 18.4895833333vw;
  }
}
.allaitem .kitty {
  width: 72.5333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .allaitem .kitty {
    width: 17.7083333333vw;
  }
}/*# sourceMappingURL=style.css.map */