@charset "utf-8";





.mainvs {
  width: 100%;
  height: 100vh; /* 画面全体の高さを取る */
  z-index: 1000; /* header(z-index: 3000)より下にする */
  background-image: url(../img/homepage/fv-bc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.catchphrase {
  width: 546px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
}

.catchphrase p {
  text-align: center;
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #575656;
  animation: tracking-in-expand-fwd 1.5s cubic-bezier(0.215, 0.61, 0.355, 1)
    both;
}

@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.mainvs2 {
  background-image: url(../img/homepage/fv1.png);
  background-repeat: no-repeat;
  object-fit: cover;
  height: 800px;
  background-color: #3d0c0c;
  background-position: center;
  background-size: 1000px;
}

/* About Us セクション */

.about-us {
  background-color: #3d0c0c;
  color: #fff;
  text-align: center;
  padding-bottom: 300px;
  position: relative;
}

.about-us .section-title {
  font-family: "Bodoni Moda", serif;
  font-weight: bold;
  font-size: 4.3rem;
  color: rgb(173, 230, 245);
  padding-bottom: 60px;
}

/* 写真グリッドの設定 */

.container1,
.container2,
.container3,
.container4 {
  height: 300px;
  width: 100%;
  position: relative;
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 70%;
  max-width: 500px;
  margin: 0 auto;
  border: 6px solid rgb(255, 255, 255);
  padding: 20px;
}

.member-card {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;

  animation: image-switch-animation 4s infinite;
}

.src1 {
  background-image: url(../img/homepage/newcolllemodel.png);
}
.src2 {
  background-image: url(../img/homepage/manmodel9.png);
}
.src3 {
  background-image: url(../img/model-looks.png);
}
.src4 {
  background-image: url(../img//looks/looks2-img1.png);
}
.src5 {
  background-image: url(../img/looks/looks3-img1.png);
}
.src6 {
  background-image: url(../img/looks/looks1-img1.png);
}
.src7 {
  background-image: url(../img/homepage/newcollection1.png);
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.member-card:nth-of-type(1) {
  animation-delay: 0s;
}
.member-card:nth-of-type(2) {
  animation-delay: 0.5s;
}
.member-card:nth-of-type(3) {
  animation-delay: 1.5s;
}
.member-card:nth-of-type(4) {
  animation-delay: 2s;
}
.member-card:nth-of-type(5) {
  animation-delay: 2.5s;
}
.member-card:nth-of-type(6) {
  animation-delay: 3s;
}
.member-card:nth-of-type(7) {
  animation-delay: 3.5s;
}

/* ABOUT US 装飾文字の設定 */
.border-text {
  font-family: "Bodoni Moda", serif;
  font-size: 12rem;
  letter-spacing: 5px;
  color: rgb(173, 230, 245);

  animation: flicker-5 15s linear infinite both;
}

@keyframes flicker-5 {
  0%,
  100% {
    opacity: 1;
  }
  0.02% {
    opacity: 1;
  }
  0% {
    opacity: 1;
  }
  1% {
    opacity: 1;
  }
  1.02% {
    opacity: 1;
  }
  8.98% {
    opacity: 1;
  }
  9% {
    opacity: 0;
  }
  9.8% {
    opacity: 0;
  }
  9.82% {
    opacity: 1;
  }
  9.48% {
    opacity: 1;
  }
  9.5% {
    opacity: 1;
  }
  9.6% {
    opacity: 1;
  }
  9.62% {
    opacity: 1;
  }
  14.98% {
    opacity: 1;
  }
  15% {
    opacity: 0.5;
  }
  15.8% {
    opacity: 0.5;
  }
  15.82% {
    opacity: 1;
  }
  15.18% {
    opacity: 1;
  }
  15.2% {
    opacity: 0.7;
  }
  16% {
    opacity: 0.7;
  }
  16.02% {
    opacity: 1;
  }
  15.48% {
    opacity: 1;
  }
  15.5% {
    opacity: 0.5;
  }
  16.2% {
    opacity: 0.5;
  }
  16.22% {
    opacity: 1;
  }
  16.98% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  17.8% {
    opacity: 1;
  }
  17.82% {
    opacity: 1;
  }
  20.48% {
    opacity: 1;
  }
  20.5% {
    opacity: 0.9;
  }
  21.3% {
    opacity: 0.9;
  }
  21.32% {
    opacity: 1;
  }
  20.98% {
    opacity: 1;
  }
  21% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  22.02% {
    opacity: 1;
  }
  39.98% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  41% {
    opacity: 1;
  }
  41.02% {
    opacity: 1;
  }
  40.48% {
    opacity: 1;
  }
  40.5% {
    opacity: 0.6;
  }
  41.4% {
    opacity: 0.6;
  }
  41.42% {
    opacity: 1;
  }
  41.98% {
    opacity: 1;
  }
  42% {
    opacity: 1;
  }
  42.8% {
    opacity: 1;
  }
  42.82% {
    opacity: 1;
  }
  59.98% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  61% {
    opacity: 1;
  }
  61.02% {
    opacity: 1;
  }
  60.18% {
    opacity: 1;
  }
  60.2% {
    opacity: 0.2;
  }
  61% {
    opacity: 0.2;
  }
  61.02% {
    opacity: 1;
  }
  60.78% {
    opacity: 1;
  }
  60.8% {
    opacity: 0.4;
  }
  61.6% {
    opacity: 0.4;
  }
  61.62% {
    opacity: 1;
  }
  61.38% {
    opacity: 1;
  }
  61.4% {
    opacity: 0;
  }
  62.2% {
    opacity: 0;
  }
  62.22% {
    opacity: 1;
  }
  61.78% {
    opacity: 1;
  }
  61.8% {
    opacity: 1;
  }
  62.8% {
    opacity: 1;
  }
  62.82% {
    opacity: 1;
  }
  75.98% {
    opacity: 1;
  }
  76% {
    opacity: 1;
  }
  77% {
    opacity: 1;
  }
  77.02% {
    opacity: 1;
  }
  77.98% {
    opacity: 1;
  }
  78% {
    opacity: 0.7;
  }
  78.8% {
    opacity: 0.7;
  }
  78.82% {
    opacity: 1;
  }
  78.98% {
    opacity: 1;
  }
  79% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  80.02% {
    opacity: 1;
  }
  99.98% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  101% {
    opacity: 1;
  }
  101.02% {
    opacity: 1;
  }
}

.border-text.right {
  position: absolute;
  right: 7%;
  top: 0;
}

.border-text.left {
  position: absolute;
  left: 7%;
  top: 600px;
}

.about-text {
  margin-top: 200px;
  font-size: 1.1rem;
  line-height: 1.8;
}

.about-us .viewmore a {
  margin-top: 60px;
  padding: 10px 60px;
  font-size: 1.2rem;
}

/* Products セクション */
.products-section {
  background-color: #ddd; /* 灰色 */
  padding: 80px 5%;
}

.products-content {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-bottom: 50px;
}

.products-sub-section {
  max-width: 400px;
  padding: 30px;
}

.section-title {
  font-family: "Goblin One", serif;
  color: #8fe0f6;
  text-shadow: 1px 1px 0 #b0e9f1, 2px 2px 0 #435052,
    4px 4px 10px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

/* ランキングの設定 */
.best-sellers-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.best-item {
  display: flex;
  align-items: center;
  background-color: #401515;
  padding: 10px;
  border-radius: 5px;
}

.item-img {
  width: 60px;
  height: 60px;
  background-color: #aaa; /* 仮の画像スペース */
  margin-right: 15px;
  line-height: 60px;
  text-align: center;
  font-size: 0.7rem;
}

.item-name {
  font-family: "Goblin One", serif;
  font-size: 1rem;
  font-weight: bold;
}

.item-desc {
  font-size: 0.8rem;
  opacity: 0.8;
}

.textbox h4,
.textbox .jp-name {
  color: rgb(159, 218, 247);
}

/* new collection grid */

.new-collection-visual {
  position: relative;
}
.new-collection-visual:hover {
  opacity: 0.9;
}
.new-collection-visual p {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-collection-visual a {
  text-decoration: none;
  font-family: "Bodoni Moda", serif;
  text-decoration: none;
  color: #8fe0f6;
  font-size: 1.5rem;
}

.new-collection-visual p:hover {
  opacity: 1;
}

/* All Item  Grid */

.all-item-section .side-allitem {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 100px;
}
.products-grid-bottom {
  display: flex;
  justify-content: center;
}

.all-item-section {
  width: 70%;
  max-width: 1000px;
}

.all-item-section .allitem ul li a {
  color: #401515;
  font-weight: bold;
  background-color: #6e6e6ed5;
  border-radius: 50%;
  width: 160px;
  height: 160px;
}
.all-item-section .allitem ul li img {
  width: 80px;
}

.all-item-section .allitem ul li a:hover {
  background-color: #6e6e6e62;
}

/* Looks セクション */
.looks-section {
  background-color: rgb(78, 78, 78); /* 灰色 */
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 1100px;
}

.looks-title {
  font-family: "Bodoni Moda", serif;
  text-align: center;
  font-size: 4rem;
  z-index: 2;
  color: rgb(187, 241, 249);
}

.looks-background-text-right img,
.looks-background-text-left img {
  display: flex;
  margin: 50px 0;
}

.looks-background-text-right {
  display: flex;
  animation: scroll-left 30s linear infinite;
}

/* 画像の基本設定 */
.looks-background-text-right img {
  flex-shrink: 0;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.looks-background-text-left {
  display: flex;
  animation: scroll-right 30s linear infinite;
}

/* 画像の基本設定 */
.looks-background-text-left img {
  width: 700px;
  flex-shrink: 0;
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* LOOKSの設定 */
.looks-grid {
  position: absolute;
  top: 20%;
  justify-self: center;
  align-items: center;
}

.look-photo {
  background-color: #131313; /* 仮の画像スペース */
  overflow: hidden;
  /* width: 100%; */
  clip-path: polygon(
    25% 0%,
    75% 0%,
    100% 50%,
    75% 100%,
    25% 100%,
    0% 50%
  ); /* 六角形 */
  width: 330px;
  height: 300px;
  position: relative;
}

.upline,
.downline {
  display: flex;
}

.upline {
  justify-content: space-around;
  margin-bottom: 80px;
}

.downline .look-photo {
  margin: 30px 150px;
}

.look-photo:hover {
  animation: jump 0.8s both;
}

.look-photo p {
  font-family: "Bodoni Moda", serif;
  color: #8fe0f6;
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.look-photo:hover p {
  opacity: 1;
}

.look-photo img:hover {
  opacity: 0.5;
}

@keyframes jump {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

/* フッター */
.site-footer {
  position: relative;
  width: 100%;
  height: 60vh; /* 高さの調整 */
  text-align: center;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #add8e6; /* マーブリング模様の画像が必要なため、単色で代替 */
  z-index: -2;
}

.footer-content {
  z-index: 1;
}

.footer-catchphrase {
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 3rem;
  margin-bottom: 10px;
}

.footer-logo {
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.social-links {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.social-links a,
.social-links a {
  width: 50px;
  height: 50px;
  background-color: #333; /* 仮スペース */
  border-radius: 50%;
  display: block;
}
