@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,500,700');
@import url('https://fonts.googleapis.com/css?family=Ropa+Sans');
@import url('https://fonts.googleapis.com/css?family=Dosis:100,300,400,600,700');
html, body, a, p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  letter-spacing: -0.02em;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

::selection {
  background: #000000;
  color: #fff;
}


/* for Firefox */

::-moz-selection {
  background: #000000;
  color: #a8afff;
}

body, html {
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  body, html {
    font-size: 12px;
  }
}

img {
  display: block;
  font-size: 0;
  width: 100%;
  pointer-events: none;
  user-select: none;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  line-height: 1.9;
}

li {
  list-style-type: none;
}

.sp {
  display: none;
}

.sp2 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc2 {
    display: none;
  }
  .sp2 {
    display: block;
  }
}

.en {
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.off {
  transition-duration: 1s;
    transform: translateY(30px);
  opacity: 0;
}

.on {
  opacity: 1;
     transform: translateY(0px);

}


@media screen and (max-width: 768px) {
  .off {
  transition-duration: 1s;
    transform: translateY(0px);
  opacity: 0;
}

.on {
  opacity: 1;
     transform: translateY(0px);

}
}

.wrap {
  display: none;
}

.wrap.fadein {
  display: block;
}


/*ローディング*/

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999998;
  width: 100%;
  height: 100%;
  background: #000;
}

#loading.fadeout {
  transition-duration: 0.4s;
  opacity: 0;
}

#loading img {
  width: 90px;
  position: fixed;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-dots {
  position: fixed;
  top: calc(50% + 16px);
  left: 50%;
  height: 1rem;
  line-height: 1rem;
  transform: translate(-50%, -50%);
  z-index: 999999999;
}

.loading-dots>div {
  display: inline-block;
  font-size: 0;
  margin: 0 .55rem;
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  -webkit-animation: loading-dots 0.6s alternate infinite;
  -moz-animation: loading-dots 0.6s alternate infinite;
  animation: loading-dots 0.6s alternate infinite;
}

.loading-dots>div:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading-dots>div:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes loading-dots {
  0% {
    -webkit-transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

@-moz-keyframes loading-dots {
  0% {
    -webkit-transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes loading-dots {
  0% {
    -webkit-transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}


/*ヘッダー*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 190px;
  background: #000;
  height: 100%;
  z-index: 999;
  border-right: solid 2px #000;
}

.header-hit-area{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.header-hit-area.active{
    opacity: 0;
      visibility: hidden;
}

header h1 {
  width: 80%;
  margin: 30px auto 200px;
    position: relative;
    z-index: 2;
}

.menuBtn {
  position:absolute;
    top: 400px;
    left: calc(50% - 32.5px);
  width: 65px;
  height: 30px;
  margin: 0 auto 320px;
  overflow: hidden;
  cursor: pointer;
}

.menuBtn.active {
  opacity: 0;
  visibility: hidden;
}

.menuBtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #808080;
}

.menuBtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #808080;
}

.menuBtn span:nth-of-type(1) {
  top: 0;
  animation-delay: 0.5s;
}

.menuBtn span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.menuBtn span:nth-of-type(3) {
  bottom: 0;
}

.header-hit-area:hover .menuBtn span {
  animation: menu 1s ease-in-out;
}

.header-hit-area:hover .menuBtn span:nth-of-type(2) {
  animation-delay: 0.15s;
}

.header-hit-area:hover .menuBtn span:nth-of-type(3) {
  animation-delay: 0.3s;
}

@keyframes menu {
  0% {
    transform: translate(0%);
  }
  40% {
    transform: translate(100%);
  }
  50% {
    transform: translate(100%);
  }
  51% {
    transform: translate(-100%);
  }
  60% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0%);
  }
}

header small {
    position: absolute;
    bottom: 20px;
    left: 10%;
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #808080;
  font-size: 10px;
  font-family: 'Ropa Sans', sans-serif;
}

@media screen and (max-width:1024px) {
  header {
    width: 55px;
    border-right: solid 2px #000;
  }
  header h1 {
    width: 35%;
    margin: 30px auto 175px;
  }

    .header-hit-area{
        z-index: 3;
        background: none;
    }
  header h1 span {
    display: block;
    font-size: 10px;
    font-family: 'Ropa Sans', sans-serif;
    color: #808080;
    white-space: nowrap;
    transform: rotate(90deg) scale(0.9);
    letter-spacing: 0.05em;
    margin-top: 20px;
    font-weight: bold;
  }
  .menuBtn {
    position: relative;
    width: 30px;
    height: 25px;
    margin: 30px auto 0px;
    overflow: hidden;
    cursor: pointer;
      top: 0;
      left: 0;
      z-index: 1;
  }
  .menuBtn.active {
    opacity: 0;
    visibility: hidden;
  }
  .menuBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #808080;
  }
  .menuBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #808080;
  }
  .menuBtn span:nth-of-type(1) {
    top: 0;
    animation-delay: 0.5s;
  }
  .menuBtn span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .menuBtn span:nth-of-type(3) {
    bottom: 0;
  }
  .menuBtn:hover span {
    animation: none;
  }
  header small {
    width: 100%;
      left: 2%;
      bottom: 80px;
    margin: 0 auto;
    color: #808080;
    font-size: 10px;
    font-family: 'Ropa Sans', sans-serif;
    transform: rotate(90deg) scale(0.9);
    letter-spacing: 0em;
    white-space: nowrap;
    font-weight: bold;
  }
  header small span {
    font-family: 'Ropa Sans', sans-serif;
    letter-spacing: 0.08em;
  }
}


/*ヘッダー*/


/*メニュー*/

.menu {
  position: fixed;
  top: 0;
  left: 189px;
  width: calc(100% - 189px);
  height: 100%;
  background: #000;
  z-index: 998;
  display: none;
}

.menu.active {
  display: block;
}

.menu ul {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}

.menu li {
  transform: translateX(80px);
  opacity: 0;
  transition-duration: 2s;
  transition-timing-function:cubic-bezier(.04,1.02,.13,.97) ;
}

.menu li.active {
  transform: translateX(0px);
  opacity: 1;
}

.menu li a {
  display: inline-block;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  letter-spacing: -0.04em;
  line-height: 1.75;
  font-size: 70px;
  font-weight: 300;
  line-height: 0.82;
}

.menu li a:hover {
  color: #000;
  background: #fff;
}

.menu li:last-child {
  margin-top: 30px;
}

.menu li:last-child a {
  font-size: 30px;
  letter-spacing: 0.0em;
}

.close-btn {
  width: 90px;
  height: 90px;
  position: absolute;
  right: 3%;
  top: 4%;
  transform: rotate(45deg);
  cursor: pointer;
  opacity: 1;
  overflow: hidden;
}

.close-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
}


/* horizontal line */

.close-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #fff;
}

.close-btn:hover::before {
  animation: close1 0.5s ease-in-out;
}

@keyframes close1 {
  0% {
    transform: translateY(0%);
  }
  40% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(100%);
  }
  51% {
    transform: translateY(-100%);
  }
  60% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.close-btn:hover::after {
  animation: close2 0.5s ease-in-out;
}

@keyframes close2 {
  0% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(100%);
  }
  51% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@media screen and (max-width:1024px) {
  .menu {
    position: fixed;
    top: 0;
    left: 54px;
    width: calc(100% - 54px);
  }
  .menu ul {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
  }


  .menu li a {
    font-size: 53px;
  }
  .menu li:last-child {
    margin-top: 30px;
  }
  .menu li:last-child a {
    font-size: 30px;
    letter-spacing: 0.0em;
  }


  .close-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 3%;
    top: 4%;
  }
  .close-btn:hover::before {
    animation: none;
  }
  .close-btn:hover::after {
    animation: none;
  }
}



@media screen and (max-width: 768px){
    .menu li {
  transform: translateX(40px);
  opacity: 0;
  transition-duration: 1.6s;
  transition-timing-function:cubic-bezier(.04,1.02,.13,.97) ;
}

.menu li.active {
  transform: translateX(0px);
  opacity: 1;
}

}
/*メニュー*/


/*トップページ*/

main {
  margin-left: 189px;
  display: block;
  position: relative;
}

.top-hero {
  height: 700px;
  position: relative;
  overflow: hidden;
}
.top-hero:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pc-video-wrap{
    width:100%;              /*横幅いっぱいにwidthを指定*/
    padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
    height:0px;              /*高さはpaddingで指定するためheightは0に*/
    position:absolute;
     top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    overflow: hidden;

}

@media screen and (max-width: 1450px){
    .pc-video-wrap{
        width: 1245px;
        height: 700px;
    }

}

#pc-video{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: scale(1.05,1.05);
    transform-origin: center;
}


.top-hero video {

    display: none;
}

.top-hero-txt {
  position: absolute;
  z-index: 2;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.6vw;
  font-weight: bold;
}

.top-hero-txt span {
  display: inline-block;
  transform: scale(1, 1.5);
  background: #000;
  line-height: 0.9;
  color: #fff;
  margin-bottom: 2.1vw;
  font-family: 'Ropa Sans', sans-serif;
  padding: 0.05em 0.1em 0 0.1em;
  letter-spacing: 0.01em;
}

.top-about {
  padding: 100px 0;
}

.top-about p {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: justify;
  letter-spacing: 0;
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.5em;
  height: 3em;
  margin: 0 auto;
  border: solid 2px #000;
  position: relative;
  overflow: hidden;
}

.c-btn span {
  display: block;
  color: #000;
  font-family: 'Ropa Sans', sans-serif;
  letter-spacing: 0.21em;
  transition-duration: 0.2s;
  z-index: 2;
}

.c-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 22em;
  height: 22em;
  background: #000;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.c-btn::after {
  position: absolute;
  right: 1em;
  top: 0.9em;
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(45deg);
  transition-duration: 0.2s;
  z-index: 2;
}

.c-btn:hover span {
  color: #fff;
}

.c-btn:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.c-btn:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skewX(45deg) translateX(0.5em);
}

.top-release {
  background: #e8e8e8;
  padding: 90px 5% 100px;
}

.top-release h2 {
  font-weight: 400;
  text-align: center;
  font-size: 40px;
  margin-bottom: 80px;
  letter-spacing: 0.09em;
  font-weight: bold;
}

.release-list {
  margin-bottom: 65px;
}




.release-list a {
  display: inline;
  font-size: 36px;
  font-weight: 100;
  letter-spacing: -0.06em;
  line-height: 1.35;

word-break: break-all;
}

.release-list a:hover {
  background: #000;
  color: #fff;
}

.release-list a::after {
  display: inline;
  content: "//";
  font-size: 36px;
  font-weight: 100;
  letter-spacing: -0.06em;
  line-height: 1.35;

}

.release-list a:hover::after {
 background: #e8e8e8;
    color: #000;

}

.release-list a:last-child::after {
  display: none;
}

.contents-list {
  padding: 110px 5% 140px;
}

.contents-list li {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.contents-list li:last-child {
  margin-bottom: 0px;
}

.contents-list li.top-artist {
  flex-flow: row-reverse;
}

.contents-txt {
  width: 330px;
  padding: 80px 0 90px;
}

.contents-txt h3 {
  font-size: 30px;
  letter-spacing: 0.09em;
  text-align: center
}

.contents-txt p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}

.contents-txt .c-btn {
  width: 12.3em;
  height: 2.6em;
}

.contents-txt .c-btn::before {
  width: 15em;
  height: 15em;
}

.contents-img {
  width: calc(100% - 330px);
  min-height: 22vw;
}

.top-ex .contents-img {
  background: url(../img/top-content1.jpg);
  background-size: cover;
  background-position: center top;
}

.top-artist .contents-img {
  background: url(../img/top-content2.jpg);
  background-size: cover;
  background-position: center 20%;
}

.top-studio .contents-img {
  background: url(../img/top-content3.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width:767px) {
  .top-hero-txt {
    right: auto;
    left: 6.5%;
    top: auto;
    bottom: 7%;
    transform: translateY(0%);
    font-size: 7.3vw;
  }
  .top-hero-txt span {
    margin-bottom: 4vw;
  }
}

@media screen and (max-width:1024px) {
  main {
    margin-left: 54px;
  }
  .top-hero {
    height: 90vh;
    max-height: 700px;
  }
    .pc-video-wrap{
        display: none;
    }
    .top-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
        display: block;
}

  .top-about {
    padding: 75px 0;
  }
  .top-about p {
    margin-bottom: 45px;
  }
  .c-btn {
    width: 16em;
    height: 3em;
  }
  .c-btn span {
    display: block;
    color: #000;
    font-family: 'Ropa Sans', sans-serif;
    letter-spacing: 0.21em;
    transition-duration: 0.2s;
    z-index: 2;
  }
  .top-release {
    padding: 75px 5%;
  }
  .top-release h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .release-list {
    margin-bottom: 40px;
  }
  .release-list a::after {
    font-size: 26px;
  }
  .release-list a {
    font-size: 26px;
    font-weight: 100;
    letter-spacing: -0.06em;
    line-height: 1.3;
  }
  .release-list a:hover {
    background: none;
    color: #000;
  }
  .contents-list {
    padding: 75px 5% 75px;
  }
  .contents-list li {
    display: block;
    align-items: center;
    margin-bottom: 65px;
  }
  .contents-list li:last-child {
    margin-bottom: 0px;
  }
  .contents-txt {
    width: 100%;
    padding: 10px 0 0;
  }
  .contents-txt h3 {
    font-size: 18px;
  }
  .contents-txt p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .contents-txt .c-btn {
    width: 16em;
    height: 3em;
  }
  .contents-txt .c-btn::before {
    width: 15em;
    height: 15em;
  }
  .contents-img {
    width: 100%;
    min-height: 42vw;
  }
  .top-ex .contents-img {
    background: url(../img/top-content1.jpg);
    background-size: cover;
    background-position: center top;
  }
  .top-artist .contents-img {
    background: url(../img/top-content2.jpg);
    background-size: cover;
    background-position: center 20%;
  }
  .top-studio .contents-img {
    background: url(../img/top-content3.jpg);
    background-size: cover;
    background-position: center;
  }
}


/*トップページ*/


/*下層ページ*/

main.subpage {
  padding-top: 80px;
}

.subpage h2 {
  font-size: 38px;
  width: 90%;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 0.8;
  margin-bottom: 80px
}

.subpage h2 span {
  font-weight: 100;
  letter-spacing: 0.08em;
}

.aboutpage h3, .studiopage h3, .releasepage h3 {
  padding-left: 1em;
  width: 120px;
}

.aboutpage h3 span, .studiopage h3 span, .releasepage h3 span {
  transform-origin: left top;
  display: inline-block;
  transform: rotate(90deg);
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 18px;
  line-height: 0.8;
  white-space: nowrap;
}

.aboutpage section, .studiopage section {
  display: flex;
}

.inner {
  width: calc(100% - 120px);
}

.internal-nav {
    position: sticky;
    position: -webkit-sticky;
  top: 25px;
  z-index: 10;
    width: 100%;
    height: 20px;


}

.internal-nav ul {
    width: 0px;
    position: absolute;
    top: 0;
    right: 5%;
    transform: rotate(90deg);
    transform-origin: top center;

}

.internal-nav li {
  margin-bottom: 14px;


}

.internal-nav li a {
  background: #000;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0 0.4em 0.1em;
  transition-duration: 0.1s;
  white-space: nowrap;

}

.internal-nav li a:hover {
  background: #fff;
  color: #000;
}

.exhpage .internal-nav {


}

.exhpage .internal-nav li a {
  background: #fff;
  color: #000;
}

.exhpage .internal-nav li a:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width:1024px) {
  main.subpage {
    padding-top: 60px;
  }
  .subpage h2 {
    font-size: 38px;
    width: 90%;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 0.8;
      margin-bottom: 35px;
  }
  .subpage h2 span {
    font-weight: 100;
  }
  .aboutpage h3, .studiopage h3, .releasepage h3 {
    padding-left: 0em;
    width: 100%;
    margin-bottom: 50px;
  }
  .aboutpage h3 span, .studiopage h3 span, .releasepage h3 span {
    display: inline-block;
    transform: rotate(0deg);
  }
  .aboutpage section, .studiopage section {
    display: block;
  }
  .inner {
    width: 100%;
  }
  .internal-nav {
  }
  .internal-nav li {
    margin-bottom: 14px;
  }
  .internal-nav li a {
    background: #000;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 0 0.2em;
    transition-duration: 0.1s;
  }
  .internal-nav li a:hover {
    background: #fff;
    color: #000;
  }
}

@media screen and (max-width:768px) {
  .subpage h2 {
    font-size: 28px;
  }

.internal-nav {
  top: 5px;

}

.internal-nav li {
    margin-bottom: 5px;
  }
  .internal-nav li a {
    background: #000;
    color: #fff;
    letter-spacing: 0.01em;
    padding: 0 0.3em 0.03em;
    vertical-align: middle;
    transition-duration: 0.1s;
  }
  .internal-nav li a:hover {
    background: #fff;
    color: #000;
  }

}


/*下層ページ*/


/*アバウトページ メッセージ*/

.msg {
  padding: 0 5% 100px;
}

.msg .inner {
  display: flex;
}

.msg-logo {
  width: 40%;
  max-width: 360px;
}

.msg-logo img {
  width: 85%;
}

.msg-txt {
  width: 60%;
  min-width: calc(100% - 360px);
}

.msg-txt p {
  margin-bottom: 50px;
}

.seo-sign {
  text-align: right;
  font-size: 13px;
}

.seo-sign img {
  display: inline-block;
  width: 210px;
}

@media screen and (max-width:1024px) {
  .msg {
    padding: 0 5% 100px;
  }
  .msg .inner {
    display: block;
  }
  .msg-logo {
    width: 100%;
    max-width: 375px;
    margin: 0 auto 40px;
  }
  .msg-logo img {
    width: 100%;
  }
  .msg-txt {
    width: 100%;
    min-width: auto;
  }
  .msg-txt p {
    margin-bottom: 30px;
  }
  .seo-sign {
    font-size: 11px;
  }
  .seo-sign img {
    width: 160px;
  }
}


/*アバウトページ メッセージ*/


/*アバウトページ アーティスト*/

.artist {
  padding: 0 5% 100px;
}

.artist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.artist ul li {
  /* width: 28%;
  margin-bottom: 5%; */
  display: inline;
}

.artist .inner {
    margin-top: -1em;
}

.artist a {
    display: inline;
    font-size: 46px;
    font-weight: 100;
    letter-spacing: 0em;
    /* word-break: break-all; */
    font-family: 'Dosis', sans-serif;
    line-height: 1.6;
}

.artist a:after {
    display: inline;
    content: "// ";
    font-size: 46px;
    font-weight: 100;
    letter-spacing: -0.06em;
    line-height: 1.35;
}

.artist a:hover {
    background: #000;
    color: #fff;
}

.artist a:hover::after {
  background: #fff;
  color: #000;
}

/* .artist ul li:last-child{
    margin-bottom: 0;
}

.artist ul li img {
  margin-bottom: 15px;
    transition-duration: 0.1s;
}

.artist ul li a:hover img {
  opacity: 0.7;
}

.artist ul li .artist-name {
  font-size: 24px;
  font-weight: 100;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}

.artist ul li .artist-name span {
  display: inline-block;
} */

@media screen and (max-width:768px) {
  .artist {
    padding: 0 5% 90px;
  }
  .artist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .artist ul li {
    width: 45%;
    margin-bottom: 5%;
  }
  .artist ul li img {
    margin-bottom: 15px;
  }
  .artist ul li .artist-name {
    font-size: 24px;
    font-weight: 100;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
  }
  .artist a {
    word-break: break-all;
    line-height: 1.1;
    font-size: 38px;
    text-align: justify;
  }
  .artist a:after {
      font-size: 38px;
      line-height: 1;
  }
}

@media screen and (max-width:480px) {
  .artist ul li {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
}


/*アバウトページ アーティスト*/


/*アバウトページ 会社概要*/

.cmp-prf {
  padding: 0 5% 150px;
}

.cmp-prf dl {
  font-size: 15px;
  display: flex;
  font-weight: 400;
  padding: 14.5px 10px;
  border-bottom: solid 1px #e2e2e2;
  line-height: 1.8;
}

.cmp-prf dl:first-child {
  border-top: solid 1px #e2e2e2;
}

.cmp-prf dt {
  width: 28%;
}

.cmp-prf dd {
  width: 72%;
}

.cmp-prf dl .en {
  display: block;
  font-size: 12px;
  color: #999;
}

@media screen and (max-width:768px) {
  .cmp-prf {
    padding: 0 5% 125px;
  }
  .cmp-prf dl {
    font-size: 12px;
    padding: 12.5px 5px;
  }
  .cmp-prf dt {
    width: 37%;
  }
  .cmp-prf dd {
    width: 63%;
  }
  .cmp-prf dl .en {
    font-size: 10px;
  }
}


/*アバウトページ 会社概要*/


/*コンタクト*/

.contact {
  background: #171717;
  padding: 100px 5%;
}

.contact h3 span {
  color: #fff;
}

.contact .inner {
  display: flex;
  max-width: 880px;
  margin: 0 auto;
}

.contact .info {
  width: 33%;
  margin-right: 12%;
}

.contact li:first-child {
  margin-bottom: 40px;
}

.contact .info p {
  color: #8a8a8a;
}

.contact li span {
  font-size: 14px;
  background: #8a8a8a;
  font-weight: 600;
  padding: 0 0.3em;
  letter-spacing: 0.05em;
}

.contact li a {
  display: inline-block;
  font-size: 30px;
  color: #8a8a8a;
  font-weight: 100;
}

@media screen and (max-width:1024px) {
  .contact {
    background: #171717;
    padding: 50px 5%;
  }
  .contact h3 span {
    color: #fff;
  }
  .contact .inner {
    display: block;
  }
  .contact .info {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 50px;
  }
  .contact li:first-child {
    margin-bottom: 40px;
  }
  .contact .info p {
    color: #8a8a8a;
  }
  .contact li span {
    font-size: 14px;
    background: #8a8a8a;
    font-weight: 600;
    padding: 0 0.3em;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width:480px) {
  .contact li a {
    font-size: 24px;
  }
  .contact li span {
    font-size: 10px;
  }
}


/*コンタクト*/


/*フォーム*/

form {
  width: 55%;
}

form label {
  color: #8a8a8a;
  margin-bottom: 4px;
  display: block;
  font-size: 15px;
}

form input[type="text"], form input[type="email"] {
  width: 87%;
  border: solid 1px #333333;
  height: 3.2em;
  background: #222222 !important;
  ;
  border-radius: 0.4em;
  margin-bottom: 20px;
  color: #fff;
  padding: 0.5em;
}

form textarea {
  width: 100%;
  border: solid 1px #333333;
  height: 13.5em;
  background: #222222 !important;
  border-radius: 0.4em;
  margin-bottom: 40px;
  resize: none;
  color: #fff;
  padding: 0.5em;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


form input[type="submit"] {
  width: 23.6em;
  border: solid 2px #999999;
  height: 3.5em;
  background: #171717;
  color: #999999;
  font-size: 11px;
  letter-spacing: 0.32em;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

form input[type="submit"]:hover {
  border: solid 2px #999999;
  background: #999999;
  color: #171717;
}

@media screen and (max-width:1024px) {
  form {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  form input[type="submit"] {
    width: 19em;
  }
}


/*フォーム*/


/*スタジオトップ*/

.studiopage h2 {
  margin-bottom: 0px;
}

.studio-head {
  width: 100%;
  height: 36vw;
  max-height: 470px;
  background: url(../studio/img/studio-head.jpg);
  background-size: cover;
  background-position: center;
    margin-top: 40px;
}

.studio-intro {
  padding: 170px 5% 20px;
}

.studio-intro li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

.studio-intro li:nth-child(4) {
  margin-bottom: 0;
}

.studio-intro li:nth-child(even) {
  flex-flow: row-reverse;
}

.studio-intro-txt {
  width: 41%;
}

.studio-intro-img {
  width: 54%;
  height: 30vw;
  max-height: 365px;
}

.studio-intro li:nth-child(1) .studio-intro-img {
  background: url(../studio/img/studio-1.jpg);
  background-size: cover;
  background-position: center;
}

.studio-intro li:nth-child(2) .studio-intro-img {
  background: url(../studio/img/studio-2.jpg);
  background-size: cover;
  background-position: center;
}

.studio-intro li:nth-child(3) .studio-intro-img {
  background: url(../studio/img/studio-3.jpg);
  background-size: cover;
  background-position: center;
}

.studio-intro li:nth-child(4) .studio-intro-img {
  background: url(../studio/img/studio-4.jpg);
  background-size: cover;
  background-position: center;
}

.studio-intro-txt h4 {
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 0.045em;
  margin-bottom: 25px;
}

@media screen and (max-width:1024px) {
  .studiopage h2 {
    margin-bottom: 35px;
  }
  .studio-head {
    width: 100%;
    height: 60vw;
    max-height: 370px;
      margin-top: 0px;
  }
  .studio-intro {
    padding: 70px 5% 20px;
  }
  .studio-intro li {
    display: block;
    margin-bottom: 65px;
  }
  .studio-intro-txt {
    width: 100%;
  }
  .studio-intro-img {
    width: 100%;
    height: 48vw;
    max-height: 365px;
    margin-bottom: 25px;
  }
  .studio-intro-txt h4 {
    text-align: center;
    margin-bottom: 25px;
    line-height: 1;
  }
}

@media screen and (max-width:480px) {
  .studio-intro-txt h4 {
    font-size: 25px;
  }
}


/*スタジオトップ*/


/*フロアマップ　楽器*/

.floormap {
  padding: 75px 5% 50px;
}

.eq {
  padding: 100px 5% 50px;
}

.eq .inner {
  display: flex;
  justify-content: space-between;
}

.eq ul {
  width: 30%;
}

.eq h4 {
  font-size: 21px;
  border-bottom: solid 2px #000;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 18px;
}

.eq p {
  font-size: 16px;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.065em;
  line-height: 2.15;
  margin-bottom: 38px;
}

.eq a {
  font-size: 16px;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.07em;
  line-height: 2.15;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width:1024px) {
  .floormap {
    padding: 50px 5% 50px;
  }
  .eq {
    padding: 50px 5% 0px;
  }
}

@media screen and (max-width:768px) {
  .eq .inner {
    display: block;
    justify-content: space-between;
  }
  .eq ul {
    width: 100%;
  }
  .eq h4 {
    font-size: 18px;
  }
  .eq p {
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
  }
  .eq a {
    font-size: 14px;
  }
}


/*フロアマップ　楽器*/


/*料金*/

.price {
  padding: 100px 5% 50px;
}

.price dl {
  display: flex;
}

.price dl:last-child {
  margin-top: 50px;
}

.price dt {
  font-size: 16px;
  width: 8em;
  font-weight: bold;
}

.price dd {
  width: calc(100% - 9em);
}

.eng-a {
  margin-top: 30px;
  margin-bottom: 45px;
}

.eng-na {
  margin-bottom: 75px;
}

.eng-a dt, .eng-na dt {
  border-right: solid 8px #eaeaea;
}

.eng-a dd, .eng-na dd {
  padding-left: 50px;
}

.price-list {
  margin-top: 35px;
}

.price-list li {
  font-size: 18px;
  font-family: 'Dosis', sans-serif !important;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin-bottom: 5px;
}

.price-list li .hour {
  width: 7.4em;
  display: inline-block;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.07em;
}

.price strong {
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width:1024px) {
  .price {
    padding: 50px 5% 50px;
  }
}

@media screen and (max-width:768px) {
  .price dl {
    display: block;
  }
  .price dl:last-child {
    margin-top: 50px;
  }
  .price dt {
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .price dd {
    width: 100%;
  }
  .price dd p {
    text-align: center;
  }
  .eng-a {
    margin-top: 45px;
    margin-bottom: 50px;
  }
  .eng-na {
    margin-bottom: 35px;
  }
  .eng-a dt, .eng-na dt {
    border-right: none;
    text-align: left;
    margin-bottom: 20px;
  }
  .eng-a dd, .eng-na dd {
    padding-left: 0px;
  }
  .price-list {
    margin-top: 20px;
  }
  .price-list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}


/*料金*/


/*アクセス*/

.access {
  padding: 100px 5% 125px;
}

.access iframe {
  width: 100%;
  filter: grayscale(1);
  margin-bottom: 65px;
}

.access dl {
  display: flex;
  margin-bottom: 40px;
}

.access dt {
  width: 8.3em;
  font-size: 16px;
  font-weight: bold;
}

.access dd {
  width: calc(100% - 8.3em);
  line-height: 1.7;
}

@media screen and (max-width:1024px) {
  .access {
    padding: 50px 5% 60px;
  }
}

@media screen and (max-width:768px) {
  .access iframe {
    margin-bottom: 50px;
  }
  .access dl {
    display: block;
    margin-bottom: 35px;
  }
  .access dt {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .access dd {
    width: 100%;
  }
}


/*アクセス*/


/*アーティスト*/
.artistpage h2{
    margin-bottom: 0;
    color: #fff;
}
.artistpage section {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  border-bottom: solid 1px #d3d3d3;
}

.artistpage section#daniel {
  border-top: solid 1px #d3d3d3;
    margin-top: 100px;
}

.artist-img {
  width: 48%;
  max-width: 500px;
}

.artist-img img:first-child {
  margin-bottom: 10px;
}

.artist-prf {
  width: 45%;
  min-width: calc(93% - 500px);
  color: #bfbfbf;
}

.artist-prf h3 {
  font-size: 3.7vw;
  font-weight: 100;
  line-height: 0.8;
  letter-spacing: 0.025em;
  white-space: nowrap;
  margin-bottom: 30px;
}

.artist-prf h3 span {
  display: block;
  font-size: 24.5px;
  line-height: 1;
  margin-top: 20px;
  letter-spacing: -0.01em;
}

#rurirori .artist-prf h3 {
  margin-bottom: 80px;
}

.artist-prf .position {
  letter-spacing: 0.01em;
  font-weight: bold;
  margin-bottom: 60px;
  font-size: 12px;
  color: #6d6d6d;
}

.artist-prf-txt {
  line-height: 1.96;
  text-align: justify;
  margin-bottom: 25px;
}

.artist-link {
  display: flex;
}

.artist-link a {
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px dotted;
  letter-spacing: 0.1em;
  color: #838383;
}

.artist-link li {
  border-left: solid 1px #404040;
  padding-left: 16px;
  margin-left: 16px;
}

.artist-link li:first-child {
  border-left: none;
  padding-left: 0px;
  margin-left: 0px;
}

main.artistpage {
  background: #1b1b1b;
  padding-bottom: 70px;
}

.w100 {
    width: 100%;
}

.artistpage .internal-nav li a {
    background: #fff;
    color: #000;
}

.artistpage .internal-nav li a:hover {
    background: #000;
    color: #fff;
}

@media screen and (max-width:768px) {

    .artistpage h2{
        margin-bottom: 35px;
    }
  .artistpage section {
    width: 90%;
    display: block;
    padding: 50px 0;
  }

    .artistpage section#daniel {
 margin-top: 50px;
}
  .artist-img {
    width: 100%;
    max-width: none;
    margin-bottom: 35px;
  }
  .artist-prf {
    width: 100%;
    min-width: none;
  }
  .artist-prf h3 {
    font-size: 13vw;
    margin-bottom: 25px;
    line-height: 1.1;
    white-space: normal;
    letter-spacing: -0.03em;
  }
  .artist-prf h3 span {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-top: 15px;
    letter-spacing: -0.01em;
  }
  #rurirori .artist-prf h3 {
    margin-bottom: 60px;
  }
  .artist-prf .position {
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 10px;
  }
  .artist-prf-txt {
    line-height: 1.96;
    text-align: justify;
    margin-bottom: 30px;
  }
  .artist-link {
    display: flex;
  }
  .artist-link a {
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #838383;
  }
  .artist-link li {
    border-left: solid 1px #404040;
    padding-left: 20px;
    margin-left: 20px;
  }
  .artist-link li:first-child {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
  }
}


/*アーティスト*/


/*展覧会*/

main.exhpage {
  background: #1b1b1b;
}

.exhpage h2 {
  color: #fff;
    margin-bottom: 0;
}

.exh-list {
  padding-bottom: 150px;
}

.exh-list li {
  width: 90%;
  margin: 0 auto;
  padding: 140px 0 0;
}

.exh-list li section {
  display: flex;
  background: #fff;
  margin-bottom: 30px;
}

.exh-list li .exh-img {
  width: 50%;
}

.exh-list li .exh-dtl {
  width: 50%;
  padding: 3.7% 4.3%;
  padding-right: 2%;
}

.exh-dtl {
  position: relative;
}

.exh-dtl h3 {
  font-size: 2.4vw;
  font-weight: 100;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin-bottom: 6px;
}

.exh-dtl .exh-date {
  font-weight: 100;
  font-size: 26px;
  letter-spacing: 0.015em;
}

.exh-dtl aside {
  position: absolute;
  bottom: 7.6%;
}

.exh-dtl aside span {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.exh-dtl aside a {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2;
    word-break: break-all;
}

.exh-info {
  color: #bfbfbf;
  width: 80%;
  margin: 0 auto;
  letter-spacing: 0.0em;
}

@media screen and (max-width:1024px) {
  main.exhpage {
    background: #1b1b1b;
  }
  .exhpage h2 {
    margin-bottom: 35px;
  }
  .exh-list {
    padding-bottom: 50px;
  }
  .exh-list li {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 50px;
  }


  .exh-list li section {
    display: block;
    background: #fff;
    margin-bottom: 30px;
  }
  .exh-list li .exh-img {
    width: 100%;
  }
  .exh-list li .exh-dtl {
    width: 100%;
    padding: 25px 4.3% 35px;
    padding-right: 2%;
  }
  .exh-dtl {
    position: relative;
  }
  .exh-dtl h3 {
    font-size: 26px;
    font-weight: 100;
    letter-spacing: -0.02em;
    line-height: 1.35;
    margin-bottom: 6px;
  }
  .exh-dtl .exh-date {
    font-weight: 100;
    font-size: 26px;
    letter-spacing: 0.015em;
    margin-bottom: 30px;
  }
  .exh-dtl aside {
    position: static;
  }
  .exh-dtl aside span {
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 2.5;
  }
  .exh-dtl aside a {
    display: block;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .exh-info {
    color: #bfbfbf;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.0em;
  }
}


/*展覧会*/


/*リリース*/

.release-list-section {
  display: flex;
  padding: 0 5%;
}

.release-list-section .release-list {
  margin-bottom: 100px;
}

.release-list-section .release-list.sound1 {
  margin-bottom: 50px;
}

.release-list-section .release-list.sound2 {
  margin-bottom: 125px;
}

.release-list-section .release-list a::after {
  display: inline;
  content: "//";
  font-size: 34px;
  font-weight: 100;
  letter-spacing: -0.06em;
  line-height: 1.35;
}

.release-list-section .release-list a {
  font-size: 34px;
  font-weight: 100;
  letter-spacing: -0.06em;
  line-height: 1.35;
}

.release-list-section .release-list a:hover{
  background: #000;
    color: #fff;
}

.release-list-section .release-list a:hover::after {
    background: #fff;
}

.relese-footer {
  padding-top: 100px;
  background: #171717;
}

.relese-footer h3 span {
  color: #8a8a8a;
}

.relese-footer .release-list li::after {
  color: #8a8a8a;
}

.relese-footer .release-list a {
  color: #8a8a8a;
}
.relese-footer .release-list a:hover{
    color: #000 !important;
    background: #fff !important;
  }
.relese-footer .release-list a:hover::after {
  background: #171717;
  color: #8a8a8a;
}



@media screen and (max-width:1024px) {

    .releasepage h2{
        margin-bottom: 80px;
    }
  .release-list-section {
    display: block;
    padding: 0 5%;
  }
  .release-list-section h3 {
    margin-bottom: 25px;
  }
  .release-list-section .release-list {
    margin-bottom: 100px;
  }
  .release-list-section .release-list.sound1 {
    margin-bottom: 30px;
  }
  .release-list-section .release-list.sound2 {
    margin-bottom: 100px;
  }
  .release-list-section .release-list a::after {
    display: inline-block;
    content: "//";
    font-size: 26px;
    font-weight: 100;
    letter-spacing: -0.06em;
    line-height: 1.3;
  }
  .release-list-section .release-list a {

    font-size: 26px;
    font-weight: 100;
    letter-spacing: -0.06em;
    line-height: 1.3;
  }

    .relese-footer {
    padding: 100px 0 1px;
    background: #171717;
  }
  .relese-footer h3 span {
    color: #8a8a8a;
  }
  .relese-footer .release-list li::after {
    color: #8a8a8a;
  }
  .relese-footer .release-list li a {
    color: #8a8a8a;
  }
  .release-list-section .release-list a:hover {
    background: #fff;
    color: #000;
  }

   .relese-footer .release-list a:hover{
      background: #171717 !important;
    color: #8a8a8a !important;
}
}




.artist-works {
  padding: 0 5%;
}

.artist-works h4 {
  font-size: 54px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 10px;
}

.client {
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0em;
  margin-bottom: 50px;
}

.artist-works ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.artist-works li {
  width: 30.5%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8%;
}

.artist-works li.empty {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}

.artist-works-img {
  width: 40%;
}

.artist-works-img img{
    height: auto !important;
}

.artist-works-dtl {
  width: 55%;
}

.artist-works-dtl p {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 25px;
}

.artist-works-dtl p.artist-works-ttl {
  font-size: 16px;
}

.youtube {
  display: block;
  width: 70px;
    transition-duration: 0.2s;
}

.youtube:hover{
    opacity: 0.6;
}

@media screen and (max-width:1366px) {
  .artist-works li {
    width: 46%;
  }
}

@media screen and (max-width:1024px) {

  .artist-works {
    padding: 0 5%;
  }
  .artist-works ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .artist-works li {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #d3d3d3;
  }
  .artist-works-img {
    width: 40%;
  }
  .artist-works-dtl {
    width: 55%;
  }
  .artist-works-dtl p {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .artist-works-dtl p.artist-works-ttl {
    font-size: 16px;
  }
  .youtube {
    display: block;
    width: 70px;
  }
}

@media screen and (max-width:768px) {
  .artist-works h4 {
    font-size: 35px;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 10px;
  }
  .client {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
  }
  .artist-works li {
    display: block;
  }
  .artist-works-img {
    width: 70%;
    margin: 0 auto 35px;
    ;
  }
  .artist-works-dtl {
    width: 100%;
  }
  .artist-works-dtl p {
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .artist-works-dtl p.artist-works-ttl {
    font-size: 14px;
  }
  .youtube {
    display: block;
    width: 70px;
  }
}


/*リリース*/
