/*---------------------------------------------
  common html
---------------------------------------------*/
/*---------------------------------------------
  font-family: 'Antonio', sans-serif;
  font-family: 'Great Vibes', cursive;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
---------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  color: #fff;
  overflow-x: hidden;
  background: #000; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

main {
  display: block; }

a:link,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  color: #fff; }

.js-scrollAnimation {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: all .2s, opacity 1.5s, transform 1.5s; }
  .js-scrollAnimation.is-animated {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

button {
  padding: 0;
  border: none;
  background: transparent; }

button img {
  display: block; }

header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: 'Antonio', sans-serif;
  padding: 30px;
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0; }
  @media (max-width: 767px) {
    header {
      padding: 30px 10px; } }
  header.fixedheader {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all .4s; }
  header nav {
    margin-right: 40px; }
    @media (max-width: 767px) {
      header nav {
        margin-right: 20px; } }
    header nav ul {
      display: flex; }
      header nav ul li + li {
        margin-left: 20px; }
        @media (max-width: 767px) {
          header nav ul li + li {
            margin-left: 15px; } }

.sound span {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  margin-right: 15px;
  font-family: 'Antonio', sans-serif;
  font-weight: 400; }
  .sound span:after {
    content: "";
    width: 25px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 50%; }
.sound button {
  width: 26px;
  vertical-align: middle; }
  .sound button img {
    width: 100%; }
.sound .is-hidden {
  display: none; }

.l-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1240px; }

footer {
  text-align: center;
  padding-bottom: 50px;
  font-size: 12px; }

.fadeup {
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  filter: none/9;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease; }

.fadeup_on {
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  -khtml-opacity: 1.00;
  opacity: 1.00;
  filter: none/9;
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px); }

img {
  width: 100%;
  height: auto; }

.align-right {
  text-align: right; }

.home .kv {
  width: 100vw;
  height: 100vh; }
  .home .kv:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 0;
    background: #fff;
    animation: scroll 1.4s ease-in-out infinite;
    opacity: 0; }
    @media (max-width: 767px) {
      .home .kv:after {
        animation: scroll-sp 1.4s ease-in-out infinite; } }
@keyframes scroll {
  0% {
    height: 0;
    bottom: 200px;
    opacity: 0; }
  60% {
    height: 100px;
    opacity: 1; }
  100% {
    height: 0;
    bottom: -20px;
    opacity: 0; } }
@keyframes scroll-sp {
  0% {
    height: 0;
    bottom: 100px;
    opacity: 0; }
  60% {
    height: 50px;
    opacity: 1; }
  100% {
    height: 0;
    bottom: -10px;
    opacity: 0; } }
  .home .kv-catch {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700; }
    @media (max-width: 767px) {
      .home .kv-catch {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateX(-50%); } }
    .home .kv-catch span {
      position: absolute;
      display: inline-block; }
      .home .kv-catch span.is-normal {
        font-size: 137px;
        top: 35px;
        left: 150px; }
        @media (max-width: 1023px) {
          .home .kv-catch span.is-normal {
            font-size: 80px;
            top: 35px;
            left: 105px; } }
        @media (max-width: 767px) {
          .home .kv-catch span.is-normal {
            font-size: 60px;
            top: 0;
            left: 50%; } }
      .home .kv-catch span.is-highlight {
        font-size: 142px;
        color: #000;
        position: relative;
        top: 125px;
        left: 20px;
        background: #fff;
        padding: 20px 0; }
        @media (max-width: 1023px) {
          .home .kv-catch span.is-highlight {
            font-size: 90px;
            top: 80px;
            left: 10px; } }
        @media (max-width: 767px) {
          .home .kv-catch span.is-highlight {
            font-size: 64px;
            top: 50px;
            left: calc(50% - 64px); } }
  .home .kv-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); }
    @media (max-width: 767px) {
      .home .kv-ttl {
        top: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: 20%; } }
    .home .kv-ttl-artist {
      font-family: 'Great Vibes', cursive;
      font-size: 27px; }
    .home .kv-ttl-name {
      font-family: 'Antonio', sans-serif;
      font-weight: 400;
      font-size: 73px;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .home .kv-ttl-name {
          font-size: 56px; } }
    .home .kv-ttl-jp {
      text-align: right;
      font-size: 31px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 700;
      margin-top: 8px; }
  .home .kv-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
.home .lead {
  position: relative; }
  @media (max-width: 1023px) {
    .home .lead {
      text-align: center;
      padding-bottom: 60px; } }
  .home .lead-movie {
    overflow: hidden;
    position: relative;
    z-index: -1; }
    .home .lead-movie video {
      width: 100%;
      opacity: 0.4; }
      @media (max-width: 767px) {
        .home .lead-movie video {
          width: 120%; } }
    @media (max-width: 1023px) {
      .home .lead-movie {
        position: absolute;
        top: -30%; } }
    @media (max-width: 767px) {
      .home .lead-movie {
        left: -30%; } }
  .home .lead-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    line-height: 2em;
    padding: 40px;
    white-space: nowrap; }
    @media (max-width: 1023px) {
      .home .lead-text {
        font-size: 20px;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: inline-block; } }
    @media (max-width: 767px) {
      .home .lead-text {
        padding: 15px;
        font-size: 18px; } }
    .home .lead-text:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      border: solid 1px #958b63;
      z-index: -1; }
.home .main_product {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 200px;
  position: relative; }
  @media (max-width: 1023px) {
    .home .main_product {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .home .main_product {
      margin-bottom: 40px; } }
  .home .main_product img {
    opacity: 0.9; }
  .home .main_product:hover .main_product-txt {
    opacity: 1; }
  .home .main_product-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 0; }
    @media (max-width: 1023px) {
      .home .main_product-txt {
        margin-top: 40px;
        position: relative;
        width: auto;
        height: auto;
        opacity: 1;
        background: none; } }
    @media (max-width: 767px) {
      .home .main_product-txt {
        margin-top: 20px; } }
    .home .main_product-txt h3 {
      font-size: 30px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 1023px) {
        .home .main_product-txt h3 {
          font-size: 20px;
          margin-bottom: 10px; } }
    .home .main_product-txt-en {
      font-size: 16px;
      margin-bottom: 10px;
      letter-spacing: 0.05em; }
      @media (max-width: 1023px) {
        .home .main_product-txt-en {
          font-size: 14px;
          margin-bottom: 10px; } }
    .home .main_product-txt-date {
      font-size: 16px;
      letter-spacing: 0.05em;
      margin-bottom: 30px; }
      @media (max-width: 1023px) {
        .home .main_product-txt-date {
          font-size: 14px;
          margin-bottom: 16px; } }
    .home .main_product-txt-desc {
      padding: 0 20%;
      box-sizing: border-box;
      text-align: left;
      font-family: 'Noto Serif JP', serif;
      font-weight: 400;
      line-height: 2em;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .home .main_product-txt-desc {
          padding: 0;
          margin-bottom: 20px; } }
    .home .main_product-txt-link {
      text-align: center; }
      .home .main_product-txt-link a {
        display: inline-block;
        padding: 12px 70px 14px;
        font-family: 'Antonio', sans-serif;
        font-weight: 400;
        border: solid 1px #fff;
        font-size: 22px;
        line-height: 1;
        transition: all .4s; }
        .home .main_product-txt-link a:hover {
          opacity: 0.7; }
.home .products {
  position: relative;
  display: flex;
  width: 100vw;
  overflow: hidden;
  padding-bottom: 80px; }
  @media (max-width: 1023px) {
    .home .products {
      padding-bottom: 30px; } }
  .home .products-inner {
    position: relative; }
  .home .products-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s; }
    .home .products-txt h3 {
      font-size: 20px;
      margin-bottom: 10px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 700; }
    .home .products-txt-en {
      font-size: 14px;
      margin-bottom: 12px;
      line-height: 1.2;
      letter-spacing: 0.05em; }
    .home .products-txt-date {
      font-size: 14px;
      letter-spacing: 0.05em; }
    @media (max-width: 1023px) {
      .home .products-txt {
        position: relative;
        width: auto;
        height: auto;
        margin-top: 10px;
        opacity: 1;
        background: none; }
        .home .products-txt h3 {
          font-size: 16px;
          margin-bottom: 5px; }
        .home .products-txt-en {
          font-size: 12px;
          margin-bottom: 6px;
          line-height: 1.2; }
        .home .products-txt-date {
          font-size: 12px; } }
    @media (max-width: 767px) {
      .home .products-txt {
        font-size: 14px; }
        .home .products-txt h3 {
          font-size: 14px;
          margin-bottom: 5px; }
        .home .products-txt-en {
          font-size: 10px;
          margin-bottom: 5px;
          line-height: 1.2; }
        .home .products-txt-date {
          font-size: 10px; } }
  .home .products ul {
    padding: 0;
    width: calc((420px + 25px) * 4 + (240px + 25px) * 1);
    display: flex;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .home .products ul {
        width: calc((210px + 15px) * 4 + (120px + 15px) * 1); } }
    .home .products ul:first-child {
      animation: slide1 60s -60s linear infinite; }
    .home .products ul:nth-child(2) {
      animation: slide2 60s -30s linear infinite; }
    .home .products ul:last-child {
      animation: slide2 60s linear infinite; }
    .home .products ul li {
      display: block;
      width: 420px;
      margin-right: 25px;
      list-style: none;
      text-align: center; }
      @media (max-width: 767px) {
        .home .products ul li {
          width: 210px;
          margin-right: 15px; } }
      .home .products ul li.is-portrait {
        width: 240px; }
        @media (max-width: 767px) {
          .home .products ul li.is-portrait {
            width: 120px;
            margin-right: 15px; } }
      .home .products ul li:nth-child(2n) {
        padding-top: 15px; }
      .home .products ul li img {
        display: block;
        width: 100%;
        height: auto; }
      .home .products ul li:hover .products-txt {
        opacity: 1; }
  .home .products:hover ul {
    animation-play-state: paused; }
@keyframes slide1 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
@keyframes slide3 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-300%); } }
  .home .products #lightboxOverlay {
    max-width: 100vw; }
.home .viewpoint {
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .home .viewpoint {
      padding-bottom: 30px; } }
  .home .viewpoint h3 {
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    font-size: 2.5em;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .home .viewpoint h3 {
        font-size: 1.5em;
        margin-bottom: 20px; } }
  .home .viewpoint .l-container {
    padding: 0 3%; }
    @media (max-width: 767px) {
      .home .viewpoint .l-container {
        padding: 0; } }
  .home .viewpoint div p {
    line-height: 2em; }
  .home .viewpoint div p + p {
    margin-top: 2em; }
.home .artist {
  position: relative; }
  .home .artist-profile {
    position: relative;
    text-align: right;
    padding: 100px 0 100px 0; }
    @media (max-width: 1023px) {
      .home .artist-profile {
        padding-top: 0; } }
    @media (max-width: 767px) {
      .home .artist-profile {
        padding-bottom: 60px; } }
    .home .artist-profile-txt {
      width: 43%;
      padding: 40px 0;
      position: absolute;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 3%;
      text-align: left; }
      @media (max-width: 1023px) {
        .home .artist-profile-txt {
          position: relative;
          width: 100%;
          top: auto;
          left: auto;
          transform: none;
          padding-right: 40px;
          margin-bottom: 50px; } }
      @media (max-width: 767px) {
        .home .artist-profile-txt {
          padding-right: 0px;
          margin-bottom: 0px; } }
      .home .artist-profile-txt h3 {
        font-family: 'Noto Serif JP', serif;
        font-weight: 400;
        font-size: 47px;
        margin-bottom: 30px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .home .artist-profile-txt h3 {
            font-size: 32px;
            margin-bottom: 20px; } }
      .home .artist-profile-txt p {
        line-height: 2.5; }
      .home .artist-profile-txt:before {
        content: "";
        position: absolute;
        top: 0;
        right: -40px;
        width: 60%;
        height: 100%;
        border: solid 1px #958b63;
        z-index: -1; }
        @media (max-width: 1023px) {
          .home .artist-profile-txt:before {
            right: 0px; } }
        @media (max-width: 767px) {
          .home .artist-profile-txt:before {
            display: none; } }
    .home .artist-profile-img {
      width: 60%;
      display: inline-block; }
      @media (max-width: 1023px) {
        .home .artist-profile-img {
          width: 100%; } }
  .home .artist-message {
    padding: 100px 3% 150px; }
    @media (max-width: 1023px) {
      .home .artist-message {
        padding: 0 0 100px; } }
    @media (max-width: 767px) {
      .home .artist-message {
        padding: 0 0 60px; } }
    .home .artist-message h3 {
      font-family: 'Antonio', sans-serif;
      font-weight: 400;
      font-size: 3.75em;
      text-align: center;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .home .artist-message h3 {
          font-size: 2.5em;
          margin-bottom: 20px; } }
    .home .artist-message > div {
      columns: 2;
      column-gap: 3em; }
      @media (max-width: 767px) {
        .home .artist-message > div {
          columns: 1;
          column-gap: 0; } }
      .home .artist-message > div p {
        line-height: 2em; }
  .home .artist-bg-left {
    position: absolute;
    top: -40%;
    left: 0;
    z-index: -1; }
  .home .artist-bg-right {
    position: absolute;
    right: 0;
    bottom: -35%;
    z-index: -1; }
.home .voice h3 {
  font-family: 'Antonio', sans-serif;
  font-weight: 400;
  font-size: 3.75em;
  text-align: center;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .home .voice h3 {
      font-size: 2.5em;
      margin-bottom: 30px; } }
.home .voice ::-webkit-scrollbar {
  width: 10px; }
.home .voice ::-webkit-scrollbar-track {
  background-color: transparent; }
.home .voice ::-webkit-scrollbar-thumb {
  background: #958b63;
  border-radius: 5px; }
.home .voice-list-item {
  background: rgba(0, 0, 0, 0.5);
  border: solid 1px #958b63;
  box-sizing: border-box;
  margin: 0 17px;
  line-height: 2em;
  padding: 5px; }
  @media (max-width: 1023px) {
    .home .voice-list-item {
      margin: 0 10px; } }
  .home .voice-list-item div {
    height: 350px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 20px; }
.home .voice .slick-dots {
  margin-top: 40px;
  display: flex;
  justify-content: center; }
  @media (max-width: 1023px) {
    .home .voice .slick-dots {
      margin-top: 20px; } }
  .home .voice .slick-dots li {
    height: 30px;
    margin: 0 10px; }
    .home .voice .slick-dots li button {
      text-indent: -9999px;
      width: 10px;
      height: 10px;
      background: #958b63;
      border-radius: 5px;
      position: relative; }
      .home .voice .slick-dots li button:after {
        height: 20px;
        width: 20px;
        border-radius: 10px;
        border: solid 1px #958b63;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        box-sizing: border-box;
        opacity: 0; }
    .home .voice .slick-dots li.slick-active button:after {
      content: "";
      opacity: 1; }
.home .gong {
  position: relative;
  padding: 200px 0; }
  @media (max-width: 1023px) {
    .home .gong {
      padding: 80px 0 130px; } }
  @media (max-width: 767px) {
    .home .gong {
      padding: 80px 0 80px; } }
  .home .gong-txt-header {
    position: relative;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .home .gong-txt-header {
        padding-bottom: 40px;
        margin-bottom: 30px; } }
    .home .gong-txt-header h2 {
      font-size: 105px;
      font-family: 'Antonio', sans-serif;
      font-weight: 700; }
      @media (max-width: 767px) {
        .home .gong-txt-header h2 {
          font-size: 56px; } }
    .home .gong-txt-header div {
      position: absolute;
      top: 50px;
      left: 350px; }
      @media (max-width: 767px) {
        .home .gong-txt-header div {
          left: auto;
          top: auto;
          bottom: 0; } }
  .home .gong-txt p {
    line-height: 1.875em;
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      .home .gong-txt p {
        width: 70%; } }
    @media (max-width: 767px) {
      .home .gong-txt p {
        width: 100%; } }
  .home .gong-txt a {
    display: inline-block;
    padding: 15px;
    border: solid 1px #fff;
    box-sizing: border-box;
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    transition: all .4s; }
    .home .gong-txt a:hover {
      opacity: 0.7; }
    @media (max-width: 767px) {
      .home .gong-txt a {
        display: block;
        text-align: center;
        font-size: 18px;
        width: 80%;
        margin: 0 auto; } }
  .home .gong-img {
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    width: 50%;
    z-index: -1; }
    @media (max-width: 1023px) {
      .home .gong-img {
        transform: none;
        top: auto;
        bottom: -50px;
        width: 60%; } }
    @media (max-width: 767px) {
      .home .gong-img {
        bottom: auto;
        top: 0; } }
  .home .gong-bg-left {
    position: absolute;
    bottom: -50%;
    left: 0;
    z-index: -1; }
  .home .gong-bg-right {
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: -2; }
.home .news {
  position: relative;
  margin-bottom: 150px; }
  .home .news-inner {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    position: relative; }
    @media (max-width: 767px) {
      .home .news-inner {
        display: block; } }
  .home .news h2 {
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    font-size: 36px;
    width: 100px; }
    @media (max-width: 767px) {
      .home .news h2 {
        font-size: 2.5em;
        margin-bottom: 20px;
        text-align: center;
        width: 100%; } }
  .home .news ul {
    width: calc(100% - 100px);
    background: rgba(51, 51, 51, 0.6);
    padding: 30px; }
    @media (max-width: 767px) {
      .home .news ul {
        width: 100%; } }
    .home .news ul li {
      display: flex;
      line-height: 1.5; }
      .home .news ul li a:hover {
        text-decoration: underline; }
      @media (max-width: 767px) {
        .home .news ul li {
          display: block; } }
    .home .news ul li + li {
      margin-top: 10px; }
  .home .news-date {
    width: 110px; }
  .home .news-ttl {
    width: calc(100% - 110px); }
    @media (max-width: 767px) {
      .home .news-ttl {
        width: 100%; } }
  .home .news-more {
    position: absolute;
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    font-size: 20px;
    right: -10px;
    bottom: -10px;
    padding-right: 50px; }
    .home .news-more:hover:after {
      width: 50px;
      right: -10px; }
    .home .news-more:after {
      transition: all .4s;
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 40px;
      height: 1px;
      background: #fff; }

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1; }
