.hamburger-line {
  background-color: #fff;
}
#title-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;
  padding-top: 24px;
}
#left-title {
  color: #fff;
  font-family: 'Marcellus', serif;
  font-size: 1.3vw;
  letter-spacing: 0.2em;
  margin-left: 25px;
}
#carousel-wrapper {
  position: relative;
  width: 100%;
  height: 50vw;
  background-color: #000;
}
#carousel-title {
  position: absolute;
  font-family: 'Marcellus', serif;
  color: #fff;
  letter-spacing: 0.2em;
  top: 7vw;
  left: 13%;
  font-size: 2vw;
  margin-top: 3%;
}
#corousel {
  position: absolute;
  display: flex;
  width: 100%;
  height: 30vw;
  top: 12vw;
  left: 0%;
  overflow-x: scroll;
  margin-top: 3%;
  padding-right: 10%;
}
#corousel::-webkit-scrollbar {
  display: none;
}
#arrow-wrapper-a {
  position: absolute;
  font-family: 'Marcellus', serif;
  color: #fff;
  letter-spacing: 0.2em;
  top: 6.3vw;
  left: 80.3%;
  font-size: 1vw;
  margin-top: 4%;
}
#arrow-a {
  width: 6vw;
}
#arrow-wrapper-b {
  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-b {
  width: 6vw;
}
#corousel-contents-a {
  margin-left: 13%;
}
.corousel {
  margin-left: 3%;
}
.corousel-contents-1 {
  width: 35vw;
  height: 40vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/01-corousel.png");
}
.corousel-contents-2 {
  width: 35vw;
  height: 40vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/02-corousel.png");
}
.corousel-contents-3 {
  width: 35vw;
  height: 40vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/03-corousel.png");
}
.corousel-contents-4 {
  width: 35vw;
  height: 40vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/04-corousel.png");
}
.corousel-contents-5 {
  width: 35vw;
  height: 40vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/05-corousel.png");
}
.corousel-contents-6 {
  width: 35vw;
  height: 40vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/06-corousel.png");
}
.corousel-contents-7 {
  width: 35vw;
  height: 40vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/07-corousel.png");
}
.corousel-contents-8 {
  width: 35vw;
  height: 40vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/08-corousel.png");
}
.corousel-contents-9 {
  width: 35vw;
  height: 40vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/09-corousel.png");
}
.corousel-contents-10 {
  width: 35vw;
  height: 40vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/10-corousel.png");
}
.corousel-contents-11 {
  width: 35vw;
  height: 40vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/11-corousel.png");
}
.corousel-contents-12 {
  width: 35vw;
  height: 40vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/12-corousel.png");
}
#jl-carousel-wrapper {
  position: relative;
  width: 100%;
  height: 33vw;
}
#jl-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;
}
#jl-corousel {
  position: absolute;
  display: flex;
  width: 100%;
  height: 18vw;
  top: 11vw;
  left: 0%;
  overflow-x: scroll;
}
#jl-corousel::-webkit-scrollbar {
  display: none;
}
#corousel-contents-a {
  margin-left: 13%;
}
.jl-corousel-contents-1 {
  width: 25vw;
  height: 18vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/01-corousel.png");
}
.jl-corousel-contents-2 {
  width: 25vw;
  height: 18vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/02-corousel.png");
}
.jl-corousel-contents-3 {
  width: 25vw;
  height: 18vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/03-corousel.png");
}
.jl-corousel-contents-4 {
  width: 25vw;
  height: 18vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/04-corousel.png");
}
.jl-corousel-contents-5 {
  width: 25vw;
  height: 18vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/05-corousel.png");
}
.jl-corousel-contents-6 {
  width: 25vw;
  height: 18vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/06-corousel.png");
}
.jl-corousel-contents-7 {
  width: 25vw;
  height: 18vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/07-corousel.png");
}
.jl-corousel-contents-8 {
  width: 25vw;
  height: 18vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/08-corousel.png");
}
.jl-corousel-contents-9 {
  width: 25vw;
  height: 18vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/09-corousel.png");
}
.jl-corousel-contents-10 {
  width: 25vw;
  height: 18vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/10-corousel.png");
}
.jl-corousel-contents-11 {
  width: 25vw;
  height: 18vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/11-corousel.png");
}
.jl-corousel-contents-12 {
  width: 25vw;
  height: 18vw;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/12-corousel.png");
}
.product-txt {
  width: 25vw;
  height: 18vw;
  background-color: rgba(0,0,0,0.5);
  padding-top: 0%;
  padding-right: 45%;
  text-align: center;
  color: #fff;
  writing-mode: vertical-rl;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.2em;
  font-size: 1.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;
}
