#top {
  position: fixed;
  z-index: 3;
  height: 70px;
  background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0));
}
.hamburger-line {
  background-color: #fff;
}
#arawa-title {
  position: absolute;
  color: #fff;
  font-family: 'Marcellus', serif;
  width: 100%;
  top: 23%;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 25px;
  pointer-events: none;
}
#arawa-subtitle {
  position: absolute;
  color: #fff;
  font-family: 'Marcellus', serif;
  width: 100%;
  top: 64%;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 0.5vw;
  pointer-events: none;
}
.img-hover-box {
  position: relative;
  overflow: hidden;
}
#title-fixed-wrapper {
  position: relative;
  width: 100%;
  height: 70px;
  background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0));
  z-index: 1;
  position: fixed;
}
#name-left-wrapper {
  padding-top: 24px;
}
#arawa-name-left {
  position: absolute;
  color: #fff;
  font-family: 'Marcellus', serif;
  font-size: 1.3vw;
  letter-spacing: 0.2em;
  margin-left: 25px;
}
#profile-img {
  position: relative;
  width: 45vw;
  height: 27vw;
  margin-left: 27.5vw;
  margin-top: 8vw;
  background-size: cover;
  object-fit: cover;
}
#arrow-wrapper {
  position: absolute;
  font-family: 'Marcellus', serif;
  color: #fff;
  letter-spacing: 0.2em;
  top: 26.75vw;
  left: 80.3%;
  font-size: 1.2vw;
  margin-top: 4%;
}
#arrow {
  width: 6vw;
}
#profile-txt-a {
  position: absolute;
  color: #fff;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.3em;
  line-height: 4vw;
  font-size: 2vw;
  pointer-events: none;
  top: 7vw;
  left: 16%;
}
#arawa-back-button {
  position: absolute;
  width: 9%;
  height: 4vw;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.3em;
  line-height: 3.6vw;
  font-size: 1vw;
  text-align: left;
  top: 32.5vw;
  left: 76.5%;
}
#carousel-info-wrapper {
  position: absolute;
  top: 1.5vw;
  width: 100%;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.carousel-info {
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 100%;
  background-color: #fff;
}
#contents-a {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 13%;
  margin-bottom: 14vw;
  margin-top: 6vw;
}
#preview-carousel-wrapper {
  position: relative;
  width: 100%;
  height: 17vw;
}
#preview-corousel {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 12vw;
  top: 5vw;
  left: 0%;
  gap: 2%;
  overflow-x: scroll;
  overflow-y: clip;
}
#preview-corousel::-webkit-scrollbar {
  display: none;
}
.arawa-button {
  width: 16vw;
  height: 12vw;
  top: 10vw;
  left: 13%;
  background-size: cover;
  object-fit: cover;
}
#info {
  font-family: 'Marcellus', serif;
  letter-spacing: 0.2em;
  line-height: 2.7vw;
  font-size: 2.5vw;
  margin-bottom: 9.5vw;
}
#carousel-wrapper {
  position: relative;
  width: 100%;
  height: 33vw;
  margin-top: 3vw;
}
#carousel-title {
  position: absolute;
  font-family: 'Marcellus', serif;
  color: #fff;
  letter-spacing: 0.2em;
  top: 5vw;
  left: 13%;
  font-size: 2vw;
}
#corousel-back-button {
  position: absolute;
  width: 3vw;
  height: 3vw;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0em;
  line-height: 2.75vw;
  font-size: 2vw;
  text-align: center;
  top: 5vw;
  left: 78.5%;
  border: 1px solid #fff;
}
#corousel-next-button {
  position: absolute;
  width: 3vw;
  height: 3vw;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0em;
  line-height: 2.75vw;
  font-size: 2vw;
  text-align: center;
  top: 5vw;
  left: 83%;
  border: 1px solid #fff;
}
#corousel {
  position: absolute;
  display: flex;
  width: 100%;
  height: 28.000000000000004vw;
  top: 11vw;
  left: 0%;
  overflow-x: scroll;
}
#corousel::-webkit-scrollbar {
  display: none;
}
#corousel-contents-a {
  margin-left: 13%;
}
.corousel-contents-1 {
  width: 25vw;
  height: 17.5vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ARAWA/Work/01-corousel.png");
}
.corousel-contents-2 {
  width: 25vw;
  height: 17.5vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ARAWA/Work/02-corousel.png");
}
.corousel-contents-3 {
  width: 25vw;
  height: 17.5vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ARAWA/Work/03-corousel.png");
}
.corousel-contents-4 {
  width: 25vw;
  height: 17.5vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ARAWA/Work/04-corousel.png");
}
.corousel-contents-5 {
  width: 25vw;
  height: 17.5vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ARAWA/Work/05-corousel.png");
}
.corousel-contents-6 {
  width: 25vw;
  height: 17.5vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ARAWA/Work/06-corousel.png");
}
.corousel-contents-7 {
  width: 25vw;
  height: 17.5vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ARAWA/Work/07-corousel.png");
}
.corousel-contents-8 {
  width: 25vw;
  height: 17.5vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ARAWA/Work/08-corousel.png");
}
.corousel-contents-9 {
  width: 25vw;
  height: 17.5vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ARAWA/Work/09-corousel.png");
}
.corousel-contents-10 {
  width: 25vw;
  height: 17.5vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ARAWA/Work/10-corousel.png");
}
.corousel-contents-11 {
  width: 25vw;
  height: 17.5vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ARAWA/Work/11-corousel.png");
}
.corousel-contents-12 {
  width: 25vw;
  height: 17.5vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ARAWA/Work/12-corousel.png");
}
.product-txt {
  width: 25vw;
  height: 18vw;
  background-color: rgba(0,0,0,0.5);
  padding-top: 30%;
  left: 0%;
  text-align: center;
  color: #fff;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.2em;
  font-size: 2.5vw;
  transition: 0.5s all;
}
.product-txt:hover {
  background-color: rgba(0,0,0,0);
  color: rgba(255,255,255,0);
  transition: 0.5s all;
}
#footer {
  position: relative;
  width: 100%;
  height: 20vw;
}
#footer-name-a {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  font-size: 0.8vw;
  margin: 0 auto;
  bottom: 60%;
  left: 27px;
}
#footer-name-b {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  font-size: 1.8vw;
  margin: 0 auto;
  bottom: 40%;
  left: 25px;
}
#footer-name-c {
  position: absolute;
  color: #fff;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.2em;
  font-size: 0.8vw;
  margin: 0 auto;
  bottom: 27%;
  left: 27px;
}
#footer-instagram-icon {
  position: absolute;
  width: 1.8vw;
  height: 1.8vw;
  background-image: url("../../../images/Top/Top-instagram-icon.png");
  background-size: cover;
  bottom: 42%;
  right: 5.9vw;
}
#footer-twitter-icon {
  position: absolute;
  width: 1.6vw;
  height: 1.6vw;
  background-image: url("../../../images/Top/Top-twitter-icon.png");
  background-size: cover;
  bottom: 42.5%;
  right: 2.4vw;
}
#footer-copyright {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  font-size: 0.7vw;
  margin: 0 auto;
  bottom: 27%;
  right: 23px;
}
