@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

body {
  overflow-y: scroll;
}

img {
  max-width: 100%;
}

.curtain {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

.logo {
  max-width: 1000px;
  /* 自分の画像に合わせて調整する */
  margin: 110px auto 0;
}

.logo-anime {
  fill: #000;
  /*  塗りの色 */
  stroke: #fff;
  /* 線の色 */
  stroke-width: 1px;
  /* 線の幅 */
  stroke-dasharray: 3800px;
  stroke-dashoffset: 3800px;
  /* 上の２つに同じ数値を入れて試し、何も見えていない状態か確認する */
  -webkit-animation: loading 3s 0.5s linear forwards;
          animation: loading 3s 0.5s linear forwards;
  /* 名前、時間、遅延、 */
}

@-webkit-keyframes loading {
  0% {
    stroke-dashoffset: 3800px;
  }
  80% {
    stroke-dashoffset: 0;
    fill: #000;
  }
  100% {
    fill: #fff;
  }
}

@keyframes loading {
  0% {
    stroke-dashoffset: 3800px;
  }
  80% {
    stroke-dashoffset: 0;
    fill: #000;
  }
  100% {
    fill: #fff;
  }
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
          transform: translatez(0);
}

/** THEME
===================================*/
/* .bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
} */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/img/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("/img/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("/img/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("/img/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("/img/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 90%;
  margin: 0 auto;
}

/* ベースのスタイル */
.swiper-pagination-bullet {
  width: 40px;
  /* 最も大きい●の幅 */
  height: 40px;
  /* 最も大きい●の高さ */
  opacity: 0.5;
  /* 透明度 */
}

/* 最も大きい●のスタイル */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  background: white;
  /* 青 */
  opacity: 0.8;
}

/* 現在のスライドのスタイル */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.6);
  /* 水色 */
  opacity: 1;
  /* 不透明 */
}

/* 最も大きい●の一つ前のスライドのスタイル（二番目に大きい●） */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  background: rgba(255, 255, 255, 0.8);
  /* 紫 */
  opacity: 0.6;
}

/* 最も大きい●の二つ前のスライドのスタイル（一番小さい●） */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  background: rgba(255, 255, 255, 0.3);
  /* ピンク */
}

/* 最も大きい●の一つ次のスライドのスタイル（二番目に大きい●） */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  background: rgba(255, 255, 255, 0.8);
  /* 緑 */
  opacity: 0.6;
}

/* 最も大きい●の二つ次のスライドのスタイル（一番小さい●） */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  background: rgba(255, 255, 255, 0.3);
  /* 黄色 */
}

img {
  max-width: 100%;
}

body {
  background-color: black;
}

/* 共通 */
h1, h2, h3, .g-nav a, .scroll, .eng, .skelton_btn, .about-eng {
  font-family: "IBM Plex Mono", monospace;
}

.jpn {
  font-family: "DotGothic16", sans-serif;
}

h1, h2, h3, h4, .eng, .jpn {
  color: white;
}

h2 {
  padding: 15px 0 8px 80px;
}

h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

header {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: -25px;
  background-color: black;
  /* transparent */
  border-bottom: 2px solid #da0000;
  /* 線 */
  z-index: 9999;
  /*   @include f.sp{
        background-color: transparent ;
    } */
}

.inner {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 35px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (max-width: 1194px) {
  .inner {
    margin: 0 10px 0 auto;
  }
}
@media (max-width: 959px) {
  .inner {
    margin: 0 auto;
  }
}
@media (max-width: 519px) {
  .inner {
    margin: 0 5px 0 auto;
  }
}

.menu, .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 959px) {
  .sns {
    display: none;
  }
}
@media (max-width: 767px) {
  .sns {
    display: none;
  }
}

.g-nav li {
  margin: 10px 19px 0 23px;
}
@media (max-width: 1194px) {
  .g-nav li {
    margin: 10px 13px 0 13px;
  }
}
@media (max-width: 959px) {
  .g-nav li {
    margin: 10px 10px 0 10px;
  }
}
@media (max-width: 519px) {
  .g-nav li {
    margin: 5px 5px 0 0;
  }
}

.g-nav a {
  display: block;
  padding: 10px;
  color: white;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  font-size: 14px;
}
@media (max-width: 959px) {
  .g-nav a {
    font-size: 13px;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .g-nav a {
    font-size: 12px;
    padding: 8px;
  }
}
@media (max-width: 519px) {
  .g-nav a {
    font-size: 12px;
    padding: 7px;
  }
}

.g-nav span {
  display: block;
  text-align: center;
  padding-bottom: 8px;
}

.g-nav a::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* current表示,#g-nav li.current>a::after 調整中*/
.g-nav a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* 移動メニューボタン */
#buttonImage {
  background-image: url("../img/lo-go.png");
  display: inline-block;
  width: 60px;
  height: 60px;
  /* margin: 10px; */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
}

/* スムーススクロール｜ロゴ */
#btn {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 55px;
  bottom: 10px;
  text-align: center;
  background-image: url("../img/lo-go.png");
  cursor: pointer;
  z-index: 10001;
}
@media (max-width: 519px) {
  #btn {
    right: 10px;
  }
}

/* スクロール呼び戻し位置・赤線 */
.to-top {
  width: 100%;
  height: 8px;
  background-color: #da0000;
}

.sc {
  display: none;
}

/* bxslider / carousel*/
.bx-wrapper {
  /*  border: 5px solid #fff; */
  background: white;
  padding: 5px 0;
  margin-bottom: 80px;
}

.bxslider {
  position: relative;
  left: calc((100% - 500px) / 2);
}
@media (max-width: 519px) {
  .bxslider {
    left: 0;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: white;
}

/* site title */
h1 {
  font-size: 32px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 519px) {
  h1 {
    font-size: 20px;
    margin-top: 10px;
  }
}

.h1 {
  width: 33.3%;
  height: 100px;
  background-color: #da0000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .h1 {
    width: 50%;
    height: 60px;
    padding-bottom: 5px;
  }
}
@media (max-width: 519px) {
  .h1 {
    width: 50%;
    height: 60px;
    padding-bottom: 5px;
  }
}

.h1 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
.h1 a :hover {
  cursor: pointer;
}

/* 移動sns */
.sns-font {
  width: 100vw;
  height: 40px;
  background-color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 10000;
  display: none;
}
@media (max-width: 959px) {
  .sns-font {
    display: block;
  }
}
@media (max-width: 767px) {
  .sns-font {
    display: block;
  }
}

.sns-font > .sns-inner {
  max-width: 300px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 150px;
  bottom: 10px;
}
@media (max-width: 519px) {
  .sns-font > .sns-inner {
    right: 66px;
  }
}
.sns-font > .sns-inner a, .sns-font > .sns-inner p {
  color: white;
  margin: 8px;
  font-size: 10px;
}
.sns-font > .sns-inner a:hover i, .sns-font > .sns-inner p:hover i {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: rotate(720deg) scale(1.8);
          transform: rotate(720deg) scale(1.8);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.sns-font:hover a {
  opacity: 0.5;
}

.sns-font:hover > a:hover {
  opacity: 1;
}

/* 共通 */
/* バトンサイドメニュー */
.section-side {
  width: 10px;
  height: 90px;
  position: left;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  padding: 0 auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1000;
}

.area-title {
  padding: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  z-index: 9999;
}

/******** news/release ************/
.news-container {
  width: 100vw;
  height: 128vh;
  background: -webkit-gradient(linear, left top, right top, from(#da0000), color-stop(black), color-stop(black), to(#000000));
  background: linear-gradient(to right, #da0000 calc(100% / 3), black calc(100% / 3), black calc(200% / 3), #000000 calc(200% / 3));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1194px) {
  .news-container {
    width: 100vw;
    height: 120vh;
  }
}
@media (max-width: 767px) {
  .news-container {
    height: 120vh;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #da0000), color-stop(50%, black));
    background: linear-gradient(90deg, #da0000 50%, black 50%);
  }
}
@media (max-width: 519px) {
  .news-container {
    height: 100vh;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #da0000), color-stop(50%, black));
    background: linear-gradient(90deg, #da0000 50%, black 50%);
  }
}

.box-side {
  width: 23%;
  max-height: 150px;
  /* margin: 50px 0; */
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  left: 0;
  z-index: 1000;
}
@media (max-width: 767px) {
  .box-side {
    display: none;
  }
}

/*********** FB埋め込み部分 ************/
.news-wrapper {
  width: 100vw;
  /* height: 100vh; */
}

.top-news {
  height: 380px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
@media (max-width: 1194px) {
  .top-news {
    height: 350px;
  }
}
@media (max-width: 959px) {
  .top-news {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .top-news {
    height: 280px;
  }
}
@media (max-width: 519px) {
  .top-news {
    height: 220px;
  }
}

.top-news:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}

.fb-box {
  position: absolute;
  top: 0;
  left: 16vw;
}
@media (max-width: 1194px) {
  .fb-box {
    position: absolute;
    top: 1vh;
    left: 16vw;
  }
}
@media (max-width: 959px) {
  .fb-box {
    position: absolute;
    top: 6vh;
    left: 15vw;
  }
}
@media (max-width: 767px) {
  .fb-box {
    position: absolute;
    top: 6vh;
    left: 10vw;
  }
}
@media (max-width: 519px) {
  .fb-box {
    position: absolute;
    top: 7vh;
    left: 0;
  }
}

.fb-box > iframe {
  width: 700px;
  height: 380px;
}
@media (max-width: 1194px) {
  .fb-box > iframe {
    width: 590px;
  }
}
@media (max-width: 959px) {
  .fb-box > iframe {
    width: 460px;
  }
}
@media (max-width: 767px) {
  .fb-box > iframe {
    width: 420px;
  }
}
@media (max-width: 519px) {
  .fb-box > iframe {
    width: 310px;
  }
}

.top-news > p {
  font-size: 15px;
  font-weight: bold;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  left: 0;
  width: 220px;
  height: 40px;
  line-height: 20px;
  padding: 5px;
  background: black;
  border-left: 2px solid white;
  border-right: 2px solid white;
  z-index: 100;
}
.top-news > p .br {
  display: none;
}
@media (max-width: 767px) {
  .top-news > p {
    position: absolute;
    top: 0;
    left: 30%;
  }
}
@media (max-width: 519px) {
  .top-news > p {
    /*        position: flex;
           margin: 0 auto; */
    position: -webkit-sticky;
    position: sticky;
    top: 12%;
    left: 14%;
  }
}

.top-news > p:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-left: 2px solid black;
  border-right: 2px solid black;
}

.top-news > p:hover button {
  color: black;
}

.top-news button {
  width: 100%;
  height: 100%;
  color: white;
}

.top-news a {
  width: 100%;
  height: 100%;
  z-index: 101;
  position: absolute;
  top: 0;
  left: 0;
}

.more-news {
  font-family: "IBM Plex Mono", monospace;
}

/*********** new-release *************/
.new-release {
  width: 100%;
}

.news {
  width: 100%;
  max-height: 300px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.news a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.news:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.news:nth-of-type(1):hover, .news:nth-of-type(2):hover {
  /* filter: grayscale(50%);  */
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.news-photo {
  overflow: hidden;
}

.news-txt {
  width: 50%;
  max-height: 300px;
  background-color: black;
  color: white;
  padding: 15px;
  /* text-align: right; */
  line-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.news:nth-of-type(1) > .news-txt {
  text-align: right;
}

.news:hover .news-txt {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

/*********** 動画 **************/
#video {
  width: 100%;
  height: 100vh;
  /* padding-bottom: 10vh; */
  margin-bottom: 100px;
}
@media (max-width: 519px) {
  #video {
    margin-bottom: 90px;
  }
}

/*********** 動画 swiper差し替え***************/
/* .yt-box{
   display: inline; 
}  */
/* 
.movie-inner{
    max-width: 900px;
    height: 600px;
    margin: 0 auto 80px;
}

.yt{
    width: 100%;
    height: 100%;
} */
/*************** artists area */
/* 共通 */
.artist-container {
  /* position: relative; */
  width: 100%;
  height: 300vh;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, #da0000));
  background: linear-gradient(90deg, black 50%, #da0000 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .artist-container {
    height: 400vh;
  }
}
@media (max-width: 519px) {
  .artist-container {
    height: 560vh;
  }
}

.name-title {
  width: 160px;
  height: 100px;
  margin: 50px 0;
  /* margin-right: 10px; */
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  left: 90px;
  z-index: 1000;
}
@media (max-width: 519px) {
  .name-title {
    height: 40px;
    margin: 10px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    left: 90px;
  }
}

.art-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
}
@media (max-width: 519px) {
  .art-wrapper {
    display: block;
    padding: 0 5px;
  }
}

.art-txt {
  width: 300px;
  min-height: 300px;
  padding: 10px;
  color: white;
  /*    text-align: center; */
}

.art-photo {
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
  overflow: hidden;
}

.art-photo:hover {
  -webkit-filter: none;
          filter: none;
}

.art-icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
}

@media (max-width: 519px) {
  div[class^=art-box] {
    width: 95vw;
    margin: auto;
  }
}

/************ DAISUKE  DTX ************/
.art-box1 {
  max-width: 900px;
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  background-color: black;
}
.art-box1select {
  width: 100px;
  margin-left: 30px;
}
@media (max-width: 519px) {
  .art-box1 {
    min-height: 600px;
    display: block;
  }
}

.art-box1 > .art-txt {
  text-align: center;
  max-width: 400px;
  padding-top: 30px;
  line-height: 34px;
  background-color: black;
  -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 519px) {
  .art-box1 > .art-txt {
    width: 100%;
  }
}

.art-box1 > .art-txt:hover {
  background-color: #888;
}

/************ リンクボタン */
.skelton_btn {
  display: block;
  position: relative;
  min-width: 160px;
  padding: 0.1em;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 100;
}

.skelton_btn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: black;
  font-weight: bold;
  cursor: pointer;
}

/******************* Jahalm Jr. */
.art-box2 {
  max-width: 900px;
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: black;
}
@media (max-width: 519px) {
  .art-box2 {
    width: 95vw;
    min-height: 600px;
    -webkit-clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
            clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
    display: block;
    margin: 10px 10px 10px 20px;
  }
}

.art-box2:hover {
  /*  filter: grayscale(100%); */
  background-color: #888;
}

.art-box2 > .art-photo {
  -webkit-clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
          clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
}
@media (max-width: 519px) {
  .art-box2 > .art-photo {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(8% 0, 100% 0%, 87% 100%, 0% 100%);
            clip-path: polygon(8% 0, 100% 0%, 87% 100%, 0% 100%);
    /*  margin: 0 auto; */
  }
}

.art-box2 > .art-txt {
  line-height: 32px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.art-box2 > .art-txt > h3 {
  text-indent: 33px;
}
@media (max-width: 519px) {
  .art-box2 > .art-txt {
    width: 100%;
  }
}

.art-box2 > .art-txt:hover {
  background: url(../img/05s.jpg) no-repeat center center/contain;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
  cursor: pointer;
}

.art-box2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.art-box2 > .j-logo {
  width: 50px;
  height: 50px;
  padding-top: 100px;
  margin-right: 6px;
  z-index: 1;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
}
@media (max-width: 959px) {
  .art-box2 > .j-logo {
    display: none;
  }
}

.eng {
  text-align: center;
  -webkit-font-feature-settings: "palt"-1;
          font-feature-settings: "palt"-1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 5px;
}

/**************** Ken Nishikawa */
.art-box3 {
  max-width: 960px;
  min-height: 300px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
  background-color: black;
  position: relative;
  z-index: 1;
}
@media (max-width: 519px) {
  .art-box3 {
    min-height: 500px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
  }
}

@media (max-width: 519px) {
  .art-box3 .art-txt {
    min-height: 500px;
  }
}

.art-box3 > .k-logo {
  width: 60px;
  padding-top: 85px;
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 20% 100%);
          clip-path: polygon(0 0, 80% 0%, 100% 100%, 20% 100%);
  margin-right: 50px;
  z-index: 3;
}
@media (max-width: 519px) {
  .art-box3 > .k-logo {
    width: 30px;
    padding-top: 5px;
    margin-right: 0;
    margin-left: 20px;
    -webkit-transform: skewX(2deg);
            transform: skewX(2deg);
    display: none;
  }
}

.art-box3 > .art-photo {
  margin: 0;
  padding: 0;
}

.art-photo img {
  width: 100%;
  height: 100%;
}

/* img入替 */
.art-box3 .k-lp {
  display: block;
}

.art-box3 .k-sp {
  max-width: 50px;
  max-height: 50px;
  margin: 90px auto;
  -webkit-transform: skewX(2deg);
          transform: skewX(2deg);
  opacity: 0.8;
  display: none;
}
@media (max-width: 519px) {
  .art-box3 .k-sp {
    display: block;
  }
}

.art-box3 > .art-txt {
  padding-top: 20px;
  line-height: 33px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.art-box3:hover .art-txt {
  opacity: 1;
}

@media (max-width: 519px) {
  .ken-txt {
    display: none;
  }
}

/****************** ドロップダウンメニュー 変更*/
.ken-single {
  width: 100%;
  text-align: center;
}
.ken-single:hover {
  cursor: pointer;
}
.ken-single:hover.eng {
  color: black;
}

.songs {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  position: block;
}

.songs > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 100px;
  overflow-y: scroll;
}
@media (max-width: 519px) {
  .songs > ul {
    min-height: 300px;
    overflow-y: scroll;
  }
}

.songs > ul > li > a {
  color: black;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: none;
}

.ken-single:hover .songs {
  display: inline-block;
}

/* WM */
.art-box4 {
  max-width: 900px;
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  text-align: center;
  -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
          clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
  background-color: black;
  position: relative;
  z-index: 1;
}
@media (max-width: 519px) {
  .art-box4 {
    max-height: 600px;
    /* display: block; */
  }
}

.art-box4 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.art-box4 > .art-txt {
  background-color: black;
  padding-top: 120px;
}

.art-box4 > .art-txt:hover {
  background: url(../img/s11.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* filter: grayscale(80%); */
}

.art-box4 .jpn {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
}

/* Diorllor */
.art-box5 {
  max-width: 900px;
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
          clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 519px) {
  .art-box5 {
    max-height: 500px;
    /* display: block; */
  }
}

.art-box5 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.art-box5 > .art-txt {
  max-width: 300px;
  max-height: 300px;
  padding: 60px 5px 5px;
  line-height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.art-box5:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.art-box5:hover .art-photo {
  -webkit-filter: none;
          filter: none;
}

/***************** 高瀬大介 ***********************/
.art-box6 {
  max-width: 900px;
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0 100%);
  background-color: #888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 519px) {
  .art-box6 {
    max-height: 600px;
  }
}

.art-box6 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
  /* cursor: pointer; */
}

.art-box6 > .art-txt {
  padding-top: 60px;
}

.art-box6:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.art-box6:hover .art-photo {
  opacity: 1;
}

.art-box6:hover .art-txt {
  background: url(../img/s4.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.art-box6 .jpn {
  font-size: 18px;
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
}

.art-box6 .jpn {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
}

.artist-bottom {
  width: 100%;
  height: 300px;
  background-color: #da0000;
}
@media (max-width: 767px) {
  .artist-bottom {
    height: 100px;
  }
}
@media (max-width: 519px) {
  .artist-bottom {
    height: 100px;
  }
}

/*/共通 
f.pc display none */
@media (max-width: 959px) {
  .art-box1 > .art-photo:nth-of-type(1),
.j-logo,
.art-box4 .wm,
.art-box5 > .art-txt:nth-of-type(1),
.art-box6 > .art-photo:nth-of-type(3) {
    display: none;
  }
}

/*/共通 
f.tab display none */
@media (max-width: 767px) {
  .art-box1 h3,
.art-box2 h3,
.art-box4 h3,
.art-box5 h3 {
    display: none;
  }
}

/**************** ABOUT******************/
.about-container {
  max-width: 100%;
  height: 500px;
  background-color: #da0000;
}
@media (max-width: 767px) {
  .about-container {
    height: 480px;
  }
}
@media (max-width: 519px) {
  .about-container {
    height: 430px;
    padding-top: 26px;
  }
}

.area-title-box {
  width: 100%;
  height: 50px;
  margin-top: 30px;
}
@media (max-width: 519px) {
  .area-title-box {
    margin-top: 0;
  }
}

.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 60px;
  padding: 20px;
}
@media (max-width: 519px) {
  .about-wrapper {
    margin-left: 48px;
  }
}

.about-txt {
  font-size: 20px;
  color: white;
}
@media (max-width: 519px) {
  .about-txt .br {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-txt {
    font-size: 14px;
  }
}
@media (max-width: 519px) {
  .about-txt {
    font-size: 12px;
  }
}

.about-txt > .jpn {
  padding-top: 26px;
  font-size: 18px;
  letter-spacing: 0.03em;
}
@media (max-width: 519px) {
  .about-txt > .jpn {
    padding-top: 12px;
    font-size: 12px;
    letter-spacing: 0em;
  }
}

/***************** 移動コピーライト ******************/
.copyright {
  position: fixed;
  bottom: 62px;
  right: -10px;
  z-index: 10000;
  font-size: 12px;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  padding-bottom: 30px;
  color: white;
}
@media (max-width: 519px) {
  .copyright {
    bottom: 110px;
    right: -26px;
    padding-bottom: 5px;
  }
}

/**************** footer *******************/
footer {
  width: 100%;
  height: 40vh;
  background-color: black;
}
@media (max-width: 519px) {
  footer {
    padding-right: 5px;
  }
}

footer > .inner {
  max-width: 200px;
  height: 40vh;
  display: none;
}

footer .sns {
  display: block;
}

#g-nav3 li {
  display: block;
  /* margin: auto 0; */
}

#gnav3 a {
  text-align: left;
  display: inline-block;
  padding: 3px;
}
/*# sourceMappingURL=style.css.map */