body {
  position: relative;
  background-color: #000;
  width: 100%;
  min-width: 320px;
}
#hamburger {
  display: block;
  position: absolute;
  top: 22px;
  right: 25px;
  width: 50px;
  height: 40px;
  z-index: 1;
}
.hamburger-line {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 1.2px;
  background-color: #fff;
  border-radius: 0px;
  margin-left: 15px;
}
#hamburger-line1 {
  top: 0;
}
#hamburger-line2 {
  top: 10.5px;
}
#hamburger-line3 {
  bottom: 0px;
}
#menu-content {
  width: 70%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 80;
  opacity: 0.8;
  background-color: #fff;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.1em;
}
.menu {
  left: 100%;
  transition: all 0.5s;
}
.open {
  transition: all 0.5s;
  left: 30%;
}
#menu-close {
  position: absolute;
  top: 12px;
  right: 10%;
  width: 50px;
  height: 40px;
}
.menu-line {
  width: 35px;
  height: 1px;
  background-color: #000;
  border-radius: 0px;
}
#menu-line1 {
  position: absolute;
  top: 50%;
  transform: rotate(30deg);
}
#menu-line3 {
  position: absolute;
  top: 50%;
  transform: rotate(-30deg);
}
#menu-ul {
  margin-top: 40%;
  margin-left: 10%;
  margin-bottom: 40%;
}
#menu-li {
  margin-top: 12%;
  margin-left: 15%;
}
.click-obj {
  font-size: 3.5vw;
  letter-spacing: 0.2em;
}
.menu-sub-text {
  font-size: 2vw;
  letter-spacing: 0.2em;
}
#menu-sns {
  position: absolute;
  width: 25vw;
  top: 90vw;
  left: 23%;
  font-family: 'Marcellus', serif;
  font-size: 1.3vw;
  letter-spacing: 0.2em;
}
#menu-instagram-icon {
  position: absolute;
  width: 5.5vw;
  left: 0%;
}
#menu-twitter-icon {
  position: absolute;
  width: 4.75vw;
  margin-left: 39%;
}
#background-img {
  position: fixed;
  bottom: 0%;
  right: -110%;
  opacity: 0.3;
}
.corsor-wrapper {
  display: none;
}
.corsor {
  display: none;
}
#title-wrapper {
  position: fixed;
  top: 0%;
  width: 100%;
  height: 70px;
  background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0));
  z-index: 1;
}
#left-title {
  position: absolute;
  color: #fff;
  font-family: 'Marcellus', serif;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  margin-left: 25px;
  margin-top: 26px;
}
.img {
  width: 100%;
}
.img-hover-box {
  position: relative;
  overflow: hidden;
}
#profile-name-left {
  position: absolute;
  font-family: 'Marcellus', serif;
  color: #fff;
  letter-spacing: 0.2em;
  top: 0.9%;
  left: 2.5%;
  font-size: 1.3vw;
  z-index: 1;
}
#carousel-wrapper {
  position: relative;
  width: 100%;
  background-color: #000;
}
#carousel-title {
  font-family: 'Marcellus', serif;
  color: #fff;
  letter-spacing: 0.2em;
  margin-top: 20vw;
  margin-bottom: 10vw;
  left: 13%;
  font-size: 5vw;
  text-align: center;
}
.corousel {
  width: 84vw;
  top: 12vw;
  left: 0%;
  margin-left: 8%;
  margin-bottom: 10%;
}
#arrow-wrapper-a {
  display: none;
}
#arrow-a {
  display: none;
}
#arrow-wrapper-b {
  display: none;
}
#arrow-b {
  display: none;
}
#title {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  line-height: 2.7vw;
  font-size: 4vw;
  top: 5%;
  left: 8%;
  pointer-events: none;
}
#contents-a {
  position: absolute;
  width: 100%;
  align-items: center;
  top: 10%;
}
#jl-carousel-wrapper {
  position: relative;
  width: 100%;
  height: 60vw;
}
#jl-carousel-title {
  position: absolute;
  font-family: 'Marcellus', serif;
  color: #fff;
  letter-spacing: 0.2em;
  top: 2vw;
  left: 8%;
  font-size: 6vw;
}
#corousel-back-button {
  display: none;
}
#corousel-next-button {
  display: none;
}
#jl-corousel {
  position: absolute;
  display: flex;
  width: 100vw;
  height: 58.8vw;
  top: 12vw;
  left: 0%;
  overflow-x: scroll;
}
#jl-corousel::-webkit-scrollbar {
  display: none;
}
#corousel-contents-a {
  margin-left: 8%;
}
.jl-corousel-contents-1 {
  width: 55vw;
  height: 38.5vw;
  background-size: cover;
  margin-right: 15px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/01-corousel.png");
}
.jl-corousel-contents-2 {
  width: 55vw;
  height: 38.5vw;
  background-size: cover;
  margin-right: 15px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/02-corousel.png");
}
.jl-corousel-contents-3 {
  width: 55vw;
  height: 38.5vw;
  background-size: cover;
  margin-right: 15px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/03-corousel.png");
}
.jl-corousel-contents-4 {
  width: 55vw;
  height: 38.5vw;
  background-size: cover;
  margin-right: 15px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/04-corousel.png");
}
.jl-corousel-contents-5 {
  width: 55vw;
  height: 38.5vw;
  background-size: cover;
  margin-right: 15px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/05-corousel.png");
}
.jl-corousel-contents-6 {
  width: 55vw;
  height: 38.5vw;
  background-size: cover;
  margin-right: 15px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/06-corousel.png");
}
.jl-corousel-contents-7 {
  width: 55vw;
  height: 38.5vw;
  background-size: cover;
  margin-right: 15px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/07-corousel.png");
}
.jl-corousel-contents-8 {
  width: 55vw;
  height: 38.5vw;
  background-size: cover;
  margin-right: 15px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/08-corousel.png");
}
.jl-corousel-contents-9 {
  width: 55vw;
  height: 38.5vw;
  background-size: cover;
  margin-right: 15px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/09-corousel.png");
}
.jl-corousel-contents-10 {
  width: 55vw;
  height: 38.5vw;
  background-size: cover;
  margin-right: 15px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/10-corousel.png");
}
.jl-corousel-contents-11 {
  width: 55vw;
  height: 38.5vw;
  background-size: cover;
  margin-right: 15px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/11-corousel.png");
}
.jl-corousel-contents-12 {
  width: 55vw;
  height: 38.5vw;
  background-size: cover;
  margin-right: 15px;
  flex-shrink: 0;
  background-image: url("../../../images/ArtGallery/Work/12-corousel.png");
}
.product-txt {
  width: 55vw;
  height: 38.5vw;
  background-color: rgba(0,0,0,0.5);
  padding-top: 0%;
  padding-right: 48%;
  text-align: center;
  color: #fff;
  writing-mode: vertical-rl;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.2em;
  font-size: 4vw;
  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: 60vw;
}
#footer-name-a {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  font-size: 3vw;
  margin: 0 auto;
  bottom: 70%;
  left: 10vw;
}
#footer-name-b {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.15em;
  font-size: 4.5vw;
  margin: 0 auto;
  bottom: 55%;
  left: 10vw;
}
#footer-name-c {
  position: absolute;
  color: #fff;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.3em;
  font-size: 2.5vw;
  margin: 0 auto;
  bottom: 47%;
  left: 10vw;
}
#footer-instagram-icon {
  position: absolute;
  width: 5.7vw;
  height: 5.7vw;
  background-image: url("../../../images/Top/Top-instagram-icon.png");
  background-size: cover;
  bottom: 69.5%;
  right: 10vw;
}
#footer-twitter-icon {
  position: absolute;
  width: 5.2vw;
  height: 5.2vw;
  background-image: url("../../../images/Top/Top-twitter-icon.png");
  background-size: cover;
  bottom: 70%;
  right: 20vw;
}
#footer-copyright {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.35em;
  font-size: 2vw;
  margin: 0 auto;
  bottom: 20%;
}
