.main {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* ============================================
   統合後の新しいクラス名のスタイル
   ============================================ */

/* ロゴ */
.logo {
  position: absolute;
  top: 30px;
  left:30px;
  width: 60px;
  z-index: 3;
}

@media (min-width: 769px) {
  .logo {
    width: 51px;
    left: 51px;
    width: 62px;
  }
}

/* CONTACTセクション */
.contact-section {
  position: absolute;
  height: 3.61%;
  top: 2006px;
  left: calc(50.00% - 72px);
  width: 151px;
}

@media (min-width: 769px) {
  .contact-section {
    position: static;
    height: auto;
    top: auto;
    left: auto;
    width: auto;
  }
}

.contact-heading {
  height: 21.43%;
  top: 0;
  left: calc(50.00% - 36px);
  font-size: 18px;
  letter-spacing: 0.90px;
  line-height: 24px;
  white-space: nowrap;
  position: absolute;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

@media (min-width: 769px) {
  .contact-heading {
    width: 5.16%;
    top: 54.99%;
    left: 55.70%;
    height: 0;
  }
}

.mail-info {
  position: absolute;
  width: 82.12%;
  height: 0;
  top: 63.39%;
  left: 7.28%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
  font-style: normal;
}

.mail-info a {
  color: inherit;
  text-decoration: none;
  position: relative;
}

.mail-info a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.2s ease-in-out 0.1s;
}

.mail-info a:hover::after {
  width: 100%;
}

@media (min-width: 769px) {
  .mail-info {
    width: 44.30%;
    top: 57.90%;
    left: 38.70%;
    line-height: 24px;
  }
}

.instagram-info {
  position: absolute;
  height: 0;
  top: 100%;
  left: calc(50.00% - 76px);
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
}

.instagram-info a {
  color: inherit;
  text-decoration: none;
  position: relative;
}

.instagram-info a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.2s ease-in-out 0.1s;
}

.instagram-info a:hover::after {
  width: 100%;
}

@media (min-width: 769px) {
  .instagram-info {
    width: 11.33%;
    top: 57.90%;
    left: 69.45%;
    line-height: 24px;
    white-space: nowrap;
  }
}

/* 会社情報セクション */
.company-section {
  position: absolute;
  width: 90%;
  height: 3.61%;
  top: 90.0%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .company-section {
    position: static;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
  }
}

.company-name {
  width: 98.95%;
  height: 21.43%;
  left: 0;
  font-size: 18px;
  letter-spacing: 0.90px;
  line-height: 24px;
  position: absolute;
  top: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
}

@media (min-width: 769px) {
  .company-name {
    position: absolute;
    width: 44.30%;
    height: 0;
    top: 80.90%;
    left: 16.56%;
  }
}

.company-address {
  position: absolute;
  width: 98.95%;
  height: 21.43%;
  top: 32.14%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  font-style: normal;
}

@media (min-width: 769px) {
  .company-address {
    width: 44.30%;
    height: 0;
    top: 82.40%;
    left: 16.56%;
  }
}

.copyright {
  position: absolute;
  width: 98.95%;
  height: 21.43%;
  top: 78.57%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 10px;
  letter-spacing: 0.50px;
  line-height: 24px;
}

@media (min-width: 769px) {
  .copyright {
    width: 44.30%;
    height: 0;
    top: 84.56%;
    left: 16.56%;
  }
}

/* OUR BRANDSセクション */
.brands-section {
  position: absolute;
  top: 970px;
  left: 33.33%;
}

@media (min-width: 769px) {
  .brands-section {
    top: 25.28%;
    left: 26.88%;
  }
}

.brands-heading {
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.90px;
  line-height: 24px;
  white-space: nowrap;
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .brands-heading {
    text-align: left;
    margin-bottom: 60px;
  }
}

.brands-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

@media (min-width: 769px) {
  .brands-content {
    flex-direction: row;
    gap: 90px;
  }
}

.brands-nav-group-2,
.brands-nav-group-3,
.brands-nav-group-4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 769px) {

  .brands-nav-group-2,
  .brands-nav-group-3,
  .brands-nav-group-4 {
    align-items: flex-start;
    gap: 5px;
  }
}


.brand-link {
  display: inline-block;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  text-decoration: none;
  position: relative;
}

.brand-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.2s ease-in-out 0.1s;
}

.brand-link:hover::after {
  width: 100%;
}

/* ブランドリンクの基本スタイル */
.brand-link {
  line-height: 24px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .brand-link {
    text-align: center;
    line-height: 1.5;
  }
}

.brands-note {
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 1.2;
  white-space: nowrap;
  margin-top: 60px;
}

@media (min-width: 769px) {
  .brands-note {
    text-align: left;
    margin-top: 50px;
  }
}

/* ミッションセクション */
.mission-section {
  position: absolute;
  width: 58.67%;
  height: 4.48%;
  top: 15.5%;
  left: 21.33%;
}

@media (min-width: 769px) {
  .mission-section {
    position: static;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
  }
}

.mission-title {
  width: 20.91%;
  height: 16.55%;
  left: 38.64%;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.75px;
  line-height: 23px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
}

@media (min-width: 769px) {
  .mission-title {
    width: 3.59%;
    height: 0;
    top: 16.59%;
    left: 58.83%;
  }
}

.mission-text {
  position: absolute;
  width: 98.18%;
  height: 75.54%;
  top: 24.46%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.75px;
  line-height: 21px;
}

/* スマホ用改行はデフォルトで表示 */
.mission-text .br-sp {
  display: inline;
}

@media (min-width: 769px) {
  .mission-text {
    width: 32.11%;
    height: 2.62%;
    top: 16.59%;
    left: 63.83%;
    text-align: left;
  }
  
  /* PC用ではスマホ用の改行を非表示 */
  .mission-text .br-sp {
    display: none;
  }
}

/* スマホ用の基本スタイル */
@media (max-width: 768px) {
  .main {
    max-width: 390px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  
  /* PC用ビデオを非表示 */
  .img-pc {
    display: none !important;
  }
  

 }

/* PC用の基本スタイル */
@media (min-width: 769px) {
  .main {
    max-width: 1280px;
    margin: auto;
  }
  
  /* スマホ用ビデオを非表示 */
  .img-sp {
    display: none !important;
  }
  
  /* スマホ用レイアウト要素を非表示 */
  .brands-nav-group-1 {
    display: none !important;
  }
}

/* .img {
  position: absolute;
  width: 39.73%;
  top: 12568px;
  left: -732.80%;
  height: 200px;
  mix-blend-mode: multiply;
  aspect-ratio: 0.75;
  object-fit: cover;
  object-position: center;
} */

.group {
  position: absolute;
  width: 17.07%;
  height: 2.13%;
  top: 0;
  left: 7.20%;
}

.group-2 {
  position: absolute;
  width: 187.93%;
  height: 82.16%;
  top: 2.45%;
  left: 0;
}

.group-3 {
  position: absolute;
  height: 3.61%;
  top: 66.11%;
  left: calc(50.00% - 72px);
  width: 151px;
}

.contact {
  height: 21.43%;
  top: 0;
  left: calc(50.00% - 36px);
  font-size: 18px;
  letter-spacing: 0.90px;
  line-height: 24px;
  white-space: nowrap;
  position: absolute;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

.mail-info-jp {
  position: absolute;
  width: 82.12%;
  height: 0;
  top: 63.39%;
  left: 7.28%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
}

.text-wrapper {
  letter-spacing: 0.10px;
}

.text-wrapper-2 {
  position: absolute;
  height: 0;
  top: 100%;
  left: calc(50.00% - 76px);
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
}

.group-4 {
  position: absolute;
  width: 152.80%;
  height: 3.61%;
  top: 88.60%;
  left: 6.93%;
}

.text-wrapper-3 {
  width: 98.95%;
  height: 21.43%;
  left: 0;
  font-size: 18px;
  letter-spacing: 0.90px;
  line-height: 24px;
  position: absolute;
  top: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
}

.p {
  position: absolute;
  width: 98.95%;
  height: 21.43%;
  top: 32.14%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
}

.text-wrapper-4 {
  position: absolute;
  width: 98.95%;
  height: 21.43%;
  top: 78.57%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 10px;
  letter-spacing: 0.50px;
  line-height: 24px;
}

.group-5 {
  position: absolute;
  width: 36.27%;
  height: 16.69%;
  top: 33.57%;
  left: 33.33%;
}

.our-brands {
  position: absolute;
  width: 66.91%;
  height: 4.63%;
  top: 0;
  left: 11.76%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.90px;
  line-height: 24px;
  white-space: nowrap;
}

.group-6 {
  position: absolute;
  width: 80.15%;
  height: 38.61%;
  top: 44.59%;
  left: 10.29%;
}

.fumiya-hirano {
  position: absolute;
  width: 79.82%;
  height: 0;
  top: 0;
  left: 4.59%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
}

.isoo {
  position: absolute;
  width: 24.77%;
  height: 0;
  top: 20.00%;
  left: 33.03%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
}

.les-tricots-d-o {
  position: absolute;
  width: 88.99%;
  height: 0;
  top: 40.00%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
}

.longo {
  position: absolute;
  width: 34.86%;
  height: 0;
  top: 60.00%;
  left: 27.52%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
}

.noaark {
  position: absolute;
  width: 40.37%;
  height: 0;
  top: 80.00%;
  left: 24.77%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
}

.studio-ar {
  position: absolute;
  width: 54.13%;
  height: 0;
  top: 100%;
  left: 17.43%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
}

.arma {
  width: 23.53%;
  height: 0;
  top: 13.71%;
  left: 34.56%;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 0.1px;
  position: absolute;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

.bacon {
  position: absolute;
  width: 27.94%;
  height: 0;
  top: 21.43%;
  left: 32.35%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
}

.devotion-twins {
  position: absolute;
  width: 71.32%;
  height: 0;
  top: 29.15%;
  left: 11.03%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
}

.esp {
  position: absolute;
  width: 15.44%;
  height: 0;
  top: 36.87%;
  left: 38.24%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
}

.links-to-instagram {
  position: absolute;
  width: 91.18%;
  height: 4.63%;
  top: 95.37%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.group-7 {
  position: absolute;
  width: 58.67%;
  height: 4.48%;
  top: 20.20%;
  left: 21.33%;
}

.text-wrapper-5 {
  width: 20.91%;
  height: 16.55%;
  left: 38.64%;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.75px;
  line-height: 23px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
}

.a-name-born-from {
  position: absolute;
  width: 98.18%;
  height: 75.54%;
  top: 24.46%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.75px;
  line-height: 21px;
}

/* .NOUN-SP.NOUN-PC は削除 - メディアクエリで対応 */

/* .element {
  position: absolute;
  top: 0;
  left: 0;
  width: 1280px;
  height: 3019px;
  aspect-ratio: 0.42;
  object-fit: cover;
  object-position: center;
} */

.arma-2 {
  width: 2.50%;
  top: 35.61%;
  left: 26.88%;
  font-size: 14px;
  letter-spacing: 0.70px;
  position: absolute;
  height: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  white-space: nowrap;
}

.bacon-2 {
  position: absolute;
  width: 2.97%;
  height: 0;
  top: 36.86%;
  left: 26.88%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.devotion-twins-2 {
  position: absolute;
  width: 7.58%;
  height: 0;
  top: 38.10%;
  left: 26.88%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.esp-2 {
  position: absolute;
  width: 0;
  height: 0;
  top: 39.35%;
  left: 26.88%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.links-to-instagram-2 {
  position: absolute;
  width: 9.69%;
  height: 0;
  top: 42.14%;
  left: 26.88%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.vector {
  position: absolute;
  width: 2.66%;
  height: 0;
  top: 36.40%;
  left: 26.88%;
  object-fit: cover;
}

.group-8 {
  position: absolute;
  width: 8.05%;
  height: 3.49%;
  top: 35.61%;
  left: 41.56%;
}

.fumiya-hirano-2 {
  position: absolute;
  width: 84.47%;
  height: 28.57%;
  top: 0;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.isoo-2 {
  position: absolute;
  width: 26.21%;
  height: 28.57%;
  top: 35.71%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.les-tricots-d-o-2 {
  position: absolute;
  width: 94.17%;
  height: 28.57%;
  top: 71.43%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.our-brands-2 {
  position: absolute;
  width: 7.11%;
  height: 0;
  top: 32.28%;
  left: 26.88%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.90px;
  line-height: 24px;
  white-space: nowrap;
}

.group-9 {
  position: absolute;
  width: 5.08%;
  height: 3.49%;
  top: 35.61%;
  left: 56.25%;
}

.longo-2 {
  position: absolute;
  width: 58.46%;
  height: 28.57%;
  top: 0;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.noaark-2 {
  position: absolute;
  width: 67.69%;
  height: 28.57%;
  top: 35.71%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.studio-ar-2 {
  position: absolute;
  width: 90.77%;
  height: 28.57%;
  top: 71.43%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.contact-2 {
  width: 5.16%;
  top: 58.99%;
  left: 55.70%;
  font-size: 18px;
  letter-spacing: 0.90px;
  position: absolute;
  height: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  white-space: nowrap;
}

.text-wrapper-6 {
  position: absolute;
  width: 44.30%;
  height: 0;
  top: 84.90%;
  left: 16.56%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.90px;
  line-height: 24px;
}

.text-wrapper-7 {
  position: absolute;
  width: 44.30%;
  height: 0;
  top: 86.40%;
  left: 16.56%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
}

.text-wrapper-8 {
  position: absolute;
  width: 44.30%;
  height: 0;
  top: 88.56%;
  left: 16.56%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 10px;
  letter-spacing: 0.50px;
  line-height: 24px;
}

.a-name-born-from-2 {
  position: absolute;
  width: 32.11%;
  height: 2.62%;
  top: 20.59%;
  left: 63.83%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 21px;
}

.text-wrapper-9 {
  position: absolute;
  width: 3.59%;
  height: 0;
  top: 20.59%;
  left: 58.83%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 23px;
  white-space: nowrap;
}

.mail-info-nun-jp {
  position: absolute;
  width: 44.30%;
  height: 0;
  top: 61.90%;
  left: 55.70%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
}

.text-wrapper-10 {
  position: absolute;
  width: 11.33%;
  height: 0;
  top: 61.90%;
  left: 69.45%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

  .group-10 {
  position: absolute;
    width: 51px;
  height: 2.67%;
  top: 0;
  left: 3.91%;
}

.vector-2 {
  position: absolute;
  width: 47.23%;
  height: 47.01%;
  top: 0;
  left: 52.77%;
}

.vector-3 {
  position: absolute;
  width: 45.59%;
  height: 47.05%;
  top: 0;
  left: 0;
}

.vector-4 {
  position: absolute;
  width: 45.61%;
  height: 47.04%;
  top: 52.96%;
  left: 53.93%;
}

.vector-5 {
  position: absolute;
  width: 45.27%;
  height: 46.73%;
  top: 52.84%;
  left: 0;
}

/* Original CSS code should be injected here */

/* .img {
  position: absolute;
  width: 39.73%;
  top: 12568px;
  left: -732.80%;
  height: 200px;
  mix-blend-mode: multiply;
  aspect-ratio: 0.75;
  object-fit: cover;
  object-position: center;
} */

.group {
  position: absolute;
  width: 17.07%;
  height: 2.13%;
  top: 0;
  left: 7.20%;
}

.group-2 {
  position: absolute;
  width: 187.93%;
  height: 82.16%;
  top: 2.45%;
  left: 0;
}

.group-3 {
  position: absolute;
  height: 3.61%;
  top: 66.11%;
  left: calc(50.00% - 72px);
  width: 151px;
}

.contact {
  height: 21.43%;
  top: 0;
  left: calc(50.00% - 36px);
  font-size: 18px;
  letter-spacing: 0.90px;
  line-height: 24px;
  white-space: nowrap;
  position: absolute;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

.mail-info-jp {
  position: absolute;
  width: 82.12%;
  height: 0;
  top: 63.39%;
  left: 7.28%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
  font-style: normal;
}

.mail-info-jp a {
  color: inherit;
  text-decoration: none;
}

.mail-info-jp a:hover {
  text-decoration: underline;
}

.text-wrapper {
  letter-spacing: 0.10px;
}

.text-wrapper-2 {
  position: absolute;
  height: 0;
  top: 100%;
  left: calc(50.00% - 76px);
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
}

.text-wrapper-2 a {
  color: inherit;
  text-decoration: none;
}

.text-wrapper-2 a:hover {
  text-decoration: underline;
}

.group-4 {
  position: absolute;
  width: 152.80%;
  height: 3.61%;
  top: 88.60%;
  left: 6.93%;
}

.text-wrapper-3 {
  width: 98.95%;
  height: 21.43%;
  left: 0;
  font-size: 18px;
  letter-spacing: 0.90px;
  line-height: 24px;
  position: absolute;
  top: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
}

.p {
  position: absolute;
  width: 98.95%;
  height: 21.43%;
  top: 32.14%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  font-style: normal;
}

.text-wrapper-4 {
  position: absolute;
  width: 98.95%;
  height: 21.43%;
  top: 78.57%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 10px;
  letter-spacing: 0.50px;
  line-height: 24px;
}

.group-5 {
  position: absolute;
  width: 36.27%;
  height: 16.69%;
  top: 33.57%;
  left: 33.33%;
}

.our-brands {
  position: absolute;
  width: 66.91%;
  height: 4.63%;
  top: 0;
  left: 11.76%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.90px;
  line-height: 24px;
  white-space: nowrap;
}

.group-6 {
  position: absolute;
  width: 80.15%;
  height: 38.61%;
  top: 44.59%;
  left: 10.29%;
}

.fumiya-hirano {
  position: absolute;
  width: 79.82%;
  height: 0;
  top: 0;
  left: 4.59%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
  text-decoration: none;
}

.fumiya-hirano:hover {
  text-decoration: underline;
}

.isoo {
  position: absolute;
  width: 24.77%;
  height: 0;
  top: 20.00%;
  left: 33.03%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
  text-decoration: none;
}

.isoo:hover {
  text-decoration: underline;
}

.les-tricots-d-o {
  position: absolute;
  width: 88.99%;
  height: 0;
  top: 40.00%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
  text-decoration: none;
}

.les-tricots-d-o:hover {
  text-decoration: underline;
}

.longo {
  position: absolute;
  width: 34.86%;
  height: 0;
  top: 60.00%;
  left: 27.52%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
  text-decoration: none;
}

.longo:hover {
  text-decoration: underline;
}

.noaark {
  position: absolute;
  width: 40.37%;
  height: 0;
  top: 80.00%;
  left: 24.77%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
  text-decoration: none;
}

.noaark:hover {
  text-decoration: underline;
}

.studio-ar {
  position: absolute;
  width: 54.13%;
  height: 0;
  top: 100%;
  left: 17.43%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
  text-decoration: none;
}

.studio-ar:hover {
  text-decoration: underline;
}

.arma {
  width: 23.53%;
  height: 0;
  top: 13.71%;
  left: 34.56%;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 0.1px;
  position: absolute;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  text-align: center;
  text-decoration: none;
}

.arma:hover {
  text-decoration: underline;
}

.bacon {
  position: absolute;
  width: 27.94%;
  height: 0;
  top: 21.43%;
  left: 32.35%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
  text-decoration: none;
}

.bacon:hover {
  text-decoration: underline;
}

.devotion-twins {
  position: absolute;
  width: 71.32%;
  height: 0;
  top: 29.15%;
  left: 11.03%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
  text-decoration: none;
}

.devotion-twins:hover {
  text-decoration: underline;
}

.esp {
  position: absolute;
  width: 15.44%;
  height: 0;
  top: 36.87%;
  left: 38.24%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 0.1px;
  text-decoration: none;
}

.esp:hover {
  text-decoration: underline;
}

.links-to-instagram {
  position: absolute;
  width: 91.18%;
  height: 4.63%;
  top: 95.37%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.group-7 {
  position: absolute;
  width: 58.67%;
  height: 4.48%;
  top: 20.20%;
  left: 21.33%;
}

.text-wrapper-5 {
  width: 20.91%;
  height: 16.55%;
  left: 38.64%;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.75px;
  line-height: 23px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
}

.a-name-born-from {
  position: absolute;
  width: 98.18%;
  height: 75.54%;
  top: 24.46%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.75px;
  line-height: 21px;
}

/* .NOUN-SP.NOUN-PC は削除 - メディアクエリで対応 */

.element {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* 動画要素がクリック可能であることを確保 */
video {
  pointer-events: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.arma-2 {
  width: 2.50%;
  top: 35.61%;
  left: 26.88%;
  font-size: 14px;
  letter-spacing: 0.70px;
  position: absolute;
  height: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

.arma-2:hover {
  text-decoration: underline;
}

.bacon-2 {
  position: absolute;
  width: 2.97%;
  height: 0;
  top: 36.86%;
  left: 26.88%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

.bacon-2:hover {
  text-decoration: underline;
}

.devotion-twins-2 {
  position: absolute;
  width: 7.58%;
  height: 0;
  top: 38.10%;
  left: 26.88%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

.devotion-twins-2:hover {
  text-decoration: underline;
}

.esp-2 {
  position: absolute;
  width: 0;
  height: 0;
  top: 39.35%;
  left: 26.88%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

.esp-2:hover {
  text-decoration: underline;
}

.links-to-instagram-2 {
  position: absolute;
  width: 9.69%;
  height: 0;
  top: 42.14%;
  left: 26.88%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.vector {
  position: absolute;
  width: 2.66%;
  height: 0;
  top: 36.40%;
  left: 26.88%;
  object-fit: cover;
}

.group-8 {
  position: absolute;
  width: 8.05%;
  height: 3.49%;
  top: 35.61%;
  left: 41.56%;
}

.fumiya-hirano-2 {
  position: absolute;
  width: 84.47%;
  height: 28.57%;
  top: 0;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

.fumiya-hirano-2:hover {
  text-decoration: underline;
}

.isoo-2 {
  position: absolute;
  width: 26.21%;
  height: 28.57%;
  top: 35.71%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

.isoo-2:hover {
  text-decoration: underline;
}

.les-tricots-d-o-2 {
  position: absolute;
  width: 94.17%;
  height: 28.57%;
  top: 71.43%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

.les-tricots-d-o-2:hover {
  text-decoration: underline;
}

.our-brands-2 {
  position: absolute;
  width: 7.11%;
  height: 0;
  top: 32.28%;
  left: 26.88%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.90px;
  line-height: 24px;
  white-space: nowrap;
}

.group-9 {
  position: absolute;
  width: 5.08%;
  height: 3.49%;
  top: 35.61%;
  left: 56.25%;
}

.longo-2 {
  position: absolute;
  width: 58.46%;
  height: 28.57%;
  top: 0;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

.longo-2:hover {
  text-decoration: underline;
}

.noaark-2 {
  position: absolute;
  width: 67.69%;
  height: 28.57%;
  top: 35.71%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

.noaark-2:hover {
  text-decoration: underline;
}

.studio-ar-2 {
  position: absolute;
  width: 90.77%;
  height: 28.57%;
  top: 71.43%;
  left: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

.studio-ar-2:hover {
  text-decoration: underline;
}

.contact-2 {
  width: 5.16%;
  top: 58.99%;
  left: 55.70%;
  font-size: 18px;
  letter-spacing: 0.90px;
  position: absolute;
  height: 0;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  white-space: nowrap;
}

.text-wrapper-6 {
  position: absolute;
  width: 44.30%;
  height: 0;
  top: 84.90%;
  left: 16.56%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.90px;
  line-height: 24px;
}

.text-wrapper-7 {
  position: absolute;
  width: 44.30%;
  height: 0;
  top: 86.40%;
  left: 16.56%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  font-style: normal;
}

.text-wrapper-8 {
  position: absolute;
  width: 44.30%;
  height: 0;
  top: 88.56%;
  left: 16.56%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 10px;
  letter-spacing: 0.50px;
  line-height: 24px;
}

.a-name-born-from-2 {
  position: absolute;
  width: 32.11%;
  height: 2.62%;
  top: 20.59%;
  left: 63.83%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 21px;
}

.text-wrapper-9 {
  position: absolute;
  width: 3.59%;
  height: 0;
  top: 20.59%;
  left: 58.83%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 23px;
  white-space: nowrap;
}

.mail-info-nun-jp {
  position: absolute;
  width: 44.30%;
  height: 0;
  top: 61.90%;
  left: 55.70%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  font-style: normal;
}

.mail-info-nun-jp a {
  color: inherit;
  text-decoration: none;
}

.mail-info-nun-jp a:hover {
  text-decoration: underline;
}

.text-wrapper-10 {
  position: absolute;
  width: 11.33%;
  height: 0;
  top: 61.90%;
  left: 69.45%;
  font-family: "Akshar", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.70px;
  line-height: 24px;
  white-space: nowrap;
}

.text-wrapper-10 a {
  color: inherit;
  text-decoration: none;
}

.text-wrapper-10 a:hover {
  text-decoration: underline;
}

.group-10 {
  position: absolute;
  width: 4.84%;
  height: 2.67%;
  top: 40px;
  left: 3.91%;
}

.vector-2 {
  position: absolute;
  width: 47.23%;
  height: 47.01%;
  top: 0;
  left: 52.77%;
}

.vector-3 {
  position: absolute;
  width: 45.59%;
  height: 47.05%;
  top: 0;
  left: 0;
}

.vector-4 {
  position: absolute;
  width: 45.61%;
  height: 47.04%;
  top: 52.96%;
  left: 53.93%;
}

.vector-5 {
  position: absolute;
  width: 45.27%;
  height: 46.73%;
  top: 52.84%;
  left: 0;
}

/* メディアクエリはファイルの先頭で定義済み */

/* ============================================
   文字ごとのフェードインアニメーション
   ============================================ */
.char-fade-in {
  display: inline-block;
  opacity: 0;
  vertical-align: baseline;
  white-space: pre;
}

.char-fade-in.animate {
  animation: fadeInChar 0.5s ease-in-out forwards;
}

@keyframes fadeInChar {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* スマホサイズではtransformを小さくして重なりを防ぐ */
@media (max-width: 768px) {
  .char-fade-in.animate {
    animation: fadeInCharMobile 0.5s ease-in-out forwards;
  }
  
  @keyframes fadeInCharMobile {
    from {
      opacity: 0;
      transform: translateX(-3px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

/* アニメーションが適用される前の初期状態 */
.text-animated {
  visibility: visible;
}

/* ============================================
   プリロード画面
   ============================================ */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}

.preloader.fade-out {
  opacity: 0;
}

.preloader.hidden {
  display: none !important;
}

.preloader-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 1s ease-in-out forwards;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.preloader-logo.fade-out {
  opacity: 0;
}

.preloader-logo img {
  width: 120px;
  height: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .preloader-logo img {
    width: 170px;
  }
}


@media (max-width: 768px) {
  .element.img {
    height: 1670px;
    object-fit: cover;
    margin:-80px auto;
    position: relative;
    z-index: 1;
    display: block;
    object-position: center;
  }
  .moviewarp {
    height: 1588px;
    overflow: hidden;
  }
  .element2 {
    display: block;
    height: 1443px;
    object-fit: cover;
    margin: -2px;px auto;
    position: relative;
    object-position: center;
  }
  section {
    display: block;
    position: relative;
    z-index: 1;
  }
}