#mv {
  z-index: 2;
}
#mv .sec-inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 108rem;
}
#mv .sec-icon {
  position: absolute;
  top: calc(50% - 15rem);
  left: calc(50% - 15rem);
  width: 30rem;
  height: 30rem;
  border: 3px solid #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
#mv .sec-icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 28px solid #ffffff;
  border-right: 0;
}
#mv .sec-text {
  position: absolute;
  top: 79.64%;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 0 .76em;
  width: 100%;
  color: #fff;
  font-family: var(--ff-en);
  font-weight: 300;
  font-size: 10rem;
  text-align: center;
  letter-spacing: .14em;
}
#mv .sec-text span {
  display: inline-block;
}
#mv .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #mv {
    padding-top: 50px;
  }
}

/*  */
#intro {
  position: relative;
  z-index: 2;
}
#intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1763px;
  height: 100%;
  background: url(../img/top/intro-bg.jpg) center/cover no-repeat;
  transform: translateX(-50%);
  z-index: -1;
}
#intro .sec-inner {
  padding: 25rem 0 150px;
}
#intro .sec-title {
  position: relative;
  display: block;
  max-width: 1323px;
  height: 489px;
  max-height: 37vw;
  margin: 0 auto 7rem;
}
#intro .sec-title * {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#intro .sec-video {
  width: calc(100% + 40px);
  margin: 0 -20px 30px;
  z-index: 2;
}
#intro .sec-title img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  transform-origin: top;
}
#intro .sec-title .pin-spacer:nth-child(1) {
  mix-blend-mode: multiply;
}
#intro .sec-title .pin-spacer:nth-child(2) {
	z-index: 2;
	mix-blend-mode: normal;
}
#intro .sec-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
#intro .sec-text::before,
#intro .sec-text::after {
  content: "";
  display: block;
  width: 87px;
  height: 1px;
  background: #000;
}
#intro .sec-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
#intro .sec-images img {
  display: block;
  width: auto;
  height: 95px;
}
#intro .sec-images img:nth-child(2) {
  height: 94.73%;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #intro .sec-title {
    margin-bottom: 50px;
  }
  #intro .sec-text {
    margin-bottom: 30px;
  }
  #intro .sec-text::before,
  #intro .sec-text::after {
    width: 30px;
  }
  #intro .sec-images img {
    height: 80px !important;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #intro .sec-inner {
    padding-top: 100px;
  }
  #intro .sec-title {
    margin-bottom: 40px;
  }
  #intro .sec-text {
    font-size: 20px;
  }
  #intro .sec-images img {
    height: 40px !important;
  }
}

/* BUSINESS & PHILANTHROPY */
#business {
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
}
#business::before {
  content: "";
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
  height: calc(100% - 63px);
  background: url(../img/top/business-bg.jpg) center/cover no-repeat;
  z-index: -1;
}
#business .sec-title {
  position: relative;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto 197px;
}
#business .sec-title::before {
  content: "";
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  width: 100%;
  height: 118px;
  background: url(../img/top/business-text.svg) left/contain no-repeat;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #business .sec-title {
    margin-bottom: 100px;
  }
  #business .sec-title::before {
    height: 60px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #business {
    padding-top: 100px;
    padding-bottom: 0;
  }
  #business::before {
    background-size: contain;
  }
  #business .sec-title {
    margin-bottom: 80px;
  }
  #business .sec-title::before {
    height: 40px;
  }
}

/* BRAND SITE & ONLINE STORE */
#brand {
  padding-top: 110px;
  padding-bottom: 130px;
}
#brand .sec-inner {
  max-width: 1920px;
  margin: 0 auto;
}
#brand .sec-title {
  margin-bottom: 80px;
}
#brand .sec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-weight: bold;
}
#brand .sec-list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 240px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
#brand .sec-list .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0;
  transition: opacity .3s;
  z-index: -1;
}
#brand .sec-list .item:hover::before {
  opacity: .5;
}
#brand .sec-list .img,
#brand .sec-list .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#brand .sec-list .logo {
  /* opacity: 0; */
  z-index: 1;
  transition: opacity .3s;
}
#brand .sec-list .item:hover .logo {
  opacity: 1;
}
#brand .sec-list .title {
  font-family: var(--ff-en);
  font-size: 30px;
  font-weight: 500;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #brand .sec-list {
    grid-template-columns: 1fr;
  }
  #brand .sec-list .item {
    max-height: 25vw;
    gap: 10px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #brand {
    padding-bottom: 80px;
  }
  #brand .sec-title {
    margin-bottom: 40px;
  }
  #brand .sec-list .item {
    font-size: 14px;
  }
  #brand .sec-list .title {
    font-size: 20px;
  }
}